Searched refs:image_version (Results 1 – 7 of 7) sorted by relevance
25 (sizeof(struct image_version) + \60 struct image_version *image_ver) in get_active_image_version()81 if (tlv_entry.tlv_len != sizeof(struct image_version)) { in get_active_image_version()174 static bool is_version_greater_or_equal(const struct image_version *image_ver_1, in is_version_greater_or_equal()175 const struct image_version *image_ver_2) in is_version_greater_or_equal()210 struct image_version image_ver = { 0 }; in fwu_bootloader_install_image()588 struct image_version image_version; in fwu_bootloader_get_image_info() local633 &image_version) == PSA_SUCCESS) { in fwu_bootloader_get_image_info()634 info->version.major = image_version.iv_major; in fwu_bootloader_get_image_info()635 info->version.minor = image_version.iv_minor; in fwu_bootloader_get_image_info()[all …]
57 fw_version_bytes = int(args.image_version, 0).to_bytes(4, 'little')
187 struct image_version image_ver; in boot_save_shared_data()
78 --image_version ${MCUBOOT_SECURITY_COUNTER_NS}
584 uint32_t image_version = FWU_IMAGE_INITIAL_VERSION; in fwu_metadata_provision() local622 _metadata.img_entry[i].img_props[BANK_0].version = image_version; in fwu_metadata_provision()
54 struct image_version ih_ver;
594 --image_version ${MCUBOOT_SECURITY_COUNTER_S}