summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Documented the compilation stagesMichael Brown2005-05-201-0/+200
* Enable latex outputMichael Brown2005-05-201-3/+3
* Add doc/ directory and .S files.Michael Brown2005-05-201-2/+6
* DoxygenationMichael Brown2005-05-201-1/+15
* Update to cope with changes in registers.hMichael Brown2005-05-209-45/+44Star
* Don't use anonymous entries in a struct; it seems to aggravate gcc 3.4.3.Michael Brown2005-05-201-8/+95
* Use "#var" rather than "@c var" for doxygen.Michael Brown2005-05-205-17/+19
* DoxygenationMichael Brown2005-05-202-36/+138
* Don't include etherboot.h; we get a circular dependencyMichael Brown2005-05-201-1/+2
* DoxygenationMichael Brown2005-05-191-18/+101
* API docs to .hMichael Brown2005-05-192-40/+41
* Move API docs to buffer.h, implementation to buffer.c.Michael Brown2005-05-192-57/+58
* Imported from Etherboot 5.4 treeMichael Brown2005-05-193-0/+1555
|\
* | Synced across updates from Etherboot 5.4 treeMichael Brown2005-05-1932-539/+940
|\|
* | Added FSPMichael Brown2005-05-191-0/+1
* | Version increased to 5.5.0Michael Brown2005-05-191-2/+2
* | DoxygenationMichael Brown2005-05-191-58/+196
* | DoxygenationMichael Brown2005-05-192-24/+84
* | errno.h now required in order to compile.Michael Brown2005-05-191-0/+1
* | Add a const to avoid a warningMichael Brown2005-05-191-1/+2
* | Add image formats (didn't check in properly to gpxe for some reason)Michael Brown2005-05-191-0/+20
* | DoxygenatedMichael Brown2005-05-191-23/+189
* | More documentationMichael Brown2005-05-192-25/+52
* | load_buffer is now handled via load_buffer.hMichael Brown2005-05-191-3/+0Star
* | Added preliminary doxygen documentationMichael Brown2005-05-191-16/+117
* | More doxygen docsMichael Brown2005-05-182-7/+16
* | Add include directories as source dirsMichael Brown2005-05-181-1/+3
* | Only produce documentation where documentation actually exists.Michael Brown2005-05-181-1/+1
* | __attribute__ does not need to be treated as a variadic macro, sinceMichael Brown2005-05-181-1/+1
* | Add doxygen documentationMichael Brown2005-05-181-4/+25
* | Document %mMichael Brown2005-05-181-0/+1
* | Linker symbols no longer defined in etherboot.hMichael Brown2005-05-181-4/+7
* | doxygen docs go in bin/docMichael Brown2005-05-181-1/+0Star
* | Hide __attribute__ from doxygenMichael Brown2005-05-181-1/+11
* | Add EBADIMG, EIMGRET, ETIMEDOUT and EINVALMichael Brown2005-05-181-1/+6
* | doxygen.cfg also references ARCHMichael Brown2005-05-181-1/+4
* | Working to produce reasonably pretty codeMichael Brown2005-05-181-14/+24
* | doxygen doesn't allow us to do the --include compiler.h trick...Michael Brown2005-05-181-20/+20
* | Added doxygen comments and errno values.Michael Brown2005-05-181-29/+135
* | Added rules to generate documentation using doxygenMichael Brown2005-05-182-0/+214
* | Add DOXYGEN definition, comment out reference to not-yet-existent "image"Michael Brown2005-05-181-1/+2
* | There is no arch/i386/firmware/linuxbios directoryMichael Brown2005-05-181-1/+1
* | All files in here are auto-generatedMichael Brown2005-05-181-0/+1
* | Error numbers moved to errno.hMichael Brown2005-05-181-143/+2Star
* | First versionMichael Brown2005-05-171-0/+102
* | Added errno, strerror and the "%m" printf metacharacter. These will allowMichael Brown2005-05-173-9/+180
|/
* Quickly hacked to use a buffer rather than a processor.Michael Brown2005-05-172-39/+41
* Update to use buffer rather than processorMichael Brown2005-05-171-40/+11Star
* Added const to fill_bufferMichael Brown2005-05-172-2/+2
* Updated to use buffer rather than processorMichael Brown2005-05-171-16/+7Star