summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2019-06-21 11:16:39 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2019-06-28 14:08:02 -0500
commit8e6a69de2d3988dd904ede00a99b6fc537c30c8b (patch)
tree73b1862be2497ddb93bf8a436a180af9ecacdaaf /src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
parent8db1ba5aaa8198a0535cc472eda56cecdbb016f9 (diff)
downloadtalos-hostboot-8e6a69de2d3988dd904ede00a99b6fc537c30c8b.tar.gz
talos-hostboot-8e6a69de2d3988dd904ede00a99b6fc537c30c8b.zip
PRD: Remove use of unsupported MEM_PORT ExtensibleChip
Change-Id: I2fe2952854a62ce0b562eacdb7a554ed6a9f1881 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79344 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Benjamen G. Tyner <ben.tyner@ibm.com> Reviewed-by: Paul Greenwood <paul.greenwood@ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79346 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>
Diffstat (limited to 'src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C18
1 files changed, 1 insertions, 17 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C b/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
index 6dff91e82..fcd347793 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemTdCtlr.C
@@ -305,24 +305,8 @@ uint32_t __analyzeCmdComplete<TYPE_OCMB_CHIP>( ExtensibleChip * i_chip,
do
{
- // Get all ports in which the command was run.
- ExtensibleChipList portList;
- o_rc = getMcbistMaintPort<TYPE_OCMB_CHIP>( i_chip, portList );
- if ( SUCCESS != o_rc )
- {
- PRDF_ERR( PRDF_FUNC "getMcbistMaintPort(0x%08x) failed",
- i_chip->getHuid() );
- break;
- }
-
- // In broadcast mode, the rank configuration for all ports will be the
- // same. In non-broadcast mode, there will only be one MEM_PORT in
- // the list. Therefore, we can simply use the first MEM_PORT in the
- // list for all configs.
- ExtensibleChip * stopChip = portList.front();
-
// Update iv_stoppedRank.
- o_stoppedRank = __getStopRank<TYPE_MEM_PORT>( stopChip, i_addr );
+ o_stoppedRank = __getStopRank<TYPE_OCMB_CHIP>( i_chip, i_addr );
// Check the OCMB for ECC errors.
bool errorsFound;
OpenPOWER on IntegriCloud