Joel Stanley

Results 83 comments of Joel Stanley

I can't see an error there. It looks like the build completed?

@whatnick @joshajohnson fyi

Agreed, once we have some v0.2 boards we can decide how to support them. I wanted to submit this definition so we didn't have people duplicating the work of describing...

Thanks for the review @whitequark. I have learnt a bit more about nmigen and fixed a bunch of things; I'll rework the patch and try again.

We can now load Linux directly from flash on the Arty now that Ben's flash controller is implemented. I can update this so it can be used from the flash...

Thanks @grooverdan and @stewart-ibm. @dcrowell77 To do a GCC 7 build, make this change to your defconfig (eg `openpower/configs/romulus_defconfig`): ``` -BR2_GCC_VERSION_6_X=y +BR2_GCC_VERSION_7_X=y ``` Otherwise, you can grab my gcc-7 branch...

I spoke to @segher, one of our toolchain people, and they said it was luck that previous versions of the compiler did not emit the R_PPC64_RELATIVE entries. They said there...

We use buildroot to generate the compiler. Neither appear to have `-fpie` by default: ``` powerpc64le-buildroot-linux-gnu-gcc-7.3.0 -Q --help=common | grep -- -fpi -fpic [disabled] -fpie [disabled] ``` ```powerpc64le-buildroot-linux-gnu-gcc-6.4.0 -Q --help=common...

@dcrowell77 can you explain why "static memory space with no dynamic linking" stops hostboot from being able to use the binutils linker? Being stuck on GCC 6 means the rest...

I was working out why I had to disable secure boot, and it turns out Lenovo disables the Microsoft 3rd Party UEFI CA by default. Enabling that allowed the `refresh`...