Re: [PATCH 0/5] arm: mvebu: turris_omnia: Fix hangup in debug UART

2022-05-17 Thread Stefan Roese
On 06.05.22 11:05, Pali Rohár wrote: If proper U-Boot on Turris Omnia tries to print something on debug UART then CPU hangs. Reason is that debug UART in proper U-Boot for Turris Omnia has incorrect configuration of base register. Base register is different in SPL and also in different stages of

Re: [PATCH 0/5] arm: mvebu: turris_omnia: Fix hangup in debug UART

2022-05-16 Thread Pali Rohár
On Monday 16 May 2022 16:52:06 Stefan Roese wrote: > Hi Pali, > > On 06.05.22 11:05, Pali Rohár wrote: > > If proper U-Boot on Turris Omnia tries to print something on debug UART > > then CPU hangs. Reason is that debug UART in proper U-Boot for Turris > > Omnia has incorrect configuration of

Re: [PATCH 0/5] arm: mvebu: turris_omnia: Fix hangup in debug UART

2022-05-16 Thread Stefan Roese
Hi Pali, On 06.05.22 11:05, Pali Rohár wrote: If proper U-Boot on Turris Omnia tries to print something on debug UART then CPU hangs. Reason is that debug UART in proper U-Boot for Turris Omnia has incorrect configuration of base register. Base register is different in SPL and also in different

[PATCH 0/5] arm: mvebu: turris_omnia: Fix hangup in debug UART

2022-05-06 Thread Pali Rohár
If proper U-Boot on Turris Omnia tries to print something on debug UART then CPU hangs. Reason is that debug UART in proper U-Boot for Turris Omnia has incorrect configuration of base register. Base register is different in SPL and also in different stages of proper U-Boot. Fix all these issues.