summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C
diff options
context:
space:
mode:
authorCaleb Palmer <cnpalmer@us.ibm.com>2018-12-06 09:35:18 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2019-01-15 14:36:20 -0600
commit451596eb83df36f128b80153d173d8dbcbde741c (patch)
treeccafac92c71d2fe2bedd16dac5346a25a644eb80 /src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C
parentf5dd1c1283bad3f20c6d791f9f0fc5658a360163 (diff)
downloadtalos-hostboot-451596eb83df36f128b80153d173d8dbcbde741c.tar.gz
talos-hostboot-451596eb83df36f128b80153d173d8dbcbde741c.zip
PRD: Axone updates for MemDqBitmap class
Change-Id: I8613b8ead60f5a94201e35abe03e1c041ce18a7a RTC: 201603 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/69843 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70294 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/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C')
-rw-r--r--src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C b/src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C
index 559e384fa..70a6be7f2 100644
--- a/src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C
+++ b/src/usr/diag/prdf/plat/mem/prdfMemDsd_ipl.C
@@ -128,10 +128,8 @@ uint32_t DsdEvent<TYPE_MBA>::verifySpare( const uint32_t & i_eccAttns,
// Set the bad spare in the VPD. At this point, the chip mark
// should have already been set in the VPD because it was recently
// verified.
- MemDqBitmap<DIMMS_PER_RANK::MBA> bitmap;
- o_rc = getBadDqBitmap<DIMMS_PER_RANK::MBA>( iv_chip->getTrgt(),
- iv_rank, bitmap );
-
+ MemDqBitmap bitmap;
+ o_rc = getBadDqBitmap( iv_chip->getTrgt(), iv_rank, bitmap );
if ( SUCCESS != o_rc )
{
PRDF_ERR( PRDF_FUNC "getBadDqBitmap() failed" );
@@ -151,8 +149,7 @@ uint32_t DsdEvent<TYPE_MBA>::verifySpare( const uint32_t & i_eccAttns,
}
}
- o_rc = setBadDqBitmap<DIMMS_PER_RANK::MBA>( iv_chip->getTrgt(),
- iv_rank, bitmap );
+ o_rc = setBadDqBitmap( iv_chip->getTrgt(), iv_rank, bitmap );
if ( SUCCESS != o_rc )
{
PRDF_ERR( PRDF_FUNC "setBadDqBitmap() failed" );
OpenPOWER on IntegriCloud