/external/dtc/ |
D | Makefile | 141 include Makefile.dtc 145 BIN += dtc 255 dtc: $(DTC_OBJS) target 270 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \ 271 > ../dtc-$(dtc_version).tar 272 cat ../dtc-$(dtc_version).tar | \ 273 gzip -9 > ../dtc-$(dtc_version).tar.gz 293 KUPDIR = /pub/software/utils/dtc 296 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \ 297 ../dtc-$(dtc_version).tar [all …]
|
D | Makefile.dtc | 10 dtc.c \ 22 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
D | Android.bp | 61 dir: "dtc", 66 name: "dtc", 71 "dtc.c", 72 "dtc-lexer.l", 73 "dtc-parser.y",
|
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 incorporate or rely on libfdt for its operation, nor vice 11 As SPDX license tags 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 | .gitignore | 11 /dtc
|
D | dtdiff | 9 DTC=dtc
|
D | README | 1 The source tree contains the Device Tree Compiler (dtc) toolchain for 87 The following list is for discussion about dtc and libfdt implementation
|
/external/dtc/scripts/ |
D | kup-dtc | 4 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git 5 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 87 The syntax of the dtc command line is: 89 dtc [options] [<input_filename>] 156 Additionally, dtc performs various sanity checks on the tree. 650 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/arm-trusted-firmware/docs/resources/diagrams/plantuml/ |
D | fip-secure-partitions.puml | 71 control dtc 157 tb_fw_config.dts --> dtc 158 dtc --> tb_fw_config.dtb
|
/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/dtc/tests/ |
D | base01.cmd | 1 dtc -f -b 0 -V 16 -I dts -O asm
|
D | testutils.sh | 25 DTC=${TEST_BINDIR}/dtc
|
D | delete_reinstate_multilabel.dts | 24 * when dtc adds labels to an object, they are added to the head of the list
|
/external/eigen/Eigen/ |
D | MetisSupport | 26 …* This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkho…
|
/external/python/dateutil/dateutil/ |
D | rrule.py | 255 comp = lambda dc, dtc: dc >= dtc argument 257 comp = lambda dc, dtc: dc > dtc argument
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | DisplayAndInputProcessor.java | 296 static final DateTimeCanonicalizer dtc = new DateTimeCanonicalizer(FIX_YEARS); field in DisplayAndInputProcessor 381 value = dtc.getCanonicalDatePattern(path, value, datetimePatternType); in processInput()
|
/external/arm-trusted-firmware/docs/design_documents/ |
D | cmake_framework.rst | 96 generation or dtc for device tree compilation. These tools have to be found
|
/external/arm-trusted-firmware/docs/plat/arm/fvp/ |
D | index.rst | 279 echo $(dtc -O dts -I dtb ${KERNEL_DTB}) ${CHOSEN_NODE} | \ 280 dtc -O dtb -o ${PATCHED_KERNEL_DTB} -
|