Add support for the Mitac 6513WU mainboard, a Compaq OEM board using the
i810 chipset. Not all hardware has been tested, but my test PC boots Linux (via FILO) without any problems. Also: Add support for the SMSC LPC47U33X to the generic 'smscsuperio' driver. Signed-off-by: Michael Gold <mgold@ncf.ca> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4401 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Uwe Hermann
parent
3f1458ddd4
commit
b70a45afd0
@@ -51,6 +51,7 @@
|
||||
#define FDC37M81X 0x4d
|
||||
#define FDC37M60X 0x47
|
||||
#define LPC47B27X 0x51 /* a.k.a. LPC47B272 */
|
||||
#define LPC47U33X 0x54
|
||||
#define LPC47M10X 0x59 /* Same ID: LPC47M112, LPC47M13X */
|
||||
#define LPC47M15X 0x60 /* Same ID: LPC47M192 */
|
||||
#define LPC47S45X 0x62
|
||||
@@ -129,6 +130,7 @@ static const struct logical_devices {
|
||||
{LPC47M15X,{0, 3, 4, 5, -1, 7, -1, -1, -1, 9, 10, 11, -1, -1, -1}},
|
||||
{LPC47S45X,{0, 3, 4, 5, 6, 7, -1, 8, -1, -1, -1, -1, 10, -1, 11}},
|
||||
{LPC47B397,{0, 3, 4, 5, -1, 7, -1, -1, 8, -1, -1, -1, 10, -1, -1}},
|
||||
{LPC47U33X,{0, 3, 4, -1, -1, 7, -1, -1, -1, 9, 0, 5, 10, 0, 11}},
|
||||
{A8000, {0, 3, 4, 5, -1, 7, -1, -1, -1, -1, -1, -1, 10, -1, -1}},
|
||||
{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}},
|
||||
|
Reference in New Issue
Block a user