[coreboot-gerrit] Change in coreboot[master]: pci_device: add I2C controller IDs for Intel platforms

Rizwan Qureshi (Code Review) gerrit at coreboot.org
Wed May 3 16:48:19 CEST 2017


Rizwan Qureshi has uploaded a new change for review. ( https://review.coreboot.org/19541 )

Change subject: pci_device: add I2C controller IDs for Intel platforms
......................................................................

pci_device: add I2C controller IDs for Intel platforms

Change-Id: I0eee9409df3e6dc326b60bc82c2b715c70e7debd
Signed-off-by: Rizwan Qureshi <rizwan.qureshi at intel.com>
---
M src/include/device/pci_ids.h
1 file changed, 18 insertions(+), 0 deletions(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/19541/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 0232387..2bf7255 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2658,6 +2658,24 @@
 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_MOB_DESK_MIN 0x8c41
 #define PCI_DEVICE_ID_INTEL_LYNXPOINT_MOB_DESK_MAX 0x8c4f
 
+/* Intel Kabylake I2C controllers */
+#define PCI_DEVICE_ID_INTEL_SPT_I2C_0 0x9d60
+#define PCI_DEVICE_ID_INTEL_SPT_I2C_1 0x9d61
+#define PCI_DEVICE_ID_INTEL_SPT_I2C_2 0x9d62
+#define PCI_DEVICE_ID_INTEL_SPT_I2C_3 0x9d63
+#define PCI_DEVICE_ID_INTEL_SPT_I2C_4 0x9d64
+#define PCI_DEVICE_ID_INTEL_SPT_I2C_5 0x9d65
+
+/*Intel Apollolake I2c Controllers */
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_0 0x5aac
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_1 0x5aae
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_2 0x5ab0
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_3 0x5ab2
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_4 0x5ab4
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_5 0x5ab6
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_6 0x5ab8
+#define PCI_DEVICE_ID_INTEL_APOLLOLAKE_I2C_7 0x5aba
+
 #define PCI_VENDOR_ID_COMPUTONE		0x8e0e
 #define PCI_DEVICE_ID_COMPUTONE_IP2EX	0x0291
 #define PCI_DEVICE_ID_COMPUTONE_PG	0x0302

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0eee9409df3e6dc326b60bc82c2b715c70e7debd
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Rizwan Qureshi <rizwan.qureshi at intel.com>



More information about the coreboot-gerrit mailing list