Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/29204 )
Change subject: ec/lenovo/h8: Add function to query sense state
......................................................................
Patch Set 3:
(4 comments)
https://review.coreboot.org/#/c/29204/2//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/29204/2//COMMIT_MSG@9
PS2, Line 9: Wait for the EC to fully boot before jumping to payload.
: The probed registers reads as zero until the EC is ready.
: Add a new timestamp for debugging purposes.
Please use bullet points when you want a list, a paragraph […]
Done
https://review.coreboot.org/#/c/29204/2/src/ec/lenovo/h8/h8.c
File src/ec/lenovo/h8/h8.c:
https://review.coreboot.org/#/c/29204/2/src/ec/lenovo/h8/h8.c@321
PS2, Line 321: h8_final
Even an inb() sends something (a read request). Which triggers an […]
Added mdelay(1)
https://review.coreboot.org/#/c/29204/2/src/ec/lenovo/h8/h8.c@323
PS2, Line 323: int timeout = 3 * 1000;
use a `stopwatch` instead?
Done
https://review.coreboot.org/#/c/29204/2/src/ec/lenovo/h8/h8.c@335
PS2, Line 335: printk(BIOS_ERR, "H8: Failed waiting for sense ready\n");
Somehow ambiguous. maybe "Timed out ..." or "Not ready after ... […]
Removed
--
To view, visit
https://review.coreboot.org/c/coreboot/+/29204
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie27e2881a256c4efb3def11f05070c446db6e5fc
Gerrit-Change-Number: 29204
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Alexander Couzens
lynxis@fe80.eu
Gerrit-Reviewer: Arthur Heymans
arthur@aheymans.xyz
Gerrit-Reviewer: Evgeny Zinoviev
me@ch1p.com
Gerrit-Reviewer: Jonathan Neuschäfer
j.neuschaefer@gmx.net
Gerrit-Reviewer: Martin Roth
martinroth@google.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Mon, 06 May 2019 08:52:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Patrick Rudolph
siro@das-labor.org
Comment-In-Reply-To: Arthur Heymans
arthur@aheymans.xyz
Comment-In-Reply-To: Nico Huber
nico.h@gmx.de
Gerrit-MessageType: comment