arm-trusted-firmware/plat/st
Sughosh Ganu 6166051426 feat(st): add logic to boot the platform from an alternate bank
In a few scenarios, there is a need to boot the platform from an
alernate bank which is not the active bank. Call the API
fwu_get_alernate_boot_bank() to select an alternate bank to boot the
platform from. Calling this API function might be required in a couple
of cases. One, 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.

Also add a debug print that indicates the bank that
the platform is booting from.

Change-Id: I688406540e64d1719af8d5c121821f5bb6335c06
Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org>
2024-03-01 14:40:05 +05:30
..
common feat(st): add logic to boot the platform from an alternate bank 2024-03-01 14:40:05 +05:30
stm32mp1 feat(st): add a function to clear the FWU trial state counter 2024-03-01 14:40:05 +05:30
stm32mp2 feat(stm32mp2): add STM32MP_USB_PROGRAMMER compilation 2024-02-05 09:25:02 +01:00