Gitiles
Code Review
Sign In
review.coreboot.org
/
seabios
/
0e21548b15e25e010c362ea13d170c61a3fcc899
/
src
/
hw
/
timer.c
bd5f6c7
Add minimal support for machines without hardware interrupts
by Kevin O'Connor
· 7 years ago
4ec872a
timer: Add CONFIG_TSC_TIMER build option to disable the CPU TSC timer
by Kevin O'Connor
· 7 years ago
09ae7f1
Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c
by Kevin O'Connor
· 8 years ago
4ade523
Remove ioport.h; disperse its contents to other header files.
by Kevin O'Connor
· 9 years ago
9fcd199
Move PIT setup from clock.c to hw/timer.c.
by Kevin O'Connor
· 9 years ago
2d2fa31
Move function definitions for output.c from util.h to new file output.h.
by Kevin O'Connor
· 9 years ago
3df600b
Move stacks.c definitions from util.h to new file stacks.h.
by Kevin O'Connor
· 9 years ago
b9c6a96
Split x86 specific functions out of util.c/h to new files x86.c/h.
by Kevin O'Connor
· 9 years ago
5d369d8
Move code centered around specific hardware devices to src/hw/
by Kevin O'Connor
· 9 years ago
[Renamed from src/timer.c]
eac1194
Unify pmtimer_read() and pittimer_read() code.
by Kevin O'Connor
· 9 years ago
9999754
Separate out timer setup code.
by Kevin O'Connor
· 9 years ago
018bdd7
Rename check_tsc() (and similar) to timer_check() and use u32.
by Kevin O'Connor
· 9 years ago
95ee382
Rename check_timer() function (and similar) to irqtimer_check().
by Kevin O'Connor
· 9 years ago
23c14a1
Shift CPU TSC down to reduce need for 64bit variables.
by Kevin O'Connor
· 9 years ago
0edf1d6
Rename cpu_khz to TimerKHz.
by Kevin O'Connor
· 9 years ago
b7ab178
Improve accuracy of internal timers.
by Kevin O'Connor
· 9 years ago
6901337
Add helper functions to convert timer irqs to milliseconds.
by Kevin O'Connor
· 9 years ago
118605f
Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.
by Kevin O'Connor
· 9 years ago
c6e8c07
Move internal timer code from clock.c to a new file timer.c.
by Kevin O'Connor
· 9 years ago