[RFC PATCH] ARM: LL_DEBUG: Fix hang on i.MX53 when wrong port selected.

Alexandre Belloni alexandre.belloni at free-electrons.com
Fri Feb 13 06:02:40 PST 2015


Hi Martin,

On 13/02/2015 at 13:48:49 +0100, Martin Fuzzey wrote :
> Attempts to access the i.MX53 UART data registers while the UART
> is not enabled cause the processor to hang.
> 
> This can occur when CONFIG_LL_DEBUG is selected but
> CONFIG_DEBUG_IMX_UART_PORT does not correspond to the
> port enabled by the bootloader.
> 
> So, do not attempt to send any data if the port is not enabled.
> 
> Checking the enabled bit requires an extra scratch register.
> For the moment I have only added this to the imx version.
> Obviously, if this solution is acceptable, the register would have to be
> added to all the other implementations too in order to avoid breaking
> the build.
> 
> Hence RFC status for the moment to see if there are any better ideas.
> 

I think the current consensus is to not try to fix CONFIG_LL_DEBUG too
much as if you use it it means you know what you are doing, refer to the
following discussion:

http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/319187.html

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the linux-arm-kernel mailing list