commit | 0f8cfdaef4931e8f6219acbc5a961cb12183e591 | [log] [tgz] |
---|---|---|
author | Masahisa Kojima <masahisa.kojima@linaro.org> | Thu Feb 08 11:33:44 2024 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 02 12:26:19 2024 -0500 |
tree | cb5f97f7f74fd729fed51cf1fb74ce9a58fa4f55 | |
parent | c0ff8a471ab6d108623164c5ad7cf921026b7419 [diff] |
FWU: developerbox: read boot index from NOR flash The FWU Multi Bank Update feature allows the platform to boot the firmware images from one of the partitions(banks). On the Developerbox, SCP-firmware running on the SCB(Cortex-M3) passes the value of the boot index on the NOR flash. Add a function to read the boot index value from the NOR flash. Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>