All of lore.kernel.org
 help / color / mirror / Atom feed
From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: ls102xa: Adjust the load address of U-Boot for NOR boot
Date: Fri, 22 May 2015 13:56:28 -0700	[thread overview]
Message-ID: <555F97FC.9010305@freescale.com> (raw)
In-Reply-To: <1429603478-43057-1-git-send-email-b18965@freescale.com>



On 04/21/2015 01:04 AM, Alison Wang wrote:
> The original load address of U-Boot is 0x67f80000. The address
> space of NOR flash is 0x60000000 to 0x67ffffff. It will cause
> the size of u-boot couldn't be larger than 512K. As more features
> are supported in u-boot, the size of u-boot is larger than 512K.
> 
> To fix this issue, the load address of U-Boot for NOR boot is
> adjusted to 0x60100000.
> 
> In RCW, the PBI command needs to change as follows:
>  .pbi
> -write 0xee0200, 0x67f80000
> +write 0xee0200, 0x60100000
>  .end
> 
> Signed-off-by: Alison Wang <alison.wang@freescale.com>
> ---

Applied to u-boot-fsl-qoriq master. Awaiting upstream.

York

      reply	other threads:[~2015-05-22 20:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-21  8:04 [U-Boot] [PATCH] arm: ls102xa: Adjust the load address of U-Boot for NOR boot Alison Wang
2015-05-22 20:56 ` York Sun [this message]

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=555F97FC.9010305@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.