From e290e19b4c1634ad086daae5f8097715c611feee Mon Sep 17 00:00:00 2001 From: Caleb Palmer Date: Mon, 13 Jun 2016 10:21:17 -0500 Subject: 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 Tested-by: FSP CI Jenkins Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Zane C. Shelley Reviewed-by: Daniel M. Crowell --- src/include/usr/diag/mdia/mdiareasoncodes.H | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'src/include') 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 }; } -- cgit v1.2.1