summaryrefslogtreecommitdiff
path: root/utils (follow)
Commit message (Collapse)AuthorAge
...
* FS#9638 - temp_cue is unused and wasting memory.Bertrik Sikken2009-01-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19890 a1c6a512-1295-4272-9138-f99709370657
* ZenUtils: fix offset detectionMaurus Cuelenaere2009-01-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19825 a1c6a512-1295-4272-9138-f99709370657
* Remove executable property that somehow got setMichael Giacomelli2009-01-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19666 a1c6a512-1295-4272-9138-f99709370657
* Commit utility to dump the OF from a rockboxed Gigabeat S. Searches the ↵Michael Giacomelli2009-01-04
| | | | | | partition for deleted nk.bin and restores it. Should work if run immediately after install the bootloader, but may not work later. Current version asks the user to md5sum the file, but probably should do it automatically. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19665 a1c6a512-1295-4272-9138-f99709370657
* Fix array sizesFrank Gevaerts2008-12-12
| | | | | | | Fix some error handling git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19406 a1c6a512-1295-4272-9138-f99709370657
* Fix segmentation fault when no key was found.Maurus Cuelenaere2008-11-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19164 a1c6a512-1295-4272-9138-f99709370657
* Commit DLanalyser tool, made by Jin LeMaurus Cuelenaere2008-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18896 a1c6a512-1295-4272-9138-f99709370657
* Don't exit with code 0 on do_patching() failVitja Makarov2008-10-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18795 a1c6a512-1295-4272-9138-f99709370657
* Fix a nasty bug spotted by Rob Purchase - the uploaded file was being ↵Dave Chapman2008-10-12
| | | | | | truncated to a multiple of 64 bytes (PACKET_SIZE). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18787 a1c6a512-1295-4272-9138-f99709370657
* Fix menu (update to newer one)Maurus Cuelenaere2008-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18755 a1c6a512-1295-4272-9138-f99709370657
* Add Rockbox layout to plugin API documentationMaurus Cuelenaere2008-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18754 a1c6a512-1295-4272-9138-f99709370657
* Improve plugin API documentation updater a bitMaurus Cuelenaere2008-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18753 a1c6a512-1295-4272-9138-f99709370657
* Functionize some stuffMaurus Cuelenaere2008-10-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18751 a1c6a512-1295-4272-9138-f99709370657
* Fix some issues with generation of plugin API documentation + make it more ↵Maurus Cuelenaere2008-10-09
| | | | | | themeable git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18750 a1c6a512-1295-4272-9138-f99709370657
* Commit FS#9462: an semi-automatic plugin API documentation generatorMaurus Cuelenaere2008-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18722 a1c6a512-1295-4272-9138-f99709370657
* Add iriver X20 support to tcctool - information contributed by Octavian Voicu.Dave Chapman2008-10-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18710 a1c6a512-1295-4272-9138-f99709370657
* Move mkamsboot into the rbutil/mkamsboot/ directory - no other changes, so ↵Dave Chapman2008-10-04
| | | | | | this should still work the same as before. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18706 a1c6a512-1295-4272-9138-f99709370657
* Remove the dependency on sufficient free space in the padding at the end of ↵Dave Chapman2008-10-02
| | | | | | the firmware block by storing the ucl unpack function in the main firmware block, immediately before the compressed firmware image. Also simplify the memcpy function in test.S. This has been tested successfully on a Clip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18682 a1c6a512-1295-4272-9138-f99709370657
* It turns out that in-place UCL decompression isn't as easy as we thought, so ↵Dave Chapman2008-10-01
| | | | | | we copy the OF to an unused part of RAM before decompressing it. This works - I have successfully patched m300a-1.1.17A.bin and installed on my Clip with this code. Thanks to Rafael Carre (funman) for the actual patch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18679 a1c6a512-1295-4272-9138-f99709370657
* Correct the content of an error message (thanks to Jens for spotting) and ↵Dave Chapman2008-10-01
| | | | | | fix a warning git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18678 a1c6a512-1295-4272-9138-f99709370657
* We need to strip the header (26 bytes) from the UCL file - based on the ↵Dave Chapman2008-10-01
| | | | | | information in tools/ucl2src.pl. Also add some sanity checking of the UCL file. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18677 a1c6a512-1295-4272-9138-f99709370657
* Bug fix #1 for mkamsboot - pass the correct parameters to the ucl unpack ↵Dave Chapman2008-10-01
| | | | | | function. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18676 a1c6a512-1295-4272-9138-f99709370657
* Untested (i.e. will almost certainly brick your device if you attempt to use ↵Dave Chapman2008-10-01
| | | | | | it) first attempt at making mkamsboot store the original firmware as a UCL compressed image. If it works, then this means we have about 40KB (depending on target and OF version) for our bootloader code. I repeat: This is UNTESTED and needs reviewing fully before attempting to install on a device. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18675 a1c6a512-1295-4272-9138-f99709370657
* Original, unmodified version of the ARM thumb implementation of the UCL ↵Dave Chapman2008-10-01
| | | | | | ucl_nrv2e_decompress_8 function from upx-3.03 - licensed under the GPL (v2 or later). This will be used to decompress the original firmware image in the next version of mkamsboot. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18674 a1c6a512-1295-4272-9138-f99709370657
* We don't know how to increase the firmware size, so abort instead of ↵Dave Chapman2008-09-29
| | | | | | creating a bricking firmware. Suggested by Rafaël Carré (funman). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18663 a1c6a512-1295-4272-9138-f99709370657
* Oops, big oops: revert the PID values back to their proper values. Oversight ↵Robert Menes2008-09-27
| | | | | | on my part. :) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18656 a1c6a512-1295-4272-9138-f99709370657
* Gave meizu_dfu's source the official Rockbox header. No functional changes.Robert Menes2008-09-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18655 a1c6a512-1295-4272-9138-f99709370657
* revert accidental commitMarcoen Hirschberg2008-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18545 a1c6a512-1295-4272-9138-f99709370657
* add Meizu M6SP and M3 portsMarcoen Hirschberg2008-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18544 a1c6a512-1295-4272-9138-f99709370657
* ZenUtils:Maurus Cuelenaere2008-09-14
| | | | | | | | * Add support for ZEN Mozaic * Add checking for valid FRESC when decrypting git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18511 a1c6a512-1295-4272-9138-f99709370657
* fix meizu_dfu endianness issuesFrank Gevaerts2008-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18508 a1c6a512-1295-4272-9138-f99709370657
* WpsEditor: add linenumbrs WpsEditor: Add linenumbers to the WPS Code, and ↵Dominik Wenger2008-09-10
| | | | | | highlight the error line, if parsing fails. (FS#9362) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18483 a1c6a512-1295-4272-9138-f99709370657
* Wpseditor: fix compiling. I forgot a new file.Dominik Wenger2008-09-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18481 a1c6a512-1295-4272-9138-f99709370657
* WpsEditor: Add rockbox/gpl copyright headers to all source files.Dominik Wenger2008-09-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18464 a1c6a512-1295-4272-9138-f99709370657
* * Clean up screenshot a bit and make it more self-descriptiveMaurus Cuelenaere2008-09-07
| | | | | | | * Make mkzenboot truly standalone git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18443 a1c6a512-1295-4272-9138-f99709370657
* WpsEditor: add support for greyscale targets. Dominik Wenger2008-09-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18424 a1c6a512-1295-4272-9138-f99709370657
* remove -Wno-pointer-sign. This will make warnings reappear, but the warnings ↵Frank Gevaerts2008-09-04
| | | | | | should really be fixed at the source git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18418 a1c6a512-1295-4272-9138-f99709370657
* silence warningsFrank Gevaerts2008-09-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18414 a1c6a512-1295-4272-9138-f99709370657
* WPS editor:Maurus Cuelenaere2008-09-04
| | | | | | | | * Fix some typo's in TODO & README * Fix libwps Makefile in Windows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18408 a1c6a512-1295-4272-9138-f99709370657
* WPS editor:Maurus Cuelenaere2008-09-04
| | | | | | | | | | | | | * Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657
* WPS editor:Maurus Cuelenaere2008-09-03
| | | | | | | * Order is important in highlighting rules! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18403 a1c6a512-1295-4272-9138-f99709370657
* * WPS editor: set eol-styleMaurus Cuelenaere2008-09-03
| | | | | | | * Add CLI-only screenshot utility (using libwps) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18402 a1c6a512-1295-4272-9138-f99709370657
* WpsEditor: commit FS#9344 by Rostislav Chekan - multitarget support (only ↵Dominik Wenger2008-09-03
| | | | | | colour targets for now) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18399 a1c6a512-1295-4272-9138-f99709370657
* ... but still be compatible with OF..Maurus Cuelenaere2008-09-03
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18396 a1c6a512-1295-4272-9138-f99709370657
* * Clean up Jz4740 USB tool a bitMaurus Cuelenaere2008-09-03
| | | | | | | | * Make IHFSsplit compile under Windows * Change SDRAM base address + remove hack for Onda VX747 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18395 a1c6a512-1295-4272-9138-f99709370657
* Fix compiling of Jz4740 usbtoolMaurus Cuelenaere2008-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18380 a1c6a512-1295-4272-9138-f99709370657
* cleanups by William Poetra Yoga HadisoesenoFrank Gevaerts2008-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18377 a1c6a512-1295-4272-9138-f99709370657
* code cleanupFrank Gevaerts2008-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18375 a1c6a512-1295-4272-9138-f99709370657
* fix meizu_dfu's buggy usb device id matchingFrank Gevaerts2008-08-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18373 a1c6a512-1295-4272-9138-f99709370657
* Add wpseditor, the Google Summer of Code 2008 project of Rostislav Chekan. ↵Frank Gevaerts2008-08-29
| | | | | | Closes FS#9327 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18362 a1c6a512-1295-4272-9138-f99709370657