Nikolai Artemiev has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/48109 )
Change subject: flashchips.c: use unlock_49lfxxxc for SST chips ......................................................................
flashchips.c: use unlock_49lfxxxc for SST chips
Change-Id: I05c163eda8db5bb92c406f2d99c21fe33502cd65 Signed-off-by: Nikolai Artemiev nartemiev@google.com --- M flashchips.c 1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/09/48109/1
diff --git a/flashchips.c b/flashchips.c index c4ba4c6..503ba3a 100644 --- a/flashchips.c +++ b/flashchips.c @@ -14407,7 +14407,7 @@ } }, .printlock = printlock_regspace2_block_eraser_1, - .unlock = unlock_regspace2_block_eraser_1, + .unlock = unlock_49lfxxxc, .write = write_82802ab, .read = read_memmapped, .voltage = {3000, 3600}, @@ -14473,7 +14473,7 @@ } }, .printlock = printlock_regspace2_block_eraser_1, - .unlock = unlock_regspace2_block_eraser_1, + .unlock = unlock_49lfxxxc, .write = write_82802ab, .read = read_memmapped, .voltage = {3000, 3600}, @@ -14507,7 +14507,7 @@ } }, .printlock = printlock_regspace2_block_eraser_1, - .unlock = unlock_regspace2_block_eraser_1, + .unlock = unlock_49lfxxxc, .write = write_82802ab, .read = read_memmapped, .voltage = {3000, 3600}, @@ -14692,7 +14692,7 @@ } }, .printlock = printlock_regspace2_block_eraser_1, - .unlock = unlock_regspace2_block_eraser_1, + .unlock = unlock_49lfxxxc, .write = write_82802ab, .read = read_memmapped, .voltage = {3000, 3600},
Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/48109 )
Change subject: flashchips.c: use unlock_49lfxxxc for SST chips ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/flashrom/+/48109/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/48109/1//COMMIT_MSG@8 PS1, Line 8: BUG=
and some kind of description.
Nikolai Artemiev has abandoned this change. ( https://review.coreboot.org/c/flashrom/+/48109 )
Change subject: flashchips.c: use unlock_49lfxxxc for SST chips ......................................................................
Abandoned