Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson, Zheng Bao. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Marshall Dawson, Zheng Bao, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55454
to look at the new patch set (#15).
Change subject: amdfwtool: Fill PSP directory to ROMSIG based on the SOC ID ......................................................................
amdfwtool: Fill PSP directory to ROMSIG based on the SOC ID
New families used to use flag combo to decide whether use 0x14 or 0x10. It was not right.
0x14 is "pointer directly to PSP Directory table start from Family 17h Models 00h-0Fh, or point to PSP combo Directory header." For the old Family, the PSP Directory is at 0x10. Being combo or not is not the flag to decide where is psp_entry.
Change-Id: I82efc3498bc831a45662a8628cc24fcdd502ec93 Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/cezanne/Makefile.inc M src/soc/amd/picasso/Makefile.inc M src/soc/amd/stoneyridge/Makefile.inc M util/amdfwtool/amdfwtool.c 4 files changed, 5 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/54/55454/15