[PATCH] powerpc: Add flattened device tree documentation
authorDavid Gibson <dwg@au1.ibm.com>
Wed, 1 Feb 2006 11:05:22 +0000 (03:05 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:14 +0000 (08:53 -0800)
commitc125a1838a95604eb35b60259a8d678dc193f7e4
treeb69248f31ba0b55d5167a7751d5fd4bac72147af
parentf7b8988ff50d99c99746f65f420364e91362c065
[PATCH] powerpc: Add flattened device tree documentation

The flattened device tree is the only supported way of booting ARCH=powerpc
kernels on non Open Firmware machines.  The documentation for the flattened
tree format and contents has been discussed on mailing lists and lately has
been living in the dtc git tree.  Really, it ought to go in the kernel's
Documentation directory for maximum visibility.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/powerpc/booting-without-of.txt [new file with mode: 0644]