commit | 90bf4d96956da480f5d44e3623a57c5a1c167791 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 02 10:52:14 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed May 08 13:02:15 2019 +0800 |
tree | fc49a2895712a1bf1b728acf76c1cd25213981d8 | |
parent | a21dda9ee8ba15eebb8314263021272eb65389b8 [diff] |
x86: sysreset: Implement power-off if available 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>