Home
last modified time | relevance | path

Searched refs:img_sz (Results 1 – 2 of 2) sorted by relevance

/mcuboot-latest/boot/bootutil/src/
Dram_load.c64 uint32_t img_sz; in boot_verify_ram_load_address() local
85 img_sz = state->slot_usage[BOOT_CURR_IMG(state)].img_sz; in boot_verify_ram_load_address()
91 if (!boot_u32_safe_add(&img_end_addr, img_dst, img_sz)) { in boot_verify_ram_load_address()
210 uint32_t img_dst, uint32_t img_sz) in boot_copy_image_to_sram() argument
228 rc = flash_area_read(fap_src, 0, (void *)(IMAGE_RAM_BASE + img_dst), img_sz); in boot_copy_image_to_sram()
287 end_a = start_a + state->slot_usage[image_id_to_check].img_sz; in boot_check_ram_load_overlapping()
298 end_b = start_b + state->slot_usage[i].img_sz; in boot_check_ram_load_overlapping()
323 uint32_t img_sz; in boot_load_image_to_sram() local
333 rc = boot_read_image_size(state, active_slot, &img_sz); in boot_load_image_to_sram()
339 state->slot_usage[BOOT_CURR_IMG(state)].img_sz = img_sz; in boot_load_image_to_sram()
[all …]
Dbootutil_priv.h277 uint32_t img_sz; member