Re: [U-Boot] [PATCH 056/126] x86: Add new common CPU functions for turbo/burst mode

2019-10-07 Thread Bin Meng
On Mon, Oct 7, 2019 at 8:32 AM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > Add a few more CPU functions that are common on Intel CPUs. Also add > > attribution for the code source. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/cpu/intel_common/c

Re: [U-Boot] [PATCH 056/126] x86: Add new common CPU functions for turbo/burst mode

2019-10-06 Thread Bin Meng
On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > Add a few more CPU functions that are common on Intel CPUs. Also add > attribution for the code source. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/intel_common/cpu.c | 60 +++ > arch/x86/include/asm/

[U-Boot] [PATCH 056/126] x86: Add new common CPU functions for turbo/burst mode

2019-09-25 Thread Simon Glass
Add a few more CPU functions that are common on Intel CPUs. Also add attribution for the code source. Signed-off-by: Simon Glass --- arch/x86/cpu/intel_common/cpu.c | 60 +++ arch/x86/include/asm/cpu_common.h | 49 + 2 files changed, 109 ins