diff options
author | Robert Zieba <robertzieba@google.com> | 2022-03-14 15:59:12 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2022-05-13 15:51:37 +0000 |
commit | 29bc79fddb62c30caa33474ac773ae6a6ec1c4f0 (patch) | |
tree | f7ef50087db6559514398abda5c309be5bda4e06 /util/amdfwtool/.gitignore | |
parent | 305086c0f227c61b039c9b5a5d6515a8895683b6 (diff) |
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>
Diffstat (limited to 'util/amdfwtool/.gitignore')
-rw-r--r-- | util/amdfwtool/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/amdfwtool/.gitignore b/util/amdfwtool/.gitignore index cac1859b43..e688fcfa68 100644 --- a/util/amdfwtool/.gitignore +++ b/util/amdfwtool/.gitignore @@ -1 +1,2 @@ amdfwtool +amdfwread |