Attention is currently required from: Nico Huber, Edward O'Callaghan, Nikolai Artemiev, Sergii Dmytruk. Hello build bot (Jenkins), Nico Huber, Edward O'Callaghan, Angel Pons, Anastasia Klimchuk, Sergii Dmytruk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/58479
to look at the new patch set (#25).
Change subject: libflashrom,writeprotect: add functions for reading/writing WP settings ......................................................................
libflashrom,writeprotect: add functions for reading/writing WP settings
Two new functions are exposed through the libflashrom API: `flashrom_wp_{read,write}_settings()`. The input/output of these functions is a `struct flashrom wp_settings` instance, which includes the flash protection range and status register protection mode.
This commit also adds `{read,write}_wp_bits()` helper functions that read/write chip-specific WP configuration bits.
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, 229 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/79/58479/25