aboutsummaryrefslogtreecommitdiff
path: root/ext2load
Commit message (Collapse)AuthorAge
* Fix usage of time_t and dev_t in ext2fs libFlorian Lohoff2009-04-26
|
* Add basic SNIRM supportFlorian Lohoff2009-04-26
| | | | | Add basic SNIRM support - Currently has a hardcoded boot location but you get the idea.
* Clean up usage of CHAR, Boolean, False, True in generic codeFlorian Lohoff2009-04-26
|
* Remove arc specific alternate partition searchFlorian Lohoff2009-04-26
| | | | | | This is a regression and needs solving. The right solution would be to get the prom_get_partition to return a list of partitions and try them all one after the other.
* 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.
* Seperate ARC prom calls from ext2io.cFlorian Lohoff2009-04-26
|
* Remove arc references from common libc and add an prom abstractionFlorian Lohoff2009-04-26
|
* Remove arc from the malloc function namesFlorian Lohoff2009-04-26
|
* Move libc functions into a pseudo libc away from libarcGuido Günther2009-04-26
|
* 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