Searched refs:image_size (Results 1 – 10 of 10) sorted by relevance
/Zephyr-Core-3.7.0/subsys/dfu/boot/ |
D | mcuboot.c | 48 uint32_t image_size; member 87 v1_raw->image_size = sys_le32_to_cpu(v1_raw->image_size); in boot_read_v1_header() 141 header->h.v1.image_size = v1_raw.image_size; in boot_read_bank_header()
|
D | mcuboot_shell.c | 200 (unsigned int) hdr.h.v1.image_size); in cmd_mcuboot_info_area()
|
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_client.h | 90 size_t image_size; member 141 int img_mgmt_client_upload_init(struct img_mgmt_client *client, size_t image_size,
|
/Zephyr-Core-3.7.0/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-3.7.0/drivers/fpga/ |
D | fpga_mpfs.c | 137 uint32_t image_size) in program_new_image() argument 147 if (image_size > 0x1400000) { in program_new_image() 153 count = (uint32_t)(image_size / SPI_FLASH_SECTOR_SIZE) + 1; in program_new_image() 175 count = (uint32_t)(image_size / SPI_FLASH_PAGE_SIZE) + 1; in program_new_image()
|
/Zephyr-Core-3.7.0/include/zephyr/dfu/ |
D | mcuboot.h | 110 uint32_t image_size; member
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 274 zcbor_size_put(zse, upload_state->image_size) && zcbor_tstr_put_lit(zse, "off") && in upload_message_header_size() 304 int img_mgmt_client_upload_init(struct img_mgmt_client *client, size_t image_size, in img_mgmt_client_upload_init() argument 310 client->upload.image_size = image_size; in img_mgmt_client_upload_init() 394 zcbor_size_put(zse, active_client->upload.image_size); in img_mgmt_client_upload()
|
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 88 image_size: str
|
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/ |
D | updatehub.c | 78 int image_size; member 536 update_info.image_size) < 0) { in install_update() 885 update_info.image_size = metadata_any_boards.objects[1].objects[0].objects.size; in z_impl_updatehub_probe() 926 update_info.image_size = in z_impl_updatehub_probe()
|
/Zephyr-Core-3.7.0/modules/canopennode/ |
D | canopen_program.c | 369 len = header.h.v1.image_size; in canopen_odf_1f56()
|