~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
timer
/
tsc_timer.c
Commit message (
Expand
)
Author
Age
*
efi: Use a fixed value for the timer clock
Simon Glass
2023-03-13
*
treewide: Use OF_REAL instead of !OF_PLATDATA
Simon Glass
2021-09-25
*
x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ
Bin Meng
2021-08-02
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
*
x86: tsc_timer: Correct overflow in __udelay()
Simon Glass
2021-02-01
*
x86: apl: Reduce size for TPL
Simon Glass
2021-01-05
*
x86: Fix up driver names to avoid dtoc warnings
Simon Glass
2020-11-05
*
timer: Return count from timer_ops.get_count
Sean Anderson
2020-10-22
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
*
common: Drop log.h from common header
Simon Glass
2020-05-18
*
common: Drop bootstage.h from common header
Simon Glass
2020-05-18
*
x86: timer: Reduce timer code size in TPL on Intel CPUs
Simon Glass
2019-12-15
*
x86: timer: use a timer base of 0
Simon Glass
2019-12-15
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
*
x86: timer: Use a separate flag for whether timer is inited
Simon Glass
2019-11-03
*
x86: timer: Set up the timer in timer_early_get_count()
Simon Glass
2019-11-03
*
x86: tsc: Add support for native calibration of TSC freq
Bernhard Messerklinger
2019-02-12
*
timer: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-11-14
*
x86: tsc: Introduce config option for early timer frequency
Bin Meng
2018-10-22
*
x86: tsc: Try hardware calibration first
Bin Meng
2018-08-20
*
x86: timer: tsc: Allow specifying clock rate from device tree again
Bin Meng
2018-07-02
*
x86: tsc: add support for reading CPU freq from cpuid
Christian Gmeiner
2018-06-13
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
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-09-16
*
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
2017-08-01
*
x86: Move i8254_init() to x86_cpu_init_f()
Bin Meng
2015-12-09
*
x86: tsc: Move tsc_timer.c to drivers/timer
Bin Meng
2015-12-01