From 982f36dabb04e3f8bafcd41892f2d318cdf24dbc Mon Sep 17 00:00:00 2001 From: Chris Phan Date: Sun, 14 Sep 2014 08:43:05 -0500 Subject: 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 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III Reviewed-by: Zane Shelley Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13419 --- .../diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/usr/diag/prdf/common/plat/pegasus/prdfPegasusConfigurator.H') 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 -- cgit v1.2.1