Re: [U-Boot] [PATCH v2] env: ti: boot: Handle reboot reason from BCB

2019-07-25 Thread Sam Protsenko
On Fri, Jul 12, 2019 at 8:35 PM Sam Protsenko wrote: > > In case of Android boot, reboot reason can be written into BCB (usually > it's an area in 'misc' partition). U-Boot then can obtain that reboot > reason from BCB and handle it accordingly to achieve correct Android > boot flow, like it was s

[U-Boot] [PATCH v2] env: ti: boot: Handle reboot reason from BCB

2019-07-12 Thread Sam Protsenko
In case of Android boot, reboot reason can be written into BCB (usually it's an area in 'misc' partition). U-Boot then can obtain that reboot reason from BCB and handle it accordingly to achieve correct Android boot flow, like it was suggested in [1]: - if it's empty: perform normal Android boot