From: Paul Mackerras <paulus@samba.org>
To: Scott Wood <scottwood@freescale.com>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH 2/5] bootwrapper: Add CONFIG_DEVICE_TREE
Date: Thu, 12 Apr 2007 14:42:51 +1000 [thread overview]
Message-ID: <17949.47307.827348.233684@cargo.ozlabs.ibm.com> (raw)
In-Reply-To: <20070326205226.GB2931@ld0162-tx32.am.freescale.net>
Scott Wood writes:
> This provides a way to tell the bootwrapper makefile which device tree to
> include by default. The wrapper can still be invoked standalone to wrap
> with a different device tree without reconfiguring the kernel, if that is
> desired.
...
> +config DEVICE_TREE
> + string "Static device tree source file"
> + help
> + This specifies the device tree source (.dts) file to be
> + compiled and included when building the bootwrapper.
> + If a relative filename is given, then it will be relative
> + to arch/powerpc/boot/dts.
> +
> + This is required when building a cuImage target for an
> + older U-Boot, which cannot pass a device tree itself.
> + Such a kernel will not work with a newer U-Boot that
> + tries to pass a device tree (unless you tell it not to).
> + If your U-Boot does not mention a device tree in
> + "help bootm", then use the cuImage target and specify
> + a device tree here. Otherwise, use the uImage target.
Hmmm, I'm not sure that I want to be asked about CONFIG_DEVICE_TREE on
*all* powerpc platforms... Surely this option should depend on
something that says we're including support for a uBoot-able platform?
Paul.
next prev parent reply other threads:[~2007-04-12 4:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-26 20:51 [PATCH 0/5] bootwrapper: cuImage Scott Wood
2007-03-26 20:52 ` [PATCH 1/5] bootwrapper: Add dt_xlate_reg(), and use it to find serial registers Scott Wood
2007-03-26 20:52 ` [PATCH 2/5] bootwrapper: Add CONFIG_DEVICE_TREE Scott Wood
2007-04-12 4:42 ` Paul Mackerras [this message]
2007-04-12 15:36 ` Scott Wood
2007-04-12 16:11 ` Kumar Gala
2007-04-12 16:17 ` Scott Wood
2007-04-12 16:49 ` Kumar Gala
2007-03-26 20:52 ` [PATCH 3/5] bootwrapper: Add a cuboot platform and a cuImage target Scott Wood
2007-03-26 20:52 ` [PATCH 4/5] bootwrapper: Add ppcboot.h Scott Wood
2007-03-26 20:52 ` [PATCH 5/5] bootwrapper: cuboot for 83xx Scott Wood
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=17949.47307.827348.233684@cargo.ozlabs.ibm.com \
--to=paulus@samba.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=scottwood@freescale.com \
/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;
as well as URLs for NNTP newsgroup(s).