summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorayma <ayma@us.ibm.com>2013-12-03 15:47:07 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-01-09 15:57:37 -0600
commite44c59e4b554565a1db7be45ca708a8b7429f3b7 (patch)
treef15bcd5b266370e3e732b8a36bef341b505443c8 /src/include
parent39cb3971365041306ccbefc54717b588f74a4208 (diff)
downloadtalos-hostboot-e44c59e4b554565a1db7be45ca708a8b7429f3b7.tar.gz
talos-hostboot-e44c59e4b554565a1db7be45ca708a8b7429f3b7.zip
clean up fapiPlatAttributeService.C file
no code currently consumes the following functions: fapiPlatGetMemoryBaseAddr, fapiPlatGetProcMirrorBase, fapiPlatGetProcMemBase Change-Id: Ib70202b85c682b370b3c1c4d767162920efa5ccb RTC:44949 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7511 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/hwpf/plat/fapiPlatAttributeService.H32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H
index b36792f65..709f70a93 100644
--- a/src/include/usr/hwpf/plat/fapiPlatAttributeService.H
+++ b/src/include/usr/hwpf/plat/fapiPlatAttributeService.H
@@ -167,28 +167,6 @@ fapi::ReturnCode fapiPlatSetSpdAttr(const fapi::Target * i_pFapiTarget,
/**
* @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_pDimmFapiTarget DIMM target pointer
@@ -1021,16 +999,6 @@ fapi::ReturnCode fapiPlatGetL3DDAttr(const fapi::Target * i_pProcTarget,
fapi::platAttrSvc::fapiPlatGetSpdAttr( PTARGET, SPD::MANUFACTURING_SECTION_CRC, &(VAL), sizeof(VAL) )
//------------------------------------------------------------------------------
-// MACROs to route ATTR Base Address accesses to the correct Hostboot function
-//------------------------------------------------------------------------------
-#define ATTR_MSS_MEMORY_BASE_GETMACRO(ID, PTARGET, VAL) \
- fapi::AttrOverrideSync::getAttrOverrideFunc(fapi::ID, PTARGET, &VAL) ? fapi::FAPI_RC_SUCCESS : \
- fapi::platAttrSvc::fapiPlatGetMemoryBaseAddr(PTARGET, VAL)
-#define ATTR_MSS_MIRROR_BASE_GETMACRO(ID, PTARGET, VAL) \
- fapi::AttrOverrideSync::getAttrOverrideFunc(fapi::ID, PTARGET, &VAL) ? fapi::FAPI_RC_SUCCESS : \
- fapi::platAttrSvc::fapiPlatGetMirrorBaseAddr(PTARGET, VAL)
-
-//------------------------------------------------------------------------------
// MACRO to route ATTR_CEN_DQ_TO_DIMM_CONN_DQ access to the correct Hostboot
// function
//------------------------------------------------------------------------------
OpenPOWER on IntegriCloud