summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2014-02-03 06:01:25 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-21 10:27:13 -0500
commit24736e69905c4bf7237c41c9943b7d29e03e79bf (patch)
treed0d9d94e0afc861dc86cb7354839b4f9af871b94 /src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H
parente2b7aeb5ef7a79f9969420a5f21fc7b6e473ca61 (diff)
downloadtalos-hostboot-24736e69905c4bf7237c41c9943b7d29e03e79bf.tar.gz
talos-hostboot-24736e69905c4bf7237c41c9943b7d29e03e79bf.zip
PRD:Added support for DRAM site location
Change-Id: I5304f08b46aeda81aa25e5f9674d63e7300222c2 RTC:67358 Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/8536 Tested-by: Jenkins Server Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9475
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H')
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H
index 6bd9bc335..7bd147e64 100644
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMbaCeTable.H
@@ -126,13 +126,13 @@ class CenMbaCeTable
uint8_t dram; ///< The DRAM in which the CE was detected
uint8_t dramPins; ///< The failing pins of the DRAM
uint8_t portSlct; ///< The port select of the DRAM
- CenSymbol::WiringType type; ///< The wiring type
+ CEN_SYMBOL::WiringType type; ///< The wiring type
bool isHard; ///< TRUE if a hard CE was detected
/** @brief Default constructor. */
TableData() :
active(false), count(0), addr(), dram(0), dramPins(0), portSlct(0),
- type(CenSymbol::WIRING_INVALID), isHard(false)
+ type(CEN_SYMBOL::WIRING_INVALID), isHard(false)
{}
/**
@@ -143,7 +143,7 @@ class CenMbaCeTable
* @param i_type The wiring type (for DRAM site locations).
*/
TableData( const CenAddr & i_addr, uint8_t i_dram, uint8_t i_dramPins,
- uint8_t i_portSlct, CenSymbol::WiringType i_type,
+ uint8_t i_portSlct, CEN_SYMBOL::WiringType i_type,
bool i_isHard ) :
active(true), count(1), addr(i_addr), dram(i_dram),
dramPins(i_dramPins), portSlct(i_portSlct), type(i_type),
OpenPOWER on IntegriCloud