Guest User

hikey960 v5.4 + Marc's patch 20191204-11:18

a guest
Dec 4th, 2019
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.27 KB | None | 0 0
  1. EFI stub: Booting Linux Kernel...
  2. EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied
  3. EFI stub: Using DTB from configuration table
  4. EFI stub: Exiting boot services and installing virtual address map...
  5. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  6. [ 0.000000] Linux version 5.4.0-dirty (jerome@matebook) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #263 SMP PREEMPT Wed Dec 4 13:11:26 CET 2019
  7. [ 0.000000] Machine model: HiKey960
  8. [ 0.000000] earlycon: pl11 at MMIO 0x00000000fff32000 (options '')
  9. [ 0.000000] printk: bootconsole [pl11] enabled
  10. [ 0.000000] printk: debug: ignoring loglevel setting.
  11. [ 0.000000] efi: Getting EFI parameters from FDT:
  12. [ 0.000000] efi: EFI v2.60 by EDK II
  13. [ 0.000000] efi: MEMATTR=0xbe7dc118 MEMRESERVE=0xba6e6018
  14. [ 0.000000] cma: Reserved 32 MiB at 0x00000000bc400000
  15. [ 0.000000] NUMA: No NUMA configuration found
  16. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
  17. [ 0.000000] NUMA: NODE_DATA [mem 0xbf9d6800-0xbf9d7fff]
  18. [ 0.000000] Zone ranges:
  19. [ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000bfffffff]
  20. [ 0.000000] Normal empty
  21. [ 0.000000] Movable zone start for each node
  22. [ 0.000000] Early memory node ranges
  23. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001abfffff]
  24. [ 0.000000] node 0: [mem 0x000000001ad88000-0x0000000031ffffff]
  25. [ 0.000000] node 0: [mem 0x0000000032101000-0x000000003dffffff]
  26. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000089b7ffff]
  27. [ 0.000000] node 0: [mem 0x0000000089cc0000-0x00000000ba49ffff]
  28. [ 0.000000] node 0: [mem 0x00000000ba4a0000-0x00000000ba6dffff]
  29. [ 0.000000] node 0: [mem 0x00000000ba6e0000-0x00000000ba6e7fff]
  30. [ 0.000000] node 0: [mem 0x00000000ba6e8000-0x00000000ba6ebfff]
  31. [ 0.000000] node 0: [mem 0x00000000ba6ec000-0x00000000bf6affff]
  32. [ 0.000000] node 0: [mem 0x00000000bf6b0000-0x00000000bf6effff]
  33. [ 0.000000] node 0: [mem 0x00000000bf6f0000-0x00000000bf6fffff]
  34. [ 0.000000] node 0: [mem 0x00000000bf700000-0x00000000bf74ffff]
  35. [ 0.000000] node 0: [mem 0x00000000bf750000-0x00000000bfffffff]
  36. [ 0.000000] Zeroed struct page in unavailable ranges: 624 pages
  37. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
  38. [ 0.000000] On node 0 totalpages: 777271
  39. [ 0.000000] DMA32 zone: 12288 pages used for memmap
  40. [ 0.000000] DMA32 zone: 0 pages reserved
  41. [ 0.000000] DMA32 zone: 777271 pages, LIFO batch:63
  42. [ 0.000000] psci: probing for conduit method from DT.
  43. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  44. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  45. [ 0.000000] psci: Trusted OS migration not required
  46. [ 0.000000] psci: SMC Calling Convention v1.1
  47. [ 0.000000] percpu: Embedded 31 pages/cpu s86488 r8192 d32296 u126976
  48. [ 0.000000] pcpu-alloc: s86488 r8192 d32296 u126976 alloc=31*4096
  49. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  50. [ 0.000000] Detected VIPT I-cache on CPU0
  51. [ 0.000000] CPU features: detected: ARM erratum 845719
  52. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  53. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 764983
  54. [ 0.000000] Policy zone: DMA32
  55. [ 0.000000] Kernel command line: BOOT_IMAGE=/Image console=tty0 console=ttyAMA6,115200n8 earlycon=pl011,0xfff32000 root=/dev/disk/by-partlabel/system rootwait rw ignore_loglevel efi=noruntime
  56. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  57. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  58. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  59. [ 0.000000] Memory: 2969900K/3109084K available (14972K kernel code, 2730K rwdata, 7476K rodata, 7936K init, 473K bss, 106416K reserved, 32768K cma-reserved)
  60. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  61. [ 0.000000] ftrace: allocating 52124 entries in 204 pages
  62. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  63. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
  64. [ 0.000000] Tasks RCU enabled.
  65. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  66. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  67. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  68. [ 0.000000] GIC: Using split EOI/Deactivate mode
  69. [ 0.000000] random: get_random_bytes called from start_kernel+0x324/0x4b8 with crng_init=0
  70. [ 0.000000] arch_timer: cp15 timer(s) running at 1.92MHz (phys).
  71. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1c570327e, max_idle_ns: 1763180809505 ns
  72. [ 0.000005] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
  73. [ 0.008506] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
  74. [ 0.019128] Console: colour dummy device 80x25
  75. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
  76. [ 0.000000] Linux version 5.4.0-dirty (jerome@matebook) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #263 SMP PREEMPT Wed Dec 4 13:11:26 CET 2019
  77. [ 0.000000] Machine model: HiKey960
  78. [ 0.000000] earlycon: pl11 at MMIO 0x00000000fff32000 (options '')
  79. [ 0.000000] printk: bootconsole [pl11] enabled
  80. [ 0.000000] printk: debug: ignoring loglevel setting.
  81. [ 0.000000] efi: Getting EFI parameters from FDT:
  82. [ 0.000000] efi: EFI v2.60 by EDK II
  83. [ 0.000000] efi: MEMATTR=0xbe7dc118 MEMRESERVE=0xba6e6018
  84. [ 0.000000] cma: Reserved 32 MiB at 0x00000000bc400000
  85. [ 0.000000] NUMA: No NUMA configuration found
  86. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x00000000bfffffff]
  87. [ 0.000000] NUMA: NODE_DATA [mem 0xbf9d6800-0xbf9d7fff]
  88. [ 0.000000] Zone ranges:
  89. [ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000bfffffff]
  90. [ 0.000000] Normal empty
  91. [ 0.000000] Movable zone start for each node
  92. [ 0.000000] Early memory node ranges
  93. [ 0.000000] node 0: [mem 0x0000000000000000-0x000000001abfffff]
  94. [ 0.000000] node 0: [mem 0x000000001ad88000-0x0000000031ffffff]
  95. [ 0.000000] node 0: [mem 0x0000000032101000-0x000000003dffffff]
  96. [ 0.000000] node 0: [mem 0x0000000040000000-0x0000000089b7ffff]
  97. [ 0.000000] node 0: [mem 0x0000000089cc0000-0x00000000ba49ffff]
  98. [ 0.000000] node 0: [mem 0x00000000ba4a0000-0x00000000ba6dffff]
  99. [ 0.000000] node 0: [mem 0x00000000ba6e0000-0x00000000ba6e7fff]
  100. [ 0.000000] node 0: [mem 0x00000000ba6e8000-0x00000000ba6ebfff]
  101. [ 0.000000] node 0: [mem 0x00000000ba6ec000-0x00000000bf6affff]
  102. [ 0.000000] node 0: [mem 0x00000000bf6b0000-0x00000000bf6effff]
  103. [ 0.000000] node 0: [mem 0x00000000bf6f0000-0x00000000bf6fffff]
  104. [ 0.000000] node 0: [mem 0x00000000bf700000-0x00000000bf74ffff]
  105. [ 0.000000] node 0: [mem 0x00000000bf750000-0x00000000bfffffff]
  106. [ 0.000000] Zeroed struct page in unavailable ranges: 624 pages
  107. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x00000000bfffffff]
  108. [ 0.000000] On node 0 totalpages: 777271
  109. [ 0.000000] DMA32 zone: 12288 pages used for memmap
  110. [ 0.000000] DMA32 zone: 0 pages reserved
  111. [ 0.000000] DMA32 zone: 777271 pages, LIFO batch:63
  112. [ 0.000000] psci: probing for conduit method from DT.
  113. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  114. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  115. [ 0.000000] psci: Trusted OS migration not required
  116. [ 0.000000] psci: SMC Calling Convention v1.1
  117. [ 0.000000] percpu: Embedded 31 pages/cpu s86488 r8192 d32296 u126976
  118. [ 0.000000] pcpu-alloc: s86488 r8192 d32296 u126976 alloc=31*4096
  119. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  120. [ 0.000000] Detected VIPT I-cache on CPU0
  121. [ 0.000000] CPU features: detected: ARM erratum 845719
  122. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  123. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 764983
  124. [ 0.000000] Policy zone: DMA32
  125. [ 0.000000] Kernel command line: BOOT_IMAGE=/Image console=tty0 console=ttyAMA6,115200n8 earlycon=pl011,0xfff32000 root=/dev/disk/by-partlabel/system rootwait rw ignore_loglevel efi=noruntime
  126. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
  127. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  128. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  129. [ 0.000000] Memory: 2969900K/3109084K available (14972K kernel code, 2730K rwdata, 7476K rodata, 7936K init, 473K bss, 106416K reserved, 32768K cma-reserved)
  130. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  131. [ 0.000000] ftrace: allocating 52124 entries in 204 pages
  132. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  133. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
  134. [ 0.000000] Tasks RCU enabled.
  135. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  136. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  137. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  138. [ 0.000000] GIC: Using split EOI/Deactivate mode
  139. [ 0.000000] random: get_random_bytes called from start_kernel+0x324/0x4b8 with crng_init=0
  140. [ 0.000000] arch_timer: cp15 timer(s) running at 1.92MHz (phys).
  141. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1c570327e, max_idle_ns: 1763180809505 ns
  142. [ 0.000005] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
  143. [ 0.008506] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
  144. [ 0.019128] Console: colour dummy device 80x25
  145. [ 0.462425] printk: console [tty0] enabled
  146. [ 0.466756] Calibrating delay loop (skipped), value calculated using timer frequency.. 3.84 BogoMIPS (lpj=7680)
  147. [ 0.477026] pid_max: default: 32768 minimum: 301
  148. [ 0.481805] LSM: Security Framework initializing
  149. [ 0.486574] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  150. [ 0.494113] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
  151. [ 0.526182] ASID allocator initialised with 32768 entries
  152. [ 0.539716] rcu: Hierarchical SRCU implementation.
  153. [ 0.554518] EFI runtime services will be disabled.
  154. [ 0.567428] smp: Bringing up secondary CPUs ...
  155. [ 0.604492] Detected VIPT I-cache on CPU1
  156. [ 0.604593] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
  157. [ 0.636403] Detected VIPT I-cache on CPU2
  158. [ 0.636436] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
  159. [ 0.668416] Detected VIPT I-cache on CPU3
  160. [ 0.668441] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
  161. [ 0.701999] CPU features: detected: ARM erratum 858921
  162. [ 0.702041] Detected VIPT I-cache on CPU4
  163. [ 0.702059] arch_timer: Enabling local workaround for ARM erratum 858921
  164. [ 0.702069] arch_timer: CPU4: Trapping CNTVCT access
  165. [ 0.702076] CPU4: Booted secondary processor 0x0000000100 [0x410fd091]
  166. [ 0.732442] Detected VIPT I-cache on CPU5
  167. [ 0.732455] arch_timer: Enabling local workaround for ARM erratum 858921
  168. [ 0.732460] arch_timer: CPU5: Trapping CNTVCT access
  169. [ 0.732465] CPU5: Booted secondary processor 0x0000000101 [0x410fd091]
  170. [ 0.764488] Detected VIPT I-cache on CPU6
  171. [ 0.764501] arch_timer: Enabling local workaround for ARM erratum 858921
  172. [ 0.764506] arch_timer: CPU6: Trapping CNTVCT access
  173. [ 0.764511] CPU6: Booted secondary processor 0x0000000102 [0x410fd091]
  174. [ 0.796506] Detected VIPT I-cache on CPU7
  175. [ 0.796518] arch_timer: Enabling local workaround for ARM erratum 858921
  176. [ 0.796523] arch_timer: CPU7: Trapping CNTVCT access
  177. [ 0.796528] CPU7: Booted secondary processor 0x0000000103 [0x410fd091]
  178. [ 0.796584] smp: Brought up 1 node, 8 CPUs
  179. [ 0.927596] SMP: Total of 8 processors activated.
  180. [ 0.932353] CPU features: detected: 32-bit EL0 Support
  181. [ 0.937558] CPU features: detected: CRC32 instructions
  182. [ 0.951289] CPU: All CPU(s) started at EL2
  183. [ 0.955457] alternatives: patching kernel code
  184. [ 0.961095] devtmpfs: initialized
  185. [ 0.968082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  186. [ 0.977942] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
  187. [ 0.985581] pinctrl core: initialized pinctrl subsystem
  188. [ 0.991507] DMI not present or invalid.
  189. [ 0.995573] NET: Registered protocol family 16
  190. [ 1.008731] DMA: preallocated 256 KiB pool for atomic allocations
  191. [ 1.014896] audit: initializing netlink subsys (disabled)
  192. [ 1.020423] audit: type=2000 audit(0.752:1): state=initialized audit_enabled=0 res=1
  193. [ 1.028268] cpuidle: using governor menu
  194. [ 1.032434] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  195. [ 1.039999] Serial: AMBA PL011 UART driver
  196. [ 1.059242] hi3660-mbox e896b000.mailbox: Mailbox enabled
  197. [ 1.075257] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  198. [ 1.082038] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  199. [ 1.088811] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  200. [ 1.095584] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  201. [ 1.103823] cryptd: max_cpu_qlen set to 1000
  202. [ 1.110440] ACPI: Interpreter disabled.
  203. [ 1.115035] iommu: Default domain type: Translated
  204. [ 1.120147] vgaarb: loaded
  205. [ 1.123044] SCSI subsystem initialized
  206. [ 1.126918] libata version 3.00 loaded.
  207. [ 1.130942] usbcore: registered new interface driver usbfs
  208. [ 1.136514] usbcore: registered new interface driver hub
  209. [ 1.141917] usbcore: registered new device driver usb
  210. [ 1.147317] pps_core: LinuxPPS API ver. 1 registered
  211. [ 1.152343] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  212. [ 1.161583] PTP clock support registered
  213. [ 1.165595] EDAC MC: Ver: 3.0.0
  214. [ 1.169060] Registered efivars operations
  215. [ 1.173420] FPGA manager framework
  216. [ 1.176885] Advanced Linux Sound Architecture Driver Initialized.
  217. [ 1.183615] clocksource: Switched to clocksource arch_sys_counter
  218. [ 1.488545] VFS: Disk quotas dquot_6.6.0
  219. [ 1.492566] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  220. [ 1.499635] pnp: PnP ACPI: disabled
  221. [ 1.506398] thermal_sys: Registered thermal governor 'step_wise'
  222. [ 1.506400] thermal_sys: Registered thermal governor 'power_allocator'
  223. [ 1.512725] NET: Registered protocol family 2
  224. [ 1.523948] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
  225. [ 1.532603] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
  226. [ 1.540719] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
  227. [ 1.548319] TCP: Hash tables configured (established 32768 bind 32768)
  228. [ 1.554971] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
  229. [ 1.561791] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
  230. [ 1.569115] NET: Registered protocol family 1
  231. [ 1.573745] RPC: Registered named UNIX socket transport module.
  232. [ 1.579733] RPC: Registered udp transport module.
  233. [ 1.584487] RPC: Registered tcp transport module.
  234. [ 1.589239] RPC: Registered tcp NFSv4.1 backchannel transport module.
  235. [ 1.596010] PCI: CLS 0 bytes, default 64
  236. [ 1.600075] Unpacking initramfs...
  237. [ 1.782767] Freeing initrd memory: 7164K
  238. [ 1.787561] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  239. [ 1.796048] hw perfevents: enabled with armv8_cortex_a73 PMU driver, 7 counters available
  240. [ 1.804579] kvm [1]: IPA Size Limit: 40bits
  241. [ 1.809279] kvm [1]: vgic interrupt IRQ1
  242. [ 1.813382] kvm [1]: Hyp mode initialized successfully
  243. [ 1.842865] Initialise system trusted keyrings
  244. [ 1.847458] workingset: timestamp_bits=44 max_order=20 bucket_order=0
  245. [ 1.856891] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  246. [ 1.863167] NFS: Registering the id_resolver key type
  247. [ 1.868303] Key type id_resolver registered
  248. [ 1.872532] Key type id_legacy registered
  249. [ 1.876588] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  250. [ 1.883436] 9p: Installing v9fs 9p2000 file system support
  251. [ 1.897523] Key type asymmetric registered
  252. [ 1.901668] Asymmetric key parser 'x509' registered
  253. [ 1.906615] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  254. [ 1.914095] io scheduler mq-deadline registered
  255. [ 1.918672] io scheduler kyber registered
  256. [ 1.925124] pinctrl-single e896c000.pinmux: 124 pins, size 496
  257. [ 1.931120] pinctrl-single ff37e000.pinmux: 6 pins, size 24
  258. [ 1.936828] pinctrl-single ff3b6000.pinmux: 12 pins, size 48
  259. [ 1.942627] pinctrl-single ff3fd000.pinmux: 6 pins, size 24
  260. [ 1.948347] pinctrl-single fff11000.pinmux: 42 pins, size 168
  261. [ 1.954318] pinctrl-single e896c800.pinmux: 128 pins, size 512
  262. [ 1.960280] pinctrl-single ff3b6800.pinmux: 6 pins, size 24
  263. [ 1.965988] pinctrl-single ff3fd800.pinmux: 6 pins, size 24
  264. [ 1.971685] pinctrl-single ff37e800.pinmux: 6 pins, size 24
  265. [ 1.977409] pinctrl-single fff11800.pinmux: 47 pins, size 188
  266. [ 1.984137] pl061_gpio e8a0b000.gpio: PL061 GPIO chip registered
  267. [ 1.990322] pl061_gpio e8a0c000.gpio: PL061 GPIO chip registered
  268. [ 1.996494] pl061_gpio e8a0d000.gpio: PL061 GPIO chip registered
  269. [ 2.002673] pl061_gpio e8a0e000.gpio: PL061 GPIO chip registered
  270. [ 2.008853] pl061_gpio e8a0f000.gpio: PL061 GPIO chip registered
  271. [ 2.015028] pl061_gpio e8a10000.gpio: PL061 GPIO chip registered
  272. [ 2.021220] pl061_gpio e8a11000.gpio: PL061 GPIO chip registered
  273. [ 2.027398] pl061_gpio e8a12000.gpio: PL061 GPIO chip registered
  274. [ 2.033570] pl061_gpio e8a13000.gpio: PL061 GPIO chip registered
  275. [ 2.039747] pl061_gpio e8a14000.gpio: PL061 GPIO chip registered
  276. [ 2.045919] pl061_gpio e8a15000.gpio: PL061 GPIO chip registered
  277. [ 2.052092] pl061_gpio e8a16000.gpio: PL061 GPIO chip registered
  278. [ 2.058266] pl061_gpio e8a17000.gpio: PL061 GPIO chip registered
  279. [ 2.064435] pl061_gpio e8a18000.gpio: PL061 GPIO chip registered
  280. [ 2.070611] pl061_gpio e8a19000.gpio: PL061 GPIO chip registered
  281. [ 2.076787] pl061_gpio e8a1a000.gpio: PL061 GPIO chip registered
  282. [ 2.082957] pl061_gpio e8a1b000.gpio: PL061 GPIO chip registered
  283. [ 2.089130] pl061_gpio e8a1c000.gpio: PL061 GPIO chip registered
  284. [ 2.095306] pl061_gpio ff3b4000.gpio: PL061 GPIO chip registered
  285. [ 2.101486] pl061_gpio ff3b5000.gpio: PL061 GPIO chip registered
  286. [ 2.107667] pl061_gpio e8a1f000.gpio: PL061 GPIO chip registered
  287. [ 2.113845] pl061_gpio e8a20000.gpio: PL061 GPIO chip registered
  288. [ 2.120023] pl061_gpio fff0b000.gpio: PL061 GPIO chip registered
  289. [ 2.126200] pl061_gpio fff0c000.gpio: PL061 GPIO chip registered
  290. [ 2.132377] pl061_gpio fff0d000.gpio: PL061 GPIO chip registered
  291. [ 2.138556] pl061_gpio fff0e000.gpio: PL061 GPIO chip registered
  292. [ 2.144732] pl061_gpio fff0f000.gpio: PL061 GPIO chip registered
  293. [ 2.150906] pl061_gpio fff10000.gpio: PL061 GPIO chip registered
  294. [ 2.157081] pl061_gpio fff1d000.gpio: PL061 GPIO chip registered
  295. [ 2.201986] kirin-pcie f4000000.pcie: host bridge /soc/pcie@f4000000 ranges:
  296. [ 2.209126] kirin-pcie f4000000.pcie: MEM 0xf6000000..0xf7ffffff -> 0x00000000
  297. [ 3.221015] kirin-pcie f4000000.pcie: Link Fail
  298. [ 3.225661] kirin-pcie f4000000.pcie: PCI host bridge to bus 0000:00
  299. [ 3.232089] pci_bus 0000:00: root bus resource [bus 00-01]
  300. [ 3.237636] pci_bus 0000:00: root bus resource [mem 0xf6000000-0xf7ffffff] (bus address [0x00000000-0x01ffffff])
  301. [ 3.247951] pci 0000:00:00.0: [19e5:3660] type 01 class 0x060400
  302. [ 3.254058] pci 0000:00:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
  303. [ 3.260510] pci 0000:00:00.0: supports D1 D2
  304. [ 3.264824] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
  305. [ 3.272506] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-01] (conflicts with (null) [bus 00-01])
  306. [ 3.284784] pci 0000:00:00.0: BAR 0: assigned [mem 0xf6000000-0xf6ffffff]
  307. [ 3.291655] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
  308. [ 3.297153] pcieport 0000:00:00.0: PME: Signaling with IRQ 66
  309. [ 3.303089] pcieport 0000:00:00.0: AER: enabled with IRQ 66
  310. [ 3.309251] EINJ: ACPI disabled.
  311. [ 3.314936] k3-dma fdf30000.dma: initialized
  312. [ 3.319289] k3-dma e804b000.dma-controller: dma-channel-mask doesn't exist, considering all as available.
  313. [ 3.329615] k3-dma e804b000.dma-controller: initialized
  314. [ 3.338479] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  315. [ 3.345854] SuperH (H)SCI(F) driver initialized
  316. [ 3.350664] msm_serial: driver initialized
  317. [ 3.359923] loop: module loaded
  318. [ 3.364641] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
  319. [ 3.375384] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
  320. [ 3.385763] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
  321. [ 3.396228] ufshcd-hisi ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
  322. [ 3.436229] scsi host0: ufshcd
  323. [ 3.442346] libphy: Fixed MDIO Bus: probed
  324. [ 3.446609] tun: Universal TUN/TAP device driver, 1.6
  325. [ 3.452080] thunder_xcv, ver 1.0
  326. [ 3.455353] thunder_bgx, ver 1.0
  327. [ 3.458633] nicpf, ver 1.0
  328. [ 3.461636] hclge is initializing
  329. [ 3.464987] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  330. [ 3.472286] hns3: Copyright (c) 2017 Huawei Corporation.
  331. [ 3.477680] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  332. [ 3.483574] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  333. [ 3.489575] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
  334. [ 3.496611] igb: Copyright (c) 2007-2014 Intel Corporation.
  335. [ 3.502261] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  336. [ 3.510177] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  337. [ 3.516301] sky2: driver version 1.30
  338. [ 3.520296] usbcore: registered new interface driver asix
  339. [ 3.525767] usbcore: registered new interface driver ax88179_178a
  340. [ 3.531939] usbcore: registered new interface driver cdc_ether
  341. [ 3.532154] ufshcd-hisi ff3b0000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
  342. [ 3.537847] usbcore: registered new interface driver dm9601
  343. [ 3.556050] usbcore: registered new interface driver net1080
  344. [ 3.561782] usbcore: registered new interface driver cdc_subset
  345. [ 3.567779] usbcore: registered new interface driver zaurus
  346. [ 3.573429] usbcore: registered new interface driver cdc_ncm
  347. [ 3.579214] VFIO - User Level meta-driver version: 0.3
  348. [ 3.585076] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  349. [ 3.591685] ehci-pci: EHCI PCI platform driver
  350. [ 3.596191] ehci-platform: EHCI generic platform driver
  351. [ 3.601528] ehci-orion: EHCI orion driver
  352. [ 3.605622] ehci-exynos: EHCI EXYNOS driver
  353. [ 3.609886] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  354. [ 3.616140] ohci-pci: OHCI PCI platform driver
  355. [ 3.620646] ohci-platform: OHCI generic platform driver
  356. [ 3.625973] ohci-exynos: OHCI EXYNOS driver
  357. [ 3.630407] usbcore: registered new interface driver usb-storage
  358. [ 3.637734] rtc-pl031 fff04000.rtc: registered as rtc0
  359. [ 3.643204] i2c /dev entries driver
  360. [ 3.648735] sp805-wdt e8a06000.watchdog: registration successful
  361. [ 3.652221] ufshcd-hisi ff3b0000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
  362. [ 3.654907] sp805-wdt e8a07000.watchdog: registration successful
  363. [ 3.667962] ufshcd-hisi ff3b0000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
  364. [ 3.684483] sdhci: Secure Digital Host Controller Interface driver
  365. [ 3.686174] scsi 0:0:0:49488: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  366. [ 3.690730] sdhci: Copyright(c) Pierre Ossman
  367. [ 3.703126] scsi 0:0:0:49476: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  368. [ 3.703772] Synopsys Designware Multimedia Card Interface Driver
  369. [ 3.714893] scsi 0:0:0:49456: Well-known LUN TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  370. [ 3.718470] dwmmc_k3 ff37f000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default
  371. [ 3.730594] scsi 0:0:0:0: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  372. [ 3.739461] dwmmc_k3 ff37f000.dwmmc1: IDMAC supports 64-bit address mode.
  373. [ 3.748671] sd 0:0:0:0: Power-on or device reset occurred
  374. [ 3.749766] scsi 0:0:0:1: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  375. [ 3.751928] dwmmc_k3 ff37f000.dwmmc1: Using internal DMA controller.
  376. [ 3.751936] sd 0:0:0:1: Power-on or device reset occurred
  377. [ 3.752128] scsi 0:0:0:2: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  378. [ 3.754481] scsi 0:0:0:3: Direct-Access TOSHIBA THGBF7G8K4LBATRC 0100 PQ: 0 ANSI: 6
  379. [ 3.754631] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  380. [ 3.754864] sd 0:0:0:1: [sdb] Write Protect is off
  381. [ 3.754868] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10
  382. [ 3.755538] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
  383. [ 3.755783] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
  384. [ 3.756591] sd 0:0:0:2: Power-on or device reset occurred
  385. [ 3.757887] sd 0:0:0:3: Power-on or device reset occurred
  386. [ 3.761514] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  387. [ 3.762044] sd 0:0:0:0: [sda] Write Protect is off
  388. [ 3.762046] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
  389. [ 3.763096] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  390. [ 3.763650] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
  391. [ 3.765546] dwmmc_k3 ff37f000.dwmmc1: Version ID is 270a
  392. [ 3.769641] random: fast init done
  393. [ 3.774643] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
  394. [ 3.775971] sd 0:0:0:1: [sdb] Attached SCSI disk
  395. [ 3.777432] dwmmc_k3 ff37f000.dwmmc1: DW MMC controller at irq 60,32 bit host data width,256 deep fifo
  396. [ 3.778155] sd 0:0:0:3: [sdd] 7805952 4096-byte logical blocks: (32.0 GB/29.8 GiB)
  397. [ 3.778509] sd 0:0:0:3: [sdd] Write Protect is off
  398. [ 3.778511] sd 0:0:0:3: [sdd] Mode Sense: 00 32 00 10
  399. [ 3.780053] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
  400. [ 3.780408] sd 0:0:0:3: [sdd] Optimal transfer size 65536 bytes
  401. [ 3.785304] sd 0:0:0:0: [sda] Attached SCSI disk
  402. [ 3.785929] sd 0:0:0:2: [sdc] Write Protect is off
  403. [ 3.793865] dwmmc_k3 ff37f000.dwmmc1: Got CD GPIO
  404. [ 3.796755] Alternate GPT is invalid, using primary GPT.
  405. [ 3.796769] sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12
  406. [ 3.801157] sd 0:0:0:2: [sdc] Mode Sense: 00 32 00 10
  407. [ 3.801874] sd 0:0:0:3: [sdd] Attached SCSI disk
  408. [ 3.820879] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  409. [ 3.827957] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
  410. [ 3.844857] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  411. [ 3.850251] sd 0:0:0:2: [sdc] Optimal transfer size 65536 bytes
  412. [ 3.856055] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
  413. [ 4.008620] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
  414. [ 4.015042] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
  415. [ 4.020424] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 61,32 bit host data width,256 deep fifo
  416. [ 4.023612] sd 0:0:0:2: [sdc] Attached SCSI disk
  417. [ 4.030087] sdhci-pltfm: SDHCI platform and OF driver helper
  418. [ 4.043243] ledtrig-cpu: registered to indicate activity on CPUs
  419. [ 4.049689] usbcore: registered new interface driver usbhid
  420. [ 4.055318] usbhid: USB HID core driver
  421. [ 4.060068] optee: probing for conduit method from DT.
  422. [ 4.065267] optee: revision 3.7 (479c49dd)
  423. [ 4.065781] optee: dynamic shared memory is enabled
  424. [ 4.074948] optee: PTA_CMD_GET_DEVICES invoke function err: ffff0006
  425. [ 4.088797] drop_monitor: Initializing network drop monitor service
  426. [ 4.095204] NET: Registered protocol family 17
  427. [ 4.099757] 9pnet: Installing 9P2000 support
  428. [ 4.104093] Key type dns_resolver registered
  429. [ 4.108657] registered taskstats version 1
  430. [ 4.112798] Loading compiled-in X.509 certificates
  431. [ 4.121386] ffd74000.serial: ttyAMA3 at MMIO 0xffd74000 (irq = 21, base_baud = 0) is a PL011 rev2
  432. [ 4.130828] fdf01000.serial: ttyAMA4 at MMIO 0xfdf01000 (irq = 22, base_baud = 0) is a PL011 rev2
  433. [ 4.139845] serial serial0: tty port ttyAMA4 registered
  434. [ 4.145191] fff32000.serial: ttyAMA6 at MMIO 0xfff32000 (irq = 23, base_baud = 0) is a PL011 rev2
  435. [ 4.154170] printk: console [ttyAMA6] enabled
  436. [ 4.154170] printk: console [ttyAMA6] enabled
  437. [ 4.162924] printk: bootconsole [pl11] disabled
  438. [ 4.162924] printk: bootconsole [pl11] disabled
  439. [ 4.173310] ssp-pl022 ffd68000.spi: ARM PL022 driver, device ID: 0x00041022
  440. [ 4.180359] ssp-pl022 ffd68000.spi: mapped registers from 0x00000000ffd68000 to (____ptrval____)
  441. [ 4.189185] ssp-pl022 ffd68000.spi: setup for DMA on RX dma0chan0, TX dma0chan1
  442. [ 4.199800] ssp-pl022 ff3b3000.spi: ARM PL022 driver, device ID: 0x00041022
  443. [ 4.206829] ssp-pl022 ff3b3000.spi: mapped registers from 0x00000000ff3b3000 to (____ptrval____)
  444. [ 4.215650] ssp-pl022 ff3b3000.spi: setup for DMA on RX dma0chan2, TX dma0chan3
  445. [ 4.231876] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  446. [ 4.243625] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
  447. [ 4.250420] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
  448. [ 4.256774] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
  449. [ 4.262101] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 61,32 bit host data width,128 deep fifo
  450. [ 4.271488] mmc_host mmc1: card is non-removable.
  451. [ 4.374058] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  452. [ 4.399460] input: keys as /devices/platform/keys/input/input0
  453. [ 4.406875] rtc-pl031 fff04000.rtc: setting system clock to 1970-01-01T00:01:24 UTC (84)
  454. [ 4.410008] dwmmc_k3 ff3ff000.dwmmc2: card claims to support voltages below defined range
  455. [ 4.415170] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  456. [ 4.436734] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  457. [ 4.441176] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
  458. [ 4.444572] ALSA device list:
  459. [ 4.454678] mmc1: new SDIO card at address 0001
  460. [ 4.455965] No soundcards found.
  461. [ 4.461436] wl18xx_driver wl18xx.0.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
  462. [ 4.474592] wl18xx_driver wl18xx.0.auto: Falling back to sysfs fallback for: ti-connectivity/wl18xx-conf.bin
  463. [ 4.484678] uart-pl011 fff32000.serial: no DMA platform data
  464. [ 4.494181] Freeing unused kernel memory: 7936K
  465. [ 4.504655] Run /init as init process
  466. [ 36.075877] wlan-en-regulator: disabling
  467. [ 64.748104] wlcore: ERROR could not get configuration binary ti-connectivity/wl18xx-conf.bin: -11
  468. [ 64.756977] wlcore: WARNING falling back to default config
  469. [ 64.882854] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  470. [ 64.956875] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
  471. [ 65.062831] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  472. [ 65.135832] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
  473. [ 65.376879] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
  474. [ 65.406395] wlcore: WARNING Detected unconfigured mac address in nvs, derive from fuse instead.
  475. [ 65.415095] wlcore: WARNING This default nvs file can be removed from the file system
  476. [ 65.423535] wlcore: loaded
  477. [ 134.866887] hisi_thermal fff30000.tsensor: sensor <1> THERMAL ALARM: 65370 > 65000
  478. [ 136.995839] random: crng init done
Advertisement
Add Comment
Please, Sign In to add comment