Skip to content

Tags: Hashcode/android_bootable_recovery

Tags

v3.05-beta

Toggle v3.05-beta's commit message
beta release v3.05

v3.04-beta

Toggle v3.04-beta's commit message
Beta release v3.04

cm-7.1.0

Toggle cm-7.1.0's commit message
shuffle some code

Change-Id: Ifb5afe8ef6de7b6de58dfc07a30c1f89b5c1eb08

3.x

Toggle 3.x's commit message
Tagging 3.x.

cm-7.0.3

Toggle cm-7.0.3's commit message
bml_over_mtd: Take care of bad blocks on "boot" partition for Samsung…

… Galaxy S Phones.

The Samsung Galaxy S bootloader apparently expects the kernel to be flashed to BML-managed flash - bad erase blocks will be mapped from a reservoir area.
CWM however just skips bad blocks, the usual procedure for mtd-accessed flash.
Consequently, the bootloader sees a corrupt zImage, and will usually crash when the kernel initializes.
This of course will only happen when the "boot" partition has bad blocks.

This patch was written by "eifert" and adds a tool called "bml_over_mtd" for flashing boot images which takes care of bad blocks and maps them to a reservoir area, like BML does.

Change-Id: If570717a19b879d47d70d937a0751cd85853eacd

cm-7.0.2.1

Toggle cm-7.0.2.1's commit message
bml_over_mtd: Take care of bad blocks on "boot" partition for Samsung…

… Galaxy S Phones.

The Samsung Galaxy S bootloader apparently expects the kernel to be flashed to BML-managed flash - bad erase blocks will be mapped from a reservoir area.
CWM however just skips bad blocks, the usual procedure for mtd-accessed flash.
Consequently, the bootloader sees a corrupt zImage, and will usually crash when the kernel initializes.
This of course will only happen when the "boot" partition has bad blocks.

This patch was written by "eifert" and adds a tool called "bml_over_mtd" for flashing boot images which takes care of bad blocks and maps them to a reservoir area, like BML does.

Change-Id: If570717a19b879d47d70d937a0751cd85853eacd

cm-7.0.1

Toggle cm-7.0.1's commit message
format .android_secure on RM data wipe.

Change-Id: If417334263f577f0f1ca9a8c5bf6b63582dbb09f

cm-7.0.0

Toggle cm-7.0.0's commit message
Merge "recovery: Prevent the users from doing stupid things." into gi…

…ngerbread