From ab9a7c0c44c29d2d7a59745ddfc9d74209427978 Mon Sep 17 00:00:00 2001 From: Bernardo Perez Priego Date: Fri, 2 Aug 2019 18:25:01 -0700 Subject: soc/intel/cometlake: Add ISH Device ID This Device ID is specific to CML, since it is obtained by reading ISH configuration RO register. In order to export ISH to kernel PCI device tree, this number must be included in list of devices supported. Change-Id: I6d245f1b3f0d0cfec77c31033eb20f147fd3d870 Signed-off-by: Bernardo Perez Priego Reviewed-on: https://review.coreboot.org/c/coreboot/+/34687 Reviewed-by: Li1 Feng Reviewed-by: Mathew King Tested-by: build bot (Jenkins) --- src/include/device/pci_ids.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/device/pci_ids.h') diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 3ac6560cfc..2501640261 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -2102,6 +2102,7 @@ #define PCI_DEVICE_ID_INTEL_82437VX 0x7030 #define PCI_DEVICE_ID_INTEL_82439TX 0x7100 #define PCI_DEVICE_ID_INTEL_CNL_ISHB 0x9dfc +#define PCI_DEVICE_ID_INTEL_CML_ISHB 0x02fc /* Intel 82371FB (PIIX) */ #define PCI_DEVICE_ID_INTEL_82371FB_ISA 0x122e -- cgit v1.2.3