Re: [U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page

2012-08-22 Thread Mike Frysinger
On Monday 20 August 2012 04:00:21 Bob Liu wrote: > On Wed, Aug 8, 2012 at 12:48 PM, Mike Frysinger wrote: > > On Tuesday 07 August 2012 04:07:42 Bob Liu wrote: > >> --- a/arch/blackfin/lib/board.c > >> +++ b/arch/blackfin/lib/board.c > >> > >> void init_cplbtables(void) > >> { > >> ... > >> +#if

Re: [U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page

2012-08-20 Thread Bob Liu
On Wed, Aug 8, 2012 at 12:48 PM, Mike Frysinger wrote: > On Tuesday 07 August 2012 04:07:42 Bob Liu wrote: >> Bf60x support 16K, 64K, 16M and 64M cplb pages, this patch add support for >> them. So that bf609-ezkit can use it's 128M memory. > > "it's" -> "its" > >> arch/blackfin/include/asm/cplb.h

Re: [U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page

2012-08-07 Thread Mike Frysinger
On Tuesday 07 August 2012 04:07:42 Bob Liu wrote: > Bf60x support 16K, 64K, 16M and 64M cplb pages, this patch add support for > them. So that bf609-ezkit can use it's 128M memory. "it's" -> "its" > arch/blackfin/include/asm/cplb.h | 13 +- > arch/blackfin/include/asm/m

[U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page

2012-08-07 Thread Bob Liu
Bf60x support 16K, 64K, 16M and 64M cplb pages, this patch add support for them. So that bf609-ezkit can use it's 128M memory. Signed-off-by: Bob Liu --- arch/blackfin/include/asm/cplb.h | 13 +- arch/blackfin/include/asm/mach-common/bits/mpu.h |6 - arch/blackf