summaryrefslogtreecommitdiffstats
path: root/src/core/serial.c
Commit message (Expand)AuthorAgeFilesLines
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [serial] Add missing #include <string.h>Michael Brown2016-03-121-0/+1
* [serial] Use new UART abstraction in serial console driverMichael Brown2015-06-291-212/+137Star
* [serial] Enable UART FIFOsPeter Pickford2014-04-221-2/+2
* [serial] Don't enable serial console without serial supportShao Miller2012-10-051-1/+6
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-121-1/+1
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-171-2/+2
* [Serial] Split serial console from serial driverStefan Hajnoczi2008-06-051-29/+13Star
* [Timers] Miscellaneous timer system fixesMichael Brown2008-03-181-1/+1
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* 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
* 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
* 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