bmap-flasher: add a several TODO entries
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 29 Oct 2012 15:25:46 +0000 (17:25 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Mon, 29 Oct 2012 15:46:30 +0000 (17:46 +0200)
Just in order to not forget to look at them.

Change-Id: I2a76725955116dcce9a300997593e66a2757245a
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmap-flasher

index cd9c640..e4a8d84 100755 (executable)
@@ -8,8 +8,11 @@
 Write raw image file to the target block device using the block map file.
 The block map file contains the list of blocks which have to be written.
 
-TODO:   switch to using the logger
-        implement --quiet option
+TODO: 1 switch to using the logger
+      2 implement --quiet option
+      3 print flashing speed as well, not only time
+      4 split to cmdl tool and API module - these are really 2 separate things
+      5 flashing without bmap is 2 times slower than dd does when file is .bz2
 """
 
 import argparse