aboutsummaryrefslogtreecommitdiffstats
path: root/mmcutils
Commit message (Collapse)AuthorAgeFilesLines
* recovery: fix build on x86Emilio López2012-11-101-2/+0
| | | | | | Recovery fails to build for x86 targets without these Change-Id: Ib40d61a15ef8c3e23c6f667c0d13f744213b34fa
* use source built e2fsprogs! thanks cvpcs!Koushik Dutta2012-01-302-9/+0
| | | | Change-Id: Id3067d4da53643ae1af0b9f15445262afda7b197
* Revert "zero the partiiton before writing to it."Koushik Dutta2011-10-231-1/+0
| | | | This reverts commit 17fd32d0a2f0aa042cdac1c0d31d6401ba10c7c5.
* zero the partiiton before writing to it.Koushik Dutta2011-10-221-0/+1
| | | | Change-Id: I4717fd45c822a2026f907914c900cf8c60d8a48d
* add some error logging to mmcutilsKoushik Dutta2011-08-311-3/+9
| | | | Change-Id: I4c886822e7d47a0b5636bfc656039b171303d4e5
* Revert "use BOARD_HAS_SMALL_RECOVERY instead of BOARD_HAS_LARGE_FILESYSTEM"Koushik Dutta2011-06-272-3/+3
| | | | This reverts commit 5ab3281dbeec1fabaed6cce1cc142c26b44779f7.
* Revert "reversed logic"Koushik Dutta2011-06-271-1/+1
| | | | This reverts commit 9e0869367084267855341758e23b4bf92907f5c3.
* reversed logicKoushik Dutta2011-06-271-1/+1
| | | | Change-Id: Ie29418d7e3d82345f82888ade3eabdf6af5865f6
* use BOARD_HAS_SMALL_RECOVERY instead of BOARD_HAS_LARGE_FILESYSTEMKoushik Dutta2011-06-272-3/+3
| | | | Change-Id: I7fe8bf226bdcf6429df62ae7fee82b5dabe6725b
* Fix makefile failSteve Kondik2011-03-211-1/+1
| | | | Change-Id: I47e0332d2c8aff8909cc5f0cc75195b1ed3fc688
* Recovery: rearrage defines to fix recovery for mecha andTony Layher2011-03-211-0/+4
| | | | | | not break it for toastcfh Change-Id: If6d4ced872bc04fc5d02803672c8279c82fe9ea3
* fix potential break that toastcfh found?Koushik Dutta2011-03-201-2/+7
| | | | Change-Id: I590bf171a78380daaa9ea65b4ece726b64c7cd23
* Recovery: Add support for filesystems >2gbTony Layher2011-03-201-2/+2
| | | | | | | | Add a prebuilt static linked mke2fs with support for >2gb FS. Add board_has_large_filesystem define Adjust mmcutils for differences between busybox and static mke2fs Change-Id: Ib02771ee161e8874b6840067dc8682fc63ad6513
* fix erroneous detection of device flash type when device is explicitly ↵Koushik Dutta2011-03-171-14/+12
| | | | | | provided. fix bugs in mount generation. Change-Id: I54a35390550b1384f12c4b12267029d77bef8fa3
* fix wimax backup for emmcKoushik Dutta2011-03-061-8/+17
| | | | Change-Id: I3da8a3d9411b52e07bebe6214f86dd12ac98bb82
* Use raw partition functions for emmcChristopher Lais2011-01-161-0/+21
| | | | Change-Id: Ia5d9f18d43228a08f12633d432b299def8e26ae1
* Support for ext2 and ext3 update-binary.Koushik Dutta2011-01-022-3/+31
| | | | Change-Id: Ide34392bd8ac56878aa3e992b275a39d6b6bc7cf
* readd ext2/ext3 format support.Koushik Dutta2011-01-011-1/+1
| | | | Change-Id: I58652abaea8f7a52b70bc1b14aec5b530fe70382
* Merge from ClockworkMod recoveryKoushik Dutta2010-12-181-0/+1
| | | | Change-Id: Id5b312147173ced559a62d97029acede6c2f8766
* recovery: Autodetection of device flash typeSteve Kondik2010-11-141-7/+7
| | | | | | | | Detect flash type at runtime rather than requiring this to be set in the device configuration. The detection is based on the existence of /proc/mtd, /proc/emmc, or /dev/block/bml1. Change-Id: I464962a567022c5862c249f06d36c2d1cddeacba
* fix up implementation of int get_partition_deviceKoushik Dutta2010-11-111-3/+4
| | | | Change-Id: I142b15228322790892dd07b10d6a3f31440badc7
* Refactor recovery's block device handling to work across variant hardware in ↵Koushik Dutta2010-11-102-10/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a cleaner fashion. Re add firmware update Change-Id: I699ad22390ed14e597d17a7bcb32ad1b1af00b4b support mmc misc Change-Id: Iff02f8d03db6835f501d052140cebeefee521305 fix compile errors Change-Id: I032edbd157a8a15f561bb83330c715ebaa008d18 fix compile errors Change-Id: Idff3449be3376f22fceefc2c35637527f8df8f3f Initial work to clean up the block devices. Change-Id: I4be20ac124864a281be9cd116e211a2618404a27 all done Change-Id: I0338f62f6a045556ebe90b0200685be113178319 fix up nandroid Change-Id: I886f00271183e6d2921c080b0939341f2cf12a4d
* Changes to support Vision recovery. Fixing up a lot of bugs related to the ↵Koushik Dutta2010-11-092-15/+71
| | | | | | CodeAurora mmc commit. Change-Id: I9b71070fe41559a5d93d3c35efc3a511b7088e8e
* [recovery]: Add support for OTA upgrade on mmc devices.Shashank Mittal2010-10-123-0/+515
Change-Id: I8f230dfa5be4e9f142765797d949e10434e1fdeb