summaryrefslogtreecommitdiffstats
path: root/rbutil/ipodpatcher
AgeCommit message (Collapse)AuthorFilesLines
2007-06-10Accept both 0xb and 0xc as valid partition types for an ipod FAT32 ↵Dave Chapman1-2/+3
partition. Some tools (e.g. fat32format) set the type to 0xc, and the Apple bootloader doesn't appear to care. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13614 a1c6a512-1295-4272-9138-f99709370657
2007-06-08Don't just display an error message, abort.Dave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13594 a1c6a512-1295-4272-9138-f99709370657
2007-06-08Fix typo in error message - thanks to Bryan Childs for spottingDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13593 a1c6a512-1295-4272-9138-f99709370657
2007-06-02Add --write-embedded (-we) option. This replaces the Apple firmware with ↵Dave Chapman2-34/+66
the bootloader embedded in ipodpatcher (equivalent to -wf bootloader-ipodxxx.ipod when using an external bootloader). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13536 a1c6a512-1295-4272-9138-f99709370657
2007-05-23Bump version number for 1.0 release (v1.1 bootloaders)Dave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13482 a1c6a512-1295-4272-9138-f99709370657
2007-05-22Remove the check for ipod-specific magic in the MBR (which caused problems ↵Dave Chapman2-7/+11
when users repartitioned their ipods and removed that magic) and instead check that the partition layout looks like an ipod. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13469 a1c6a512-1295-4272-9138-f99709370657
2007-04-13Add -rfb option for reading the main firmware (OSOS image) as a binary file.Dave Chapman3-13/+26
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13148 a1c6a512-1295-4272-9138-f99709370657
2007-03-06Bump version to 0.9 ready for release with version 1.0 bootloaders, and add ↵Dave Chapman1-3/+14
an uninstall option to the interactive mode git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12645 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Use O_BINARY flag when opening bootloader files for embeddingDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12567 a1c6a512-1295-4272-9138-f99709370657
2007-03-03Add ipodpatcher-mac target for creating a Mac OS X universal binaryDave Chapman1-1/+12
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12566 a1c6a512-1295-4272-9138-f99709370657
2007-03-02Correct the usage informationDave Chapman1-1/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12544 a1c6a512-1295-4272-9138-f99709370657
2007-02-16Add #include for use with rbutilDave Chapman1-0/+1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12339 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Changes to aid incorporation into rbutil, based on part of FS #6643 from ↵Dave Chapman4-20/+30
Dominik Wenger. Move display_partinfo() function into main.c (where it belongs) and export get_parttype() function from ipodpatcher.c. Also add a targetname variable to struct ipod_t to enable bootloader URLs to be constructed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12264 a1c6a512-1295-4272-9138-f99709370657
2007-02-10Move ipodpatcher into rbutil directoryDave Chapman9-0/+2444
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12263 a1c6a512-1295-4272-9138-f99709370657