Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/secure_fw/partitions/firmware_update/
Dtfm_fwu_req_mngr.c26 uint8_t component_state; member
75 if (fwu_ctx[component].component_state != PSA_FWU_READY) { in tfm_fwu_start()
96 fwu_ctx[component].component_state = PSA_FWU_WRITING; in tfm_fwu_start()
133 fwu_ctx[component].component_state != PSA_FWU_WRITING) { in tfm_fwu_write()
182 fwu_ctx[component].component_state != PSA_FWU_WRITING) { in tfm_fwu_finish()
189 fwu_ctx[component].component_state = PSA_FWU_CANDIDATE; in tfm_fwu_finish()
206 if (fwu_ctx[component].component_state == PSA_FWU_STAGED || in tfm_fwu_install()
207 fwu_ctx[component].component_state == PSA_FWU_REJECTED) { in tfm_fwu_install()
209 } else if (fwu_ctx[component].component_state == PSA_FWU_CANDIDATE) { in tfm_fwu_install()
242 fwu_ctx[component].component_state = PSA_FWU_TRIAL; in tfm_fwu_install()
[all …]