On Tue, 27 Nov 2018 at 13:27, Leif Lindholm <[email protected]> wrote: > > On Tue, Nov 27, 2018 at 01:17:27PM +0100, Ard Biesheuvel wrote: > > ArmMmuStandaloneMmLib.inf cannot be built for ARM so move it to the > > [Components.AARCH64] section in ArmPkg.dsc. > > > > Contributed-under: TianoCore Contribution Agreement 1.1 > > Signed-off-by: Ard Biesheuvel <[email protected]> > > Reviewed-by: Leif Lindholm <[email protected]> >
Pushed as eed947be0b05..5ee1bcae597b > > --- > > ArmPkg/ArmPkg.dsc | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc > > index acf679651ddf..495f13d2bbec 100644 > > --- a/ArmPkg/ArmPkg.dsc > > +++ b/ArmPkg/ArmPkg.dsc > > @@ -117,7 +117,6 @@ [Components.common] > > ArmPkg/Library/ArmPsciResetSystemLib/ArmPsciResetSystemLib.inf > > ArmPkg/Library/ArmExceptionLib/ArmExceptionLib.inf > > ArmPkg/Library/ArmExceptionLib/ArmRelocateExceptionLib.inf > > - ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > > > > ArmPkg/Drivers/CpuDxe/CpuDxe.inf > > ArmPkg/Drivers/CpuPei/CpuPei.inf > > @@ -153,3 +152,4 @@ [Components.common] > > > > [Components.AARCH64] > > ArmPkg/Library/ArmMmuLib/ArmMmuPeiLib.inf > > + ArmPkg/Library/StandaloneMmMmuLib/ArmMmuStandaloneMmLib.inf > > -- > > 2.19.1 > > _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

