imxtools: introduce rsrctool to manipulate rsrc sections
commitee36a396cd1619585a83803630db2d79b6cbefbd
authorAmaury Pouly <amaury.pouly@gmail.com>
Thu, 29 Nov 2012 16:27:34 +0000 (29 17:27 +0100)
committerAmaury Pouly <amaury.pouly@gmail.com>
Thu, 29 Nov 2012 16:30:54 +0000 (29 17:30 +0100)
treed24e9737433147ef3e57f00f8734f0e54123b810
parent0ee512ca04e52b62550bd06532ffa67bdeab3d04
imxtools: introduce rsrctool to manipulate rsrc sections

This tool is very preliminary but could be use for whatever
purpose since the format of the rsrc sections is now known.
By the way it appears that this format is the same as the
one use by the stmp36xx for its resources.

Change-Id: Idd7057f5cdce5af9726904169bb100c8bacb0981
utils/imxtools/sbtools/Makefile
utils/imxtools/sbtools/rsrc.c [new file with mode: 0644]
utils/imxtools/sbtools/rsrc.h [new file with mode: 0644]
utils/imxtools/sbtools/rsrctool.c [new file with mode: 0644]