| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add KEEP() around vectors in linker scripts. | Boris Gjenero | 2011-12-18 |
| | | | | | | | | | | | | Vectors are needed by the CPU, but they don't need to be accessed by Rockbox. Without the KEEP(), they can be removed when liking with --gc-sections, creating a broken binary without any warnings. This tells the linker to not remove them. It should enable use of --gc-sections for all targets. When not using --gc-sections, this does not change the binary. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31351 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | Use the asm optimised UCL decompressor for the flash bootloader as well. ↵ | Jens Arnold | 2008-10-30 |
| | | | | | | | Verified working on Player, Recorder v1, Ondio SP and Ondio FM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18928 a1c6a512-1295-4272-9138-f99709370657 | ||
| * | source code for all my flash stuff, now finally in cvs | Jörg Hohensohn | 2003-11-30 |
| git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4083 a1c6a512-1295-4272-9138-f99709370657 | |||