David Reguera Garcia has uploaded a new patch set (#2). ( https://review.coreboot.org/c/flashrom/+/79407?usp=email )
Change subject: buspirate_spi: return init error for invalid values of pullups, hiz, psus ......................................................................
buspirate_spi: return init error for invalid values of pullups, hiz, psus
Previously, invalid values of the params pullups, hiz, psus were handled as "off" (i.e. disabled). This created a potential human error when users were running flashrom with e.g. pullups=1 and expected pullups to be on, while the value 1 was handled as invalid and off.
Change-Id: I8944598b266fd77ee041f0ab03724655714a3344 Signed-off-by: David Reguera Garcia dreg@rootkit.es --- M buspirate_spi.c 1 file changed, 15 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/07/79407/2