Re: [PATCH v3 3/9] cmd: abootimg: Add abootimg command

2020-01-08 Thread Simon Glass
On Tue, 24 Dec 2019 at 12:55, Sam Protsenko wrote: > > This command can be used to extract fields and image payloads from > Android Boot Image. It can be used for example to implement boot flow > where dtb is taken from boot.img (as v2 incorporated dtb inside of > boot.img). Using this command, on

Re: [PATCH v3 3/9] cmd: abootimg: Add abootimg command

2020-01-05 Thread Eugeniu Rosca
Hi, With below nits, I have provided the Reviewed-by/Tested-by signatures. On Tue, Dec 24, 2019 at 09:54:49PM +0200, Sam Protsenko wrote: > This command can be used to extract fields and image payloads from > Android Boot Image. It can be used for example to implement boot flow > where dtb is tak

[PATCH v3 3/9] cmd: abootimg: Add abootimg command

2019-12-24 Thread Sam Protsenko
This command can be used to extract fields and image payloads from Android Boot Image. It can be used for example to implement boot flow where dtb is taken from boot.img (as v2 incorporated dtb inside of boot.img). Using this command, one can obtain needed dtb blob from boot.img in scripting manner