summaryrefslogtreecommitdiff
path: root/tools/mi4.c
AgeCommit message (Collapse)Author
2020-06-07mi4: Correct a build warning/error that pops up on stricter hostsSolomon Peachy
Change-Id: Ibf549472aa75a1f5e63eccb5ca7974dec506710f
2010-06-29Remove some redundant #include'sBertrik Sikken
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27183 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
later. We still need to hunt down snippets used that are not. 1324 modified files... http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-06/0060.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17847 a1c6a512-1295-4272-9138-f99709370657
2008-04-09Code PolicingDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17046 a1c6a512-1295-4272-9138-f99709370657
2007-03-15The mi4 CRC should start at 0x200, not 0x1c.Barry Wardell
Also fix copy-paste error in comment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12779 a1c6a512-1295-4272-9138-f99709370657
2007-03-14Add support for scramble to put a 4 character string indicating binary type ↵Barry Wardell
and the 4 character model id at the end of the mi4 header. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12760 a1c6a512-1295-4272-9138-f99709370657
2007-02-23support scrambling for the Sansa R modelsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12465 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Add generation of .mi4 files - the generic PortalPlayer firmware format used ↵Dave Chapman
by the iriver H10, Sansa E200 etc. Based on the documentation available at http://daniel.haxx.se/sansa/mi4.html and examination of files produced by mkmi4.sh git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10816 a1c6a512-1295-4272-9138-f99709370657