summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
diff options
context:
space:
mode:
authorZane Shelley <zshelle@us.ibm.com>2015-01-08 17:15:37 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-02-16 12:01:22 -0600
commit72c1e2f16d53b8fbaf0a5551e0688678e53abeb5 (patch)
treec3786f1e4abd06fc265d96e059d313a2e25b7b24 /src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
parent87e0e35a7698818709c0b864f39e059b77ecea45 (diff)
downloadtalos-hostboot-72c1e2f16d53b8fbaf0a5551e0688678e53abeb5.tar.gz
talos-hostboot-72c1e2f16d53b8fbaf0a5551e0688678e53abeb5.zip
PRD: added PlatServices code for SP and hypervisor config
Change-Id: I66df34a723fec3dfa5ad83bbfaf95ca90abd7859 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15063 Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15734
Diffstat (limited to 'src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
index 0df1c8f07..41b0c6460 100755
--- a/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
+++ b/src/usr/diag/prdf/common/framework/service/prdfPlatServices_common.H
@@ -105,21 +105,20 @@ bool atRuntime();
bool isSmpCoherent();
/**
- * @brief Checks if system is running in a Sapphire mode.
- * @return True if Sapphire is in running state false otherwise.
+ * @brief Initiate hwudump.
+ * @param i_target target handle.
+ * @param i_errl error handle
+ * @param i_errlActions error action flags
*/
- bool isSapphireRunning( );
-
-/**
- * @brief Initiate hwudump.
- * @param i_target target handle.
- * @param i_errl error handle
- * @param i_errlActions error action flags
- */
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).
+ */
+bool isSpConfigFsp();
//##############################################################################
//## Processor specific functions
OpenPOWER on IntegriCloud