coreboot-kgpe-d16/src
Aaron Durbin 9ef9d85976 bootstate: use structure pointers for scheduling callbacks
The GCC 4.9.2 update showed that the boot_state_init_entry
structures were being padded and assumed to be aligned in to an
increased size. The bootstate scheduler for static entries,
boot_state_schedule_static_entries(), was then calculating the
wrong values within the array. To fix this just use a pointer to
the boot_state_init_entry structure that needs to be scheduled.

In addition to the previous issue noted above, the .bs_init
section was sitting in the read only portion of the image while
the fields within it need to be writable. Also, the
boot_state_schedule_static_entries() was using symbol comparison
to terminate a loop which in C can lead the compiler to always
evaluate the loop at least once since the language spec indicates
no 2 symbols can be the same value.

Change-Id: I6dc5331c2979d508dde3cd5c3332903d40d8048b
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/8699
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-03-18 16:41:43 +01:00
..
arch bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
console console/Kconfig: Enable CBMEM console by default 2015-03-10 23:42:22 +01:00
cpu bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
device AMD fam10: Drop PCI_BUS_SEGN_BITS 2015-03-09 19:33:08 +01:00
drivers bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
ec chromeec: Move SERIQ mode to LPC option 2015-03-18 07:08:59 +01:00
include bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
lib bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
mainboard bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
northbridge bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
soc bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
southbridge bootstate: use structure pointers for scheduling callbacks 2015-03-18 16:41:43 +01:00
superio superio/fintek/f81216h: Add the correct unlock key values 2015-02-14 00:53:26 +01:00
vendorcode Add and consistently use wrapper macro for romstage static variables 2015-03-09 22:42:28 +01:00
Kconfig lib: Add Kconfig option to enable/disable auto fallback control 2015-03-17 04:22:23 +01:00