From 288ca88910b6e039466ba500b4d939e95c2e33fd Mon Sep 17 00:00:00 2001 From: "Matt K. Light" Date: Tue, 13 Mar 2018 16:04:37 -0500 Subject: adding fapi2::putSpyWithCare() Change-Id: Icf43a2265ed55adeebc2b4d64d96111f3ba71705 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55801 Tested-by: FSP CI Jenkins Tested-by: Jenkins Server Tested-by: HWSV CI Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Kahn C. Evans Reviewed-by: Richard J. Knight Reviewed-by: Claus M. Olsen Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55808 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/import/hwpf/fapi2/include/fapi2_hw_access.H | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/include/fapi2_hw_access.H b/src/import/hwpf/fapi2/include/fapi2_hw_access.H index 2245c77cd..cc24c3caf 100644 --- a/src/import/hwpf/fapi2/include/fapi2_hw_access.H +++ b/src/import/hwpf/fapi2/include/fapi2_hw_access.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2017 */ +/* Contributors Listed Below - COPYRIGHT 2015,2018 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -328,6 +328,12 @@ inline ReturnCode putSpy(const Target& i_target, const char* const i_spyId, const variable_buffer& i_data); +template +inline ReturnCode putSpyWithCare(const Target& i_target, + const char* const i_spyId, + const variable_buffer& i_data, + const variable_buffer& i_care); + template< TargetType K, typename V > inline ReturnCode putSpy(const Target& i_target, const char* const i_spyId, -- cgit v1.2.1