Re: [PATCH 3/3 RFC] dt: add documentation of ARM dt boot interface
From: Grant Likely <hidden>
Date: 2011-01-31 18:03:43
Also in:
linuxppc-dev, lkml
On Mon, Jan 31, 2011 at 11:00 AM, Stephen Neuendorffer [off-list ref] wrote:
quoted
-----Original Message----- From: linuxppc-dev-bounces+stephen=neuendorffer.name@lists.ozlabs.org[mailto:linuxppc-dev-quoted
bounces+stephen=neuendorffer.name@lists.ozlabs.org] On Behalf Of GrantLikelyquoted
Sent: Sunday, January 30, 2011 11:46 PM To: devicetree-discuss@lists.ozlabs.org;linuxppc-dev@lists.ozlabs.org; linux-kernel@vger.kernel.orgquoted
Cc: sam@ravnborg.org Subject: [PATCH 3/3 RFC] dt: add documentation of ARM dt bootinterfacequoted
Signed-off-by: Grant Likely <redacted> --- For RFC only. I do not plan to merge this change yet. g. Documentation/devicetree/booting-without-of.txt | 40+++++++++++++++++++++++quoted
1 files changed, 40 insertions(+), 0 deletions(-)diff --git a/Documentation/devicetree/booting-without-of.txtb/Documentation/devicetree/booting-quoted
without-of.txt index 6bca668..3950aea 100644--- a/Documentation/devicetree/booting-without-of.txt +++ b/Documentation/devicetree/booting-without-of.txtIn order to make this more generic, perhaps it should change names, so that it is actually a description of what the file describes, as opposed to what it doesn't describe. "booting.txt"?
I though about that, but I think I'd like to leave it as-is for the time being so that it is easier for people to find where it has moved to.
quoted
@@ -13,6 +13,7 @@ Table of ContentsI - Introduction 1) Entry point for arch/powerpc + 2) Entry point for arch/armWe should probably include microblaze here too...
Awesome, thanks for volunteering to write the patch! :-) g.