From 7dab57de8c4d61f1cd24a79e2b361496520c1f64 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 18 Mar 2016 15:36:10 -0500 Subject: fapi2: Update misc functions to honor platform value type. Added associated ecmd release ver-14-4-4-ekbonly for testing Change-Id: I636527a82b60f1d842e2a5619471309cd901f7bf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22258 Tested-by: Jenkins Server Tested-by: Hostboot CI Tested-by: PPE CI Reviewed-by: Santosh S. Puranik Reviewed-by: Brian R. Silver Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27054 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/import/hwpf/fapi2/include/error_info_defs.H | 6 +++--- src/import/hwpf/fapi2/include/fapi2_vpd_access.H | 4 ++-- src/import/hwpf/fapi2/include/utils.H | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/include/error_info_defs.H b/src/import/hwpf/fapi2/include/error_info_defs.H index 1f2e57f6e..d2f888d5d 100644 --- a/src/import/hwpf/fapi2/include/error_info_defs.H +++ b/src/import/hwpf/fapi2/include/error_info_defs.H @@ -7,7 +7,7 @@ /* */ /* EKB Project */ /* */ -/* COPYRIGHT 2011,2015 */ +/* COPYRIGHT 2011,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -234,8 +234,8 @@ inline uint16_t getErrorInfoFfdcSize(const T*) /// /// @brief Get FFDC Size specialization for fapi2::Target /// -template -inline uint16_t getErrorInfoFfdcSize(const fapi2::Target&) +template +inline uint16_t getErrorInfoFfdcSize(const fapi2::Target&) { return EI_FFDC_SIZE_TARGET; } diff --git a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H index 31909c566..d31e7add4 100644 --- a/src/import/hwpf/fapi2/include/fapi2_vpd_access.H +++ b/src/import/hwpf/fapi2/include/fapi2_vpd_access.H @@ -81,8 +81,8 @@ class VPDInfo /// FAPI_TRY(getVPD( mcs, vpdInfo, blob )); /// blob now contains the VPD data for the MCS. /// -template -ReturnCode getVPD(const Target& i_target, +template +ReturnCode getVPD(const Target& i_target, VPDInfo& io_vpd_info, uint8_t* o_blob); diff --git a/src/import/hwpf/fapi2/include/utils.H b/src/import/hwpf/fapi2/include/utils.H index 10a7c333b..627249794 100644 --- a/src/import/hwpf/fapi2/include/utils.H +++ b/src/import/hwpf/fapi2/include/utils.H @@ -69,8 +69,8 @@ namespace fapi2 /// @return ReturnCode. FAPI2_RC_SUCCESS on success, else platform specified error. /// /// -template -inline ReturnCode specialWakeup(const Target& i_target, +template +inline ReturnCode specialWakeup(const Target& i_target, const bool i_enable) { // enforce the allowed target types -- cgit v1.2.1