summaryrefslogtreecommitdiffstats
path: root/src/hwpf/include
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2017-03-21 00:44:25 -0500
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2017-05-15 06:46:29 -0400
commit1e66d91947125473e6c3db9a47c480b0fe5290f3 (patch)
treefdb3deb2ffd78d3e60aec797f2419a0ea4ab68e5 /src/hwpf/include
parentd770027426ba0c5d6c44fa985e9dfaf28fd6fcce (diff)
downloadtalos-sbe-1e66d91947125473e6c3db9a47c480b0fe5290f3.tar.gz
talos-sbe-1e66d91947125473e6c3db9a47c480b0fe5290f3.zip
SBE:GETRING: Code optimization for getring chiop performance
Change-Id: I1fd32f833f197d94a98e971e23c815775ec628a2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38189 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'src/hwpf/include')
-rw-r--r--src/hwpf/include/plat/plat_hw_access.H14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/hwpf/include/plat/plat_hw_access.H b/src/hwpf/include/plat/plat_hw_access.H
index 23637c10..55c84f98 100644
--- a/src/hwpf/include/plat/plat_hw_access.H
+++ b/src/hwpf/include/plat/plat_hw_access.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -116,18 +116,6 @@ namespace fapi2
fapi2::ReturnCode getRing_setup(const uint32_t i_ringAddress,
const fapi2::RingMode i_ringMode);
- // This function read the 64 bit data from the hardware
- // @param[in] i_ringAddress - absolute ring address
- // @param [out]: 64 bit data
- // @param [in] i_bitShiftValue - Bit shift value that needs to rotate
- // @note- If the ring length is divisble by 64, then bitshift will always be
- // 64, else need to store the ring_length mod 64 and send that value in the
- // last iteration.
- // @return fapi::ReturnCode. FAPI2_RC_SUCCESS if success, else error code.
- fapi2::ReturnCode getRing_granule_data(const uint32_t i_ringAddress,
- uint64_t *o_data,
- const uint32_t i_bitShiftValue);
-
// This function verify the check word data is matching or not and will
// clean up the scan region data
// @param[in] i_ringAddress - absolute ring address
OpenPOWER on IntegriCloud