summaryrefslogtreecommitdiffstats
path: root/src/include/usr/hwpf/plat
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2014-12-05 11:19:19 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-12-13 10:39:23 -0600
commit597e79a3055b155af20d6d64ade2fd2e95699954 (patch)
tree9b1577bef631b0acae7105958169e7796bd4ad1c /src/include/usr/hwpf/plat
parent212a11e8f24dae439cf9189762546079bbf40fb1 (diff)
downloadblackbird-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.H4
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)
OpenPOWER on IntegriCloud