Re: [PATCH v4 00/10] am57xx: Implement Android 10 boot flow

2020-02-03 Thread Lokesh Vutla
On 24/01/20 9:23 PM, Sam Protsenko wrote: > Android 10 brings a lot of new requirements for bootloaders: [1]. This > patch series attempts to implement such a boot process on BeagleBoard > X15 platform. Some common code is added too, which can be reused later > for other platforms (see

Re: [PATCH v4 00/10] am57xx: Implement Android 10 boot flow

2020-01-24 Thread Bajjuri, Praneeth
On 1/24/2020 9:53 AM, Sam Protsenko wrote: Android 10 brings a lot of new requirements for bootloaders: [1]. This patch series attempts to implement such a boot process on BeagleBoard X15 platform. Some common code is added too, which can be reused later for other platforms (see "abootimg"

[PATCH v4 00/10] am57xx: Implement Android 10 boot flow

2020-01-24 Thread Sam Protsenko
Android 10 brings a lot of new requirements for bootloaders: [1]. This patch series attempts to implement such a boot process on BeagleBoard X15 platform. Some common code is added too, which can be reused later for other platforms (see "abootimg" command and associated C API). Changes in v4: -