summaryrefslogtreecommitdiffstats
path: root/src/include/cpu
diff options
context:
space:
mode:
authorUsha P <usha.p@intel.com>2021-11-15 18:40:00 +0530
committerFelix Held <felix-coreboot@felixheld.de>2021-11-29 09:46:40 +0000
commit5b94cd9e9d0aae0bfba68fa65bf94a0d5985fa87 (patch)
treef5f320155db2cb55c5ffad610ab693de9d5fe790 /src/include/cpu
parent248dbe0908f1b934d465550987a2497cd6593b4b (diff)
downloadcoreboot-5b94cd9e9d0aae0bfba68fa65bf94a0d5985fa87.tar.gz
coreboot-5b94cd9e9d0aae0bfba68fa65bf94a0d5985fa87.tar.bz2
coreboot-5b94cd9e9d0aae0bfba68fa65bf94a0d5985fa87.zip
soc/intel/common: Include Alder Lake-N device IDs
Add Alder Lake-N specific CPU, System Agent, PCH (Alder Point aka ADP), IGD device IDs. Document Number: 619501, 645548 Signed-off-by: Usha P <usha.p@intel.com> Change-Id: I0974fc6ee2ca41d9525cc83155772f111c1fdf86 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59306 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subrata.banik@intel.com>
Diffstat (limited to 'src/include/cpu')
-rw-r--r--src/include/cpu/intel/cpu_ids.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h
index 53140762d47d..0f7c5c1e8726 100644
--- a/src/include/cpu/intel/cpu_ids.h
+++ b/src/include/cpu/intel/cpu_ids.h
@@ -55,5 +55,6 @@
#define CPUID_ALDERLAKE_A1 0x906a1
#define CPUID_ALDERLAKE_A2 0x906a2
#define CPUID_ALDERLAKE_A3 0x906a4
+#define CPUID_ALDERLAKE_N_A0 0xb06e0
#endif /* CPU_INTEL_CPU_IDS_H */