rockbox/rbutil/ipodpatcher
Dominik Riebeling 6f4beaa52c Don't add LIBSOURCES to SOURCES.
Split source files for library and stand-alone binary and use library as
dependency when building the stand-alone binary. This avoids dependencies
getting added multiple times.

Remove outdated RBARCH handling, we always create fat binaries on OS X these
days.

Change-Id: Ia15a731296edcbe90869a1bf66dda2c3d6c7e317
2016-12-16 19:46:07 +01:00
..
arc4.c
arc4.h 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 2007-09-08 23:27:49 +00:00
fat32format.c
ipodio-posix.c
ipodio-win32-scsi.c ipodpatcher: guard platform specific files. 2011-12-07 20:06:48 +00:00
ipodio-win32.c
ipodio.h
ipodpatcher.c
ipodpatcher.h ipodpatcher: move sectorbuf pointer into ipod_t structure. 2013-01-01 15:05:52 +01:00
ipodpatcher.manifest
ipodpatcher.rc
main.c
Makefile Don't add LIBSOURCES to SOURCES. 2016-12-16 19:46:07 +01:00
parttypes.h