summaryrefslogtreecommitdiff
path: root/utils/sbtools/elf.c (unfollow)
Commit message (Expand)Author
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ...Amaury Pouly
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ...Amaury Pouly
2011-10-29sbtools: fix handling of raw mode, have elf_write looks like elf_read, fix un...Amaury Pouly
2011-10-20sbtools: fix sbtoelf to handle files with more than one hundred commandsAmaury Pouly
2011-09-15sbtools: move the db parse to its own file and improve error messagesAmaury Pouly
2011-09-15sbtools: implement virtual to physical address translation for elf filesAmaury Pouly
2011-05-13sbtools: be more verbose on debug and fix a bug (uninitialized structure)Amaury Pouly
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: move internal elf definition to elf.c, implement elf readingAmaury Pouly
2011-04-17Rename sbinfo to sbtools and sbinfo.c to sbtoelf.c; preparing for future elftosbAmaury Pouly
2011-04-15sbinfo: fix section headers generation (first section is always undefined)Amaury Pouly
2011-03-03sbinfo: fix a few typos (thanks to Kane Xie), correct coding style, now gener...Amaury Pouly
2010-12-01sbinfo: first try at creating an elf file out of the .sb messAmaury Pouly