From c8c75fabb30513cfe3100afbe43c5ee56a006edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 25 Apr 2022 14:59:17 +0200 Subject: soc/intel/alderlake/report_platform.c: Add ADL-S identification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on DOC #619501, #619362 and #618427 TEST=Boot MSI PRO Z690-A DDR4 WIFI and see the silicon info is reported as ADL-S. Signed-off-by: Michał Żygowski Change-Id: I8051113515ef63fc4687f53d25140a3f55aadb6e Reviewed-on: https://review.coreboot.org/c/coreboot/+/63838 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/include/cpu/intel/cpu_ids.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/cpu/intel') diff --git a/src/include/cpu/intel/cpu_ids.h b/src/include/cpu/intel/cpu_ids.h index 384b000a4e..d8191331d9 100644 --- a/src/include/cpu/intel/cpu_ids.h +++ b/src/include/cpu/intel/cpu_ids.h @@ -51,6 +51,10 @@ #define CPUID_ELKHARTLAKE_A0 0x90660 #define CPUID_ELKHARTLAKE_B0 0x90661 #define CPUID_ALDERLAKE_S_A0 0x90670 +#define CPUID_ALDERLAKE_S_B0 0x90671 +#define CPUID_ALDERLAKE_S_C0 0x90672 +#define CPUID_ALDERLAKE_S_G0 0x90674 +#define CPUID_ALDERLAKE_S_H0 0x90675 #define CPUID_ALDERLAKE_J0 0x906a0 #define CPUID_ALDERLAKE_Q0 0x906a1 #define CPUID_ALDERLAKE_K0 0x906a2 -- cgit v1.2.3