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.
 
 
 
 
 
 
David Gibson 4d7bea7873 dtc: Run relevant checks on dtb input as well as dts 16 years ago
..
Makefile.tests dtc: Add support for binary includes. 17 years ago
add_subnode_with_nops.c libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() 17 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
base01.cmd
base01.dts
base01.stderr
boot-cpuid.c dtc: Rework handling of boot_cpuid_phys 17 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
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
dtbs_equal_ordered.c dtc: Fix some printf() format warnings when compiling 64-bit 17 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
escapes.dts dtc: Improve -Odts output 17 years ago
find_property.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
get_mem_rsv.c dtc: Restore missing code for testcases 17 years ago
get_name.c Appease the printf() format $Gods with a correct type. 17 years ago
get_path.c dtc: Address an assortment of portability problems 16 years ago
get_phandle.c libfdt: Add phandle related functions 17 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: Enable and fix -Wpointer-arith warnings 16 years ago
incbin.dts dtc: Add support for binary includes. 17 years ago
include0.dts dtc: Testcase for /include/ directive 16 years ago
include1.dts dtc: Testcase for /include/ directive 16 years ago
include2.dts dtc: Testcase for /include/ directive 16 years ago
include3.dts dtc: Testcase for /include/ directive 16 years ago
include4.dts dtc: Testcase for /include/ directive 16 years ago
include5.dts dtc: Testcase for /include/ directive 16 years ago
include6.dts dtc: Testcase for /include/ directive 16 years ago
include7.dts dtc: Testcase for /include/ directive 16 years ago
include8.dts dtc: Testcase for /include/ directive 16 years ago
label01.dts dtc: Make -Idts -Odts preserve property-internal labels 17 years ago
mangle-layout.c dtc: Enable and fix -Wpointer-arith warnings 16 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 16 years ago
node_check_compatible.c dtc: Restore missing code for testcases 17 years ago
node_offset_by_compatible.c
node_offset_by_phandle.c libfdt: Add phandle related functions 17 years ago
node_offset_by_prop_value.c libfdt: Abolish _typed() variants, add _cell() variants 17 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
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: Enable and fix -Wpointer-arith warnings 16 years ago
notfound.c
obsolete-chosen-interrupt-controller.dts dtc: Convert check for obsolete /chosen property 17 years ago
open_pack.c
open_pack.supp dtc: Assorted improvements to test harness 17 years ago
parent_offset.c dtc: Address an assortment of portability problems 16 years ago
path-references.c dtc: Implement path references 17 years ago
path-references.dts dtc: Implement path references 17 years ago
path_offset.c libfdt: Abolish fdt_offset_ptr_typed() 17 years ago
prop-after-subnode.dts dtc: Generate useful error message for properties after subnodes 17 years ago
references.c dtc: Fix some printf() format warnings when compiling 64-bit 17 years ago
references.dts dtc: Fix some lexical problems with references 17 years ago
references_dts0.dts dtc: Fix some lexical problems with references 17 years ago
reg-ranges-root.dts dtc: Add a testcase for 'reg' or 'ranges' in / 17 years ago
root_node.c libfdt: Abolish fdt_offset_ptr_typed() 17 years ago
run_tests.sh dtc: Run relevant checks on dtb input as well as dts 16 years ago
rw_tree1.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
set_name.c libfdt: Add fdt_set_name() function 17 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
string_escapes.c dtc: Improve -Odts output 17 years ago
subnode_offset.c libfdt: Abolish fdt_offset_ptr_typed() 17 years ago
supernode_atdepth_offset.c dtc: Address an assortment of portability problems 16 years ago
sw_tree1.c libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
test01.asm
test01.dts
test01.stderr
test_kernel_dts Add a script that compares an "old" and "new" dtc results. 17 years ago
test_tree1.dts libfdt: Add phandle related functions 17 years ago
test_tree1_dts0.dts libfdt: Add phandle related functions 17 years ago
testdata.h dtc: Address an assortment of portability problems 16 years ago
tests.h libfdt: Abolish _typed() variants, add _cell() variants 17 years ago
tests.sh dtc: Remove some small bashisms from test scripts 17 years ago
testutils.c dtc: Enable and fix -Wpointer-arith warnings 16 years ago
trees.S dtc: Implement checks for the format of node and property names 17 years ago
truncated_property.c
zero-phandle.dts dtc: Add testcases for tree checks 17 years ago