Skip to content

Commit

Permalink
PRD: MNFG spare DRAM deploy needs to deploy on both MBA ports
Browse files Browse the repository at this point in the history
Change-Id: Ie0b5f800545a1331449e906945296e587217fbaf
CQ: SW433363
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60477
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com>
Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com>
Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60563
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
  • Loading branch information
zane131 committed Jun 17, 2018
1 parent 3796a71 commit 2024675
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/usr/diag/prdf/plat/mem/prdfRestoreDramRepairs.C
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ template<>
void deployDramSpares<TYPE_MBA>( TargetHandle_t i_trgt,
const std::vector<MemRank> & i_ranks )
{
PRDF_TRAC( "deployDramSpares: Function not implemented yet" );

bool x4 = isDramWidthX4( i_trgt );
bool cenDimm = isMembufOnDimm<TYPE_MBA>( i_trgt );

Expand All @@ -584,7 +582,7 @@ void deployDramSpares<TYPE_MBA>( TargetHandle_t i_trgt,
// Also, make sure the ECC spare is on a different DRAM than the spare
// DRAM.
MemSymbol symPort0 = MemSymbol::fromSymbol( i_trgt, rank, 71 );
MemSymbol symPort1 = MemSymbol::fromSymbol( i_trgt, rank, 53 );
MemSymbol symPort1 = MemSymbol::fromSymbol( i_trgt, rank, 39 );
MemSymbol symEccSp = MemSymbol::fromSymbol( i_trgt, rank, 67 );

int32_t l_rc = SUCCESS;
Expand Down

0 comments on commit 2024675

Please sign in to comment.