]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.c
ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is full
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Aug 2012 14:22:51 +0000 (14:22 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 2 Aug 2012 14:22:51 +0000 (14:22 +0000)
commitebef1b74218b53f72859b08f1d6710407789a14b
tree17ac7afb0aac6e45cf8b0fb7c93c3cb992680362
parent93b429fc213bd935b5d90c71e8e8b4523253e445
ArmPlatformPkg/PL011Uart: PL011UartWrite() stop to transmit if the buffer is full

Before we were waiting the buffer to be empty before to continue to send data.

Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13587 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.c