summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H
diff options
context:
space:
mode:
authorPrem Shanker Jha <premjha2@in.ibm.com>2014-06-09 11:12:12 +0530
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-14 13:30:32 -0500
commitc17babbc668e55f3b11574161fe867da680a5917 (patch)
treed8cc2f1f642bee048ea602930b9d84f43862cbb9 /src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H
parentd980e34032968c9b34b9343ea167c1d3cbe15d17 (diff)
downloadtalos-hostboot-c17babbc668e55f3b11574161fe867da680a5917.tar.gz
talos-hostboot-c17babbc668e55f3b11574161fe867da680a5917.zip
PRD: Accessing raw card type using fapi attribute.
Change-Id: Id2d2f0568abe0630d8cdbbadc306bc239dc52fb5 CQ:SW262043 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11604 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.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/12158
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H
index 2b62aafa4..c5bfb15db 100755
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfCenMemUtils.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -167,15 +169,6 @@ int32_t getDramSize( ExtensibleChip * i_mbaChip, uint8_t & o_size );
int32_t chnlCsCleanup( ExtensibleChip *i_mbChip,
STEP_CODE_DATA_STRUCT & i_sc );
-/**
- * @brief determines the type of Centaur based raw card associated with MBA.
- * @param i_mba mba target
- * @param o_type raw card type.
- * @return Non-SUCCESS if an internal function fails, SUCCESS otherwise.
- * @note Function is not intended for IS DIMM.
- */
-int32_t getRawCardType( TARGETING::TargetHandle_t i_mba,
- CEN_SYMBOL::WiringType & o_type );
} // end namespace MemUtils
} // end namespace PRDF
OpenPOWER on IntegriCloud