Re: [RFC PATCH 06/10] FWU: STM32MP1: Add support to read boot index from backup register

2021-12-07 Thread Sughosh Ganu
hi Patrick, On Tue, 7 Dec 2021 at 19:57, Patrick DELAUNAY wrote: > Hi Sughosh, > > On 11/25/21 8:01 AM, Sughosh Ganu wrote: > > The FWU Multi Bank Update feature allows the platform to boot the > > firmware images from one of the partitions(banks). The first stage > > bootloader(fsbl) passes

Re: [RFC PATCH 06/10] FWU: STM32MP1: Add support to read boot index from backup register

2021-12-07 Thread Patrick DELAUNAY
Hi Sughosh, On 11/25/21 8:01 AM, Sughosh Ganu wrote: The FWU Multi Bank Update feature allows the platform to boot the firmware images from one of the partitions(banks). The first stage bootloader(fsbl) passes the value of the boot index, i.e. the bank from which the firmware images were booted

[RESEND RFC PATCH 06/10] FWU: STM32MP1: Add support to read boot index from backup register

2021-11-24 Thread Sughosh Ganu
The FWU Multi Bank Update feature allows the platform to boot the firmware images from one of the partitions(banks). The first stage bootloader(fsbl) passes the value of the boot index, i.e. the bank from which the firmware images were booted from to U-Boot. On the STM32MP157C-DK2 board, this

[RFC PATCH 06/10] FWU: STM32MP1: Add support to read boot index from backup register

2021-11-24 Thread Sughosh Ganu
The FWU Multi Bank Update feature allows the platform to boot the firmware images from one of the partitions(banks). The first stage bootloader(fsbl) passes the value of the boot index, i.e. the bank from which the firmware images were booted from to U-Boot. On the STM32MP157C-DK2 board, this