coreboot-kgpe-d16/src
Ronald G. Minnich cff6667eba exynos5420: Tighten up displayport timing loops
We were running this loop 100 times with 5 ms delays. Change it
to run 500 times with 1 ms delays, which gives us the same
overall timeout but lets us bail out a bit sooner -- in practice,
at most, 4 ms sooner but every bit counts. Note, however, that
the tighter timing does reduce opportunities for threading. There
is a non-obvious set of tradeoffs on timeouts.

Change-Id: I4af671c2a791aa92e446e66ac2fe5710d1e6aa4c
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Reviewed-on: https://chromium-review.googlesource.com/167387
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Commit-Queue: ron minnich <rminnich@chromium.org>
Tested-by: ron minnich <rminnich@chromium.org>
(cherry picked from commit 575e910127dc74416018f182ef27ef223e61daef)
Signed-off-by: Isaac Christensen <isaac.christensen@se-eng.com>
Reviewed-on: http://review.coreboot.org/6543
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2014-08-10 22:19:16 +02:00
..
arch armv7: Support stack dump after exceptions 2014-08-10 22:18:50 +02:00
console src/console/Kconfig: Fix choice for showing POST codes on console 2014-07-30 20:34:08 +02:00
cpu exynos5420: Tighten up displayport timing loops 2014-08-10 22:19:16 +02:00
device device/oprom/realmode: Sanitize header inclusion 2014-08-08 03:32:13 +02:00
drivers x230: Deploy VBT 2014-07-29 01:34:09 +02:00
ec chromeec: Implement full battery workaround at 6% 2014-08-08 18:11:52 +02:00
include Possible thread stack implementation. 2014-08-07 23:55:15 +02:00
lib src/lib/edid.c: missing break statement 2014-08-10 08:21:25 +02:00
mainboard falco: Add support for Samsung memory 2014-08-10 13:01:57 +02:00
northbridge Falco/Slippy: Patch to remove redundant graphics initializations 2014-08-10 13:00:12 +02:00
soc tegra124: Add a stub implementation of the tegra124 SOC. 2014-08-05 18:44:53 +02:00
southbridge southbridge/ricoh,ti: Remove trailing whitespace in debug output 2014-08-10 08:27:41 +02:00
superio superio/smsc/sio1036: Clean up RAMstage superio.c component 2014-08-09 10:06:13 +02:00
vendorcode chromeos: Add code to read FMAP on ARM 2014-08-08 19:29:51 +02:00
Kconfig src/.../Kconfig: various small fixes to texts 2014-07-23 09:07:47 +02:00