aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Build arcboot.snirm and install it when on SNI RMsnirmFlorian Lohoff2009-04-26
|
* 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
|
* don't build tip22 speciallyFlorian Lohoff2009-04-26
| | | | so we can make debian/rules more straightforward
* add pt_BR debconf translationGuido Günther2009-01-24
| | | | | Closes: #511883 Thanks: Eder L. Marques
* 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
* Add strcat and memmove for newer libext2fsFlorian Lohoff2009-01-11
|
* document changes and release 0.3.12debian/0.3.12Guido Günther2008-11-23
|
* fix maintainerGuido Günther2008-11-23
|
* Update danish translationGuido Günther2008-11-21
| | | | | Thanks: Frank Damgaard Closes: Bug#506422
* Add italian debconf translationGuido Günther2008-11-21
| | | | | Thanks: vince Closes: Bug#506400
* Add nb debconf translationGuido Günther2008-11-20
| | | | | Thanks: Bjørn Steensrud Closes: Bug#505896
* Add Polish debconf translationGuido Günther2008-11-16
| | | | | Closes: #505865 Thanks: Łukasz Paździora
* Update nl translationGuido Guenther2008-09-29
| | | | | Closes: #500511 Thanks: Paul Gevers
* Update es translationGuido Guenther2008-09-23
| | | | | Closes: #499871 Thanks: Francisco Javier Cuadrado
* Add Basque debconf translationGuido Guenther2008-09-20
| | | | | Closes: #499506 Thanks: Piarres Beobide
* Update cs translationGuido Guenther2008-09-20
| | | | | Closes: #499590 Thanks: Miroslav Kure
* document changes and release 0.3.110.3.11Guido Guenther2008-09-18
|
* clarify descriptionGuido Guenther2008-09-18
|
* bump standards versionGuido Guenther2008-09-18
|
* Update pt translationGuido Guenther2008-09-12
| | | | | Closes: #498650 Thanks: Miguel Figueiredo
* Add russion debconf translationGuido Guenther2008-08-15
| | | | | Closes: #495124 Thanks: Yuri Kozlov
* Update swedish translationGuido Guenther2008-07-23
| | | | | Closes: #491933 Thanks: Martin Bagge
* fix bugnumberGuido Guenther2008-02-21
|
* document changes and release0.3.10Guido Günther2008-02-16
|
* apply an IP22 tftploader hack so the kernel+d-i initrd fit into the reserved ↵Guido Günther2008-02-16
| | | | | | | | | | | | | | | | | | | | | space http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452798 Tip22 finds this memory map on IP22: 1) Free Memory(3) segment found at (0x88002000,0x88740000) 2) Free Memory(3) segment found at (0x88800000,0x89002000) 3) Free Memory(3) segment found at (0x896f2000,0x94000000) (1) is where the running kernel + initrd goes. (2) is where we tell the prom to download the tftpboot image to and (3) is lots of free space. The 64bit kernel (7MB) is just so much bigger than the 32bit one. This hack puts the tftp boot file into (3) and the initrd into (2) - it succesfully boots a kernel with an initramfs on my R5K Indy. I'll have to change some of the reservation code so we don't waste so much ram before I can fix this for real though.
* Revert the tftpload fix from 0.3.9.1 since it causes the the kernel to OOMGuido Günther2008-02-16
|
* Update Japanese translation (Closes: #463325)Guido Günther2008-02-16
|
* update German translation (Closes: #462681)Guido Günther2008-02-16
|
* Imported upstream version 0.3.9.1nmu/0.3.9.1nmuGuido Günther2008-02-16
|
* Update fr debconf translation - thanks to Christian Perrier (Closes: #452933)Guido Guenther2007-11-26
|
* document changes and release0.3.9Guido Guenther2007-11-25
|
* README: don't mention kernel patches here eitherGuido Guenther2007-11-25
|
* tftpload.c: fix misleading printoutsGuido Guenther2007-11-25
|
* debian/rules: remove unneeded debhelper commands to speedup the buildGuido Guenther2007-11-25
|
* no CVS anymoreGuido Guenther2007-11-21
|
* don't try to install noexistant examplesGuido Guenther2007-11-21
|
* add initrd exampleGuido Guenther2007-11-21
|
* remove kernel patches to parse the command lineGuido Guenther2007-11-21
| | | | they've been in 2.6 since ages