public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/6] xilinx: Align usb dfu boot mode and bootcommand with distroboot
@ 2021-03-31  8:17 Michal Simek
  2021-03-31  8:17 ` [PATCH 1/6] cmd: dfu: Propagate error if dfu gadget fails Michal Simek
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Michal Simek @ 2021-03-31  8:17 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2021-04-23  6:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-31  8:17 [PATCH 0/6] xilinx: Align usb dfu boot mode and bootcommand with distroboot Michal Simek
2021-03-31  8:17 ` [PATCH 1/6] cmd: dfu: Propagate error if dfu gadget fails Michal Simek
2021-03-31  8:17 ` [PATCH 2/6] xilinx: zynqmp: Add usb dfu/thor distro boot support Michal Simek
2021-03-31  8:17 ` [PATCH 3/6] xilinx: zynqmp: Remove dfu_ram_info setup Michal Simek
2021-03-31  8:17 ` [PATCH 4/6] xilinx: versal: Add usb dfu/thor distro boot support Michal Simek
2021-03-31  8:17 ` [PATCH 5/6] xilinx: zynq: " Michal Simek
2021-03-31  8:17 ` [PATCH 6/6] xilinx: Enable DFU_TIMEOUT config Michal Simek
2021-04-23  6:45 ` [PATCH 0/6] xilinx: Align usb dfu boot mode and bootcommand with distroboot Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox