summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/image.h
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-3/+2Star
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-1/+4
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-0/+9
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-171-1/+6
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-0/+14
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-6/+23
* Quick hack to get image booting working againMichael Brown2007-06-281-0/+1
* Added (non-functional) reference count to struct imageMichael Brown2007-05-011-0/+24
* Can almost start a kernel now. It dies with "No setup signature found"Michael Brown2007-01-141-0/+1
* Replace image->entry with image->priv.Michael Brown2007-01-141-2/+5
* Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown2007-01-121-1/+1
* Rearrange struct image to reflect usage of the fieldsMichael Brown2007-01-121-7/+4Star
* API change: the raw image will no longer be (hypothetically) discardedMichael Brown2007-01-121-4/+2Star
* Force probing of multiboot before ELF.Michael Brown2007-01-121-8/+20
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-8/+0Star
* Add free_imageMichael Brown2007-01-121-0/+1
* Added IMAGE_LOADED flag and find_image()Michael Brown2007-01-121-0/+7
* Place command-line inline, to save on memory allocation hassles.Michael Brown2007-01-121-1/+12
* Provide registration mechanism for loaded images, so that we can e.g.Michael Brown2007-01-121-17/+44
* Add command line that can be passed to executed images.Michael Brown2007-01-111-0/+3
* Limit -ENOEXEC to mean "this is not in my format".Michael Brown2007-01-111-0/+8
* Rename "image" field to "data", because "image->image" is just confusing.Michael Brown2007-01-111-1/+1
* Move include/image.h to include/gpxe/image.hMichael Brown2007-01-111-0/+60