From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: Lukasz Majewski <lukma@denx.de>,
Dmitrii Merkurev <dimorinny@google.com>,
Neil Armstrong <neil.armstrong@linaro.org>
Subject: [GIT PULL] Please pull u-boot-dfu-next-20251203 into next
Date: Thu, 04 Dec 2025 08:45:44 +0100 [thread overview]
Message-ID: <87tsy6sn9z.fsf@kernel.org> (raw)
Hi Tom,
Here is a PR for next
Fastboot:
* Add generic flashing support using BLK
CI:
* https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/28617
Regards,
Mattijs
The following changes since commit 6e7d2399c8139f8e2d037e446236b8d8bdbca604:
Merge tag 'efi-next-2025-11-25' of https://source.denx.de/u-boot/custodians/u-boot-efi into next (2025-11-22 10:34:03 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20251203
for you to fetch changes up to 769c6cbbb53074025c3af53d8df5571ae18d74c3:
fastboot: integrate block flashing back-end (2025-11-24 10:51:17 +0100)
----------------------------------------------------------------
u-boot-dfu-next-20251203
Fastboot:
- Add generic flashing support using BLK
----------------------------------------------------------------
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 | 32 ++++-
drivers/fastboot/Makefile | 4 +-
drivers/fastboot/fb_block.c | 322 ++++++++++++++++++++++++++++++++++++++++++
drivers/fastboot/fb_command.c | 8 ++
drivers/fastboot/fb_common.c | 22 ++-
drivers/fastboot/fb_getvar.c | 8 +-
drivers/fastboot/fb_mmc.c | 210 ++-------------------------
include/fb_block.h | 105 ++++++++++++++
8 files changed, 505 insertions(+), 206 deletions(-)
create mode 100644 drivers/fastboot/fb_block.c
create mode 100644 include/fb_block.h
next reply other threads:[~2025-12-04 7:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-04 7:45 Mattijs Korpershoek [this message]
2025-12-04 19:31 ` [GIT PULL] Please pull u-boot-dfu-next-20251203 into next Tom Rini
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=87tsy6sn9z.fsf@kernel.org \
--to=mkorpershoek@kernel.org \
--cc=dimorinny@google.com \
--cc=lukma@denx.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox