summaryrefslogtreecommitdiffstats
path: root/recovery
Commit message (Collapse)AuthorAgeFilesLines
* delay recovery startup until emmc block devices existDoug Zongker2010-10-241-0/+31
| | | | | | | | | | | recovery can get started before the kernel has created the EMMC devices, which will make the wipe_data operation fail (trying to open a device that doesn't exist). Hold up the start of recovery for up to 5 seconds waiting for the userdata partition block device to exist. Bug: 3126195 Change-Id: I2b3d74cc3ffdc69372cdba00d3ffdc5251d8c6b3
* S5PC11X: RECOVERY: Apply "apply update from /sdcard" in recovery module.chunggeol.kim2010-09-281-6/+2
| | | | | | Signed-off-by: chunggeol.kim <chunggeol.kim@samsung.com> Change-Id: I1f8c846a1d403b75305284dc5d280ff0b0453204
* S5PC11X: RECOVERY: update the Key_value for using recovery UIchunggeol.kim2010-09-171-5/+3
| | | | Change-Id: Id1b422561c84df3ba36211aa4de51dbea8aa4d07
* Move crepo-conditionals to the leaves.Jean-Baptiste Queru2010-09-031-0/+4
| | | | | | | | | | | | Two benefits: -this follows the convention that all Android.mk files are included, i.e. that reading an Android.mk file shows the entire picture. -this allows some of the leaves to become non-conditional, to increase the number of device-specific modules that are compiled in each build, which allows catching build breakages earlier. Change-Id: I060a4aecc4b5d53b9ca56f13b8599b8fa560f896
* add recovery UI library for crespoDoug Zongker2010-08-312-0/+98
Change-Id: I06999ad6ee3b56cc5f952cb44ccfaf1f53930aa6