summaryrefslogtreecommitdiffstats
path: root/tools/creative.c
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06fix yellowsAmaury Pouly1-1/+0
Change-Id: Ie27d3aa7d2485b4eb053af48ba34ad6526bf6472
2013-10-22tools/scramble: add support for a couple more Creative devicesAmaury Pouly1-1/+5
This is mostly for consistency, this tool will be unused by the newer targets. Also update the usage() display to mention -no-ciff Change-Id: I4500f5fdce771ad3c53701a0bbaace916e88759d
2008-08-26Fix compiling on *BSD targets (and probably others too)Maurus Cuelenaere1-6/+97
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18346 a1c6a512-1295-4272-9138-f99709370657
2008-08-03Prepare Creative bootloader compilation for future dual boot integrationMaurus Cuelenaere1-11/+28
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18187 a1c6a512-1295-4272-9138-f99709370657
2008-07-16Fix for OS X compilationMaurus Cuelenaere1-0/+4
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18073 a1c6a512-1295-4272-9138-f99709370657
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
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-05-17Try making binsize smaller and fix pointer problemMaurus Cuelenaere1-2/+2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17556 a1c6a512-1295-4272-9138-f99709370657
2008-05-17Try fixing yellow..Maurus Cuelenaere1-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17554 a1c6a512-1295-4272-9138-f99709370657
2008-05-17Use OF's firmware loading mechanism instead of Rockbox's.Maurus Cuelenaere1-67/+77
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17553 a1c6a512-1295-4272-9138-f99709370657
2008-05-12Previous commit wasn't enough; this should do it...Maurus Cuelenaere1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17483 a1c6a512-1295-4272-9138-f99709370657
2008-05-12Fix typo.Maurus Cuelenaere1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17482 a1c6a512-1295-4272-9138-f99709370657
2008-05-05Clear out confusion about UTF8<->ANSI in tools/creative.cMaurus Cuelenaere1-0/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17385 a1c6a512-1295-4272-9138-f99709370657
2008-04-24Add support for the Creative ZEN and renew the way firmwares are Maurus Cuelenaere1-35/+54
created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17239 a1c6a512-1295-4272-9138-f99709370657
2008-04-09Change HMAC-SHA1 implementation to the one taken from gnulib, which Maurus Cuelenaere1-2/+2
contains a more clear copyright notice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17054 a1c6a512-1295-4272-9138-f99709370657
2008-04-09more code policing to stop warnings when built with -W -WallDaniel Stenberg1-3/+3
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17048 a1c6a512-1295-4272-9138-f99709370657
2008-04-09Code Police raid: -W -Wall cleansingDaniel Stenberg1-11/+35
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17045 a1c6a512-1295-4272-9138-f99709370657
2008-04-09include string.h for the memory functions to fix yellowsDaniel Stenberg1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17044 a1c6a512-1295-4272-9138-f99709370657
2008-04-09Fix yellowMaurus Cuelenaere1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17043 a1c6a512-1295-4272-9138-f99709370657
2008-04-09First commit:Maurus Cuelenaere1-0/+159
* add Creative (ZVM, 60GB, ZV, ZVW, ZENV) support to scramble * update configure to the correct values git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17042 a1c6a512-1295-4272-9138-f99709370657