soc/intel/{common,alderlake}: Add missing ADL-N SKUs
Based on DOC #767454 (public) version 1.2. Allows to boot the HARDKERNEL ODROID H4+ with N97 SoC. Without this patch the MCH ID was not recognized and the SA driver did not pick up the stolen ranges, causing the PCI MMIO allocation to be placed in the stolen areas. TEST=Boot HARDKERNEL ODROID H4+ with N97 SoC to Ubuntu 23.04. Change-Id: I0fbdb12c6411e4109e68a13960b4570701629bc9 Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84212 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
5a59e418ee
commit
d6d83c1912
8 changed files with 111 additions and 24 deletions
|
|
@ -4394,6 +4394,10 @@
|
|||
#define PCI_DID_INTEL_ADL_N_ID_3 0x461c
|
||||
#define PCI_DID_INTEL_ADL_N_ID_4 0x4614
|
||||
#define PCI_DID_INTEL_ADL_N_ID_5 0x4618
|
||||
#define PCI_DID_INTEL_ADL_N_ID_6 0x4678
|
||||
#define PCI_DID_INTEL_ADL_N_ID_7 0x4679
|
||||
#define PCI_DID_INTEL_ADL_N_ID_8 0x467C
|
||||
#define PCI_DID_INTEL_ADL_N_ID_9 0x4677
|
||||
#define PCI_DID_INTEL_MTL_M_ID 0x7D00
|
||||
#define PCI_DID_INTEL_MTL_P_ID_1 0x7D01
|
||||
#define PCI_DID_INTEL_MTL_P_ID_2 0x7D02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue