Hi Bernhard, On Thu, Oct 25, 2018 at 6:51 PM Bernhard Messerklinger <bernhard.messerklin...@br-automation.com> wrote: >
Missing commit message APL means ApolloLake? Could you please spell it out? > Signed-off-by: Bernhard Messerklinger > <bernhard.messerklin...@br-automation.com> > --- > > 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 @@ static struct freq_desc freq_desc_tables[] = { > 80000, 93300, 90000, 88900, 87500 } }, > /* Ivybridge */ > { 6, 0x3a, 2, { 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, > + /* Intel Atom processor E3900 series */ > + { 6, 0x5c, 2, { 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, Please avoid hardcoding TSC freq this way. Isn't calibrating from MSR not working for ApolloLake? > }; > > static int match_cpu(u8 family, u8 model) > -- Regards, Bin _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot