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.
 
 
 
 
 
 
Heinrich Schuchardt 821acd4c17 Remove dead code in util.c 11 years ago
Documentation Add documentation on how to submit patches 12 years ago
libfdt libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER 11 years ago
scripts Add DTC release version information. 18 years ago
tests Fix valgrind errors in sw_tree1 11 years ago
.gitignore .gitignore: Add rule for *.patch 12 years ago
GPL dtc: Remove redundant copy of the GPL 18 years ago
Makefile Makefile: add a make "dist" target 11 years ago
Makefile.convert-dtsv0 Implement and use an xstrdup() function 16 years ago
Makefile.dtc Implement and use an xstrdup() function 16 years ago
Makefile.utils Add fdtput utility to write property values to a device tree 13 years ago
README Add a README file for dtc and libfdt 11 years ago
README.license dtc/libfdt: Add README clarifying licensing 17 years ago
TODO dtc: Update TODO files 17 years ago
checks.c dtc: fix some more -Wshadow warnings 11 years ago
convert-dtsv0-lexer.l util: add common ARRAY_SIZE define 12 years ago
data.c Use stdbool more widely 11 years ago
dtc-lexer.l Move character literal processing to the lexer 11 years ago
dtc-parser.y Remove references to unused DT_BASE token 11 years ago
dtc.c Use stdbool more widely 11 years ago
dtc.h dtc: fix some more -Wshadow warnings 11 years ago
dtdiff dtc: Add code to make diffing trees easier 14 years ago
fdtdump.c fdtdump: add a debug mode 12 years ago
fdtget.c util: drop "long" from usage helpers 12 years ago
fdtput.c fdtput: expand fdt if value does not fit 12 years ago
flattree.c Use stdbool more widely 11 years ago
fstree.c dtc: fix some more -Wshadow warnings 11 years ago
livetree.c dtc: zero out new label objects 12 years ago
srcpos.c dtc: avoid shadowing dirname() 11 years ago
srcpos.h Make srcpos_{v,}error() more widely useful 11 years ago
treesource.c Pass 'unsigned char' type to isdigit()/isspace()/isprint() functions 11 years ago
util.c Remove dead code in util.c 11 years ago
util.h Use stdbool more widely 11 years ago

README

The source tree contains the Device Tree Compiler (dtc) toolchain for
working with device tree source and binary files and also libfdt, a
utility library for reading and manipulating the binary format.

DTC and LIBFDT are maintained by:

David Gibson <david@gibson.dropbear.id.au>
Jon Loeliger <jdl@jdl.com>

Mailing list
------------
The following list is for discussion about dtc and libfdt implementation
mailto:devicetree-compiler@vger.kernel.org

Core device tree bindings are discussed on the devicetree-spec list:
mailto:devicetree-spec@vger.kernel.org

Home Page
---------
http://devicetree.org/Device_Tree_Compiler