Message ID | 1477325206-24646-2-git-send-email-ard.biesheuvel@linaro.org |
---|---|
State | Superseded |
Headers | show |
On Mon, Oct 24, 2016 at 05:06:41PM +0100, Ard Biesheuvel wrote: > 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> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org> > --- > ArmPkg/ArmPkg.dsc | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc > index 6a8ff7e621d7..9bb1263a7f96 100644 > --- a/ArmPkg/ArmPkg.dsc > +++ b/ArmPkg/ArmPkg.dsc > @@ -143,6 +143,16 @@ [Components.common] > > ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf > > + ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf > + ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf > + ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf > + ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf > + ArmPkg/Library/ArmLib/ArmBaseLib.inf > + ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf > + ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf > + ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf > + ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf > + > [Components.ARM] > ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf > ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf > @@ -151,3 +161,4 @@ [Components.ARM] > [Components.AARCH64] > ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf > ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.inf > + ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf > -- > 2.7.4 > _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 6a8ff7e621d7..9bb1263a7f96 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -143,6 +143,16 @@ [Components.common] ArmPkg/Library/ArmMmuLib/ArmMmuBaseLib.inf + ArmPkg/Drivers/ArmPciCpuIo2Dxe/ArmPciCpuIo2Dxe.inf + ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf + ArmPkg/Library/ArmGicArchLib/ArmGicArchLib.inf + ArmPkg/Library/ArmGicArchSecLib/ArmGicArchSecLib.inf + ArmPkg/Library/ArmLib/ArmBaseLib.inf + ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf + ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLibBase.inf + ArmPkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf + ArmPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf + [Components.ARM] ArmPkg/Drivers/ArmCpuLib/ArmCortexA8Lib/ArmCortexA8Lib.inf ArmPkg/Drivers/ArmCpuLib/ArmCortexA9Lib/ArmCortexA9Lib.inf @@ -151,3 +161,4 @@ [Components.ARM] [Components.AARCH64] ArmPkg/Drivers/ArmCpuLib/ArmCortexAEMv8Lib/ArmCortexAEMv8Lib.inf ArmPkg/Drivers/ArmCpuLib/ArmCortexA5xLib/ArmCortexA5xLib.inf + ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf
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> --- ArmPkg/ArmPkg.dsc | 11 +++++++++++ 1 file changed, 11 insertions(+) -- 2.7.4 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel