SecurityPkg/Application/RngTest/RngTest.inf | 2 +- SecurityPkg/SecurityPkg.dsc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=680
Adding ARM and AARCH64 to SUPPORTED_ARCHITECTURES in SecurityPkg.dsc
to enable RngTest module build, since this is one platform-independent
application.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
---
SecurityPkg/Application/RngTest/RngTest.inf | 2 +-
SecurityPkg/SecurityPkg.dsc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SecurityPkg/Application/RngTest/RngTest.inf b/SecurityPkg/Application/RngTest/RngTest.inf
index 334cff45b0..55510f709a 100644
--- a/SecurityPkg/Application/RngTest/RngTest.inf
+++ b/SecurityPkg/Application/RngTest/RngTest.inf
@@ -27,7 +27,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64
+# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64
#
[Sources]
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc
index 8b9240374c..bb7147ec75 100644
--- a/SecurityPkg/SecurityPkg.dsc
+++ b/SecurityPkg/SecurityPkg.dsc
@@ -19,7 +19,7 @@
PLATFORM_VERSION = 0.97
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/SecurityPkg
- SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
+ SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
BUILD_TARGETS = DEBUG|RELEASE|NOOPT
SKUID_IDENTIFIER = DEFAULT
--
2.14.1.windows.1
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
On 29 August 2017 at 09:17, Long Qin <qin.long@intel.com> wrote: > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=680 > > Adding ARM and AARCH64 to SUPPORTED_ARCHITECTURES in SecurityPkg.dsc > to enable RngTest module build, since this is one platform-independent > application. > > Cc: Chao Zhang <chao.b.zhang@intel.com> > Cc: Laszlo Ersek <lersek@redhat.com> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Qin Long <qin.long@intel.com> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> > --- > SecurityPkg/Application/RngTest/RngTest.inf | 2 +- > SecurityPkg/SecurityPkg.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/SecurityPkg/Application/RngTest/RngTest.inf b/SecurityPkg/Application/RngTest/RngTest.inf > index 334cff45b0..55510f709a 100644 > --- a/SecurityPkg/Application/RngTest/RngTest.inf > +++ b/SecurityPkg/Application/RngTest/RngTest.inf > @@ -27,7 +27,7 @@ > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 > +# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 > # > > [Sources] > diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc > index 8b9240374c..bb7147ec75 100644 > --- a/SecurityPkg/SecurityPkg.dsc > +++ b/SecurityPkg/SecurityPkg.dsc > @@ -19,7 +19,7 @@ > PLATFORM_VERSION = 0.97 > DSC_SPECIFICATION = 0x00010005 > OUTPUT_DIRECTORY = Build/SecurityPkg > - SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC > + SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64 > BUILD_TARGETS = DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER = DEFAULT > > -- > 2.14.1.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
On 08/29/17 10:17, Long Qin wrote: > Ref: https://bugzilla.tianocore.org/show_bug.cgi?id=680 > > Adding ARM and AARCH64 to SUPPORTED_ARCHITECTURES in SecurityPkg.dsc > to enable RngTest module build, since this is one platform-independent > application. > > Cc: Chao Zhang <chao.b.zhang@intel.com> > Cc: Laszlo Ersek <lersek@redhat.com> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Qin Long <qin.long@intel.com> > --- > SecurityPkg/Application/RngTest/RngTest.inf | 2 +- > SecurityPkg/SecurityPkg.dsc | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/SecurityPkg/Application/RngTest/RngTest.inf b/SecurityPkg/Application/RngTest/RngTest.inf > index 334cff45b0..55510f709a 100644 > --- a/SecurityPkg/Application/RngTest/RngTest.inf > +++ b/SecurityPkg/Application/RngTest/RngTest.inf > @@ -27,7 +27,7 @@ > # > # The following information is for reference only and not required by the build tools. > # > -# VALID_ARCHITECTURES = IA32 X64 > +# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 > # > > [Sources] > diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc > index 8b9240374c..bb7147ec75 100644 > --- a/SecurityPkg/SecurityPkg.dsc > +++ b/SecurityPkg/SecurityPkg.dsc > @@ -19,7 +19,7 @@ > PLATFORM_VERSION = 0.97 > DSC_SPECIFICATION = 0x00010005 > OUTPUT_DIRECTORY = Build/SecurityPkg > - SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC > + SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64 > BUILD_TARGETS = DEBUG|RELEASE|NOOPT > SKUID_IDENTIFIER = DEFAULT > > Reviewed-by: Laszlo Ersek <lersek@redhat.com> Thank you! Laszlo _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel
© 2016 - 2024 Red Hat, Inc.