summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2017-08-22 15:10:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-24 15:54:53 -0400
commitc68be97f69a6ae2eabf075200583a1e47afdc597 (patch)
tree0fa8a82a9f92b42e517e2efad32e8ea5409e8361 /src/include
parentd93a520bdb774eefa74839aa124789516999b587 (diff)
downloadtalos-hostboot-c68be97f69a6ae2eabf075200583a1e47afdc597.tar.gz
talos-hostboot-c68be97f69a6ae2eabf075200583a1e47afdc597.zip
Add loadHostDataToSRAM(ALL_PROC_MASTER_CORE) to beginning of step 9.7
Add this right before all processors are alive and reporting attentions. Change-Id: If1b27936203d5b88586fe7aab6e3c5a5ce57986f RTC: 178576 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45005 Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/isteps/istep09list.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/isteps/istep09list.H b/src/include/usr/isteps/istep09list.H
index a12e11ffa..593b91386 100644
--- a/src/include/usr/isteps/istep09list.H
+++ b/src/include/usr/isteps/istep09list.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -228,6 +228,7 @@ namespace INITSERVICE
const DepModInfo g_istep09Dependancies = {
{
DEP_LIB(libistep09.so),
+ DEP_LIB(libpm.so),
NULL
}
};
OpenPOWER on IntegriCloud