diff options
| author | Corey Swenson <cswenson@us.ibm.com> | 2017-02-09 21:19:33 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-02-28 09:01:31 -0500 |
| commit | ae4fd75edc4a363f667a40d3c776493b5c9b0983 (patch) | |
| tree | aac4a605c4b8cf44f6ccc964e03d8cb95f329d50 /src/include/usr/runtime/runtime.H | |
| parent | e5b630dccc4168ac7f90c9bbf22f776557b80899 (diff) | |
| download | blackbird-hostboot-ae4fd75edc4a363f667a40d3c776493b5c9b0983.tar.gz blackbird-hostboot-ae4fd75edc4a363f667a40d3c776493b5c9b0983.zip | |
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 <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: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/runtime/runtime.H')
| -rw-r--r-- | src/include/usr/runtime/runtime.H | 6 |
1 files changed, 5 insertions, 1 deletions
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 |

