Get rid of the old romstage-as-bootblock ROM layout
authorPatrick Georgi <patrick@georgi-clan.de>
Sat, 22 Oct 2011 07:54:36 +0000 (09:54 +0200)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 28 Oct 2011 20:17:36 +0000 (22:17 +0200)
commit914377efd61be7b473faca0e6bdfca6f3feb5dc5
tree67343ca5bcc65f7a42862da821efa3b3b945e362
parent1da104647dc2828a6594bdc7b5ae119923dbcffa
Get rid of the old romstage-as-bootblock ROM layout

This change removes CONFIG_TINY_BOOTBLOCK, CONFIG_BIG_BOOTBLOCK, and
all their uses, assuming TINY_BOOTBLOCK=y, BIG_BOOTBLOCK=n.

This might break a couple of boards on runtime, but so far, fixes were
quite simple.
There's a flag day: Code that relies on CONFIG_TINY_BOOTBLOCK must be
adapted.

Change-Id: I1e17a4a1b9c9adb8b43ca4db8aed5a6d44d645f5
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/320
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
40 files changed:
src/arch/x86/Kconfig
src/arch/x86/Makefile.bigbootblock.inc [deleted file]
src/arch/x86/Makefile.inc
src/cpu/intel/socket_FC_PGA370/Kconfig
src/mainboard/advansus/a785e-i/Kconfig
src/mainboard/amd/inagua/Kconfig
src/mainboard/amd/persimmon/Kconfig
src/mainboard/amd/serengeti_cheetah_fam10/Kconfig
src/mainboard/amd/torpedo/Kconfig
src/mainboard/asrock/e350m1/Kconfig
src/mainboard/asus/m2v-mx_se/Kconfig
src/mainboard/asus/m2v/Kconfig
src/mainboard/avalue/eax-785e/Kconfig
src/mainboard/digitallogic/adl855pc/Kconfig
src/mainboard/emulation/qemu-x86/Kconfig
src/mainboard/getac/p470/Kconfig
src/mainboard/hp/dl165_g6_fam10/Kconfig
src/mainboard/ibase/mb899/Kconfig
src/mainboard/intel/d945gclf/Kconfig
src/mainboard/kontron/986lcd-m/Kconfig
src/mainboard/lanner/em8510/Kconfig
src/mainboard/lenovo/t60/Kconfig
src/mainboard/msi/ms9652_fam10/Kconfig
src/mainboard/rca/rm4100/Kconfig
src/mainboard/supermicro/h8dmr_fam10/Kconfig
src/mainboard/supermicro/h8qgi/Kconfig
src/mainboard/supermicro/h8qme_fam10/Kconfig
src/mainboard/thomson/ip1000/Kconfig
src/mainboard/tyan/s2912_fam10/Kconfig
src/mainboard/via/vt8454c/Kconfig
src/southbridge/amd/amd8111/Kconfig
src/southbridge/amd/sb600/Kconfig
src/southbridge/amd/sb700/Kconfig
src/southbridge/amd/sb800/Kconfig
src/southbridge/broadcom/bcm5785/Kconfig
src/southbridge/intel/i82371eb/Kconfig
src/southbridge/intel/sch/Kconfig
src/southbridge/nvidia/ck804/Kconfig
src/southbridge/nvidia/mcp55/Kconfig
src/southbridge/sis/sis966/Kconfig