Attention is currently required from: Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger.
Hello Jason Glenesk, Raul Rangel, Matt DeVillier, Fred Reitberger,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/72862
to look at the new patch set (#2).
Change subject: soc/amd: use CPUID_FROM_FMS macro instead of magic numbers ......................................................................
soc/amd: use CPUID_FROM_FMS macro instead of magic numbers
Port over the remaining AMD SoCs to use CPUID_FROM_FMS. The Glinda CPUID still needs to be updated to the actual CPUID, but for now just change it to use CPUID_FROM_FMS.
TEST=Resulting image of timeless build for Gardenia (Stoneyridge), Majolica (Cezanne), Chausie (Mendocino), Mayan (Phoenix) and Birman (Glinda) don't change.
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ia508f857d06f3c15e3ac9f813302471348ce3d89 --- M src/soc/amd/cezanne/include/soc/cpu.h M src/soc/amd/glinda/include/soc/cpu.h M src/soc/amd/mendocino/include/soc/cpu.h M src/soc/amd/phoenix/include/soc/cpu.h M src/soc/amd/stoneyridge/cpu.c 5 files changed, 25 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/62/72862/2