diff options
author | Chao Li <lichao@loongson.cn> | 2021-11-12 14:18:08 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-14 02:16:33 +0000 |
commit | dad7fc29d9256d444f09abe8698c37807a5aef13 (patch) | |
tree | 1115d73d31e06e6d58e78d46af082518bb274262 /MdeModulePkg/Logo/Logo.inf | |
parent | ced203c3d5a2962589358b47e3aa87d5e19c62ee (diff) | |
download | edk2-dad7fc29d9256d444f09abe8698c37807a5aef13.zip edk2-dad7fc29d9256d444f09abe8698c37807a5aef13.tar.gz edk2-dad7fc29d9256d444f09abe8698c37807a5aef13.tar.bz2 |
MdeModulePkg/Logo: Add LoongArch64 architecture.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053
Add LoongArch64 architecture to the Logo.
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Chao Li <lichao@loongson.cn>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Zhichao Gao <zhichao.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Logo/Logo.inf')
-rw-r--r-- | MdeModulePkg/Logo/Logo.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdeModulePkg/Logo/Logo.inf b/MdeModulePkg/Logo/Logo.inf index 70a66ca..294482c 100644 --- a/MdeModulePkg/Logo/Logo.inf +++ b/MdeModulePkg/Logo/Logo.inf @@ -3,6 +3,7 @@ #
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
+# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
@@ -21,7 +22,7 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64
+# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64 LOONGARCH64
#
[Binaries]
|