summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/framework
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2016-03-04 15:42:45 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-03-22 00:18:15 -0400
commitcbc275abb4f8a43edbbb9f7425e45f9ea7815263 (patch)
treed9369a3628d588cd04237d33ea2fbf983a881941 /src/usr/diag/prdf/framework
parent265ac2d6c7eee92deb434808c72af19b9ff4c9d5 (diff)
downloadtalos-hostboot-cbc275abb4f8a43edbbb9f7425e45f9ea7815263.tar.gz
talos-hostboot-cbc275abb4f8a43edbbb9f7425e45f9ea7815263.zip
PRD: Moved P8 Domain files to plat/pegasus/
Change-Id: I21c01ef76e25ba3580e44703fa691160f7be10a2 RTC: 140081 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21863 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/22140 Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/usr/diag/prdf/framework')
-rw-r--r--src/usr/diag/prdf/framework/config/prdfMbaDomain.C77
-rw-r--r--src/usr/diag/prdf/framework/config/prdfMbaDomain.H57
2 files changed, 0 insertions, 134 deletions
diff --git a/src/usr/diag/prdf/framework/config/prdfMbaDomain.C b/src/usr/diag/prdf/framework/config/prdfMbaDomain.C
deleted file mode 100644
index ca7eafc68..000000000
--- a/src/usr/diag/prdf/framework/config/prdfMbaDomain.C
+++ /dev/null
@@ -1,77 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/diag/prdf/framework/config/prdfMbaDomain.C $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2016 */
-/* [+] 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. */
-/* You may obtain a copy of the License at */
-/* */
-/* http://www.apache.org/licenses/LICENSE-2.0 */
-/* */
-/* Unless required by applicable law or agreed to in writing, software */
-/* distributed under the License is distributed on an "AS IS" BASIS, */
-/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
-/* implied. See the License for the specific language governing */
-/* permissions and limitations under the License. */
-/* */
-/* IBM_PROLOG_END_TAG */
-
-#include <prdfMbaDomain.H>
-
-// Framework includes
-#include <prdfExtensibleChip.H>
-#include <prdfPlatServices.H>
-#include <prdfTrace.H>
-
-// Pegasus includes
-//#include <prdfCenMbaDataBundle.H> TODO RTC 136126
-
-using namespace TARGETING;
-
-namespace PRDF
-{
-
-using namespace PlatServices;
-
-int32_t MbaDomain::startScrub()
-{
- #define PRDF_FUNC "[MbaDomain::startScrub] "
-
- int32_t o_rc = SUCCESS;
-
- do
- {
-/* TODO RTC 136126
- // Iterate all MBAs in the domain.
- for ( uint32_t i = 0; i < GetSize(); ++i )
- {
- RuleChip * mbaChip = LookUp(i);
-
- // Start background scrub
- CenMbaDataBundle * mbadb = getMbaDataBundle( mbaChip );
- int32_t l_rc = mbadb->iv_tdCtlr.startInitialBgScrub();
- if ( SUCCESS != l_rc )
- {
- PRDF_ERR( PRDF_FUNC "startInitialBgScrub() failed: MBA=0x%08x",
- mbaChip->GetId() );
- o_rc = FAIL; continue; // Keep going.
- }
- }
-*/
-
- } while (0);
-
- return o_rc;
-
- #undef PRDF_FUNC
-}
-
-} // end namespace PRDF
-
diff --git a/src/usr/diag/prdf/framework/config/prdfMbaDomain.H b/src/usr/diag/prdf/framework/config/prdfMbaDomain.H
deleted file mode 100644
index 494376cbc..000000000
--- a/src/usr/diag/prdf/framework/config/prdfMbaDomain.H
+++ /dev/null
@@ -1,57 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/diag/prdf/framework/config/prdfMbaDomain.H $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 2012,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. */
-/* You may obtain a copy of the License at */
-/* */
-/* http://www.apache.org/licenses/LICENSE-2.0 */
-/* */
-/* Unless required by applicable law or agreed to in writing, software */
-/* distributed under the License is distributed on an "AS IS" BASIS, */
-/* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */
-/* implied. See the License for the specific language governing */
-/* permissions and limitations under the License. */
-/* */
-/* IBM_PROLOG_END_TAG */
-
-#ifndef __prdfMbaDomain_H
-#define __prdfMbaDomain_H
-
-#include <prdfMbaDomain_common.H>
-
-namespace PRDF
-{
-
-class MbaDomain : public MbaDomainCommon
-{
- public:
-
- MbaDomain( DOMAIN_ID i_did, uint32_t i_size = MBA_DOMAIN_SIZE ) :
- MbaDomainCommon( i_did, i_size )
- {}
-
- #ifndef __HOSTBOOT_RUNTIME
-
- /**
- * @brief Starts memory background scrubbing for each MBA in the node.
- * @param Non-SUCCESS if an internal function failed, SUCCESS otherwise.
- */
- int32_t startScrub();
-
- #endif
-
-};
-
-} // end namespace PRDF
-
-#endif /* __prdfMbaDomain_H */
-
OpenPOWER on IntegriCloud