aboutsummaryrefslogtreecommitdiff
path: root/tip22
Commit message (Collapse)AuthorAge
* Remove .cvsignore filesHEADmasterGuido Günther2011-07-06
|
* Drop .gnu.att section mapped add VMA 0Guido Günther2011-06-19
|
* Disable strict-aliasing as in arcbootGuido 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
|
* Fix address substitution for IP32Guido Günther2011-06-16
| | | | it was being handled as IP22 in tip22
* Move the tip22 image to 0x89702000 on IP22Guido Günther2011-06-16
| | | | | | as described in #452798. Thanks to Edwin Kwan for analyzing this.
* Remove print_loadaddr and print_outputformatFlorian Lohoff2009-01-11
| | | | replace by makefile defines
* 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
|
* Imported upstream version 0.3.9.1nmu/0.3.9.1nmuGuido Günther2008-02-16
|
* README: don't mention kernel patches here eitherGuido Guenther2007-11-25
|
* tftpload.c: fix misleading printoutsGuido Guenther2007-11-25
|
* remove kernel patches to parse the command lineGuido Guenther2007-11-21
| | | | they've been in 2.6 since ages
* same for tip22Guido Guenther2007-11-21
|
* Imported Debian version 0.3.8.80.3.8.8Guido Guenther2006-11-18