Attention is currently required from: Matt DeVillier.
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/85160?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed: Verified-1 by build bot (Jenkins)
Change subject: cli_classic: Add option to use first detected chip if multiple found ......................................................................
cli_classic: Add option to use first detected chip if multiple found
In many cases, when flashrom detects multiple chips, it is simply unable to distinguish between similar chips in the same family (eg, W25Q64). In these instances, we may want to programmatically use the first chip found, so add a parameter enabling this.
TEST=read flash on google/link with --use-first-chip option, which previously required specifying the chip using -c.
Change-Id: I0427b1ef80e4eca16623f0fc9119d79f7dd62551 Signed-off-by: Matt DeVillier matt.devillier@gmail.com --- M cli_classic.c 1 file changed, 20 insertions(+), 8 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/60/85160/2