summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDean Sanner <dsanner@us.ibm.com>2016-07-24 05:00:14 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-03 12:22:58 -0400
commitf9dcbda88e98d5679a34570092c9e57ee29c1c43 (patch)
treeda554c1d3f1abae86c224d42c1acdfec5bc380a6 /src/include
parent69d265f2d758cd8a988da1961bd113f8d115ca32 (diff)
downloadtalos-hostboot-f9dcbda88e98d5679a34570092c9e57ee29c1c43.tar.gz
talos-hostboot-f9dcbda88e98d5679a34570092c9e57ee29c1c43.zip
Make ATTR take generic target types
Change-Id: I5c996feaae8180d2093ef400d23b7548836aadae RTC:127348 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27416 Tested-by: Jenkins Server <pfd-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> Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/fapi2/attribute_service.H5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/usr/fapi2/attribute_service.H b/src/include/usr/fapi2/attribute_service.H
index 008e432de..2236e9583 100644
--- a/src/include/usr/fapi2/attribute_service.H
+++ b/src/include/usr/fapi2/attribute_service.H
@@ -210,12 +210,15 @@ ReturnCode platGetFusedCoreMode(uint8_t & o_isFused);
///
///
/// @param[in] i_fapiTarget FAPI2 Target reference
+/// Don't need to check the type here, get macro
+/// does it for us, thus use the all type to
+/// allow streamlined dump of ATTR
/// @param[out] o_pos Output pound v bucket data
/// @return ReturnCode Always FAPI2_RC_SUCCESS, this cannot fail
/// if a toplevel target cannot be found then
/// an assert triggers in the platform call
///
-ReturnCode platGetPoundVBucketData(const Target<TARGET_TYPE_EQ>& i_fapiTarget,
+ReturnCode platGetPoundVBucketData(const Target<TARGET_TYPE_ALL>& i_fapiTarget,
uint8_t * o_poundVData);
// -----------------------------------------------------------------------------
OpenPOWER on IntegriCloud