summaryrefslogtreecommitdiffstats
path: root/src/include/usr/sbe
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-10-21 22:27:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-10-26 22:57:22 -0400
commit097b78713b5afd3a0e5ec4fbe6233237f5b2319b (patch)
tree76dba0d829f4bbede9c563fee3c8a706283b3210 /src/include/usr/sbe
parent89e0ca4b192181932044cb4169dc6929a1a879cd (diff)
downloadtalos-hostboot-097b78713b5afd3a0e5ec4fbe6233237f5b2319b.tar.gz
talos-hostboot-097b78713b5afd3a0e5ec4fbe6233237f5b2319b.zip
Changes to get slave SBE working
Add flag to actually start SBE FW Set ATTR_NEST_PLL_BUCKET Increase timeout for SBE start Setup all required freq attributes before setting up SBE Change-Id: Ic3b7c8c6b482787b8c37b2b5b04a8344213119cf Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31682 Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@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/usr/sbe')
-rw-r--r--src/include/usr/sbe/sbeif.H7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/usr/sbe/sbeif.H b/src/include/usr/sbe/sbeif.H
index e095250fa..780399005 100644
--- a/src/include/usr/sbe/sbeif.H
+++ b/src/include/usr/sbe/sbeif.H
@@ -141,6 +141,13 @@ namespace SBE
*/
errlHndl_t getBootMcSyncMode( uint8_t& o_mcSyncMode );
+ /**
+ * @brief Set all of the attributes that are based on the PB/Nest Freq
+ *
+ * @param[in] i_nestFreq - Nest/PB Frequency to base settings on.
+ */
+ void setNestFreqAttributes( uint32_t i_nestFreq );
+
} //end namespace SBE
#endif /* _SBEIF_H */
OpenPOWER on IntegriCloud