Attention is currently required from: Thomas Heijligen, Edward O'Callaghan.
Anastasia Klimchuk has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/66684 )
Change subject: flashrom.c: create is_internal_programmer() helper
......................................................................
Patch Set 6: Code-Review+1
(1 comment)
Patchset:
PS6:
I am wondering about testing.
The branch on writing can be tested with running internal and non-internal (dummy).
The other branch with emergency and non-emergency help message, is it possible to run it with dummy? I can try thinking if a unit test can be implemented for it.
The case of "emergency and non-emergency help message" is an interesting example, because it can be hard to repro on a real hardware, but can be decently tested via unit test (emulating broken hardware).
I am very open to ideas. It is not just for this one patch, having the unit test covering [non]emergency help message is a good investment for a long-term.
--
To view, visit https://review.coreboot.org/c/flashrom/+/66684
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I43243b990192077583a9a3a95d35844923d9c158
Gerrit-Change-Number: 66684
Gerrit-PatchSet: 6
Gerrit-Owner: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Reviewer: Anastasia Klimchuk <aklm(a)chromium.org>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Thomas Heijligen <src(a)posteo.de>
Gerrit-Attention: Edward O'Callaghan <quasisec(a)chromium.org>
Gerrit-Comment-Date: Thu, 08 Sep 2022 09:52:05 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment
Attention is currently required from: Nico Huber, Aarya.
Simon Buhrow has uploaded a new patch set (#2) to the change originally created by Aarya. ( https://review.coreboot.org/c/flashrom/+/67368 )
Change subject: spi.c: Move spi_get_erasefn_from_opcode to spi.c
......................................................................
spi.c: Move spi_get_erasefn_from_opcode to spi.c
Move spi_get_erasefn_from_opcode and spi_get_opcode_from_erasefn to
spi.c.
Change-Id: I3263b7642c35e7fd1da0002175123e5560d94752
Signed-off-by: Aarya Chaumal <aarya.chaumal(a)gmail.com>
---
M TEST_ERASE_ALGO.md
M spi.c
M spi25.c
3 files changed, 75 insertions(+), 57 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/68/67368/2
--
To view, visit https://review.coreboot.org/c/flashrom/+/67368
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I3263b7642c35e7fd1da0002175123e5560d94752
Gerrit-Change-Number: 67368
Gerrit-PatchSet: 2
Gerrit-Owner: Aarya <aarya.chaumal(a)gmail.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Simon Buhrow
Gerrit-Reviewer: Thomas Heijligen <src(a)posteo.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Nico Huber <nico.h(a)gmx.de>
Gerrit-Attention: Aarya <aarya.chaumal(a)gmail.com>
Gerrit-MessageType: newpatchset