Re: [U-Boot] [PATCH v2 32/50] x86: sysreset: Implement power-off if available

2019-05-01 Thread Bin Meng
Hi Simon, On Fri, Apr 26, 2019 at 12:00 PM 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 > --- > > Changes in v2: > - Add new patch to implement power-off

[U-Boot] [PATCH v2 32/50] x86: sysreset: Implement power-off if available

2019-04-25 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 --- Changes in v2: - Add new patch to implement power-off if available drivers/sysreset/sysreset_x86.c | 82