summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr')
-rwxr-xr-xsrc/usr/diag/prdf/common/plat/prdfPlatServices_common.H12
-rw-r--r--src/usr/diag/prdf/plat/prdfPlatServices.C16
-rw-r--r--src/usr/diag/prdf/prdfGlobal.H8
3 files changed, 1 insertions, 35 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H b/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
index 97cf0a5b5..367e35f2a 100755
--- a/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
+++ b/src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
@@ -97,18 +97,6 @@ bool atRuntime();
bool isSmpCoherent();
/**
- * @brief Initiate hwudump.
- * @param i_target target handle.
- * @param i_errl error handle
- * @param i_errlActions error action flags
- */
-/* TODO RTC 144705
-void initiateUnitDump( TARGETING::TargetHandle_t i_target,
- errlHndl_t i_errl,
- uint32_t i_errlActions);
-*/
-
-/**
* @return True, if this system is using an FSP. False, otherwise (i.e. BMC
* based system or SP-less machine).
*/
diff --git a/src/usr/diag/prdf/plat/prdfPlatServices.C b/src/usr/diag/prdf/plat/prdfPlatServices.C
index afd3ac492..83cf98cba 100644
--- a/src/usr/diag/prdf/plat/prdfPlatServices.C
+++ b/src/usr/diag/prdf/plat/prdfPlatServices.C
@@ -89,22 +89,6 @@ void milliSleep( uint32_t i_seconds, uint32_t i_milliseconds )
//------------------------------------------------------------------------------
-/* TODO RTC 144705
-void initiateUnitDump( TargetHandle_t i_target,
- errlHndl_t i_errl,
- uint32_t i_errlActions )
-{
- // no-op in Hostboot but just go ahead and commit
- // the errorlog in case it's not null.
- if ( NULL != i_errl )
- {
- PRDF_COMMIT_ERRL(i_errl, i_errlActions);
- }
-}
-*/
-
-//------------------------------------------------------------------------------
-
bool isSpConfigFsp()
{
return INITSERVICE::spBaseServicesEnabled();
diff --git a/src/usr/diag/prdf/prdfGlobal.H b/src/usr/diag/prdf/prdfGlobal.H
index 5a075f34c..52cd5909d 100644
--- a/src/usr/diag/prdf/prdfGlobal.H
+++ b/src/usr/diag/prdf/prdfGlobal.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -73,12 +73,6 @@
// end Singleton macros
/**
- * @brief Interface to deconfig target at Runtime (Not valid in Hostboot)
- */
-#define PRDF_RUNTIME_DECONFIG( i_pTarget, i_errl, i_dmp ) \
- SUCCESS
-
-/**
* @brief defined dump content to get through hostboot compilation.
* hwTableContent is a FSP specific enum originally defined in dump.
*/
OpenPOWER on IntegriCloud