summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2006-08-31Return 0 at the end of ipod_encode() - hopefully fix the build table errorsDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10824 a1c6a512-1295-4272-9138-f99709370657
2006-08-31H10 changes: power_off() now actually powers off. Fix wrong bitwise ↵Barry Wardell
operation when disabling sound. Fix filenames when building a bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10822 a1c6a512-1295-4272-9138-f99709370657
2006-08-31Add boottool and bootoutput variables to allow different a scrambling tool ↵Dave Chapman
and output filename when building a bootloader. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10820 a1c6a512-1295-4272-9138-f99709370657
2006-08-30add Gigabeat support to the scramble toolsMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10817 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
2006-08-30Brand new repolished menu for selecting target. Renumbered all options andDaniel Stenberg
I've tried to group them better and easier under each manufacturer. This also means that we've now entirely decoupled the menu selection number from the target_id number used within configure and passed along to the build system. I also hushed up the script before the main selection menu is written to the screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10814 a1c6a512-1295-4272-9138-f99709370657
2006-08-30Even when we don't encrypt a mi4 we still need to run the encrypt step so ↵Barry Wardell
that the crc gets updated. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10812 a1c6a512-1295-4272-9138-f99709370657
2006-08-30simplify the sansa mi4 too and added some attempts to documentation of theDaniel Stenberg
variables now than none of our current targets need/use encryption git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10802 a1c6a512-1295-4272-9138-f99709370657
2006-08-29We can tell some mi4 firmwares to use a full filelength plaintext so no need ↵Barry Wardell
to encrypt them. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10792 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Enable crosscompiling of the SDL simulator if a crosscompiled SDL is ↵Jonas Häggqvist
available (and its sdl-config is in $PATH). See FS#5858 for details. The binaries are quite large, which means that many codecs (and possibly plugins as well) won't work reliably. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10784 a1c6a512-1295-4272-9138-f99709370657
2006-08-281 - made the menu shorter on screenDaniel Stenberg
2 - made it possible to select target build using the short-but-unique target model name to allow our scripts to use this method as this will allow us to reorder the menu numbering without having that affect the automated scripts git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10782 a1c6a512-1295-4272-9138-f99709370657
2006-08-28Add Rockbox bootloader for H10Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10781 a1c6a512-1295-4272-9138-f99709370657
2006-08-25fixed the bootloader check to not have to get a huuuuge set of targets butDaniel Stenberg
instead rely on the archosrom variable which is already set for Archos-SH players git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10745 a1c6a512-1295-4272-9138-f99709370657
2006-08-21Make sure mkmi4.sh has the right output filename when building for 5GB H10.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10679 a1c6a512-1295-4272-9138-f99709370657
2006-08-21fix the H10 5GB mi4 creationDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10677 a1c6a512-1295-4272-9138-f99709370657
2006-08-19Add new build target for iriver H10 5/6Gb.Barry Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10661 a1c6a512-1295-4272-9138-f99709370657
2006-08-16Add 'make bin' target to avoid building codecs and pluginsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10612 a1c6a512-1295-4272-9138-f99709370657
2006-08-161. auto-detect and auto-use ccache if installed and present in $PATHDaniel Stenberg
2. slap on -fno-strict-aliasing for gcc 4.1.x builds to see if it HIDES some warnings. We really should fix the source code instead. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10609 a1c6a512-1295-4272-9138-f99709370657
2006-08-13m68k-elf-gcc 3.4.6 built on MacOS or Cygwin need a diable-68040 patch toDaniel Stenberg
work and this script now tries to do this git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10560 a1c6a512-1295-4272-9138-f99709370657
2006-08-12Compile for Iriver iFP with short calls.Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10554 a1c6a512-1295-4272-9138-f99709370657
2006-08-12initial gigabeat bootloader (only test code)Marcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10536 a1c6a512-1295-4272-9138-f99709370657
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10535 a1c6a512-1295-4272-9138-f99709370657
2006-08-11Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!Hristo Kovachev
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10521 a1c6a512-1295-4272-9138-f99709370657
2006-08-10make the script echo more about what it is doing (with a ROCKBOXDEV: prefix)Daniel Stenberg
to ease debugging when things go wrong somewhere git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10507 a1c6a512-1295-4272-9138-f99709370657
2006-08-03no need to echo the commandsDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10444 a1c6a512-1295-4272-9138-f99709370657
2006-08-03The sansa build now uses this new mi4 creation script, working as a frontendDaniel Stenberg
to the mi4code tool to do all steps from raw binary to complete mi4 file git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10429 a1c6a512-1295-4272-9138-f99709370657
2006-08-01First configure support for setting up iriver H10 and SanDisk Sansa e200Daniel Stenberg
builds. TARGET_TREE is now defined by the config-*.h file and not set by configure git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10397 a1c6a512-1295-4272-9138-f99709370657
2006-07-28X5 remote LCD drawing. This will break target linking atm - ↵Jens Arnold
lcd_remote_update[_rect]() are not yet implemented. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10347 a1c6a512-1295-4272-9138-f99709370657
2006-07-26Fix spellingLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10330 a1c6a512-1295-4272-9138-f99709370657
2006-07-22Add support for ipod 5g firmware partitions and untested support for ipod 3gDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10282 a1c6a512-1295-4272-9138-f99709370657
2006-07-21Initial support for creating ipod firmware partition images. Only tested on ↵Dave Chapman
an ipod photo so far, and will definitely not work on either a 3g or a 5g. If you never want to use the Apple firmware, you can create a firmware partition image containing just the Rockbox bootloader with the command "../tools/scramble -ipod bootloader/bootloader.bin bootloader.img" and then write bootloader.img to your firmware partition. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10275 a1c6a512-1295-4272-9138-f99709370657
2006-07-20Add new make targets to build the manual as html.Dominik Riebeling
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10265 a1c6a512-1295-4272-9138-f99709370657
2006-07-03Add the rockbox-full.zip file to the "make clean" rule (rockbox.zip is ↵Dave Chapman
already there). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10180 a1c6a512-1295-4272-9138-f99709370657
2006-06-28Forgot to remove test code for utf8Hardeep Sidhu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10151 a1c6a512-1295-4272-9138-f99709370657
2006-06-28Re-adding songdb.pl with support for tagcache. Works with mp3 and has ↵Hardeep Sidhu
partial support for ogg. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10150 a1c6a512-1295-4272-9138-f99709370657
2006-06-05Split the ondio manual two separate fm/sp manuals (as suggested in B#5499).Martin Arver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10062 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Use the correct compression when extracting gccLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10018 a1c6a512-1295-4272-9138-f99709370657
2006-05-30Added an "all" option that builds all cross-compiler in one go. Expect it toDaniel Stenberg
take a while... ;-) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10017 a1c6a512-1295-4272-9138-f99709370657
2006-05-29Check the download and prefix dirs somewhat before proceeding, output theDaniel Stenberg
info in a slightly nicer way. Mention that the download and prefix paths can be changed by editing the (top of the) script itself. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10015 a1c6a512-1295-4272-9138-f99709370657
2006-05-27verify that the download dir exists and is writable, or create it if it isDaniel Stenberg
missing git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10001 a1c6a512-1295-4272-9138-f99709370657
2006-05-27Added rockboxdev.shDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10000 a1c6a512-1295-4272-9138-f99709370657
2006-05-25for sh, get and apply the proper rockbox patch as wellDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9992 a1c6a512-1295-4272-9138-f99709370657
2006-05-20Use "make fullzip" when performing a simulator installDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9964 a1c6a512-1295-4272-9138-f99709370657
2006-05-15handy script that downloads, builds and installs a cross-compiler setup for youDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9940 a1c6a512-1295-4272-9138-f99709370657
2006-05-11Adding the rockbox file for all packages except the font-only packages mightDaniel Stenberg
be considered a cool idea. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9904 a1c6a512-1295-4272-9138-f99709370657
2006-05-10'make zip' no longer includes the fonts. 'make fontzip' makes a font packageDaniel Stenberg
only. 'make fullzip' makes a full zip including fonts. http://www.rockbox.org/mail/archive/rockbox-dev-archive-2006-05/0049.shtml git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9902 a1c6a512-1295-4272-9138-f99709370657
2006-05-01now use -Os with patched gccDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9856 a1c6a512-1295-4272-9138-f99709370657
2006-05-01Alert the user for gcc compiler version used for SH if not gcc4 with rockbox ↵Daniel Stenberg
patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9855 a1c6a512-1295-4272-9138-f99709370657
2006-04-27Fixed a bug where it didn't warn on lack of quotes as it was supposed to.Daniel Stenberg
Now this treats a string given without quotes as "" (but still warns about it). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9824 a1c6a512-1295-4272-9138-f99709370657
2006-04-20use 'ar' and 'ranlib' and not the variables that may be set to theDaniel Stenberg
cross-compiled versions! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9742 a1c6a512-1295-4272-9138-f99709370657