summaryrefslogtreecommitdiffstats
path: root/firmware/decompressor/decompressor.c
AgeCommit message (Collapse)AuthorFilesLines
2008-10-28Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ↵Jens Arnold1-67/+2
- less than half the size of the compiled C function, and ~45% faster. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18904 a1c6a512-1295-4272-9138-f99709370657
2008-09-25Make a local function static.Jens Arnold1-4/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18639 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2005-11-30Self-extracting loader: Cleaner method for inclusion of the UCL-compressed ↵Jens Arnold1-7/+6
image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8109 a1c6a512-1295-4272-9138-f99709370657
2005-11-28Fixed self-extracting loader: (1) Proper startup code, ensuring the stack ↵Jens Arnold1-23/+10
pointer is set to the desired location. (2) Code cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8103 a1c6a512-1295-4272-9138-f99709370657
2005-11-27Archos targets: Self-extractor for on-disk firmware images to work around ↵Jens Arnold1-0/+150
the file size limit. Re-uses rockbox.ucl. Not yet integrated with build system. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8089 a1c6a512-1295-4272-9138-f99709370657