summaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2012-02-26Append "64bit" only on 64bit binary.Dominik Riebeling1-3/+12
2012-02-19imxtools: remove most calls to bug/bugp from core library.Amaury Pouly6-14/+50
2012-02-08imxtools: use rand() instead of /dev/random.Dominik Riebeling1-6/+4
2012-02-06When writing data from repository open file as binary.Dominik Riebeling1-1/+1
2012-02-05Update deployment script for git.Dominik Riebeling1-40/+21
2012-02-05Python module to get (some) files from the repository.Dominik Riebeling1-0/+183
2012-01-27sbloader: always send packets of size xfer_size (even the first). Also mainta...Amaury Pouly1-24/+43
2012-01-05Rockbox Utility: add missing folder to deployment script.Dominik Riebeling1-0/+1
2012-01-04zenutils: remove unused empty fileRafaël Carré1-0/+0
2011-12-24ypr0: Add variables to provide a argv and stdout/err redirection for running ...Thomas Martitz2-1/+7
2011-12-24Initial commit of the Samsung YP-R0 port.Thomas Martitz21-0/+2939
2011-12-17imxtools: fix compilation when cross compiling for windows (tm doesn't have t...Amaury Pouly1-2/+10
2011-12-13amsinfo: save files with .bin extensionRafaël Carré1-2/+2
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