[coreboot-gerrit] Change in coreboot[master]: src/superio/smsc/smscsuperio/superio.c: Add SCH5504

Angel Pons (Code Review) gerrit at coreboot.org
Mon Oct 8 21:45:09 CEST 2018


Angel Pons has uploaded this change for review. ( https://review.coreboot.org/28971


Change subject: src/superio/smsc/smscsuperio/superio.c: Add SCH5504
......................................................................

src/superio/smsc/smscsuperio/superio.c: Add SCH5504

Based on previous reverse-engineering done on "util/superiotool".

TEST=NOT TESTED (yet)

Change-Id: I6c433fa04c01ba6315bcdca699030dfce18a169a
Signed-off-by: Angel Pons <th3fanbus at gmail.com>
---
M src/superio/smsc/smscsuperio/superio.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/71/28971/1

diff --git a/src/superio/smsc/smscsuperio/superio.c b/src/superio/smsc/smscsuperio/superio.c
index 6380f88..0beb910 100644
--- a/src/superio/smsc/smscsuperio/superio.c
+++ b/src/superio/smsc/smscsuperio/superio.c
@@ -53,6 +53,7 @@
 #define LPC47B397	0x6f
 #define A8000		0x77	/* ASUS A8000, a rebranded DME1737(?) */
 #define DME1737		0x78
+#define SCH5504		0x79
 #define SCH3112		0x7c
 #define SCH3114		0x7d
 #define SCH5307		0x81	/* Rebranded LPC47B397(?) */
@@ -131,6 +132,7 @@
 	{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}},
+	{SCH5504,  {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}},
 	{SCH3114,  {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}},

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6c433fa04c01ba6315bcdca699030dfce18a169a
Gerrit-Change-Number: 28971
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181008/31f01597/attachment.html>


More information about the coreboot-gerrit mailing list