Searched refs:image_size (Results 1 – 6 of 6) sorted by relevance
/Zephyr-Core-2.7.6/subsys/dfu/boot/ |
D | mcuboot.c | 45 uint32_t image_size; member 84 v1_raw->image_size = sys_le32_to_cpu(v1_raw->image_size); in boot_read_v1_header() 138 header->h.v1.image_size = v1_raw.image_size; in boot_read_bank_header()
|
D | mcuboot_shell.c | 153 (unsigned int) hdr.h.v1.image_size); in cmd_mcuboot_info_area()
|
/Zephyr-Core-2.7.6/arch/x86/ |
D | gen_mmu.py | 768 image_size = sram_size 771 image_size = mapped_kernel_size 781 (image_base, image_base + image_size - 1, image_size)) 792 if image_size >= vm_size: 793 error("VM size is too small (have 0x%x need more than 0x%x)" % (vm_size, image_size)) 808 pt.map(image_base_phys, image_base, image_size, map_flags | ENTRY_RW) 816 pt.map(image_base, image_base, image_size, map_flags | ENTRY_RW) 825 pt.reserve_unaligned(image_base_phys, image_size, to_level=PD_LEVEL) 826 pt.identity_map_unaligned(image_base_phys, image_size,
|
/Zephyr-Core-2.7.6/include/dfu/ |
D | mcuboot.h | 101 uint32_t image_size; member
|
/Zephyr-Core-2.7.6/subsys/mgmt/updatehub/ |
D | updatehub.c | 83 int image_size; member 559 update_info.image_size) < 0) { in install_update() 879 update_info.image_size = metadata_any_boards.objects[1].objects.size; in updatehub_probe() 908 update_info.image_size = in updatehub_probe()
|
/Zephyr-Core-2.7.6/modules/canopennode/ |
D | canopen_program.c | 369 len = header.h.v1.image_size; in canopen_odf_1f56()
|