Searched refs:psa_fwu_component_t (Results 1 – 6 of 6) sorted by relevance
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/ |
D | tfm_bootloader_fwu_abstraction.h | 51 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.6.0/interface/include/psa/ |
D | update.h | 71 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.6.0/interface/src/ |
D | tfm_fwu_api.c | 12 psa_status_t psa_fwu_start(psa_fwu_component_t component, in psa_fwu_start() 25 psa_status_t psa_fwu_write(psa_fwu_component_t component, in psa_fwu_write() 40 psa_status_t psa_fwu_finish(psa_fwu_component_t component) in psa_fwu_finish() 56 psa_status_t psa_fwu_cancel(psa_fwu_component_t component) in psa_fwu_cancel() 66 psa_status_t psa_fwu_clean(psa_fwu_component_t component) in psa_fwu_clean() 76 psa_status_t psa_fwu_query(psa_fwu_component_t component, in psa_fwu_query()
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/bootloader/mcuboot/ |
D | tfm_mcuboot_fwu.c | 59 static psa_status_t get_active_image_version(psa_fwu_component_t component, in get_active_image_version() 105 psa_status_t fwu_bootloader_staging_area_init(psa_fwu_component_t component, in fwu_bootloader_staging_area_init() 135 psa_status_t fwu_bootloader_load_image(psa_fwu_component_t component, in fwu_bootloader_load_image() 198 psa_status_t fwu_bootloader_install_image(const psa_fwu_component_t *candidates, uint8_t number) in fwu_bootloader_install_image() 202 psa_fwu_component_t component; in fwu_bootloader_install_image() 381 psa_status_t fwu_bootloader_mark_image_accepted(const psa_fwu_component_t *trials, in fwu_bootloader_mark_image_accepted() 396 psa_fwu_component_t component; in fwu_bootloader_mark_image_accepted() 453 psa_status_t fwu_bootloader_reject_staged_image(psa_fwu_component_t component) in fwu_bootloader_reject_staged_image() 469 psa_status_t fwu_bootloader_reject_trial_image(psa_fwu_component_t component) in fwu_bootloader_reject_trial_image() 479 psa_status_t fwu_bootloader_abort(psa_fwu_component_t component) in fwu_bootloader_abort() [all …]
|
/trusted-firmware-m-3.6.0/secure_fw/partitions/firmware_update/ |
D | tfm_fwu_req_mngr.c | 40 psa_fwu_component_t component; in tfm_fwu_start() 102 psa_fwu_component_t component; in tfm_fwu_write() 168 psa_fwu_component_t component; in tfm_fwu_finish() 194 psa_fwu_component_t component = 0; in tfm_fwu_install() 198 psa_fwu_component_t candidates[FWU_COMPONENT_NUMBER]; in tfm_fwu_install() 258 psa_fwu_component_t component = { 0 }; in tfm_fwu_query() 310 psa_fwu_component_t component = 0; in tfm_fwu_accept() 313 psa_fwu_component_t trials[FWU_COMPONENT_NUMBER]; in tfm_fwu_accept() 357 psa_fwu_component_t component = 0; in tfm_fwu_reject() 439 psa_fwu_component_t component; in tfm_fwu_cancel() [all …]
|
/trusted-firmware-m-3.6.0/docs/design_docs/services/ |
D | tfm_fwu_service.rst | 111 psa_status_t fwu_bootloader_staging_area_init(psa_fwu_component_t component, 133 psa_status_t fwu_bootloader_load_image(psa_fwu_component_t component, 155 psa_status_t fwu_bootloader_install_image(psa_fwu_component_t *candidates, 176 psa_status_t fwu_bootloader_mark_image_accepted(const psa_fwu_component_t *trials, 196 psa_status_t fwu_bootloader_reject_staged_image(psa_fwu_component_t component); 213 psa_status_t fwu_bootloader_reject_trial_image(psa_fwu_component_t component); 229 psa_status_t fwu_bootloader_clean_component(psa_fwu_component_t component); 245 psa_status_t fwu_bootloader_get_image_info(psa_fwu_component_t component,
|