mbox series

[0/6] xilinx: Align usb dfu boot mode and bootcommand with distroboot

Message ID cover.1617178642.git.michal.simek@xilinx.com
Headers show
Series xilinx: Align usb dfu boot mode and bootcommand with distroboot | expand

Message

Michal Simek March 31, 2021, 8:17 a.m. UTC
Hi,

usb dfu was handled differently then other boot commands.
First of all fix usb dfu boot mode for zynqmp where usb boot
mode is not usb host but usb dfu.
Align also versal, zynq and zynqmp implementations to each other.

Thanks,
Michal


Michal Simek (2):
  cmd: dfu: Propagate error if dfu gadget fails
  xilinx: zynqmp: Remove dfu_ram_info setup

T Karthik Reddy (4):
  xilinx: zynqmp: Add usb dfu/thor distro boot support
  xilinx: versal: Add usb dfu/thor distro boot support
  xilinx: zynq: Add usb dfu/thor distro boot support
  xilinx: Enable DFU_TIMEOUT config

 board/xilinx/versal/board.c          |  2 +-
 board/xilinx/zynqmp/zynqmp.c         |  2 +-
 cmd/dfu.c                            |  2 +-
 configs/xilinx_versal_virt_defconfig |  1 +
 configs/xilinx_zynq_virt_defconfig   |  1 +
 configs/xilinx_zynqmp_virt_defconfig |  1 +
 include/configs/syzygy_hub.h         |  1 -
 include/configs/topic_miami.h        |  1 -
 include/configs/xilinx_versal.h      | 52 ++++++++++++------------
 include/configs/xilinx_zynqmp.h      | 49 ++++++++++++++--------
 include/configs/zynq-common.h        | 61 ++++++++++++++--------------
 11 files changed, 94 insertions(+), 79 deletions(-)

Comments

Michal Simek April 23, 2021, 6:45 a.m. UTC | #1
st 31. 3. 2021 v 10:17 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Hi,
>
> usb dfu was handled differently then other boot commands.
> First of all fix usb dfu boot mode for zynqmp where usb boot
> mode is not usb host but usb dfu.
> Align also versal, zynq and zynqmp implementations to each other.
>
> Thanks,
> Michal
>
>
> Michal Simek (2):
>   cmd: dfu: Propagate error if dfu gadget fails
>   xilinx: zynqmp: Remove dfu_ram_info setup
>
> T Karthik Reddy (4):
>   xilinx: zynqmp: Add usb dfu/thor distro boot support
>   xilinx: versal: Add usb dfu/thor distro boot support
>   xilinx: zynq: Add usb dfu/thor distro boot support
>   xilinx: Enable DFU_TIMEOUT config
>
>  board/xilinx/versal/board.c          |  2 +-
>  board/xilinx/zynqmp/zynqmp.c         |  2 +-
>  cmd/dfu.c                            |  2 +-
>  configs/xilinx_versal_virt_defconfig |  1 +
>  configs/xilinx_zynq_virt_defconfig   |  1 +
>  configs/xilinx_zynqmp_virt_defconfig |  1 +
>  include/configs/syzygy_hub.h         |  1 -
>  include/configs/topic_miami.h        |  1 -
>  include/configs/xilinx_versal.h      | 52 ++++++++++++------------
>  include/configs/xilinx_zynqmp.h      | 49 ++++++++++++++--------
>  include/configs/zynq-common.h        | 61 ++++++++++++++--------------
>  11 files changed, 94 insertions(+), 79 deletions(-)
>
> --
> 2.31.0
>

Applied all.
M