coreboot-kgpe-d16/src/southbridge/nvidia/mcp55
Aaron Durbin 3953e3947d x86: bootblock: remove linking and program flow from build system
The build system was previously determining the flow
and linking scripts bootblock code by the order of files
added to the bootblock_inc bootblock-y variables.Those
files were then concatenated together and built by a myriad of
make rules.

Now bootblock.S and bootblock.ld is added so that bootblock
can be built and linked using the default build rules.
CHIPSET_BOOTBLOCK_INCLUDE is introduced in order to allow the
chipset code to place include files in the path of the bootblock
program -- a replacement for the chipset_bootblock_inc
make variable.

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

Change-Id: Ida4571cbe6eed65e77ade98b8d9ad056353c53f9
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: http://review.coreboot.org/11495
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2015-09-09 03:22:58 +00:00
..
azalia.c azalia: fix up and clean up shrinkage of boilerplate code 2015-07-14 13:40:07 +02:00
bootblock.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
chip.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
early_ctrl.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
early_setup_car.c nvidia southbridges: don't touch 0x78 in LPC bridge with Fam10h 2015-07-23 18:30:19 +02:00
early_setup_ss.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
early_smbus.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
enable_usbdebug.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
fadt.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
ht.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
ide.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
Kconfig x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
lpc.c amd8111, ck804, mcp55: use CONFIG_HPET_ADDRESS 2015-08-09 21:16:41 +02:00
Makefile.inc x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
mcp55.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
mcp55.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
nic.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
pci.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
pcie.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
reset.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
romstrap.inc Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
romstrap.ld Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
sata.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
smbus.c devicetree: Discriminate device ops scan_bus() 2015-06-04 11:19:01 +02:00
smbus.h Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
usb.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
usb2.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00