Re: [U-Boot] [PATCH 052/126] x86: Add a common function to set CPU thermal target

2019-10-07 Thread Bin Meng
On Mon, Oct 7, 2019 at 12:08 AM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > This code appears in a few places, so move it to a common file. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/cpu/broadwell/cpu_full.c| 20 +--- > >

Re: [U-Boot] [PATCH 052/126] x86: Add a common function to set CPU thermal target

2019-10-06 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > This code appears in a few places, so move it to a common file. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/broadwell/cpu_full.c| 20 +--- > arch/x86/cpu/intel_common/cpu.c | 22 ++ > a

[U-Boot] [PATCH 052/126] x86: Add a common function to set CPU thermal target

2019-09-25 Thread Simon Glass
This code appears in a few places, so move it to a common file. Signed-off-by: Simon Glass --- arch/x86/cpu/broadwell/cpu_full.c| 20 +--- arch/x86/cpu/intel_common/cpu.c | 22 ++ arch/x86/cpu/ivybridge/model_206ax.c | 25 +++-- a