summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice
diff options
context:
space:
mode:
authorAndrew Jeffery <andrewrj@au1.ibm.com>2018-09-17 17:23:12 +0930
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-10-10 13:44:53 -0500
commit4874662e58d998ed49aa773d0cfe98b61e076bd5 (patch)
tree0d0f103ace77ece336bb8a1c738751c7ed6ae0ac /src/usr/initservice
parente2c0716a09843f71191a65fd5d72a40eb9c95acd (diff)
downloadtalos-hostboot-4874662e58d998ed49aa773d0cfe98b61e076bd5.tar.gz
talos-hostboot-4874662e58d998ed49aa773d0cfe98b61e076bd5.zip
initservice: Move ipmibase module to base image
Moving ipmibase to the base image enables the development of a new, IPMI-based PNOR implementation. This new PNOR driver will negotiate the layout of the LPC FW space using an AST MBOX-like protocol, now known as the hiomap protocol, but using IPMI as a transport. Change-Id: I22eae6b558ab38a489ac85b4d31c55ff0a87a192 Signed-off-by: Andrew Jeffery <andrewrj@au1.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65939 Tested-by: Jenkins Server <pfd-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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/initservice')
-rw-r--r--src/usr/initservice/baseinitsvc/initsvctasks.H19
-rw-r--r--src/usr/initservice/extinitsvc/extinitsvctasks.H15
2 files changed, 18 insertions, 16 deletions
diff --git a/src/usr/initservice/baseinitsvc/initsvctasks.H b/src/usr/initservice/baseinitsvc/initsvctasks.H
index f99e41a6e..06301d3d6 100644
--- a/src/usr/initservice/baseinitsvc/initsvctasks.H
+++ b/src/usr/initservice/baseinitsvc/initsvctasks.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2011,2014 */
+/* Contributors Listed Below - COPYRIGHT 2011,2018 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -53,6 +55,21 @@ const TaskInfo g_taskinfolist[] = {
}
},
+#ifdef CONFIG_BMC_IPMI
+ /**
+ * @brief IPMI resource provider
+ */
+ {
+ "libipmibase.so", // taskname
+ NULL, // no ptr to fnct
+ {
+
+ START_TASK, // task type
+ BASE_IMAGE, // Base Module
+ }
+ },
+#endif
+
/**
* @brief PNOR Driver Task
*/
diff --git a/src/usr/initservice/extinitsvc/extinitsvctasks.H b/src/usr/initservice/extinitsvc/extinitsvctasks.H
index b3fc8adec..ea04481ff 100644
--- a/src/usr/initservice/extinitsvc/extinitsvctasks.H
+++ b/src/usr/initservice/extinitsvc/extinitsvctasks.H
@@ -85,21 +85,6 @@ const TaskInfo g_exttaskinfolist[] = {
#endif
/**
- * @brief IPMI resource provider
- */
-#ifdef CONFIG_BMC_IPMI
- {
- "libipmibase.so", // taskname
- NULL, // no ptr to fnct
- {
-
- START_TASK, // task type
- EXT_IMAGE, // Extended Module
- }
- },
-#endif
-
- /**
* @brief targeting task,
*/
{
OpenPOWER on IntegriCloud