summaryrefslogtreecommitdiff
path: root/utils/AMS/hacking/test.S (follow)
Commit message (Collapse)AuthorAge
* Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so ↵Dave Chapman2008-10-04
| | | | | | this should still work the same as before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
* Remove the dependency on sufficient free space in the padding at the end of ↵Dave Chapman2008-10-02
| | | | | | the firmware block by storing the ucl unpack function in the main firmware block, immediately before the compressed firmware image. Also simplify the memcpy function in test.S. This has been tested successfully on a Clip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18682 a1c6a512-1295-4272-9138-f99709370657
* It turns out that in-place UCL decompression isn't as easy as we thought, so ↵Dave Chapman2008-10-01
| | | | | | we copy the OF to an unused part of RAM before decompressing it. This works - I have successfully patched m300a-1.1.17A.bin and installed on my Clip with this code. Thanks to Rafael Carre (funman) for the actual patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18679 a1c6a512-1295-4272-9138-f99709370657
* Bug fix #1 for mkamsboot - pass the correct parameters to the ucl unpack ↵Dave Chapman2008-10-01
| | | | | | function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18676 a1c6a512-1295-4272-9138-f99709370657
* Untested (i.e. will almost certainly brick your device if you attempt to use ↵Dave Chapman2008-10-01
| | | | | | it) first attempt at making mkamsboot store the original firmware as a UCL compressed image. If it works, then this means we have about 40KB (depending on target and OF version) for our bootloader code. I repeat: This is UNTESTED and needs reviewing fully before attempting to install on a device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18675 a1c6a512-1295-4272-9138-f99709370657
* Some tools for hacking Sansa V2 (AMS) firmware files and injecting our own code.Dave Chapman2008-05-11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17464 a1c6a512-1295-4272-9138-f99709370657