summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-05-02 21:08:09 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-05-15 21:57:54 -0400
commitc82b015b7609bc4260a150de205d90e4c2baabe6 (patch)
tree4af24f4a868375bba1fc9c677ffc97a04324b3b9
parentdd245fcbbe5df414e13637a6bd28b7e45205a14a (diff)
downloadtalos-hostboot-c82b015b7609bc4260a150de205d90e4c2baabe6.tar.gz
talos-hostboot-c82b015b7609bc4260a150de205d90e4c2baabe6.zip
PRD: remove unused P8 memory domain files
Change-Id: I97ad9fbb78b4ac76d3e227a2358cac663eb7731f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58234 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58720 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfMbaDomain_common.H62
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfMcsDomain.H62
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfMembufDomain.H52
-rw-r--r--src/usr/diag/prdf/plat/pegasus/prdfMbaDomain.H57
4 files changed, 0 insertions, 233 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfMbaDomain_common.H b/src/usr/diag/prdf/common/plat/pegasus/prdfMbaDomain_common.H
deleted file mode 100644
index d18fa30c5..000000000
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfMbaDomain_common.H
+++ /dev/null
@@ -1,62 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/diag/prdf/common/plat/pegasus/prdfMbaDomain_common.H $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 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 */
-
-#ifndef __prdfMbaDomain_common_H
-#define __prdfMbaDomain_common_H
-
-#include <prdfRuleChipDomain.H>
-
-namespace PRDF
-{
-
-class MbaDomainCommon : public RuleChipDomain
-{
- public:
-
- /**
- * @brief Constructor
- * @param i_did The domain ID
- * @param i_size The projected size of the domain
- */
- MbaDomainCommon( DOMAIN_ID i_did, uint32_t i_size = MBA_DOMAIN_SIZE ) :
- RuleChipDomain( i_did, i_size )
- {}
-
- /**
- * @brief Query for an attention of a specific type in this domain
- * @param i_attnType [MACHINE_CHECK | RECOVERABLE | SPECIAL]
- * @return false
- * @note This function will always return false. That way PRD will look
- * for the attention via the memory buffer chip.
- */
- virtual bool Query( ATTENTION_TYPE i_attnType )
- { return false; }
-
-};
-
-} // end namespace PRDF
-
-#endif /* __prdfMbaDomain_common_H */
-
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfMcsDomain.H b/src/usr/diag/prdf/common/plat/pegasus/prdfMcsDomain.H
deleted file mode 100644
index b4afa40b6..000000000
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfMcsDomain.H
+++ /dev/null
@@ -1,62 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/diag/prdf/common/plat/pegasus/prdfMcsDomain.H $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 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 */
-
-#ifndef __PRDFMCSDOMAIN_H
-#define __PRDFMCSDOMAIN_H
-
-#include <prdfRuleChipDomain.H>
-
-namespace PRDF
-{
-
-class McsDomain : public RuleChipDomain
-{
- public:
-
- /**
- * @brief Constructor
- * @param i_did The domain ID
- * @param i_size The projected size of the domain
- */
- McsDomain( DOMAIN_ID i_did, uint32_t i_size = MCS_DOMAIN_SIZE ) :
- RuleChipDomain( i_did, i_size )
- {}
-
- /**
- * @brief Query for an attention of a specific type in this domain
- * @param i_attnType [MACHINE_CHECK | RECOVERABLE | SPECIAL]
- * @return false
- * @note This function will always return false. That way PRD will look
- * for the attention via the processor chip.
- */
- virtual bool Query( ATTENTION_TYPE i_attnType )
- { return false; }
-
-};
-
-} // end namespace PRDF
-
-#endif /* __PRDFMCSDOMAIN_H */
-
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfMembufDomain.H b/src/usr/diag/prdf/common/plat/pegasus/prdfMembufDomain.H
deleted file mode 100644
index 43f959cde..000000000
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfMembufDomain.H
+++ /dev/null
@@ -1,52 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/diag/prdf/common/plat/pegasus/prdfMembufDomain.H $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 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 */
-
-#ifndef __PRDFMEMBUFDOMAIN_H
-#define __PRDFMEMBUFDOMAIN_H
-
-#include <prdfRuleChipDomain.H>
-
-namespace PRDF
-{
-
-class MembufDomain : public RuleChipDomain
-{
- public:
-
- /**
- * @brief Constructor
- * @param i_did The domain ID
- * @param i_size The projected size of the domain
- */
- MembufDomain( DOMAIN_ID i_did, uint32_t i_size = MEMBUF_DOMAIN_SIZE ) :
- RuleChipDomain( i_did, i_size )
- {}
-
-};
-
-} // end namespace PRDF
-
-#endif /* __PRDFMEMBUFDOMAIN_H */
-
diff --git a/src/usr/diag/prdf/plat/pegasus/prdfMbaDomain.H b/src/usr/diag/prdf/plat/pegasus/prdfMbaDomain.H
deleted file mode 100644
index be5e62eee..000000000
--- a/src/usr/diag/prdf/plat/pegasus/prdfMbaDomain.H
+++ /dev/null
@@ -1,57 +0,0 @@
-/* IBM_PROLOG_BEGIN_TAG */
-/* This is an automatically generated prolog. */
-/* */
-/* $Source: src/usr/diag/prdf/plat/pegasus/prdfMbaDomain.H $ */
-/* */
-/* OpenPOWER HostBoot Project */
-/* */
-/* Contributors Listed Below - COPYRIGHT 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 */
-
-#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