summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/cse
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2017-11-27 13:28:41 +0530
committerSubrata Banik <subrata.banik@intel.com>2017-11-28 13:10:39 +0000
commitd0586d29ea736c7cf1262320ae600af68c655955 (patch)
tree010e32c21a53ea33f192455d4a1242240cacb96a /src/soc/intel/common/block/cse
parent0c2df6f02700b0aa3766ae3011e4c6162f6790e7 (diff)
downloadcoreboot-d0586d29ea736c7cf1262320ae600af68c655955.tar.xz
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@intel.com> Reviewed-on: https://review.coreboot.org/22610 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/common/block/cse')
-rw-r--r--src/soc/intel/common/block/cse/cse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c
index d8a781e661..77a9b631d9 100644
--- a/src/soc/intel/common/block/cse/cse.c
+++ b/src/soc/intel/common/block/cse/cse.c
@@ -508,6 +508,7 @@ static const unsigned short pci_device_ids[] = {
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,
};