summaryrefslogtreecommitdiffstats
path: root/openpower/package/sb-signing-utils/Config.in
diff options
context:
space:
mode:
authorDave Heller <hellerda@linux.vnet.ibm.com>2017-06-16 18:30:40 -0400
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-27 13:44:17 +1000
commite7da8bce4b0e985d2eec172994256687a3fc4caa (patch)
treee07d44d28ba5194b2d3366b663262c0b96ed7290 /openpower/package/sb-signing-utils/Config.in
parent84cc655c5a28ed23b442671ccfbd2cf6c578d2c7 (diff)
downloadblackbird-op-build-e7da8bce4b0e985d2eec172994256687a3fc4caa.tar.gz
blackbird-op-build-e7da8bce4b0e985d2eec172994256687a3fc4caa.zip
Integrate sb-signing-utils into op-build
This adds support for building sb-signing-utils from github.com/hellerda. It includes the openpower/package/sb-signing-utils/ directory with Config.in, *.mk, and ./keys directory holding the IBM Imprint keys and README. Build is activated by the presence of BR2_OPENPOWER_SECUREBOOT_ENABLED in the _defconfig. In this patch it is set in habanero_defconfig only. Even with BR2_OPENPOWER_SECUREBOOT_ENABLED, the package will only be built, it will not be activated (i.e. used in PNOR packaging step) until additional patches are added to op-build and openpower-pnor packages. Signed-off-by: Dave Heller <hellerda@linux.vnet.ibm.com> [stewart@linux.vnet.ibm.com: cleaned git history, cherry-picked onto master] Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'openpower/package/sb-signing-utils/Config.in')
-rw-r--r--openpower/package/sb-signing-utils/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/openpower/package/sb-signing-utils/Config.in b/openpower/package/sb-signing-utils/Config.in
new file mode 100644
index 00000000..87df6f3b
--- /dev/null
+++ b/openpower/package/sb-signing-utils/Config.in
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_HOST_SB_SIGNING_UTILS
+ bool "OpenPOWER secureboot signing utilities"
+ default y if (BR2_OPENPOWER_PLATFORM && BR2_OPENPOWER_SECUREBOOT_ENABLED)
+ help
+ Secureboot utilities for signing OpenPOWER firmware images
OpenPOWER on IntegriCloud