Home
last modified time | relevance | path

Searched refs:psa_fwu_component_t (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/bootloader/
Dtfm_bootloader_fwu_abstraction.h51 psa_status_t fwu_bootloader_staging_area_init(psa_fwu_component_t component,
77 psa_status_t fwu_bootloader_load_image(psa_fwu_component_t component,
108 psa_status_t fwu_bootloader_install_image(const psa_fwu_component_t *candidates,
127 psa_status_t fwu_bootloader_mark_image_accepted(const psa_fwu_component_t *trials,
142 psa_status_t fwu_bootloader_reject_staged_image(psa_fwu_component_t component);
156 psa_status_t fwu_bootloader_reject_trial_image(psa_fwu_component_t component);
165 psa_status_t fwu_bootloader_clean_component(psa_fwu_component_t component);
182 psa_status_t fwu_bootloader_get_image_info(psa_fwu_component_t component,
/trusted-firmware-m-3.4.0/interface/include/psa/
Dupdate.h71 typedef uint8_t psa_fwu_component_t; typedef
181 psa_status_t psa_fwu_query(psa_fwu_component_t component,
194 psa_status_t psa_fwu_start(psa_fwu_component_t component,
214 psa_status_t psa_fwu_write(psa_fwu_component_t component,
226 psa_status_t psa_fwu_finish(psa_fwu_component_t component);
235 psa_status_t psa_fwu_cancel(psa_fwu_component_t component);
244 psa_status_t psa_fwu_clean(psa_fwu_component_t component);
/trusted-firmware-m-3.4.0/interface/src/
Dtfm_fwu_api.c13 psa_status_t psa_fwu_start(psa_fwu_component_t component, in psa_fwu_start()
26 psa_status_t psa_fwu_write(psa_fwu_component_t component, in psa_fwu_write()
41 psa_status_t psa_fwu_finish(psa_fwu_component_t component) in psa_fwu_finish()
57 psa_status_t psa_fwu_cancel(psa_fwu_component_t component) in psa_fwu_cancel()
67 psa_status_t psa_fwu_clean(psa_fwu_component_t component) in psa_fwu_clean()
77 psa_status_t psa_fwu_query(psa_fwu_component_t component, in psa_fwu_query()
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/
Dtfm_mcuboot_fwu.c63 static psa_status_t get_active_image_version(psa_fwu_component_t component, in get_active_image_version()
109 psa_status_t fwu_bootloader_staging_area_init(psa_fwu_component_t component, in fwu_bootloader_staging_area_init()
139 psa_status_t fwu_bootloader_load_image(psa_fwu_component_t component, in fwu_bootloader_load_image()
202 psa_status_t fwu_bootloader_install_image(const psa_fwu_component_t *candidates, uint8_t number) in fwu_bootloader_install_image()
206 psa_fwu_component_t component; in fwu_bootloader_install_image()
385 psa_status_t fwu_bootloader_mark_image_accepted(const psa_fwu_component_t *trials, in fwu_bootloader_mark_image_accepted()
400 psa_fwu_component_t component; in fwu_bootloader_mark_image_accepted()
457 psa_status_t fwu_bootloader_reject_staged_image(psa_fwu_component_t component) in fwu_bootloader_reject_staged_image()
473 psa_status_t fwu_bootloader_reject_trial_image(psa_fwu_component_t component) in fwu_bootloader_reject_trial_image()
483 psa_status_t fwu_bootloader_abort(psa_fwu_component_t component) in fwu_bootloader_abort()
[all …]
/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c41 psa_fwu_component_t component; in tfm_fwu_start()
103 psa_fwu_component_t component; in tfm_fwu_write()
169 psa_fwu_component_t component; in tfm_fwu_finish()
195 psa_fwu_component_t component = 0; in tfm_fwu_install()
199 psa_fwu_component_t candidates[FWU_COMPONENT_NUMBER]; in tfm_fwu_install()
259 psa_fwu_component_t component = { 0 }; in tfm_fwu_query()
311 psa_fwu_component_t component = 0; in tfm_fwu_accept()
314 psa_fwu_component_t trials[FWU_COMPONENT_NUMBER]; in tfm_fwu_accept()
358 psa_fwu_component_t component = 0; in tfm_fwu_reject()
440 psa_fwu_component_t component; in tfm_fwu_cancel()
[all …]
/trusted-firmware-m-3.4.0/docs/technical_references/design_docs/
Dtfm_fwu_service.rst110 psa_status_t fwu_bootloader_staging_area_init(psa_fwu_component_t component,
132 psa_status_t fwu_bootloader_load_image(psa_fwu_component_t component,
154 psa_status_t fwu_bootloader_install_image(psa_fwu_component_t *candidates,
175 psa_status_t fwu_bootloader_mark_image_accepted(const psa_fwu_component_t *trials,
195 psa_status_t fwu_bootloader_reject_staged_image(psa_fwu_component_t component);
212 psa_status_t fwu_bootloader_reject_trial_image(psa_fwu_component_t component);
228 psa_status_t fwu_bootloader_clean_component(psa_fwu_component_t component);
244 psa_status_t fwu_bootloader_get_image_info(psa_fwu_component_t component,