
Hi Caleb,
It seems CI got broken with this series.
Baseline CI (passed): https://source.denx.de/u-boot/u-boot/-/pipelines/20006
With series applied (failed): https://source.denx.de/u-boot/custodians/u-boot-dfu/-/jobs/802278
It seems the change on UMS introduced some linking errors on arm32:
f_mass_storage.c:946:(.text.do_write.lto_priv.0+0x1de): undefined reference to `__aeabi_ldivmod'
Could you have a look, please?
Thank you. Mattijs
On jeu., mars 21, 2024 at 10:23, Mattijs Korpershoek mkorpershoek@baylibre.com wrote:
Hi,
On Wed, 20 Mar 2024 14:30:46 +0000, Caleb Connolly wrote:
This series enables support for Qualcomm platforms in the DWC3 driver, adds support for arbitrary sector sizes to the USB mass storage gadget, and fixes an issue with the CDC ACM driver where it wouldn't initialise the USB device.
Additionally, it fixes a syntax bug in the Qualcomm SMMU driver, and makes USB_DWC3_GADGET select DM_USB_GADGET to fix compilation with gadget mode.
[...]
Thanks, Applied to https://source.denx.de/u-boot/custodians/u-boot-dfu (u-boot-dfu-next)
[1/5] usb: dwc3-generic: implement Qualcomm wrapper https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/850b307789dca8d... [2/5] usb: dwc3: select DM_USB_GADGET https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/97d629372c8c58d... [3/5] usb: gadget: CDC ACM: call usb_gadget_initialize https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/86327b4e3201a55... [4/5] usb: gadget: UMS: support multiple sector sizes https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/7e71eeb39f4c528... [5/5] iommu: qcom-smmu: fix debugging https://source.denx.de/u-boot/custodians/u-boot-dfu/-/commit/c9959ce7b54145a...
-- Mattijs