Searched refs:img_dst (Results 1 – 2 of 2) sorted by relevance
63 uint32_t img_dst; in boot_verify_ram_load_address() local84 img_dst = state->slot_usage[BOOT_CURR_IMG(state)].img_dst; in boot_verify_ram_load_address()87 if (img_dst < exec_ram_start) { 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()119 uint32_t src_sz, uint32_t img_dst) in boot_decrypt_and_copy_image_to_sram() argument140 uint8_t * ram_dst = (void *)(IMAGE_RAM_BASE + img_dst); in boot_decrypt_and_copy_image_to_sram()210 uint32_t img_dst, uint32_t img_sz) in boot_copy_image_to_sram() argument228 rc = flash_area_read(fap_src, 0, (void *)(IMAGE_RAM_BASE + img_dst), img_sz); in boot_copy_image_to_sram()284 start_a = state->slot_usage[image_id_to_check].img_dst; in boot_check_ram_load_overlapping()295 start_b = state->slot_usage[i].img_dst; in boot_check_ram_load_overlapping()[all …]
276 uint32_t img_dst; member