Re: [U-Boot] [PATCH v3 1/2] common: Add support for Android DT image

2018-06-07 Thread Andrew F. Davis
On 06/07/2018 10:55 AM, Sam Protsenko wrote: > On 7 June 2018 at 17:50, Andrew F. Davis wrote: >> On 06/06/2018 09:06 AM, Sam Protsenko wrote: >>> Android documentation recommends new image format for storing DTB/DTBO >>> files: [1]. To support that format, this patch adds helper functions for >>>

Re: [U-Boot] [PATCH v3 1/2] common: Add support for Android DT image

2018-06-07 Thread Sam Protsenko
On 7 June 2018 at 17:50, Andrew F. Davis wrote: > On 06/06/2018 09:06 AM, Sam Protsenko wrote: >> Android documentation recommends new image format for storing DTB/DTBO >> files: [1]. To support that format, this patch adds helper functions for >> Android DTB/DTBO format. In image-android-dt.* fil

Re: [U-Boot] [PATCH v3 1/2] common: Add support for Android DT image

2018-06-07 Thread Andrew F. Davis
On 06/06/2018 09:06 AM, Sam Protsenko wrote: > Android documentation recommends new image format for storing DTB/DTBO > files: [1]. To support that format, this patch adds helper functions for > Android DTB/DTBO format. In image-android-dt.* files you can find helper > functions to work with Androi

[U-Boot] [PATCH v3 1/2] common: Add support for Android DT image

2018-06-06 Thread Sam Protsenko
Android documentation recommends new image format for storing DTB/DTBO files: [1]. To support that format, this patch adds helper functions for Android DTB/DTBO format. In image-android-dt.* files you can find helper functions to work with Android DT image format, such us routines for: - printi