diff options
| author | Andres Lugo-Reyes <aalugore@us.ibm.com> | 2016-09-12 12:35:54 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-09-20 15:47:24 -0400 |
| commit | d5de7972297a818670c0987b59a4f4cb398f1cd7 (patch) | |
| tree | 0a669af7519ef8013b64274bb2623fadb34d2188 /src/include/usr/sbe | |
| parent | 1caeae646b0230b763a49555f1314a324a22493f (diff) | |
| download | talos-hostboot-d5de7972297a818670c0987b59a4f4cb398f1cd7.tar.gz talos-hostboot-d5de7972297a818670c0987b59a4f4cb398f1cd7.zip | |
Interface to determine what nest freq the system booted with
Change-Id: Idea9e3ae8d08052e960c00c225522bbe8da3ea5e
RTC:157890
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29505
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@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.H | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/include/usr/sbe/sbeif.H b/src/include/usr/sbe/sbeif.H index 27e99175b..033e94908 100644 --- a/src/include/usr/sbe/sbeif.H +++ b/src/include/usr/sbe/sbeif.H @@ -121,10 +121,16 @@ namespace SBE * at the Golden side of PNOR. * -Using master processor to make this determination. */ - errlHndl_t isGoldenSide( bool & o_isGolden ); - + /** + * @brief Determines what nest frequency we booted from + * + * @param[out] o_bootNestFreq - The nest frequency the system last booted on. + * + * @return errlHndl_t Error log handle on error. + */ + errlHndl_t getBootNestFreq( uint32_t & o_bootNestFreq ); } //end namespace SBE |

