Re: [PATCH v3 1/9] image: android: Add functions for handling dtb field

2020-03-14 Thread Simon Glass
Hi Sam, On Fri, 10 Jan 2020 at 08:33, Sam Protsenko wrote: > > Hi Simon, > > On Wed, Jan 8, 2020 at 7:39 PM Simon Glass wrote: > > > > Hi Sam, > > > > On Tue, 24 Dec 2019 at 12:55, Sam Protsenko > > wrote: > > > > > > Android Boot Image v2 adds "DTB" payload (and corresponding field in the > >

Re: [PATCH v3 1/9] image: android: Add functions for handling dtb field

2020-01-10 Thread Sam Protsenko
Hi Simon, On Wed, Jan 8, 2020 at 7:39 PM Simon Glass wrote: > > Hi Sam, > > On Tue, 24 Dec 2019 at 12:55, Sam Protsenko > wrote: > > > > Android Boot Image v2 adds "DTB" payload (and corresponding field in the > > image header). Provide functions for its handling: > > > > - android_image_get_

Re: [PATCH v3 1/9] image: android: Add functions for handling dtb field

2020-01-08 Thread Simon Glass
Hi Sam, On Tue, 24 Dec 2019 at 12:55, Sam Protsenko wrote: > > Android Boot Image v2 adds "DTB" payload (and corresponding field in the > image header). Provide functions for its handling: > > - android_image_get_dtb_by_index(): Obtain DTB blob from "DTB" part of > boot image, by blob's ind

[PATCH v3 1/9] image: android: Add functions for handling dtb field

2019-12-24 Thread Sam Protsenko
Android Boot Image v2 adds "DTB" payload (and corresponding field in the image header). Provide functions for its handling: - android_image_get_dtb_by_index(): Obtain DTB blob from "DTB" part of boot image, by blob's index - android_image_print_dtb_contents(): Iterate over all DTB blobs in