[U-Boot] [PATCH 1/1] colibri_imx7: fastboot support

From: Igor Opaniuk igor.opaniuk@toradex.com
Enable fastboot support (including "fastboot oem" subset of commands).
Signed-off-by: Igor Opaniuk igor.opaniuk@toradex.com --- configs/colibri_imx7_emmc_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig index f66602c0c3..b91ab5df69 100644 --- a/configs/colibri_imx7_emmc_defconfig +++ b/configs/colibri_imx7_emmc_defconfig @@ -67,3 +67,11 @@ CONFIG_VIDEO=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_USB=y +CONFIG_FASTBOOT=y +CONFIG_FASTBOOT_USB_DEV=0 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=0 +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x82000000 +CONFIG_FASTBOOT_BUF_SIZE=0x10000000

On Fri, 2019-05-31 at 13:19 +0300, Igor Opaniuk wrote:
From: Igor Opaniuk igor.opaniuk@toradex.com
Enable fastboot support (including "fastboot oem" subset of commands).
Signed-off-by: Igor Opaniuk igor.opaniuk@toradex.com
Reviewed-by: Marcel Ziswiler marcel.ziswiler@toradex.com
configs/colibri_imx7_emmc_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/configs/colibri_imx7_emmc_defconfig b/configs/colibri_imx7_emmc_defconfig index f66602c0c3..b91ab5df69 100644 --- a/configs/colibri_imx7_emmc_defconfig +++ b/configs/colibri_imx7_emmc_defconfig @@ -67,3 +67,11 @@ CONFIG_VIDEO=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DM_USB=y +CONFIG_FASTBOOT=y +CONFIG_FASTBOOT_USB_DEV=0 +CONFIG_FASTBOOT_FLASH=y +CONFIG_FASTBOOT_FLASH_MMC_DEV=0 +CONFIG_FASTBOOT_CMD_OEM_FORMAT=y +CONFIG_USB_FUNCTION_FASTBOOT=y +CONFIG_FASTBOOT_BUF_ADDR=0x82000000 +CONFIG_FASTBOOT_BUF_SIZE=0x10000000

From: Igor Opaniuk igor.opaniuk@toradex.com Enable fastboot support (including "fastboot oem" subset of commands). Signed-off-by: Igor Opaniuk igor.opaniuk@toradex.com Reviewed-by: Marcel Ziswiler marcel.ziswiler@toradex.com
Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic
participants (3)
-
Igor Opaniuk
-
Marcel Ziswiler
-
sbabic@denx.de