CI: xilinx_versal_virt: disable USB_DWC3
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Nov 2024 07:06:28 +0000 (08:06 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 5 Jan 2025 01:30:48 +0000 (02:30 +0100)
commit37e0cf42cb619f61d47b504406842b0134bb02a9
tree6fff366cc2e1c29b60e0010ad5077e8c69df6ff9
parent9cb53b5ffd9afba3e46ab2b8387727897da267af
CI: xilinx_versal_virt: disable USB_DWC3

The CI uses the following command to launch xilinx_versal_virt_defconfig:

    qemu-system-aarch64 -M xlnx-versal-virt \
    -display none -m 4G -serial mon:stdio \
    -device loader,file=u-boot,cpu-num=0

'usb start' or invoking eth_bootdev_hunt leads to a crash when function
dwc3_core_init() tries to access a register at offset 0xc704 (DWC3_DCTL)
relative to the register start address 0xfe20c100.

Disable CONFIG_USB_DWC3 in the CI until the driver problem is fixed.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
.azure-pipelines.yml
.gitlab-ci.yml