summaryrefslogtreecommitdiff
path: root/utils/sbtools
AgeCommit message (Expand)Author
2011-05-02sbtools: generate a unique name for each sectionAmaury Pouly
2011-05-01sbtools: do not rely on the ELF flags and always assume the entry point is validAmaury Pouly
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