summaryrefslogtreecommitdiff
path: root/tools/ipod_fw.c (follow)
Commit message (Collapse)AuthorAge
* Initial attempt at adding support for firmware images with 2048-byte ↵Dave Chapman2006-12-10
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11703 a1c6a512-1295-4272-9138-f99709370657
* Sync with ipodlinux CVSDave Chapman2006-12-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11697 a1c6a512-1295-4272-9138-f99709370657
* Cosmetic bugfix - display correct message when generating firmware image for ↵Dave Chapman2006-01-16
| | | | | | the 5g git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8350 a1c6a512-1295-4272-9138-f99709370657
* Sync with ipodlinux CVS - add support for 5g (video) iPodsDave Chapman2005-12-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8260 a1c6a512-1295-4272-9138-f99709370657
* Import make_fw.c iPod firmware manipulation utility from the ipodlinux ↵Dave Chapman2005-11-11
project. Renamed it to ipod_fw.c for use in Rockbox. This is an exact copy of the current CVS version from the ipodlinux project. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7813 a1c6a512-1295-4272-9138-f99709370657