summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2017-03-22 11:38:37 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-28 17:11:47 -0400
commit0d4be263d0fafd69e3715b43d4d329b337c42501 (patch)
tree49a63ac3a3e4a6b53a701e77b577b29bdfdb628c /src/usr/runtime
parenta0157757a0e3c229e81f5b1dc779e3c911c70161 (diff)
downloadtalos-hostboot-0d4be263d0fafd69e3715b43d4d329b337c42501.tar.gz
talos-hostboot-0d4be263d0fafd69e3715b43d4d329b337c42501.zip
Fix for HDAT HB reserved memory ranges not incrementing section number
Change-Id: Ic7bc0125ec381eb1bf4c8483b82587cb6932fe2b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38302 Tested-by: Jenkins Server <pfd-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> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/populate_hbruntime.C3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index e3ec74b09..a6f946375 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -292,8 +292,9 @@ errlHndl_t getNextRhbAddrRange(hdatMsVpdRhbAddrRange_t* & o_rngPtr)
o_rngPtr =
reinterpret_cast<hdatMsVpdRhbAddrRange_t *>(l_rsvMemDataAddr);
+ l_nextSection++;
l_sys->setAttr
- <TARGETING::ATTR_HB_RSV_MEM_NEXT_SECTION>(l_nextSection++);
+ <TARGETING::ATTR_HB_RSV_MEM_NEXT_SECTION>(l_nextSection);
} while(0);
OpenPOWER on IntegriCloud