Convert all Intel i810 boards to CAR.
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 13 Oct 2010 08:21:44 +0000 (08:21 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 13 Oct 2010 08:21:44 +0000 (08:21 +0000)
commitab50d62ea6867712eca79e9f0770d6ac35f72ce1
tree0484728745bb1699e3e4fd2a8f623d508e502661
parent51eafdeae621f1b04db51c3b4a690fa993aa48a0
Convert all Intel i810 boards to CAR.

 - Drop "select ROMCC" from the boards, as well as early_mtrr stuff.

 - Add "select CACHE_AS_RAM" to socket_PGA370/Kconfig, as well as the
   usual DCACHE_RAM_BASE and DCACHE_RAM_SIZE variables.

 - In socket_PGA370/Makefile.inc add:
   cpu_incs += $(src)/cpu/intel/car/cache_as_ram.inc

 - Other smaller related fixes.

Abuild-tested and boot-tested on MSI MS-6178.

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@5949 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
20 files changed:
src/cpu/intel/socket_PGA370/Kconfig
src/cpu/intel/socket_PGA370/Makefile.inc
src/cpu/intel/socket_PGA370/socket_PGA370.c
src/mainboard/asus/mew-am/Kconfig
src/mainboard/asus/mew-am/romstage.c
src/mainboard/asus/mew-vm/Kconfig
src/mainboard/asus/mew-vm/romstage.c
src/mainboard/ecs/p6iwp-fe/Kconfig
src/mainboard/ecs/p6iwp-fe/romstage.c
src/mainboard/hp/e_vectra_p2706t/Kconfig
src/mainboard/hp/e_vectra_p2706t/romstage.c
src/mainboard/intel/d810e2cb/romstage.c
src/mainboard/mitac/6513wu/Kconfig
src/mainboard/mitac/6513wu/romstage.c
src/mainboard/msi/ms6178/Kconfig
src/mainboard/msi/ms6178/romstage.c
src/mainboard/nec/powermate2000/Kconfig
src/mainboard/nec/powermate2000/romstage.c
src/northbridge/intel/i82810/debug.c
src/northbridge/intel/i82810/raminit.c