From e7da8bce4b0e985d2eec172994256687a3fc4caa Mon Sep 17 00:00:00 2001 From: Dave Heller Date: Fri, 16 Jun 2017 18:30:40 -0400 Subject: 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 [stewart@linux.vnet.ibm.com: cleaned git history, cherry-picked onto master] Signed-off-by: Stewart Smith --- openpower/package/sb-signing-utils/Config.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 openpower/package/sb-signing-utils/Config.in (limited to 'openpower/package/sb-signing-utils/Config.in') 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 -- cgit v1.2.1