summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2018-06-04 22:23:26 -0500
committerZane C. Shelley <zshelle@us.ibm.com>2018-06-08 22:46:04 -0400
commitbcfc61239031341766108f5a8c32a8284f945202 (patch)
tree570b2379fe2aaa49e0277c6a347715c2bac0f876
parentee548e96749a6d7de1f1730e39e00d479d2065fe (diff)
downloadtalos-hostboot-bcfc61239031341766108f5a8c32a8284f945202.tar.gz
talos-hostboot-bcfc61239031341766108f5a8c32a8284f945202.zip
PRD: removed depricated rt deconfig and unit dump interfaces
Change-Id: I1a57e48b462e5448b8784c8149d8ca0422acf67a Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59917 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Brian J. Stegmiller <bjs@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60142 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
-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