coreboot-kgpe-d16/src/mainboard/google/snow
Hung-Te Lin fe18792a08 armv7: Add 'bootblock' build class.
For ARM platform, the bootblock may need more C source files to initialize
UART / SPI for loading romstage. To preventing making complex and implicit
dependency by using #include inside bootblock.c, we should add a new build class
"bootblock".

Also #ifdef __BOOT_BLOCK__ can be used to detect if the source is being compiled
for boot block.

For x86, the bootblock is limited to fewer assembly files so it's not using this
class. (Some files shared by x86 and arm in top level or lib are also changed
but nothing should be changed in x86 build process.)

Change-Id: Ia81bccc366d2082397d133d9245f7ecb33b8bc8b
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: http://review.coreboot.org/2252
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
2013-02-03 05:45:48 +01:00
..
bootblock.c armv7: Add 'bootblock' build class. 2013-02-03 05:45:48 +01:00
devicetree.cb Add minimal mainboard support for snow 2012-12-12 06:01:26 +01:00
Kconfig armv7/snow: get to romstage 2013-01-19 02:14:18 +01:00
mainboard.c armv7: unify stage hand-off routines 2013-02-01 03:25:30 +01:00
Makefile.inc armv7: unify stage hand-off routines 2013-02-01 03:25:30 +01:00
ramstage.c armv7: unify stage hand-off routines 2013-02-01 03:25:30 +01:00
romstage.c snow: make romstage init DRAM controller and call ramstage 2013-02-01 06:17:41 +01:00
smdk5250_spl.c import SPL files for board_i2c_{claim,release}_bus() 2013-01-03 06:41:55 +01:00