Attention is currently required from: Nico Huber, Edward O'Callaghan, Angel Pons, Nikolai Artemiev. Hello build bot (Jenkins), Nico Huber, Edward O'Callaghan, Angel Pons, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/58479
to look at the new patch set (#8).
Change subject: libflashrom,writeprotect: add support for reading/writing WP configs ......................................................................
libflashrom,writeprotect: add support for reading/writing WP configs
The read/write functions map between register values and `struct wp_chip_state` using the chip's register bit map.
All currently supported chips can be handled with a single pair of read/write functions, though an option for chips to override them might be necessary in the future.
BUG=b:195381327,b:153800563 TEST=flashrom --wp-{enable,disable,range,list,status} at end of patch series BRANCH=none
Change-Id: I3ad25708c3321b8fb0216c3eaf6ffc07616537ad Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M libflashrom.h M writeprotect.c 2 files changed, 152 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/79/58479/8