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:
parent
5d03b1d216
commit
909da87a09
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue