diff options
| author | Richard J. Knight <rjknight@us.ibm.com> | 2014-12-05 11:19:19 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-12-13 10:39:23 -0600 |
| commit | 597e79a3055b155af20d6d64ade2fd2e95699954 (patch) | |
| tree | 9b1577bef631b0acae7105958169e7796bd4ad1c /src/include/usr/hwpf/plat | |
| parent | 212a11e8f24dae439cf9189762546079bbf40fb1 (diff) | |
| download | blackbird-hostboot-597e79a3055b155af20d6d64ade2fd2e95699954.tar.gz blackbird-hostboot-597e79a3055b155af20d6d64ade2fd2e95699954.zip | |
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 <brianh@linux.ibm.com>
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Tested-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14735
Tested-by: Jenkins Server
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/plat')
| -rw-r--r-- | src/include/usr/hwpf/plat/fapiPlatAttributeService.H | 4 |
1 files changed, 2 insertions, 2 deletions
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) |

