Guest User

Honeycomb default (ubuntu) boot

a guest
Sep 20th, 2023
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.23 KB | None | 0 0
  1. => boot
  2. Device: FSL_SDHC
  3. Manufacturer ID: 41
  4. OEM: 3432
  5. Name: SD4GB
  6. Bus Speed: 50000000
  7. Mode: SD High Speed (50MHz)
  8. Rd Block Len: 512
  9. SD version 3.0
  10. High Capacity: Yes
  11. Capacity: 3.7 GiB
  12. Bus Width: 4-bit
  13. Erase Group Size: 512 Bytes
  14.  
  15. MMC read: dev # 0, block # 26624, count 2048 ... 2048 blocks read: OK
  16. starting USB...
  17. Bus usb3@3100000: Register 200017f NbrPorts 2
  18. Starting the controller
  19. USB XHCI 1.00
  20. Bus usb3@3110000: Register 200017f NbrPorts 2
  21. Starting the controller
  22. USB XHCI 1.00
  23. scanning bus usb3@3100000 for devices... 1 USB Device(s) found
  24. scanning bus usb3@3110000 for devices... 5 USB Device(s) found
  25. scanning usb for storage devices... 0 Storage Device(s) found
  26.  
  27. Device 0: unknown device
  28. switch to partitions #0, OK
  29. mmc0 is current device
  30. Scanning mmc 0:1...
  31. Scanning disk esdhc@2140000.blk...
  32. Scanning disk esdhc@2150000.blk...
  33. Found 4 disks
  34. No EFI system partition
  35. Releasing fan controller full speed gpio
  36. BootOrder not defined
  37. EFI boot manager: Cannot load any image
  38. switch to partitions #0, OK
  39. mmc1(part 0) is current device
  40. Scanning mmc 1:1...
  41. Found /extlinux/extlinux.conf
  42. Retrieving file: /extlinux/extlinux.conf
  43. 334 bytes read in 11 ms (29.3 KiB/s)
  44. 1: primary kernel
  45. Retrieving file: /boot/Image.gz
  46. 17409996 bytes read in 931 ms (17.8 MiB/s)
  47. append: console=ttyAMA0,115200 earlycon=pl011,mmio32,0x21c0000 default_hugepagesz=1024m hugepagesz=1024m hugepages=2 pci
  48. =pcie_bus_perf root=PARTUUID=30303030-01 rw rootwait
  49. Retrieving file: /boot/fsl-lx2160a-clearfog-cx.dtb
  50. 45027 bytes read in 17 ms (2.5 MiB/s)
  51. Uncompressing Kernel Image
  52. Moving Image from 0x81100000 to 0x81200000, end=841c0000
  53. ## Flattened Device Tree blob at 81000000
  54. Booting using the fdt blob at 0x81000000
  55. Loading Device Tree to 000000009fff2000, end 000000009fffffe2 ... OK
  56. Re-Distributor 0 LPI is already enabled
  57. Releasing fan controller full speed gpio
  58. fsl-mc: Deploying data path layout ... SUCCESS
  59.  
  60. Starting kernel ...
  61.  
  62. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd083]
  63. [ 0.000000] Linux version 5.10.35-00073-g0d435c18f2d2 (root@f3bbe2ac363d) (aarch64-linux-gnu-gcc (Linaro GCC 7.4-2019.02) 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4], GNU ld (Linaro_Binutils-2019.02) 2.28.2.20170706) #1 SMP PREEMPT Sun Sep 3 10:00:39 UTC 2023
  64. [ 0.000000] Machine model: SolidRun LX2160A Clearfog CX
  65. [ 0.000000] earlycon: pl11 at MMIO32 0x00000000021c0000 (options '')
  66. [ 0.000000] printk: bootconsole [pl11] enabled
  67. [ 0.000000] efi: UEFI not found.
  68. [ 0.000000] cma: Reserved 32 MiB at 0x00000000f9c00000
  69. [ 0.000000] NUMA: No NUMA configuration found
  70. [ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x0000002f7fffffff]
  71. [ 0.000000] NUMA: NODE_DATA [mem 0x2f783b9b00-0x2f783bbfff]
  72. [ 0.000000] Zone ranges:
  73. [ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
  74. [ 0.000000] DMA32 empty
  75. [ 0.000000] Normal [mem 0x0000000100000000-0x0000002f7fffffff]
  76. [ 0.000000] Movable zone start for each node
  77. [ 0.000000] Early memory node ranges
  78. [ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff]
  79. [ 0.000000] node 0: [mem 0x0000002080000000-0x0000002f7fffffff]
  80. [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x0000002f7fffffff]
  81. [ 0.000000] psci: probing for conduit method from DT.
  82. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  83. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  84. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  85. [ 0.000000] psci: SMC Calling Convention v1.2
  86. [ 0.000000] percpu: Embedded 33 pages/cpu s96984 r8192 d29992 u135168
  87. [ 0.000000] Detected PIPT I-cache on CPU0
  88. [ 0.000000] CPU features: detected: GIC system register CPU interface
  89. [ 0.000000] CPU features: detected: EL2 vector hardening
  90. [ 0.000000] CPU features: kernel page table isolation forced ON by KASLR
  91. [ 0.000000] CPU features: detected: Kernel page table isolation (KPTI)
  92. [ 0.000000] CPU features: detected: Spectre-v2
  93. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  94. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 15982080
  95. [ 0.000000] Policy zone: Normal
  96. [ 0.000000] Kernel command line: console=ttyAMA0,115200 earlycon=pl011,mmio32,0x21c0000 default_hugepagesz=1024m hugepagesz=1024m hugepages=2 pci=pcie_bus_perf root=PARTUUID=30303030-01 rw rootwait
  97. [ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
  98. [ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
  99. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  100. [ 0.000000] software IO TLB: mapped [mem 0x00000000f5c00000-0x00000000f9c00000] (64MB)
  101. [ 0.000000] Memory: 61453784K/64944128K available (23104K kernel code, 4452K rwdata, 11668K rodata, 8448K init, 1056K bss, 3457576K reserved, 32768K cma-reserved)
  102. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  103. [ 0.000000] rcu: RCU event tracing is enabled.
  104. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  105. [ 0.000000] Tracing variant of Tasks RCU enabled.
  106. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  107. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  108. [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
  109. [ 0.000000] GICv3: 256 SPIs implemented
  110. [ 0.000000] GICv3: 0 Extended SPIs implemented
  111. [ 0.000000] GICv3: Distributor has no Range Selector support
  112. [ 0.000000] GICv3: 16 PPIs implemented
  113. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006200000
  114. [ 0.000000] ITS [mem 0x06020000-0x0603ffff]
  115. [ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @2080100000 (flat, esz 8, psz 64K, shr 0)
  116. [ 0.000000] ITS: using cache flushing for cmd queue
  117. [ 0.000000] GICv3: Using preallocated redistributor tables
  118. [ 0.000000] GICv3: using LPI property table @0x0000000080000000
  119. [ 0.000000] GICv3: CPU0: using reserved LPI pending table @0x0000000080010000
  120. [ 0.000000] random: get_random_bytes called from start_kernel+0x390/0x55c with crng_init=0
  121. [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
  122. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c409fb33, max_idle_ns: 440795203156 ns
  123. [ 0.000002] sched_clock: 56 bits at 25MHz, resolution 39ns, wraps every 4398046511103ns
  124. [ 0.008605] Console: colour dummy device 80x25
  125. [ 0.013137] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
  126. [ 0.023605] pid_max: default: 32768 minimum: 301
  127. [ 0.028375] LSM: Security Framework initializing
  128. [ 0.033270] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  129. [ 0.041286] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  130. [ 0.050330] rcu: Hierarchical SRCU implementation.
  131. [ 0.055721] Platform MSI: gic-its@6020000 domain created
  132. [ 0.061159] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created
  133. [ 0.068761] fsl-mc MSI: gic-its@6020000 domain created
  134. [ 0.074606] EFI services will not be available.
  135. [ 0.079505] smp: Bringing up secondary CPUs ...
  136. [ 0.084425] Detected PIPT I-cache on CPU1
  137. [ 0.084445] GICv3: CPU1: found redistributor 1 region 0:0x0000000006220000
  138. [ 0.084472] GICv3: CPU1: using reserved LPI pending table @0x0000000080020000
  139. [ 0.084503] CPU1: Booted secondary processor 0x0000000001 [0x410fd083]
  140. [ 0.084850] Detected PIPT I-cache on CPU2
  141. [ 0.084870] GICv3: CPU2: found redistributor 100 region 0:0x0000000006240000
  142. [ 0.084895] GICv3: CPU2: using reserved LPI pending table @0x0000000080030000
  143. [ 0.084934] CPU2: Booted secondary processor 0x0000000100 [0x410fd083]
  144. [ 0.085299] Detected PIPT I-cache on CPU3
  145. [ 0.085315] GICv3: CPU3: found redistributor 101 region 0:0x0000000006260000
  146. [ 0.085336] GICv3: CPU3: using reserved LPI pending table @0x0000000080040000
  147. [ 0.085368] CPU3: Booted secondary processor 0x0000000101 [0x410fd083]
  148. [ 0.085699] Detected PIPT I-cache on CPU4
  149. [ 0.085719] GICv3: CPU4: found redistributor 200 region 0:0x0000000006280000
  150. [ 0.085738] GICv3: CPU4: using reserved LPI pending table @0x0000000080050000
  151. [ 0.085774] CPU4: Booted secondary processor 0x0000000200 [0x410fd083]
  152. [ 0.086114] Detected PIPT I-cache on CPU5
  153. [ 0.086134] GICv3: CPU5: found redistributor 201 region 0:0x00000000062a0000
  154. [ 0.086152] GICv3: CPU5: using reserved LPI pending table @0x0000000080060000
  155. [ 0.086176] CPU5: Booted secondary processor 0x0000000201 [0x410fd083]
  156. [ 0.086504] Detected PIPT I-cache on CPU6
  157. [ 0.086529] GICv3: CPU6: found redistributor 300 region 0:0x00000000062c0000
  158. [ 0.086549] GICv3: CPU6: using reserved LPI pending table @0x0000000080070000
  159. [ 0.086581] CPU6: Booted secondary processor 0x0000000300 [0x410fd083]
  160. [ 0.086917] Detected PIPT I-cache on CPU7
  161. [ 0.086940] GICv3: CPU7: found redistributor 301 region 0:0x00000000062e0000
  162. [ 0.086958] GICv3: CPU7: using reserved LPI pending table @0x0000000080080000
  163. [ 0.086977] CPU7: Booted secondary processor 0x0000000301 [0x410fd083]
  164. [ 0.087293] Detected PIPT I-cache on CPU8
  165. [ 0.087322] GICv3: CPU8: found redistributor 400 region 0:0x0000000006300000
  166. [ 0.087341] GICv3: CPU8: using reserved LPI pending table @0x0000000080090000
  167. [ 0.087375] CPU8: Booted secondary processor 0x0000000400 [0x410fd083]
  168. [ 0.087702] Detected PIPT I-cache on CPU9
  169. [ 0.087728] GICv3: CPU9: found redistributor 401 region 0:0x0000000006320000
  170. [ 0.087739] GICv3: CPU9: using reserved LPI pending table @0x00000000800a0000
  171. [ 0.087760] CPU9: Booted secondary processor 0x0000000401 [0x410fd083]
  172. [ 0.088076] Detected PIPT I-cache on CPU10
  173. [ 0.088107] GICv3: CPU10: found redistributor 500 region 0:0x0000000006340000
  174. [ 0.088120] GICv3: CPU10: using reserved LPI pending table @0x00000000800b0000
  175. [ 0.088153] CPU10: Booted secondary processor 0x0000000500 [0x410fd083]
  176. [ 0.088483] Detected PIPT I-cache on CPU11
  177. [ 0.088500] GICv3: CPU11: found redistributor 501 region 0:0x0000000006360000
  178. [ 0.088511] GICv3: CPU11: using reserved LPI pending table @0x00000000800c0000
  179. [ 0.088534] CPU11: Booted secondary processor 0x0000000501 [0x410fd083]
  180. [ 0.088846] Detected PIPT I-cache on CPU12
  181. [ 0.088869] GICv3: CPU12: found redistributor 600 region 0:0x0000000006380000
  182. [ 0.088882] GICv3: CPU12: using reserved LPI pending table @0x00000000800d0000
  183. [ 0.088918] CPU12: Booted secondary processor 0x0000000600 [0x410fd083]
  184. [ 0.089233] Detected PIPT I-cache on CPU13
  185. [ 0.089251] GICv3: CPU13: found redistributor 601 region 0:0x00000000063a0000
  186. [ 0.089263] GICv3: CPU13: using reserved LPI pending table @0x00000000800e0000
  187. [ 0.089283] CPU13: Booted secondary processor 0x0000000601 [0x410fd083]
  188. [ 0.089586] Detected PIPT I-cache on CPU14
  189. [ 0.089611] GICv3: CPU14: found redistributor 700 region 0:0x00000000063c0000
  190. [ 0.089624] GICv3: CPU14: using reserved LPI pending table @0x00000000800f0000
  191. [ 0.089652] CPU14: Booted secondary processor 0x0000000700 [0x410fd083]
  192. [ 0.089964] Detected PIPT I-cache on CPU15
  193. [ 0.089985] GICv3: CPU15: found redistributor 701 region 0:0x00000000063e0000
  194. [ 0.089995] GICv3: CPU15: using reserved LPI pending table @0x0000000080100000
  195. [ 0.090015] CPU15: Booted secondary processor 0x0000000701 [0x410fd083]
  196. [ 0.090057] smp: Brought up 1 node, 16 CPUs
  197. [ 0.470811] SMP: Total of 16 processors activated.
  198. [ 0.475655] CPU features: detected: 32-bit EL0 Support
  199. [ 0.480853] CPU features: detected: CRC32 instructions
  200. [ 0.486046] CPU features: detected: 32-bit EL1 Support
  201. [ 0.506391] CPU: All CPU(s) started at EL2
  202. [ 0.510561] alternatives: patching kernel code
  203. [ 0.515835] devtmpfs: initialized
  204. [ 0.522104] KASLR enabled
  205. [ 0.524827] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  206. [ 0.534684] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
  207. [ 0.542151] pinctrl core: initialized pinctrl subsystem
  208. [ 0.547905] DMI not present or invalid.
  209. [ 0.552033] NET: Registered protocol family 16
  210. [ 0.557493] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
  211. [ 0.565293] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  212. [ 0.573790] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  213. [ 0.581900] audit: initializing netlink subsys (disabled)
  214. [ 0.587438] audit: type=2000 audit(0.380:1): state=initialized audit_enabled=0 res=1
  215. [ 0.587862] thermal_sys: Registered thermal governor 'step_wise'
  216. [ 0.595273] thermal_sys: Registered thermal governor 'power_allocator'
  217. [ 0.601765] cpuidle: using governor menu
  218. [ 0.612516] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  219. [ 0.619532] ASID allocator initialised with 32768 entries
  220. [ 0.625551] Serial: AMBA PL011 UART driver
  221. [ 0.629731] imx mu driver is registered.
  222. [ 0.633708] imx rpmsg driver is registered.
  223. [ 0.646829] Machine: SolidRun LX2160A Clearfog CX
  224. [ 0.651583] SoC family: QorIQ LX2160A
  225. [ 0.655277] SoC ID: svr:0x87360020, Revision: 2.0
  226. [ 0.660548] 21c0000.serial: ttyAMA0 at MMIO 0x21c0000 (irq = 25, base_baud = 0) is a SBSA
  227. [ 0.668822] printk: console [ttyAMA0] enabled
  228. [ 0.668822] printk: console [ttyAMA0] enabled
  229. [ 0.677564] printk: bootconsole [pl11] disabled
  230. [ 0.677564] printk: bootconsole [pl11] disabled
  231. [ 0.686872] 21d0000.serial: ttyAMA1 at MMIO 0x21d0000 (irq = 26, base_baud = 0) is a SBSA
  232. [ 0.697670] fsl_mc_bus 80c000000.fsl-mc: MC firmware version: 10.37.0
  233. [ 0.706653] fsl_mc_dprc dprc.1: DMA mask not set
  234. [ 0.723211] HugeTLB registered 1.00 GiB page size, pre-allocated 2 pages
  235. [ 0.729919] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  236. [ 0.736611] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  237. [ 0.743302] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  238. [ 0.750902] cryptd: max_cpu_qlen set to 1000
  239. [ 0.821462] raid6: neonx8 gen() 5941 MB/s
  240. [ 0.893495] raid6: neonx8 xor() 4157 MB/s
  241. [ 0.965535] raid6: neonx4 gen() 5843 MB/s
  242. [ 1.037569] raid6: neonx4 xor() 4258 MB/s
  243. [ 1.109620] raid6: neonx2 gen() 5189 MB/s
  244. [ 1.181646] raid6: neonx2 xor() 4038 MB/s
  245. [ 1.253681] raid6: neonx1 gen() 3933 MB/s
  246. [ 1.325715] raid6: neonx1 xor() 3197 MB/s
  247. [ 1.397751] raid6: int64x8 gen() 2993 MB/s
  248. [ 1.469782] raid6: int64x8 xor() 1788 MB/s
  249. [ 1.541810] raid6: int64x4 gen() 3460 MB/s
  250. [ 1.613844] raid6: int64x4 xor() 1940 MB/s
  251. [ 1.685877] raid6: int64x2 gen() 3121 MB/s
  252. [ 1.757909] raid6: int64x2 xor() 1691 MB/s
  253. [ 1.829935] raid6: int64x1 gen() 2426 MB/s
  254. [ 1.901980] raid6: int64x1 xor() 1277 MB/s
  255. [ 1.906240] raid6: using algorithm neonx8 gen() 5941 MB/s
  256. [ 1.911627] raid6: .... xor() 4157 MB/s, rmw enabled
  257. [ 1.916581] raid6: using neon recovery algorithm
  258. [ 1.921484] ACPI: Interpreter disabled.
  259. [ 1.926164] iommu: Default domain type: Passthrough
  260. [ 1.931212] vgaarb: loaded
  261. [ 1.934054] SCSI subsystem initialized
  262. [ 1.937950] usbcore: registered new interface driver usbfs
  263. [ 1.943443] usbcore: registered new interface driver hub
  264. [ 1.948760] usbcore: registered new device driver usb
  265. [ 1.954024] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported
  266. [ 1.961409] i2c i2c-0: IMX I2C adapter registered
  267. [ 1.966232] imx-i2c 2020000.i2c: can't get pinctrl, bus recovery not supported
  268. [ 1.973479] i2c i2c-1: IMX I2C adapter registered
  269. [ 1.978267] imx-i2c 2040000.i2c: can't get pinctrl, bus recovery not supported
  270. [ 1.985555] i2c i2c-2: IMX I2C adapter registered
  271. [ 1.990528] mc: Linux media interface: v0.10
  272. [ 1.994801] videodev: Linux video capture interface: v2.00
  273. [ 2.000312] pps_core: LinuxPPS API ver. 1 registered
  274. [ 2.005272] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  275. [ 2.014407] PTP clock support registered
  276. [ 2.018374] EDAC MC: Ver: 3.0.0
  277. [ 2.022030] No BMan portals available!
  278. [ 2.025939] QMan: Allocated lookup table at (____ptrval____), entry count 65537
  279. [ 2.033333] No QMan portals available!
  280. [ 2.037205] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
  281. [ 2.043462] FPGA manager framework
  282. [ 2.046891] Advanced Linux Sound Architecture Driver Initialized.
  283. [ 2.053592] clocksource: Switched to clocksource arch_sys_counter
  284. [ 2.358464] VFS: Disk quotas dquot_6.6.0
  285. [ 2.362419] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  286. [ 2.369392] pnp: PnP ACPI: disabled
  287. [ 2.376033] NET: Registered protocol family 2
  288. [ 2.380657] tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
  289. [ 2.389692] TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  290. [ 2.399443] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
  291. [ 2.407242] TCP: Hash tables configured (established 524288 bind 65536)
  292. [ 2.413968] UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
  293. [ 2.421528] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
  294. [ 2.429619] NET: Registered protocol family 1
  295. [ 2.434186] RPC: Registered named UNIX socket transport module.
  296. [ 2.440102] RPC: Registered udp transport module.
  297. [ 2.444796] RPC: Registered tcp transport module.
  298. [ 2.449491] RPC: Registered tcp NFSv4.1 backchannel transport module.
  299. [ 2.455924] PCI: CLS 0 bytes, default 64
  300. [ 2.460739] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  301. [ 2.469087] kvm [1]: IPA Size Limit: 44 bits
  302. [ 2.474061] kvm [1]: vgic-v2@c0e0000
  303. [ 2.477647] kvm [1]: GIC system register CPU interface enabled
  304. [ 2.483681] kvm [1]: vgic interrupt IRQ9
  305. [ 2.487805] kvm [1]: Hyp mode initialized successfully
  306. [ 2.495088] workingset: timestamp_bits=42 max_order=24 bucket_order=0
  307. [ 2.501987] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  308. [ 2.507958] NFS: Registering the id_resolver key type
  309. [ 2.513014] Key type id_resolver registered
  310. [ 2.517188] Key type id_legacy registered
  311. [ 2.521204] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  312. [ 2.527897] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  313. [ 2.535293] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  314. [ 2.541511] fuse: init (API version 7.32)
  315. [ 2.545573] 9p: Installing v9fs 9p2000 file system support
  316. [ 2.571000] NET: Registered protocol family 38
  317. [ 2.575444] xor: measuring software checksum speed
  318. [ 2.581331] 8regs : 8927 MB/sec
  319. [ 2.586763] 32regs : 9065 MB/sec
  320. [ 2.592233] arm64_neon : 8760 MB/sec
  321. [ 2.596580] xor: using function: 32regs (9065 MB/sec)
  322. [ 2.601638] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
  323. [ 2.609082] io scheduler mq-deadline registered
  324. [ 2.613606] io scheduler kyber registered
  325. [ 2.622763] layerscape-pcie 3600000.pcie: host bridge /soc/pcie@3600000 ranges:
  326. [ 2.630081] layerscape-pcie 3600000.pcie: MEM 0x9400000000..0x97ffffffff -> 0xa400000000
  327. [ 2.638604] layerscape-pcie 3600000.pcie: MEM 0x9040000000..0x90ffffffff -> 0x0040000000
  328. [ 2.647123] layerscape-pcie 3600000.pcie: IO 0x9010000000..0x901000ffff -> 0x0000000000
  329. [ 2.655729] layerscape-pcie 3600000.pcie: PCI host bridge to bus 0000:00
  330. [ 2.662424] pci_bus 0000:00: root bus resource [bus 00-ff]
  331. [ 2.667902] pci_bus 0000:00: root bus resource [mem 0x9400000000-0x97ffffffff pref] (bus address [0xa400000000-0xa7ffffffff])
  332. [ 2.679195] pci_bus 0000:00: root bus resource [mem 0x9040000000-0x90ffffffff] (bus address [0x40000000-0xffffffff])
  333. [ 2.689706] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  334. [ 2.695895] pci 0000:00:00.0: [1957:8d80] type 01 class 0x060400
  335. [ 2.701947] pci 0000:00:00.0: supports D1 D2
  336. [ 2.706209] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
  337. [ 2.713181] pci 0000:01:00.0: [2646:5019] type 00 class 0x010802
  338. [ 2.719333] pci 0000:01:00.0: reg 0x10: [mem 0x9040000000-0x9040003fff 64bit]
  339. [ 2.727816] pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:00.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
  340. [ 2.743709] pci 0000:00:00.0: BAR 14: assigned [mem 0x9040000000-0x90400fffff]
  341. [ 2.750933] pci 0000:01:00.0: BAR 0: assigned [mem 0x9040000000-0x9040003fff 64bit]
  342. [ 2.758647] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  343. [ 2.763866] pci 0000:00:00.0: bridge window [mem 0x9040000000-0x90400fffff]
  344. [ 2.771002] pci 0000:00:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 256
  345. [ 2.779521] pci 0000:01:00.0: Max Payload Size set to 256/ 512 (was 128), Max Read Rq 256
  346. [ 2.788075] layerscape-pcie 3800000.pcie: host bridge /soc/pcie@3800000 ranges:
  347. [ 2.795402] layerscape-pcie 3800000.pcie: MEM 0xa400000000..0xa7ffffffff -> 0xa400000000
  348. [ 2.803932] layerscape-pcie 3800000.pcie: MEM 0xa040000000..0xa0ffffffff -> 0x0040000000
  349. [ 2.812454] layerscape-pcie 3800000.pcie: IO 0xa010000000..0xa01000ffff -> 0x0000000000
  350. [ 2.821049] layerscape-pcie 3800000.pcie: PCI host bridge to bus 0001:00
  351. [ 2.827745] pci_bus 0001:00: root bus resource [bus 00-ff]
  352. [ 2.833223] pci_bus 0001:00: root bus resource [mem 0xa400000000-0xa7ffffffff pref]
  353. [ 2.840872] pci_bus 0001:00: root bus resource [mem 0xa040000000-0xa0ffffffff] (bus address [0x40000000-0xffffffff])
  354. [ 2.851384] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])
  355. [ 2.860348] pci 0001:00:00.0: [1957:8d80] type 01 class 0x060400
  356. [ 2.866419] pci 0001:00:00.0: supports D1 D2
  357. [ 2.870693] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot
  358. [ 2.878125] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
  359. [ 2.883359] pci 0001:00:00.0: Max Payload Size set to 256/ 256 (was 128), Max Read Rq 256
  360. [ 2.892405] EINJ: ACPI disabled.
  361. [ 2.899054] Bus freq driver module loaded
  362. [ 2.906309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  363. [ 2.913539] SuperH (H)SCI(F) driver initialized
  364. [ 2.918292] msm_serial: driver initialized
  365. [ 2.923205] arm-smmu 5000000.iommu: probing hardware configuration...
  366. [ 2.929640] arm-smmu 5000000.iommu: SMMUv2 with:
  367. [ 2.934251] arm-smmu 5000000.iommu: stage 1 translation
  368. [ 2.939553] arm-smmu 5000000.iommu: stage 2 translation
  369. [ 2.944857] arm-smmu 5000000.iommu: nested translation
  370. [ 2.950074] arm-smmu 5000000.iommu: coherent table walk
  371. [ 2.955377] arm-smmu 5000000.iommu: (IDR0.CTTW overridden by FW configuration)
  372. [ 2.962677] arm-smmu 5000000.iommu: stream matching with 128 register groups
  373. [ 2.969805] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only)
  374. [ 2.976326] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000
  375. [ 2.982759] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
  376. [ 2.989190] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
  377. [ 3.001682] brd: module loaded
  378. [ 3.009284] loop: module loaded
  379. [ 3.012604] pci-endpoint-test 0000:00:00.0: Adding to iommu group 0
  380. [ 3.018971] pci-endpoint-test 0001:00:00.0: Adding to iommu group 1
  381. [ 3.025715] megasas: 07.714.04.00-rc1
  382. [ 3.029847] nvme 0000:01:00.0: Adding to iommu group 0
  383. [ 3.035104] nvme nvme0: pci function 0000:01:00.0
  384. [ 3.040022] imx ahci driver is registered.
  385. [ 3.044275] ahci-qoriq 3200000.sata: supply ahci not found, using dummy regulator
  386. [ 3.051802] ahci-qoriq 3200000.sata: supply phy not found, using dummy regulator
  387. [ 3.059214] ahci-qoriq 3200000.sata: supply target not found, using dummy regulator
  388. [ 3.066928] ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
  389. [ 3.075881] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
  390. [ 3.086143] scsi host0: ahci-qoriq
  391. [ 3.089637] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 33
  392. [ 3.097612] ahci-qoriq 3210000.sata: supply ahci not found, using dummy regulator
  393. [ 3.105131] ahci-qoriq 3210000.sata: supply phy not found, using dummy regulator
  394. [ 3.112540] ahci-qoriq 3210000.sata: supply target not found, using dummy regulator
  395. [ 3.120237] ahci-qoriq 3210000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
  396. [ 3.129188] ahci-qoriq 3210000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
  397. [ 3.139088] scsi host1: ahci-qoriq
  398. [ 3.142558] ata2: SATA max UDMA/133 mmio [mem 0x03210000-0x0321ffff] port 0x100 irq 34
  399. [ 3.150520] ahci-qoriq 3220000.sata: supply ahci not found, using dummy regulator
  400. [ 3.158039] ahci-qoriq 3220000.sata: supply phy not found, using dummy regulator
  401. [ 3.165446] ahci-qoriq 3220000.sata: supply target not found, using dummy regulator
  402. [ 3.173143] ahci-qoriq 3220000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
  403. [ 3.182096] ahci-qoriq 3220000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
  404. [ 3.192001] scsi host2: ahci-qoriq
  405. [ 3.195470] ata3: SATA max UDMA/133 mmio [mem 0x03220000-0x0322ffff] port 0x100 irq 35
  406. [ 3.203432] ahci-qoriq 3230000.sata: supply ahci not found, using dummy regulator
  407. [ 3.210962] ahci-qoriq 3230000.sata: supply phy not found, using dummy regulator
  408. [ 3.218371] ahci-qoriq 3230000.sata: supply target not found, using dummy regulator
  409. [ 3.226074] ahci-qoriq 3230000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
  410. [ 3.235034] ahci-qoriq 3230000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
  411. [ 3.244930] scsi host3: ahci-qoriq
  412. [ 3.248401] ata4: SATA max UDMA/133 mmio [mem 0x03230000-0x0323ffff] port 0x100 irq 36
  413. [ 3.257559] spi-nor spi0.0: found mt35xu512aba, expected m25p80
  414. [ 3.263506] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
  415. [ 3.270271] spi-nor spi0.1: w25q32 (4096 Kbytes)
  416. [ 3.286977] libphy: SFP I2C Bus: probed
  417. [ 3.290859] sfp qsfp-0: Host maximum power 8.0W
  418. [ 3.295499] sfp qsfp-0: No tx_disable pin: SFP modules will always be emitting.
  419. [ 3.303305] libphy: Fixed MDIO Bus: probed
  420. [ 3.308195] tun: Universal TUN/TAP device driver, 1.6
  421. [ 3.313603] thunder_xcv, ver 1.0
  422. [ 3.316832] thunder_bgx, ver 1.0
  423. [ 3.320077] nicpf, ver 1.0
  424. [ 3.323086] libphy: Freescale XGMAC MDIO Bus: probed
  425. [ 3.328701] libphy: Freescale XGMAC MDIO Bus: probed
  426. [ 3.333813] libphy: Freescale XGMAC MDIO Bus: probed
  427. [ 3.339115] libphy: Freescale XGMAC MDIO Bus: probed
  428. [ 3.344404] libphy: Freescale XGMAC MDIO Bus: probed
  429. [ 3.349705] libphy: Freescale XGMAC MDIO Bus: probed
  430. [ 3.354984] libphy: Freescale XGMAC MDIO Bus: probed
  431. [ 3.360263] libphy: Freescale XGMAC MDIO Bus: probed
  432. [ 3.365543] libphy: Freescale XGMAC MDIO Bus: probed
  433. [ 3.370830] libphy: Freescale XGMAC MDIO Bus: probed
  434. [ 3.376114] libphy: Freescale XGMAC MDIO Bus: probed
  435. [ 3.381391] libphy: Freescale XGMAC MDIO Bus: probed
  436. [ 3.386615] Freescale FM module, FMD API version 21.1.0
  437. [ 3.391905] Freescale FM Ports module
  438. [ 3.395559] fsl_mac: fsl_mac: FSL FMan MAC API based driver
  439. [ 3.401171] fsl_dpa: FSL DPAA Ethernet driver
  440. [ 3.405559] fsl_advanced: FSL DPAA Advanced drivers:
  441. [ 3.410514] fsl_proxy: FSL DPAA Proxy initialization driver
  442. [ 3.411760] ata1: SATA link down (SStatus 0 SControl 300)
  443. [ 3.416115] fsl_oh: FSL FMan Offline Parsing port driver
  444. [ 3.427121] hclge is initializing
  445. [ 3.430444] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  446. [ 3.437656] hns3: Copyright (c) 2017 Huawei Corporation.
  447. [ 3.442982] e1000: Intel(R) PRO/1000 Network Driver
  448. [ 3.447851] e1000: Copyright (c) 1999-2006 Intel Corporation.
  449. [ 3.453606] e1000e: Intel(R) PRO/1000 Network Driver
  450. [ 3.458560] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  451. [ 3.463750] ata2: SATA link down (SStatus 0 SControl 300)
  452. [ 3.464489] igb: Intel(R) Gigabit Ethernet Network Driver
  453. [ 3.475243] igb: Copyright (c) 2007-2014 Intel Corporation.
  454. [ 3.480820] igbvf: Intel(R) Gigabit Virtual Function Network Driver
  455. [ 3.487077] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  456. [ 3.493000] i40e: Intel(R) Ethernet Connection XL710 Network Driver
  457. [ 3.499264] i40e: Copyright (c) 2013 - 2019 Intel Corporation.
  458. [ 3.505158] iavf: Intel(R) Ethernet Adaptive Virtual Function Network Driver
  459. [ 3.512202] Copyright (c) 2013 - 2018 Intel Corporation.
  460. [ 3.515750] ata3: SATA link down (SStatus 0 SControl 300)
  461. [ 3.517717] sky2: driver version 1.30
  462. [ 3.527002] usbcore: registered new interface driver r8152
  463. [ 3.532495] usbcore: registered new interface driver asix
  464. [ 3.537901] usbcore: registered new interface driver ax88179_178a
  465. [ 3.543996] usbcore: registered new interface driver cdc_ether
  466. [ 3.549830] usbcore: registered new interface driver net1080
  467. [ 3.555490] usbcore: registered new interface driver cdc_subset
  468. [ 3.561412] usbcore: registered new interface driver zaurus
  469. [ 3.566991] usbcore: registered new interface driver cdc_ncm
  470. [ 3.567746] ata4: SATA link down (SStatus 0 SControl 300)
  471. [ 3.572653] usbcore: registered new interface driver qmi_wwan
  472. [ 3.583994] VFIO - User Level meta-driver version: 0.3
  473. [ 3.590638] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  474. [ 3.597174] ehci-pci: EHCI PCI platform driver
  475. [ 3.601629] ehci-platform: EHCI generic platform driver
  476. [ 3.606903] ehci-orion: EHCI orion driver
  477. [ 3.610947] ehci-exynos: EHCI Exynos driver
  478. [ 3.615162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  479. [ 3.621338] ohci-pci: OHCI PCI platform driver
  480. [ 3.625791] ohci-platform: OHCI generic platform driver
  481. [ 3.631055] ohci-exynos: OHCI Exynos driver
  482. [ 3.635417] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  483. [ 3.640903] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  484. [ 3.648617] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010810
  485. [ 3.658024] xhci-hcd xhci-hcd.0.auto: irq 31, io mem 0x03100000
  486. [ 3.664235] hub 1-0:1.0: USB hub found
  487. [ 3.667991] hub 1-0:1.0: 1 port detected
  488. [ 3.672027] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  489. [ 3.677510] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  490. [ 3.685162] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
  491. [ 3.691887] hub 2-0:1.0: USB hub found
  492. [ 3.695640] hub 2-0:1.0: 1 port detected
  493. [ 3.699713] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  494. [ 3.705197] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
  495. [ 3.712901] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x0000000002010810
  496. [ 3.722301] xhci-hcd xhci-hcd.1.auto: irq 32, io mem 0x03110000
  497. [ 3.728464] hub 3-0:1.0: USB hub found
  498. [ 3.732219] hub 3-0:1.0: 1 port detected
  499. [ 3.736241] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
  500. [ 3.741723] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
  501. [ 3.749375] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
  502. [ 3.756095] hub 4-0:1.0: USB hub found
  503. [ 3.759851] hub 4-0:1.0: 1 port detected
  504. [ 3.764016] usbcore: registered new interface driver cdc_acm
  505. [ 3.769670] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  506. [ 3.777685] usbcore: registered new interface driver cdc_wdm
  507. [ 3.783410] usbcore: registered new interface driver uas
  508. [ 3.788746] usbcore: registered new interface driver usb-storage
  509. [ 3.794777] usbcore: registered new interface driver usbserial_generic
  510. [ 3.801310] usbserial: USB Serial support registered for generic
  511. [ 3.807327] usbcore: registered new interface driver ftdi_sio
  512. [ 3.813071] usbserial: USB Serial support registered for FTDI USB Serial Device
  513. [ 3.820416] usbcore: registered new interface driver usb_serial_simple
  514. [ 3.826942] usbserial: USB Serial support registered for carelink
  515. [ 3.833032] usbserial: USB Serial support registered for zio
  516. [ 3.838694] usbserial: USB Serial support registered for funsoft
  517. [ 3.844702] usbserial: USB Serial support registered for flashloader
  518. [ 3.851053] usbserial: USB Serial support registered for google
  519. [ 3.856969] usbserial: USB Serial support registered for libtransistor
  520. [ 3.863494] usbserial: USB Serial support registered for vivopay
  521. [ 3.869501] usbserial: USB Serial support registered for moto_modem
  522. [ 3.875766] usbserial: USB Serial support registered for motorola_tetra
  523. [ 3.882376] usbserial: USB Serial support registered for novatel_gps
  524. [ 3.888727] usbserial: USB Serial support registered for hp4x
  525. [ 3.894470] usbserial: USB Serial support registered for suunto
  526. [ 3.900387] usbserial: USB Serial support registered for siemens_mpi
  527. [ 3.908106] ftm-alarm 2800000.timer: registered as rtc1
  528. [ 3.913754] i2c /dev entries driver
  529. [ 3.918786] i2c i2c-0: Added multiplexed i2c bus 3
  530. [ 3.923721] i2c i2c-0: Added multiplexed i2c bus 4
  531. [ 3.928647] i2c i2c-0: Added multiplexed i2c bus 5
  532. [ 3.933608] i2c i2c-0: Added multiplexed i2c bus 6
  533. [ 3.938478] i2c i2c-0: Added multiplexed i2c bus 7
  534. [ 3.943350] i2c i2c-0: Added multiplexed i2c bus 8
  535. [ 3.948221] i2c i2c-0: Added multiplexed i2c bus 9
  536. [ 3.953097] i2c i2c-0: Added multiplexed i2c bus 10
  537. [ 3.958003] pca954x 0-0077: registered 8 multiplexed busses for I2C mux pca9547
  538. [ 3.970253] amc6821 4-0018: Revision 3
  539. [ 4.005420] random: fast init done
  540. [ 4.069599] usb 3-1: new high-speed USB device number 2 using xhci-hcd
  541. [ 4.267940] hub 3-1:1.0: USB hub found
  542. [ 4.271707] hub 3-1:1.0: 4 ports detected
  543. [ 4.349617] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
  544. [ 4.427910] hub 4-1:1.0: USB hub found
  545. [ 4.431861] hub 4-1:1.0: 4 ports detected
  546. [ 4.438355] sbsa-gwdt 23a0000.watchdog: Initialized with 30s timeout @ 25000050 Hz, action=0. [enabled]
  547. [ 4.449988] qoriq-cpufreq qoriq-cpufreq: Freescale QorIQ CPU frequency scaling driver
  548. [ 4.458755] sdhci: Secure Digital Host Controller Interface driver
  549. [ 4.464950] sdhci: Copyright(c) Pierre Ossman
  550. [ 4.469543] Synopsys Designware Multimedia Card Interface Driver
  551. [ 4.475969] sdhci-pltfm: SDHCI platform and OF driver helper
  552. [ 4.482776] ledtrig-cpu: registered to indicate activity on CPUs
  553. [ 4.489087] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  554. [ 4.495693] usbcore: registered new interface driver usbhid
  555. [ 4.501261] usbhid: USB HID core driver
  556. [ 4.505738] No fsl,qman node
  557. [ 4.507630] mmc0: SDHCI controller on 2140000.esdhc [2140000.esdhc] using ADMA 64-bit
  558. [ 4.507909] mmc1: SDHCI controller on 2150000.esdhc [2150000.esdhc] using ADMA 64-bit
  559. [ 4.508609] Freescale USDPAA process driver
  560. [ 4.508610] fsl-usdpaa: no region found
  561. [ 4.508612] Freescale USDPAA process IRQ driver
  562. [ 4.510355] optee: probing for conduit method.
  563. [ 4.541231] optee: api uid mismatch
  564. [ 4.544724] optee: probe of firmware:optee failed with error -22
  565. [ 4.553525] pktgen: Packet Generator for packet performance testing. Version: 2.75
  566. [ 4.562537] NET: Registered protocol family 26
  567. [ 4.567105] u32 classifier
  568. [ 4.569862] input device check on
  569. [ 4.573516] Actions configured
  570. [ 4.577450] IPVS: Registered protocols (TCP, UDP)
  571. [ 4.582198] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
  572. [ 4.589550] IPVS: ipvs loaded.
  573. [ 4.592608] IPVS: [rr] scheduler registered.
  574. [ 4.597066] Initializing XFRM netlink socket
  575. [ 4.601418] NET: Registered protocol family 10
  576. [ 4.606212] Segment Routing with IPv6
  577. [ 4.609915] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  578. [ 4.611989] mmc1: new HS400 MMC card at address 0001
  579. [ 4.616032] NET: Registered protocol family 17
  580. [ 4.617610] usb 3-1.2: new low-speed USB device number 3 using xhci-hcd
  581. [ 4.621149] mmcblk1: mmc1:0001 DG4064 59.2 GiB
  582. [ 4.625246] NET: Registered protocol family 15
  583. [ 4.632000] mmcblk1boot0: mmc1:0001 DG4064 partition 1 4.00 MiB
  584. [ 4.636394] Bridge firewalling registered
  585. [ 4.640963] mmcblk1boot1: mmc1:0001 DG4064 partition 2 4.00 MiB
  586. [ 4.646862] 8021q: 802.1Q VLAN Support v1.8
  587. [ 4.650796] mmcblk1rpmb: mmc1:0001 DG4064 partition 3 4.00 MiB, chardev (507:0)
  588. [ 4.656651] lib80211: common routines for IEEE802.11 drivers
  589. [ 4.662821] mmcblk1: p1
  590. [ 4.676340] 9pnet: Installing 9P2000 support
  591. [ 4.680623] tsn generic netlink module v1 init...
  592. [ 4.685356] Key type dns_resolver registered
  593. [ 4.689843] registered taskstats version 1
  594. [ 4.694819] Btrfs loaded, crc32c=crc32c-generic
  595. [ 4.701137] fsl_mc_dprc dprc.1: Adding to iommu group 2
  596. [ 4.729618] mmc0: tuning execution failed: -110
  597. [ 4.759220] fsl_mc_allocator dpbp.0: Adding to iommu group 2
  598. [ 4.765963] fsl_mc_allocator dpmcp.52: Adding to iommu group 2
  599. [ 4.772369] fsl_mc_allocator dpmcp.51: Adding to iommu group 2
  600. [ 4.778767] fsl_mc_allocator dpmcp.50: Adding to iommu group 2
  601. [ 4.782982] input: Microsoft Wired Keyboard 400 as /devices/platform/soc/3110000.usb/xhci-hcd.1.auto/usb3/3-1/3-1.2/3-1.2:1.0/0003:045E:0752.0001/input/input0
  602. [ 4.785167] fsl_mc_allocator dpmcp.49: Adding to iommu group 2
  603. [ 4.805152] fsl_mc_allocator dpmcp.48: Adding to iommu group 2
  604. [ 4.811545] fsl_mc_allocator dpmcp.47: Adding to iommu group 2
  605. [ 4.817953] fsl_mc_allocator dpmcp.46: Adding to iommu group 2
  606. [ 4.824349] fsl_mc_allocator dpmcp.45: Adding to iommu group 2
  607. [ 4.830744] fsl_mc_allocator dpmcp.44: Adding to iommu group 2
  608. [ 4.832305] mmc0: new high speed SDHC card at address 0003
  609. [ 4.837140] fsl_mc_allocator dpmcp.43: Adding to iommu group 2
  610. [ 4.842416] mmcblk0: mmc0:0003 SD4GB 3.68 GiB
  611. [ 4.848453] fsl_mc_allocator dpmcp.42: Adding to iommu group 2
  612. [ 4.854025] mmcblk0: p1
  613. [ 4.858713] fsl_mc_allocator dpmcp.41: Adding to iommu group 2
  614. [ 4.860886] hid-generic 0003:045E:0752.0001: input: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 400] on usb-xhci-hcd.1.auto-1.2/input0
  615. [ 4.867068] fsl_mc_allocator dpmcp.40: Adding to iommu group 2
  616. [ 4.885404] fsl_mc_allocator dpmcp.39: Adding to iommu group 2
  617. [ 4.891809] fsl_mc_allocator dpmcp.38: Adding to iommu group 2
  618. [ 4.898205] fsl_mc_allocator dpmcp.37: Adding to iommu group 2
  619. [ 4.904602] fsl_mc_allocator dpmcp.36: Adding to iommu group 2
  620. [ 4.910999] fsl_mc_allocator dpmcp.35: Adding to iommu group 2
  621. [ 4.917396] fsl_mc_allocator dpmcp.34: Adding to iommu group 2
  622. [ 4.923792] fsl_mc_allocator dpmcp.33: Adding to iommu group 2
  623. [ 4.930189] fsl_mc_allocator dpmcp.32: Adding to iommu group 2
  624. [ 4.936588] fsl_mc_allocator dpmcp.31: Adding to iommu group 2
  625. [ 4.942986] fsl_mc_allocator dpmcp.30: Adding to iommu group 2
  626. [ 4.949384] fsl_mc_allocator dpmcp.29: Adding to iommu group 2
  627. [ 4.955780] fsl_mc_allocator dpmcp.28: Adding to iommu group 2
  628. [ 4.962176] fsl_mc_allocator dpmcp.27: Adding to iommu group 2
  629. [ 4.965601] usb 3-1.3: new high-speed USB device number 4 using xhci-hcd
  630. [ 4.968583] fsl_mc_allocator dpmcp.26: Adding to iommu group 2
  631. [ 4.981084] fsl_mc_allocator dpmcp.25: Adding to iommu group 2
  632. [ 4.987490] fsl_mc_allocator dpmcp.24: Adding to iommu group 2
  633. [ 4.993902] fsl_mc_allocator dpmcp.23: Adding to iommu group 2
  634. [ 5.000303] fsl_mc_allocator dpmcp.22: Adding to iommu group 2
  635. [ 5.006698] fsl_mc_allocator dpmcp.21: Adding to iommu group 2
  636. [ 5.013098] fsl_mc_allocator dpmcp.20: Adding to iommu group 2
  637. [ 5.019497] fsl_mc_allocator dpmcp.19: Adding to iommu group 2
  638. [ 5.025903] fsl_mc_allocator dpmcp.18: Adding to iommu group 2
  639. [ 5.032302] fsl_mc_allocator dpmcp.17: Adding to iommu group 2
  640. [ 5.038702] fsl_mc_allocator dpmcp.16: Adding to iommu group 2
  641. [ 5.045102] fsl_mc_allocator dpmcp.15: Adding to iommu group 2
  642. [ 5.051502] fsl_mc_allocator dpmcp.14: Adding to iommu group 2
  643. [ 5.057909] fsl_mc_allocator dpmcp.13: Adding to iommu group 2
  644. [ 5.064309] fsl_mc_allocator dpmcp.12: Adding to iommu group 2
  645. [ 5.070708] fsl_mc_allocator dpmcp.11: Adding to iommu group 2
  646. [ 5.077111] fsl_mc_allocator dpmcp.10: Adding to iommu group 2
  647. [ 5.083512] fsl_mc_allocator dpmcp.9: Adding to iommu group 2
  648. [ 5.089839] fsl_mc_allocator dpmcp.8: Adding to iommu group 2
  649. [ 5.096160] fsl_mc_allocator dpmcp.7: Adding to iommu group 2
  650. [ 5.102478] fsl_mc_allocator dpmcp.6: Adding to iommu group 2
  651. [ 5.108790] fsl_mc_allocator dpmcp.5: Adding to iommu group 2
  652. [ 5.115106] fsl_mc_allocator dpmcp.4: Adding to iommu group 2
  653. [ 5.121419] fsl_mc_allocator dpmcp.3: Adding to iommu group 2
  654. [ 5.127739] fsl_mc_allocator dpmcp.2: Adding to iommu group 2
  655. [ 5.131889] hub 3-1.3:1.0: USB hub found
  656. [ 5.134063] fsl_mc_allocator dpmcp.1: Adding to iommu group 2
  657. [ 5.137435] hub 3-1.3:1.0: 4 ports detected
  658. [ 5.143198] fsl_mc_allocator dpcon.15: Adding to iommu group 2
  659. [ 5.153199] fsl_mc_allocator dpcon.14: Adding to iommu group 2
  660. [ 5.159099] fsl_mc_allocator dpcon.13: Adding to iommu group 2
  661. [ 5.165001] fsl_mc_allocator dpcon.12: Adding to iommu group 2
  662. [ 5.170905] fsl_mc_allocator dpcon.11: Adding to iommu group 2
  663. [ 5.176805] fsl_mc_allocator dpcon.10: Adding to iommu group 2
  664. [ 5.182706] fsl_mc_allocator dpcon.9: Adding to iommu group 2
  665. [ 5.188520] fsl_mc_allocator dpcon.8: Adding to iommu group 2
  666. [ 5.194341] fsl_mc_allocator dpcon.7: Adding to iommu group 2
  667. [ 5.200170] fsl_mc_allocator dpcon.6: Adding to iommu group 2
  668. [ 5.205987] fsl_mc_allocator dpcon.5: Adding to iommu group 2
  669. [ 5.211803] fsl_mc_allocator dpcon.4: Adding to iommu group 2
  670. [ 5.217624] fsl_mc_allocator dpcon.3: Adding to iommu group 2
  671. [ 5.223438] fsl_mc_allocator dpcon.2: Adding to iommu group 2
  672. [ 5.229255] fsl_mc_allocator dpcon.1: Adding to iommu group 2
  673. [ 5.235071] fsl_mc_allocator dpcon.0: Adding to iommu group 2
  674. [ 5.240890] fsl_dpaa2_eth dpni.0: Adding to iommu group 2
  675. [ 5.335625] fsl_dpaa2_mac dpmac.17: Adding to iommu group 2
  676. [ 5.342810] fsl_dpaa2_mac dpmac.10: Adding to iommu group 2
  677. [ 5.354773] fsl_dpaa2_mac dpmac.9: Adding to iommu group 2
  678. [ 5.366231] fsl_dpaa2_mac dpmac.8: Adding to iommu group 2
  679. [ 5.377712] fsl_dpaa2_mac dpmac.7: Adding to iommu group 2
  680. [ 5.389499] fsl_dpaa2_mac dpmac.6: Adding to iommu group 2
  681. [ 5.401487] fsl_dpaa2_mac dpmac.5: Adding to iommu group 2
  682. [ 5.413291] fsl_dpaa2_mac dpmac.4: Adding to iommu group 2
  683. [ 5.425062] fsl_dpaa2_mac dpmac.3: Adding to iommu group 2
  684. [ 5.438354] fsl_mc_dpio dpio.15: Adding to iommu group 2
  685. [ 5.447278] fsl_mc_dpio dpio.15: probed
  686. [ 5.453201] fsl_mc_dpio dpio.14: Adding to iommu group 2
  687. [ 5.462120] fsl_mc_dpio dpio.14: probed
  688. [ 5.468040] fsl_mc_dpio dpio.13: Adding to iommu group 2
  689. [ 5.476960] fsl_mc_dpio dpio.13: probed
  690. [ 5.482889] fsl_mc_dpio dpio.12: Adding to iommu group 2
  691. [ 5.491861] fsl_mc_dpio dpio.12: probed
  692. [ 5.497911] fsl_mc_dpio dpio.11: Adding to iommu group 2
  693. [ 5.506850] fsl_mc_dpio dpio.11: probed
  694. [ 5.512774] fsl_mc_dpio dpio.10: Adding to iommu group 2
  695. [ 5.521693] fsl_mc_dpio dpio.10: probed
  696. [ 5.527609] fsl_mc_dpio dpio.9: Adding to iommu group 2
  697. [ 5.536440] fsl_mc_dpio dpio.9: probed
  698. [ 5.542289] fsl_mc_dpio dpio.8: Adding to iommu group 2
  699. [ 5.551171] fsl_mc_dpio dpio.8: probed
  700. [ 5.557122] fsl_mc_dpio dpio.7: Adding to iommu group 2
  701. [ 5.565982] fsl_mc_dpio dpio.7: probed
  702. [ 5.571822] fsl_mc_dpio dpio.6: Adding to iommu group 2
  703. [ 5.580646] fsl_mc_dpio dpio.6: probed
  704. [ 5.586490] fsl_mc_dpio dpio.5: Adding to iommu group 2
  705. [ 5.595375] fsl_mc_dpio dpio.5: probed
  706. [ 5.601323] fsl_mc_dpio dpio.4: Adding to iommu group 2
  707. [ 5.610176] fsl_mc_dpio dpio.4: probed
  708. [ 5.616017] fsl_mc_dpio dpio.3: Adding to iommu group 2
  709. [ 5.624844] fsl_mc_dpio dpio.3: probed
  710. [ 5.630692] fsl_mc_dpio dpio.2: Adding to iommu group 2
  711. [ 5.639564] fsl_mc_dpio dpio.2: probed
  712. [ 5.645515] fsl_mc_dpio dpio.1: Adding to iommu group 2
  713. [ 5.655390] fsl_mc_dpio dpio.1: probed
  714. [ 5.661314] fsl_mc_dpio dpio.0: Adding to iommu group 2
  715. [ 5.670199] fsl_mc_dpio dpio.0: probed
  716. [ 5.677591] fsl_mc_dprc dprc.1: DPRC device bound to driver
  717. [ 5.683315] pcieport 0000:00:00.0: PME: Signaling with IRQ 37
  718. [ 5.689216] pcieport 0001:00:00.0: PME: Signaling with IRQ 38
  719. [ 5.695637] libphy: SFP I2C Bus: probed
  720. [ 5.699533] sfp sfp-0: Host maximum power 2.0W
  721. [ 5.704094] sfp sfp-0: No tx_disable pin: SFP modules will always be emitting.
  722. [ 5.711844] libphy: SFP I2C Bus: probed
  723. [ 5.715723] sfp sfp-1: Host maximum power 2.0W
  724. [ 5.720289] sfp sfp-1: No tx_disable pin: SFP modules will always be emitting.
  725. [ 5.728013] libphy: SFP I2C Bus: probed
  726. [ 5.731892] sfp sfp-2: Host maximum power 2.0W
  727. [ 5.736450] sfp sfp-2: No tx_disable pin: SFP modules will always be emitting.
  728. [ 5.744170] libphy: SFP I2C Bus: probed
  729. [ 5.748045] sfp sfp-3: Host maximum power 2.0W
  730. [ 5.752607] sfp sfp-3: No tx_disable pin: SFP modules will always be emitting.
  731. [ 5.978855] fsl_dpaa2_eth dpni.0 (unnamed net_device) (uninitialized): PHY [0x0000000008b96000:01] driver [Qualcomm Atheros AR8035] (irq=POLL)
  732. [ 5.992878] fsl_dpaa2_eth dpni.0: Probed interface eth0
  733. [ 6.002047] input: gpio-keys as /devices/platform/gpio-keys/input/input1
  734. [ 6.010815] ALSA device list:
  735. [ 6.013782] No soundcards found.
  736.  
Add Comment
Please, Sign In to add comment