summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-08-28 09:28:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-10 15:57:04 -0500
commitedbb12014deb2947fc6a633691d6a0816e7b4c21 (patch)
tree7b3ff8aec0f37551fad0380e5ca2bae5fd01dd91 /src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H
parentd3ecbc6808176aa9a73c9fb94470028f67633f05 (diff)
downloadtalos-hostboot-edbb12014deb2947fc6a633691d6a0816e7b4c21.tar.gz
talos-hostboot-edbb12014deb2947fc6a633691d6a0816e7b4c21.zip
L3 update - p9_cme_sram_access HWP
Change-Id: Icddd9086b3b09f281a2323bcda3c5e417ffdd658 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45223 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50671 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H b/src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H
index 7b64df928..f73ad5f8e 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_cme_sram_access.H
@@ -23,16 +23,18 @@
/* */
/* IBM_PROLOG_END_TAG */
///
+
/// @file p9_cme_sram_access.H
/// @brief Display data from the targetted CME's SRAM array.
///
// *HWP HWP Owner : Brian Vanderpool <vanderp@us.ibm.com>
// *HWP Backup HWP Owner: Greg Still <stillgs@us.ibm.com>
-// *HWP FW Owner : Sangeetha T S <sangeet2@in.ibm.com>
+// *HWP FW Owner : Amit Tendolkar <amit.tendolkar@in.ibm.com>
// *HWP Team : PM
-// *HWP Level : 2
+// *HWP Level : 3
// *HWP Consumed by : HS:CRO:SBE
///
+
///-----------------------------------------------------------------------------
#ifndef _p9_cme_sram_access_H_
@@ -41,12 +43,7 @@
//------------------------------------------------------------------------------
// Includes
//------------------------------------------------------------------------------
-
#include <fapi2.H>
-#include <p9_quad_scom_addresses.H>
-
-#include <p9_pm.H>
-
// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_cme_sram_access_FP_t) (
@@ -58,7 +55,6 @@ typedef fapi2::ReturnCode (*p9_cme_sram_access_FP_t) (
extern "C" {
-
// -----------------------------------------------------------------------------
// Function prototype
// -----------------------------------------------------------------------------
@@ -81,7 +77,6 @@ extern "C" {
/// @param [in] i_length_dword Length in dwords (# of accesses)
/// @param [out] o_data Output Data
/// @param [out] o_dwords_read Number of actual words in the output buffer.
-
///
/// @retval FAPI2_RC_SUCCESS
/// @retval RC_PROCPM_GPE_CODE_BAD_MODE
OpenPOWER on IntegriCloud