| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [IPv4] Add a config option for IPv4 | Michael Brown | 2008-03-21 | 1 | -0/+10 |
| | | | | | | IPv4 may not always be dragged into the link, so add a specific configuration option for it. | ||||
| * | Merge branch 'xl0-timer' | Michael Brown | 2008-03-10 | 1 | -0/+10 |
| |\ | |||||
| | * | [Timers] Move TIMER_BIOS and TIMER_RDTSC to their own config.h section. | Michael Brown | 2008-03-02 | 1 | -3/+10 |
| | | | |||||
| | * | [Timers] Do not enable serial console by default; this change should not | Michael Brown | 2008-03-02 | 1 | -1/+1 |
| | | | | | | | | | be propagated to master. | ||||
| | * | fix the rdtsc namimg | Alexey Zaytsev | 2008-03-02 | 1 | -1/+1 |
| | | | |||||
| | * | Introduce the new timer subsystem. | Alexey Zaytsev | 2008-03-02 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Brown | 2008-03-04 | 1 | -0/+1 |
| |/ | |||||
| * | Remove reference to COFF support. I can find no trace of ever having ↵ | Michael Brown | 2008-02-21 | 1 | -1/+0![]() |
| | | | | | supported it. | ||||
| * | Allowed HTTPS to be a separately configurable feature. | Michael Brown | 2007-07-30 | 1 | -0/+1 |
| | | |||||
| * | Reverting unintended change caused by merge of indolent/natsemi branch. | Michael Brown | 2007-07-15 | 1 | -1/+1 |
| | | |||||
| * | debugging natsemi.c | Udayan Kumar | 2007-07-15 | 1 | -1/+1 |
| | | |||||
| * | DUMP_GDBSYM should not be enabled by default. | Michael Brown | 2007-07-01 | 1 | -1/+1 |
| | | |||||
| * | Add gdbsym.c object to help with running gdb-to-qemu | Michael Brown | 2007-06-30 | 1 | -0/+1 |
| | | |||||
| * | Added missing config.[ch] lines for FTP protocol | Michael Brown | 2007-06-28 | 1 | -0/+1 |
| | | |||||
| * | A working name resolution framework | Michael Brown | 2007-01-18 | 1 | -2/+2 |
| | | |||||
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 1 | -0/+1 |
| | | |||||
| * | Rename "boot" to "autoboot" | Michael Brown | 2007-01-14 | 1 | -1/+1 |
| | | |||||
| * | I prefer IMAGE_XXX to XXX_IMAGE. | Michael Brown | 2007-01-13 | 1 | -10/+11 |
| | | | | | | Add IMAGE_PXE to use the new image format framework. "kernel pxelinux.0" now works. | ||||
| * | Use systematic names for XXX_IMAGE. | Michael Brown | 2007-01-12 | 1 | -2/+3 |
| | | | | | Add scripts as an image format (since it's trivial to do). | ||||
| * | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 1 | -0/+1 |
| | | |||||
| * | Add "route" command (which currently only displays the routing table; it | Michael Brown | 2007-01-10 | 1 | -0/+1 |
| | | | | | can't modify it). | ||||
| * | Add interface management commands | Michael Brown | 2007-01-10 | 1 | -0/+1 |
| | | |||||
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -1/+2 |
| | | | | | | "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 UI | Michael Brown | 2006-12-20 | 1 | -0/+1 |
| | | |||||
| * | Select required commands via config.h | Michael Brown | 2006-12-20 | 1 | -0/+9 |
| | | |||||
| * | Does anyone still use 9600 baud? | Michael Brown | 2006-08-27 | 1 | -1/+1 |
| | | |||||
| * | Removed TAGGED_IMAGE from the default build; NBI has been broken for ages. | Michael Brown | 2006-08-15 | 1 | -1/+1 |
| | | |||||
| * | Removed DNS from the default configuration; it hasn't been updated to | Michael Brown | 2006-08-15 | 1 | -1/+1 |
| | | | | | the new UDP API yet. | ||||
| * | Add NULL_TRAP as a config option | Michael Brown | 2006-06-11 | 1 | -0/+1 |
| | | |||||
| * | Fix typo | Michael Brown | 2006-06-11 | 1 | -1/+1 |
| | | |||||
| * | relocate.o is now dragged in by the objects that require it; there is no | Michael Brown | 2006-05-25 | 1 | -1/+0![]() |
| | | | | | need for a CONFIG_RELOCATE. | ||||
| * | Added FSP | Michael Brown | 2005-05-19 | 1 | -0/+1 |
| | | |||||
| * | Add image formats (didn't check in properly to gpxe for some reason) | Michael Brown | 2005-05-19 | 1 | -0/+20 |
| | | |||||
| * | Add DOWNLOAD_PROTO_XXX options. | Michael Brown | 2005-05-02 | 1 | -1/+15 |
| | | |||||
| * | Add NMB_RESOLVER | Michael Brown | 2005-05-01 | 1 | -0/+1 |
| | | |||||
| * | Added DNS resolver configuration option. | Michael Brown | 2005-04-30 | 1 | -0/+10 |
| | | |||||
| * | Fix BUILD_SERIAL. | Michael Brown | 2005-04-18 | 1 | -12/+43 |
| | | | | | | Change from using #if to #ifdef, since #if can't cope with string constants. | ||||
| * | Moved console options to config.h | Michael Brown | 2005-04-18 | 1 | -0/+17 |
| | | | | | | Removed CONFIG_{PCI,ISA,PCMCIA}, since buses are now always compiled and linked in only if required by the individual driver objects. | ||||
| * | Allow serial port options to be specified in a relatively friendly format. | Michael Brown | 2005-04-17 | 1 | -1/+1 |
| | | |||||
| * | Working format. | Michael Brown | 2005-04-17 | 1 | -6/+5![]() |
| | | |||||
| * | Experiment; let's see if we can get individual config header files working. | Michael Brown | 2005-04-17 | 1 | -0/+36 |

