Re: [U-Boot] [PATCH 58/69] x86: broadwell: Add power-control support

2016-03-11 Thread Bin Meng
On Mon, Mar 7, 2016 at 10:28 AM, Simon Glass wrote: > Broadwell requires quite a bit of power-management setup. Add code to set > this up correctly. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/broadwell/Makefile | 1 + > arch/x86/cpu/broadwell/power_state.c | 89 +++

[U-Boot] [PATCH 58/69] x86: broadwell: Add power-control support

2016-03-06 Thread Simon Glass
Broadwell requires quite a bit of power-management setup. Add code to set this up correctly. Signed-off-by: Simon Glass --- arch/x86/cpu/broadwell/Makefile | 1 + arch/x86/cpu/broadwell/power_state.c | 89 + arch/x86/include/asm/arch-broadwell/pm.h | 129