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.
 
 
 
 
 
 
Minghuan Lian a31e3ef83b libfdt: Add support for appending the values to a existing property 13 years ago
..
.gitignore dtc: Add support for variable sized elements 13 years ago
Makefile.tests dtc: Add support for variable sized elements 13 years ago
add_subnode_with_nops.c libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() 17 years ago
aliases.dts libfdt: Add support for using aliases in fdt_path_offset() 16 years ago
appendprop.dts libfdt: Add support for appending the values to a existing property 13 years ago
appendprop1.c libfdt: Add support for appending the values to a existing property 13 years ago
appendprop2.c libfdt: Add support for appending the values to a existing property 13 years ago
asm_tree_dump.c dtc: Make asm output more portable and add testcases 16 years ago
bad-empty-ranges.dts dtc: Convert #address-cells and #size-cells related checks 17 years ago
bad-name-property.dts dtc: Convert "name" property checking to new infrastructure 17 years ago
bad-ncells.dts dtc: Migrate "one cell" checks to new framework 17 years ago
bad-reg-ranges.dts dtc: Convert #address-cells and #size-cells related checks 17 years ago
bad-string-props.dts dtc: Migrate "string property" checks to new framework 17 years ago
base01.asm Add some initial test cases. 18 years ago
base01.cmd Add some initial test cases. 18 years ago
base01.dts Remove support for the legacy DTS source file format. 16 years ago
base01.stderr Add some initial test cases. 18 years ago
boot-cpuid.c dtc: Rework handling of boot_cpuid_phys 17 years ago
boot-cpuid.dts dtc: Automatically pick a sensible boot_cpuid_phys 15 years ago
char_literal.c dtc: Support character literals in cell lists 13 years ago
char_literal.dts dtc: Support character literals in cell lists 13 years ago
comments-cmp.dts dtc: Fold comment handling test into testsuite 17 years ago
comments.dts dtc: Fold comment handling test into testsuite 17 years ago
data.S dtc: Make asm output more portable and add testcases 16 years ago
default-addr-size.dts dtc: Convert #address-cells and #size-cells related checks 17 years ago
del_node.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
del_property.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
dtb_reverse.c dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
dtbs_equal_ordered.c dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
dtbs_equal_unordered.c dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
dtc-checkfails.sh dtc: Remove some small bashisms from test scripts 17 years ago
dtc-fatal.sh dtc: Remove some small bashisms from test scripts 17 years ago
dumptrees.c dtc: Implement checks for the format of node and property names 17 years ago
dup-nodename.dts dtc: Add testcases for tree checks 17 years ago
dup-phandle.dts dtc: Add testcases for tree checks 17 years ago
dup-propname.dts dtc: Add testcases for tree checks 17 years ago
empty.dts Remove support for the legacy DTS source file format. 16 years ago
escapes.dts Remove support for the legacy DTS source file format. 16 years ago
extra-terminating-null.c dtc: Enable more warnings 15 years ago
extra-terminating-null.dts Fix bug in -Odts with properties containing multiple terminating nulls 15 years ago
find_property.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
get_alias.c dtc: Enable more warnings 15 years ago
get_mem_rsv.c dtc: Restore missing code for testcases 17 years ago
get_name.c dtc: Make many functions 'static' 16 years ago
get_path.c libfdt: Fix bugs in fdt_get_path() 16 years ago
get_phandle.c dtc: Make many functions 'static' 16 years ago
getprop.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
incbin.bin dtc: Add support for binary includes. 17 years ago
incbin.c dtc: Make many functions 'static' 16 years ago
incbin.dts dtc: Add support for binary includes. 17 years ago
include0.dts dtc: Testcase for /include/ directive 17 years ago
include1.dts Support ePAPR compliant phandle properties 15 years ago
include2.dts dtc: Testcase for /include/ directive 17 years ago
include3.dts dtc: Testcase for /include/ directive 17 years ago
include4.dts dtc: Testcase for /include/ directive 17 years ago
include5.dts dtc: Testcase for /include/ directive 17 years ago
include6.dts dtc: Testcase for /include/ directive 17 years ago
include7.dts libfdt: Fix bug in fdt_subnode_offset_namelen() 16 years ago
include8.dts dtc: Testcase for /include/ directive 17 years ago
label01.dts Remove support for the legacy DTS source file format. 16 years ago
mangle-layout.c dtc: Audit and fix valgrind errors 15 years ago
mangle-layout.supp dtc: Assorted improvements to test harness 17 years ago
minusone-phandle.dts dtc: Add testcases for tree checks 17 years ago
move_and_save.c dtc: Enable and fix -Wpointer-arith warnings 17 years ago
multilabel.dts Allow device tree to be modified by additonal device tree sections 15 years ago
multilabel_merge.dts Allow device tree to be modified by additonal device tree sections 15 years ago
node_check_compatible.c dtc: Make many functions 'static' 16 years ago
node_offset_by_compatible.c dtc: Make many functions 'static' 16 years ago
node_offset_by_phandle.c dtc: Make many functions 'static' 16 years ago
node_offset_by_prop_value.c dtc: Make many functions 'static' 16 years ago
nonexist-label-ref.dts dtc: Flexible tree checking infrastructure (v2) 17 years ago
nonexist-node-ref.dts dtc: Fix some lexical problems with references 17 years ago
nonexist-node-ref2.dts Add merging of labelled subnodes. This patch allows the following 14 years ago
nop_node.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
nop_property.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
nopulate.c dtc: Make many functions 'static' 16 years ago
notfound.c dtc: Remove gcc 4.6 "set but not used" warnings 13 years ago
obsolete-chosen-interrupt-controller.dts dtc: Convert check for obsolete /chosen property 17 years ago
open_pack.c dtc: Audit and fix valgrind errors 15 years ago
open_pack.supp dtc: Assorted improvements to test harness 17 years ago
parent_offset.c dtc: Make many functions 'static' 16 years ago
path-references.c dtc: Make many functions 'static' 16 years ago
path-references.dts dtc: Implement path references 17 years ago
path_offset.c dtc: Remove gcc 4.6 "set but not used" warnings 13 years ago
path_offset_aliases.c dtc: Enable more warnings 15 years ago
phandle_format.c Support ePAPR compliant phandle properties 15 years ago
prop-after-subnode.dts dtc: Generate useful error message for properties after subnodes 17 years ago
references.c dtc: Handle linux,phandle properties which self-reference 16 years ago
references.dts Support ePAPR compliant phandle properties 15 years ago
reg-ranges-root.dts dtc: Add a testcase for 'reg' or 'ranges' in / 17 years ago
reuse-label.dts Disallow re-use of the same label within a dts file 15 years ago
reuse-label1.dts Disallow re-use of the same label within a dts file 15 years ago
reuse-label2.dts Disallow re-use of the same label within a dts file 15 years ago
reuse-label3.dts Disallow re-use of the same label within a dts file 15 years ago
reuse-label4.dts Disallow re-use of the same label within a dts file 15 years ago
reuse-label5.dts Disallow re-use of the same label within a dts file 15 years ago
reuse-label6.dts Disallow re-use of the same label within a dts file 15 years ago
root_node.c libfdt: Abolish fdt_offset_ptr_typed() 17 years ago
run_tests.sh dtc: Add support for variable sized elements 13 years ago
rw_tree1.c libfdt: Fix bug in fdt_subnode_offset_namelen() 16 years ago
set_name.c dtc: Make many functions 'static' 16 years ago
setprop.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
setprop_inplace.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
sized_cells.c dtc: Add support for variable sized elements 13 years ago
sized_cells.dts dtc: Add support for variable sized elements 13 years ago
string_escapes.c dtc: Improve -Odts output 17 years ago
subnode_offset.c dtc: Remove gcc 4.6 "set but not used" warnings 13 years ago
supernode_atdepth_offset.c dtc: Make many functions 'static' 16 years ago
sw_tree1.c Support ePAPR compliant phandle properties 15 years ago
test01.asm Add some initial test cases. 18 years ago
test01.dts Remove support for the legacy DTS source file format. 16 years ago
test01.stderr Add some initial test cases. 18 years ago
test_kernel_dts Add a script that compares an "old" and "new" dtc results. 17 years ago
test_tree1.dts Add merging of labelled subnodes. This patch allows the following 14 years ago
test_tree1_dts0.dts libfdt: Fix bug in fdt_subnode_offset_namelen() 16 years ago
test_tree1_merge.dts Add merging of labelled subnodes. This patch allows the following 14 years ago
test_tree1_merge_labelled.dts Add merging of labelled subnodes. This patch allows the following 14 years ago
test_tree1_merge_path.dts Allow nodes to be referenced by path at the top level. 14 years ago
test_tree1_wrong1.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong2.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong3.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong4.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong5.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong6.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong7.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong8.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
test_tree1_wrong9.dts dtc: Extend and better test dtbs_equal utility programs (resend) 15 years ago
testdata.h dtc: Support character literals in cell lists 13 years ago
tests.h Add fdt read/write utility functions 13 years ago
tests.sh dtc: Remove some small bashisms from test scripts 17 years ago
testutils.c Make testutils use utilfdt 13 years ago
trees.S Support ePAPR compliant phandle properties 15 years ago
truncated_property.c dtc: Optimise by default, fix warnings thus uncovered 17 years ago
utilfdt_test.c Add fdt read/write utility functions 13 years ago
value-labels.c dtc: Enable more warnings 15 years ago
value-labels.dts dtc: Add testcases for labels within values 16 years ago
zero-phandle.dts dtc: Add testcases for tree checks 17 years ago