Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
2acc0ac542d9186feee25bbe444c49cb59ca393e
/
rbutil
/
ipodpatcher
/
ipodpatcher.h
2acc0ac
Updated our source code header to explicitly mention that we are GPL v2 or
by Daniel Stenberg
· 16 years ago
d131a31
Rename variables sectorbuf and verbose to avoid clashes in rbutil. Cleanup exports a bit.
by Dominik Riebeling
· 16 years ago
3f65a70
Move C linkage binding for c++ to exporting header files instead of includes.
by Dominik Riebeling
· 16 years ago
6e79715
Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption
by Dave Chapman
· 17 years ago
35735c66
Initial attempt at a --convert option to convert HFS formatted ipods (Macpods) to FAT32 format. This needs testing (as well as the existing --format feature) before adding as an option in the interactive mode and fully documenting.
by Dave Chapman
· 17 years ago
427fff4
Add -rfb option for reading the main firmware (OSOS image) as a binary file.
by Dave Chapman
· 18 years ago
a6d68bd
Changes to aid incorporation into rbutil, based on part of FS #6643 from 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.
by Dave Chapman
· 18 years ago
955afed
Move ipodpatcher into rbutil directory
by Dave Chapman
· 18 years ago
[Renamed from tools/ipodpatcher/ipodpatcher.h]
79a1fb1
Move the command-line specific code into main.c, leaving the firmware manipulation code in ipodpatcher.c. No functional changes.
by Dave Chapman
· 18 years ago