[Arg! Forgot to 'svn add', sorry]
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 12 Jul 2007 13:13:56 +0000 (13:13 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 12 Jul 2007 13:13:56 +0000 (13:13 +0000)
commit3fa1363ee5d7a1400203bd1486f8e80a8cacc992
treeb2b35cdf27bda96c64a5a5e3b5c2e3a99ed1a96e
parentaa4bedf98e779a918aded88f98775d37542cd5fd
[Arg! Forgot to 'svn add', sorry]

Generic driver for pretty much all known Standard Microsystems Corporation
(SMSC) Super I/O chips.

Most of the SMSC Super I/O chips seem to be similar enough (for our
purposes) so that we can handle them with a unified driver.

So far only the ASUS A8000 has been tested on real hardware!

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@2734 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/smsc/smscsuperio/Config.lb [new file with mode: 0644]
src/superio/smsc/smscsuperio/chip.h [new file with mode: 0644]
src/superio/smsc/smscsuperio/smscsuperio_early_serial.c [new file with mode: 0644]
src/superio/smsc/smscsuperio/superio.c [new file with mode: 0644]