arm-trusted-firmware/drivers/arm
Sandrine Bailleux c6af727f3c PL011: Fix a bug in the UART FIFO polling
Before attempting to write a character, the PL011 driver polls
the PL011_UARTFR_TXFF bit to know whether the UART FIFO is full.
However, the comparison with 1 was incorrect because
PL011_UARTFR_TXFF is not at bit 0. This patch fixes it.

Change-Id: I4b53c28612f58581c6189ed6c794ed02cc2a89e3
2014-06-05 17:39:40 +01:00
..
cci400 Split platform.h into separate headers 2014-05-23 15:52:29 +01:00
gic Introduce interrupt registration framework in BL3-1 2014-05-22 17:46:56 +01:00
pl011 PL011: Fix a bug in the UART FIFO polling 2014-06-05 17:39:40 +01:00
tzc400 Reduce deep nesting of header files 2014-05-06 13:57:48 +01:00