Re: [U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid

2018-05-24 Thread Bin Meng
On Wed, May 23, 2018 at 5:48 PM, Bin Meng wrote: > On Mon, May 14, 2018 at 5:32 PM, Christian Gmeiner > wrote: >> Starting with cpuid level 0x16 (Skylake-based processors) >> it is possible to get CPU base freq via cpuid. >> >> This fixes booting on a skylake based system. >> >> Signed-off-by: Ch

Re: [U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid

2018-05-23 Thread Christian Gmeiner
Am Mi., 23. Mai 2018 um 11:48 Uhr schrieb Bin Meng : > On Mon, May 14, 2018 at 5:32 PM, Christian Gmeiner > wrote: > > Starting with cpuid level 0x16 (Skylake-based processors) > > it is possible to get CPU base freq via cpuid. > > > > This fixes booting on a skylake based system. > > > > Signed-

Re: [U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid

2018-05-23 Thread Bin Meng
On Mon, May 14, 2018 at 5:32 PM, Christian Gmeiner wrote: > Starting with cpuid level 0x16 (Skylake-based processors) > it is possible to get CPU base freq via cpuid. > > This fixes booting on a skylake based system. > > Signed-off-by: Christian Gmeiner > --- > drivers/timer/tsc_timer.c | 31 +++

Re: [U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid

2018-05-21 Thread Christian Gmeiner
ping Am Mo., 14. Mai 2018 um 11:32 Uhr schrieb Christian Gmeiner < christian.gmei...@gmail.com>: > Starting with cpuid level 0x16 (Skylake-based processors) > it is possible to get CPU base freq via cpuid. > This fixes booting on a skylake based system. > Signed-off-by: Christian Gmeiner > ---

[U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid

2018-05-14 Thread Christian Gmeiner
Starting with cpuid level 0x16 (Skylake-based processors) it is possible to get CPU base freq via cpuid. This fixes booting on a skylake based system. Signed-off-by: Christian Gmeiner --- drivers/timer/tsc_timer.c | 31 +-- 1 file changed, 25 insertions(+), 6 deletio