mirror of
https://github.com/torvalds/linux.git
synced 2025-11-05 19:19:43 +02:00
This updates scripts/dtc to commit 317a5d9 "dtc: zero out new label objects" from git://git.jdl.com/software/dtc.git. This adds features such as: * /bits/ syntax for cell data. * Math expressions within cell data. * The ability to delete properties or nodes. * Support for #line directives in the input file, which allows the use of cpp on *.dts. * -i command-line option (/include/ path) * -W/-E command-line options for error/warning control. * Removal of spew to STDOUT containing the filename being compiled. * Many additions to the libfdt API. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Jon Loeliger <jdl@jdl.com> Signed-off-by: Rob Herring <rob.herring@calxeda.com> |
||
|---|---|---|
| .. | ||
| libfdt | ||
| .gitignore | ||
| checks.c | ||
| data.c | ||
| dtc-lexer.l | ||
| dtc-lexer.lex.c_shipped | ||
| dtc-parser.tab.c_shipped | ||
| dtc-parser.tab.h_shipped | ||
| dtc-parser.y | ||
| dtc.c | ||
| dtc.h | ||
| fdtdump.c | ||
| fdtget.c | ||
| fdtput.c | ||
| flattree.c | ||
| fstree.c | ||
| livetree.c | ||
| Makefile | ||
| Makefile.dtc | ||
| srcpos.c | ||
| srcpos.h | ||
| treesource.c | ||
| util.c | ||
| util.h | ||
| version_gen.h | ||