summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/extinitsvc/extinitsvctasks.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/initservice/extinitsvc/extinitsvctasks.H')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index 02050f6b6..4b326e2fc 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2016 */
+/* Contributors Listed Below - COPYRIGHT 2011,2017 */
/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
@@ -70,6 +70,20 @@ const TaskInfo g_exttaskinfolist[] = {
},
#endif
+#ifdef CONFIG_SECUREBOOT
+ /**
+ * @brief Secureboot extended
+ */
+ {
+ "libsecureboot_ext.so", // taskname
+ NULL, // no pointer to fn
+ {
+ INIT_TASK, // task type
+ EXT_IMAGE, // Extended Module
+ }
+ },
+#endif
+
/**
* @brief targeting task,
*/
OpenPOWER on IntegriCloud