Re: [U-Boot] mkimage and load addresses beyond 4 Gb

2014-11-04 Thread Simon Glass
Hi, On 4 November 2014 12:55, Wolfgang Denk wrote: > > Dear John, > > In message > you > wrote: > > > > At present, the load address and entry point are both "unsigned int". I'm > > porting to aarch64, and will run the SPL at 0x803100. mkimage > > truncates this to 0x3100. Are there

Re: [U-Boot] mkimage and load addresses beyond 4 Gb

2014-11-04 Thread Wolfgang Denk
Dear John, In message you wrote: > > At present, the load address and entry point are both "unsigned int". I'm > porting to aarch64, and will run the SPL at 0x803100. mkimage > truncates this to 0x3100. Are there any plans to support a load > address and entry point larger than 32 b

[U-Boot] mkimage and load addresses beyond 4 Gb

2014-11-04 Thread John Jacques
At present, the load address and entry point are both "unsigned int". I'm porting to aarch64, and will run the SPL at 0x803100. mkimage truncates this to 0x3100. Are there any plans to support a load address and entry point larger than 32 bits? ___