[GIT PULL] Please pull u-boot-dfu-next-20251203 into next
Mattijs Korpershoek
mkorpershoek at kernel.org
Thu Dec 4 08:45:44 CET 2025
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
More information about the U-Boot
mailing list