]> git.baikalelectronics.ru Git - kernel.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)
commit11f0f2677910966f09441ee8adcc8c5523d770d7
tree0a836f40209121408cf83e74d629239c20ac16ca
parent50f81d1b34abccf26b6456b6789688db8efa6f8c
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