| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | Makefile | 3 hostprogs-y := dtc 6 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ 8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h 31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
|
| H A D | .gitignore | 1 /dtc 2 /dtc-lexer.lex.c 3 /dtc-parser.tab.c 4 /dtc-parser.tab.h
|
| H A D | dtc-parser.tab.c_shipped | 65 #line 20 "dtc-parser.y" /* yacc.c:339 */ 70 #include "dtc.h" 84 #line 85 "dtc-parser.tab.c" /* yacc.c:339 */ 103 by #include "dtc-parser.tab.h". */ 149 #line 39 "dtc-parser.y" /* yacc.c:355 */ 169 #line 170 "dtc-parser.tab.c" /* yacc.c:355 */ 200 #line 201 "dtc-parser.tab.c" /* yacc.c:358 */ 1472 #line 110 "dtc-parser.y" /* yacc.c:1646 */ 1477 #line 1478 "dtc-parser.tab.c" /* yacc.c:1646 */ 1481 #line 118 "dtc-parser.y" /* yacc.c:1646 */ [all …]
|
| H A D | Makefile.dtc | 9 dtc.c \ 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
| H A D | update-dtc-source.sh | 30 DTC_UPSTREAM_PATH=`pwd`/../dtc 31 DTC_LINUX_PATH=`pwd`/scripts/dtc 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 75 scripts/dtc: Update to upstream version ${dtc_version}
|
| H A D | dtc-lexer.lex.c_shipped | 1 #line 2 "dtc-lexer.lex.c" 3 #line 4 "dtc-lexer.lex.c" 605 #line 1 "dtc-lexer.l" 629 #line 37 "dtc-lexer.l" 630 #include "dtc.h" 632 #include "dtc-parser.tab.h" 659 #line 661 "dtc-lexer.lex.c" 881 #line 69 "dtc-lexer.l" 883 #line 885 "dtc-lexer.lex.c" 940 #line 70 "dtc-lexer.l" [all …]
|
| H A D | dtc-parser.tab.h_shipped | 78 #line 39 "dtc-parser.y" /* yacc.c:1909 */ 98 #line 99 "dtc-parser.tab.h" /* yacc.c:1909 */
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | Makefile.extrawarn | 61 dtc-warning-2 += -Wnode_name_chars_strict 62 dtc-warning-2 += -Wproperty_name_chars_strict 64 dtc-warning := $(dtc-warning-$(findstring 1, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS))) 65 dtc-warning += $(dtc-warning-$(findstring 2, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS))) 66 dtc-warning += $(dtc-warning-$(findstring 3, $(KBUILD_ENABLE_EXTRA_GCC_CHECKS))) 68 DTC_FLAGS += $(dtc-warning)
|
| H A 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)
|
| H A D | Makefile | 24 subdir-$(CONFIG_DTC) += dtc
|
| H A D | build-tftp-firmware.sh | 250 dtc -I dts -O dtb key.its -o key.dtb
|
| /rk3399_rockchip-uboot/doc/ |
| H A 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
|
| H A D | README.OFT | 21 rsync://ozlabs.org/dtc/dtc.git
|
| H A D | README.fdt-control | 63 git://git.kernel.org/pub/scm/utils/dtc/dtc.git 67 $ git clone git://git.kernel.org/pub/scm/utils/dtc/dtc.git 68 $ cd dtc 74 $ dtc -v
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_vboot.py | 43 def dtc(dts): function 118 dtc('sandbox-kernel.dts') 119 dtc('sandbox-u-boot.dts') 131 dtc('sandbox-u-boot.dts')
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | Makefile | 27 ccflags-y := -I$(srctree)/scripts/dtc/libfdt
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H 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
|
| H 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
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | Kconfig | 10 Be warned that it requires an out-of-tree dtc compiler with patches
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A 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.…
|
| /rk3399_rockchip-uboot/board/freescale/mx6ullevk/ |
| H A D | README | 4 - First make sure you have installed the dtc package (device tree compiler):
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | imagetool.h | 57 char *dtc; member
|
| H A D | mkimage.c | 24 .dtc = MKIMAGE_DEFAULT_DTC_OPTIONS, 189 params.dtc = optarg; in process_args()
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Kconfig | 323 string "Path to dtc binary for use within mkimage" 324 default "dtc" 327 calls to the dtc application in order to create the output. In 328 some cases the system dtc may not support all required features
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | README | 109 dtc -O dtb -b 0 -p 1024 p2041rdb.dts > p2041rdb.dtb
|