- 75a1112 Implement the add/delete bootloader functionality. by Dave Chapman · 18 years ago
- a24b02c Bugfix - when opening a device as read/write, one should open a device as read/write. by Dave Chapman · 18 years ago
- cd06755 Use the correct length when extracting the firmware. Thanks again to Llorean for spotting. by Dave Chapman · 18 years ago
- 132b241 Ooops, I should compile things before committing. by Dave Chapman · 18 years ago
- 8f08f29 Correct a bug (thanks to Llorean for spotting) in read_partition and use the aligned global sectorbuf for the disk read in read_partinfo instead of a local variable by Dave Chapman · 18 years ago
- c5e30e1 Start to implement some functionality. You can now read/write the entire partition (as ipodpatcher used to do), extract the original firmware to an "apple_os.ipod" file, or replace the original firmware with either a Rockbox bootloader or Rockbox itself. Adding/Removing a bootloader isn't yet implemented. by Dave Chapman · 18 years ago
- c657504 Change the ipod bootloaders to be created as ".ipod" files - this will be the format required by the new version of ipodpatcher. Also change the bootloader filenames to include the model name. by Dave Chapman · 18 years ago
- 8280c8c Sector-size detection on Posix platforms - tested on Linux and Mac OS X. Based on patch #6433 by Bryan Childs. by Dave Chapman · 18 years ago
- 4b7e1e0 Work-in-progress towards a cross-platform ipodpatcher which will edit the firmware partition directly, incorporating the ipod_fw.c functionality. Tested successfully on win32 and Linux but it only lists the contents of the firmware partition at the moment - no actual reading or writing by Dave Chapman · 18 years ago
- 8a55822 Version 0.4b from 11 Dec 2006 - 0.4 broke win2k/winnt support, this patch restores it by Dave Chapman · 18 years ago
- 206238d Version 0.4 from 4 Dec 2006 - added sector-size detection and hence support for 5.5G ipods by Dave Chapman · 18 years ago
- 2c9c10e Version 0.3 from 30 Jan 2006 by Dave Chapman · 18 years ago
- 45895df Initial CVS commit ofipodpatcher - v0.2 release from 16 Jan 2006 by Dave Chapman · 18 years ago
- 440513a Stop building, and remove dumb as it has not changed state since its initial committed state by Martin Arver · 18 years ago
- 3f85262 Initial attempt at adding support for firmware images with 2048-byte sectors. Sector size is auto-detected, so both 5g and "5.5g" users can use the "-g video" (or its alias, "-g 5g") option to manipulate the firmware. I have tested this patch with 3G, 4G and 5G (512-byte sectors) and 5G (2048-byte sectors) images and it generates a "rockboot.bin" file with a matching MD5 checksum to either the previous version of ipod_fw.c, or the patched "ipod_fw_5.5g.c", as appropriate. by Dave Chapman · 18 years ago
- 7ccb505 Sync with ipodlinux CVS by Dave Chapman · 18 years ago
- 0e6dd7e Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deactivated serial remote code for recorder FM/V2 as there is no remote pin, saving ~500 bytes of code. by Jens Arnold · 18 years ago
- e43f56b Change default filenames from tagcache to database by Jonas Häggqvist · 18 years ago
- d3069d0 Use scramble for normal Sansa builds by Daniel Ankers · 18 years ago
- 069c54d Build wavtrim and voicefont when building voicefile. by Jonas Häggqvist · 18 years ago
- ee61057 Use gmake rather than make, if available. Patch FS#6340 by Lutz Böhne by Jonas Häggqvist · 18 years ago
- 2502e68 Correct the colours in the logo on Sansa by Daniel Ankers · 18 years ago
- 210fb6a Fix sh2d to work properly on non-32bit hosts. by Jens Arnold · 18 years ago
- f752a5a Check if file has already been removed from DB when manually invoking by Miika Pekkarinen · 18 years ago
- 5970ffc Remove rootdir guessing since it's no longer necessary to guess. by Jonas Häggqvist · 18 years ago
- f45982a Fix an error in configure when run from strange places. by Jonas Häggqvist · 18 years ago
- 3875b57 fds are pointers, not ints. by Miika Pekkarinen · 18 years ago
- b3d2017 Changed the filename for determining the firmware root dir, as crt0.S no longer exists. We need a less tree dependent check.... by Jens Arnold · 18 years ago
- 780f79e Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately. by Jens Arnold · 18 years ago
- cdc2c3b Enable all Rockbox supported formats for the database command line utility. by Miika Pekkarinen · 18 years ago
- 0dd7ea2 Support building tagcache db natively on PC using the core of the by Miika Pekkarinen · 18 years ago
- 6e992ab Target tree support for Iriver iFP. by Tomasz Malesinski · 18 years ago
- e543901 I think I'm really done now. by Jonas Häggqvist · 18 years ago
- 08f4a42 Oops, only meant to change the error, not the shebang by Jonas Häggqvist · 18 years ago
- 8ff1d63 Last POSIX fix of the day. I think I'll never make that mistake again. by Jonas Häggqvist · 18 years ago
- 519461c Another POSIX fix. by Jonas Häggqvist · 18 years ago
- 18797f6 This should fix a problem with some shells by Jonas Häggqvist · 18 years ago
- 1fdb522 Include *.sh in tarballs. by Jonas Häggqvist · 18 years ago
- da071d0 Voice update, most useful for non-Windows systems. Voice file building using Festival, Flite or eSpeak from the configure script. Compressing with Speex and Vorbis possible, but won't create useable voicefiles. Adds voicefont.c and wavtrim.c by Jörg Hohensohn. Also includes a script to generate talk clips. by Jonas Häggqvist · 18 years ago
- cad563b move the iriver h1x0/h3x0 button driver to target tree by Jonathan Gordon · 19 years ago
- 3b54ab3 Output the 'old make version' warning without prefix in order to not confuse the build colouring script. by Jens Arnold · 19 years ago
- 56e75be Make the build process informative again for 'make' 3.80 and earlier. Those 'make' versions are back to lower build speed (same as before my Makefile tuning). by Jens Arnold · 19 years ago
- dd0e6e7 prevent the incorrect warnings displayed when -u was used, added additional by Daniel Stenberg · 19 years ago
- a796260 Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less. by Jens Arnold · 19 years ago
- d1ce4e7 Consistent style of 'make' messages. Always use ranlib after ar. by Jens Arnold · 19 years ago
- abac739 Manual Makefile tweaks: by Dominik Riebeling · 19 years ago
- 43528c7 Make the SDL simulator a console app on cygwin, and circumvent SDL_main. Debug output finally appears on the console again. by Jens Arnold · 19 years ago
- 0cc8b71 Speed up build process in general by using internal functions of make instead of spawning sub-shells where possible. by Jens Arnold · 19 years ago
- 537c90b Make -t support a range of "targets", which reallly should be one target by Daniel Stenberg · 19 years ago
- d77ae1d now only make bz2 archives, and rely on it being a GNU tar since we use the by Daniel Stenberg · 19 years ago
- 55d1675 make mapzip creates a dedicated zip file with all the .map files from a build by Daniel Stenberg · 19 years ago
- 65ef2db Add some presets for the equalizer. Includes a Default preset that resets everything. From FS#6113, thanks to David Quesada. by Dan Everton · 19 years ago
- d28be08 mention what download tools the script expects by Daniel Stenberg · 19 years ago
- ae3d785 Add 'make bin' to the 'make help' output by Peter D'Hoye · 19 years ago
- d4945dc Move all iPod targets into the target tree. FS#5890 by Barry Wardell · 19 years ago
- ce74dc0 Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. by Barry Wardell · 19 years ago
- 64f949f Allow UI simulator to be build on OS (Slightly updated version of FS5767) by Barry Wardell · 19 years ago
- af401c2 die if the effective user doesn't have write permission in the install base dir by Daniel Stenberg · 19 years ago
- d76a1e9 clarify --littleendian by Daniel Stenberg · 19 years ago
- f2d3869 1. removed -g from default coldfire GCCOPTS (still active for debug builds). by Rani Hod · 19 years ago
- b0a6015 Updated to work with latest version of tagcache by Hardeep Sidhu · 19 years ago
- 24ca76f H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB. by Barry Wardell · 19 years ago
- 4ae9655 Use a better target cpu for gcc when building for coldfire targets. Makes the code slightly smaller and slightly faster. Tested with gcc 3.4.6 and 4.0.3. You'll need to re-run configure for this to be applied. by Magnus Holmgren · 19 years ago
- 141b60d make target_id for tpj1022 unique, 23 was already in use by Daniel Stenberg · 19 years ago
- 657dcb5 Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target. by Dave Chapman · 19 years ago
- 6af8603 Document the new boottool and bootoutput variables by Dave Chapman · 19 years ago
- 576d1c9 Return 0 at the end of ipod_encode() - hopefully fix the build table errors by Dave Chapman · 19 years ago
- 3d10a81 H10 changes: power_off() now actually powers off. Fix wrong bitwise operation when disabling sound. Fix filenames when building a bootloader. by Barry Wardell · 19 years ago
- 8094951 Add boottool and bootoutput variables to allow different a scrambling tool and output filename when building a bootloader. by Dave Chapman · 19 years ago
- ae8d475 add Gigabeat support to the scramble tools by Marcoen Hirschberg · 19 years ago
- 530f31d Add generation of .mi4 files - the generic PortalPlayer firmware format used 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 by Dave Chapman · 19 years ago
- c704db6 Brand new repolished menu for selecting target. Renumbered all options and by Daniel Stenberg · 19 years ago
- e4e4219 Even when we don't encrypt a mi4 we still need to run the encrypt step so that the crc gets updated. by Barry Wardell · 19 years ago
- ea4ed49 simplify the sansa mi4 too and added some attempts to documentation of the by Daniel Stenberg · 19 years ago
- f3d5b51 We can tell some mi4 firmwares to use a full filelength plaintext so no need to encrypt them. by Barry Wardell · 19 years ago
- 04f07fe Enable crosscompiling of the SDL simulator if a crosscompiled SDL is available (and its sdl-config is in $PATH). See FS#5858 for details. by Jonas Häggqvist · 19 years ago
- 69c9d62 1 - made the menu shorter on screen by Daniel Stenberg · 19 years ago
- 1920df3 Add Rockbox bootloader for H10 by Barry Wardell · 19 years ago
- a3ba672 fixed the bootloader check to not have to get a huuuuge set of targets but by Daniel Stenberg · 19 years ago
- 2f2c280 Make sure mkmi4.sh has the right output filename when building for 5GB H10. by Barry Wardell · 19 years ago
- 9913913 fix the H10 5GB mi4 creation by Daniel Stenberg · 19 years ago
- 99c2dc5 Add new build target for iriver H10 5/6Gb. by Barry Wardell · 19 years ago
- f52e03f Add 'make bin' target to avoid building codecs and plugins by Linus Nielsen Feltzing · 19 years ago
- 4902996 1. auto-detect and auto-use ccache if installed and present in $PATH by Daniel Stenberg · 19 years ago
- b91b410 m68k-elf-gcc 3.4.6 built on MacOS or Cygwin need a diable-68040 patch to by Daniel Stenberg · 19 years ago
- 17972c9 Compile for Iriver iFP with short calls. by Tomasz Malesinski · 19 years ago
- 0a06824 initial gigabeat bootloader (only test code) by Marcoen Hirschberg · 19 years ago
- dd75488 update the gigabeat code and move to target_tree by Marcoen Hirschberg · 19 years ago
- 9dc0e62 Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! by Hristo Kovachev · 19 years ago
- 19fe37d make the script echo more about what it is doing (with a ROCKBOXDEV: prefix) by Daniel Stenberg · 19 years ago
- 7e25843 no need to echo the commands by Daniel Stenberg · 19 years ago
- ca4bd6f The sansa build now uses this new mi4 creation script, working as a frontend by Daniel Stenberg · 19 years ago
- 95ea758 First configure support for setting up iriver H10 and SanDisk Sansa e200 by Daniel Stenberg · 19 years ago
- 05ddd9a X5 remote LCD drawing. This will break target linking atm - lcd_remote_update[_rect]() are not yet implemented. by Jens Arnold · 19 years ago
- b98b895 Fix spelling by Linus Nielsen Feltzing · 19 years ago
- 3ba16cb Add support for ipod 5g firmware partitions and untested support for ipod 3g by Dave Chapman · 19 years ago
- c52ae7a Initial support for creating ipod firmware partition images. Only tested on 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. by Dave Chapman · 19 years ago
- 9413c2a Add new make targets to build the manual as html. by Dominik Riebeling · 19 years ago
- 9ad33fe Add the rockbox-full.zip file to the "make clean" rule (rockbox.zip is already there). by Dave Chapman · 19 years ago
- bb07cca Forgot to remove test code for utf8 by Hardeep Sidhu · 19 years ago