Re: [U-Boot] [PATCH v3 04/18] x86: sysreset: Implement power-off if available

2019-05-07 Thread Bin Meng
On Fri, May 3, 2019 at 12:52 AM Simon Glass wrote: > > On modern x86 devices we can power the system off using the power- > management features of the PCH. Add an implementation for this. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: > - Use acpi_s3.h header

[U-Boot] [PATCH v3 04/18] x86: sysreset: Implement power-off if available

2019-05-02 Thread Simon Glass
On modern x86 devices we can power the system off using the power- management features of the PCH. Add an implementation for this. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: - Use acpi_s3.h header for constants (and tidy up header order) - Fix multi-line comment format