Files
u-boot-bpi-r3/drivers
Michal Simek a673025535 serial: zynq: Initialize uart only before relocation
This issue was found when OF_LIVE was enabled that there are scrambled
chars on the console like this:
Chip ID:	zu3eg
Watchdog: Started��j�   sdhci@ff160000: 0, sdhci@ff170000: 1
In:    serial@ff010000

I found a solution for this problem exactly the same as I found later in
serial_msm fixed by:
"serial: serial_msm: initialize uart only before relocation"
(sha1: 7e5ad796bc)

What it is happening is that output TX fifo still contains chars to be
sent and _uart_zynq_serial_init() resets TX fifo even in the middle of
transfer.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2018-06-15 08:54:05 +02:00
..
2018-05-08 09:07:40 -04:00
2018-05-29 08:33:05 +02:00
2018-06-01 15:56:02 +02:00
2018-06-01 15:56:02 +02:00
2018-06-13 07:49:12 -04:00
2018-06-01 15:56:02 +02:00
2018-06-05 20:19:09 -04:00
2018-05-25 20:13:00 -04:00
2018-06-13 11:43:59 -04:00