Home
last modified time | relevance | path

Searched refs:image_size (Results 1 – 10 of 10) sorted by relevance

/Zephyr-Core-3.7.0/subsys/dfu/boot/
Dmcuboot.c48 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()
Dmcuboot_shell.c200 (unsigned int) hdr.h.v1.image_size); in cmd_mcuboot_info_area()
/Zephyr-Core-3.7.0/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h90 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/
Dgen_mmu.py768 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/
Dfpga_mpfs.c137 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/
Dmcuboot.h110 uint32_t image_size; member
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c274 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/
Dshell.py88 image_size: str
/Zephyr-Core-3.7.0/subsys/mgmt/updatehub/
Dupdatehub.c78 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/
Dcanopen_program.c369 len = header.h.v1.image_size; in canopen_odf_1f56()