You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Thierry Reding 604e61e081 fdt: Add functions to retrieve strings 9 years ago
..
search_dir dtc: Add -i option to support search paths 13 years ago
search_dir_b dtc: Add -i option to support search paths 13 years ago
.gitignore fdt: Add a function to count strings 9 years ago
Makefile.tests fdt: Add a function to count strings 9 years ago
add_subnode_with_nops.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
addr_size_cells.c libfdt: Add helpers to read #address-cells and #size-cells 11 years ago
addresses.dts libfdt: Add helpers to read #address-cells and #size-cells 11 years ago
aliases.dts Ensure all tests have matching reg and unit address 11 years ago
appendprop.dts libfdt: Add helpers for 64-bit integer properties 13 years ago
appendprop1.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
appendprop2.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
asm_tree_dump.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
bad-empty-ranges.dts
bad-name-property.dts
bad-ncells.dts
bad-reg-ranges.dts
bad-size-cells.dts Fix crash with poorly defined #size-cells 10 years ago
bad-string-props.dts
base01.asm
base01.cmd
base01.dts
base01.stderr
boot-cpuid.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
boot-cpuid.dts
char_literal.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
char_literal.dts dtc: Support character literals in cell lists 13 years ago
comments-cmp.dts
comments.dts
data.S
default-addr-size.dts
del_node.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
del_property.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
delete_reinstate_multilabel.dts dtc: fix for_each_*() to skip first object if deleted 12 years ago
delete_reinstate_multilabel_ref.dts dtc: fix for_each_*() to skip first object if deleted 12 years ago
dependencies.cmp dtc: Implement -d option to write out a dependency file 13 years ago
dependencies.dts dtc: Implement -d option to write out a dependency file 13 years ago
deps_inc1.dtsi dtc: Implement -d option to write out a dependency file 13 years ago
deps_inc2.dtsi dtc: Implement -d option to write out a dependency file 13 years ago
dtb_reverse.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
dtbs_equal_ordered.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
dtbs_equal_unordered.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
dtc-checkfails.sh Allow toggling of semantic checks 12 years ago
dtc-fails.sh Allow toggling of semantic checks 12 years ago
dtc-fatal.sh
dumptrees.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
dup-nodename.dts
dup-phandle.dts
dup-propname.dts
embedded_nul.dts Properly handle embedded nul delimited string lists 10 years ago
embedded_nul_equiv.dts Properly handle embedded nul delimited string lists 10 years ago
empty.dts
escapes.dts
extra-terminating-null.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
extra-terminating-null.dts
fdtdump-runtest.sh Add a basic test for fdtdump 10 years ago
fdtdump.dts fdtdump: Fix bug printing bytestrings with negative values 9 years ago
fdtget-runtest.sh fdtget-runtest.sh: use printf instead of /bin/echo -e 12 years ago
fdtput-runtest.sh Don't use diff to check fdt{get,put} results 13 years ago
find_property.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
get_alias.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
get_mem_rsv.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
get_name.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
get_path.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
get_phandle.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
getprop.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
incbin.bin
incbin.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
incbin.dts
include0.dts
include1.dts Ensure all tests have matching reg and unit address 11 years ago
include2.dts
include3.dts
include4.dts
include5.dts
include5a.dts libfdt: Add helpers for 64-bit integer properties 13 years ago
include6.dts
include7.dts Ensure all tests have matching reg and unit address 11 years ago
include8.dts Ensure all tests have matching reg and unit address 11 years ago
integer-expressions.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
label01.dts
label_repeated.dts Add test for re-defining an identical label 12 years ago
line_directives.dts dtc: ensure #line directives don't consume data from the next line 12 years ago
lorem.txt Generate test data for fdtput more sensibly 13 years ago
mangle-layout.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
mangle-layout.supp
minusone-phandle.dts
move_and_save.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
multilabel.dts Fix bug with references to root node 11 years ago
multilabel_merge.dts Fix bug with references to root node 11 years ago
node_check_compatible.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
node_offset_by_compatible.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
node_offset_by_phandle.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
node_offset_by_prop_value.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
nonexist-label-ref.dts
nonexist-node-ref.dts
nonexist-node-ref2.dts Add merging of labelled subnodes. This patch allows the following 14 years ago
nop_node.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
nop_property.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
nopulate.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
notfound.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
obsolete-chosen-interrupt-controller.dts
open_pack.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
open_pack.supp
parent_offset.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
path-references.c Fix bug with references to root node 11 years ago
path-references.dts Fix bug with references to root node 11 years ago
path_offset.c Add testcases for fdt_path_offset_namelen() 10 years ago
path_offset_aliases.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
phandle_format.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
prop-after-subnode.dts
propname_escapes.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
propname_escapes.dts dtc: cpp co-existence: allow names starting with # to be escaped 12 years ago
references.c Fix bug with references to root node 11 years ago
references.dts Fix bug with references to root node 11 years ago
reg-ranges-root.dts
reuse-label.dts
reuse-label1.dts
reuse-label2.dts
reuse-label3.dts
reuse-label4.dts
reuse-label5.dts
reuse-label6.dts
root_node.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
run_tests.sh fdt: Add a function to count strings 9 years ago
rw_tree1.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
search_paths.dts dtc: Add -i option to support search paths 13 years ago
search_paths_b.dts dtc: Add -i option to support search paths 13 years ago
set_name.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
setprop.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
setprop_inplace.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
sized_cells.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
sized_cells.dts dtc: Add support for variable sized elements 13 years ago
sourceoutput.dts Fix an off-by-2 error in the source output code 10 years ago
string_escapes.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
stringlist.c fdt: Add functions to retrieve strings 9 years ago
stringlist.dts fdt: Add a function to count strings 9 years ago
subnode_iterate.c libfdt: Add fdt_next_subnode() to permit easy subnode iteration 12 years ago
subnode_iterate.dts libfdt: Add fdt_next_subnode() to permit easy subnode iteration 12 years ago
subnode_offset.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
supernode_atdepth_offset.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
sw_tree1.c Fix valgrind errors in sw_tree1 11 years ago
sw_tree1.supp Fix valgrind errors in sw_tree1 11 years ago
test01.asm
test01.dts
test01.stderr
test_kernel_dts
test_tree1.dts dtc: Add ability to delete nodes and properties 12 years ago
test_tree1_body.dtsi Ensure all tests have matching reg and unit address 11 years ago
test_tree1_delete.dts dtc: Add ability to delete nodes and properties 12 years ago
test_tree1_label_noderef.dts dtc: parser: Add label while overriding nodes 10 years ago
test_tree1_merge.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_merge_labelled.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_merge_path.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong1.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong2.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong3.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong4.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong5.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong6.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong7.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong8.dts Ensure all tests have matching reg and unit address 11 years ago
test_tree1_wrong9.dts Ensure all tests have matching reg and unit address 11 years ago
testdata.h libfdt: Add helpers for 64-bit integer properties 13 years ago
tests.h libfdt: Add helpers for 64-bit integer properties 13 years ago
tests.sh Add a basic test for fdtdump 10 years ago
testutils.c Remove duplicate assignment 11 years ago
trees.S Ensure all tests have matching reg and unit address 11 years ago
truncated_property.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
utilfdt_test.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
value-labels.c dtc/tests: don't include fdt.h prior to libfdt.h 12 years ago
value-labels.dts
zero-phandle.dts