summaryrefslogtreecommitdiffstats
path: root/src/core/serial.c
Commit message (Collapse)AuthorAgeFilesLines
* [Timers] Miscellaneous timer system fixesMichael Brown2008-03-181-1/+1
| | | | | | | | | Add missing comments to timer code. Lock system if no suitable timer source is found. Fix initialisation order so that timers are initialised before code that needs to use them.
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
| | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com>
* Separated out initialisation functions from startup/shutdown functions.Michael Brown2007-07-041-2/+16
|
* We don't actually use the reset functions anywhere, and nothing reallyMichael Brown2007-07-031-1/+1
| | | | provides them.
* Warnings purge of src/coreMarty Connor2007-07-021-1/+1
|
* Check that serial port init actually happensMichael Brown2006-09-011-0/+2
|
* Added debug to catch initialisation failuresMichael Brown2006-09-011-6/+18
|
* Hopefully fix gcc3 build issueMichael Brown2006-08-301-1/+1
|
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
|
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-2/+2
| | | | even when __atribute__ (( unused )) is correctly set...
* WhoopsMichael Brown2005-04-171-1/+1
|
* Allow serial port options to be specified in a relatively friendly format.Michael Brown2005-04-171-13/+23
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-41/+35Star
|
* Initial revisionMichael Brown2005-03-081-0/+236