soc/intel: Add Wildcat Lake CPU and PCIe device IDs

This patch adds Wildcat Lake-specific CPU and PCIe device IDs to the
header files and driver-specific code.

Reference:
Wildcat Lake Processor Prelim External Device IDs (820363)

BUG=b:394208231
TEST=Verified on Wildcat Lake Simulation Platform

Change-Id: I4bc7a8ea898ee30d565a95b9f85d6f19886bcffb
Signed-off-by: Appukuttan V K <appukuttan.vk@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87262
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Appukuttan V K 2025-04-10 19:57:25 +05:30 committed by Matt DeVillier
commit fed584e100
27 changed files with 193 additions and 0 deletions

View file

@ -92,5 +92,6 @@
#define CPUID_SNOWRIDGE_B0 0x80664
#define CPUID_SNOWRIDGE_B1 0x80665
#define CPUID_SNOWRIDGE_C0 0x80667
#define CPUID_WILDCATLAKE_A0 0xd0650
#endif /* CPU_INTEL_CPU_IDS_H */