Home
last modified time | relevance | path

Searched refs:br_image_off (Results 1 – 12 of 12) sorted by relevance

/mcuboot-latest/boot/mbed/
Dmcuboot_main.cpp82 uint32_t address = rsp.br_image_off + rsp.br_hdr->ih_hdr_size; in main()
/mcuboot-latest/boot/zephyr/
Dmain.c312 BOOT_LOG_INF("br_image_off = 0x%x\n", rsp->br_image_off); in do_boot()
316 int slot = (rsp->br_image_off == IMAGE0_PRIMARY_START_ADDRESS) ? in do_boot()
348 start = (void *)(flash_base + rsp->br_image_off + in do_boot()
584 rsp.br_image_off);
Dsingle_loader.c168 rsp->br_image_off = flash_area_get_off(_fa_p); in boot_go()
Dfirmware_loader.c134 rsp->br_image_off = flash_area_get_off(_fa_p); in validate_image_slot()
/mcuboot-latest/boot/espressif/
Dmain.c54 BOOT_LOG_INF("br_image_off = 0x%x", rsp->br_image_off); in do_boot()
56 …int slot = (rsp->br_image_off == CONFIG_ESP_IMAGE0_PRIMARY_START_ADDRESS) ? PRIMARY_SLOT : SECONDA… in do_boot()
/mcuboot-latest/boot/nuttx/
Dmain.c71 area_id = flash_area_id_from_image_offset(rsp->br_image_off); in do_boot()
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil.h61 uint32_t br_image_off; member
/mcuboot-latest/boot/cypress/MCUBootApp/
Dmain.c67 app_addr = (rsp->br_image_off + rsp->br_hdr->ih_hdr_size); in do_boot()
/mcuboot-latest/samples/runtime-source/zephyr/hooks/
Dhooks.c93 rsp->br_image_off = flash_area_get_off(_fa_p); in boot_go_hook()
/mcuboot-latest/boot/mynewt/src/
Dsingle_loader.c129 rsp->br_image_off = flash_area_get_off(_fa_p); in boot_go()
Dmain.c262 hal_system_start((void *)(flash_base + rsp.br_image_off + in mynewt_main()
/mcuboot-latest/boot/bootutil/src/
Dloader.c235 rsp->br_image_off = boot_img_slot_off(state, active_slot); in fill_rsp()