Re: [U-Boot] [PATCH v3 0/3] Add 'bcb' command to read/modify/write Android BCB

2019-06-04 Thread Tom Rini
On Tue, Jun 04, 2019 at 03:36:21PM +0300, Sam Protsenko wrote: > Hi Tom, Simon, > > This one has been hanging here for a while. If there is no concerns, > can we please merge it? It's really wanted feature for Android boot... I'd appreciate it if you can confirm the patchwork state of the various

Re: [U-Boot] [PATCH v3 0/3] Add 'bcb' command to read/modify/write Android BCB

2019-06-04 Thread Sam Protsenko
Hi Tom, Simon, This one has been hanging here for a while. If there is no concerns, can we please merge it? It's really wanted feature for Android boot... Thanks! On Mon, May 27, 2019 at 6:26 PM Eugeniu Rosca wrote: > > Hi Sam, > > On Fri, May 24, 2019 at 01:58:18AM +0300, Sam Protsenko wrote:

Re: [U-Boot] [PATCH v3 0/3] Add 'bcb' command to read/modify/write Android BCB

2019-05-27 Thread Eugeniu Rosca
Hi Sam, On Fri, May 24, 2019 at 01:58:18AM +0300, Sam Protsenko wrote: > For the whole series: > > Reviewed-by: Sam Protsenko > > Thank you for handling this, Eugeniu! Thanks for your support. Assuming there will be little to no changes in the 'bcb' command (which still awaits Simon's Ack), I

Re: [U-Boot] [PATCH v3 0/3] Add 'bcb' command to read/modify/write Android BCB

2019-05-23 Thread Sam Protsenko
For the whole series: Reviewed-by: Sam Protsenko Thank you for handling this, Eugeniu! On Thu, May 23, 2019 at 6:33 PM Eugeniu Rosca wrote: > > The motivation behind the 'bcb' command is explained in the > second ("cmd: Add 'bcb' command *") patch. > > The first patch does the necessary fixing

[U-Boot] [PATCH v3 0/3] Add 'bcb' command to read/modify/write Android BCB

2019-05-23 Thread Eugeniu Rosca
The motivation behind the 'bcb' command is explained in the second ("cmd: Add 'bcb' command *") patch. The first patch does the necessary fixing and polishing of include/android_bootloader_message.h and is a hard prerequisite for this series. The third patch relocates the Android README to doc/an