Re: [U-Boot] [PATCH 1/4] rockchip: arm64: rk3399: revise timeout-handling for DRAM PHY lock

2017-06-05 Thread sjg
On 31 May 2017 at 10:16, Philipp Tomsich wrote: > Revise the loop watching for a timeout on obtaining a DRAM PHY lock to > clearly state a timeout in milliseconds and use get_timer (based on > the ARMv8 architected timer) to detect a timeout. > >

Re: [U-Boot] [PATCH 1/4] rockchip: arm64: rk3399: revise timeout-handling for DRAM PHY lock

2017-06-01 Thread Simon Glass
On 31 May 2017 at 10:16, Philipp Tomsich wrote: > Revise the loop watching for a timeout on obtaining a DRAM PHY lock to > clearly state a timeout in milliseconds and use get_timer (based on > the ARMv8 architected timer) to detect a timeout. > >

Re: [U-Boot] [PATCH 1/4] rockchip: arm64: rk3399: revise timeout-handling for DRAM PHY lock

2017-06-01 Thread Kever Yang
Philipp, On 06/01/2017 12:16 AM, Philipp Tomsich wrote: Revise the loop watching for a timeout on obtaining a DRAM PHY lock to clearly state a timeout in milliseconds and use get_timer (based on the ARMv8 architected timer) to detect a timeout. Signed-off-by: Philipp Tomsich