Hello Furquan Shaikh, Martin Roth, ron minnich,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/48811
to look at the new patch set (#2).
Change subject: fmaptool: Add option to dump fmap ......................................................................
fmaptool: Add option to dump fmap
The fmap library brings all the code to dump the fmap in human readable form to the user, but coreboot does not include a utility that lets you read the fmap from an image. fmaptool is the ideal candidate for dealing with fmaps, so add
$ fmaptool -d <romimage>
Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Change-Id: If255f0c0bf7be3910eca67340633491bdc0a9e7e --- M util/cbfstool/fmaptool.c 1 file changed, 57 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/48811/2