From 71a8f2080b77591eb14f61aba947aa9e869b847f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2016 22:07:25 -0700 Subject: 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 Acked-by: Bin Meng [squashed in http://patchwork.ozlabs.org/patch/598373/] Signed-off-by: Bin Meng --- arch/x86/cpu/broadwell/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/cpu/broadwell/Makefile') diff --git a/arch/x86/cpu/broadwell/Makefile b/arch/x86/cpu/broadwell/Makefile index a542feffc7..5a62afae59 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 -- cgit