2005-05-19 |
Michael Brown | API docs to .h |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Move API docs to buffer.h, implementation to buffer.c. |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Sync from 5.4 branch EB.5.4.SYNC |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Imported from Etherboot 5.4 tree |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Synced across updates from Etherboot 5.4 tree |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Added FSP |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Version increased to 5.5.0 |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Doxygenation |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Doxygenation |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | errno.h now required in order to compile. |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Add a const to avoid a warning |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Add image formats (didn't check in properly to gpxe... |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Doxygenated |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | More documentation |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | load_buffer is now handled via load_buffer.h |
commit | commitdiff | tree | snapshot |
2005-05-19 |
Michael Brown | Added preliminary doxygen documentation |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | More doxygen docs |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Add include directories as source dirs |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Only produce documentation where documentation actually... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | __attribute__ does not need to be treated as a variadic... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Add doxygen documentation |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Document %m |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Linker symbols no longer defined in etherboot.h |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | doxygen docs go in bin/doc |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Hide __attribute__ from doxygen |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Add EBADIMG, EIMGRET, ETIMEDOUT and EINVAL |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | doxygen.cfg also references ARCH |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Working to produce reasonably pretty code |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | doxygen doesn't allow us to do the --include compiler... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Added doxygen comments and errno values. |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Added rules to generate documentation using doxygen |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Add DOXYGEN definition, comment out reference to not... |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | There is no arch/i386/firmware/linuxbios directory |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | All files in here are auto-generated |
commit | commitdiff | tree | snapshot |
2005-05-18 |
Michael Brown | Error numbers moved to errno.h |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added errno, strerror and the "%m" printf metacharacter... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Changed to 5.5 |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Import from Etherboot 5.4 origin/Etherboot Eb.5.4.import |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Initial revision |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Quickly hacked to use a buffer rather than a processor. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Update to use buffer rather than processor |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added const to fill_buffer |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Updated to use buffer rather than processor |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Load buffer is now handled by the autoload() function. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Moved NBI support to nbi.c, modified to work with new... |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Restructured to allow per-object image formats |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Heap function prototypes moved to heap.h |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Add twiddle() so that progress is visible. |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added print_images() and autoload(). |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Moved find_segment into elf_loader.c |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Moved os_regs into start32.S |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added debug messages |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Use shared symbols for heap_ptr and heap_end |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added copy_phys_to_phys |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Added "image" directory |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Image formats moved into the new config system |
commit | commitdiff | tree | snapshot |
2005-05-17 |
Michael Brown | Use __unused instead of __used for static data structures. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Use the heap functions to allocate a load buffer. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Add realloc, since the load buffer code requires it. |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Added debugging |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Tidied up init_heap() |
commit | commitdiff | tree | snapshot |
2005-05-13 |
Michael Brown | Added ASSERT() macro |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Michael Brown | Added old allot/forget calls for backwards compatibility. |
commit | commitdiff | tree | snapshot |
2005-05-12 |
Michael Brown | Merged the unaligned and aligned heap APIs and simplifi... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Use the global load_buffer, and the boot_image function. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Add INIT_LOADBUF |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Make "struct buffer"s reusable between sessions. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Include string.h, because we need to define copy_{to... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | First version |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | First versions |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Protocols now load data into a buffer; they don't execu... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | off_t should be signed. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Return -1 to indicate buffer overflow. Allow buffer... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Added debugging |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Added explanatory comment. |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Modified to use physical addresses, and to not assume... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Add off_t and physaddr_t, and the copy_{to,from}_phys... |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Add memcpy |
commit | commitdiff | tree | snapshot |
2005-05-09 |
Michael Brown | Start of an implementation using doubly-linked lists... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Make vga_font const to avoid warning about large symbol |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Make PCI ID tables const so as not to trigger a warning... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Allow read-only symbols to be large |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Move tulip_private structure into shared data. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Reduce large symbol warning threshold, now that most... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | D'oh |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Use __shared |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Added example of how to use __shared. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | #if 0 out the whole file for now; it cannot be linked... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Re-add the "etherboot.%" all-drivers image. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Symbol fixups |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Arbitrary alignment is now available. |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Michael Brown | Removed spurious semicolon |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Use shared symbols |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Use shared symbols to save space |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Moved definition of __shared into compiler.h |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Correct symbol violations reported by "make symcheck" |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Michael Brown | Report on misuses of shared symbols, and excessively... |
commit | commitdiff | tree | snapshot |
next |