summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
diff options
context:
space:
mode:
authorAbhishek Agarwal <abagarw8@in.ibm.com>2016-06-13 10:14:07 +0200
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-13 16:47:23 -0400
commita4edd934b26877603b9e024182d98fb210fba8fc (patch)
tree444595bab17fcded48e7fb2ae1de0130c8fca29f /src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
parent29503be2a9bfa44d5edc361292cb3222ca6e353e (diff)
downloadtalos-hostboot-a4edd934b26877603b9e024182d98fb210fba8fc.tar.gz
talos-hostboot-a4edd934b26877603b9e024182d98fb210fba8fc.zip
Level 2 HWP p9_getecid
Change-Id: I0e1238fdd21e239bb082795ef7fad6fde3c3ebd9 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25701 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25703 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_getecid.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_getecid.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
index 4a6e06387..2ea1779c3 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_getecid.H
@@ -25,7 +25,7 @@
// *HWP HW Backup Owner : Srinivas V Naga <srinivan@in.ibm.com>
// *HWP FW Owner : sunil kumar <skumar8j@in.ibm.com>
// *HWP Team : Perv
-// *HWP Level : 1
+// *HWP Level : 2
// *HWP Consumed by : SBE
//------------------------------------------------------------------------------
@@ -38,7 +38,7 @@
typedef fapi2::ReturnCode (*p9_getecid_FP_t)(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
- const fapi2::variable_buffer& fuseString);
+ fapi2::variable_buffer& fuseString);
/// @brief Get ECID string from target using SCOM
///
@@ -47,7 +47,7 @@ typedef fapi2::ReturnCode (*p9_getecid_FP_t)(const fapi2::Target<fapi2::TARGET_T
extern "C"
{
fapi2::ReturnCode p9_getecid(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chip,
- const fapi2::variable_buffer& o_fuseString);
+ fapi2::variable_buffer& o_fuseString);
}
#endif
OpenPOWER on IntegriCloud