coreboot-kgpe-d16/src/soc/intel/baytrail
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
..
acpi baytrail: Switch to per-device ACPI 2015-05-23 19:24:51 +02:00
bootblock x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
include/soc baytrail: Switch to per-device ACPI 2015-05-23 19:24:51 +02:00
microcode 3rdparty: move to 3rdparty/blobs 2015-05-05 22:49:18 +02:00
romstage x86: remove cpu_incs as romstage Make variable 2015-09-04 15:09:32 +00:00
acpi.c device_ops: add device_t argument to acpi_fill_ssdt_generator 2015-06-05 21:11:43 +02:00
chip.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
cpu.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
dptf.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
ehci.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
elog.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
emmc.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
gfx.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
gpio.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
hda.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
iosf.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
lpe.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
lpss.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
Makefile.inc x86: bootblock: remove linking and program flow from build system 2015-09-09 03:22:58 +00:00
memmap.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
northcluster.c baytrail: Switch to per-device ACPI 2015-05-23 19:24:51 +02:00
pcie.c devicetree: Change scan_bus() prototype in device ops 2015-06-04 11:22:53 +02:00
perf_power.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
placeholders.c baytrail: Change all SoC headers to <soc/headername.h> system 2015-04-07 18:23:21 +02:00
pmutil.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
ramstage.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
refcode.c assets: abstract away the firmware assets used for booting 2015-06-02 14:10:08 +02:00
reset.c 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
scc.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
sd.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
smihandler.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
smm.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
southcluster.c device_ops: add device_t argument to acpi_inject_dsdt_generator 2015-06-05 21:11:14 +02:00
spi.c Drop "See file CREDITS..." comment 2015-09-07 15:54:50 +00:00
stage_cache.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
tsc_freq.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00
xhci.c Remove address from GPLv2 headers 2015-05-21 20:50:25 +02:00