aboutsummaryrefslogtreecommitdiff
path: root/ext2load
Commit message (Collapse)AuthorAge
* 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