Re: [U-Boot] [PATCH v3 51/54] dm: Add a system reset uclass

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:39, Simon Glass wrote: > It is common for system reset to be available at multiple levels in modern > hardware. For example, an SoC may provide a reset option, and a board may > provide its own reset for reasons of security or thoroughness. It is useful > to be able to model

[U-Boot] [PATCH v3 51/54] dm: Add a system reset uclass

2015-06-23 Thread Simon Glass
It is common for system reset to be available at multiple levels in modern hardware. For example, an SoC may provide a reset option, and a board may provide its own reset for reasons of security or thoroughness. It is useful to be able to model this hardware without hard-coding the behaviour in the