summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2018-12-12 17:14:40 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-12-19 15:42:49 -0600
commitec1cb99a429e6babd665eed42e000eff533a814a (patch)
treeb1a0bb5a099030129cc708c5ac1f3ca1f47484f7 /src
parentcdcc9c270584c2c5154c4d6015b831b6fc88f9f5 (diff)
downloadtalos-hostboot-ec1cb99a429e6babd665eed42e000eff533a814a.tar.gz
talos-hostboot-ec1cb99a429e6babd665eed42e000eff533a814a.zip
Update Axone Partial Good rules to clean up error logs
We were taking errors becuase there were no rules for OBUS_BRICK and XBUS targets for partial good. There must be at least 1 valid rule else an error log shows up. This commit allows Axone to use the existing PG rules for now. Change-Id: I73c72141ea72c9a9182cce438bf80fea74fc3ef4 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69746 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> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew Raybuck <mraybuc@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/include/usr/hwas/common/pgLogic.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/hwas/common/pgLogic.H b/src/include/usr/hwas/common/pgLogic.H
index 394350d74..8a60f0abd 100644
--- a/src/include/usr/hwas/common/pgLogic.H
+++ b/src/include/usr/hwas/common/pgLogic.H
@@ -712,7 +712,7 @@ namespace PARTIAL_GOOD
// here.
new PartialGoodRule
(
- {&PREDICATE_CUMULUS, &PREDICATE_NIMBUS},
+ PREDICATE_P9,
MASK_NA,
MASK_NA,
INDEX_NA,
@@ -778,7 +778,7 @@ namespace PARTIAL_GOOD
// present on Nimbus.
new PartialGoodRule
(
- {&PREDICATE_CUMULUS},
+ {&PREDICATE_CUMULUS, &PREDICATE_AXONE},
XBUS_R1_PG_MASK,
ALL_OFF_AG_MASK,
USE_CHIPLET_ID,
OpenPOWER on IntegriCloud