1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-03 15:03:22 +02:00

flash.h: extend struct tested with .wp field

Using "B" letter for "block protection" in TEST_* macros.

Ticket: https://ticket.coreboot.org/issues/377
Change-Id: I791400889159bc6f305fb05f3e2dd9a90dbe18a4
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/68179
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Sergii Dmytruk
2022-10-06 15:17:52 +03:00
committed by Anastasia Klimchuk
parent e924dc0616
commit 5f3d3fad3c
3 changed files with 23 additions and 12 deletions

View File

@ -121,6 +121,7 @@ struct flashrom_flashchip_info {
enum flashrom_test_state read;
enum flashrom_test_state erase;
enum flashrom_test_state write;
enum flashrom_test_state wp;
} tested;
};