summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2016-06-13 10:21:17 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-07-01 17:56:55 -0400
commite290e19b4c1634ad086daae5f8097715c611feee (patch)
treeb6ef082a8a52f0c5c8a31cb597b40f4794744a9f /src/include/usr/diag
parentd4ab748ddbbff148d64638beb07f0f445f8cd51d (diff)
downloadtalos-hostboot-e290e19b4c1634ad086daae5f8097715c611feee.tar.gz
talos-hostboot-e290e19b4c1634ad086daae5f8097715c611feee.zip
MDIA: re-enable use of maint cmds - general changes
Change-Id: Ief6d926673bf32e27056862ecd5043d86c000ace RTC: 145132 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24220 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/diag')
-rw-r--r--src/include/usr/diag/mdia/mdiareasoncodes.H12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/usr/diag/mdia/mdiareasoncodes.H b/src/include/usr/diag/mdia/mdiareasoncodes.H
index 1b0c836fc..2344daf6c 100644
--- a/src/include/usr/diag/mdia/mdiareasoncodes.H
+++ b/src/include/usr/diag/mdia/mdiareasoncodes.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -55,9 +57,11 @@ enum ModuleId
*/
enum ReasonCode
{
- INVALID_REASONCODE = MDIA_COMP_ID | 0x00, // Invalid Reasoncode
- MAINT_COMMAND_HW_TIMED_OUT = MDIA_COMP_ID | 0x01, // timeout due to HW
- MAINT_COMMAND_SW_TIMED_OUT = MDIA_COMP_ID | 0x02, // timeout due to SW
+ INVALID_REASONCODE = MDIA_COMP_ID | 0x00, // Invalid Reasoncode
+ MAINT_COMMAND_HW_TIMED_OUT = MDIA_COMP_ID | 0x01, // timeout due to HW
+ MCBIST_COMMAND_HW_TIMED_OUT = MDIA_COMP_ID | 0x01, // timeout due to HW
+ MAINT_COMMAND_SW_TIMED_OUT = MDIA_COMP_ID | 0x02, // timeout due to SW
+ MCBIST_COMMAND_SW_TIMED_OUT = MDIA_COMP_ID | 0x02, // timeout due to SW
};
}
OpenPOWER on IntegriCloud