aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2018-10-31 23:08:14 +0530
committerSubrata Banik <subrata.banik@intel.com>2019-06-13 04:38:08 +0000
commit3d152ac388fa43b4c3d1bfeedcb6a40f1479ace3 (patch)
treeca39c17047de8a3059cea7314f95910f2b45a8a1 /src/include
parent8a70918b8a78d8d5cd27e830cc4ae496b10d4f32 (diff)
soc/intel/icelake: Replace PCI device LPC to ESPI as per EDS
As per Icelake EDS PCI device B:D:F (0:0x1f:0) referred as ESPI, hence modify SoC code to reflect the same. This patch replaces all SoC specific PCI LPC references with ESPI except anything that touches intel common code block. Change-Id: I4990ea6d9b7b4c0eac2b3eea559f5469f086e827 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/33190 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Lean Sheng Tan <lean.sheng.tan@intel.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/device/pci_ids.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h
index dae5c9aceb..2c8fadcc6f 100644
--- a/src/include/device/pci_ids.h
+++ b/src/include/device/pci_ids.h
@@ -2723,13 +2723,13 @@
#define PCI_DEVICE_ID_INTEL_CNL_Y_PREMIUM_LPC 0x9d83
#define PCI_DEVICE_ID_INTEL_CNP_H_LPC_Q370 0xa306
#define PCI_DEVICE_ID_INTEL_CNP_H_LPC_QM370 0xa30c
-#define PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_LPC 0x3480
-#define PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_LPC_REV0 0x3481
-#define PCI_DEVICE_ID_INTEL_ICL_U_PREMIUM_LPC 0x3482
-#define PCI_DEVICE_ID_INTEL_ICL_BASE_Y_LPC 0x3483
-#define PCI_DEVICE_ID_INTEL_ICL_BASE_U_LPC 0x3484
-#define PCI_DEVICE_ID_INTEL_ICL_Y_PREMIUM_LPC 0x3487
-#define PCI_DEVICE_ID_INTEL_ICL_SUPER_Y_LPC 0x3486
+#define PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_ESPI 0x3480
+#define PCI_DEVICE_ID_INTEL_ICL_U_SUPER_U_ESPI_REV0 0x3481
+#define PCI_DEVICE_ID_INTEL_ICL_U_PREMIUM_ESPI 0x3482
+#define PCI_DEVICE_ID_INTEL_ICL_BASE_Y_ESPI 0x3483
+#define PCI_DEVICE_ID_INTEL_ICL_BASE_U_ESPI 0x3484
+#define PCI_DEVICE_ID_INTEL_ICL_Y_PREMIUM_ESPI 0x3487
+#define PCI_DEVICE_ID_INTEL_ICL_SUPER_Y_ESPI 0x3486
#define PCI_DEVICE_ID_INTEL_CMP_SUPER_U_LPC 0x0281
#define PCI_DEVICE_ID_INTEL_CMP_PREMIUM_Y_LPC 0x0283
#define PCI_DEVICE_ID_INTEL_CMP_PREMIUM_U_LPC 0x0284