Re: [PATCH v2] ARM: zynq: Allow UART1 to be used as DEBUG_LL console.

2012-11-01 Thread Nick Bowler
On 2012-10-30 12:27 +0100, Michal Simek wrote: > On 10/29/2012 07:19 PM, Nick Bowler wrote: > > +#if IS_ENABLED(CONFIG_DEBUG_ZYNQ_UART1) > > +# define LL_UART_PADDRUART1_PHYS > > +# define LL_UART_VADDRUART_VIRT > > +#else > > +# define LL_UART_PADDRUART0_PHYS > > +# define LL_UART_

Re: [PATCH v2] ARM: zynq: Allow UART1 to be used as DEBUG_LL console.

2012-10-30 Thread Michal Simek
On 10/29/2012 07:19 PM, Nick Bowler wrote: The main UART on the Xilinx ZC702 board is UART1, located at address e0001000. Add a Kconfig option to select this device as the low-level debugging port. This allows the really early boot printouts to reach the USB serial adaptor on this board. For c

[PATCH v2] ARM: zynq: Allow UART1 to be used as DEBUG_LL console.

2012-10-29 Thread Nick Bowler
The main UART on the Xilinx ZC702 board is UART1, located at address e0001000. Add a Kconfig option to select this device as the low-level debugging port. This allows the really early boot printouts to reach the USB serial adaptor on this board. For consistency's sake, add a choice entry for UAR