* [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf
@ 2019-11-25 1:57 Zhiguang Liu
2019-11-25 8:06 ` Philippe Mathieu-Daudé
2019-12-03 7:59 ` [edk2-devel] " Liming Gao
0 siblings, 2 replies; 3+ messages in thread
From: Zhiguang Liu @ 2019-11-25 1:57 UTC (permalink / raw)
To: devel
Cc: Liming Gao, Jian J Wang, Hao A Wu, Leif Lindholm,
Philippe Mathieu-Daudé
Updated VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf file
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2382
Cc: Liming Gao <liming.gao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
---
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
index e8061f54f9..4ed1d83a40 100644
--- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
+++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
@@ -25,7 +25,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64
+# VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM
#
[Sources]
--
2.16.2.windows.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf
2019-11-25 1:57 [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf Zhiguang Liu
@ 2019-11-25 8:06 ` Philippe Mathieu-Daudé
2019-12-03 7:59 ` [edk2-devel] " Liming Gao
1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2019-11-25 8:06 UTC (permalink / raw)
To: Zhiguang Liu, devel; +Cc: Liming Gao, Jian J Wang, Hao A Wu, Leif Lindholm
On 11/25/19 2:57 AM, Zhiguang Liu wrote:
> Updated VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf file
>
> REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2382
>
> Cc: Liming Gao <liming.gao@intel.com>
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
> Reviewed-by: Liming Gao <liming.gao@intel.com>
>
> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
> ---
> MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
> index e8061f54f9..4ed1d83a40 100644
> --- a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
> +++ b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
> @@ -25,7 +25,7 @@
> #
> # The following information is for reference only and not required by the build tools.
> #
> -# VALID_ARCHITECTURES = IA32 X64
> +# VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM
> #
>
> [Sources]
>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [edk2-devel] [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf
2019-11-25 1:57 [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf Zhiguang Liu
2019-11-25 8:06 ` Philippe Mathieu-Daudé
@ 2019-12-03 7:59 ` Liming Gao
1 sibling, 0 replies; 3+ messages in thread
From: Liming Gao @ 2019-12-03 7:59 UTC (permalink / raw)
To: devel@edk2.groups.io, Liu, Zhiguang
Cc: Wang, Jian J, Wu, Hao A, Leif Lindholm,
Philippe Mathieu-Daudé
Reviewed-by: Liming Gao <liming.gao@intel.com>
>-----Original Message-----
>From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
>Zhiguang Liu
>Sent: Monday, November 25, 2019 9:58 AM
>To: devel@edk2.groups.io
>Cc: Gao, Liming <liming.gao@intel.com>; Wang, Jian J
><jian.j.wang@intel.com>; Wu, Hao A <hao.a.wu@intel.com>; Leif Lindholm
><leif.lindholm@linaro.org>; Philippe Mathieu-Daudé <philmd@redhat.com>
>Subject: [edk2-devel] [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64
>which were missing to VALID_ARCHITECTURES in
>LzmaCustomDecompressLib.inf
>
>Updated VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf file
>
>REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2382
>
>Cc: Liming Gao <liming.gao@intel.com>
>Cc: Jian J Wang <jian.j.wang@intel.com>
>Cc: Hao A Wu <hao.a.wu@intel.com>
>Cc: Leif Lindholm <leif.lindholm@linaro.org>
>Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
>Reviewed-by: Liming Gao <liming.gao@intel.com>
>
>Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
>---
>
>MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompre
>ssLib.inf | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git
>a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompr
>essLib.inf
>b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecomp
>ressLib.inf
>index e8061f54f9..4ed1d83a40 100644
>---
>a/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompr
>essLib.inf
>+++
>b/MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecomp
>ressLib.inf
>@@ -25,7 +25,7 @@
> #
> # The following information is for reference only and not required by the
>build tools.
> #
>-# VALID_ARCHITECTURES = IA32 X64
>+# VALID_ARCHITECTURES = IA32 X64 AARCH64 ARM
> #
>
> [Sources]
>--
>2.16.2.windows.1
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-12-03 7:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 1:57 [Patch V3 2/2] MdeModulePkg: Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf Zhiguang Liu
2019-11-25 8:06 ` Philippe Mathieu-Daudé
2019-12-03 7:59 ` [edk2-devel] " Liming Gao
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox