Home
last modified time | relevance | path

Searched refs:dep (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.7.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c209 struct image_dependency dep; in fwu_bootloader_install_image() local
256 if (flash_area_read(fap, off, &dep, len) != 0) { in fwu_bootloader_install_image()
260 if (dep.image_id > MCUBOOT_IMAGE_NUMBER) { in fwu_bootloader_install_image()
271 if (get_active_image_version(dep.image_id, in fwu_bootloader_install_image()
280 &dep.image_min_version)) { in fwu_bootloader_install_image()
287 if (candidates[index_i] == dep.image_id) in fwu_bootloader_install_image()
290 if ((index_i < number) && (mcuboot_ctx[dep.image_id].fap != NULL)) { in fwu_bootloader_install_image()
294 fap_secondary = mcuboot_ctx[dep.image_id].fap; in fwu_bootloader_install_image()
307 &dep.image_min_version))) { in fwu_bootloader_install_image()
/trusted-firmware-m-3.7.0/secure_fw/spm/core/
Dspm_ipc.c151 const uint32_t *dep; in tfm_spm_check_authorization() local
166 dep = LOAD_INFO_DEPS(partition->p_ldinf); in tfm_spm_check_authorization()
168 if (dep[i] == sid) { in tfm_spm_check_authorization()
/trusted-firmware-m-3.7.0/tools/templates/
Dpartition_load_info.template146 {% for dep in manifest.dependencies %}
147 {{dep}}_SID,
149 {% for dep in manifest.weak_dependencies %}
150 #ifdef {{dep}}_SID
151 {{dep}}_SID,