| 26aab795 | 07-Feb-2024 |
Sughosh Ganu <sughosh.ganu@linaro.org> |
feat(fwu): add a function to obtain an alternate FWU bank to boot
Add a function fwu_get_alternate_boot_bank() to return a valid bank to boot from. This function can be called by a platform to get a
feat(fwu): add a function to obtain an alternate FWU bank to boot
Add a function fwu_get_alternate_boot_bank() to return a valid bank to boot from. This function can be called by a platform to get an alternate bank to try to boot the platform in the unlikely scenario of the active bank being in an invalid state, or if the number of times the platform boots in trial state exceeds a pre-set count.
Change-Id: I4bcd88e68e334c452882255bf028e01b090369d1 Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
show more ...
|
| d2566cfb | 17-Jan-2024 |
Sughosh Ganu <sughosh.ganu@linaro.org> |
feat(fwu): add some sanity checks for the FWU metadata
Add some sanity checks on the values read from the FWU metadata structure. This ensures that values in the metadata structure are inline with c
feat(fwu): add some sanity checks for the FWU metadata
Add some sanity checks on the values read from the FWU metadata structure. This ensures that values in the metadata structure are inline with certain config symbol values.
Change-Id: Ic4415da9048ac3980f8f811ed7852beb90683f7d Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
show more ...
|
| 40b085bd | 01-Dec-2021 |
Sughosh Ganu <sughosh.ganu@linaro.org> |
feat(fwu): simplify the assert to check for fwu init
Simplify the assert to check if the FWU subsystem has been initialised in the fwu_is_trial_run_state function.
Signed-off-by: Sughosh Ganu <sugh
feat(fwu): simplify the assert to check for fwu init
Simplify the assert to check if the FWU subsystem has been initialised in the fwu_is_trial_run_state function.
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Change-Id: I428668470ebd4b67e68777a62d5732cb96841ab9
show more ...
|