Attention is currently required from: Michał Żygowski, Angel Pons, Michael Niewöhner.
View Change
2 comments:
File acpi_ec.h:
Patch Set #4, Line 41:
bool ec_wait_for_ibuf(uint8_t control_port, unsigned int max_checks);
bool ec_wait_for_obuf(uint8_t control_port, unsigned int max_checks);
Done
Still there.
File acpi_ec.h:
Patch Set #1, Line 41:
bool ec_wait_for_ibuf(uint8_t control_port);
bool ec_wait_for_obuf(uint8_t control_port, unsigned int max_checks);
The erase command required longer timeout on output buffer flag. […]
So, I've been looking through the code of the follow ups. There is indeed
only this one case where a non-default value is passed. That you need a
higher timeout there is clear. But why do you need a lower one for every-
thing else?
The calls would look much cleaner without this parameter, or at least by
making use of the default by passing 0. And we wouldn't have to expose
EC_MAX_STATUS_CHECKS in any case.
To view, visit change 55714. To unsubscribe, or for help writing mail filters, visit settings.
Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: Ie3bae8d81c80ae2f286b619e974869e3f2f4545d
Gerrit-Change-Number: 55714
Gerrit-PatchSet: 8
Gerrit-Owner: Michał Żygowski <michal.zygowski@3mdeb.com>
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-CC: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
Gerrit-Attention: Michał Żygowski <michal.zygowski@3mdeb.com>
Gerrit-Attention: Angel Pons <th3fanbus@gmail.com>
Gerrit-Attention: Michael Niewöhner <foss@mniewoehner.de>
Gerrit-Comment-Date: Sun, 12 Sep 2021 11:21:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
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>
Gerrit-MessageType: comment