summaryrefslogtreecommitdiffstats
path: root/src/build/tools
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2018-03-01 09:45:33 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-07 15:03:28 -0500
commit4eaf644dbf1b8e9b8748045e96518fd896639094 (patch)
tree88c403d394deeb318aa7167b00cf3cb2e7356c09 /src/build/tools
parentbd1cd3c7d1fb4e38ebaf0885a298f2a44e165917 (diff)
downloadtalos-hostboot-4eaf644dbf1b8e9b8748045e96518fd896639094.tar.gz
talos-hostboot-4eaf644dbf1b8e9b8748045e96518fd896639094.zip
Remove code flows that use non-open signing tools
The environment variable SIGNING_TOOL_EDITION=community is no longer needed by genPnorImages.pl as open signing tools are the default and all code paths formerly exercised by its absence have been taken out. References to SIGNING_TOOL_EDITION have also been removed from the makefiles. Change-Id: I1f8a525fa5eb25bf8365e73e8546cd4e7b23b135 RTC:183183 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54898 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build/tools')
-rwxr-xr-xsrc/build/tools/hbDistribute6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/build/tools/hbDistribute b/src/build/tools/hbDistribute
index 188145c77..41936cb93 100755
--- a/src/build/tools/hbDistribute
+++ b/src/build/tools/hbDistribute
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2012,2017
+# Contributors Listed Below - COPYRIGHT 2012,2018
# [+] International Business Machines Corp.
#
#
@@ -187,10 +187,6 @@ echo "Secure Boot: Signing utils dir is ${SIGNING_UTILS_DIR}"
export DEV_KEY_DIR="${SIGNING_BASE_DIR}/sb-signing-keys"
echo "Secure Boot: Development keys dir is ${DEV_KEY_DIR}"
-# Force genPnorImages.pl to use the open signing tool
-export SIGNING_TOOL_EDITION="community";
-echo "Secure Boot: Signing tool edition is ${SIGNING_TOOL_EDITION}"
-
# Dynamically check config file if secureboot enabled build occurred
if [[ -f ${PROJECT_ROOT}/obj/genfiles/config.h ]]; then
if cat ${PROJECT_ROOT}/obj/genfiles/config.h | grep -q "CONFIG_SECUREBOOT 1"; then
OpenPOWER on IntegriCloud