Attention is currently required from: Edward O'Callaghan, Alexander Goncharov.
Hello build bot (Jenkins), Edward O'Callaghan, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/66532
to look at the new patch set (#7).
Change subject: cli_classic: move validation of incompatible options to one place ......................................................................
cli_classic: move validation of incompatible options to one place
Avoid repeating the same messages.
TOPIC=split_main_func TEST=the following scenarios failed as expected
./flashrom -p dummy:emulate=W25Q128FV -v "ff.bin" -n ./flashrom -p dummy:emulate=W25Q128FV -l "tmp.layout" --ifd ./flashrom -p dummy:emulate=W25Q128FV -l "tmp.layout" --fmap ./flashrom -p dummy:emulate=W25Q128FV -l "tmp.layout" --fmap-file "fmap.bin" ./flashrom -p dummy:emulate=W25Q128FV --wp-enable --wp-disable ./flashrom -p dummy:emulate=W25Q128FV \ -l "tmp.layout" \ --wp-enable \ --wp-range=0x00000000,0x01000000 \ --wp-region "boot"
Change-Id: If6d7579847cc8ae13b54ef7bd50072a9402f835f Signed-off-by: Alexander Goncharov chat@joursoir.net --- M cli_classic.c 1 file changed, 38 insertions(+), 33 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/32/66532/7