Re: [U-Boot] [RFC PATCH 2/9] x86: quark: Bypass TSC calibration

2015-02-04 Thread Simon Glass
On 3 February 2015 at 04:45, Bin Meng bmeng...@gmail.com wrote: For some unknown reason, the TSC calibration via PIT does not work on Quark. Enable bypassing TSC calibration and override TSC_FREQ_IN_MHZ to 400 per Quark datasheet in the Kconfig. Signed-off-by: Bin Meng bmeng...@gmail.com ---

[U-Boot] [RFC PATCH 2/9] x86: quark: Bypass TSC calibration

2015-02-03 Thread Bin Meng
For some unknown reason, the TSC calibration via PIT does not work on Quark. Enable bypassing TSC calibration and override TSC_FREQ_IN_MHZ to 400 per Quark datasheet in the Kconfig. Signed-off-by: Bin Meng bmeng...@gmail.com --- arch/x86/cpu/quark/Kconfig | 5 + 1 file changed, 5