[U-Boot] [RFC v2] Fix memory commands for 64-bit platforms

York Sun yorksun at freescale.com
Thu Feb 13 17:57:21 CET 2014


On 02/12/2014 11:16 PM, Wolfgang Denk wrote:
> Dear York Sun,
> 
> In message <1392249335-29538-1-git-send-email-yorksun at freescale.com> you wrote:
>> For aarch64, unsigned long is 64-bit data. Memory commands should be fixed
>> with u32 for 32-bit address access. To be clear, ushort is replace with
>> u16, u_char is replaced with u8.
>>
>> Signed-off-by: York Sun <yorksun at freescale.com>
>> ---
>> Change log:
>>  v1: Replace ulong with u32, ushort with u16, u_char with u8. Add 64-bit data support.
>>  v2: Drop 64-bit data support. Change subject.
> 
> Acked-by: Wolfgang Denk <wd at denx.de>
> 
> 
> Can you please submit another patch adding the 64 bit support again?
> I agree with Albert's comment that it makes sense to implement it such
> that it is automatically active on 64 bit systems, but can optionally
> also enabled on 32 bit systems.
> 

OK. Will do.

Since you acked this patch, I will let Tom pick it up without resending a new
version with RFC removed from subject.

York





More information about the U-Boot mailing list