Re: [U-Boot] [PATCH v3 1/1] avb2.0: add get_size_of_partition()

2018-08-13 Thread Sam Protsenko
On Fri, Aug 10, 2018 at 5:14 PM, Igor Opaniuk wrote: > Sam, > > Could you please double-check this patch and confirm that your tag can > be still applied? > Sure. Reviewed-by: Sam Protsenko > Thanks! > > On 10 August 2018 at 17:06, Andrew F. Davis wrote: >> On 08/10/2018 08:59 AM, Igor Opaniu

Re: [U-Boot] [PATCH v3 1/1] avb2.0: add get_size_of_partition()

2018-08-10 Thread Igor Opaniuk
Sam, Could you please double-check this patch and confirm that your tag can be still applied? Thanks! On 10 August 2018 at 17:06, Andrew F. Davis wrote: > On 08/10/2018 08:59 AM, Igor Opaniuk wrote: >> Implement get_size_of_partition() operation, >> which is required by the latest upstream liba

Re: [U-Boot] [PATCH v3 1/1] avb2.0: add get_size_of_partition()

2018-08-10 Thread Andrew F. Davis
On 08/10/2018 08:59 AM, Igor Opaniuk wrote: > Implement get_size_of_partition() operation, > which is required by the latest upstream libavb [1]. > > [1] > https://android.googlesource.com/platform/external/avb/+/android-p-preview-5 > > Signed-off-by: Igor Opaniuk Sam reviewed v1, not sure en

[U-Boot] [PATCH v3 1/1] avb2.0: add get_size_of_partition()

2018-08-10 Thread Igor Opaniuk
Implement get_size_of_partition() operation, which is required by the latest upstream libavb [1]. [1] https://android.googlesource.com/platform/external/avb/+/android-p-preview-5 Signed-off-by: Igor Opaniuk --- Changes for v3: - reword commit message, added avblib repository link, that stick to