summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/TlsLibNull
diff options
context:
space:
mode:
authorChao Li <lichao@loongson.cn>2021-12-10 12:32:47 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-10-14 02:16:33 +0000
commitc5f4b4fd03c9d8e2ba9bfa0e13065f4dc2be474e (patch)
tree95ae8f4328fdcd573d8d6741d0b84c68bef68baf /CryptoPkg/Library/TlsLibNull
parentee2ea7868a27ade938b82ef6fdcaf350308aacb7 (diff)
downloadedk2-c5f4b4fd03c9d8e2ba9bfa0e13065f4dc2be474e.tar.gz
edk2-c5f4b4fd03c9d8e2ba9bfa0e13065f4dc2be474e.tar.bz2
edk2-c5f4b4fd03c9d8e2ba9bfa0e13065f4dc2be474e.zip
CryptoPkg: Add LOONGARCH64 architecture for EDK2 CI.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4053 Add LOONGARCH64 architecture for EDK2 CI testing. Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Signed-off-by: Chao Li <lichao@loongson.cn> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
Diffstat (limited to 'CryptoPkg/Library/TlsLibNull')
-rw-r--r--CryptoPkg/Library/TlsLibNull/TlsLibNull.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/CryptoPkg/Library/TlsLibNull/TlsLibNull.inf b/CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
index b2920ddacf..12d7cc764a 100644
--- a/CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
+++ b/CryptoPkg/Library/TlsLibNull/TlsLibNull.inf
@@ -3,6 +3,7 @@
#
# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
# (C) Copyright 2016-2020 Hewlett Packard Enterprise Development LP<BR>
+# Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
##
@@ -19,7 +20,7 @@
#
# The following information is for reference only and not required by the build tools.
#
-# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64
+# VALID_ARCHITECTURES = IA32 X64 ARM AARCH64 RISCV64 LOONGARCH64
#
[Sources]