From 909da87a09bec9e5b6d2f4ca5d8964a93e7056b0 Mon Sep 17 00:00:00 2001 From: Shuo Liu Date: Fri, 12 Apr 2024 02:24:18 +0800 Subject: soc/intel/common/block/lpc: Support IBL eSPI IBL eSPI should be correctly configured by LPC driver so that console input is usable. Change-Id: I77cc6dd67b36035974e7f268d32b8473e8d83483 Signed-off-by: Shuo Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/84309 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- 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 530805206f..bed671cb47 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -3120,6 +3120,7 @@ #define PCI_DID_INTEL_ADP_M_N_ESPI_30 0x549e #define PCI_DID_INTEL_ADP_M_N_ESPI_31 0x549f #define PCI_DID_INTEL_SPR_ESPI_1 0x1b80 +#define PCI_DID_INTEL_IBL_ESPI_0 0x5795 #define PCI_DID_INTEL_MTL_ESPI_0 0x7e00 #define PCI_DID_INTEL_MTL_ESPI_1 0x7e01 #define PCI_DID_INTEL_MTL_ESPI_2 0x7e02 -- cgit v1.2.3