From edb74f80cc2a8a0e51de869c2a77517e0184b50e Mon Sep 17 00:00:00 2001 From: Dan Crowell Date: Fri, 31 Mar 2017 13:40:50 -0500 Subject: Bug fixes and workarounds for Hostboot Reserved Memory Set type to invalid (0xFF) for unallocated ranges Silently handle both old and new HDAT formats to allow for roll-in of other code without changes here. Change-Id: I5558a6a3476e8d4a1b3b885eef1df1e7f74a898b Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38741 Tested-by: Jenkins Server Reviewed-by: Martin Gloff Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Corey V. Swenson Reviewed-by: Daniel M. Crowell --- src/include/usr/runtime/runtime.H | 7 ------- 1 file changed, 7 deletions(-) (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 7086ef55b..bdbcf20a8 100644 --- a/src/include/usr/runtime/runtime.H +++ b/src/include/usr/runtime/runtime.H @@ -116,13 +116,6 @@ errlHndl_t populate_RtDataByNode(uint64_t iNodeId); // HOMER*8/OCC_Common/VPD/ATTR/HBRT_Image/Res/Res/Res #define HB_RSV_MEM_NUM_PTRS 15 -// Range types for HB reserved memory -#define RANGE_TYPE_PRIMARY 0 -#define RANGE_TYPE_HBRT 1 -#define RANGE_TYPE_VERIFIED_LIDS 2 -#define RANGE_TYPE_TPM_LOG 3 -#define RANGE_TYPE_HOMER_OCC 4 - //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