dtc/tests
David Gibson 07a12a0800 libfdt: Use correct property format
Since its beginning, libfdt has used an incorrect definition of the
format for a property, putting the name offset before length, rather
than the other way around as described in booting-without-of.txt.

This corrects the error, making libfdt actually produce and use trees
which are compatible with the kernel and dtc.

Signed-of-by: David Gibson <david@gibson.dropbear.id.au>
2007-02-23 14:40:14 +11:00
..
.gitignore libfdt: Add dtb files to .gitignore 2006-12-04 11:17:32 +11:00
del_node.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
del_property.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
dumptrees.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
find_property.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
getprop.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
Makefile libfdt: Fix bounds-checking bug in fdt_get_property() 2006-12-14 15:29:25 +11:00
move_and_save.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
nop_node.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
nop_property.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
notfound.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
open_pack.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
path_offset.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
root_node.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
run_tests.sh libfdt: Fix bounds-checking bug in fdt_get_property() 2006-12-14 15:29:25 +11:00
rw_tree1.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
setprop.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
setprop_inplace.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
subnode_offset.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00
sw_tree1.c libfdt: Use void * to refer to device tree blobs 2006-12-15 15:12:47 +11:00
testdata.h libfdt: Fix bounds-checking bug in fdt_get_property() 2006-12-14 15:29:25 +11:00
tests.h libfdt: Add fdt_strerror() function to library 2006-12-21 09:57:08 +11:00
testutils.c libfdt: Fix fdt_strerror() bugs 2007-02-23 14:40:10 +11:00
trees.S libfdt: Use correct property format 2007-02-23 14:40:14 +11:00
truncated_property.c libfdt: More consistent handling of returned error codes. 2006-12-15 15:12:51 +11:00