Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-26 Thread Andy Shevchenko
On Mon, Nov 26, 2018 at 8:31 AM Bernhard Messerklinger wrote: > > > > > Are you saying that if doing cpu_mhz_from_cpuid() you can't get > > > > > correct frequency? Can you investigate why your core crystal clock > is > > > > > always zero? > > > > > > > > Yes, this has to be investigated. > > >

Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-25 Thread Bin Meng
Hi Andy, On Sun, Nov 25, 2018 at 10:43 PM Andy Shevchenko wrote: > > On Sun, Nov 25, 2018 at 4:31 PM Andy Shevchenko > wrote: > > On Sat, Nov 24, 2018 at 5:39 PM Bin Meng wrote: > > > > Are you saying that if doing cpu_mhz_from_cpuid() you can't get > > > correct frequency? Can you investigate

Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-25 Thread Andy Shevchenko
On Sun, Nov 25, 2018 at 4:31 PM Andy Shevchenko wrote: > On Sat, Nov 24, 2018 at 5:39 PM Bin Meng wrote: > > Are you saying that if doing cpu_mhz_from_cpuid() you can't get > > correct frequency? Can you investigate why your core crystal clock is > > always zero? > > Yes, this has to be investig

Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-25 Thread Andy Shevchenko
On Sat, Nov 24, 2018 at 5:39 PM Bin Meng wrote: > On Fri, Nov 23, 2018 at 5:13 PM Bernhard Messerklinger > wrote: > > > APL means ApolloLake? Could you please spell it out? > > I will fix this. > > > > --- a/drivers/timer/tsc_timer.c > > > > +++ b/drivers/timer/tsc_timer.c > > > > @@ -64,6 +64,

Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-24 Thread Christian Gmeiner
Hi all. Starting with Monday I have access to an APL system (where I need to get coreboot running on). Maybe I can provide some additional information. Am Sa., 24. Nov. 2018, 16:39 hat Bin Meng geschrieben: > Hi Bernhard, > > On Fri, Nov 23, 2018 at 5:13 PM Bernhard Messerklinger > wrote: > >

Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-24 Thread Bin Meng
Hi Bernhard, On Fri, Nov 23, 2018 at 5:13 PM Bernhard Messerklinger wrote: > > Hi Bin, > > > Missing commit message > I will fix this. > > > > APL means ApolloLake? Could you please spell it out? > I will fix this. > > > > > Signed-off-by: Bernhard Messerklinger > automation.com> > > > --- > > >

Re: [U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-11-18 Thread Bin Meng
Hi Bernhard, On Thu, Oct 25, 2018 at 6:51 PM Bernhard Messerklinger wrote: > Missing commit message APL means ApolloLake? Could you please spell it out? > Signed-off-by: Bernhard Messerklinger > > --- > > drivers/timer/tsc_timer.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/d

[U-Boot] [PATCH] x86: tsc: Add support for APL soc

2018-10-25 Thread Bernhard Messerklinger
Signed-off-by: Bernhard Messerklinger --- drivers/timer/tsc_timer.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/timer/tsc_timer.c b/drivers/timer/tsc_timer.c index da7c812908..b2a982812a 100644 --- a/drivers/timer/tsc_timer.c +++ b/drivers/timer/tsc_timer.c @@ -64,6 +64,8 @@ st