Bootloaders

The board uses (mostly?) free software bootloaders.

extlinux.conf

Sample extlinux.conf:

## /boot/extlinux/extlinux.conf
menu
title milkV boot menu
prompt 0
timeout 1
default debian

label f38MVP
	menu label Fedora 38 Sophgo Milk-V pioneer
	linux /vmlinuz-6.1.31
	initrd /initramfs-6.1.31.img
	fdt  /dtb/sophgo/mango-milkv-pioneer.dtb
	append  console=ttyS0,115200 root=/dev/nvme0n1p3 rootfstype=ext4  rootwait rw earlycon selinux=0 LANG=en_US.UTF-8

label debianfedora
	menu label Debian with Fedora Kernel
	linux /vmlinuz-6.1.31
	initrd /initramfs-6.1.31.img
	fdt  /dtb/sophgo/mango-milkv-pioneer.dtb
	append console=ttyS0,115200 root=/dev/nvme0n1p5 rootfstype=ext4  rootwait rw earlycon selinux=0 LANG=en_US.UTF-8

label debian
        menu label Debian
        linux /vmlinuz-6.1.61-4fyi+
        initrd /initrd.img-6.1.61-4fyi+
        fdt /dtb/debian/mango-milkv-pioneer.dtb
        append console=ttyS0,115200 root=/dev/nvme0n1p5 rootfstype=ext4  rootwait rw earlycon selinux=0 LANG=en_US.UTF-8

Serial Output

Output from the serial console when booting. Running custom built SOPHGO source kernel and Debian. The bootloaders are from the stock Fedora 38 Pioneer image.

SOPHGO ZSBL
sg2042:v0.2

sg2042 work in single socket mode
chip0 ddr info: raw data=0x5050505, 
    ddr0 size:0x800000000
    ddr1 size:0x800000000
    ddr2 size:0x800000000
    ddr3 size:0x800000000
conf.ini should start with "[sophgo-config]"
rv boot from spi flash
load fw_jump.bin image from sf 0x633871 to memory 0x0 size 269984
load riscv64_Image image from sf 0x675711 to memory 0x2000000 size 22089216
load initrd.img image from sf 0x1b86511 to memory 0x30000000 size 15511140
load mango-milkv-pioneer.dtb image from sf 0x601000 to memory 0x20000000 size 46008
flash read file ok
chip0 ddr node in dtb:
    base:0x0, len:0x800000000
    base:0x800000000, len:0x800000000
    base:0x1000000000, len:0x800000000
    base:0x1800000000, len:0x800000000
use default mac address
main core sbi jump to 0x0, dynamic info:40018e40

OpenSBI v1.2
Build time: 2023-08-30 01:27:19 +0800
Build compiler: gcc version 13.1.1 20230511 (Red Hat 13.1.1-2) (GCC)
   ____                    _____ ____ _____
  / __ \                  / ____|  _ \_   _|
 | |  | |_ __   ___ _ __ | (___ | |_) || |
 | |  | | '_ \ / _ \ '_ \ \___ \|  _ < | |
 | |__| | |_) |  __/ | | |____) | |_) || |_
  \____/| .__/ \___|_| |_|_____/|___/_____|
        | |
        |_|

Platform Name             : Sophgo Mango
Platform Features         : medeleg
Platform HART Count       : 64
Platform IPI Device       : aclint-mswi
Platform Timer Device     : aclint-mtimer @ 50000000Hz
Platform Console Device   : uart8250
Platform HSM Device       : ---
Platform PMU Device       : 
Platform Reboot Device    : mango-reset
Platform Shutdown Device  : mango-reset
Platform Suspend Device   : ---
Firmware Base             : 0x0
Firmware Size             : 1376 KB
Firmware RW Offset        : 0x40000
Runtime SBI Version       : 1.0

Domain0 Name              : root
Domain0 Boot HART         : 2
Domain0 HARTs             : 0*,1*,2*,3*,4*,5*,6*,7*,8*,9*,10*,11*,12*,13*,14*,15*,16*,17*,18*,19*,20*,21*,22*,23*,24*,25*,26*,27*,28*,29*,30*,31*,32*,33*,34*,35*,36*,37*,38*,39*,40*,41*,42*,43*,44*,45*,46*,47*,48*,49*,50*,51*,52*,53*,54*,55*,56*,57*,58*,59*,60*,61*,62*,63*
Domain0 Region00          : 0x0000007094000000-0x0000007094003fff M: (I,R,W) S/U: ()
Domain0 Region01          : 0x0000000000000000-0x000000000003ffff M: (R,X) S/U: ()
Domain0 Region02          : 0x0000000000000000-0x00000000001fffff M: (R,W) S/U: ()
Domain0 Region03          : 0x00000070ac000000-0x00000070ac3fffff M: (I,R,W) S/U: ()
Domain0 Region04          : 0x0000000000000000-0xffffffffffffffff M: (R,W,X) S/U: (R,W,X)
Domain0 Next Address      : 0x0000000002000000
Domain0 Next Arg1         : 0x0000000020000000
Domain0 Next Mode         : S-mode
Domain0 SysReset          : yes
Domain0 SysSuspend        : yes

Boot HART ID              : 2
Boot HART Domain          : root
Boot HART Priv Version    : v1.11
Boot HART Base ISA        : rv64imafdcvx
Boot HART ISA Extensions  : time
Boot HART PMP Count       : 8
Boot HART PMP Granularity : 2048
Boot HART PMP Address Bits: 38
Boot HART MHPM Count      : 29
Boot HART MIDELEG         : 0x0000000000020222
Boot HART MEDELEG         : 0x000000000000b109
[    0.000000] Linux version 6.1.47 (root@fedora-riscv) (gcc (GCC) 13.1.1 20230511 (Red Hat 13.1.1-2), GNU ld version 2.39-12.rv64.fc38) #3 SMP Wed Aug 30 01:32:15 CST 2023
[    0.000000] OF: fdt: Ignoring memory range 0x0 - 0x2000000
[    0.000000] Machine model: Sophgo Mango
[    0.000000] earlycon: uart0 at MMIO32 0x0000007040000000 (options '')
[    0.000000] printk: bootconsole [uart0] enabled
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] efi: UEFI not found.
[    0.000000] OF: reserved mem: node linux,cma compatible matching fail
[    0.000000] OF: NUMA: parsing numa-distance-map-v1
[    0.000000] NUMA: NODE_DATA [mem 0x7ffffe4c0-0x7ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xfffffe4c0-0xfffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x17ffffe4c0-0x17ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1f01f39300-0x1f01f3ae3f]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000002000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000001f01ffffff]
[    0.000000]   HighMem  [mem 0x0000001f02000000-0x0000001fffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000002000000-0x00000007ffffffff]
[    0.000000]   node   1: [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000]   node   2: [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000]   node   3: [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000002000000-0x00000007ffffffff]
[    0.000000] Initmem setup node 1 [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000] Initmem setup node 2 [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000] Initmem setup node 3 [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] On node 0, zone DMA32: 8192 pages in unavailable ranges
[    0.000000] SBI specification v1.0 detected
[    0.000000] SBI implementation ID=0x1 Version=0x10002
[    0.000000] SBI TIME extension detected
[    0.000000] SBI IPI extension detected
[    0.000000] SBI RFENCE extension detected
[    0.000000] SBI SRST extension detected
[    0.000000] SBI HSM extension detected
[    0.000000] riscv: base ISA extensions acdfimv
[    0.000000] riscv: ELF capabilities acdfimv
[    0.000000] percpu: cpu 0 has no node -1 or node-local memory
[    0.000000] percpu: Embedded 16 pages/cpu s28152 r8192 d29192 u65536
[    0.000000] pcpu-alloc: s28152 r8192 d29192 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.000000] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 
[    0.000000] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 
[    0.000000] pcpu-alloc: [0] 32 [0] 33 [0] 34 [0] 35 [0] 36 [0] 37 [0] 38 [0] 39 
[    0.000000] pcpu-alloc: [0] 40 [0] 41 [0] 42 [0] 43 [0] 44 [0] 45 [0] 46 [0] 47 
[    0.000000] pcpu-alloc: [0] 48 [0] 49 [0] 50 [0] 51 [0] 52 [0] 53 [0] 54 [0] 55 
[    0.000000] pcpu-alloc: [0] 56 [0] 57 [0] 58 [0] 59 [0] 60 [0] 61 [0] 62 [0] 63 
[    0.000000] Fallback order for Node 0: 0 1 2 3 
[    0.000000] Fallback order for Node 1: 1 0 3 2 
[    0.000000] Fallback order for Node 2: 2 3 0 1 
[    0.000000] Fallback order for Node 3: 3 2 1 0 
[    0.000000] Built 4 zonelists, mobility grouping on.  Total pages: 33038336
[    0.000000] Policy zone: HighMem
[    0.000000] Kernel command line: console=ttyS0,115200 console=tty1 earlycon ignore_loglevel rdinit=/init root=/dev/ram0 rw initrd=0x30000000,32M retain_initrd maxcpus=1 nvme.use_threaded_interrupts=1 nvme_core.io_timeout=3000
[    0.000000] printk: log_buf_len individual max cpu contribution: 8192 bytes
[    0.000000] printk: log_buf_len total cpu_extra contributions: 516096 bytes
[    0.000000] printk: log_buf_len min size: 131072 bytes
[    0.000000] printk: log_buf_len: 1048576 bytes
[    0.000000] printk: early log buf free: 127424(97%)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 64.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 131954536K/134184960K available (10200K kernel code, 5067K rwdata, 4096K rodata, 2168K init, 577K bss, 2228392K reserved, 0K cma-reserved, 4161536K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=4
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=64.
[    0.000000] rcu: 	RCU debug extended QS entry/exit.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] riscv-intc: 64 local interrupts mapped
[    0.000000] plic: interrupt-controller@7090000000: mapped 224 interrupts with 64 handlers for 128 contexts.
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] riscv-timer: riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [2]
[    0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000000] sched_clock: 64 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[    0.008422] clocksource: dw-apb-timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 38225208935 ns
[    0.018326] sched_clock: 32 bits at 50MHz, resolution 20ns, wraps every 42949672950ns
[    0.026540] Console: colour dummy device 80x25
[    0.030990] printk: console [tty1] enabled
[    0.035096] printk: bootconsole [uart0] disabled
[    0.000000] Linux version 6.1.47 (root@fedora-riscv) (gcc (GCC) 13.1.1 20230511 (Red Hat 13.1.1-2), GNU ld version 2.39-12.rv64.fc38) #3 SMP Wed Aug 30 01:32:15 CST 2023
[    0.000000] OF: fdt: Ignoring memory range 0x0 - 0x2000000
[    0.000000] Machine model: Sophgo Mango
[    0.000000] earlycon: uart0 at MMIO32 0x0000007040000000 (options '')
[    0.000000] printk: bootconsole [uart0] enabled
[    0.000000] printk: debug: ignoring loglevel setting.
[    0.000000] efi: UEFI not found.
[    0.000000] OF: reserved mem: node linux,cma compatible matching fail
[    0.000000] OF: NUMA: parsing numa-distance-map-v1
[    0.000000] NUMA: NODE_DATA [mem 0x7ffffe4c0-0x7ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xfffffe4c0-0xfffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x17ffffe4c0-0x17ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1f01f39300-0x1f01f3ae3f]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000002000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000001f01ffffff]
[    0.000000]   HighMem  [mem 0x0000001f02000000-0x0000001fffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000002000000-0x00000007ffffffff]
[    0.000000]   node   1: [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000]   node   2: [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000]   node   3: [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000002000000-0x00000007ffffffff]
[    0.000000] Initmem setup node 1 [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000] Initmem setup node 2 [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000] Initmem setup node 3 [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] On node 0, zone DMA32: 8192 pages in unavailable ranges
[    0.000000] SBI specification v1.0 detected
[    0.000000] SBI implementation ID=0x1 Version=0x10002
[    0.000000] SBI TIME extension detected
[    0.000000] SBI IPI extension detected
[    0.000000] SBI RFENCE extension detected
[    0.000000] SBI SRST extension detected
[    0.000000] SBI HSM extension detected
[    0.000000] riscv: base ISA extensions acdfimv
[    0.000000] riscv: ELF capabilities acdfimv
[    0.000000] percpu: cpu 0 has no node -1 or node-local memory
[    0.000000] percpu: Embedded 16 pages/cpu s28152 r8192 d29192 u65536
[    0.000000] pcpu-alloc: s28152 r8192 d29192 u65536 alloc=16*4096
[    0.000000] pcpu-alloc: [0] 00 [0] 01 [0] 02 [0] 03 [0] 04 [0] 05 [0] 06 [0] 07 
[    0.000000] pcpu-alloc: [0] 08 [0] 09 [0] 10 [0] 11 [0] 12 [0] 13 [0] 14 [0] 15 
[    0.000000] pcpu-alloc: [0] 16 [0] 17 [0] 18 [0] 19 [0] 20 [0] 21 [0] 22 [0] 23 
[    0.000000] pcpu-alloc: [0] 24 [0] 25 [0] 26 [0] 27 [0] 28 [0] 29 [0] 30 [0] 31 
[    0.000000] pcpu-alloc: [0] 32 [0] 33 [0] 34 [0] 35 [0] 36 [0] 37 [0] 38 [0] 39 
[    0.000000] pcpu-alloc: [0] 40 [0] 41 [0] 42 [0] 43 [0] 44 [0] 45 [0] 46 [0] 47 
[    0.000000] pcpu-alloc: [0] 48 [0] 49 [0] 50 [0] 51 [0] 52 [0] 53 [0] 54 [0] 55 
[    0.000000] pcpu-alloc: [0] 56 [0] 57 [0] 58 [0] 59 [0] 60 [0] 61 [0] 62 [0] 63 
[    0.000000] Fallback order for Node 0: 0 1 2 3 
[    0.000000] Fallback order for Node 1: 1 0 3 2 
[    0.000000] Fallback order for Node 2: 2 3 0 1 
[    0.000000] Fallback order for Node 3: 3 2 1 0 
[    0.000000] Built 4 zonelists, mobility grouping on.  Total pages: 33038336
[    0.000000] Policy zone: HighMem
[    0.000000] Kernel command line: console=ttyS0,115200 console=tty1 earlycon ignore_loglevel rdinit=/init root=/dev/ram0 rw initrd=0x30000000,32M retain_initrd maxcpus=1 nvme.use_threaded_interrupts=1 nvme_core.io_timeout=3000
[    0.000000] printk: log_buf_len individual max cpu contribution: 8192 bytes
[    0.000000] printk: log_buf_len total cpu_extra contributions: 516096 bytes
[    0.000000] printk: log_buf_len min size: 131072 bytes
[    0.000000] printk: log_buf_len: 1048576 bytes
[    0.000000] printk: early log buf free: 127424(97%)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[    0.000000] software IO TLB: area num 64.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 131954536K/134184960K available (10200K kernel code, 5067K rwdata, 4096K rodata, 2168K init, 577K bss, 2228392K reserved, 0K cma-reserved, 4161536K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=4
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=64.
[    0.000000] rcu: 	RCU debug extended QS entry/exit.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] riscv-intc: 64 local interrupts mapped
[    0.000000] plic: interrupt-controller@7090000000: mapped 224 interrupts with 64 handlers for 128 contexts.
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] riscv-timer: riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [2]
[    0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000000] sched_clock: 64 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[    0.008422] clocksource: dw-apb-timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 38225208935 ns
[    0.018326] sched_clock: 32 bits at 50MHz, resolution 20ns, wraps every 42949672950ns
[    0.026540] Console: colour dummy device 80x25
[    0.030990] printk: console [tty1] enabled
[    0.035096] printk: bootconsole [uart0] disabled
[    0.040371] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.040390] Calibrating delay loop (skipped), value calculated using timer frequency.. 100.00 BogoMIPS (lpj=500000)
[    0.040406] pid_max: default: 65536 minimum: 512
[    0.067999] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, vmalloc)
[    0.079503] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, vmalloc)
[    0.079977] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.080365] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, vmalloc)
[    0.114000] cblist_init_generic: Setting adjustable number of callback queues.
[    0.114023] cblist_init_generic: Setting shift to 6 and lim to 1.
[    0.114087] riscv: ELF compat mode unsupported
[    0.114103] ASID allocator using 16 bits (65536 entries)
[    0.114192] rcu: Hierarchical SRCU implementation.
[    0.114201] rcu: 	Max phase no-delay instances is 1000.
[    0.114384] EFI services will not be available.
[    0.116368] smp: Bringing up secondary CPUs ...
[    0.116384] smp: Brought up 4 nodes, 1 CPU
[    0.135899] devtmpfs: initialized
[    0.142816] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.142921] futex hash table entries: 16384 (order: 8, 1048576 bytes, vmalloc)
[    0.144230] pinctrl core: initialized pinctrl subsystem
[    0.144816] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.145577] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.146090] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.146666] thermal_sys: Registered thermal governor 'step_wise'
[    0.157058] sophgo,top-intc 70300102e0.top_intc: is a msi parent
[    0.174358] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.174379] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[    0.175863] fbcon: Taking over console
[    0.176252] SCSI subsystem initialized
[    0.176451] libata version 3.00 loaded.
[    0.176596] usbcore: registered new interface driver usbfs
[    0.176640] usbcore: registered new interface driver hub
[    0.176759] usbcore: registered new device driver usb
[    0.178102] Advanced Linux Sound Architecture Driver Initialized.
[    0.178668] vgaarb: loaded
[    0.178844] clocksource: Switched to clocksource riscv_clocksource
[    0.183835] NET: Registered PF_INET protocol family
[    0.184667] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, vmalloc)
[    0.196379] tcp_listen_portaddr_hash hash table entries: 65536 (order: 9, 2097152 bytes, vmalloc)
[    0.198848] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, vmalloc)
[    0.199237] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, vmalloc)
[    0.200669] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes, vmalloc)
[    0.204976] TCP: Hash tables configured (established 524288 bind 65536)
[    0.205892] UDP hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc)
[    0.212121] UDP-Lite hash table entries: 65536 (order: 10, 6291456 bytes, vmalloc)
[    0.218223] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.218284] PCI: CLS 0 bytes, default 64
[    0.220636] Trying to unpack rootfs image as initramfs...
[    0.238980] rootfs image is not initramfs (invalid magic at start of compressed archive); looks like an initrd
[    0.239171] workingset: timestamp_bits=43 max_order=25 bucket_order=0
[    0.245487] bounce: pool size: 64 pages
[    0.245617] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.245633] io scheduler mq-deadline registered
[    0.245643] io scheduler kyber registered
[    0.247742] pwm_sophgo_probe
[    0.248005] cdns-pcie-host 7060000000.pcie: host bridge /pcie@7060000000 ranges:
[    0.248035] cdns-pcie-host 7060000000.pcie:       IO 0x4010000000..0x40103fffff -> 0x0000000000
[    0.248059] cdns-pcie-host 7060000000.pcie:      MEM 0x4020000000..0x404fffffff -> 0x0020000000
[    0.248078] cdns-pcie-host 7060000000.pcie:      MEM 0x4050000000..0x405fffffff -> 0x0050000000
[    0.248096] cdns-pcie-host 7060000000.pcie:      MEM 0x4100000000..0x42ffffffff -> 0x4100000000
[    0.248116] cdns-pcie-host 7060000000.pcie:      MEM 0x4300000000..0x43ffffffff -> 0x4300000000
[    0.248134] cdns-pcie-host 7060000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    0.248221] cdns-pcie-host 7060000000.pcie: Memory resource size exceeds max for 32 bits
[    0.248756] cdns-pcie-host 7060000000.pcie: no phy-names.  PHY will not be initialized
[    0.248929] cdns-pcie-host 7060000000.pcie: msi_data is 0x3c00000
[    0.249141] cdns-pcie-host 7060000000.pcie: PCI host bridge to bus 0000:00
[    0.249155] pci_bus 0000:00: Unknown NUMA node; performance will be reduced
[    0.249167] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.249180] pci_bus 0000:00: root bus resource [io  0x0000-0x3fffff]
[    0.249191] pci_bus 0000:00: root bus resource [mem 0x4020000000-0x404fffffff pref] (bus address [0x20000000-0x4fffffff])
[    0.249205] pci_bus 0000:00: root bus resource [mem 0x4050000000-0x405fffffff] (bus address [0x50000000-0x5fffffff])
[    0.249217] pci_bus 0000:00: root bus resource [mem 0x4100000000-0x42ffffffff pref]
[    0.249227] pci_bus 0000:00: root bus resource [mem 0x4300000000-0x43ffffffff]
[    0.249261] pci 0000:00:00.0: [1e30:2042] type 01 class 0x060400
[    0.249352] pci 0000:00:00.0: supports D1
[    0.249362] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[    0.250913] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.251031] pci 0000:01:00.0: [1002:6779] type 00 class 0x030000
[    0.251082] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x0fffffff 64bit pref]
[    0.251115] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x0001ffff 64bit]
[    0.251137] pci 0000:01:00.0: reg 0x20: [io  0x0000-0x00ff]
[    0.251170] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.251193] pci 0000:01:00.0: enabling Extended Tags
[    0.251311] pci 0000:01:00.0: supports D1 D2
[    0.251360] pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:00.0 (capable of 32.000 Gb/s with 2.5 GT/s PCIe x16 link)
[    0.251507] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.251520] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.251528] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.251585] pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
[    0.251632] pci 0000:01:00.1: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    0.251715] pci 0000:01:00.1: enabling Extended Tags
[    0.251830] pci 0000:01:00.1: supports D1 D2
[    0.278944] pci_bus 0000:01: busn_res: [bus 01-3f] end is updated to 01
[    0.279012] pci 0000:00:00.0: BAR 9: assigned [mem 0x4100000000-0x410fffffff 64bit pref]
[    0.279030] pci 0000:00:00.0: BAR 8: assigned [mem 0x4050000000-0x40500fffff]
[    0.279043] pci 0000:00:00.0: BAR 7: assigned [io  0x1000-0x1fff]
[    0.279060] pci 0000:01:00.0: BAR 0: assigned [mem 0x4100000000-0x410fffffff 64bit pref]
[    0.279093] pci 0000:01:00.0: BAR 2: assigned [mem 0x4050000000-0x405001ffff 64bit]
[    0.279122] pci 0000:01:00.0: BAR 6: assigned [mem 0x4050020000-0x405003ffff pref]
[    0.279135] pci 0000:01:00.1: BAR 0: assigned [mem 0x4050040000-0x4050043fff 64bit]
[    0.279164] pci 0000:01:00.0: BAR 4: assigned [io  0x1000-0x10ff]
[    0.279180] pci 0000:00:00.0: PCI bridge to [bus 01]
[    0.279190] pci 0000:00:00.0:   bridge window [io  0x1000-0x1fff]
[    0.279202] pci 0000:00:00.0:   bridge window [mem 0x4050000000-0x40500fffff]
[    0.279213] pci 0000:00:00.0:   bridge window [mem 0x4100000000-0x410fffffff 64bit pref]
[    0.279353] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.279463] cdns-pcie-host 4400000000.pcie: host bridge /pcie@7060800000 ranges:
[    0.279495] cdns-pcie-host 4400000000.pcie:       IO 0x4410400000..0x44107fffff -> 0x0000400000
[    0.279517] cdns-pcie-host 4400000000.pcie:      MEM 0x4460000000..0x447fffffff -> 0x0060000000
[    0.279535] cdns-pcie-host 4400000000.pcie:      MEM 0x4480000000..0x448fffffff -> 0x0080000000
[    0.279552] cdns-pcie-host 4400000000.pcie:      MEM 0x4500000000..0x46ffffffff -> 0x4500000000
[    0.279575] cdns-pcie-host 4400000000.pcie:      MEM 0x4700000000..0x47ffffffff -> 0x4700000000
[    0.279593] cdns-pcie-host 4400000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    0.279683] cdns-pcie-host 4400000000.pcie: Memory resource size exceeds max for 32 bits
[    0.279719] cdns-pcie-host 4400000000.pcie: no phy-names.  PHY will not be initialized
[    0.279825] cdns-pcie-host 4400000000.pcie: PCI host bridge to bus 0001:40
[    0.279837] pci_bus 0001:40: Unknown NUMA node; performance will be reduced
[    0.279849] pci_bus 0001:40: root bus resource [bus 40-7f]
[    0.279859] pci_bus 0001:40: root bus resource [io  0x400000-0x7fffff]
[    0.279871] pci_bus 0001:40: root bus resource [mem 0x4460000000-0x447fffffff pref] (bus address [0x60000000-0x7fffffff])
[    0.279884] pci_bus 0001:40: root bus resource [mem 0x4480000000-0x448fffffff] (bus address [0x80000000-0x8fffffff])
[    0.279895] pci_bus 0001:40: root bus resource [mem 0x4500000000-0x46ffffffff pref]
[    0.279906] pci_bus 0001:40: root bus resource [mem 0x4700000000-0x47ffffffff]
[    0.279935] pci 0001:40:00.0: [1e30:2042] type 01 class 0x060400
[    0.280023] pci 0001:40:00.0: supports D1
[    0.280033] pci 0001:40:00.0: PME# supported from D0 D1 D3hot
[    0.281634] pci 0001:40:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.281766] pci_bus 0001:41: busn_res: [bus 41-7f] end is updated to 41
[    0.281789] pci 0001:40:00.0: PCI bridge to [bus 41]
[    0.281872] cdns-pcie-host 7062000000.pcie: host bridge /pcie@7062000000 ranges:
[    0.281897] cdns-pcie-host 7062000000.pcie:       IO 0x4810800000..0x4810bfffff -> 0x0000800000
[    0.281916] cdns-pcie-host 7062000000.pcie:      MEM 0x4890000000..0x48bfffffff -> 0x0090000000
[    0.281933] cdns-pcie-host 7062000000.pcie:      MEM 0x48c0000000..0x48cfffffff -> 0x00c0000000
[    0.281949] cdns-pcie-host 7062000000.pcie:      MEM 0x4900000000..0x4affffffff -> 0x4900000000
[    0.281963] cdns-pcie-host 7062000000.pcie:      MEM 0x4b00000000..0x4bffffffff -> 0x4b00000000
[    0.281980] cdns-pcie-host 7062000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    0.282069] cdns-pcie-host 7062000000.pcie: Memory resource size exceeds max for 32 bits
[    0.282605] cdns-pcie-host 7062000000.pcie: no phy-names.  PHY will not be initialized
[    0.282691] cdns-pcie-host 7062000000.pcie: msi_data is 0x3c01000
[    0.282906] cdns-pcie-host 7062000000.pcie: PCI host bridge to bus 0002:80
[    0.282921] pci_bus 0002:80: Unknown NUMA node; performance will be reduced
[    0.282932] pci_bus 0002:80: root bus resource [bus 80-bf]
[    0.282943] pci_bus 0002:80: root bus resource [io  0x800000-0xbfffff]
[    0.282954] pci_bus 0002:80: root bus resource [mem 0x4890000000-0x48bfffffff pref] (bus address [0x90000000-0xbfffffff])
[    0.282967] pci_bus 0002:80: root bus resource [mem 0x48c0000000-0x48cfffffff] (bus address [0xc0000000-0xcfffffff])
[    0.282978] pci_bus 0002:80: root bus resource [mem 0x4900000000-0x4affffffff pref]
[    0.282988] pci_bus 0002:80: root bus resource [mem 0x4b00000000-0x4bffffffff]
[    0.283014] pci 0002:80:00.0: [1e30:2042] type 01 class 0x060400
[    0.283094] pci 0002:80:00.0: supports D1
[    0.283104] pci 0002:80:00.0: PME# supported from D0 D1 D3hot
[    0.284586] pci 0002:80:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.284717] pci 0002:81:00.0: [8086:1528] type 00 class 0x020000
[    0.284763] pci 0002:81:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit pref]
[    0.284814] pci 0002:81:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    0.284835] pci 0002:81:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[    0.284984] pci 0002:81:00.0: PME# supported from D0 D3hot D3cold
[    0.285272] pci 0002:81:00.1: [8086:1528] type 00 class 0x020000
[    0.285317] pci 0002:81:00.1: reg 0x10: [mem 0x00000000-0x001fffff 64bit pref]
[    0.285369] pci 0002:81:00.1: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref]
[    0.285390] pci 0002:81:00.1: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[    0.285537] pci 0002:81:00.1: PME# supported from D0 D3hot D3cold
[    0.308904] pci_bus 0002:81: busn_res: [bus 81-bf] end is updated to 81
[    0.308946] pci 0002:80:00.0: BAR 8: assigned [mem 0x48c0000000-0x48c00fffff]
[    0.308961] pci 0002:80:00.0: BAR 9: assigned [mem 0x4900000000-0x49004fffff 64bit pref]
[    0.308979] pci 0002:81:00.0: BAR 0: assigned [mem 0x4900000000-0x49001fffff 64bit pref]
[    0.309008] pci 0002:81:00.1: BAR 0: assigned [mem 0x4900200000-0x49003fffff 64bit pref]
[    0.309034] pci 0002:81:00.0: BAR 6: assigned [mem 0x48c0000000-0x48c007ffff pref]
[    0.309045] pci 0002:81:00.1: BAR 6: assigned [mem 0x48c0080000-0x48c00fffff pref]
[    0.309056] pci 0002:81:00.0: BAR 4: assigned [mem 0x4900400000-0x4900403fff 64bit pref]
[    0.309082] pci 0002:81:00.1: BAR 4: assigned [mem 0x4900404000-0x4900407fff 64bit pref]
[    0.309109] pci 0002:80:00.0: PCI bridge to [bus 81]
[    0.309120] pci 0002:80:00.0:   bridge window [mem 0x48c0000000-0x48c00fffff]
[    0.309131] pci 0002:80:00.0:   bridge window [mem 0x4900000000-0x49004fffff 64bit pref]
[    0.309259] cdns-pcie-host 4c00000000.pcie: host bridge /pcie@7062800000 ranges:
[    0.309289] cdns-pcie-host 4c00000000.pcie:       IO 0x4c10c00000..0x4c10ffffff -> 0x0000c00000
[    0.309310] cdns-pcie-host 4c00000000.pcie:      MEM 0x4cd0000000..0x4cefffffff -> 0x00d0000000
[    0.309328] cdns-pcie-host 4c00000000.pcie:      MEM 0x4cf0000000..0x4cffffffff -> 0x00f0000000
[    0.309344] cdns-pcie-host 4c00000000.pcie:      MEM 0x4d00000000..0x4effffffff -> 0x4d00000000
[    0.309358] cdns-pcie-host 4c00000000.pcie:      MEM 0x4f00000000..0x4fffffffff -> 0x4f00000000
[    0.309376] cdns-pcie-host 4c00000000.pcie:   IB MEM 0x0000000000..0x1effffffff -> 0x0000000000
[    0.309472] cdns-pcie-host 4c00000000.pcie: Memory resource size exceeds max for 32 bits
[    0.309503] cdns-pcie-host 4c00000000.pcie: no phy-names.  PHY will not be initialized
[    0.309609] cdns-pcie-host 4c00000000.pcie: PCI host bridge to bus 0003:c0
[    0.309619] pci_bus 0003:c0: Unknown NUMA node; performance will be reduced
[    0.309631] pci_bus 0003:c0: root bus resource [bus c0-ff]
[    0.309641] pci_bus 0003:c0: root bus resource [io  0xc00000-0xffffff]
[    0.309652] pci_bus 0003:c0: root bus resource [mem 0x4cd0000000-0x4cefffffff pref] (bus address [0xd0000000-0xefffffff])
[    0.309664] pci_bus 0003:c0: root bus resource [mem 0x4cf0000000-0x4cffffffff] (bus address [0xf0000000-0xffffffff])
[    0.309676] pci_bus 0003:c0: root bus resource [mem 0x4d00000000-0x4effffffff pref]
[    0.309686] pci_bus 0003:c0: root bus resource [mem 0x4f00000000-0x4fffffffff]
[    0.309713] pci 0003:c0:00.0: [1e30:2042] type 01 class 0x060400
[    0.309793] pci 0003:c0:00.0: supports D1
[    0.309801] pci 0003:c0:00.0: PME# supported from D0 D1 D3hot
[    0.311356] pci 0003:c0:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.311465] pci 0003:c1:00.0: [1b21:2824] type 01 class 0x060400
[    0.311552] pci 0003:c1:00.0: enabling Extended Tags
[    0.311696] pci 0003:c1:00.0: PME# supported from D0 D3hot D3cold
[    0.338896] pci 0003:c1:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.339057] pci 0003:c2:00.0: [1b21:2824] type 01 class 0x060400
[    0.339148] pci 0003:c2:00.0: enabling Extended Tags
[    0.339294] pci 0003:c2:00.0: PME# supported from D0 D3hot D3cold
[    0.339706] pci 0003:c2:04.0: [1b21:2824] type 01 class 0x060400
[    0.339797] pci 0003:c2:04.0: enabling Extended Tags
[    0.339942] pci 0003:c2:04.0: PME# supported from D0 D3hot D3cold
[    0.340233] pci 0003:c2:06.0: [1b21:2824] type 01 class 0x060400
[    0.340323] pci 0003:c2:06.0: enabling Extended Tags
[    0.340467] pci 0003:c2:06.0: PME# supported from D0 D3hot D3cold
[    0.340702] pci 0003:c2:07.0: [1b21:2824] type 01 class 0x060400
[    0.340790] pci 0003:c2:07.0: enabling Extended Tags
[    0.340932] pci 0003:c2:07.0: PME# supported from D0 D3hot D3cold
[    0.341163] pci 0003:c2:08.0: [1b21:2824] type 01 class 0x060400
[    0.341252] pci 0003:c2:08.0: enabling Extended Tags
[    0.341393] pci 0003:c2:08.0: PME# supported from D0 D3hot D3cold
[    0.341768] pci 0003:c2:0c.0: [1b21:2824] type 01 class 0x060400
[    0.341857] pci 0003:c2:0c.0: enabling Extended Tags
[    0.342001] pci 0003:c2:0c.0: PME# supported from D0 D3hot D3cold
[    0.342289] pci 0003:c2:0e.0: [1b21:2824] type 01 class 0x060400
[    0.342378] pci 0003:c2:0e.0: enabling Extended Tags
[    0.342520] pci 0003:c2:0e.0: PME# supported from D0 D3hot D3cold
[    0.342760] pci 0003:c2:0f.0: [1b21:2824] type 01 class 0x060400
[    0.342848] pci 0003:c2:0f.0: enabling Extended Tags
[    0.342991] pci 0003:c2:0f.0: PME# supported from D0 D3hot D3cold
[    0.343905] pci 0003:c2:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.343928] pci 0003:c2:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.343947] pci 0003:c2:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.343966] pci 0003:c2:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.343985] pci 0003:c2:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.344004] pci 0003:c2:0c.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.344022] pci 0003:c2:0e.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.344041] pci 0003:c2:0f.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.344190] pci 0003:c3:00.0: [1d97:5216] type 00 class 0x010802
[    0.344238] pci 0003:c3:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    0.344309] pci 0003:c3:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[    0.368866] pci_bus 0003:c3: busn_res: [bus c3-ff] end is updated to c3
[    0.369029] pci 0003:c4:00.0: [1b21:2142] type 00 class 0x0c0330
[    0.369080] pci 0003:c4:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[    0.369168] pci 0003:c4:00.0: enabling Extended Tags
[    0.369331] pci 0003:c4:00.0: PME# supported from D0 D3hot D3cold
[    0.398859] pci_bus 0003:c4: busn_res: [bus c4-ff] end is updated to c4
[    0.399019] pci 0003:c5:00.0: [10ec:8125] type 00 class 0x020000
[    0.399060] pci 0003:c5:00.0: reg 0x10: [io  0x0000-0x00ff]
[    0.399107] pci 0003:c5:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit]
[    0.399140] pci 0003:c5:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[    0.399366] pci 0003:c5:00.0: supports D1 D2
[    0.399374] pci 0003:c5:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.428867] pci_bus 0003:c5: busn_res: [bus c5-ff] end is updated to c5
[    0.429023] pci 0003:c6:00.0: [1106:3483] type 00 class 0x0c0330
[    0.429072] pci 0003:c6:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
[    0.429245] pci 0003:c6:00.0: PME# supported from D0 D3hot D3cold
[    0.429429] pci_bus 0003:c6: busn_res: [bus c6-ff] end is updated to c6
[    0.429636] pci_bus 0003:c7: busn_res: [bus c7-ff] end is updated to c7
[    0.429789] pci 0003:c8:00.0: [197b:0585] type 00 class 0x010601
[    0.429829] pci 0003:c8:00.0: reg 0x10: [io  0x0000-0x007f]
[    0.429852] pci 0003:c8:00.0: reg 0x14: [io  0x0000-0x007f]
[    0.429874] pci 0003:c8:00.0: reg 0x18: [io  0x0000-0x007f]
[    0.429895] pci 0003:c8:00.0: reg 0x1c: [io  0x0000-0x007f]
[    0.429916] pci 0003:c8:00.0: reg 0x20: [io  0x0000-0x007f]
[    0.429937] pci 0003:c8:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
[    0.429958] pci 0003:c8:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.430129] pci 0003:c8:00.0: PME# supported from D3hot
[    0.430408] pci_bus 0003:c8: busn_res: [bus c8-ff] end is updated to c8
[    0.430563] pci 0003:c9:00.0: [10ec:8125] type 00 class 0x020000
[    0.430604] pci 0003:c9:00.0: reg 0x10: [io  0x0000-0x00ff]
[    0.430650] pci 0003:c9:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit]
[    0.430683] pci 0003:c9:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[    0.430909] pci 0003:c9:00.0: supports D1 D2
[    0.430918] pci 0003:c9:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.458869] pci_bus 0003:c9: busn_res: [bus c9-ff] end is updated to c9
[    0.459056] pci_bus 0003:ca: busn_res: [bus ca-ff] end is updated to ca
[    0.459075] pci_bus 0003:c2: busn_res: [bus c2-ff] end is updated to ca
[    0.459090] pci_bus 0003:c1: busn_res: [bus c1-ff] end is updated to ca
[    0.459122] pci 0003:c0:00.0: BAR 8: assigned [mem 0x4cf0000000-0x4cf05fffff]
[    0.459135] pci 0003:c0:00.0: BAR 7: assigned [io  0xc00000-0xc02fff]
[    0.459148] pci 0003:c1:00.0: BAR 8: assigned [mem 0x4cf0000000-0x4cf05fffff]
[    0.459158] pci 0003:c1:00.0: BAR 7: assigned [io  0xc00000-0xc02fff]
[    0.459173] pci 0003:c2:00.0: BAR 8: assigned [mem 0x4cf0000000-0x4cf00fffff]
[    0.459183] pci 0003:c2:04.0: BAR 8: assigned [mem 0x4cf0100000-0x4cf01fffff]
[    0.459194] pci 0003:c2:06.0: BAR 8: assigned [mem 0x4cf0200000-0x4cf02fffff]
[    0.459204] pci 0003:c2:07.0: BAR 8: assigned [mem 0x4cf0300000-0x4cf03fffff]
[    0.459213] pci 0003:c2:0c.0: BAR 8: assigned [mem 0x4cf0400000-0x4cf04fffff]
[    0.459223] pci 0003:c2:0e.0: BAR 8: assigned [mem 0x4cf0500000-0x4cf05fffff]
[    0.459232] pci 0003:c2:06.0: BAR 7: assigned [io  0xc00000-0xc00fff]
[    0.459242] pci 0003:c2:0c.0: BAR 7: assigned [io  0xc01000-0xc01fff]
[    0.459251] pci 0003:c2:0e.0: BAR 7: assigned [io  0xc02000-0xc02fff]
[    0.459263] pci 0003:c3:00.0: BAR 6: assigned [mem 0x4cf0000000-0x4cf001ffff pref]
[    0.459275] pci 0003:c3:00.0: BAR 0: assigned [mem 0x4cf0020000-0x4cf0023fff 64bit]
[    0.459304] pci 0003:c2:00.0: PCI bridge to [bus c3]
[    0.459319] pci 0003:c2:00.0:   bridge window [mem 0x4cf0000000-0x4cf00fffff]
[    0.459343] pci 0003:c4:00.0: BAR 0: assigned [mem 0x4cf0100000-0x4cf0107fff 64bit]
[    0.459372] pci 0003:c2:04.0: PCI bridge to [bus c4]
[    0.459386] pci 0003:c2:04.0:   bridge window [mem 0x4cf0100000-0x4cf01fffff]
[    0.459410] pci 0003:c5:00.0: BAR 2: assigned [mem 0x4cf0200000-0x4cf020ffff 64bit]
[    0.459440] pci 0003:c5:00.0: BAR 4: assigned [mem 0x4cf0210000-0x4cf0213fff 64bit]
[    0.459469] pci 0003:c5:00.0: BAR 0: assigned [io  0xc00000-0xc000ff]
[    0.459484] pci 0003:c2:06.0: PCI bridge to [bus c5]
[    0.459495] pci 0003:c2:06.0:   bridge window [io  0xc00000-0xc00fff]
[    0.459509] pci 0003:c2:06.0:   bridge window [mem 0x4cf0200000-0x4cf02fffff]
[    0.459531] pci 0003:c6:00.0: BAR 0: assigned [mem 0x4cf0300000-0x4cf0300fff 64bit]
[    0.459560] pci 0003:c2:07.0: PCI bridge to [bus c6]
[    0.459574] pci 0003:c2:07.0:   bridge window [mem 0x4cf0300000-0x4cf03fffff]
[    0.459594] pci 0003:c2:08.0: PCI bridge to [bus c7]
[    0.459623] pci 0003:c8:00.0: BAR 6: assigned [mem 0x4cf0400000-0x4cf040ffff pref]
[    0.459635] pci 0003:c8:00.0: BAR 5: assigned [mem 0x4cf0410000-0x4cf0411fff]
[    0.459650] pci 0003:c8:00.0: BAR 0: assigned [io  0xc01000-0xc0107f]
[    0.459665] pci 0003:c8:00.0: BAR 1: assigned [io  0xc01080-0xc010ff]
[    0.459680] pci 0003:c8:00.0: BAR 2: assigned [io  0xc01100-0xc0117f]
[    0.459694] pci 0003:c8:00.0: BAR 3: assigned [io  0xc01180-0xc011ff]
[    0.459708] pci 0003:c8:00.0: BAR 4: assigned [io  0xc01200-0xc0127f]
[    0.459723] pci 0003:c2:0c.0: PCI bridge to [bus c8]
[    0.459733] pci 0003:c2:0c.0:   bridge window [io  0xc01000-0xc01fff]
[    0.459747] pci 0003:c2:0c.0:   bridge window [mem 0x4cf0400000-0x4cf04fffff]
[    0.459770] pci 0003:c9:00.0: BAR 2: assigned [mem 0x4cf0500000-0x4cf050ffff 64bit]
[    0.459800] pci 0003:c9:00.0: BAR 4: assigned [mem 0x4cf0510000-0x4cf0513fff 64bit]
[    0.459828] pci 0003:c9:00.0: BAR 0: assigned [io  0xc02000-0xc020ff]
[    0.459844] pci 0003:c2:0e.0: PCI bridge to [bus c9]
[    0.459854] pci 0003:c2:0e.0:   bridge window [io  0xc02000-0xc02fff]
[    0.459868] pci 0003:c2:0e.0:   bridge window [mem 0x4cf0500000-0x4cf05fffff]
[    0.459889] pci 0003:c2:0f.0: PCI bridge to [bus ca]
[    0.459914] pci 0003:c1:00.0: PCI bridge to [bus c2-ca]
[    0.459924] pci 0003:c1:00.0:   bridge window [io  0xc00000-0xc02fff]
[    0.459938] pci 0003:c1:00.0:   bridge window [mem 0x4cf0000000-0x4cf05fffff]
[    0.459959] pci 0003:c0:00.0: PCI bridge to [bus c1-ca]
[    0.459967] pci 0003:c0:00.0:   bridge window [io  0xc00000-0xc02fff]
[    0.459978] pci 0003:c0:00.0:   bridge window [mem 0x4cf0000000-0x4cf05fffff]
[    0.460057] pci 0003:c4:00.0: PME# does not work under D0, disabling it
[    0.460076] pci 0003:c0:00.0: enabling device (0000 -> 0003)
[    0.460094] pci 0003:c1:00.0: enabling device (0000 -> 0003)
[    0.460118] pci 0003:c2:04.0: enabling device (0000 -> 0002)
[    0.460139] pci 0003:c4:00.0: enabling device (0000 -> 0002)
[    0.460213] pci 0003:c2:07.0: enabling device (0000 -> 0002)
[    0.460237] pci 0003:c6:00.0: enabling device (0000 -> 0002)
[    0.461862] sg20xx-mcu 1-0017: MCU: version 0x7, reason 0x0/0x0
[    0.462304] sg20xx-mcu 1-0017: hwmon: 'sg20xx-mcu' is not a valid name attribute, please fix
[    0.465959] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.466943] printk: console [ttyS0] disabled
[    0.467002] 7040000000.serial: ttyS0 at MMIO 0x7040000000 (irq = 45, base_baud = 31250000) is a 16550A
[    3.247109] printk: console [ttyS0] enabled
[    3.251913] 7040001000.serial: ttyS1 at MMIO 0x7040001000 (irq = 46, base_baud = 31250000) is a 16550A
[    3.261739] 7040002000.serial: ttyS2 at MMIO 0x7040002000 (irq = 47, base_baud = 31250000) is a 16550A
[    3.271802] 7040003000.serial: ttyS3 at MMIO 0x7040003000 (irq = 48, base_baud = 31250000) is a 16550A
[    3.281738] [drm] radeon kernel modesetting enabled.
[    3.286785] pci 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[    3.293013] radeon 0000:01:00.0: vgaarb: deactivate vga console
[    3.299069] pci 0000:00:00.0: enabling device (0000 -> 0003)
[    3.304740] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[    3.311019] [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779 0x1787:0x3000 0x00).
[    3.550176] ATOM BIOS: C26401
[    3.553234] [drm] GPU not posted. posting now...
[    3.561774] radeon 0000:01:00.0: VRAM: 2048M 0x0000000000000000 - 0x000000007FFFFFFF (2048M used)
[    3.570670] radeon 0000:01:00.0: GTT: 1024M 0x0000000080000000 - 0x00000000BFFFFFFF
[    3.578325] [drm] Detected VRAM RAM=2048M, BAR=256M
[    3.583211] [drm] RAM width 64bits DDR
[    3.587040] [drm] radeon: 2048M of VRAM memory ready
[    3.592022] [drm] radeon: 1024M of GTT memory ready.
[    3.597013] [drm] Loading CAICOS Microcode
[    3.611366] [drm] Internal thermal controller with fan control
[    3.621763] [drm] radeon: dpm initialized
[    3.644389] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    3.673001] [drm] PCIE GART of 1024M enabled (table at 0x0000000000162000).
[    3.680183] radeon 0000:01:00.0: WB enabled
[    3.684374] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000080000c00
[    3.692393] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000080000c0c
[    3.703378] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118
[    3.711822] cdns-pcie-host 7060000000.pcie: msi#0 address_hi 0x0 address_lo 0x3c00000
[    3.719734] radeon 0000:01:00.0: radeon: using MSI.
[    3.724676] [drm] radeon: irq initialized.
[    3.745805] [drm] ring test on 0 succeeded in 0 usecs
[    3.751000] [drm] ring test on 3 succeeded in 6 usecs
[    3.933211] [drm] ring test on 5 succeeded in 2 usecs
[    3.938276] [drm] UVD initialized successfully.
[    3.943234] [drm] ib test on ring 0 succeeded in 0 usecs
[    3.948718] [drm] ib test on ring 3 succeeded in 0 usecs
[    4.105420] [drm] ib test on ring 5 succeeded
[    4.110816] [drm] Radeon Display Connectors
[    4.115007] [drm] Connector 0:
[    4.118061] [drm]   HDMI-A-1
[    4.120973] [drm]   HPD2
[    4.123507] [drm]   DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[    4.130911] [drm]   Encoders:
[    4.133877] [drm]     DFP1: INTERNAL_UNIPHY1
[    4.138146] [drm] Connector 1:
[    4.141206] [drm]   DVI-D-1
[    4.143999] [drm]   HPD4
[    4.146531] [drm]   DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[    4.153932] [drm]   Encoders:
[    4.156898] [drm]     DFP2: INTERNAL_UNIPHY
[    4.161101] [drm] Connector 2:
[    4.164154] [drm]   VGA-1
[    4.166774] [drm]   DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[    4.174175] [drm]   Encoders:
[    4.177141] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    4.311803] [drm] fb mappable at 0x4100363000
[    4.316171] [drm] vram apper at 0x4100000000
[    4.320451] [drm] size 8294400
[    4.323505] [drm] fb depth is 24
[    4.326732] [drm]    pitch is 7680
[    4.394382] Console: switching to colour frame buffer device 240x67
[    4.426237] radeon 0000:01:00.0: [drm] fb0: radeondrmfb frame buffer device
[    4.433457] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    4.441179] [drm] amdgpu kernel modesetting enabled.
[    4.452740] brd: module loaded
[    4.474113] loop: module loaded
[    4.478213] nvme nvme0: pci function 0003:c3:00.0
[    4.483267] ahci 0003:c8:00.0: version 3.0
[    4.487465] pci 0003:c2:0c.0: enabling device (0000 -> 0003)
[    4.493288] ahci 0003:c8:00.0: enabling device (0000 -> 0003)
[    4.499363] ahci 0003:c8:00.0: SSS flag set, parallel bus scan disabled
[    4.506167] ahci 0003:c8:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
[    4.514513] ahci 0003:c8:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh 
[    4.530793] pci 0003:c2:00.0: enabling device (0000 -> 0002)
[    4.536588] nvme 0003:c3:00.0: enabling device (0000 -> 0002)
[    4.543168] scsi host0: ahci
[    4.546557] scsi host1: ahci
[    4.549865] scsi host2: ahci
[    4.553121] scsi host3: ahci
[    4.556370] scsi host4: ahci
[    4.559494] ata1: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410100 irq 51
[    4.567402] ata2: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410180 irq 51
[    4.575299] ata3: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410200 irq 51
[    4.583192] ata4: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410280 irq 51
[    4.591085] ata5: SATA max UDMA/133 abar m8192@0x4cf0410000 port 0x4cf0410300 irq 51
[    4.599934] pci 0003:c2:06.0: enabling device (0000 -> 0003)
[    4.605727] r8169 0003:c5:00.0: enabling device (0000 -> 0003)
[    4.621827] nvme nvme0: Shutdown timeout set to 8 seconds
[    4.633967] nvme nvme0: allocated 64 MiB host memory buffer.
[    4.641348] r8169 0003:c5:00.0 eth0: RTL8125B, 00:e0:4c:68:00:a5, XID 641, IRQ 54
[    4.649033] r8169 0003:c5:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.657933] pci 0003:c2:0e.0: enabling device (0000 -> 0003)
[    4.663738] r8169 0003:c9:00.0: enabling device (0000 -> 0003)
[    4.700141] r8169 0003:c9:00.0 eth1: RTL8125B, 00:e0:4c:68:00:a6, XID 641, IRQ 55
[    4.707793] r8169 0003:c9:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    4.717484] xhci_hcd 0003:c4:00.0: xHCI Host Controller
[    4.722858] xhci_hcd 0003:c4:00.0: new USB bus registered, assigned bus number 1
[    4.787193] xhci_hcd 0003:c4:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
[    4.797088] xhci_hcd 0003:c4:00.0: xHCI Host Controller
[    4.802467] xhci_hcd 0003:c4:00.0: new USB bus registered, assigned bus number 2
[    4.810020] xhci_hcd 0003:c4:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    4.817822] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    4.826312] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.838632] usb usb1: Product: xHCI Host Controller
[    4.848582] usb usb1: Manufacturer: Linux 6.1.47 xhci-hcd
[    4.859030] usb usb1: SerialNumber: 0003:c4:00.0
[    4.869690] hub 1-0:1.0: USB hub found
[    4.878707] nvme nvme0: 1/0/0 default/read/poll queues
[    4.889419] hub 1-0:1.0: 2 ports detected
[    4.898842] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    4.912389] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    4.925995] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.938517] usb usb2: Product: xHCI Host Controller
[    4.948620] usb usb2: Manufacturer: Linux 6.1.47 xhci-hcd
[    4.959278] usb usb2: SerialNumber: 0003:c4:00.0
[    4.969309] ata1: SATA link down (SStatus 0 SControl 300)
[    4.980356] hub 2-0:1.0: USB hub found
[    4.989543] hub 2-0:1.0: 2 ports detected
[    4.999626] xhci_hcd 0003:c6:00.0: xHCI Host Controller
[    5.010163] xhci_hcd 0003:c6:00.0: new USB bus registered, assigned bus number 3
[    5.025093] xhci_hcd 0003:c6:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000000000000890
[    5.040101] xhci_hcd 0003:c6:00.0: xHCI Host Controller
[    5.050750] xhci_hcd 0003:c6:00.0: new USB bus registered, assigned bus number 4
[    5.063617] xhci_hcd 0003:c6:00.0: Host supports USB 3.0 SuperSpeed
[    5.077942] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    5.091894] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.104770] usb usb3: Product: xHCI Host Controller
[    5.115270] usb usb3: Manufacturer: Linux 6.1.47 xhci-hcd
[    5.126248] usb usb3: SerialNumber: 0003:c6:00.0
[    5.137537] hub 3-0:1.0: USB hub found
[    5.205542]  nvme0n1: p1 p2 p3 p4 < p5 p6 >
[    5.215452] hub 3-0:1.0: 1 port detected
[    5.225970] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    5.239897] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.252730] usb usb4: Product: xHCI Host Controller
[    5.263206] usb usb4: Manufacturer: Linux 6.1.47 xhci-hcd
[    5.274184] usb usb4: SerialNumber: 0003:c6:00.0
[    5.284488] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    5.297164] hub 4-0:1.0: USB hub found
[    5.306586] hub 4-0:1.0: 4 ports detected
[    5.316612] usbcore: registered new interface driver usb-storage
[    5.328114] i2c_dev: i2c /dev entries driver
[    5.341032] sdhci: Secure Digital Host Controller Interface driver
[    5.352818] sdhci: Copyright(c) Pierre Ossman
[    5.362758] sdhci-pltfm: SDHCI platform and OF driver helper
[    5.405474] mmc0: SDHCI controller on 704002a000.bm-emmc [704002a000.bm-emmc] using ADMA 64-bit
[    5.451347] mmc1: SDHCI controller on 704002b000.bm-sd [704002b000.bm-sd] using ADMA 64-bit
[    5.465914] usbcore: registered new interface driver usbhid
[    5.477375] usbhid: USB HID core driver
[    5.487272] riscv-pmu-sbi: SBI PMU extension is available
[    5.498876] riscv-pmu-sbi: 16 firmware and 31 hardware counters
[    5.573535] NET: Registered PF_INET6 protocol family
[    5.585169] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    5.599268] usb 1-1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 7.94
[    5.613591] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.626849] usb 1-1: Product: USB2.0 Hub             
[    5.637967] usb 1-1: Manufacturer: VIA Labs, Inc.         
[    5.649499] usb 1-1: SerialNumber: 000000001
[    5.659839] ata2: SATA link down (SStatus 0 SControl 300)
[    5.673330] Segment Routing with IPv6
[    5.683002] In-situ OAM (IOAM) with IPv6
[    5.692850] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    5.705091] NET: Registered PF_PACKET protocol family
[    5.716042] start plist test
[    5.726980] end plist test
[    5.736766] debug_vm_pgtable: [debug_vm_pgtable         ]: Validating architecture page table helpers
[    5.761524] ALSA device list:
[    5.770362]   No soundcards found.
[    5.779589] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    5.792370] hub 1-1:1.0: USB hub found
[    5.802290] hub 1-1:1.0: 4 ports detected
[    5.850648] mmc0: Got command interrupt 0x00000001 even though no command operation was in progress.
[    5.865673] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[    5.878005] mmc0: sdhci: Sys addr:  0x00000000 | Version:  0x00000005
[    5.890339] mmc0: sdhci: Blk size:  0x00000000 | Blk cnt:  0x00000000
[    5.902632] mmc0: sdhci: Argument:  0x00000000 | Trn mode: 0x00000000
[    5.914845] mmc0: sdhci: Present:   0x03f20000 | Host ctl: 0x00000000
[    5.926983] mmc0: sdhci: Power:     0x0000000f | Blk gap:  0x00000000
[    5.939075] mmc0: sdhci: Wake-up:   0x00000000 | Clock:    0x0000e8c7
[    5.951117] mmc0: sdhci: Timeout:   0x00000000 | Int stat: 0x00000000
[    5.963132] mmc0: sdhci: Int enab:  0x00ff1003 | Sig enab: 0x00ff1003
[    5.975140] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[    5.987119] mmc0: sdhci: Caps:      0x3f68c832 | Caps_1:   0x0800a077
[    5.999085] mmc0: sdhci: Cmd:       0x00000102 | Max curr: 0x00000000
[    6.011068] mmc0: sdhci: Resp[0]:   0x00000000 | Resp[1]:  0x00000000
[    6.023017] mmc0: sdhci: Resp[2]:   0x00000000 | Resp[3]:  0x00000000
[    6.034905] mmc0: sdhci: Host ctl2: 0x00000000
[    6.044711] mmc0: sdhci: ADMA Err:  0x00000000 | ADMA Ptr: 0x0000000000000000
[    6.057216] mmc0: sdhci: ============================================
[    6.070557] usb 3-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
[    6.084228] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    6.096776] usb 3-1: Product: USB2.0 Hub
[    6.107988] hub 3-1:1.0: USB hub found
[    6.117243] hub 3-1:1.0: 4 ports detected
[    6.170239] usb 2-1: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 7.94
[    6.183887] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.196455] usb 2-1: Product: USB3.1 Hub             
[    6.206938] usb 2-1: Manufacturer: VIA Labs, Inc.         
[    6.217859] usb 2-1: SerialNumber: 000000001
[    6.227598] ata3: SATA link down (SStatus 0 SControl 300)
[    6.244555] hub 2-1:1.0: USB hub found
[    6.253998] hub 2-1:1.0: 4 ports detected
[    6.308833] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[    6.502398] usb 1-2: New USB device found, idVendor=2109, idProduct=2822, bcdDevice= 7.94
[    6.516024] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.528544] usb 1-2: Product: USB2.0 Hub             
[    6.539003] usb 1-2: Manufacturer: VIA Labs, Inc.         
[    6.549861] usb 1-2: SerialNumber: 000000001
[    6.566200] hub 1-2:1.0: USB hub found
[    6.575311] ata4: SATA link down (SStatus 0 SControl 300)
[    6.586253] hub 1-2:1.0: 4 ports detected
[    6.920203] ata5: SATA link down (SStatus 0 SControl 300)
[    6.931685] Freeing unused kernel image (initmem) memory: 2168K
[    6.942967] Run /init as init process
[    6.951811]   with arguments:
[    6.959899]     /init
[    6.967226]   with environment:
[    6.975417]     HOME=/
[    6.982781]     TERM=linux
[    6.990438] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[    7.072992] usb 2-2: New USB device found, idVendor=2109, idProduct=0822, bcdDevice= 7.94
[    7.086253] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.098399] usb 2-2: Product: USB3.1 Hub             
[    7.108466] usb 2-2: Manufacturer: VIA Labs, Inc.         
[    7.118984] usb 2-2: SerialNumber: 000000001
[    7.136062] hub 2-2:1.0: USB hub found
[    7.145495] hub 2-2:1.0: 4 ports detected
[    7.218832] usb 1-1.2: new low-speed USB device number 4 using xhci_hcd
[    7.488889] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c077, bcdDevice=72.00
[    7.502313] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.514669] usb 1-1.2: Product: USB Optical Mouse
[    7.524437] usb 1-1.2: Manufacturer: Logitech
[    7.543713] input: Logitech USB Optical Mouse as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:046D:C077.0001/input/input0
[    7.567235] hid-generic 0003:046D:C077.0001: input: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0003:c4:00.0-1.2/input0
[    7.678832] usb 1-2.2: new full-speed USB device number 5 using xhci_hcd
[    8.027435] usb 1-2.2: New USB device found, idVendor=17f6, idProduct=0862, bcdDevice= 7.37
[    8.041416] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.054381] usb 1-2.2: Product: Unicomp R7_2_10x_Kbrd_v7_37
[    8.065520] usb 1-2.2: Manufacturer: Unicomp Inc
[    8.085530] input: Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37 as /devices/platform/4c00000000.pcie/pci0003:c0/0003:c0:00.0/0003:c1:00.0/0003:c2:04.0/0003:c4:00.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:17F6:0862.0002/input/input1
[    8.178842] hid-generic 0003:17F6:0862.0002: input: USB HID v1.11 Keyboard [Unicomp Inc Unicomp R7_2_10x_Kbrd_v7_37] on usb-0003:c4:00.0-2.2/input0
[   10.093006] u-root init: error creating mount -t "efivarfs" -o  "efivarfs" "/sys/firmware/efi/efivars" flags 0x0: no such file or directory
[   10.264230] FAT-fs (nvme0n1p5): bogus number of reserved sectors
[   10.298926] FAT-fs (nvme0n1p5): Can't find a valid FAT filesystem
[   10.314109] FAT-fs (nvme0n1p6): bogus number of reserved sectors
[   10.328139] FAT-fs (nvme0n1p6): Can't find a valid FAT filesystem
[   10.350486] ISOFS: Unable to identify CD-ROM format.
[   10.373985] ISOFS: Unable to identify CD-ROM format.
[   10.403456] ISOFS: Unable to identify CD-ROM format.
[   10.420989] EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: disabled.
[   10.752852] ISOFS: Unable to identify CD-ROM format.
[   10.771339] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Quota mode: disabled.
[   10.791991] isofs_fill_super: bread failed, dev=nvme0n1p4, iso_blknum=16, block=32
[   10.816896] ISOFS: Unable to identify CD-ROM format.
[   10.839335] EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Quota mode: disabled.
[   10.867519] ISOFS: Unable to identify CD-ROM format.
[   10.893934] EXT4-fs (nvme0n1p6): mounted filesystem with ordered data mode. Quota mode: disabled.
[   10.914263] ISOFS: Unable to identify CD-ROM format.
[   10.930116] ISOFS: Unable to identify CD-ROM format.
[   10.945570] ISOFS: Unable to identify CD-ROM format.
[   10.960959] ISOFS: Unable to identify CD-ROM format.
[   10.976254] ISOFS: Unable to identify CD-ROM format.
[   10.994167] ISOFS: Unable to identify CD-ROM format.
[   11.009470] ISOFS: Unable to identify CD-ROM format.
[   11.024203] ISOFS: Unable to identify CD-ROM format.
[   11.038749] ISOFS: Unable to identify CD-ROM format.
[   11.053005] ISOFS: Unable to identify CD-ROM format.
[   11.067251] ISOFS: Unable to identify CD-ROM format.
[   11.083773] ISOFS: Unable to identify CD-ROM format.
[   11.098021] ISOFS: Unable to identify CD-ROM format.
[   11.112199] ISOFS: Unable to identify CD-ROM format.
[   11.126290] ISOFS: Unable to identify CD-ROM format.
[   11.140453] ISOFS: Unable to identify CD-ROM format.
[   22.556584] RNG is not initialised: omitting "kaslr-seed" property
[   22.562982] RNG is not initialised: omitting "rng-seed" property
[   22.617944] EXT4-fs (nvme0n1p3): unmounting filesystem.
[   22.624253] EXT4-fs (nvme0n1p5): unmounting filesystem.
[   22.632595] EXT4-fs (nvme0n1p6): unmounting filesystem.
[   22.843416] Console: switching to colour dummy device 80x25
[   22.850677] [drm] radeon: finishing device.
[   22.964138] [drm] radeon: ttm finalized
[   22.969600] kexec_core: Starting new kernel
[   22.973794] Will call new kernel at 02200000 from hart id 2
[   22.979366] FDT image at 429d7000
[   22.982682] Bye...
[    0.000000] Linux version 6.1.61-4fyi+ (jebba@milkv-deb) (gcc (Debian 13.2.0-9) 13.2.0, GNU ld (GNU Binutils for Debian) 2.41.50.20231227) #1 SMP Mon Jan  8 12:40:54 MST 2024
[    0.000000] OF: fdt: Ignoring memory range 0x0 - 0x2200000
[    0.000000] Machine model: Sophgo Mango
[    0.000000] earlycon: uart0 at MMIO32 0x0000007040000000 (options '')
[    0.000000] printk: bootconsole [uart0] enabled
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x0000000180000000, size 256 MiB
[    0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[    0.000000] OF: NUMA: parsing numa-distance-map-v1
[    0.000000] NUMA: NODE_DATA [mem 0x7ffffde00-0x7ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0xfffffde00-0xfffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x17ffffde00-0x17ffffffff]
[    0.000000] NUMA: NODE_DATA [mem 0x1f02134d80-0x1f02136f7f]
[    0.000000] Zone ranges:
[    0.000000]   DMA32    [mem 0x0000000002200000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000001f021fffff]
[    0.000000]   HighMem  [mem 0x0000001f02200000-0x0000001fffffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000002200000-0x00000007ffffffff]
[    0.000000]   node   1: [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000]   node   2: [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000]   node   3: [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000002200000-0x00000007ffffffff]
[    0.000000] Initmem setup node 1 [mem 0x0000000800000000-0x0000000fffffffff]
[    0.000000] Initmem setup node 2 [mem 0x0000001000000000-0x00000017ffffffff]
[    0.000000] Initmem setup node 3 [mem 0x0000001800000000-0x0000001fffffffff]
[    0.000000] On node 0, zone DMA32: 8704 pages in unavailable ranges
[    0.000000] SBI specification v1.0 detected
[    0.000000] SBI implementation ID=0x1 Version=0x10002
[    0.000000] SBI TIME extension detected
[    0.000000] SBI IPI extension detected
[    0.000000] SBI RFENCE extension detected
[    0.000000] SBI SRST extension detected
[    0.000000] SBI HSM extension detected
[    0.000000] riscv: base ISA extensions acdfimv
[    0.000000] riscv: ELF capabilities acdfimv
[    0.000000] percpu: cpu 0 has no node -1 or node-local memory
[    0.000000] percpu: Embedded 27 pages/cpu s70824 r8192 d31576 u110592
[    0.000000] Fallback order for Node 0: 0 1 2 3 
[    0.000000] Fallback order for Node 1: 1 0 3 2 
[    0.000000] Fallback order for Node 2: 2 3 0 1 
[    0.000000] Fallback order for Node 3: 3 2 1 0 
[    0.000000] Built 4 zonelists, mobility grouping on.  Total pages: 33037824
[    0.000000] Policy zone: HighMem
[    0.000000] Kernel command line: root=/dev/nvme0n1p5 rootfstype=ext4 rootwait rw earlycon selinux=0 LANG=en_US.UTF-8 console=tty1
[    0.000000] Unknown kernel command line parameters "LANG=en_US.UTF-8", will be passed to user space.
[    0.000000] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] printk: log_buf_len total cpu_extra contributions: 258048 bytes
[    0.000000] printk: log_buf_len min size: 262144 bytes
[    0.000000] printk: log_buf_len: 524288 bytes
[    0.000000] printk: early log buf free: 258432(98%)
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] software IO TLB: area num 64.
[    0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff000] (64MB)
[    0.000000] Memory: 131673592K/134182912K available (11032K kernel code, 5908K rwdata, 6144K rodata, 2582K init, 1159K bss, 2245148K reserved, 262144K cma-reserved, 4159488K highmem)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=64, Nodes=4
[    0.000000] ftrace: allocating 40952 entries in 160 pages
[    0.000000] ftrace: allocated 160 pages with 2 groups
[    0.000000] trace event string verifier disabled
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=64.
[    0.000000] 	Rude variant of Tasks RCU enabled.
[    0.000000] 	Tracing variant of Tasks RCU enabled.
[    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=64
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] riscv-intc: 64 local interrupts mapped
[    0.000000] plic: interrupt-controller@7090000000: mapped 224 interrupts with 64 handlers for 128 contexts.
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] riscv-timer: riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [2]
[    0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0xb8812736b, max_idle_ns: 440795202655 ns
[    0.000000] sched_clock: 64 bits at 50MHz, resolution 20ns, wraps every 4398046511100ns
[    0.008506] clocksource: dw-apb-timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 38225208935 ns
[    0.018436] sched_clock: 32 bits at 50MHz, resolution 20ns, wraps every 42949672950ns
[    0.026648] Console: colour dummy device 80x25
[    0.031126] printk: console [tty1] enabled
[    0.035245] printk: bootconsole [uart0] disabled

The milkv-pioneer git repositories have older bootloader software. It appears the most recent code is from the sophgo repositories.

bootloader-riscv

bootloader-riscv repo from SOPHGO:

u-boot

U-Boot repo from SOPHGO:

zsbl

Zeroeth stage bootloader repo:

OpenSBI

OpenSBI repo.