summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZheng Bao <zheng.bao@amd.com>2009-11-30 23:53:06 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-11-30 23:53:06 +0000
commit6085527461408d782558c7e1918232e0f2fa7f07 (patch)
treedc69f505254095a7d68b7d466407ddf590c7637c /src
parent4d41a3bfc3c20d0218e3b89dd97b5051f4e81263 (diff)
downloadcoreboot-staging-6085527461408d782558c7e1918232e0f2fa7f07.zip
coreboot-staging-6085527461408d782558c7e1918232e0f2fa7f07.tar.gz
Add support for the SMSC SCH4304 Super I/O.
Signed-off-by: Zheng Bao <zheng.bao@amd.com> Acked-by: Peter Stuge <peter@stuge.se> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4968 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r--src/superio/smsc/smscsuperio/superio.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/smsc/smscsuperio/superio.c b/src/superio/smsc/smscsuperio/superio.c
index 2c20a09..66646b2 100644
--- a/src/superio/smsc/smscsuperio/superio.c
+++ b/src/superio/smsc/smscsuperio/superio.c
@@ -61,6 +61,7 @@
#define SCH3112 0x7c
#define SCH5307 0x81 /* Rebranded LPC47B397(?) */
#define SCH5027D 0x89
+#define SCH4304 0x90 /* SCH4304 */
/* Register defines */
#define DEVICE_ID_REG 0x20 /* Device ID register */
@@ -137,6 +138,7 @@ static const struct logical_devices {
{SCH3112, {0, 3, 4, 5, -1, 7, -1, -1, -1, -1, -1, -1, 10, -1, -1}},
{SCH5307, {0, 3, 4, 5, -1, 7, -1, -1, 8, -1, -1, -1, 10, -1, -1}},
{SCH5027D, {0, 3, 4, 5, -1, 7, -1, -1, -1, -1, -1, -1, 10, -1, 11}},
+ {SCH4304, {0, 3, 4, 5, -1, 7, -1, 11, -1, -1, -1, -1, 10, -1, -1}},
};
/**
OpenPOWER on IntegriCloud