summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-08-06 12:00:49 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-08-08 09:39:44 -0500
commit6ff0b982dfd3b9c64cb3c67a8a5f50fdf7783857 (patch)
tree46fa8dfe246a8a68465b264b27499a6dca9c6f88 /src
parent167888ed45eadcb48043621bc59146addc2e78ba (diff)
downloadblackbird-hostboot-6ff0b982dfd3b9c64cb3c67a8a5f50fdf7783857.tar.gz
blackbird-hostboot-6ff0b982dfd3b9c64cb3c67a8a5f50fdf7783857.zip
PRD: Sys/PCI oscillator failover thresholding
Change-Id: If7bca4dadbe018f1ce27a36c19e507465c2afeef CQ: SW441109 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63961 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63974 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/usr/diag/prdf/common/plat/p9/prdfP9PllDomain.C6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/plat/p9/prdfP9PllDomain.C b/src/usr/diag/prdf/common/plat/p9/prdfP9PllDomain.C
index 514eb9152..cba854c08 100644
--- a/src/usr/diag/prdf/common/plat/p9/prdfP9PllDomain.C
+++ b/src/usr/diag/prdf/common/plat/p9/prdfP9PllDomain.C
@@ -305,6 +305,9 @@ int32_t PllDomain::Analyze(STEP_CODE_DATA_STRUCT & serviceData,
serviceData.service_data->GetErrorSignature()->
setChipId(mfFoList[0]->getHuid());
serviceData.service_data->SetErrorSig( PRDFSIG_MF_REF_FAILOVER );
+
+ // Make the error log predictive on first occurrence.
+ serviceData.service_data->SetThresholdMaskId(0);
}
if (sysRefFoList.size() > 0)
{
@@ -314,6 +317,9 @@ int32_t PllDomain::Analyze(STEP_CODE_DATA_STRUCT & serviceData,
serviceData.service_data->GetErrorSignature()->
setChipId(sysRefFoList[0]->getHuid());
serviceData.service_data->SetErrorSig( PRDFSIG_SYS_REF_FAILOVER );
+
+ // Make the error log predictive on first occurrence.
+ serviceData.service_data->SetThresholdMaskId(0);
}
if (serviceData.service_data->IsAtThreshold())
OpenPOWER on IntegriCloud