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>
This commit is contained in:
@@ -2910,6 +2910,7 @@
|
|||||||
#define PCI_DEVICE_ID_INTEL_APL_CSE0 0x5a9a
|
#define PCI_DEVICE_ID_INTEL_APL_CSE0 0x5a9a
|
||||||
#define PCI_DEVICE_ID_INTEL_GLK_CSE0 0x319a
|
#define PCI_DEVICE_ID_INTEL_GLK_CSE0 0x319a
|
||||||
#define PCI_DEVICE_ID_INTEL_CNL_CSE0 0x9de0
|
#define PCI_DEVICE_ID_INTEL_CNL_CSE0 0x9de0
|
||||||
|
#define PCI_DEVICE_ID_INTEL_SKL_CSE0 0x9d3a
|
||||||
|
|
||||||
/* Intel XDCI device Ids */
|
/* Intel XDCI device Ids */
|
||||||
#define PCI_DEVICE_ID_INTEL_APL_XDCI 0x5aaa
|
#define PCI_DEVICE_ID_INTEL_APL_XDCI 0x5aaa
|
||||||
|
@@ -508,6 +508,7 @@ static const unsigned short pci_device_ids[] = {
|
|||||||
PCI_DEVICE_ID_INTEL_APL_CSE0,
|
PCI_DEVICE_ID_INTEL_APL_CSE0,
|
||||||
PCI_DEVICE_ID_INTEL_GLK_CSE0,
|
PCI_DEVICE_ID_INTEL_GLK_CSE0,
|
||||||
PCI_DEVICE_ID_INTEL_CNL_CSE0,
|
PCI_DEVICE_ID_INTEL_CNL_CSE0,
|
||||||
|
PCI_DEVICE_ID_INTEL_SKL_CSE0,
|
||||||
0,
|
0,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user