Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/27480
to look at the new patch set (#2).
Change subject: Add ability to read fmap from ROM ......................................................................
Add ability to read fmap from ROM
This adds logic to search the ROM for the flashmap.
It also changes the fmap-related CLI options so that --fmap will cause flashrom to search the ROM for the fmap, while --fmap-file <filename> will look in <filename>.
Signed-off-by: David Hendricks dhendricks@fb.com Change-Id: I83119528afeef7a864e7b774b7b7d60cb9750bb4 --- M cli_classic.c M fmap.c M fmap.h M libflashrom.c 4 files changed, 147 insertions(+), 28 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/80/27480/2