| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c | Michael Brown | 2007-06-30 | 4 | -54/+36![]() | |
| | | | | | Implement PXENV_RESTART_TFTP. | |||||
| * | Fix stack on return from PXE NBP so that we can return properly. | Michael Brown | 2007-06-29 | 1 | -1/+2 | |
| | | ||||||
| * | Use internal real-mode stack from non-returnable prefixes | Michael Brown | 2007-06-28 | 3 | -0/+21 | |
| | | ||||||
| * | Revert "Move stack to below 0x7c00; leaving it at the default location" | Michael Brown | 2007-06-28 | 1 | -5/+3![]() | |
| | | | | | This reverts commit 03ca71c38da9cc6df01ecd9ef16e97a0edb6a4e9. | |||||
| * | Move stack to below 0x7c00; leaving it at the default location | Michael Brown | 2007-06-28 | 1 | -3/+5 | |
| | | | | | (0x7ef4) tends to really screw up anything that loads at 0x7c00... | |||||
| * | Kill off hotplug.h and just make net devices normal reference-counted | Michael Brown | 2007-06-27 | 1 | -2/+2 | |
| | | | | | | | structures. DHCP still broken and #if 0'd out. | |||||
| * | 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. | |||||
| * | pkbuff->iobuf changeover | Michael Brown | 2007-05-19 | 1 | -27/+27 | |
| | | | | | | | | | Achieved via Perl using: perl -pi -e 's/pk_buff/io_buffer/g; s/Packet buffer/I\/O buffer/ig; ' \ -e 's/pkbuff\.h/iobuf.h/g; s/pkb_/iob_/g; s/_pkb/_iob/g; ' \ -e 's/pkb/iobuf/g; s/PKB/IOB/g;' | |||||
| * | Add 32-bit support. | Michael Brown | 2007-03-22 | 1 | -13/+70 | |
| | | | | | Generate DHCP data block for images. | |||||
| * | Provide a buffer in base memory for code to fill with generated DHCP data. | Michael Brown | 2007-03-22 | 2 | -0/+42 | |
| | | ||||||
| * | Typo | Michael Brown | 2007-03-20 | 1 | -1/+1 | |
| | | ||||||
| * | Support 32-bit (linear) NBI images. We don't yet provide a bootp data | Michael Brown | 2007-03-14 | 1 | -33/+44 | |
| | | | | | block, so first32.c dies immediately. | |||||
| * | Added .nbi as a format. | Michael Brown | 2007-03-11 | 2 | -0/+69 | |
| | | ||||||
| * | Make _load_size accurately reflect the number of bytes in the actual | Michael Brown | 2007-03-11 | 1 | -2/+0![]() | |
| | | | | | image file. | |||||
| * | Updated ISAPnP, EISA, MCA and ISA buses to current device model. | Michael Brown | 2007-03-10 | 2 | -40/+5![]() | |
| | | | | | | | | ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested. | |||||
| * | Add ability to read serial number from SMBIOS | Michael Brown | 2007-02-01 | 2 | -0/+269 | |
| | | ||||||
| * | More assertions | Michael Brown | 2007-02-01 | 1 | -0/+1 | |
| | | ||||||
| * | Also print out stack pointer (with optional stack dump) | Michael Brown | 2007-02-01 | 1 | -2/+5 | |
| | | ||||||
| * | Assert that division result is correct | Michael Brown | 2007-02-01 | 1 | -0/+3 | |
| | | ||||||
| * | Added __umoddi3 | Michael Brown | 2007-01-31 | 1 | -0/+13 | |
| | | ||||||
| * | Don't call PXENV_STOP_UNDI in the kpxeprefix. This slighy breaks the | Michael Brown | 2007-01-29 | 3 | -25/+46 | |
| | | | | | | 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 | 5 | -69/+517 | |
| | | | | | Added basic El Torito ISO image boot capability | |||||
| * | Handle (64-bit) / (32-bit) = (64-bit), i.e. one step beyond that | Michael Brown | 2007-01-28 | 1 | -0/+319 | |
| | | | | | provided by the divl instruction. | |||||
| * | Yet more synonyms that people tend to use. | Michael Brown | 2007-01-26 | 1 | -11/+17 | |
| | | ||||||
| * | Use base "0" in strtoul for consistency with "mem=" | Michael Brown | 2007-01-24 | 1 | -1/+1 | |
| | | ||||||
| * | "vga=" is specified in decimal, not hex. | Michael Brown | 2007-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | Misread the definition of the type_of_loader field; it should include a | Michael Brown | 2007-01-19 | 2 | -2/+8 | |
| | | | | | version. | |||||
| * | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 2 | -2/+2 | |
| | | ||||||
| * | 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 | 2 | -0/+70 | |
| | | ||||||
| * | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 1 | -8/+8 | |
| | | | | | | reflect the fact that they allocate and deallocate user memory (i.e. things reached through a userptr_t). | |||||
| * | We can now load an initrd as well as a kernel | Michael Brown | 2007-01-14 | 2 | -5/+95 | |
| | | ||||||
| * | Make the getmemsize() prototype available in memsizes.h, for code that | Michael Brown | 2007-01-14 | 3 | -44/+17![]() | |
| | | | | | 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 | 2 | -51/+0![]() | |
| | | ||||||
| * | Add dummy "initrd" image format, just so that images can be marked as | Michael Brown | 2007-01-14 | 2 | -0/+51 | |
| | | | | | initrds. | |||||
| * | Copy command line at execution time rather than load time. | Michael Brown | 2007-01-14 | 2 | -35/+144 | |
| | | | | | Parse command line for "vga=" and "mem=" parameters | |||||
| * | Split bzimage_load into separate functions | Michael Brown | 2007-01-14 | 2 | -87/+202 | |
| | | ||||||
| * | Can start a Linux kernel directly (albeit with no initrd support) | Michael Brown | 2007-01-14 | 1 | -8/+29 | |
| | | ||||||
| * | Remove some references to no-longer-existent source files. | Michael Brown | 2007-01-14 | 1 | -6/+5![]() | |
| | | | | | | Add a path for isolinux.bin that is correct on my system; hopefully it will work on others too. | |||||
| * | .lilo and derived targets (e.g. .iso) now load properly. | Michael Brown | 2007-01-14 | 1 | -23/+29 | |
| | | ||||||
| * | Obsoleted by arch/i386/image/multiboot.c | Michael Brown | 2007-01-14 | 1 | -208/+0![]() | |
| | | ||||||
| * | Can almost start a kernel now. It dies with "No setup signature found" | Michael Brown | 2007-01-14 | 2 | -7/+138 | |
| | | ||||||
| * | Placeholder bzImage support | Michael Brown | 2007-01-14 | 2 | -0/+154 | |
| | | ||||||
| * | Replace image->entry with image->priv. | Michael Brown | 2007-01-14 | 2 | -4/+9 | |
| | | ||||||
| * | Mostly updated. Won't work yet. | Michael Brown | 2007-01-14 | 1 | -199/+172![]() | |
| | | ||||||
| * | Obsolete for some time | Michael Brown | 2007-01-14 | 1 | -130/+0![]() | |
| | | ||||||
| * | Select a PXE network device before starting PXE NBP. | Michael Brown | 2007-01-14 | 4 | -59/+64 | |
| | | | | | Move pxe_boot() code to pxe_image.c | |||||
| * | Use debug autocolourisation. | Michael Brown | 2007-01-14 | 1 | -18/+34 | |
| | | | | | Shut down before jumping to the multiboot image. | |||||
| * | Call hide_etherboot() from startup(), rather than requiring the prefix to | Michael Brown | 2007-01-14 | 2 | -20/+38 | |
| | | | | | do it. | |||||
| * | Use _text, rather than assuming _text==0. | Michael Brown | 2007-01-14 | 1 | -1/+4 | |
| | | ||||||

