Home
last modified time | relevance | path

Searched refs:vendor_bootconfig_size (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-android.c342 *rd_len += hdr->vendor_bootconfig_size + in android_image_get_ramdisk()
361 end = start + (ulong)hdr->vendor_bootconfig_size; in android_image_get_ramdisk()
363 start, end, DIV_ROUND_UP(hdr->vendor_bootconfig_size, 1024)); in android_image_get_ramdisk()
487 extra += ALIGN(hdr->vendor_bootconfig_size, blksz) + in image_load()
574 length = hdr->vendor_bootconfig_size; in image_load()
576 blkcnt = DIV_ROUND_UP(hdr->vendor_bootconfig_size, blksz); in image_load()
577 typesz = sizeof(hdr->vendor_bootconfig_size); in image_load()
1218 hdr->vendor_bootconfig_size = in populate_boot_info()
1219 vendor_boot_hdr->vendor_bootconfig_size; in populate_boot_info()
1224 hdr->vendor_bootconfig_size = 0; in populate_boot_info()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dandroid_image.h137 u32 vendor_bootconfig_size; /* size in bytes for bootconfig image */ member
199 uint32_t vendor_bootconfig_size; /* size in bytes for bootconfig image */ member
/OK3568_Linux_fs/u-boot/scripts/
H A Dunpack_bootimg404 info.vendor_bootconfig_size = unpack('I', args.boot_img.read(4))[0]
440 image_info_list.append((bootconfig_offset, info.vendor_bootconfig_size,
/OK3568_Linux_fs/kernel/scripts/
H A Dunpack_bootimg411 info.vendor_bootconfig_size = unpack('I', boot_img.read(4))[0]
447 image_info_list.append((bootconfig_offset, info.vendor_bootconfig_size,
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_boot_image.c89 p, hdr->vendor_bootconfig_size);