Re: [U-Boot] [PATCH 0/6] Android A/B Bootloader support

2018-04-16 Thread Alex Deymo
Hi Stanislas, This work is in use in Android Things preview U-Boot bootloader for the raspberry pi. The code is available in https://android.googlesource.com/platform/external/u-boot/+/android-o-mr1-iot-preview-7 . If I remember correctly, these patches are a cleanup of that code, but they are a bi

[U-Boot] [PATCH 0/6] Android A/B Bootloader support

2018-04-12 Thread Stanislas BERTRAND
Hi Alex, The Android A/B bootloader patch series looks good. How far along are you to have this work integrated ? Regards, Stan On 04/02/2017 04:49 PM, Alex Deymo wrote: > An "Android Bootloader" has a lot of requirements about how it should > behave which Android partners must implement. In pa

Re: [U-Boot] [PATCH 0/6] Android A/B Bootloader support

2017-04-19 Thread Kever Yang
Hi Alex, It's great for this patch set which able to support full android boot flow, there was no support for parse misc and enter recovery in U-Boot mainline. Do you have a public tree or more detail step by step document, I want to test this patch set on my board. Thanks, - Kever O

[U-Boot] [PATCH 0/6] Android A/B Bootloader support

2017-04-04 Thread Alex Deymo
An "Android Bootloader" has a lot of requirements about how it should behave which Android partners must implement. In particular, the new A/B updates [1] added more requirements and flows to the bootloader which are not common, on top of the existing flows. For example, a few uncommon requirement