diff options
author | Matt K. Light <mklight@us.ibm.com> | 2018-03-13 16:04:37 -0500 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-16 14:26:50 -0400 |
commit | 288ca88910b6e039466ba500b4d939e95c2e33fd (patch) | |
tree | 737429c81582e0043d01045fbe4d3a41df7dd990 /src/import/hwpf/fapi2/include | |
parent | 9bea281bae9973832bd20666f70ff6e885901c6c (diff) | |
download | talos-hostboot-288ca88910b6e039466ba500b4d939e95c2e33fd.tar.gz talos-hostboot-288ca88910b6e039466ba500b4d939e95c2e33fd.zip |
adding fapi2::putSpyWithCare()
Change-Id: Icf43a2265ed55adeebc2b4d64d96111f3ba71705
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55801
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Kahn C. Evans <kahnevan@us.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Claus M. Olsen <cmolsen@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55808
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/hwpf/fapi2/include')
-rw-r--r-- | src/import/hwpf/fapi2/include/fapi2_hw_access.H | 8 |
1 files changed, 7 insertions, 1 deletions
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<K, V>& i_target, const char* const i_spyId, const variable_buffer& i_data); +template<TargetType K, typename V > +inline ReturnCode putSpyWithCare(const Target<K, V>& 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<K, V>& i_target, const char* const i_spyId, |