From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC v2] Fix memory commands for 64-bit platforms
Date: Thu, 13 Feb 2014 08:57:21 -0800 [thread overview]
Message-ID: <52FCF971.7070208@freescale.com> (raw)
In-Reply-To: <20140213071621.3869B3805FF@gemini.denx.de>
On 02/12/2014 11:16 PM, Wolfgang Denk wrote:
> Dear York Sun,
>
> In message <1392249335-29538-1-git-send-email-yorksun@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@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@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
next prev parent reply other threads:[~2014-02-13 16:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-12 23:55 [U-Boot] [RFC v2] Fix memory commands for 64-bit platforms York Sun
2014-02-13 7:16 ` Wolfgang Denk
2014-02-13 16:57 ` York Sun [this message]
2014-02-13 17:22 ` Wolfgang Denk
2014-02-21 19:59 ` [U-Boot] [U-Boot, RFC, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52FCF971.7070208@freescale.com \
--to=yorksun@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.