Add TINY_BOOTBLOCK support for AMD SB700.
authorUwe Hermann <uwe@hermann-uwe.de>
Fri, 10 Dec 2010 09:02:50 +0000 (09:02 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Fri, 10 Dec 2010 09:02:50 +0000 (09:02 +0000)
commit6e7efb7cab53d924e17c59196d78dbbdb208e6dd
tree76471f3b7d7154361e4c35aa54677f57f5d32afd
parent42b1c43c4dad6a58f444e868b84c6bbd10009681
Add TINY_BOOTBLOCK support for AMD SB700.

Factor out the ROM decode enable functionality into bootblock.c and
handle it via the usual TINY_BOOTBLOCK mechanism.

Use "select TINY_BOOTBLOCK" in the southbridge, not individual boards.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6159 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/amd/mahogany_fam10/Kconfig
src/mainboard/amd/tilapia_fam10/Kconfig
src/mainboard/asus/m4a78-em/Kconfig
src/mainboard/asus/m4a785-m/Kconfig
src/mainboard/gigabyte/ma785gmt/Kconfig
src/mainboard/gigabyte/ma78gm/Kconfig
src/mainboard/iei/kino-780am2-fam10/Kconfig
src/mainboard/jetway/pa78vm5/Kconfig
src/southbridge/amd/sb700/Kconfig
src/southbridge/amd/sb700/bootblock.c [new file with mode: 0644]
src/southbridge/amd/sb700/early_setup.c