Add two new superios to coreboot:
authorStefan Reinauer <stepan@coresystems.de>
Sun, 16 May 2010 14:08:32 +0000 (14:08 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 16 May 2010 14:08:32 +0000 (14:08 +0000)
commit9e7a5d435980280407f58249181bd4f8d1d63d1b
treeb19fbe4fa6f314548b5d29e181cf193061e0f790
parent23f703464a45c4c5df53c40ef3152083f3c921fa
Add two new superios to coreboot:

- SMSC FDC37n972
- SMSC SIO10N268

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5557 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/smsc/Kconfig
src/superio/smsc/Makefile.inc
src/superio/smsc/fdc37n972/Makefile.inc [new file with mode: 0644]
src/superio/smsc/fdc37n972/chip.h [new file with mode: 0644]
src/superio/smsc/fdc37n972/fdc37n972.c [new file with mode: 0644]
src/superio/smsc/fdc37n972/fdc37n972.h [new file with mode: 0644]
src/superio/smsc/sio10n268/Makefile.inc [new file with mode: 0644]
src/superio/smsc/sio10n268/chip.h [new file with mode: 0644]
src/superio/smsc/sio10n268/sio10n268.c [new file with mode: 0644]
src/superio/smsc/sio10n268/sio10n268.h [new file with mode: 0644]