summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Convert one more file from DOS to UNIX.Torne Wuff1-132/+132
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff6-297/+297
2011-11-06imxtools: add function to free instructionAmaury Pouly2-4/+8
2011-11-06imxtools: add const and set pointer to NULL on free to avoid double freeAmaury Pouly2-2/+3
2011-11-06elftosb: add staticAmaury Pouly1-1/+1
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly20-194/+388
2011-11-01Add missing copyright headerAmaury Pouly1-0/+20
2011-11-01sbtoos: restore elf extraction functionality of sbtoelfAmaury Pouly3-15/+80
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...Amaury Pouly7-645/+750
2011-11-01sbtools: rework the color hack and add switch to disable color outputAmaury Pouly3-18/+34
2011-10-30Fix a typo spotted from r30864.Robert Menes1-1/+1
2011-10-30beastpatcher: check WMP version.Dominik Riebeling3-0/+53
2011-10-29sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...Amaury Pouly3-3/+32
2011-10-29sbtools: fix compilation when linker expects correctly ordered filesAmaury Pouly1-2/+2
2011-10-29sbtools: add options to override real key and IV, fix output prefix in sbtoel...Amaury Pouly2-74/+47
2011-10-29sbtools: move sb file production to its own file with a clean api, factor key...Amaury Pouly7-536/+574
2011-10-29sbtools: factor key code, introduce crypto layer, move from open/read/... to ...Amaury Pouly7-312/+720
2011-10-23sbtools: be more verbose on real key and iv; add very advanced code to craft ...Amaury Pouly2-9/+65
2011-10-23sbtoelf: don't cross check if key is not validAmaury Pouly1-8/+11
2011-10-23sbtoelf: handle the case where only one valid key is knownAmaury Pouly1-3/+8
2011-10-23sbtools: fix sbtoelf to support NOP, add alignment support to elftosbAmaury Pouly2-10/+94
2011-10-23imx_hid_recovery: rewrite MakefileAmaury Pouly1-3/+9
2011-10-20sbtools: fix sbtoelf to handle files with more than one hundred commandsAmaury Pouly1-2/+2
2011-10-19Rockbox Utility now requires voice-corrections.txt.Dominik Riebeling1-0/+1
2011-10-14Fix off-by-one buffer errorThomas Jarosch1-2/+2
2011-09-20Add support for i.MX28 to imx_hid_recovery, thanks to Wolfram Sang.Amaury Pouly1-0/+4
2011-09-16sbtools: implement more complicated integer expression in db files, implement...Amaury Pouly3-238/+588
2011-09-15sbtools: move the db parse to its own file and improve error messagesAmaury Pouly7-586/+780
2011-09-15sbtools: implement virtual to physical address translation for elf filesAmaury Pouly3-5/+76
2011-09-14sbtools: fix code to work with file larger than header indicated sizeAmaury Pouly1-4/+10
2011-09-14sbtools: relax file size condition (easier to work with)Amaury Pouly1-1/+1
2011-09-06rk27load - fix indentationMarcin Bukat4-210/+213
2011-08-25Fix free on wrong variableThomas Jarosch1-1/+1
2011-08-25Don't close file descriptor twiceThomas Jarosch1-1/+0
2011-08-14Remove use of which.py module.Dominik Riebeling1-9/+12
2011-07-24sbtools: fix version output, add support for options section and product/comp...Amaury Pouly3-15/+126
2011-07-22sbtools: add missing cariage return, implement boot mode command, add C++ sty...Amaury Pouly2-43/+114
2011-07-04elftosb: remove duplicate code, merge two redundant fieldsAmaury Pouly1-9/+6
2011-07-02elftosb: support 'strings' in section id, support load binary at address, sup...Amaury Pouly1-29/+182
2011-06-30elftosb: add support for jumps/calls with one argumentAmaury Pouly2-7/+21
2011-06-13sbtools: add support for the mode command (rarely used) and explicit env vari...Amaury Pouly2-0/+20
2011-06-09sbtools: always check the result of getenv against NULL, use strcasecmp inste...Amaury Pouly2-4/+17
2011-06-09sbtoelf: add environment command to ignore format version checks (some files ...Amaury Pouly1-2/+2
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff10-0/+0
2011-06-04Move various logo files to a single location.Dominik Riebeling1-0/+1
2011-05-30Rockchip rk27xx utilsMarcin Bukat28-0/+1845
2011-05-29Theme Editor: add libskin_parser files to clean rule.Dominik Riebeling1-0/+4
2011-05-13sbtools: fix a few memcpy with overlapping src/dst, fix a parsing bug (would ...Amaury Pouly3-3/+3
2011-05-13sbtools: be more verbose on debug and fix a bug (uninitialized structure)Amaury Pouly2-0/+18
2011-05-08Fix BUILDID getting appended even if not set.Dominik Riebeling1-9/+9