From: Stephen Warren <swarren@wwwdotorg.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files
Date: Mon, 03 Dec 2012 17:57:37 -0700 [thread overview]
Message-ID: <50BD4A81.7020608@wwwdotorg.org> (raw)
In-Reply-To: <CAPnjgZ3d9stM=9dHzAi4UTMD_-ef_Dcr5FOXLo=reSm2y4jqvQ@mail.gmail.com>
On 12/03/2012 05:49 PM, Simon Glass wrote:
> Hi Stephen,
>
> On Mon, Dec 3, 2012 at 4:40 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
>> On 12/03/2012 04:45 PM, Tom Warren wrote:
>>> These are stripped down for bringup, They'll be filled out later
>>> to match-up with the kernel DT contents, and/or as devices are
>>> brought up (mmc, usb, spi, etc.).
>>>
>>> Signed-off-by: Tom Warren <twarren@nvidia.com>
>>
>>> diff --git a/arch/arm/dts/tegra30.dtsi b/arch/arm/dts/tegra30.dtsi
>>
>>> +/ {
>>> + model = "NVIDIA Tegra30";
>>
>> We don't really need a model property here, but it's not a big deal.
>
> We do actually use it in U-Boot (in ARM patches on the mailing list).
Hmmm. The tegra20.dtsi file doesn't have one...
>>> diff --git a/board/nvidia/dts/tegra30-cardhu.dts b/board/nvidia/dts/tegra30-cardhu.dts
>>
>>> +/memreserve/ 0x1c000000 0x04000000;
>>
>> /memreserve/ isn't correct for U-Boot; no memory should be reserved.
>
> But don't we want to use the same fdt for U-Boot as the kernel?
The only reason for a memreserve are:
a) To reserve the current display frame-buffer. This is a run-time thing
that U-Boot should add to the DTB itself, not pre-populated in the DT.
b) To reserve memory for some kind of co-processor. We shouldn't be
using memreserve for this any more, but rather allocating the memory
dynamically in the kernel.
So irrespective of the answer to your question we should still remove this.
Re: your question: Perhaps, but we're so far away from that right now,
it almost doesn't seem worth caring yet. Also, while we should certainly
use the same bindings, I'm not sure we should use the same actual .dtb
file bitstream, since the .dtb passed to the kernel should be loaded
from the filesystem/... where the kernel zImage was, not embedded into
the bootloader.
next prev parent reply other threads:[~2012-12-04 0:57 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-03 23:45 [U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC Tom Warren
2012-12-03 23:45 ` [U-Boot] [PATCH v2 1/7] Tegra30: Add arch-tegra30 include files Tom Warren
2012-12-04 0:22 ` Stephen Warren
2012-12-04 17:42 ` Tom Warren
2012-12-03 23:45 ` [U-Boot] [PATCH v2 2/7] Tegra30: Add AVP (arm720t) files Tom Warren
2012-12-04 0:34 ` Stephen Warren
2012-12-04 17:47 ` Tom Warren
2012-12-03 23:45 ` [U-Boot] [PATCH v2 3/7] Tegra30: Add CPU (armv7) files Tom Warren
2012-12-04 0:36 ` Stephen Warren
2012-12-03 23:45 ` [U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files Tom Warren
2012-12-05 20:37 ` Stephen Warren
2012-12-05 21:32 ` Tom Warren
2012-12-05 21:38 ` Stephen Warren
2012-12-05 21:43 ` Tom Warren
2012-12-03 23:45 ` [U-Boot] [PATCH v2 5/7] Tegra30: Cardhu: Add DT files Tom Warren
2012-12-04 0:40 ` Stephen Warren
2012-12-04 0:49 ` Simon Glass
2012-12-04 0:57 ` Stephen Warren [this message]
2012-12-04 1:01 ` Simon Glass
2012-12-04 20:29 ` Tom Warren
2012-12-03 23:45 ` [U-Boot] [PATCH v2 6/7] Tegra30: Add generic Tegra30 build support Tom Warren
2012-12-04 0:42 ` Stephen Warren
2012-12-04 19:48 ` Tom Warren
2012-12-03 23:45 ` [U-Boot] [PATCH v2 7/7] Tegra30: Add/enable Cardhu build (T30 reference board) Tom Warren
2012-12-04 0:53 ` Stephen Warren
2012-12-04 20:22 ` Tom Warren
2012-12-04 20:40 ` Lucas Stach
2012-12-04 21:28 ` Tom Warren
2012-12-04 22:41 ` Stephen Warren
2012-12-08 20:00 ` Simon Glass
2012-12-10 17:05 ` Tom Warren
2012-12-10 19:04 ` Simon Glass
2012-12-04 22:43 ` Stephen Warren
2012-12-05 20:30 ` Tom Warren
2012-12-04 0:07 ` [U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC Stephen Warren
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=50BD4A81.7020608@wwwdotorg.org \
--to=swarren@wwwdotorg.org \
--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