Re: [U-Boot] [PATCH] image: android: Support boot image v1 and v2

2019-10-17 Thread Tom Rini
On Thu, Aug 15, 2019 at 08:25:07PM +0300, Sam Protsenko wrote: > In new versions of Android Boot Image next fields are added to the > header (and corresponding payloads are added to the image itself): > - v1: Recovery DTBO > - v2: DTB > > Account for these new fields in next functions: > 1.

[U-Boot] [PATCH] image: android: Support boot image v1 and v2

2019-08-15 Thread Sam Protsenko
In new versions of Android Boot Image next fields are added to the header (and corresponding payloads are added to the image itself): - v1: Recovery DTBO - v2: DTB Account for these new fields in next functions: 1. android_image_get_end(): as v1 and v2 have new payloads in the image, th