summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2016-08-10 21:08:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-24 15:54:09 -0400
commit1b429c064fbbbbdb4fec73e9ebf780485b490b48 (patch)
tree1432fbfcb255573f3eeaf6762cc17187f4e47a03 /src/include
parent3be87b5d73ece3921638e098de2131cb4aca301b (diff)
downloadtalos-hostboot-1b429c064fbbbbdb4fec73e9ebf780485b490b48.tar.gz
talos-hostboot-1b429c064fbbbbdb4fec73e9ebf780485b490b48.zip
Remove hdat attribute sync hack from mss_eff_config
This was needed initially in bringup because attributes were not being populated by hardware procedures (because they didnt exist yet) Change-Id: If199a695440a4e5342044910f9e9ced38b796788 RTC:143191 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28135 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/targeting/attrsync.H19
1 files changed, 6 insertions, 13 deletions
diff --git a/src/include/usr/targeting/attrsync.H b/src/include/usr/targeting/attrsync.H
index bff660b60..b8c52fe7e 100644
--- a/src/include/usr/targeting/attrsync.H
+++ b/src/include/usr/targeting/attrsync.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* Contributors Listed Below - COPYRIGHT 2012,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -104,7 +104,7 @@ namespace TARGETING
* return errl != NULL -> failure
*
*/
- errlHndl_t syncSectionToFsp(
+ errlHndl_t syncSectionToFsp(
TARGETING::SECTION_TYPE i_section_to_sync );
/**
@@ -191,7 +191,7 @@ namespace TARGETING
* TARGETING::MBOX_MSG_TYPE passed in to define the
* message sending policy.
*
- * @param[in/out] i_msg
+ * @param[in/out] i_msg
* This parameter is used as both input and an
* output parameter. If the message is sent
* synchronusly the response will be populated
@@ -251,7 +251,7 @@ namespace TARGETING
* @brief Handles synchronization of all RW targeting attributes from
* hostboot to the fsp; the following sections are
* synchronized.
- *
+ *
* 1). SECTION_TYPE_PNOR_RW
* 2). SECTION_TYPE_HEAP_PNOR_INIT
* 3). SECTION_TYPE_HEAP_PNOR_ZERO_INIT
@@ -267,7 +267,7 @@ namespace TARGETING
* @brief Handles synchronization of all RW targeting attributes from
* the fsp to hostboot; the following sections are
* synchronized.
- *
+ *
* 1). SECTION_TYPE_PNOR_RW
* 2). SECTION_TYPE_HEAP_PNOR_INIT
* 3). SECTION_TYPE_HEAP_PNOR_ZERO_INIT
@@ -279,14 +279,7 @@ namespace TARGETING
*/
errlHndl_t syncAllAttributesFromFsp();
- /**
- * @brief A temporary hack to set attributes that HDAT needs.
- * To be removed by RTC: 143191
- * @return errlHndl_t
- * return errl == NULL -> success
- * return errl != NULL -> failure
- */
- errlHndl_t hdatAttrHack();
+
} // namespace
#endif
OpenPOWER on IntegriCloud