Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2016-02-22 Thread york sun
On 02/22/2016 05:38 PM, Scott Wood wrote: > On Wed, 2016-02-10 at 05:20 +, york sun wrote: >> On 02/09/2016 09:10 PM, Scott Wood wrote: >>> On Wed, 2016-02-10 at 02:30 +, york sun wrote: >> >> >> Aneesh and Scott, I need to revisit this patch. Would it be better to

Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2016-02-22 Thread Scott Wood
On Wed, 2016-02-10 at 05:20 +, york sun wrote: > On 02/09/2016 09:10 PM, Scott Wood wrote: > > On Wed, 2016-02-10 at 02:30 +, york sun wrote: > > > > > > > > > Aneesh and Scott, > > > > > > I need to revisit this patch. Would it be better to change it as below? > > > > > > +#if

Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2016-02-10 Thread Aneesh Bansal
> -Original Message- > From: york sun > Sent: Wednesday, February 10, 2016 10:51 AM > To: Scott Wood ; Aneesh Bansal > Cc: u-boot@lists.denx.de; Ruchika Gupta ; > Prabhakar > Kushwaha >

Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2016-02-09 Thread york sun
On 02/09/2016 09:10 PM, Scott Wood wrote: > On Wed, 2016-02-10 at 02:30 +, york sun wrote: >> >> Aneesh and Scott, >> >> I need to revisit this patch. Would it be better to change it as below? >> >> +#if defined(CONFIG_PHYS_64BIT) && !defined(CONFIG_ARM64) >> +typedef unsigned long long

Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2016-02-09 Thread york sun
On 09/17/2015 03:48 AM, Aneesh Bansal wrote: > Data types and I/O functions have been defined for > 64 bit physical addresses in arm. > > Signed-off-by: Aneesh Bansal > --- > Changes in v3: > Corrected the definition of virt_to_phys() and definition of phys_addr_t. >

Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2016-02-09 Thread Scott Wood
On Wed, 2016-02-10 at 02:30 +, york sun wrote: > On 09/17/2015 03:48 AM, Aneesh Bansal wrote: > > Data types and I/O functions have been defined for > > 64 bit physical addresses in arm. > > > > Signed-off-by: Aneesh Bansal > > --- > > Changes in v3: > >

Re: [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2015-10-30 Thread York Sun
On 09/17/2015 03:46 AM, Aneesh Bansal wrote: > Data types and I/O functions have been defined for > 64 bit physical addresses in arm. > > Signed-off-by: Aneesh Bansal > --- > Changes in v3: > Corrected the definition of virt_to_phys() and definition of phys_addr_t.

[U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

2015-09-17 Thread Aneesh Bansal
Data types and I/O functions have been defined for 64 bit physical addresses in arm. Signed-off-by: Aneesh Bansal --- Changes in v3: Corrected the definition of virt_to_phys() and definition of phys_addr_t. arch/arm/include/asm/io.h| 4 ++--