aboutsummaryrefslogtreecommitdiff
path: root/linaro_image_tools/media_create/partitions.py
AgeCommit message (Expand)Author
2013-03-25Refactor Highbank support:Fathi Boudra
2013-03-25Highbank support:Fathi Boudra
2013-02-17Third run of pep8 fixes.Stevan Radakovic
2012-10-22Re-applied common logging infrastructure.Milo Casagrande
2012-10-20Revert the use of common logging infrastructure.Fathi Boudra
2012-10-04Fixed logger calls.Milo Casagrande
2012-06-13Removed round function.Milo Casagrande
2012-06-12Fixed unit tests, added new unit test.Milo Casagrande
2012-06-12Fixed bytes rounding to a round-up.Milo Casagrande
2012-06-12Merged from trunk.Milo Casagrande
2012-06-06Applyed review changes, fixed PEP8 warningsMilo Casagrande
2012-06-05Fixed image size calculation to a multiple of 1MiB.Milo Casagrande
2012-05-10Support floating point values such as '1.9G' for --image-size. AddMichael Hope
2012-01-17Make Android sdcard partition always FAT32.Mattias Backman
2011-12-26Adjust error output to use with loggerGeorgy Redkozubov
2011-12-23Fixes pep8 styleGeorgy Redkozubov
2011-12-22Resolved conflictsGeorgy Redkozubov
2011-12-22Added tests for suggested fix.Georgy Redkozubov
2011-12-22Added tests for fixGeorgy Redkozubov
2011-12-21Make Android sdcard partition always FAT32.Jon Medhurst (Tixy)
2011-12-13Proposed fix. Wait in loop for disk being freed and run sfdisk after that.Georgy Redkozubov
2011-12-13Moved fix for bug 718665 to it's own branch since issue couldn't be reproduce...Georgy Redkozubov
2011-12-13Incorporated fix from Guilhermes branch lp:~salgado/linaro-image-tools/717129Georgy Redkozubov
2011-12-08Added loop for wating partitions got created by the udev in function _get_dev...Georgy Redkozubov
2011-07-26Install the imx.53 bootloader when using Android.Bernhard Rosenkranzer
2011-07-26Change the partition_mounted() context manager to only log a warning when umo...Guilherme Salgado
2011-07-25A new contextmanager to use when you want to mount a partition, copy somethin...Guilherme Salgado
2011-06-29Snowball Android image support and testsOla Borgelin
2011-05-31Ignore the extended partition info.Mattias Backman
2011-05-30Get partition info for Android image.Mattias Backman
2011-05-30Sector size as constant.Mattias Backman
2011-05-30Replace 512 with SECTOR_SIZE constant.Mattias Backman
2011-05-26Assert that all partitions are found.Mattias Backman
2011-05-26Use loopback devices for image file.Mattias Backman
2011-05-26Add --image_size option too.Mattias Backman
2011-05-26Add --image_file option to linaro-android-media-createMattias Backman
2011-05-06Use nicer construct to test if a char is a digit.Loïc Minier
2011-05-06Add support for --image_size without any unit; LP: #778426.Loïc Minier
2011-04-29Fix missing count=0 in dd calls and a mention of qemu-img in the testsuite'sLoïc Minier
2011-04-29Use dd instead of qemu-img to create sparse files.Loïc Minier
2011-04-12Create separate config classes for androidjeremy.chang@linaro.org
2011-04-11Introduce boottarball to android to replace the roottarballjeremy.chang@linaro.org
2011-04-05Add a couple XXX/TODO comments for things that need to be fixed.Guilherme Salgado
2011-04-01Add get_android_sfdisk_cmd functionjeremy.chang@linaro.org
2011-04-01Give it a loop over formating same kind partitionsjeremy.chang@linaro.org
2011-03-31Add a EXPERIMENTAL banner for linaro-android-media-createjeremy.chang@linaro.org
2011-03-31Recover the unneeded Keyword arguments change.jeremy.chang@linaro.org
2011-03-30Clean up the android codejeremy.chang@linaro.org
2011-03-23Change sdcard partition to vfat formatjeremy.chang@linaro.org
2011-03-08Add Android images deployment supportjeremy.chang@linaro.org