diff options
author | Arnaud Maye <arnaud.maye@4dsp.com> | 2009-08-28 20:42:21 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-08-28 20:42:21 +0000 |
commit | 5b1d51ba2e9ac22c7878cd5e8d9c51d8269bb76b (patch) | |
tree | e5d2a3440c5b62ba5c59ec94ea377a622568e100 /src/superio/smsc/smscsuperio | |
parent | 8b1c382cc083f391405c29b2c83892e74904e801 (diff) |
This patch adds VGA and PS/2 Keyboard/mouse support to the already existing intel truxton (ep80579) dev board.
This patch tries to improve the pcie portA configuration.
The Matrox G550e PCIe gfx card shipped along with the dev board is supported.
Signed-off-by: Arnaud Maye <arnaud.maye@4dsp.com>
Acked-by: Myles Watson <mylesgw@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4615 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/superio/smsc/smscsuperio')
-rw-r--r-- | src/superio/smsc/smscsuperio/superio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/superio/smsc/smscsuperio/superio.c b/src/superio/smsc/smscsuperio/superio.c index 148eeab8aa..2c20a09e92 100644 --- a/src/superio/smsc/smscsuperio/superio.c +++ b/src/superio/smsc/smscsuperio/superio.c @@ -60,6 +60,7 @@ #define DME1737 0x78 #define SCH3112 0x7c #define SCH5307 0x81 /* Rebranded LPC47B397(?) */ +#define SCH5027D 0x89 /* Register defines */ #define DEVICE_ID_REG 0x20 /* Device ID register */ @@ -135,6 +136,7 @@ static const struct logical_devices { {DME1737, {0, 3, 4, 5, -1, 7, -1, -1, -1, -1, -1, -1, 10, -1, -1}}, {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}}, }; /** |