]> git.proxmox.com Git - mirror_edk2.git/commitdiff
StandaloneMmPkg: Add missing dependency on PL011UartClockLib
authorAchin Gupta <achin.gupta@arm.com>
Mon, 3 Dec 2018 07:20:52 +0000 (12:50 +0530)
committerAchin Gupta <achin.gupta@arm.com>
Sun, 9 Dec 2018 16:00:37 +0000 (16:00 +0000)
This patch fixes the dependency PL011UartLib has on PL011UartClockLib by
including its implementation path in the StandaloneMm DSC file.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Achin Gupta <achin.gupta@arm.com>
Signed-off-by: Sughosh Ganu <sughosh.ganu@arm.com>
Reviewed-by: Achin Gupta <achin.gupta@arm.com>
StandaloneMmPkg/StandaloneMmPkg.dsc

index c6ddb35b8993556f7423af10c5e30490ed9701ba..84de1ab0f13a6b7df6a77bde9960e0154908c6c6 100644 (file)
@@ -67,6 +67,7 @@
   CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf\r
   PeCoffExtraActionLib|ArmPkg/Library/DebugPeCoffExtraActionLib/DebugPeCoffExtraActionLib.inf\r
   PL011UartLib|ArmPlatformPkg/Library/PL011UartLib/PL011UartLib.inf\r
+  PL011UartClockLib|ArmPlatformPkg/Library/PL011UartClockLib/PL011UartClockLib.inf\r
   # ARM PL011 UART Driver\r
   SerialPortLib|ArmPlatformPkg/Library/PL011SerialPortLib/PL011SerialPortLib.inf\r
 \r