soc/intel/common: Add ADL_N ID 5 0x4618
This patch adds ADL N 4-core MCH ID 0x4618. Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I47bd8fa991a48d30be4975b7965f2c3c859836dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/80487 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
17e48e8530
commit
ccd18d1bb4
|
@ -4260,6 +4260,7 @@
|
|||
#define PCI_DID_INTEL_ADL_N_ID_2 0x461B
|
||||
#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_MTL_M_ID 0x7D00
|
||||
#define PCI_DID_INTEL_MTL_P_ID_1 0x7D01
|
||||
#define PCI_DID_INTEL_MTL_P_ID_2 0x7D02
|
||||
|
|
|
@ -516,6 +516,7 @@ static const unsigned short systemagent_ids[] = {
|
|||
PCI_DID_INTEL_ADL_N_ID_2,
|
||||
PCI_DID_INTEL_ADL_N_ID_3,
|
||||
PCI_DID_INTEL_ADL_N_ID_4,
|
||||
PCI_DID_INTEL_ADL_N_ID_5,
|
||||
PCI_DID_INTEL_RPL_HX_ID_1,
|
||||
PCI_DID_INTEL_RPL_HX_ID_2,
|
||||
PCI_DID_INTEL_RPL_HX_ID_3,
|
||||
|
|
Loading…
Reference in New Issue