From e3c507d790ed79b41711435f5803baebade88fe7 Mon Sep 17 00:00:00 2001 From: Appukuttan V K Date: Thu, 11 Jan 2024 17:35:56 +0530 Subject: soc/intel: Add Lunar Lake device IDs Added Lunar Lake specific CPU and PCIE device IDs Reference: Lunar Lake External Design Specification Volume 1 (734362) Change-Id: Ic0aae6fd7aa8ba3a6a794f8af5ecf3967509b704 Signed-off-by: Appukuttan V K Reviewed-on: https://review.coreboot.org/c/coreboot/+/79899 Reviewed-by: Wonkyu Kim Tested-by: build bot (Jenkins) Reviewed-by: Saurabh Mishra Reviewed-by: Ashish Kumar Mishra Reviewed-by: Krishna P Bhat D --- src/include/cpu/intel/cpu_ids.h | 1 + 1 file changed, 1 insertion(+) (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 443135030c..d74cf1e2b1 100644 --- a/src/include/cpu/intel/cpu_ids.h +++ b/src/include/cpu/intel/cpu_ids.h @@ -79,5 +79,6 @@ #define CPUID_RAPTORLAKE_H0 0xb06f5 #define CPUID_RAPTORLAKE_J0 0xb06a2 #define CPUID_RAPTORLAKE_Q0 0xb06a3 +#define CPUID_LUNARLAKE_A0_1 0xb06d0 #endif /* CPU_INTEL_CPU_IDS_H */ -- cgit v1.2.3