summaryrefslogtreecommitdiff
path: root/firmware/decompressor
AgeCommit message (Expand)Author
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero
2011-11-09Fix assembler .size directives. Currently used binutils don't complain, but 2...Boris Gjenero
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-11-07Fix tabs galore.Jens Arnold
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold
2008-11-01Shave off another 4 instructions (8 bytes).Jens Arnold
2008-10-29Save another 4 bytes without sacrificing performance by subroutine rearrangem...Jens Arnold
2008-10-28Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ...Jens Arnold
2008-09-25Make a local function static.Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-10-28Make the build process informative again for 'make' 3.80 and earlier. Those '...Jens Arnold
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold
2006-03-07Fixed dependency problem in compressed firmware build. (archos recorder v1)Jens Arnold
2006-02-13Hopefully fix highly parallel build of recorder 8mbBrandon Low
2005-12-05Adjusted the decompressor work to build a compressed image for the ArchosDaniel Stenberg
2005-11-30Self-extracting loader: Cleaner method for inclusion of the UCL-compressed im...Jens Arnold
2005-11-28Fixed self-extracting loader: (1) Proper startup code, ensuring the stack poi...Jens Arnold
2005-11-27Archos targets: Self-extractor for on-disk firmware images to work around the...Jens Arnold