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 8ce36476ae Consistently use xrealloc instead of realloc 11 years ago
Documentation
libfdt libfdt: avoid shadowing "err" in FDT_RW_CHECK_HEADER 11 years ago
scripts
tests Fix valgrind errors in sw_tree1 11 years ago
.gitignore
GPL
Makefile Makefile: add a make "dist" target 11 years ago
Makefile.convert-dtsv0
Makefile.dtc
Makefile.utils
README Add a README file for dtc and libfdt 11 years ago
README.license
TODO
checks.c dtc: fix some more -Wshadow warnings 11 years ago
convert-dtsv0-lexer.l
data.c Use stdbool more widely 12 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 12 years ago
dtc.h dtc: fix some more -Wshadow warnings 11 years ago
dtdiff
fdtdump.c
fdtget.c
fdtput.c Consistently use xrealloc instead of realloc 11 years ago
flattree.c Use stdbool more widely 12 years ago
fstree.c dtc: fix some more -Wshadow warnings 11 years ago
livetree.c
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 12 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