From bcfc61239031341766108f5a8c32a8284f945202 Mon Sep 17 00:00:00 2001 From: Zane Shelley Date: Mon, 4 Jun 2018 22:23:26 -0500 Subject: 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 Reviewed-by: Benjamin J. Weisenbeck Reviewed-by: Matt Derksen Reviewed-by: Brian J. Stegmiller Reviewed-by: Caleb N. Palmer Reviewed-by: Zane C. Shelley Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60142 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW --- src/usr/diag/prdf/common/plat/prdfPlatServices_common.H | 12 ------------ src/usr/diag/prdf/plat/prdfPlatServices.C | 16 ---------------- src/usr/diag/prdf/prdfGlobal.H | 8 +------- 3 files changed, 1 insertion(+), 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 @@ -96,18 +96,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. */ /* */ /* */ @@ -72,12 +72,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. -- cgit v1.2.1