commit | 67ecb1818b84ef8c3e3e2f976ad34014df551630 | [log] [tgz] |
---|---|---|
author | Nick Bofferding <opensource@bofferding.net> | Thu May 21 16:24:39 2015 -0500 |
committer | Patrick Williams <iawillia@us.ibm.com> | Thu May 21 16:35:47 2015 -0500 |
tree | 1b6d01360067852bf6657ad8a0f61919fa7d4c74 | |
parent | 67df3aafd7b3671564f3cc12db64ef1876f76f9f [diff] |
Increase UART timeout to 10s Up UART timeout to 10s to compensate for loaded BMC during auto boot
diff --git a/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch b/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch index 74cb584..5c916d2 100644 --- a/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch +++ b/openpower/package/hostboot/hostboot-0001-Increase-uart-delay.patch
@@ -18,7 +18,7 @@ { const uint64_t DELAY_NS = 100; - const uint64_t DELAY_LOOPS = 10000; -+ const uint64_t DELAY_LOOPS = 1000000; ++ const uint64_t DELAY_LOOPS = 100000000; uint8_t data = 0; uint64_t loops = 0;