Attention is currently required from: Robert Zieba, Bao Zheng, Marshall Dawson, Felix Held. Hello build bot (Jenkins), Bao Zheng, Raul Rangel, Marshall Dawson, Rob Barnes, Karthik Ramasubramanian, Felix Held,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62795
to look at the new patch set (#10).
Change subject: util/amdfwtool: Add amdfwread utility ......................................................................
util/amdfwtool: Add amdfwread utility
Amdfwtool creates AMD firmware images however there is currently no way to get information from an existing image. This commit adds amdfwread to support that functionality. At the moment only reading PSP soft fuse flags is supported.
BUG=b:202397678 TEST=Ran amdfwread and verified that it correctly reads the soft fuse bits
Signed-off-by: Robert Zieba robertzieba@google.com Change-Id: I15fa07c9cad8e4640e9c40e5539b0dab44424850 --- M util/amdfwtool/.gitignore M util/amdfwtool/Makefile A util/amdfwtool/amdfwread.c M util/testing/Makefile.inc 4 files changed, 254 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/62795/10