Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | MA-5830 Align Fastboot NAND config with bootloader partition 64M | guoyin.chen | 2014-12-02 | -0/+4 |
| | | | | | | | Align the "MLK-9918: Reserve more space in uboot partition for NAND boot configurations" to enlarge the bootloader partition to be 64M Signed-off-by: guoyin.chen <guoyin.chen@freescale.com> | |||
* | ENGR00321260-2 iMX6:Android: Append the "androidboot.serialno" to bootargs | Ye.Li | 2014-07-04 | -0/+2 |
| | | | | | | | | | | | | | Android supports to two ways to pass serialno: 1. ATAG_SERIAL 2. "androidboot.serialno=" argument in boot commandline. Since we support the DTB for android, so the ATAGS can't work. We have to choose the second way. This patch only applys the bootargs in bootimg, while the bootargs saved in u-boot env variables won't have this argument appended. Signed-off-by: Ye.Li <B37916@freescale.com> | |||
* | ENGR00315499-10 ARM:imx6:sabresd/sabreauto Add android fastboot supporting | Nitin Garg | 2014-06-13 | -0/+55 |
Support android features: fastboot, booti command and recovery for sabresd SD, sabresd eMMC, sabreauto SD, sabreauto NAND. For all booting media (SD, eMMC, NAND), inherits the partitions layout from v2009.08. Fastboot will detect the booting media to replace hardcoding fastboot device. SATA is not supported. FDT is supported to use the "unused" fields in bootimg header which requires the FDT to be combined into the boot.img. For non-FDT boot.img, the "unused" fields should left to NULL and is compatible to boot. Signed-off-by: Ye.Li <B37916@freescale.com> Signed-off-by: Nitin Garg <nitin.garg@freescale.com> |