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

tests: test write protection

Tests both WP implementation and its emulation in dummy programmer.

Change-Id: I49af7f6d173eb4c56c22d80b01a473b8c499c0f8
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/59075
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Thomas Heijligen <src@posteo.de>
Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
This commit is contained in:
Sergii Dmytruk
2021-11-10 00:45:09 +02:00
committed by Anastasia Klimchuk
parent 3f4b62b444
commit b728f4b948
4 changed files with 344 additions and 0 deletions

View File

@ -23,6 +23,7 @@ srcs = [
'lifecycle.c',
'layout.c',
'chip.c',
'chip_wp.c',
]
mocks = [