soc/intel/common: Add CPU and PCIe IDs for Snow Ridge platform

CPU and PCIe IDs are from Intel Atom Processor C5100, C5300,
P5300 and P5700 Product Families EDS, doc No. 575160 rev 2.0.

Change-Id: I3f5d612765bbe9adffe0b6c7a4151f32b33e88b4
Signed-off-by: Yuchi Chen <yuchi.chen@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83314
Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Yuchi Chen 2024-06-25 10:50:18 +08:00 committed by Martin Roth
commit f61c136f8a
7 changed files with 22 additions and 0 deletions

View file

@ -83,5 +83,12 @@
#define CPUID_LUNARLAKE_A0_1 0xb06d0
#define CPUID_LUNARLAKE_A0_2 0xb06d1
#define CPUID_PANTHERLAKE_A0 0xc06c0
#define CPUID_SNOWRIDGE_A0 0x80660
#define CPUID_SNOWRIDGE_A1 0x80661
#define CPUID_SNOWRIDGE_A2 0x80662
#define CPUID_SNOWRIDGE_A3 0x80663
#define CPUID_SNOWRIDGE_B0 0x80664
#define CPUID_SNOWRIDGE_B1 0x80665
#define CPUID_SNOWRIDGE_C0 0x80667
#endif /* CPU_INTEL_CPU_IDS_H */