From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: neil.armstrong@linaro.org, Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de, Dmitrii Merkurev <dimorinny@google.com>
Subject: Re: [PATCH RFT v2 0/3] fastboot: add support for generic block flashing
Date: Mon, 14 Apr 2025 11:21:34 +0200 [thread overview]
Message-ID: <8734ebdroh.fsf@baylibre.com> (raw)
In-Reply-To: <34a1d183-406d-41e0-8c62-99940b4892ed@linaro.org>
Hey Neil,
On lun., avril 14, 2025 at 11:13, Neil Armstrong <neil.armstrong@linaro.org> wrote:
> Hi Mattijs,
>
> On 09/04/2025 09:58, neil.armstrong@linaro.org wrote:
>> This serie permits using any block device as target
>> for fastboot by moving the generic block logic into
>> a common set of helpers and also use them as generic
>> backend.
>>
>> The erase logic has been extended to support software
>> erase since only 2 block drivers exposes the erase
>> operation.
>>
>> Tests are welcome to make sure this series doesn't
>> introduce any regressions on the emmc backend.
>
> Could you get an eye on this v2 ?
Yes, it's on my radar. I plan to test the emmc backend on Khadas VIM3. I
have not gotten to it yet, but will do this week.
Thank you for your patience.
Mattijs
>
> Thanks,
> Neil
>
>>
>> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
>> ---
>> Changes in v2:
>> - Dropped applied virtio erase patch
>> - Reorganize patches, introducing helpers first, using them in mmc afterwards
>> - Added soft-erase logic
>> - Added move helpers to handle the partitions erase & flash from emmc
>> - Fixed const var on last patch
>> - Link to v1: https://lore.kernel.org/all/20240306185921.1854109-1-dimorinny@google.com/
>>
>> ---
>> Dmitrii Merkurev (3):
>> fastboot: blk: introduce fastboot block flashing support
>> fastboot: blk: switch emmc to use the block helpers
>> fastboot: integrate block flashing back-end
>>
>> drivers/fastboot/Kconfig | 20 ++-
>> drivers/fastboot/Makefile | 4 +-
>> drivers/fastboot/fb_block.c | 313 ++++++++++++++++++++++++++++++++++++++++++
>> drivers/fastboot/fb_command.c | 8 ++
>> drivers/fastboot/fb_common.c | 16 ++-
>> drivers/fastboot/fb_getvar.c | 8 +-
>> drivers/fastboot/fb_mmc.c | 210 ++--------------------------
>> include/fb_block.h | 104 ++++++++++++++
>> 8 files changed, 477 insertions(+), 206 deletions(-)
>> ---
>> base-commit: f892a7f397a66d8d09f418d1e0e06dfb48bac27d
>> change-id: 20250408-topic-fastboot-blk-c5e14cd59224
>>
>> Best regards,
next prev parent reply other threads:[~2025-04-14 9:21 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-09 7:58 [PATCH RFT v2 0/3] fastboot: add support for generic block flashing neil.armstrong
2025-04-09 7:58 ` [PATCH RFT v2 1/3] fastboot: blk: introduce fastboot block flashing support neil.armstrong
2025-04-22 13:17 ` Mattijs Korpershoek
2025-04-23 7:38 ` Neil Armstrong
2025-04-29 8:04 ` Mattijs Korpershoek
2025-04-29 10:45 ` Dmitrii Merkurev
2025-04-29 12:32 ` Mattijs Korpershoek
2025-04-29 13:04 ` neil.armstrong
2025-04-29 16:22 ` neil.armstrong
2025-04-09 7:58 ` [PATCH RFT v2 2/3] fastboot: blk: switch emmc to use the block helpers neil.armstrong
2025-04-09 7:58 ` [PATCH RFT v2 3/3] fastboot: integrate block flashing back-end neil.armstrong
2025-04-14 9:13 ` [PATCH RFT v2 0/3] fastboot: add support for generic block flashing Neil Armstrong
2025-04-14 9:21 ` Mattijs Korpershoek [this message]
2025-04-17 14:58 ` Mattijs Korpershoek
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=8734ebdroh.fsf@baylibre.com \
--to=mkorpershoek@kernel.org \
--cc=dimorinny@google.com \
--cc=neil.armstrong@linaro.org \
--cc=trini@konsulko.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.