mbox series

[0/7] J721e: Add support for DFU boot mode

Message ID 20200127122929.25179-1-vigneshr@ti.com
Headers show
Series J721e: Add support for DFU boot mode | expand

Message

Raghavendra, Vignesh Jan. 27, 2020, 12:29 p.m. UTC
This series adds support to boot via USB DFU mode.

Vignesh Raghavendra (7):
  arm: mach-k3: j721e: Rename BOOT_DEVICE_USB to BOOT_DEVICE_DFU
  arm: mach-k3: sysfw-loader: Add support to download SYSFW via DFU
  arm: dts: k3-j721e-common-proc-board: Enable USB0 in peripheral mode
  configs: j721e_evm: Add DFU related variables
  configs: j721e_evm_r5_defconfig: Increase early malloc size
  configs: j721e_evm_r5/a72_defconfig: Enable USB Gadget related configs
  configs: j721e_evm_r5/a72_defconfig: Enable DFU related configs

 .../arm/dts/k3-j721e-r5-common-proc-board.dts | 18 +++++++++++
 arch/arm/mach-k3/include/mach/j721e_spl.h     |  2 +-
 arch/arm/mach-k3/sysfw-loader.c               | 30 +++++++++++++++++++
 configs/j721e_evm_a72_defconfig               |  6 ++++
 configs/j721e_evm_r5_defconfig                | 17 ++++++++++-
 include/configs/j721e_evm.h                   |  4 +++
 6 files changed, 75 insertions(+), 2 deletions(-)

Comments

Andreas Dannenberg Jan. 27, 2020, 4:11 p.m. UTC | #1
On Mon, Jan 27, 2020 at 05:59:22PM +0530, Vignesh Raghavendra wrote:
> This series adds support to boot via USB DFU mode.
> 
> Vignesh Raghavendra (7):
>   arm: mach-k3: j721e: Rename BOOT_DEVICE_USB to BOOT_DEVICE_DFU
>   arm: mach-k3: sysfw-loader: Add support to download SYSFW via DFU
>   arm: dts: k3-j721e-common-proc-board: Enable USB0 in peripheral mode
>   configs: j721e_evm: Add DFU related variables
>   configs: j721e_evm_r5_defconfig: Increase early malloc size
>   configs: j721e_evm_r5/a72_defconfig: Enable USB Gadget related configs
>   configs: j721e_evm_r5/a72_defconfig: Enable DFU related configs

For all patches in the series:

Reviewed-by: Andreas Dannenberg <dannenberg@ti.com>

--
Andreas Dannenberg
Texas Instruments Inc


> 
>  .../arm/dts/k3-j721e-r5-common-proc-board.dts | 18 +++++++++++
>  arch/arm/mach-k3/include/mach/j721e_spl.h     |  2 +-
>  arch/arm/mach-k3/sysfw-loader.c               | 30 +++++++++++++++++++
>  configs/j721e_evm_a72_defconfig               |  6 ++++
>  configs/j721e_evm_r5_defconfig                | 17 ++++++++++-
>  include/configs/j721e_evm.h                   |  4 +++
>  6 files changed, 75 insertions(+), 2 deletions(-)
> 
> -- 
> 2.25.0
>
Lokesh Vutla Feb. 4, 2020, 4:04 a.m. UTC | #2
On 27/01/20 5:59 PM, Vignesh Raghavendra wrote:
> This series adds support to boot via USB DFU mode.

Series pulled into u-boot-ti tree.

Thanks and regards,
Lokesh