summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-08-21 16:01:52 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-25 14:16:12 -0400
commitae66c2b15d923fee7a319d2ed56324e27a5d7ec0 (patch)
tree4592c735209dffd9dffd65f91bcd93c8ca926dfa /src/include
parent7e46b11372b30ffbd500ddfbc26dadea61b8a4f9 (diff)
downloadtalos-hostboot-ae66c2b15d923fee7a319d2ed56324e27a5d7ec0.tar.gz
talos-hostboot-ae66c2b15d923fee7a319d2ed56324e27a5d7ec0.zip
Load PNOR RINGOVD section into Hostboot Reserved Memory
RINGOVD will always be put unverified to the HB resv memory section but it will not actually be used/applied if we're in securemode Change-Id: I469c5ba058145c63b51b020d53bfc89329c12231 RTC:177372 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44933 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> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/runtime/runtime.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H
index 67c6096cb..f84cf09fb 100644
--- a/src/include/usr/runtime/runtime.H
+++ b/src/include/usr/runtime/runtime.H
@@ -121,8 +121,9 @@ errlHndl_t populate_TpmInfoByNode();
// How many pointers/sections there are in HB reserved memory data
// HOMER*8/OCC_Common/VPD/ATTR/HBRT_Image/Res/Res/Res
-// *Note: match with src/hdat/fsp/hdat.H HDAT_RHB_MAX_RANGE_ENTRIES_PER_NODE
-#define HB_RSV_MEM_NUM_PTRS 50
+// *Note: Phyp fills in one extra dummy section so make 1 less than
+// HDAT_RHB_MAX_RANGE_ENTRIES_PER_NODE in src/hdat/fsp/hdat.H.
+#define HB_RSV_MEM_NUM_PTRS 49
//Note this means the Reserved Mem sub-section is the 6th
//(0 based) of the MDT section (See HDAT spec)
OpenPOWER on IntegriCloud