]> git.baikalelectronics.ru Git - uboot.git/commit
fastboot: mt85xx: add command to flash/erase emmc hwpart
authormingming lee <mingming.lee@mediatek.com>
Thu, 16 Jan 2020 08:11:42 +0000 (16:11 +0800)
committerTom Rini <trini@konsulko.com>
Sat, 25 Jan 2020 17:04:36 +0000 (12:04 -0500)
commit1f20b990236a29028ad75c1f9686c6d368700ee5
tree5479615481a2601b478671c2537eff681fd799ea
parenta1f72974afdaff0b801f6c1374ad00b03e8bf133
fastboot: mt85xx: add command to flash/erase emmc hwpart

This patch includes the following:
1. Add fastboot command to erase the whole EMMC_USER
2. Add fastboot command to flash image at EMMC_BOOT1
3. Add fastboot command to erase the whole EMMC_BOOT1
4. Enale CONFIG_FASTBOOT_MMC_BOOT1_SUPPORT for mt8518

Signed-off-by: mingming lee <mingming.lee@mediatek.com>
configs/mt8518_ap1_emmc_defconfig
drivers/fastboot/Kconfig
drivers/fastboot/fb_mmc.c