~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* efi: Use a fixed value for the timer clockSimon Glass2023-03-13
* treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass2021-09-25
* x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng2021-08-02
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* x86: tsc_timer: Correct overflow in __udelay()Simon Glass2021-02-01
* x86: apl: Reduce size for TPLSimon Glass2021-01-05
* x86: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-05
* timer: Return count from timer_ops.get_countSean Anderson2020-10-22
* common: Drop linux/delay.h from common headerSimon Glass2020-05-18
* common: Drop log.h from common headerSimon Glass2020-05-18
* common: Drop bootstage.h from common headerSimon Glass2020-05-18
* x86: timer: Reduce timer code size in TPL on Intel CPUsSimon Glass2019-12-15
* x86: timer: use a timer base of 0Simon Glass2019-12-15
* common: Move get_ticks() function out of common.hSimon Glass2019-12-02
* x86: timer: Use a separate flag for whether timer is initedSimon Glass2019-11-03
* x86: timer: Set up the timer in timer_early_get_count()Simon Glass2019-11-03
* x86: tsc: Add support for native calibration of TSC freqBernhard Messerklinger2019-02-12
* timer: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-14
* x86: tsc: Introduce config option for early timer frequencyBin Meng2018-10-22
* x86: tsc: Try hardware calibration firstBin Meng2018-08-20
* x86: timer: tsc: Allow specifying clock rate from device tree againBin Meng2018-07-02
* x86: tsc: add support for reading CPU freq from cpuidChristian Gmeiner2018-06-13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* dm: x86: Allow TSC timer to be used before DM is readySimon Glass2017-09-16
* x86: tsc: Add Airmont reference clock valuesBin Meng2017-09-16
* x86: tsc: Rename try_msr_calibrate_tsc() to cpu_mhz_from_msr()Bin Meng2017-08-01
* x86: tsc: Correct Silvermont reference clock valuesBin Meng2017-08-01
* x86: tsc: Update comments and expand definitions in freq_desc_tables[]Bin Meng2017-08-01
* x86: tsc: Remove the fail handling in try_msr_calibrate_tsc()Bin Meng2017-08-01
* x86: tsc: Identify Intel-specific codeBin Meng2017-08-01
* x86: tsc: Read all ratio bits from MSR_PLATFORM_INFOBin Meng2017-08-01
* x86: Move i8254_init() to x86_cpu_init_f()Bin Meng2015-12-09
* x86: tsc: Move tsc_timer.c to drivers/timerBin Meng2015-12-01