summaryrefslogtreecommitdiffstats
path: root/src/usr/htmgt/test
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/test
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/test')
-rw-r--r--src/usr/htmgt/test/htmgtcfgtest.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/htmgt/test/htmgtcfgtest.H b/src/usr/htmgt/test/htmgtcfgtest.H
index 753b68f2e..aa3adfb20 100644
--- a/src/usr/htmgt/test/htmgtcfgtest.H
+++ b/src/usr/htmgt/test/htmgtcfgtest.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2014,2016 */
+/* Contributors Listed Below - COPYRIGHT 2014,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -232,7 +232,7 @@ public:
{
memset(data, 0, 4*KILOBYTE);
- getMemConfigMessageData(*occ, true, data, size);
+ getMemConfigMessageData(*occ, data, size);
if (data[0] != OCC_CFGDATA_MEM_CONFIG)
{
OpenPOWER on IntegriCloud