summaryrefslogtreecommitdiffstats
path: root/src/usr/hdat/hdatmsvpd.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-03-31 13:40:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-11 12:18:33 -0400
commitedb74f80cc2a8a0e51de869c2a77517e0184b50e (patch)
tree1f6e835da4a87a3988c83df122bb3b33c379f65b /src/usr/hdat/hdatmsvpd.C
parent97d6fee68a3980cbedb37d7daf30cdb338efabda (diff)
downloadtalos-hostboot-edb74f80cc2a8a0e51de869c2a77517e0184b50e.tar.gz
talos-hostboot-edb74f80cc2a8a0e51de869c2a77517e0184b50e.zip
Bug fixes and workarounds for Hostboot Reserved Memory
Set type to invalid (0xFF) for unallocated ranges Silently handle both old and new HDAT formats to allow for roll-in of other code without changes here. Change-Id: I5558a6a3476e8d4a1b3b885eef1df1e7f74a898b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38741 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@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> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/hdat/hdatmsvpd.C')
-rwxr-xr-xsrc/usr/hdat/hdatmsvpd.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hdat/hdatmsvpd.C b/src/usr/hdat/hdatmsvpd.C
index 32ab77fd1..5808561d6 100755
--- a/src/usr/hdat/hdatmsvpd.C
+++ b/src/usr/hdat/hdatmsvpd.C
@@ -289,7 +289,7 @@ errlHndl_t HdatMsVpd::addRHBAddrRange(uint32_t i_dbob_id, hdatMsAddr_t &i_start,
<char*>(iv_RHBaddrRangeArray) + (iv_RHBaddrRngArrayHdr.hdatArrayCnt *
sizeof(hdatMsVpdRhbAddrRange_t)));
- l_addr->hdatRhbRngType = 0x0;
+ l_addr->hdatRhbRngType = HDAT::RHB_TYPE_INVALID;
l_addr->hdatRhbRngId = i_dbob_id;
l_addr->hdatRhbAddrRngStrAddr = i_start;
l_addr->hdatRhbAddrRngEndAddr = i_end;
OpenPOWER on IntegriCloud