Re: [U-Boot] [PATCH v2 37/50] x86: sysreset: Implement the get_last() method

2019-05-01 Thread Bin Meng
On Fri, Apr 26, 2019 at 12:00 PM Simon Glass wrote: > > Add a default implementation of this method which always indicates that > the last reset was a power-on reset. This is the most likely type of reset > and without a PCH-specific driver we cannot determine any other type. > > Signed-off-by: Si

[U-Boot] [PATCH v2 37/50] x86: sysreset: Implement the get_last() method

2019-04-25 Thread Simon Glass
Add a default implementation of this method which always indicates that the last reset was a power-on reset. This is the most likely type of reset and without a PCH-specific driver we cannot determine any other type. Signed-off-by: Simon Glass --- Changes in v2: None drivers/sysreset/sysreset_