]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
ARM: zynq: Allow UART1 to be used as DEBUG_LL console.
authorNick Bowler <nbowler@elliptictech.com>
Mon, 5 Nov 2012 21:45:49 +0000 (16:45 -0500)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 7 Nov 2012 12:48:43 +0000 (13:48 +0100)
commitaaf5e0be79e37d5a8509f09852788fa6a82522b2
tree0a836f40209121408cf83e74d629239c20ac16ca
parent78d6785db13572f22d287d8c1739ceb4edf54bdc
ARM: zynq: Allow UART1 to be used as DEBUG_LL console.

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 UART0 even though it is
the the default if UART1 is not selected.

Signed-off-by: Nick Bowler <nbowler@elliptictech.com>
Tested-by: Josh Cartwright <josh.cartwright@ni.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig.debug
arch/arm/mach-zynq/common.c
arch/arm/mach-zynq/include/mach/zynq_soc.h