[coreboot-gerrit] Change in ...coreboot[master]: superio/smsc: Add SCH5147

Arthur Heymans (Code Review) gerrit at coreboot.org
Sat Dec 15 18:33:58 CET 2018


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/30238


Change subject: superio/smsc: Add SCH5147
......................................................................

superio/smsc: Add SCH5147

There are no public datasheets for this SuperIO. The results are from probing
the registers manually.

Change-Id: Ie5659533c5f224603f918d17942a7057e6701222
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/superio/smsc/smscsuperio/superio.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/30238/1

diff --git a/src/superio/smsc/smscsuperio/superio.c b/src/superio/smsc/smscsuperio/superio.c
index 6380f88..e6df6c9 100644
--- a/src/superio/smsc/smscsuperio/superio.c
+++ b/src/superio/smsc/smscsuperio/superio.c
@@ -58,6 +58,7 @@
 #define SCH5307		0x81	/* Rebranded LPC47B397(?) */
 #define SCH5027D	0x89
 #define SCH4304		0x90	/* SCH4304, SCH4307 */
+#define SCH5147		0xc1
 
 /* Register defines */
 #define DEVICE_ID_REG	0x20	/* Device ID register */
@@ -136,6 +137,7 @@
 	{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}},
+	{SCH5147,  {0, 3, 4,  5, -1,  7, -1,  -1, -1,  -1, -1, -1, 10, -1, -1}},
 };
 
 /**

-- 
To view, visit https://review.coreboot.org/c/coreboot/+/30238
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie5659533c5f224603f918d17942a7057e6701222
Gerrit-Change-Number: 30238
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181215/ba224332/attachment.html>


More information about the coreboot-gerrit mailing list