summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plugins
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2014-06-12 16:28:58 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-07-14 13:30:51 -0500
commit239fb579b9d2b43c7c9f38b6bb734d3439a686e6 (patch)
tree1fdde0a7eaeb08944c349288e59c54ec06109c9c /src/usr/diag/prdf/common/plugins
parentcdc76c00e35d6b4347c294ea965dc6e11f876194 (diff)
downloadtalos-hostboot-239fb579b9d2b43c7c9f38b6bb734d3439a686e6.tar.gz
talos-hostboot-239fb579b9d2b43c7c9f38b6bb734d3439a686e6.zip
PRD: fix PLL related issues
Correct MNFG PLL threshold Clear MCIFIR bits in Hostboot Mask all chips in pll domain at threshold Fix PLL error log parser Change-Id: If20713fd9fb74a9757f63d081009ced43e55fdc4 CQ: SW265571 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11587 Tested-by: Jenkins Server Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11787 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/plugins')
-rw-r--r--src/usr/diag/prdf/common/plugins/prdfLogParse_common.C14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C b/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C
index e7bf7c84a..8aa712238 100644
--- a/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C
+++ b/src/usr/diag/prdf/common/plugins/prdfLogParse_common.C
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2003,2014 */
+/* Contributors Listed Below - COPYRIGHT 2013,2014 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -526,9 +528,17 @@ bool parsePfaData( void * i_buffer, uint32_t i_buflen,
break;
case PRDcalloutData::TYPE_TARGET:
+ strcat( data, "(HUID)" );
+ i_parser.PrintString( header, data );
+ break;
+
case PRDcalloutData::TYPE_PROCCLK:
+ strcat( data, "(PROCCLK)" );
+ i_parser.PrintString( header, data );
+ break;
+
case PRDcalloutData::TYPE_PCICLK:
- strcat( data, "(HUID)" );
+ strcat( data, "(PCICLK)" );
i_parser.PrintString( header, data );
break;
OpenPOWER on IntegriCloud