Advertisement
Guest User

Untitled

a guest
Jun 12th, 2022
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.49 KB | None | 0 0
  1. [309]HELLO! BOOT0 is starting!
  2. [312]BOOT0 commit : 882671f
  3. [314]set pll start
  4. [316]periph0 has been enabled
  5. [319]set pll end
  6. [321]board init ok
  7. [323]DRAM only have internal ZQ!!
  8. [326]get_pmu_exist() = -1
  9. [328]ddr_efuse_type: 0x0
  10. [331][AUTO DEBUG] single rank and full DQ!
  11. [335]ddr_efuse_type: 0x0
  12. [338][AUTO DEBUG] rank 0 row = 16
  13. [341][AUTO DEBUG] rank 0 bank = 8
  14. [344][AUTO DEBUG] rank 0 page size = 2 KB
  15. [348]DRAM BOOT DRIVE INFO: V0.24
  16. [351]DRAM CLK = 792 MHz
  17. [353]DRAM Type = 3 (2:DDR2,3:DDR3)
  18. [357]DRAMC ZQ value: 0x7b7bfb
  19. [359]DRAM ODT value: 0x42.
  20. [362]ddr_efuse_type: 0x0
  21. [365]DRAM SIZE =1024 M
  22. [369]DRAM simple test OK.
  23. [371]dram size =1024
  24. [373]card no is 0
  25. [375]sdcard 0 line count 4
  26. [377][mmc]: mmc driver ver 2021-04-2 16:45
  27. [386][mmc]: Wrong media type 0x0
  28. [389][mmc]: ***Try SD card 0***
  29. [400][mmc]: HSSDR52/SDR25 4 bit
  30. [403][mmc]: 50000000 Hz
  31. [405][mmc]: 7612 MB
  32. [407][mmc]: ***SD/MMC 0 init OK!!!***
  33. [443]Loading boot-pkg Succeed(index=1).
  34. [447]Entry_name = opensbi
  35. [450]Entry_name = dtb
  36. [452]Entry_name = u-boot
  37. [456]Adding DRAM info to DTB.
  38. [461]Jump to second Boot.
  39.  
  40. OpenSBI v1.0-2-g4bcaf9a
  41. ____ _____ ____ _____
  42. / __ \ / ____| _ \_ _|
  43. | | | |_ __ ___ _ __ | (___ | |_) || |
  44. | | | | '_ \ / _ \ '_ \ \___ \| _ < | |
  45. | |__| | |_) | __/ | | |____) | |_) || |_
  46. \____/| .__/ \___|_| |_|_____/|____/_____|
  47. | |
  48. |_|
  49.  
  50. Platform Name : Sipeed Lichee RV Dock
  51. Platform Features : medeleg
  52. Platform HART Count : 1
  53. Platform IPI Device : aclint-mswi
  54. Platform Timer Device : aclint-mtimer @ 24000000Hz
  55. Platform Console Device : uart8250
  56. Platform HSM Device : ---
  57. Platform Reboot Device : sunxi-wdt-reset
  58. Platform Shutdown Device : ---
  59. Firmware Base : 0x40000000
  60. Firmware Size : 252 KB
  61. Runtime SBI Version : 0.3
  62.  
  63. Domain0 Name : root
  64. Domain0 Boot HART : 0
  65. Domain0 HARTs : 0*
  66. Domain0 Region00 : 0x0000000014008000-0x000000001400bfff (I)
  67. Domain0 Region01 : 0x0000000014000000-0x0000000014007fff (I)
  68. Domain0 Region02 : 0x0000000040000000-0x000000004003ffff ()
  69. Domain0 Region03 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
  70. Domain0 Next Address : 0x000000004a000000
  71. Domain0 Next Arg1 : 0x0000000044000000
  72. Domain0 Next Mode : S-mode
  73. Domain0 SysReset : yes
  74.  
  75. Boot HART ID : 0
  76. Boot HART Domain : root
  77. Boot HART ISA : rv64imafdcvsux
  78. Boot HART Features : scounteren,mcounteren,mcountinhibit,time
  79. Boot HART PMP Count : 16
  80. Boot HART PMP Granularity : 2048
  81. Boot HART PMP Address Bits: 38
  82. Boot HART MHPM Count : 0
  83. Boot HART MIDELEG : 0x0000000000000222
  84. Boot HART MEDELEG : 0x000000000000b109
  85.  
  86.  
  87. U-Boot 2022.07-rc3-35470-gafc07cec42 (May 29 2022 - 15:57:41 +0200)
  88.  
  89. DRAM: 1 GiB
  90. sunxi_set_gate: (CLK#24) unhandled
  91. Core: 51 devices, 21 uclasses, devicetree: board
  92. WDT: Started watchdog@6011000 with servicing (16s timeout)
  93. MMC: mmc@4020000: 0, mmc@4021000: 1
  94. Loading Environment from nowhere... OK
  95. In: serial@2500000
  96. Out: serial@2500000
  97. Err: serial@2500000
  98. Net: No ethernet found.
  99. Hit any key to stop autoboot: 0
  100. switch to partitions #0, OK
  101. mmc0 is current device
  102. Scanning mmc 0:1...
  103. Found U-Boot script /boot.scr
  104. 458 bytes read in 3 ms (148.4 KiB/s)
  105. ## Executing script at 41900000
  106. Loading kernel from mmc 0:1 to address 0x40040000
  107. 4002111 bytes read in 699 ms (5.5 MiB/s)
  108. Booting kernel with bootargs as earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 cma=96M; and fdtcontroladdr is 7fb5fec0
  109. Uncompressing Kernel Image
  110. Moving Image from 0x40040000 to 0x40200000, end=40f20a68
  111. ## Flattened Device Tree blob at 7fb5fec0
  112. Booting using the fdt blob at 0x7fb5fec0
  113. Loading Device Tree to 0000000042df6000, end 0000000042dfff3e ... OK
  114.  
  115. Starting kernel ...
  116.  
  117. [ 0.000000] Linux version 5.18.3-gentoo (root@itsz-kabalazs) (clang version 14.0.4, LLD 14.0.4) #27 PREEMPT Sun Jun 12 18:49:15 CEST 2022
  118. [ 0.000000] OF: fdt: Ignoring memory range 0x40000000 - 0x40200000
  119. [ 0.000000] Machine model: Sipeed Lichee RV Dock
  120. [ 0.000000] earlycon: sbi0 at I/O port 0x0 (options '')
  121. [ 0.000000] printk: bootconsole [sbi0] enabled
  122. [ 0.000000] Zone ranges:
  123. [ 0.000000] DMA32 [mem 0x0000000040200000-0x000000007fffffff]
  124. [ 0.000000] Normal empty
  125. [ 0.000000] Movable zone start for each node
  126. [ 0.000000] Early memory node ranges
  127. [ 0.000000] node 0: [mem 0x0000000040200000-0x000000007fffffff]
  128. [ 0.000000] Initmem setup node 0 [mem 0x0000000040200000-0x000000007fffffff]
  129. [ 0.000000] riscv: SBI specification v0.3 detected
  130. [ 0.000000] riscv: SBI implementation ID=0x1 Version=0x10000
  131. [ 0.000000] riscv: SBI TIME extension detected
  132. [ 0.000000] riscv: SBI IPI extension detected
  133. [ 0.000000] riscv: SBI RFENCE extension detected
  134. [ 0.000000] riscv: SBI SRST extension detected
  135. [ 0.000000] riscv: base ISA extensions acdfim
  136. [ 0.000000] riscv: ELF capabilities acdfim
  137. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 257544
  138. [ 0.000000] Kernel command line: earlycon=sbi console=ttyS0,115200n8 root=/dev/mmcblk0p2 cma=96M
  139. [ 0.000000] Unknown kernel command line parameters "cma=96M", will be passed to user space.
  140. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  141. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  142. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  143. [ 0.000000] Memory: 1014048K/1046528K available (5260K kernel code, 2797K rwdata, 2048K rodata, 2155K init, 294K bss, 32480K reserved, 0K cma-reserved)
  144. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  145. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  146. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  147. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  148. [ 0.000000] riscv-intc: 64 local interrupts mapped
  149. [ 0.000000] plic: interrupt-controller@10000000: mapped 176 interrupts with 1 handlers for 2 contexts.
  150. [ 0.000000] riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [0]
  151. [ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  152. [ 0.000001] sched_clock: 64 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  153. [ 0.008427] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
  154. [ 0.018233] Console: colour dummy device 80x25
  155. [ 0.022701] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  156. [ 0.032956] pid_max: default: 32768 minimum: 301
  157. [ 0.037755] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  158. [ 0.045122] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
  159. [ 0.055578] cblist_init_generic: Setting adjustable number of callback queues.
  160. [ 0.062787] cblist_init_generic: Setting shift to 0 and lim to 1.
  161. [ 0.069136] ASID allocator using 16 bits (65536 entries)
  162. [ 0.074635] rcu: Hierarchical SRCU implementation.
  163. [ 0.080123] devtmpfs: initialized
  164. [ 0.102802] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  165. [ 0.112550] futex hash table entries: 256 (order: 0, 6144 bytes, linear)
  166. [ 0.119339] pinctrl core: initialized pinctrl subsystem
  167. [ 0.126991] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  168. [ 0.133551] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  169. [ 0.140640] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  170. [ 0.149709] thermal_sys: Registered thermal governor 'bang_bang'
  171. [ 0.149726] thermal_sys: Registered thermal governor 'step_wise'
  172. [ 0.155687] thermal_sys: Registered thermal governor 'user_space'
  173. [ 0.162851] cpuidle: using governor menu
  174. [ 0.213303] platform 5460000.tcon-top: Fixing up cyclic dependency with 5200000.mixer
  175. [ 0.221255] platform 5460000.tcon-top: Fixing up cyclic dependency with 5100000.mixer
  176. [ 0.230847] platform 5461000.lcd-controller: Fixing up cyclic dependency with 5460000.tcon-top
  177. [ 0.240897] platform 5470000.lcd-controller: Fixing up cyclic dependency with 5460000.tcon-top
  178. [ 0.251417] platform 5500000.hdmi: Fixing up cyclic dependency with 5460000.tcon-top
  179. [ 0.266706] platform 7090000.rtc: Fixing up cyclic dependency with 7010000.clock-controller
  180. [ 0.281323] platform connector: Fixing up cyclic dependency with 5500000.hdmi
  181. [ 0.311505] iommu: Default domain type: Translated
  182. [ 0.316377] iommu: DMA domain TLB invalidation policy: strict mode
  183. [ 0.323202] usbcore: registered new interface driver usbfs
  184. [ 0.328755] usbcore: registered new interface driver hub
  185. [ 0.334100] usbcore: registered new device driver usb
  186. [ 0.342646] clocksource: Switched to clocksource riscv_clocksource
  187. [ 0.379439] NET: Registered PF_INET protocol family
  188. [ 0.384672] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
  189. [ 0.393957] tcp_listen_portaddr_hash hash table entries: 512 (order: 1, 8192 bytes, linear)
  190. [ 0.402334] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
  191. [ 0.410164] TCP bind hash table entries: 8192 (order: 4, 65536 bytes, linear)
  192. [ 0.417368] TCP: Hash tables configured (established 8192 bind 8192)
  193. [ 0.423927] UDP hash table entries: 512 (order: 2, 16384 bytes, linear)
  194. [ 0.430602] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes, linear)
  195. [ 0.437991] NET: Registered PF_UNIX/PF_LOCAL protocol family
  196. [ 0.446077] Initialise system trusted keyrings
  197. [ 0.450830] workingset: timestamp_bits=46 max_order=18 bucket_order=0
  198. [ 0.458356] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  199. [ 0.522022] NET: Registered PF_ALG protocol family
  200. [ 0.526790] Key type asymmetric registered
  201. [ 0.530936] Asymmetric key parser 'x509' registered
  202. [ 0.535937] io scheduler mq-deadline registered
  203. [ 0.595343] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
  204. [ 0.614191] loop: module loaded
  205. [ 0.619422] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  206. [ 0.625922] ehci-platform: EHCI generic platform driver
  207. [ 0.631569] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  208. [ 0.637719] ohci-platform: OHCI generic platform driver
  209. [ 0.647794] sun6i-rtc 7090000.rtc: registered as rtc0
  210. [ 0.652917] sun6i-rtc 7090000.rtc: setting system clock to 1970-01-02T00:00:07 UTC (86407)
  211. [ 0.661135] sun6i-rtc 7090000.rtc: RTC enabled
  212. [ 0.666013] i2c_dev: i2c /dev entries driver
  213. [ 0.672740] sunxi-wdt 6011000.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  214. [ 0.685013] ledtrig-cpu: registered to indicate activity on CPUs
  215. [ 0.691491] sun8i-ce 3040000.crypto: Set mod clock to 300000000 (300 Mhz) from 400000000 (400 Mhz)
  216. [ 0.700859] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  217. [ 0.708687] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  218. [ 0.716532] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  219. [ 0.724576] sun8i-ce 3040000.crypto: will run requests pump with realtime priority
  220. [ 0.732241] sun8i-ce 3040000.crypto: Register cbc(aes)
  221. [ 0.737389] sun8i-ce 3040000.crypto: Register ecb(aes)
  222. [ 0.742566] sun8i-ce 3040000.crypto: Register cbc(des3_ede)
  223. [ 0.748200] sun8i-ce 3040000.crypto: Register ecb(des3_ede)
  224. [ 0.753834] sun8i-ce 3040000.crypto: Register md5
  225. [ 0.758602] sun8i-ce 3040000.crypto: Register sha1
  226. [ 0.763481] sun8i-ce 3040000.crypto: Register sha224
  227. [ 0.768493] sun8i-ce 3040000.crypto: Register sha256
  228. [ 0.773510] sun8i-ce 3040000.crypto: Register sha384
  229. [ 0.778539] sun8i-ce 3040000.crypto: Register sha512
  230. [ 0.783594] sun8i-ce 3040000.crypto: Register stdrng
  231. [ 0.789431] sun8i-ce 3040000.crypto: CryptoEngine Die ID 0
  232. [ 0.798666] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000158
  233. [ 0.807386] Oops [#1]
  234. [ 0.809720] Modules linked in:
  235. [ 0.812843] CPU: 0 PID: 0 Comm: Not tainted 5.18.3-gentoo #27
  236. [ 0.818734] Hardware name: Sipeed Lichee RV Dock (DT)
  237. [ 0.823847] epc : account_system_time+0x78/0xba
  238. [ 0.828440] ra : account_process_tick+0xec/0xf4
  239. [ 0.833121] epc : ffffffff80032f6a ra : ffffffff800331ce sp : ffffffc8041839b0
  240. [ 0.840400] gp : ffffffff80cd5620 tp : ffffffd801285640 t0 : 00003d0900007d00
  241. [ 0.847680] t1 : 003d090000000000 t2 : 0000000000000002 s0 : ffffffc8041839c0
  242. [ 0.854960] s1 : ffffffff80cd51d8 a0 : ffffffd801285640 a1 : 0000000000000002
  243. [ 0.862240] a2 : 00000000003d0900 a3 : 0000000000000000 a4 : 00000000003d0900
  244. [ 0.869520] a5 : 0000000000000000 a6 : 00003d0900007d00 a7 : ffffffffffff8300
  245. [ 0.876801] s2 : 0000000000000000 s3 : ffffffc804183c80 s4 : ffffffff80cd51d8
  246. [ 0.884080] s5 : 0000000000000001 s6 : 0000000000000000 s7 : ffffffff80c85a88
  247. [ 0.891360] s8 : ffffffff8006239c s9 : ffffffff80c85a80 s10: 000000002a3355a4
  248. [ 0.898640] s11: ffffffff80c85aa8 t3 : 7fffffffffffffff t4 : 0000000000000000
  249. [ 0.905920] t5 : 0000000000000000 t6 : ffffffff80d095e0
  250. [ 0.911294] status: 8000000201800100 badaddr: 0000000000000158 cause: 000000000000000d
  251. [ 0.919268] [<ffffffff800331ce>] account_process_tick+0xec/0xf4
  252. [ 0.925248] [<ffffffff80054732>] update_process_times+0x4c/0xbe
  253. [ 0.931228] [<ffffffff8006245a>] tick_sched_timer+0xbe/0xf8
  254. [ 0.936861] [<ffffffff80055be4>] __hrtimer_run_queues+0x154/0x202
  255. [ 0.943015] [<ffffffff800558f0>] hrtimer_interrupt+0xc8/0x268
  256. [ 0.948821] [<ffffffff803bb316>] sun4i_timer_interrupt+0x1c/0x26
  257. [ 0.954888] [<ffffffff8003d666>] __handle_irq_event_percpu+0x84/0xfe
  258. [ 0.961301] [<ffffffff8003d7a0>] handle_irq_event+0x42/0x98
  259. [ 0.966934] [<ffffffff80041398>] handle_fasteoi_irq+0xaa/0x16c
  260. [ 0.972828] [<ffffffff8003cad2>] generic_handle_domain_irq+0x20/0x34
  261. [ 0.979241] [<ffffffff8027cf9c>] plic_handle_irq+0x94/0xf4
  262. [ 0.984788] [<ffffffff8003cad2>] generic_handle_domain_irq+0x20/0x34
  263. [ 0.991201] [<ffffffff8027cd9e>] riscv_intc_irq+0x2a/0x42
  264. [ 0.996661] [<ffffffff8051eac2>] generic_handle_arch_irq+0x30/0x4e
  265. [ 1.002901] [<ffffffff80002476>] ret_from_exception+0x0/0xc
  266. [ 1.008539] ---[ end trace 0000000000000000 ]---
  267. [ 1.013217] Kernel panic - not syncing: Fatal exception in interrupt
  268. [ 1.019634] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement