From mboxrd@z Thu Jan 1 00:00:00 1970 From: shaveta at freescale.com Date: Thu, 7 Aug 2014 07:39:23 +0000 Subject: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options In-Reply-To: <53E266FF.40807@freescale.com> References: <1404281655-31238-1-git-send-email-shaveta@freescale.com> <53E266FF.40807@freescale.com> Message-ID: <09ed522a92c1449eafca905a1101050f@BY2PR03MB299.namprd03.prod.outlook.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi York, This change was required to provide the flexibility of enabling DDRC1/CPC1 by SC3900/DSP core as DDRC1 is used by Starcore. SC enables CPC1 as per their requirement. PPC core use DDRC2, so it enables DDRC2/CPC2. Do you suggest mentioning it in the commit message also? Thanks and Regards, Shaveta -----Original Message----- From: Sun York-R58495 Sent: Wednesday, August 06, 2014 11:04 PM To: Leekha Shaveta-B20052; u-boot at lists.denx.de Cc: Wood Scott-B07421; Singh Sandeep-B37400 Subject: Re: [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options On 07/01/2014 11:14 PM, Shaveta Leekha wrote: > If hwconfig does not contains "en_cpc" then by default all cpcs are > enabled If this config is defined then only those individual cpcs > which are defined in the subargument of "en_cpc" will be enabled e.g > en_cpc:cpc1,cpc2; (this will enable cpc1 and cpc2) or en_cpc:cpc2; > (this enables just cpc2) > What's the user's case for enabling selected CPC? York