* [GIT PULL] Please pull u-boot-dfu-next-20250716 into master
@ 2025-07-16 10:08 Mattijs Korpershoek
2025-07-16 10:14 ` [GIT PULL] Please pull u-boot-dfu-20250716 " Mattijs Korpershoek
2025-07-16 22:16 ` [GIT PULL] Please pull u-boot-dfu-next-20250716 " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2025-07-16 10:08 UTC (permalink / raw)
To: Tom Rini, u-boot; +Cc: Lukasz Majewski, Sam Protsenko
Hi Tom,
Please find the following fixes for master:
Android:
- Fix printing lbaint_t format in AVB and android_ab messages
DFU:
- Fix dfu_config_interfaces() for single interface DFU syntax
CI Job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/27074
Please note that this is probably my last pull request before my
paternity leave. I plan to be out in August and September.
Becoming a dad will be a life-changing event for me, so I'd like to
not be on my computer for the early months :)
As we discussed on IRC, thanks a lot for keeping an eye out for
fastboot, android AB/AVB, USB gadget and DFU.
Regards,
Mattijs
The following changes since commit b379335f141e3ddca0cdbb5d9d39af0444530542:
configs: Resync with savedefconfig (2025-07-07 14:15:18 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20250716
for you to fetch changes up to 772526fb9f55a1fea439ea3a6923136cd121cc88:
dfu: Fix dfu_config_interfaces() for single interface DFU syntax (2025-07-15 11:27:19 +0200)
----------------------------------------------------------------
u-boot-dfu-20250716
Android:
- Fix printing lbaint_t format in AVB and android_ab messages
DFU:
- Fix dfu_config_interfaces() for single interface DFU syntax
----------------------------------------------------------------
Sam Protsenko (1):
dfu: Fix dfu_config_interfaces() for single interface DFU syntax
Tom Rini (2):
boot/android_ab.c: Make use of LBAF for printing lbaint_t
common/avb_verify.c: Make use of LBAF for printing lbaint_t
boot/android_ab.c | 3 +--
common/avb_verify.c | 4 ++--
drivers/dfu/dfu.c | 2 +-
3 files changed, 4 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull u-boot-dfu-20250716 into master
2025-07-16 10:08 [GIT PULL] Please pull u-boot-dfu-next-20250716 into master Mattijs Korpershoek
@ 2025-07-16 10:14 ` Mattijs Korpershoek
2025-07-16 22:16 ` [GIT PULL] Please pull u-boot-dfu-next-20250716 " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Mattijs Korpershoek @ 2025-07-16 10:14 UTC (permalink / raw)
To: Mattijs Korpershoek, Tom Rini, u-boot; +Cc: Lukasz Majewski, Sam Protsenko
And, apparently I forgot to update my subject line again. It should be
"u-boot-dfu-20250716", not "u-boot-dfu-next-20250716".
Sorry about that !
On Wed, Jul 16, 2025 at 12:08, Mattijs Korpershoek <mkorpershoek@kernel.org> wrote:
> Hi Tom,
>
> Please find the following fixes for master:
>
> Android:
> - Fix printing lbaint_t format in AVB and android_ab messages
>
> DFU:
> - Fix dfu_config_interfaces() for single interface DFU syntax
>
> CI Job:
> - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/27074
>
> Please note that this is probably my last pull request before my
> paternity leave. I plan to be out in August and September.
> Becoming a dad will be a life-changing event for me, so I'd like to
> not be on my computer for the early months :)
>
> As we discussed on IRC, thanks a lot for keeping an eye out for
> fastboot, android AB/AVB, USB gadget and DFU.
>
> Regards,
> Mattijs
>
> The following changes since commit b379335f141e3ddca0cdbb5d9d39af0444530542:
>
> configs: Resync with savedefconfig (2025-07-07 14:15:18 -0600)
>
> are available in the Git repository at:
>
> https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20250716
>
> for you to fetch changes up to 772526fb9f55a1fea439ea3a6923136cd121cc88:
>
> dfu: Fix dfu_config_interfaces() for single interface DFU syntax (2025-07-15 11:27:19 +0200)
>
> ----------------------------------------------------------------
> u-boot-dfu-20250716
>
> Android:
> - Fix printing lbaint_t format in AVB and android_ab messages
>
> DFU:
> - Fix dfu_config_interfaces() for single interface DFU syntax
>
> ----------------------------------------------------------------
> Sam Protsenko (1):
> dfu: Fix dfu_config_interfaces() for single interface DFU syntax
>
> Tom Rini (2):
> boot/android_ab.c: Make use of LBAF for printing lbaint_t
> common/avb_verify.c: Make use of LBAF for printing lbaint_t
>
> boot/android_ab.c | 3 +--
> common/avb_verify.c | 4 ++--
> drivers/dfu/dfu.c | 2 +-
> 3 files changed, 4 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] Please pull u-boot-dfu-next-20250716 into master
2025-07-16 10:08 [GIT PULL] Please pull u-boot-dfu-next-20250716 into master Mattijs Korpershoek
2025-07-16 10:14 ` [GIT PULL] Please pull u-boot-dfu-20250716 " Mattijs Korpershoek
@ 2025-07-16 22:16 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2025-07-16 22:16 UTC (permalink / raw)
To: Mattijs Korpershoek; +Cc: u-boot, Lukasz Majewski, Sam Protsenko
[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]
On Wed, Jul 16, 2025 at 12:08:12PM +0200, Mattijs Korpershoek wrote:
> Hi Tom,
>
> Please find the following fixes for master:
>
> Android:
> - Fix printing lbaint_t format in AVB and android_ab messages
>
> DFU:
> - Fix dfu_config_interfaces() for single interface DFU syntax
>
> CI Job:
> - https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/27074
>
> Please note that this is probably my last pull request before my
> paternity leave. I plan to be out in August and September.
> Becoming a dad will be a life-changing event for me, so I'd like to
> not be on my computer for the early months :)
>
> As we discussed on IRC, thanks a lot for keeping an eye out for
> fastboot, android AB/AVB, USB gadget and DFU.
>
> Regards,
> Mattijs
>
> The following changes since commit b379335f141e3ddca0cdbb5d9d39af0444530542:
>
> configs: Resync with savedefconfig (2025-07-07 14:15:18 -0600)
>
> are available in the Git repository at:
>
> https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20250716
>
> for you to fetch changes up to 772526fb9f55a1fea439ea3a6923136cd121cc88:
>
> dfu: Fix dfu_config_interfaces() for single interface DFU syntax (2025-07-15 11:27:19 +0200)
>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-16 22:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 10:08 [GIT PULL] Please pull u-boot-dfu-next-20250716 into master Mattijs Korpershoek
2025-07-16 10:14 ` [GIT PULL] Please pull u-boot-dfu-20250716 " Mattijs Korpershoek
2025-07-16 22:16 ` [GIT PULL] Please pull u-boot-dfu-next-20250716 " Tom Rini
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.