summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/include/intelblocks
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2020-08-03 14:29:25 +0530
committerSubrata Banik <subrata.banik@intel.com>2020-08-05 05:38:14 +0000
commitf672f7ff7d6e1fd607c4348ac45132a1e3064585 (patch)
treeca4fe63e55f1885e63a6ccac4425def60e2d55c5 /src/soc/intel/common/block/include/intelblocks
parentd1c590a66654bdb6be6da85c539c9567be6234a0 (diff)
downloadcoreboot-f672f7ff7d6e1fd607c4348ac45132a1e3064585.tar.gz
coreboot-f672f7ff7d6e1fd607c4348ac45132a1e3064585.tar.bz2
coreboot-f672f7ff7d6e1fd607c4348ac45132a1e3064585.zip
soc/intel/common: Include Alder Lake device IDs
Add Alder Lake specific CPU, System Agent, PCH (Alder Point aka ADP), IGD device IDs. Document Number: 619501, 619362 Change-Id: I17ce56a220e4dce2db2e0e69561b3d6dac9e65a2 Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44108 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/common/block/include/intelblocks')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/mp_init.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/mp_init.h b/src/soc/intel/common/block/include/intelblocks/mp_init.h
index e03d8bd53f61..10dd19be3170 100644
--- a/src/soc/intel/common/block/include/intelblocks/mp_init.h
+++ b/src/soc/intel/common/block/include/intelblocks/mp_init.h
@@ -43,7 +43,8 @@
#define CPUID_TIGERLAKE_A0 0x806c0
#define CPUID_TIGERLAKE_B0 0x806c1
#define CPUID_ELKHARTLAKE_A0 0x90660
-
+#define CPUID_ALDERLAKE_S_A0 0x90670
+#define CPUID_ALDERLAKE_P_A0 0x906a0
/*
* MP Init callback function to Find CPU Topology. This function is common
* among all SOCs and thus its in Common CPU block.