Attention is currently required from: Nico Huber, Nikolai Artemiev, Sergii Dmytruk.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/58478 )
Change subject: flash: add structure to represent chip wp configuration
......................................................................
Patch Set 21:
(1 comment)
File flash.h:
https://review.coreboot.org/c/flashrom/+/58478/comment/88e6d732_d1891d3e
PS21, Line 201: /* Complete description of a chip's write protection configuration */
: struct flashrom_wp_chip_config {
: size_t srp_bit_count;
: uint8_t srp[MAX_SRP_BITS];
:
: bool cmp_bit_present;
: uint8_t cmp;
:
: bool sec_bit_present;
: uint8_t sec;
:
: bool tb_bit_present;
: uint8_t tb;
:
: size_t bp_bit_count;
: uint8_t bp[MAX_BP_BITS];
: };
This is specific to SPI flash chips.
--
To view, visit
https://review.coreboot.org/c/flashrom/+/58478
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I17dee630248ce7b51e624a6e46d7097d5d0de809
Gerrit-Change-Number: 58478
Gerrit-PatchSet: 21
Gerrit-Owner: Nikolai Artemiev
nartemiev@google.com
Gerrit-Reviewer: Anastasia Klimchuk
aklm@chromium.org
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Edward O'Callaghan
quasisec@chromium.org
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Sergii Dmytruk
sergii.dmytruk@3mdeb.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Nico Huber
nico.h@gmx.de
Gerrit-Attention: Nikolai Artemiev
nartemiev@google.com
Gerrit-Attention: Sergii Dmytruk
sergii.dmytruk@3mdeb.com
Gerrit-Comment-Date: Tue, 14 Dec 2021 10:35:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment