public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@xilinx.com>
To: u-boot@lists.denx.de
Subject: [PATCH 0/6] xilinx: Align usb dfu boot mode and bootcommand with distroboot
Date: Wed, 31 Mar 2021 10:17:19 +0200	[thread overview]
Message-ID: <cover.1617178642.git.michal.simek@xilinx.com> (raw)

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

             reply	other threads:[~2021-03-31  8:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-31  8:17 Michal Simek [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1617178642.git.michal.simek@xilinx.com \
    --to=michal.simek@xilinx.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox