dtc/libfdt
David Gibson d75b33af67 Support ePAPR compliant phandle properties
Currently, the Linux kernel, libfdt and dtc, when using flattened
device trees encode a node's phandle into a property named
"linux,phandle".  The ePAPR specification, however - aiming as it is
to not be a Linux specific spec - requires that phandles be encoded in
a property named simply "phandle".

This patch adds support for this newer approach to dtc and libfdt.
Specifically:

	- fdt_get_phandle() will now return the correct phandle if it
          is supplied in either of these properties

	- fdt_node_offset_by_phandle() will correctly find a node with
          the given phandle encoded in either property.

	- By default, when auto-generating phandles, dtc will encode
          it into both properties for maximum compatibility.  A new -H
          option allows either only old-style or only new-style
          properties to be generated.

	- If phandle properties are explicitly supplied in the dts
	  file, dtc will not auto-generate ones in the alternate format.

	- If both properties are supplied, dtc will check that they
          have the same value.

	- Some existing testcases are updated to use a mix of old and
          new-style phandles, partially testing the changes.

	- A new phandle_format test further tests the libfdt support,
          and the -H option.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2009-11-26 15:06:17 -06:00
..
Makefile.libfdt libfdt: Introduce libfdt shared library 2009-01-02 09:00:52 -06:00
TODO dtc: Update TODO files 2007-12-19 08:20:26 -06:00
fdt.c libfdt: Rework/cleanup fdt_next_tag() 2009-02-06 11:19:14 -06:00
fdt.h Fix whitespace in libfdt/fdt.h 2007-11-28 09:44:27 -06:00
fdt_ro.c Support ePAPR compliant phandle properties 2009-11-26 15:06:17 -06:00
fdt_rw.c libfdt: Rework/cleanup fdt_next_tag() 2009-02-06 11:19:14 -06:00
fdt_strerror.c libfdt: Increase namespace-pollution paranoia 2008-07-14 12:36:27 -05:00
fdt_sw.c Fix a possible overflow case detected by gcc 4.3.2 2009-02-23 13:33:00 -06:00
fdt_wip.c libfdt: Rework fdt_next_node() 2009-02-06 11:19:10 -06:00
libfdt.h libfdt: Fix C++ compile-time cast error on gnu 4.2.1 2009-03-04 08:10:53 -06:00
libfdt_env.h dtc: Address an assortment of portability problems 2008-07-14 12:21:18 -05:00
libfdt_internal.h libfdt: Rework/cleanup fdt_next_tag() 2009-02-06 11:19:14 -06:00
version.lds libfdt: Add version.lds file 2009-01-02 08:56:42 -06:00