Home
last modified time | relevance | path

Searched refs:dtb (Results 1 - 9 of 9) sorted by relevance

/device/soc/rockchip/common/sdk_linux/scripts/
H A Drepack-bootimg8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second SECOND] [--dtb DTB ] [--recovery_dtbo RECOVERY_DTBO] -o OUTPUT
18 --dtb DTB path to the new dtb
49 --dtb)
50 dtb=$2
114 dtb=${dtb-$out/dtb}
127 dtb_size=$(grep -a "^dtb size: " $log | sed "s/^dtb siz
[all...]
H A Dmkimg9 usage: $0 [-h] --dtb DTB
13 --dtb DTB the dtb file name
20 --dtb)
67 echo "No dtb" >&2
103 --dtb ${DTB_PATH} \
110 --dtb ${DTB_PATH} \
159 dtc -I dtb -O dts ${TMP_ITB} -o ${ITS} >/dev/null 2>&1
/device/board/hihope/dayu210/kernel/
H A Dmake-ohos.sh28 TOYBRICK_DTB=toybrick.dtb
73 dtb=$3
81 ${MAKE} ARCH=${arch} ${dtb}.img -j${CPUs}
83 echo "FAIL: ${MAKE} ARCH=${arch} ${dtb}.img"
108 dtb=${!ID_DTB}
120 make_kernel_image ${arch} ${conf} ${dtb}
126 cp -f ${OBJ_PATH}${dtb_path}/${dtb}.dtb ${EXTLINUX_PATH}/${TOYBRICK_DTB}
H A Dmake-boot.sh25 TOYBRICK_DTB=toybrick.dtb
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkimg9 usage: $0 [-h] --dtb DTB
13 --dtb DTB the dtb file name
20 --dtb)
66 echo "No dtb" >&2
102 --dtb ${DTB_PATH} \
109 --dtb ${DTB_PATH} \
158 dtc -I dtb -O dts ${TMP_ITB} -o ${ITS} >/dev/null 2>&1
247 echo "dtb ${DTB_PATH}"
H A Dmkbootimg100 if filesize(args.dtb) == 0:
102 args.vendor_boot.write(pack('I', filesize(args.dtb))) # size in bytes
103 args.vendor_boot.write(pack('Q', args.base + args.dtb_offset)) # dtb physical load address
142 update_sha(sha, args.dtb)
164 # if filesize(args.dtb) == 0:
167 args.output.write(pack('I', filesize(args.dtb))) # size in bytes
168 args.output.write(pack('Q', args.base + args.dtb_offset)) # dtb physical load address
233 parser.add_argument('--dtb', help='path to dtb', type=FileType('rb'))
251 parser.add_argument('--dtb_offset', help='dtb offse
[all...]
/device/board/hihope/dayu210/uboot/
H A Dmake.sh81 echo " ./make.sh EXT_DTB=rk-kernel.dtb --- build with exist .config and external dtb"
212 cp $2 ${REP_DIR}/u-boot.dtb
643 ${SPL_FIT_GENERATOR} u-boot.dtb > u-boot.its
678 rm u-boot.img u-boot-dtb.img -f
741 rm u-boot-nodtb.bin u-boot.dtb -f
742 touch u-boot-nodtb.bin u-boot.dtb
759 rm spl/u-boot-spl.dtb tpl/u-boot-tpl.dtb u-boot.dtb
[all...]
/device/soc/rockchip/common/sdk_linux/arch/arm64/
H A DMakefile206 $(Q)$(MAKE) rockchip/$*.dtb Image.lz4 modules
208 $(Q)$(MAKE) rockchip/$*.dtb Image.lz4
210 $(Q)$(srctree)/scripts/mkimg --dtb $*.dtb
/device/soc/rockchip/common/sdk_linux/
H A DMakefile1394 %.dtb: include/config/kernel.release scripts_dtc
1876 -o -name '*.dtb' -o -name '*.dtb.S' -o -name '*.dt.yaml' \

Completed in 6 milliseconds