From 597e79a3055b155af20d6d64ade2fd2e95699954 Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Fri, 5 Dec 2014 11:19:19 -0600 Subject: SW287957: INITPROC: Memory procedure updates for palmetto/habanero Change-Id: Ie35bd64c667848b2a831801ac963129ea8d1f4f2 CQ:SW287957 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14733 Reviewed-by: Brian H. Horton Reviewed-by: Richard J. Knight Tested-by: Richard J. Knight Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14735 Tested-by: Jenkins Server Reviewed-by: Thi N. Tran Reviewed-by: A. Patrick Williams III --- src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H | 4 ++-- src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H | 3 ++- src/include/usr/hwpf/plat/fapiPlatAttributeService.H | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'src/include/usr') diff --git a/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H b/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H index 91912b6d3..8e68566eb 100644 --- a/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H +++ b/src/include/usr/hwpf/hwp/mvpd_accessors/getControlCapableData.H @@ -26,7 +26,7 @@ /** * @file getControlCapable.H * - * @brief MBvpd accessor for the ATTR_MSS_POWER_CONTROL_CAPABLE attributes + * @brief MBvpd accessor for the ATTR_VPD_POWER_CONTROL_CAPABLE attributes */ #ifndef _HWP_MVPDCONTROLCAPABLEDATA_ @@ -35,7 +35,7 @@ extern "C" { /** - * @brief MBvpd accessor for the ATTR_MSS_POWER_CONTROL_CAPABLE attribute + * @brief MBvpd accessor for the ATTR_VPD_POWER_CONTROL_CAPABLE attribute * * Access Power control capable value in MBvpd record VSPD keyword MR * diff --git a/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H b/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H index 6b15ea68d..3920001b5 100644 --- a/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H +++ b/src/include/usr/hwpf/hwp/mvpd_accessors/getMBvpdTermData.H @@ -22,7 +22,7 @@ /* permissions and limitations under the License. */ /* */ /* IBM_PROLOG_END_TAG */ -// $Id: getMBvpdTermData.H,v 1.5 2014/02/08 11:36:19 whs Exp $ +// $Id: getMBvpdTermData.H,v 1.6 2014/11/24 15:47:50 cswenson Exp $ /** * @file getMBvpdTermData.H @@ -257,3 +257,4 @@ fapi::ReturnCode getMBvpdTermData( } #endif + diff --git a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H index 79dd46229..70d4ef11c 100644 --- a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H +++ b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H @@ -725,7 +725,7 @@ fapi::ReturnCode fapiPlatGetOscswitchCtl /** * @brief This function supports a new memory attribute. Called by the - * FAPI_ATTR_GET macro when getting the ATTR_MSS_POWER_CONTROL_CAPABLE + * FAPI_ATTR_GET macro when getting the ATTR_VPD_POWER_CONTROL_CAPABLE * attribute. * It should not be called directly. * @@ -820,7 +820,7 @@ fapi::ReturnCode fapiPlatGetRCDCntlWord015 (const fapi::Target * i_pTarget, //------------------------------------------------------------------------------ // MACRO to support the power control capable memory attribute //------------------------------------------------------------------------------ -#define ATTR_MSS_POWER_CONTROL_CAPABLE_GETMACRO(ID, PTARGET, VAL) \ +#define ATTR_VPD_POWER_CONTROL_CAPABLE_GETMACRO(ID, PTARGET, VAL) \ fapi::AttrOverrideSync::getAttrOverrideFunc(fapi::ID, PTARGET, &VAL) ?\ fapi::FAPI_RC_SUCCESS : fapi::platAttrSvc::fapiPlatGetControlCapable(PTARGET,VAL) -- cgit v1.2.3