* [PATCH] ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section
@ 2018-11-27 12:17 Ard Biesheuvel
2018-11-27 12:27 ` Leif Lindholm
0 siblings, 1 reply; 3+ messages in thread
From: Ard Biesheuvel @ 2018-11-27 12:17 UTC (permalink / raw)
To: edk2-devel
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 <ard.biesheuvel@linaro.org>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section
2018-11-27 12:17 [PATCH] ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section Ard Biesheuvel
@ 2018-11-27 12:27 ` Leif Lindholm
2018-11-27 12:32 ` Ard Biesheuvel
0 siblings, 1 reply; 3+ messages in thread
From: Leif Lindholm @ 2018-11-27 12:27 UTC (permalink / raw)
To: Ard Biesheuvel; +Cc: edk2-devel
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 <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> ---
> 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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section
2018-11-27 12:27 ` Leif Lindholm
@ 2018-11-27 12:32 ` Ard Biesheuvel
0 siblings, 0 replies; 3+ messages in thread
From: Ard Biesheuvel @ 2018-11-27 12:32 UTC (permalink / raw)
To: Leif Lindholm; +Cc: edk2-devel@lists.01.org
On Tue, 27 Nov 2018 at 13:27, Leif Lindholm <leif.lindholm@linaro.org> 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 <ard.biesheuvel@linaro.org>
>
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
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
> >
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-27 12:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-27 12:17 [PATCH] ArmPkg/ArmPkg.dsc: move ArmMmuStandaloneMmLib.inf to AARCH64 section Ard Biesheuvel
2018-11-27 12:27 ` Leif Lindholm
2018-11-27 12:32 ` Ard Biesheuvel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox