aboutsummaryrefslogtreecommitdiffstats
path: root/loader.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-20uImage: only try to load 'kernel' images (Hollis Blanchard)aliguori1-4/+4
2008-11-20uImage: rename load_uboot() to load_uimage() (Hollis Blanchard)aliguori1-2/+2
2008-11-20uImage: return base load address (Hollis Blanchard)aliguori1-1/+5
2008-11-20uImage: implement gzip support (Hollis Blanchard)aliguori1-4/+136
2008-11-20uImage: don't leak file data or file descriptor (Hollis Blanchard)aliguori1-9/+10
2008-10-22Use load address when loading ELF images.pbrook1-3/+3
2008-05-12Remove most uses of phys_ram_base (initial patch by Ian Jackson)blueswir11-4/+87
2007-11-18Add statics and missing #includes for prototypes.pbrook1-0/+1
2007-11-17Break up vl.h.pbrook1-1/+1
2007-10-17Cast ELF datatypes properly to host 64bit types.ths1-0/+3
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-1/+1
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-3/+3
2007-04-01Improved initrd support for mips.ths1-3/+5
2007-03-06Simple u-boot image loading support.pbrook1-0/+78
2006-12-23Check ELF binaries for machine type and endianness.ths1-2/+10
2006-05-07win32 fixbellard1-1/+1
2006-04-26added entry parameter to ELF loaderbellard1-3/+4
2006-04-23generic ELF loaderbellard1-0/+234