Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-18 Thread Albert ARIBAUD
Hi Albert, On Thu, 11 Sep 2014 17:55:00 +0200, Albert ARIBAUD wrote: > Hi li.xi...@freescale.com, > > On Wed, 10 Sep 2014 03:10:27 +, "li.xi...@freescale.com" > wrote: > > > Hi Albert, > > > > > Subject: Re: [PATCH] arch/arm: Add individual TLB size support. > > > > > > Hi Xiubo, > > >

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-11 Thread Albert ARIBAUD
Hi li.xi...@freescale.com, On Wed, 10 Sep 2014 03:10:27 +, "li.xi...@freescale.com" wrote: > Hi Albert, > > > Subject: Re: [PATCH] arch/arm: Add individual TLB size support. > > > > Hi Xiubo, > > > > On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li > > wrote: > > > > > This adds CONFIG_TLB_S

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-10 Thread li.xi...@freescale.com
Hi Albert, > Subject: Re: [PATCH] arch/arm: Add individual TLB size support. > > Hi Xiubo, > > On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li > wrote: > > > This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe > > larger than PGTABLE_SIZE. > > > > Signed-off-by: Xiubo Li > > ---

Re: [U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-09-09 Thread Albert ARIBAUD
Hi Xiubo, On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li wrote: > This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe > larger than PGTABLE_SIZE. > > Signed-off-by: Xiubo Li > --- > arch/arm/lib/board.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/lib/b

[U-Boot] [PATCH] arch/arm: Add individual TLB size support.

2014-07-06 Thread Xiubo Li
This adds CONFIG_TLB_SIZE for individual board, whose TLB size maybe larger than PGTABLE_SIZE. Signed-off-by: Xiubo Li --- arch/arm/lib/board.c | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index dc34190..b7327ce 100644 --- a/arch/arm/lib/boa