summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
diff options
context:
space:
mode:
authorChris Phan <cphan@us.ibm.com>2014-09-14 08:43:05 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-09-17 10:53:56 -0500
commit982f36dabb04e3f8bafcd41892f2d318cdf24dbc (patch)
tree37c9cde3e81b1b6e17e6bf0b0a56b3211b79a75d /src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
parent3f018e5e0d7d409832b99fe062647428eb253c81 (diff)
downloadtalos-hostboot-982f36dabb04e3f8bafcd41892f2d318cdf24dbc.tar.gz
talos-hostboot-982f36dabb04e3f8bafcd41892f2d318cdf24dbc.zip
PRD: fix PLL threshold being used by both Proc and PCIe PLL errors
Change-Id: Iecac321abe107850ea080cc380927db6cd68dff8 CQ: SW278456 Backport: release-fips811 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13366 Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Reviewed-by: Zane Shelley <zshelle@us.ibm.com> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13419
Diffstat (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H')
-rw-r--r--src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H b/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
index cb6b9f33b..3f8fbfd4c 100644
--- a/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
+++ b/src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,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. */
@@ -80,11 +82,13 @@ class PegasusConfigurator : public Configurator
* @parm i_type The specified target type.
* @parm io_domain The associated domain.
* @parm io_pllDomains The associated PLL domain (optional for some)
+ * @parm io_pllDomains2 The associated PLL domain (optional for some)
* @return error log handle
*/
errlHndl_t addDomainChips( TARGETING::TYPE i_type,
RuleChipDomain * io_domain,
- PllDomainList * io_pllDomains = NULL );
+ PllDomainList * io_pllDomains = NULL,
+ PllDomainList * io_pllDomains2 = NULL);
/**
* @brief Add chip to its Pll Domain.
@@ -106,10 +110,12 @@ class PegasusConfigurator : public Configurator
/**
* @brief Add Pll Domains to the System.
* @param i_fabricPllDomains - List of Fabric Pll Domains
+ * @param i_pciePllDomains - List of Pcie Pll Domains
* @param i_membPllDomains - List of Membuf Pll Domains
*/
void addPllDomainsToSystem(
PllDomainList & i_fabricPllDomains,
+ PllDomainList & i_pciePllDomains,
PllDomainList & i_membPllDomains );
private: // data
OpenPOWER on IntegriCloud