Re: [U-Boot] [PATCH] rockchip: rk3288: Add reset reason detection

2017-06-20 Thread Wadim Egorov
Hello Kever, Am 15.06.2017 um 05:04 schrieb Kever Yang: > Hi Wadim, > > > On 06/13/2017 07:20 PM, Wadim Egorov wrote: >> Sometimes it's helpful to know the reset reason caused in the SoC. >> Add reset reason detection for the RK3288 SoC. >> This will set an environemt variable which represents th

Re: [U-Boot] [PATCH] rockchip: rk3288: Add reset reason detection

2017-06-14 Thread Kever Yang
Hi Wadim, On 06/13/2017 07:20 PM, Wadim Egorov wrote: Sometimes it's helpful to know the reset reason caused in the SoC. Add reset reason detection for the RK3288 SoC. This will set an environemt variable which represents the reset reason. Signed-off-by: Wadim Egorov --- arch/arm/mach-rockc

[U-Boot] [PATCH] rockchip: rk3288: Add reset reason detection

2017-06-13 Thread Wadim Egorov
Sometimes it's helpful to know the reset reason caused in the SoC. Add reset reason detection for the RK3288 SoC. This will set an environemt variable which represents the reset reason. Signed-off-by: Wadim Egorov --- arch/arm/mach-rockchip/rk3288-board.c | 28 1 fil