[coreboot-gerrit] Change in coreboot[master]: soc/intel/common/block/cse: Add GLK PCI ID

Hannah Williams (Code Review) gerrit at coreboot.org
Mon Jun 12 22:32:36 CEST 2017


Hannah Williams has uploaded this change for review. ( https://review.coreboot.org/20169


Change subject: soc/intel/common/block/cse: Add GLK PCI ID
......................................................................

soc/intel/common/block/cse: Add GLK PCI ID

Change-Id: I88e376d61c4aba5030a0be7c8bdfe7b57881a197
Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
M src/soc/intel/common/block/cse/cse.c
1 file changed, 7 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/69/20169/1

diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index 7ae9b53..1346af4 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -465,11 +465,17 @@
 	.init			= pci_dev_init,
 };
 
+static const unsigned short pci_device_ids[] = {
+	PCI_DEVICE_ID_INTEL_APL_CSE0,
+	PCI_DEVICE_ID_INTEL_GLK_CSE0,
+	0,
+};
+
 static const struct pci_driver cse_driver __pci_driver = {
 	.ops			= &cse_ops,
 	.vendor			= PCI_VENDOR_ID_INTEL,
 	/* SoC/chipset needs to provide PCI device ID */
-	.device			= PCI_DEVICE_ID_INTEL_APL_CSE0,
+	.devices		= pci_device_ids,
 };
 
 #endif

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I88e376d61c4aba5030a0be7c8bdfe7b57881a197
Gerrit-Change-Number: 20169
Gerrit-PatchSet: 1
Gerrit-Owner: Hannah Williams <hannah.williams at intel.com>



More information about the coreboot-gerrit mailing list