Attention is currently required from: Edward O'Callaghan. Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/59291
to look at the new patch set (#2).
Change subject: flashrom: Convert do_read() into a libflashrom user ......................................................................
flashrom: Convert do_read() into a libflashrom user
Aspire towards a goal of making cli_classic more of just a user of libflashrom than having quasi-parallel paths in flashrom.c
This converts the do_read() provider wrapper into a pure libflashrom user. Also fix the case where the cli detects a missing read() callback while the libflashrom interface does not.
BUG=none TEST=builds
Change-Id: I4b690b688acf9d5deb46e8642a252a2132ea8c73 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M cli_classic.c M flash.h M flashrom.c 3 files changed, 27 insertions(+), 29 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/91/59291/2