Add support for the VIA pc2500e mainboard (CN700 + VT8237R).
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 12 Oct 2008 11:58:26 +0000 (11:58 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 12 Oct 2008 11:58:26 +0000 (11:58 +0000)
commit2e5a9d952f3f3d23cf57a08abeffe3dee3444950
tree45228e6b73c3c8299d2638b86c2ac4cbe78c790f
parent3be4bc88fabf1a19cec38e5dbea515f1ddeb4be9
Add support for the VIA pc2500e mainboard (CN700 + VT8237R).

Works good enough to boot to a Linux console.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Corey Osgood <corey.osgood@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3650 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/via/pc2500e/Config.lb [new file with mode: 0644]
src/mainboard/via/pc2500e/Options.lb [new file with mode: 0644]
src/mainboard/via/pc2500e/auto.c [new file with mode: 0644]
src/mainboard/via/pc2500e/chip.h [new file with mode: 0644]
src/mainboard/via/pc2500e/cmos.layout [new file with mode: 0644]
src/mainboard/via/pc2500e/irq_tables.c [new file with mode: 0644]
src/mainboard/via/pc2500e/mainboard.c [new file with mode: 0644]
targets/via/pc2500e/Config-abuild.lb [new file with mode: 0644]
targets/via/pc2500e/Config.lb [new file with mode: 0644]