]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPkg: add missing components
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 24 Oct 2016 15:11:07 +0000 (16:11 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 28 Oct 2016 09:24:24 +0000 (10:24 +0100)
ArmPkg.dsc was a bit out of date, and some modules added over the past
years had not been added to its [Components] section yet.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Tested-by: Ryan Harkin <ryan.harkin@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmPkg/ArmPkg.dsc

index ed7e482ddd622e194a7ae354cd2857f6683b4425..8b2bfa2338f0873ca40e4507093f95b1f42a3984 100644 (file)
 \r
   ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf\r
 \r
+  ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf\r
+  ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf\r
+  ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf\r
+  ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf\r
+  ArmPkg/Library/ArmLib/ArmBaseLib.inf\r
+  ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf\r
+  ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf\r
+  ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf\r
+  ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf\r
+\r
 [Components.ARM]\r
   ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf\r
   ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf\r
 [Components.AARCH64]\r
   ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf\r
   ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.inf\r
+  ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf\r