coreboot-kgpe-d16/util/amdfwtool
Robert Zieba 29bc79fddb 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. Example usage: `amdfwread --soft-fuse bios.bin`,
example output: `Soft-fuse:0x400000030000041`.

BUG=b:202397678
TEST=Ran amdfwread and verified that it correctly reads the soft fuse
bits, verified that built AMD FW still boots on DUT

Signed-off-by: Robert Zieba <robertzieba@google.com>
Change-Id: I15fa07c9cad8e4640e9c40e5539b0dab44424850
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62795
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Rob Barnes <robbarnes@google.com>
2022-05-13 15:51:37 +00:00
..
.gitignore util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
Makefile.inc amdfwtool: Add ISH header support for A/B recovery layout 2022-03-27 15:24:15 +00:00
amdfwread.c util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
amdfwtool.c util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
amdfwtool.h util/amdfwtool: Add amdfwread utility 2022-05-13 15:51:37 +00:00
data_parse.c util/amdfwtool: Add IKEK key for Trusted Application 2022-05-05 14:48:31 +00:00
description.md