From: Mattijs Korpershoek <mkorpershoek@kernel.org>
To: Tom Rini <trini@konsulko.com>, u-boot@lists.denx.de
Cc: "Lukasz Majewski" <lukma@denx.de>,
"Francois Berder" <fberder@outlook.fr>,
"Guillaume La Roque" <glaroque@baylibre.com>,
"Sean Anderson" <sean.anderson@linux.dev>,
"Petr Beneš" <petr.benes@ysoft.com>,
"Quentin Schulz" <quentin.schulz@cherry.de>
Subject: [GIT PULL] Please pull u-boot-dfu-20260116 into master
Date: Fri, 16 Jan 2026 16:12:33 +0100 [thread overview]
Message-ID: <87sec5d21q.fsf@kernel.org> (raw)
Hi Tom,
Here is a PR for master
Android:
* Fix missing dependency for BOOTMETH_ANDROID
* Add bootconfig support
* Add 'get ramdisk' command to abootimg
DFU:
* Improve error handling in dfu_fill_entity()
USB Gadget:
* ci_udc: Ensure ci_ep->desc is valid before using it
* ci_udc: Add additional debug prints
CI:
* https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/29018
Regards,
Mattijs
The following changes since commit c05dba22f1f2b0b2655ee3971644acf1936cd07a:
Merge branch 'master' of git://source.denx.de/u-boot-usb (2026-01-08 10:28:15 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20260116
for you to fetch changes up to 0efe1d9502a022d5d5c39c73340dd0b7b3f9cbe5:
test: abootimg: Add test for bootconfig handling (2026-01-16 14:07:58 +0100)
----------------------------------------------------------------
u-boot-dfu-20260116
Android:
* Fix missing dependency for BOOTMETH_ANDROID
* Add bootconfig support
* Add 'get ramdisk' command to abootimg
DFU:
* Improve error handling in dfu_fill_entity()
USB Gadget:
* ci_udc: Ensure ci_ep->desc is valid before using it
* ci_udc: Add additional debug prints
----------------------------------------------------------------
Francois Berder (1):
bootstd: android: Add missing free in android_read_bootflow
Guillaume La Roque (TI.com) (4):
boot: android: Add sandbox memory mapping support
boot: android: Add bootconfig support
cmd: abootimg: Add 'get ramdisk' command
test: abootimg: Add test for bootconfig handling
Mattijs Korpershoek (TI.com) (1):
boot: android: import addBootConfigParameters() from AOSP
Petr Beneš (2):
usb: ci_udc: Check ci_ep->desc before use
usb: ci_udc: cosmetics: EP and requests debug info
Quentin Schulz (1):
boot: fix missing dependency for BOOTMETH_ANDROID
Sean Anderson (1):
dfu: Report error codes
boot/Kconfig | 1 +
boot/bootmeth_android.c | 4 +-
boot/image-android.c | 272 ++++++++++++++++++++++++----
cmd/abootimg.c | 55 ++++--
drivers/dfu/dfu.c | 52 +++---
drivers/usb/gadget/ci_udc.c | 57 +++++-
test/py/tests/test_android/test_abootimg.py | 89 +++++++--
7 files changed, 436 insertions(+), 94 deletions(-)
next reply other threads:[~2026-01-16 15:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 15:12 Mattijs Korpershoek [this message]
2026-01-16 17:32 ` [GIT PULL] Please pull u-boot-dfu-20260116 into master 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=87sec5d21q.fsf@kernel.org \
--to=mkorpershoek@kernel.org \
--cc=fberder@outlook.fr \
--cc=glaroque@baylibre.com \
--cc=lukma@denx.de \
--cc=petr.benes@ysoft.com \
--cc=quentin.schulz@cherry.de \
--cc=sean.anderson@linux.dev \
--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.