summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Collapse)AuthorFilesLines
2007-10-31Use O_BINARY when reading the firmware file - for win32 compatibilityDave Chapman1-2/+6
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15385 a1c6a512-1295-4272-9138-f99709370657
2007-10-27Add support for co-processor instructions. I'm not 100% sure about this, ↵Dave Chapman1-2/+45
but it seems to work... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15334 a1c6a512-1295-4272-9138-f99709370657
2007-10-27Correct the value for SDCFG for the c100 - based on a USB log of the C100 ↵Dave Chapman1-1/+1
firmware updater. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15332 a1c6a512-1295-4272-9138-f99709370657
2007-10-27Initial, untested support for C100. Also increase the firmware size limit ↵Dave Chapman1-3/+6
to 10MB to make it work withe the Cowon D2 and a little cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15331 a1c6a512-1295-4272-9138-f99709370657
2007-10-21Add support for device-specific USB product IDs - the D2 is different to ↵Dave Chapman1-6/+6
other devices. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15242 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Untested support for the Cowon D2Dave Chapman1-4/+5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15228 a1c6a512-1295-4272-9138-f99709370657
2007-10-20Initial version of tcctool - a utility for talking to Telechips TCC77x-based ↵Dave Chapman3-0/+388
devices in USB boot mode, allowing code to be uploaded to RAM and run via USB, without any danger of bricking. When your uploaded code crashes, just power-cycle the device and it is back to normal. Requires libusb. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15217 a1c6a512-1295-4272-9138-f99709370657
2007-08-01FS#7182: Fix endianness bugs in ARM disassembler which made it report wrong ↵Barry Wardell1-2/+14
addresses on PPC. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14130 a1c6a512-1295-4272-9138-f99709370657
2007-08-01FS#7182: Second attempt by Dave Chapman at getting ARM disassembler to ↵Barry Wardell2-9/+12
compile in Linux. This version produces identical output to the Windows version. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14128 a1c6a512-1295-4272-9138-f99709370657
2007-08-01FS#7182: Initial attempt by Dave Chapman at getting ARM disassembler to ↵Barry Wardell3-4/+31
compile in Linux. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14127 a1c6a512-1295-4272-9138-f99709370657
2007-08-01Initial version of ARM disassembler by Antonius Hellman.Barry Wardell2-0/+493
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14126 a1c6a512-1295-4272-9138-f99709370657