Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2014-08-20 Thread York Sun
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 a

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2014-08-07 Thread shav...@freescale.com
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 Regard

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2014-08-06 Thread York Sun
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 a

[U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2014-07-01 Thread Shaveta Leekha
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) Sig

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2013-07-02 Thread Singh Sandeep-B37400
e: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally > based on hwconfig options > > On 06/14/2013 12:26:18 AM, Singh Sandeep-B37400 wrote: > > This was done with the intension of providing greater > > configurability. When > > en_cpc is defined then it's e

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2013-06-14 Thread Scott Wood
On 06/14/2013 12:26:18 AM, Singh Sandeep-B37400 wrote: This was done with the intension of providing greater configurability. When en_cpc is defined then it's entirely up to user to decide which cpcs are to be enabled. Hence we do following: if_defined("en_cpc"){ only_then

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2013-06-14 Thread Singh Sandeep-B37400
e: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally > based on hwconfig options > > On 06/13/2013 01:59:51 AM, Sandeep Singh wrote: > > If hwconfig does not contains "en_cpc" then by default all cpcs are > > enabled If this config is defined then only t

Re: [U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2013-06-13 Thread Scott Wood
On 06/13/2013 01:59:51 AM, Sandeep Singh 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

[U-Boot] [PATCH] powerpc/mpc85xx: Enabling CPC conditionally based on hwconfig options

2013-06-13 Thread Sandeep Singh
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) Sig