summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/LzmaCustomDecompressLib
diff options
context:
space:
mode:
authorZhiguang Liu <zhiguang.liu@intel.com>2019-12-04 08:45:35 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2019-12-05 00:21:35 +0000
commitc9416efeef0d4a0554db01f3fd1cdaede14856d7 (patch)
tree52042cc252fafe19cb090d4b4938913e3f0e6465 /MdeModulePkg/Library/LzmaCustomDecompressLib
parent6cc63aee53264d4375c2245cd098addc27c08a5a (diff)
downloadedk2-c9416efeef0d4a0554db01f3fd1cdaede14856d7.tar.gz
edk2-c9416efeef0d4a0554db01f3fd1cdaede14856d7.tar.bz2
edk2-c9416efeef0d4a0554db01f3fd1cdaede14856d7.zip
MdeModulePkg: Add ARM/Aarch64 support which were missing
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=2382 Add ARM/Aarch64 which were missing to VALID_ARCHITECTURES in LzmaCustomDecompressLib.inf 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> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'MdeModulePkg/Library/LzmaCustomDecompressLib')
-rw-r--r--MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf2
1 files changed, 1 insertions, 1 deletions
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]