Re: [U-Boot] [PATCH v4 03/17] sysreset: Add get_status method

2018-09-28 Thread Simon Glass
On 6 August 2018 at 01:23, 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 v4 03/17] sysreset: Add get_status method

2018-08-06 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