x86: broadwell: Add power-control support
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:07:25 +0000 (22:07 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:26 +0000 (10:27 +0800)
commit71a8f2080b77591eb14f61aba947aa9e869b847f
tree780fe34d9ae11aea3337386749e43865d9f11455
parente7994858ec7943f6f163f507c04dff45bb6c539c
x86: broadwell: Add power-control support

Broadwell requires quite a bit of power-management setup. Add code to set
this up correctly.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Bin Meng <bmeng.cn@gmail.com>
[squashed in http://patchwork.ozlabs.org/patch/598373/]
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/broadwell/Makefile
arch/x86/cpu/broadwell/power_state.c [new file with mode: 0644]
arch/x86/include/asm/arch-broadwell/pm.h [new file with mode: 0644]