summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorRobert Lippert <rlippert@google.com>2016-12-15 14:50:28 -0800
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-01-04 21:07:22 -0500
commit1c93d08e53678c1767a4b016dee32380aedd514a (patch)
tree79fee62ef5f43cf26a725bba6b9fd656bf207a5d /src/include
parent01ac24e475330b548afb7cba7c3d78853f3f15d4 (diff)
downloadtalos-hostboot-1c93d08e53678c1767a4b016dee32380aedd514a.tar.gz
talos-hostboot-1c93d08e53678c1767a4b016dee32380aedd514a.zip
generate errl for missing IPMI sensor number instead of assert
Change-Id: I23310799e35e8d58ff23805ee988d4ff8f3fa5e3 Signed-off-by: Robert Lippert <rlippert@google.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/33980 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: William G. Hoffa <wghoffa@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/ipmi/ipmi_reasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/ipmi/ipmi_reasoncodes.H b/src/include/usr/ipmi/ipmi_reasoncodes.H
index 1717619e5..8ba270cac 100644
--- a/src/include/usr/ipmi/ipmi_reasoncodes.H
+++ b/src/include/usr/ipmi/ipmi_reasoncodes.H
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -54,6 +55,7 @@ namespace IPMI
RC_DCMI_CMD_FAILED = IPMI_COMP_ID | 0x0a,
RC_SENSOR_READING_NOT_AVAIL = IPMI_COMP_ID | 0x0b,
RC_GET_SENSOR_TYPE_CMD_FAILED = IPMI_COMP_ID | 0x0c,
+ RC_SENSOR_NOT_FOUND = IPMI_COMP_ID | 0x0d,
};
};
OpenPOWER on IntegriCloud