Add PC87382 support
authorSven Schnelle <svens@stackframe.org>
Sat, 5 Feb 2011 12:20:23 +0000 (12:20 +0000)
committerPeter Stuge <peter@stuge.se>
Sat, 5 Feb 2011 12:20:23 +0000 (12:20 +0000)
commit92cf08c8f39869b619bd1129230df9e5174ba3f5
tree23dcd9509efa148c48ee53575027bc6964f592bd
parent7c2eec00a206d57db593a4a9dd9d2c425aaedd81
Add PC87382 support

This patch adds support for NSC PC87382 Super I/O. It is used in many
Lenovo Notebooks as Docking LPC Switch.

v2 because of:

- Skip some empty files
- Fix newlines in Kconfig and Makefile.inc
- chip.h missed uart8250.h include
- 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@6332 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/superio/nsc/Makefile.inc
src/superio/nsc/pc87382/Makefile.inc [new file with mode: 0644]
src/superio/nsc/pc87382/chip.h [new file with mode: 0644]
src/superio/nsc/pc87382/pc87382.h [new file with mode: 0644]
src/superio/nsc/pc87382/superio.c [new file with mode: 0644]