Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
bfd04df4807197261b9d36f16c5788a733129c05
/
rbutil
/
ipodpatcher
/
ipodpatcher.h
24e37dd
ipodpatcher: move sectorbuf pointer into ipod_t structure.
by Dominik Riebeling
· 12 years ago
bf1c491
Move check for existing bootloader to ipodpatcher.
by Dominik Riebeling
· 12 years ago
ab49b5e
MSVC compatibility adjustments.
by Dominik Riebeling
· 13 years ago
7e0fe36
Set svn:keywords property.
by Dominik Riebeling
· 15 years ago
1eca02d
Add support (on Linux and win32 only - I couldn't figure this out on OS X) for reading the XML device information from ipods. This information includes the RAM size, which is potentially useful for rbutil to distinguish between the two ipod video builds. This is implemented as both a new --dump-xml option (to dump the entire XML to a file) and a new 'ramsize' field in struct ipod_t.
by Dave Chapman
· 15 years ago
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
· 17 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