soc/intel/common/block/graphics: Hook up all ADL-S IGD PCI IDs
Some users of MSI Z690-A board reported non-working IGD display during post using various CPUs. As not all PCI IDs were hooked, coreboot didn't detect GOP-provided framebuffer nor passed the framebuffer information to the payload, causing a black screen. Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Change-Id: I07584e07182ee56b61b6f751100431589d1cbe83 Reviewed-on: https://review.coreboot.org/c/coreboot/+/70101 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Elias Souza <eliascontato@protonmail.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
5331462e9e
commit
84ceee96fe
|
@ -302,6 +302,10 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DID_INTEL_ADL_P_GT2_8,
|
||||
PCI_DID_INTEL_ADL_P_GT2_9,
|
||||
PCI_DID_INTEL_ADL_S_GT1,
|
||||
PCI_DID_INTEL_ADL_S_GT1_1,
|
||||
PCI_DID_INTEL_ADL_S_GT2,
|
||||
PCI_DID_INTEL_ADL_S_GT2_1,
|
||||
PCI_DID_INTEL_ADL_S_GT2_2,
|
||||
PCI_DID_INTEL_ADL_M_GT1,
|
||||
PCI_DID_INTEL_ADL_M_GT2,
|
||||
PCI_DID_INTEL_ADL_M_GT3,
|
||||
|
|
Loading…
Reference in New Issue