index
:
rocket-tools/riscv-gnu-toolchain/qemu/roms/seabios-hppa.git
alpha-port
bigfont
devel
devel-2022
devel-4-do-not-use
devel-btlb
devel-btlb-2
devel-last-for-v16
devel-with-sti64bit
devel2
devel3
devel4
devel5
devel64
hp3000
hp3000-console
hppa-reboot-fix
hppa-target
hppa-target-2
master
master-new-v7
master-old
master-prerelease
parisc-qemu-4.1.0
parisc-qemu-5.0
parisc-qemu-5.1
parisc-qemu-5.1-next
parisc-qemu-6
parisc_firmware
seabios-hppa-v3-rc
seabios-hppa-v3-rc2
serial-port-fix-test
toc-support
upstream
v6-test
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-28
Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.
Kevin O'Connor
1
-105
/
+34
2013-09-28
Move PIT setup from clock.c to hw/timer.c.
Kevin O'Connor
1
-11
/
+30
2013-09-18
Split disk.h into block.h and std/disk.h.
Kevin O'Connor
1
-1
/
+0
2013-09-18
Move function definitions for output.c from util.h to new file output.h.
Kevin O'Connor
1
-3
/
+3
2013-09-18
Move stacks.c definitions from util.h to new file stacks.h.
Kevin O'Connor
1
-0
/
+1
2013-09-18
Rename util.c to string.c and introduce string.h.
Kevin O'Connor
1
-0
/
+1
2013-09-02
Move code centered around specific hardware devices to src/hw/
Kevin O'Connor
1
-4
/
+4
2013-07-21
Rename check_tsc() (and similar) to timer_check() and use u32.
Kevin O'Connor
1
-2
/
+2
2013-07-20
Improve accuracy of internal timers.
Kevin O'Connor
1
-1
/
+1
2013-07-20
Add helper functions to convert timer irqs to milliseconds.
Kevin O'Connor
1
-2
/
+1
2013-07-20
Move internal timer code from clock.c to a new file timer.c.
Kevin O'Connor
1
-238
/
+2
2013-07-14
PIC code cleanups.
Kevin O'Connor
1
-3
/
+3
2013-03-03
Minor - improve comments and grouping of handle_08().
Kevin O'Connor
1
-3
/
+3
2013-03-03
Separate out 16bit PCI-BIOS entry point from regular int 0x1a entry point.
Kevin O'Connor
1
-1
/
+0
2013-02-18
Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG.
Kevin O'Connor
1
-3
/
+3
2013-02-12
Don't calibrate TSC if PMTIMER is already set up
David Woodhouse
1
-4
/
+10
2013-02-09
Determine century during init and store in VARLOW mem during runtime.
Kevin O'Connor
1
-10
/
+16
2013-02-05
Normalize POST initialization function name suffixes.
Kevin O'Connor
1
-6
/
+6
2012-09-10
add acpi pmtimer support
Gerd Hoffmann
1
-0
/
+31
2012-06-02
Fix winxp boot regression introduced in ecdc655a.
Kevin O'Connor
1
-4
/
+4
2012-05-30
Run all hardware irq handlers on the extra stack.
Kevin O'Connor
1
-8
/
+12
2012-05-28
Rename wait_irq to yield_toirq.
Kevin O'Connor
1
-1
/
+1
2012-05-20
Convert timer code EBDA variables to VARLOW variables.
Kevin O'Connor
1
-15
/
+17
2012-02-01
Add TSC emulation layer for 386/486 CPUs.
Kevin O'Connor
1
-4
/
+56
2010-09-25
Cleanup - it's no longer necessary to manually reset global variables.
Kevin O'Connor
1
-1
/
+0
2010-07-28
Add FUNC16() helper macro for converting a 16bit func to a segoff_s.
Kevin O'Connor
1
-2
/
+2
2010-07-26
Fix integer truncating bug in calc_future_timer().
Kevin O'Connor
1
-2
/
+2
2010-05-23
Don't use RTC to time boot menu delay.
Kevin O'Connor
1
-0
/
+4
2010-05-23
Generalize timer based delay code.
Kevin O'Connor
1
-1
/
+25
2010-05-23
Rename check_time() to check_tsc().
Kevin O'Connor
1
-3
/
+3
2010-05-01
Add support for USB mice.
Kevin O'Connor
1
-2
/
+2
2010-03-13
Extend time for rtc to be ready.
Kevin O'Connor
1
-7
/
+8
2010-03-13
Enable irqs in kbd/clock calls that caller might "spin" on.
Kevin O'Connor
1
-0
/
+1
2010-02-13
Support USB interrupt schedules on OHCI and UHCI.
Kevin O'Connor
1
-2
/
+0
2010-01-03
Be sure to add "void" to all function prototypes that take no args.
Kevin O'Connor
1
-10
/
+10
2009-12-13
Distinguish between debug reports for unimplemented vs invalid calls.
Kevin O'Connor
1
-8
/
+8
2009-12-13
Enhance experimental option rom "threading" - enable preemption.
Kevin O'Connor
1
-8
/
+32
2009-10-24
Replace irq_enable() regions with explicit calls to check for irqs.
Kevin O'Connor
1
-14
/
+24
2009-10-22
Handle tsc rollover.
Kevin O'Connor
1
-6
/
+6
2009-10-17
Expand USB OHCI support.
Kevin O'Connor
1
-0
/
+6
2009-09-28
Initial support for USB, UHCI, and USB Keyboards.
Kevin O'Connor
1
-0
/
+3
2009-09-27
Replace clock conversion constants with defines.
Kevin O'Connor
1
-8
/
+11
2009-09-20
Support sleeping until an irq fires, and use where applicable.
Kevin O'Connor
1
-3
/
+1
2009-09-09
Replace common segment/offset pairs with struct segoff_s.
Kevin O'Connor
1
-6
/
+6
2009-09-09
Rename VAR16_32 to VAR16VISIBLE.
Kevin O'Connor
1
-1
/
+1
2009-02-16
Fix RTC UIP timing.
Kevin O'Connor
1
-4
/
+4
2009-02-15
Clock cleanups.
Kevin O'Connor
1
-24
/
+40
2009-01-29
Don't declare a handler for int 0x1c - the default handler is sufficient.
Kevin O'Connor
1
-7
/
+0
2009-01-15
Change license from GPLv3 to LGPLv3.
Kevin O'Connor
1
-1
/
+1
2009-01-01
Reduce stack usage of hw irq handlers.
Kevin O'Connor
1
-10
/
+4
[next]