From: York Sun <yorksun@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 09/22][v2] armv8/ls2085a: Increase the supported kernel size
Date: Thu, 28 May 2015 12:02:19 -0700 [thread overview]
Message-ID: <5567663B.2070507@freescale.com> (raw)
In-Reply-To: <BY1PR0301MB13034D1479A5765EC4D8FFFC82CA0@BY1PR0301MB1303.namprd03.prod.outlook.com>
On 05/28/2015 11:58 AM, Sharma Bhupesh-B45370 wrote:
> Hi York,
>
> Sorry for missing this comment on v1.
>
>> From: Sun York-R58495
>> Sent: Thursday, May 28, 2015 9:31 PM
>>
>> On 05/28/2015 02:24 AM, Prabhakar Kushwaha wrote:
>>> From: Bhupesh Sharma <bhupesh.sharma@freescale.com>
>>>
>>> Increases the kernel size supported for LS2085A platforms:-
>>> - Update environment variables
>>> - Add ramdisk_size in bootargs env variable
>>> - Define CONFIG_SYS_BOOTM_LEN to 64MB
>>>
>>> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@freescale.com>
>>> Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com>
>>> ---
>>> Changes for v2: sending as it is for patch set
>>>
>>> include/configs/ls2085a_common.h | 9 ++++++---
>>> include/configs/ls2085aqds.h | 2 +-
>>> include/configs/ls2085ardb.h | 2 +-
>>> 3 files changed, 8 insertions(+), 5 deletions(-)
>>>
>>> diff --git a/include/configs/ls2085a_common.h
>> b/include/configs/ls2085a_common.h
>>> index 749c58d..a33b8a9 100644
>>> --- a/include/configs/ls2085a_common.h
>>> +++ b/include/configs/ls2085a_common.h
>>> @@ -248,13 +248,13 @@ unsigned long long get_qixis_addr(void);
>>> "initrd_high=0xffffffffffffffff\0" \
>>> "kernel_start=0x581200000\0" \
>>> "kernel_load=0xa0000000\0" \
>>> - "kernel_size=0x1000000\0" \
>>> + "kernel_size=0x2000000\0" \
>>> "console=ttyAMA0,38400n8\0"
>>
>> I didn't get a respond to my question for v1. How is kernel_size variable
>> used?
>
> This variable is used for our default bootcmd to define the kernel size which needs to be copied
> from the address pointed by the 'kernel_start' variable to the address pointed to by
> the 'kernel_load' variable:
>
> #define CONFIG_BOOTCOMMAND "cp.b $kernel_start $kernel_load " \
> "$kernel_size && bootm $kernel_load"
>
Got it. It is just a short-hand for copying images from NOR flash to RAM.
York
next prev parent reply other threads:[~2015-05-28 19:02 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-28 9:23 [U-Boot] [PATCH 01/22][v2] armv8/ls2085ardb: Add eth & phy f/w loading support Prabhakar Kushwaha
2015-05-28 9:23 ` [U-Boot] [PATCH 02/22][v2] armv8/ls2085ardb: add hwconfig setting for eSDHC Prabhakar Kushwaha
2015-05-28 9:23 ` [U-Boot] [PATCH 03/22][v2] armv8/ls2085a: Enable Date command for QDS and RDB Prabhakar Kushwaha
2015-05-28 9:23 ` [U-Boot] [PATCH 04/22][v2] armv8/ls2085aqds: Add support of SerDes protocol 0x49 Prabhakar Kushwaha
2015-05-28 9:23 ` [U-Boot] [PATCH 05/22][v2] armv8/ls2085a: Update LS2085a PCIe compatible Prabhakar Kushwaha
2015-05-28 9:23 ` [U-Boot] [PATCH 06/22][v2] armv8/ls2085a: call ft_pcie_setup() to change dts status Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 07/22][v2] armv8/ls2085qds: Update SFP TX bit as "0" to enable XFI Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 08/22][v2] armv8/ls2085rdb: Update PCA9547PW slave address Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 09/22][v2] armv8/ls2085a: Increase the supported kernel size Prabhakar Kushwaha
2015-05-28 16:00 ` York Sun
2015-05-28 18:58 ` Sharma Bhupesh
2015-05-28 19:02 ` York Sun [this message]
2015-05-28 9:24 ` [U-Boot] [PATCH 10/22][v2] board/fsl/common: Fix eeprom system version endianness Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 11/22][v2] armv8/ls2085RDB: Update board version print logic Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 12/22][v2] armv8/fsl-lsch3: Fix DDR speed message Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 13/22][v2] armv8/fsl-ch3: Add support to print SoC personality Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 14/22][v2] armv8/ls2085a: Avoid hard-coding for board name print Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 15/22][v2] driver/ddr/fsl: Add a hook to update SPD address Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 16/22][v2] armv8/ls2085ardb: Fix SPD address error on early boards Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 17/22][v2] armv8/ls2085a: Expose all DDR region(s) to Linux Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 18/22][v2] armv8/ls2085a: Update SoC README for DDR layout Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 19/22][v2] driver/fsl_debug_server: Fix the DDR hide logic for LS2085a Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 20/22][v2] arm/errata: Update required bits for A57 cores erratas Prabhakar Kushwaha
2015-05-28 9:24 ` [U-Boot] [PATCH 21/22][v2] armv8/fsl-lsch3: Support 256M mem split for MC & dbg-srvr Prabhakar Kushwaha
2015-06-01 15:37 ` York Sun
2015-05-28 9:24 ` [U-Boot] [PATCH 22/22][v2] armv8/ls2085a: enable debug server Prabhakar Kushwaha
2015-06-03 15:14 ` [U-Boot] [PATCH 01/22][v2] armv8/ls2085ardb: Add eth & phy f/w loading support 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=5567663B.2070507@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox