Re: [U-Boot] [PATCH 1/8] APM82xxx: Add CPU support

2010-08-30 Thread Tirumala Marri
Stefan, Thanks for the review. I will fix accordingly. Regards, Marri > -Original Message- > From: Stefan Roese [mailto:s...@denx.de] > Sent: Friday, August 27, 2010 2:02 AM > To: u-boot@lists.denx.de > Cc: tma...@apm.com; open-source-rev...@apm.com > Subject: Re: [

Re: [U-Boot] [PATCH 1/8] APM82xxx: Add CPU support

2010-08-27 Thread Stefan Roese
Hi Marri, On Friday 27 August 2010 11:01:56 Stefan Roese wrote: > > APM82XXX is a new line of SoCs which are derivatives of > > PPC44X family of processors. This patch adds support of CPU, cache, > > tlb, 32k ocm, bootstraps, PLB and AHB bus. > > Thanks. General comment: Please add me on Cc on th

Re: [U-Boot] [PATCH 1/8] APM82xxx: Add CPU support

2010-08-27 Thread Stefan Roese
Hi Marri, On Thursday 26 August 2010 23:05:44 tma...@apm.com wrote: > From: Tirumala Marri > > APM82XXX is a new line of SoCs which are derivatives of > PPC44X family of processors. This patch adds support of CPU, cache, > tlb, 32k ocm, bootstraps, PLB and AHB bus. Thanks. General comment: Plea

[U-Boot] [PATCH 1/8] APM82xxx: Add CPU support

2010-08-26 Thread tmarri
From: Tirumala Marri APM82XXX is a new line of SoCs which are derivatives of PPC44X family of processors. This patch adds support of CPU, cache, tlb, 32k ocm, bootstraps, PLB and AHB bus. Signed-off-by: Tirumala R Marri --- arch/powerpc/cpu/ppc4xx/cpu.c| 35 ++