Advertisement
Guest User

Untitled

a guest
Jun 11th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. # Transferring control to EFI (at address 08080000) ...
  2. EFI stub: Booting Linux Kernel...
  3. EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
  4. EFI stub: Using DTB from configuration table
  5. EFI stub: ERROR: Failed to load initrd!
  6. EFI stub: Exiting boot services and installing virtual address map...
  7. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  8. [ 0.000000] Linux version 5.7.1 (dxue@build-server) (gcc version 9.3.0 (Buildroot 2020.08-git-0500
  9. [ 0.000000] Machine model: Libre Computer AML-S805X-AC
  10. [ 0.000000] efi: EFI v2.80 by Das U-Boot
  11. [ 0.000000] efi: RTPROP=0x1aec1040 SMBIOS=0x1aeb9000 MEMRESERVE=0x19c6e040
  12. [ 0.000000] OF: reserved mem: failed to allocate memory for node 'linux,cma'
  13. [ 0.000000] cma: Reserved 32 MiB at 0x000000001bc00000
  14. [ 0.000000] psci: probing for conduit method from DT.
  15. [ 0.000000] psci: PSCIv0.2 detected in firmware.
  16. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  17. [ 0.000000] psci: Trusted OS migration not required
  18. [ 0.000000] percpu: Embedded 22 pages/cpu s49688 r8192 d32232 u90112
  19. [ 0.000000] Detected VIPT I-cache on CPU0
  20. [ 0.000000] CPU features: detected: ARM erratum 845719
  21. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 123712
  22. [ 0.000000] Kernel command line:
  23. [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  24. [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
  25. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  26. [ 0.000000] Memory: 430828K/502784K available (8764K kernel code, 650K rwdata, 2736K rodata, 6016)
  27. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  28. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  29. [ 0.000000] rcu: RCU event tracing is enabled.
  30. [ 0.000000] Tasks RCU enabled.
  31. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  32. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  33. [ 0.000000] GIC: Using split EOI/Deactivate mode
  34. [ 0.000000] irq_meson_gpio: 110 to 8 gpio interrupt mux initialized
  35. [ 0.000000] random: get_random_bytes called from start_kernel+0x300/0x4d0 with crng_init=0
  36. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  37. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_ids
  38. [ 0.000005] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  39. [ 0.000261] Console: colour dummy device 80x25
  40. [ 0.000658] printk: console [tty0] enabled
  41. [ 0.000699] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 Bogo)
  42. [ 0.000726] pid_max: default: 32768 minimum: 301
  43. [ 0.000836] LSM: Security Framework initializing
  44. [ 0.000908] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  45. [ 0.000932] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  46. [ 0.002339] rcu: Hierarchical SRCU implementation.
  47. [ 0.002694] Remapping and enabling EFI services.
  48. [ 0.002938] smp: Bringing up secondary CPUs ...
  49. [ 0.003467] Detected VIPT I-cache on CPU1
  50. [ 0.003527] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  51. [ 0.004191] Detected VIPT I-cache on CPU2
  52. [ 0.004239] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  53. [ 0.004792] Detected VIPT I-cache on CPU3
  54. [ 0.004833] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  55. [ 0.004907] smp: Brought up 1 node, 4 CPUs
  56. [ 0.004973] SMP: Total of 4 processors activated.
  57. [ 0.004987] CPU features: detected: 32-bit EL0 Support
  58. [ 0.005003] CPU features: detected: CRC32 instructions
  59. [ 0.005161] CPU: All CPU(s) started at EL2
  60. [ 0.005188] alternatives: patching kernel code
  61. [ 0.005908] devtmpfs: initialized
  62. [ 0.010908] KASLR disabled due to lack of seed
  63. [ 0.011339] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 764504178s
  64. [ 0.011380] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  65. [ 0.012930] xor: measuring software checksum speed
  66. [ 0.052105] 8regs : 2167.000 MB/sec
  67. [ 0.092153] 32regs : 2825.000 MB/sec
  68. [ 0.132212] arm64_neon: 2203.000 MB/sec
  69. [ 0.132226] xor: using function: 32regs (2825.000 MB/sec)
  70. [ 0.132251] pinctrl core: initialized pinctrl subsystem
  71. [ 0.132708] thermal_sys: Registered thermal governor 'step_wise'
  72. [ 0.132712] thermal_sys: Registered thermal governor 'power_allocator'
  73. [ 0.133068] SMBIOS 3.0 present.
  74. [ 0.133107] DMI: libre-computer aml-s805x-ac/aml-s805x-ac, BIOS 2020.04+ 06/11/2020
  75. [ 0.133674] NET: Registered protocol family 16
  76. [ 0.135164] DMA: preallocated 256 KiB pool for atomic allocations
  77. [ 0.135248] audit: initializing netlink subsys (disabled)
  78. [ 0.135460] audit: type=2000 audit(0.132:1): state=initialized audit_enabled=0 res=1
  79. [ 0.135978] cpuidle: using governor menu
  80. [ 0.136060] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  81. [ 0.136159] ASID allocator initialised with 65536 entries
  82. [ 0.136307] Serial: AMBA PL011 UART driver
  83. [ 0.149574] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  84. [ 0.149606] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  85. [ 0.149623] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  86. [ 0.149641] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  87. [ 0.152468] cryptd: max_cpu_qlen set to 1000
  88. [ 0.220384] raid6: neonx8 gen() 2063 MB/s
  89. [ 0.288451] raid6: neonx8 xor() 1559 MB/s
  90. [ 0.356521] raid6: neonx4 gen() 2143 MB/s
  91. [ 0.424596] raid6: neonx4 xor() 1539 MB/s
  92. [ 0.492668] raid6: neonx2 gen() 2034 MB/s
  93. [ 0.560735] raid6: neonx2 xor() 1403 MB/s
  94. [ 0.628817] raid6: neonx1 gen() 1587 MB/s
  95. [ 0.696883] raid6: neonx1 xor() 1183 MB/s
  96. [ 0.764979] raid6: int64x8 gen() 527 MB/s
  97. [ 0.833045] raid6: int64x8 xor() 320 MB/s
  98. [ 0.901122] raid6: int64x4 gen() 701 MB/s
  99. [ 0.969186] raid6: int64x4 xor() 370 MB/s
  100. [ 1.037256] raid6: int64x2 gen() 1139 MB/s
  101. [ 1.105332] raid6: int64x2 xor() 609 MB/s
  102. [ 1.173398] raid6: int64x1 gen() 796 MB/s
  103. [ 1.241473] raid6: int64x1 xor() 415 MB/s
  104. [ 1.241487] raid6: using algorithm neonx4 gen() 2143 MB/s
  105. [ 1.241501] raid6: .... xor() 1539 MB/s, rmw enabled
  106. [ 1.241515] raid6: using neon recovery algorithm
  107. [ 1.242339] VCCK: supplied by DC_5V
  108. [ 1.242589] VCC_3V3: supplied by DC_5V
  109. [ 1.242819] VDDIO_BOOT: supplied by VCC_3V3
  110. [ 1.243412] iommu: Default domain type: Translated
  111. [ 1.243802] SCSI subsystem initialized
  112. [ 1.244047] usbcore: registered new interface driver usbfs
  113. [ 1.244096] usbcore: registered new interface driver hub
  114. [ 1.244183] usbcore: registered new device driver usb
  115. [ 1.244521] pps_core: LinuxPPS API ver. 1 registered
  116. [ 1.244536] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.>
  117. [ 1.244568] PTP clock support registered
  118. [ 1.244600] EDAC MC: Ver: 3.0.0
  119. [ 1.245696] Advanced Linux Sound Architecture Driver Initialized.
  120. [ 1.246435] clocksource: Switched to clocksource arch_sys_counter
  121. [ 1.246703] VFS: Disk quotas dquot_6.6.0
  122. [ 1.246769] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  123. [ 1.252649] NET: Registered protocol family 2
  124. [ 1.253065] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
  125. [ 1.253105] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
  126. [ 1.253155] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  127. [ 1.253223] TCP: Hash tables configured (established 4096 bind 4096)
  128. [ 1.253326] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  129. [ 1.253359] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  130. [ 1.253501] NET: Registered protocol family 1
  131. [ 1.253953] RPC: Registered named UNIX socket transport module.
  132. [ 1.253974] RPC: Registered udp transport module.
  133. [ 1.253988] RPC: Registered tcp transport module.
  134. [ 1.254001] RPC: Registered tcp NFSv4.1 backchannel transport module.
  135. [ 5.202232] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  136. [ 5.505631] Initialise system trusted keyrings
  137. [ 5.505842] workingset: timestamp_bits=46 max_order=17 bucket_order=0
  138. [ 5.512572] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  139. [ 5.513369] NFS: Registering the id_resolver key type
  140. [ 5.513414] Key type id_resolver registered
  141. [ 5.513427] Key type id_legacy registered
  142. [ 5.513446] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  143. [ 5.513646] 9p: Installing v9fs 9p2000 file system support
  144. [ 5.537653] Key type asymmetric registered
  145. [ 5.537684] Asymmetric key parser 'x509' registered
  146. [ 5.537757] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  147. [ 5.538004] io scheduler bfq registered
  148. [ 5.540976] efifb: probing for efifb
  149. [ 5.541052] efifb: framebuffer at 0x1fe5b000, using 1620k, total 1620k
  150. [ 5.541070] efifb: mode is 720x576x32, linelength=2880, pages=1
  151. [ 5.541084] efifb: scrolling: redraw
  152. [ 5.541098] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
  153. [ 5.546718] Console: switching to colour frame buffer device 90x36
  154. [ 5.552078] fb0: EFI VGA frame buffer device
  155. [ 5.558524] soc soc0: Amlogic Meson GXL (S805X) Revision 21:d (34:2) Detected
  156. [ 5.562225] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  157. [ 5.564141] c81004c0.serial: ttyAML0 at MMIO 0xc81004c0 (irq = 12, base_baud = 1500000) is a mesot
  158. [ 6.393102] printk: console [ttyAML0] enabled
  159. [ 6.400011] lima d00c0000.gpu: IRQ ppmmu3 not found
  160. [ 6.402332] lima d00c0000.gpu: IRQ ppmmu4 not found
  161. [ 6.407180] lima d00c0000.gpu: IRQ ppmmu5 not found
  162. [ 6.411983] lima d00c0000.gpu: IRQ ppmmu6 not found
  163. [ 6.416813] lima d00c0000.gpu: IRQ ppmmu7 not found
  164. [ 6.424482] lima d00c0000.gpu: gp - mali450 version major 0 minor 0
  165. [ 6.430792] lima d00c0000.gpu: pp0 - mali450 version major 0 minor 0
  166. [ 6.437244] SError Interrupt on CPU0, code 0xbf000002 -- SError
  167. [ 6.437247] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.7.1 #2
  168. [ 6.437250] Hardware name: libre-computer aml-s805x-ac/aml-s805x-ac, BIOS 2020.04+ 06/11/2020
  169. [ 6.437252] pstate: 40000005 (nZcv daif -PAN -UAO)
  170. [ 6.437254] pc : lima_pp_soft_reset_async_wait+0x8/0x9c
  171. [ 6.437256] lr : lima_pp_init+0xc0/0x194
  172. [ 6.437257] sp : ffff80001002baf0
  173. [ 6.437259] x29: ffff80001002bb30 x28: 0000000000000000
  174. [ 6.437263] x27: ffff800010c20078 x26: 0000000000000001
  175. [ 6.437267] x25: 0000000000000001 x24: 0000000000000000
  176. [ 6.437271] x23: 0000000000000000 x22: ffff00001f592410
  177. [ 6.437274] x21: ffff00000532d080 x20: ffff00000532d230
  178. [ 6.437278] x19: ffff800010b06eea x18: 0000000000000000
  179. [ 6.437282] x17: 0000000000000024 x16: 0000000000000014
  180. [ 6.437286] x15: 000000000000000a x14: ffff8000139944e0
  181. [ 6.437289] x13: ffff8000139944e0 x12: ffff00000539d500
  182. [ 6.437293] x11: 00000000ffffffff x10: 0000000000000008
  183. [ 6.437297] x9 : 0000000000aaaaaa x8 : 0000000000000000
  184. [ 6.437300] x7 : ffff80001125b790 x6 : 0000000000000000
  185. [ 6.437304] x5 : 0000000000000000 x4 : 000000000000100c
  186. [ 6.437308] x3 : 0000000000001020 x2 : 0000000000000080
  187. [ 6.437312] x1 : 0000000000000001 x0 : ffff00000532d230
  188. [ 6.437316] Kernel panic - not syncing: Asynchronous SError Interrupt
  189. [ 6.437319] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.7.1 #2
  190. [ 6.437321] Hardware name: libre-computer aml-s805x-ac/aml-s805x-ac, BIOS 2020.04+ 06/11/2020
  191. [ 6.437322] Call trace:
  192. [ 6.437324] dump_backtrace+0x0/0x168
  193. [ 6.437326] show_stack+0x18/0x24
  194. [ 6.437327] dump_stack+0xa8/0xd8
  195. [ 6.437328] panic+0x158/0x324
  196. [ 6.437330] nmi_panic+0x5c/0x78
  197. [ 6.437331] arm64_serror_panic+0x68/0x74
  198. [ 6.437333] do_serror+0x9c/0x114
  199. [ 6.437335] el1_error+0x84/0x100
  200. [ 6.437336] lima_pp_soft_reset_async_wait+0x8/0x9c
  201. [ 6.437338] lima_device_init+0x32c/0x528
  202. [ 6.437340] lima_pdev_probe+0xa4/0xe4
  203. [ 6.437341] platform_drv_probe+0x54/0xa4
  204. [ 6.437343] really_probe+0x1f4/0x2e0
  205. [ 6.437344] driver_probe_device+0xd8/0xe8
  206. [ 6.437346] device_driver_attach+0x44/0x70
  207. [ 6.437348] __driver_attach+0xbc/0xc0
  208. [ 6.437349] bus_for_each_dev+0x70/0xbc
  209. [ 6.437351] driver_attach+0x24/0x30
  210. [ 6.437352] bus_add_driver+0x16c/0x1b4
  211. [ 6.437354] driver_register+0xb4/0xec
  212. [ 6.437355] __platform_driver_register+0x4c/0x58
  213. [ 6.437357] lima_init+0x1c/0x28
  214. [ 6.437358] do_one_initcall+0x6c/0x17c
  215. [ 6.437360] kernel_init_freeable+0x240/0x244
  216. [ 6.437362] kernel_init+0x14/0x100
  217. [ 6.437363] ret_from_fork+0x10/0x18
  218. [ 6.437386] SMP: stopping secondary CPUs
  219. [ 6.437387] Kernel Offset: disabled
  220. [ 6.437389] CPU features: 0x000002,00002004
  221. [ 6.437390] Memory Limit: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement