diff options
| author | Jaymes Wilks <mjwilks@us.ibm.com> | 2018-03-01 09:45:33 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-07 15:03:28 -0500 |
| commit | 4eaf644dbf1b8e9b8748045e96518fd896639094 (patch) | |
| tree | 88c403d394deeb318aa7167b00cf3cb2e7356c09 /src/build/mkrules | |
| parent | bd1cd3c7d1fb4e38ebaf0885a298f2a44e165917 (diff) | |
| download | talos-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/mkrules')
| -rwxr-xr-x | src/build/mkrules/hbfw/img/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/build/mkrules/hbfw/img/makefile b/src/build/mkrules/hbfw/img/makefile index d13a5528f..634ea1341 100755 --- a/src/build/mkrules/hbfw/img/makefile +++ b/src/build/mkrules/hbfw/img/makefile @@ -175,7 +175,6 @@ Secure Boot Signing Config:\n\ Signing utils subdir [${SIGNING_UTILS_DIR}]\n\ Final signing dir [${SIGNING_DIR}]\n\ Development key dir [${DEV_KEY_DIR}]\n\ - Signing edition [${SIGNING_TOOL_EDITION}]\n\ Signing mode [${BR2_OPENPOWER_SECUREBOOT_SIGN_MODE}]\n\ Compile secureboot? [${CONFIG_SECUREBOOT}]\n\ Libs to preload [${SIGNING_LIBS}]\n\ |

