Re: [U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-10-21 Thread Igor Opaniuk
On Thu, Aug 15, 2019 at 8:55 PM Sam Protsenko wrote: > > Hi Eugeniu, > > On Tue, Aug 13, 2019 at 7:59 PM Eugeniu Rosca wrote: > > > > Hi Sam, > > > > On Fri, Aug 09, 2019 at 07:16:03PM +0300, Sam Protsenko wrote: > > > The requested_partitions[] array should contain only boot partitions. > > >

Re: [U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-08-15 Thread Sam Protsenko
Hi Eugeniu, On Tue, Aug 13, 2019 at 7:59 PM Eugeniu Rosca wrote: > > Hi Sam, > > On Fri, Aug 09, 2019 at 07:16:03PM +0300, Sam Protsenko wrote: > > The requested_partitions[] array should contain only boot partitions. > > Usually it's only 'boot' partition, as can be seen in [1]. Also, seems > >

Re: [U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-08-15 Thread Sam Protsenko
Hi Eugeniu, On Mon, Aug 12, 2019 at 4:57 PM Eugeniu Rosca wrote: > > Hi all, > > On Mon, Aug 12, 2019 at 02:13:55PM +0300, Igor Opaniuk wrote: > [..] > > Current snapshot of libavb in U-boot is a bit out-dated (~2 years) and > > before introducing patches that can leverage new features from the

Re: [U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-08-13 Thread Eugeniu Rosca
Hi Sam, On Fri, Aug 09, 2019 at 07:16:03PM +0300, Sam Protsenko wrote: > The requested_partitions[] array should contain only boot partitions. > Usually it's only 'boot' partition, as can be seen in [1]. Also, seems > like the requested_partitions[] are only used when there is no 'vbmeta' >

Re: [U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-08-12 Thread Eugeniu Rosca
Hi all, On Mon, Aug 12, 2019 at 02:13:55PM +0300, Igor Opaniuk wrote: [..] > Current snapshot of libavb in U-boot is a bit out-dated (~2 years) and > before introducing patches that can leverage new features from the mainline > libavb(taking into account that you're referring to Jul 30, 2019

Re: [U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-08-12 Thread Igor Opaniuk
Hi Sam, On Fri, Aug 9, 2019 at 7:16 PM Sam Protsenko wrote: > > The requested_partitions[] array should contain only boot partitions. > Usually it's only 'boot' partition, as can be seen in [1]. Also, seems > like the requested_partitions[] are only used when there is no 'vbmeta' > partition

[U-Boot] [PATCH] cmd: avb: Fix requested partitions list

2019-08-09 Thread Sam Protsenko
The requested_partitions[] array should contain only boot partitions. Usually it's only 'boot' partition, as can be seen in [1]. Also, seems like the requested_partitions[] are only used when there is no 'vbmeta' partition [2], which is not a regular use-case. Make requested_partitions[] contain