drop all duplicate copies of vgabios.c in favor
commit714e2a1ac1c41f2150231766fcdb216633fab8c9
authorStefan Reinauer <stepan@coresystems.de>
Sat, 24 Apr 2010 23:15:23 +0000 (24 23:15 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sat, 24 Apr 2010 23:15:23 +0000 (24 23:15 +0000)
tree78e3b511bbe1315b7a485e86e7b023b514cbf6f9
parent0704058327e5a8fa00ea32bbe10be748d7824fc1
drop all duplicate copies of vgabios.c in favor
of devices/oprom/x86.c.

We have some tests on hardware. Moving RAMBASE to
1MB needs to wait a bit until C7 cache_as_ram.inc
has been adapted to cache that area or things will
become incredibly slow (1.5s boot time instead of 0.5)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5488 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
22 files changed:
src/devices/oprom/x86.c
src/mainboard/artecgroup/dbe61/realmode/chip.h [deleted file]
src/mainboard/artecgroup/dbe61/realmode/vgabios.c [deleted file]
src/northbridge/via/cn400/Kconfig
src/northbridge/via/cn400/Makefile.inc
src/northbridge/via/cn400/vga.c
src/northbridge/via/cn400/vgabios.c [deleted file]
src/northbridge/via/cn400/vgachip.h [deleted file]
src/northbridge/via/cn700/Kconfig
src/northbridge/via/cn700/Makefile.inc
src/northbridge/via/cn700/vga.c
src/northbridge/via/cn700/vgabios.c [deleted file]
src/northbridge/via/cn700/vgachip.h [deleted file]
src/northbridge/via/cx700/Kconfig
src/northbridge/via/cx700/Makefile.inc
src/northbridge/via/cx700/cx700_vga.c
src/northbridge/via/cx700/vgabios.c [deleted file]
src/northbridge/via/vx800/Kconfig
src/northbridge/via/vx800/Makefile.inc
src/northbridge/via/vx800/vga.c
src/northbridge/via/vx800/vgabios.c [deleted file]
src/northbridge/via/vx800/vgachip.h [deleted file]