Add support for the Mitac 6513WU mainboard, a Compaq OEM board using the
authorMichael Gold <mgold@ncf.ca>
Sun, 5 Jul 2009 19:29:39 +0000 (19:29 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 5 Jul 2009 19:29:39 +0000 (19:29 +0000)
commitb70a45afd0eed934c3cd6a1f2abe162061173bfd
tree4c22d96d18c96d9805c54b188e2153dd610a5642
parent3f1458ddd42911fa63d9f55c10cd57ed3953016b
Add support for the Mitac 6513WU mainboard, a Compaq OEM board using the
i810 chipset. Not all hardware has been tested, but my test PC boots Linux
(via FILO) without any problems.

Also: Add support for the SMSC LPC47U33X to the generic 'smscsuperio' driver.

Signed-off-by: Michael Gold <mgold@ncf.ca>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4401 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/mitac/6513wu/Config.lb [new file with mode: 0644]
src/mainboard/mitac/6513wu/Options.lb [new file with mode: 0644]
src/mainboard/mitac/6513wu/auto.c [new file with mode: 0644]
src/mainboard/mitac/6513wu/chip.h [new file with mode: 0644]
src/mainboard/mitac/6513wu/irq_tables.c [new file with mode: 0644]
src/mainboard/mitac/6513wu/mainboard.c [new file with mode: 0644]
src/superio/smsc/smscsuperio/superio.c
targets/mitac/6513wu/Config.lb [new file with mode: 0644]