summaryrefslogtreecommitdiff
path: root/firmware/decompressor/decompressor.c (follow)
Commit message (Collapse)AuthorAge
* Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ↵Jens Arnold2008-10-28
| | | | | | - 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
* Make a local function static.Jens Arnold2008-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18639 a1c6a512-1295-4272-9138-f99709370657
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
| | | | | | | | | 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
* Self-extracting loader: Cleaner method for inclusion of the UCL-compressed ↵Jens Arnold2005-11-30
| | | | | | 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
* Fixed self-extracting loader: (1) Proper startup code, ensuring the stack ↵Jens Arnold2005-11-28
| | | | | | 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
* Archos targets: Self-extractor for on-disk firmware images to work around ↵Jens Arnold2005-11-27
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