Re: [U-Boot] [PATCH 1/2] rockchip: rk3399-puma: add code to allow forcing a power-on reset

2017-11-27 Thread Simon Glass
Hi Philipp, On 27 November 2017 at 10:16, Dr. Philipp Tomsich wrote: > >> On 27 Nov 2017, at 18:10, Simon Glass wrote: >> >> Hi Philipp, >> >> On 26 November 2017 at 16:22, Philipp Tomsich >>

Re: [U-Boot] [PATCH 1/2] rockchip: rk3399-puma: add code to allow forcing a power-on reset

2017-11-27 Thread Dr. Philipp Tomsich
> On 27 Nov 2017, at 18:10, Simon Glass wrote: > > Hi Philipp, > > On 26 November 2017 at 16:22, Philipp Tomsich > wrote: >> The reset circuitry in the RK3399 only resets 'almost all logic' when >> a software reset is performed. To

Re: [U-Boot] [PATCH 1/2] rockchip: rk3399-puma: add code to allow forcing a power-on reset

2017-11-27 Thread Simon Glass
Hi Philipp, On 26 November 2017 at 16:22, Philipp Tomsich wrote: > The reset circuitry in the RK3399 only resets 'almost all logic' when > a software reset is performed. To make our software maintenance > easier in the future, we want to have the option

[U-Boot] [PATCH 1/2] rockchip: rk3399-puma: add code to allow forcing a power-on reset

2017-11-26 Thread Philipp Tomsich
On the RK3399-Q7, we want to trigger a full platform reset (so the various software stacks supported don't have to deal with the same complexities over and over again) in case that anything other than a power-on reset occurred. To do so, this defines the /config/sysreset-gpio property and has it

[U-Boot] [PATCH 1/2] rockchip: rk3399-puma: add code to allow forcing a power-on reset

2017-11-26 Thread Philipp Tomsich
The reset circuitry in the RK3399 only resets 'almost all logic' when a software reset is performed. To make our software maintenance easier in the future, we want to have the option (controlled by a DTS property) to force all reset causes other than a power-on reset to trigger a power-on reset