summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2008-11-21Added LANG_O to simulators as well.Björn Stenberg1-4/+5
2008-11-21Altered mkdepfile to use a single gcc call and post-process the output. This ...Björn Stenberg3-7/+35
2008-11-21Added a proper rule for rockbox-info.txtBjörn Stenberg1-2/+7
2008-11-21FS#9566: Change regex to make it work on old versions of sed.Björn Stenberg1-1/+1
2008-11-20Bootbox needs --gc-sections.Björn Stenberg1-1/+2
2008-11-20.map and .bin files have moved to the root.Björn Stenberg1-4/+4
2008-11-20Disabled input section garbage collection in linker for now. This makes sansa...Björn Stenberg1-2/+2
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg7-227/+409
2008-11-17Remove iAudio references from the Cowon D2 build, since it is not an iAudio b...Rob Purchase1-3/+3
2008-11-17Patch FS#9556 by Alex Bennee - clean up buildzip.plLinus Nielsen Feltzing1-59/+27
2008-11-11Add more driver stubs to make the Fuze and e200v2 main builds compile; Correc...Dave Chapman1-1/+1
2008-11-11FS#9535 - Sansa Fuze simJonathan Gordon1-1/+1
2008-11-11fix configure for the same changeJonathan Gordon1-1/+1
2008-11-11fix scramble to use m2v4 instead of m2v2 for the m200v4/2/ams targetJonathan Gordon1-2/+2
2008-11-10make m200v4 build compilable.Dominik Wenger1-0/+1
2008-11-10"mv m200v2 m200v4"Daniel Stenberg1-4/+4
2008-11-10First minor step: the m200v2 is now officially known as m200v4 to matchDaniel Stenberg1-2/+2
2008-11-09Sansav2 BootloaderRafaël Carré1-1/+1
2008-11-08Make genlang emit a warning if a translation file has an dest string for a ph...Jonas Häggqvist1-0/+3
2008-11-05compressed the target menu to use less vertical lines and thus less spaceDaniel Stenberg1-24/+19
2008-11-05I missed zip.Björn Stenberg1-1/+1
2008-11-05The zip, 7zip etc targets now make sure the target is built before zipping.Björn Stenberg1-4/+4
2008-11-04Changes to simulator installation, 'make fullinstall' is now the way to insta...Nils Wallménius2-3/+21
2008-11-04svnversion.sh: extracts the revision number from git-svn repositoriesRafaël Carré1-1/+19
2008-11-03Makefile overhaul. All generated bitmaps are now explicitly in OBJDIR/bitmaps...Björn Stenberg1-0/+2
2008-11-03Tweak for German TTS engines.Jens Arnold1-0/+1
2008-11-01Oops, use the correct -add option to scramble for the Fuze.Dave Chapman1-1/+1
2008-11-01Add Sansa Fuze to the build system, including a first (untested) attempt at a...Dave Chapman2-1/+25
2008-10-31Sansa Clip simulatorRafaël Carré1-0/+1
2008-10-31Make mkinfo.pl work for bootloader buildsDave Chapman1-3/+9
2008-10-30Use CFLAGS=-U_FORTIFY_SOURCE for binutils and gcc configurationRafaël Carré1-2/+4
2008-10-29Make rockboxdev.sh abort as soon as an error is encounteredRafaël Carré1-0/+6
2008-10-29set "CPPFLAGS=-U_FORTIFY_SOURCE" when the gcc configure is invoked to make itDaniel Stenberg1-1/+3
2008-10-29First version of script to build crosscompiled Windows sims. Basically aJonas Häggqvist1-0/+144
2008-10-28Fix the target pattern matching in genlang. Not sure if it is the 'right' fix...Magnus Holmgren1-1/+1
2008-10-28Make the e200v2 simulator compile - an easy job as the apps/ code is identica...Dave Chapman1-2/+3
2008-10-28Correct the t_model variable for the e200v2Dave Chapman1-1/+1
2008-10-28Sansav2 : initializes SDRAMRafaël Carré1-3/+3
2008-10-21Add c200 erase tools. The resulting .bin files can be run from e200toolFrank Gevaerts1-0/+21
2008-10-20run this script in your build dir to get a summary table presented with memoryDaniel Stenberg1-0/+58
2008-10-19Correct the model numbers used for the Sansa V2 targets - these are MODEL_NUM...Dave Chapman1-3/+3
2008-10-19Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently u...Dave Chapman2-1/+45
2008-10-14This is my initial commit of the scripts I used to make the 3.0 releaseDaniel Stenberg5-0/+435
2008-10-12Fix a couple of factual inaccuracies in the M200 build.Rob Purchase1-1/+1
2008-10-12Make mkamsboot safer by introducing the use of ".sansa" files to store Sansa ...Dave Chapman2-15/+21
2008-10-12Rename the clip directory to sansa-clip to be consistent with the first (Port...Dave Chapman1-1/+1
2008-10-12Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and Fra...Dave Chapman1-0/+21
2008-10-11Make the MIPS toolchain build on gcc 4.3+.Jens Arnold1-1/+4
2008-10-08Use internal function 'findtool' instead of external command 'which'. Removes...Jens Arnold1-7/+7
2008-10-06Let 'configure' figure out the full path to the various tools if possible. Th...Jens Arnold1-2/+21