summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)Author
2007-11-10Document how to use tcctool in Windows, and include the appropriate .inf ↵Dave Chapman
file for use with the libusb-win32 device driver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15559 a1c6a512-1295-4272-9138-f99709370657
2007-10-31Use O_BINARY when reading the firmware file - for win32 compatibilityDave Chapman
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 Chapman
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 Chapman
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 Chapman
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 Chapman
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 Chapman
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 Chapman
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 Wardell
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 Wardell
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 Wardell
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 Wardell
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14126 a1c6a512-1295-4272-9138-f99709370657