]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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)
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

index df3f82074af080e5a673e058b47b8b46802783f7..ba351b9802d13e0505a06b39c5f0ae6df5c1be17 100644 (file)
@@ -509,6 +509,7 @@ stages:
           TEST_PY_BD: "xilinx_versal_virt"
           TEST_PY_ID: "--id qemu"
           TEST_PY_TEST_SPEC: "not sleep"
+          OVERRIDE: "-a ~CONFIG_USB_DWC3"
         xtfpga:
           TEST_PY_BD: "xtfpga"
           TEST_PY_ID: "--id qemu"
index f5d38eaa7ac1125c0b4f8d6f6ad117478366f4df..d91e9e3ff43a1f5625788370bce80a94835ed125 100644 (file)
@@ -491,6 +491,7 @@ xilinx_versal_virt test.py:
     TEST_PY_BD: "xilinx_versal_virt"
     TEST_PY_TEST_SPEC: "not sleep"
     TEST_PY_ID: "--id qemu"
+    OVERRIDE: "-a ~CONFIG_USB_DWC3"
   <<: *buildman_and_testpy_dfn
 
 xtfpga test.py: