- c483905 imxtools: remove most calls to bug/bugp from core library. by Amaury Pouly · 13 years ago
- d23d164 imxtools: use rand() instead of /dev/random. by Dominik Riebeling · 13 years ago
- 64f71e6 When writing data from repository open file as binary. by Dominik Riebeling · 13 years ago
- 001eb3b Update deployment script for git. by Dominik Riebeling · 13 years ago
- 909b96f Python module to get (some) files from the repository. by Dominik Riebeling · 13 years ago
- 28a10ec sbloader: always send packets of size xfer_size (even the first). Also maintain a table of known transfer sizes. In particular stmp3770 uses 48 instead of 1024. by Amaury Pouly · 13 years ago
- 1391710 Rockbox Utility: add missing folder to deployment script. by Dominik Riebeling · 13 years ago
- 9274cf3 zenutils: remove unused empty file by Rafaël Carré · 13 years ago
- bf021e3 ypr0: Add variables to provide a argv and stdout/err redirection for running Rockbox to the loader script. by Thomas Martitz · 13 years ago
- 249bba0 Initial commit of the Samsung YP-R0 port. by Thomas Martitz · 13 years ago
- 1b7455e imxtools: fix compilation when cross compiling for windows (tm doesn't have timezone fields) by Amaury Pouly · 13 years ago
- 62e0cdc amsinfo: save files with .bin extension by Rafaël Carré · 13 years ago
- b9592e8 Convert one more file from DOS to UNIX. by Torne Wuff · 13 years ago
- 5692857 Bulk convert all DOS line endings to UNIX. by Torne Wuff · 13 years ago
- cd832bd imxtools: add function to free instruction by Amaury Pouly · 13 years ago
- ad9e280 imxtools: add const and set pointer to NULL on free to avoid double free by Amaury Pouly · 13 years ago
- e5db19d elftosb: add static by Amaury Pouly · 13 years ago
- 5827937 sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix tools to correctly handle/free memory, properly return error codes by Amaury Pouly · 13 years ago
- 8389a02 Add missing copyright header by Amaury Pouly · 13 years ago
- dd0fffe sbtoos: restore elf extraction functionality of sbtoelf by Amaury Pouly · 13 years ago
- e36471d sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix sb production bug, fix ugly code, add sb dump code and sbtoelf loopback facility by Amaury Pouly · 13 years ago
- 591ec03 sbtools: rework the color hack and add switch to disable color output by Amaury Pouly · 13 years ago
- b674751 Fix a typo spotted from r30864. by Robert Menes · 13 years ago
- 1e74ef6 beastpatcher: check WMP version. by Dominik Riebeling · 13 years ago
- 4cab9f2 sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix uninitiliazed offset of bss sections, add real key override on decrypt by Amaury Pouly · 13 years ago
- 853fd04 sbtools: fix compilation when linker expects correctly ordered files by Amaury Pouly · 13 years ago
- a8cde85 sbtools: add options to override real key and IV, fix output prefix in sbtoelf, unify command line to add keys by Amaury Pouly · 13 years ago
- d2a58f3 sbtools: move sb file production to its own file with a clean api, factor key reading even more by Amaury Pouly · 13 years ago
- 9fe029b sbtools: factor key code, introduce crypto layer, move from open/read/... to fopen/fread/..., add support for encryption/decryption using a device when the key is not known, move sbtoelf to use getopt for command line by Amaury Pouly · 13 years ago
- 4ef4830 sbtools: be more verbose on real key and iv; add very advanced code to craft images by Amaury Pouly · 13 years ago
- f45fb77 sbtoelf: don't cross check if key is not valid by Amaury Pouly · 13 years ago
- cab5dbd sbtoelf: handle the case where only one valid key is known by Amaury Pouly · 13 years ago
- b93e15c sbtools: fix sbtoelf to support NOP, add alignment support to elftosb by Amaury Pouly · 13 years ago
- bf83110 imx_hid_recovery: rewrite Makefile by Amaury Pouly · 13 years ago
- f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
- b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
- eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
- df448bf Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang. by Amaury Pouly · 13 years ago
- 66dce4b sbtools: implement more complicated integer expression in db files, implement data sections, section attributes, file options, rework command line attributes by Amaury Pouly · 13 years ago
- 9d7df9a sbtools: move the db parse to its own file and improve error messages by Amaury Pouly · 13 years ago
- 64b4672 sbtools: implement virtual to physical address translation for elf files by Amaury Pouly · 13 years ago
- da44fd6 sbtools: fix code to work with file larger than header indicated size by Amaury Pouly · 13 years ago
- 781d59e sbtools: relax file size condition (easier to work with) by Amaury Pouly · 13 years ago
- 77a82ad rk27load - fix indentation by Marcin Bukat · 13 years ago
- e0024c9 Fix free on wrong variable by Thomas Jarosch · 13 years ago
- 51ae2e6 Don't close file descriptor twice by Thomas Jarosch · 13 years ago
- e79fca9 Remove use of which.py module. by Dominik Riebeling · 13 years ago
- de13803 sbtools: fix version output, add support for options section and product/component versions in command files by Amaury Pouly · 13 years ago
- 56bc02c sbtools: add missing cariage return, implement boot mode command, add C++ style comments support by Amaury Pouly · 13 years ago
- 9cc0dab elftosb: remove duplicate code, merge two redundant fields by Amaury Pouly · 13 years ago
- fed7780 elftosb: support 'strings' in section id, support load binary at address, support call/jump at address by Amaury Pouly · 13 years ago
- 143d451 elftosb: add support for jumps/calls with one argument by Amaury Pouly · 13 years ago
- 50be1a8 sbtools: add support for the mode command (rarely used) and explicit env variable to skip version check by Amaury Pouly · 14 years ago
- 4cfb5da sbtools: always check the result of getenv against NULL, use strcasecmp instead of strcmp more greater flexibility by Amaury Pouly · 14 years ago
- 2d2246e sbtoelf: add environment command to ignore format version checks (some files do not match it seems) by Amaury Pouly · 14 years ago
- 754b157 Remove superfluous executable bits on a bunch of files. by Torne Wuff · 14 years ago
- 9b7b653 Move various logo files to a single location. by Dominik Riebeling · 14 years ago
- 8f4202d Rockchip rk27xx utils by Marcin Bukat · 14 years ago
- 2ce1dfe Theme Editor: add libskin_parser files to clean rule. by Dominik Riebeling · 14 years ago
- bdb8f4c sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would access one byte paste the end of the buffer) by Amaury Pouly · 14 years ago
- a29ef61 sbtools: be more verbose on debug and fix a bug (uninitialized structure) by Amaury Pouly · 14 years ago
- 7d4616e Fix BUILDID getting appended even if not set. by Dominik Riebeling · 14 years ago
- 6ba552c deploy.py: support adding a build id. by Dominik Riebeling · 14 years ago
- 8fa0e13 sbtools: generate a unique name for each section by Amaury Pouly · 14 years ago
- c0838cb Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recovery mode by Amaury Pouly · 14 years ago
- 8da7237 sbtools: do not rely on the ELF flags and always assume the entry point is valid by Amaury Pouly · 14 years ago
- 8c768a5 Rockbox Utility deployment: insert revision into OS X' Info.plist too. by Dominik Riebeling · 14 years ago
- d905754 Correct revision replacement string gotten replaced by svn itself. by Dominik Riebeling · 14 years ago
- 79c6aca sbtools: fortify code against weird elf files with no string table and/or no sections/programs headers ! by Amaury Pouly · 14 years ago
- b6a6809 sbtools: document a bit the command file format by Amaury Pouly · 14 years ago
- 84c70b2 elftosb: implement encryption support; now fully working by Amaury Pouly · 14 years ago
- b2c5954 sbtoelf: fix to handle unencrypted files (minor tweak) by Amaury Pouly · 14 years ago
- e3fe395 elftosb: more code toward sb production by Amaury Pouly · 14 years ago
- 8bff259 sbtoslf: command size doesn't include itself, but section can be padded with random data by Amaury Pouly · 14 years ago
- 8a8d77b sbtoelf: include a raw command mode to see hidden command used by the bootrom (tag and nop) by Amaury Pouly · 14 years ago
- c4cb4cc sbtools: move internal elf definition to elf.c, implement elf reading by Amaury Pouly · 14 years ago
- e57e4c7 sbtools: add elftosb tool, yet to be finished (parsing of keys and command files done) by Amaury Pouly · 14 years ago
- e2f8fbf sbtools: update Makefile; fix whitespaces by Amaury Pouly · 14 years ago
- f6208bd Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb by Amaury Pouly · 14 years ago
- 02118ed sbinfo: make the time calculation clearer by Amaury Pouly · 14 years ago
- 7098566 sbinfo: use a define instead of hardcoded values by Amaury Pouly · 14 years ago
- e4dd514 sbinfo: move more things to sb.h, rewrite code to use structures instead of hardcoded offsets by Amaury Pouly · 14 years ago
- d9b050e sbinfo: move sb specific bits of its own header by Amaury Pouly · 14 years ago
- 6821d2e sbinfo: fix section flags, don't output more than 80 characters per line, fix colours by Amaury Pouly · 14 years ago
- 80889ee sbinfo: fix section headers generation (first section is always undefined) by Amaury Pouly · 14 years ago
- 77268ec Update parse_testcodec to parse AAC-HE files with parametric stereo. by Michael Giacomelli · 14 years ago
- 2c29776 deploy.py: insert version number into sources. by Dominik Riebeling · 14 years ago
- 5c47872 Theme Editor: Made touch area position relative to enclosing viewports by Robert Bieber · 14 years ago
- cc6cc53 Fix wrong theme base path when loading a wps. by Dominik Riebeling · 14 years ago
- 8059347 Fix cross compiling on Linux: Python uses "linux2" as platform name. by Dominik Riebeling · 14 years ago
- 4cc2cc4 Fix a potential variable problem. Change some messages a bit. by Dominik Riebeling · 14 years ago
- 43a40ca Support cross compiling for Windows target. by Dominik Riebeling · 14 years ago
- e1244a0 Remove outdated and unmaintained wpseditor. by Dominik Riebeling · 14 years ago
- 8c6b8e6 Theme Editor: make cross compiling on OS X work. by Dominik Riebeling · 14 years ago
- f85c044 sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now generate segments along with program sections to make elf files appear more valid (this allows to rebuild an .sb file using elftosb2) by Amaury Pouly · 14 years ago
- 01c0523 Revert nonsense change. by Andree Buschmann · 14 years ago
- adf7224 Fix red. Replace remaining MEM's mit MEMORYSIZE. by Andree Buschmann · 14 years ago
- 5729be4 Theme Editor: Updated rendering code to accomodate new format for %xd tags, including long names, numerical tile specification, tag-evaluating tile specification, and tile offset by Robert Bieber · 14 years ago
- fcb9ea4 parse_testcodec.rb: add new 'pegase' filenames so they get a heading and fix printing of the MHz needed for realtime values. by Nils Wallménius · 14 years ago
- ee3fc61 Use more than one core in deployment script. by Dominik Riebeling · 14 years ago