diff options
author | Matt Spinler <spinler@us.ibm.com> | 2015-02-16 13:26:59 -0600 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-02-28 05:47:24 -0600 |
commit | f35706cfa0329dabc11dee332253afb0dae22232 (patch) | |
tree | d815d99ebb42692422f37753fe89ea18aa49ecd2 /src/usr/htmgt/htmgt_cfgdata.H | |
parent | a50a539ac062255f4975bf7becb4a903ab75ae22 (diff) | |
download | talos-hostboot-f35706cfa0329dabc11dee332253afb0dae22232.tar.gz talos-hostboot-f35706cfa0329dabc11dee332253afb0dae22232.zip |
Send real sensor numbers to the OCC.
Change-Id: I54fc9282381139b67df92cff2e8e5619a89e62aa
RTC: 121742
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/15761
Tested-by: Jenkins Server
Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com>
Reviewed-by: Christopher Cain <cjcain@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.H')
-rw-r--r-- | src/usr/htmgt/htmgt_cfgdata.H | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H index b1c32f80f..ee006c281 100644 --- a/src/usr/htmgt/htmgt_cfgdata.H +++ b/src/usr/htmgt/htmgt_cfgdata.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014 */ +/* Contributors Listed Below - COPYRIGHT 2014,2015 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -173,11 +173,13 @@ namespace HTMGT /** * Fills in the System Config Configuration Data message buffer. * + * @param[in] i_occ - the OCC target * @param[out] o_data - preallocated buffer to fill in * @param[out] o_size - set to the message size * @pre o_data is large enough. */ - void getSystemConfigMessageData(uint8_t* o_data, uint64_t & o_size); + void getSystemConfigMessageData(const TARGETING::TargetHandle_t i_occ, + uint8_t* o_data, uint64_t & o_size); /** |