All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/1] colibri_imx7: fastboot support
@ 2019-05-31 10:19 Igor Opaniuk
  2019-06-06 10:36 ` Marcel Ziswiler
  2019-06-10  9:40 ` sbabic at denx.de
  0 siblings, 2 replies; 3+ messages in thread
From: Igor Opaniuk @ 2019-05-31 10:19 UTC (permalink / raw)
  To: u-boot

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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH 1/1] colibri_imx7: fastboot support
  2019-05-31 10:19 [U-Boot] [PATCH 1/1] colibri_imx7: fastboot support Igor Opaniuk
@ 2019-06-06 10:36 ` Marcel Ziswiler
  2019-06-10  9:40 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: Marcel Ziswiler @ 2019-06-06 10:36 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot]  [PATCH 1/1] colibri_imx7: fastboot support
  2019-05-31 10:19 [U-Boot] [PATCH 1/1] colibri_imx7: fastboot support Igor Opaniuk
  2019-06-06 10:36 ` Marcel Ziswiler
@ 2019-06-10  9:40 ` sbabic at denx.de
  1 sibling, 0 replies; 3+ messages in thread
From: sbabic at denx.de @ 2019-06-10  9:40 UTC (permalink / raw)
  To: u-boot

> 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-10  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-31 10:19 [U-Boot] [PATCH 1/1] colibri_imx7: fastboot support Igor Opaniuk
2019-06-06 10:36 ` Marcel Ziswiler
2019-06-10  9:40 ` sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.