From: Tom Rini <trini@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 12:13:01 -0400 [thread overview]
Message-ID: <515B038D.5070907@ti.com> (raw)
In-Reply-To: <515AFA30.6020706@ti.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 04/02/2013 11:33 AM, Sricharan R wrote:
> 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)
Right. I'm saying we should be pulling from the Linux filesystem for
our kernel / device tree and move people toward pulling from EXT*
(where the distro or vendor has provided them with a reasonable
kernel, or they've updated their own there) and away from FAT.
- --
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQIcBAEBAgAGBQJRWwONAAoJENk4IS6UOR1WnNsP/2H1huM1H3Ii+DtanBGyRBKu
+dqQaNB/N2GJ6GjyJv7etxvs6BV5I7n5LaP40Tp8M9m8O7cMBvjXGFqFi1+/Tngo
zuQTu7UHcfsDO4fp3mNoYvj0e74M4bPoWqgOh5HxRifTwzoB4JeFvRH9OsahjFDu
AUtL9XdyZolHBukJHUS0NHEe4Z/k66IglXw+dlJJaIG4Gz32qyp3sz8FgxlYiA/9
Wn0gR/mOj0boVKK03HNi7Twfwlyj67oAUsekI0boDbwr292++3+zBqsccBv9t3Jo
354+XcUUXY8en2v6oFPp/54Tno0qO3ix4YzG3eB1GNmdF564KGkPFlLGALGl/d95
mearLR2wH2ejZ5X9O2q72tdTNDQ5eBSVWVvb2DjzXVIDQ1v9gQ76FvqGpPiYYxrt
kQF4ghO5/hisWFtEXgoDDEbWp9ywVDRJpDLmo6e8yg06j+2z3Atg+iEFdVrTnSNu
Blarhi3nGVOHoVDFRnvlyGMp+30b1YkCwoxy3+ocYuWgcctWJMnOvb+x8rKGVgNU
irjJAztBAjN0LLivwYMNL8grHaSqCoTdKhM/9Ocm9wi9gHMLGA5+pPfpMampIMX2
7fKP0rgR53S+ycPxF7U/yjwJ6jT8QqYjpTZywI02+88q2iV5gWeDQv91tnjEsyhA
T8dz3YqF94lmFMD0HWDU
=+duh
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2013-04-02 16:13 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
2013-04-02 16:13 ` Tom Rini [this message]
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=515B038D.5070907@ti.com \
--to=trini@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox