Searched refs:dtc (Results 1 – 22 of 22) sorted by relevance
/external/dtc/ |
D | Android.mk | 13 dtc.c \ 14 dtc-lexer.l \ 15 dtc-parser.y \ 27 LOCAL_MODULE := dtc 31 $(call dist-for-goals, dist_files, $(ALL_MODULES.dtc.BUILT):dtc/dtc)
|
D | Makefile | 107 include Makefile.dtc 111 BIN += dtc 187 dtc: $(DTC_OBJS) target 200 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \ 201 > ../dtc-$(dtc_version).tar 202 cat ../dtc-$(dtc_version).tar | \ 203 gzip -9 > ../dtc-$(dtc_version).tar.gz 212 KUPDIR = /pub/software/utils/dtc 215 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \ 216 ../dtc-$(dtc_version).tar [all …]
|
D | Makefile.dtc | 9 dtc.c \ 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
D | README.license | 1 Licensing and contribution policy of dtc and libfdt 4 This dtc package contains two pieces of software: dtc itself, and 7 dtc does not incoporate or rely on libfdt for its operation, nor vice 11 As the copyright banners in each source file attest, dtc is licensed 13 entitled 'GPL' which should be included in this package. dtc code, 55 (principal original author of dtc and libfdt)
|
D | README.version | 1 URL: https://git.kernel.org/cgit/utils/dtc/dtc.git/commit/?id=120775eb1cf39f8dcecd695c3ff1cfef8aeb6…
|
D | README | 1 The source tree contains the Device Tree Compiler (dtc) toolchain for 12 The following list is for discussion about dtc and libfdt implementation
|
D | .gitignore | 10 /dtc
|
D | dtdiff | 8 DTC=dtc
|
/external/dtc/tests/ |
D | run_tests.sh | 276 run_sh_test dtc-checkfails.sh "$@" -- -I dts -O dtb $tree 278 run_sh_test dtc-checkfails.sh "$@" -- -I dtb -O dtb $tree.test.dtb 529 run_sh_test dtc-checkfails.sh phandle_references -- -I dts -O dtb nonexist-node-ref.dts 530 run_sh_test dtc-checkfails.sh phandle_references -- -I dts -O dtb nonexist-label-ref.dts 531 run_sh_test dtc-fatal.sh -I dts -O dtb nonexist-node-ref2.dts 543 run_sh_test dtc-checkfails.sh node_name_chars -- -I dtb -O dtb bad_node_char.dtb 544 run_sh_test dtc-checkfails.sh node_name_format -- -I dtb -O dtb bad_node_format.dtb 545 run_sh_test dtc-checkfails.sh prop_name_chars -- -I dtb -O dtb bad_prop_char.dtb 547 run_sh_test dtc-checkfails.sh duplicate_label -- -I dts -O dtb reuse-label1.dts 548 run_sh_test dtc-checkfails.sh duplicate_label -- -I dts -O dtb reuse-label2.dts [all …]
|
D | base01.cmd | 1 dtc -f -b 0 -V 16 -I dts -O asm
|
D | tests.sh | 21 DTC=../dtc
|
D | delete_reinstate_multilabel.dts | 24 * when dtc adds labels to an object, they are added to the head of the list
|
/external/dtc/scripts/ |
D | kup-dtc | 3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git 4 REMOTE_PATH=/pub/software/utils/dtc
|
/external/dtc/Documentation/ |
D | dtc-paper.tex | 35 \newcommand{\dtc}{\texttt{dtc}\xspace} 48 The ``blob'' representing the device tree can be created using \dtc 206 included as part of the \dtc (see \S\ref{sec:dtc}) git tree, 315 \label{sec:dtc} 367 \caption{Example \dtc source} 386 so is tedious. The ``device tree compiler'', \dtc{}\footnote{\dtc can 394 source, \dtc can convert a device tree between a number of 410 In addition, \dtc can output the tree in one of three different 414 straightforward use of \dtc is to compile from ``source'' to 417 input, this allows \dtc to act as a ``decompiler''. [all …]
|
D | dtc-paper.bib | 40 title = "\dtc{}", 42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
|
D | manual.txt | 4 I - "dtc", the device tree compiler 28 I - "dtc", the device tree compiler 37 git://git.kernel.org/pub/scm/utils/dtc/dtc.git 38 https://git.kernel.org/pub/scm/utils/dtc/dtc.git 42 https://git.kernel.org/cgit/utils/dtc/dtc.git/ 53 The Device Tree Compiler, dtc, takes as input a device-tree in 84 The syntax of the dtc command line is: 86 dtc [options] [<input_filename>] 153 Additionally, dtc performs various sanity checks on the tree. 647 This library should be merged into dtc proper.
|
D | dt-object-internal.txt | 138 $ dtc -@ -O dtb -o foo.dtb -b 0 foo.dts 197 $ dtc -@ -O dtb -o bar.dtbo -b 0 bar.dts 265 $ dtc -@ -O dtb -o baz.dtbo -b 0 baz.dts 306 local reference is being made. No matter how phandles are allocated from dtc
|
D | dts-format.txt | 5 device tree in a form that can be processed by dtc into a binary 105 DTS (dts files without this tag will be treated by dtc as being in
|
/external/ltp/testcases/misc/math/fptests/ |
D | fptest02.c | 88 double dtc, dts, alpha; /* timing parameters */ variable 103 dtc = 0.01; in main() 245 return (dtc); in dtcrit()
|
D | fptest01.c | 88 double dtc, dts, alpha; /* timing parameters */ variable 104 dtc = 0.01; in main() 264 return (dtc); in dtcrit()
|
/external/eigen/Eigen/ |
D | MetisSupport | 26 …* This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkho…
|
/external/v8/ |
D | AUTHORS | 58 Douglas Crosher <dtc-v8@scieneer.com>
|