diff options
author | Abner Chang <abner.chang@hpe.com> | 2020-04-07 16:02:54 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-05-07 03:17:15 +0000 |
commit | fd8c6bed8a4f977ba8cfb46257de31d641cd87f9 (patch) | |
tree | 919975b5fc8979eb76cc1831e8a4d7cfd026746b /MdeModulePkg | |
parent | 4e74764245c4d92d51ed0ed67147e16ad8f8296c (diff) | |
download | edk2-fd8c6bed8a4f977ba8cfb46257de31d641cd87f9.tar.gz edk2-fd8c6bed8a4f977ba8cfb46257de31d641cd87f9.tar.bz2 edk2-fd8c6bed8a4f977ba8cfb46257de31d641cd87f9.zip |
MdeModulePkg/Logo:Add RISCV64 architecture
Add RISCV64 Arch.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2672
Signed-off-by: Abner Chang <abner.chang@hpe.com>
Co-authored-by: Gilbert Chen <gilbert.chen@hpe.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Acked-by: Zhichao Gao <zhichao.gao@intel.com>
Cc: Zhichao Gao <zhichao.gao@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Gilbert Chen <gilbert.chen@hpe.com>
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Logo/Logo.inf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MdeModulePkg/Logo/Logo.inf b/MdeModulePkg/Logo/Logo.inf index 018202582e..70a66cae98 100644 --- a/MdeModulePkg/Logo/Logo.inf +++ b/MdeModulePkg/Logo/Logo.inf @@ -2,6 +2,8 @@ # The default logo bitmap picture shown on setup screen, which is corresponding to gEfiDefaultBmpLogoGuid.
#
# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2020, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
+
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
@@ -19,7 +21,7 @@ #
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
+# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64 RISCV64
#
[Binaries]
|