summaryrefslogtreecommitdiffstats
path: root/src/usr/console
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-11-05 14:16:36 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-25 17:52:23 -0400
commite9b360ce7a5ff665c7b95b11ca0f68a5a9fdc34e (patch)
tree078ed2864e58a63354b20f5cec212ba7bfaa10ff /src/usr/console
parent951f02c32769c3001895abe625976f2a2b72688e (diff)
downloadblackbird-hostboot-e9b360ce7a5ff665c7b95b11ca0f68a5a9fdc34e.tar.gz
blackbird-hostboot-e9b360ce7a5ff665c7b95b11ca0f68a5a9fdc34e.zip
Increase UART delay based on some lab issues
Merging in a patch that we've been carrying for a couple years now. Change-Id: Ia9b2ccbcdf63b8d52423e6ddcb250a033c7efaeb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38117 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/console')
-rw-r--r--src/usr/console/uart.C4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/console/uart.C b/src/usr/console/uart.C
index 23c82c5b4..5832962ac 100644
--- a/src/usr/console/uart.C
+++ b/src/usr/console/uart.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -118,7 +118,7 @@ namespace CONSOLE
// Wait for transmit FIFO to have space.
{
const uint64_t DELAY_NS = 100;
- const uint64_t DELAY_LOOPS = 10000;
+ const uint64_t DELAY_LOOPS = 100000000;
uint8_t data = 0;
uint64_t loops = 0;
OpenPOWER on IntegriCloud