[Bug 289228] can't boot FreeBSD 15 on visionfive2

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 01 Sep 2025 10:49:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289228

            Bug ID: 289228
           Summary: can't boot FreeBSD 15 on visionfive2
           Product: Ports & Packages
           Version: Latest
          Hardware: riscv
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: mengzhuo@iscas.ac.cn
                CC: riscv@FreeBSD.org
                CC: riscv@FreeBSD.org

FreeBSD Generic SD card flashed on nvme

Uboot steps
```
dhcp; setenv serverip 10.0.0.172; tftpboot ${fdt_addr_r}
jh7110-starfive-visionfive-2-v1.3b.dtb

load nvme 0:3 ${kernel_addr_r} EFI/BOOT/bootriscv64.efi

bootefi ${kernel_addr_r} ${fdt_addr_r}

```
Then stuck at clk ... disabled


```
Booting [/boot/kernel/kernel]...
Using DTB provided by EFI at 0x47f00000.
Kernel entry at 0xee800030...
Kernel args: (null)
Loading splash ok
EFI framebuffer information:
addr, size     0xfe000000, 0x0
dimensions     0 x 0
stride         0
masks          0x00ff0000, 0x0000ff00, 0x000000ff, 0xff000000
clk u2_dw_i2c_clk_core already disabled
clk u2_dw_i2c_clk_apb already disabled
clk u5_dw_i2c_clk_core already disabled
clk u5_dw_i2c_clk_apb already disabled
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.