summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/extinitsvc
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2017-07-07 12:06:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-19 13:50:21 -0400
commit3eabaf7eb4a10ab8b3860de26860258af48d00aa (patch)
tree7438b26c573b64cbfc9dd19153d78477800f0891 /src/usr/initservice/extinitsvc
parentc0f528fbaf2532d8cfaf51165fe4f7055a11f24a (diff)
downloadtalos-hostboot-3eabaf7eb4a10ab8b3860de26860258af48d00aa.tar.gz
talos-hostboot-3eabaf7eb4a10ab8b3860de26860258af48d00aa.zip
Secureboot: Add IPL calls to Open/Close Memory Regions via SBE
This commit adds the open/close SBE memory region calls throughout the IPL, as needed. The underlying SBE calls are still commented out, however, as we await SBE support. Change-Id: I87685dca95e5cb7d10997eb6eb414a1927862d64 RTC:145686 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42873 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@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: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/initservice/extinitsvc')
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H27
1 files changed, 14 insertions, 13 deletions
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index 4b326e2fc..49c76400a 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -121,6 +121,20 @@ const TaskInfo g_exttaskinfolist[] = {
EXT_IMAGE, // Extended Module
}
},
+
+ /**
+ * @brief SBE IO Device Driver
+ */
+ {
+ "libsbeio.so", // taskname
+ NULL, // no ptr to fnct
+ {
+
+ INIT_TASK, // init only
+ EXT_IMAGE, // Extended Module
+ }
+ },
+
/**
* @brief Mailbox service provider
*/
@@ -180,19 +194,6 @@ const TaskInfo g_exttaskinfolist[] = {
#endif
/**
- * @brief SBE IO Device Driver
- */
- {
- "libsbeio.so", // taskname
- NULL, // no ptr to fnct
- {
-
- INIT_TASK, // init only
- EXT_IMAGE, // Extended Module
- }
- },
-
- /**
* @brief FSI SCOM Device Driver
*/
{
OpenPOWER on IntegriCloud