Add PC87392 support
commit82e3617e8cdc4b035c6154f76bef1e3a4a79ab1c
authorSven Schnelle <svens@stackframe.org>
Sat, 5 Feb 2011 12:26:07 +0000 (5 12:26 +0000)
committerPeter Stuge <peter@stuge.se>
Sat, 5 Feb 2011 12:26:07 +0000 (5 12:26 +0000)
treee0ec373d2213ec8cb655aa69883d34f5e47b9509
parent92cf08c8f39869b619bd1129230df9e5174ba3f5
Add PC87392 support

This adds support for the NSC PC87392 Super I/O. It is used in Lenovo
Docking Stations as Super I/O chip.

v2 because of:

- skip some empty files
- missing newlines in Kconfig and Makefile.inc
- add the Kconfig option in sorted order

Thanks to idwer on irc for pointing that out.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6333 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/nsc/Kconfig
src/superio/nsc/Makefile.inc
src/superio/nsc/pc87392/Makefile.inc [copied from src/superio/nsc/Makefile.inc with 68% similarity]
src/superio/nsc/pc87392/chip.h [new file with mode: 0644]
src/superio/nsc/pc87392/early_serial.c [new file with mode: 0644]
src/superio/nsc/pc87392/pc87392.h [new file with mode: 0644]
src/superio/nsc/pc87392/superio.c [new file with mode: 0644]