Re: [linux-yocto] [PATCH 11/26] arm: Allow >=4GB RAM to be configured

2014-03-20 Thread Bruce Ashfield
On 14-03-20 05:48 AM, Anders Berg wrote: On Thu, Mar 20, 2014 at 04:47:27AM -0400, Bruce Ashfield wrote: On 14-03-18 03:49 AM, Charlie Paul wrote: From: Anders Berg Use phys_addr_t to hold the RAM bank sizes to avoid truncation to 32-bits. Since these are arch common files, is this an issue

Re: [linux-yocto] [PATCH 11/26] arm: Allow >=4GB RAM to be configured

2014-03-20 Thread Anders Berg
On Thu, Mar 20, 2014 at 04:47:27AM -0400, Bruce Ashfield wrote: > On 14-03-18 03:49 AM, Charlie Paul wrote: > >From: Anders Berg > > > >Use phys_addr_t to hold the RAM bank sizes to avoid truncation to 32-bits. > > Since these are arch common files, is this an issue for all boards ? If so, > is t

Re: [linux-yocto] [PATCH 11/26] arm: Allow >=4GB RAM to be configured

2014-03-20 Thread Bruce Ashfield
On 14-03-18 03:49 AM, Charlie Paul wrote: From: Anders Berg Use phys_addr_t to hold the RAM bank sizes to avoid truncation to 32-bits. Since these are arch common files, is this an issue for all boards ? If so, is this patch going upstream ? Bruce Signed-off-by: Anders Berg --- arch/ar

[linux-yocto] [PATCH 11/26] arm: Allow >=4GB RAM to be configured

2014-03-18 Thread Charlie Paul
From: Anders Berg Use phys_addr_t to hold the RAM bank sizes to avoid truncation to 32-bits. Signed-off-by: Anders Berg --- arch/arm/include/asm/setup.h | 10 +++--- arch/arm/kernel/setup.c | 70 +- 2 files changed, 40 insertions(+), 40 deletion