summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/include/fapi2_hw_access.H
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-03-25 10:29:27 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-23 15:46:26 -0400
commit407cd1304b23c91cb963b9dfd57e88aaccedef7d (patch)
tree7b8887d8e70f58b9f811828cbf0049607d07ab81 /src/import/hwpf/fapi2/include/fapi2_hw_access.H
parent68d68bb83bb1a6f1e29615978feb9861b836b14c (diff)
downloadtalos-hostboot-407cd1304b23c91cb963b9dfd57e88aaccedef7d.tar.gz
talos-hostboot-407cd1304b23c91cb963b9dfd57e88aaccedef7d.zip
add fapi2::getSpy with ring mode option to enable fastarray code
Change-Id: Ibb5c3e55e0904c8272b9279c5f5dcc5ff1ea7ef2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22475 Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Richard J. Knight <rjknight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22477 Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/import/hwpf/fapi2/include/fapi2_hw_access.H')
-rw-r--r--src/import/hwpf/fapi2/include/fapi2_hw_access.H12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/import/hwpf/fapi2/include/fapi2_hw_access.H b/src/import/hwpf/fapi2/include/fapi2_hw_access.H
index 7e3a073e5..2bc28a262 100644
--- a/src/import/hwpf/fapi2/include/fapi2_hw_access.H
+++ b/src/import/hwpf/fapi2/include/fapi2_hw_access.H
@@ -241,6 +241,12 @@ template< TargetType K >
inline ReturnCode getSpy(const Target<K>& i_target,
const spyId_t i_spyId,
variable_buffer& o_data);
+
+template< TargetType K >
+inline ReturnCode getSpy(const Target<K>& i_target,
+ const spyId_t i_spyId,
+ variable_buffer& o_data,
+ const RingMode i_ringMode);
#endif
#if defined(FAPI_SUPPORT_SPY_AS_STRING) || defined(DOXYGEN)
@@ -251,6 +257,12 @@ template< TargetType K >
inline ReturnCode getSpy(const Target<K>& i_target,
const char* const i_spyId,
variable_buffer& o_data);
+
+template< TargetType K >
+inline ReturnCode getSpy(const Target<K>& i_target,
+ const char* const i_spyId,
+ variable_buffer& o_data,
+ const RingMode i_ringMode);
#endif
/// @brief Writes a spy on a chip.
OpenPOWER on IntegriCloud