Advertisement
Bullet64

vf2_first_boot

Jan 25th, 2023
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.87 KB | None | 0 0
  1. U-Boot SPL 2021.10 (Nov 10 2022 - 13:29:36 +0800)
  2. DDR version: dc2e84f0.
  3. Trying to boot from SPI
  4.  
  5. OpenSBI v1.0
  6. ____ _____ ____ _____
  7. / __ \ / ____| _ \_ _|
  8. | | | |_ __ ___ _ __ | (___ | |_) || |
  9. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  10. | |__| | |_) | __/ | | |____) | |_) || |_
  11. \____/| .__/ \___|_| |_|_____/|____/_____|
  12. | |
  13. |_|
  14.  
  15. Platform Name : StarFive VisionFive V2
  16. Platform Features : medeleg
  17. Platform HART Count : 5
  18. Platform IPI Device : aclint-mswi
  19. Platform Timer Device : aclint-mtimer @ 4000000Hz
  20. Platform Console Device : uart8250
  21. Platform HSM Device : ---
  22. Platform Reboot Device : ---
  23. Platform Shutdown Device : ---
  24. Firmware Base : 0x40000000
  25. Firmware Size : 360 KB
  26. Runtime SBI Version : 0.3
  27.  
  28. Domain0 Name : root
  29. Domain0 Boot HART : 1
  30. Domain0 HARTs : 0*,1*,2*,3*,4*
  31. Domain0 Region00 : 0x0000000002000000-0x000000000200ffff (I)
  32. Domain0 Region01 : 0x0000000040000000-0x000000004007ffff ()
  33. Domain0 Region02 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
  34. Domain0 Next Address : 0x0000000040200000
  35. Domain0 Next Arg1 : 0x0000000042200000
  36. Domain0 Next Mode : S-mode
  37. Domain0 SysReset : yes
  38.  
  39. Boot HART ID : 1
  40. Boot HART Domain : root
  41. Boot HART Priv Version : v1.11
  42. Boot HART Base ISA : rv64imafdcbx
  43. Boot HART ISA Extensions : none
  44. Boot HART PMP Count : 8
  45. Boot HART PMP Granularity : 4096
  46. Boot HART PMP Address Bits: 34
  47. Boot HART MHPM Count : 2
  48. Boot HART MIDELEG : 0x0000000000000222
  49. Boot HART MEDELEG : 0x000000000000b109
  50.  
  51.  
  52. U-Boot 2021.10 (Nov 10 2022 - 13:29:36 +0800), Build: jenkins-VF2_515_Branch_SD2
  53.  
  54. CPU: rv64imacu
  55. Model: StarFive VisionFive V2
  56. DRAM: 8 GiB
  57. MMC: sdio0@16010000: 0, sdio1@16020000: 1
  58. Loading Environment from SPIFlash... SF: Detected gd25lq128 with page size 256 B
  59. *** Warning - bad CRC, using default environment
  60.  
  61. StarFive EEPROM format v2
  62.  
  63. --------EEPROM INFO--------
  64. Vendor : StarFive Technology Co., Ltd.
  65. Product full SN: VF7110A1-2250-D008E000-00000236
  66. data version: 0x2
  67. PCB revision: 0xa1
  68. BOM revision: A
  69. Ethernet MAC0 address: 6c:cf:39:00:1f:23
  70. Ethernet MAC1 address: 6c:cf:39:00:1f:24
  71. --------EEPROM INFO--------
  72.  
  73. In: serial@10000000
  74. Out: serial@10000000
  75. Err: serial@10000000
  76. Model: StarFive VisionFive V2
  77. Net: eth0: ethernet@16030000, eth1: ethernet@16040000
  78. switch to partitions #0, OK
  79. mmc1 is current device
  80. found device 1
  81. bootmode flash device 1
  82. Can't set block device
  83. 371 bytes read in 3 ms (120.1 KiB/s)
  84. Importing environment from mmc1 ...
  85. Hit any key to stop autoboot: 0
  86. switch to partitions #0, OK
  87. mmc1 is current device
  88. Scanning mmc 1:2...
  89. libfdt fdt_check_header(): FDT_ERR_BADMAGIC
  90. Card did not respond to voltage select! : -110
  91. ** Unable to read file ubootefi.var **
  92. Failed to load EFI variables
  93. Scanning mmc 1:3...
  94. Found /boot/extlinux/extlinux.conf
  95. Retrieving file: /boot/extlinux/extlinux.conf
  96. 875 bytes read in 4 ms (212.9 KiB/s)
  97. U-Boot menu
  98. 1: Debian GNU/Linux bookworm/sid 5.15.0-starfive
  99. 2: Debian GNU/Linux bookworm/sid 5.15.0-starfive (rescue target)
  100. Enter choice: 1: Debian GNU/Linux bookworm/sid 5.15.0-starfive
  101. Retrieving file: /boot/initrd.img-5.15.0-starfive
  102. 9684368 bytes read in 408 ms (22.6 MiB/s)
  103. Retrieving file: /boot/vmlinuz-5.15.0-starfive
  104. 7893260 bytes read in 333 ms (22.6 MiB/s)
  105. append: root=/dev/mmcblk1p3 rw console=tty0 console=ttyS0,115200 earlycon rootw0
  106. Retrieving file: /usr/lib/linux-image-5.15.0-starfive/starfive/jh7110-visionfivb
  107. 46706 bytes read in 12 ms (3.7 MiB/s)
  108. Uncompressing Kernel Image
  109. Moving Image from 0x44000000 to 0x40200000, end=41764000
  110. ## Flattened Device Tree blob at 48000000
  111. Booting using the fdt blob at 0x48000000
  112. Using Device Tree in place at 0000000048000000, end 000000004800e671
  113.  
  114. Starting kernel ...
  115.  
  116. clk u5_dw_i2c_clk_core already disabled
  117. clk u5_dw_i2c_clk_apb already disabled
  118. [ 0.000000] Linux version 5.15.0-starfive (sw_buildbot@mdcsw02) (riscv64-unk2
  119. [ 0.000000] OF: fdt: Ignoring memory range 0x40000000 - 0x40200000
  120. [ 0.000000] Machine model: StarFive VisionFive V2
  121. [ 0.000000] earlycon: uart0 at MMIO32 0x0000000010000000 (options '115200')
  122. [ 0.000000] printk: bootconsole [uart0] enabled
  123. [ 0.000000] efi: UEFI not found.
  124. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000080000000, B
  125. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id sharl
  126. [ 0.000000] Zone ranges:
  127. [ 0.000000] DMA32 [mem 0x0000000040200000-0x00000000ffffffff]
  128. [ 0.000000] Normal [mem 0x0000000100000000-0x000000013fffffff]
  129. [ 0.000000] Movable zone start for each node
  130. [ 0.000000] Early memory node ranges
  131. [ 0.000000] node 0: [mem 0x0000000040200000-0x00000000c010ffff]
  132. [ 0.000000] node 0: [mem 0x00000000c0110000-0x00000000c01fffff]
  133. [ 0.000000] node 0: [mem 0x00000000c0200000-0x000000013fffffff]
  134. [ 0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x000000013fffffff]
  135. [ 0.000000] SBI specification v0.3 detected
  136. [ 0.000000] SBI implementation ID=0x1 Version=0x10000
  137. [ 0.000000] SBI TIME extension detected
  138. [ 0.000000] SBI IPI extension detected
  139. [ 0.000000] SBI RFENCE extension detected
  140. [ 0.000000] SBI v0.2 HSM extension detected
  141. [ 0.000000] CPU with hartid=0 is not available
  142. [ 0.000000] CPU with hartid=0 is not available
  143. [ 0.000000] riscv: ISA extensions acdfim
  144. [ 0.000000] riscv: ELF capabilities acdfim
  145. [ 0.000000] percpu: Embedded 17 pages/cpu s31528 r8192 d29912 u69632
  146. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1033735
  147. [ 0.000000] Kernel command line: root=/dev/mmcblk1p3 rw console=tty0 console0
  148. [ 0.000000] Unknown command line parameters: stmmaceth=chain_mode:1 selinux=0
  149. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 byte)
  150. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes,)
  151. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  152. [ 0.000000] software IO TLB: mapped [mem 0x00000000fbfff000-0x00000000fffff0)
  153. [ 0.000000] Memory: 3451376K/4192256K available (9735K kernel code, 4976K rw)
  154. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  155. [ 0.000000] rcu: Hierarchical RCU implementation.
  156. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  157. [ 0.000000] rcu: RCU debug extended QS entry/exit.
  158. [ 0.000000] Tracing variant of Tasks RCU enabled.
  159. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 ji.
  160. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  161. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  162. [ 0.000000] CPU with hartid=0 is not available
  163. [ 0.000000] riscv-intc: unable to find hart id for /cpus/cpu@0/interrupt-conr
  164. [ 0.000000] riscv-intc: 64 local interrupts mapped
  165. [ 0.000000] plic: plic@c000000: mapped 136 interrupts with 4 handlers for 9 .
  166. [ 0.000000] random: get_random_bytes called from start_kernel+0x4d0/0x6e2 wi0
  167. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [1]
  168. [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycs
  169. [ 0.000001] sched_clock: 64 bits at 4MHz, resolution 250ns, wraps every 2199s
  170. [ 0.008961] clocksource: timer@13050000.ch0: mask: 0xffffffff max_cycles: 0xs
  171. [ 0.020270] clocksource: timer@13050000.ch1: mask: 0xffffffff max_cycles: 0xs
  172. [ 0.031586] clocksource: timer@13050000.ch2: mask: 0xffffffff max_cycles: 0xs
  173. [ 0.042896] clocksource: timer@13050000.ch3: mask: 0xffffffff max_cycles: 0xs
  174. [ 0.054349] Console: colour dummy device 80x25
  175. [ 0.060278] printk: console [tty0] enabled
  176. [ 0.064822] Calibrating delay loop (skipped), value calculated using timer f)
  177. [ 0.076031] pid_max: default: 32768 minimum: 301
  178. [ 0.081260] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, lin)
  179. [ 0.089487] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  180. [ 0.099376] ASID allocator disabled
  181. [ 0.103310] rcu: Hierarchical SRCU implementation.
  182. [ 0.108737] EFI services will not be available.
  183. [ 0.114074] smp: Bringing up secondary CPUs ...
  184. [ 0.120484] smp: Brought up 1 node, 4 CPUs
  185. [ 0.126110] devtmpfs: initialized
  186. [ 0.135789] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, ms
  187. [ 0.146635] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  188. [ 0.167300] pinctrl core: initialized pinctrl subsystem
  189. [ 0.173833] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  190. [ 0.180967] cpuidle: using governor menu
  191. [ 0.202141] platform 29400000.dc8200: Fixing up cyclic dependency with soc:rt
  192. [ 0.211082] platform soc:dsi-output: Fixing up cyclic dependency with 2940000
  193. [ 0.220116] platform 295d0000.mipi: Fixing up cyclic dependency with soc:dsit
  194. [ 0.228877] platform 29590000.hdmi: Fixing up cyclic dependency with 29400000
  195. [ 0.246909] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  196. [ 0.254310] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  197. [ 0.264382] vgaarb: loaded
  198. [ 0.267563] SCSI subsystem initialized
  199. [ 0.271957] usbcore: registered new interface driver usbfs
  200. [ 0.278041] usbcore: registered new interface driver hub
  201. [ 0.283906] usbcore: registered new device driver usb
  202. [ 0.289541] mc: Linux media interface: v0.10
  203. [ 0.294252] videodev: Linux video capture interface: v2.00
  204. [ 0.300461] Advanced Linux Sound Architecture Driver Initialized.
  205. [ 0.307477] Bluetooth: Core ver 2.22
  206. [ 0.311446] NET: Registered PF_BLUETOOTH protocol family
  207. [ 0.317285] Bluetooth: HCI device and connection manager initialized
  208. [ 0.324283] Bluetooth: HCI socket layer initialized
  209. [ 0.329651] Bluetooth: L2CAP socket layer initialized
  210. [ 0.335222] Bluetooth: SCO socket layer initialized
  211. [ 0.340926] clocksource: Switched to clocksource riscv_clocksource
  212. [ 0.353300] NET: Registered PF_INET protocol family
  213. [ 0.359302] IP idents hash table entries: 65536 (order: 7, 524288 bytes, lin)
  214. [ 0.370647] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 819)
  215. [ 0.380129] TCP established hash table entries: 32768 (order: 6, 262144 byte)
  216. [ 0.389183] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, lin)
  217. [ 0.398179] TCP: Hash tables configured (established 32768 bind 32768)
  218. [ 0.405641] UDP hash table entries: 2048 (order: 5, 196608 bytes, linear)
  219. [ 0.413346] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes, linea)
  220. [ 0.421683] NET: Registered PF_UNIX/PF_LOCAL protocol family
  221. [ 0.428385] RPC: Registered named UNIX socket transport module.
  222. [ 0.434923] RPC: Registered udp transport module.
  223. [ 0.440092] RPC: Registered tcp transport module.
  224. [ 0.445271] RPC: Registered tcp NFSv4.1 backchannel transport module.
  225. [ 0.452940] PCI: CLS 0 bytes, default 64
  226. [ 0.457784] Initialise system trusted keyrings
  227. [ 0.462851] workingset: timestamp_bits=62 max_order=20 bucket_order=0
  228. [ 0.463048] Unpacking initramfs...
  229. [ 0.474929] NFS: Registering the id_resolver key type
  230. [ 0.480516] Key type id_resolver registered
  231. [ 0.485152] Key type id_legacy registered
  232. [ 0.489664] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  233. [ 0.497070] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registerin.
  234. [ 0.505280] ntfs: driver 2.1.32 [Flags: R/W].
  235. [ 0.510487] fuse: init (API version 7.34)
  236. [ 0.546460] NET: Registered PF_ALG protocol family
  237. [ 0.551783] Key type asymmetric registered
  238. [ 0.556300] Asymmetric key parser 'x509' registered
  239. [ 0.561775] Block layer SCSI generic (bsg) driver version 0.4 loaded (major )
  240. [ 0.569926] io scheduler mq-deadline registered
  241. [ 0.574947] io scheduler kyber registered
  242. [ 0.663244] clk-starfive-jh7110 13020000.clock-controller: starfive JH7110 c.
  243. [ 0.674445] L2CACHE: DataError @ 0x00000000.08040140
  244. [ 0.679987] L2CACHE: DataFail @ 0x00000000.0804005B
  245. [ 0.685497] L2CACHE: No. of Banks in the cache: 8
  246. [ 0.690693] L2CACHE: No. of ways per bank: 16
  247. [ 0.695523] L2CACHE: Sets per bank: 256
  248. [ 0.699763] L2CACHE: Bytes per cache block: 64
  249. [ 0.704685] L2CACHE: Index of the largest way enabled: 15
  250. [ 0.710998] jh7110-pmu 17030000.power-controller: registered 8 power domains
  251. [ 0.777751] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  252. [ 0.797954] @@#########################@@
  253. [ 0.840264] @@ dev ptr:ffffffe0bfee0000/1500/1
  254. [ 0.845451] PVR_K: 1: Read BVNC 36.50.54.182 from HW device registers
  255. [ 0.852741] PVR_K: 1: RGX Device registered BVNC 36.50.54.182 with 1 core im
  256. [ 0.862912] [drm] Initialized pvr 1.17.6210866 20170530 for 18000000.gpu on 0
  257. [ 0.883138] loop: module loaded
  258. [ 0.888566] libphy: Fixed MDIO Bus: probed
  259. [ 0.894711] CAN device driver interface
  260. [ 0.899561] starfive-eth-plat 16030000.ethernet: force_sf_dma_mode is ignore.
  261. [ 0.911092] starfive-eth-plat 16030000.ethernet: User ID: 0x41, Synopsys ID:2
  262. [ 0.919367] starfive-eth-plat 16030000.ethernet: DWMAC4/5
  263. [ 0.925471] starfive-eth-plat 16030000.ethernet: DMA HW capability register d
  264. [ 0.934137] starfive-eth-plat 16030000.ethernet: RX Checksum Offload Engine d
  265. [ 0.942804] starfive-eth-plat 16030000.ethernet: Wake-Up On Lan supported
  266. [ 0.950298] starfive-eth-plat 16030000.ethernet: TSO supported
  267. [ 0.956765] starfive-eth-plat 16030000.ethernet: Enable RX Mitigation via HWr
  268. [ 0.966024] starfive-eth-plat 16030000.ethernet: Enabled Flow TC (entries=1)
  269. [ 0.973820] starfive-eth-plat 16030000.ethernet: TSO feature enabled
  270. [ 0.980837] starfive-eth-plat 16030000.ethernet: Using 40 bits DMA width
  271. [ 1.125236] Freeing initrd memory: 9456K
  272. [ 1.383355] libphy: stmmac: probed
  273. [ 1.387134] YT8531 Gigabit Ethernet stmmac-0:00: attached PHY driver (mii_bu)
  274. [ 1.398094] YT8531 Gigabit Ethernet stmmac-0:01: attached PHY driver (mii_bu)
  275. [ 1.410314] starfive-eth-plat 16040000.ethernet: force_sf_dma_mode is ignore.
  276. [ 1.421753] starfive-eth-plat 16040000.ethernet: User ID: 0x41, Synopsys ID:2
  277. [ 1.430010] starfive-eth-plat 16040000.ethernet: DWMAC4/5
  278. [ 1.436084] starfive-eth-plat 16040000.ethernet: DMA HW capability register d
  279. [ 1.444729] starfive-eth-plat 16040000.ethernet: RX Checksum Offload Engine d
  280. [ 1.453372] starfive-eth-plat 16040000.ethernet: Wake-Up On Lan supported
  281. [ 1.460847] starfive-eth-plat 16040000.ethernet: TSO supported
  282. [ 1.467289] starfive-eth-plat 16040000.ethernet: Enable RX Mitigation via HWr
  283. [ 1.476525] starfive-eth-plat 16040000.ethernet: Enabled Flow TC (entries=1)
  284. [ 1.484303] starfive-eth-plat 16040000.ethernet: TSO feature enabled
  285. [ 1.491315] starfive-eth-plat 16040000.ethernet: Using 40 bits DMA width
  286. [ 1.750180] libphy: stmmac: probed
  287. [ 1.753982] YT8512B Ethernet stmmac-1:00: attached PHY driver (mii_bus:phy_a)
  288. [ 1.764276] YT8512B Ethernet stmmac-1:03: attached PHY driver (mii_bus:phy_a)
  289. [ 1.776126] Intel(R) Wireless WiFi driver for Linux
  290. [ 1.783453] cdns3-starfive 10210000.usbdrd: usb mode 2 2.0 probe success
  291. [ 1.791609] usbcore: registered new interface driver uas
  292. [ 1.797515] usbcore: registered new interface driver usb-storage
  293. [ 1.821250] starfive-rtc 17040000.rtc: registered as rtc0
  294. [ 1.827216] starfive-rtc 17040000.rtc: setting system clock to 2001-01-01T00)
  295. [ 1.837253] i2c_dev: i2c /dev entries driver
  296. [ 1.842414] usbcore: registered new interface driver uvcvideo
  297. [ 1.849866] starfive-wdt 13070000.wdog: Heartbeat: timeout=15, count/2=18000)
  298. [ 1.859601] Bluetooth: HCI UART driver ver 2.3
  299. [ 1.864526] Bluetooth: HCI UART protocol H4 registered
  300. [ 1.870398] starfive-cpufreq soc:starfive,jh7110-cpufreq: Failed to get regu!
  301. [ 1.879542] starfive-cpufreq soc:starfive,jh7110-cpufreq: Failed to init stao
  302. [ 1.889794] cpuidle-riscv-sbi: idle driver registered for all CPUs
  303. [ 1.896950] sdhci: Secure Digital Host Controller Interface driver
  304. [ 1.903791] sdhci: Copyright(c) Pierre Ossman
  305. [ 1.908622] Synopsys Designware Multimedia Card Interface Driver
  306. [ 1.915544] sdhci-pltfm: SDHCI platform and OF driver helper
  307. [ 1.922567] jh7110-sec 16000000.crypto: Unable to request sec_m dma channel l
  308. [ 1.931713] jh7110-sec 16000000.crypto: Cannot initial dma chan
  309. [ 1.938546] usbcore: registered new interface driver usbhid
  310. [ 1.944723] usbhid: USB HID core driver
  311. [ 1.949215] usbcore: registered new interface driver snd-usb-audio
  312. [ 1.959042] NET: Registered PF_PACKET protocol family
  313. [ 1.964664] can: controller area network core
  314. [ 1.969586] NET: Registered PF_CAN protocol family
  315. [ 1.974893] can: raw protocol
  316. [ 1.978166] can: broadcast manager protocol
  317. [ 1.982817] can: netlink gateway - max_hops=1
  318. [ 1.987931] Bluetooth: RFCOMM TTY layer initialized
  319. [ 1.993355] Bluetooth: RFCOMM socket layer initialized
  320. [ 1.999045] Bluetooth: RFCOMM ver 1.11
  321. [ 2.003211] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
  322. [ 2.009068] Bluetooth: BNEP filters: protocol multicast
  323. [ 2.014843] Bluetooth: BNEP socket layer initialized
  324. [ 2.020489] 9pnet: Installing 9P2000 support
  325. [ 2.025278] Key type dns_resolver registered
  326. [ 2.030767] Loading compiled-in X.509 certificates
  327. [ 2.072247] starfive_jh7110-pinctrl 13040000.gpio: SiFive GPIO chip registers
  328. [ 2.081883] starfive_jh7110-pinctrl 17020000.gpio: SiFive GPIO chip registers
  329. [ 2.090841] pl08xdmac 16008000.sec_dma: initialized 8 virtual memcpy channels
  330. [ 2.098759] pl08xdmac 16008000.sec_dma: initialized 16 virtual slave channels
  331. [ 2.108143] debugfs: Directory '16008000.sec_dma' with parent 'dmaengine' al!
  332. [ 2.117320] pl08xdmac 16008000.sec_dma: DMA: PL080 rev0 at 0x16008000 irq 22
  333. [ 2.127546] pcie_plda 2b000000.pcie: host bridge /soc/pcie@2B000000 ranges:
  334. [ 2.135333] pcie_plda 2b000000.pcie: MEM 0x0030000000..0x0037ffffff -> 0
  335. [ 2.144293] pcie_plda 2b000000.pcie: MEM 0x0900000000..0x093fffffff -> 0
  336. [ 2.153275] ATR entry: 0x0940000000 -> 0x0000000000 [0x0010000000] (param: 0)
  337. [ 2.161846] ATR entry: 0x0030000000 -> 0x0030000000 [0x0008000000] (param: 0)
  338. [ 2.170394] ATR entry: 0x0900000000 -> 0x0900000000 [0x0040000000] (param: 0)
  339. [ 2.520953] pcie_plda 2b000000.pcie: Port link up.
  340. [ 2.526380] pcie_plda 2b000000.pcie: PCI host bridge to bus 0000:00
  341. [ 2.533318] pci_bus 0000:00: root bus resource [bus 00-ff]
  342. [ 2.539374] pci_bus 0000:00: root bus resource [mem 0x30000000-0x37ffffff]
  343. [ 2.546976] pci_bus 0000:00: root bus resource [mem 0x900000000-0x93fffffff ]
  344. [ 2.555272] pci 0000:00:00.0: [1556:1111] type 01 class 0x078000
  345. [ 2.561917] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0xffffffff 64bit pre]
  346. [ 2.569948] pci 0000:00:00.0: supports D1 D2
  347. [ 2.574668] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  348. [ 2.585355] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reg
  349. [ 2.594332] pci 0000:01:00.0: [1106:3483] type 00 class 0x0c0330
  350. [ 2.600988] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
  351. [ 2.608553] pci 0000:01:00.0: PME# supported from D0 D3cold
  352. [ 2.617883] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
  353. [ 2.625223] pci 0000:00:00.0: BAR 0: no space for [mem size 0x100000000 64bi]
  354. [ 2.633693] pci 0000:00:00.0: BAR 0: failed to assign [mem size 0x100000000 ]
  355. [ 2.642553] pci 0000:00:00.0: BAR 8: assigned [mem 0x30000000-0x300fffff]
  356. [ 2.650038] pci 0000:01:00.0: BAR 0: assigned [mem 0x30000000-0x30000fff 64b]
  357. [ 2.658131] pci 0000:00:00.0: PCI bridge to [bus 01]
  358. [ 2.663615] pci 0000:00:00.0: bridge window [mem 0x30000000-0x300fffff]
  359. [ 2.671207] pci 0000:00:00.0: enabling device (0000 -> 0002)
  360. [ 2.677448] pci 0000:01:00.0: enabling device (0000 -> 0002)
  361. [ 2.683734] pci 0000:01:00.0: quirk_usb_early_handoff+0x0/0x9d4 took 12242 us
  362. [ 2.692127] xhci_hcd 0000:01:00.0: xHCI Host Controller
  363. [ 2.697910] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus numb1
  364. [ 2.706512] xhci_hcd 0000:01:00.0: hcc params 0x002841eb hci version 0x100 q0
  365. [ 2.716701] pcie_plda 2b000000.pcie: msi#0 address_hi 0x0 address_lo 0x190
  366. [ 2.724677] xhci_hcd 0000:01:00.0: xHCI Host Controller
  367. [ 2.730450] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus numb2
  368. [ 2.738630] xhci_hcd 0000:01:00.0: Host supports USB 3.0 SuperSpeed
  369. [ 2.746302] hub 1-0:1.0: USB hub found
  370. [ 2.750476] hub 1-0:1.0: 1 port detected
  371. [ 2.755865] hub 2-0:1.0: USB hub found
  372. [ 2.760038] hub 2-0:1.0: 4 ports detected
  373. [ 2.767242] pcie_plda 2c000000.pcie: host bridge /soc/pcie@2C000000 ranges:
  374. [ 2.774990] pcie_plda 2c000000.pcie: MEM 0x0038000000..0x003fffffff -> 0
  375. [ 2.783948] pcie_plda 2c000000.pcie: MEM 0x0980000000..0x09bfffffff -> 0
  376. [ 2.792936] ATR entry: 0x09c0000000 -> 0x0000000000 [0x0010000000] (param: 0)
  377. [ 2.801504] ATR entry: 0x0038000000 -> 0x0038000000 [0x0008000000] (param: 0)
  378. [ 2.810053] ATR entry: 0x0980000000 -> 0x0980000000 [0x0040000000] (param: 0)
  379. [ 2.970985] usb usb2-port2: over-current condition
  380. [ 3.070978] usb 1-1: new high-speed USB device number 2 using xhci_hcd
  381. [ 3.130988] usb usb2-port4: over-current condition
  382. [ 3.254392] hub 1-1:1.0: USB hub found
  383. [ 3.258784] hub 1-1:1.0: 4 ports detected
  384. [ 3.260947] pcie_plda 2c000000.pcie: Port link down, exit.
  385. [ 3.282714] clk-starfive-jh7110-vout 295c0000.clock-controller: starfive JH7.
  386. [ 3.305147] clk-starfive-jh7110-isp 19810000.clock-controller: starfive JH71.
  387. [ 3.316329] dw_axi_dmac_platform 16050000.dma-controller: DesignWare AXI DMAs
  388. [ 3.327311] printk: console [ttyS0] disabled
  389. [ 3.352462] 10000000.serial: ttyS0 at MMIO 0x10000000 (irq = 16, base_baud =A
  390. [ 3.362309] printk: console [ttyS0] enabled
  391. [ 3.362309] printk: console [ttyS0] enabled
  392. [ 3.371119] printk: bootconsole [uart0] disabled
  393. [ 3.371119] printk: bootconsole [uart0] disabled
  394. [ 3.382626] i2c 2-0045: Fixing up cyclic dependency with 295d0000.mipi
  395. [ 3.390298] at24 5-0050: supply vcc not found, using dummy regulator
  396. [ 3.397510] at24 5-0050: 512 byte 24c04 EEPROM, writable, 16 bytes/write
  397. [ 3.406257] axp15060-regulator 5-0036: Register mipi_0p9 done! vol range:900V
  398. [ 3.415684] axp15060-regulator 5-0036: Register hdmi_1p8 done! vol range:180V
  399. [ 3.425255] axp15060-regulator 5-0036: Register hdmi_0p9 done! vol range:900V
  400. [ 3.434688] axp15060-regulator 5-0036: Register cpu_vdd done! vol range:500 V
  401. [ 3.443494] i2c 6-0010: Fixing up cyclic dependency with 19800000.vin_sysctl
  402. [ 3.451047] imx219 6-0010: supply VANA not found, using dummy regulator
  403. [ 3.457845] imx219 6-0010: supply VDIG not found, using dummy regulator
  404. [ 3.464561] imx219 6-0010: supply VDDL not found, using dummy regulator
  405. [ 3.478762] imx219 6-0010: failed to read chip id 219
  406. [ 3.484070] imx219: probe of 6-0010 failed with error -5
  407. [ 3.489690] jh7110-vin 19800000.vin_sysctl: stfcamss probe enter!
  408. [ 3.497744] jh7110-vin 19800000.vin_sysctl: stfcamss probe success!
  409. [ 3.507037] dwmmc_starfive 16010000.sdio0: IDMAC supports 32-bit address mod.
  410. [ 3.507375] dwmmc_starfive 16020000.sdio1: IDMAC supports 32-bit address mod.
  411. [ 3.514337] dwmmc_starfive 16010000.sdio0: Using internal DMA controller.
  412. [ 3.521568] dwmmc_starfive 16020000.sdio1: Using internal DMA controller.
  413. [ 3.528338] dwmmc_starfive 16010000.sdio0: Version ID is 290a
  414. [ 3.535131] dwmmc_starfive 16020000.sdio1: Version ID is 290a
  415. [ 3.535159] dwmmc_starfive 16020000.sdio1: DW MMC controller at irq 29,32 bio
  416. [ 3.540904] dwmmc_starfive 16010000.sdio0: DW MMC controller at irq 28,32 bio
  417. [ 3.540963] jh7110-sec 16000000.crypto: Unbalanced pm_runtime_enable!
  418. [ 3.541095] jh7110-sec 16000000.crypto: will run requests pump with realtimey
  419. [ 3.542923] jh7110-sec 16000000.crypto: Initialized
  420. [ 3.543422] starfive-i2s 120b0000.i2stx_4ch0: designware: play supported
  421. [ 3.543522] sf-mipi-dphy-tx 295e0000.mipi-dphy: sf_dphy_probe begin
  422. [ 3.543528] sf-mipi-dphy-tx 295e0000.mipi-dphy: ===> sf_dphy_probe enter, 71
  423. [ 3.543597] sf-mipi-dphy-tx 295e0000.mipi-dphy: control ECO
  424. [ 3.543604] sf-mipi-dphy-tx 295e0000.mipi-dphy: GET_AON_GP_REG
  425. [ 3.543609] sf-mipi-dphy-tx 295e0000.mipi-dphy: control ECO
  426. [ 3.543616] sf-mipi-dphy-tx 295e0000.mipi-dphy: supply mipi_1p8 not found, ur
  427. [ 3.544395] sf-mipi-dphy-tx 295e0000.mipi-dphy: sf_dphy_probe end
  428. [ 3.545202] of_cfs_init
  429. [ 3.545223] of_cfs_init: OK
  430. [ 3.545554] starfive-pwmdac 100b0000.pwmdac: clk_apb0 = 49500000, clk_pwmdac3
  431. [ 3.545796] cfg80211: Loading compiled-in X.509 certificates for regulatory e
  432. [ 3.546735] mmc_host mmc1: card is polling.
  433. [ 3.556447] mmc_host mmc0: card is non-removable.
  434. [ 3.658142] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  435. [ 3.679534] starfive soc:display-subsystem: bound 29400000.dc8200 (ops 0xfff)
  436. [ 3.688939] platform regulatory.0: Direct firmware load for regulatory.db fa2
  437. [ 3.697590] cfg80211: failed to load regulatory.db
  438. [ 3.701257] innohdmi-starfive 29590000.hdmi: [drm:inno_hdmi_bind] registereds
  439. [ 3.712461] innohdmi-starfive 29590000.hdmi: HDMI&AUDIO register done.
  440. [ 3.719000] starfive soc:display-subsystem: bound 29590000.hdmi (ops 0xfffff)
  441. [ 3.727140] cdns-dsi 295d0000.mipi: dsi_sys_clk = 297000000
  442. [ 3.733066] seeed_panel 2-0045: Unknown Atmel firmware revision: 0x00
  443. [ 3.739544] cdns-dsi 295d0000.mipi: ====starfive_dsi_bind end
  444. [ 3.745306] starfive soc:display-subsystem: bound 295d0000.mipi (ops 0xfffff)
  445. [ 3.753415] vs-simple-encoder soc:rgb-output: encoder_bind begin
  446. [ 3.759434] no panel, -19
  447. [ 3.762072] vs-simple-encoder soc:rgb-output: encoder_bind error
  448. [ 3.768081] starfive soc:display-subsystem: bound soc:rgb-output (ops 0xffff)
  449. [ 3.776275] vs-simple-encoder soc:dsi-output: encoder_bind begin
  450. [ 3.782305] no panel, -517
  451. [ 3.785018] vs-simple-encoder soc:dsi-output: encoder_bind error
  452. [ 3.790939] mmc_host mmc1: Bus speed (slot 0) = 198000000Hz (slot req 400000)
  453. [ 3.791032] starfive soc:display-subsystem: bound soc:dsi-output (ops 0xffff)
  454. [ 3.791455] [drm] Initialized starfive 1.0.0 20191101 for soc:display-subsys1
  455. [ 3.881056] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 400000)
  456. [ 4.072270] mmc_host mmc1: Bus speed (slot 0) = 198000000Hz (slot req 500000)
  457. [ 4.083194] mmc1: new high speed SDXC card at address aaaa
  458. [ 4.089811] mmcblk1: mmc1:aaaa SN64G 59.5 GiB
  459. [ 4.099543] random: fast init done
  460. [ 4.106802] GPT:Primary header thinks Alt. header is not at the end of the d.
  461. [ 4.114227] GPT:30719999 != 124735487
  462. [ 4.117902] GPT:Alternate GPT header not at the end of the disk.
  463. [ 4.123943] GPT:30719999 != 124735487
  464. [ 4.127626] GPT: Use GNU Parted to correct GPT errors.
  465. [ 4.132870] mmcblk1: p1 p2 p3
  466. [ 4.140940] usb 1-1.2: new low-speed USB device number 3 using xhci_hcd
  467. [ 4.293719] input: Logitech USB Keyboard as /devices/platform/soc/2b000000.p0
  468. [ 4.341000] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 300000)
  469. [ 4.371497] hid-generic 0003:046D:C31C.0001: input: USB HID v1.10 Keyboard [0
  470. [ 4.393330] input: Logitech USB Keyboard Consumer Control as /devices/platfo1
  471. [ 4.471080] input: Logitech USB Keyboard System Control as /devices/platform2
  472. [ 4.488038] hid-generic 0003:046D:C31C.0002: input: USB HID v1.10 Device [Lo1
  473. [ 4.781026] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 200000)
  474. [ 5.230999] mmc_host mmc0: Bus speed (slot 0) = 198000000Hz (slot req 100000)
  475. [ 5.271029] usb 1-1.1: new full-speed USB device number 4 using xhci_hcd
  476. [ 5.423763] input: Logitech USB Receiver as /devices/platform/soc/2b000000.p3
  477. [ 5.439714] hid-generic 0003:046D:C52F.0003: input: USB HID v1.11 Mouse [Log0
  478. [ 5.457870] input: Logitech USB Receiver Consumer Control as /devices/platfo4
  479. [ 5.541021] hid-generic 0003:046D:C52F.0004: input: USB HID v1.11 Device [Lo1
  480. [ 5.850962] ALSA device list:
  481. [ 5.853939] #0: Starfive-Multi-Sound-Card
  482. [ 5.862572] Freeing unused kernel image (initmem) memory: 2188K
  483. [ 5.868850] Run /init as init process
  484. Loading, please wait...
  485. Starting version 251.2-5
  486. Begin: Loading essential drivers ... done.
  487. Begin: Running /scripts/init-premount ...
  488. 1;-1fdone.
  489. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  490. Begin: Running /scripts/local-premount ... done.
  491. Warning: fsck not present, so skipping root file system
  492. [ 8.106286] EXT4-fs (mmcblk1p3): 1 orphan inode deleted
  493. [ 8.111588] EXT4-fs (mmcblk1p3): recovery complete
  494. [ 8.128607] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. .
  495. done.
  496. Begin: Running /scripts/local-bottom ... done.
  497. Begin: Running /scripts/init-bottom ... done.
  498. [ 8.774538] systemd[1]: System time before build time, advancing clock.
  499. [ 8.861896] systemd[1]: systemd 251.2-5 running in system mode (+PAM +AUDIT )
  500. [ 8.893945] systemd[1]: Detected architecture riscv64.
  501.  
  502. Welcome to 8.901345] systemd[1]: Hostname set to <starfive>.
  503. 1mDebian GNU/Linux bookworm/sid!
  504.  
  505. [ 9.417167] systemd[1]: Queued start job for default target Graphical Interf.
  506. [ 9.426822] systemd[1]: Created slice Slice /system/getty.
  507. [ OK 9.433208] systemd[1]: Created slice Slice /system/modprobe.
  508. 0m] Created slic[ 9.440386] systemd[1]: Created slice Slice /system/serial-g.
  509. e Slice[ 9.447651] systemd[1]: Created slice User and Session Slice.
  510. /system/getty 9.454598] systemd[1]: Started Forward Password Requests to Wa.
  511. 0m.
  512. [ [ 9.463539] systemd[1]: Arbitrary Executable File Formats File System Aut.
  513. OK ] Create[ 9.481054] systemd[1]: Reached target Local Integrity Protected.
  514. d slice 9.489153] systemd[1]: Reached target Remote File Systems.
  515. mSlice /system/m[ 9.496055] systemd[1]: Reached target Slice Units.
  516. odprobe.
  517. [[ 9.502295] systemd[1]: Reached target Swaps.
  518. OK 9.508066] systemd[1]: Reached target Local Verity Protected Volumes.
  519. m] Created slice Slice [ 9.517131] systemd[1]: Listening on Syslog Socket.
  520. /system/serial-g[ 9.523731] systemd[1]: Listening on initctl Compatibility N.
  521. etty.
  522. [ OK ] Created slice User and Session Slice 9.537601] systemd[1]: Journal .
  523. m.
  524. [ O[ 9.549551] systemd[1]: Listening on Journal Socket (/dev/log).
  525. K ] Started[ 9.556836] systemd[1]: Listening on Journal Socket.
  526. Forwar[ 9.563228] systemd[1]: Listening on udev Control Socket.
  527. d Password R…u[ 9.569803] systemd[1]: Listening on udev Kernel Socket.
  528. ests to Wall Directory Watch[ 9.578123] systemd[1]: Mounting Huge Pages File.
  529. .
  530. [ OK ] Reached [ 9.586283] systemd[1]: Mounting POSIX Message Queue File S.
  531. target Local Integrity [ 9.595426] systemd[1]: Mounting Kernel Debug File Sy.
  532. Protected Volume[ 9.602339] systemd[1]: Kernel Trace File System was skipped.
  533. s.
  534. [ 9.616206] systemd[1]: Create List of Static Device Nodes was skipped becau.
  535. m OK ] Reached target 9.635382] systemd[1]: Starting Load Kernel Module c.
  536. 1;39mRemote File Systems.
  537. [ 9.644112] systemd[1]: Starting Load Kernel Module drm...
  538. [ OK ] Reached targ[ 9.652233] systemd[1]: Starting Load Kernel Module fus.
  539. et Slice Units.
  540. [ OK ] Reached targe[ 9.662515] systemd[1]: Starting Journal Service...
  541. t Swaps.
  542. [ OK ] Reached target Local Verity[ 9.674254] systemd[1]: Starting Load Ke.
  543. Protected Volumes.
  544. [ 9.683236] systemd[1]: Starting Remount Root and Kernel File Systems...
  545. 2m OK ] Li[ 9.690563] systemd[1]: Repartition Root Disk was skipped becaus.
  546. stening on Syslog Socke[ 9.703237] systemd[1]: Starting Coldplug All udev De.
  547. t.
  548. [ OK ] Listening on initctl Compa[ 9.713892] systemd[1]: Mounted Huge Page.
  549. tibility Named P[ 9.721059] systemd[1]: Mounted POSIX Message Queue File Sys.
  550. ipe.
  551. [ 9.728391] systemd[1]: Mounted Kernel Debug File System.
  552. 32m OK ] L[ 9.735551] systemd[1]: modprobe@configfs.service: Deactivated s.
  553. istening on 9.743254] systemd[1]: Finished Load Kernel Module configfs.
  554. 1;39mJournal Socket (/dev/log).
  555. [ OK ] Listening on Journal Socket 9.756948] systemd[1]: modprobe@drm.serv.
  556. 0m.
  557. [ [ 9.765354] systemd[1]: Finished Load Kernel Module drm.
  558. OK ] Listen[ 9.772341] systemd[1]: modprobe@fuse.service: Deactivated succe.
  559. ing on [ 9.779933] systemd[1]: Finished Load Kernel Module fuse.
  560. udev Control Soc[ 9.786772] systemd[1]: Started Journal Service.
  561. ket.
  562. [ OK ] Listening on udev Kernel Socket.
  563. Mounting Huge Pages File System...
  564. Mounting POSIX Message Queue File System...
  565. Mounting Kernel Debug File System...
  566. Starting Load Kernel Module configfs...
  567. Starting Load Kernel Module drm...
  568. Starting Load Kernel Module fuse...
  569. Starting Journal Service...
  570. Starting 9.836678] systemd-journald[257]: Received client request .
  571. mLoad Kernel Modules...
  572. Starting Remount Root and Kernel File Systems...
  573. Starting Coldplug All u[ 9.857387] systemd-journald[257]: File /var.
  574. dev Devices...
  575. [ OK ] Mounted Huge Pages File System.
  576. [ OK ] Mounted POSIX Message Queue File System.
  577. [ OK ] Mounted Kernel Debug File System.
  578. [ OK ] Finished Load Kernel Module configfs.
  579. [ OK ] Finished Load Kernel Module drm.
  580. [ OK ] Finished Load Kernel Module fuse.
  581. [ OK ] Started Journal Service.
  582. [ OK ] Finished Load Kernel Modules.
  583. [ OK ] Finished Remount Root and Kernel File Systems.
  584. Mounting FUSE Control File System...
  585. Mounting Kernel Configuration File System...
  586. Starting Flush Journal to Persistent Storage...
  587. Starting Load/Save Random Seed...
  588. Starting Apply Kernel Variables...
  589. Starting Create System Users...
  590. [ OK ] Mounted FUSE Control File System.
  591. [ OK ] Mounted Kernel Configuration File System.
  592. [ OK ] Finished Apply Kernel Variables.
  593. [ OK ] Finished Create System Users.
  594. Starting Create Static Device Nodes in /dev...
  595. [ OK ] Finished Flush Journal to Persistent Storage.
  596. [ OK ] Finished Create Static Device Nodes in /dev.
  597. [ OK ] Reached target Preparation for Local File Systems.
  598. [ OK ] Reached target Local File Systems.
  599. Starting Tell Plymouth To Write Out Runtime Data...
  600. Starting Create Volatile Files and Directories...
  601. Starting Rule-based Manage…for Device Events and Files...
  602. [ OK ] Finished Tell Plymouth To Write Out Runtime Data.
  603. [ OK ] Finished Coldplug All udev Devices.
  604. Starting Helper to synchronize boot up for ifupdown...
  605. [ OK ] Finished Helper to synchronize boot up for ifupdown.
  606. Starting Raise network interfaces...
  607. [ OK ] Finished Create Volatile Files and Directories.
  608. Starting Network Time Synchronization...
  609. Starting Record System Boot/Shutdown in UTMP...
  610. [ OK ] Finished Record System Boot/Shutdown in UTMP.
  611. [ OK ] Started Rule-based Manager for Device Events and Files.
  612. Starting Show Plymouth Boot Screen...
  613. [ OK ] Finished Raise network interfaces.
  614. [ OK ] Reached target Network.
  615. [ OK ] Started Show Plymouth Boot Screen.
  616. [ 10.650892] jpu: loading out-of-tree module taints kernel.
  617. [ 10.652699] vdec: loading out-of-tree module taints kernel.
  618. [ 10.657515] cnm_jpu 13090000.jpu: init device.
  619. [ 10.662195] systemd-journald[257]: Oldest entry in /var/log/journal/e593f8ed.
  620. [ 10.663560] SUCCESS alloc_chrdev_region
  621. [ 10.664366] vdec 130a0000.vpu_dec: device init.
  622. [ 10.664377] SUCCESS alloc_chrdev_region
  623. [ 10.721721] systemd-journald[257]: /var/log/journal/e593f8ed757a4b42a5589c96.
  624. [ OK ] Found device /dev/ttyS0.
  625. [ OK ] Started Network Time Synchronization.
  626. [ OK ] Found device /dev/hvc0.
  627. [ 11.627034] random: alsactl: uninitialized urandom read (4 bytes read)
  628. [ OK ] Started Forward Password R…s to Plymouth Directory Watch.
  629. [ OK ] Reached target Local Encrypted Volumes.
  630. [ OK ] Reached target Path Units.
  631. [ OK ] Reached target System Time Set.
  632. [ OK ] Reached target Hardware activated USB gadget.
  633. [ OK ] Started ifup for eth0.
  634. [ OK ] Started ifup for eth1.
  635. [ OK ] Reached target System Initialization.
  636. [ 11.906943] random: alsactl: uninitialized urandom read (4 bytes read)
  637. m OK ] Started Daily apt download activities.
  638. [ OK ] Started Daily apt upgrade and clean activities.
  639. [ OK ] Started Daily dpkg database backup timer.
  640. [ OK ] Started Periodic ext4 Onli…ata Check for All Filesystems.
  641. [ OK ] Started Discard u[ 11.945297] random: dbus-daemon: uninitialized ura)
  642. nused blocks once a week.
  643. [ OK ] Started Daily rotation of log files.
  644. [ OK ] Started Daily man-db regeneration.
  645. [ OK ] Started Daily Cleanup of Temporary Directories.
  646. [ OK ] Reached target Timer Units.
  647. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  648. [ OK ] Listening on D-Bus System Message Bus Socket.
  649. [ OK ] Reached target Socket Units.
  650. [ OK ] Reached target Basic System.
  651. Starting Save/Restore Sound Card State...
  652. Starting Avahi mDNS/DNS-SD Stack...
  653. [ OK ] Started Regular background program processing daemon.
  654. Starting D-Bus System Message Bus...
  655. Starting Remove Stale Onli…t4 Metadata Check Snapshots...
  656. Starting System Logging Service...
  657. Starting OpenBSD Secure Shell server...
  658. Starting User Login Management...
  659. Starting Permit User Sessions...
  660. Starting Disk Manager...
  661. [ OK ] Finished Save/Restore Sound Card State.
  662. [ OK ] Reached target Sound Card.
  663. [ OK ] Finished Permit User Sessions.
  664. Starting Light Display Manager...
  665. Starting Hold until boot process finishes up...
  666. [ 12.090978] random: crng init done
  667. [ 12.095729] random: 1 urandom warning(s) missed due to ratelimiting
  668. [ OK ] Finished Load/Save Random Seed.
  669. [ OK ] Finished Remove Stale Onli…ext4 Metadata Check Snapshots.
  670. [ OK ] Started System Logging Service.
  671. [ 12.478135] starfive-eth-plat 16030000.ethernet eth0: PHY [stmmac-0:00] driv)
  672. [ 12.489582] starfive-eth-plat 16030000.ethernet eth0: Register MEM_TYPE_PAGE0
  673. [ 12.501007] dwmac4: Master AXI performs fixed burst length
  674. [ 12.506533] starfive-eth-plat 16030000.ethernet eth0: No Safety Features supd
  675. [ 12.514559] starfive-eth-plat 16030000.ethernet eth0: IEEE 1588-2008 Advanced
  676. [ 12.523691] starfive-eth-plat 16030000.ethernet eth0: configuring for phy/rge
  677. [ OK ] Started 12.536923] starfive-eth-plat 16040000.ethernet eth1: PHY [s)
  678. 1;39mD-Bus System Message Bus.
  679. [ O[ 12.552092] starfive-eth-plat 16040000.ethernet eth1: Register MEM_TYPE_0
  680. K ] Started[ 12.560614] dwmac4: Master AXI performs fixed burst length
  681. User L[ 12.567224] starfive-eth-plat 16040000.ethernet eth1: No Safety Featud
  682. ogin Management 12.576495] starfive-eth-plat 16040000.ethernet eth1: IEEE 1588d
  683. [0m.
  684. [ OK ] Start[ 12.586796] starfive-eth-plat 16040000.ethernet eth1: configure
  685. ed Avah[ 12.592041] starfive-eth-plat 16040000.ethernet eth1: Link is Up - 10f
  686. i mDNS/DNS-SD Stack.
  687. Starting Load Kernel Module drm...
  688. [ OK ] Finished Load Kernel Module drm.
  689. [ 13.076802] vs_gem_dumb_create size = 1000
  690. [ 13.080976] Allocated coherent memory, vaddr: 0xFFFFFFE0FEBF6650, paddr: 0x10
  691. [ 13.088733] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  692. [ 13.453455] PVR_K: 433: RGX Firmware image 'rgx.fw.36.50.54.182' loaded
  693. [ 13.536919] PVR_K: 433: Shader binary image 'rgx.sh.36.50.54.182' loaded
  694. [ 13.549216] PVR_K: 433: X connected - (devID = 0)
  695. [ 13.825476] vs_gem_dumb_create size = 7e9000
  696. [ 13.830368] Allocated coherent memory, vaddr: 0xFFFFFFE0FCFC4000, paddr: 0x80
  697. [ 13.838054] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  698. [ 13.876700] vs_gem_dumb_create size = 4000
  699. [ 13.880955] Allocated coherent memory, vaddr: 0xFFFFFFE0FCFC09C0, paddr: 0x80
  700. [ 13.888612] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  701. [ 13.894379] vs_gem_dumb_create size = 4000
  702. [ 13.898559] Allocated coherent memory, vaddr: 0xFFFFFFE0FCFC0AA0, paddr: 0x80
  703. [ 13.906233] ====> vs_gem_alloc_buf, 162.vs_obj->get_pages = 0
  704.  
  705. Debian GNU/Linux bookworm/sid starfive hvc0
  706.  
  707. starfive login:
  708. Debian GNU/Linux bookworm/sid starfive ttyS0
  709.  
  710. starfive login: [ 14.978313] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_c0
  711. [ 14.987819] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  712. [ 14.997656] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  713. [ 15.007501] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  714. [ 15.016389] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi9
  715. [ 15.025272] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  716. [ 15.034499] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  717. [ 15.043726] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  718. [ 15.052953] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  719. [ 15.062181] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi2
  720. [ 15.071411] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi2
  721. [ 15.080634] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi2
  722. [ 15.089862] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  723. [ 15.099270] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  724. [ 15.108243] innohdmi-starfive 29590000.hdmi: ********************************
  725. [ 15.117384] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  726. [ 15.127305] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  727. [ 15.136280] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi0
  728. [ 15.145259] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi1
  729. [ 15.154321] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi3
  730. [ 15.163729] innohdmi-starfive 29590000.hdmi: inno_hdmi_phy_clk_set_rate hdmi3
  731.  
  732.  
  733.  
  734.  
  735.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement