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

Michal Simek michal.simek at xilinx.com
Wed Mar 31 10:17:19 CEST 2021


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



More information about the U-Boot mailing list