This code provides support for the superio chip on the AMD Inagua platform (not comme...
authorFrank Vibrans <frank.vibrans@amd.com>
Mon, 14 Feb 2011 19:00:13 +0000 (19:00 +0000)
committerMarc Jones <marc.jones@amd.com>
Mon, 14 Feb 2011 19:00:13 +0000 (19:00 +0000)
commit7b904d84ba4e4e40149a8dcb98ca518e3bc6b911
tree861660a46bf538b715faf1f8561df8801aed2577
parent6b4674e28978b1573d994b47f985ea98ad33a14b
This code provides support for the superio chip on the AMD Inagua platform (not commercially available). It is independent of the AMD>code.

Signed-off-by: Frank Vibrans <frank.vibrans@amd.com>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6351 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/smsc/Kconfig
src/superio/smsc/Makefile.inc
src/superio/smsc/kbc1100/Makefile.inc [new file with mode: 0644]
src/superio/smsc/kbc1100/chip.h [new file with mode: 0644]
src/superio/smsc/kbc1100/kbc1100.h [new file with mode: 0644]
src/superio/smsc/kbc1100/kbc1100_early_init.c [new file with mode: 0644]
src/superio/smsc/kbc1100/superio.c [new file with mode: 0644]