MCP55: Add TINY_BOOTBLOCK support.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 25 Nov 2010 09:03:55 +0000 (09:03 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 25 Nov 2010 09:03:55 +0000 (09:03 +0000)
commitdf323fcefd6020f8f418a13d65a075d282eed3de
tree1a7180ff77784fca47bb25785aad7a8b7db9dadb
parent48ae6086da64eb260c6eed676c593cdcd0957fbf
MCP55: Add TINY_BOOTBLOCK support.

Also, move CONFIG_HT_CHAIN_END_UNITID_BASE #ifdef block to mcp55.h to make
the build work (but this is a good idea anyway, as it's used in
multiple files).

Abuild-tested.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6123 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
17 files changed:
src/mainboard/gigabyte/m57sli/romstage.c
src/mainboard/msi/ms7260/romstage.c
src/mainboard/msi/ms9282/romstage.c
src/mainboard/msi/ms9652_fam10/romstage.c
src/mainboard/nvidia/l1_2pvv/romstage.c
src/mainboard/supermicro/h8dme/romstage.c
src/mainboard/supermicro/h8dmr/romstage.c
src/mainboard/supermicro/h8dmr_fam10/romstage.c
src/mainboard/supermicro/h8qme_fam10/romstage.c
src/mainboard/tyan/s2912/romstage.c
src/mainboard/tyan/s2912_fam10/romstage.c
src/southbridge/nvidia/mcp55/Kconfig
src/southbridge/nvidia/mcp55/bootblock.c [new file with mode: 0644]
src/southbridge/nvidia/mcp55/chip.h
src/southbridge/nvidia/mcp55/mcp55.h
src/southbridge/nvidia/mcp55/mcp55_enable_rom.c
src/southbridge/nvidia/mcp55/mcp55_enable_usbdebug.c