summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2011-07-04elftosb: remove duplicate code, merge two redundant fieldsAmaury Pouly
2011-07-02elftosb: support 'strings' in section id, support load binary at address, sup...Amaury Pouly
2011-06-30elftosb: add support for jumps/calls with one argumentAmaury Pouly
2011-06-13sbtools: add support for the mode command (rarely used) and explicit env vari...Amaury Pouly
2011-06-09sbtools: always check the result of getenv against NULL, use strcasecmp inste...Amaury Pouly
2011-06-09sbtoelf: add environment command to ignore format version checks (some files ...Amaury Pouly
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff
2011-06-04Move various logo files to a single location.Dominik Riebeling
2011-05-30Rockchip rk27xx utilsMarcin Bukat
2011-05-29Theme Editor: add libskin_parser files to clean rule.Dominik Riebeling
2011-05-13sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would ...Amaury Pouly
2011-05-13sbtools: be more verbose on debug and fix a bug (uninitialized structure)Amaury Pouly
2011-05-08Fix BUILDID getting appended even if not set.Dominik Riebeling
2011-05-05deploy.py: support adding a build id.Dominik Riebeling
2011-05-02sbtools: generate a unique name for each sectionAmaury Pouly
2011-05-01Add imx_hid_recovery_tool to send a sb file to a imx chip using the HID recov...Amaury Pouly
2011-05-01sbtools: do not rely on the ELF flags and always assume the entry point is validAmaury Pouly
2011-04-30Rockbox Utility deployment: insert revision into OS X' Info.plist too.Dominik Riebeling
2011-04-22Correct revision replacement string gotten replaced by svn itself.Dominik Riebeling
2011-04-18sbtools: fortify code against weird elf files with no string table and/or no ...Amaury Pouly
2011-04-17sbtools: document a bit the command file formatAmaury Pouly
2011-04-17elftosb: implement encryption support; now fully workingAmaury Pouly
2011-04-17sbtoelf: fix to handle unencrypted files (minor tweak)Amaury Pouly
2011-04-17elftosb: more code toward sb productionAmaury Pouly
2011-04-17sbtoslf: command size doesn't include itself, but section can be padded with ...Amaury Pouly
2011-04-17sbtoelf: include a raw command mode to see hidden command used by the bootrom...Amaury Pouly
2011-04-17sbtools: move internal elf definition to elf.c, implement elf readingAmaury Pouly
2011-04-17sbtools: add elftosb tool, yet to be finished (parsing of keys and command fi...Amaury Pouly
2011-04-17sbtools: update Makefile; fix whitespacesAmaury Pouly
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly
2011-04-17sbinfo: make the time calculation clearerAmaury Pouly
2011-04-17sbinfo: use a define instead of hardcoded valuesAmaury Pouly
2011-04-16sbinfo: move more things to sb.h, rewrite code to use structures instead of h...Amaury Pouly
2011-04-16sbinfo: move sb specific bits of its own headerAmaury Pouly
2011-04-16sbinfo: fix section flags, don't output more than 80 characters per line, fix...Amaury Pouly
2011-04-15sbinfo: fix section headers generation (first section is always undefined)Amaury Pouly
2011-04-12Update parse_testcodec to parse AAC-HE files with parametric stereo.Michael Giacomelli
2011-04-06deploy.py: insert version number into sources.Dominik Riebeling
2011-03-20Theme Editor: Made touch area position relative to enclosing viewportsRobert Bieber
2011-03-08Fix wrong theme base path when loading a wps.Dominik Riebeling
2011-03-07Fix cross compiling on Linux: Python uses "linux2" as platform name.Dominik Riebeling
2011-03-06Fix a potential variable problem. Change some messages a bit.Dominik Riebeling
2011-03-06Support cross compiling for Windows target.Dominik Riebeling
2011-03-05Remove outdated and unmaintained wpseditor.Dominik Riebeling
2011-03-05Theme Editor: make cross compiling on OS X work.Dominik Riebeling
2011-03-03sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener...Amaury Pouly
2011-02-02Revert nonsense change.Andree Buschmann
2011-02-02Fix red. Replace remaining MEM's mit MEMORYSIZE.Andree Buschmann
2011-01-22Theme Editor: Updated rendering code to accomodate new format for %xd tags, i...Robert Bieber
2010-12-22parse_testcodec.rb: add new 'pegase' filenames so they get a heading and fix ...Nils Wallménius