summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/ArmPlatformPkg.dec
diff options
context:
space:
mode:
authorUdit Kumar <udit.kumar@nxp.com>2018-06-13 01:44:08 +0530
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-06-13 11:45:50 +0200
commitcbba5ca104fbc8baa0c613951e833e1a07bb34df (patch)
tree9d009fea0e37b1b4cb87c458c755eb6830389efc /ArmPlatformPkg/ArmPlatformPkg.dec
parentc30084fbac289b731d0bd102b0e91072c63ea029 (diff)
downloadedk2-cbba5ca104fbc8baa0c613951e833e1a07bb34df.tar.gz
edk2-cbba5ca104fbc8baa0c613951e833e1a07bb34df.tar.bz2
edk2-cbba5ca104fbc8baa0c613951e833e1a07bb34df.zip
ArmPlatformPkg: PL011 Dynamic clock freq Support
Some platform support dynamic clocking, which is controlled by some jumper setting or hardware registers. Result of that is that PCD PL011UartClkInHz would need to be updated for frequency change. This patch implements support for dynamic frequency for PL011 uart. This patch implements default lib, which is using Pcd. Platform which needs dynamic clocking needs implement PL011UartClockLib Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Udit Kumar <udit.kumar@nxp.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'ArmPlatformPkg/ArmPlatformPkg.dec')
-rw-r--r--ArmPlatformPkg/ArmPlatformPkg.dec1
1 files changed, 1 insertions, 0 deletions
diff --git a/ArmPlatformPkg/ArmPlatformPkg.dec b/ArmPlatformPkg/ArmPlatformPkg.dec
index dff45983b4..5f67e74154 100644
--- a/ArmPlatformPkg/ArmPlatformPkg.dec
+++ b/ArmPlatformPkg/ArmPlatformPkg.dec
@@ -36,6 +36,7 @@
LcdHwLib|Include/Library/LcdHwLib.h
LcdPlatformLib|Include/Library/LcdPlatformLib.h
NorFlashPlatformLib|Include/Library/NorFlashPlatformLib.h
+ PL011UartClockLib|Include/Library/PL011UartClockLib.h
PL011UartLib|Include/Library/PL011UartLib.h
[Guids.common]