summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@google.com>2020-09-21 17:10:21 +1000
committerEdward O'Callaghan <quasisec@chromium.org>2020-09-28 06:32:22 +0000
commitd3b6acffe40351d84cfd6aaa0238f9a653d69aa1 (patch)
tree651cac93d8fb2446d0cac5a2d4b60f9f8f23e7da /Makefile
parentb1f858f65b2abd276542650d8cb9e382da258967 (diff)
downloadflashrom-d3b6acffe40351d84cfd6aaa0238f9a653d69aa1.tar.gz
flashrom-d3b6acffe40351d84cfd6aaa0238f9a653d69aa1.tar.bz2
flashrom-d3b6acffe40351d84cfd6aaa0238f9a653d69aa1.zip
Add writeprotect support infrastructure
The following just lays out the structure for write protect manipulation of SPI flash chips in Flashrom. We later follow up with adding support for each manufacturer group. BUG=b:153800563 BRANCH=none TEST=builds Change-Id: Id93b5a1cb2da476fa8a7dde41d7b963024117474 Signed-off-by: Edward O'Callaghan <quasisec@google.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/40325 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e475cbdbd..8af70428f 100644
--- a/Makefile
+++ b/Makefile
@@ -638,7 +638,7 @@ endif
CHIP_OBJS = jedec.o stm50.o w39.o w29ee011.o \
sst28sf040.o 82802ab.o \
sst49lfxxxc.o sst_fwhub.o edi.o flashchips.o spi.o spi25.o spi25_statusreg.o \
- spi95.o opaque.o sfdp.o en29lv640b.o at45db.o
+ spi95.o opaque.o sfdp.o en29lv640b.o at45db.o writeprotect.o
###############################################################################
# Library code.