Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | ENGR00127368 UBOOT: Make the android recovery code common for platformsrel_imx_2.6.31_10.09.00 | Xinyu Chen | 2010-09-10 | -2/+2 |
| | | | | | | | | | | | | | | Move the android recovery codes into common/recovery.c. Cut the keypad detecting time. Now we only need detect there's POWER and HOME key pressing at the time scanning keyboard matrix. So user must hold these two keys when bootup to enter recovery mode. This can reduce the uboot boot time with recovery mode configured. Later /cache file checking for recovery command should be merged into the common/recovery.c Signed-off-by: Xinyu Chen <xinyu.chen@freescale.com> | |||
* | ENGR00118362: Correct recovery NAND cmd | Terry Lv | 2009-11-12 | -1/+1 |
| | | | | | | | | | This patch will fix three issues: 1. Add boot device detection. 2. Use right nand command in anroid for recovery mode. 3. Recovery mode code clean. Signed-off-by: Terry Lv <r65388@freescale.com> | |||
* | ENGR00116083: Recovery mode support for Android on mx51. | Terry Lv | 2009-09-10 | -0/+201 |
Recovery mode support for Android on mx51. Signed-off-by: Terry Lv <r65388@freescale.com> |