summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/runtime_reasoncodes.H
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2017-12-15 10:24:02 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-20 13:54:35 -0500
commit34dbdc49d0d14933c317be2815302d0d558c5924 (patch)
treed65d06b6901b0188057263519bf0b2f127b3ddd0 /src/include/usr/runtime/runtime_reasoncodes.H
parent1dce3206aa219d0cef4501b6795255a730f4ecba (diff)
downloadtalos-hostboot-34dbdc49d0d14933c317be2815302d0d558c5924.tar.gz
talos-hostboot-34dbdc49d0d14933c317be2815302d0d558c5924.zip
Convert asserts to error logs where it makes sense
Change-Id: Idd15e39cc6be44c0865f13503bfa4482d77fcf0d RTC:181899 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/51042 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@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.H10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H
index 8bf056675..4ce07c0c2 100644
--- a/src/include/usr/runtime/runtime_reasoncodes.H
+++ b/src/include/usr/runtime/runtime_reasoncodes.H
@@ -45,6 +45,8 @@ namespace RUNTIME
MOD_HDATSERVICE_MAPREGION = 0x0B, /**< hdatservice.C */
MOD_HDATSERVICE_GETINSTANCECOUNT = 0x0C, /**< hdatservice.C */
MOD_HDATSERVICE_GETANDCHECKTUPLE = 0x0D, /**< hdatservice.C */
+ MOD_PREVERLIDMGR_LOAD_FROM_PNOR = 0x0E, /** preverifiedlidmgr.C **/
+ MOD_PREVERLIDMGR_LOAD_IMAGE = 0x0F, /** preverifiedlidmgr.C **/
// customize_attrs_for_payload.C
MOD_CUST_COMP_NON_PHYP_RT_TARGET = 0x12,
@@ -104,6 +106,14 @@ namespace RUNTIME
RC_EXCEEDED_MEMORY = RUNTIME_COMP_ID | 0x27,
RC_UNABLE_TO_PIN_ATTR_MEM = RUNTIME_COMP_ID | 0x28,
RC_UNABLE_TO_UNPIN_ATTR_MEM = RUNTIME_COMP_ID | 0x29,
+ RC_TPM_HDAT_OUT_OF_SPACE = RUNTIME_COMP_ID | 0x2A,
+ RC_TPM_HDAT_ID_MISMATCH = RUNTIME_COMP_ID | 0x2B,
+ RC_TPM_HDAT_EYE_CATCH_MISMATCH = RUNTIME_COMP_ID | 0x2C,
+ RC_TPM_MISSING_PROC = RUNTIME_COMP_ID | 0x2D,
+ RC_TPM_HDAT_BAD_VERSION = RUNTIME_COMP_ID | 0x2E,
+ RC_TPM_HDAT_BAD_NUM_I2C = RUNTIME_COMP_ID | 0x2F,
+ RC_INVALID_LID = RUNTIME_COMP_ID | 0x30,
+ RC_PREVER_INVALID_SIZE = RUNTIME_COMP_ID | 0x31,
};
enum UserDetailsTypes
OpenPOWER on IntegriCloud