summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/core/i386_timer.c
Commit message (Collapse)AuthorAgeFilesLines
* [timer] Formalise the timer APIMichael Brown2008-10-121-89/+0Star
| | | | | | We now have two implementations for the timer API: one using the time-of-day counter at 40:70 and one using RDTSC. Both make use of timer2_udelay().
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
|
* Introduce the new timer subsystem.Alexey Zaytsev2008-03-021-160/+53Star
| | | | | | | | | | | | | | | | | | | | | | | | | Timer subsystem initialization code in core/timer.c Split the BIOS and RTDSC timer drivers from i386_timer.c Split arch/i386/firmware/pcbios/bios.c into the RTSDC timer driver and arch/i386/core/nap.c Split the headers properly: include/unistd.h - delay functions to be used by the gPXE core and drivers. include/gpxe/timer.h - the fimer subsystem interface to be used by the timer drivers and currticks() to be used by the code gPXE subsystems. include/latch.h - removed include/timer.h - scheduled for removal. Some driver are using currticks, which is only for core subsystems. Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Dead code removal.Michael Brown2007-07-141-1/+1
| | | | Kill off use of etherboot.h outside drivers/net.
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-1/+3
|
* We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-031-1/+1
| | | | provides them.
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-2/+5
|
* Initial revisionMichael Brown2005-03-081-0/+191