summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/prdfRasServices_common.H
diff options
context:
space:
mode:
authorBrian Stegmiller <bjs@us.ibm.com>2017-02-03 15:12:44 -0600
committerZane C. Shelley <zshelle@us.ibm.com>2017-02-10 17:34:21 -0500
commit1753fc3f77aa83a16aa4f5424608fecd95fd43a5 (patch)
tree2055b8dcdd9c0c8fc0d6081414d5f45acbf4e1d3 /src/usr/diag/prdf/common/plat/prdfRasServices_common.H
parent97610753ce7d2ef3a4a22994ca717c068dff5e65 (diff)
downloadtalos-hostboot-1753fc3f77aa83a16aa4f5424608fecd95fd43a5.tar.gz
talos-hostboot-1753fc3f77aa83a16aa4f5424608fecd95fd43a5.zip
PRD: RE-UE/CS-SUE association design for P9
Change-Id: I2aa26f374fd2d94acbe0aa42ee6d5a5064401dab RTC: 157762 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/35932 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36083 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plat/prdfRasServices_common.H')
-rw-r--r--src/usr/diag/prdf/common/plat/prdfRasServices_common.H35
1 files changed, 1 insertions, 34 deletions
diff --git a/src/usr/diag/prdf/common/plat/prdfRasServices_common.H b/src/usr/diag/prdf/common/plat/prdfRasServices_common.H
index 094e9aff4..6aa0055d4 100644
--- a/src/usr/diag/prdf/common/plat/prdfRasServices_common.H
+++ b/src/usr/diag/prdf/common/plat/prdfRasServices_common.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -48,8 +48,6 @@ enum sdcSaveFlagsEnum
{
SDC_NO_SAVE_FLAGS = 0x00,
SDC_ANALYSIS_SAVE_FLAG = 0x08,
- SDC_SAVE_UE_FLAG = 0x02,
- SDC_SAVE_SUE_FLAG = 0x01
};
class ErrDataService
@@ -139,37 +137,6 @@ class ErrDataService
/** @brief Disable assignment. */
ErrDataService & operator=(const ErrDataService &);
- #ifndef __HOSTBOOT_MODULE
-
- /**
- @brief Write the Flattened SDC to a File to save for later use. Will also
- immediate sync the File to the Redundant FSP. Update Registry
- value with UE or SUE save status. Note, the Registry is immediately
- synced to the Redundand FSP automatically.
- @param[in] sdcSaveFlagsEnum
- @param[in,out] sdc (see iipServiceData.h)
- @return return FALSE if success and TRUE if failure
- @pre None.
- @post None.
- @exception None.
- @note
- */
- bool SdcSave(sdcSaveFlagsEnum i_saveFlag, ServiceDataCollector & i_saveSdc);
-
- /**
- @brief Read the Flattened SDC File based on the sdc Save Flag input.
- @param[in] sdcSaveFlagsEnum
- @param[in,out] buffer data is output to
- @return return FALSE if success and TRUE if failure
- @pre None.
- @post None.
- @exception None.
- @note
- */
- bool SdcRetrieve(sdcSaveFlagsEnum i_saveFlag, void * o_buffer);
-
- #endif // end if not __HOSTBOOT_MODULE
-
/**
* @brief Initializes the PFA data.
* @param i_sdc The service data collector.
OpenPOWER on IntegriCloud