raw.py: switch to the BmapCreate module
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 22 Nov 2012 15:41:39 +0000 (17:41 +0200)
committerGui Chen <gui.chen@intel.com>
Tue, 8 Jan 2013 12:08:51 +0000 (20:08 +0800)
commit567fc7ad08ebbce84e1cb6894d35749b17637fa3
treee2243927c7c30d64b2ef2d30deaeb259a80592bd
parent770af734f49d4b22944b136ba031383e91da1fd4
raw.py: switch to the BmapCreate module

The bmaptools project now has a nice 'BmapCreate' API module, which contains
all the bmap creation functionality, gets improved and bug-fixed, as well as
tested.

Already now it is better then the old mic implementation because it uses the
FIEMAP ioctl instead of FIBMAP, and FIEMAP does not require root.

In order to get all the goodies of the library and avoid code duplication
and double maintanace efforts - switch to the BmapCreate library and kill
own bmap implementation.

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