Bernardo Perez Priego has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34687 )
Change subject: Moffet: Adding CNL ISH Device ID for PCI driver. ......................................................................
Moffet: Adding CNL ISH Device ID for PCI driver.
Signed-off-by: perezpri bernardo.perez.priego@intel.com Change-Id: I6d245f1b3f0d0cfec77c31033eb20f147fd3d870 --- M src/drivers/intel/ish/ish.c M src/include/device/pci_ids.h 2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/34687/1
diff --git a/src/drivers/intel/ish/ish.c b/src/drivers/intel/ish/ish.c index bc1b6fa..f506a7c 100644 --- a/src/drivers/intel/ish/ish.c +++ b/src/drivers/intel/ish/ish.c @@ -66,6 +66,7 @@
static const unsigned short pci_device_ids[] = { PCI_DEVICE_ID_INTEL_CNL_ISHB, + PCI_DEVICE_ID_INTEL_CML_ISHB, 0 };
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 1aac48e..5231841 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