[U-Boot] [PATCH v2 40/51] x86: broadwell: Add power-control support

Bin Meng bmeng.cn at gmail.com
Mon Mar 14 07:31:37 CET 2016


On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass <sjg at chromium.org> wrote:
> Broadwell requires quite a bit of power-management setup. Add code to set
> this up correctly.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Acked-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2:
> - Use capitals for header guard
>
>  arch/x86/cpu/broadwell/Makefile          |   1 +
>  arch/x86/cpu/broadwell/power_state.c     |  89 +++++++++++++++++++++
>  arch/x86/include/asm/arch-broadwell/pm.h | 129 +++++++++++++++++++++++++++++++
>  3 files changed, 219 insertions(+)
>  create mode 100644 arch/x86/cpu/broadwell/power_state.c
>  create mode 100644 arch/x86/include/asm/arch-broadwell/pm.h
>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list