summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/prdfMain_common.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-01-28 12:49:07 -0600
committerStephen Cprek <smcprek@us.ibm.com>2016-02-19 17:06:10 -0600
commit4e3dbe74b0f9c2f3d379bc1b24b916aaab03dcab (patch)
tree00099b4afe42906d9cbd661b22a8a6d05fd2ef50 /src/usr/diag/prdf/common/prdfMain_common.C
parenta1453a5a6a503d513c030bbb6cc4fddc6e7ff38f (diff)
downloadtalos-hostboot-4e3dbe74b0f9c2f3d379bc1b24b916aaab03dcab.tar.gz
talos-hostboot-4e3dbe74b0f9c2f3d379bc1b24b916aaab03dcab.zip
PRD: Enable PRD simulator for MCP7 in P9
Change-Id: I716b51d56a2017dee8fa6d22e9b766f4e832d053 RTC: 142613 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23743 Tested-by: Jenkins Server Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: BENJAMIN J. WEISENBECK <bweisenb@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23745
Diffstat (limited to 'src/usr/diag/prdf/common/prdfMain_common.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/prdfMain_common.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/prdfMain_common.C b/src/usr/diag/prdf/common/prdfMain_common.C
index bc80efc1d..ef4b4dc14 100755
--- a/src/usr/diag/prdf/common/prdfMain_common.C
+++ b/src/usr/diag/prdf/common/prdfMain_common.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -119,6 +119,7 @@ errlHndl_t noLock_initialize()
// Perform platform specific initialization.
initPlatSpecific();
+/* TODO: RTC 145445
CcAutoDeletePointer<Configurator> configuratorPtr
( new PRDF::PegasusConfigurator() );
@@ -142,6 +143,7 @@ errlHndl_t noLock_initialize()
systemPtr->Initialize(); // Hardware initialization
g_initialized = true;
}
+*/
// Flush rule table cache since objects are all built.
Prdr::LoadChipCache::flushCache();
@@ -360,7 +362,9 @@ errlHndl_t main( ATTENTION_VALUE_TYPE i_attentionType,
if ( true == initiateHwudump )
{
+/* TODO RTC 144705
PlatServices::initiateUnitDump( dumpTrgt, dumpErrl, dumpErrlActions );
+*/
}
PRDF_EXIT( "PRDF::main()" );
OpenPOWER on IntegriCloud