[coreboot] GCC update broke AMD Fam10h boot

Stefan Reinauer stefan.reinauer at coreboot.org
Tue Mar 17 00:33:40 CET 2015


* Aaron Durbin <adurbin at chromium.org> [150316 22:44]:
> A quick hack is add ALIGN(32) to the linker script before
> _bs_init_begin: src/arch/x86/ramstage.ld
> 
> But I think we'll need to store pointers to the structures in order to
> properly handle the situation where the compiler is effectively making
> alignment/size decisions for some reason.

I suggest trying to enforce alignment / size instead of adding another
layer of indirection.

Stefan




More information about the coreboot mailing list