summaryrefslogtreecommitdiffstats
path: root/bmlutils/bmlutils.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-12Make TWRP compile for arm64Ethan Yonker1-44/+1
-Remove dosfstools for arm64 until we can make it compile -Fix TW_USE_TOOLBOX flag to work again -Fix symlinking and handling of sh when using mksh -Fix legacy properties to find futex_wake function -Fix libcrecovery to not use bsd_signal anymore -Fix rules for building with regards to libcrecovery -Update toolbox_recovery rules to compile tools in lollipop -Fix a few compile errors specific to arm64 Testers report that TWRP does not boot on Nexus 9 and we fail to get a shell for adb shell. At least it compiles without errors. Change-Id: I286be8628defb60cc527b8a548c0bdfcb0ebb574
2014-10-07applypatch: add support for BML partitionsConn O'Griofa1-9/+1
This actually uses the EMMC partition access code. In order for this to work, the BML partition name is changed back to the block device name (e.g. "boot" -> "/dev/block/bml9"), and the BML_UNLOCK_ALL ioctl is called before writing. Change-Id: I012f1eca0b486b7465ca38b5db1f513ee8a246ea
2012-09-27Update sdcard partitioning to C++Dees_Troy1-2/+0
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+251
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere