Searched refs:dtc (Results 1 – 25 of 35) sorted by relevance
12
| /u-boot/scripts/dtc/ |
| A 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 19 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
| A D | Makefile.dtc | 9 dtc.c \ 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
| A 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}
|
| A D | .gitignore | 1 /dtc
|
| /u-boot/tools/ |
| A D | Kconfig | 4 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 D | imagetool.h | 59 char *dtc; member
|
| A D | mkimage.c | 24 .dtc = MKIMAGE_DEFAULT_DTC_OPTIONS, 203 params.dtc = optarg; in process_args()
|
| A D | Makefile | 278 -I$(srctree)/scripts/dtc/libfdt \
|
| /u-boot/doc/usage/ |
| A D | fdt_overlays.rst | 13 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 D | run | 45 DTC_DIR=build-sandbox_spl/scripts/dtc 47 export DTC=${DTC_DIR}/dtc
|
| /u-boot/test/py/tests/ |
| A D | test_vboot.py | 67 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 D | Makefile | 13 subdir-$(CONFIG_DTC) += dtc
|
| /u-boot/doc/ |
| A D | README.OFT | 21 rsync://ozlabs.org/dtc/dtc.git
|
| A D | README.fdt-control | 60 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 D | README.update | 49 the mkimage tool. dtc tool with support for binary includes, e.g. in version
|
| /u-boot/lib/libfdt/ |
| A D | Makefile | 18 ccflags-y := -I$(srctree)/scripts/dtc/libfdt \
|
| /u-boot/tools/dtoc/ |
| A D | fdt_util.py | 83 dtc, args = tools.GetTargetCompileTool('dtc') 88 command.Run(dtc, *args, capture_stderr=capture_stderr)
|
| /u-boot/doc/uImage.FIT/ |
| A 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
|
| A D | source_file_format.txt | 65 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 D | mx6ullevk.rst | 9 - First make sure you have installed the dtc package (device tree compiler):
|
| /u-boot/arch/arm/dts/ |
| A D | tegra20-tamonten.dtsi | 81 nvidia,pins = "dtb", "dtc", "dte"; 194 "dtc", "dte", "dtf", "gpu", "sdio1",
|
| A D | tegra20-paz00.dts | 117 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 233 "dtc", "dte", "slxa", "slxc", "slxd",
|
| /u-boot/board/freescale/p2041rdb/ |
| A D | README | 127 dtc -O dtb -b 0 -p 1024 p2041rdb.dts > p2041rdb.dtb
|
| /u-boot/doc/board/emulation/ |
| A D | qemu_capsule_update.rst | 157 ./scripts/dtc/dtc -@ -I dts -O dtb -o <ov_dtb_file_name> \
|
| /u-boot/ |
| A D | .gitlab-ci.yml | 169 export PYTHONPATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc/pylibfdt"; 170 export PATH="${UBOOT_TRAVIS_BUILD_DIR}/scripts/dtc:${PATH}";
|
Completed in 21 milliseconds
12