Add support for the SMSC LPC47n227 SuperI/O chip
authorStefan Reinauer <stepan@coresystems.de>
Sun, 17 Jan 2010 13:50:17 +0000 (13:50 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 17 Jan 2010 13:50:17 +0000 (13:50 +0000)
commit55426dfd577a6f7eddb5e4918ad0401537807ae9
treed8fdbb6f8ac862ae6471cfd35d97270ccda96f46
parent7a3d09521370d493c377955db9f1fa8c5dbb55bb
Add support for the SMSC LPC47n227 SuperI/O chip

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5027 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/smsc/Kconfig
src/superio/smsc/Makefile.inc
src/superio/smsc/lpc47n227/Config.lb [new file with mode: 0644]
src/superio/smsc/lpc47n227/Makefile.inc [new file with mode: 0644]
src/superio/smsc/lpc47n227/chip.h [new file with mode: 0644]
src/superio/smsc/lpc47n227/lpc47n227.h [new file with mode: 0644]
src/superio/smsc/lpc47n227/lpc47n227_early_serial.c [new file with mode: 0644]
src/superio/smsc/lpc47n227/superio.c [new file with mode: 0644]