summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorVan Lee <vanlee@us.ibm.com>2012-06-23 23:35:27 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-06-27 14:33:24 -0500
commitb4281a99963ceac9e228ad67d4029e2e4e216ff3 (patch)
treee1a58d3814ecc36b29b49f0039610f4d219e4a34 /src/include
parent8778f4620fb440a968db84ad054fffe61b26d3ba (diff)
downloadtalos-hostboot-b4281a99963ceac9e228ad67d4029e2e4e216ff3.tar.gz
talos-hostboot-b4281a99963ceac9e228ad67d4029e2e4e216ff3.zip
Pick up latest memory attributes needed by mss_scom_inits HWP
- Also pick up two attributes from ei_bus_attributes.xml - Also pick up latest mss_eff_config.C Change-Id: Ica8b09fddf29ddb23b7cf822ff2c60063d2ee699 RTC: 41341 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1239 Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Tested-by: Jenkins Server Reviewed-by: CAMVAN T. NGUYEN <ctnguyen@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rwxr-xr-xsrc/include/usr/hwpf/plat/fapiPlatAttributeService.H67
1 files changed, 23 insertions, 44 deletions
diff --git a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H
index 7b35d919f..f72804885 100755
--- a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H
+++ b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H
@@ -1,25 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/usr/hwpf/plat/fapiPlatAttributeService.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2011
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/include/usr/hwpf/plat/fapiPlatAttributeService.H $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2011-2012
+ *
+ * p1
+ *
+ * Object Code Only (OCO) source materials
+ * Licensed Internal Code Source Materials
+ * IBM HostBoot Licensed Internal Code
+ *
+ * The source code for this program is not published or other-
+ * wise divested of its trade secrets, irrespective of what has
+ * been deposited with the U.S. Copyright Office.
+ *
+ * Origin: 30
+ *
+ * IBM_PROLOG_END_TAG
+ */
/**
* @file fapiPlatAttributeService.H
*
@@ -131,28 +132,6 @@ fapi::ReturnCode fapiPlatSetSpdAttr(const fapi::Target * i_target,
/**
* @brief This function is called by the FAPI_ATTR_GET macro when getting
- * ATTR_MSS_MEMORY_BASE. It should not be called directly
- *
- * @param[in] i_pMcsTarget MCS target pointer
- * @param[out] o_addr Address of MCS BAR register
- * @return ReturnCode. Zero on success, else platform specified error
- */
-fapi::ReturnCode fapiPlatGetMemoryBaseAddr(const fapi::Target * i_pMcsTarget,
- uint64_t & o_addr);
-
-/**
- * @brief This function is called by the FAPI_ATTR_GET macro when getting
- * ATTR_MSS_MIRROR_BASE. It should not be called directly
- *
- * @param[in] i_pMcsTarget MCS target pointer
- * @param[out] o_addr Address of MCS BAR register
- * @return ReturnCode. Zero on success, else platform specified error
- */
-fapi::ReturnCode fapiPlatGetMirrorBaseAddr(const fapi::Target * i_pMcsTarget,
- uint64_t & o_addr);
-
-/**
- * @brief This function is called by the FAPI_ATTR_GET macro when getting
* ATTR_CEN_DQ_TO_DIMM_CONN_DQ. It should not be called directly
*
* @param[in] i_pDimmTarget DIMM target pointer
OpenPOWER on IntegriCloud