]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] Update documentation for flat device tree format v17
authorDavid Gibson <david@gibson.dropbear.id.au>
Wed, 14 Mar 2007 00:50:40 +0000 (11:50 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 16 Mar 2007 05:38:19 +0000 (16:38 +1100)
commit0e0293c898c424c52e5d4e7f6923a203d06b9c4b
tree54078533f47d45c0840095901e416dfa543393ba
parenta782a9e3a12bcea4916117b0832016c24fffeb85
[POWERPC] Update documentation for flat device tree format v17

This patch updates booting-without-of.txt to describe version 17 of
the flattened device tree format.  Version 17 is a small, backwards
compatible change from version 16, adding an extra field giving the
size of the device tree's structure block.  At this time, the kernel
has no use for the extra information, however its presence can make
life easier for bootloaders or other software manipulating the tree.

In addition this patch adds information on the size_dt_strings field
of the device tree header, present since version 3 of the flattened
tree format, but omitted from the documentation.  It also makes
changes to consistently refer to versions 16 and 17 as versions 16 and
17 in decimal, rather than version 0x10 which was occasionally used
for version 16 previously.

Finally, we also add the new field to the definition of the device
tree header structure in prom.h

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Acked-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Documentation/powerpc/booting-without-of.txt
include/asm-powerpc/prom.h