summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2017-01-11 08:40:24 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-01-13 11:16:04 -0500
commit180ba11a827f9cc1d19533b6d33f97912e8ff4a4 (patch)
tree2dae9e9e6f0743f43159fe8ed14abc49c72a1406 /src/usr
parentb7457ee2b618315f7311b9500aa50116dfa0c9ba (diff)
downloadtalos-hostboot-180ba11a827f9cc1d19533b6d33f97912e8ff4a4.tar.gz
talos-hostboot-180ba11a827f9cc1d19533b6d33f97912e8ff4a4.zip
PRD: Update gEX group with singlebit filter
Change-Id: I8d954dd52a2ab421043ec88d528ce972640566f4 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34714 Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/34747
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_capp.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_ex.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_mca.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_mcs.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_pec.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_phb.rule4
-rw-r--r--src/usr/diag/prdf/common/plat/p9/p9_xbus.rule4
7 files changed, 14 insertions, 14 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_capp.rule b/src/usr/diag/prdf/common/plat/p9/p9_capp.rule
index c3cb3eaa4..20097c06a 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_capp.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_capp.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -113,7 +113,7 @@ rule rCAPP
};
-group gCAPP attntype CHECK_STOP, RECOVERABLE, UNIT_CS
+group gCAPP attntype CHECK_STOP, RECOVERABLE, UNIT_CS filter singlebit
{
(rCAPP, bit(0)) ? analyze(gCXAFIR);
};
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_ex.rule b/src/usr/diag/prdf/common/plat/p9/p9_ex.rule
index 608e33d9b..7bb90bbda 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_ex.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_ex.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -226,7 +226,7 @@ rule rEX
};
-group gEX attntype CHECK_STOP, RECOVERABLE
+group gEX attntype CHECK_STOP, RECOVERABLE filter singlebit
{
(rEX, bit(0)) ? analyze(gL2FIR);
(rEX, bit(1)) ? analyze(gNCUFIR);
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_mca.rule b/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
index 047b5568b..5237b555d 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_mca.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -194,7 +194,7 @@ rule rMCA
};
-group gMCA attntype CHECK_STOP, RECOVERABLE, UNIT_CS, HOST_ATTN
+group gMCA attntype CHECK_STOP, RECOVERABLE, UNIT_CS, HOST_ATTN filter singlebit
{
(rMCA, bit(0)) ? analyze(gMCACALFIR);
(rMCA, bit(1)) ? analyze(gMCAECCFIR);
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_mcs.rule b/src/usr/diag/prdf/common/plat/p9/p9_mcs.rule
index acf3c138b..1bd0b8e67 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_mcs.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_mcs.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -116,7 +116,7 @@ rule rMCS
};
-group gMCS attntype CHECK_STOP, RECOVERABLE, UNIT_CS, HOST_ATTN
+group gMCS attntype CHECK_STOP, RECOVERABLE, UNIT_CS, HOST_ATTN filter singlebit
{
(rMCS, bit(0)) ? analyze(gMCFIR);
};
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_pec.rule b/src/usr/diag/prdf/common/plat/p9/p9_pec.rule
index 401a54e85..dc5f37aba 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_pec.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_pec.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -148,7 +148,7 @@ rule rPEC
};
-group gPEC attntype CHECK_STOP, RECOVERABLE
+group gPEC attntype CHECK_STOP, RECOVERABLE filter singlebit
{
(rPEC, bit(0)) ? analyze(gPCI_LFIR);
(rPEC, bit(1)) ? analyze(gIOPCIFIR);
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_phb.rule b/src/usr/diag/prdf/common/plat/p9/p9_phb.rule
index d367c9aa5..992e5fc4a 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_phb.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_phb.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -186,7 +186,7 @@ rule rPHB
};
-group gPHB attntype CHECK_STOP, RECOVERABLE
+group gPHB attntype CHECK_STOP, RECOVERABLE filter singlebit
{
(rPHB, bit(0)) ? analyze(gPHBNFIR);
(rPHB, bit(1)) ? analyze(gPCIFIR);
diff --git a/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule b/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
index 2679c7153..f141aabc7 100644
--- a/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
+++ b/src/usr/diag/prdf/common/plat/p9/p9_xbus.rule
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016
+# Contributors Listed Below - COPYRIGHT 2016,2017
# [+] International Business Machines Corp.
#
#
@@ -152,7 +152,7 @@ rule rXBUS
};
-group gXBUS attntype CHECK_STOP, RECOVERABLE, UNIT_CS
+group gXBUS attntype CHECK_STOP, RECOVERABLE, UNIT_CS filter singlebit
{
(rXBUS, bit(0)) ? analyze(gIOXBFIR);
(rXBUS, bit(1)) ? analyze(gIOELFIR);
OpenPOWER on IntegriCloud