Re: [PATCH v3 2/9] image: android: Add routine to get dtbo params

2020-01-08 Thread Simon Glass
Hi Sam, On Tue, 24 Dec 2019 at 12:55, Sam Protsenko wrote: > > Android Boot Image v1 adds "Recovery DTB" field in image header and > associate payload in boot image itself [1]. Payload should be in > Android DTB/DTBO format [2]. That "Recovery DTB" area should be only > populated for non-A/B devi

[PATCH v3 2/9] image: android: Add routine to get dtbo params

2019-12-24 Thread Sam Protsenko
Android Boot Image v1 adds "Recovery DTB" field in image header and associate payload in boot image itself [1]. Payload should be in Android DTB/DTBO format [2]. That "Recovery DTB" area should be only populated for non-A/B devices, and only in recovery image. Add function to get an address and si