Attention is currently required from: Karthik Ramasubramanian, Felix Held. Hello build bot (Jenkins), Karthik Ramasubramanian, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/59449
to look at the new patch set (#4).
Change subject: amdfwtool: clean up psp fw parsing ......................................................................
amdfwtool: clean up psp fw parsing
find_register_fw_filename_psp_dir parses first token from the fw.cfg and find fw_type and subprog for it. However every entries are hard-coded, which makes code to be hard to read and maintain.
Make a new lookup table so things are more organized than before.
BUG=b:206909680 TEST=build guybrush and confirm amdfw and coreboot.rom are identical
Signed-off-by: Kangheui Won khwon@chromium.org Change-Id: Id7adb20db7bab73933b457f3449b2d8ce4217b8c --- M util/amdfwtool/Makefile M util/amdfwtool/Makefile.inc M util/amdfwtool/data_parse.c 3 files changed, 79 insertions(+), 167 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/59449/4