diff options
author | Simon Glass <sjg@chromium.org> | 2016-03-11 22:07:25 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-03-17 10:27:26 +0800 |
commit | 71a8f2080b77591eb14f61aba947aa9e869b847f (patch) | |
tree | 780fe34d9ae11aea3337386749e43865d9f11455 /arch/x86/cpu/broadwell/Makefile | |
parent | e7994858ec7943f6f163f507c04dff45bb6c539c (diff) | |
download | u-boot-imx-71a8f2080b77591eb14f61aba947aa9e869b847f.zip u-boot-imx-71a8f2080b77591eb14f61aba947aa9e869b847f.tar.gz u-boot-imx-71a8f2080b77591eb14f61aba947aa9e869b847f.tar.bz2 |
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>
Diffstat (limited to 'arch/x86/cpu/broadwell/Makefile')
-rw-r--r-- | arch/x86/cpu/broadwell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/broadwell/Makefile b/arch/x86/cpu/broadwell/Makefile index a542fef..5a62afa 100644 --- a/arch/x86/cpu/broadwell/Makefile +++ b/arch/x86/cpu/broadwell/Makefile @@ -10,5 +10,6 @@ obj-y += lpc.o obj-y += northbridge.o obj-y += pch.o obj-y += pinctrl_broadwell.o +obj-y += power_state.o obj-y += refcode.o obj-y += sata.o |