Re: [U-Boot] [U-boot] unsigned long long in ARMv8

2014-03-28 Thread TigerLiu
Hi, All:

 how to map unsigned long long  to a long data type if compiling a
64bit u-boot?

I got the answer:

ARMv8 compiler will treat unsigned long long as u64 type.

 

Best wishes,

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [U-boot] unsigned long long in ARMv8

2014-03-26 Thread TigerLiu
Hi, experts:

in 32bit ARM SOC platform:  

u-boot use unsigned long long as a uint64 data type.

 

So, if with 74bit ARM SOC:

Long type : means a 64bit data type.

 

So how to map unsigned long long  to a long data type if compiling a
64bit u-boot?

 

Best wishes,

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot