summaryrefslogtreecommitdiffstats
path: root/src/Config
Commit message (Collapse)AuthorAgeFilesLines
* Kill off some long-redundant CFLAGSMichael Brown2007-07-161-4/+4
|
* Removed vestigal FILO codeMarty Connor2006-06-291-7/+0Star
|
* Merge from Etherboot 5.4Michael Brown2006-03-161-0/+12
|\
* | Reduce BACKOFF_LIMIT to a hopefully more reasonable value.Michael Brown2005-06-021-1/+1
|/
* Image formats moved into the new config systemMichael Brown2005-05-171-30/+0Star
|
* Moved DOWNLOAD_PROTO_XXX options to config.hMichael Brown2005-05-021-28/+1Star
|
* Note to self: save files before checking in.Michael Brown2005-04-181-4/+7
|
* Added warning about not using Config for single-object options.Michael Brown2005-04-181-0/+15
|
* Fix BUILD_SERIAL.Michael Brown2005-04-181-18/+0Star
| | | | | Change from using #if to #ifdef, since #if can't cope with string constants.
* Move RELOCATE into config.hMichael Brown2005-04-181-9/+0Star
| | | | | Move ISA probe address logic from config.c into isa.c, create header file config/isa.h.
* Moved console options to config.hMichael Brown2005-04-181-24/+0Star
| | | | | Removed CONFIG_{PCI,ISA,PCMCIA}, since buses are now always compiled and linked in only if required by the individual driver objects.
* Serial port configuration moved to config.hMichael Brown2005-04-171-22/+0Star
|
* 3c509/3c529 no longer use legacy INCLUDE_xxx mechanism.Michael Brown2005-04-171-9/+2Star
|
* CONFIG_PCI_DIRECT no longer existsMichael Brown2005-04-161-7/+0Star
|
* Removed references to no-longer-existent CFLAGS options.Michael Brown2005-04-111-63/+8Star
|
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-24/+131
|
* Initial revisionMichael Brown2005-03-081-0/+450