]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Include/Drivers/PL011Uart.h
ArmPlatformPkg/PL011Uart: Create PL011 UART driver
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:31:02 +0000 (09:31 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Jun 2011 09:31:02 +0000 (09:31 +0000)
commit9dcfb8e5c8edb262a8e941d119af553205d38b2e
tree8867ad895eb082f441eef6299f7db3972b8ef882
parentf0a7a8ce23e93eff468dbc1e258104d60e3ba7b1
ArmPlatformPkg/PL011Uart: Create PL011 UART driver

This library makes the interface with the PL011 UART controller.
This library can be linked to different types of driver (Serial Console,
debugger, etc) using PL011 UART controller.

ArmPlatformPkg/PL011SerialPortLib: Use Drivers/PL011Uart

Remove the direct accesses to the PL011 UART controller to use the PL011Uart
library.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11743 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A8.dsc
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A9x2.dsc
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc
ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf [new file with mode: 0644]
ArmPlatformPkg/Include/Drivers/PL011Uart.h
ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.c
ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf