Skip to content

Commit

Permalink
PRD: removed depricated rt deconfig and unit dump interfaces
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
zane131 committed Jun 9, 2018
1 parent ee548e9 commit bcfc612
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
12 changes: 0 additions & 12 deletions src/usr/diag/prdf/common/plat/prdfPlatServices_common.H
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
16 changes: 0 additions & 16 deletions src/usr/diag/prdf/plat/prdfPlatServices.C
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
8 changes: 1 addition & 7 deletions src/usr/diag/prdf/prdfGlobal.H
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2013,2014 */
/* Contributors Listed Below - COPYRIGHT 2013,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bcfc612

Please sign in to comment.