From 00b81adfedd0f61beb3fd7f3775f5d215b6307c4 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Tue, 13 Feb 2024 20:44:52 +0000 Subject: soc/intel/alderlake: Include ADL-N ID 5 0x4618 This patch adds support for using ADL N 4-core MCH ID 0x4618. Signed-off-by: Sean Rhodes Change-Id: I3e4855ce93666c54ab35def9b58e4b13bc9a8672 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80488 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/soc/intel/alderlake/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/alderlake/cpu.c') diff --git a/src/soc/intel/alderlake/cpu.c b/src/soc/intel/alderlake/cpu.c index fafd54d9f15d..2d25bb653a0f 100644 --- a/src/soc/intel/alderlake/cpu.c +++ b/src/soc/intel/alderlake/cpu.c @@ -240,6 +240,7 @@ enum adl_cpu_type get_adl_cpu_type(void) 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, }; const uint16_t rpl_hx_mch_ids[] = { -- cgit v1.2.3