| Commit message (Expand) | Author | Age |
| * | Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang. | Amaury Pouly | 2011-09-20 |
| * | sbtools: implement more complicated integer expression in db files, implement... | Amaury Pouly | 2011-09-16 |
| * | sbtools: move the db parse to its own file and improve error messages | Amaury Pouly | 2011-09-15 |
| * | sbtools: implement virtual to physical address translation for elf files | Amaury Pouly | 2011-09-15 |
| * | sbtools: fix code to work with file larger than header indicated size | Amaury Pouly | 2011-09-14 |
| * | sbtools: relax file size condition (easier to work with) | Amaury Pouly | 2011-09-14 |
| * | rk27load - fix indentation | Marcin Bukat | 2011-09-06 |
| * | Fix free on wrong variable | Thomas Jarosch | 2011-08-25 |
| * | Don't close file descriptor twice | Thomas Jarosch | 2011-08-25 |
| * | Remove use of which.py module. | Dominik Riebeling | 2011-08-14 |
| * | sbtools: fix version output, add support for options section and product/comp... | Amaury Pouly | 2011-07-24 |
| * | sbtools: add missing cariage return, implement boot mode command, add C++ sty... | Amaury Pouly | 2011-07-22 |
| * | elftosb: remove duplicate code, merge two redundant fields | Amaury Pouly | 2011-07-04 |
| * | elftosb: support 'strings' in section id, support load binary at address, sup... | Amaury Pouly | 2011-07-02 |
| * | elftosb: add support for jumps/calls with one argument | Amaury Pouly | 2011-06-30 |
| * | sbtools: add support for the mode command (rarely used) and explicit env vari... | Amaury Pouly | 2011-06-13 |
| * | sbtools: always check the result of getenv against NULL, use strcasecmp inste... | Amaury Pouly | 2011-06-09 |
| * | sbtoelf: add environment command to ignore format version checks (some files ... | Amaury Pouly | 2011-06-09 |
| * | Remove superfluous executable bits on a bunch of files. | Torne Wuff | 2011-06-08 |
| * | Move various logo files to a single location. | Dominik Riebeling | 2011-06-04 |
| * | Rockchip rk27xx utils | Marcin Bukat | 2011-05-30 |
| * | Theme Editor: add libskin_parser files to clean rule. | Dominik Riebeling | 2011-05-29 |
| * | sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would ... | Amaury Pouly | 2011-05-13 |
| * | sbtools: be more verbose on debug and fix a bug (uninitialized structure) | Amaury Pouly | 2011-05-13 |
| * | Fix BUILDID getting appended even if not set. | Dominik Riebeling | 2011-05-08 |
| * | deploy.py: support adding a build id. | Dominik Riebeling | 2011-05-05 |
| * | sbtools: generate a unique name for each section | Amaury Pouly | 2011-05-02 |
| * | Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recov... | Amaury Pouly | 2011-05-01 |
| * | sbtools: do not rely on the ELF flags and always assume the entry point is valid | Amaury Pouly | 2011-05-01 |
| * | Rockbox Utility deployment: insert revision into OS X' Info.plist too. | Dominik Riebeling | 2011-04-30 |
| * | Correct revision replacement string gotten replaced by svn itself. | Dominik Riebeling | 2011-04-22 |
| * | sbtools: fortify code against weird elf files with no string table and/or no ... | Amaury Pouly | 2011-04-18 |
| * | sbtools: document a bit the command file format | Amaury Pouly | 2011-04-17 |
| * | elftosb: implement encryption support; now fully working | Amaury Pouly | 2011-04-17 |
| * | sbtoelf: fix to handle unencrypted files (minor tweak) | Amaury Pouly | 2011-04-17 |
| * | elftosb: more code toward sb production | Amaury Pouly | 2011-04-17 |
| * | sbtoslf: command size doesn't include itself, but section can be padded with ... | Amaury Pouly | 2011-04-17 |
| * | sbtoelf: include a raw command mode to see hidden command used by the bootrom... | Amaury Pouly | 2011-04-17 |
| * | sbtools: move internal elf definition to elf.c, implement elf reading | Amaury Pouly | 2011-04-17 |
| * | sbtools: add elftosb tool, yet to be finished (parsing of keys and command fi... | Amaury Pouly | 2011-04-17 |
| * | sbtools: update Makefile; fix whitespaces | Amaury Pouly | 2011-04-17 |
| * | Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosb | Amaury Pouly | 2011-04-17 |
| * | sbinfo: make the time calculation clearer | Amaury Pouly | 2011-04-17 |
| * | sbinfo: use a define instead of hardcoded values | Amaury Pouly | 2011-04-17 |
| * | sbinfo: move more things to sb.h, rewrite code to use structures instead of h... | Amaury Pouly | 2011-04-16 |
| * | sbinfo: move sb specific bits of its own header | Amaury Pouly | 2011-04-16 |
| * | sbinfo: fix section flags, don't output more than 80 characters per line, fix... | Amaury Pouly | 2011-04-16 |
| * | sbinfo: fix section headers generation (first section is always undefined) | Amaury Pouly | 2011-04-15 |
| * | Update parse_testcodec to parse AAC-HE files with parametric stereo. | Michael Giacomelli | 2011-04-12 |
| * | deploy.py: insert version number into sources. | Dominik Riebeling | 2011-04-06 |