summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/dbparser.c (unfollow)
Commit message (Collapse)Author
2013-09-10imxtools/efltosb: fix extern() in db filesAmaury Pouly
Change-Id: I5f1acd619b2f280e709d2bd06a28a3e88cc05e27
2013-08-22sbtools: more work on sbtoelf and elftosb, support more attributesAmaury Pouly
Now handle timestamp, sb minor version, component/product versions, section flags. Change-Id: I35313efe60c28f04ea3732b36e5e01be3213cf9e
2013-08-22sbtools: factor code in command parserAmaury Pouly
Change-Id: I790c373b8a0319cdb00650d3c59919bd4b0b96f6
2013-08-22sbtools: now generate a db file along with with elf/rsrc filesAmaury Pouly
Now always generate a "make.db" file which aims at being the exact representation of the file, ie running sbtoelf and elftosb using the generated command file should produce the exact same file (except for the random paddings). We still miss the support for some option parsing to achieve that though. Change-Id: Ib7d6b241f7855fd35225df8ab8e0711f69d9ee5a
2013-06-15sbtools,mkximboot: fix whitespaceAmaury Pouly
Change-Id: I8d8adb783707172d1aaef302366c240310350ed8
2012-05-31imxtools: move tools to a new sbtools/ subdirectoryAmaury Pouly
Change-Id: I0d8d6831b35037725486f61fc363de87bc8ba92e
2012-02-19imxtools: remove most calls to bug/bugp from core library.Amaury Pouly
It should not exit() anymore on error except on malloc failure. Resource leaks on errors (especially I/O) are quite likely though. Change-Id: I6fcf72fb08fc683468b390d0b8745d31ca982b48
2011-11-06sbtools: rename to imxtools, move imx_hid_recovery to imxtools/sbloader, fix ↵Amaury Pouly
tools to correctly handle/free memory, properly return error codes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30907 a1c6a512-1295-4272-9138-f99709370657
2011-11-01sbtools: move sb reading from sbtoelf.c to sb.c with a proper interface, fix ↵Amaury Pouly
sb production bug, fix ugly code, add sb dump code and sbtoelf loopback facility git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30881 a1c6a512-1295-4272-9138-f99709370657
2011-09-16sbtools: implement more complicated integer expression in db files, ↵Amaury Pouly
implement data sections, section attributes, file options, rework command line attributes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30562 a1c6a512-1295-4272-9138-f99709370657
2011-09-15sbtools: move the db parse to its own file and improve error messagesAmaury Pouly
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30557 a1c6a512-1295-4272-9138-f99709370657