[PATCH v3 1/2] serial: mxc: Wait for TX completion before reset

Fabio Estevam festevam at gmail.com
Tue Jan 10 21:30:51 CET 2023


[Adding Johannes and Tim]

On Tue, Jan 10, 2023 at 4:24 PM Loic Poulain <loic.poulain at linaro.org> wrote:
>
> The u-boot console may show some corrupted characters when
> printing in board_init() due to reset of the UART (probe)
> before the TX FIFO has been completely drained.
>
> To fix this issue, and in case UART is still running, we now
> try to flush the FIFO before proceeding to UART reinitialization.
> For this we're waiting for Transmitter Complete bit, indicating
> that the FIFO and the shift register are empty.
>
> flushing has a 4ms timeout guard, which is normally more than
> enough to consume the FIFO @ low baudrate (9600bps).
>
> Signed-off-by: Loic Poulain <loic.poulain at linaro.org>
> Tested-by: Lothar Waßmann <LW at KARO-electronics.de>
> ---
>  v2: Add this commit to the series
>  v3: Fix typo & reordering commits for good bisectability

Reviewed-by: Fabio Estevam <festevam at denx.de>

Thanks


More information about the U-Boot mailing list