summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
diff options
context:
space:
mode:
authorThi Tran <thi@us.ibm.com>2017-08-30 13:54:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-09-07 15:49:06 -0400
commit0eb03d7dc21b05d436212f0f3a412dad683b926d (patch)
treefe34f878032c638e230fb154ff103577b6b7439d /src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
parent23997f4f67d6d8c9607f6051ac9e489fbc125cb0 (diff)
downloadtalos-hostboot-0eb03d7dc21b05d436212f0f3a412dad683b926d.tar.gz
talos-hostboot-0eb03d7dc21b05d436212f0f3a412dad683b926d.zip
L3 Update - p9_pm_get_poundv/w_bucket HWPs
Change-Id: If57eb4edecbaba0c3436da845da7a1c2d3572a1f Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/45416 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@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/45426 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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_pm_get_poundv_bucket.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
index 1b278f56c..db2823c01 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_get_poundv_bucket.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -28,6 +28,12 @@
/// can be stored inside of this struct.
/// Also define prototype for p9_pm_get_poundv_bucket
///
+/// *HWP HW Owner : N/A (This is a FW delivered function)
+/// *HWP FW Owner : Thi Tran <thi@us.ibm.com>
+/// *HWP Team : PM - Calling this function.
+/// *HWP Consumed by : FSP
+/// *HWP Level : 3
+///
#ifndef _P9_PM_GET_POUND_V_BUCKET_H_
#define _P9_PM_GET_POUND_V_BUCKET_H_
@@ -97,8 +103,8 @@ typedef struct __attribute__((__packed__)) voltageBucketData
/// bucket ID read off of parent proc chip. This function
/// will pass out a structured format of the #V data of correct
/// endianness.
-/// @param[in] i_target EQ chiplet target
-/// @param[in] o_data structured data describing the #v bucket used
+/// @param[in] i_target EQ chiplet target
+/// @param[out] o_data structured data describing the #v bucket used
/// @return FAPI2_RC_SUCCESS if success, else error code.
///
fapi2::ReturnCode p9_pm_get_poundv_bucket(
OpenPOWER on IntegriCloud