Advertisement
Guest User

Untitled

a guest
Aug 9th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.72 KB | None | 0 0
  1. Uncompressing Linux... done, booting the kernel.
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 5.18.0 (ptxdist@ptxdist) (arm-secplatform-linux-gnueabi-gcc (crosstool-NG 1.25.0.45_939ea40) 12.1.0, GNU ld (crosstool-NG 1.25.0.45_939ea40) 2.38) #1 SMP PREEMPT 2022-08-01T00:00:00+00:00
  4. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=30c5387d
  5. [ 0.000000] CPU: div instructions available: patching division code
  6. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  7. [ 0.000000] OF: fdt: Machine model: STMicroelectronics STM32MP157C-DK2 Discovery Board
  8. [ 0.000000] printk: bootconsole [earlycon0] enabled
  9. [ 0.000000] Malformed early option 'earlycon'
  10. [ 0.000000] printk: debug: ignoring loglevel setting.
  11. [ 0.000000] Memory policy: Data cache writealloc
  12. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000010000000, size 0 MiB
  13. [ 0.000000] OF: reserved mem: initialized node mcuram2@10000000, compatible id shared-dma-pool
  14. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000010040000, size 0 MiB
  15. [ 0.000000] OF: reserved mem: initialized node vdev0vring0@10040000, compatible id shared-dma-pool
  16. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000010041000, size 0 MiB
  17. [ 0.000000] OF: reserved mem: initialized node vdev0vring1@10041000, compatible id shared-dma-pool
  18. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000010042000, size 0 MiB
  19. [ 0.000000] OF: reserved mem: initialized node vdev0buffer@10042000, compatible id shared-dma-pool
  20. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000030000000, size 0 MiB
  21. [ 0.000000] OF: reserved mem: initialized node mcuram@30000000, compatible id shared-dma-pool
  22. [ 0.000000] Reserved memory: created DMA memory pool at 0x0000000038000000, size 0 MiB
  23. [ 0.000000] OF: reserved mem: initialized node retram@38000000, compatible id shared-dma-pool
  24. [ 0.000000] Zone ranges:
  25. [ 0.000000] Normal [mem 0x00000000c0000000-0x00000000dfffffff]
  26. [ 0.000000] HighMem empty
  27. [ 0.000000] Movable zone start for each node
  28. [ 0.000000] Early memory node ranges
  29. [ 0.000000] node 0: [mem 0x00000000c0000000-0x00000000d3ffffff]
  30. [ 0.000000] node 0: [mem 0x00000000d4000000-0x00000000d7ffffff]
  31. [ 0.000000] node 0: [mem 0x00000000d8000000-0x00000000dfffffff]
  32. [ 0.000000] Initmem setup node 0 [mem 0x00000000c0000000-0x00000000dfffffff]
  33. [ 0.000000] psci: probing for conduit method from DT.
  34. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  35. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  36. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  37. [ 0.000000] psci: SMC Calling Convention v1.2
  38. [ 0.000000] percpu: Embedded 12 pages/cpu s17748 r8192 d23212 u49152
  39. [ 0.000000] pcpu-alloc: s17748 r8192 d23212 u49152 alloc=12*4096
  40. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  41. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920
  42. [ 0.000000] Kernel command line: console=tty0 console=ttySTM0,115200 rdinit=/sbin/init earlyprintk earlycon ignore_loglevel debug_initcall rw secpboot=factoryi
  43. [ 0.000000] Unknown kernel command line parameters "debug_initcall secpboot=factoryi", will be passed to user space.
  44. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
  45. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
  46. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  47. [ 0.000000] Memory: 420164K/524288K available (10240K kernel code, 1093K rwdata, 2432K rodata, 2048K init, 389K bss, 104124K reserved, 0K cma-reserved, 0K highmem)
  48. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  49. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  50. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  51. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  52. [ 0.000000] Tracing variant of Tasks RCU enabled.
  53. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
  54. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  55. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  56. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
  57. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  58. [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  59. [ 0.008068] Switching to timer-based delay loop, resolution 41ns
  60. [ 0.015120] Console: colour dummy device 80x30
  61. [ 0.020768] printk: console [tty0] enabled
  62. [ 0.024961] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  63. [ 0.035348] pid_max: default: 32768 minimum: 301
  64. [ 0.040228] random: get_random_bytes called from setup_net+0x30/0x314 with crng_init=0
  65. [ 0.040348] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  66. [ 0.055759] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
  67. [ 0.064694] CPU: Testing write buffer coherency: ok
  68. [ 0.070093] CPU0: update cpu_capacity 1024
  69. [ 0.074293] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  70. [ 0.080969] cblist_init_generic: Setting adjustable number of callback queues.
  71. [ 0.088349] cblist_init_generic: Setting shift to 1 and lim to 1.
  72. [ 0.094685] cblist_init_generic: Setting shift to 1 and lim to 1.
  73. [ 0.101032] Setting up static identity map for 0xc0200000 - 0xc0200060
  74. [ 0.107863] rcu: Hierarchical SRCU implementation.
  75. [ 0.113531] smp: Bringing up secondary CPUs ...
  76. [ 0.119120] CPU1: update cpu_capacity 1024
  77. [ 0.119141] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  78. [ 0.119305] smp: Brought up 1 node, 2 CPUs
  79. [ 0.133335] SMP: Total of 2 processors activated (96.00 BogoMIPS).
  80. [ 0.139587] CPU: All CPU(s) started in SVC mode.
  81. [ 0.144985] devtmpfs: initialized
  82. [ 0.168653] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  83. [ 0.176692] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  84. [ 0.186588] futex hash table entries: 512 (order: 3, 32768 bytes, linear)
  85. [ 0.193682] pinctrl core: initialized pinctrl subsystem
  86. [ 0.200406] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  87. [ 0.206889] DMA: preallocated 256 KiB pool for atomic coherent allocations
  88. [ 0.215214] thermal_sys: Registered thermal governor 'step_wise'
  89. [ 0.215532] cpuidle: using governor menu
  90. [ 0.226203] Serial: AMBA PL011 UART driver
  91. [ 0.248973] 8<--- cut here ---
  92. [ 0.252091] Unhandled fault: asynchronous external abort (0x1a11) at 0x7e294aee
  93. [ 0.259472] [7e294aee] *pgd=800000c0005003, *pmd=00000000
  94. [ 0.264939] Internal error: : 1a11 [#1] PREEMPT SMP ARM
  95. [ 0.270213] Modules linked in:
  96. [ 0.273299] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 5.18.0 #1
  97. [ 0.279276] Hardware name: STM32 (Device Tree Support)
  98. [ 0.284458] PC is at _raw_spin_unlock_irqrestore+0x8/0x44
  99. [ 0.289920] LR is at clk_gate_enable+0xc/0x14
  100. [ 0.294324] pc : [<c0ae9e74>] lr : [<c05fe064>] psr: a0000093
  101. [ 0.300647] sp : e0815b88 ip : 00000000 fp : 00000001
  102. [ 0.305917] r10: c0e1143c r9 : c21efd80 r8 : c12ecd14
  103. [ 0.311188] r7 : 00000010 r6 : 00000000 r5 : 00000000 r4 : c21efe40
  104. [ 0.317773] r3 : 00000001 r2 : 00000040 r1 : a0000093 r0 : c1367f38
  105. [ 0.324360] Flags: NzCv IRQs off FIQs on Mode SVC_32 ISA ARM Segment user
  106. [ 0.331655] Control: 30c5387d Table: c0003000 DAC: fffffffd
  107. [ 0.337448] Register r0 information: non-slab/vmalloc memory
  108. [ 0.343166] Register r1 information: non-paged memory
  109. [ 0.348265] Register r2 information: non-paged memory
  110. [ 0.353364] Register r3 information: non-paged memory
  111. [ 0.358463] Register r4 information: slab kmalloc-192 start c21efe40 pointer offset 0 size 192
  112. [ 0.367182] Register r5 information: NULL pointer
  113. [ 0.371931] Register r6 information: NULL pointer
  114. [ 0.376679] Register r7 information: zero-size pointer
  115. [ 0.381864] Register r8 information: non-slab/vmalloc memory
  116. [ 0.387575] Register r9 information: slab kmalloc-192 start c21efd80 pointer offset 0 size 192
  117. [ 0.396288] Register r10 information: non-slab/vmalloc memory
  118. [ 0.402088] Register r11 information: non-paged memory
  119. [ 0.407274] Register r12 information: NULL pointer
  120. [ 0.412109] Process swapper/0 (pid: 1, stack limit = 0x(ptrval))
  121. [ 0.418171] Stack: (0xe0815b88 to 0xe0816000)
  122. [ 0.422573] 5b80: c21efe40 c05f6a8c c21ef6c0 c21efe40 c21ef6c0 60000013
  123. [ 0.430832] 5ba0: c21efe40 c05fade8 c20000c0 c086af14 c2003814 00000000 00000000 c21cb4c0
  124. [ 0.439091] 5bc0: c21efd80 c0e1143c 00000000 c21efd80 c21efd80 00000000 c0c666ec c204d810
  125. [ 0.447350] 5be0: c0c66ccc c12ecd14 00000000 c05fb138 c21efd80 c05ff170 00000000 00000000
  126. [ 0.455610] 5c00: c12060d4 c0db1428 c21efd8c c12ecd14 00000000 00000000 00000001 00000800
  127. [ 0.463868] 5c20: c1367f38 00000000 00000000 c0c666ec c12ecce0 c204d810 e08b6000 c21f42c0
  128. [ 0.472128] 5c40: 00000800 c05ff2a0 00000001 00000000 00000000 c21f42c0 c0c666ec c21f4340
  129. [ 0.480386] 5c60: c0c66ccc 00000800 c0c666ec c060124c 00000000 00000000 c21f42c0 c0c666ec
  130. [ 0.488645] 5c80: c21f4340 c0c66ccc 00000800 c0c69d8c c0db1428 c12ecd14 00000001 c1367f38
  131. [ 0.496904] 5ca0: 00000001 0000000d c0c67acc c204d810 c12ec63c c0601084 000001d4 c2094840
  132. [ 0.505165] 5cc0: 00000024 c0601488 c0c67acc 00000000 e08b6000 c1367f38 c2094844 c204d800
  133. [ 0.513425] 5ce0: 00000000 00000000 c204d810 c12ec5d4 c204d810 00000000 dfb50d50 c21cc680
  134. [ 0.521684] 5d00: 00000000 c065a440 00000000 c204d810 c12ec5d4 c06584dc c204d810 00000000
  135. [ 0.529943] 5d20: c12ec5d4 c0658778 c136a03c c136a040 c204d810 c0658840 c12ec5d4 e0815d78
  136. [ 0.538202] 5d40: c204d810 c204d854 c12f21cc c0658d18 00000000 e0815d78 c0658c8c c06566a8
  137. [ 0.546461] 5d60: c201856c c21b70b8 c204d810 c204d810 00000001 c0658a98 c204d810 00000001
  138. [ 0.554720] 5d80: 00000000 c204d810 c204d810 c12f2760 c136a010 c06577a8 c204d810 dfb50d40
  139. [ 0.562978] 5da0: c204bc10 c065515c 50000000 00000000 c204d810 c204bc10 dfb50d40 c136a010
  140. [ 0.571237] 5dc0: 00000000 00000000 00000000 00000000 c0df9c24 c204d800 00000000 dfb50d98
  141. [ 0.579494] 5de0: dfb50d34 00000000 c204bc10 00000000 00000000 c086959c dfb50d34 00000000
  142. [ 0.587754] 5e00: 00000000 c0caafd4 00000001 c08696ec c21c3432 c202903c c204bc10 c202903c
  143. [ 0.596013] 5e20: ffffff04 ffff0a00 ff8ff6f4 dfb42690 c0cab260 c0866478 c0cab220 3fffffff
  144. [ 0.604271] 5e40: c0caafd4 dfb42620 a0000013 dfb42620 00000000 dfb50d34 c0caafd4 00000001
  145. [ 0.612529] 5e60: c204bc10 00000000 00000000 c0869738 00000001 00000000 00000000 c2069000
  146. [ 0.620790] 5e80: 00000000 c0200b84 c136c7e0 60000013 dfb40c5c 000003b4 c0cab840 00000000
  147. [ 0.629048] 5ea0: 00000000 00000000 0000002f dfb42620 dfb40c5c c0caafd4 00000000 00000000
  148. [ 0.637307] 5ec0: 00000001 c1042ecc 00000000 c0869a48 00000001 00000000 c2070000 00000000
  149. [ 0.645566] 5ee0: c0cab3a8 c2070000 00000000 c1312000 c1037828 c1024038 c1023f6c c2029e00
  150. [ 0.653825] 5f00: c2070000 c02016f4 00000460 00000000 00000000 c0e5f774 c2029e6a 00000000
  151. [ 0.662083] 5f20: c2029e6d c0235820 c1312000 0000045b c0d5bab0 000000e0 00000003 00000003
  152. [ 0.670341] 5f40: c2029e6d c2029e76 dfffce3e 000000e0 c2029e00 000000e0 c2029e00 00000003
  153. [ 0.678601] 5f60: c1312000 c1037848 c1037828 c10012fc 00000003 00000003 00000000 c100056c
  154. [ 0.686861] 5f80: c1205ec0 c0ae30e8 00000000 00000000 00000000 00000000 00000000 c0ae3100
  155. [ 0.695119] 5fa0: 00000000 c0ae30e8 00000000 c0200138 00000000 00000000 00000000 00000000
  156. [ 0.703377] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  157. [ 0.711635] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
  158. [ 0.719898] _raw_spin_unlock_irqrestore from clk_gate_enable+0xc/0x14
  159. [ 0.726501] clk_gate_enable from clk_core_enable+0x68/0xb0
  160. [ 0.732145] clk_core_enable from __clk_register+0x598/0x890
  161. [ 0.737870] __clk_register from clk_hw_register+0x20/0x44
  162. [ 0.743416] clk_hw_register from __clk_hw_register_composite+0x1d0/0x2b8
  163. [ 0.750280] __clk_hw_register_composite from clk_hw_register_composite+0x48/0x50
  164. [ 0.757849] clk_hw_register_composite from _clk_stm32_register_composite+0x1c8/0x254
  165. [ 0.765767] _clk_stm32_register_composite from stm32mp1_rcc_clocks_probe+0x1b0/0x338
  166. [ 0.773681] stm32mp1_rcc_clocks_probe from platform_probe+0x5c/0xb0
  167. [ 0.780107] platform_probe from really_probe.part.0+0x9c/0x290
  168. [ 0.786094] really_probe.part.0 from __driver_probe_device+0xa8/0x13c
  169. [ 0.792691] __driver_probe_device from driver_probe_device+0x34/0xc4
  170. [ 0.799201] driver_probe_device from __device_attach_driver+0x8c/0xb4
  171. [ 0.805801] __device_attach_driver from bus_for_each_drv+0x74/0x98
  172. [ 0.812137] bus_for_each_drv from __device_attach+0xa0/0x15c
  173. [ 0.817946] __device_attach from bus_probe_device+0x84/0x8c
  174. [ 0.823667] bus_probe_device from device_add+0x3a0/0x900
  175. [ 0.829123] device_add from of_platform_device_create_pdata+0x94/0xc0
  176. [ 0.835724] of_platform_device_create_pdata from of_platform_bus_create+0x118/0x33c
  177. [ 0.843557] of_platform_bus_create from of_platform_bus_create+0x164/0x33c
  178. [ 0.850596] of_platform_bus_create from of_platform_populate+0x60/0xb8
  179. [ 0.857283] of_platform_populate from of_platform_default_populate_init+0xcc/0xe4
  180. [ 0.864939] of_platform_default_populate_init from do_one_initcall+0x38/0x1f4
  181. [ 0.872246] do_one_initcall from kernel_init_freeable+0x19c/0x1f8
  182. [ 0.878495] kernel_init_freeable from kernel_init+0x18/0x12c
  183. [ 0.884308] kernel_init from ret_from_fork+0x14/0x1c
  184. [ 0.889415] Exception stack(0xe0815fb0 to 0xe0815ff8)
  185. [ 0.894515] 5fa0: 00000000 00000000 00000000 00000000
  186. [ 0.902774] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  187. [ 0.911030] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
  188. [ 0.917710] Code: 012fff1e eaffe998 f57ff05b e1d030b0 (e2833001)
  189. [ 0.923862] ---[ end trace 0000000000000000 ]---
  190. [ 0.928522] Kernel panic - not syncing: Fatal exception
  191. [ 0.933799] CPU1: stopping
  192. [ 0.936546] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G D 5.18.0 #1
  193. [ 0.943929] Hardware name: STM32 (Device Tree Support)
  194. [ 0.949115] unwind_backtrace from show_stack+0x10/0x14
  195. [ 0.954404] show_stack from dump_stack_lvl+0x40/0x4c
  196. [ 0.959510] dump_stack_lvl from do_handle_IPI+0xec/0x114
  197. [ 0.964967] do_handle_IPI from ipi_handler+0x18/0x20
  198. [ 0.970073] ipi_handler from handle_percpu_devid_irq+0x78/0x134
  199. [ 0.976149] handle_percpu_devid_irq from generic_handle_domain_irq+0x28/0x38
  200. [ 0.983363] generic_handle_domain_irq from gic_handle_irq+0x64/0x78
  201. [ 0.989789] gic_handle_irq from generic_handle_arch_irq+0x34/0x44
  202. [ 0.996041] generic_handle_arch_irq from call_with_stack+0x18/0x20
  203. [ 1.002381] call_with_stack from __irq_svc+0x84/0xac
  204. [ 1.007488] Exception stack(0xe0851f50 to 0xe0851f98)
  205. [ 1.012589] 1f40: 00000182 00000000 00000001 c0214400
  206. [ 1.020846] 1f60: c20788c0 00000001 c1205f0c c1205f58 00000000 c1046e00 00000000 e0851fa8
  207. [ 1.029103] 1f80: 00000000 e0851fa0 c0207048 c020704c 60000013 ffffffff
  208. [ 1.035775] __irq_svc from arch_cpu_idle+0x38/0x3c
  209. [ 1.040711] arch_cpu_idle from do_idle+0x1f4/0x24c
  210. [ 1.045652] do_idle from cpu_startup_entry+0x18/0x1c
  211. [ 1.050764] cpu_startup_entry from secondary_start_kernel+0x120/0x128
  212. [ 1.057364] secondary_start_kernel from __enable_mmu+0x0/0xc
  213. [ 1.063179] ---[ end Kernel panic - not syncing: Fatal exception ]---
  214.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement