Intel ifdtool can dump the Intel Firmware Descriptor, which is helpful for debugging and inspecting firmware binaries. This utility lacked similar functionality, so this patch introduces a `--dump` CLI option to display decoded information from the embedded firmware header. Currently, the output includes SPI frequency and read mode for various AMD family models. Change-Id: Ideb1076f1d580496dac293882007cfa4672d188b Signed-off-by: Alexander Goncharov <chat@joursoir.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88610 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| amdfwread.c | ||
| amdfwtool.c | ||
| amdfwtool.h | ||
| data_parse.c | ||
| description.md | ||
| handle_file.c | ||
| Makefile | ||
| Makefile.mk | ||
| opts.c | ||
| signed_psp.c | ||