Re: [PATCH v9 05/15] stm32mp1: dk2: Add image information for capsule updates

2022-09-06 Thread Sughosh Ganu
hi Etienne, On Tue, 6 Sept 2022 at 00:49, Etienne Carriere wrote: > > Hello Sughosh, > > On Fri, 26 Aug 2022 at 11:57, Sughosh Ganu wrote: > > > > Enabling capsule update functionality on the platform requires > > populating information on the images that are to be updated using the > > function

Re: [PATCH v9 05/15] stm32mp1: dk2: Add image information for capsule updates

2022-09-05 Thread Etienne Carriere
Hello Sughosh, On Fri, 26 Aug 2022 at 11:57, Sughosh Ganu wrote: > > Enabling capsule update functionality on the platform requires > populating information on the images that are to be updated using the > functionality. Do so for the DK2 board. > > Signed-off-by: Sughosh Ganu > --- > Changes si

Re: [PATCH v9 05/15] stm32mp1: dk2: Add image information for capsule updates

2022-09-04 Thread Ilias Apalodimas
On Fri, Aug 26, 2022 at 03:27:06PM +0530, Sughosh Ganu wrote: > Enabling capsule update functionality on the platform requires > populating information on the images that are to be updated using the > functionality. Do so for the DK2 board. > > Signed-off-by: Sughosh Ganu > --- > Changes since V8

[PATCH v9 05/15] stm32mp1: dk2: Add image information for capsule updates

2022-08-26 Thread Sughosh Ganu
Enabling capsule update functionality on the platform requires populating information on the images that are to be updated using the functionality. Do so for the DK2 board. Signed-off-by: Sughosh Ganu --- Changes since V8: * Use STM32MP_FIP_IMAGE_GUID for the FIP GUID value as suggested by Yann