Add block map functionality
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 28 Sep 2012 10:26:56 +0000 (13:26 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 8 Oct 2012 08:51:29 +0000 (11:51 +0300)
commit06b2f63117fd247dd2e462472c21e2a7ff162f26
treeb173126735733e2aa9b4f2dd2a15aab03e037ff9
parentd74a55dac569ae5d4c4914c78ec79545c8cab1f1
Add block map functionality

This patch add a 'generate_bmap()' method to the RawImageCreator
class and makes the '--generate-bmap' option actually work. The generated
file has '.bmap' extention and the same name as the raw image file.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
Change-Id: I54ab3bc7274160c697dce4f8e296b46dda28cdd2
mic/imager/raw.py
plugins/imager/raw_plugin.py