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 <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84309
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
This commit is contained in:
Shuo Liu 2024-04-12 02:24:18 +08:00 committed by Lean Sheng Tan
commit 909da87a09
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -448,6 +448,7 @@ static const unsigned short pci_device_ids[] = {
PCI_DID_INTEL_ADP_M_N_ESPI_31,
PCI_DID_INTEL_SPR_ESPI_1,
PCI_DID_INTEL_SNR_LPC,
PCI_DID_INTEL_IBL_ESPI_0,
0
};