From 33e7c6de0769ae7f408e64995e7976717ad47653 Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Wed, 20 Feb 2019 12:37:08 -0600 Subject: Add calls to available p9a_mss_eff_config HWPs in istep 7.4 New effective configuration HWPs have been introduced in Axone. Currently p9a_mss_eff_config and p9a_mss_eff_config_thermal are no-ops but this commit gets the calls in-place so we are ready. Eventually we need to pull in the rest of the eff_config HWPs but there are not even no-ops stubs to pull in yet. Change-Id: Icd71006d31023caa5ef913a8b81694ae9ea3a5ba RTC: 195552 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72204 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Matt Derksen Reviewed-by: Corey V. Swenson Reviewed-by: William G. Hoffa --- src/include/usr/fapi2/vpd_access.H | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/include/usr') diff --git a/src/include/usr/fapi2/vpd_access.H b/src/include/usr/fapi2/vpd_access.H index 4e52500db..41b878a42 100644 --- a/src/include/usr/fapi2/vpd_access.H +++ b/src/include/usr/fapi2/vpd_access.H @@ -48,6 +48,16 @@ inline fapi2::ReturnCode getVPD( return platGetVPD( i_target, io_vpd_info, o_blob ); } +// platform specialization for OCMB target +template<> +inline fapi2::ReturnCode getVPD( + const fapi2::Target& i_target, + VPDInfo& io_vpd_info, + uint8_t* o_blob) +{ + return platGetVPD( i_target, io_vpd_info, o_blob ); +} + }; #endif // __VPDACCESS_H_ -- cgit v1.2.1