Hi Tom, Here is a PR for master
Android: * Add bootargs environment to kernel commandline DFU: * Support DFU over PCIe in SPL CI: * https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/28223 Regards, Mattijs The following changes since commit 1c250e444ad3b15315ee8b0fcb3fc3acc26449e2: Merge tag 'u-boot-imx-master-20251104' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2025-11-04 13:06:26 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-20251107 for you to fetch changes up to 10da28729949f3e2160f98d82df45833d4c175cf: bootstd: android: add the bootargs env to the commandline (2025-11-06 10:19:31 +0100) ---------------------------------------------------------------- u-boot-dfu-20251107 Android: * Add bootargs environment to kernel commandline DFU: * Support DFU over PCIe in SPL ---------------------------------------------------------------- Hrushikesh Salunke (1): spl: Add support for Device Firmware Upgrade (DFU) over PCIe Nicolas Belin (TI.com) (1): bootstd: android: add the bootargs env to the commandline boot/bootmeth_android.c | 35 +++++++++++++++++++ common/spl/Kconfig | 62 +++++++++++++++++++++++++++++++++ common/spl/spl_dfu.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++++ common/spl/spl_ram.c | 18 ++++++++++ drivers/Makefile | 1 + 5 files changed, 207 insertions(+)

