summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/prdfMain_common.C
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-04-15 16:34:52 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-05-12 09:57:23 -0400
commite22a971e4a78b218aee6c6d6be7e7c9e3886bed9 (patch)
tree26305adebf000308842757efaa78aa581a793118 /src/usr/diag/prdf/common/prdfMain_common.C
parent8ba27e9d76687d8071a19a64c690283d01d2523c (diff)
downloadtalos-hostboot-e22a971e4a78b218aee6c6d6be7e7c9e3886bed9.tar.gz
talos-hostboot-e22a971e4a78b218aee6c6d6be7e7c9e3886bed9.zip
PRD: created P9 configurator
Change-Id: I9bda0d2baefe828776e6323a99afea30b883e745 RTC: 145445 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23537 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 C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24260 Tested-by: FSP CI Jenkins Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/prdfMain_common.C')
-rwxr-xr-xsrc/usr/diag/prdf/common/prdfMain_common.C6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/usr/diag/prdf/common/prdfMain_common.C b/src/usr/diag/prdf/common/prdfMain_common.C
index 38e0b5c61..f766e1832 100755
--- a/src/usr/diag/prdf/common/prdfMain_common.C
+++ b/src/usr/diag/prdf/common/prdfMain_common.C
@@ -48,7 +48,7 @@
#include <prdfSdcFileControl.H>
#endif
-//#include <prdfPegasusConfigurator.H> TODO: RTC 145445
+#include <prdfPlatConfigurator.H>
namespace PRDF
{
@@ -119,9 +119,8 @@ errlHndl_t noLock_initialize()
// Perform platform specific initialization.
initPlatSpecific();
-/* TODO: RTC 145445
CcAutoDeletePointer<Configurator> configuratorPtr
- ( new PRDF::PegasusConfigurator() );
+ ( new PRDF::PlatConfigurator() );
errlHndl_t l_errBuild = configuratorPtr->build();//build object model
if( NULL != l_errBuild )
@@ -143,7 +142,6 @@ errlHndl_t noLock_initialize()
systemPtr->Initialize(); // Hardware initialization
g_initialized = true;
}
-*/
// Flush rule table cache since objects are all built.
Prdr::LoadChipCache::flushCache();
OpenPOWER on IntegriCloud