Re: [U-Boot] [PATCH v2 02/10] sysreset: Add get_status method

2018-05-04 Thread Mario Six
Hi Simon, On Thu, May 3, 2018 at 9:01 PM, Simon Glass wrote: > On 27 April 2018 at 06:52, Mario Six wrote: >> It's useful to have the reset status of the SoC printed out during reset >> (e.g. to learn whether the reset was caused by software or a watchdog). >> >> As a first step to implement thi

Re: [U-Boot] [PATCH v2 02/10] sysreset: Add get_status method

2018-05-03 Thread Simon Glass
On 27 April 2018 at 06:52, Mario Six wrote: > It's useful to have the reset status of the SoC printed out during reset > (e.g. to learn whether the reset was caused by software or a watchdog). > > As a first step to implement this, add a get_status method to the > sysreset class, which enables the

[U-Boot] [PATCH v2 02/10] sysreset: Add get_status method

2018-04-27 Thread Mario Six
It's useful to have the reset status of the SoC printed out during reset (e.g. to learn whether the reset was caused by software or a watchdog). As a first step to implement this, add a get_status method to the sysreset class, which enables the caller to get printable information about the reset s