Attention is currently required from: Raul Rangel, Felix Held. Hello build bot (Jenkins), Jason Glenesk, Raul Rangel, Patrick Georgi, Martin Roth, Marshall Dawson, Zheng Bao, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/49015
to look at the new patch set (#35).
Change subject: amdfwtool: Use "*SIZE" in fw config file as NVRAM entry ......................................................................
amdfwtool: Use "*SIZE" in fw config file as NVRAM entry
Sometimes the PSP or BIOS entry is all 0xFF. It doesn't make any sense to integrate a dummy binary. Only the entry type and size matter. So, add the entry like --------------- XXXX_FW_TYPE_STRING *0xXXXXX --------------- to fw config file. The asterisk is the prefix to detect if the current entry specifies size instead of filename. Then the required size of space related to the firmware type will be reserved. The TODO in the comment is completed and removed.
Change-Id: I98c94b4087f8a174f7d5753a30695a10f1b796ae Signed-off-by: Zheng Bao fishbaozi@gmail.com --- M src/soc/amd/picasso/Makefile.inc M src/soc/amd/stoneyridge/Makefile.inc M src/southbridge/amd/pi/hudson/Makefile.inc M util/amdfwtool/amdfwtool.c M util/amdfwtool/amdfwtool.h M util/amdfwtool/data_parse.c 6 files changed, 41 insertions(+), 19 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/49015/35