From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Caleb Connolly <caleb.connolly@linaro.org>,
Tom Rini <trini@konsulko.com>, Simon Glass <sjg@chromium.org>,
Lukasz Majewski <lukma@denx.de>,
Caleb Connolly <caleb.connolly@linaro.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Sumit Garg <sumit.garg@linaro.org>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>,
u-boot@lists.denx.de, u-boot-qcom@groups.io
Subject: Re: [PATCH v2 1/8] dfu: add scsi backend
Date: Tue, 28 May 2024 11:10:56 +0200 [thread overview]
Message-ID: <87le3ugv33.fsf@baylibre.com> (raw)
In-Reply-To: <20240527-b4-qcom-capsule-updates-v2-1-47583d7ad428@linaro.org>
Hi Caleb,
Thank you for the patch.
On lun., mai 27, 2024 at 19:17, Caleb Connolly <caleb.connolly@linaro.org> wrote:
> This is extremely similar to the MMC backend, but there are some notable
> differences.
>
> Works with a DFU string like
>
> scsi 4=u-boot-bin part 11
>
> Where "4" is the SCSI dev number (sequential LUN across all SCSI devices)
> and "11" is the partition number.
>
> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
> ---
> doc/usage/dfu.rst | 31 ++++
> drivers/dfu/Kconfig | 7 +
> drivers/dfu/Makefile | 1 +
> drivers/dfu/dfu.c | 5 +-
> drivers/dfu/dfu_scsi.c | 437 +++++++++++++++++++++++++++++++++++++++++++++++++
> include/dfu.h | 26 +++
> 6 files changed, 506 insertions(+), 1 deletion(-)
I reviewed this here [1]. I could not find any response on that thread.
Could you please respond there or address the remarks for v3, please?
[1] https://lore.kernel.org/r/87o7a94pe1.fsf@baylibre.com
>
> diff --git a/doc/usage/dfu.rst b/doc/usage/dfu.rst
> index 8cc09c308d82..dc4f8d672f99 100644
> --- a/doc/usage/dfu.rst
> +++ b/doc/usage/dfu.rst
> @@ -166,8 +166,38 @@ mmc
[...]
> --
> 2.45.0
next prev parent reply other threads:[~2024-05-28 9:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-27 17:17 [PATCH v2 0/8] qcom: implement capsule updates Caleb Connolly
2024-05-27 17:17 ` [PATCH v2 1/8] dfu: add scsi backend Caleb Connolly
2024-05-28 9:10 ` Mattijs Korpershoek [this message]
2024-05-28 16:27 ` Caleb Connolly
2024-05-27 17:17 ` [PATCH v2 2/8] disk: expose partition type flags Caleb Connolly
2024-05-27 17:17 ` [PATCH v2 3/8] mmc: msm_sdhci: work around a bug when writing Caleb Connolly
2024-05-28 8:04 ` Neil Armstrong
2024-05-27 17:17 ` [PATCH v2 4/8] mach-snapdragon: implement capsule update support Caleb Connolly
2024-05-27 17:17 ` [PATCH v2 5/8] qcom_defconfig: savedefconfig Caleb Connolly
2024-05-28 8:05 ` Neil Armstrong
2024-05-27 17:17 ` [PATCH v2 6/8] mach-snapdragon: use SYSRESET_PSCI Caleb Connolly
2024-05-28 8:04 ` Neil Armstrong
2024-05-28 8:28 ` Ilias Apalodimas
2024-05-27 17:17 ` [PATCH v2 7/8] mach-snapdragon: bump up heap size Caleb Connolly
2024-05-28 8:04 ` Neil Armstrong
2024-05-28 8:29 ` Ilias Apalodimas
2024-05-27 17:17 ` [PATCH v2 8/8] qcom_defconfig: enable capsule update support Caleb Connolly
2024-05-30 9:55 ` Ilias Apalodimas
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=87le3ugv33.fsf@baylibre.com \
--to=mkorpershoek@baylibre.com \
--cc=caleb.connolly@linaro.org \
--cc=ilias.apalodimas@linaro.org \
--cc=lukma@denx.de \
--cc=neil.armstrong@linaro.org \
--cc=sjg@chromium.org \
--cc=sumit.garg@linaro.org \
--cc=trini@konsulko.com \
--cc=u-boot-qcom@groups.io \
--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