diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-03 09:31:02 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-03 09:31:02 +0000 |
commit | 9dcfb8e5c8edb262a8e941d119af553205d38b2e (patch) | |
tree | 8867ad895eb082f441eef6299f7db3972b8ef882 /ArmPlatformPkg/ArmVExpressPkg | |
parent | f0a7a8ce23e93eff468dbc1e258104d60e3ba7b1 (diff) | |
download | edk2-platforms-9dcfb8e5c8edb262a8e941d119af553205d38b2e.tar.xz |
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
Diffstat (limited to 'ArmPlatformPkg/ArmVExpressPkg')
-rw-r--r-- | ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc index bd331259f7..2adbf2dad5 100644 --- a/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc +++ b/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc @@ -99,6 +99,8 @@ PL341DmcLib|ArmPkg/Drivers/PL34xDmc/PL341Dmc.inf # ARM PL301 Axi Driver PL301AxiLib|ArmPkg/Drivers/PL301Axi/PL301Axi.inf + # ARM PL011 UART Driver + PL011UartLib|ArmPlatformPkg/Drivers/PL011Uart/PL011Uart.inf # # Assume everything is fixed at build @@ -386,6 +388,12 @@ gArmTokenSpaceGuid.PcdPL180MciBaseAddress|0x10005000 # + # ARM PL011 - Serial Terminal + # + gEfiMdeModulePkgTokenSpaceGuid.PcdSerialRegisterBase|0x10009000 + gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate|38400 + + # # ARM PL390 General Interrupt Controller # gArmTokenSpaceGuid.PcdGicDistributorBase|0x1e001000 |