Advertisement
Guest User

dmesg_hikey960_after_kernel_mod

a guest
Nov 23rd, 2017
6,554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 88.10 KB | None | 0 0
  1. [ 0.000000] Booting Linux on physical CPU 0x0
  2. [ 0.000000] Linux version 4.9.60-02839-g9ea4cdd-dirty (user@user-B250M-D3H) (gcc version 4.9.x 20150123 (prerelease) (GCC) ) #1 SMP PREEMPT Thu Nov 23 13:07:19 IST 2017
  3. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  4. [ 0.000000] efi: Getting EFI parameters from FDT:
  5. [ 0.000000] efi: UEFI not found.
  6. [ 0.000000] Ion: base 0xbe200000, size is 0x1e00000, node name graphic, heap-name carveout_gralloc namesize 17,[99][97][114][118]
  7. [ 0.000000] Ion: insert heap-name carveout_gralloc
  8. [ 0.000000] OF: reserved mem: initialized node graphic, compatible id hisi_ion
  9. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000016c00000, size 64 MiB
  10. [ 0.000000] OF: reserved mem: initialized node fastboot-cma-mem, compatible id shared-dma-pool
  11. [ 0.000000] cma: Reserved 64 MiB at 0x00000000ba000000
  12. [ 0.000000] On node 0 totalpages: 782015
  13. [ 0.000000] DMA zone: 12288 pages used for memmap
  14. [ 0.000000] DMA zone: 0 pages reserved
  15. [ 0.000000] DMA zone: 782015 pages, LIFO batch:31
  16. [ 0.000000] psci: probing for conduit method from DT.
  17. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  18. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  19. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  20. [ 0.000000] percpu: Embedded 21 pages/cpu @ffffffc0be0fb000 s53400 r0 d32616 u86016
  21. [ 0.000000] pcpu-alloc: s53400 r0 d32616 u86016 alloc=21*4096
  22. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
  23. [ 0.000000] Detected VIPT I-cache on CPU0
  24. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  25. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 769727
  26. [ 0.000000] Kernel command line: androidboot.hardware=hikey960 console=ttyFIQ0 androidboot.console=ttyFIQ0 firmware_class.path=/system/etc/firmware loglevel=15 video=HDMI-A-1:1280x800@30 buildvariant=userdebug androidboot.swtype=normal fastboot_version=DailyBuild_201706021648_FASTBOOT setup_logctl=1 fastbootdmd=0 enter_recovery=0 androidboot.mode=normal low_volt_flag=1 boardid=0x000014b5 normal_reset_type=coldboot ddr_die=3072M@0M efuse_status=2 androidboot.serialno=0123456789ABCDEF himntn=111111111111111010111111101001100010001 boot_slice=0x0001a8a9 reboot_reason=AP_S_COLDBOOT recovery_update=0 userlock=locked bootlock=unlocked hw_bfm_enable=0 ddr_density=3 swiotlb=2 mdmreglogbase=0x00000000 mdmreglogsize=0x00000000 modem_socp_enable=0 androidboot.hardware=HiKey960 androidboot.veritymode=enforcing androidboot.verifiedbootstate=ORANGE ufs_product_name=KLUBG4G1CE-B0B1 format_data=1 cpu_buck_reg=0x;; androidboot.ddrsize=3 kce_status=1 console=ttyAMA6,115200
  27. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  28. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  29. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  30. [ 0.000000] Memory: 2888416K/3128060K available (12924K kernel code, 1314K rwdata, 3732K rodata, 1152K init, 990K bss, 108572K reserved, 131072K cma-reserved)
  31. [ 0.000000] Virtual kernel memory layout:
  32. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  33. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB)
  34. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008d20000 ( 12928 KB)
  35. [ 0.000000] .rodata : 0xffffff8008d20000 - 0xffffff80090d0000 ( 3776 KB)
  36. [ 0.000000] .init : 0xffffff80090d0000 - 0xffffff80091f0000 ( 1152 KB)
  37. [ 0.000000] .data : 0xffffff80091f0000 - 0xffffff8009338a00 ( 1315 KB)
  38. [ 0.000000] .bss : 0xffffff8009338a00 - 0xffffff80094302cc ( 991 KB)
  39. [ 0.000000] fixed : 0xffffffbefe7fd000 - 0xffffffbefec00000 ( 4108 KB)
  40. [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB)
  41. [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum)
  42. [ 0.000000] 0xffffffbf00000000 - 0xffffffbf03000000 ( 48 MB actual)
  43. [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc0c0000000 ( 3072 MB)
  44. [ 0.000000] Preemptible hierarchical RCU implementation.
  45. [ 0.000000] \x09Build-time adjustment of leaf fanout to 64.
  46. [ 0.000000] \x09RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
  47. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
  48. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  49. [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 1.92MHz (virt).
  50. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1c570327e, max_idle_ns: 1763180809505 ns
  51. [ 0.000003] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns
  52. [ 0.000101] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns
  53. [ 0.000769] Console: colour dummy device 80x25
  54. [ 0.000802] Calibrating delay loop (skipped), value calculated using timer frequency.. 3.84 BogoMIPS (lpj=7680)
  55. [ 0.000813] pid_max: default: 32768 minimum: 301
  56. [ 0.000979] Security Framework initialized
  57. [ 0.000993] SELinux: Initializing.
  58. [ 0.001058] SELinux: Starting in permissive mode
  59. [ 0.001120] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  60. [ 0.001129] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  61. [ 0.002048] ftrace: allocating 41143 entries in 161 pages
  62. [ 0.070843] sched-energy: Sched-energy-costs installed from DT
  63. [ 0.070875] CPU0: update cpu_capacity 462
  64. [ 0.070899] ASID allocator initialised with 65536 entries
  65. [ 0.102514] EFI services will not be available.
  66. [ 0.150431] Detected VIPT I-cache on CPU1
  67. [ 0.150520] CPU1: update cpu_capacity 462
  68. [ 0.150523] CPU1: Booted secondary processor [410fd034]
  69. [ 0.182347] Detected VIPT I-cache on CPU2
  70. [ 0.182378] CPU2: update cpu_capacity 462
  71. [ 0.182380] CPU2: Booted secondary processor [410fd034]
  72. [ 0.214370] Detected VIPT I-cache on CPU3
  73. [ 0.214396] CPU3: update cpu_capacity 462
  74. [ 0.214398] CPU3: Booted secondary processor [410fd034]
  75. [ 0.248000] Detected VIPT I-cache on CPU4
  76. [ 0.248009] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU4: 0x00000000101122
  77. [ 0.248016] CPU features: Unsupported CPU feature variation detected.
  78. [ 0.248035] CPU4: update cpu_capacity 1024
  79. [ 0.248037] CPU4: Booted secondary processor [410fd091]
  80. [ 0.278420] Detected VIPT I-cache on CPU5
  81. [ 0.278425] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU5: 0x00000000101122
  82. [ 0.278441] CPU5: update cpu_capacity 1024
  83. [ 0.278443] CPU5: Booted secondary processor [410fd091]
  84. [ 0.310468] Detected VIPT I-cache on CPU6
  85. [ 0.310473] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU6: 0x00000000101122
  86. [ 0.310488] CPU6: update cpu_capacity 1024
  87. [ 0.310490] CPU6: Booted secondary processor [410fd091]
  88. [ 0.342523] Detected VIPT I-cache on CPU7
  89. [ 0.342528] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU7: 0x00000000101122
  90. [ 0.342543] CPU7: update cpu_capacity 1024
  91. [ 0.342545] CPU7: Booted secondary processor [410fd091]
  92. [ 0.342618] Brought up 8 CPUs
  93. [ 0.342679] SMP: Total of 8 processors activated.
  94. [ 0.342689] CPU features: detected feature: 32-bit EL0 Support
  95. [ 0.342751] CPU: All CPU(s) started at EL1
  96. [ 0.342795] alternatives: patching kernel code
  97. [ 0.342944] CPU7: update max cpu_capacity 1024
  98. [ 0.346473] CPU3: update max cpu_capacity 462
  99. [ 0.346475] CPU5: update max cpu_capacity 1024
  100. [ 0.358777] DMI not present or invalid.
  101. [ 0.359134] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  102. [ 0.359155] futex hash table entries: 2048 (order: 6, 262144 bytes)
  103. [ 0.362028] xor: measuring software checksum speed
  104. [ 0.398340] 8regs : 3630.000 MB/sec
  105. [ 0.438616] 8regs_prefetch: 3312.000 MB/sec
  106. [ 0.478367] 32regs : 4156.000 MB/sec
  107. [ 0.518400] 32regs_prefetch: 3748.000 MB/sec
  108. [ 0.518407] xor: using function: 32regs (4156.000 MB/sec)
  109. [ 0.518424] pinctrl core: initialized pinctrl subsystem
  110. [ 0.520538] NET: Registered protocol family 16
  111. [ 0.521708] schedtune: init normalization constants...
  112. [ 0.521722] schedtune: CLUSTER[0-3] min_pwr: 0 max_pwr: 144
  113. [ 0.521730] schedtune: CPU[0] min_pwr: 0 max_pwr: 502
  114. [ 0.521738] schedtune: CPU[1] min_pwr: 0 max_pwr: 502
  115. [ 0.521746] schedtune: CPU[2] min_pwr: 0 max_pwr: 502
  116. [ 0.521754] schedtune: CPU[3] min_pwr: 0 max_pwr: 502
  117. [ 0.521761] schedtune: CLUSTER[4-7] min_pwr: 0 max_pwr: 433
  118. [ 0.521769] schedtune: CPU[4] min_pwr: 0 max_pwr: 2848
  119. [ 0.521777] schedtune: CPU[5] min_pwr: 0 max_pwr: 2848
  120. [ 0.521785] schedtune: CPU[6] min_pwr: 0 max_pwr: 2848
  121. [ 0.521793] schedtune: CPU[7] min_pwr: 0 max_pwr: 2848
  122. [ 0.521801] schedtune: SYSTEM min_pwr: 0 max_pwr: 13977
  123. [ 0.521809] schedtune: using normalization constants mul: 739642719 sh1: 1 sh2: 13
  124. [ 0.521816] schedtune: verify normalization constants...
  125. [ 0.521822] schedtune: max_pwr/2^0: 13977 => norm_pwr: 1024
  126. [ 0.521829] schedtune: max_pwr/2^1: 6988 => norm_pwr: 511
  127. [ 0.521836] schedtune: max_pwr/2^2: 3494 => norm_pwr: 255
  128. [ 0.521843] schedtune: max_pwr/2^3: 1747 => norm_pwr: 127
  129. [ 0.521850] schedtune: max_pwr/2^4: 873 => norm_pwr: 63
  130. [ 0.521857] schedtune: max_pwr/2^5: 436 => norm_pwr: 31
  131. [ 0.521864] schedtune: configured to support 5 boost groups
  132. [ 0.534728] cpuidle: using governor ladder
  133. [ 0.550631] cpuidle: using governor menu
  134. [ 0.550754] Registered FIQ tty driver
  135. [ 0.550869] serial_debugger: uart overlay applied
  136. [ 0.551731] vdso: 2 pages (1 code @ ffffff8008d27000, 1 data @ ffffff80091f4000)
  137. [ 0.551746] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  138. [ 0.553003] DMA: preallocated 256 KiB pool for atomic allocations
  139. [ 0.553115] Serial: AMBA PL011 UART driver
  140. [ 0.553448] ramoops ramoops: failed to locate DT /reserved-memory resource
  141. [ 0.553470] ramoops: probe of ramoops failed with error -22
  142. [ 0.579147] hi3660-mbox e896b000.mailbox: Mailbox enabled
  143. [ 0.581063] uart-pl011 ffd74000.serial: could not find pctldev for node /soc/pinmux@e896c000/uart3_pmx_func, deferring probe
  144. [ 0.603251] genirq: Flags mismatch irq 15. 00000004 (mailbox-10) vs. 00000004 (e896b000.mailbox)
  145. [ 0.603264] hisi_mailbox_dev(714):fast source mailbox-10 request gic_1_irq 15 failed\x0a
  146. [ 0.603273] hisi_mailbox(731):mdev mailbox-10 request irq failed\x0a
  147. [ 0.603283] hisi_mailbox(829):tx mdev mailbox-10 startup failed\x0a
  148. [ 0.603531] genirq: Flags mismatch irq 15. 00000004 (mailbox-13) vs. 00000004 (e896b000.mailbox)
  149. [ 0.603536] hisi_mailbox_dev(714):fast source mailbox-13 request gic_1_irq 15 failed\x0a
  150. [ 0.603545] hisi_mailbox(731):mdev mailbox-13 request irq failed\x0a
  151. [ 0.603554] hisi_mailbox(829):tx mdev mailbox-13 startup failed\x0a
  152. [ 0.603795] genirq: Flags mismatch irq 15. 00000004 (mailbox-16) vs. 00000004 (e896b000.mailbox)
  153. [ 0.603801] hisi_mailbox_dev(714):fast source mailbox-16 request gic_1_irq 15 failed\x0a
  154. [ 0.603809] hisi_mailbox(731):mdev mailbox-16 request irq failed\x0a
  155. [ 0.603817] hisi_mailbox(829):tx mdev mailbox-16 startup failed\x0a
  156. [ 0.604029] genirq: Flags mismatch irq 15. 00000004 (mailbox-25) vs. 00000004 (e896b000.mailbox)
  157. [ 0.604034] hisi_mailbox_dev(714):fast source mailbox-25 request gic_1_irq 15 failed\x0a
  158. [ 0.604042] hisi_mailbox(731):mdev mailbox-25 request irq failed\x0a
  159. [ 0.604051] hisi_mailbox(829):tx mdev mailbox-25 startup failed\x0a
  160. [ 0.604134] genirq: Flags mismatch irq 15. 00000004 (mailbox-27) vs. 00000004 (e896b000.mailbox)
  161. [ 0.604139] hisi_mailbox_dev(714):fast source mailbox-27 request gic_1_irq 15 failed\x0a
  162. [ 0.604147] hisi_mailbox(731):mdev mailbox-27 request irq failed\x0a
  163. [ 0.604156] hisi_mailbox(829):tx mdev mailbox-27 startup failed\x0a
  164. [ 0.604233] genirq: Flags mismatch irq 15. 00000004 (mailbox-28) vs. 00000004 (e896b000.mailbox)
  165. [ 0.604239] hisi_mailbox_dev(714):fast source mailbox-28 request gic_1_irq 15 failed\x0a
  166. [ 0.604247] hisi_mailbox(731):mdev mailbox-28 request irq failed\x0a
  167. [ 0.604256] hisi_mailbox(829):tx mdev mailbox-28 startup failed\x0a
  168. [ 0.604332] genirq: Flags mismatch irq 15. 00000004 (mailbox-29) vs. 00000004 (e896b000.mailbox)
  169. [ 0.604338] hisi_mailbox_dev(714):fast source mailbox-29 request gic_1_irq 15 failed\x0a
  170. [ 0.604346] hisi_mailbox(731):mdev mailbox-29 request irq failed\x0a
  171. [ 0.604354] hisi_mailbox(829):tx mdev mailbox-29 startup failed\x0a
  172. [ 0.659613] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  173. [ 0.740621] raid6: int64x1 gen() 719 MB/s
  174. [ 0.807666] raid6: int64x1 xor() 720 MB/s
  175. [ 0.875570] raid6: int64x2 gen() 1054 MB/s
  176. [ 0.943656] raid6: int64x2 xor() 924 MB/s
  177. [ 1.011738] raid6: int64x4 gen() 1504 MB/s
  178. [ 1.079782] raid6: int64x4 xor() 1132 MB/s
  179. [ 1.147871] raid6: int64x8 gen() 1605 MB/s
  180. [ 1.215953] raid6: int64x8 xor() 1106 MB/s
  181. [ 1.284006] raid6: neonx1 gen() 1059 MB/s
  182. [ 1.352103] raid6: neonx1 xor() 1047 MB/s
  183. [ 1.420172] raid6: neonx2 gen() 1666 MB/s
  184. [ 1.488238] raid6: neonx2 xor() 1476 MB/s
  185. [ 1.556328] raid6: neonx4 gen() 2217 MB/s
  186. [ 1.624394] raid6: neonx4 xor() 1716 MB/s
  187. [ 1.692458] raid6: neonx8 gen() 1983 MB/s
  188. [ 1.760543] raid6: neonx8 xor() 1641 MB/s
  189. [ 1.760551] raid6: using algorithm neonx4 gen() 2217 MB/s
  190. [ 1.760558] raid6: .... xor() 1716 MB/s, rmw enabled
  191. [ 1.760565] raid6: using intx1 recovery algorithm
  192. [ 1.761160] ACPI: Interpreter disabled.
  193. [ 1.762364] hisi_smmu_probe_lpae, smmu_phy_pgtable_addr is = b5e667a0
  194. [ 1.762610] vgaarb: loaded
  195. [ 1.763038] SCSI subsystem initialized
  196. [ 1.763833] libata version 3.00 loaded.
  197. [ 1.763983] ssp-pl022 ffd68000.spi: could not find pctldev for node /soc/pinmux@fff11000/spi2_pmx_func, deferring probe
  198. [ 1.764022] ssp-pl022 ff3b3000.spi: could not find pctldev for node /soc/pinmux@ff3b6000/spi3_pmx_func, deferring probe
  199. [ 1.764605] usbcore: registered new interface driver usbfs
  200. [ 1.764686] usbcore: registered new interface driver hub
  201. [ 1.764840] usbcore: registered new device driver usb
  202. [ 1.764900] tcpc_class_init_1.1.1_G
  203. [ 1.764958] TCPC class init OK
  204. [ 1.764979] Init Richtek RegMap
  205. [ 1.765319] i2c_designware ffd71000.i2c: could not find pctldev for node /soc/pinmux@fff11000/i2c0_pmx_func, deferring probe
  206. [ 1.765357] i2c_designware ffd72000.i2c: could not find pctldev for node /soc/pinmux@fff11000/i2c1_pmx_func, deferring probe
  207. [ 1.765399] i2c_designware fdf0b000.i2c: could not find pctldev for node /soc/pinmux@fff11000/i2c7_pmx_func, deferring probe
  208. [ 1.765611] Linux video capture interface: v2.00
  209. [ 1.766022] dmi: Firmware registration failed.
  210. [ 1.766375] Ion: invalid heap-name in node iommu_info, please check the name
  211. [ 1.766386] Ion: invalid heap-name in node linear, please check the name
  212. [ 1.766452] Ion: node name [heap_sys_user], heap-name [sys_heap]
  213. [ 1.766467] Ion: heap index 0 : name sys_heap base 0x0 size 0x0 id 0 type 0
  214. [ 1.766475] Ion: heap sys_heap base =0, try to find dynamic area
  215. [ 1.766482] Ion: name = sys_heap, table name carveout_gralloc
  216. [ 1.766489] Ion: name = sys_heap, table name
  217. [ 1.766496] Ion: name = sys_heap, table name
  218. [ 1.766503] Ion: name = sys_heap, table name
  219. [ 1.766509] Ion: name = sys_heap, table name
  220. [ 1.766527] Ion: node name [heap_sys_contig], heap-name [sys_contig]
  221. [ 1.766538] Ion: heap index 1 : name sys_contig base 0x0 size 0x0 id 1 type 1
  222. [ 1.766546] Ion: heap sys_contig base =0, try to find dynamic area
  223. [ 1.766553] Ion: name = sys_contig, table name carveout_gralloc
  224. [ 1.766559] Ion: name = sys_contig, table name
  225. [ 1.766566] Ion: name = sys_contig, table name
  226. [ 1.766572] Ion: name = sys_contig, table name
  227. [ 1.766579] Ion: name = sys_contig, table name
  228. [ 1.766597] Ion: node name [heap_carveout_gralloc], heap-name [carveout_gralloc]
  229. [ 1.766608] Ion: heap index 2 : name carveout_gralloc base 0x0 size 0x0 id 2 type 2
  230. [ 1.766616] Ion: heap carveout_gralloc base =0, try to find dynamic area
  231. [ 1.766623] Ion: name = carveout_gralloc, table name carveout_gralloc
  232. [ 1.766630] Ion: have found heap name carveout_gralloc base = 0xbe200000, size 31457280
  233. [ 1.766648] Ion: node name [heap_camera], heap-name [camera_heap]
  234. [ 1.766659] Ion: type name error ion_dma_pool!
  235. [ 1.766679] in hisi_ion_enable_iommu start
  236. [ 1.766696] get_domain_data_lpae:start_addr 0x40000, size 0xbffc0000 align 0x8000
  237. [ 1.766713] Ion: id 0 name sys_heap base 0 size 0
  238. [ 1.768074] Ion: adding heap sys_heap of type 0 with 0@0
  239. [ 1.768084] Ion: id 1 name sys_contig base 0 size 0
  240. [ 1.768109] Ion: adding heap sys_contig of type 1 with 0@0
  241. [ 1.768118] Ion: id 2 name carveout_gralloc base 3189768192 size 31457280
  242. [ 1.772430] Ion: adding heap carveout_gralloc of type 2 with be200000@1e00000
  243. [ 1.776904] Advanced Linux Sound Architecture Driver Initialized.
  244. [ 1.777454] Bluetooth: Core ver 2.22
  245. [ 1.777488] NET: Registered protocol family 31
  246. [ 1.777495] Bluetooth: HCI device and connection manager initialized
  247. [ 1.777512] Bluetooth: HCI socket layer initialized
  248. [ 1.777524] Bluetooth: L2CAP socket layer initialized
  249. [ 1.777569] Bluetooth: SCO socket layer initialized
  250. [ 1.780669] NetLabel: Initializing
  251. [ 1.780678] NetLabel: domain hash size = 128
  252. [ 1.780684] NetLabel: protocols = UNLABELED CIPSOv4
  253. [ 1.780739] NetLabel: unlabeled traffic allowed by default
  254. [ 1.785802] clocksource: Switched to clocksource arch_sys_counter
  255. [ 1.881561] VFS: Disk quotas dquot_6.6.0
  256. [ 1.881666] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  257. [ 1.882417] pnp: PnP ACPI: disabled
  258. [ 1.890862] NET: Registered protocol family 2
  259. [ 1.891451] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  260. [ 1.891630] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
  261. [ 1.891995] TCP: Hash tables configured (established 32768 bind 32768)
  262. [ 1.892058] UDP hash table entries: 2048 (order: 4, 65536 bytes)
  263. [ 1.892114] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
  264. [ 1.892374] NET: Registered protocol family 1
  265. [ 1.892414] PCI: CLS 0 bytes, default 128
  266. [ 1.892720] Trying to unpack rootfs image as initramfs...
  267. [ 1.933835] Freeing initrd memory: 1248K
  268. [ 1.935046] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
  269. [ 1.935520] kvm [1]: HYP mode not available
  270. [ 1.939231] audit: initializing netlink subsys (disabled)
  271. [ 1.939322] audit: type=2000 audit(1.883:1): initialized
  272. [ 1.945554] workingset: timestamp_bits=46 max_order=20 bucket_order=0
  273. [ 1.950584] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  274. [ 1.950742] fuse init (API version 7.26)
  275. [ 1.950921] 9p: Installing v9fs 9p2000 file system support
  276. [ 1.951193] SELinux: Registering netfilter hooks
  277. [ 1.955853] io scheduler noop registered
  278. [ 1.955911] io scheduler cfq registered (default)
  279. [ 1.957073] pinctrl-single e896c000.pinmux: 124 pins at pa ffffff800945c000 size 496
  280. [ 1.957227] pinctrl-single ff37e000.pinmux: 6 pins at pa ffffff800945e000 size 24
  281. [ 1.957365] pinctrl-single ff3b6000.pinmux: 12 pins at pa ffffff8009460000 size 48
  282. [ 1.957495] pinctrl-single ff3fd000.pinmux: 6 pins at pa ffffff8009462000 size 24
  283. [ 1.957667] pinctrl-single fff11000.pinmux: 42 pins at pa ffffff8009464000 size 168
  284. [ 1.957977] pinctrl-single e896c800.pinmux: 128 pins at pa ffffff8009466800 size 512
  285. [ 1.958115] pinctrl-single ff3b6800.pinmux: 6 pins at pa ffffff8009468800 size 24
  286. [ 1.958261] pinctrl-single ff3fd800.pinmux: 6 pins at pa ffffff800946a800 size 24
  287. [ 1.958400] pinctrl-single ff37e800.pinmux: 6 pins at pa ffffff800946c800 size 24
  288. [ 1.958582] pinctrl-single fff11800.pinmux: 47 pins at pa ffffff800946e800 size 188
  289. [ 1.959415] pl061_gpio e8a0b000.gpio: PL061 GPIO chip @0x00000000e8a0b000 registered
  290. [ 1.959899] pl061_gpio e8a0c000.gpio: PL061 GPIO chip @0x00000000e8a0c000 registered
  291. [ 1.960355] pl061_gpio e8a0d000.gpio: PL061 GPIO chip @0x00000000e8a0d000 registered
  292. [ 1.960822] pl061_gpio e8a0e000.gpio: PL061 GPIO chip @0x00000000e8a0e000 registered
  293. [ 1.961273] pl061_gpio e8a0f000.gpio: PL061 GPIO chip @0x00000000e8a0f000 registered
  294. [ 1.961724] pl061_gpio e8a10000.gpio: PL061 GPIO chip @0x00000000e8a10000 registered
  295. [ 1.962210] pl061_gpio e8a11000.gpio: PL061 GPIO chip @0x00000000e8a11000 registered
  296. [ 1.962679] pl061_gpio e8a12000.gpio: PL061 GPIO chip @0x00000000e8a12000 registered
  297. [ 1.963136] pl061_gpio e8a13000.gpio: PL061 GPIO chip @0x00000000e8a13000 registered
  298. [ 1.963590] pl061_gpio e8a14000.gpio: PL061 GPIO chip @0x00000000e8a14000 registered
  299. [ 1.964046] pl061_gpio e8a15000.gpio: PL061 GPIO chip @0x00000000e8a15000 registered
  300. [ 1.964504] pl061_gpio e8a16000.gpio: PL061 GPIO chip @0x00000000e8a16000 registered
  301. [ 1.964970] pl061_gpio e8a17000.gpio: PL061 GPIO chip @0x00000000e8a17000 registered
  302. [ 1.965435] pl061_gpio e8a18000.gpio: PL061 GPIO chip @0x00000000e8a18000 registered
  303. [ 1.967116] pl061_gpio e8a19000.gpio: PL061 GPIO chip @0x00000000e8a19000 registered
  304. [ 1.967773] pl061_gpio e8a1a000.gpio: PL061 GPIO chip @0x00000000e8a1a000 registered
  305. [ 1.968320] pl061_gpio e8a1b000.gpio: PL061 GPIO chip @0x00000000e8a1b000 registered
  306. [ 1.968858] pl061_gpio e8a1c000.gpio: PL061 GPIO chip @0x00000000e8a1c000 registered
  307. [ 1.969444] pl061_gpio ff3b4000.gpio: PL061 GPIO chip @0x00000000ff3b4000 registered
  308. [ 1.970043] pl061_gpio ff3b5000.gpio: PL061 GPIO chip @0x00000000ff3b5000 registered
  309. [ 1.970597] pl061_gpio e8a1f000.gpio: PL061 GPIO chip @0x00000000e8a1f000 registered
  310. [ 1.971152] pl061_gpio e8a20000.gpio: PL061 GPIO chip @0x00000000e8a20000 registered
  311. [ 1.971728] pl061_gpio fff0b000.gpio: PL061 GPIO chip @0x00000000fff0b000 registered
  312. [ 1.972287] pl061_gpio fff0c000.gpio: PL061 GPIO chip @0x00000000fff0c000 registered
  313. [ 1.972858] pl061_gpio fff0d000.gpio: PL061 GPIO chip @0x00000000fff0d000 registered
  314. [ 1.973435] pl061_gpio fff0e000.gpio: PL061 GPIO chip @0x00000000fff0e000 registered
  315. [ 1.974083] pl061_gpio fff0f000.gpio: PL061 GPIO chip @0x00000000fff0f000 registered
  316. [ 1.974738] pl061_gpio fff10000.gpio: PL061 GPIO chip @0x00000000fff10000 registered
  317. [ 1.975292] pl061_gpio fff1d000.gpio: PL061 GPIO chip @0x00000000fff1d000 registered
  318. [ 2.010394] OF: PCI: host bridge /soc/pcie@f4000000 ranges:
  319. [ 2.010443] OF: PCI: MEM 0xf6000000..0xf7ffffff -> 0x00000000
  320. [ 3.011568] Kirin-pcie f4000000.pcie: Link Fail
  321. [ 3.011859] Kirin-pcie f4000000.pcie: PCI host bridge to bus 0000:00
  322. [ 3.011876] pci_bus 0000:00: root bus resource [bus 00-01]
  323. [ 3.011886] pci_bus 0000:00: root bus resource [mem 0xf6000000-0xf7ffffff] (bus address [0x00000000-0x01ffffff])
  324. [ 3.011935] pci 0000:00:00.0: [19e5:3660] type 01 class 0x060400
  325. [ 3.011980] pci 0000:00:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
  326. [ 3.012154] pci 0000:00:00.0: supports D1 D2
  327. [ 3.012163] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
  328. [ 3.012660] pci 0000:00:00.0: BAR 0: assigned [mem 0xf6000000-0xf6ffffff]
  329. [ 3.012676] pci 0000:00:00.0: PCI bridge to [bus 01]
  330. [ 3.013124] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt
  331. [ 3.013138] pcie_pme 0000:00:00.0:pcie001: service driver pcie_pme loaded
  332. [ 3.013311] aer 0000:00:00.0:pcie002: service driver aer loaded
  333. [ 3.019032] hisi-asp-dma e804b000.asp_dmac: initialized
  334. [ 3.023059] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  335. [ 3.025712] [drm] Initialized
  336. [ 3.026446] [drm] wait for external HDMI bridge driver.
  337. [ 3.026708] mali e82c0000.mali: Continuing without Mali regulator control
  338. [ 3.032634] mali e82c0000.mali: GPU identified as 0x0 arch 6.0.10 r0p0 status 2
  339. [ 3.033659] OF: ERROR: Bad of_node_put() on /mali@E82C0000
  340. [ 3.033670] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G S 4.9.60-02839-g9ea4cdd-dirty #1
  341. [ 3.033675] Hardware name: HiKey960 (DT)
  342. [ 3.033680] Call trace:
  343. [ 3.033696] [<ffffff800808a194>] dump_backtrace+0x0/0x1dc
  344. [ 3.033703] [<ffffff800808a514>] show_stack+0x20/0x28
  345. [ 3.033711] [<ffffff800851a590>] dump_stack+0xa8/0xe0
  346. [ 3.033720] [<ffffff80089b7aa4>] of_node_release+0xa4/0xa8
  347. [ 3.033726] [<ffffff800851cc70>] kobject_put+0x80/0xdc
  348. [ 3.033731] [<ffffff80089b70b0>] of_node_put+0x24/0x30
  349. [ 3.033736] [<ffffff80089b36a8>] of_find_compatible_node+0xbc/0xe8
  350. [ 3.033747] [<ffffff80086c2dac>] kbase_ipa_model_add_param_string+0x68/0x144
  351. [ 3.033752] [<ffffff80086c27ec>] kbase_simple_power_model_init+0x130/0x178
  352. [ 3.033757] [<ffffff80086c2f3c>] kbase_ipa_init_model+0x68/0xf0
  353. [ 3.033762] [<ffffff80086c306c>] kbase_ipa_init+0xa8/0x248
  354. [ 3.033771] [<ffffff80086d0a64>] kbase_devfreq_init+0x19c/0x50c
  355. [ 3.033777] [<ffffff80086b73d4>] kbase_platform_device_probe+0x604/0xc5c
  356. [ 3.033785] [<ffffff80086dae48>] platform_drv_probe+0x58/0xd0
  357. [ 3.033791] [<ffffff80086d9220>] driver_probe_device+0x224/0x2c4
  358. [ 3.033796] [<ffffff80086d937c>] __driver_attach+0xbc/0xc0
  359. [ 3.033802] [<ffffff80086d724c>] bus_for_each_dev+0x6c/0xac
  360. [ 3.033807] [<ffffff80086d950c>] driver_attach+0x2c/0x34
  361. [ 3.033812] [<ffffff80086d7ad0>] bus_add_driver+0x1c0/0x224
  362. [ 3.033817] [<ffffff80086d9f20>] driver_register+0x7c/0x114
  363. [ 3.033825] [<ffffff80086dbc80>] __platform_driver_register+0x60/0x6c
  364. [ 3.033834] [<ffffff8009115594>] kbase_platform_driver_init+0x18/0x20
  365. [ 3.033842] [<ffffff80090d0d10>] do_one_initcall+0x88/0x11c
  366. [ 3.033847] [<ffffff80090d0f6c>] kernel_init_freeable+0x1c8/0x268
  367. [ 3.033857] [<ffffff8008d067d4>] kernel_init+0x20/0x140
  368. [ 3.033863] [<ffffff8008083680>] ret_from_fork+0x10/0x50
  369. [ 3.034106] mali e82c0000.mali: Couldn't find power_model DT node matching 'arm,mali-g71-power-model'
  370. [ 3.034490] Error reading temperature for gpu thermal zone: -22
  371. [ 3.039313] mali e82c0000.mali: Using configured power model mali-g71-power-model, and fallback mali-simple-power-model
  372. [ 3.044164] mali e82c0000.mali: Probed as mali0
  373. [ 3.120216] brd: module loaded
  374. [ 3.141820] Error reading temperature for gpu thermal zone: -22
  375. [ 3.160840] loop: module loaded
  376. [ 3.161238] [I/GPIO_HUB] gpio_hub_probe: step in
  377. [ 3.161535] [I/GPIO_HUB] gpio_hub_init:gpio hub init status:0
  378. [ 3.168799] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
  379. [ 3.168816] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
  380. [ 3.168826] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
  381. [ 3.168839] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
  382. [ 3.190439] scsi host0: ufshcd
  383. [ 3.203914] libphy: Fixed MDIO Bus: probed
  384. [ 3.203926] tun: Universal TUN/TAP device driver, 1.6
  385. [ 3.203933] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  386. [ 3.204683] PPP generic driver version 2.4.2
  387. [ 3.204864] PPP BSD Compression module registered
  388. [ 3.204873] PPP Deflate Compression module registered
  389. [ 3.204909] PPP MPPE Compression module registered
  390. [ 3.205099] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  391. [ 3.205185] usbcore: registered new interface driver pegasus
  392. [ 3.205264] usbcore: registered new interface driver rtl8150
  393. [ 3.205341] usbcore: registered new interface driver r8152
  394. [ 3.205416] usbcore: registered new interface driver asix
  395. [ 3.205491] usbcore: registered new interface driver ax88179_178a
  396. [ 3.205568] usbcore: registered new interface driver cdc_ether
  397. [ 3.205646] usbcore: registered new interface driver dm9601
  398. [ 3.205722] usbcore: registered new interface driver CoreChips
  399. [ 3.205875] usbcore: registered new interface driver smsc75xx
  400. [ 3.205948] usbcore: registered new interface driver smsc95xx
  401. [ 3.206021] usbcore: registered new interface driver net1080
  402. [ 3.206099] usbcore: registered new interface driver plusb
  403. [ 3.206176] usbcore: registered new interface driver cdc_subset
  404. [ 3.206251] usbcore: registered new interface driver zaurus
  405. [ 3.206325] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
  406. [ 3.206410] usbcore: registered new interface driver cdc_ncm
  407. [ 3.207011] [USB3][hisi_dwc3_probe]+
  408. [ 3.207201] [USB3][get_phy_param]eye diagram param: 0x1c466e3
  409. [ 3.207210] [USB3][get_phy_param]eye diagram host param: 0x1c466e3
  410. [ 3.207220] [USB3][get_phy_param]usb3_phy_cr_param: 0xb80
  411. [ 3.207227] [USB3][get_phy_param]usb3_phy_host_cr_param: 0x980
  412. [ 3.207239] [USB3][get_phy_param]usb3_phy_tx_vboost_lvl: 5
  413. [ 3.207276] [USB3][get_resource]this is asic platform (fpga flag 0)
  414. [ 3.207283] [USB3][create_attr_file]+
  415. [ 3.207455] [USB3][create_attr_file]-
  416. [ 3.207467] [USB3][hi3660_usb3phy_init]+
  417. [ 3.233906] [USB3][config_femtophy_param]set hs phy param 0x1c466e3 for device
  418. [ 3.234441] [USB3][config_femtophy_param]set ss phy rx equalization 0xb80
  419. [ 3.235302] [USB3][config_femtophy_param]set ss RX_SCOPE_VDCC 0x1
  420. [ 3.235311] [USB3][config_femtophy_param]set ss phy tx vboost lvl 0x5
  421. [ 3.235320] [USB3][set_hisi_dwc3_power_flag]set hisi_dwc3_power_flag 1
  422. [ 3.235327] [USB3][hi3660_usb3phy_init]-
  423. [ 3.236375] [dwc3_otg_init]+
  424. [ 3.236386] DWC3_OCFG:\x090x0
  425. [ 3.236393] DWC3_OCTL:\x090x40
  426. [ 3.236401] DWC3_OEVT:\x090x80000000
  427. [ 3.236408] DWC3_OEVTEN:\x090x0
  428. [ 3.236415] DWC3_OSTS:\x090x19
  429. [ 3.236421] DWC3_BCFG:\x090x0
  430. [ 3.236428] DWC3_BCEVT:\x090x0
  431. [ 3.236438] DWC3_BCEVTEN:\x090x0
  432. [ 3.236444] [dwc3_otg_init]-
  433. [ 3.236501] dwc3 ff100000.dwc3: dwc3_host_init if otg, otg will do device_add.
  434. [ 3.240158] [USB3][hisi_dwc3_wake_lock]usb otg wake lock
  435. [ 3.240177] [USB3][hisi_dwc3_probe]init state: OFF
  436. [ 3.240185] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:1
  437. [ 3.240192] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:1
  438. [ 3.240200] [USB3][hisi_usb_otg_event]event: 1
  439. [ 3.240209] [USB3][hisi_dwc3_probe]-
  440. [ 3.240966] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  441. [ 3.240975] ehci-pci: EHCI PCI platform driver
  442. [ 3.241014] ehci-platform: EHCI generic platform driver
  443. [ 3.241171] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  444. [ 3.241197] ohci-pci: OHCI PCI platform driver
  445. [ 3.241241] ohci-platform: OHCI generic platform driver
  446. [ 3.241663] usbcore: registered new interface driver cdc_acm
  447. [ 3.241670] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  448. [ 3.241707] usbcore: registered new interface driver usb-storage
  449. [ 3.241968] [USB3][event_work]+
  450. [ 3.241978] [USB3][handle_event][handle_event] type: 1
  451. [ 3.241986] [dwc3_otg_work]+\x0a evt = 4
  452. [ 3.241994] [dwc3_otg_stop_peripheral]+
  453. [ 3.242001] [dwc3_otg_stop_peripheral]-
  454. [ 3.242008] [dwc3_suspend_device] +
  455. [ 3.242208] [dwc3_suspend_device] -
  456. [ 3.242216] [dwc3_otg_work]-
  457. [ 3.242225] [USB3][hisi_dwc3_wake_unlock]usb otg wake unlock
  458. [ 3.242235] [USB3][handle_event]hisi usb status: DEVICE -> OFF
  459. [ 3.242242] [USB3][event_work]-
  460. [ 3.242740] usbcore: registered new interface driver usbserial
  461. [ 3.242815] usbcore: registered new interface driver usbserial_generic
  462. [ 3.242894] usbserial: USB Serial support registered for generic
  463. [ 3.242969] usbcore: registered new interface driver ftdi_sio
  464. [ 3.243040] usbserial: USB Serial support registered for FTDI USB Serial Device
  465. [ 3.243113] usbcore: registered new interface driver option
  466. [ 3.243184] usbserial: USB Serial support registered for GSM modem (1-port)
  467. [ 3.243259] usbcore: registered new interface driver pl2303
  468. [ 3.243331] usbserial: USB Serial support registered for pl2303
  469. [ 3.243403] usbcore: registered new interface driver qcserial
  470. [ 3.243473] usbserial: USB Serial support registered for Qualcomm USB modem
  471. [ 3.243550] usbcore: registered new interface driver usb_serial_simple
  472. [ 3.243623] usbserial: USB Serial support registered for carelink
  473. [ 3.243697] usbserial: USB Serial support registered for zio
  474. [ 3.243772] usbserial: USB Serial support registered for funsoft
  475. [ 3.243846] usbserial: USB Serial support registered for flashloader
  476. [ 3.243917] usbserial: USB Serial support registered for google
  477. [ 3.243990] usbserial: USB Serial support registered for vivopay
  478. [ 3.244063] usbserial: USB Serial support registered for moto_modem
  479. [ 3.244138] usbserial: USB Serial support registered for novatel_gps
  480. [ 3.244209] usbserial: USB Serial support registered for hp4x
  481. [ 3.244281] usbserial: USB Serial support registered for suunto
  482. [ 3.244353] usbserial: USB Serial support registered for siemens_mpi
  483. [ 3.244561] gadgetfs: USB Gadget filesystem, version 24 Aug 2004
  484. [ 3.244569] [I/hisi_pd] pd_dpm_init
  485. [ 3.244794] [I/hisi_pd] pd_dpm_probe : +++++++++
  486. [ 3.244930] [I/hisi_pd] pd_dpm_probe ++++\x0d\x0a\x0d
  487. [ 3.249564] rt1711h_init (1.1.8_G): initializing...
  488. [ 3.249617] rt1711h node found...
  489. [ 3.249838] Error reading temperature for gpu thermal zone: -22
  490. [ 3.250211] mousedev: PS/2 mouse device common for all mice
  491. [ 3.251378] rtc-pl031 fff04000.rtc: rtc core: registered pl031 as rtc0
  492. [ 3.251769] i2c /dev entries driver
  493. [ 3.253726] hi3660_thermal fff30000.tsensor: failed to register thermal sensor0: -19
  494. [ 3.253746] hi3660_thermal fff30000.tsensor: failed to register thermal sensor1: -19
  495. [ 3.253801] hi3660_thermal fff30000.tsensor: failed to register thermal sensor2: -19
  496. [ 3.253820] hi3660_thermal fff30000.tsensor: failed to register thermal sensor3: -19
  497. [ 3.253879] hi3660_thermal fff30000.tsensor: failed to register thermal sensor5: -19
  498. [ 3.253886] hi3660_thermal fff30000.tsensor: Thermal Sensor Loaded
  499. [ 3.254399] sp805-wdt e8a06000.watchdog: registration successful
  500. [ 3.254577] sp805-wdt e8a07000.watchdog: registration successful
  501. [ 3.254719] device-mapper: uevent: version 1.0.3
  502. [ 3.254946] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
  503. [ 3.260727] Bluetooth: HCI UART driver ver 2.3
  504. [ 3.260741] Bluetooth: HCI UART protocol H4 registered
  505. [ 3.260810] Bluetooth: HCI UART protocol LL registered
  506. [ 3.260872] usbcore: registered new interface driver btusb
  507. [ 3.264572] DT idle-states: /cpus/idle-states/cpu-sleep idle state not valid, bailing out
  508. [ 3.266723] sdhci: Secure Digital Host Controller Interface driver
  509. [ 3.266731] sdhci: Copyright(c) Pierre Ossman
  510. [ 3.266766] Synopsys Designware Multimedia Card Interface Driver
  511. [ 3.267484] dwmmc_k3 ff37f000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default
  512. [ 3.269830] dwmmc_k3 ff37f000.dwmmc1: IDMAC supports 64-bit address mode.
  513. [ 3.270000] dwmmc_k3 ff37f000.dwmmc1: Using internal DMA controller.
  514. [ 3.270013] dwmmc_k3 ff37f000.dwmmc1: Version ID is 270a
  515. [ 3.270083] dwmmc_k3 ff37f000.dwmmc1: DW MMC controller at irq 54,32 bit host data width,256 deep fifo
  516. [ 3.270474] dwmmc_k3 ff37f000.dwmmc1: Got CD GPIO
  517. [ 3.292031] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  518. [ 3.310230] dwmmc_k3 ff37f000.dwmmc1: 1 slots initialized
  519. [ 3.310552] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  520. [ 3.313655] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
  521. [ 3.313818] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
  522. [ 3.313830] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
  523. [ 3.313883] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 55,32 bit host data width,256 deep fifo
  524. [ 3.314245] sdhci-pltfm: SDHCI platform and OF driver helper
  525. [ 3.316177] ledtrig-cpu: registered to indicate activity on CPUs
  526. [ 3.316263] hidraw: raw HID events driver (C) Jiri Kosina
  527. [ 3.317504] usbcore: registered new interface driver usbhid
  528. [ 3.317511] usbhid: USB HID core driver
  529. [ 3.317867] ashmem: initialized
  530. [ 3.317921] nanohub: loaded; ret=0
  531. [ 3.321269] hi6220-irq-debug fff32000.fiq-debugger: No signal IRQ, error=-6
  532. [ 3.321285] hi6220-irq-debug fff32000.fiq-debugger: No wakeup IRQ, error=-6
  533. [ 3.524950] ufshcd-hi3660 ff3b0000.ufs: ufshcd_read_desc_param: Failed reading descriptor. desc_id 0 param_offset 0 buff_len 31 ret 0
  534. [ 3.524965] ufshcd-hi3660 ff3b0000.ufs: ufs_get_device_info: Failed reading Device Desc. err = -22
  535. [ 3.524978] ufshcd-hi3660 ff3b0000.ufs: ufs_advertise_fixup_device: Failed getting device info. err = -22
  536. [ 3.526922] ufs final power mode: gear = 3, lane = 1, pwr = 1, rate = 2
  537. [ 3.526935] ufshcd-hi3660 ff3b0000.ufs: set TX_EQUALIZER 3.5db
  538. [ 3.529116] ufshcd-hi3660 ff3b0000.ufs: check TX_EQUALIZER DB value lane0 = 0x1
  539. [ 3.529331] ufshcd-hi3660 ff3b0000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
  540. [ 3.530913] scsi 0:0:0:49488: scsi_add_lun: correcting incorrect peripheral device type 0x0 for W-LUN 0x c150hN
  541. [ 3.530929] scsi 0:0:0:49488: Well-known LUN SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  542. [ 3.608014] scsi 0:0:0:49456: scsi_add_lun: correcting incorrect peripheral device type 0x0 for W-LUN 0x c130hN
  543. [ 3.608018] scsi 0:0:0:49456: Well-known LUN SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  544. [ 3.666541] scsi 0:0:0:49476: scsi_add_lun: correcting incorrect peripheral device type 0x0 for W-LUN 0x c144hN
  545. [ 3.666544] scsi 0:0:0:49476: Well-known LUN SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  546. [ 3.722375] scsi 0:0:0:0: Direct-Access SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  547. [ 3.782538] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  548. [ 3.782549] sd 0:0:0:0: [sda] 16384-byte physical blocks
  549. [ 3.783632] sd 0:0:0:0: [sda] Write Protect is off
  550. [ 3.783653] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
  551. [ 3.783891] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
  552. [ 3.786479] scsi 0:0:0:1: Direct-Access SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  553. [ 3.787356] sd 0:0:0:0: [sda] Attached SCSI disk
  554. [ 3.823000] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB)
  555. [ 3.823003] sd 0:0:0:1: [sdb] 16384-byte physical blocks
  556. [ 3.823391] scsi 0:0:0:2: Direct-Access SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  557. [ 3.824862] sd 0:0:0:1: [sdb] Write Protect is off
  558. [ 3.824866] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10
  559. [ 3.825434] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
  560. [ 3.830682] sd 0:0:0:1: [sdb] Attached SCSI disk
  561. [ 3.858975] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB)
  562. [ 3.858977] sd 0:0:0:2: [sdc] 16384-byte physical blocks
  563. [ 3.859407] scsi 0:0:0:3: Direct-Access SAMSUNG KLUBG4G1CE-B0B1 1000 PQ: 0 ANSI: 6
  564. [ 3.859851] sd 0:0:0:2: [sdc] Write Protect is off
  565. [ 3.859853] sd 0:0:0:2: [sdc] Mode Sense: 00 32 00 10
  566. [ 3.860141] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA
  567. [ 3.862401] Alternate GPT is invalid, using primary GPT.
  568. [ 3.862407] sdc: sdc1
  569. [ 3.863511] sd 0:0:0:2: [sdc] Attached SCSI disk
  570. [ 3.911051] sd 0:0:0:3: [sdd] 7805952 4096-byte logical blocks: (32.0 GB/29.8 GiB)
  571. [ 3.911053] sd 0:0:0:3: [sdd] 16384-byte physical blocks
  572. [ 3.911673] sd 0:0:0:3: [sdd] Write Protect is off
  573. [ 3.911676] sd 0:0:0:3: [sdd] Mode Sense: 00 32 00 10
  574. [ 3.911801] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA
  575. [ 3.912565] random: fast init done
  576. [ 3.913876] Alternate GPT is invalid, using primary GPT.
  577. [ 3.913888] sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12 sdd13
  578. [ 3.915842] sd 0:0:0:3: [sdd] Attached SCSI disk
  579. [ 6.961530] console [ttyFIQ0] enabled
  580. [ 6.965357] Registered fiq debugger ttyFIQ0
  581. [ 6.970004] hisi_ddr_devfreq ddr_devfreq: init success
  582. [ 6.975503] optee: probing for conduit method from DT.
  583. [ 6.980708] optee: api uid mismatch
  584. [ 6.984371] hifi_misc [E][381155]:hifi_check_img_loaded:1472: hifi img is loaded fail: 0xfffffbdf.
  585. [ 6.994497] hifi pdev name[hifidsp].
  586. [ 6.998159] DRV_IPCIntInit begin.
  587. [ 7.001507] DRV_IPCIntInit line = 220
  588. [ 7.005218] BSP_DRV_IPCIntInit end.
  589. [ 7.008748] func = mailbox_init, line = 695 baseaddr = 0x8b5f9800
  590. [ 7.014923] mem_remap_type: phys_addr:0x8b5f9800 size:0x00010000 npages:17 vaddr:ffffff8009764800 offset:0x00000800
  591. [ 7.025488] i = 0, head_addr = 0xffffff80097648f0, data_addr = 0xffffff8009767cb0
  592. [ 7.033060] i = 1, head_addr = 0xffffff8009764850, data_addr = 0xffffff8009764cb0
  593. [ 7.040634] i = 2, head_addr = 0xffffff8009764918, data_addr = 0xffffff8009767cb0
  594. [ 7.048205] i = 3, head_addr = 0xffffff8009764878, data_addr = 0xffffff80097664b0
  595. [ 7.055778] <<<<<<<<<<<<<<mailbox_create_box cpu_id = 0>>>>>>>>>>>>>>
  596. [ 7.062294] ******************func = mailbox_init_all_handle line = 530 src_id = 1 dst_id = 4******************
  597. [ 7.072505] ******************func = mailbox_init_all_handle line = 530 src_id = 0 dst_id = 4******************
  598. [ 7.082716] ******************func = mailbox_init_all_handle line = 530 src_id = 4 dst_id = 1******************
  599. [ 7.092924] ******************func = mailbox_init_all_handle line = 530 src_id = 4 dst_id = 0******************
  600. [ 7.104346] mb init OK!
  601. [ 7.107534] mb->local_id = 0 dst_id = 0
  602. [ 7.111420] hifi_misc [I][385318]:ap_ipc_int_init:914: Enter ap_ipc_int_init
  603. [ 7.118553] hifi_misc [I][385552]:ap_ipc_int_init:919: Exit ap_ipc_int_init
  604. [ 7.125694] usbcore: registered new interface driver snd-usb-audio
  605. [ 7.132479] hisi_i2s e804f800.hisi_i2s: Registered as hisi_i2s
  606. [ 7.138472] u32 classifier
  607. [ 7.141204] Actions configured
  608. [ 7.144650] Netfilter messages via NETLINK v0.30.
  609. [ 7.149724] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  610. [ 7.156211] ctnetlink v0.93: registering with nfnetlink.
  611. [ 7.162003] xt_time: kernel timezone is -0000
  612. [ 7.166806] ip_tables: (C) 2000-2006 Netfilter Core Team
  613. [ 7.172269] arp_tables: arp_tables: (C) 2002 David S. Miller
  614. [ 7.178276] Initializing XFRM netlink socket
  615. [ 7.182947] NET: Registered protocol family 10
  616. [ 7.188417] mip6: Mobile IPv6
  617. [ 7.191435] ip6_tables: (C) 2000-2006 Netfilter Core Team
  618. [ 7.197979] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  619. [ 7.204233] NET: Registered protocol family 17
  620. [ 7.208743] NET: Registered protocol family 15
  621. [ 7.213260] Bridge firewalling registered
  622. [ 7.217779] Bluetooth: RFCOMM TTY layer initialized
  623. [ 7.222721] Bluetooth: RFCOMM socket layer initialized
  624. [ 7.227931] Bluetooth: RFCOMM ver 1.11
  625. [ 7.231727] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  626. [ 7.237720] Bluetooth: HIDP socket layer initialized
  627. [ 7.242741] 8021q: 802.1Q VLAN Support v1.8
  628. [ 7.247076] 9pnet: Installing 9P2000 support
  629. [ 7.251976] Registered cp15_barrier emulation handler
  630. [ 7.257349] Registered setend emulation handler
  631. [ 7.262118] registered taskstats version 1
  632. [ 7.268729] Btrfs loaded, crc32c=crc32c-arm64-hw
  633. [ 7.279369] ffd74000.serial: ttyAMA3 at MMIO 0xffd74000 (irq = 21, base_baud = 0) is a PL011 rev2
  634. [ 7.288741] ssp-pl022 ffd68000.spi: ARM PL022 driver, device ID: 0x00041022
  635. [ 7.295840] ssp-pl022 ffd68000.spi: mapped registers from 0x00000000ffd68000 to ffffff80097cc000
  636. [ 7.304831] ssp-pl022 ffd68000.spi: setup for DMA on RX dma0chan0, TX dma0chan1
  637. [ 7.312676] ssp-pl022 ff3b3000.spi: ARM PL022 driver, device ID: 0x00041022
  638. [ 7.319748] ssp-pl022 ff3b3000.spi: mapped registers from 0x00000000ff3b3000 to ffffff80097ce000
  639. [ 7.328672] ssp-pl022 ff3b3000.spi: setup for DMA on RX dma0chan2, TX dma0chan3
  640. [ 7.336931] rt1711_i2c_probe
  641. [ 7.339851] I2C functionality : OK...
  642. [ 7.345164] rt_parse_dt
  643. [ 7.347645] rt1711h_chipID = 0x2171
  644. [ 7.351174] regmap_device_register: name = rt1711-4e
  645. [ 7.356217] rt_regmap_rt1711-4e: rt register cache data init
  646. [ 7.362035] rt_regmap_rt1711-4e: cache cata init successfully
  647. [ 7.367997] tcpc_device_register register tcpc device (type_c_port0)
  648. [ 7.374481] [I/hisi_pd] tcpc_device_register register_pd_wake_unlock_notifier OK
  649. [ 7.381967] PD Timer number = 37
  650. [ 7.385938] tcpci_timer_init : init OK
  651. [ 7.390397] pd_parse_pdata
  652. [ 7.393135] pd_parse_pdata src pdo data =
  653. [ 7.397193] pd_parse_pdata 0: 0x00019064
  654. [ 7.401163] pd_parse_pdata snk pdo data =
  655. [ 7.405218] pd_parse_pdata 0: 0x000190c8
  656. [ 7.409186] pd_parse_pdata 1: 0x0002d0c8
  657. [ 7.413154] pd_parse_pdata id vdos data =
  658. [ 7.417207] pd_parse_pdata 0: 0xd00029cf
  659. [ 7.421172] pd_parse_pdata 1: 0x00000000
  660. [ 7.425137] pd_parse_pdata 2: 0x00010000
  661. [ 7.429105] dpm_caps: local_dr_power
  662. [ 7.432718] dpm_caps: local_dr_data
  663. [ 7.436245] dpm_caps: local_ext_power
  664. [ 7.439945] dpm_caps: local_usb_comm
  665. [ 7.443558] dpm_caps: local_usb_suspend
  666. [ 7.447435] dpm_caps: local_high_cap
  667. [ 7.451047] dpm_caps: local_give_back
  668. [ 7.454747] dpm_caps: local_no_suspend
  669. [ 7.458536] dpm_caps: local_vconn_supply
  670. [ 7.462501] dpm_caps: attemp_discover_cable_dfp
  671. [ 7.467081] dpm_caps: attemp_enter_dp_mode
  672. [ 7.471221] dpm_caps: attemp_discover_cable
  673. [ 7.475450] dpm_caps: attemp_discover_id
  674. [ 7.479415] dpm_caps: pr_reject_as_source
  675. [ 7.483467] dpm_caps: pr_reject_as_sink
  676. [ 7.487344] dpm_caps: pr_check_gp_source
  677. [ 7.491309] dpm_caps: pr_check_gp_sink
  678. [ 7.495098] dpm_caps: dr_reject_as_dfp
  679. [ 7.498886] dpm_caps: dr_reject_as_ufp
  680. [ 7.502675] dpm_caps: snk_prefer_low_voltage
  681. [ 7.506991] dpm_caps: snk_ignore_mismatch_current
  682. [ 7.511748] dpm_caps = 0xc010c10b
  683. [ 7.515097] [I/hisi_pd] PE:pd_core_init\x0d
  684. [ 7.519768] rt1711_init_alert name = type_c_port0
  685. [ 7.524529] rt1711_init_alert gpio # = 291
  686. [ 7.528676] GPIO requested...
  687. [ 7.531678] rt1711_init_alert : IRQ number = 290
  688. [ 7.536345] rt1711_init_alert : irq initialized...
  689. [ 7.541904] IRQF_NO_THREAD Test\x0d
  690. [ 7.546686] [I/hisi_pd] [TCPC-I]SkipAlert:0x0000\x0d
  691. [ 7.552820] [I/hisi_pd] TPC-I:typec_init: DRP\x0d
  692. [ 7.557702] [I/GPIO_HUB] gpio_hub_change_typec_power: set typec vbus gpio to 0
  693. [ 7.565013] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:1
  694. [ 7.570828] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:1
  695. [ 7.576998] [E/GPIO_HUB] gpio_hub_switch_to_hub: switch to hub
  696. [ 7.582900] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:2
  697. [ 7.588717] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:2
  698. [ 7.594881] [USB3][hisi_usb_otg_event]event: 2
  699. [ 7.599379] [I/hisi_pd] TPC-I:** Unattached.SNK\x0d
  700. [ 7.599593] [USB3][event_work]+
  701. [ 7.599596] [USB3][handle_event][handle_event] type: 2
  702. [ 7.599598] [USB3][set_vbus_power]set port power 1
  703. [ 7.599603] [dwc3_otg_work]+\x0a evt = 2
  704. [ 7.599603] [dwc3_resume_device] +
  705. [ 7.599675] [dwc3_resume_device] -
  706. [ 7.599676] [dwc3_otg_start_host]+
  707. [ 7.599818] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  708. [ 7.599828] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
  709. [ 7.604291] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010
  710. [ 7.604311] xhci-hcd xhci-hcd.0.auto: irq 336, io mem 0xff100000
  711. [ 7.604396] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  712. [ 7.604399] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  713. [ 7.604401] usb usb1: Product: xHCI Host Controller
  714. [ 7.604402] usb usb1: Manufacturer: Linux 4.9.60-02839-g9ea4cdd-dirty xhci-hcd
  715. [ 7.604404] usb usb1: SerialNumber: xhci-hcd.0.auto
  716. [ 7.604588] hub 1-0:1.0: USB hub found
  717. [ 7.604601] hub 1-0:1.0: 1 port detected
  718. [ 7.604729] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
  719. [ 7.604732] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
  720. [ 7.604765] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  721. [ 7.604804] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  722. [ 7.604806] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  723. [ 7.604808] usb usb2: Product: xHCI Host Controller
  724. [ 7.604809] usb usb2: Manufacturer: Linux 4.9.60-02839-g9ea4cdd-dirty xhci-hcd
  725. [ 7.604811] usb usb2: SerialNumber: xhci-hcd.0.auto
  726. [ 7.604968] hub 2-0:1.0: USB hub found
  727. [ 7.604980] hub 2-0:1.0: 1 port detected
  728. [ 7.605105] [dwc3_otg_start_host]-
  729. [ 7.605106] [dwc3_otg_work]-
  730. [ 7.605108] [USB3][hisi_dwc3_wake_lock]usb otg wake lock
  731. [ 7.605115] [USB3][handle_event]hisi usb_status: OFF -> HOST
  732. [ 7.605116] [USB3][event_work]-
  733. [ 7.781071] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!+++++++++++
  734. [ 7.788554] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!-----------
  735. [ 7.796492] tcpc_device_irq_enable : tcpc irq enable OK!
  736. [ 7.797606] [I/hisi_pd] TPC-I:[CC_Alert] 5/0\x0d
  737. [ 7.797616] [I/hisi_pd] TPC-I:** AttachWait.SNK\x0d
  738. [ 7.810940] rt1711_i2c_probe probe OK!
  739. [ 7.823431] [drm] dss irq = 69.
  740. [ 7.826456] [drm] dss_pri_clk:[400000000]->[400000000].
  741. [ 7.831804] [drm] dss_pxl0_clk:[144000000]->[144000000].
  742. [ 7.837183] get_domain_data_lpae:start_addr 0x8000, size 0xbfff8000 align 0x40000
  743. [ 7.844871] [drm] host attach, client name=[adv7533], id=0
  744. [ 7.850750] kirin-drm e8600000.dpe: bound e8601000.dsi (ops dsi_ops)
  745. [ 7.857186] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  746. [ 7.863881] [drm] No driver support for vblank timestamp query.
  747. [ 7.870381] [drm] num_crtc=1, num_connector=1.
  748. [ 7.874886] [drm:drm_helper_disable_unused_functions] *ERROR* Called for atomic driver, this is not what you want.
  749. [ 7.885651] kirin-drm e8600000.dpe: No connectors reported connected with modes
  750. [ 7.893053] [drm] Cannot find any crtc or sizes - going 1024x768
  751. [ 7.900691] kirin-drm e8600000.dpe: fb0: dss frame buffer device
  752. [ 7.917711] [I/hisi_pd] TPC-I:[CC_Change] 5/0\x0d
  753. [ 7.922293] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!+++++++++++
  754. [ 7.929850] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!-----------
  755. [ 7.930066] usb 1-1: new high-speed USB device number 2 using xhci-hcd
  756. [ 7.944126] [I/GPIO_HUB] gpio_hub_power_off: gpio hub hub vbus no power set success
  757. [ 7.951794] [I/GPIO_HUB] gpio_hub_change_typec_power: typec power no change
  758. [ 7.958876] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:3
  759. [ 7.964710] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:3
  760. [ 7.970891] [USB3][hisi_usb_otg_event]event: 3
  761. [ 7.975444] [E/GPIO_HUB] gpio_hub_switch_to_typec: switch to typec
  762. [ 7.981711] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:0
  763. [ 7.982194] [USB3][event_work]+
  764. [ 7.982197] [USB3][handle_event][handle_event] type: 3
  765. [ 7.982201] [USB3][set_vbus_power]set port power 0
  766. [ 7.982204] [I/hisi_pd] pd_dpm_report_bc12 : PD_WAKE_UNLOCK
  767. [ 7.982207] [I/hisi_pd] pd_dpm_report_bc12 : event (4)
  768. [ 7.982209] [E/hisi_pd] pd_dpm_vbus_notifier_call: pd_dpm_vbus_notifier_call!!!,++++
  769. [ 7.982214] [dwc3_otg_work]+\x0a evt = 1
  770. [ 7.982214] [dwc3_otg_stop_host]+
  771. [ 7.982257] xhci-hcd xhci-hcd.0.auto: remove, state 1
  772. [ 7.982270] usb usb2: USB disconnect, device number 1
  773. [ 7.986328] [drm] Initialized kirin 1.0.0 20170309 on minor 0
  774. [ 7.986675] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  775. [ 7.988811] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode.
  776. [ 7.988866] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller.
  777. [ 7.988874] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a
  778. [ 7.988889] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 55,32 bit host data width,128 deep fifo
  779. [ 8.082311] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:0
  780. [ 8.088110] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  781. [ 8.097831] [USB3][hisi_usb_otg_event]event: 0
  782. [ 8.102337] [I/hisi_pd] TPC-I:** Attached.SNK\x0d
  783. [ 8.106096] dwmmc_k3 ff3ff000.dwmmc2: 1 slots initialized
  784. [ 8.106843] hisi_i2s e804f800.hisi_i2s: Failed to get DMA channel capabilities, falling back to period counting: -6
  785. [ 8.106849] asoc-simple-card soc:sound: hdmi-hifi.0 <-> e804f800.hisi_i2s mapping ok
  786. [ 8.109738] otg_wakelock_init: No USB transceiver found
  787. [ 8.110358] input: keys as /devices/platform/keys/input/input0
  788. [ 8.112314] rtc-pl031 fff04000.rtc: setting system clock to 1970-01-01 00:00:14 UTC (14)
  789. [ 8.112776] ALSA device list:
  790. [ 8.112780] #0: hikey-hdmi
  791. [ 8.127582] dwmmc_k3 ff3ff000.dwmmc2: card claims to support voltages below defined range
  792. [ 8.139401] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0)
  793. [ 8.141980] mmc1: new SDIO card at address 0001
  794. [ 8.142885] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2
  795. [ 8.142890] wl18xx_driver wl18xx.2.auto: Falling back to user helper
  796. [ 8.196376] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!+++++++++++
  797. [ 8.196379] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!-----------
  798. [ 8.196849] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=3,+++
  799. [ 8.196854] [I/hisi_pd] pd_dpm_report_pd_sink_vbus : Sink 5000 mV, 500 mA
  800. [ 8.196857] [E/hisi_pd] pd_dpm_vbus_notifier_call: pd_dpm_vbus_notifier_call!!!,++++
  801. [ 8.196862] [I/hisi_pd] TPC-I:Attached-> SINK\x0d
  802. [ 8.196865] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=7,+++
  803. [ 8.196868] [I/hisi_pd] pd_dpm_set_typec_state = 2
  804. [ 8.196871] [I/hisi_pd] pd_dpm_set_cc_orientation cc_orientation =0
  805. [ 8.196881] [I/hisi_pd] [TCPC-I]usb_port_attached\x0d
  806. [ 8.196905] [I/hisi_pd] pd_dpm_report_device_attach \x0d
  807. [ 8.264158] Freeing unused kernel memory: 1152K
  808. [ 8.270850] init: init first stage started!
  809. [ 8.275278] init: Using Android DT directory /proc/device-tree/firmware/android/
  810. [ 8.282866] init: First stage mount skipped (missing/incompatible fstab in device tree)
  811. [ 8.291006] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
  812. [ 8.297965] init: Loading SELinux policy
  813. [ 8.305708] SELinux: 4096 avtab hash slots, 13084 rules.
  814. [ 8.313743] SELinux: 4096 avtab hash slots, 13084 rules.
  815. [ 8.319130] SELinux: 1 users, 4 roles, 1057 types, 0 bools, 1 sens, 1024 cats
  816. [ 8.326455] SELinux: 92 classes, 13084 rules
  817. [ 8.331804] SELinux: Completing initialization.
  818. [ 8.336478] SELinux: Setting up existing superblocks.
  819. [ 8.388035] audit: type=1403 audit(14.771:2): policy loaded auid=4294967295 ses=4294967295
  820. [ 8.396571] selinux: SELinux: Loaded policy from /sepolicy\x0a
  821. [ 8.403939] audit: type=1404 audit(14.787:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
  822. [ 8.431577] selinux: SELinux: Loaded file_contexts\x0a
  823. [ 8.441051] init: init second stage started!
  824. [ 8.450076] init: Using Android DT directory /proc/device-tree/firmware/android/
  825. [ 8.457886] init: property_set("ro.boot.hardware", "HiKey960") failed: property already set
  826. [ 8.467845] selinux: SELinux: Loaded file_contexts\x0a
  827. [ 8.474209] init: Running restorecon...
  828. [ 8.479943] selinux: SELinux: Could not stat /dev/block: No such file or directory.\x0a
  829. [ 8.489432] init: waitid failed: No child processes
  830. [ 8.494516] init: Couldn't load property file '/odm/default.prop': open() failed: No such file or directory: No such file or directory
  831. [ 8.506801] init: Couldn't load property file '/vendor/default.prop': open() failed: No such file or directory: No such file or directory
  832. [ 8.519538] selinux: SELinux: Loaded property_contexts from /plat_property_contexts & /nonplat_property_contexts.\x0a
  833. [ 8.556870] cgroup: init (1) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
  834. [ 8.560698] ueventd: ueventd started!
  835. [ 8.561418] selinux: SELinux: Loaded file_contexts\x0a
  836. [ 8.561444] ueventd: Parsing file /ueventd.rc...
  837. [ 8.561723] ueventd: Parsing file /vendor/ueventd.rc...
  838. [ 8.561739] ueventd: Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory
  839. [ 8.561780] ueventd: Parsing file /odm/ueventd.rc...
  840. [ 8.561791] ueventd: Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
  841. [ 8.561831] ueventd: Parsing file /ueventd.hikey960.rc...
  842. [ 8.587529] ueventd: firmware: loading 'ti-connectivity/wl18xx-conf.bin' for '/devices/platform/soc/ff3ff000.dwmmc2/mmc_host/mmc1/mmc1:0001/mmc1:0001:2/wl18xx.2.auto/firmware/ti-connectivity!wl18xx-conf.bin'
  843. [ 8.607102] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=6,+++
  844. [ 8.607105] [I/hisi_pd] pd_dpm_handle_pe_event unkonw event \x0d
  845. [ 8.622527] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=5,+++
  846. [ 8.622529] Pending event is same --> ignore this event 2
  847. [ 8.639872] ueventd: Coldboot took 0.077 seconds
  848. [ 8.641221] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=3,+++
  849. [ 8.675030] cgroup: "memory" requires setting use_hierarchy to 1 on the root
  850. [ 8.682444] audit: type=1400 audit(15.067:4): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  851. [ 8.691626] xhci-hcd xhci-hcd.0.auto: USB bus 2 deregistered
  852. [ 8.691633] xhci-hcd xhci-hcd.0.auto: remove, state 1
  853. [ 8.691642] usb usb1: USB disconnect, device number 1
  854. [ 8.718913] audit: type=1400 audit(15.103:5): avc: denied { create } for pid=1 comm="init" name="cpu.rt_period_us" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  855. [ 8.726957] xhci-hcd xhci-hcd.0.auto: USB bus 1 deregistered
  856. [ 8.727000] [dwc3_otg_stop_host]-
  857. [ 8.727002] [dwc3_suspend_device] +
  858. [ 8.727028] [dwc3_suspend_device] -
  859. [ 8.727029] [dwc3_otg_work]-
  860. [ 8.727031] [USB3][hisi_dwc3_wake_unlock]usb otg wake unlock
  861. [ 8.727034] [USB3][handle_event]hiusb_status: HOST -> OFF
  862. [ 8.727036] [USB3][handle_event][handle_event] type: 0
  863. [ 8.771846] audit: type=1400 audit(15.155:6): avc: denied { create } for pid=1 comm="init" name="cpu.rt_runtime_us" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  864. [ 8.791902] audit: type=1400 audit(15.175:7): avc: denied { create } for pid=1 comm="init" name="cpus" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  865. [ 8.808830] audit: type=1400 audit(15.191:8): avc: denied { create } for pid=1 comm="init" name="mems" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  866. [ 8.825443] audit: type=1400 audit(15.207:9): avc: denied { create } for pid=1 comm="init" name="cpus" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  867. [ 8.842253] audit: type=1400 audit(15.227:10): avc: denied { create } for pid=1 comm="init" name="mems" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  868. [ 8.858876] audit: type=1400 audit(15.243:11): avc: denied { create } for pid=1 comm="init" name="cpus" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  869. [ 8.877653] Registered swp emulation handler
  870. [ 8.888663] EXT4-fs (sdd10): mounted filesystem with ordered data mode. Opts: (null)
  871. [ 8.891335] watchdogd: watchdogd started (interval 10, margin 20)!
  872. [ 8.903770] EXT4-fs (sdd5): Ignoring removed nomblk_io_submit option
  873. [ 8.913813] EXT4-fs (sdd5): recovery complete
  874. [ 8.918550] EXT4-fs (sdd5): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
  875. [ 9.005930] e2fsck: e2fsck 1.43.3 (04-Sep-2016)\x0a
  876. [ 9.012051] e2fsck: /system/bin/e2fsck: Permission denied while trying to open /dev/block/sdd5\x0a
  877. [ 9.022272] e2fsck: \x0a
  878. [ 9.025996] e2fsck: You must have r/w access to the filesystem or be root\x0a
  879. [ 9.034392] e2fsck: e2fsck terminated by exit(8)\x0a
  880. [ 9.043879] EXT4-fs (sdd5): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1
  881. [ 9.049772] [USB3][detect_charger_type]DCD done
  882. [ 9.062638] EXT4-fs (sdd13): Ignoring removed nomblk_io_submit option
  883. [ 9.077976] [USB3][detect_charger_type]Primary Detection done
  884. [ 9.083794] [USB3][detect_charger_type]Secondary Detection done
  885. [ 9.118043] [USB3][detect_charger_type]type: 0
  886. [ 9.122560] [I/hisi_pd] pd_dpm_report_bc12 : event (0)
  887. [ 9.128081] [E/hisi_pd] pd_dpm_vbus_notifier_call: pd_dpm_vbus_notifier_call!!!,++++
  888. [ 9.135965] [dwc3_otg_work]+\x0a evt = 3
  889. [ 9.139882] [dwc3_resume_device] +
  890. [ 9.143432] [dwc3_resume_device] -
  891. [ 9.146885] [dwc3_otg_start_peripheral]+
  892. [ 9.150880] [dwc3_otg_start_peripheral]-
  893. [ 9.154848] [dwc3_otg_work]-
  894. [ 9.157763] [USB3][hisi_dwc3_wake_lock]usb otg wake lock
  895. [ 9.163140] [USB3][handle_event]hisi usb status: OFF -> DEVICE
  896. [ 9.169041] EXT4-fs (sdd13): recovery complete
  897. [ 9.169575] EXT4-fs (sdd13): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
  898. [ 9.183836] [USB3][event_work]-
  899. [ 9.187018] [USB3][event_work]+
  900. [ 9.190209] [USB3][event_work]-
  901. [ 9.202025] e2fsck: e2fsck 1.43.3 (04-Sep-2016)\x0a
  902. [ 9.208133] e2fsck: /system/bin/e2fsck: Permission denied while trying to open /dev/block/sdd13\x0a
  903. [ 9.218447] e2fsck: \x0a
  904. [ 9.222154] e2fsck: You must have r/w access to the filesystem or be root\x0a
  905. [ 9.230534] e2fsck: e2fsck terminated by exit(8)\x0a
  906. [ 9.234698] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11)
  907. [ 9.238564] wlcore: loaded
  908. [ 9.250180] EXT4-fs (sdd13): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xattr,discard,barrier=1
  909. [ 9.307844] logd.auditd: start
  910. [ 9.311753] logd.klogd: 9257992185
  911. [ 9.337854] type=1400 audit(15.703:28): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  912. [ 9.350312] binder: 2094:2094 ioctl 620a 0 returned -22
  913. [ 9.385083] logd.daemon: reinit
  914. [ 9.392654] file system registered
  915. [ 9.410501] uart-pl011 ffd74000.serial: no DMA platform data
  916. [ 9.529128] healthd: unable to get HAL interface, using defaults
  917. [ 9.539169] healthd-common: wakealarm_init: timerfd_create failed
  918. [ 9.539546] type=1400 audit(15.807:57): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 duplicate messages suppressed
  919. [ 9.539566] type=1400 audit(15.923:58): avc: denied { wake_alarm } for pid=2159 comm="healthd" capability=35 scontext=u:r:healthd:s0 tcontext=u:r:healthd:s0 tclass=capability2 permissive=0
  920. [ 9.556813] read descriptors
  921. [ 9.556819] read strings
  922. [ 9.590272] healthd: No battery devices found
  923. [ 9.595000] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
  924. [ 9.625046] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
  925. [ 9.684508] random: crng init done
  926. [ 9.693035] hifi_misc [I][469903]:hifi_misc_open:910: open device.
  927. [ 9.699375] hifi_misc [E][470111]:load_hifi_img_by_misc:1167: load hifi image now
  928. [ 9.708907] hifi_misc [I][470423]:load_hifi_img_by_misc:1178: sections_num:24, image_size:12520
  929. [ 9.717730] hifi_misc [I][470712]:load_hifi_img_by_misc:1184: sections_num:24, i:0
  930. [ 9.725411] hifi_misc [I][470964]:load_hifi_img_by_misc:1185: des_addr:0xe8058000, load_attib:1, size:84, sn:0, src_offset:1a0, type:1
  931. [ 9.737666] hifi_misc [I][471365]:load_hifi_img_by_misc:1184: sections_num:24, i:1
  932. [ 9.745362] hifi_misc [I][471618]:load_hifi_img_by_misc:1185: des_addr:0xe8080000, load_attib:1, size:4, sn:1, src_offset:1f4, type:0
  933. [ 9.757536] hifi_misc [I][472016]:load_hifi_img_by_misc:1184: sections_num:24, i:2
  934. [ 9.765215] hifi_misc [I][472268]:load_hifi_img_by_misc:1185: des_addr:0xe8080300, load_attib:1, size:64, sn:2, src_offset:1f8, type:0
  935. [ 9.777467] hifi_misc [I][472669]:load_hifi_img_by_misc:1184: sections_num:24, i:3
  936. [ 9.785146] hifi_misc [I][472921]:load_hifi_img_by_misc:1185: des_addr:0xe8080400, load_attib:1, size:364, sn:3, src_offset:238, type:0
  937. [ 9.797486] hifi_misc [I][473325]:load_hifi_img_by_misc:1184: sections_num:24, i:4
  938. [ 9.805161] hifi_misc [I][473577]:load_hifi_img_by_misc:1185: des_addr:0xe8080578, load_attib:1, size:0, sn:4, src_offset:3a4, type:0
  939. [ 9.817338] hifi_misc [I][473976]:load_hifi_img_by_misc:1184: sections_num:24, i:5
  940. [ 9.825013] hifi_misc [I][474227]:load_hifi_img_by_misc:1185: des_addr:0xe8080580, load_attib:1, size:8, sn:5, src_offset:3a4, type:0
  941. [ 9.837175] hifi_misc [I][474626]:load_hifi_img_by_misc:1184: sections_num:24, i:6
  942. [ 9.844851] hifi_misc [I][474877]:load_hifi_img_by_misc:1185: des_addr:0xe80805b8, load_attib:1, size:0, sn:6, src_offset:3ac, type:0
  943. [ 9.857010] hifi_misc [I][475276]:load_hifi_img_by_misc:1184: sections_num:24, i:7
  944. [ 9.864686] hifi_misc [I][475527]:load_hifi_img_by_misc:1185: des_addr:0xe80805c0, load_attib:1, size:8, sn:7, src_offset:3ac, type:0
  945. [ 9.876840] hifi_misc [I][475925]:load_hifi_img_by_misc:1184: sections_num:24, i:8
  946. [ 9.884507] hifi_misc [I][476177]:load_hifi_img_by_misc:1185: des_addr:0xe8080638, load_attib:1, size:0, sn:8, src_offset:3b4, type:0
  947. [ 9.896654] hifi_misc [I][476575]:load_hifi_img_by_misc:1184: sections_num:24, i:9
  948. [ 9.904317] hifi_misc [I][476826]:load_hifi_img_by_misc:1185: des_addr:0xe8080640, load_attib:1, size:12, sn:9, src_offset:3b4, type:0
  949. [ 9.916554] hifi_misc [I][477227]:load_hifi_img_by_misc:1184: sections_num:24, i:10
  950. [ 9.924304] hifi_misc [I][477481]:load_hifi_img_by_misc:1185: des_addr:0xe8080678, load_attib:1, size:8, sn:10, src_offset:3c0, type:0
  951. [ 9.936540] hifi_misc [I][477881]:load_hifi_img_by_misc:1184: sections_num:24, i:11
  952. [ 9.944290] hifi_misc [I][478135]:load_hifi_img_by_misc:1185: des_addr:0xe80806c0, load_attib:1, size:28, sn:11, src_offset:3c8, type:0
  953. [ 9.956616] hifi_misc [I][478539]:load_hifi_img_by_misc:1184: sections_num:24, i:12
  954. [ 9.964365] hifi_misc [I][478793]:load_hifi_img_by_misc:1185: des_addr:0xe80806f8, load_attib:1, size:0, sn:12, src_offset:3e4, type:0
  955. [ 9.976600] hifi_misc [I][479194]:load_hifi_img_by_misc:1184: sections_num:24, i:13
  956. [ 9.984353] hifi_misc [I][479448]:load_hifi_img_by_misc:1185: des_addr:0xe8080700, load_attib:1, size:8, sn:13, src_offset:3e4, type:0
  957. [ 9.996588] hifi_misc [I][479849]:load_hifi_img_by_misc:1184: sections_num:24, i:14
  958. [ 10.004339] hifi_misc [I][480103]:load_hifi_img_by_misc:1185: des_addr:0xe8080738, load_attib:1, size:0, sn:14, src_offset:3ec, type:0
  959. [ 10.015916] android_work: sent uevent USB_STATE=CONNECTED
  960. [ 10.019541] android_work: sent uevent USB_STATE=DISCONNECTED
  961. [ 10.027760] hifi_misc [I][480870]:load_hifi_img_by_misc:1184: sections_num:24, i:15
  962. [ 10.035511] hifi_misc [I][481124]:load_hifi_img_by_misc:1185: des_addr:0xe8080740, load_attib:1, size:8, sn:15, src_offset:3ec, type:0
  963. [ 10.047747] hifi_misc [I][481525]:load_hifi_img_by_misc:1184: sections_num:24, i:16
  964. [ 10.055498] hifi_misc [I][481779]:load_hifi_img_by_misc:1185: des_addr:0xe8080778, load_attib:1, size:0, sn:16, src_offset:3f4, type:0
  965. [ 10.067735] hifi_misc [I][482180]:load_hifi_img_by_misc:1184: sections_num:24, i:17
  966. [ 10.075485] hifi_misc [I][482434]:load_hifi_img_by_misc:1185: des_addr:0xe80807c0, load_attib:1, size:8, sn:17, src_offset:3f4, type:0
  967. [ 10.087721] hifi_misc [I][482835]:load_hifi_img_by_misc:1184: sections_num:24, i:18
  968. [ 10.095470] hifi_misc [I][483089]:load_hifi_img_by_misc:1185: des_addr:0xe8080800, load_attib:1, size:580, sn:18, src_offset:3fc, type:0
  969. [ 10.107885] hifi_misc [I][483496]:load_hifi_img_by_misc:1184: sections_num:24, i:19
  970. [ 10.115635] hifi_misc [I][483749]:load_hifi_img_by_misc:1185: des_addr:0xe8080a44, load_attib:1, size:1536, sn:19, src_offset:640, type:0
  971. [ 10.128139] hifi_misc [I][484159]:load_hifi_img_by_misc:1184: sections_num:24, i:20
  972. [ 10.135889] hifi_misc [I][484413]:load_hifi_img_by_misc:1185: des_addr:0xc0000000, load_attib:0, size:2772, sn:20, src_offset:c40, type:0
  973. [ 10.144339] android_work: sent uevent USB_STATE=CONNECTED
  974. [ 10.147091] configfs-gadget gadget: high-speed config #1: b
  975. [ 10.147145] android_work: sent uevent USB_STATE=CONFIGURED
  976. [ 10.165086] hifi_misc [I][485370]:load_hifi_img_by_misc:1184: sections_num:24, i:21
  977. [ 10.172840] hifi_misc [I][485624]:load_hifi_img_by_misc:1185: des_addr:0xc0000ad8, load_attib:0, size:5512, sn:21, src_offset:1714, type:0
  978. [ 10.185441] hifi_misc [I][486037]:load_hifi_img_by_misc:1184: sections_num:24, i:22
  979. [ 10.193191] hifi_misc [I][486291]:load_hifi_img_by_misc:1185: des_addr:0xc0002060, load_attib:0, size:1100, sn:22, src_offset:2c9c, type:1
  980. [ 10.205789] hifi_misc [I][486703]:load_hifi_img_by_misc:1184: sections_num:24, i:23
  981. [ 10.213539] hifi_misc [I][486957]:load_hifi_img_by_misc:1185: des_addr:0xc00024b0, load_attib:0, size:1827432, sn:23, src_offset:30e8, type:2
  982. [ 10.679866] type=1400 audit(15.923:58): avc: denied { wake_alarm } for pid=2159 comm="healthd" capability=35 scontext=u:r:healthd:s0 tcontext=u:r:healthd:s0 tclass=capability2 permissive=0
  983. [ 10.697235] type=1400 audit(17.063:59): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  984. [ 11.202406] capability: warning: `main' uses 32-bit capabilities (legacy support in use)
  985. [ 12.369964] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
  986. [ 12.795952] acc_open
  987. [ 12.798192] acc_release
  988. [ 12.952307] type=1400 audit(17.063:59): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  989. [ 12.968742] type=1400 audit(19.335:60): avc: denied { create } for pid=2409 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  990. [ 13.342713] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=6,+++
  991. [ 13.348653] [I/hisi_pd] pd_dpm_handle_pe_event unkonw event \x0d
  992. [ 13.354838] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=5,+++
  993. [ 13.360767] Pending event is same --> ignore this event 2
  994. [ 13.366366] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=3,+++
  995. [ 14.390637] init: Service 'bootanim' (pid 2300) exited with status 0
  996. [ 14.412157] init: processing action (sys.boot_completed=1) from (/init.rc:681)
  997. [ 14.419576] init: processing action (sys.boot_completed=1) from (/init.hikey960.rc:69)
  998. [ 14.427802] init: Command 'write /dev/cpuset/foreground/cpus 0-6' action=sys.boot_completed=1 (/init.hikey960.rc:72) took 0ms and failed: Unable to write to file '/dev/cpuset/foreground/cpus': Unable to write file contents: Device or resource busy
  999. [ 14.451225] init: processing action (sys.boot_completed=1 && sys.logbootcomplete=1) from (/system/etc/init/bootstat.rc:70)
  1000. [ 14.462978] init: starting service 'exec 3 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)'...
  1001. [ 14.468069] type=1400 audit(19.535:67): avc: denied { create } for pid=2543 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1002. [ 14.468086] type=1400 audit(20.847:68): avc: denied { create } for pid=2794 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1003. [ 14.511506] type=1400 audit(20.847:68): avc: denied { create } for pid=2794 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1004. [ 14.531097] type=1400 audit(20.895:69): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1005. [ 14.541331] logd: logdr: UID=1000 GID=1007 PID=2831 n tail=0 logMask=40 pid=0 start=0ns timeout=0ns
  1006. [ 14.557204] type=1400 audit(20.895:69): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1007. [ 14.574217] type=1400 audit(20.915:70): avc: denied { create } for pid=2839 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1008. [ 14.577313] init: processing action (ro.boot.bootreason=*) from (/system/etc/init/bootstat.rc:4)
  1009. [ 14.579719] init: Service 'exec 3 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 2831) exited with status 0
  1010. [ 14.617608] type=1400 audit(20.915:70): avc: denied { create } for pid=2839 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1011. [ 14.634559] type=1400 audit(20.935:71): avc: denied { create } for pid=2854 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1012. [ 14.634696] type=1400 audit(20.935:71): avc: denied { create } for pid=2854 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1013. [ 15.178332] android_work: sent uevent USB_STATE=DISCONNECTED
  1014. [ 15.178852] init: Service 'adbd' (pid 2169) killed by signal 1
  1015. [ 15.178868] init: Sending signal 9 to service 'adbd' (pid 2169) process group...
  1016. [ 15.186533] read descriptors
  1017. [ 15.186540] read strings
  1018. [ 15.519881] android_work: did not send uevent (0 0 (null))
  1019. [ 15.632135] android_work: sent uevent USB_STATE=CONNECTED
  1020. [ 15.637916] android_work: sent uevent USB_STATE=DISCONNECTED
  1021. [ 15.760694] android_work: sent uevent USB_STATE=CONNECTED
  1022. [ 15.766188] configfs-gadget gadget: high-speed config #1: b
  1023. [ 15.772398] android_work: sent uevent USB_STATE=CONFIGURED
  1024. [ 18.074242] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=6,+++
  1025. [ 18.080167] [I/hisi_pd] pd_dpm_handle_pe_event unkonw event \x0d
  1026. [ 18.086326] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=5,+++
  1027. [ 18.092232] Pending event is same --> ignore this event 2
  1028. [ 18.097801] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=3,+++
  1029. [ 22.804257] [I/hisi_pd] PE:TYPE-C Only Charger!\x0d
  1030. [ 22.808965] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=3,+++
  1031. [ 22.814886] [I/hisi_pd] pd_dpm_report_pd_sink_vbus : Sink 5000 mV, 500 mA
  1032. [ 22.821761] [E/hisi_pd] pd_dpm_vbus_notifier_call: pd_dpm_vbus_notifier_call!!!,++++
  1033. [ 22.829609] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=8,+++
  1034. [ 42.605700] type=1400 audit(21.991:83): avc: denied { create } for pid=3147 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1035. [ 42.628431] type=1400 audit(48.987:84): avc: denied { create } for pid=3186 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1036. [ 72.877363] type=1400 audit(48.987:84): avc: denied { create } for pid=3186 comm="main" name="cgroup.procs" scontext=u:r:zygote:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0
  1037. [ 72.896103] type=1400 audit(79.259:85): avc: denied { write } for pid=2151 comm="Binder:2151_2" name="xt_quota" dev="proc" ino=4026532143 scontext=u:r:netd:s0 tcontext=u:object_r:proc_net:s0 tclass=dir permissive=0
  1038. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement