summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
Commit message (Collapse)AuthorAgeFilesLines
* [GDBSYM] Remove unused gdbsym.cStefan Hajnoczi2008-06-051-3/+0Star
| | | | | | The GDBSYM config.h option was an attempt at QEMU GDB debugging. I have removed the code since it is unused and may confuse people wanting to use the GDB stub.
* [IPv4] Add a config option for IPv4Michael Brown2008-03-211-11/+12
| | | | | IPv4 may not always be dragged into the link, so add a specific configuration option for it.
* Merge branch 'xl0-timer'Michael Brown2008-03-101-0/+11
|\
| * fix the rdtsc namimgAlexey Zaytsev2008-03-021-2/+2
| |
| * Introduce the new timer subsystem.Alexey Zaytsev2008-03-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | [Command] Add "sanboot" command.Michael Brown2008-03-041-0/+3
|/
* Remove reference to COFF support. I can find no trace of ever having ↵Michael Brown2008-02-211-3/+0Star
| | | | supported it.
* Allowed HTTPS to be a separately configurable feature.Michael Brown2007-07-301-0/+3
|
* Dead code removal.Michael Brown2007-07-141-4/+0Star
| | | | Kill off use of etherboot.h outside drivers/net.
* Add gdbsym.c object to help with running gdb-to-qemuMichael Brown2007-06-301-1/+4
|
* Added missing config.[ch] lines for FTP protocolMichael Brown2007-06-281-0/+3
|
* hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewiseAnselm Martin Hoffmeister2007-04-091-0/+4
| | | | output buffering defintions and the like)
* Split bootsector execution code out into bootsector.c.Michael Brown2007-01-291-0/+3
| | | | Added basic El Torito ISO image boot capability
* Placeholder bzImage supportMichael Brown2007-01-141-0/+3
|
* Rename "boot" to "autoboot"Michael Brown2007-01-141-2/+2
|
* I prefer IMAGE_XXX to XXX_IMAGE.Michael Brown2007-01-131-11/+11
| | | | | Add IMAGE_PXE to use the new image format framework. "kernel pxelinux.0" now works.
* Add "dhcp" commandMichael Brown2007-01-121-0/+3
|
* Use systematic names for XXX_IMAGE.Michael Brown2007-01-121-5/+8
| | | | Add scripts as an image format (since it's trivial to do).
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+3
|
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-111-1/+0Star
|
* Add "route" command (which currently only displays the routing table; itMichael Brown2007-01-101-0/+3
| | | | can't modify it).
* Added network interface management commandsMichael Brown2007-01-101-0/+3
|
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+3
| | | | | "boot" command to attempt booting from within the command shell, fall back to shell if boot fails for any reason.
* Add "config" command to access config UIMichael Brown2006-12-201-0/+3
|
* Select required commands via config.hMichael Brown2006-12-201-0/+8
|
* Removed obsolete print_config()Michael Brown2006-08-151-61/+0Star
|
* Add NULL_TRAP as a config optionMichael Brown2006-06-111-0/+8
|
* relocate.o is now dragged in by the objects that require it; there is noMichael Brown2006-05-251-9/+0Star
| | | | need for a CONFIG_RELOCATE.
* Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-191-0/+3
|
* Image formats moved into the new config systemMichael Brown2005-05-171-34/+38
|
* Moved DOWNLOAD_PROTO_XXX options to config.hMichael Brown2005-05-021-0/+20
|
* Add NMB_RESOLVERMichael Brown2005-05-011-0/+4
|
* "dns_resolver" changed to "dns"Michael Brown2005-04-301-1/+1
|
* Added DNS resolver configuration option.Michael Brown2005-04-301-0/+8
|
* This is, of course, the neater and much more obvious way to do it.Michael Brown2005-04-181-9/+3Star
|
* Fix BUILD_SERIAL.Michael Brown2005-04-181-17/+42
| | | | | Change from using #if to #ifdef, since #if can't cope with string constants.
* Move RELOCATE into config.hMichael Brown2005-04-181-38/+16Star
| | | | | Move ISA probe address logic from config.c into isa.c, create header file config/isa.h.
* Add ISA_PROBE_ADDRS list.Michael Brown2005-04-161-0/+18
|
* print_drivers() is now unified.Michael Brown2005-04-121-67/+6Star
|
* Drag in relocate unless NORELOCATE is defined, since it's now calledMichael Brown2005-04-101-0/+7
| | | | only via the initialisation function table.
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-0/+49
|
* Initial revisionMichael Brown2005-03-081-0/+161