summaryrefslogtreecommitdiffstats
path: root/src/include/usr/diag
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2016-03-16 15:14:59 -0500
committerStephen Cprek <smcprek@us.ibm.com>2016-04-21 13:51:29 -0500
commit31d4fe68b8c1b45237ce6af1b4cef95d9b0f0fde (patch)
tree5a60fd821fbbcbc9dcb5f781bffebe3e46c34b29 /src/include/usr/diag
parentbbad2b5c5ba3deaf6a14111e968b07b90894fecd (diff)
downloadtalos-hostboot-31d4fe68b8c1b45237ce6af1b4cef95d9b0f0fde.tar.gz
talos-hostboot-31d4fe68b8c1b45237ce6af1b4cef95d9b0f0fde.zip
Add new attention types for P9
Change-Id: Ia9076e792627a82787dceddafb7c3a75b756ad98 RTC:149697 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22141 Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23131 Tested-by: Jenkins Server Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/include/usr/diag')
-rwxr-xr-xsrc/include/usr/diag/prdf/common/prdfMain_common.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/include/usr/diag/prdf/common/prdfMain_common.H b/src/include/usr/diag/prdf/common/prdfMain_common.H
index 0da9dd0ee..772762488 100755
--- a/src/include/usr/diag/prdf/common/prdfMain_common.H
+++ b/src/include/usr/diag/prdf/common/prdfMain_common.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -55,9 +55,11 @@ enum ATTENTION_VALUE_TYPE
PROC_CS = UNIT_CS,
RECOVERABLE = 3,
SPECIAL = 4,
- END_ATTENTION_TYPE = 5
+ HOST_ATTN = 5,
+ END_ATTENTION_TYPE = 6
};
+
// Move here from xspprdsdbug.C
/**
* @brief Structure of target handle and its attention type
OpenPOWER on IntegriCloud