Re: [U-Boot] [PATCH v2 3/7] common: Implement A/B metadata

2019-01-15 Thread Igor Opaniuk
Hi, On Wed, 12 Dec 2018 at 19:12, Ruslan Trofymenko wrote: > > This patch determines the A/B-specific bootloader message structure > that is the basis for implementation of recovery and A/B update > functions. A/B metadata is stored in this structure and used to decide > which slot should we use

[U-Boot] [PATCH v2 3/7] common: Implement A/B metadata

2018-12-12 Thread Ruslan Trofymenko
This patch determines the A/B-specific bootloader message structure that is the basis for implementation of recovery and A/B update functions. A/B metadata is stored in this structure and used to decide which slot should we use to boot the device. Also some basic functions for A/B metadata manipula