[U-Boot] [PATCH 58/69] x86: broadwell: Add power-control support
Bin Meng
bmeng.cn at gmail.com
Fri Mar 11 09:26:55 CET 2016
On Mon, Mar 7, 2016 at 10:28 AM, 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>
> ---
>
> 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
>
Except several nits about "GPL-2.0+" and capital letters for the
__asm_arch_pm_h, generally it looks good, so
Acked-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list