From d54a5b294ff3fe7a8b27f71b5fb3da2d2d0057b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=BBygowski?= Date: Mon, 3 Jul 2023 17:17:32 +0200 Subject: treewide: Drop the suffixes from ADL and RPL CPUID macros and strings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CPUID is the same for Alder Lake and Raptor Lake S and HX variants. To reduce the confusion and concerns how to name the macros, remove the suffixes from macros and platform reporting strings. Thankfully the stepping names are unique across mobile (P suffixed) and desktop (S and HX suffixed) SKUs. Distinguishing the S from HX is possible via host bridge PCI ID. Change-Id: Ib08fb0923481541dd6f358cf60da44d90bd75ae2 Signed-off-by: Michał Żygowski Reviewed-on: https://review.coreboot.org/c/coreboot/+/76203 Tested-by: build bot (Jenkins) Reviewed-by: Tim Crawford --- src/mainboard/intel/adlrvp/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/intel/adlrvp') diff --git a/src/mainboard/intel/adlrvp/mainboard.c b/src/mainboard/intel/adlrvp/mainboard.c index c1cbb31230..d761e877f8 100644 --- a/src/mainboard/intel/adlrvp/mainboard.c +++ b/src/mainboard/intel/adlrvp/mainboard.c @@ -79,7 +79,7 @@ const char *mainboard_vbt_filename(void) switch (sku_id) { case ADL_P_LP5_1: case ADL_P_LP5_2: - if (cpu_id == CPUID_RAPTORLAKE_P_J0) + if (cpu_id == CPUID_RAPTORLAKE_J0) return "vbt_adlrvp_rpl_lp5.bin"; return "vbt_adlrvp_lp5.bin"; case ADL_M_LP5: -- cgit v1.2.3