Home
last modified time | relevance | path

Searched refs:dtc (Results 1 – 25 of 32) sorted by relevance

12

/external/dtc/
DMakefile141 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 …]
DMakefile.dtc10 dtc.c \
22 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
DAndroid.bp61 dir: "dtc",
66 name: "dtc",
71 "dtc.c",
72 "dtc-lexer.l",
73 "dtc-parser.y",
DREADME.license1 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)
DREADME.version1 URL: https://git.kernel.org/cgit/utils/dtc/dtc.git/commit/?id=120775eb1cf39f8dcecd695c3ff1cfef8aeb6…
D.gitignore11 /dtc
Ddtdiff9 DTC=dtc
DREADME1 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/
Dkup-dtc4 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git
5 REMOTE_PATH=/pub/software/utils/dtc
/external/dtc/Documentation/
Ddtc-paper.tex35 \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 …]
Ddtc-paper.bib40 title = "\dtc{}",
42 note = "\url{http://ozlabs.org/~dgibson/dtc/dtc.git}",
Dmanual.txt4 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.
Ddt-object-internal.txt138 $ 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
Ddts-format.txt5 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/
Dfip-secure-partitions.puml71 control dtc
157 tb_fw_config.dts --> dtc
158 dtc --> tb_fw_config.dtb
/external/ltp/testcases/misc/math/fptests/
Dfptest02.c88 double dtc, dts, alpha; /* timing parameters */ variable
103 dtc = 0.01; in main()
245 return (dtc); in dtcrit()
Dfptest01.c88 double dtc, dts, alpha; /* timing parameters */ variable
104 dtc = 0.01; in main()
264 return (dtc); in dtcrit()
/external/dtc/tests/
Dbase01.cmd1 dtc -f -b 0 -V 16 -I dts -O asm
Dtestutils.sh25 DTC=${TEST_BINDIR}/dtc
Ddelete_reinstate_multilabel.dts24 * when dtc adds labels to an object, they are added to the head of the list
/external/eigen/Eigen/
DMetisSupport26 …* This module defines an interface to the METIS reordering package (http://glaros.dtc.umn.edu/gkho…
/external/python/dateutil/dateutil/
Drrule.py255 comp = lambda dc, dtc: dc >= dtc argument
257 comp = lambda dc, dtc: dc > dtc argument
/external/cldr/tools/java/org/unicode/cldr/test/
DDisplayAndInputProcessor.java296 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/
Dcmake_framework.rst96 generation or dtc for device tree compilation. These tools have to be found
/external/arm-trusted-firmware/docs/plat/arm/fvp/
Dindex.rst279 echo $(dtc -O dts -I dtb ${KERNEL_DTB}) ${CHOSEN_NODE} | \
280 dtc -O dtb -o ${PATCHED_KERNEL_DTB} -

12