Attention is currently required from: Felix Singer, Nico Huber, Michał Żygowski, Paul Menzel, Michael Niewöhner.
View Change
1 comment:
Patchset:
Patch Set #4:
Maybe they are unique. However I have this feeling that DMI checks are more reliable. […]
We could use both DMI and SVID/SDID checks:
- DMI good, SVID/SDID good ---> [1]
- DMI good, SVID/SDID bad ---> [2]
- DMI bad, SVID/SDID good ---> [3]
- DMI bad, SVID/SDID bad ---> [4]
[1]: full match, proceed as usual.
[2]: unexpected (DMI is more specific than SVID/SDID), abort unless forced
[3]: mention that things could work, but abort unless forced
[4]: unknown machine, abort unless forced
Running into [2] would be very unusual. I'd explain the situation (DMI strings match, but SVID/SDID do not; could be a boot firmware bug or an unsupported system) and warn against continuing unless one is certain that the mismatched SVID/SDID is spurious (not something the mailing list would know).
For [3], I'd make flashrom say:
- What happened: SVID/SDID match, but DMI strings do not
- What the above implies: the machine might just be a rebranded system
- What to do: if one can risk a brick, try forcing and see what happens. if it works, then add the DMI strings to flashrom and submit a patch
In both cases, log the known DMI strings and SVID/SDID values (print both expected and actual SVID/SDID in [2]).
Thoughts?
To view, visit change 55715. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I0e42260155ffea38a6f60790871cd8da7b657031
Gerrit-Change-Number: 55715
Gerrit-PatchSet: 8
Gerrit-Owner: Michał Żygowski <michal.zygowski@3mdeb.com>
Gerrit-Reviewer: Felix Singer <felixsinger@posteo.net>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus@gmail.com>
Gerrit-CC: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-CC: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Felix Singer <felixsinger@posteo.net>
Gerrit-Attention: Nico Huber <nico.h@gmx.de>
Gerrit-Attention: Michał Żygowski <michal.zygowski@3mdeb.com>
Gerrit-Attention: Paul Menzel <paulepanter@mailbox.org>
Gerrit-Attention: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Comment-Date: Fri, 25 Jun 2021 10:23:49 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Felix Singer <felixsinger@posteo.net>
Comment-In-Reply-To: Nico Huber <nico.h@gmx.de>
Comment-In-Reply-To: Michał Żygowski <michal.zygowski@3mdeb.com>
Comment-In-Reply-To: Angel Pons <th3fanbus@gmail.com>
Comment-In-Reply-To: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-MessageType: comment