Skip to content

Commit

Permalink
PRD: predictive error log for soft RCD parity error threshold
Browse files Browse the repository at this point in the history
Change-Id: Ifb80fdd1972cb0fb03e2e1d4743b63f76c4af4fa
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41706
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41787
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Jun 14, 2017
1 parent 8ca7748 commit 8dcabd1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/usr/diag/prdf/plat/mem/prdfP9Mca.C
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,13 @@ int32_t RcdParityError( ExtensibleChip * i_mcaChip,

#ifdef __HOSTBOOT_RUNTIME // TPS only supported at runtime.

// Recovery is always enabled during runtime. Start TPS on all slave ranks
// behind the MCA if the recovery threshold is reached.
// Recovery is always enabled during runtime. If the threshold is reached,
// make the error log predictive and start TPS on all slave ranks behind
// the MCA.
if ( getMcaDataBundle(i_mcaChip)->iv_rcdParityTh.inc(io_sc) )
{
io_sc.service_data->setServiceCall();

ExtensibleChip * mcbChip = getConnectedParent( i_mcaChip, TYPE_MCBIST );

McbistDataBundle * mcbdb = getMcbistDataBundle( mcbChip );
Expand Down

0 comments on commit 8dcabd1

Please sign in to comment.