All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bhaskar Upadhaya <bhaskar.upadhaya@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env
Date: Fri, 6 Oct 2017 10:50:52 +0000	[thread overview]
Message-ID: <AM3PR04MB4495D21B05703302FE5758C8C710@AM3PR04MB449.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <VI1PR04MB20780B98D37723D61804F8D09A970@VI1PR04MB2078.eurprd04.prod.outlook.com>



-----Original Message-----
From: York Sun 
Sent: Wednesday, September 06, 2017 9:51 PM
To: Bhaskar Upadhaya <bhaskar.upadhaya@nxp.com>; u-boot at lists.denx.de
Subject: Re: [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel,env

On 09/01/2017 02:54 AM, Bhaskar Upadhaya wrote:
> This patch adjusts memory map for images on LS1012A
>      as per below memory map:
>      Image                               Flash Offset
>      RCW+PBI                             0x00000000
>      Boot firmware (U-Boot)              0x00100000

You are changing "kernel_addr" below.
[Bhaskar] Hi York, kernel_addr is not changed, only kernel_start is changed, so please tell does the comment is to change the Commit message or something else.

<snip>
> @@ -97,7 +97,7 @@
>   	"kernel_addr=0x100000\0"		\
>   	"fdt_high=0xffffffffffffffff\0"		\
>   	"initrd_high=0xffffffffffffffff\0"	\
> -	"kernel_start=0xa00000\0"		\
> +	"kernel_start=0x1000000\0"		\
>   	"kernel_load=0xa0000000\0"		\
>   	"kernel_size=0x2800000\0"		\

York

  reply	other threads:[~2017-10-06 10:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-01  4:59 [U-Boot] [PATCH 1/1] armv8: ls1012a: Memory Map modification of kernel, env Bhaskar Upadhaya
2017-09-06 16:20 ` York Sun
2017-10-06 10:50   ` Bhaskar Upadhaya [this message]
2017-10-06 15:19     ` York Sun

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=AM3PR04MB4495D21B05703302FE5758C8C710@AM3PR04MB449.eurprd04.prod.outlook.com \
    --to=bhaskar.upadhaya@nxp.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.