Searched refs:boot_img (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/scripts/ |
| H A D | unpack_bootimg | 181 info.boot_magic = unpack('8s', args.boot_img.read(8))[0].decode() 183 kernel_ramdisk_second_info = unpack('9I', args.boot_img.read(9 * 4)) 196 os_version_patch_level = unpack('I', args.boot_img.read(1 * 4))[0] 209 args.boot_img.read(16))[0].decode()) 210 info.cmdline = cstr(unpack('512s', args.boot_img.read(512))[0].decode()) 211 args.boot_img.read(32) # ignore SHA 213 args.boot_img.read(1024))[0].decode()) 216 args.boot_img.read(1536))[0].decode()) 219 info.recovery_dtbo_size = unpack('I', args.boot_img.read(1 * 4))[0] 220 info.recovery_dtbo_offset = unpack('Q', args.boot_img.read(8))[0] [all …]
|
| H A D | repack-bootimg | 8 usage: $0 [-h] [-z] --boot_img BOOT_IMG [--out OUT] [--kernel KERNEL] [--ramdisk RAMDISK] [--second… 13 --boot_img BOOT_IMG path to the original boot image 29 --boot_img) 30 boot_img=$2 83 if [ "$boot_img" == "" -o ! -e "$boot_img" ]; then 119 $srctree/scripts/unpack_bootimg --boot_img $boot_img --out $out > $log
|
| H A D | pack_resource.sh | 73 ./scripts/unpack_bootimg --boot_img ${BOOT_OLD} --out ${TMP_DIR2}/ 76 ./scripts/repack-bootimg --boot_img ${BOOT_OLD} --second ${RSCE_NEW} -o ${BOOT_NEW}
|
| H A D | README.rockchip | 25 ./scripts/unpack_bootimg --boot_img boot.img --out out/ 28 ./scripts/repack-bootimg --boot_img boot.img --kernel zImage -o boot_repack.img
|
| H A D | android2fit.sh | 58 ./scripts/unpack_bootimg --boot_img ${BOOT_IMG} --out ${OUT}/
|
| H A D | android2distro.sh | 53 ./scripts/unpack_bootimg --boot_img ${BOOT_IMG} --out distro/
|
| H A D | fit-core.sh | 137 …-rollback-index-boot|--rollback-index-recovery|--rollback-index-uboot|--boot_img|--recovery_img|--… 164 --boot_img) # boot.img
|
| /rk3399_rockchip-uboot/board/samsung/common/bootscripts/ |
| H A D | autoboot.cmd | 69 #### Routine: boot_img - boot the kernel after env setup 70 setenv boot_img " 80 run boot_img; 84 run boot_img; 88 run boot_img;
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | mksunxiboot.c | 61 struct boot_img { struct 70 struct boot_img img; in main() argument
|
| /rk3399_rockchip-uboot/common/ |
| H A D | image-android.c | 1004 const disk_partition_t *boot_img) in extract_boot_image_v012_header() argument 1015 blks_read = blk_dread(dev_desc, boot_img->start, blk_cnt, hdr); in extract_boot_image_v012_header() 1037 const disk_partition_t *boot_img) in extract_boot_image_v34_header() argument 1049 blks_read = blk_dread(dev_desc, boot_img->start, blk_cnt, boot_hdr); in extract_boot_image_v34_header()
|