Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
03dd4b92be7dcd5c8ab06da3810887060e06abd5
/
firmware
/
decompressor
/
Makefile
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
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
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