Re: [U-Boot] [PATCH] rockchip: add support for backing to bootrom download mode

2017-09-11 Thread Kever Yang
Hi Andy, On 09/11/2017 02:27 PM, Andy Yan wrote: Rockchip bootrom will enter download mode if it returns from spl/tpl with a none-zero value and couldn't find a valid image in the backup partition. This patch provide a method to instruct the system to back to bootrom download mode by checking t

[U-Boot] [PATCH] rockchip: add support for backing to bootrom download mode

2017-09-10 Thread Andy Yan
Rockchip bootrom will enter download mode if it returns from spl/tpl with a none-zero value and couldn't find a valid image in the backup partition. This patch provide a method to instruct the system to back to bootrom download mode by checking the BROM_DOWNLOAD_FLAG register. As the bootrom downlo