Home
last modified time | relevance | path

Searched refs:boot_part (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c607 int android_image_verify_resource(const char *boot_part, ulong *resc_buf) in android_image_verify_resource() argument
642 if (strcmp(boot_part, ANDROID_PARTITION_RECOVERY) == 0) in android_image_verify_resource()
646 part_name = strdup(boot_part); in android_image_verify_resource()
647 *(part_name + strlen(boot_part) - 2) = '\0'; in android_image_verify_resource()
656 requested_partitions[0] = boot_part; in android_image_verify_resource()
675 if (retry_no_vbmeta_partition && strcmp(boot_part, ANDROID_PARTITION_RECOVERY) == 0) { in android_image_verify_resource()
1189 disk_partition_t boot_part; in android_image_load_by_partname() local
1192 part_num = part_get_info_by_name(dev_desc, boot_partname, &boot_part); in android_image_load_by_partname()
1198 boot_part.name, part_num); in android_image_load_by_partname()
1200 ret = android_image_load(dev_desc, &boot_part, *load_address, -1UL); in android_image_load_by_partname()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk1808/
H A Drk1808.c192 const char *boot_part = PART_BOOT; in env_fixup_ramdisk_addr_r() local
214 ret = part_get_info_by_name(dev_desc, boot_part, &info); in env_fixup_ramdisk_addr_r()
217 __func__, boot_part, ret); in env_fixup_ramdisk_addr_r()
/OK3568_Linux_fs/u-boot/cmd/
H A Dbootrkp.c216 disk_partition_t *boot_part) in boot_rockchip_image() argument
246 ramdisk_size = read_rockchip_image(dev_desc, boot_part, in boot_rockchip_image()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h1405 int android_image_verify_resource(const char *boot_part, ulong *resc_buf);