summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2016-05-13 16:23:28 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-11-16 18:01:44 -0500
commitd3defd59a697e00f3e1025940516df300922f0f1 (patch)
tree62d30c94d947af43615f844d99065753eee01ef4 /src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H
parentbcc5a5535c2d4c4676b42035703619b9c6a10f3e (diff)
downloadtalos-hostboot-d3defd59a697e00f3e1025940516df300922f0f1.tar.gz
talos-hostboot-d3defd59a697e00f3e1025940516df300922f0f1.zip
Changes in ecc data fixing so reading and writing works
Change-Id: I9582cd26687292e4429c1d643904d0dde486c783 Original-Change-Id: I8ec5fc295d0e80af6d28f53ed469a3c98450f4df Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24554 Tested-by: Jenkins Server Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49798 Tested-by: Jenkins Server <pfd-jenkins+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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H b/src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H
index 41fedf691..f92c9e97a 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_adu_access.H
@@ -85,7 +85,8 @@ extern "C" {
/// @param[in] i_target => P9 chip target
/// @param[in] i_address => base real address for read/write operation (expected to be 8B aligned)
/// @param[in] i_rnw => if the operation is a read not write (1 for read, 0 for write)
-/// @param[in] i_flags => other information that is needed - the flags are:
+/// @param[in] i_flags => other information that is needed - see the p9_adu_constants adu_flags enums for bit definitions
+// Note: To construct the flag you can use p9_ADU_oper_flag class
/// @param[in] i_lastGranule => if this is the last 8B of data that we are collecting (true = last granule, false = not last granule)
/// @param[in] i_firstGranule => if this is the first 8B of data that we are collecting (true = first granule, false = not first granule)
/// @param[in, out] io_data => The data is read/written
OpenPOWER on IntegriCloud