treewide: Drop the suffixes from ADL and RPL CPUID macros and strings
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 <michal.zygowski@3mdeb.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76203 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
parent
573e6ded9f
commit
d54a5b294f
5 changed files with 32 additions and 32 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue