drivers/intel/ish: Add ADL-P ISH DID
This patch adds ISH ID for ADL-P to ensure dynamic ASL code is added into SSDT. With this patch: Scope (\_SB.PCI0.ISHB) { Name (_DSD, Package (0x02) // _DSD: Device-Specific Data { ToUUID ("70d24161-6dd5-4c9e-8070-705531292865"), Package (0x01) { Package (0x02) { "DmaProperty", One } } }) } Signed-off-by: Subrata Banik <subratabanik@google.com> Change-Id: I48dc6056155824239bb88eda2b0ff5bcd36ced15 Reviewed-on: https://review.coreboot.org/c/coreboot/+/71262 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyle Lin <kylelinck@google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
11e1950d26
commit
3a60e5c827
|
@ -63,6 +63,7 @@ static const unsigned short pci_device_ids[] = {
|
|||
PCI_DID_INTEL_TGL_ISHB,
|
||||
PCI_DID_INTEL_TGL_H_ISHB,
|
||||
PCI_DID_INTEL_ADL_N_ISHB,
|
||||
PCI_DID_INTEL_ADL_P_ISHB,
|
||||
0
|
||||
};
|
||||
|
||||
|
|
|
@ -2183,6 +2183,7 @@
|
|||
#define PCI_DID_INTEL_TGL_H_ISHB 0x43fc
|
||||
#define PCI_DID_INTEL_MTL_ISHB 0x7e45
|
||||
#define PCI_DID_INTEL_ADL_N_ISHB 0x54fc
|
||||
#define PCI_DID_INTEL_ADL_P_ISHB 0x51fc
|
||||
|
||||
/* Intel 82371FB (PIIX) */
|
||||
#define PCI_DID_INTEL_82371FB_ISA 0x122e
|
||||
|
|
Loading…
Reference in New Issue