Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/58481
to look at the new patch set (#3).
Change subject: [RFC] writeprotect: implement wp_get_ranges() ......................................................................
[RFC] writeprotect: implement wp_get_ranges()
Add a function that generates a list of available ranges by enumerating all possible values for bits that can affect the range and using the chip's range decoding function to get the associated ranges.
The range list is sorted deterministically and deduplicated, ensuring that only one wp_chip_state is associated with each supported range.
BUG=b:195381327,b:153800563 TEST=flashrom --wp-list BRANCH=none
Change-Id: Id51f038f03305c8536d80313e52f77d27835f34d Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M writeprotect.c 1 file changed, 112 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/81/58481/3