David Hendricks has uploaded a new patch set (#3) to the change originally created by Nico Huber. ( https://review.coreboot.org/c/flashrom/+/31018 )
Change subject: Implement IFWI layout reading ......................................................................
Implement IFWI layout reading
Alas, yet another conflicting command-line option before we overhaul the internal layout handling.
v2: Also parse the descriptors of Logical Boot Partitio 2. Prefix region names with `LBP1/` and `LBP2/` respectively.
v3: Split entries out of the structs `bpdt` and `spd`. Having them not in one structure makes the code a little simpler.
Change-Id: I1f1ef4c5d109b81dec7a11bca04ba89204fa84eb Signed-off-by: Nico Huber nico.h@gmx.de --- M Makefile M cli_classic.c A ifwi.c M ifwi.h M libflashrom.c M libflashrom.h 6 files changed, 474 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/18/31018/3