* Aaron Durbin adurbin@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