[coreboot-gerrit] Change in coreboot[master]: intel/common/block: Add SKL CSME device ID

Subrata Banik (Code Review) gerrit at coreboot.org
Mon Nov 27 09:00:25 CET 2017


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/22610


Change subject: intel/common/block: Add SKL CSME device ID
......................................................................

intel/common/block: Add SKL CSME device ID

This patch ensures SKL code is using CSME common
PCI driver.

TEST=Build and boot soraka/eve.

Change-Id: Ic229c60e434d83eb4a3e5392ce90a7d47fddbd73
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/include/device/pci_ids.h
M src/soc/intel/common/block/cse/cse.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/22610/1

diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index 9fe7681..4a16143 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2911,6 +2911,7 @@
 #define PCI_DEVICE_ID_INTEL_APL_CSE0		0x5a9a
 #define PCI_DEVICE_ID_INTEL_GLK_CSE0		0x319a
 #define PCI_DEVICE_ID_INTEL_CNL_CSE0		0x9de0
+#define PCI_DEVICE_ID_INTEL_SKL_CSE0		0x9d3a
 
 /* Intel XDCI device Ids */
 #define PCI_DEVICE_ID_INTEL_APL_XDCI		0x5aaa
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index d8a781e..77a9b63 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -508,6 +508,7 @@
 	PCI_DEVICE_ID_INTEL_APL_CSE0,
 	PCI_DEVICE_ID_INTEL_GLK_CSE0,
 	PCI_DEVICE_ID_INTEL_CNL_CSE0,
+	PCI_DEVICE_ID_INTEL_SKL_CSE0,
 	0,
 };
 

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic229c60e434d83eb4a3e5392ce90a7d47fddbd73
Gerrit-Change-Number: 22610
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171127/1e7fb62f/attachment.html>


More information about the coreboot-gerrit mailing list