[GIT PULL] Please pull u-boot-dfu-next-20231124
Mattijs Korpershoek
mkorpershoek at baylibre.com
Fri Nov 24 11:44:14 CET 2023
Hi Tom,
Here are some developments for next including:
- Make dfu entity name size configurable in KConfig
- Implement start-stop for UMS (graceful shutdown via eject)
- Improve help messages for cmd/bind
- Improve help message for udc bind failures
The CI job is at https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/18704
Thanks,
Mattijs
The following changes since commit dca7a8958f8d0dbd53072caa4353353e062d80ca:
Merge tag 'v2024.01-rc3' into next (2023-11-20 09:19:50 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20231124
for you to fetch changes up to 8a0d07807abb5370fe879321c7f1d22fdda3255f:
usb: udc: Try to clarify an error message (2023-11-21 15:48:38 +0100)
----------------------------------------------------------------
u-boot-dfu-next-20231124
- Make dfu entity name size configurable in KConfig
- Implement start-stop for UMS (graceful shutdown via eject)
- Improve help messages for cmd/bind
- Improve help message for udc bind failures
----------------------------------------------------------------
Jaehoon Chung (1):
dfu: add CONFIG_DFU_NAME_MAX_SIZE configuration
Marek Vasut (1):
usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI command
Miquel Raynal (3):
cmd: Change the dependencies between CMD_BIND and USB_GADGET
cmd: bind: Try to improve the (un)bind help
usb: udc: Try to clarify an error message
cmd/Kconfig | 2 +-
cmd/bind.c | 4 ++++
drivers/dfu/Kconfig | 9 +++++++++
drivers/usb/gadget/Kconfig | 1 +
drivers/usb/gadget/f_mass_storage.c | 7 +++++++
drivers/usb/gadget/udc/udc-core.c | 13 ++++++++++++-
include/dfu.h | 5 +++++
7 files changed, 39 insertions(+), 2 deletions(-)
More information about the U-Boot
mailing list