From 4e3dbe74b0f9c2f3d379bc1b24b916aaab03dcab Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Thu, 28 Jan 2016 12:49:07 -0600 Subject: 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 Reviewed-by: BENJAMIN J. WEISENBECK Reviewed-by: Daniel M. Crowell Reviewed-by: Zane Shelley Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/23745 --- src/usr/diag/prdf/common/prdfMain_common.C | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/usr/diag/prdf/common/prdfMain_common.C') 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 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()" ); -- cgit v1.2.1