aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/pl011-uart.h
Commit message (Collapse)AuthorAgeFilesLines
* pl011: preserve RTS and DTR signal on UART initAndre Przywara2013-09-031-0/+4
| | | | | | | | | | | | | Although we do not support hardware flow control in the Xen driver for the PL011 UART, the other end may be configured to use it. In this case it waits in vain for the RTS signal to be asserted by the host and will never transmit any characters. So we leave RTS and DTR as they had been setup before. This fixes the UART input on Calxeda Midway, which uses hardware flow control for the serial-over-LAN functionality. Signed-off-by: Andre Przywara <andre.przywara@linaro.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
* xen/arm: Use define instead of hardcoded value in debug-pl011Julien Grall2013-08-051-0/+1
| | | | | Signed-off-by: Julien Grall <julien.grall@linaro.org> Reviewed-by: Tim Deegan <tim@xen.org>
* pl011: Move registers' definition in a separate fileJulien Grall2013-08-051-0/+80
Signed-off-by: Julien Grall <julien.grall@linaro.org> Reviewed-by: Tim Deegan <tim@xen.org>