summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2006-11-12fds are pointers, not ints.Miika Pekkarinen1-1/+1
2006-11-10Changed the filename for determining the firmware root dir, as crt0.S no long...Jens Arnold1-1/+1
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold3-76/+8
2006-11-10Enable all Rockbox supported formats for the database command lineMiika Pekkarinen1-2/+3
2006-11-10Support building tagcache db natively on PC using the core of theMiika Pekkarinen2-1/+21
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski1-0/+3
2006-11-06I think I'm really done now.Jonas Häggqvist1-1/+1
2006-11-06Oops, only meant to change the error, not the shebangJonas Häggqvist1-1/+1
2006-11-06Last POSIX fix of the day. I think I'll never make that mistake again.Jonas Häggqvist1-3/+3
2006-11-06Another POSIX fix.Jonas Häggqvist1-2/+2
2006-11-04This should fix a problem with some shellsJonas Häggqvist1-1/+1
2006-11-03Include *.sh in tarballs.Jonas Häggqvist1-2/+1
2006-11-03Voice update, most useful for non-Windows systems. Voice file building using ...Jonas Häggqvist7-1/+1185
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon1-0/+9
2006-10-29Output the 'old make version' warning without prefix in order to not confuse ...Jens Arnold1-1/+1
2006-10-28Make the build process informative again for 'make' 3.80 and earlier. Those '...Jens Arnold3-2/+8
2006-10-28prevent the incorrect warnings displayed when -u was used, added additionalDaniel Stenberg1-8/+11
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold3-13/+10
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+1
2006-10-23Manual Makefile tweaks:Dominik Riebeling1-19/+28
2006-10-22Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debu...Jens Arnold1-1/+1
2006-10-22Speed up build process in general by using internal functions of make instead...Jens Arnold2-7/+7
2006-10-18Make -t support a range of "targets", which reallly should be one targetDaniel Stenberg1-14/+14
2006-10-17now only make bz2 archives, and rely on it being a GNU tar since we use theDaniel Stenberg1-4/+2
2006-10-16make mapzip creates a dedicated zip file with all the .map files from a buildDaniel Stenberg1-0/+4
2006-10-12Add some presets for the equalizer. Includes a Default preset that resets eve...Dan Everton1-0/+2
2006-10-10mention what download tools the script expectsDaniel Stenberg1-1/+2
2006-10-06Add 'make bin' to the 'make help' outputPeter D'Hoye1-0/+1
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell1-0/+28
2006-09-29Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell1-0/+6
2006-09-29Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell1-1/+10
2006-09-26die if the effective user doesn't have write permission in the install base dirDaniel Stenberg1-1/+2
2006-09-26clarify --littleendianDaniel Stenberg1-1/+2
2006-09-181. removed -g from default coldfire GCCOPTS (still active for debug builds).Rani Hod1-3/+4
2006-09-15Updated to work with latest version of tagcacheHardeep Sidhu1-7/+12
2006-09-09H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Impro...Barry Wardell1-1/+1
2006-09-04Use a better target cpu for gcc when building for coldfire targets. Makes the...Magnus Holmgren1-1/+1
2006-08-31make target_id for tpj1022 unique, 23 was already in useDaniel Stenberg1-1/+1
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman2-0/+31
2006-08-31Document the new boottool and bootoutput variablesDave Chapman1-0/+4
2006-08-31Return 0 at the end of ipod_encode() - hopefully fix the build table errorsDave Chapman1-0/+2
2006-08-31H10 changes: power_off() now actually powers off. Fix wrong bitwise operation...Barry Wardell1-2/+2
2006-08-31Add boottool and bootoutput variables to allow different a scrambling tool an...Dave Chapman1-1/+29
2006-08-30add Gigabeat support to the scramble toolsMarcoen Hirschberg6-7/+122
2006-08-30Add generation of .mi4 files - the generic PortalPlayer firmware format used ...Dave Chapman4-2/+229
2006-08-30Brand new repolished menu for selecting target. Renumbered all options andDaniel Stenberg1-49/+41
2006-08-30Even when we don't encrypt a mi4 we still need to run the encrypt step so tha...Barry Wardell1-2/+6
2006-08-30simplify the sansa mi4 too and added some attempts to documentation of theDaniel Stenberg1-4/+9
2006-08-29We can tell some mi4 firmwares to use a full filelength plaintext so no need ...Barry Wardell1-5/+12
2006-08-28Enable crosscompiling of the SDL simulator if a crosscompiled SDL is availabl...Jonas Häggqvist1-0/+4