
7 May
2019
7 May
'19
11:21 a.m.
On Fri, May 3, 2019 at 12:52 AM Simon Glass sjg@chromium.org 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 sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com
Changes in v3:
- Use acpi_s3.h header for constants (and tidy up header order)
- Fix multi-line comment format
Changes in v2:
- Add new patch to implement power-off if available
drivers/sysreset/sysreset_x86.c | 79 ++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-)
applied to u-boot-x86, thanks!