summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime
diff options
context:
space:
mode:
authorBill Hoffa <wghoffa@us.ibm.com>2017-06-14 10:54:04 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-14 16:52:27 -0400
commit389c4cfbe086a04f9a05eba9f516d04402a9b360 (patch)
tree24d6a4455b9ade845e73a995abc0be188d47f9f2 /src/usr/runtime
parent7ea346b6fb9e47b1e8374a0947c30df9dffaf0d9 (diff)
downloadtalos-hostboot-389c4cfbe086a04f9a05eba9f516d04402a9b360.tar.gz
talos-hostboot-389c4cfbe086a04f9a05eba9f516d04402a9b360.zip
Fix start address logic for Populating HBRT data
Change-Id: I479af2a65d6085d9c482ca1bddf8647441282fea CQ: SW392121 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41828 Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r--src/usr/runtime/populate_hbruntime.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/runtime/populate_hbruntime.C b/src/usr/runtime/populate_hbruntime.C
index 51f31b8ae..82f3fdf16 100644
--- a/src/usr/runtime/populate_hbruntime.C
+++ b/src/usr/runtime/populate_hbruntime.C
@@ -683,7 +683,7 @@ errlHndl_t fill_RsvMem_hbData(uint64_t & io_start_address,
}
else
{
- io_start_address = io_end_address - l_totalSizeAligned + 1;
+ io_start_address = io_end_address - l_totalSizeAligned;
}
OpenPOWER on IntegriCloud