Attention is currently required from: Drew Fustini, Nikolai Artemiev.
View Change
1 comment:
Patchset:
Patch Set #1:
I have to admit this is the first time I've looked at the flashrom source code so I may not be the b […]
Please test the changes that Angel suggested.
One thing about write tests: flashrom compares the current contents of the
flash chip to the provided data. If they are equal, flashrom does nothing.
In your verbose write log you can actually see that. In the list of blocks
in the end:
0x000000-0x000fff:S
The S tells us that the block was *S*kipped. All of them, it seems. To
really test writes, one could use random data, e.g.
dd if=/dev/urandom bs=1M count=32 of=random.rom
flashrom -p ... -w random.rom
If that says VERIFIED, we're all good.
Also, if you have the time, it would be nice to test these additional
feature flags:
- FEATURE_4BA_READ,
- FEATURE_4BA_WRITE, and
- FEATURE_4BA_EXT_ADDR (this last one without any other FEATURE_4BA*)
each with new random data.
To view, visit change 51113. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: If1b745cac070d8deb96ce65137fd9060b148b965
Gerrit-Change-Number: 51113
Gerrit-PatchSet: 1
Gerrit-Owner: Drew Fustini <drew@beagleboard.org>
Gerrit-Reviewer: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Edward O'Callaghan <quasisec@chromium.org>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Nikolai Artemiev <nartemiev@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Attention: Drew Fustini <drew@beagleboard.org>
Gerrit-Attention: Nikolai Artemiev <nartemiev@google.com>
Gerrit-Comment-Date: Tue, 16 Mar 2021 18:17:43 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Drew Fustini <drew@beagleboard.org>
Gerrit-MessageType: comment