Re: [PATCH] serial: ns16550: Wait in debug_uart_init until tx buffer is empty

2022-07-08 Thread Tom Rini
On Thu, Jun 23, 2022 at 02:13:56PM +0200, Pali Rohár wrote: > Commit d293759d55cc ("serial: ns16550: Add support for > SPL_DEBUG_UART_BASE") fixed support for setting correct early debug UART > base address in SPL. > > But after this commit, output from Marvell A385 BootROM is truncated or > lost

Re: [PATCH] serial: ns16550: Wait in debug_uart_init until tx buffer is empty

2022-07-04 Thread Pali Rohár
On Friday 01 July 2022 09:21:34 Stefan Roese wrote: > On 23.06.22 14:13, Pali Rohár wrote: > > Commit d293759d55cc ("serial: ns16550: Add support for > > SPL_DEBUG_UART_BASE") fixed support for setting correct early debug UART > > base address in SPL. > > > > But after this commit, output from Mar

Re: [PATCH] serial: ns16550: Wait in debug_uart_init until tx buffer is empty

2022-07-01 Thread Stefan Roese
On 23.06.22 14:13, Pali Rohár wrote: Commit d293759d55cc ("serial: ns16550: Add support for SPL_DEBUG_UART_BASE") fixed support for setting correct early debug UART base address in SPL. But after this commit, output from Marvell A385 BootROM is truncated or lost and not fully present on serial c

[PATCH] serial: ns16550: Wait in debug_uart_init until tx buffer is empty

2022-06-23 Thread Pali Rohár
Commit d293759d55cc ("serial: ns16550: Add support for SPL_DEBUG_UART_BASE") fixed support for setting correct early debug UART base address in SPL. But after this commit, output from Marvell A385 BootROM is truncated or lost and not fully present on serial console. Debugging this issue showed th