summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/runtime_reasoncodes.H
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2017-03-31 13:40:50 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-11 12:18:33 -0400
commitedb74f80cc2a8a0e51de869c2a77517e0184b50e (patch)
tree1f6e835da4a87a3988c83df122bb3b33c379f65b /src/include/usr/runtime/runtime_reasoncodes.H
parent97d6fee68a3980cbedb37d7daf30cdb338efabda (diff)
downloadtalos-hostboot-edb74f80cc2a8a0e51de869c2a77517e0184b50e.tar.gz
talos-hostboot-edb74f80cc2a8a0e51de869c2a77517e0184b50e.zip
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 <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: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/runtime/runtime_reasoncodes.H')
-rw-r--r--src/include/usr/runtime/runtime_reasoncodes.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H
index 2678c28a0..f287a5d97 100644
--- a/src/include/usr/runtime/runtime_reasoncodes.H
+++ b/src/include/usr/runtime/runtime_reasoncodes.H
@@ -88,6 +88,7 @@ namespace RUNTIME
RC_PM_RT_UNKNOWN_MODE = RUNTIME_COMP_ID | 0x1D,
RC_PM_RT_INTERFACE_ERR = RUNTIME_COMP_ID | 0x1E,
RC_PM_RT_HCODE_UPDATE_ERR = RUNTIME_COMP_ID | 0x1F,
+ RC_INVALID_RHB_INSTANCE = RUNTIME_COMP_ID | 0x20,
};
enum UserDetailsTypes
OpenPOWER on IntegriCloud