[GIT PULL] Please pull u-boot-dfu-next-20250310

Mattijs Korpershoek mkorpershoek at baylibre.com
Mon Mar 10 15:06:08 CET 2025


Hi Tom,

Please find the following developments/cleanups for next:

Usb gadget:
- Remove legacy CONFIG_USB_DEVICE
- Remove legacy usbtty driver

CI Job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/25060

Thanks,
Mattijs

The following changes since commit 743c15b9fdd2f639012a2c26734dc146dc568218:

  Merge patch series "This series adds support for file renaming to EFI_FILE_PROTOCOL.SetInfo()." (2025-03-07 12:06:21 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20250310

for you to fetch changes up to 6689b0c955f1ec885ed1acafc7c5d7c1565dbe63:

  usb: gadget: Remove the legacy usbtty driver (2025-03-10 09:22:35 +0100)

----------------------------------------------------------------
u-boot-dfu-next-20250310

Usb gadget:
- Remove legacy CONFIG_USB_DEVICE
- Remove legacy usbtty driver

----------------------------------------------------------------
Tom Rini (2):
      usb: gadget: Remove final remnants of CONFIG_USB_DEVICE
      usb: gadget: Remove the legacy usbtty driver

 Makefile                      |   1 -
 arch/arm/lib/bootm.c          |   4 -
 arch/riscv/lib/bootm.c        |   4 -
 common/stdio.c                |   3 -
 drivers/serial/Makefile       |   3 -
 drivers/serial/ns16550.c      |   8 +-
 drivers/serial/usbtty.c       | 983 ------------------------------------------
 drivers/serial/usbtty.h       |  49 ---
 drivers/usb/gadget/Makefile   |   4 -
 drivers/usb/gadget/core.c     | 621 --------------------------
 drivers/usb/gadget/ep0.c      | 619 --------------------------
 include/serial.h              |  20 -
 include/stdio_dev.h           |   1 -
 lib/Makefile                  |   4 -
 lib/efi_loader/efi_boottime.c |   2 -
 15 files changed, 2 insertions(+), 2324 deletions(-)
 delete mode 100644 drivers/serial/usbtty.c
 delete mode 100644 drivers/serial/usbtty.h
 delete mode 100644 drivers/usb/gadget/core.c
 delete mode 100644 drivers/usb/gadget/ep0.c


More information about the U-Boot mailing list