/external/u-boot/scripts/dtc/ |
D | Makefile | 4 hostprogs-y := dtc 7 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ 9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 29 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
D | update-dtc-source.sh | 31 DTC_UPSTREAM_PATH=`pwd`/../dtc 32 DTC_LINUX_PATH=`pwd`/scripts/dtc 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 71 scripts/dtc: Update to upstream version ${dtc_version}
|
D | Makefile.dtc | 9 dtc.c \ 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
/external/u-boot/scripts/ |
D | Makefile.extrawarn | 59 dtc-warning-2 += -Wnode_name_chars_strict 60 dtc-warning-2 += -Wproperty_name_chars_strict 62 dtc-warning := $(dtc-warning-$(findstring 1, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS))) 63 dtc-warning += $(dtc-warning-$(findstring 2, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS))) 64 dtc-warning += $(dtc-warning-$(findstring 3, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS))) 66 DTC_FLAGS += $(dtc-warning)
|
D | dtc-version.sh | 9 dtc="$*" 17 MAJOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 1) 18 MINOR=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 2) 19 PATCH=$($dtc -v | head -1 | awk '{print $NF}' | cut -d . -f 3 | cut -d - -f 1)
|
/external/dtc/ |
D | Makefile | 115 include Makefile.dtc 119 BIN += dtc 219 dtc: $(DTC_OBJS) target 234 git archive --format=tar --prefix=dtc-$(dtc_version)/ HEAD \ 235 > ../dtc-$(dtc_version).tar 236 cat ../dtc-$(dtc_version).tar | \ 237 gzip -9 > ../dtc-$(dtc_version).tar.gz 262 KUPDIR = /pub/software/utils/dtc 265 $(GPG) --detach-sign --armor -o ../dtc-$(dtc_version).tar.sign \ 266 ../dtc-$(dtc_version).tar [all …]
|
D | Android.bp | 19 dir: "dtc", 24 name: "dtc", 29 "dtc.c", 30 "dtc-lexer.l", 31 "dtc-parser.y",
|
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…
|
/external/u-boot/test/ |
D | run | 19 DTC_DIR=build-sandbox_spl/scripts/dtc 21 PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \ 25 PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test ./tools/dtoc/dtoc -t 31 PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
|
/external/u-boot/doc/ |
D | README.fdt-overlays | 8 Please refer to dt-object-internal.txt in the dtc sources for information 10 https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/Documentation/dt-object-internal.txt 20 Note support for -@ option can only be found in dtc version 1.4.4 or newer. 22 of dtc that meets this requirement. 38 $ dtc -@ -I dts -O dtb -o base.dtb base.dts 57 $ dtc -@ -I dts -O dtb -o bar.dtb bar.dts
|
D | README.OFT | 21 rsync://ozlabs.org/dtc/dtc.git
|
D | README.fdt-control | 61 git://git.kernel.org/pub/scm/utils/dtc/dtc.git 65 $ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git 66 $ cd dtc 72 $ dtc -v
|
/external/dtc/tests/ |
D | run_tests.sh | 284 run_sh_test dtc-checkfails.sh "$@" -- -I dts -O dtb $tree 286 run_sh_test dtc-checkfails.sh "$@" -- -I dtb -O dtb $tree.test.dtb 537 run_sh_test dtc-checkfails.sh phandle_references -- -I dts -O dtb nonexist-node-ref.dts 538 run_sh_test dtc-checkfails.sh phandle_references -- -I dts -O dtb nonexist-label-ref.dts 539 run_sh_test dtc-fatal.sh -I dts -O dtb nonexist-node-ref2.dts 553 run_sh_test dtc-checkfails.sh node_name_chars -- -I dtb -O dtb bad_node_char.dtb 554 run_sh_test dtc-checkfails.sh node_name_format -- -I dtb -O dtb bad_node_format.dtb 555 run_sh_test dtc-checkfails.sh prop_name_chars -- -I dtb -O dtb bad_prop_char.dtb 557 run_sh_test dtc-checkfails.sh duplicate_label -- -I dts -O dtb reuse-label1.dts 558 run_sh_test dtc-checkfails.sh duplicate_label -- -I dts -O dtb reuse-label2.dts [all …]
|
/external/dtc/scripts/ |
D | kup-dtc | 3 REMOTE_GIT=/pub/scm/utils/dtc/dtc.git 4 REMOTE_PATH=/pub/software/utils/dtc
|
/external/u-boot/test/py/tests/ |
D | test_vboot.py | 46 def dtc(dts): function 121 dtc('sandbox-kernel.dts') 122 dtc('sandbox-u-boot.dts') 134 dtc('sandbox-u-boot.dts')
|
/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.
|
/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/u-boot/doc/uImage.FIT/ |
D | howto.txt | 15 create an uImage in the new format: mkimage and dtc, although only one 16 (mkimage) is invoked directly. dtc is called from within mkimage and operates 18 important that the dtc used has support for binary includes -- refer to 20 git://git.kernel.org/pub/scm/utils/dtc/dtc.git 22 for its latest version. mkimage (together with dtc) takes as input 36 - dtc (with support for binary includes) 43 image source file mkimage + dtc transfer to target
|
/external/u-boot/tools/dtoc/ |
D | fdt_util.py | 81 dtc = os.environ.get('DTC') or 'dtc' 82 command.Run(dtc, *args)
|
/external/u-boot/board/freescale/mpc8572ds/ |
D | README | 79 dtc -b 0 -f -I dts -O dtb mpc8572ds.dts > mpc8572ds.dtb 130 …$ dtc -I dts -O dtb -f -b 0 arch/powerpc/boot/dts/mpc8572ds_core0.dts > /tftpboot/mpc8572ds_core0.… 134 …$ dtc -I dts -O dtb -f -b 1 arch/powerpc/boot/dts/mpc8572ds_core1.dts > /tftpboot/mpc8572ds_core1.…
|