[coreboot-gerrit] Change in coreboot[master]: sio/smsc/kbc1100: Enable PM1, COM1 and mailbox

Iru Cai (Code Review) gerrit at coreboot.org
Wed Apr 26 18:35:28 CEST 2017


Iru Cai has uploaded a new change for review. ( https://review.coreboot.org/19470 )

Change subject: sio/smsc/kbc1100: Enable PM1, COM1 and mailbox
......................................................................

sio/smsc/kbc1100: Enable PM1, COM1 and mailbox

These are enabled in hp/2760p. Mailbox is tested and works.

Change-Id: Iee390bc034429a7a2e8906ae6e4a630757d1276d
Signed-off-by: Iru Cai <mytbk920423 at gmail.com>
---
M src/superio/smsc/kbc1100/superio.c
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/19470/1

diff --git a/src/superio/smsc/kbc1100/superio.c b/src/superio/smsc/kbc1100/superio.c
index aa17473..46bc910 100644
--- a/src/superio/smsc/kbc1100/superio.c
+++ b/src/superio/smsc/kbc1100/superio.c
@@ -45,7 +45,10 @@
 };
 
 static struct pnp_info pnp_dev_info[] = {
-  { &ops, KBC1100_KBC,  PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, { 0x7ff, 0 }, { 0x7ff, 0x4}, },
+	{ &ops, KBC1100_PM1, PNP_IO0, { 0x7ff, 0}, },
+	{ &ops, SMSCSUPERIO_SP1, PNP_IO0 | PNP_IRQ0, {0x7f8, 0}, },
+	{ &ops, KBC1100_KBC,  PNP_IO0 | PNP_IO1 | PNP_IRQ0 | PNP_IRQ1, { 0x7ff, 0 }, { 0x7ff, 0x4}, },
+	{ &ops, KBC1100_MAILBOX, PNP_IO0, {0x7ff, 0}, },
 };
 
 static void enable_dev(struct device *dev)

-- 
To view, visit https://review.coreboot.org/19470
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iee390bc034429a7a2e8906ae6e4a630757d1276d
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Iru Cai <mytbk920423 at gmail.com>



More information about the coreboot-gerrit mailing list