| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [Settings] Expose SMBIOS via settings API | Michael Brown | 2008-03-28 | 3 | -17/+17 |
| | | | | | In particular, expose the system UUID as a setting ("smbios/uuid"). | ||||
| * | [libc] Use __builtin_va_list et al in stdarg.h | Michael Brown | 2008-03-24 | 1 | -22/+0![]() |
| | | | | | | The home-grown versions don't work properly for static variadic functions, when gcc can choose to use a non-standard calling convention. | ||||
| * | fix the rdtsc namimg | Alexey Zaytsev | 2008-03-02 | 1 | -1/+1 |
| | | |||||
| * | Cleanups | Alexey Zaytsev | 2008-03-02 | 1 | -0/+3 |
| | | | | | | | | | Replace a printf with a DBG in timer_rtdsc.c Replace a printf in timer.c with assert Return proper error codes from timer drivers Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com> | ||||
| * | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 1 | -12/+0![]() |
| | | | | | Signed-off-by: Alexey Zaytsev <alexey.zaytsev@gmail.com> | ||||
| * | Introduce the new timer subsystem. | Alexey Zaytsev | 2008-03-02 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
| * | Add DBGLVL_IO to trace all memory-mapped I/O. | Michael Brown | 2008-02-21 | 1 | -7/+40 |
| | | |||||
| * | Add UUID to DHCP request as option 97 (if available). | Michael Brown | 2007-11-21 | 2 | -0/+11 |
| | | |||||
| * | Added definition of a UUID and uuid_ntoa() (for debugging), and | Michael Brown | 2007-11-21 | 1 | -0/+2 |
| | | | | | implemented smbios_get_uuid(). | ||||
| * | Update SMBIOS internal API to be easier to use, and not to require | Michael Brown | 2007-11-21 | 1 | -1/+38 |
| | | | | | potentially exorbitant amounts of stack space. | ||||
| * | Allow space for the kernel's real-mode .bss. Previously we weren't | Michael Brown | 2007-11-04 | 1 | -0/+2 |
| | | | | | | allowing any space for this, which makes it surprising that bzImage loading ever worked. | ||||
| * | Add missing attribute(packed) to two structures. | Michael Brown | 2007-10-29 | 1 | -2/+2 |
| | | |||||
| * | rm_ss, rm_sp, and pm_esp don't need to be accessed from anywhere | Michael Brown | 2007-09-25 | 1 | -3/+0![]() |
| | | | | | outside of librm.S. | ||||
| * | Add const attribute to byte-swapping functions | Michael Brown | 2007-09-21 | 1 | -3/+3 |
| | | |||||
| * | Separate out arch-independent parts of stdint.h | Michael Brown | 2007-08-17 | 1 | -21/+3![]() |
| | | |||||
| * | Add per-file error identifiers | Michael Brown | 2007-07-24 | 1 | -0/+31 |
| | | |||||
| * | Remove some obsolete sections of librm.h and libkir.h. | Michael Brown | 2007-07-24 | 2 | -39/+25![]() |
| | | | | | Add some of the missing parts to libkir.h. | ||||
| * | Completed definition of struct int13_cdrom_specification, and moved to | Michael Brown | 2007-07-19 | 1 | -0/+28 |
| | | | | | int13.h. | ||||
| * | Move uninitialised .data16 variables to .bss16; saves around 2000 | Michael Brown | 2007-07-16 | 1 | -1/+1 |
| | | | | | bytes of useless zeroes in the final image. | ||||
| * | Add __bss16() macro, and allow use of .bss16 section by removing | Michael Brown | 2007-07-16 | 1 | -0/+8 |
| | | | | | | | link-time check for section overlaps. (In order to avoid wasting space in the executable image, .bss16 will overlap with the following section, which is .text). | ||||
| * | Shrink cpu.c and render it useful for our purposes. | Michael Brown | 2007-07-14 | 1 | -203/+46![]() |
| | | |||||
| * | Add strlen_user() (will be needed for PXE API extensions) | Michael Brown | 2007-07-06 | 1 | -0/+12 |
| | | |||||
| * | Kill off lots of warnings in via-velocity.c by correcting these definitions. | Michael Brown | 2007-07-05 | 1 | -6/+7 |
| | | |||||
| * | Use a common base-memory packet buffer for DHCP construction (as used | Michael Brown | 2007-07-02 | 2 | -13/+13 |
| | | | | | by PXE and NBI) and UNDI packets (as used by undinet and UNDI). | ||||
| * | Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c | Michael Brown | 2007-06-30 | 2 | -32/+10![]() |
| | | | | | Implement PXENV_RESTART_TFTP. | ||||
| * | Add our own trivial version of stdarg.h. This makes our build | Michael Brown | 2007-06-09 | 1 | -0/+22 |
| | | | | | | | | entirely self-hosted (which avoids problems when building the same tree on multiple systems - e.g. when you have /home NFS-mounted). Also saves around 50 bytes in total - not sure why. | ||||
| * | Provide a buffer in base memory for code to fill with generated DHCP data. | Michael Brown | 2007-03-22 | 1 | -0/+13 |
| | | |||||
| * | Add ability to read serial number from SMBIOS | Michael Brown | 2007-02-01 | 1 | -0/+11 |
| | | |||||
| * | Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the | Michael Brown | 2007-01-29 | 1 | -11/+22 |
| | | | | | | clean separation between loading and starting, but does mean that more PXE stacks survive the process. | ||||
| * | Split bootsector execution code out into bootsector.c. | Michael Brown | 2007-01-29 | 2 | -0/+14 |
| | | | | | Added basic El Torito ISO image boot capability | ||||
| * | Yet more synonyms that people tend to use. | Michael Brown | 2007-01-26 | 1 | -11/+17 |
| | | |||||
| * | Misread the definition of the type_of_loader field; it should include a | Michael Brown | 2007-01-19 | 1 | -1/+7 |
| | | | | | version. | ||||
| * | Declaring the CPU architecture in the middle of an assembly file is | Michael Brown | 2007-01-18 | 1 | -1/+0![]() |
| | | | | | | somewhat redundant, and also causes gas to complain when we include the profiling code (which uses an i586 instruction). | ||||
| * | Accelerate memcpy() by around 32% on large, dword-aligned copies. | Michael Brown | 2007-01-18 | 1 | -0/+7 |
| | | |||||
| * | We can now load an initrd as well as a kernel | Michael Brown | 2007-01-14 | 1 | -0/+2 |
| | | |||||
| * | Make the getmemsize() prototype available in memsizes.h, for code that | Michael Brown | 2007-01-14 | 1 | -30/+11![]() |
| | | | | | doesn't want to go to the hassle of processing a full memory map. | ||||
| * | Actually, the initrd image should be architecture-independent. | Michael Brown | 2007-01-14 | 1 | -14/+0![]() |
| | | |||||
| * | Add dummy "initrd" image format, just so that images can be marked as | Michael Brown | 2007-01-14 | 1 | -0/+14 |
| | | | | | initrds. | ||||
| * | Copy command line at execution time rather than load time. | Michael Brown | 2007-01-14 | 1 | -0/+12 |
| | | | | | Parse command line for "vga=" and "mem=" parameters | ||||
| * | Split bzimage_load into separate functions | Michael Brown | 2007-01-14 | 1 | -6/+19 |
| | | |||||
| * | Can almost start a kernel now. It dies with "No setup signature found" | Michael Brown | 2007-01-14 | 1 | -2/+23 |
| | | |||||
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 1 | -0/+73 |
| | | |||||
| * | Select a PXE network device before starting PXE NBP. | Michael Brown | 2007-01-14 | 1 | -1/+14 |
| | | | | | Move pxe_boot() code to pxe_image.c | ||||
| * | Provide {get,set}_fbms() in basemem.h. | Michael Brown | 2007-01-14 | 1 | -33/+33 |
| | | | | | set_fbms() will also update the E820 hidden region. | ||||
| * | Add header for pxe_boot() | Michael Brown | 2007-01-13 | 1 | -0/+11 |
| | | |||||
| * | Rename copy_user() to memcpy_user(). Add memmove_user() and | Michael Brown | 2007-01-12 | 1 | -2/+30 |
| | | | | | userptr_add(). | ||||
| * | Nothing (not even hidemem.c) uses this file! | Michael Brown | 2007-01-12 | 1 | -21/+0![]() |
| | | |||||
| * | Whoever put together the grub multiboot.h header is insane. | Michael Brown | 2007-01-11 | 1 | -135/+146 |
| | | |||||
| * | Avoid namespace clashes | Michael Brown | 2007-01-11 | 1 | -10/+10 |
| | | |||||
| * | Added fields present in the documentation but not in the header file. | Michael Brown | 2007-01-11 | 1 | -0/+17 |
| | | |||||

