Home
last modified time | relevance | path

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

12

/u-boot/scripts/dtc/
A DMakefile4 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
19 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
A DMakefile.dtc9 dtc.c \
17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
A Dupdate-dtc-source.sh31 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}
A D.gitignore1 /dtc
/u-boot/tools/
A DKconfig4 string "Path to dtc binary for use within mkimage"
5 default "dtc"
8 calls to the dtc application in order to create the output. In
9 some cases the system dtc may not support all required features
A Dimagetool.h59 char *dtc; member
A Dmkimage.c24 .dtc = MKIMAGE_DEFAULT_DTC_OPTIONS,
203 params.dtc = optarg; in process_args()
A DMakefile278 -I$(srctree)/scripts/dtc/libfdt \
/u-boot/doc/usage/
A Dfdt_overlays.rst13 https://git.kernel.org/pub/scm/utils/dtc/dtc.git/tree/Documentation/dt-object-internal.txt
24 Support for *-@* option can only be found in dtc version 1.4.4 or newer.
26 of dtc that meets this requirement.
44 $ dtc -@ -I dts -O dtb -o base.dtb base.dts
66 $ dtc -@ -I dts -O dtb -o overlay.dtbo overlay.dts
/u-boot/test/
A Drun45 DTC_DIR=build-sandbox_spl/scripts/dtc
47 export DTC=${DTC_DIR}/dtc
/u-boot/test/py/tests/
A Dtest_vboot.py67 def dtc(dts): function
207 dtc('sandbox-kernel.dts')
208 dtc('sandbox-u-boot.dts')
220 dtc('sandbox-u-boot.dts')
320 dtc('sandbox-kernel.dts')
321 dtc('sandbox-u-boot.dts')
/u-boot/scripts/
A DMakefile13 subdir-$(CONFIG_DTC) += dtc
/u-boot/doc/
A DREADME.OFT21 rsync://ozlabs.org/dtc/dtc.git
A DREADME.fdt-control60 provided by U-Boot automatically. If you have a system version of dtc
63 If you want to build your own dtc, it is kept here:
65 git://git.kernel.org/pub/scm/utils/dtc/dtc.git
69 $ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git
70 $ cd dtc
76 $ dtc -v
A DREADME.update49 the mkimage tool. dtc tool with support for binary includes, e.g. in version
/u-boot/lib/libfdt/
A DMakefile18 ccflags-y := -I$(srctree)/scripts/dtc/libfdt \
/u-boot/tools/dtoc/
A Dfdt_util.py83 dtc, args = tools.GetTargetCompileTool('dtc')
88 command.Run(dtc, *args, capture_stderr=capture_stderr)
/u-boot/doc/uImage.FIT/
A Dhowto.txt15 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
A Dsource_file_format.txt65 help of standard U-Boot mkimage tool which in turn uses dtc (device tree
72 vmlinux.bin.gz mkimage + dtc xfer to target
80 - mkimage calls dtc to create .itb image and assures that
/u-boot/doc/board/freescale/
A Dmx6ullevk.rst9 - First make sure you have installed the dtc package (device tree compiler):
/u-boot/arch/arm/dts/
A Dtegra20-tamonten.dtsi81 nvidia,pins = "dtb", "dtc", "dte";
194 "dtc", "dte", "dtf", "gpu", "sdio1",
A Dtegra20-paz00.dts117 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte";
233 "dtc", "dte", "slxa", "slxc", "slxd",
/u-boot/board/freescale/p2041rdb/
A DREADME127 dtc -O dtb -b 0 -p 1024 p2041rdb.dts > p2041rdb.dtb
/u-boot/doc/board/emulation/
A Dqemu_capsule_update.rst157 ./scripts/dtc/dtc -@ -I dts -O dtb -o <ov_dtb_file_name> \
/u-boot/
A D.gitlab-ci.yml169 export PYTHONPATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt";
170 export PATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}";

Completed in 21 milliseconds

12