summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/htmgt_cfgdata.H
diff options
context:
space:
mode:
authorChris Cain <cjcain@us.ibm.com>2017-05-12 16:08:49 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2017-05-15 11:46:29 -0400
commitd1ca408e8bb617c208b3a012b0d8d8a89771f9e0 (patch)
treedea2bf800e2ecfa30db4bd7d27cd196f00ccf57a /src/usr/htmgt/htmgt_cfgdata.H
parent6148a403bc643c4ed118f757edb984d706dc9b36 (diff)
downloadtalos-hostboot-d1ca408e8bb617c208b3a012b0d8d8a89771f9e0.tar.gz
talos-hostboot-d1ca408e8bb617c208b3a012b0d8d8a89771f9e0.zip
HTMGT Witherspoon updates
- Add internal flag to enable memory monitoring - Fix power cap data - Additional console traces on errors Change-Id: I726260aa678c5b0ddd7ea60a8e0dfbd8d1e7ea4d Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40469 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Reviewed-by: Sheldon R. Bailey <baileysh@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/htmgt/htmgt_cfgdata.H')
-rw-r--r--src/usr/htmgt/htmgt_cfgdata.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/htmgt/htmgt_cfgdata.H b/src/usr/htmgt/htmgt_cfgdata.H
index 72725c49c..c96e8b10c 100644
--- a/src/usr/htmgt/htmgt_cfgdata.H
+++ b/src/usr/htmgt/htmgt_cfgdata.H
@@ -131,13 +131,11 @@ namespace HTMGT
* including the format and version numbers.
*
* @param[in] i_occ - the OCC to gather data for
- * @param[in] i_monitoringEnabled - set it to true if mem monitoring on
* @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 getMemConfigMessageData(const TARGETING::TargetHandle_t i_occ,
- bool i_monitoringEnabled,
uint8_t* o_data, uint64_t & o_size);
OpenPOWER on IntegriCloud