summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2008-06-28revert this commit until we find a better fixMarcoen Hirschberg1-2/+1
2008-06-28revert accidental commitMarcoen Hirschberg1-2/+2
2008-06-27initial Meizu M6SL port (take 2)Marcoen Hirschberg3-7/+35
2008-06-27My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). ...Mark Arigo2-2/+28
2008-06-21Add the Sansa c100 as a build target with basic drivers.Marc Guay2-2/+23
2008-06-18Factor out scramble / mkboot functions to allow easier reuse (for rbutil).Dominik Riebeling6-34/+116
2008-06-11Two fixes for crosscompiled win32 simulators: * Make crosscompiled sims a con...Jens Arnold1-12/+12
2008-05-31FS#9047 by Alex Wallis fixing a typoNils Wallménius1-1/+1
2008-05-22Move C linkage binding for c++ to exporting header files instead of includes.Dominik Riebeling3-4/+25
2008-05-21Philips GoGear SA9200 port. Working bootloader and normal builds, including s...Mark Arigo2-3/+31
2008-05-19Fix 2 warnings in mkbootNils Wallménius1-2/+0
2008-05-18remove unused scriptsDaniel Stenberg2-32/+0
2008-05-18FS#8637 - new UI for disktidy.Jonathan Gordon1-0/+1
2008-05-17Try making binsize smaller and fix pointer problemMaurus Cuelenaere1-2/+2
2008-05-17Try fixing yellow..Maurus Cuelenaere1-4/+5
2008-05-17Use OF's firmware loading mechanism instead of Rockbox's.Maurus Cuelenaere3-71/+83
2008-05-16Add beginning of DSP code (done by Catalin Patulea), but don't enable it Maurus Cuelenaere2-3/+192
2008-05-151) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB)Maurus Cuelenaere1-1/+1
2008-05-14Fix typoMaurus Cuelenaere1-1/+1
2008-05-14use unique modelnames for the two create zen vision m buildsDaniel Stenberg1-2/+2
2008-05-141) Use a separate config-<target>.h for Zen Vision(:M) (60GB)Maurus Cuelenaere2-3/+5
2008-05-141) Split ZVM into 30GB and 60GBMaurus Cuelenaere2-4/+31
2008-05-12Fix target_id problemMaurus Cuelenaere1-1/+1
2008-05-12Add (preliminary) Zen Vision support.Maurus Cuelenaere1-0/+25
2008-05-12Previous commit wasn't enough; this should do it...Maurus Cuelenaere1-1/+1
2008-05-12Fix typo.Maurus Cuelenaere1-1/+1
2008-05-12fix wrong variable casing.Dominik Riebeling1-1/+1
2008-05-12Add the Sansa M200 v1 as a target for checkwpsDave Chapman1-0/+1
2008-05-12extend Makefile to allow building checkwps on cygwin and MinGW. Make make cal...Dominik Riebeling2-4/+14
2008-05-12These should be const too, I believe.Steve Bavin1-2/+2
2008-05-10Ensure that tools are compiled before features - fixes an issue with bmp2rb a...Robert Keevil1-1/+1
2008-05-08Cleanup in tools/: Remove unused VB scripts and fix properties.Nicolas Pennequin10-285/+170
2008-05-05Clear out confusion about UTF8<->ANSI in tools/creative.cMaurus Cuelenaere1-0/+6
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin8-8/+8
2008-05-03Renamed build_tagcache to tagcache_build to make it consistent with the funct...Bertrik Sikken1-1/+1
2008-05-02Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX...Dave Chapman1-1/+25
2008-04-28Small tweak for festival to correct the spelling of 'A', fixes FS#8889Nils Wallménius1-1/+4
2008-04-28now build the ARM crosscompiler with support for big-endian targetsMarcoen Hirschberg1-1/+1
2008-04-24Commit whole Creative Zen Vision:M target tree + all related firmware/ Maurus Cuelenaere2-3/+7
2008-04-24Fixes tabbing/formatting.Maurus Cuelenaere1-1/+1
2008-04-24Add support for the Creative ZEN and renew the way firmwares are Maurus Cuelenaere2-38/+61
2008-04-21Unreverse Gigabeat S bootloader. Boot Rockbox with hold switch off.Michael Sevakis1-1/+1
2008-04-16Some general housekeeping. Fixed a few yellows, made the volume buttons work ...Will Robertson1-2/+2
2008-04-15Fix a (possibly gcc 3 only) warning.Steve Bavin1-1/+1
2008-04-10decrease the risk of an overflow due to typecase from unsigned to signedDaniel Stenberg1-2/+2
2008-04-10and fix yet another picky warningDaniel Stenberg1-1/+1
2008-04-10oopsDaniel Stenberg1-2/+2
2008-04-10make the compiles A LOT more picky and pedanticDaniel Stenberg1-15/+15
2008-04-10cleanup code for picky compiler warning optionsDaniel Stenberg7-46/+54
2008-04-09Change HMAC-SHA1 implementation to the one taken from gnulib, which Maurus Cuelenaere3-448/+557