Skip to content

Commit

Permalink
PRD: NVDIMM isolation redesign
Browse files Browse the repository at this point in the history
Change-Id: Ib274b211a3dd4ad5392e567dffcebce0800613e2
RTC: 205624
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72082
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72390
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>
  • Loading branch information
cnpalmer authored and zane131 committed Feb 26, 2019
1 parent bf5d123 commit 1f1c362
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/usr/diag/prdf/common/plat/nimbus/nimbus_mca.rule
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ group gMCACALFIR
/** MCACALFIR[8]
* event_n active on DDR interface
*/
(rMCACALFIR, bit(8)) ? defaultMaskedError;
(rMCACALFIR, bit(8)) ? analyzeNvdimms;

/** MCACALFIR[9]
* WRQ or RRQ is in a hung state.
Expand Down
3 changes: 3 additions & 0 deletions src/usr/diag/prdf/common/plat/nimbus/nimbus_mca_actions.rule
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ actionclass verify_chip_mark_5 { funccall("AnalyzeFetchMpe_5"); };
actionclass verify_chip_mark_6 { funccall("AnalyzeFetchMpe_6"); };
actionclass verify_chip_mark_7 { funccall("AnalyzeFetchMpe_7"); };

/** Analyze NVDIMM Health Registers */
actionclass analyzeNvdimms { funccall("AnalyzeNvdimmHealthStatRegs"); };

/** Mainline NCE/TCE handling */
actionclass mainline_nce_tce_handling { funccall("AnalyzeFetchNceTce"); };

Expand Down

0 comments on commit 1f1c362

Please sign in to comment.