u-boot-brain/drivers/fastboot
Patrick Delaunay 3acbc7b2aa fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2
Update the code and the configs for eMMC boot and userdata
partitions acces
- FASTBOOT_MMC_BOOT_SUPPORT: boot partition 1 and 2 (erase/write)
- FASTBOOT_MMC_BOOT1_NAME: boot partition 1, default name="mmc0boot0"
- FASTBOOT_MMC_BOOT2_NAME: boot partition 2, default name="mmc0boot1"

This patch also removes the unnecessary dependency with
ARCH_MEDIATEK and EFI_PARTITION.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
2021-02-07 19:22:55 +01:00
..
fb_command.c fastboot: Add support for 'reboot fastboot' command 2020-09-01 14:47:43 +02:00
fb_common.c fastboot: Implement generic fastboot_set_reboot_flag 2021-02-07 19:22:54 +01:00
fb_getvar.c fastboot: getvar: fix partition-size return value 2020-09-01 14:47:43 +02:00
fb_mmc.c fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 2021-02-07 19:22:55 +01:00
fb_nand.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
Kconfig fastboot: mmc: extend flash/erase for both emmc hwpart 1 and 2 2021-02-07 19:22:55 +01:00
Makefile Revert "fastboot: Add default fastboot_set_reboot_flag implementation" 2021-02-07 19:22:54 +01:00