summaryrefslogtreecommitdiff
path: root/utils/AMS/hacking/mkamsboot.c (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
* Correct the content of an error message (thanks to Jens for spotting) and ↵Dave Chapman2008-10-01
| | | | | | fix a warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18678 a1c6a512-1295-4272-9138-f99709370657
* We need to strip the header (26 bytes) from the UCL file - based on the ↵Dave Chapman2008-10-01
| | | | | | information in tools/ucl2src.pl. Also add some sanity checking of the UCL file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18677 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
* We don't know how to increase the firmware size, so abort instead of ↵Dave Chapman2008-09-29
| | | | | | creating a bricking firmware. Suggested by Rafaël Carré (funman). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18663 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