Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
03dd4b92be7dcd5c8ab06da3810887060e06abd5
/
firmware
/
decompressor
ca9111e
Add KEEP() around vectors in linker scripts.
by Boris Gjenero
· 13 years ago
415f579
Fix assembler .size directives. Currently used binutils don't complain, but 2.21.1 treats these as errors.
by Boris Gjenero
· 13 years ago
c6b3d38
New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles.
by Björn Stenberg
· 16 years ago
97aef4c
Fix tabs galore.
by Jens Arnold
· 16 years ago
4944a1c
Common data must be included in .bss or it won't get zeroed in crt0. Fix the archos self-extractor as well to play safe.
by Jens Arnold
· 16 years ago
66f496c
Shave off another 4 instructions (8 bytes).
by Jens Arnold
· 16 years ago
9ae2561
Save another 4 bytes without sacrificing performance by subroutine rearrangement.
by Jens Arnold
· 16 years ago
2c52dee
Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler - less than half the size of the compiled C function, and ~45% faster.
by Jens Arnold
· 16 years ago
3a0e1ca
Make a local function static.
by Jens Arnold
· 16 years ago
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
e2022a2
Removed executable flag
by Linus Nielsen Feltzing
· 18 years ago
56e75be
Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning).
by Jens Arnold
· 18 years ago
a796260
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
by Jens Arnold
· 18 years ago
0cc8b71
Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible.
by Jens Arnold
· 18 years ago
761652a
Fixed dependency problem in compressed firmware build. (archos recorder v1)
by Jens Arnold
· 19 years ago
b55f20a
Hopefully fix highly parallel build of recorder 8mb
by Brandon Low
· 19 years ago
e1108ab
Adjusted the decompressor work to build a compressed image for the Archos
by Daniel Stenberg
· 19 years ago
4c38514
Self-extracting loader: Cleaner method for inclusion of the UCL-compressed image. The input image is now checked for correctness and converted to C source. The Makefile still needs fixing...
by Jens Arnold
· 19 years ago
104b81e
Fixed self-extracting loader: (1) Proper startup code, ensuring the stack pointer is set to the desired location. (2) Code cleanup.
by Jens Arnold
· 19 years ago
dbff1f2
Archos targets: Self-extractor for on-disk firmware images to work around the file size limit. Re-uses rockbox.ucl. Not yet integrated with build system.
by Jens Arnold
· 19 years ago