1. 03 Mar, 2012 1 commit
  2. 02 Mar, 2012 4 commits
  3. 01 Mar, 2012 5 commits
  4. 28 Feb, 2012 13 commits
  5. 27 Feb, 2012 3 commits
  6. 26 Feb, 2012 1 commit
  7. 24 Feb, 2012 9 commits
  8. 23 Feb, 2012 2 commits
  9. 18 Feb, 2012 1 commit
    • Anatol Pomazau's avatar
      Implement 'fastboot format' command · c8ba5366
      Anatol Pomazau authored
      Some filesystems (e.g. ext4) require flushing an initial
      fs image, right after erasing it the partition is unusable.
      
      Doing erase,flush emptyfs is a little bit scaring so we have a
      separate command that performs it as atomic step:
      
       - get size of partition
       - create an empty filesystem image
       - erase the partition
       - flush empty fs to the partition
      
      This command applicable only for ext4 filesystem and checks the
      partition type before formatting it.
      
      Change-Id: I8529bc3485739487f0d91312f7c0ab1a6e5d8b44
      c8ba5366
  10. 14 Feb, 2012 1 commit