drivers/intel/ish: Add TGL ISH PCI id

BRANCH=none
BUG=b:145946347
TEST==boot to OS with TGL RVP UP3

Signed-off-by: Hu, Hebo <hebo.hu@intel.com>
Signed-off-by: li feng <li1.feng@intel.com>
Change-Id: I3a4f73e82f62def3adb2cb1332a315366078c918
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39478
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
li feng 2020-03-12 11:37:13 -07:00 committed by Patrick Georgi
parent 2cf9d3883c
commit db992acb73
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
config DRIVERS_INTEL_ISH config DRIVERS_INTEL_ISH
bool bool
default n
help help
When enabled, chip driver/intel/ish will publish information to the When enabled, chip driver/intel/ish will publish information to the
SSDT _DSD table for the ISH device. SSDT _DSD table for the ISH device.

View File

@ -65,6 +65,7 @@ static const struct device_operations pci_ish_device_ops = {
static const unsigned short pci_device_ids[] = { static const unsigned short pci_device_ids[] = {
PCI_DEVICE_ID_INTEL_CNL_ISHB, PCI_DEVICE_ID_INTEL_CNL_ISHB,
PCI_DEVICE_ID_INTEL_CML_ISHB, PCI_DEVICE_ID_INTEL_CML_ISHB,
PCI_DEVICE_ID_INTEL_TGL_ISHB,
0 0
}; };

View File

@ -2105,6 +2105,7 @@
#define PCI_DEVICE_ID_INTEL_82439TX 0x7100 #define PCI_DEVICE_ID_INTEL_82439TX 0x7100
#define PCI_DEVICE_ID_INTEL_CNL_ISHB 0x9dfc #define PCI_DEVICE_ID_INTEL_CNL_ISHB 0x9dfc
#define PCI_DEVICE_ID_INTEL_CML_ISHB 0x02fc #define PCI_DEVICE_ID_INTEL_CML_ISHB 0x02fc
#define PCI_DEVICE_ID_INTEL_TGL_ISHB 0xa0fc
/* Intel 82371FB (PIIX) */ /* Intel 82371FB (PIIX) */
#define PCI_DEVICE_ID_INTEL_82371FB_ISA 0x122e #define PCI_DEVICE_ID_INTEL_82371FB_ISA 0x122e