public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-dfu-next-20251203 into next
@ 2025-12-04  7:45 Mattijs Korpershoek
  2025-12-04 19:31 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Mattijs Korpershoek @ 2025-12-04  7:45 UTC (permalink / raw)
  To: Tom Rini, u-boot; +Cc: Lukasz Majewski, Dmitrii Merkurev, Neil Armstrong

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Please pull u-boot-dfu-next-20251203 into next
  2025-12-04  7:45 [GIT PULL] Please pull u-boot-dfu-next-20251203 into next Mattijs Korpershoek
@ 2025-12-04 19:31 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2025-12-04 19:31 UTC (permalink / raw)
  To: u-boot, Mattijs Korpershoek
  Cc: Lukasz Majewski, Dmitrii Merkurev, Neil Armstrong

On Thu, 04 Dec 2025 08:45:44 +0100, Mattijs Korpershoek wrote:

> 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
> 
> [...]

Merged into u-boot/next, thanks!

-- 
Tom



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-12-04 19:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-04  7:45 [GIT PULL] Please pull u-boot-dfu-next-20251203 into next Mattijs Korpershoek
2025-12-04 19:31 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox