diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2022-04-25 14:59:17 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-06-17 14:27:12 +0000 |
commit | c8c75fabb30513cfe3100afbe43c5ee56a006edb (patch) | |
tree | 64e44f125feb41547d8a1ffc8b157044d5715866 /src/include/cpu | |
parent | 1205345227872d9ed148883a2352924dfecd41fb (diff) |
soc/intel/alderlake/report_platform.c: Add ADL-S identification
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 <michal.zygowski@3mdeb.com>
Change-Id: I8051113515ef63fc4687f53d25140a3f55aadb6e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63838
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/intel/cpu_ids.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |