From ae4fd75edc4a363f667a40d3c776493b5c9b0983 Mon Sep 17 00:00:00 2001 From: Corey Swenson Date: Thu, 9 Feb 2017 21:19:33 -0600 Subject: Add attribute for HDAT HB Reserved Memory number-of-sections Change-Id: Iaa4e93e5dcb838e16c44666493504258587658bc RTC:169102 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36259 Tested-by: Jenkins Server Reviewed-by: Martin Gloff Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/runtime.H | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include/usr/runtime/runtime.H') diff --git a/src/include/usr/runtime/runtime.H b/src/include/usr/runtime/runtime.H index bde444d0d..3b9dfefe1 100644 --- a/src/include/usr/runtime/runtime.H +++ b/src/include/usr/runtime/runtime.H @@ -90,10 +90,14 @@ errlHndl_t populate_RtDataByNode(uint64_t iNodeId); // How many pointers/sections there are in HB runtime data #define HBRT_NUM_PTRS 2 -// sections defined by above literal +// Sections defined by above literal #define HBRT_VPD_SECTION 0 #define HBRT_ATTRIB_SECTION 1 +// How many pointers/sections there are in HB reserved memory data +// HOMER*8/OCC_Common/VPD/ATTR/HBRT_Image/Res/Res/Res +#define HB_RSV_MEM_NUM_PTRS 15 + //Note this means the Reserved Mem sub-section is the 6th //(0 based) of the MDT section (See HDAT spec) #define MDT_RESERVED_HB_MEM_SECTION 5 -- cgit v1.2.3