summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-05-14 08:19:39 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-05-15 08:08:46 -0500
commit05847c16cfe6f93796764d9bd1460329b30c5059 (patch)
tree47bfc6765eca94d9103b1baf69125ca960361626 /src/include/usr/runtime
parentb95951684667a2d77a76e589505e4250a0f02751 (diff)
downloadtalos-hostboot-05847c16cfe6f93796764d9bd1460329b30c5059.tar.gz
talos-hostboot-05847c16cfe6f93796764d9bd1460329b30c5059.zip
Increase number of reserved hdat sections
Increase the static max for reserved memory sections from 50 to 60. Change-Id: I327b2838b9d64b8b40ede1c680372b9ee1f0ac5a CQ: SW465055 CMVC-Coreq: 1083554 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77336 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/runtime')
-rw-r--r--src/include/usr/runtime/runtime.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index 9d22e387b..eba9f68bf 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2018 */
+/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -188,7 +188,7 @@ errlHndl_t sendSBESystemConfig();
// HOMER*8/OCC_Common/VPD/ATTR/HBRT_Image/Res/Res/Res
// 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
+#define HB_RSV_MEM_NUM_PTRS 60
//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