aboutsummaryrefslogtreecommitdiff
path: root/ext2load/loader.c
Commit message (Collapse)AuthorAge
* Fix usage of time_t and dev_t in ext2fs libFlorian Lohoff2009-04-26
|
* Clean up usage of CHAR, Boolean, False, True in generic codeFlorian Lohoff2009-04-26
|
* Move arg handling to prom codeFlorian Lohoff2009-04-26
|
* Abstract cache flush, reset and interactiveFlorian Lohoff2009-04-26
|
* Move memory init, Fatal and Wait into prom specificFlorian Lohoff2009-04-26
| | | | | Abstract memory initialization into prom specific code. Put Fatal and Wait into prom specific code.
* Remove arc from the malloc function namesFlorian Lohoff2009-04-26
|
* 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.
* 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>
* 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