From: Sricharan R <r.sricharan@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree
Date: Tue, 2 Apr 2013 21:03:04 +0530 [thread overview]
Message-ID: <515AFA30.6020706@ti.com> (raw)
In-Reply-To: <20130401192005.GB19465@bill-the-cat>
Hi Tom,
On Tuesday 02 April 2013 12:50 AM, Tom Rini wrote:
> On Mon, Apr 01, 2013 at 09:22:41PM +0530, Sricharan R wrote:
>
>> Now with kernel moving to all device tree, the default
>> boot command is changed to pass the device tree blob.
>> Also, adding the findfdt command to get the dt-blob
>> based on the board.
>>
>> Thanks to Tom Rini <trini@ti.com> for suggesting this.
>>
>> Signed-off-by: Sricharan R <r.sricharan@ti.com>
> [snip]
>> @@ -145,6 +149,10 @@
>> "loadaddr=0x82000000\0" \
>> "console=ttyO2,115200n8\0" \
>> "fdt_high=0xffffffff\0" \
>> + "fdtaddr=0x80f80000\0" \
>> + "bootpart=0:1\0" \
>> + "bootdir=\0" \
>> + "bootfile=uImage\0" \
>
> What about 0:2 and /boot, ala am335x_evm as well? I'm not aware of any
> distributions being really clever and mounting the FAT partition to
> /boot and I know some that have been expecting and using their
> ext*-located kernels for a while for various TI platforms. And wer're
> moving in that latter direction too :) Thanks!
>
Sorry, i am not clear here. You mean default partition should be '2' and
not '1'. why ?. Is there any ordering like FAT-1, EXT2-2, etc ?
The reason i added 0:1, was we generally have boot FAT as partition '1'
and directly take images from there, without any hierarchies (/boot)
Regards,
Sricharan
next prev parent reply other threads:[~2013-04-02 15:33 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-01 15:52 [U-Boot] [PATCH V4 0/5] ARM: OMAP4/5: Add support to boot with device tree as default Sricharan R
2013-04-01 15:52 ` [U-Boot] [PATCH V4 1/5] ARM: OMAP5: Rename omap5_evm to omap5_uevm Sricharan R
2013-04-01 15:52 ` [U-Boot] [PATCH V4 2/5] ARM: OMAP5: Set fdt_high to enable booting with Device tree Sricharan R
2013-04-01 15:52 ` [U-Boot] [PATCH V4 3/5] omap5: Allow use of a plain text env file Sricharan R
2013-04-01 15:52 ` [U-Boot] [PATCH V4 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree Sricharan R
2013-04-01 19:20 ` Tom Rini
2013-04-02 15:33 ` Sricharan R [this message]
2013-04-02 16:13 ` Tom Rini
2013-04-02 17:07 ` Sricharan R
2013-04-05 5:54 ` Sricharan R
2013-04-05 5:54 ` [U-Boot] [PATCH V4 5/5] ARM: OMAP4/5: Make bootz as the default boot command Sricharan R
2013-04-05 7:06 ` Albert ARIBAUD
2013-04-05 7:14 ` Sricharan R
2013-04-05 8:08 ` Albert ARIBAUD
2013-04-05 8:28 ` Sricharan R
2013-04-05 9:39 ` [U-Boot] [PATCH V4 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree Sricharan R
2013-04-05 9:39 ` [U-Boot] [PATCH V4 5/5] ARM: OMAP4/5: Make bootz as the default boot command Sricharan R
2013-04-01 15:52 ` Sricharan R
2013-04-08 16:58 ` [U-Boot] [PATCH V4 0/5] ARM: OMAP4/5: Add support to boot with device tree as default 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=515AFA30.6020706@ti.com \
--to=r.sricharan@ti.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.