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

Wolfgang Denk wd at denx.de
Thu Feb 13 08:16:21 CET 2014


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.

Thanks in advance.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The following statement is not true.  The previous statement is true.


More information about the U-Boot mailing list