summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/framework/resolution
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/framework/resolution
parentcdc76c00e35d6b4347c294ea965dc6e11f876194 (diff)
downloadblackbird-hostboot-239fb579b9d2b43c7c9f38b6bb734d3439a686e6.tar.gz
blackbird-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/framework/resolution')
-rwxr-xr-xsrc/usr/diag/prdf/common/framework/resolution/prdfCallouts.H6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/diag/prdf/common/framework/resolution/prdfCallouts.H b/src/usr/diag/prdf/common/framework/resolution/prdfCallouts.H
index c7eaab21f..431613a4d 100755
--- a/src/usr/diag/prdf/common/framework/resolution/prdfCallouts.H
+++ b/src/usr/diag/prdf/common/framework/resolution/prdfCallouts.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2000,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,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. */
@@ -167,6 +169,8 @@ class PRDcallout
switch ( iv_type )
{
case PRDcalloutData::TYPE_TARGET:
+ case PRDcalloutData::TYPE_PROCCLK:
+ case PRDcalloutData::TYPE_PCICLK:
return PlatServices::getHuid(iv_meldValue.target); break;
case PRDcalloutData::TYPE_MEMMRU:
case PRDcalloutData::TYPE_SYMFRU:
OpenPOWER on IntegriCloud