Advertisement
Guest User

Untitled

a guest
Jun 6th, 2021
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.29 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  2. [ 0.000000] Linux version 5.10.39 (xxx@xxxx) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 8.4.0 r16878-7838ed934a) 8.4.0, GNU ld (GNU Binutils) 2.34) #0 SMP Wed May 26 14:57:46 2021
  3. [ 0.000000] Machine model: Xiaomi AX3600
  4. [ 0.000000] Zone ranges:
  5. [ 0.000000] DMA [mem 0x0000000040000000-0x000000005fffffff]
  6. [ 0.000000] DMA32 empty
  7. [ 0.000000] Normal empty
  8. [ 0.000000] Movable zone start for each node
  9. [ 0.000000] Early memory node ranges
  10. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000040ffffff]
  11. [ 0.000000] node 0: [mem 0x0000000041000000-0x000000004a3fffff]
  12. [ 0.000000] node 0: [mem 0x000000004a400000-0x00000000510fffff]
  13. [ 0.000000] node 0: [mem 0x0000000051100000-0x000000005fffffff]
  14. [ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000005fffffff]
  15. [ 0.000000] On node 0 totalpages: 131072
  16. [ 0.000000] DMA zone: 2048 pages used for memmap
  17. [ 0.000000] DMA zone: 0 pages reserved
  18. [ 0.000000] DMA zone: 131072 pages, LIFO batch:31
  19. [ 0.000000] psci: probing for conduit method from DT.
  20. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  21. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  22. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  23. [ 0.000000] psci: SMC Calling Convention v1.0
  24. [ 0.000000] psci: OSI mode supported.
  25. [ 0.000000] percpu: Embedded 19 pages/cpu s40920 r8192 d28712 u77824
  26. [ 0.000000] pcpu-alloc: s40920 r8192 d28712 u77824 alloc=19*4096
  27. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  28. [ 0.000000] Detected VIPT I-cache on CPU0
  29. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129024
  30. [ 0.000000] Kernel command line: ubi.mtd=rootfs root=mtd:ubi_rootfs rootfstype=squashfs rootwait uart_en=1 root=/dev/ubiblock0_1
  31. [ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
  32. [ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
  33. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  34. [ 0.000000] Memory: 374600K/524288K available (7166K kernel code, 834K rwdata, 1848K rodata, 1216K init, 300K bss, 149688K reserved, 0K cma-reserved)
  35. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  36. [ 0.000000] rcu: Hierarchical RCU implementation.
  37. [ 0.000000] rcu: CONFIG_RCU_FANOUT set to non-default value of 32.
  38. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  39. [ 0.000000] Tracing variant of Tasks RCU enabled.
  40. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  41. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  42. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  43. [ 0.000000] random: get_random_bytes called from start_kernel+0x350/0x570 with crng_init=0
  44. [ 0.000000] arch_timer: cp15 and mmio timer(s) running at 19.20MHz (virt/virt).
  45. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
  46. [ 0.000005] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
  47. [ 0.000159] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=76800)
  48. [ 0.000176] pid_max: default: 32768 minimum: 301
  49. [ 0.000313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  50. [ 0.000327] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes, linear)
  51. [ 0.001779] rcu: Hierarchical SRCU implementation.
  52. [ 0.001928] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
  53. [ 0.002359] smp: Bringing up secondary CPUs ...
  54. [ 0.002915] Detected VIPT I-cache on CPU1
  55. [ 0.002983] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  56. [ 0.003569] Detected VIPT I-cache on CPU2
  57. [ 0.003612] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  58. [ 0.004231] Detected VIPT I-cache on CPU3
  59. [ 0.004271] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  60. [ 0.004346] smp: Brought up 1 node, 4 CPUs
  61. [ 0.004360] SMP: Total of 4 processors activated.
  62. [ 0.004369] CPU features: detected: 32-bit EL0 Support
  63. [ 0.004378] CPU features: detected: CRC32 instructions
  64. [ 0.004436] CPU features: emulated: Privileged Access Never (PAN) using TTBR0_EL1 switching
  65. [ 0.004446] CPU: All CPU(s) started at EL1
  66. [ 0.004469] alternatives: patching kernel code
  67. [ 0.011403] KASLR disabled due to lack of seed
  68. [ 0.011557] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  69. [ 0.011578] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
  70. [ 0.011740] pinctrl core: initialized pinctrl subsystem
  71. [ 0.012901] NET: Registered protocol family 16
  72. [ 0.013439] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
  73. [ 0.013486] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  74. [ 0.013525] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  75. [ 0.014140] thermal_sys: Registered thermal governor 'step_wise'
  76. [ 0.015820] cpuidle: using governor ladder
  77. [ 0.016104] NET: Registered protocol family 42
  78. [ 0.016286] ASID allocator initialised with 65536 entries
  79. [ 0.083967] usbcore: registered new interface driver usbfs
  80. [ 0.084050] usbcore: registered new interface driver hub
  81. [ 0.084117] usbcore: registered new device driver usb
  82. [ 0.084469] qcom_scm: convention: smc arm 64
  83. [ 0.085933] clocksource: Switched to clocksource arch_sys_counter
  84. [ 0.086850] NET: Registered protocol family 2
  85. [ 0.086969] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
  86. [ 0.087538] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear)
  87. [ 0.087562] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear)
  88. [ 0.087614] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
  89. [ 0.087693] TCP: Hash tables configured (established 4096 bind 4096)
  90. [ 0.087786] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
  91. [ 0.087813] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
  92. [ 0.087968] NET: Registered protocol family 1
  93. [ 0.087999] PCI: CLS 0 bytes, default 64
  94. [ 0.089461] workingset: timestamp_bits=46 max_order=17 bucket_order=0
  95. [ 0.093456] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  96. [ 0.093471] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
  97. [ 0.095770] qcom-qmp-phy 84000.phy: Registered Qcom-QMP phy
  98. [ 0.097233] qcom-pcie 20000000.pci: host bridge /soc/pci@20000000 ranges:
  99. [ 0.097283] qcom-pcie 20000000.pci: IO 0x0020200000..0x00202fffff -> 0x0020200000
  100. [ 0.097309] qcom-pcie 20000000.pci: MEM 0x0020220000..0x002fffffff -> 0x0020220000
  101. [ 0.313926] qcom-pcie 20000000.pci: Link up
  102. [ 0.314105] qcom-pcie 20000000.pci: PCI host bridge to bus 0000:00
  103. [ 0.314120] pci_bus 0000:00: root bus resource [bus 00-ff]
  104. [ 0.314134] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x20200000-0x202fffff])
  105. [ 0.314145] pci_bus 0000:00: root bus resource [mem 0x20220000-0x2fffffff]
  106. [ 0.314193] pci 0000:00:00.0: [17cb:1002] type 01 class 0x060400
  107. [ 0.314218] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00000fff]
  108. [ 0.314300] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
  109. [ 0.317384] pci 0000:01:00.0: [168c:0050] type 00 class 0x028000
  110. [ 0.317586] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x001fffff 64bit]
  111. [ 0.317904] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
  112. [ 0.318614] pci 0000:01:00.0: supports D1
  113. [ 0.318625] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
  114. [ 0.321564] pci 0000:00:00.0: BAR 8: assigned [mem 0x20300000-0x205fffff]
  115. [ 0.321581] pci 0000:00:00.0: BAR 9: assigned [mem 0x20600000-0x207fffff 64bit pref]
  116. [ 0.321592] pci 0000:00:00.0: BAR 0: assigned [mem 0x20220000-0x20220fff]
  117. [ 0.321606] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
  118. [ 0.321621] pci 0000:01:00.0: BAR 0: assigned [mem 0x20400000-0x205fffff 64bit]
  119. [ 0.321720] pci 0000:01:00.0: BAR 6: assigned [mem 0x20300000-0x2030ffff pref]
  120. [ 0.321731] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  121. [ 0.321743] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
  122. [ 0.321754] pci 0000:00:00.0: bridge window [mem 0x20300000-0x205fffff]
  123. [ 0.321765] pci 0000:00:00.0: bridge window [mem 0x20600000-0x207fffff 64bit pref]
  124. [ 0.321788] pci 0000:00:00.0: Max Payload Size set to 128/ 128 (was 128), Max Read Rq 128
  125. [ 0.321940] pci 0000:01:00.0: Max Payload Size set to 128/ 256 (was 128), Max Read Rq 128
  126. [ 0.323829] pcieport 0000:00:00.0: PME: Signaling with IRQ 102
  127. [ 0.324940] bam-dma-engine 704000.dma: num-channels unspecified in dt
  128. [ 0.324957] bam-dma-engine 704000.dma: num-ees unspecified in dt
  129. [ 0.329840] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  130. [ 0.330508] msm_serial 78b3000.serial: msm_serial: detected port #0
  131. [ 0.330551] msm_serial 78b3000.serial: uartclk = 3686400
  132. [ 0.330603] 78b3000.serial: ttyMSM0 at MMIO 0x78b3000 (irq = 22, base_baud = 230400) is a MSM
  133. [ 0.330631] msm_serial: console setup on port #0
  134. [ 1.119830] printk: console [ttyMSM0] enabled
  135. [ 1.124972] msm_serial: driver initialized
  136. [ 1.133233] loop: module loaded
  137. [ 1.134470] nand: device found, Manufacturer ID: 0xc8, Chip ID: 0xaa
  138. [ 1.135790] nand: ESMT GD9FS2G8F2A
  139. [ 1.142406] nand: 256 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 128
  140. [ 1.145868] 16 qcomsmem partitions found on MTD device qcom_nand.0
  141. [ 1.153161] Creating 16 MTD partitions on "qcom_nand.0":
  142. [ 1.159411] 0x000000000000-0x000000100000 : "0:sbl1"
  143. [ 1.166115] 0x000000100000-0x000000200000 : "0:mibib"
  144. [ 1.170974] 0x000000200000-0x000000500000 : "0:qsee"
  145. [ 1.177377] 0x000000500000-0x000000580000 : "0:devcfg"
  146. [ 1.180582] 0x000000580000-0x000000600000 : "0:rpm"
  147. [ 1.185557] 0x000000600000-0x000000680000 : "0:cdt"
  148. [ 1.190320] 0x000000680000-0x000000700000 : "0:appsblenv"
  149. [ 1.195160] 0x000000700000-0x000000800000 : "0:appsbl"
  150. [ 1.201093] 0x000000800000-0x000000880000 : "0:art"
  151. [ 1.205743] 0x000000880000-0x000000900000 : "bdata"
  152. [ 1.210529] 0x000000900000-0x000000980000 : "crash"
  153. [ 1.215397] 0x000000980000-0x000000a00000 : "crash_syslog"
  154. [ 1.220238] 0x000000a00000-0x000002dc0000 : "rootfs"
  155. [ 1.229139] random: fast init done
  156. [ 1.252422] mtd: device 12 (rootfs) set to be root filesystem
  157. [ 1.252694] mtdsplit: no squashfs found in "rootfs"
  158. [ 1.257167] 0x000002dc0000-0x000005180000 : "rootfs_1"
  159. [ 1.288233] 0x000005180000-0x000007040000 : "overlay"
  160. [ 1.311076] 0x000007040000-0x0000070c0000 : "rsvd0"
  161. [ 1.317440] spmi spmi-0: PMIC arbiter version v2 (0x20010000)
  162. [ 1.318506] pmd9655_s3: supplied by e-smps1-reg
  163. [ 1.322472] pmd9655_s4: supplied by e-smps1-reg
  164. [ 1.326795] pmd9655_ldo11: supplied by e-smps1-reg
  165. [ 1.331988] libphy: Fixed MDIO Bus: probed
  166. [ 1.336501] libphy: ipq4019_mdio: probed
  167. [ 1.341676] i2c /dev entries driver
  168. [ 1.347913] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 800000 KHz, changing to: 1017600 KHz
  169. [ 1.348772] sdhci: Secure Digital Host Controller Interface driver
  170. [ 1.358057] sdhci: Copyright(c) Pierre Ossman
  171. [ 1.364184] sdhci-pltfm: SDHCI platform and OF driver helper
  172. [ 1.371177] remoteproc remoteproc0: cd00000.q6v5_wcss is available
  173. [ 1.375350] NET: Registered protocol family 10
  174. [ 1.381021] Segment Routing with IPv6
  175. [ 1.384807] NET: Registered protocol family 17
  176. [ 1.388527] Bridge firewalling registered
  177. [ 1.392832] 8021q: 802.1Q VLAN Support v1.8
  178. [ 1.408450] ubi0: attaching mtd12
  179. [ 1.561756] ubi0: scanning is finished
  180. [ 1.567474] ubi0: attached mtd12 (name "rootfs", size 35 MiB)
  181. [ 1.567506] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
  182. [ 1.572212] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
  183. [ 1.578977] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096
  184. [ 1.585839] ubi0: good PEBs: 286, bad PEBs: 0, corrupted PEBs: 0
  185. [ 1.592604] ubi0: user volume: 3, internal volumes: 1, max. volumes count: 128
  186. [ 1.598856] ubi0: max/mean erase counter: 6/4, WL threshold: 4096, image sequence number: 466873924
  187. [ 1.605891] ubi0: available PEBs: 0, total reserved PEBs: 286, PEBs reserved for bad PEB handling: 40
  188. [ 1.614841] ubi0: background thread "ubi_bgt0d" started, PID 654
  189. [ 1.615626] block ubiblock0_1: created from ubi0:1(rootfs)
  190. [ 1.633819] VFS: Mounted root (squashfs filesystem) readonly on device 254:0.
  191. [ 1.634489] Freeing unused kernel memory: 1216K
  192. [ 1.678105] Run /sbin/init as init process
  193. [ 1.678124] with arguments:
  194. [ 1.678127] /sbin/init
  195. [ 1.678130] with environment:
  196. [ 1.678133] HOME=/
  197. [ 1.678136] TERM=linux
  198. [ 1.678139] uart_en=1
  199. [ 1.885344] init: Console is alive
  200. [ 1.885467] init: - watchdog -
  201. [ 2.522259] kmodloader: loading kernel modules from /etc/modules-boot.d/*
  202. [ 2.532723] genirq: irq_chip msmgpio did not update eff. affinity mask of irq 107
  203. [ 2.540568] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
  204. [ 2.545106] init: - preinit -
  205. [ 2.881641] random: jshn: uninitialized urandom read (4 bytes read)
  206. [ 2.893034] random: jshn: uninitialized urandom read (4 bytes read)
  207. [ 2.903426] random: jshn: uninitialized urandom read (4 bytes read)
  208. [ 5.972880] UBIFS (ubi0:2): Mounting in unauthenticated mode
  209. [ 5.972988] UBIFS (ubi0:2): background thread "ubifs_bgt0_2" started, PID 747
  210. [ 6.010272] random: crng init done
  211. [ 6.010292] random: 1 urandom warning(s) missed due to ratelimiting
  212. [ 6.055646] UBIFS (ubi0:2): UBIFS: mounted UBI device 0, volume 2, name "rootfs_data"
  213. [ 6.055677] UBIFS (ubi0:2): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
  214. [ 6.062467] UBIFS (ubi0:2): FS size: 17649664 bytes (16 MiB, 139 LEBs), journal size 1015809 bytes (0 MiB, 7 LEBs)
  215. [ 6.072367] UBIFS (ubi0:2): reserved for root: 833637 bytes (814 KiB)
  216. [ 6.082596] UBIFS (ubi0:2): media format: w5/r0 (latest is w5/r0), UUID D1EB3EE1-6A20-40CD-9CD9-51073CD9B8C2, small LPT model
  217. [ 6.089968] mount_root: overlay filesystem has not been fully initialized yet
  218. [ 6.100600] mount_root: switching to ubifs overlay
  219. [ 6.110308] overlayfs: "xino" feature enabled using 2 upper inode bits.
  220. [ 6.287221] urandom-seed: Seed file not found (/etc/urandom.seed)
  221. [ 6.362091] procd: - early -
  222. [ 6.362152] procd: - watchdog -
  223. [ 6.880623] procd: - watchdog -
  224. [ 6.880887] procd: - ubus -
  225. [ 6.934034] procd: - init -
  226. [ 7.129594] kmodloader: loading kernel modules from /etc/modules.d/*
  227. [ 7.134842] urngd: v1.0.2 started.
  228. [ 7.247726] ssdk_switch_device_num_init[1159]:INFO:ess-switch dts node number: 1
  229. [ 7.247820] ssdk_dt_get_switch_node[970]:INFO:ess-switch DT exist!
  230. [ 7.254202] ssdk_dt_parse_access_mode[856]:INFO:switch_access_mode: local bus
  231. [ 7.260195] ssdk_dt_parse_access_mode[869]:INFO:switchreg_base_addr: 0x3a000000
  232. [ 7.267401] ssdk_dt_parse_access_mode[870]:INFO:switchreg_size: 0x1000000
  233. [ 7.274506] ssdk_dt_parse_mac_mode[295]:INFO:mac mode = 0x0
  234. [ 7.281448] ssdk_dt_parse_mac_mode[304]:INFO:mac mode1 = 0xff
  235. [ 7.286830] ssdk_dt_parse_mac_mode[313]:INFO:mac mode2 = 0xff
  236. [ 7.292782] ssdk_dt_parse_uniphy[332]:INFO:ess-uniphy DT exist!
  237. [ 7.298607] ssdk_dt_parse_intf_mac[801]:INFO:dp2 MAC 28:d1:27:70:b6:27
  238. [ 7.304222] ssdk_dt_parse_intf_mac[801]:INFO:dp3 MAC 28:d1:27:4d:e2:45
  239. [ 7.310820] ssdk_dt_parse_intf_mac[801]:INFO:dp4 MAC 28:d1:27:4d:e2:45
  240. [ 7.317330] ssdk_dt_parse_intf_mac[801]:INFO:dp5 MAC 28:d1:27:4d:e2:45
  241. [ 7.323857] ssdk_plat_init start
  242. [ 7.387457] ssdk_gcc_clock_init[1033]:INFO:SSDK gcc clock init successfully!
  243. [ 7.388535] HPPE initializing...
  244. [ 7.393854] malibu_phy_api_ops_init[2848]:INFO:qca probe malibu phy driver succeeded!
  245. [ 7.402233] regi_init[3567]:INFO:Initializing HPPE!!
  246. [ 7.617941] ssdk_ppe_reset_init[1265]:INFO:ppe reset successfully!
  247. [ 7.621190] qca_hppe_tdm_hw_init[684]:INFO:tdm setup num=96
  248. [ 7.623337] qca_hppe_portctrl_hw_init[110]:INFO:Hawkeye PPE port initializing
  249. [ 7.840147] ssdk_switch_register[1718]:INFO:Chip version 0x1500
  250. [ 7.840176] qca_link_polling_select[1315]:INFO:link-polling-required node does not exist
  251. [ 7.844874] ssdk_switch_register[1744]:INFO:polling is selected
  252. [ 7.853208] regi_init[3571]:INFO:Initializing HPPE Done!!
  253. [ 7.858923] regi_init[3631]:INFO:qca-ssdk module init succeeded!
  254. [ 7.877470] EDMA ver 1 hw init
  255. [ 7.877720] EDMA HW Reset completed succesfully
  256. [ 7.879472] Num rings - TxDesc:1 (23-23) TxCmpl:1 (7-7)
  257. [ 7.883858] RxDesc:1 (15-15) RxFill:1 (7-7)
  258. [ 7.893856] **********************************************************
  259. [ 7.893892] * NSS Data Plane driver
  260. [ 7.899859] **********************************************************
  261. [ 7.904439] ipip: IPv4 and MPLS over IPv4 tunneling driver
  262. [ 7.934763] qca-nss 39000000.nss: Direct firmware load for qca-nss0.bin failed with error -2
  263. [ 7.934805] qca-nss 39000000.nss: Falling back to sysfs fallback for: qca-nss0.bin
  264. [ 8.144571] nss_driver - fw of size 776324 bytes copied to load addr: 40000000, nss_id : 0
  265. [ 8.146877] Supported Frequencies -
  266. [ 8.146886] 187.2 MHz
  267. [ 8.151761] 748.8 MHz
  268. [ 8.155558] 1.4976 GHz
  269. [ 8.157709]
  270. [ 8.162505] ffffffc008949900: set sdma ffffff80038f2a00
  271. [ 8.164247] ffffffc008949900: meminfo init succeed
  272. [ 8.189353] qca-nss 39400000.nss: Direct firmware load for qca-nss1.bin failed with error -2
  273. [ 8.189397] qca-nss 39400000.nss: Falling back to sysfs fallback for: qca-nss1.bin
  274. [ 8.206207] node size 2 # items 4
  275. [ 8.206240] memory: 40000000 536870912 (avl 396460032) items 4 active_cores 2
  276. [ 8.208519] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
  277. [ 8.215651] ffffffc008949900: nss core 0 booted successfully
  278. [ 8.265742] nss_driver - fw of size 291560 bytes copied to load addr: 40800000, nss_id : 1
  279. [ 8.266755] Supported Frequencies -
  280. [ 8.266763] 187.2 MHz
  281. [ 8.272933] 748.8 MHz
  282. [ 8.276729] 1.4976 GHz
  283. [ 8.278887]
  284. [ 8.283660] ffffffc008951140: set sdma ffffff8003395600
  285. [ 8.285391] ffffffc008951140: meminfo init succeed
  286. [ 8.290441] debugfs: Directory 'dynamic_if' with parent 'stats' already present!
  287. [ 8.295140] debugfs: File 'n2h' in directory 'strings' already present!
  288. [ 8.302682] debugfs: File 'drv' in directory 'strings' already present!
  289. [ 8.310947] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  290. [ 8.313030] node size 2 # items 4
  291. [ 8.321547] memory: 40000000 536870912 (avl 396693504) items 4 active_cores 2
  292. [ 8.325032] addr/size storage words 2 2 # words 4 in DTS, ddr size 1000000
  293. [ 8.332149] ffffffc008951140: nss core 1 booted successfully
  294. [ 8.347010] GACT probability on
  295. [ 8.347818] Mirror/redirect action on
  296. [ 8.353665] u32 classifier
  297. [ 8.353691] input device check on
  298. [ 8.355404] Actions configured
  299. [ 8.363007] Loading modules backported from Linux version v5.10.34-0-g0aa66717f684
  300. [ 8.363045] Backport generated by backports.git v5.10.34-1-0-g7b5533e1
  301. [ 8.392375] xt_time: kernel timezone is -0000
  302. [ 8.427456] PPP generic driver version 2.4.2
  303. [ 8.428440] NET: Registered protocol family 24
  304. [ 8.432866] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
  305. [ 8.435089] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
  306. [ 8.461170] ath10k 5.10 driver, optimized for CT firmware, probing pci device: 0x50.
  307. [ 8.461706] ath10k_pci 0000:01:00.0: enabling device (0000 -> 0002)
  308. [ 8.468523] ath10k_pci 0000:01:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
  309. [ 9.302218] ath10k_pci 0000:01:00.0: qca9887 hw1.0 target 0x4100016d chip_id 0x004000ff sub 0000:0000
  310. [ 9.302261] ath10k_pci 0000:01:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
  311. [ 9.310603] ath10k_pci 0000:01:00.0: firmware ver 10.1-ct-87-__fW-022-ecad3248 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT,wmi-block-ack-CT crc32 61a92df5
  312. [ 9.362519] ath10k_pci 0000:01:00.0: board_file api 2 bmi_id N/A crc32 b4ce36fa
  313. [ 10.228756] ath10k_pci 0000:01:00.0: 10.1 wmi init: vdevs: 16 peers: 127 tid: 256
  314. [ 10.236183] ath10k_pci 0000:01:00.0: wmi print 'P 128 V 8 T 410'
  315. [ 10.236320] ath10k_pci 0000:01:00.0: wmi print 'msdu-desc: 1424 sw-crypt: 0 ct-sta: 0'
  316. [ 10.241684] ath10k_pci 0000:01:00.0: wmi print 'alloc rem: 25560 iram: 24780'
  317. [ 10.292580] ath10k_pci 0000:01:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cal file max-sta 128 raw 0 hwcrypto 1
  318. [ 10.292955] ath10k_pci 0000:01:00.0: NOTE: Firmware DBGLOG output disabled in debug_mask: 0x10000000
  319. [ 10.399663] ath: EEPROM regdomain sanitized
  320. [ 10.399675] ath: EEPROM regdomain: 0x64
  321. [ 10.399678] ath: EEPROM indicates we should expect a direct regpair map
  322. [ 10.399686] ath: Country alpha2 being used: 00
  323. [ 10.399689] ath: Regpair used: 0x64
  324. [ 10.411723] remoteproc remoteproc0: powering up cd00000.q6v5_wcss
  325. [ 10.411974] remoteproc remoteproc0: Booting fw image IPQ8074/q6_fw.mdt, size 668
  326. [ 11.611492] remoteproc remoteproc0: remote processor cd00000.q6v5_wcss is now up
  327. [ 11.614119] ath11k c000000.wifi: qmi ignore invalid mem req type 3
  328. [ 11.618585] ath11k c000000.wifi: chip_id 0x0 chip_family 0x0 board_id 0x292 soc_id 0xffffffff
  329. [ 11.623985] ath11k c000000.wifi: fw_version 0x240284a5 fw_build_timestamp 2021-05-05 02:23 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HK.2.4.0.1-01746-QCAHKSWPL_SILICONZ-1
  330. [ 11.634900] kmodloader: done loading kernel modules from /etc/modules.d/*
  331. [ 13.262978] ECM init
  332. [ 13.263042] ECM database jhash random seed: 0x3b754740
  333. [ 13.265440] ECM init complete
  334. [ 14.004903] br-lan: port 1(eth1) entered blocking state
  335. [ 14.004939] br-lan: port 1(eth1) entered disabled state
  336. [ 14.009357] device eth1 entered promiscuous mode
  337. [ 14.022122] nss-dp 3a001600.dp4 eth2: PHY Link up speed: 1000
  338. [ 14.023124] br-lan: port 2(eth2) entered blocking state
  339. [ 14.027013] br-lan: port 2(eth2) entered disabled state
  340. [ 14.032445] device eth2 entered promiscuous mode
  341. [ 14.040594] br-lan: port 3(eth3) entered blocking state
  342. [ 14.042063] br-lan: port 3(eth3) entered disabled state
  343. [ 14.047446] device eth3 entered promiscuous mode
  344. [ 14.511585] br-lan: port 4(wlan1) entered blocking state
  345. [ 14.511622] br-lan: port 4(wlan1) entered disabled state
  346. [ 14.516428] device wlan1 entered promiscuous mode
  347. [ 14.521521] br-lan: port 4(wlan1) entered blocking state
  348. [ 14.525917] br-lan: port 4(wlan1) entered forwarding state
  349. [ 14.531383] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
  350. [ 15.005983] br-lan: port 2(eth2) entered blocking state
  351. [ 15.006022] br-lan: port 2(eth2) entered forwarding state
  352. [ 15.010869] br-lan: port 4(wlan1) entered disabled state
  353. [ 22.342776] IPv6: ADDRCONF(NETDEV_CHANGE): wlan1: link becomes ready
  354. [ 22.343005] br-lan: port 4(wlan1) entered blocking state
  355. [ 22.348305] br-lan: port 4(wlan1) entered forwarding state
  356. [ 31.713957] pmd9655_ldo11: disabling
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement