Re: [U-Boot] [PATCH v3] x86: tsc: Add support for native calibration of TSC freq

2019-01-30 Thread Bin Meng
On Mon, Jan 7, 2019 at 7:14 PM Bernhard Messerklinger wrote: > > Add native tsc calibration function. Calibrate the tsc timer the same > way as linux does in arch/x86/kernel/tsc.c. > Fixes booting for Apollo Lake processors. > > Signed-off-by: Bernhard Messerklinger > > --- > I hope this patch w

Re: [U-Boot] [PATCH v3] x86: tsc: Add support for native calibration of TSC freq

2019-01-07 Thread Andy Shevchenko
On Mon, Jan 7, 2019 at 1:14 PM Bernhard Messerklinger wrote: > > Add native tsc calibration function. Calibrate the tsc timer the same > way as linux does in arch/x86/kernel/tsc.c. > Fixes booting for Apollo Lake processors. > LGTM Reviewed-by: Andy Shevchenko P.S. Though I didn't test it. > S

[U-Boot] [PATCH v3] x86: tsc: Add support for native calibration of TSC freq

2019-01-07 Thread Bernhard Messerklinger
Add native tsc calibration function. Calibrate the tsc timer the same way as linux does in arch/x86/kernel/tsc.c. Fixes booting for Apollo Lake processors. Signed-off-by: Bernhard Messerklinger --- I hope this patch won't break other x86 board. I only can test it with APL board. Changes in v4: -