aboutsummaryrefslogtreecommitdiff
path: root/src/core/serial.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-05[serial] Don't enable serial console without serial supportShao Miller1-1/+6
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2008-10-12[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown1-1/+1
2008-07-17[iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown1-2/+2
2008-06-05[Serial] Split serial console from serial driverStefan Hajnoczi1-29/+13
2008-03-18[Timers] Miscellaneous timer system fixesMichael Brown1-1/+1
2008-03-02Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev1-1/+1
2007-07-03Separated out initialisation functions from startup/shutdown functions.Michael Brown1-2/+16
2007-07-03We don't actually use the reset functions anywhere, and nothing reallyMichael Brown1-1/+1
2007-07-02Warnings purge of src/coreMarty Connor1-1/+1
2006-09-01Check that serial port init actually happensMichael Brown1-0/+2
2006-09-01Added debug to catch initialisation failuresMichael Brown1-6/+18
2006-08-30Hopefully fix gcc3 build issueMichael Brown1-1/+1
2006-04-30Move init.h to gpxe/init.h.Michael Brown1-1/+1
2006-04-24gcc is rather over-aggressive about optimising out static data structuresMichael Brown1-2/+2
2005-04-17WhoopsMichael Brown1-1/+1
2005-04-17Allow serial port options to be specified in a relatively friendly format.Michael Brown1-13/+23
2005-04-08Merged mcb30-realmode-redesign back to HEADMichael Brown1-41/+35
2005-03-08Initial revisionMichael Brown1-0/+236