index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
/
tsc_timer.c
Age
Commit message (
Expand
)
Author
2019-02-12
x86: tsc: Add support for native calibration of TSC freq
Bernhard Messerklinger
2018-11-14
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-10-22
x86: tsc: Introduce config option for early timer frequency
Bin Meng
2018-08-20
x86: tsc: Try hardware calibration first
Bin Meng
2018-07-02
x86: timer: tsc: Allow specifying clock rate from device tree again
Bin Meng
2018-06-13
x86: tsc: add support for reading CPU freq from cpuid
Christian Gmeiner
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-09-16
dm: x86: Allow TSC timer to be used before DM is ready
Simon Glass
2017-09-16
x86: tsc: Add Airmont reference clock values
Bin Meng
2017-08-01
x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()
Bin Meng
2017-08-01
x86: tsc: Correct Silvermont reference clock values
Bin Meng
2017-08-01
x86: tsc: Update comments and expand definitions in freq_desc_tables[]
Bin Meng
2017-08-01
x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()
Bin Meng
2017-08-01
x86: tsc: Identify Intel-specific code
Bin Meng
2017-08-01
x86: tsc: Read all ratio bits from MSR_PLATFORM_INFO
Bin Meng
2015-12-09
x86: Move i8254_init() to x86_cpu_init_f()
Bin Meng
2015-12-01
x86: tsc: Move tsc_timer.c to drivers/timer
Bin Meng