summaryrefslogtreecommitdiff
path: root/ext2load
Commit message (Collapse)AuthorAge
* Ease building on non MIPS platformsGuido Günther2011-06-19
|
* Split CFLAGS to ease compilation on other platformsGuido Günther2011-06-19
|
* Reduced amount of #ifdef'ed codeGuido Günther2011-06-19
|
* Mark unused parameters as __attribute__((unused))Guido Günther2011-06-17
| | | | or remove them if not part of the ext2lib ABI
* Use -WextraGuido Günther2011-06-17
|
* Drop .gnu.att which is LOAD and virtual address 0Florian Lohoff2009-01-11
|
* Explicitly give in the args of the start64 asm stubFlorian Lohoff2009-01-11
| | | | | otherwise newer compilers optimize away the usage and there is a crash on start of the kernel and/or no kernel command line args.
* Remove print_loadaddr and print_outputformatFlorian Lohoff2009-01-11
| | | | replace by makefile defines
* make initrd_addr an unsigned long to avoid unnecessary castsGuido Guenther2007-11-21
|
* arcboot initrd support patchJulien BLACHE2007-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Guido, Attached is a proposed patch for initrd support in arcboot. It's mostly based on an old patch submitted long ago, with some changes. I'm using what should be the max page size for the machine to align the initrd address, that's the offset of the first section of the ELF image (found that in IRIX' elf manpage, thought it'd be nice to be able to load kernels with different page sizes). I've changed the order of the params[] array slightly to add the initrd to the mix. It looks like gcc 4.2 brings a ton of new warnings while building arcboot :/ Tested on IP22 with a standard debian initrd. JB. -- Julien BLACHE <jblache@debian.org> | Debian, because code matters more Debian & GNU/Linux Developer | <http://www.debian.org> Public key available on <http://www.jblache.org> - KeyID: F5D6 5169 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 Signed-off-by: Guido Guenther <agx@sigxcpu.org>
* disable strict aliasing until ext2io.c is cleaned upGuido Guenther2007-11-21
|
* fix some warningsGuido Guenther2007-11-21
|
* LoadProgramSegments64: add casts to unsigned long so the address and size ↵Guido Guenther2007-11-21
| | | | for .bss is calculated correctly
* Imported Debian version 0.3.8.80.3.8.8Guido Guenther2006-11-18