coreboot-kgpe-d16/src
Aaron Durbin e581b067ca x86: add romstage.S to bind program flow and ordering
The build system was previously determining the flow
of the romstage code by the order of files added to
the crt0s make variable. Those files were then
concatenated together, and the resulting file was added
to the build dependencies for romstage proper.

Now romstage.S is added that can be built using
the default object file rules. The generated
romstage.inc is pulled in by way of an #include in the
newly added romstage.S.

BUG=chrome-os-partner:44827
BRANCH=None
TEST=Built vortex, rambi, and some asus boards. compared
     readelf -e output.

Change-Id: Ib1168f9541eaf96651c52d03dc0f60e2489a77bd
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11504
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-09-09 03:23:30 +00:00
..
acpi acpi/sata: add generic sata ssdt port generator 2015-06-07 01:24:47 +02:00
arch x86: add romstage.S to bind program flow and ordering 2015-09-09 03:23:30 +00:00
console consoles: remove unused infrastructure 2015-05-26 19:02:54 +02:00
cpu x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
device symbols: add '_' to pci_drivers and cpu_drivers symbols 2015-09-05 15:36:23 +00:00
drivers drivers/pc80/tpm: Set "Found TPM" message to BIOS_INFO level 2015-09-08 11:38:36 +00:00
ec Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
include Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
lib Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
mainboard rk3288: Allow board-specific APLL (CPU clock) settings 2015-09-08 11:50:50 +00:00
northbridge x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
soc x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
southbridge x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
superio superio/smsc: Add support for SMSC DME1737 2015-07-13 17:11:00 +02:00
vendorcode Chromeos: Remove Kconfig workaround for VIRTUAL_DEV_SWITCH warnings 2015-08-26 15:46:09 +00:00
Kconfig Kconfig: Remove EXPERT mode 2015-08-30 07:50:47 +00:00