| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | Makefile | 5 dtb-$(CONFIG_AT91FAMILY) += at91sam9260-smartweb.dtb \ 6 at91sam9g20-taurus.dtb \ 7 at91sam9g45-corvus.dtb \ 8 at91sam9g45-gurnard.dtb 10 dtb-$(CONFIG_S5PC100) += s5pc1xx-smdkc100.dtb 11 dtb-$(CONFIG_S5PC110) += s5pc1xx-goni.dtb 12 dtb-$(CONFIG_EXYNOS4) += exynos4210-origen.dtb \ 13 exynos4210-smdkv310.dtb \ 14 exynos4210-universal_c210.dtb \ 15 exynos4210-trats.dtb \ [all …]
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | Makefile | 5 dtb-$(CONFIG_TARGET_AP121) += ap121.dtb 6 dtb-$(CONFIG_TARGET_AP143) += ap143.dtb 7 dtb-$(CONFIG_TARGET_BOSTON) += img,boston.dtb 8 dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb 9 dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb 10 dtb-$(CONFIG_TARGET_XILFPGA) += nexys4ddr.dtb 11 dtb-$(CONFIG_BOARD_COMTREND_AR5387UN) += comtrend,ar-5387un.dtb 12 dtb-$(CONFIG_BOARD_COMTREND_CT5361) += comtrend,ct-5361.dtb 13 dtb-$(CONFIG_BOARD_COMTREND_VR3032U) += comtrend,vr-3032u.dtb 14 dtb-$(CONFIG_BOARD_HUAWEI_HG556A) += huawei,hg556a.dtb [all …]
|
| /rk3399_rockchip-uboot/arch/x86/dts/ |
| H A D | Makefile | 5 dtb-y += bayleybay.dtb \ 6 chromebook_link.dtb \ 7 chromebox_panther.dtb \ 8 chromebook_samus.dtb \ 9 conga-qeval20-qa3-e3845.dtb \ 10 cougarcanyon2.dtb \ 11 crownbay.dtb \ 12 dfi-bt700-q7x-151.dtb \ 13 edison.dtb \ 14 efi.dtb \ [all …]
|
| /rk3399_rockchip-uboot/arch/arc/dts/ |
| H A D | Makefile | 5 dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb 6 dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb 7 dtb-$(CONFIG_TARGET_NSIM) += nsim.dtb 8 dtb-$(CONFIG_TARGET_TB100) += abilis_tb100.dtb 9 dtb-$(CONFIG_TARGET_HSDK) += hsdk.dtb 11 targets += $(dtb-y) 16 dtbs: $(addprefix $(obj)/, $(dtb-y)) 19 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/arch/xtensa/dts/ |
| H A D | Makefile | 5 dtb-$(CONFIG_XTFPGA) += ml605.dtb ml605_nommu.dtb kc705.dtb kc705_nommu.dtb 7 targets += $(dtb-y) 12 dtbs: $(addprefix $(obj)/, $(dtb-y)) 15 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/arch/sandbox/dts/ |
| H A D | Makefile | 5 dtb-$(CONFIG_SANDBOX) += sandbox.dtb 6 dtb-$(CONFIG_UT_DM) += test.dtb 8 targets += $(dtb-y) 13 dtbs: $(addprefix $(obj)/, $(dtb-y)) 16 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/arch/nds32/dts/ |
| H A D | Makefile | 5 dtb-$(CONFIG_TARGET_ADP_AG101P) += ag101p.dtb 6 dtb-$(CONFIG_TARGET_ADP_AE3XX) += ae3xx.dtb 7 targets += $(dtb-y) 12 dtbs: $(addprefix $(obj)/, $(dtb-y)) 15 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | overlay-fdt-boot.txt | 36 data = /incbin/("./foo-reva.dtb"); 41 data = /incbin/("./foo-revb.dtb"); 46 data = /incbin/("./foo-reva-bar.dtb"); 51 data = /incbin/("./foo-revb-bar.dtb"); 56 data = /incbin/("./foo-revb-baz.dtb"); 61 data = /incbin/("./foo-revb-bar-baz.dtb"); 68 default = "foo-reva.dtb; 69 foo-reva.dtb { 73 foo-revb.dtb { 77 foo-reva-bar.dtb { [all …]
|
| /rk3399_rockchip-uboot/arch/nios2/dts/ |
| H A D | Makefile | 5 dtb-y += $(CONFIG_DEFAULT_DEVICE_TREE:"%"=%).dtb 7 targets += $(dtb-y) 12 dtbs: $(addprefix $(obj)/, $(dtb-y)) 15 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/arch/microblaze/dts/ |
| H A D | Makefile | 5 dtb-y += $(shell echo $(CONFIG_DEFAULT_DEVICE_TREE)).dtb 7 targets += $(dtb-y) 12 dtbs: $(addprefix $(obj)/, $(dtb-y)) 15 clean-files := *.dtb
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | repack-bootimg | 8 …IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second SECOND] [--dtb DTB ] [--recovery_d… 18 --dtb DTB path to the new dtb 49 --dtb) 50 dtb=$2 111 if [ "$dtb" == "" ]; then 112 dtb=${dtb-$out/dtb} 129 if [ $dtb_size -gt 0 -a -e "$dtb" ]; then 130 DTB="--dtb $dtb"
|
| H A D | build-tftp-firmware.sh | 102 rm -f *${SUFFIX} *.itb *.its *.dtb *.dts data2sign* *.hdr *.hash orderlist.txt 250 dtc -I dts -O dtb key.its -o key.dtb 252 ./mkimage -f update.its -k keys/ -K key.dtb -E -p ${HDR_SIZE} -r update.itb -v ${ARG_VERSION} 253 ./fit_check_sign -f update.itb -k key.dtb 278 rm -f *.itb *.its *.dtb *.dts data2sign* *.hash orderlist.txt
|
| H A D | android2distro.sh | 55 BOOTARGS=`fdtget -ts distro/rk-kernel.dtb /chosen bootargs` 57 cp distro/rk-kernel.dtb boot/rk-kernel.dtb
|
| /rk3399_rockchip-uboot/test/py/tests/ |
| H A D | test_vboot.py | 52 dtb = dts.replace('.dts', '.dtb') 54 '-o %s%s' % (dtc_args, datadir, dts, tmpdir, dtb)) 102 util.run_and_log(cons, [mkimage, '-F', '-k', tmpdir, '-K', dtb, 144 '-k', dtb]) 160 '-k', dtb], 1, 'Failed to verify required signature') 170 dtb = '%ssandbox-u-boot.dtb' % tmpdir 191 old_dtb = cons.config.dtb 192 cons.config.dtb = dtb 197 cons.config.dtb = old_dtb
|
| H A D | test_fit.py | 154 dtb = make_fname('u-boot.dtb') 157 util.run_and_log(cons, ['dtc', src, '-O', 'dtb', '-o', dtb]) 158 return dtb 361 cons.config.dtb = control_dtb 422 old_dtb = cons.config.dtb 427 cons.config.dtb = old_dtb
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.sata | 17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk? 30 write dtb 31 => tftp 40000 /tftpboot/mpc837xemds.dtb 34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk? 42 load dtb 59 12288 mpc837xemds.dtb 66 => ext2load sata 0:1 2000000 /mpc837xemds.dtb
|
| H A D | README.fdt-overlays | 15 In a nutshell overlays provides a means to manipulate a symbol a previous dtb 24 Building an overlay follows the same process as building a traditional dtb. 38 $ dtc -@ -I dts -O dtb -o base.dtb base.dts 57 $ dtc -@ -I dts -O dtb -o bar.dtb bar.dts 84 => load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/base.dtb 85 => load ${devtype} ${bootpart} ${fdtovaddr} ${bootdir}/overlay.dtb 99 6. Boot system like you would do with a traditional dtb.
|
| /rk3399_rockchip-uboot/test/overlay/ |
| H A D | Makefile | 14 obj-y += test-fdt-base.dtb.o 15 obj-y += test-fdt-overlay.dtb.o 16 obj-y += test-fdt-overlay-stacked.dtb.o
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Makefile | 21 DTB := $(ARCH_PATH)/$(DEVICE_TREE).dtb 22 dtb_depends += $(DTB:.dtb=.dts) 38 -n /chosen -n /config -O dtb | \ 39 $(objtree)/tools/fdtgrep -r -O dtb - -o $@ \
|
| H A D | .gitignore | 1 *.dtb 2 *.dtb.S
|
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | u_boot_dtb_with_ucode.py | 47 dtb = fdt.FdtScan(fname) 48 ucode = dtb.GetNode('/microcode') 66 dtb.Pack() 67 dtb.Flush()
|
| /rk3399_rockchip-uboot/board/freescale/mpc8572ds/ |
| H A D | README | 79 dtc -b 0 -f -I dts -O dtb mpc8572ds.dts > mpc8572ds.dtb 92 tftp c00000 mpc8572ds.dtb 128 3. Create dtb for core0: 130 …$ dtc -I dts -O dtb -f -b 0 arch/powerpc/boot/dts/mpc8572ds_core0.dts > /tftpboot/mpc8572ds_core0.… 132 4. Create dtb for core1: 134 …$ dtc -I dts -O dtb -f -b 1 arch/powerpc/boot/dts/mpc8572ds_core1.dts > /tftpboot/mpc8572ds_core1.… 147 => tftp 20c00000 8572/mpc8572ds_core1.dtb 162 => tftp c00000 8572/mpc8572ds_core0.dtb
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | control.py | 43 def _FindBinmanNode(dtb): argument 51 for node in dtb.GetRoot().subnodes: 95 dtb = fdt.FdtScan(dtb_fname) 96 node = _FindBinmanNode(dtb)
|
| /rk3399_rockchip-uboot/board/engicam/geam6ul/ |
| H A D | README | 10 This will generate the SPL image called SPL and the u-boot-dtb.img. 16 - Flash the u-boot-dtb.img image into the micro SD card: 18 sudo dd if=u-boot-dtb.img of=/dev/mmcblk0 bs=1k seek=69; sync
|
| /rk3399_rockchip-uboot/board/freescale/p2041rdb/ |
| H A D | README | 109 dtc -O dtb -b 0 -p 1024 p2041rdb.dts > p2041rdb.dtb 112 {linux-2.6}/make p2041rdb.dtb ARCH=powerpc 114 then the dtb file will be generated under the following directory: 115 {linux-2.6}/arch/powerpc/boot/p2041rdb.dtb 122 tftp 3000000 p2041rdb.dtb
|