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

2019-07-31 Thread Tom Rini
On Thu, Jul 25, 2019 at 04:20:41PM +0300, 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

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

2019-07-25 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