Skip to content

Commit

Permalink
Increase number of reserved hdat sections
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed May 15, 2019
1 parent b959516 commit 05847c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/usr/runtime/runtime.H
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 05847c1

Please sign in to comment.