mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-25 13:45:25 +01:00
x86: quark: Bypass TSC calibration
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.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
f56aeaa4ac
commit
ea94532461
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,7 @@
|
|||
config INTEL_QUARK
|
||||
bool
|
||||
select HAVE_RMU
|
||||
select TSC_CALIBRATION_BYPASS
|
||||
|
||||
if INTEL_QUARK
|
||||
|
||||
|
|
@ -118,4 +119,8 @@ config SYS_CAR_SIZE
|
|||
Space in bytes in eSRAM used as Cache-As-ARM (CAR).
|
||||
Note this size must not exceed eSRAM's total size.
|
||||
|
||||
config TSC_FREQ_IN_MHZ
|
||||
int
|
||||
default 400
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue