pwpiwi
|
0fa01ec7da
|
Compress the .data section as well (saves another 4KBytes and comes for free)
zlib tuning: prevent fpga_compress from generating fixed code blocks
armsrc/Makefile: replace osimage with fullimage
|
2015-05-26 08:31:32 +02:00 |
|
pwpiwi
|
28b9faccea
|
Tailor zlib to our needs:
- disable support for fixed code blocks. Saves 2KByte code tables in ARM Flash memory
|
2015-05-26 08:31:30 +02:00 |
|
pwpiwi
|
f39198789b
|
replaced gzip with an own compressor tool (fpga_compress.c, based on zlib)
This allows to remove the gzip header support and the z_crc32.[ch] files
(which saves more than 2KBytes of the ARM's flash memory)
|
2015-05-26 08:31:26 +02:00 |
|
pwpiwi
|
25056d8b47
|
Finish support for compressed FPGA images in fpgaloader.c
- move zlib source files to separate directory zlib
- rename zlib/crc32.[ch] to zlib/z_crc32.[ch]
|
2015-05-26 08:31:24 +02:00 |
|