From ae66c2b15d923fee7a319d2ed56324e27a5d7ec0 Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Mon, 21 Aug 2017 16:01:52 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Nicholas E. Bofferding Tested-by: FSP CI Jenkins Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/runtime.H | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/include/usr/runtime') 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) -- cgit v1.2.3