summaryrefslogtreecommitdiffstats
path: root/Nt32Pkg
diff options
context:
space:
mode:
authorJiaxin Wu <jiaxin.wu@intel.com>2016-12-23 16:39:45 +0800
committerJiaxin Wu <jiaxin.wu@intel.com>2016-12-26 16:56:19 +0800
commit5ea07b9d15fac130a53737e7ce2a29ae7a691520 (patch)
tree88518ac80f6e90956cb968e8a26d5da6e485d45d /Nt32Pkg
parent63f1d6a4c0f5df43e7c77041087754ddd169dea8 (diff)
downloadedk2-5ea07b9d15fac130a53737e7ce2a29ae7a691520.tar.gz
edk2-5ea07b9d15fac130a53737e7ce2a29ae7a691520.tar.bz2
edk2-5ea07b9d15fac130a53737e7ce2a29ae7a691520.zip
Nt32Pkg/Nt32Pkg.dsc: Change TLS_ENABLE flag to FALSE by default
TLS feature highly depends on the OpenSSL building. To avoid the default Nt32 platform build failure, we should change the default value of TLS_ENABLE to FALSE. The notes are also provided for Secure Boot and TLS features. Cc: Ni Ruiyu <ruiyu.ni@intel.com> Cc: Ye Ting <ting.ye@intel.com> Cc: Long Qin <qin.long@intel.com> Cc: Fu Siyuan <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
Diffstat (limited to 'Nt32Pkg')
-rw-r--r--Nt32Pkg/Nt32Pkg.dsc10
1 files changed, 9 insertions, 1 deletions
diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc
index 0a59e467b9..134afb8d25 100644
--- a/Nt32Pkg/Nt32Pkg.dsc
+++ b/Nt32Pkg/Nt32Pkg.dsc
@@ -44,6 +44,10 @@
# Defines for default states. These can be changed on the command line.
# -D FLAG=VALUE
#
+ # Note: Secure Boot feature highly depends on the OpenSSL building. To enable this
+ # feature, please follow the instructions found in the file "Patch-HOWTO.txt"
+ # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.
+ #
DEFINE SECURE_BOOT_ENABLE = FALSE
#
@@ -51,7 +55,11 @@
# These can be changed on the command line.
# -D FLAG=VALUE
#
- DEFINE TLS_ENABLE = TRUE
+ # Note: TLS feature highly depends on the OpenSSL building. To enable this
+ # feature, please follow the instructions found in the file "Patch-HOWTO.txt"
+ # located in CryptoPkg\Library\OpensslLib to enable the OpenSSL building first.
+ #
+ DEFINE TLS_ENABLE = FALSE
################################################################################
#