summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-04-23 17:44:33 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-22 12:39:36 -0400
commit49f6c664792e8c6840ca7863917c6becb85d327b (patch)
tree1de389efdfa4e6a98a8db45ba42840b69daccd93 /src/include/usr/runtime
parentd55d64a79ca44280e0e6415893bab44fcaafa34f (diff)
downloadtalos-hostboot-49f6c664792e8c6840ca7863917c6becb85d327b.tar.gz
talos-hostboot-49f6c664792e8c6840ca7863917c6becb85d327b.zip
Add fix for HDAT Fail in Hostboot istep 21: BC8A1A20
-On a multi node Fleetwood system with node0 deconfigured the index into the hostboot reserved memory array for the master node exceeds the limit check due to an invalid calculation when nodes other than 0 become the master. The calculation was using the node id instead of the effective instance id. Change-Id: I55d991eda04452aa242fcccad07fede05d29eccb CQ:SW425720 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58113 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@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/include/usr/runtime')
-rw-r--r--src/include/usr/runtime/runtime.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index 042ff8002..e8605676b 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -182,9 +182,9 @@ errlHndl_t sendSBESystemConfig();
// How many pointers/sections there are in HB reserved memory data
// HOMER*8/OCC_Common/VPD/ATTR/HBRT_Image/Res/Res/Res
-// *Note: Phyp fills in one extra dummy section so make 1 less than
-// HDAT_RHB_MAX_RANGE_ENTRIES_PER_NODE in src/hdat/fsp/hdat.H.
-#define HB_RSV_MEM_NUM_PTRS 49
+// should be the same as HDAT_RHB_MAX_RANGE_ENTRIES_PER_NODE in
+// src/hdat/fsp/hdat.H
+#define HB_RSV_MEM_NUM_PTRS 50
//Note this means the Reserved Mem sub-section is the 6th
//(0 based) of the MDT section (See HDAT spec 11.1.1)
OpenPOWER on IntegriCloud