Guest User

Untitled

a guest
Mar 22nd, 2018
1,264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 316.89 KB | None | 0 0
  1. DDR version 1.06 20170424
  2. In
  3. LPDDR3
  4. 786MHz
  5. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  6. ddrconfig:7
  7. OUT
  8.  
  9. U-Boot SPL 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:22)
  10. setup_ddr_param 1
  11. booted from eMMC
  12. Trying to boot from MMC1
  13. NOTICE: BL31: v1.3(release):f947c7e
  14. NOTICE: BL31: Built : 20:21:21, Mar 4 2018
  15. NOTICE: BL31:Rockchip release version: v1.3
  16.  
  17.  
  18. U-Boot 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:36 +0000), Build: jenkins-linux-build-rock-64-193
  19.  
  20. Model: Pine64 Rock64
  21. DRAM: 4 GiB
  22. MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
  23. Card did not respond to voltage select!
  24. mmc_init: -95, time 10
  25. *** Warning - No block device, using default environment
  26.  
  27. In: serial@ff130000
  28. Out: serial@ff130000
  29. Err: serial@ff130000
  30. Model: Pine64 Rock64
  31. misc_init_r
  32. cpuid=55524b50303930313400000000091507
  33. serial=6a7e287fc444f4b
  34. Net: eth0: ethernet@ff540000
  35. Hit any key to stop autoboot: 2 1 0
  36. switch to partitions #0, OK
  37. mmc0(part 0) is current device
  38. Scanning mmc 0:6...
  39. Found /extlinux/extlinux.conf
  40. Retrieving file: /extlinux/extlinux.conf
  41. reading /extlinux/extlinux.conf
  42. 688 bytes read in 3 ms (223.6 KiB/s)
  43. select kernel
  44. 1: kernel-latest
  45. 2: kernel-previous
  46. Enter choice: 1: kernel-latest
  47. Retrieving file: /initrd.img
  48. reading /initrd.img
  49. 2924191 bytes read in 357 ms (7.8 MiB/s)
  50. Retrieving file: /Image
  51. reading /Image
  52. 19359752 bytes read in 2343 ms (7.9 MiB/s)
  53. append: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  54. Retrieving file: /dtb
  55. reading /dtb
  56. 58088 bytes read in 11 ms (5 MiB/s)
  57. ## Flattened Device Tree blob at 01f00000
  58. Booting using the fdt blob at 0x1f00000
  59. Loading Ramdisk to fcc37000, end fcf00e9f ... OK
  60. Loading Device Tree to 00000000fcc25000, end 00000000fcc362e7 ... OK
  61.  
  62. Starting kernel ...
  63.  
  64. [ 0.000000] Booting Linux on physical CPU 0x0
  65. [ 0.000000] Initializing cgroup subsys cpuset
  66. [ 0.000000] Initializing cgroup subsys cpu
  67. [ 0.000000] Initializing cgroup subsys cpuacct
  68. [ 0.000000] Linux version 4.4.114-rockchip-ayufan-193 (root@299c3fc1b858) (gcc version 7.2.0 (Ubuntu/Linaro 7.2.0-6ubuntu1) ) #1 SMP Sun Mar 4 20:24:21 UTC 2018
  69. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  70. [ 0.000000] psci: probing for conduit method from DT.
  71. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  72. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  73. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  74. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef2b000 s46248 r8192 d31576 u86016
  75. [ 0.000000] Detected VIPT I-cache on CPU0
  76. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  77. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027656
  78. [ 0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  79. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  80. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  81. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  82. [ 0.000000] software IO TLB [mem 0xf6200000-0xfa200000] (64MB) mapped at [ffffffc0f6200000-ffffffc0fa1fffff]
  83. [ 0.000000] Memory: 4014748K/4175872K available (11774K kernel code, 1562K rwdata, 4292K rodata, 1216K init, 750K bss, 161124K reserved, 0K cma-reserved)
  84. [ 0.000000] Virtual kernel memory layout:
  85. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  86. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  87. [ 0.000000] .init : 0xffffff8009040000 - 0xffffff8009170000 ( 1216 KB)
  88. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008c00000 ( 11776 KB)
  89. [ 0.000000] .rodata : 0xffffff8008c00000 - 0xffffff8009040000 ( 4352 KB)
  90. [ 0.000000] .data : 0xffffff8009170000 - 0xffffff80092f6808 ( 1563 KB)
  91. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  92. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc3fc0000 ( 63 MB actual)
  93. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  94. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  95. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc0ff000000 ( 4078 MB)
  96. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  97. [ 0.000000] Hierarchical RCU implementation.
  98. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  99. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  100. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  101. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  102. [ 0.000000] GIC: Using split EOI/Deactivate mode
  103. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  104. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  105. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  106. [ 0.001022] Console: colour dummy device 80x25
  107. [ 0.002790] console [tty0] enabled
  108. [ 0.002844] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  109. [ 0.002928] pid_max: default: 32768 minimum: 301
  110. [ 0.003088] Security Framework initialized
  111. [ 0.003133] Yama: becoming mindful.
  112. [ 0.003193] AppArmor: AppArmor disabled by boot time parameter
  113. [ 0.003298] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  114. [ 0.003369] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  115. [ 0.004313] Initializing cgroup subsys io
  116. [ 0.004393] Initializing cgroup subsys memory
  117. [ 0.004462] Initializing cgroup subsys devices
  118. [ 0.004514] Initializing cgroup subsys freezer
  119. [ 0.004563] Initializing cgroup subsys net_cls
  120. [ 0.004612] Initializing cgroup subsys perf_event
  121. [ 0.004663] Initializing cgroup subsys net_prio
  122. [ 0.004717] Initializing cgroup subsys hugetlb
  123. [ 0.004764] Initializing cgroup subsys pids
  124. [ 0.004850] ftrace: allocating 44276 entries in 173 pages
  125. [ 0.126178] sched-energy: CPU device node has no sched-energy-costs
  126. [ 0.126238] Invalid sched_group_energy for CPU0
  127. [ 0.126280] CPU0: update cpu_capacity 1024
  128. [ 0.126377] ASID allocator initialised with 32768 entries
  129. [ 0.131751] Detected VIPT I-cache on CPU1
  130. [ 0.131809] Invalid sched_group_energy for CPU1
  131. [ 0.131814] CPU1: update cpu_capacity 1024
  132. [ 0.131819] CPU1: Booted secondary processor [410fd034]
  133. [ 0.132537] Detected VIPT I-cache on CPU2
  134. [ 0.132582] Invalid sched_group_energy for CPU2
  135. [ 0.132587] CPU2: update cpu_capacity 1024
  136. [ 0.132592] CPU2: Booted secondary processor [410fd034]
  137. [ 0.133289] Detected VIPT I-cache on CPU3
  138. [ 0.133334] Invalid sched_group_energy for CPU3
  139. [ 0.133338] CPU3: update cpu_capacity 1024
  140. [ 0.133343] CPU3: Booted secondary processor [410fd034]
  141. [ 0.133447] Brought up 4 CPUs
  142. [ 0.133908] SMP: Total of 4 processors activated.
  143. [ 0.133956] CPU: All CPU(s) started at EL2
  144. [ 0.134049] alternatives: patching kernel code
  145. [ 0.134315] Invalid sched_group_energy for CPU3
  146. [ 0.134359] Invalid sched_group_energy for Cluster3
  147. [ 0.134400] Invalid sched_group_energy for CPU2
  148. [ 0.134441] Invalid sched_group_energy for Cluster2
  149. [ 0.134481] Invalid sched_group_energy for CPU1
  150. [ 0.134522] Invalid sched_group_energy for Cluster1
  151. [ 0.134563] Invalid sched_group_energy for CPU0
  152. [ 0.134605] Invalid sched_group_energy for Cluster0
  153. [ 0.135424] devtmpfs: initialized
  154. [ 0.156245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  155. [ 0.156368] futex hash table entries: 1024 (order: 4, 65536 bytes)
  156. [ 0.156972] xor: measuring software checksum speed
  157. [ 0.166447] 8regs : 1080.000 MB/sec
  158. [ 0.176530] 8regs_prefetch: 968.000 MB/sec
  159. [ 0.186610] 32regs : 1456.000 MB/sec
  160. [ 0.196695] 32regs_prefetch: 1224.000 MB/sec
  161. [ 0.196739] xor: using function: 32regs (1456.000 MB/sec)
  162. [ 0.196804] pinctrl core: initialized pinctrl subsystem
  163. [ 0.198173] NET: Registered protocol family 16
  164. [ 0.202808] cpuidle: using governor ladder
  165. [ 0.206834] cpuidle: using governor menu
  166. [ 0.206895] Registered FIQ tty driver
  167. [ 0.207691] vdso: 2 pages (1 code @ ffffff8008c06000, 1 data @ ffffff8009174000)
  168. [ 0.207787] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  169. [ 0.208315] DMA: preallocated 1024 KiB pool for atomic allocations
  170. [ 0.237886] genirq: Setting trigger mode 8 for irq 179 failed (gic_set_type+0x0/0x64)
  171. [ 0.295995] console [ttyFIQ0] enabled
  172. [ 0.296684] Registered fiq debugger ttyFIQ0
  173. [ 0.334744] raid6: int64x1 gen() 203 MB/s
  174. [ 0.351862] raid6: int64x1 xor() 183 MB/s
  175. [ 0.369031] raid6: int64x2 gen() 328 MB/s
  176. [ 0.386126] raid6: int64x2 xor() 250 MB/s
  177. [ 0.403381] raid6: int64x4 gen() 484 MB/s
  178. [ 0.420547] raid6: int64x4 xor() 337 MB/s
  179. [ 0.437637] raid6: int64x8 gen() 386 MB/s
  180. [ 0.454844] raid6: int64x8 xor() 308 MB/s
  181. [ 0.472129] raid6: neonx1 gen() 367 MB/s
  182. [ 0.489165] raid6: neonx1 xor() 328 MB/s
  183. [ 0.506356] raid6: neonx2 gen() 554 MB/s
  184. [ 0.523525] raid6: neonx2 xor() 484 MB/s
  185. [ 0.540703] raid6: neonx4 gen() 746 MB/s
  186. [ 0.557888] raid6: neonx4 xor() 578 MB/s
  187. [ 0.575076] raid6: neonx8 gen() 765 MB/s
  188. [ 0.592263] raid6: neonx8 xor() 578 MB/s
  189. [ 0.592678] raid6: using algorithm neonx8 gen() 765 MB/s
  190. [ 0.593179] raid6: .... xor() 578 MB/s, rmw enabled
  191. [ 0.593661] raid6: using intx1 recovery algorithm
  192. [ 0.594578] mpp venc_srv: mpp_probe enter
  193. [ 0.595025] mpp venc_srv: init success
  194. [ 0.595687] rockchip-pm rockchip-suspend: not set sleep mode config
  195. [ 0.596309] rockchip-pm rockchip-suspend: not set wakeup-config
  196. [ 0.596874] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  197. ERROR: rockchip_plat_sip_handler: unhandled SMC (0x82000003)
  198. [ 0.600016] vcc_sd: regulator get failed, ret=-517
  199. [ 0.600914] vcc_host_5v: supplied by vcc_sys
  200. [ 0.602140] vcc_host1_5v: supplied by vcc_sys
  201. [ 0.603810] iommu: Adding device ff350000.vpu_service to group 0
  202. [ 0.604479] iommu: Adding device ff351000.avsd to group 1
  203. [ 0.605095] iommu: Adding device ff360000.rkvdec to group 2
  204. [ 0.605703] iommu: Adding device ff330000.h265e to group 3
  205. [ 0.606328] iommu: Adding device ff340000.vepu to group 4
  206. [ 0.606926] iommu: Adding device ff370000.vop to group 5
  207. [ 0.607546] iommu: Adding device ff3a0000.iep to group 6
  208. [ 0.609107] rk_iommu ff360480.iommu: can't get aclk
  209. [ 0.609622] rk_iommu ff360480.iommu: can't get hclk
  210. [ 0.610286] rk_iommu ff330200.iommu: can't get aclk
  211. [ 0.610786] rk_iommu ff330200.iommu: can't get hclk
  212. [ 0.611685] rk_iommu ff373f00.iommu: can't get aclk
  213. [ 0.612184] rk_iommu ff373f00.iommu: can't get hclk
  214. [ 0.613612] SCSI subsystem initialized
  215. [ 0.614305] usbcore: registered new interface driver usbfs
  216. [ 0.614907] usbcore: registered new interface driver hub
  217. [ 0.615551] usbcore: registered new device driver usb
  218. [ 0.616197] media: Linux media interface: v0.10
  219. [ 0.616708] Linux video capture interface: v2.00
  220. [ 0.617260] pps_core: LinuxPPS API ver. 1 registered
  221. [ 0.617758] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  222. [ 0.618659] PTP clock support registered
  223. [ 0.620939] Advanced Linux Sound Architecture Driver Initialized.
  224. [ 0.622381] Bluetooth: Core ver 2.21
  225. [ 0.622812] NET: Registered protocol family 31
  226. [ 0.623249] Bluetooth: HCI device and connection manager initialized
  227. [ 0.623870] Bluetooth: HCI socket layer initialized
  228. [ 0.624346] Bluetooth: L2CAP socket layer initialized
  229. [ 0.624874] Bluetooth: SCO socket layer initialized
  230. [ 0.626003] NetLabel: Initializing
  231. [ 0.626354] NetLabel: domain hash size = 128
  232. [ 0.626776] NetLabel: protocols = UNLABELED CIPSOv4
  233. [ 0.627343] NetLabel: unlabeled traffic allowed by default
  234. [ 0.628367] rockchip-cpuinfo cpuinfo: Serial : 6a7e287fc444f4b5
  235. [ 0.630159] clocksource: Switched to clocksource arch_sys_counter
  236. [ 0.731042] NET: Registered protocol family 2
  237. [ 0.732278] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  238. [ 0.733472] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  239. [ 0.735548] TCP: Hash tables configured (established 32768 bind 32768)
  240. [ 0.736306] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  241. [ 0.737125] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  242. [ 0.738332] NET: Registered protocol family 1
  243. [ 0.739318] RPC: Registered named UNIX socket transport module.
  244. [ 0.739890] RPC: Registered udp transport module.
  245. [ 0.740371] RPC: Registered tcp transport module.
  246. [ 0.740828] RPC: Registered tcp NFSv4.1 backchannel transport module.
  247. [ 0.741771] Trying to unpack rootfs image as initramfs...
  248. [ 0.979719] Freeing initrd memory: 2852K
  249. [ 0.981305] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  250. [ 0.983417] kvm [1]: 8-bit VMID
  251. [ 0.983744] kvm [1]: Hyp mode initialized successfully
  252. [ 0.984724] kvm [1]: interrupt-controller@ff814000 IRQ46
  253. [ 0.985570] kvm [1]: timer IRQ3
  254. [ 0.989745] audit: initializing netlink subsys (disabled)
  255. [ 0.990366] audit: type=2000 audit(0.892:1): initialized
  256. [ 0.992011] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  257. [ 1.005136] VFS: Disk quotas dquot_6.6.0
  258. [ 1.005820] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  259. [ 1.009371] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  260. [ 1.012003] NFS: Registering the id_resolver key type
  261. [ 1.012552] Key type id_resolver registered
  262. [ 1.012967] Key type id_legacy registered
  263. [ 1.013391] Installing knfsd (copyright (C) 1996 [email protected]).
  264. [ 1.015102] fuse init (API version 7.23)
  265. [ 1.016795] JFS: nTxBlock = 8192, nTxLock = 65536
  266. [ 1.024251] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  267. [ 1.027705] Key type big_key registered
  268. [ 1.028222]
  269. [ 1.028222] TEE Core Framework initialization (ver 1:0.1)
  270. [ 1.028946] TEE armv7 Driver initialization
  271. [ 1.029853] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
  272. [ 1.030502] TEE core: Alloc the misc device "opteearmtz00" (id=0)
  273. [ 1.031410] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
  274. [ 1.037767] NET: Registered protocol family 38
  275. [ 1.038290] Key type asymmetric registered
  276. [ 1.038704] Asymmetric key parser 'x509' registered
  277. [ 1.039503] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  278. [ 1.040441] io scheduler noop registered
  279. [ 1.040841] io scheduler deadline registered (default)
  280. [ 1.041421] io scheduler cfq registered
  281. [ 1.044669] rockchip-usb2phy ff450000.syscon:usb2-phy@100: vbus_drv is not assigned
  282. [ 1.046360] rockchip-u3phy ff470000.usb3-phy: vbus_drv is not assigned
  283. [ 1.049609] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
  284. [ 1.054017] rk-vcodec vpu_combo: no regulator for vcodec
  285. [ 1.054831] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  286. [ 1.055424] rk-vcodec vpu_combo: failed on clk_get clk_core
  287. [ 1.056047] platform ff350000.vpu_service: probe device
  288. [ 1.056627] platform ff350000.vpu_service: vpu mmu dec ffffffc0f5444410
  289. [ 1.057557] platform ff350000.vpu_service: allocator is drm
  290. [ 1.058185] platform ff350000.vpu_service: checking hw id 0
  291. [ 1.059561] platform ff351000.avsd: probe device
  292. [ 1.060130] platform ff351000.avsd: vpu mmu dec ffffffc0f5444410
  293. [ 1.061106] platform ff351000.avsd: allocator is drm
  294. [ 1.061663] platform ff351000.avsd: checking hw id 6731
  295. [ 1.064255] rk-vcodec vpu_combo: could not find power_model node
  296. [ 1.064842] rk-vcodec vpu_combo: init success
  297. [ 1.065661] rk-vcodec ff360000.rkvdec: vcodec regulator not ready, retry
  298. [ 1.067275] probe device ff330000.h265e
  299. [ 1.068015] mpp_dev ff330000.h265e: try to get iommu dev ffffffc0f5446010
  300. [ 1.069165] mpp_dev ff330000.h265e: resource ready, register device
  301. [ 1.070281] probe device ff340000.vepu
  302. [ 1.071001] mpp_dev ff340000.vepu: try to get iommu dev ffffffc0f5446810
  303. [ 1.072045] mpp_dev ff340000.vepu: resource ready, register device
  304. [ 1.075902] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
  305. [ 1.076568] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  306. [ 1.078481] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  307. [ 1.082290] [drm] Initialized drm 1.1.0 20060810
  308. [ 1.086745] rockchip-drm display-subsystem: devfreq is not set
  309. [ 1.087761] rockchip-vop ff370000.vop: invalid resource
  310. [ 1.088296] rockchip-vop ff370000.vop: failed to get vop lut registers
  311. [ 1.088918] rockchip-vop ff370000.vop: invalid resource
  312. [ 1.089440] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
  313. [ 1.090374] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008cca9c8)
  314. [ 1.091577] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
  315. [ 1.092242] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  316. [ 1.093118] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  317. [ 1.095245] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008cc2290)
  318. [ 1.096037] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  319. [ 1.096672] [drm] No driver support for vblank timestamp query.
  320. [ 1.097390] rockchip-drm display-subsystem: failed to parse display resources
  321. [ 1.098092] rockchip-drm display-subsystem: No connectors reported connected with modes
  322. [ 1.098923] [drm] Cannot find any crtc or sizes - going 1024x768
  323. [ 1.124774] Console: switching to colour frame buffer device 128x48
  324. [ 1.144936] rockchip-drm display-subsystem: fb0: frame buffer device
  325. [ 1.151902] usbcore: registered new interface driver udl
  326. [ 1.155683] Unable to detect cache hierarchy for CPU 0
  327. [ 1.157644] brd: module loaded
  328. [ 1.167134] loop: module loaded
  329. [ 1.167989] lkdtm: No crash points registered, enable through debugfs
  330. [ 1.171535] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
  331. [ 1.172265] 2 ofpart partitions found on MTD device spi32766.0
  332. [ 1.173011] Creating 2 MTD partitions on "spi32766.0":
  333. [ 1.173699] 0x000000008000-0x000000400000 : "loader"
  334. [ 1.175900] 0x0000007c0000-0x000000800000 : "vendor"
  335. [ 1.180421] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
  336. [ 1.181499] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
  337. [ 1.182432] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
  338. [ 1.183178] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
  339. [ 1.183914] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
  340. [ 1.184959] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
  341. [ 1.185867] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
  342. [ 1.191677] rk_gmac-dwmac ff540000.ethernet: init for RGMII
  343. [ 1.192565] stmmac - user ID: 0x10, Synopsys ID: 0x35
  344. [ 1.193227] Ring mode enabled
  345. [ 1.193628] DMA HW capability register supported
  346. [ 1.194223] Normal descriptors
  347. [ 1.202657] RX Checksum Offload Engine supported (type 2)
  348. [ 1.211230] Wake-Up On Lan supported
  349. [ 1.219590] Enable RX Mitigation via HW Watchdog Timer
  350. [ 1.302899] libphy: stmmac: probed
  351. [ 1.311186] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
  352. [ 1.311193] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
  353. [ 1.312639] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
  354. [ 1.312648] rk_gmac-dwmac ff550000.ethernet: Can not read property: tx_delay.
  355. [ 1.312656] rk_gmac-dwmac ff550000.ethernet: set tx_delay to 0x30
  356. [ 1.312665] rk_gmac-dwmac ff550000.ethernet: Can not read property: rx_delay.
  357. [ 1.312672] rk_gmac-dwmac ff550000.ethernet: set rx_delay to 0x10
  358. [ 1.312723] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
  359. [ 1.312984] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
  360. [ 1.312996] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_speed
  361. [ 1.318115] rk_gmac-dwmac ff550000.ethernet: init for RMII
  362. [ 1.349326] stmmac - user ID: 0x10, Synopsys ID: 0x35
  363. [ 1.349329] Ring mode enabled
  364. [ 1.349335] DMA HW capability register supported
  365. [ 1.349336] Normal descriptors
  366. [ 1.349340] RX Checksum Offload Engine supported (type 2)
  367. [ 1.349342] TX Checksum insertion supported
  368. [ 1.349344] Wake-Up On Lan supported
  369. [ 1.349405] Enable RX Mitigation via HW Watchdog Timer
  370. [ 1.502717] libphy: stmmac: probed
  371. [ 1.509471] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-1:00) active
  372. [ 1.516566] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-1:01)
  373. [ 1.523420] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-1:02)
  374. [ 1.530159] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-1:03)
  375. [ 1.536771] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-1:04)
  376. [ 1.543336] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-1:05)
  377. [ 1.549746] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-1:06)
  378. [ 1.555986] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-1:07)
  379. [ 1.562087] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-1:08)
  380. [ 1.568058] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-1:09)
  381. [ 1.573915] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-1:0a)
  382. [ 1.579832] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-1:0b)
  383. [ 1.585572] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-1:0c)
  384. [ 1.591132] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-1:0d)
  385. [ 1.596604] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-1:0e)
  386. [ 1.602079] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-1:0f)
  387. [ 1.607505] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-1:10)
  388. [ 1.612858] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-1:11)
  389. [ 1.618135] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-1:12)
  390. [ 1.623371] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-1:13)
  391. [ 1.628469] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-1:14)
  392. [ 1.633464] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-1:15)
  393. [ 1.638355] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-1:16)
  394. [ 1.643165] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-1:17)
  395. [ 1.647829] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-1:18)
  396. [ 1.652369] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-1:19)
  397. [ 1.656793] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-1:1a)
  398. [ 1.661096] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-1:1b)
  399. [ 1.665238] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-1:1c)
  400. [ 1.669369] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-1:1d)
  401. [ 1.673315] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-1:1e)
  402. [ 1.677183] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-1:1f)
  403. [ 1.682629] Rockchip WiFi SYS interface (V1.00) ...
  404. [ 1.686577] usbcore: registered new interface driver cdc_ether
  405. [ 1.690582] usbcore: registered new interface driver rndis_host
  406. [ 1.696611] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
  407. [ 1.700583] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
  408. [ 1.705692] ff580000.usb supply vusb_d not found, using dummy regulator
  409. [ 1.709972] ff580000.usb supply vusb_a not found, using dummy regulator
  410. [ 1.726633] dwc2 ff580000.usb: DWC OTG Controller
  411. [ 1.730554] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  412. [ 1.734748] dwc2 ff580000.usb: irq 43, io mem 0xff580000
  413. [ 1.739008] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  414. [ 1.743229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  415. [ 1.747526] usb usb1: Product: DWC OTG Controller
  416. [ 1.751593] usb usb1: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 dwc2_hsotg
  417. [ 1.756037] usb usb1: SerialNumber: ff580000.usb
  418. [ 1.761065] hub 1-0:1.0: USB hub found
  419. [ 1.765121] hub 1-0:1.0: 1 port detected
  420. [ 1.770528] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  421. [ 1.775089] ehci-pci: EHCI PCI platform driver
  422. [ 1.779557] ehci-platform: EHCI generic platform driver
  423. [ 1.786774] ehci-platform ff5c0000.usb: EHCI Host Controller
  424. [ 1.791836] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  425. [ 1.797116] ehci-platform ff5c0000.usb: irq 44, io mem 0xff5c0000
  426. [ 1.808194] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  427. [ 1.813585] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  428. [ 1.818945] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  429. [ 1.824388] usb usb2: Product: EHCI Host Controller
  430. [ 1.829703] usb usb2: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ehci_hcd
  431. [ 1.835462] usb usb2: SerialNumber: ff5c0000.usb
  432. [ 1.841900] hub 2-0:1.0: USB hub found
  433. [ 1.847560] hub 2-0:1.0: 1 port detected
  434. [ 1.853909] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  435. [ 1.860041] ohci-platform: OHCI generic platform driver
  436. [ 1.866682] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  437. [ 1.873453] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  438. [ 1.880312] ohci-platform ff5d0000.usb: irq 45, io mem 0xff5d0000
  439. [ 1.941444] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  440. [ 1.948298] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  441. [ 1.955311] usb usb3: Product: Generic Platform OHCI controller
  442. [ 1.962319] usb usb3: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ohci_hcd
  443. [ 1.969639] usb usb3: SerialNumber: ff5d0000.usb
  444. [ 1.977652] hub 3-0:1.0: USB hub found
  445. [ 1.984875] hub 3-0:1.0: 1 port detected
  446. [ 1.993419] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  447. [ 2.001367] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
  448. [ 2.009547] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
  449. [ 2.017831] xhci-hcd xhci-hcd.9.auto: irq 183, io mem 0xff600000
  450. [ 2.026124] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  451. [ 2.034298] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  452. [ 2.042492] usb usb4: Product: xHCI Host Controller
  453. [ 2.050541] usb usb4: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  454. [ 2.058886] usb usb4: SerialNumber: xhci-hcd.9.auto
  455. [ 2.067948] hub 4-0:1.0: USB hub found
  456. [ 2.076053] hub 4-0:1.0: 1 port detected
  457. [ 2.084674] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  458. [ 2.093336] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
  459. [ 2.102005] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  460. [ 2.110862] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
  461. [ 2.119412] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  462. [ 2.119424] usb usb5: Product: xHCI Host Controller
  463. [ 2.119433] usb usb5: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  464. [ 2.119441] usb usb5: SerialNumber: xhci-hcd.9.auto
  465. [ 2.120341] hub 5-0:1.0: USB hub found
  466. [ 2.120389] hub 5-0:1.0: 1 port detected
  467. [ 2.122537] usbcore: registered new interface driver iforce
  468. [ 2.122642] usbcore: registered new interface driver xpad
  469. [ 2.123175] usbcore: registered new interface driver usbtouchscreen
  470. [ 2.124169] i2c /dev entries driver
  471. [ 2.169417] rk808 1-0018: Pmic Chip id: 0x8050
  472. [ 2.209874] rk808 1-0018: source: on=0x40, off=0x00
  473. [ 2.224382] DCDC_REG1: supplied by vcc_sys
  474. [ 2.235555] DCDC_REG2: supplied by vcc_sys
  475. [ 2.245981] DCDC_REG3: supplied by vcc_sys
  476. [ 2.255464] DCDC_REG4: supplied by vcc_sys
  477. [ 2.264635] vcc_sd: supplied by vcc_io
  478. [ 2.272181] LDO_REG1: supplied by vcc_io
  479. [ 2.282798] LDO_REG2: supplied by vcc_io
  480. [ 2.293380] LDO_REG3: supplied by vcc_sys
  481. [ 2.303868] rk808 1-0018: register rk8050 regulators
  482. [ 2.311565] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
  483. [ 2.321108] input: rk8xx_pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/input/input0
  484. [ 2.338962] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  485. [ 2.347522] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009e24000
  486. [ 2.357241] IR NEC protocol handler initialized
  487. [ 2.364769] IR RC5(x/sz) protocol handler initialized
  488. [ 2.372336] IR RC6 protocol handler initialized
  489. [ 2.379776] IR JVC protocol handler initialized
  490. [ 2.387060] IR Sony protocol handler initialized
  491. [ 2.394306] IR SANYO protocol handler initialized
  492. [ 2.401563] IR Sharp protocol handler initialized
  493. [ 2.408790] IR MCE Keyboard/mouse protocol handler initialized
  494. [ 2.416164] IR XMP protocol handler initialized
  495. [ 2.423982] usbcore: registered new interface driver uvcvideo
  496. [ 2.431325] USB Video Class driver (1.1.1)
  497. [ 2.444744] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  498. [ 2.452507] Bluetooth: Virtual HCI driver ver 1.5
  499. [ 2.460065] Bluetooth: HCI UART driver ver 2.3
  500. [ 2.467309] Bluetooth: HCI UART protocol H4 registered
  501. [ 2.474510] Bluetooth: HCI UART protocol LL registered
  502. [ 2.481563] Bluetooth: HCI UART protocol ATH3K registered
  503. [ 2.488706] usbcore: registered new interface driver bfusb
  504. [ 2.495936] usbcore: registered new interface driver btusb
  505. [ 2.503323] cpu cpu0: cpu_leakage=7
  506. [ 2.510127] cpu cpu0: cpu_leakage=7
  507. [ 2.516661] cpu cpu0: cpu_leakage-volt-sel=0
  508. [ 2.525938] sdhci: Secure Digital Host Controller Interface driver
  509. [ 2.532731] sdhci: Copyright(c) Pierre Ossman
  510. [ 2.539242] Synopsys Designware Multimedia Card Interface Driver
  511. [ 2.547088] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
  512. [ 2.551505] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
  513. [ 2.555811] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
  514. [ 2.560056] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 39,32 bit host data width,256 deep fifo
  515. [ 2.564748] dwmmc_rockchip ff520000.dwmmc: 'clock-freq-min-max' property was deprecated.
  516. [ 2.581193] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  517. [ 2.596223] dwmmc_rockchip ff520000.dwmmc: 1 slots initialized
  518. [ 2.600651] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
  519. [ 2.604795] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
  520. [ 2.608825] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
  521. [ 2.612773] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 40,32 bit host data width,256 deep fifo
  522. [ 2.617242] dwmmc_rockchip ff500000.dwmmc: 'clock-freq-min-max' property was deprecated.
  523. [ 2.632177] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  524. [ 2.647259] dwmmc_rockchip ff500000.dwmmc: 1 slots initialized
  525. [ 2.651535] sdhci-pltfm: SDHCI platform and OF driver helper
  526. [ 2.657066] hidraw: raw HID events driver (C) Jiri Kosina
  527. [ 2.661838] usbcore: registered new interface driver usbhid
  528. [ 2.666026] usbhid: USB HID core driver
  529. [ 2.668250] mmc0: MAN_BKOPS_EN bit is not set
  530. [ 2.672274] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  531. [ 2.683395] ashmem: initialized
  532. [ 2.685841] dwmmc_rockchip ff520000.dwmmc: Successfully tuned phase to 230
  533. [ 2.686010] mmc0: new HS200 MMC card at address 0001
  534. [ 2.699088] mmcblk0: mmc0:0001 NCard 14.5 GiB
  535. [ 2.699843] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  536. [ 2.701664] usbcore: registered new interface driver snd-usb-audio
  537. [ 2.702661] rk3328-codec ff410000.codec: spk_depop_time use default value.
  538. [ 2.705555] rockchip-pinctrl pinctrl: pin gpio0-27 already requested by vcc-host1-5v-regulator; cannot claim for ff030000.spdif
  539. [ 2.705562] rockchip-pinctrl pinctrl: pin-27 (ff030000.spdif) status -22
  540. [ 2.705569] rockchip-pinctrl pinctrl: could not request pin 27 (gpio0-27) from group spdifm0-tx on device rockchip-pinctrl
  541. [ 2.705574] rockchip-spdif ff030000.spdif: Error applying setting, reverse things back
  542. [ 2.706731] u32 classifier
  543. [ 2.706744] Netfilter messages via NETLINK v0.30.
  544. [ 2.706795] ip_set: protocol 6
  545. [ 2.706976] Initializing XFRM netlink socket
  546. [ 2.707617] NET: Registered protocol family 10
  547. [ 2.708665] NET: Registered protocol family 17
  548. [ 2.708689] NET: Registered protocol family 15
  549. [ 2.708722] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  550. [ 2.708748] Bridge firewalling registered
  551. [ 2.708865] Bluetooth: RFCOMM socket layer initialized
  552. [ 2.708892] Bluetooth: RFCOMM ver 1.11
  553. [ 2.708907] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  554. [ 2.708915] Bluetooth: HIDP socket layer initialized
  555. [ 2.708977] 8021q: 802.1Q VLAN Support v1.8
  556. [ 2.709000] [WLAN_RFKILL]: Enter rfkill_wlan_init
  557. [ 2.709312] [BT_RFKILL]: Enter rfkill_rk_init
  558. [ 2.709525] Key type dns_resolver registered
  559. [ 2.714935] Registered cp15_barrier emulation handler
  560. [ 2.714947] Registered setend emulation handler
  561. [ 2.715648] registered taskstats version 1
  562. [ 2.717761] Btrfs loaded, integrity-checker=on
  563. [ 2.717843] BTRFS: selftest: Running btrfs free space cache tests
  564. [ 2.717865] BTRFS: selftest: Running extent only tests
  565. [ 2.717882] BTRFS: selftest: Running bitmap only tests
  566. [ 2.717900] BTRFS: selftest: Running bitmap and extent tests
  567. [ 2.717923] BTRFS: selftest: Running space stealing from bitmap to extent
  568. [ 2.718981] BTRFS: selftest: Free space cache tests finished
  569. [ 2.718986] BTRFS: selftest: Running extent buffer operation tests
  570. [ 2.718986] BTRFS: selftest: Running btrfs_split_item tests
  571. [ 2.719032] BTRFS: selftest: Running find delalloc tests
  572. [ 2.892895] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
  573. [ 2.897510] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
  574. [ 2.902053] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
  575. [ 2.911942] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  576. [ 2.942430] BTRFS: selftest: Running btrfs_get_extent tests
  577. [ 2.946696] BTRFS: selftest: Running hole first btrfs_get_extent test
  578. [ 2.950833] BTRFS: selftest: Running outstanding_extents tests
  579. [ 2.954870] BTRFS: selftest: Running qgroup tests
  580. [ 2.958770] BTRFS: selftest: Qgroup basic add
  581. [ 2.962810] BTRFS: selftest: Qgroup multiple refs test
  582. [ 2.979809] rk-vcodec ff360000.rkvdec: parent devfreq retry
  583. [ 2.984377] rockchip-dmc dmc: current ATF version 0x101!
  584. [ 2.988115] rockchip-dmc dmc: read tf version 0x101!
  585. [ 2.992940] rockchip-dmc dmc: ddr_leakage=7
  586. [ 2.996353] rockchip-dmc dmc: ddr_leakage-volt-sel=0
  587. [ 3.000190] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  588. [ 3.005270] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
  589. [ 3.030556] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
  590. [ 3.034600] asoc-simple-card sound: snd-soc-dummy-dai <-> ff010000.i2s mapping ok
  591. [ 3.039864] asoc-simple-card spdif-sound: dit-hifi <-> ff030000.spdif mapping ok
  592. [ 3.044425] rk-vcodec ff360000.rkvdec: parent devfreq is ok
  593. [ 3.048317] rk-vcodec ff360000.rkvdec: rkvdec_leakage=7
  594. [ 3.051801] rk-vcodec ff360000.rkvdec: rkvdec_leakage-volt-sel=0
  595. [ 3.055740] rk-vcodec ff360000.rkvdec: probe device
  596. [ 3.059111] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc0f5445810
  597. [ 3.062763] rk-vcodec ff360000.rkvdec: allocator is drm
  598. [ 3.066068] rk-vcodec ff360000.rkvdec: checking hw id 3410
  599. [ 3.069905] rk-vcodec ff360000.rkvdec: init success
  600. [ 3.075151] rk808-rtc rk808-rtc: setting system clock to 2016-01-21 08:50:13 UTC (1453366213)
  601. [ 3.078764] of_cfs_init
  602. [ 3.081804] of_cfs_init: OK
  603. [ 3.095677] vcc_sd: disabling
  604. [ 3.098812] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 415; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-ccfa68a3', rk_ko_ver is '5', built at '20:22:46', on 'Mar 4 2018'.
  605. [ 3.106828] mali-utgard ff300000.gpu: mali_platform_device->num_resources = 9
  606. [ 3.110576] mali-utgard ff300000.gpu: resource[0].start = 0x0x00000000ff300000
  607. [ 3.114356] mali-utgard ff300000.gpu: resource[1].start = 0x0x00000000ff300000
  608. [ 3.118092] mali-utgard ff300000.gpu: resource[2].start = 0x0x0000000000000011
  609. [ 3.121791] mali-utgard ff300000.gpu: resource[3].start = 0x0x0000000000000012
  610. [ 3.125425] mali-utgard ff300000.gpu: resource[4].start = 0x0x0000000000000013
  611. [ 3.129025] mali-utgard ff300000.gpu: resource[5].start = 0x0x0000000000000014
  612. [ 3.132621] mali-utgard ff300000.gpu: resource[6].start = 0x0x0000000000000015
  613. [ 3.136207] mali-utgard ff300000.gpu: resource[7].start = 0x0x0000000000000016
  614. [ 3.139744] mali-utgard ff300000.gpu: resource[8].start = 0x0x0000000000000017
  615. [ 3.143227] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 617; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  616. [ 3.150769] mali-utgard ff300000.gpu: gpu_leakage=7
  617. [ 3.154294] mali-utgard ff300000.gpu: gpu_leakage-volt-sel=0
  618. [ 3.159727] Mali: Mali device driver loaded
  619. [ 3.164529] ALSA device list:
  620. [ 3.167879] #0: HDMI
  621. [ 3.171077] #1: I2S
  622. [ 3.174206] #2: SPDIF
  623. [ 3.177893] Freeing unused kernel memory: 1216K
  624. Loading, please wait...
  625. starting version 238
  626. [ 3.214510] vendor storage:20160801 ret = 0
  627. [ 3.258269] devfreq ff300000.gpu: Couldn't update frequency transition information.
  628. Begin: Loading essential drivers ... done.
  629. Begin: Running /scripts/init-premount ... done.
  630. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  631. Begin: Running /scripts/local-premount ... done.
  632. Warning: fsck not present, so skipping root file system
  633. [ 3.733110] EXT4-fs (mmcblk0p7): mounted filesystem with writeback data mode. Opts: (null)
  634. done.
  635. Begin: Running /scripts/local-bottom ... done.
  636. Begin: Running /scripts/init-bottom ... done.
  637. [ 3.994385] systemd[1]: System time before build time, advancing clock.
  638. [ 4.029689] systemd[1]: Failed to insert module 'autofs4': No such file or directory
  639. [ 4.058913] ip_tables: (C) 2000-2006 Netfilter Core Team
  640. [ 4.074087] cgroup: cgroup2: unknown option "nsdelegate"
  641. [ 4.097766] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  642. [ 4.115852] systemd[1]: Detected architecture arm64.
  643.  
  644. Welcome to Debian GNU/Linux buster/sid!
  645.  
  646. [ 4.131320] systemd[1]: Set hostname to <node02>.
  647. [ 4.263497] systemd-gpt-auto-generator[268]: Failed to dissect: Input/output error
  648. [ 4.269790] systemd[263]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
  649. [ 4.294235] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  650. [ 4.303449] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  651. [ 4.544953] systemd[1]: Configuration file /lib/systemd/system/kubelet.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  652. [ 4.579577] systemd[1]: Configuration file /etc/systemd/system/kubelet.service.d/10-kubeadm.conf is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  653. [ 4.594368] systemd[1]: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf:11: Unknown lvalue 'cgroup-driver' in section 'Service'
  654. [ 4.607729] systemd[1]: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf:12: Unknown lvalue 'cgroup-driver' in section 'Service'
  655. [ 4.648557] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  656. [ 4.655077] systemd[1]: Reached target Swap.
  657. [ OK ] Reached target Swap.
  658. [ 4.661494] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  659. [ 4.668057] systemd[1]: Reached target System Time Synchronized.
  660. [ OK ] Reached target System Time Synchronized.
  661. [ 4.673943] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  662. [ 4.680619] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  663. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  664. [ 4.686907] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  665. [ 4.693910] systemd[1]: Listening on Journal Socket (/dev/log).
  666. [ OK ] Listening on Journal Socket (/dev/log).
  667. [ 4.700302] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  668. [ 4.709799] systemd[1]: Created slice system-getty.slice.
  669. [ OK ] Created slice system-getty.slice.
  670. [ 4.716391] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  671. [ 4.723610] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  672. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  673. [ 4.730984] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  674. [ 4.738263] systemd[1]: Listening on Journal Audit Socket.
  675. [ OK ] Listening on Journal Audit Socket.
  676. [ 4.744967] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  677. [ 4.752434] systemd[1]: Listening on Syslog Socket.
  678. [ OK ] Listening on Syslog Socket.
  679. [ 4.759268] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  680. [ 4.766666] systemd[1]: Listening on udev Kernel Socket.
  681. [ OK ] Listening on udev Kernel Socket.
  682. [ 4.773639] random: systemd: uninitialized urandom read (16 bytes read, 62 bits of entropy available)
  683. [ 4.781320] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  684. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  685. [ 4.788833] systemd[1]: Reached target Local Encrypted Volumes.
  686. [ OK ] Reached target Local Encrypted Volumes.
  687. [ 4.797944] systemd[1]: Created slice system-serial\x2dgetty.slice.
  688. [ OK ] Created slice system-serial\x2dgetty.slice.
  689. [ 4.805422] systemd[1]: Reached target Paths.
  690. [ OK ] Reached target Paths.
  691. [ 4.813197] systemd[1]: Listening on udev Control Socket.
  692. [ OK ] Listening on udev Control Socket.
  693. [ 4.821793] systemd[1]: Created slice User and Session Slice.
  694. [ OK ] Created slice User and Session Slice.
  695. [ 4.829076] systemd[1]: Reached target Slices.
  696. [ OK ] Reached target Slices.
  697. [ 4.836662] systemd[1]: Listening on Journal Socket.
  698. [ OK ] Listening on Journal Socket.
  699. [ 4.847277] systemd[1]: Starting Journal Service...
  700. Starting Journal Service...
  701. [ 4.858401] systemd[1]: Starting udev Coldplug all Devices...
  702. Starting udev Coldplug all Devices...
  703. [ 4.874485] systemd[1]: Starting Restore / save the current clock...
  704. Starting Restore / save the current clock...
  705. [ 4.886476] systemd[1]: Mounting Huge Pages File System...
  706. Mounting Huge Pages File System...
  707. [ 4.898102] systemd[1]: Starting Remount Root and Kernel File Systems...
  708. Starting Remount Root and Kernel File Systems...
  709. [ 4.910111] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  710. Starting Create list of required stvice nodes for the current kernel.
  711. [ 5.014011] systemd[1]: Mounted Kernel Debug File System.
  712. [ OK ] Mounted Kernel Debug File System.
  713. [ 5.020720] systemd[1]: Mounted POSIX Message Queue File System.
  714. [ OK ] Mounted POSIX Message Queue File System.
  715. [ 5.032335] systemd[1]: Started Load Kernel Modules.
  716. [ OK ] Started Load Kernel Modules.
  717. [ 5.040793] systemd[1]: Started Nameserver information manager.
  718. [ OK ] Started Nameserver information manager.
  719. [ 5.052678] systemd[1]: Starting Apply Kernel Variables...
  720. Starting Apply Kernel Variables...
  721. [ 5.063473] systemd[1]: Mounting FUSE Control File System...
  722. Mounting FUSE Control File System...
  723. [ 5.073848] systemd[1]: Mounting Kernel Configuration File System...
  724. Mounting Kernel Configuration File System...
  725. [ 5.084230] systemd[1]: Starting Create Static Device Nodes in /dev...
  726. Starting Create Static Device Nodes in /dev...
  727. [ 5.094673] systemd[1]: Starting Load/Save Random Seed...
  728. Starting Load/Save Random Seed...
  729. [ 5.105678] systemd[1]: Mounted FUSE Control File System.
  730. [ OK ] Mounted FUSE Control File System.
  731. [ 5.111601] systemd[1]: Mounted Kernel Configuration File System.
  732. [ OK ] Mounted Kernel Configuration File System.
  733. [ 5.121840] systemd[1]: Started Apply Kernel Variables.
  734. [ OK ] Started Apply Kernel Variables.
  735. [ 5.149049] systemd[1]: Started Journal Service.
  736. [ OK ] Started Journal Service.
  737. Starting Flush Journal to Persistent Storage...
  738. [ OK ] Started Load/Save Random Seed.
  739. [ OK ] Started Create Static Device Nodes in /dev.
  740. Starting udev Kernel Device Manager...
  741. [ OK ] Reached target Local File Systems (Pre).
  742. [ 5.189890] systemd-journald[274]: Received request to flush runtime journal from PID 1
  743. [ OK ] Started udev Coldplug all Devices.
  744. [ OK ] Started Flush Journal to Persistent Storage.
  745. [ OK ] Started udev Kernel Device Manager.
  746. [ OK ] Found device /dev/ttyFIQ0.
  747. [ OK ] Reached target Sound Card.
  748. [ OK ] Found device /dev/disk/by-label/boot.
  749. Mounting /boot/efi...
  750. [ 5.638674] FAT-fs (mmcblk0p6): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  751. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  752. [ OK ] Mounted /boot/efi.
  753. [ OK ] Reached target Local File Systems.
  754. Starting ebtables ruleset management...
  755. Starting Create Volatile Files and Directories...
  756. [ OK ] Found device /sys/subsystem/net/devices/eth0.
  757. [ OK ] Started Create Volatile Files and Directories.
  758. Starting Update UTMP about System Boot/Shutdown...
  759. [ OK ] Started ebtables ruleset management.
  760. [ OK ] Started Update UTMP about System Boot/Shutdown.
  761. [ OK ] Reached target System Initialization.
  762. [ OK ] Started Daily apt download activities.
  763. [ OK ] Listening on D-Bus System Message Bus Socket.
  764. [ OK ] Started Daily Cleanup of Temporary Directories.
  765. [ OK ] Started Daily apt upgrade and clean activities.
  766. [ OK ] Reached target Timers.
  767. Starting Docker Socket for the API.
  768. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  769. [ OK ] Reached target Network (Pre).
  770. [ OK ] Started ifup for eth0.
  771. Starting Raise network interfaces...
  772. [ OK ] Listening on Docker Socket for the API.
  773. [ OK ] Reached target Sockets.
  774. [ OK ] Reached target Basic System.
  775. Starting Resets System Activity Data Collector...
  776. Starting Login Service...
  777. [ OK ] Started D-Bus System Message Bus.
  778. Starting System Logging Service...
  779. [ OK ] Started kubelet: The Kubernetes Node Agent.
  780. Starting Avahi mDNS/DNS-SD Stack...
  781. Starting Save/Restore Sound Card State...
  782. [ OK ] Started Regular background program processing daemon.
  783. Starting Rock 64 First boot...
  784. Starting LSB: IPv4 DHCP client with IPv4LL support...
  785. Starting Generate SSH keys if not there...
  786. Starting IPv6 Recursive DNS Server discovery Daemon...
  787. Starting WPA supplicant...
  788. [ OK ] Started Resets System Activity Data Collector.
  789. [ OK ] Started Save/Restore Sound Card State.
  790. [ OK ] Started Rock 64 First boot.
  791. [ OK ] Started System Logging Service.
  792. [ OK ] Started Generate SSH keys if not there.
  793. [ OK ] Started Login Service.
  794. [ OK ] Started WPA supplicant.
  795. [ OK ] Started IPv6 Recursive DNS Server discovery Daemon.
  796. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  797. [ OK ] Started Raise network interfaces.
  798. [ OK ] Reached target Network.
  799. Starting Permit User Sessions...
  800. Starting OpenBSD Secure Shell server...
  801. Starting Network Time Service...
  802. [ OK ] Reached target Network is Online.
  803. Starting Daily apt download activities...
  804. Starting Docker Application Container Engine...
  805. [ OK ] Started Permit User Sessions.
  806. [ OK ] Started Getty on tty1.
  807. [ OK ] Started Serial Getty on ttyFIQ0.
  808. [ OK ] Reached target Login Prompts.
  809. [ OK ] Started Network Time Service.
  810. [ 6.528281] random: nonblocking pool is initialized
  811. [ OK ] Started OpenBSD Secure Shell server.
  812. [ 8.020478] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  813. [ OK ] Started Kubernetes systemd probe.
  814. [ 9.103938] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  815. [ 9.338458] ctnetlink v0.93: registering with nfnetlink.
  816. [ 9.387737] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
  817. [ 9.506744] rk_gmac-dwmac ff550000.ethernet eth1: Link is Up - 100Mbps/Half - flow control off
  818. [ 10.049462] device veth53e2e13 entered promiscuous mode
  819. [ 10.055565] IPv6: ADDRCONF(NETDEV_UP): veth53e2e13: link is not ready
  820. [ 10.060128] docker0: port 1(veth53e2e13) entered forwarding state
  821. [ 10.064721] docker0: port 1(veth53e2e13) entered forwarding state
  822. [ 10.074424] docker0: port 1(veth53e2e13) entered disabled state
  823. [ 10.127934] IPv6: ADDRCONF(NETDEV_CHANGE): veth53e2e13: link becomes ready
  824. [ 10.132545] docker0: port 1(veth53e2e13) entered forwarding state
  825. [ 10.137034] docker0: port 1(veth53e2e13) entered forwarding state
  826. [ 10.145742] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
  827. [ OK ] Started Daily apt download activities.
  828. [ 10.805374] docker0: port 1(veth53e2e13) entered disabled state
  829. [ 10.810629] eth0: renamed from vethcb6e6a9
  830. [ 10.823228] docker0: port 1(veth53e2e13) entered forwarding state
  831. [ 10.827701] docker0: port 1(veth53e2e13) entered forwarding state
  832. Stopping Network Time Service...
  833. [ OK ] Stopped Network Time Service.
  834. Starting Network Time Service...
  835. [ OK ] Started Network Time Service.
  836. [ 11.280447] tty_port_close_start: tty->count = 1 port count = 2.
  837. [ 12.226804] docker0: port 1(veth53e2e13) entered disabled state
  838. [ 12.228022] vethcb6e6a9: renamed from eth0
  839. [ 12.312402] docker0: port 1(veth53e2e13) entered forwarding state
  840. [ 12.313104] docker0: port 1(veth53e2e13) entered forwarding state
  841.  
  842. Debian GNU/Linux buster/sid node02 ttyFIQ0
  843.  
  844. node02 login: [ 12.719184] docker0: port 1(veth53e2e13) entered disabled state
  845. [ 12.724011] device veth53e2e13 left promiscuous mode
  846. [ 12.724611] docker0: port 1(veth53e2e13) entered disabled state
  847. [ 13.001469] device veth2c5e935 entered promiscuous mode
  848. [ 13.003717] IPv6: ADDRCONF(NETDEV_UP): veth2c5e935: link is not ready
  849. [ 13.004483] docker0: port 1(veth2c5e935) entered forwarding state
  850. [ 13.005262] docker0: port 1(veth2c5e935) entered forwarding state
  851. [ 13.006427] docker0: port 1(veth2c5e935) entered disabled state
  852. [ 13.047696] IPv6: ADDRCONF(NETDEV_CHANGE): veth2c5e935: link becomes ready
  853. [ 13.048628] docker0: port 1(veth2c5e935) entered forwarding state
  854. [ 13.049453] docker0: port 1(veth2c5e935) entered forwarding state
  855. [ 13.633074] docker0: port 1(veth2c5e935) entered disabled state
  856. [ 13.634681] eth0: renamed from veth1cd767f
  857. [ 13.645852] docker0: port 1(veth2c5e935) entered forwarding state
  858. [ 13.646695] docker0: port 1(veth2c5e935) entered forwarding state
  859. [ 14.278911] docker0: port 1(veth2c5e935) entered disabled state
  860. [ 14.280106] veth1cd767f: renamed from eth0
  861. [ 14.316996] docker0: port 1(veth2c5e935) entered disabled state
  862. [ 14.322933] device veth2c5e935 left promiscuous mode
  863. [ 14.323561] docker0: port 1(veth2c5e935) entered disabled state
  864. [ 14.473925] device veth45be242 entered promiscuous mode
  865. [ 14.475429] IPv6: ADDRCONF(NETDEV_UP): veth45be242: link is not ready
  866. [ 14.476166] docker0: port 1(veth45be242) entered forwarding state
  867. [ 14.476967] docker0: port 1(veth45be242) entered forwarding state
  868. [ 14.521943] IPv6: ADDRCONF(NETDEV_CHANGE): veth45be242: link becomes ready
  869. [ 14.940048] docker0: port 1(veth45be242) entered disabled state
  870. [ 14.941560] eth0: renamed from vethee54db8
  871. [ 14.951871] docker0: port 1(veth45be242) entered forwarding state
  872. [ 14.952700] docker0: port 1(veth45be242) entered forwarding state
  873. [ 15.447665] docker0: port 1(veth45be242) entered disabled state
  874. [ 15.449832] vethee54db8: renamed from eth0
  875. [ 15.483595] docker0: port 1(veth45be242) entered disabled state
  876. [ 15.489565] device veth45be242 left promiscuous mode
  877. [ 15.490132] docker0: port 1(veth45be242) entered disabled state
  878. [ 15.783060] device veth1007ba8 entered promiscuous mode
  879. [ 15.785938] IPv6: ADDRCONF(NETDEV_UP): veth1007ba8: link is not ready
  880. [ 15.786851] docker0: port 1(veth1007ba8) entered forwarding state
  881. [ 15.787834] docker0: port 1(veth1007ba8) entered forwarding state
  882. [ 15.809670] docker0: port 1(veth1007ba8) entered disabled state
  883. [ 15.857783] IPv6: ADDRCONF(NETDEV_CHANGE): veth1007ba8: link becomes ready
  884. [ 15.858733] docker0: port 1(veth1007ba8) entered forwarding state
  885. [ 15.862808] docker0: port 1(veth1007ba8) entered forwarding state
  886. [ 16.399113] docker0: port 1(veth1007ba8) entered disabled state
  887. [ 16.405344] eth0: renamed from veth4d4e05a
  888. [ 16.419647] docker0: port 1(veth1007ba8) entered forwarding state
  889. [ 16.423540] docker0: port 1(veth1007ba8) entered forwarding state
  890. [ 16.892869] docker0: port 1(veth1007ba8) entered disabled state
  891. [ 16.897227] veth4d4e05a: renamed from eth0
  892. [ 16.935527] docker0: port 1(veth1007ba8) entered disabled state
  893. [ 16.945129] device veth1007ba8 left promiscuous mode
  894. [ 16.948867] docker0: port 1(veth1007ba8) entered disabled state
  895. [ 17.630070] device vethd53de43 entered promiscuous mode
  896. [ 17.637338] IPv6: ADDRCONF(NETDEV_UP): vethd53de43: link is not ready
  897. [ 17.641174] docker0: port 1(vethd53de43) entered forwarding state
  898. [ 17.648098] docker0: port 1(vethd53de43) entered forwarding state
  899. [ 17.731343] IPv6: ADDRCONF(NETDEV_CHANGE): vethd53de43: link becomes ready
  900. [ 18.147387] docker0: port 1(vethd53de43) entered disabled state
  901. [ 18.156685] eth0: renamed from vethec4a969
  902. [ 18.166407] docker0: port 1(vethd53de43) entered forwarding state
  903. [ 18.170555] docker0: port 1(vethd53de43) entered forwarding state
  904. [ 18.660956] docker0: port 1(vethd53de43) entered disabled state
  905. [ 18.665375] vethec4a969: renamed from eth0
  906. [ 18.701132] docker0: port 1(vethd53de43) entered disabled state
  907. [ 18.708992] device vethd53de43 left promiscuous mode
  908. [ 18.712908] docker0: port 1(vethd53de43) entered disabled state
  909. [ 20.188884] device veth050f955 entered promiscuous mode
  910. [ 20.194199] IPv6: ADDRCONF(NETDEV_UP): veth050f955: link is not ready
  911. [ 20.256867] IPv6: ADDRCONF(NETDEV_CHANGE): veth050f955: link becomes ready
  912. [ 20.261049] docker0: port 1(veth050f955) entered forwarding state
  913. [ 20.265168] docker0: port 1(veth050f955) entered forwarding state
  914. [ 20.694214] docker0: port 1(veth050f955) entered disabled state
  915. [ 20.700729] eth0: renamed from veth1efc204
  916. [ 20.712628] docker0: port 1(veth050f955) entered forwarding state
  917. [ 20.716590] docker0: port 1(veth050f955) entered forwarding state
  918. [ 21.214531] docker0: port 1(veth050f955) entered disabled state
  919. [ 21.219910] veth1efc204: renamed from eth0
  920. [ 21.286850] docker0: port 1(veth050f955) entered disabled state
  921. [ 21.294759] device veth050f955 left promiscuous mode
  922. [ 21.298609] docker0: port 1(veth050f955) entered disabled state
  923. [ 23.540796] Rockchip integrated EPHY stmmac-1:00: rockchip_integrated_phy_fixup_100M: reset phy
  924. [ 24.352107] device veth1436a70 entered promiscuous mode
  925. [ 24.366048] IPv6: ADDRCONF(NETDEV_UP): veth1436a70: link is not ready
  926. [ 24.438455] IPv6: ADDRCONF(NETDEV_CHANGE): veth1436a70: link becomes ready
  927. [ 24.442796] docker0: port 1(veth1436a70) entered forwarding state
  928. [ 24.446850] docker0: port 1(veth1436a70) entered forwarding state
  929. [ 24.842415] docker0: port 1(veth1436a70) entered disabled state
  930. [ 24.848868] eth0: renamed from veth7865f81
  931. [ 24.858779] docker0: port 1(veth1436a70) entered forwarding state
  932. [ 24.862820] docker0: port 1(veth1436a70) entered forwarding state
  933. [ 25.341367] docker0: port 1(veth1436a70) entered disabled state
  934. [ 25.346050] veth7865f81: renamed from eth0
  935. [ 25.389895] docker0: port 1(veth1436a70) entered disabled state
  936. [ 25.398256] device veth1436a70 left promiscuous mode
  937. [ 25.402254] docker0: port 1(veth1436a70) entered disabled state
  938. [ 25.600764] rk_gmac-dwmac ff550000.ethernet eth1: Link is Down
  939. [ 26.607094] rk_gmac-dwmac ff550000.ethernet eth1: Link is Up - 100Mbps/Half - flow control off
  940. [ 31.674859] device vethf9cd4c0 entered promiscuous mode
  941. [ 31.683410] IPv6: ADDRCONF(NETDEV_UP): vethf9cd4c0: link is not ready
  942. [ 31.724088] IPv6: ADDRCONF(NETDEV_CHANGE): vethf9cd4c0: link becomes ready
  943. [ 31.728462] docker0: port 1(vethf9cd4c0) entered forwarding state
  944. [ 31.732617] docker0: port 1(vethf9cd4c0) entered forwarding state
  945. [ 32.180719] docker0: port 1(vethf9cd4c0) entered disabled state
  946. [ 32.188460] eth0: renamed from veth8a6042d
  947. [ 32.199675] docker0: port 1(vethf9cd4c0) entered forwarding state
  948. [ 32.203820] docker0: port 1(vethf9cd4c0) entered forwarding state
  949. [ 32.697456] docker0: port 1(vethf9cd4c0) entered disabled state
  950. [ 32.702119] veth8a6042d: renamed from eth0
  951. [ 32.756618] docker0: port 1(vethf9cd4c0) entered disabled state
  952. [ 32.772883] device vethf9cd4c0 left promiscuous mode
  953. [ 32.776863] docker0: port 1(vethf9cd4c0) entered disabled state
  954. [ OK ] Stopped target Timers.
  955. [ OK ] Stopped Daily apt upgrade and clean activities.
  956. [ OK ] Stopped target Graphical Interface.
  957. Stopping Session 2 of user rock64.
  958. [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
  959. Stopping User Manager for UID 1000...
  960. [ OK ] Stopped Daily Cleanup of Temporary Directories.
  961. [ OK ] Stopped target Sound Card.
  962. [ OK ] Stopped Daily apt download activities.
  963. [ OK ] Stopped target System Time Synchronized.
  964. Stopping Save/Restore Sound Card State...
  965. [ OK ] Stopped target Multi-User System.
  966. Stopping System Logging Service...
  967. [ OK ] Stopped target Login Prompts.
  968. Stopping Serial Getty on ttyFIQ0...
  969. [ 37.575355] tty_port_close_start: tty->count = 1 port count = 2.
  970. Stopping Getty on tty1...
  971. Stopping Network Time Service...
  972. Stopping Regular background program processing daemon...
  973. Stopping Docker Application Container Engine...
  974. Stopping LSB: IPv4 DHCP client with IPv4LL support...
  975. Stopping Avahi mDNS/DNS-SD Stack...
  976. Stopping OpenBSD Secure Shell server...
  977. Stopping kubelet: The Kubernetes Node Agent...
  978. [ OK ] Stopped Resets System Activity Data Collector.
  979. [ OK ] Unmounted /var/lib/docker/plugins.
  980. [ OK ] Stopped System Logging Service.
  981. [ OK ] Stopped kubelet: The Kubernetes Node Agent.
  982. [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
  983. [ OK ] Stopped Regular background program processing daemon.
  984. [ OK ] Stopped Getty on tty1.
  985. [ 37.721502] tty_port_close_start: tty->count = 1 port count = 2.
  986. [ OK ] Stopped Serial Getty on ttyFIQ0.
  987. [ OK ] Stopped OpenBSD Secure Shell server.
  988. [ OK ] Stopped Network Time Service.
  989. [ OK ] Stopped User Manager for UID 1000.
  990. [ OK ] Stopped Save/Restore Sound Card State.
  991. [ OK ] Stopped Session 2 of user rock64.
  992. [ OK ] Removed slice User Slice of rock64.
  993. Stopping Login Service...
  994. [ OK ] Stopped Generate SSH keys if not there.
  995. [ OK ] Removed slice system-serial\x2dgetty.slice.
  996. [ OK ] Removed slice system-getty.slice.
  997. Stopping Permit User Sessions...
  998. [ OK ] Stopped Login Service.
  999. [ OK ] Stopped Permit User Sessions.
  1000. [ OK ] Stopped LSB: IPv4 DHCP client with IPv4LL support.
  1001. [ OK ] Stopped target Remote File Systems.
  1002. [ OK ] Stopped Docker Application Container Engine.
  1003. [ OK ] Stopped target Network is Online.
  1004. [ OK ] Stopped target Network.
  1005. Stopping WPA supplicant...
  1006. Stopping IPv6 Recursive DNS Server discovery Daemon...
  1007. Stopping Raise network interfaces...
  1008. Stopping ifup for eth0...
  1009. [ OK ] Stopped WPA supplicant.
  1010. [ OK ] Stopped IPv6 Recursive DNS Server discovery Daemon.
  1011. Stopping D-Bus System Message Bus...
  1012. [ OK ] Stopped D-Bus System Message Bus.
  1013. [ OK ] Stopped target Basic System.
  1014. [ OK ] Stopped target Paths.
  1015. [ OK ] Stopped target Slices.
  1016. [ OK ] Removed slice User and Session Slice.
  1017. [ OK ] Stopped target Sockets.
  1018. [ OK ] Closed Docker Socket for the API.
  1019. [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
  1020. [ OK ] Closed Syslog Socket.
  1021. [ OK ] Closed D-Bus System Message Bus Socket.
  1022. [ OK ] Stopped target System Initialization.
  1023. Stopping Restore / save the current clock...
  1024. [ OK ] Stopped target Local Encrypted Volumes.
  1025. [ OK ] Stopped Forward Password Requests to Wall Directory Watch.
  1026. [ OK ] Stopped Dispatch Password Requests to Console Directory Watch.
  1027. Stopping Update UTMP about System Boot/Shutdown...
  1028. Stopping Load/Save Random Seed...
  1029. [ OK ] Stopped Restore / save the current clock.
  1030. [ OK ] Stopped Load/Save Random Seed.
  1031. [ OK ] Stopped Update UTMP about System Boot/Shutdown.
  1032. [ OK ] Stopped Create Volatile Files and Directories.
  1033. [ OK ] Stopped ifup for eth0.
  1034. [ OK ] Stopped Raise network interfaces.
  1035. [ OK ] Stopped target Network (Pre).
  1036. [ OK ] Stopped Apply Kernel Variables.
  1037. [ OK ] Stopped Load Kernel Modules.
  1038. [ OK ] Stopped target Local File Systems.
  1039. Unmounting /run/user/1000...
  1040. Unmounting /boot/efi...
  1041. [ OK ] Unmounted /run/user/1000.
  1042. [ OK ] Unmounted /boot/efi.
  1043. [ OK ] Reached target Unmount All Filesystems.
  1044. [ OK ] Stopped target Local File Systems (Pre).
  1045. [ OK ] Stopped Create Static Device Nodes in /dev.
  1046. [ OK ] Stopped Remount Root and Kernel File Systems.
  1047. [ OK ] Stopped target Swap.
  1048. [ OK ] Reached target Shutdown.
  1049. [ OK ] Reached target Final Step.
  1050. Starting Reboot...
  1051. [ 40.256436] systemd-shutdown[1]: Syncing filesystems and block devices.
  1052. [ 40.278623] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
  1053. [ 40.292201] systemd-journald[274]: Received SIGTERM from PID 1 (systemd-shutdow).
  1054. [ 40.303599] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
  1055. [ 40.317866] systemd-shutdown[1]: Unmounting file systems.
  1056. [ 40.320548] [3161]: Remounting '/' read-only in with options ''.
  1057. [ 40.337190] EXT4-fs (mmcblk0p7): re-mounted. Opts:
  1058. [ 40.347529] systemd-shutdown[1]: All filesystems unmounted.
  1059. [ 40.348194] systemd-shutdown[1]: Deactivating swaps.
  1060. [ 40.348850] systemd-shutdown[1]: All swaps deactivated.
  1061. [ 40.349449] systemd-shutdown[1]: Detaching loop devices.
  1062. [ 40.352909] systemd-shutdown[1]: All loop devices detached.
  1063. [ 40.353662] systemd-shutdown[1]: Detaching DM devices.
  1064. [ 40.354506] systemd-shutdown[1]: All DM devices detached.
  1065. [ 40.361368] systemd-shutdown[1]: Syncing filesystems and block devices.
  1066. [ 40.363640] systemd-shutdown[1]: Rebooting.
  1067. [ 40.364163] kvm: exiting hardware virtualization
  1068. [ 40.364686] cpu0 limit freq=816000 min=816000 max=816000
  1069. [ 40.365868] rk-vcodec ff360000.rkvdec: vcodec shutdown
  1070. [ 40.368511] rk-vcodec vpu_combo: vcodec shutdown
  1071. [ 40.369323] reboot: Restarting system
  1072. DDR version 1.06 20170424
  1073. In
  1074. SRX
  1075. LPDDR3
  1076. 786MHz
  1077. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  1078. ddrconfig:7
  1079. OUT
  1080.  
  1081. U-Boot SPL 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:22)
  1082. setup_ddr_param 1
  1083. booted from eMMC
  1084. Trying to boot from MMC1
  1085. NOTICE: BL31: v1.3(release):f947c7e
  1086. NOTICE: BL31: Built : 20:21:21, Mar 4 2018
  1087. NOTICE: BL31:Rockchip release version: v1.3
  1088.  
  1089.  
  1090. U-Boot 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:36 +0000), Build: jenkins-linux-build-rock-64-193
  1091.  
  1092. Model: Pine64 Rock64
  1093. DRAM: 4 GiB
  1094. MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
  1095. Card did not respond to voltage select!
  1096. mmc_init: -95, time 9
  1097. *** Warning - No block device, using default environment
  1098.  
  1099. In: serial@ff130000
  1100. Out: serial@ff130000
  1101. Err: serial@ff130000
  1102. Model: Pine64 Rock64
  1103. misc_init_r
  1104. cpuid=55524b50303930313400000000091507
  1105. serial=6a7e287fc444f4b
  1106. normal boot
  1107. Net: eth0: ethernet@ff540000
  1108. Hit any key to stop autoboot: 2 1 0
  1109. switch to partitions #0, OK
  1110. mmc0(part 0) is current device
  1111. Scanning mmc 0:6...
  1112. Found /extlinux/extlinux.conf
  1113. Retrieving file: /extlinux/extlinux.conf
  1114. reading /extlinux/extlinux.conf
  1115. 688 bytes read in 4 ms (168 KiB/s)
  1116. select kernel
  1117. 1: kernel-latest
  1118. 2: kernel-previous
  1119. Enter choice: 1: kernel-latest
  1120. Retrieving file: /initrd.img
  1121. reading /initrd.img
  1122. 2924191 bytes read in 409 ms (6.8 MiB/s)
  1123. Retrieving file: /Image
  1124. reading /Image
  1125. 19359752 bytes read in 2692 ms (6.9 MiB/s)
  1126. append: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  1127. Retrieving file: /dtb
  1128. reading /dtb
  1129. 58088 bytes read in 11 ms (5 MiB/s)
  1130. ## Flattened Device Tree blob at 01f00000
  1131. Booting using the fdt blob at 0x1f00000
  1132. Loading Ramdisk to fcc37000, end fcf00e9f ... OK
  1133. Loading Device Tree to 00000000fcc25000, end 00000000fcc362e7 ... OK
  1134.  
  1135. Starting kernel ...
  1136.  
  1137. [ 0.000000] Booting Linux on physical CPU 0x0
  1138. [ 0.000000] Initializing cgroup subsys cpuset
  1139. [ 0.000000] Initializing cgroup subsys cpu
  1140. [ 0.000000] Initializing cgroup subsys cpuacct
  1141. [ 0.000000] Linux version 4.4.114-rockchip-ayufan-193 (root@299c3fc1b858) (gcc version 7.2.0 (Ubuntu/Linaro 7.2.0-6ubuntu1) ) #1 SMP Sun Mar 4 20:24:21 UTC 2018
  1142. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  1143. [ 0.000000] psci: probing for conduit method from DT.
  1144. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  1145. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  1146. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  1147. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef2b000 s46248 r8192 d31576 u86016
  1148. [ 0.000000] Detected VIPT I-cache on CPU0
  1149. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  1150. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027656
  1151. [ 0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  1152. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  1153. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  1154. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  1155. [ 0.000000] software IO TLB [mem 0xf6200000-0xfa200000] (64MB) mapped at [ffffffc0f6200000-ffffffc0fa1fffff]
  1156. [ 0.000000] Memory: 4014748K/4175872K available (11774K kernel code, 1562K rwdata, 4292K rodata, 1216K init, 750K bss, 161124K reserved, 0K cma-reserved)
  1157. [ 0.000000] Virtual kernel memory layout:
  1158. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  1159. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  1160. [ 0.000000] .init : 0xffffff8009040000 - 0xffffff8009170000 ( 1216 KB)
  1161. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008c00000 ( 11776 KB)
  1162. [ 0.000000] .rodata : 0xffffff8008c00000 - 0xffffff8009040000 ( 4352 KB)
  1163. [ 0.000000] .data : 0xffffff8009170000 - 0xffffff80092f6808 ( 1563 KB)
  1164. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  1165. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc3fc0000 ( 63 MB actual)
  1166. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  1167. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  1168. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc0ff000000 ( 4078 MB)
  1169. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1170. [ 0.000000] Hierarchical RCU implementation.
  1171. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  1172. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  1173. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  1174. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  1175. [ 0.000000] GIC: Using split EOI/Deactivate mode
  1176. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  1177. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  1178. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  1179. [ 0.001022] Console: colour dummy device 80x25
  1180. [ 0.002789] console [tty0] enabled
  1181. [ 0.002843] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  1182. [ 0.002927] pid_max: default: 32768 minimum: 301
  1183. [ 0.003085] Security Framework initialized
  1184. [ 0.003129] Yama: becoming mindful.
  1185. [ 0.003190] AppArmor: AppArmor disabled by boot time parameter
  1186. [ 0.003296] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  1187. [ 0.003366] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  1188. [ 0.004311] Initializing cgroup subsys io
  1189. [ 0.004389] Initializing cgroup subsys memory
  1190. [ 0.004458] Initializing cgroup subsys devices
  1191. [ 0.004509] Initializing cgroup subsys freezer
  1192. [ 0.004559] Initializing cgroup subsys net_cls
  1193. [ 0.004607] Initializing cgroup subsys perf_event
  1194. [ 0.004657] Initializing cgroup subsys net_prio
  1195. [ 0.004713] Initializing cgroup subsys hugetlb
  1196. [ 0.004760] Initializing cgroup subsys pids
  1197. [ 0.004845] ftrace: allocating 44276 entries in 173 pages
  1198. [ 0.125866] sched-energy: CPU device node has no sched-energy-costs
  1199. [ 0.125926] Invalid sched_group_energy for CPU0
  1200. [ 0.125967] CPU0: update cpu_capacity 1024
  1201. [ 0.126065] ASID allocator initialised with 32768 entries
  1202. [ 0.131434] Detected VIPT I-cache on CPU1
  1203. [ 0.131492] Invalid sched_group_energy for CPU1
  1204. [ 0.131497] CPU1: update cpu_capacity 1024
  1205. [ 0.131503] CPU1: Booted secondary processor [410fd034]
  1206. [ 0.132220] Detected VIPT I-cache on CPU2
  1207. [ 0.132266] Invalid sched_group_energy for CPU2
  1208. [ 0.132271] CPU2: update cpu_capacity 1024
  1209. [ 0.132276] CPU2: Booted secondary processor [410fd034]
  1210. [ 0.132967] Detected VIPT I-cache on CPU3
  1211. [ 0.133011] Invalid sched_group_energy for CPU3
  1212. [ 0.133016] CPU3: update cpu_capacity 1024
  1213. [ 0.133021] CPU3: Booted secondary processor [410fd034]
  1214. [ 0.133125] Brought up 4 CPUs
  1215. [ 0.133585] SMP: Total of 4 processors activated.
  1216. [ 0.133634] CPU: All CPU(s) started at EL2
  1217. [ 0.133726] alternatives: patching kernel code
  1218. [ 0.133991] Invalid sched_group_energy for CPU3
  1219. [ 0.134035] Invalid sched_group_energy for Cluster3
  1220. [ 0.134076] Invalid sched_group_energy for CPU2
  1221. [ 0.134117] Invalid sched_group_energy for Cluster2
  1222. [ 0.134157] Invalid sched_group_energy for CPU1
  1223. [ 0.134197] Invalid sched_group_energy for Cluster1
  1224. [ 0.134239] Invalid sched_group_energy for CPU0
  1225. [ 0.134280] Invalid sched_group_energy for Cluster0
  1226. [ 0.135099] devtmpfs: initialized
  1227. [ 0.155931] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  1228. [ 0.156053] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1229. [ 0.156657] xor: measuring software checksum speed
  1230. [ 0.166133] 8regs : 1080.000 MB/sec
  1231. [ 0.176215] 8regs_prefetch: 968.000 MB/sec
  1232. [ 0.186297] 32regs : 1456.000 MB/sec
  1233. [ 0.196383] 32regs_prefetch: 1224.000 MB/sec
  1234. [ 0.196427] xor: using function: 32regs (1456.000 MB/sec)
  1235. [ 0.196492] pinctrl core: initialized pinctrl subsystem
  1236. [ 0.197862] NET: Registered protocol family 16
  1237. [ 0.202494] cpuidle: using governor ladder
  1238. [ 0.206520] cpuidle: using governor menu
  1239. [ 0.206580] Registered FIQ tty driver
  1240. [ 0.207397] vdso: 2 pages (1 code @ ffffff8008c06000, 1 data @ ffffff8009174000)
  1241. [ 0.207493] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  1242. [ 0.208020] DMA: preallocated 1024 KiB pool for atomic allocations
  1243. [ 0.237563] genirq: Setting trigger mode 8 for irq 179 failed (gic_set_type+0x0/0x64)
  1244. [ 0.295677] console [ttyFIQ0] enabled
  1245. [ 0.296369] Registered fiq debugger ttyFIQ0
  1246. [ 0.334434] raid6: int64x1 gen() 203 MB/s
  1247. [ 0.351513] raid6: int64x1 xor() 183 MB/s
  1248. [ 0.368724] raid6: int64x2 gen() 328 MB/s
  1249. [ 0.385790] raid6: int64x2 xor() 250 MB/s
  1250. [ 0.403072] raid6: int64x4 gen() 484 MB/s
  1251. [ 0.420151] raid6: int64x4 xor() 337 MB/s
  1252. [ 0.437317] raid6: int64x8 gen() 386 MB/s
  1253. [ 0.454516] raid6: int64x8 xor() 308 MB/s
  1254. [ 0.471666] raid6: neonx1 gen() 363 MB/s
  1255. [ 0.488848] raid6: neonx1 xor() 326 MB/s
  1256. [ 0.506046] raid6: neonx2 gen() 554 MB/s
  1257. [ 0.523232] raid6: neonx2 xor() 501 MB/s
  1258. [ 0.540406] raid6: neonx4 gen() 746 MB/s
  1259. [ 0.557580] raid6: neonx4 xor() 582 MB/s
  1260. [ 0.574760] raid6: neonx8 gen() 765 MB/s
  1261. [ 0.591952] raid6: neonx8 xor() 578 MB/s
  1262. [ 0.592367] raid6: using algorithm neonx8 gen() 765 MB/s
  1263. [ 0.592869] raid6: .... xor() 578 MB/s, rmw enabled
  1264. [ 0.593350] raid6: using intx1 recovery algorithm
  1265. [ 0.594266] mpp venc_srv: mpp_probe enter
  1266. [ 0.594714] mpp venc_srv: init success
  1267. [ 0.595376] rockchip-pm rockchip-suspend: not set sleep mode config
  1268. [ 0.595997] rockchip-pm rockchip-suspend: not set wakeup-config
  1269. [ 0.596562] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  1270. ERROR: rockchip_plat_sip_handler: unhandled SMC (0x82000003)
  1271. [ 0.599709] vcc_sd: regulator get failed, ret=-517
  1272. [ 0.600610] vcc_host_5v: supplied by vcc_sys
  1273. [ 0.601839] vcc_host1_5v: supplied by vcc_sys
  1274. [ 0.603509] iommu: Adding device ff350000.vpu_service to group 0
  1275. [ 0.604177] iommu: Adding device ff351000.avsd to group 1
  1276. [ 0.604795] iommu: Adding device ff360000.rkvdec to group 2
  1277. [ 0.605403] iommu: Adding device ff330000.h265e to group 3
  1278. [ 0.606027] iommu: Adding device ff340000.vepu to group 4
  1279. [ 0.606626] iommu: Adding device ff370000.vop to group 5
  1280. [ 0.607244] iommu: Adding device ff3a0000.iep to group 6
  1281. [ 0.608803] rk_iommu ff360480.iommu: can't get aclk
  1282. [ 0.609317] rk_iommu ff360480.iommu: can't get hclk
  1283. [ 0.609979] rk_iommu ff330200.iommu: can't get aclk
  1284. [ 0.610479] rk_iommu ff330200.iommu: can't get hclk
  1285. [ 0.611377] rk_iommu ff373f00.iommu: can't get aclk
  1286. [ 0.611876] rk_iommu ff373f00.iommu: can't get hclk
  1287. [ 0.613307] SCSI subsystem initialized
  1288. [ 0.614003] usbcore: registered new interface driver usbfs
  1289. [ 0.614606] usbcore: registered new interface driver hub
  1290. [ 0.615249] usbcore: registered new device driver usb
  1291. [ 0.615899] media: Linux media interface: v0.10
  1292. [ 0.616409] Linux video capture interface: v2.00
  1293. [ 0.616960] pps_core: LinuxPPS API ver. 1 registered
  1294. [ 0.617457] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  1295. [ 0.618358] PTP clock support registered
  1296. [ 0.620643] Advanced Linux Sound Architecture Driver Initialized.
  1297. [ 0.622085] Bluetooth: Core ver 2.21
  1298. [ 0.622517] NET: Registered protocol family 31
  1299. [ 0.622953] Bluetooth: HCI device and connection manager initialized
  1300. [ 0.623573] Bluetooth: HCI socket layer initialized
  1301. [ 0.624049] Bluetooth: L2CAP socket layer initialized
  1302. [ 0.624579] Bluetooth: SCO socket layer initialized
  1303. [ 0.625708] NetLabel: Initializing
  1304. [ 0.626059] NetLabel: domain hash size = 128
  1305. [ 0.626480] NetLabel: protocols = UNLABELED CIPSOv4
  1306. [ 0.627046] NetLabel: unlabeled traffic allowed by default
  1307. [ 0.628073] rockchip-cpuinfo cpuinfo: Serial : 6a7e287fc444f4b5
  1308. [ 0.629862] clocksource: Switched to clocksource arch_sys_counter
  1309. [ 0.730735] NET: Registered protocol family 2
  1310. [ 0.731993] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  1311. [ 0.733186] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  1312. [ 0.735262] TCP: Hash tables configured (established 32768 bind 32768)
  1313. [ 0.736026] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  1314. [ 0.736844] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  1315. [ 0.738060] NET: Registered protocol family 1
  1316. [ 0.739024] RPC: Registered named UNIX socket transport module.
  1317. [ 0.739593] RPC: Registered udp transport module.
  1318. [ 0.740073] RPC: Registered tcp transport module.
  1319. [ 0.740530] RPC: Registered tcp NFSv4.1 backchannel transport module.
  1320. [ 0.741437] Trying to unpack rootfs image as initramfs...
  1321. [ 0.979814] Freeing initrd memory: 2852K
  1322. [ 0.981346] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  1323. [ 0.983467] kvm [1]: 8-bit VMID
  1324. [ 0.983784] kvm [1]: Hyp mode initialized successfully
  1325. [ 0.984773] kvm [1]: interrupt-controller@ff814000 IRQ46
  1326. [ 0.985643] kvm [1]: timer IRQ3
  1327. [ 0.989919] audit: initializing netlink subsys (disabled)
  1328. [ 0.990491] audit: type=2000 audit(0.892:1): initialized
  1329. [ 0.992153] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  1330. [ 1.005251] VFS: Disk quotas dquot_6.6.0
  1331. [ 1.005914] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  1332. [ 1.009488] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1333. [ 1.012186] NFS: Registering the id_resolver key type
  1334. [ 1.012714] Key type id_resolver registered
  1335. [ 1.013149] Key type id_legacy registered
  1336. [ 1.013558] Installing knfsd (copyright (C) 1996 [email protected]).
  1337. [ 1.015272] fuse init (API version 7.23)
  1338. [ 1.016957] JFS: nTxBlock = 8192, nTxLock = 65536
  1339. [ 1.024496] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  1340. [ 1.027970] Key type big_key registered
  1341. [ 1.028466]
  1342. [ 1.028466] TEE Core Framework initialization (ver 1:0.1)
  1343. [ 1.029187] TEE armv7 Driver initialization
  1344. [ 1.030102] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
  1345. [ 1.030727] TEE core: Alloc the misc device "opteearmtz00" (id=0)
  1346. [ 1.031628] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
  1347. [ 1.038007] NET: Registered protocol family 38
  1348. [ 1.038501] Key type asymmetric registered
  1349. [ 1.038932] Asymmetric key parser 'x509' registered
  1350. [ 1.039717] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  1351. [ 1.040654] io scheduler noop registered
  1352. [ 1.041063] io scheduler deadline registered (default)
  1353. [ 1.041611] io scheduler cfq registered
  1354. [ 1.044891] rockchip-usb2phy ff450000.syscon:usb2-phy@100: vbus_drv is not assigned
  1355. [ 1.046551] rockchip-u3phy ff470000.usb3-phy: vbus_drv is not assigned
  1356. [ 1.049915] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
  1357. [ 1.054297] rk-vcodec vpu_combo: no regulator for vcodec
  1358. [ 1.055095] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  1359. [ 1.055649] rk-vcodec vpu_combo: failed on clk_get clk_core
  1360. [ 1.056312] platform ff350000.vpu_service: probe device
  1361. [ 1.056893] platform ff350000.vpu_service: vpu mmu dec ffffffc0f5444410
  1362. [ 1.057795] platform ff350000.vpu_service: allocator is drm
  1363. [ 1.058429] platform ff350000.vpu_service: checking hw id 0
  1364. [ 1.059759] platform ff351000.avsd: probe device
  1365. [ 1.060378] platform ff351000.avsd: vpu mmu dec ffffffc0f5444410
  1366. [ 1.061269] platform ff351000.avsd: allocator is drm
  1367. [ 1.061795] platform ff351000.avsd: checking hw id 6731
  1368. [ 1.064411] rk-vcodec vpu_combo: could not find power_model node
  1369. [ 1.065024] rk-vcodec vpu_combo: init success
  1370. [ 1.065815] rk-vcodec ff360000.rkvdec: vcodec regulator not ready, retry
  1371. [ 1.067434] probe device ff330000.h265e
  1372. [ 1.068197] mpp_dev ff330000.h265e: try to get iommu dev ffffffc0f5446010
  1373. [ 1.069326] mpp_dev ff330000.h265e: resource ready, register device
  1374. [ 1.070419] probe device ff340000.vepu
  1375. [ 1.071172] mpp_dev ff340000.vepu: try to get iommu dev ffffffc0f5446810
  1376. [ 1.072220] mpp_dev ff340000.vepu: resource ready, register device
  1377. [ 1.076097] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
  1378. [ 1.076745] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  1379. [ 1.078648] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  1380. [ 1.082438] [drm] Initialized drm 1.1.0 20060810
  1381. [ 1.086935] rockchip-drm display-subsystem: devfreq is not set
  1382. [ 1.087963] rockchip-vop ff370000.vop: invalid resource
  1383. [ 1.088478] rockchip-vop ff370000.vop: failed to get vop lut registers
  1384. [ 1.089108] rockchip-vop ff370000.vop: invalid resource
  1385. [ 1.089614] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
  1386. [ 1.090550] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008cca9c8)
  1387. [ 1.091749] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
  1388. [ 1.092408] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  1389. [ 1.093299] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  1390. [ 1.095344] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008cc2290)
  1391. [ 1.096160] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1392. [ 1.096777] [drm] No driver support for vblank timestamp query.
  1393. [ 1.097493] rockchip-drm display-subsystem: failed to parse display resources
  1394. [ 1.098209] rockchip-drm display-subsystem: No connectors reported connected with modes
  1395. [ 1.099043] [drm] Cannot find any crtc or sizes - going 1024x768
  1396. [ 1.124900] Console: switching to colour frame buffer device 128x48
  1397. [ 1.145085] rockchip-drm display-subsystem: fb0: frame buffer device
  1398. [ 1.152605] usbcore: registered new interface driver udl
  1399. [ 1.156387] Unable to detect cache hierarchy for CPU 0
  1400. [ 1.158396] brd: module loaded
  1401. [ 1.167905] loop: module loaded
  1402. [ 1.168727] lkdtm: No crash points registered, enable through debugfs
  1403. [ 1.172300] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
  1404. [ 1.173031] 2 ofpart partitions found on MTD device spi32766.0
  1405. [ 1.173776] Creating 2 MTD partitions on "spi32766.0":
  1406. [ 1.174460] 0x000000008000-0x000000400000 : "loader"
  1407. [ 1.176667] 0x0000007c0000-0x000000800000 : "vendor"
  1408. [ 1.181194] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
  1409. [ 1.182264] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
  1410. [ 1.183192] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
  1411. [ 1.183937] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
  1412. [ 1.184672] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
  1413. [ 1.185731] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
  1414. [ 1.186633] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
  1415. [ 1.192437] rk_gmac-dwmac ff540000.ethernet: init for RGMII
  1416. [ 1.193319] stmmac - user ID: 0x10, Synopsys ID: 0x35
  1417. [ 1.193980] Ring mode enabled
  1418. [ 1.194381] DMA HW capability register supported
  1419. [ 1.194977] Normal descriptors
  1420. [ 1.203417] RX Checksum Offload Engine supported (type 2)
  1421. [ 1.211994] Wake-Up On Lan supported
  1422. [ 1.220349] Enable RX Mitigation via HW Watchdog Timer
  1423. [ 1.303894] libphy: stmmac: probed
  1424. [ 1.312171] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
  1425. [ 1.320804] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
  1426. [ 1.330669] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
  1427. [ 1.339491] rk_gmac-dwmac ff550000.ethernet: Can not read property: tx_delay.
  1428. [ 1.348255] rk_gmac-dwmac ff550000.ethernet: set tx_delay to 0x30
  1429. [ 1.356808] rk_gmac-dwmac ff550000.ethernet: Can not read property: rx_delay.
  1430. [ 1.365349] rk_gmac-dwmac ff550000.ethernet: set rx_delay to 0x10
  1431. [ 1.373718] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
  1432. [ 1.382194] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
  1433. [ 1.390382] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_speed
  1434. [ 1.403467] rk_gmac-dwmac ff550000.ethernet: init for RMII
  1435. [ 1.442050] stmmac - user ID: 0x10, Synopsys ID: 0x35
  1436. [ 1.449581] Ring mode enabled
  1437. [ 1.456758] DMA HW capability register supported
  1438. [ 1.457355] Normal descriptors
  1439. [ 1.471122] RX Checksum Offload Engine supported (type 2)
  1440. [ 1.478393] TX Checksum insertion supported
  1441. [ 1.485514] Wake-Up On Lan supported
  1442. [ 1.492521] Enable RX Mitigation via HW Watchdog Timer
  1443. [ 1.653726] libphy: stmmac: probed
  1444. [ 1.660614] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-1:00) active
  1445. [ 1.667802] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-1:01)
  1446. [ 1.674780] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-1:02)
  1447. [ 1.681644] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-1:03)
  1448. [ 1.688396] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-1:04)
  1449. [ 1.695094] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-1:05)
  1450. [ 1.701634] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-1:06)
  1451. [ 1.708014] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-1:07)
  1452. [ 1.714248] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-1:08)
  1453. [ 1.720355] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-1:09)
  1454. [ 1.726347] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-1:0a)
  1455. [ 1.732395] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-1:0b)
  1456. [ 1.738271] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-1:0c)
  1457. [ 1.743972] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-1:0d)
  1458. [ 1.749583] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-1:0e)
  1459. [ 1.755196] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-1:0f)
  1460. [ 1.760754] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-1:10)
  1461. [ 1.766240] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-1:11)
  1462. [ 1.771648] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-1:12)
  1463. [ 1.777008] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-1:13)
  1464. [ 1.782232] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-1:14)
  1465. [ 1.787356] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-1:15)
  1466. [ 1.792383] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-1:16)
  1467. [ 1.797315] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-1:17)
  1468. [ 1.802125] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-1:18)
  1469. [ 1.806802] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-1:19)
  1470. [ 1.811361] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-1:1a)
  1471. [ 1.815797] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-1:1b)
  1472. [ 1.820074] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-1:1c)
  1473. [ 1.824332] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-1:1d)
  1474. [ 1.828404] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-1:1e)
  1475. [ 1.832398] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-1:1f)
  1476. [ 1.837957] Rockchip WiFi SYS interface (V1.00) ...
  1477. [ 1.842000] usbcore: registered new interface driver cdc_ether
  1478. [ 1.846095] usbcore: registered new interface driver rndis_host
  1479. [ 1.852212] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
  1480. [ 1.856282] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
  1481. [ 1.861494] ff580000.usb supply vusb_d not found, using dummy regulator
  1482. [ 1.865862] ff580000.usb supply vusb_a not found, using dummy regulator
  1483. [ 1.882532] dwc2 ff580000.usb: DWC OTG Controller
  1484. [ 1.886502] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  1485. [ 1.890732] dwc2 ff580000.usb: irq 43, io mem 0xff580000
  1486. [ 1.895044] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1487. [ 1.899287] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1488. [ 1.903594] usb usb1: Product: DWC OTG Controller
  1489. [ 1.907677] usb usb1: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 dwc2_hsotg
  1490. [ 1.912125] usb usb1: SerialNumber: ff580000.usb
  1491. [ 1.917206] hub 1-0:1.0: USB hub found
  1492. [ 1.921267] hub 1-0:1.0: 1 port detected
  1493. [ 1.926639] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1494. [ 1.931205] ehci-pci: EHCI PCI platform driver
  1495. [ 1.935682] ehci-platform: EHCI generic platform driver
  1496. [ 1.942910] ehci-platform ff5c0000.usb: EHCI Host Controller
  1497. [ 1.947957] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  1498. [ 1.953237] ehci-platform ff5c0000.usb: irq 44, io mem 0xff5c0000
  1499. [ 1.963901] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  1500. [ 1.969286] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  1501. [ 1.974635] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1502. [ 1.980078] usb usb2: Product: EHCI Host Controller
  1503. [ 1.985392] usb usb2: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ehci_hcd
  1504. [ 1.991148] usb usb2: SerialNumber: ff5c0000.usb
  1505. [ 1.997572] hub 2-0:1.0: USB hub found
  1506. [ 2.003228] hub 2-0:1.0: 1 port detected
  1507. [ 2.009610] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1508. [ 2.015740] ohci-platform: OHCI generic platform driver
  1509. [ 2.022384] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  1510. [ 2.029188] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  1511. [ 2.036066] ohci-platform ff5d0000.usb: irq 45, io mem 0xff5d0000
  1512. [ 2.097147] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  1513. [ 2.104008] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1514. [ 2.111039] usb usb3: Product: Generic Platform OHCI controller
  1515. [ 2.118057] usb usb3: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ohci_hcd
  1516. [ 2.125384] usb usb3: SerialNumber: ff5d0000.usb
  1517. [ 2.133392] hub 3-0:1.0: USB hub found
  1518. [ 2.140620] hub 3-0:1.0: 1 port detected
  1519. [ 2.149156] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  1520. [ 2.157061] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
  1521. [ 2.165233] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
  1522. [ 2.173523] xhci-hcd xhci-hcd.9.auto: irq 183, io mem 0xff600000
  1523. [ 2.181808] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  1524. [ 2.189983] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1525. [ 2.198172] usb usb4: Product: xHCI Host Controller
  1526. [ 2.206215] usb usb4: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  1527. [ 2.214561] usb usb4: SerialNumber: xhci-hcd.9.auto
  1528. [ 2.223635] hub 4-0:1.0: USB hub found
  1529. [ 2.231729] hub 4-0:1.0: 1 port detected
  1530. [ 2.240371] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  1531. [ 2.248990] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
  1532. [ 2.257657] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  1533. [ 2.266533] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
  1534. [ 2.275067] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1535. [ 2.283651] usb usb5: Product: xHCI Host Controller
  1536. [ 2.291944] usb usb5: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  1537. [ 2.300517] usb usb5: SerialNumber: xhci-hcd.9.auto
  1538. [ 2.309682] hub 5-0:1.0: USB hub found
  1539. [ 2.317945] hub 5-0:1.0: 1 port detected
  1540. [ 2.328295] usbcore: registered new interface driver iforce
  1541. [ 2.336821] usbcore: registered new interface driver xpad
  1542. [ 2.345587] usbcore: registered new interface driver usbtouchscreen
  1543. [ 2.354937] i2c /dev entries driver
  1544. [ 2.365721] rk808 1-0018: Pmic Chip id: 0x8050
  1545. [ 2.374972] rk808 1-0018: source: on=0x40, off=0x00
  1546. [ 2.388225] DCDC_REG1: supplied by vcc_sys
  1547. [ 2.398766] DCDC_REG2: supplied by vcc_sys
  1548. [ 2.408617] DCDC_REG3: supplied by vcc_sys
  1549. [ 2.418196] DCDC_REG4: supplied by vcc_sys
  1550. [ 2.427205] vcc_sd: supplied by vcc_io
  1551. [ 2.434770] LDO_REG1: supplied by vcc_io
  1552. [ 2.445498] LDO_REG2: supplied by vcc_io
  1553. [ 2.456215] LDO_REG3: supplied by vcc_sys
  1554. [ 2.466794] rk808 1-0018: register rk8050 regulators
  1555. [ 2.474551] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
  1556. [ 2.484129] input: rk8xx_pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/input/input0
  1557. [ 2.502092] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  1558. [ 2.510714] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009e24000
  1559. [ 2.520534] IR NEC protocol handler initialized
  1560. [ 2.528129] IR RC5(x/sz) protocol handler initialized
  1561. [ 2.535752] IR RC6 protocol handler initialized
  1562. [ 2.543253] IR JVC protocol handler initialized
  1563. [ 2.550595] IR Sony protocol handler initialized
  1564. [ 2.557895] IR SANYO protocol handler initialized
  1565. [ 2.565198] IR Sharp protocol handler initialized
  1566. [ 2.572464] IR MCE Keyboard/mouse protocol handler initialized
  1567. [ 2.579871] IR XMP protocol handler initialized
  1568. [ 2.587738] usbcore: registered new interface driver uvcvideo
  1569. [ 2.595126] USB Video Class driver (1.1.1)
  1570. [ 2.608552] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  1571. [ 2.616362] Bluetooth: Virtual HCI driver ver 1.5
  1572. [ 2.623985] Bluetooth: HCI UART driver ver 2.3
  1573. [ 2.631282] Bluetooth: HCI UART protocol H4 registered
  1574. [ 2.638536] Bluetooth: HCI UART protocol LL registered
  1575. [ 2.645629] Bluetooth: HCI UART protocol ATH3K registered
  1576. [ 2.652807] usbcore: registered new interface driver bfusb
  1577. [ 2.660093] usbcore: registered new interface driver btusb
  1578. [ 2.667507] cpu cpu0: cpu_leakage=7
  1579. [ 2.674359] cpu cpu0: cpu_leakage=7
  1580. [ 2.680942] cpu cpu0: cpu_leakage-volt-sel=0
  1581. [ 2.690332] sdhci: Secure Digital Host Controller Interface driver
  1582. [ 2.697144] sdhci: Copyright(c) Pierre Ossman
  1583. [ 2.703666] Synopsys Designware Multimedia Card Interface Driver
  1584. [ 2.711550] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
  1585. [ 2.715981] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
  1586. [ 2.720295] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
  1587. [ 2.724582] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 39,32 bit host data width,256 deep fifo
  1588. [ 2.729285] dwmmc_rockchip ff520000.dwmmc: 'clock-freq-min-max' property was deprecated.
  1589. [ 2.745897] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1590. [ 2.760934] dwmmc_rockchip ff520000.dwmmc: 1 slots initialized
  1591. [ 2.765336] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
  1592. [ 2.769470] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
  1593. [ 2.773494] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
  1594. [ 2.777439] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 40,32 bit host data width,256 deep fifo
  1595. [ 2.781902] dwmmc_rockchip ff500000.dwmmc: 'clock-freq-min-max' property was deprecated.
  1596. [ 2.796880] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  1597. [ 2.811944] dwmmc_rockchip ff500000.dwmmc: 1 slots initialized
  1598. [ 2.816159] sdhci-pltfm: SDHCI platform and OF driver helper
  1599. [ 2.822229] hidraw: raw HID events driver (C) Jiri Kosina
  1600. [ 2.825265] mmc0: MAN_BKOPS_EN bit is not set
  1601. [ 2.829285] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  1602. [ 2.845318] usbcore: registered new interface driver usbhid
  1603. [ 2.847553] dwmmc_rockchip ff520000.dwmmc: Successfully tuned phase to 230
  1604. [ 2.847723] mmc0: new HS200 MMC card at address 0001
  1605. [ 2.848286] mmcblk0: mmc0:0001 NCard 14.5 GiB
  1606. [ 2.848500] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
  1607. [ 2.848716] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
  1608. [ 2.849006] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
  1609. [ 2.854140] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  1610. [ 2.883984] usbhid: USB HID core driver
  1611. [ 2.888561] ashmem: initialized
  1612. [ 2.893199] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  1613. [ 2.898986] usbcore: registered new interface driver snd-usb-audio
  1614. [ 2.904126] rk3328-codec ff410000.codec: spk_depop_time use default value.
  1615. [ 2.910927] rockchip-pinctrl pinctrl: pin gpio0-27 already requested by vcc-host1-5v-regulator; cannot claim for ff030000.spdif
  1616. [ 2.919723] rockchip-pinctrl pinctrl: pin-27 (ff030000.spdif) status -22
  1617. [ 2.924240] rockchip-pinctrl pinctrl: could not request pin 27 (gpio0-27) from group spdifm0-tx on device rockchip-pinctrl
  1618. [ 2.929216] rockchip-spdif ff030000.spdif: Error applying setting, reverse things back
  1619. [ 2.934947] u32 classifier
  1620. [ 2.939275] Netfilter messages via NETLINK v0.30.
  1621. [ 2.943857] ip_set: protocol 6
  1622. [ 2.948397] Initializing XFRM netlink socket
  1623. [ 2.953380] NET: Registered protocol family 10
  1624. [ 2.958795] NET: Registered protocol family 17
  1625. [ 2.963381] NET: Registered protocol family 15
  1626. [ 2.967950] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  1627. [ 2.977708] Bridge firewalling registered
  1628. [ 2.982472] Bluetooth: RFCOMM socket layer initialized
  1629. [ 2.987254] Bluetooth: RFCOMM ver 1.11
  1630. [ 2.991821] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  1631. [ 2.996622] Bluetooth: HIDP socket layer initialized
  1632. [ 3.001402] 8021q: 802.1Q VLAN Support v1.8
  1633. [ 3.006023] [WLAN_RFKILL]: Enter rfkill_wlan_init
  1634. [ 3.010874] [BT_RFKILL]: Enter rfkill_rk_init
  1635. [ 3.015542] Key type dns_resolver registered
  1636. [ 3.020665] Registered cp15_barrier emulation handler
  1637. [ 3.023936] vendor storage:20160801 ret = 0
  1638. [ 3.029662] Registered setend emulation handler
  1639. [ 3.034714] registered taskstats version 1
  1640. [ 3.040885] Btrfs loaded, integrity-checker=on
  1641. [ 3.045385] BTRFS: selftest: Running btrfs free space cache tests
  1642. [ 3.049914] BTRFS: selftest: Running extent only tests
  1643. [ 3.054232] BTRFS: selftest: Running bitmap only tests
  1644. [ 3.058484] BTRFS: selftest: Running bitmap and extent tests
  1645. [ 3.062759] BTRFS: selftest: Running space stealing from bitmap to extent
  1646. [ 3.067941] BTRFS: selftest: Free space cache tests finished
  1647. [ 3.072126] BTRFS: selftest: Running extent buffer operation tests
  1648. [ 3.072759] BTRFS: selftest: Running btrfs_split_item tests
  1649. [ 3.080360] BTRFS: selftest: Running find delalloc tests
  1650. [ 3.297507] BTRFS: selftest: Running btrfs_get_extent tests
  1651. [ 3.301723] BTRFS: selftest: Running hole first btrfs_get_extent test
  1652. [ 3.305849] BTRFS: selftest: Running outstanding_extents tests
  1653. [ 3.309952] BTRFS: selftest: Running qgroup tests
  1654. [ 3.313855] BTRFS: selftest: Qgroup basic add
  1655. [ 3.317741] BTRFS: selftest: Qgroup multiple refs test
  1656. [ 3.336526] rk-vcodec ff360000.rkvdec: parent devfreq retry
  1657. [ 3.341243] rockchip-dmc dmc: current ATF version 0x101!
  1658. [ 3.345216] rockchip-dmc dmc: read tf version 0x101!
  1659. [ 3.350339] rockchip-dmc dmc: ddr_leakage=7
  1660. [ 3.354066] rockchip-dmc dmc: ddr_leakage-volt-sel=0
  1661. [ 3.358167] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  1662. [ 3.363145] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
  1663. [ 3.388716] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
  1664. [ 3.392951] asoc-simple-card sound: snd-soc-dummy-dai <-> ff010000.i2s mapping ok
  1665. [ 3.398365] asoc-simple-card spdif-sound: dit-hifi <-> ff030000.spdif mapping ok
  1666. [ 3.402940] rk-vcodec ff360000.rkvdec: parent devfreq is ok
  1667. [ 3.406821] rk-vcodec ff360000.rkvdec: rkvdec_leakage=7
  1668. [ 3.410286] rk-vcodec ff360000.rkvdec: rkvdec_leakage-volt-sel=0
  1669. [ 3.414170] rk-vcodec ff360000.rkvdec: probe device
  1670. [ 3.417580] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc0f5445810
  1671. [ 3.421442] rk-vcodec ff360000.rkvdec: allocator is drm
  1672. [ 3.424985] rk-vcodec ff360000.rkvdec: checking hw id 3410
  1673. [ 3.429356] rk-vcodec ff360000.rkvdec: init success
  1674. [ 3.434639] rk808-rtc rk808-rtc: setting system clock to 2018-03-22 11:42:30 UTC (1521718950)
  1675. [ 3.438278] of_cfs_init
  1676. [ 3.441321] of_cfs_init: OK
  1677. [ 3.451001] BUG: Bad page state in process swapper/0 pfn:e74d2
  1678. [ 3.454435] page:ffffffbdc39d3480 count:16711680 mapcount:0 mapping: (null) index:0x2
  1679. [ 3.458137] flags: 0x0()
  1680. [ 3.461263] page dumped because: nonzero _count
  1681. [ 3.464566] Modules linked in:
  1682. [ 3.467738] CPU: 3 PID: 1 Comm: swapper/0 Not tainted 4.4.114-rockchip-ayufan-193 #1
  1683. [ 3.471418] Hardware name: Pine64 Rock64 (DT)
  1684. [ 3.474788] Call trace:
  1685. [ 3.477955] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  1686. [ 3.481431] [<ffffff8008088b34>] show_stack+0x24/0x30
  1687. [ 3.484883] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  1688. [ 3.488306] [<ffffff8008191f38>] bad_page+0x110/0x114
  1689. [ 3.491699] [<ffffff80081953fc>] get_page_from_freelist+0x6d8/0x76c
  1690. [ 3.495221] [<ffffff8008195608>] __alloc_pages_nodemask+0x178/0x71c
  1691. [ 3.498772] [<ffffff80081d23ec>] new_slab+0xd0/0x3b4
  1692. [ 3.502228] [<ffffff80081d3eac>] ___slab_alloc.constprop.27+0x1d4/0x2d4
  1693. [ 3.505862] [<ffffff80081d44ac>] kmem_cache_alloc+0xc8/0x1ec
  1694. [ 3.509402] [<ffffff80081f9e88>] __d_alloc+0x38/0x160
  1695. [ 3.512868] [<ffffff80081f9fdc>] d_alloc+0x2c/0x90
  1696. [ 3.516306] [<ffffff80081f00b8>] lookup_dcache+0xa8/0xc4
  1697. [ 3.519800] [<ffffff80081f010c>] __lookup_hash+0x38/0x60
  1698. [ 3.523291] [<ffffff80081f0d60>] lookup_one_len2+0x110/0x114
  1699. [ 3.526817] [<ffffff80081f0d9c>] lookup_one_len+0x38/0x48
  1700. [ 3.530288] [<ffffff8008406ccc>] start_creating+0xb0/0xf4
  1701. [ 3.533759] [<ffffff8008407380>] debugfs_create_dir+0x2c/0x110
  1702. [ 3.537299] [<ffffff800893a73c>] clk_debug_create_one+0x38/0x1b8
  1703. [ 3.540880] [<ffffff80090818e4>] clk_debug_init+0x158/0x160
  1704. [ 3.544396] [<ffffff80080831cc>] do_one_initcall+0x18c/0x194
  1705. [ 3.547903] [<ffffff8009040dcc>] kernel_init_freeable+0x22c/0x230
  1706. [ 3.551461] [<ffffff8008be8568>] kernel_init+0x18/0x100
  1707. [ 3.554935] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  1708. [ 3.558461] Disabling lock debugging due to kernel taint
  1709. [ 3.562092] Unable to handle kernel NULL pointer dereference at virtual address 00000048
  1710. [ 3.565920] pgd = ffffff80093b6000
  1711. [ 3.569297] [00000048] *pgd=00000000feffe003, *pud=00000000feffe003, *pmd=0000000000000000
  1712. [ 3.573246] Internal error: Oops: 96000045 [#1] SMP
  1713. [ 3.576849] Modules linked in:
  1714. [ 3.580237] CPU: 3 PID: 1 Comm: swapper/0 Tainted: G B 4.4.114-rockchip-ayufan-193 #1
  1715. [ 3.584298] Hardware name: Pine64 Rock64 (DT)
  1716. [ 3.587962] task: ffffffc0f5d48000 task.stack: ffffffc0f5d44000
  1717. [ 3.591829] PC is at get_page_from_freelist+0x2f8/0x76c
  1718. [ 3.595655] LR is at get_page_from_freelist+0x144/0x76c
  1719. [ 3.599446] pc : [<ffffff800819501c>] lr : [<ffffff8008194e68>] pstate: 200001c5
  1720. [ 3.603526] sp : ffffffc0f5d47840
  1721. [ 3.607245] x29: ffffffc0f5d47840 x28: ffffffbdc39cffe1
  1722. [ 3.611125] x27: ffffff8009146cf8 x26: ffffffc0fef77d28
  1723. [ 3.614927] x25: 00000040f5e31000 x24: 00000000026212d0
  1724. [ 3.618771] x23: 0000000000000001 x22: ffffffc0f5d479c8
  1725. [ 3.622587] x21: 0000000000000141 x20: 0000000000000000
  1726. [ 3.626334] x19: ffffff80092af740 x18: 0000000000000005
  1727. [ 3.630011] x17: 0000000000007fff x16: 000000006cc0526f
  1728. [ 3.633676] x15: 0000000000000000 x14: ffffff8009e20020
  1729. [ 3.637327] x13: ffffff8009e20020 x12: 0000000000000000
  1730. [ 3.640919] x11: 0101010101010101 x10: 7f7f7f7f7f7f7f7f
  1731. [ 3.644460] x9 : 71606f5e6a6b61ff x8 : 7f7f7f7f7f7f7f7f
  1732. [ 3.647987] x7 : 736d6471606f5e64 x6 : 8000000000000000
  1733. [ 3.651498] x5 : 00000000000f2574 x4 : ffffffbdc39d0001
  1734. [ 3.655013] x3 : 0000000000000000 x2 : 00000000000009c7
  1735. [ 3.658545] x1 : 0000000000000040 x0 : ffffffc0fef77d28
  1736. [ 3.662068]
  1737. [ 3.662068] PC: 0xffffff8008194f9c:
  1738. [ 3.668461] 4f9c 93407c42 94004c73 f9403fa0 94295e86 b8796b60 b940c7a7 0b070007 b8396b67
  1739. [ 3.672433] 4fbc f9400b80 eb00035f 54fff801 f9405fa0 d51b4220 17ffffca b940b3a2 91008001
  1740. [ 3.676433] 4fdc 35000102 f94000a2 f9000441 a9021402 f90000a1 110004e7 aa0103e5 17ffffd9
  1741. [ 3.680461] 4ffc f94004a2 f90004a1 a9020805 f9000041 17fffff9 f9400f84 d100809c a9420381
  1742. [ 3.684526] 501c f9000420 f9000001 d2802000 f2fbd5a0 f9001380 91040000 f9001780 b8796b60
  1743. [ 3.688637] 503c 51000400 b8396b60 f94057a2 aa1303e0 52800021 94004c47 f9426660 f100001f
  1744. [ 3.692791] 505c 540000cc f941ee60 37280080 910f6261 528000a0 940f0ffc f9402260 b201f3e1
  1745. [ 3.696988] 507c f2955561 f94043a3 cb000260 d538d082 9349fc00 9b017c00 f0007d41 912ee021
  1746. [ 3.701225]
  1747. [ 3.701225] LR: 0xffffff8008194de8:
  1748. [ 3.708388] 4de8 d280c001 9240d800 9b010401 8b010279 a9408261 f9426662 cb010000 52800021
  1749. [ 3.712755] 4e08 cb020002 aa1303e0 94004b4d 910f6261 528000a0 91180273 940f1084 eb13033f
  1750. [ 3.717161] 4e28 54fffe81 17ffffdb d0007f00 b9486c01 7100003f 540004cc 37400675 394092c0
  1751. [ 3.721619] 4e48 350006e0 924006a0 b9401ac3 2a1503e4 2a1403e1 f8607a62 aa1303e0 97fff7e5
  1752. [ 3.726125] 4e68 72001c1f 54000660 f94053a0 8b000260 f9004ba0 b9401ec0 b900c7a0 12180300
  1753. [ 3.730668] 4e88 b900b3a0 35001a34 d53b4239 d50342df b980c7a4 f940267b f9005fb9 9100049a
  1754. [ 3.735256] 4ea8 d538d099 8b190360 8b04101c 8b1a101a f9400b81 eb01035f 54000400 b940b3a0
  1755. [ 3.739900] 4ec8 35000a40 f9400b84 14000051 3637fb75 b9486c00 11000400 7100041f 54fffaed
  1756. [ 3.744564]
  1757. [ 3.744564] SP: 0xffffffc0f5d477c0:
  1758. [ 3.752347] 77c0 f5d479c8 ffffffc0 00000001 00000000 026212d0 00000000 f5e31000 00000040
  1759. [ 3.756933] 77e0 fef77d28 ffffffc0 09146cf8 ffffff80 c39cffe1 ffffffbd f5d47840 ffffffc0
  1760. [ 3.761483] 7800 08194e68 ffffff80 f5d47840 ffffffc0 0819501c ffffff80 200001c5 00000000
  1761. [ 3.766046] 7820 00000141 00000000 f5d479c8 ffffffc0 ffffffff ffffffff 08195218 ffffff80
  1762. [ 3.770575] 7840 f5d47910 ffffffc0 08195608 ffffff80 00000000 00000000 00000000 00000000
  1763. [ 3.775089] 7860 026212d0 00000000 026012d0 00000000 026012d0 00000000 00210d00 00000000
  1764. [ 3.779589] 7880 092b0940 ffffff80 092b0000 ffffff80 00000000 00000000 09138730 ffffff80
  1765. [ 3.784084] 78a0 f5d478c0 ffffffc0 08195484 ffffff80 08ebfa0f ffffff80 00000002 00000000
  1766. [ 3.788640]
  1767. [ 3.788640] X0: 0xffffffc0fef77ca8:
  1768. [ 3.796238] 7ca8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1769. [ 3.800815] 7cc8 0919adf0 ffffff80 00000000 00000000 00000000 00000000 080a0fec ffffff80
  1770. [ 3.805401] 7ce8 00000000 00000000 00000000 00000000 0000005a 000000ba 0000001f 00000000
  1771. [ 3.809986] 7d08 c3cffce0 ffffffbd c3cd03a0 ffffffbd c3fb7b20 ffffffbd c3f399a0 ffffffbd
  1772. [ 3.814629] 7d28 c39d0001 ffffffbd c39d34e0 ffffffbd 00f9f824 00000000 00000000 231b0000
  1773. [ 3.819306] 7d48 0000ff00 00000000 00000000 00000000 00000000 00000000 f56f9000 ffffffc0
  1774. [ 3.824029] 7d68 000002c3 00000000 c3d5be40 ffffffbd 00000000 00000000 f44a5100 ffffffc0
  1775. [ 3.828754] 7d88 00000057 00000000 c3d12800 ffffffbd 00000000 00000000 f5703b80 ffffffc0
  1776. [ 3.833470]
  1777. [ 3.833470] X4: 0xffffffbdc39cff81:
  1778. [ 3.841537] ff80 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1779. [ 3.846369] ffa0 00000100 dead0000 00000200 dead0000 00000000 00000000 00000000 00000000
  1780. [ 3.851185] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1781. [ 3.855987] ffe0 00000100 dead0000 00000200 dead0000 00000000 00000000 00000000 00000000
  1782. [ 3.860785] 0000 00004080 00000000 f77d2800 ffffc0fe e74004ff ffffffc0 801c0000 00000001
  1783. [ 3.865620] 0020 c3ceff00 ffffffbd 00000003 00000003 f5c03800 ffffffc0 00000000 00000000
  1784. [ 3.870462] 0040 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1785. [ 3.875337] 0060 c39d0001 ffffffbd 00000001 00000002 00000000 00000000 00000000 00000000
  1786. [ 3.880148] 0080 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1787. [ 3.884909]
  1788. [ 3.884909] X13: 0xffffff8009e1ffa0:
  1789. [ 3.892950] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1790. [ 3.897693] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1791. [ 3.902357] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1792. [ 3.906955] 0000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1793. [ 3.911471] 0020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1794. [ 3.915886] 0040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1795. [ 3.920278] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1796. [ 3.924567] 0080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1797. [ 3.928770]
  1798. [ 3.928770] X14: 0xffffff8009e1ffa0:
  1799. [ 3.935672] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1800. [ 3.939837] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1801. [ 3.943919] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1802. [ 3.947911] 0000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1803. [ 3.951818] 0020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1804. [ 3.955625] 0040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1805. [ 3.959407] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1806. [ 3.963087] 0080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1807. [ 3.966698]
  1808. [ 3.966698] X19: 0xffffff80092af6c0:
  1809. [ 3.972488] f6c0 08171f80 ffffff80 0905537c ffffff80 00000000 00000000 f5fbff90 ffffffc0
  1810. [ 3.976110] f6e0 f5fbfea0 ffffffc0 08171ce8 ffffff80 08c1fa48 ffffff80 081ad7d0 ffffff80
  1811. [ 3.979733] f700 081ad0c4 ffffff80 08171f80 ffffff80 0905528c ffffff80 00000000 00000000
  1812. [ 3.983343] f720 f5fc1090 ffffffc0 f5fbffc0 ffffffc0 08171ce8 ffffff80 00000000 00000000
  1813. [ 3.986922] f740 000007d3 00000000 000009c7 00000000 00000bbc 00000000 00000000 00000000
  1814. [ 3.990465] f760 00000000 00000000 00000000 00000000 00000000 00000000 00000005 00000000
  1815. [ 3.994003] f780 092af740 ffffff80 09146cf8 ffffff80 00000bbc 00000000 00000200 00000000
  1816. [ 3.997488] f7a0 000f5370 00000000 000fee00 00000000 000fee00 00000000 08f7d72b ffffff80
  1817. [ 4.001002]
  1818. [ 4.001002] X22: 0xffffffc0f5d47948:
  1819. [ 4.006621] 7948 00210d00 00000000 00400000 00000000 092b0000 ffffff80 00000000 00000000
  1820. [ 4.010164] 7968 09138730 ffffff80 00120012 00000001 00210d00 00000000 00000001 00000000
  1821. [ 4.013683] 7988 081f9e88 ffffff80 00000000 00000000 09138730 ffffff80 024000c0 00000000
  1822. [ 4.017210] 79a8 00000000 ffffffc0 024040d0 00000000 022152d0 00000000 00020018 024000c0
  1823. [ 4.020769] 79c8 092b0940 ffffff80 00000000 00000000 092af740 ffffff80 00000000 00000002
  1824. [ 4.024279] 79e8 00000001 00000000 f5d47a50 ffffffc0 081d3eac ffffff80 00000000 00000000
  1825. [ 4.027818] 7a08 fef77e80 ffffffc0 00000000 00000000 f5ca3200 ffffffc0 00120012 00000001
  1826. [ 4.031320] 7a28 00210d00 00000000 024000c0 00000000 081f9e88 ffffff80 00000000 00000000
  1827. [ 4.034848]
  1828. [ 4.034848] X26: 0xffffffc0fef77ca8:
  1829. [ 4.040581] 7ca8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  1830. [ 4.044215] 7cc8 0919adf0 ffffff80 00000000 00000000 00000000 00000000 080a0fec ffffff80
  1831. [ 4.047823] 7ce8 00000000 00000000 00000000 00000000 0000005a 000000ba 0000001f 00000000
  1832. [ 4.051421] 7d08 c3cffce0 ffffffbd c3cd03a0 ffffffbd c3fb7b20 ffffffbd c3f399a0 ffffffbd
  1833. [ 4.055076] 7d28 c39d0001 ffffffbd c39d34e0 ffffffbd 00f9f824 00000000 00000000 231b0000
  1834. [ 4.058755] 7d48 0000ff00 00000000 00000000 00000000 00000000 00000000 f56f9000 ffffffc0
  1835. [ 4.062406] 7d68 000002c3 00000000 c3d5be40 ffffffbd 00000000 00000000 f44a5100 ffffffc0
  1836. [ 4.066071] 7d88 00000057 00000000 c3d12800 ffffffbd 00000000 00000000 f5703b80 ffffffc0
  1837. [ 4.069655]
  1838. [ 4.069655] X27: 0xffffff8009146c78:
  1839. [ 4.075588] 6c78 00015890 0404000a fef849c8 00015888 04040009 fef849c0 00015880 0404000a
  1840. [ 4.079394] 6c98 fef849c0 00015878 0404000a fef849bc 00015870 04040009 fef849b4 00015868
  1841. [ 4.083287] 6cb8 0404000a fef849b4 00015860 0404000a fef849b0 00015858 04040009 fef849a8
  1842. [ 4.087271] 6cd8 00015850 0404000a fef930f8 00015848 0404000a fef930f4 00015840 04040009
  1843. [ 4.091341] 6cf8 fef930ec 00015838 0404000a fef931f8 00015830 0404000a fef931f4 00015828
  1844. [ 4.095498] 6d18 04040009 fef931ec 00015820 0404000a fef9bc8c 00015818 0404000a fef9bc88
  1845. [ 4.099645] 6d38 00015810 04040009 fef9bc80 00015808 0404000a fef9d43c 00015800 0404000a
  1846. [ 4.103855] 6d58 fef9d438 000157f8 04040009 fef9d430 000157f0 0404000a fef9d4ec 000157e8
  1847. [ 4.108054]
  1848. [ 4.108054] X28: 0xffffffbdc39cff61:
  1849. [ 4.115215] ff60 00000100 dead0000 00000200 dead0000 00000000 00000000 00000000 00000000
  1850. [ 4.119640] ff80 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1851. [ 4.124093] ffa0 00000100 dead0000 00000200 dead0000 00000000 00000000 00000000 00000000
  1852. [ 4.128575] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1853. [ 4.133088] ffe0 00000100 dead0000 00000200 dead0000 00000000 00000000 00000000 00000000
  1854. [ 4.137629] 0000 00004080 00000000 f77d2800 ffffc0fe e74004ff ffffffc0 801c0000 00000001
  1855. [ 4.142133] 0020 c3ceff00 ffffffbd 00000003 00000003 f5c03800 ffffffc0 00000000 00000000
  1856. [ 4.146678] 0040 00000000 00000000 00000000 00000000 00000000 00000000 ffffffff 00000000
  1857. [ 4.151178] 0060 c39d0001 ffffffbd 00000001 00000002 00000000 00000000 00000000 00000000
  1858. [ 4.155658]
  1859. [ 4.155658] X29: 0xffffffc0f5d477c0:
  1860. [ 4.163247] 77c0 f5d479c8 ffffffc0 00000001 00000000 026212d0 00000000 f5e31000 00000040
  1861. [ 4.167798] 77e0 fef77d28 ffffffc0 09146cf8 ffffff80 c39cffe1 ffffffbd f5d47840 ffffffc0
  1862. [ 4.172406] 7800 08194e68 ffffff80 f5d47840 ffffffc0 0819501c ffffff80 200001c5 00000000
  1863. [ 4.177028] 7820 00000141 00000000 f5d479c8 ffffffc0 ffffffff ffffffff 08195218 ffffff80
  1864. [ 4.181646] 7840 f5d47910 ffffffc0 08195608 ffffff80 00000000 00000000 00000000 00000000
  1865. [ 4.186240] 7860 026212d0 00000000 026012d0 00000000 026012d0 00000000 00210d00 00000000
  1866. [ 4.190866] 7880 092b0940 ffffff80 092b0000 ffffff80 00000000 00000000 09138730 ffffff80
  1867. [ 4.195456] 78a0 f5d478c0 ffffffc0 08195484 ffffff80 08ebfa0f ffffff80 00000002 00000000
  1868. [ 4.200062]
  1869. [ 4.203894] Process swapper/0 (pid: 1, stack limit = 0xffffffc0f5d44000)
  1870. [ 4.208294] Stack: (0xffffffc0f5d47840 to 0xffffffc0f5d48000)
  1871. [ 4.212620] 7840: ffffffc0f5d47910 ffffff8008195608 0000000000000000 0000000000000000
  1872. [ 4.217208] 7860: 00000000026212d0 00000000026012d0 00000000026012d0 0000000000210d00
  1873. [ 4.221785] 7880: ffffff80092b0940 ffffff80092b0000 0000000000000000 ffffff8009138730
  1874. [ 4.226379] 78a0: ffffffc0f5d478c0 ffffff8008195484 ffffff8008ebfa0f 0000000000000002
  1875. [ 4.230938] 78c0: 0000000000000001 ffffff8008195608 ffffff80092af740 ffffff80092b0940
  1876. [ 4.235531] 78e0: 0000000000000000 ffffffffffffffff 0000000000000000 0000000000000140
  1877. [ 4.240073] 7900: 0000000200000000 ffffff80092b0940 ffffffc0f5d479f0 ffffff80081d23ec
  1878. [ 4.244641] 7920: 00000000024000c0 ffffffc0f5ca3200 00000000024000d0 00000000026012d0
  1879. [ 4.249223] 7940: 0000000000000012 0000000000210d00 0000000000400000 ffffff80092b0000
  1880. [ 4.253763] 7960: 0000000000000000 ffffff8009138730 0000000100120012 0000000000210d00
  1881. [ 4.258292] 7980: 0000000000000001 ffffff80081f9e88 0000000000000000 ffffff8009138730
  1882. [ 4.262784] 79a0: 00000000024000c0 ffffffc000000000 00000000024040d0 00000000022152d0
  1883. [ 4.267290] 79c0: 024000c000020018 ffffff80092b0940 0000000000000000 ffffff80092af740
  1884. [ 4.271824] 79e0: 0000000200000000 0000000000000001 ffffffc0f5d47a50 ffffff80081d3eac
  1885. [ 4.276324] 7a00: 0000000000000000 ffffffc0fef77e80 0000000000000000 ffffffc0f5ca3200
  1886. [ 4.280861] 7a20: 0000000100120012 0000000000210d00 00000000024000c0 ffffff80081f9e88
  1887. [ 4.285346] 7a40: 0000000000000000 ffffff80081d260c ffffffc0f5d47b30 ffffff80081d44ac
  1888. [ 4.289799] 7a60: ffffffc0f5ca3200 0000000000000000 ffffffc0f5ca3200 00000000024000c0
  1889. [ 4.294232] 7a80: ffffff80081f9e88 ffffff800936c000 0000000000000140 ffffff8008d33c60
  1890. [ 4.298650] 7aa0: 0000000000000008 0000000000210d00 ffffffc0f5d47ae0 ffffff8008bec940
  1891. [ 4.303050] 7ac0: ffffffc0f5d47ae0 0000000100120012 ffffffc0e7403eb0 0000000000000000
  1892. [ 4.307419] 7ae0: ffffffc0f5d47b10 ffffff8008bec940 ffffffc0f5d47b10 ffffff8008bec9e0
  1893. [ 4.311761] 7b00: ffffffc0e7403eb0 0000000000000000 ffffffc0f5d47b30 ffffff80081d4424
  1894. [ 4.316054] 7b20: ffffffc0f5d47c90 ffffffc0e7403eb0 ffffffc0f5d47b80 ffffff80081f9e88
  1895. [ 4.320292] 7b40: ffffffc0f5d47c90 ffffffc0f5d47c90 ffffff8009177aa0 ffffffc0f5c17800
  1896. [ 4.324542] 7b60: 0000000000000000 ffffff8009262008 ffffff8008d33d38 ffffffc0f5d47c90
  1897. [ 4.328739] 7b80: ffffffc0f5d47bb0 ffffff80081f9fdc ffffffc0f5d47c90 ffffffc0e7403870
  1898. [ 4.332963] 7ba0: ffffffc0e7403870 ffffffc0f5d47c90 ffffffc0f5d47be0 ffffff80081f00b8
  1899. [ 4.337200] 7bc0: 0000000000000000 ffffffc0f5d47c5f ffffffc0e7403870 ffffffc0f5d47c90
  1900. [ 4.341458] 7be0: ffffffc0f5d47c20 ffffff80081f010c ffffffc0e7403870 0000000000000000
  1901. [ 4.345742] 7c00: ffffffc0f5d47c90 0000000000000000 ffffffc0e7403870 0000000000000001
  1902. [ 4.349988] 7c20: ffffffc0f5d47c60 ffffff80081f0d60 ffffff8008f88428 ffffff8008f88428
  1903. [ 4.354225] 7c40: ffffffc0e7403870 ffffff8008f88428 ffffffc0e7403870 0000000000000014
  1904. [ 4.358463] 7c60: ffffffc0f5d47ca0 ffffff80081f0d9c ffffff8008f88414 ffffffc0e7403870
  1905. [ 4.362718] 7c80: 0000000000000014 ffffff8008f88414 000000149952e6f2 ffffff8008f88414
  1906. [ 4.366946] 7ca0: ffffffc0f5d47cd0 ffffff8008406ccc ffffffc0e7403870 ffffff8009374000
  1907. [ 4.371216] 7cc0: ffffffc0e7403870 ffffff8009262008 ffffffc0f5d47d00 ffffff8008406d68
  1908. [ 4.375423] 7ce0: ffffff8008f88414 ffffff8008d33ab0 0000000000008124 ffffffc0f5c8ea00
  1909. [ 4.379624] 7d00: ffffffc0f5d47d40 ffffff800893a848 ffffffc0f5c8ea00 ffffff8008d33000
  1910. [ 4.383815] 7d20: ffffff8008d338d0 ffffff8009261000 ffffff8009261f48 ffffff8009261000
  1911. [ 4.387982] 7d40: ffffffc0f5d47d70 ffffff80090818e4 ffffffc0f5c8ea00 ffffff80093963a0
  1912. [ 4.392110] 7d60: ffffff8009396000 00000000ffffffd0 ffffffc0f5d47dc0 ffffff80080831cc
  1913. [ 4.396237] 7d80: ffffff800908178c ffffff800917dd60 ffffffc0f3e22a80 ffffff800917dd60
  1914. [ 4.400346] 7da0: 0000000000000000 ffffff800904047c ffffff80092fa000 ffffff80090a0928
  1915. [ 4.404445] 7dc0: ffffffc0f5d47e40 ffffff8009040dcc 0000000000000147 ffffff80092fa000
  1916. [ 4.408496] 7de0: ffffff800902da88 ffffff80090a0920 0000000000000007 ffffff80090a0928
  1917. [ 4.412503] 7e00: 0000000000000000 ffffff8009138640 ffffff8008f1dad8 ffffff8008c790d4
  1918. [ 4.416493] 7e20: 0000000000000000 0000000700000007 ffffff8009030da0 ffffffc0fef812a3
  1919. [ 4.420433] 7e40: ffffffc0f5d47ea0 ffffff8008be8568 ffffff8008be8550 0000000000000000
  1920. [ 4.424394] 7e60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1921. [ 4.428344] 7e80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1922. [ 4.432226] 7ea0: 0000000000000000 ffffff8008082ef0 ffffff8008be8550 0000000000000000
  1923. [ 4.436091] 7ec0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1924. [ 4.439940] 7ee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1925. [ 4.443727] 7f00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1926. [ 4.447458] 7f20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1927. [ 4.451134] 7f40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1928. [ 4.454763] 7f60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1929. [ 4.458351] 7f80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1930. [ 4.461893] 7fa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  1931. [ 4.465383] 7fc0: 0000000000000000 0000000000000005 0000000000000000 0000000000000000
  1932. [ 4.468807] 7fe0: 0000000000000000 0000000000000000 5544555555555555 5554554555545555
  1933. [ 4.472218] Call trace:
  1934. [ 4.475122] Exception stack(0xffffffc0f5d47670 to 0xffffffc0f5d477a0)
  1935. [ 4.478457] 7660: ffffff80092af740 0000008000000000
  1936. [ 4.481959] 7680: ffffffc0f5d47840 ffffff800819501c 00000040f5e31000 ffffffc0fef77d28
  1937. [ 4.485478] 76a0: ffffff8009146cf8 ffffffbdc39d3480 00000000ffffffff ffffff8009139000
  1938. [ 4.488986] 76c0: 0000000000000140 00000000f5d47fe0 ffffffc0f5d477f0 ffffffc0f5d477f0
  1939. [ 4.492505] 76e0: ffffffc0f5d477b0 00000000ffffffc8 ffffffc0f5d47730 ffffff800810a61c
  1940. [ 4.496018] 7700: ffffff8008eb356d ffffffc0f5d47770 ffffffc0fef77d28 0000000000000040
  1941. [ 4.499554] 7720: 00000000000009c7 0000000000000000 ffffffbdc39d0001 00000000000f2574
  1942. [ 4.503112] 7740: 8000000000000000 736d6471606f5e64 7f7f7f7f7f7f7f7f 71606f5e6a6b61ff
  1943. [ 4.506708] 7760: 7f7f7f7f7f7f7f7f 0101010101010101 0000000000000000 ffffff8009e20020
  1944. [ 4.510342] 7780: ffffff8009e20020 0000000000000000 000000006cc0526f 0000000000007fff
  1945. [ 4.514001] [<ffffff800819501c>] get_page_from_freelist+0x2f8/0x76c
  1946. [ 4.517540] [<ffffff8008195608>] __alloc_pages_nodemask+0x178/0x71c
  1947. [ 4.521069] [<ffffff80081d23ec>] new_slab+0xd0/0x3b4
  1948. [ 4.524464] [<ffffff80081d3eac>] ___slab_alloc.constprop.27+0x1d4/0x2d4
  1949. [ 4.528061] [<ffffff80081d44ac>] kmem_cache_alloc+0xc8/0x1ec
  1950. [ 4.531564] [<ffffff80081f9e88>] __d_alloc+0x38/0x160
  1951. [ 4.534992] [<ffffff80081f9fdc>] d_alloc+0x2c/0x90
  1952. [ 4.538366] [<ffffff80081f00b8>] lookup_dcache+0xa8/0xc4
  1953. [ 4.541759] [<ffffff80081f010c>] __lookup_hash+0x38/0x60
  1954. [ 4.545116] [<ffffff80081f0d60>] lookup_one_len2+0x110/0x114
  1955. [ 4.548511] [<ffffff80081f0d9c>] lookup_one_len+0x38/0x48
  1956. [ 4.551827] [<ffffff8008406ccc>] start_creating+0xb0/0xf4
  1957. [ 4.555122] [<ffffff8008406d68>] debugfs_create_file+0x58/0x118
  1958. [ 4.558476] [<ffffff800893a848>] clk_debug_create_one+0x144/0x1b8
  1959. [ 4.561855] [<ffffff80090818e4>] clk_debug_init+0x158/0x160
  1960. [ 4.565161] [<ffffff80080831cc>] do_one_initcall+0x18c/0x194
  1961. [ 4.568475] [<ffffff8009040dcc>] kernel_init_freeable+0x22c/0x230
  1962. [ 4.571819] [<ffffff8008be8568>] kernel_init+0x18/0x100
  1963. [ 4.575055] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  1964. [ 4.578311] Code: 17fffff9 f9400f84 d100809c a9420381 (f9000420)
  1965. [ 4.581710] ---[ end trace fe0995fc3c44f7e9 ]---
  1966. [ 4.584985] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  1967. [ 4.584985]
  1968. [ 4.591462] CPU1: stopping
  1969. [ 4.594550] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G B D 4.4.114-rockchip-ayufan-193 #1
  1970. [ 4.598334] Hardware name: Pine64 Rock64 (DT)
  1971. [ 4.601697] Call trace:
  1972. [ 4.604915] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  1973. [ 4.608489] [<ffffff8008088b34>] show_stack+0x24/0x30
  1974. [ 4.612073] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  1975. [ 4.615675] [<ffffff800808db7c>] handle_IPI+0x1d0/0x248
  1976. [ 4.619323] [<ffffff8008080d90>] gic_handle_irq+0xa8/0xc0
  1977. [ 4.623021] Exception stack(0xffffffc0f5e1be10 to 0xffffffc0f5e1bf40)
  1978. [ 4.626914] be00: 00000040f5e07000 ffffff8009139000
  1979. [ 4.631045] be20: 0000000000000000 ffffff8009190d00 0100000000000000 00000000184862ca
  1980. [ 4.635209] be40: 00000000000013e6 0000000000000807 ffffffc0f5e117a0 ffffffc0f5e1bee0
  1981. [ 4.639339] be60: 00000000000009c0 0000000000000400 0000000000000400 0000000000000002
  1982. [ 4.643447] be80: 0000000300000001 0000000000000000 0000000000000060 00000000e98d1741
  1983. [ 4.647490] bea0: 0000000000000000 ffffff8009139000 ffffff80092bbcf8 ffffff80092bb000
  1984. [ 4.651506] bec0: ffffff8009175000 ffffff8009175738 ffffff8008c0d000 00000000033b3000
  1985. [ 4.655521] bee0: 00000000033b6000 0000000002bf1234 0000000000000000 ffffffc0f5e1bf40
  1986. [ 4.659536] bf00: ffffff8008085100 ffffffc0f5e1bf40 ffffff8008085104 0000000060000145
  1987. [ 4.663584] bf20: ffffff8009139000 ffffff8009175000 ffffffffffffffff ffffff8008c0d000
  1988. [ 4.667624] [<ffffff80080827b4>] el1_irq+0xb4/0x140
  1989. [ 4.671382] [<ffffff8008085104>] arch_cpu_idle+0x8c/0x100
  1990. [ 4.675157] [<ffffff80080fd6e8>] default_idle_call+0x30/0x34
  1991. [ 4.678919] [<ffffff80080fd978>] cpu_startup_entry+0x214/0x2ac
  1992. [ 4.682665] [<ffffff800808d558>] secondary_start_kernel+0x198/0x1c4
  1993. [ 4.686401] [<0000000002bf1178>] 0x2bf1178
  1994. [ 4.689943] CPU2: stopping
  1995. [ 4.693339] CPU: 2 PID: 0 Comm: swapper/2 Tainted: G B D 4.4.114-rockchip-ayufan-193 #1
  1996. [ 4.697412] Hardware name: Pine64 Rock64 (DT)
  1997. [ 4.701050] Call trace:
  1998. [ 4.704497] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  1999. [ 4.708273] [<ffffff8008088b34>] show_stack+0x24/0x30
  2000. [ 4.712022] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  2001. [ 4.715761] [<ffffff800808db7c>] handle_IPI+0x1d0/0x248
  2002. [ 4.719508] [<ffffff8008080d90>] gic_handle_irq+0xa8/0xc0
  2003. [ 4.723285] Exception stack(0xffffffc0f5e1fe10 to 0xffffffc0f5e1ff40)
  2004. [ 4.727224] fe00: 00000040f5e1c000 ffffff8009139000
  2005. [ 4.731359] fe20: 0000000000000000 ffffff8009190d00 0100000000000000 00000000184bae8a
  2006. [ 4.735521] fe40: 00000000000013ec 0000000000000404 ffffffc0f5e12520 ffffffc0f5e1fee0
  2007. [ 4.739720] fe60: 00000000000009c0 0000000000000400 0000000000000400 0000000000000000
  2008. [ 4.743921] fe80: 0000000000000001 0000000000000000 0000000000000050 00000000550117b4
  2009. [ 4.748102] fea0: 0000000000000000 ffffff8009139000 ffffff80092bbcf8 ffffff80092bb000
  2010. [ 4.752302] fec0: ffffff8009175000 ffffff8009175738 ffffff8008c0d000 00000000033b3000
  2011. [ 4.756515] fee0: 00000000033b6000 0000000002bf1234 0000000000000000 ffffffc0f5e1ff40
  2012. [ 4.760733] ff00: ffffff8008085100 ffffffc0f5e1ff40 ffffff8008085104 0000000060000045
  2013. [ 4.764968] ff20: ffffff8009139000 ffffff8009175000 ffffffffffffffff ffffff8008c0d000
  2014. [ 4.769162] [<ffffff80080827b4>] el1_irq+0xb4/0x140
  2015. [ 4.773057] [<ffffff8008085104>] arch_cpu_idle+0x8c/0x100
  2016. [ 4.777023] [<ffffff80080fd6e8>] default_idle_call+0x30/0x34
  2017. [ 4.780974] [<ffffff80080fd978>] cpu_startup_entry+0x214/0x2ac
  2018. [ 4.784877] [<ffffff800808d558>] secondary_start_kernel+0x198/0x1c4
  2019. [ 4.788824] [<0000000002bf1178>] 0x2bf1178
  2020. [ 4.792553] CPU3: stopping
  2021. [ 4.796150] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G B D 4.4.114-rockchip-ayufan-193 #1
  2022. [ 4.800465] Hardware name: Pine64 Rock64 (DT)
  2023. [ 4.804369] Call trace:
  2024. [ 4.808085] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  2025. [ 4.812082] [<ffffff8008088b34>] show_stack+0x24/0x30
  2026. [ 4.815990] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  2027. [ 4.819837] [<ffffff800808db7c>] handle_IPI+0x1d0/0x248
  2028. [ 4.823660] [<ffffff8008080d90>] gic_handle_irq+0xa8/0xc0
  2029. [ 4.827483] Exception stack(0xffffffc0f5e23e10 to 0xffffffc0f5e23f40)
  2030. [ 4.831476] 3e00: 00000040f5e31000 ffffff8009139000
  2031. [ 4.835646] 3e20: 0000000000000000 ffffff8009190d00 0100000000000000 0000000018497c0a
  2032. [ 4.839840] 3e40: 00000000000013e8 00000000fffb7e07 ffffffc0f5e23ee0 0000000000000040
  2033. [ 4.844019] 3e60: ffffffc0fef6f3c8 ffffffffc0000060 0000000000000400 0000000000000001
  2034. [ 4.848190] 3e80: 0000000000000001 0000000000000000 000000006cc0526f 0000000000007fff
  2035. [ 4.852355] 3ea0: 0000000000000005 ffffff8009139000 ffffff80092bbcf8 ffffff80092bb000
  2036. [ 4.856488] 3ec0: ffffff8009175000 ffffff8009175738 ffffff8008c0d000 00000000033b3000
  2037. [ 4.860636] 3ee0: 00000000033b6000 0000000002bf1234 0000000000000000 ffffffc0f5e23f40
  2038. [ 4.864819] 3f00: ffffff8008085100 ffffffc0f5e23f40 ffffff8008085104 0000000060000145
  2039. [ 4.869043] 3f20: ffffff8009139000 ffffff8009175000 ffffffffffffffff ffffff8008c0d000
  2040. [ 4.873273] [<ffffff80080827b4>] el1_irq+0xb4/0x140
  2041. [ 4.877225] [<ffffff8008085104>] arch_cpu_idle+0x8c/0x100
  2042. [ 4.881228] [<ffffff80080fd6e8>] default_idle_call+0x30/0x34
  2043. [ 4.885211] [<ffffff80080fd978>] cpu_startup_entry+0x214/0x2ac
  2044. [ 4.889145] [<ffffff800808d558>] secondary_start_kernel+0x198/0x1c4
  2045. [ 4.893124] [<0000000002bf1178>] 0x2bf1178
  2046. [ 4.896890] CRU:
  2047. [ 4.900432] 00000000: 000070d7 00000486 000a3d70 00000000 00000000 00000000 00000000 00000000
  2048. [ 4.904752] 00000020: 00002083 00001441 00000001 00000000 00000000 00000000 00000000 00000000
  2049. [ 4.909054] 00000040: 00001032 00001441 00000000 00000000 00000000 00000000 00000000 00000000
  2050. [ 4.913326] 00000060: 000023d7 00000458 000a3d70 00000000 00000000 00000000 00000000 00000000
  2051. [ 4.917537] 00000080: 00001113 00002000 00005a5a 00000000 3a98c064 00000001 00000000 00000000
  2052. [ 4.921693] 000000a0: 00001036 00001441 00000000 00000000 00000000 00000000 00000000 00000000
  2053. [ 4.925797] 000000c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2054. [ 4.929843] 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2055. [ 4.933842] 00000100: 000007c0 00001115 00000003 00000000 00002c80 00008004 0000000f 00010014
  2056. [ 4.937844] 00000120: 00000100 00933d09 0000000f 00010014 0000000f 00010014 00000207 00010014
  2057. [ 4.941820] 00000140: 00000207 00010014 00000207 00010014 00008007 0000170c 000001df 00000017
  2058. [ 4.945783] 00000160: 00000707 00000207 00000017 00000705 00004107 00000011 0000021d 00000017
  2059. [ 4.949706] 00000180: 00000002 00008800 00000707 00000707 00000305 00000203 00007a97 00000002
  2060. [ 4.953578] 000001a0: 00003111 0bb8ea60 00003113 00000003 00000042 0000001f 00000000 00000000
  2061. [ 4.957440] 000001c0: 00000b0b 0000000b 000000df 00000505 00000b31 00000000 00000000 00000000
  2062. [ 4.961242] 000001e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2063. [ 4.965025] 00000200: 00000000 0000f30e 0000248f 00000000 00000001 00000000 00000006 00000000
  2064. [ 4.968786] 00000220: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000042
  2065. [ 4.972521] 00000240: 000005a1 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2066. [ 4.976218] 00000260: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2067. [ 4.979852] 00000280: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2068. [ 4.983446] 000002a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2069. [ 4.986951] 000002c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2070. [ 4.990348] 000002e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2071. [ 4.993708] 00000300: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2072. [ 4.997004] 00000320: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2073. [ 5.000266] 00000340: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2074. [ 5.003513] 00000360: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2075. [ 5.006726] 00000380: 00000004 00000000 00000004 00000000 00000004 00000004 00000004 00000000
  2076. [ 5.009909] 000003a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2077. [ 5.013024] 000003c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2078. [ 5.016048] 000003e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2079. [ 5.018987] Kernel Offset: disabled
  2080. [ 5.021448] Memory Limit: none
  2081. [ 5.023838] rockchip-thermal ff250000.tsadc: channal 0: temperature(49 C)
  2082. [ 5.026623] THERMAL REGS:
  2083. [ 5.029005] 00000000: 00000200 00010013 00000101 00000000 00000000 00000000 00000000 00000000
  2084. [ 5.032050] 00000020: 000001df 00000000 00000000 00000000 0000023c 00000000 00000000 00000000
  2085. [ 5.035041] 00000040: 00000258 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  2086. [ 5.037958] 00000060: 00000004 00000004 000000fa 00000032 00000000 00000000 00000000 00000000
  2087. [ 5.040826] 00000080: 00000000 00000000
  2088. [ 5.043194] Rebooting in 10 seconds..
  2089. DDR version 1.06 20170424
  2090. In
  2091. SRX
  2092. LPDDR3
  2093. 786MHz
  2094. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  2095. ddrconfig:7
  2096. OUT
  2097. "Synchronous Abort" handler, esr 0x96000000
  2098. ELR: 280c
  2099. LR: 2820
  2100. x 0: 0000000000000003 x 1: 00000000000000d4
  2101. x 2: 00000000000000ba x 3: 0000000000000038
  2102. x 4: 0000000000000b94 x 5: 00000000000000f2
  2103. x 6: 00000000000000bc x 7: 0000000000000003
  2104. x 8: 000000000000009c x 9: 000000002ed96880
  2105. x10: 00000000003fdddc x11: 000000000000dc98
  2106. x12: 000000000000007c x13: 000000000000009c
  2107. x14: 00000000003fde0c x15: 000000000000dc98
  2108. x16: 0000000000000000 x17: 0000000000000000
  2109. x18: 00000000003fdea0 x19: 00000000003fdddc
  2110. x20: 000000000000dc98 x21: 000000000000dc98
  2111. x22: 00000000003fe030 x23: 0000000000000001
  2112. x24: 0000000000080000 x25: 0000000000000001
  2113. x26: 00000000ff091000 x27: 0000000000000430
  2114. x28: 0000000000000430 x29: 0000dd00003fddb0
  2115.  
  2116. Resetting CPU ...
  2117.  
  2118. ### ERROR ### Please RESET the board ###
  2119. DDR version 1.06 20170424
  2120. In
  2121. LPDDR3
  2122. 786MHz
  2123. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  2124. ddrconfig:7
  2125. OUT
  2126.  
  2127. U-Boot SPL 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:22)
  2128. setup_ddr_param 1
  2129. booted from eMMC
  2130. Trying to boot from MMC1
  2131. NOTICE: BL31: v1.3(release):f947c7e
  2132. NOTICE: BL31: Built : 20:21:21, Mar 4 2018
  2133. NOTICE: BL31:Rockchip release version: v1.3
  2134.  
  2135.  
  2136. U-Boot 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:36 +0000), Build: jenkins-linux-build-rock-64-193
  2137.  
  2138. Model: Pine64 Rock64
  2139. DRAM: 4 GiB
  2140. MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
  2141. Card did not respond to voltage select!
  2142. mmc_init: -95, time 10
  2143. *** Warning - No block device, using default environment
  2144.  
  2145. In: serial@ff130000
  2146. Out: serial@ff130000
  2147. Err: serial@ff130000
  2148. Model: Pine64 Rock64
  2149. misc_init_r
  2150. cpuid=55524b50303930313400000000091507
  2151. serial=6a7e287fc444f4b
  2152. Net: eth0: ethernet@ff540000
  2153. Hit any key to stop autoboot: 2 1 0
  2154. switch to partitions #0, OK
  2155. mmc0(part 0) is current device
  2156. Scanning mmc 0:6...
  2157. Found /extlinux/extlinux.conf
  2158. Retrieving file: /extlinux/extlinux.conf
  2159. reading /extlinux/extlinux.conf
  2160. 688 bytes read in 4 ms (168 KiB/s)
  2161. select kernel
  2162. 1: kernel-latest
  2163. 2: kernel-previous
  2164. Enter choice: 1: kernel-latest
  2165. Retrieving file: /initrd.img
  2166. reading /initrd.img
  2167. 2924191 bytes read in 358 ms (7.8 MiB/s)
  2168. Retrieving file: /Image
  2169. reading /Image
  2170. 19359752 bytes read in 2343 ms (7.9 MiB/s)
  2171. append: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  2172. Retrieving file: /dtb
  2173. reading /dtb
  2174. 58088 bytes read in 11 ms (5 MiB/s)
  2175. ## Flattened Device Tree blob at 01f00000
  2176. Booting using the fdt blob at 0x1f00000
  2177. Loading Ramdisk to fcc37000, end fcf00e9f ... OK
  2178. Loading Device Tree to 00000000fcc25000, end 00000000fcc362e7 ... OK
  2179.  
  2180. Starting kernel ...
  2181.  
  2182. [ 0.000000] Booting Linux on physical CPU 0x0
  2183. [ 0.000000] Initializing cgroup subsys cpuset
  2184. [ 0.000000] Initializing cgroup subsys cpu
  2185. [ 0.000000] Initializing cgroup subsys cpuacct
  2186. [ 0.000000] Linux version 4.4.114-rockchip-ayufan-193 (root@299c3fc1b858) (gcc version 7.2.0 (Ubuntu/Linaro 7.2.0-6ubuntu1) ) #1 SMP Sun Mar 4 20:24:21 UTC 2018
  2187. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  2188. [ 0.000000] psci: probing for conduit method from DT.
  2189. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  2190. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  2191. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  2192. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef2b000 s46248 r8192 d31576 u86016
  2193. [ 0.000000] Detected VIPT I-cache on CPU0
  2194. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  2195. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027656
  2196. [ 0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  2197. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  2198. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  2199. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  2200. [ 0.000000] software IO TLB [mem 0xf6200000-0xfa200000] (64MB) mapped at [ffffffc0f6200000-ffffffc0fa1fffff]
  2201. [ 0.000000] Memory: 4014748K/4175872K available (11774K kernel code, 1562K rwdata, 4292K rodata, 1216K init, 750K bss, 161124K reserved, 0K cma-reserved)
  2202. [ 0.000000] Virtual kernel memory layout:
  2203. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  2204. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  2205. [ 0.000000] .init : 0xffffff8009040000 - 0xffffff8009170000 ( 1216 KB)
  2206. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008c00000 ( 11776 KB)
  2207. [ 0.000000] .rodata : 0xffffff8008c00000 - 0xffffff8009040000 ( 4352 KB)
  2208. [ 0.000000] .data : 0xffffff8009170000 - 0xffffff80092f6808 ( 1563 KB)
  2209. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  2210. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc3fc0000 ( 63 MB actual)
  2211. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  2212. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  2213. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc0ff000000 ( 4078 MB)
  2214. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  2215. [ 0.000000] Hierarchical RCU implementation.
  2216. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  2217. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  2218. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  2219. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  2220. [ 0.000000] GIC: Using split EOI/Deactivate mode
  2221. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  2222. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  2223. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  2224. [ 0.001023] Console: colour dummy device 80x25
  2225. [ 0.002792] console [tty0] enabled
  2226. [ 0.002845] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  2227. [ 0.002930] pid_max: default: 32768 minimum: 301
  2228. [ 0.003090] Security Framework initialized
  2229. [ 0.003135] Yama: becoming mindful.
  2230. [ 0.003196] AppArmor: AppArmor disabled by boot time parameter
  2231. [ 0.003300] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  2232. [ 0.003370] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  2233. [ 0.004314] Initializing cgroup subsys io
  2234. [ 0.004394] Initializing cgroup subsys memory
  2235. [ 0.004464] Initializing cgroup subsys devices
  2236. [ 0.004515] Initializing cgroup subsys freezer
  2237. [ 0.004565] Initializing cgroup subsys net_cls
  2238. [ 0.004613] Initializing cgroup subsys perf_event
  2239. [ 0.004663] Initializing cgroup subsys net_prio
  2240. [ 0.004718] Initializing cgroup subsys hugetlb
  2241. [ 0.004764] Initializing cgroup subsys pids
  2242. [ 0.004850] ftrace: allocating 44276 entries in 173 pages
  2243. [ 0.125942] sched-energy: CPU device node has no sched-energy-costs
  2244. [ 0.126002] Invalid sched_group_energy for CPU0
  2245. [ 0.126044] CPU0: update cpu_capacity 1024
  2246. [ 0.126144] ASID allocator initialised with 32768 entries
  2247. [ 0.131512] Detected VIPT I-cache on CPU1
  2248. [ 0.131569] Invalid sched_group_energy for CPU1
  2249. [ 0.131575] CPU1: update cpu_capacity 1024
  2250. [ 0.131580] CPU1: Booted secondary processor [410fd034]
  2251. [ 0.132295] Detected VIPT I-cache on CPU2
  2252. [ 0.132342] Invalid sched_group_energy for CPU2
  2253. [ 0.132347] CPU2: update cpu_capacity 1024
  2254. [ 0.132352] CPU2: Booted secondary processor [410fd034]
  2255. [ 0.133051] Detected VIPT I-cache on CPU3
  2256. [ 0.133095] Invalid sched_group_energy for CPU3
  2257. [ 0.133100] CPU3: update cpu_capacity 1024
  2258. [ 0.133105] CPU3: Booted secondary processor [410fd034]
  2259. [ 0.133209] Brought up 4 CPUs
  2260. [ 0.133670] SMP: Total of 4 processors activated.
  2261. [ 0.133719] CPU: All CPU(s) started at EL2
  2262. [ 0.133814] alternatives: patching kernel code
  2263. [ 0.134077] Invalid sched_group_energy for CPU3
  2264. [ 0.134122] Invalid sched_group_energy for Cluster3
  2265. [ 0.134163] Invalid sched_group_energy for CPU2
  2266. [ 0.134204] Invalid sched_group_energy for Cluster2
  2267. [ 0.134244] Invalid sched_group_energy for CPU1
  2268. [ 0.134285] Invalid sched_group_energy for Cluster1
  2269. [ 0.134326] Invalid sched_group_energy for CPU0
  2270. [ 0.134367] Invalid sched_group_energy for Cluster0
  2271. [ 0.135186] devtmpfs: initialized
  2272. [ 0.156018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  2273. [ 0.156139] futex hash table entries: 1024 (order: 4, 65536 bytes)
  2274. [ 0.156740] xor: measuring software checksum speed
  2275. [ 0.166218] 8regs : 1080.000 MB/sec
  2276. [ 0.176300] 8regs_prefetch: 968.000 MB/sec
  2277. [ 0.186381] 32regs : 1456.000 MB/sec
  2278. [ 0.196468] 32regs_prefetch: 1224.000 MB/sec
  2279. [ 0.196512] xor: using function: 32regs (1456.000 MB/sec)
  2280. [ 0.196577] pinctrl core: initialized pinctrl subsystem
  2281. [ 0.197950] NET: Registered protocol family 16
  2282. [ 0.202579] cpuidle: using governor ladder
  2283. [ 0.206605] cpuidle: using governor menu
  2284. [ 0.206665] Registered FIQ tty driver
  2285. [ 0.207477] vdso: 2 pages (1 code @ ffffff8008c06000, 1 data @ ffffff8009174000)
  2286. [ 0.207573] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  2287. [ 0.208100] DMA: preallocated 1024 KiB pool for atomic allocations
  2288. [ 0.237677] genirq: Setting trigger mode 8 for irq 179 failed (gic_set_type+0x0/0x64)
  2289. [ 0.295793] console [ttyFIQ0] enabled
  2290. [ 0.296473] Registered fiq debugger ttyFIQ0
  2291. [ 0.334448] raid6: int64x1 gen() 203 MB/s
  2292. [ 0.351642] raid6: int64x1 xor() 183 MB/s
  2293. [ 0.368807] raid6: int64x2 gen() 328 MB/s
  2294. [ 0.385959] raid6: int64x2 xor() 250 MB/s
  2295. [ 0.403184] raid6: int64x4 gen() 484 MB/s
  2296. [ 0.420274] raid6: int64x4 xor() 337 MB/s
  2297. [ 0.437423] raid6: int64x8 gen() 386 MB/s
  2298. [ 0.454606] raid6: int64x8 xor() 308 MB/s
  2299. [ 0.471760] raid6: neonx1 gen() 363 MB/s
  2300. [ 0.488993] raid6: neonx1 xor() 328 MB/s
  2301. [ 0.506139] raid6: neonx2 gen() 554 MB/s
  2302. [ 0.523305] raid6: neonx2 xor() 496 MB/s
  2303. [ 0.540488] raid6: neonx4 gen() 746 MB/s
  2304. [ 0.557663] raid6: neonx4 xor() 582 MB/s
  2305. [ 0.574861] raid6: neonx8 gen() 765 MB/s
  2306. [ 0.591995] raid6: neonx8 xor() 576 MB/s
  2307. [ 0.592411] raid6: using algorithm neonx8 gen() 765 MB/s
  2308. [ 0.592913] raid6: .... xor() 576 MB/s, rmw enabled
  2309. [ 0.593395] raid6: using intx1 recovery algorithm
  2310. [ 0.594310] mpp venc_srv: mpp_probe enter
  2311. [ 0.594758] mpp venc_srv: init success
  2312. [ 0.595422] rockchip-pm rockchip-suspend: not set sleep mode config
  2313. [ 0.596043] rockchip-pm rockchip-suspend: not set wakeup-config
  2314. [ 0.596607] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  2315. ERROR: rockchip_plat_sip_handler: unhandled SMC (0x82000003)
  2316. [ 0.599751] vcc_sd: regulator get failed, ret=-517
  2317. [ 0.600651] vcc_host_5v: supplied by vcc_sys
  2318. [ 0.601880] vcc_host1_5v: supplied by vcc_sys
  2319. [ 0.603550] iommu: Adding device ff350000.vpu_service to group 0
  2320. [ 0.604219] iommu: Adding device ff351000.avsd to group 1
  2321. [ 0.604834] iommu: Adding device ff360000.rkvdec to group 2
  2322. [ 0.605441] iommu: Adding device ff330000.h265e to group 3
  2323. [ 0.606066] iommu: Adding device ff340000.vepu to group 4
  2324. [ 0.606666] iommu: Adding device ff370000.vop to group 5
  2325. [ 0.607282] iommu: Adding device ff3a0000.iep to group 6
  2326. [ 0.608841] rk_iommu ff360480.iommu: can't get aclk
  2327. [ 0.609355] rk_iommu ff360480.iommu: can't get hclk
  2328. [ 0.610017] rk_iommu ff330200.iommu: can't get aclk
  2329. [ 0.610518] rk_iommu ff330200.iommu: can't get hclk
  2330. [ 0.611416] rk_iommu ff373f00.iommu: can't get aclk
  2331. [ 0.611916] rk_iommu ff373f00.iommu: can't get hclk
  2332. [ 0.613346] SCSI subsystem initialized
  2333. [ 0.614040] usbcore: registered new interface driver usbfs
  2334. [ 0.614632] usbcore: registered new interface driver hub
  2335. [ 0.615270] usbcore: registered new device driver usb
  2336. [ 0.615915] media: Linux media interface: v0.10
  2337. [ 0.616424] Linux video capture interface: v2.00
  2338. [ 0.616976] pps_core: LinuxPPS API ver. 1 registered
  2339. [ 0.617473] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  2340. [ 0.618375] PTP clock support registered
  2341. [ 0.620659] Advanced Linux Sound Architecture Driver Initialized.
  2342. [ 0.622102] Bluetooth: Core ver 2.21
  2343. [ 0.622533] NET: Registered protocol family 31
  2344. [ 0.622969] Bluetooth: HCI device and connection manager initialized
  2345. [ 0.623587] Bluetooth: HCI socket layer initialized
  2346. [ 0.624065] Bluetooth: L2CAP socket layer initialized
  2347. [ 0.624594] Bluetooth: SCO socket layer initialized
  2348. [ 0.625738] NetLabel: Initializing
  2349. [ 0.626089] NetLabel: domain hash size = 128
  2350. [ 0.626510] NetLabel: protocols = UNLABELED CIPSOv4
  2351. [ 0.627078] NetLabel: unlabeled traffic allowed by default
  2352. [ 0.628105] rockchip-cpuinfo cpuinfo: Serial : 6a7e287fc444f4b5
  2353. [ 0.629915] clocksource: Switched to clocksource arch_sys_counter
  2354. [ 0.730783] NET: Registered protocol family 2
  2355. [ 0.732040] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  2356. [ 0.733235] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  2357. [ 0.735319] TCP: Hash tables configured (established 32768 bind 32768)
  2358. [ 0.736077] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  2359. [ 0.736896] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  2360. [ 0.738113] NET: Registered protocol family 1
  2361. [ 0.739083] RPC: Registered named UNIX socket transport module.
  2362. [ 0.739652] RPC: Registered udp transport module.
  2363. [ 0.740132] RPC: Registered tcp transport module.
  2364. [ 0.740591] RPC: Registered tcp NFSv4.1 backchannel transport module.
  2365. [ 0.741497] Trying to unpack rootfs image as initramfs...
  2366. [ 0.979407] Freeing initrd memory: 2852K
  2367. [ 0.980998] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  2368. [ 0.983136] kvm [1]: 8-bit VMID
  2369. [ 0.983464] kvm [1]: Hyp mode initialized successfully
  2370. [ 0.984450] kvm [1]: interrupt-controller@ff814000 IRQ46
  2371. [ 0.985309] kvm [1]: timer IRQ3
  2372. [ 0.989586] audit: initializing netlink subsys (disabled)
  2373. [ 0.990208] audit: type=2000 audit(0.892:1): initialized
  2374. [ 0.991833] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  2375. [ 1.004965] VFS: Disk quotas dquot_6.6.0
  2376. [ 1.005618] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  2377. [ 1.009165] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  2378. [ 1.011776] NFS: Registering the id_resolver key type
  2379. [ 1.012331] Key type id_resolver registered
  2380. [ 1.012745] Key type id_legacy registered
  2381. [ 1.013171] Installing knfsd (copyright (C) 1996 [email protected]).
  2382. [ 1.014880] fuse init (API version 7.23)
  2383. [ 1.016556] JFS: nTxBlock = 8192, nTxLock = 65536
  2384. [ 1.024006] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  2385. [ 1.027453] Key type big_key registered
  2386. [ 1.027978]
  2387. [ 1.027978] TEE Core Framework initialization (ver 1:0.1)
  2388. [ 1.028676] TEE armv7 Driver initialization
  2389. [ 1.029586] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
  2390. [ 1.030234] TEE core: Alloc the misc device "opteearmtz00" (id=0)
  2391. [ 1.031155] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
  2392. [ 1.037472] NET: Registered protocol family 38
  2393. [ 1.037997] Key type asymmetric registered
  2394. [ 1.038413] Asymmetric key parser 'x509' registered
  2395. [ 1.039217] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  2396. [ 1.040151] io scheduler noop registered
  2397. [ 1.040552] io scheduler deadline registered (default)
  2398. [ 1.041134] io scheduler cfq registered
  2399. [ 1.044381] rockchip-usb2phy ff450000.syscon:usb2-phy@100: vbus_drv is not assigned
  2400. [ 1.046070] rockchip-u3phy ff470000.usb3-phy: vbus_drv is not assigned
  2401. [ 1.049316] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
  2402. [ 1.053720] rk-vcodec vpu_combo: no regulator for vcodec
  2403. [ 1.054529] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  2404. [ 1.055127] rk-vcodec vpu_combo: failed on clk_get clk_core
  2405. [ 1.055749] platform ff350000.vpu_service: probe device
  2406. [ 1.056329] platform ff350000.vpu_service: vpu mmu dec ffffffc0f5444410
  2407. [ 1.057261] platform ff350000.vpu_service: allocator is drm
  2408. [ 1.057865] platform ff350000.vpu_service: checking hw id 0
  2409. [ 1.059251] platform ff351000.avsd: probe device
  2410. [ 1.059817] platform ff351000.avsd: vpu mmu dec ffffffc0f5444410
  2411. [ 1.060800] platform ff351000.avsd: allocator is drm
  2412. [ 1.061360] platform ff351000.avsd: checking hw id 6731
  2413. [ 1.063950] rk-vcodec vpu_combo: could not find power_model node
  2414. [ 1.064538] rk-vcodec vpu_combo: init success
  2415. [ 1.065365] rk-vcodec ff360000.rkvdec: vcodec regulator not ready, retry
  2416. [ 1.066981] probe device ff330000.h265e
  2417. [ 1.067738] mpp_dev ff330000.h265e: try to get iommu dev ffffffc0f5446010
  2418. [ 1.068869] mpp_dev ff330000.h265e: resource ready, register device
  2419. [ 1.070007] probe device ff340000.vepu
  2420. [ 1.070735] mpp_dev ff340000.vepu: try to get iommu dev ffffffc0f5446810
  2421. [ 1.071780] mpp_dev ff340000.vepu: resource ready, register device
  2422. [ 1.075652] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
  2423. [ 1.076318] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  2424. [ 1.078226] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  2425. [ 1.082057] [drm] Initialized drm 1.1.0 20060810
  2426. [ 1.086557] rockchip-drm display-subsystem: devfreq is not set
  2427. [ 1.087573] rockchip-vop ff370000.vop: invalid resource
  2428. [ 1.088098] rockchip-vop ff370000.vop: failed to get vop lut registers
  2429. [ 1.088719] rockchip-vop ff370000.vop: invalid resource
  2430. [ 1.089241] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
  2431. [ 1.090181] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008cca9c8)
  2432. [ 1.091376] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
  2433. [ 1.092038] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  2434. [ 1.092934] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  2435. [ 1.095023] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008cc2290)
  2436. [ 1.095815] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  2437. [ 1.096450] [drm] No driver support for vblank timestamp query.
  2438. [ 1.097175] rockchip-drm display-subsystem: failed to parse display resources
  2439. [ 1.097876] rockchip-drm display-subsystem: No connectors reported connected with modes
  2440. [ 1.098720] [drm] Cannot find any crtc or sizes - going 1024x768
  2441. [ 1.124554] Console: switching to colour frame buffer device 128x48
  2442. [ 1.144722] rockchip-drm display-subsystem: fb0: frame buffer device
  2443. [ 1.151679] usbcore: registered new interface driver udl
  2444. [ 1.155436] Unable to detect cache hierarchy for CPU 0
  2445. [ 1.157406] brd: module loaded
  2446. [ 1.166992] loop: module loaded
  2447. [ 1.167800] lkdtm: No crash points registered, enable through debugfs
  2448. [ 1.171352] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
  2449. [ 1.172082] 2 ofpart partitions found on MTD device spi32766.0
  2450. [ 1.172822] Creating 2 MTD partitions on "spi32766.0":
  2451. [ 1.173505] 0x000000008000-0x000000400000 : "loader"
  2452. [ 1.175722] 0x0000007c0000-0x000000800000 : "vendor"
  2453. [ 1.180257] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
  2454. [ 1.181364] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
  2455. [ 1.182299] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
  2456. [ 1.183044] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
  2457. [ 1.183780] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
  2458. [ 1.184823] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
  2459. [ 1.185725] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
  2460. [ 1.191529] rk_gmac-dwmac ff540000.ethernet: init for RGMII
  2461. [ 1.192419] stmmac - user ID: 0x10, Synopsys ID: 0x35
  2462. [ 1.193081] Ring mode enabled
  2463. [ 1.193484] DMA HW capability register supported
  2464. [ 1.194081] Normal descriptors
  2465. [ 1.202511] RX Checksum Offload Engine supported (type 2)
  2466. [ 1.211081] Wake-Up On Lan supported
  2467. [ 1.219430] Enable RX Mitigation via HW Watchdog Timer
  2468. [ 1.302798] libphy: stmmac: probed
  2469. [ 1.311070] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
  2470. [ 1.311085] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
  2471. [ 1.312524] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
  2472. [ 1.312534] rk_gmac-dwmac ff550000.ethernet: Can not read property: tx_delay.
  2473. [ 1.312542] rk_gmac-dwmac ff550000.ethernet: set tx_delay to 0x30
  2474. [ 1.312551] rk_gmac-dwmac ff550000.ethernet: Can not read property: rx_delay.
  2475. [ 1.312558] rk_gmac-dwmac ff550000.ethernet: set rx_delay to 0x10
  2476. [ 1.312607] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
  2477. [ 1.312879] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
  2478. [ 1.312890] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_speed
  2479. [ 1.318041] rk_gmac-dwmac ff550000.ethernet: init for RMII
  2480. [ 1.349087] stmmac - user ID: 0x10, Synopsys ID: 0x35
  2481. [ 1.349091] Ring mode enabled
  2482. [ 1.349097] DMA HW capability register supported
  2483. [ 1.349098] Normal descriptors
  2484. [ 1.349101] RX Checksum Offload Engine supported (type 2)
  2485. [ 1.349104] TX Checksum insertion supported
  2486. [ 1.349106] Wake-Up On Lan supported
  2487. [ 1.349168] Enable RX Mitigation via HW Watchdog Timer
  2488. [ 1.548575] libphy: stmmac: probed
  2489. [ 1.555297] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-1:00) active
  2490. [ 1.562335] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-1:01)
  2491. [ 1.569171] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-1:02)
  2492. [ 1.575883] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-1:03)
  2493. [ 1.582492] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-1:04)
  2494. [ 1.589046] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-1:05)
  2495. [ 1.595442] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-1:06)
  2496. [ 1.601674] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-1:07)
  2497. [ 1.607774] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-1:08)
  2498. [ 1.613740] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-1:09)
  2499. [ 1.619590] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-1:0a)
  2500. [ 1.625491] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-1:0b)
  2501. [ 1.631218] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-1:0c)
  2502. [ 1.636768] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-1:0d)
  2503. [ 1.642226] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-1:0e)
  2504. [ 1.647687] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-1:0f)
  2505. [ 1.653097] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-1:10)
  2506. [ 1.658427] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-1:11)
  2507. [ 1.663680] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-1:12)
  2508. [ 1.668882] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-1:13)
  2509. [ 1.673954] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-1:14)
  2510. [ 1.678921] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-1:15)
  2511. [ 1.683795] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-1:16)
  2512. [ 1.688573] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-1:17)
  2513. [ 1.693223] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-1:18)
  2514. [ 1.697749] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-1:19)
  2515. [ 1.702164] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-1:1a)
  2516. [ 1.706457] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-1:1b)
  2517. [ 1.710592] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-1:1c)
  2518. [ 1.714733] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-1:1d)
  2519. [ 1.714740] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-1:1e)
  2520. [ 1.714753] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-1:1f)
  2521. [ 1.716420] Rockchip WiFi SYS interface (V1.00) ...
  2522. [ 1.716548] usbcore: registered new interface driver cdc_ether
  2523. [ 1.716619] usbcore: registered new interface driver rndis_host
  2524. [ 1.718757] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
  2525. [ 1.718785] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
  2526. [ 1.719937] ff580000.usb supply vusb_d not found, using dummy regulator
  2527. [ 1.720026] ff580000.usb supply vusb_a not found, using dummy regulator
  2528. [ 1.732646] dwc2 ff580000.usb: DWC OTG Controller
  2529. [ 1.732684] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  2530. [ 1.732727] dwc2 ff580000.usb: irq 43, io mem 0xff580000
  2531. [ 1.733051] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  2532. [ 1.733061] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2533. [ 1.733069] usb usb1: Product: DWC OTG Controller
  2534. [ 1.733077] usb usb1: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 dwc2_hsotg
  2535. [ 1.733085] usb usb1: SerialNumber: ff580000.usb
  2536. [ 1.734001] hub 1-0:1.0: USB hub found
  2537. [ 1.734050] hub 1-0:1.0: 1 port detected
  2538. [ 1.735369] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  2539. [ 1.735391] ehci-pci: EHCI PCI platform driver
  2540. [ 1.735479] ehci-platform: EHCI generic platform driver
  2541. [ 1.738135] ehci-platform ff5c0000.usb: EHCI Host Controller
  2542. [ 1.738430] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  2543. [ 1.738602] ehci-platform ff5c0000.usb: irq 44, io mem 0xff5c0000
  2544. [ 1.743949] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  2545. [ 1.744239] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  2546. [ 1.744250] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2547. [ 1.744258] usb usb2: Product: EHCI Host Controller
  2548. [ 1.744266] usb usb2: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ehci_hcd
  2549. [ 1.744273] usb usb2: SerialNumber: ff5c0000.usb
  2550. [ 1.745096] hub 2-0:1.0: USB hub found
  2551. [ 1.745143] hub 2-0:1.0: 1 port detected
  2552. [ 1.745835] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  2553. [ 1.745868] ohci-platform: OHCI generic platform driver
  2554. [ 1.746403] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  2555. [ 1.746709] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  2556. [ 1.746885] ohci-platform ff5d0000.usb: irq 45, io mem 0xff5d0000
  2557. [ 1.801195] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  2558. [ 1.801206] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2559. [ 1.801214] usb usb3: Product: Generic Platform OHCI controller
  2560. [ 1.801223] usb usb3: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ohci_hcd
  2561. [ 1.801230] usb usb3: SerialNumber: ff5d0000.usb
  2562. [ 1.802080] hub 3-0:1.0: USB hub found
  2563. [ 1.802126] hub 3-0:1.0: 1 port detected
  2564. [ 1.803419] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  2565. [ 1.803735] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
  2566. [ 1.803993] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
  2567. [ 1.804060] xhci-hcd xhci-hcd.9.auto: irq 183, io mem 0xff600000
  2568. [ 1.804309] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  2569. [ 1.804319] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2570. [ 1.804327] usb usb4: Product: xHCI Host Controller
  2571. [ 1.804335] usb usb4: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  2572. [ 1.804343] usb usb4: SerialNumber: xhci-hcd.9.auto
  2573. [ 1.805193] hub 4-0:1.0: USB hub found
  2574. [ 1.805240] hub 4-0:1.0: 1 port detected
  2575. [ 1.805733] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  2576. [ 1.806065] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
  2577. [ 1.806181] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  2578. [ 1.806359] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
  2579. [ 1.806369] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  2580. [ 1.806377] usb usb5: Product: xHCI Host Controller
  2581. [ 1.806385] usb usb5: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  2582. [ 1.806393] usb usb5: SerialNumber: xhci-hcd.9.auto
  2583. [ 1.807210] hub 5-0:1.0: USB hub found
  2584. [ 1.807258] hub 5-0:1.0: 1 port detected
  2585. [ 1.809375] usbcore: registered new interface driver iforce
  2586. [ 1.809484] usbcore: registered new interface driver xpad
  2587. [ 1.810036] usbcore: registered new interface driver usbtouchscreen
  2588. [ 1.811040] i2c /dev entries driver
  2589. [ 1.813866] rk808 1-0018: Pmic Chip id: 0x8050
  2590. [ 1.814955] rk808 1-0018: source: on=0x40, off=0x00
  2591. [ 1.821528] DCDC_REG1: supplied by vcc_sys
  2592. [ 1.824709] DCDC_REG2: supplied by vcc_sys
  2593. [ 1.827372] DCDC_REG3: supplied by vcc_sys
  2594. [ 1.829181] DCDC_REG4: supplied by vcc_sys
  2595. [ 1.830849] vcc_sd: supplied by vcc_io
  2596. [ 1.830978] LDO_REG1: supplied by vcc_io
  2597. [ 1.834254] LDO_REG2: supplied by vcc_io
  2598. [ 1.837656] LDO_REG3: supplied by vcc_sys
  2599. [ 1.840937] rk808 1-0018: register rk8050 regulators
  2600. [ 1.841329] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
  2601. [ 1.843398] input: rk8xx_pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/input/input0
  2602. [ 1.853569] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  2603. [ 1.854433] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009e24000
  2604. [ 1.856223] IR NEC protocol handler initialized
  2605. [ 1.856237] IR RC5(x/sz) protocol handler initialized
  2606. [ 1.856250] IR RC6 protocol handler initialized
  2607. [ 1.856263] IR JVC protocol handler initialized
  2608. [ 1.856276] IR Sony protocol handler initialized
  2609. [ 1.856289] IR SANYO protocol handler initialized
  2610. [ 1.856302] IR Sharp protocol handler initialized
  2611. [ 1.856316] IR MCE Keyboard/mouse protocol handler initialized
  2612. [ 1.856329] IR XMP protocol handler initialized
  2613. [ 1.856950] usbcore: registered new interface driver uvcvideo
  2614. [ 1.856953] USB Video Class driver (1.1.1)
  2615. [ 1.863199] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  2616. [ 1.863216] Bluetooth: Virtual HCI driver ver 1.5
  2617. [ 1.863404] Bluetooth: HCI UART driver ver 2.3
  2618. [ 1.863411] Bluetooth: HCI UART protocol H4 registered
  2619. [ 1.863415] Bluetooth: HCI UART protocol LL registered
  2620. [ 1.863419] Bluetooth: HCI UART protocol ATH3K registered
  2621. [ 1.863529] usbcore: registered new interface driver bfusb
  2622. [ 1.863627] usbcore: registered new interface driver btusb
  2623. [ 1.864022] cpu cpu0: cpu_leakage=7
  2624. [ 1.864057] cpu cpu0: cpu_leakage=7
  2625. [ 1.864072] cpu cpu0: cpu_leakage-volt-sel=0
  2626. [ 1.866792] sdhci: Secure Digital Host Controller Interface driver
  2627. [ 1.866796] sdhci: Copyright(c) Pierre Ossman
  2628. [ 1.866805] Synopsys Designware Multimedia Card Interface Driver
  2629. [ 1.868220] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
  2630. [ 1.868255] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
  2631. [ 1.868270] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
  2632. [ 1.868336] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 39,32 bit host data width,256 deep fifo
  2633. [ 1.868362] dwmmc_rockchip ff520000.dwmmc: 'clock-freq-min-max' property was deprecated.
  2634. [ 1.879983] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  2635. [ 1.891030] dwmmc_rockchip ff520000.dwmmc: 1 slots initialized
  2636. [ 1.891519] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
  2637. [ 1.891545] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
  2638. [ 1.891555] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
  2639. [ 1.891604] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 40,32 bit host data width,256 deep fifo
  2640. [ 1.891621] dwmmc_rockchip ff500000.dwmmc: 'clock-freq-min-max' property was deprecated.
  2641. [ 1.902941] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  2642. [ 1.912997] dwmmc_rockchip ff500000.dwmmc: 1 slots initialized
  2643. [ 1.913207] sdhci-pltfm: SDHCI platform and OF driver helper
  2644. [ 1.914616] hidraw: raw HID events driver (C) Jiri Kosina
  2645. [ 1.915342] usbcore: registered new interface driver usbhid
  2646. [ 1.915343] usbhid: USB HID core driver
  2647. [ 1.915602] ashmem: initialized
  2648. [ 1.916402] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  2649. [ 1.917871] usbcore: registered new interface driver snd-usb-audio
  2650. [ 1.918730] rk3328-codec ff410000.codec: spk_depop_time use default value.
  2651. [ 1.921435] rockchip-pinctrl pinctrl: pin gpio0-27 already requested by vcc-host1-5v-regulator; cannot claim for ff030000.spdif
  2652. [ 1.921441] rockchip-pinctrl pinctrl: pin-27 (ff030000.spdif) status -22
  2653. [ 1.921447] rockchip-pinctrl pinctrl: could not request pin 27 (gpio0-27) from group spdifm0-tx on device rockchip-pinctrl
  2654. [ 1.921451] rockchip-spdif ff030000.spdif: Error applying setting, reverse things back
  2655. [ 1.922437] u32 classifier
  2656. [ 1.922449] Netfilter messages via NETLINK v0.30.
  2657. [ 1.922496] ip_set: protocol 6
  2658. [ 1.922654] Initializing XFRM netlink socket
  2659. [ 1.923195] NET: Registered protocol family 10
  2660. [ 1.924140] NET: Registered protocol family 17
  2661. [ 1.924165] NET: Registered protocol family 15
  2662. [ 1.924197] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  2663. [ 1.924225] Bridge firewalling registered
  2664. [ 1.924325] Bluetooth: RFCOMM socket layer initialized
  2665. [ 1.924348] Bluetooth: RFCOMM ver 1.11
  2666. [ 1.924361] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  2667. [ 1.924368] Bluetooth: HIDP socket layer initialized
  2668. [ 1.924422] 8021q: 802.1Q VLAN Support v1.8
  2669. [ 1.924444] [WLAN_RFKILL]: Enter rfkill_wlan_init
  2670. [ 1.924696] [BT_RFKILL]: Enter rfkill_rk_init
  2671. [ 1.924848] Key type dns_resolver registered
  2672. [ 1.925813] Registered cp15_barrier emulation handler
  2673. [ 1.925831] Registered setend emulation handler
  2674. [ 1.926412] registered taskstats version 1
  2675. [ 1.928287] Btrfs loaded, integrity-checker=on
  2676. [ 1.928361] BTRFS: selftest: Running btrfs free space cache tests
  2677. [ 1.928385] BTRFS: selftest: Running extent only tests
  2678. [ 1.928401] BTRFS: selftest: Running bitmap only tests
  2679. [ 1.928417] BTRFS: selftest: Running bitmap and extent tests
  2680. [ 1.928436] BTRFS: selftest: Running space stealing from bitmap to extent
  2681. [ 1.929326] BTRFS: selftest: Free space cache tests finished
  2682. [ 1.929330] BTRFS: selftest: Running extent buffer operation tests
  2683. [ 1.929330] BTRFS: selftest: Running btrfs_split_item tests
  2684. [ 1.929366] BTRFS: selftest: Running find delalloc tests
  2685. [ 1.944371] mmc0: MAN_BKOPS_EN bit is not set
  2686. [ 1.948419] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  2687. [ 1.959035] dwmmc_rockchip ff520000.dwmmc: Successfully tuned phase to 230
  2688. [ 1.959194] mmc0: new HS200 MMC card at address 0001
  2689. [ 1.959695] mmcblk0: mmc0:0001 NCard 14.5 GiB
  2690. [ 1.959885] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
  2691. [ 1.960087] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
  2692. [ 1.960258] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
  2693. [ 1.965215] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  2694. [ 2.157946] BTRFS: selftest: Running btrfs_get_extent tests
  2695. [ 2.158130] BTRFS: selftest: Running hole first btrfs_get_extent test
  2696. [ 2.158160] BTRFS: selftest: Running outstanding_extents tests
  2697. [ 2.158214] BTRFS: selftest: Running qgroup tests
  2698. [ 2.158216] BTRFS: selftest: Qgroup basic add
  2699. [ 2.158279] BTRFS: selftest: Qgroup multiple refs test
  2700. [ 2.428694] vendor storage:20160801 ret = 0
  2701. [ 2.482551] rk-vcodec ff360000.rkvdec: parent devfreq retry
  2702. [ 2.486834] rockchip-dmc dmc: current ATF version 0x101!
  2703. [ 2.490432] rockchip-dmc dmc: read tf version 0x101!
  2704. [ 2.495200] rockchip-dmc dmc: ddr_leakage=7
  2705. [ 2.498609] rockchip-dmc dmc: ddr_leakage-volt-sel=0
  2706. [ 2.502514] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  2707. [ 2.507789] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
  2708. [ 2.533374] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
  2709. [ 2.537569] asoc-simple-card sound: snd-soc-dummy-dai <-> ff010000.i2s mapping ok
  2710. [ 2.542984] asoc-simple-card spdif-sound: dit-hifi <-> ff030000.spdif mapping ok
  2711. [ 2.547569] rk-vcodec ff360000.rkvdec: parent devfreq is ok
  2712. [ 2.551488] rk-vcodec ff360000.rkvdec: rkvdec_leakage=7
  2713. [ 2.555006] rk-vcodec ff360000.rkvdec: rkvdec_leakage-volt-sel=0
  2714. [ 2.558916] rk-vcodec ff360000.rkvdec: probe device
  2715. [ 2.562350] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc0f5445810
  2716. [ 2.566189] rk-vcodec ff360000.rkvdec: allocator is drm
  2717. [ 2.569673] rk-vcodec ff360000.rkvdec: checking hw id 3410
  2718. [ 2.573696] rk-vcodec ff360000.rkvdec: init success
  2719. [ 2.579141] rk808-rtc rk808-rtc: setting system clock to 2016-01-21 08:50:13 UTC (1453366213)
  2720. [ 2.582960] of_cfs_init
  2721. [ 2.586184] of_cfs_init: OK
  2722. [ 2.600237] vcc_sd: disabling
  2723. [ 2.603608] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 415; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-ccfa68a3', rk_ko_ver is '5', built at '20:22:46', on 'Mar 4 2018'.
  2724. [ 2.612008] mali-utgard ff300000.gpu: mali_platform_device->num_resources = 9
  2725. [ 2.616001] mali-utgard ff300000.gpu: resource[0].start = 0x0x00000000ff300000
  2726. [ 2.620030] mali-utgard ff300000.gpu: resource[1].start = 0x0x00000000ff300000
  2727. [ 2.624020] mali-utgard ff300000.gpu: resource[2].start = 0x0x0000000000000011
  2728. [ 2.627956] mali-utgard ff300000.gpu: resource[3].start = 0x0x0000000000000012
  2729. [ 2.631845] mali-utgard ff300000.gpu: resource[4].start = 0x0x0000000000000013
  2730. [ 2.635706] mali-utgard ff300000.gpu: resource[5].start = 0x0x0000000000000014
  2731. [ 2.639542] mali-utgard ff300000.gpu: resource[6].start = 0x0x0000000000000015
  2732. [ 2.643321] mali-utgard ff300000.gpu: resource[7].start = 0x0x0000000000000016
  2733. [ 2.646983] mali-utgard ff300000.gpu: resource[8].start = 0x0x0000000000000017
  2734. [ 2.650512] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 617; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  2735. [ 2.658060] mali-utgard ff300000.gpu: gpu_leakage=7
  2736. [ 2.661557] mali-utgard ff300000.gpu: gpu_leakage-volt-sel=0
  2737. [ 2.667050] Mali: Mali device driver loaded
  2738. [ 2.671810] ALSA device list:
  2739. [ 2.675158] #0: HDMI
  2740. [ 2.678342] #1: I2S
  2741. [ 2.681474] #2: SPDIF
  2742. [ 2.685192] Freeing unused kernel memory: 1216K
  2743. Loading, please wait...
  2744. starting version 238
  2745. [ 2.765005] devfreq ff300000.gpu: Couldn't update frequency transition information.
  2746. Begin: Loading essential drivers ... done.
  2747. Begin: Running /scripts/init-premount ... done.
  2748. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  2749. Begin: Running /scripts/local-premount ... done.
  2750. Warning: fsck not present, so skipping root file system
  2751. [ 3.228982] EXT4-fs (mmcblk0p7): mounted filesystem with writeback data mode. Opts: (null)
  2752. done.
  2753. Begin: Running /scripts/local-bottom ... done.
  2754. Begin: Running /scripts/init-bottom ... done.
  2755. [ 3.517518] systemd[1]: System time before build time, advancing clock.
  2756. [ 3.554189] systemd[1]: Failed to insert module 'autofs4': No such file or directory
  2757. [ 3.584325] ip_tables: (C) 2000-2006 Netfilter Core Team
  2758. [ 3.599560] cgroup: cgroup2: unknown option "nsdelegate"
  2759. [ 3.623826] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  2760. [ 3.641847] systemd[1]: Detected architecture arm64.
  2761.  
  2762. Welcome to Debian GNU/Linux buster/sid!
  2763.  
  2764. [ 3.657287] systemd[1]: Set hostname to <node02>.
  2765. [ 3.807178] systemd-gpt-auto-generator[264]: Failed to dissect: Input/output error
  2766. [ 3.813373] systemd[259]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
  2767. [ 3.837100] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  2768. [ 3.846289] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  2769. [ 3.992935] systemd[1]: Configuration file /lib/systemd/system/kubelet.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  2770. [ 4.013164] systemd[1]: Configuration file /etc/systemd/system/kubelet.service.d/10-kubeadm.conf is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  2771. [ 4.030700] systemd[1]: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf:11: Unknown lvalue 'cgroup-driver' in section 'Service'
  2772. [ 4.047123] systemd[1]: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf:12: Unknown lvalue 'cgroup-driver' in section 'Service'
  2773. [ 4.093105] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2774. [ 4.100773] systemd[1]: Reached target Remote File Systems.
  2775. [ OK ] Reached target Remote File Systems.
  2776. [ 4.108555] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2777. [ 4.115427] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  2778. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  2779. [ 4.122034] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2780. [ 4.129071] systemd[1]: Listening on udev Kernel Socket.
  2781. [ OK ] Listening on udev Kernel Socket.
  2782. [ 4.135566] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2783. [ 4.142414] systemd[1]: Listening on Journal Socket (/dev/log).
  2784. [ OK ] Listening on Journal Socket (/dev/log).
  2785. [ 4.148747] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2786. [ 4.155843] systemd[1]: Listening on Syslog Socket.
  2787. [ OK ] Listening on Syslog Socket.
  2788. [ 4.162297] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2789. [ 4.169521] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  2790. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  2791. [ 4.176456] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2792. [ 4.184009] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  2793. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  2794. [ 4.191181] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2795. [ 4.198492] systemd[1]: Reached target Paths.
  2796. [ OK ] Reached target Paths.
  2797. [ 4.205142] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2798. [ 4.212429] systemd[1]: Reached target Local Encrypted Volumes.
  2799. [ OK ] Reached target Local Encrypted Volumes.
  2800. [ 4.219414] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  2801. [ 4.226961] systemd[1]: Reached target System Time Synchronized.
  2802. [ OK ] Reached target System Time Synchronized.
  2803. [ 4.234478] systemd[1]: Listening on udev Control Socket.
  2804. [ OK ] Listening on udev Control Socket.
  2805. [ 4.243243] systemd[1]: Created slice User and Session Slice.
  2806. [ OK ] Created slice User and Session Slice.
  2807. [ 4.250600] systemd[1]: Reached target Slices.
  2808. [ OK ] Reached target Slices.
  2809. [ 4.258362] systemd[1]: Listening on Journal Socket.
  2810. [ OK ] Listening on Journal Socket.
  2811. [ 4.270015] systemd[1]: Starting Nameserver information manager...
  2812. Starting Nameserver information manager...
  2813. [ 4.281522] systemd[1]: Mounting POSIX Message Queue File System...
  2814. Mounting POSIX Message Queue File System...
  2815. [ 4.294761] systemd[1]: Starting Load Kernel Modules...
  2816. Starting Load Kernel Modules...
  2817. [ 4.306271] systemd[1]: Mounting Huge Pages File System...
  2818. Mounting Huge Pages File System...
  2819. [ 4.317278] systemd[1]: Mounting Kernel Debug File System...
  2820. Mounting Kernel Debug File System...
  2821. [ 4.324440] systemd[1]: Reached target Swap.
  2822. [ OK ] Reached target Swap.
  2823. [ 4.335141] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  2824. Starting Create list of required stvice nodes for the current kernel.
  2825. [ 4.459592] systemd[1]: Started Remount Root and Kernel File Systems.
  2826. [ OK ] Started Remount Root and Kernel File Systems.
  2827. [ 4.468583] systemd[1]: Started Restore / save the current clock.
  2828. [ OK ] Started Restore / save the current clock.
  2829. [ 4.479578] systemd[1]: Started Nameserver information manager.
  2830. [ OK ] Started Nameserver information manager.
  2831. [ 4.493140] systemd[1]: Starting Load/Save Random Seed...
  2832. Starting Load/Save Random Seed...
  2833. [ 4.505740] systemd[1]: Starting Create Static Device Nodes in /dev...
  2834. Starting Create Static Device Nodes in /dev...
  2835. [ 4.516706] systemd[1]: Mounting Kernel Configuration File System...
  2836. Mounting Kernel Configuration File System...
  2837. [ 4.527347] systemd[1]: Starting Apply Kernel Variables...
  2838. Starting Apply Kernel Variables...
  2839. [ 4.538112] systemd[1]: Mounting FUSE Control File System...
  2840. Mounting FUSE Control File System...
  2841. [ 4.549241] systemd[1]: Started Load/Save Random Seed.
  2842. [ OK ] Started Load/Save Random Seed.
  2843. [ 4.557282] systemd[1]: Mounted Kernel Configuration File System.
  2844. [ OK ] Mounted Kernel Configuration File System.
  2845. [ 4.562844] systemd[1]: Mounted FUSE Control File System.
  2846. [ OK ] Mounted FUSE Control File System.
  2847. [ 4.575476] systemd[1]: Started Apply Kernel Variables.
  2848. [ OK ] Started Apply Kernel Variables.
  2849. [ 4.601545] systemd[1]: Started Create Static Device Nodes in /dev.
  2850. [ OK ] Started Create Static Device Nodes in /dev.
  2851. [ 4.607158] systemd[1]: Reached target Local File Systems (Pre).
  2852. [ OK ] Reached target Local File Systems (Pre).
  2853. [ 4.617105] systemd[1]: Starting udev Kernel Device Manager...
  2854. Starting udev Kernel Device Manager...
  2855. [ 4.690314] systemd[1]: Started udev Kernel Device Manager.
  2856. [ OK ] Started udev Kernel Device Manager.
  2857. [ 4.695635] systemd[1]: Started Journal Service.
  2858. [ OK ] Started Journal Service.
  2859. Starting Flush Journal to Persistent Storage...
  2860. [ OK ] Started udev Coldplug all Devices.
  2861. [ 4.742082] systemd-journald[283]: Received request to flush runtime journal from PID 1
  2862. [ OK ] Started Flush Journal to Persistent Storage.
  2863. [ OK ] Found device /dev/ttyFIQ0.
  2864. [ OK ] Reached target Sound Card.
  2865. [ OK ] Found device /dev/disk/by-label/boot.
  2866. Mounting /boot/efi...
  2867. [ 5.104231] FAT-fs (mmcblk0p6): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  2868. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  2869. [ OK ] Mounted /boot/efi.
  2870. [ OK ] Reached target Local File Systems.
  2871. Starting Create Volatile Files and Directories...
  2872. Starting ebtables ruleset management...
  2873. [ OK ] Found device /sys/subsystem/net/devices/eth0.
  2874. [ OK ] Started Create Volatile Files and Directories.
  2875. Starting Update UTMP about System Boot/Shutdown...
  2876. [ OK ] Started Update UTMP about System Boot/Shutdown.
  2877. [ OK ] Started ebtables ruleset management.
  2878. [ OK ] Reached target Network (Pre).
  2879. Starting Raise network interfaces...
  2880. [ OK ] Started ifup for eth0.
  2881. [ OK ] Reached target System Initialization.
  2882. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  2883. [ OK ] Started Daily apt download activities.
  2884. [ OK ] Listening on D-Bus System Message Bus Socket.
  2885. [ OK ] Started Daily apt upgrade and clean activities.
  2886. Starting Docker Socket for the API.
  2887. [ OK ] Started Daily Cleanup of Temporary Directories.
  2888. [ OK ] Reached target Timers.
  2889. [ OK ] Listening on Docker Socket for the API.
  2890. [ OK ] Reached target Sockets.
  2891. [ OK ] Reached target Basic System.
  2892. Starting System Logging Service...
  2893. Starting Login Service...
  2894. Starting LSB: IPv4 DHCP client with IPv4LL support...
  2895. [ OK ] Started D-Bus System Message Bus.
  2896. Starting Avahi mDNS/DNS-SD Stack...
  2897. Starting WPA supplicant...
  2898. Starting Resets System Activity Data Collector...
  2899. Starting Save/Restore Sound Card State...
  2900. Starting IPv6 Recursive DNS Server discovery Daemon...
  2901. Starting Generate SSH keys if not there...
  2902. [ OK ] Started kubelet: The Kubernetes Node Agent.
  2903. [ OK ] Started Regular background program processing daemon.
  2904. Starting Rock 64 First boot...
  2905. [ OK ] Started Resets System Activity Data Collector.
  2906. [ OK ] Started Save/Restore Sound Card State.
  2907. [ OK ] Started Login Service.
  2908. [ OK ] Started System Logging Service.
  2909. [ OK ] Started Generate SSH keys if not there.
  2910. [ OK ] Started Rock 64 First boot.
  2911. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  2912. [ OK ] Started WPA supplicant.
  2913. [ OK ] Started IPv6 Recursive DNS Server discovery Daemon.
  2914. [ OK ] Started Raise network interfaces.
  2915. [ OK ] Reached target Network.
  2916. Starting OpenBSD Secure Shell server...
  2917. Starting Permit User Sessions...
  2918. [ OK ] Reached target Network is Online.
  2919. Starting Docker Application Container Engine...
  2920. Starting Network Time Service...
  2921. [ OK ] Started Permit User Sessions.
  2922. [ OK ] Started Getty on tty1.
  2923. [ OK ] Started Serial Getty on ttyFIQ0.
  2924. [ OK ] Reached target Login Prompts.
  2925. [ OK ] Started Network Time Service.
  2926. [ OK ] Started OpenBSD Secure Shell server.
  2927. [ 6.038569] random: nonblocking pool is initialized
  2928. [ OK ] Started Kubernetes systemd probe.
  2929. [ 7.460255] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  2930. [ 7.626259] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  2931. [ 7.868148] ctnetlink v0.93: registering with nfnetlink.
  2932. [ 7.916193] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
  2933. [ 8.531626] device veth9bd4415 entered promiscuous mode
  2934. [ 8.537249] IPv6: ADDRCONF(NETDEV_UP): veth9bd4415: link is not ready
  2935. [ 8.541577] docker0: port 1(veth9bd4415) entered forwarding state
  2936. [ 8.545954] docker0: port 1(veth9bd4415) entered forwarding state
  2937. [ 8.550520] docker0: port 1(veth9bd4415) entered disabled state
  2938. [ 8.566264] IPv6: ADDRCONF(NETDEV_CHANGE): veth9bd4415: link becomes ready
  2939. [ 8.570736] docker0: port 1(veth9bd4415) entered forwarding state
  2940. [ 8.575100] docker0: port 1(veth9bd4415) entered forwarding state
  2941. [ 8.579584] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
  2942. Stopping Network Time Service...
  2943. [ OK ] Stopped Network Time Service.
  2944. Starting Network Time Service...
  2945. [ OK ] Started Network Time Service.
  2946. [ 8.952571] rk_gmac-dwmac ff550000.ethernet eth1: Link is Up - 100Mbps/Half - flow control off
  2947. [ 9.383709] docker0: port 1(veth9bd4415) entered disabled state
  2948. [ 9.388585] eth0: renamed from vethb33c321
  2949. [ 9.401856] docker0: port 1(veth9bd4415) entered forwarding state
  2950. [ 9.406194] docker0: port 1(veth9bd4415) entered forwarding state
  2951. [ 10.707601] tty_port_close_start: tty->count = 1 port count = 2.
  2952. [ 10.734083] docker0: port 1(veth9bd4415) entered disabled state
  2953. [ 10.734547] vethb33c321: renamed from eth0
  2954. [ 10.811635] docker0: port 1(veth9bd4415) entered forwarding state
  2955. [ 10.812369] docker0: port 1(veth9bd4415) entered forwarding state
  2956. [ 11.148866] docker0: port 1(veth9bd4415) entered disabled state
  2957. [ 11.161215] device veth9bd4415 left promiscuous mode
  2958. [ 11.161777] docker0: port 1(veth9bd4415) entered disabled state
  2959. [ 11.427168] device veth1826bc3 entered promiscuous mode
  2960. [ 11.428771] IPv6: ADDRCONF(NETDEV_UP): veth1826bc3: link is not ready
  2961. [ 11.429548] docker0: port 1(veth1826bc3) entered forwarding state
  2962. [ 11.430335] docker0: port 1(veth1826bc3) entered forwarding state
  2963. [ 11.473854] IPv6: ADDRCONF(NETDEV_CHANGE): veth1826bc3: link becomes ready
  2964.  
  2965. Debian GNU/Linux buster/sid node02 ttyFIQ0
  2966.  
  2967. node02 login: [ 12.156831] docker0: port 1(veth1826bc3) entered disabled state
  2968. [ 12.159265] eth0: renamed from vethed78f68
  2969. [ 12.167803] docker0: port 1(veth1826bc3) entered forwarding state
  2970. [ 12.168625] docker0: port 1(veth1826bc3) entered forwarding state
  2971. [ 12.746264] docker0: port 1(veth1826bc3) entered disabled state
  2972. [ 12.748506] vethed78f68: renamed from eth0
  2973. [ 12.781242] docker0: port 1(veth1826bc3) entered disabled state
  2974. [ 12.786611] device veth1826bc3 left promiscuous mode
  2975. [ 12.787265] docker0: port 1(veth1826bc3) entered disabled state
  2976. [ 12.907277] device vethcaa001d entered promiscuous mode
  2977. [ 12.909348] IPv6: ADDRCONF(NETDEV_UP): vethcaa001d: link is not ready
  2978. [ 12.910154] docker0: port 1(vethcaa001d) entered forwarding state
  2979. [ 12.910911] docker0: port 1(vethcaa001d) entered forwarding state
  2980. [ 12.915671] docker0: port 1(vethcaa001d) entered disabled state
  2981. [ 13.053817] IPv6: ADDRCONF(NETDEV_CHANGE): vethcaa001d: link becomes ready
  2982. [ 13.054811] docker0: port 1(vethcaa001d) entered forwarding state
  2983. [ 13.055616] docker0: port 1(vethcaa001d) entered forwarding state
  2984. [ 13.444276] docker0: port 1(vethcaa001d) entered disabled state
  2985. [ 13.445720] eth0: renamed from veth6dbfae1
  2986. [ 13.454589] docker0: port 1(vethcaa001d) entered forwarding state
  2987. [ 13.455341] docker0: port 1(vethcaa001d) entered forwarding state
  2988. [ 13.956528] docker0: port 1(vethcaa001d) entered disabled state
  2989. [ 13.958630] veth6dbfae1: renamed from eth0
  2990. [ 13.989771] docker0: port 1(vethcaa001d) entered disabled state
  2991. [ 13.994995] device vethcaa001d left promiscuous mode
  2992. [ 13.995667] docker0: port 1(vethcaa001d) entered disabled state
  2993. [ 14.331440] device vethc7426f0 entered promiscuous mode
  2994. [ 14.335042] IPv6: ADDRCONF(NETDEV_UP): vethc7426f0: link is not ready
  2995. [ 14.335844] docker0: port 1(vethc7426f0) entered forwarding state
  2996. [ 14.336664] docker0: port 1(vethc7426f0) entered forwarding state
  2997. [ 14.383352] IPv6: ADDRCONF(NETDEV_CHANGE): vethc7426f0: link becomes ready
  2998. [ 14.881858] docker0: port 1(vethc7426f0) entered disabled state
  2999. [ 14.886040] eth0: renamed from vethdb8bbc3
  3000. [ 14.896307] docker0: port 1(vethc7426f0) entered forwarding state
  3001. [ 14.900427] docker0: port 1(vethc7426f0) entered forwarding state
  3002. [ 15.403487] docker0: port 1(vethc7426f0) entered disabled state
  3003. [ 15.408079] vethdb8bbc3: renamed from eth0
  3004. [ 15.444297] docker0: port 1(vethc7426f0) entered disabled state
  3005. [ 15.452501] device vethc7426f0 left promiscuous mode
  3006. [ 15.456468] docker0: port 1(vethc7426f0) entered disabled state
  3007. [ 16.132669] device veth7742f52 entered promiscuous mode
  3008. [ 16.140243] IPv6: ADDRCONF(NETDEV_UP): veth7742f52: link is not ready
  3009. [ 16.144335] docker0: port 1(veth7742f52) entered forwarding state
  3010. [ 16.148441] docker0: port 1(veth7742f52) entered forwarding state
  3011. [ 16.157519] docker0: port 1(veth7742f52) entered disabled state
  3012. [ 16.185938] IPv6: ADDRCONF(NETDEV_CHANGE): veth7742f52: link becomes ready
  3013. [ 16.190290] docker0: port 1(veth7742f52) entered forwarding state
  3014. [ 16.194365] docker0: port 1(veth7742f52) entered forwarding state
  3015. [ 16.677899] docker0: port 1(veth7742f52) entered disabled state
  3016. [ 16.683324] eth0: renamed from vethf505246
  3017. [ 16.699356] docker0: port 1(veth7742f52) entered forwarding state
  3018. [ 16.703327] docker0: port 1(veth7742f52) entered forwarding state
  3019. [ 17.176118] docker0: port 1(veth7742f52) entered disabled state
  3020. [ 17.180625] vethf505246: renamed from eth0
  3021. [ 17.216385] docker0: port 1(veth7742f52) entered disabled state
  3022. [ 17.223945] device veth7742f52 left promiscuous mode
  3023. [ 17.227687] docker0: port 1(veth7742f52) entered disabled state
  3024. [ OK ] Stopped target Timers.
  3025. [ OK ] Stopped Daily Cleanup of Temporary Directories.
  3026. Stopping Session 3 of user rock64.
  3027. [ OK ] Stopped target Graphical Interface.
  3028. [ OK ] Stopped target Multi-User System.
  3029. [ OK ] Stopped Resets System Activity Data Collector.
  3030. Stopping kubelet: The Kubernetes Node Agent...
  3031. Stopping Network Time Service...
  3032. Stopping OpenBSD Secure Shell server...
  3033. [ OK ] Stopped target Login Prompts.
  3034. Stopping Serial Getty on ttyFIQ0...
  3035. Stopping Getty on tty1...
  3036. Stopping Avahi mDNS/DNS-SD Stack...
  3037. [ OK ] Stopped Daily apt upgrade and clean activities.
  3038. [ OK ] Stopped Daily apt download activities.
  3039. [ OK ] Stopped target System Time Synchronized.
  3040. Stopping User Manager for UID 1000...
  3041. [ OK ] Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
  3042. Stopping Docker Application Container Engine...
  3043. Stopping Regular background program processing daemon...
  3044. Stopping Save/Restore Sound Card State...
  3045. [ 17.757522] tty_port_close_start: tty->count = 1 port count = 2.
  3046. Stopping System Logging Service...
  3047. [ OK ] Stopped target Sound Card.
  3048. Stopping LSB: IPv4 DHCP client with IPv4LL support...
  3049. [ OK ] Unmounted /var/lib/docker/plugins.
  3050. [ OK ] Stopped Avahi mDNS/DNS-SD Stack.
  3051. [ OK ] Stopped kubelet: The Kubernetes Node Agent.
  3052. [ OK ] Stopped Regular background program processing daemon.
  3053. [ OK ] Stopped Getty on tty1.
  3054. [ 17.820974] tty_port_close_start: tty->count = 1 port count = 2.
  3055. [ OK ] Stopped Serial Getty on ttyFIQ0.
  3056. [ OK ] Stopped OpenBSD Secure Shell server.
  3057. [ OK ] Stopped Network Time Service.
  3058. [ OK ] Stopped User Manager for UID 1000.
  3059. [ OK ] Stopped System Logging Service.
  3060. [ OK ] Stopped Save/Restore Sound Card State.
  3061. [ OK ] Stopped Session 3 of user rock64.
  3062. [ OK ] Removed slice User Slice of rock64.
  3063. Stopping Login Service...
  3064. [ OK ] Stopped Generate SSH keys if not there.
  3065. [ OK ] Removed slice system-serial\x2dgetty.slice.
  3066. [ OK ] Removed slice system-getty.slice.
  3067. Stopping Permit User Sessions...
  3068. [ OK ] Stopped Login Service.
  3069. [ OK ] Stopped Permit User Sessions.
  3070. [ OK ] Stopped LSB: IPv4 DHCP client with IPv4LL support.
  3071. [ OK ] Stopped target Remote File Systems.
  3072. [ OK ] Stopped Docker Application Container Engine.
  3073. [ OK ] Stopped target Network is Online.
  3074. [ OK ] Stopped target Network.
  3075. Stopping WPA supplicant...
  3076. Stopping Raise network interfaces...
  3077. Stopping IPv6 Recursive DNS Server discovery Daemon...
  3078. Stopping ifup for eth0...
  3079. [ OK ] Stopped WPA supplicant.
  3080. [ OK ] Stopped IPv6 Recursive DNS Server discovery Daemon.
  3081. Stopping D-Bus System Message Bus...
  3082. [ OK ] Stopped D-Bus System Message Bus.
  3083. [ OK ] Stopped target Basic System.
  3084. [ OK ] Stopped target Slices.
  3085. [ OK ] Removed slice User and Session Slice.
  3086. [ OK ] Stopped target Paths.
  3087. [ OK ] Stopped target Sockets.
  3088. [ OK ] Closed Syslog Socket.
  3089. [ OK ] Closed Avahi mDNS/DNS-SD Stack Activation Socket.
  3090. [ OK ] Closed Docker Socket for the API.
  3091. [ OK ] Closed D-Bus System Message Bus Socket.
  3092. [ OK ] Stopped target System Initialization.
  3093. [ OK ] Stopped target Local Encrypted Volumes.
  3094. [ OK ] Stopped Forward Password Requests to Wall Directory Watch.
  3095. [ OK ] Stopped Dispatch Password Requests to Console Directory Watch.
  3096. Stopping Restore / save the current clock...
  3097. Stopping Update UTMP about System Boot/Shutdown...
  3098. Stopping Load/Save Random Seed...
  3099. [ OK ] Stopped Restore / save the current clock.
  3100. [ OK ] Stopped Load/Save Random Seed.
  3101. [ OK ] Stopped Update UTMP about System Boot/Shutdown.
  3102. [ OK ] Stopped Create Volatile Files and Directories.
  3103. [ OK ] Stopped ifup for eth0.
  3104. [ OK ] Stopped Raise network interfaces.
  3105. [ OK ] Stopped target Network (Pre).
  3106. [ OK ] Stopped target Local File Systems.
  3107. Unmounting /boot/efi...
  3108. Unmounting /run/user/1000...
  3109. [ OK ] Stopped Apply Kernel Variables.
  3110. [ OK ] Stopped Load Kernel Modules.
  3111. [ OK ] Unmounted /boot/efi.
  3112. [ OK ] Unmounted /run/user/1000.
  3113. [ OK ] Stopped target Swap.
  3114. [ OK ] Reached target Unmount All Filesystems.
  3115. [ OK ] Stopped target Local File Systems (Pre).
  3116. [ OK ] Stopped Remount Root and Kernel File Systems.
  3117. [ OK ] Stopped Create Static Device Nodes in /dev.
  3118. [ OK ] Reached target Shutdown.
  3119. [ OK ] Reached target Final Step.
  3120. Starting Reboot...
  3121. [ 20.341407] systemd-shutdown[1]: Syncing filesystems and block devices.
  3122. [ 20.353992] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
  3123. [ 20.367764] systemd-journald[283]: Received SIGTERM from PID 1 (systemd-shutdow).
  3124. [ 20.378122] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
  3125. [ 20.391868] systemd-shutdown[1]: Unmounting file systems.
  3126. [ 20.394439] [2477]: Remounting '/' read-only in with options ''.
  3127. [ 20.416842] EXT4-fs (mmcblk0p7): re-mounted. Opts:
  3128. [ 20.426814] systemd-shutdown[1]: All filesystems unmounted.
  3129. [ 20.427468] systemd-shutdown[1]: Deactivating swaps.
  3130. [ 20.428118] systemd-shutdown[1]: All swaps deactivated.
  3131. [ 20.428696] systemd-shutdown[1]: Detaching loop devices.
  3132. [ 20.432270] systemd-shutdown[1]: All loop devices detached.
  3133. [ 20.432896] systemd-shutdown[1]: Detaching DM devices.
  3134. [ 20.433707] systemd-shutdown[1]: All DM devices detached.
  3135. [ 20.440725] systemd-shutdown[1]: Syncing filesystems and block devices.
  3136. [ 20.443036] systemd-shutdown[1]: Rebooting.
  3137. [ 20.443556] kvm: exiting hardware virtualization
  3138. [ 20.444080] cpu0 limit freq=816000 min=816000 max=816000
  3139. [ 20.445318] rk-vcodec ff360000.rkvdec: vcodec shutdown
  3140. [ 20.447888] rk-vcodec vpu_combo: vcodec shutdown
  3141. [ 20.448707] reboot: Restarting system
  3142. DDR version 1.06 20170424
  3143. In
  3144. SRX
  3145. LPDDR3
  3146. 786MHz
  3147. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  3148. ddrconfig:7
  3149. OUT
  3150.  
  3151. U-Boot SPL 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:22)
  3152. setup_ddr_param 1
  3153. booted from eMMC
  3154. Trying to boot from MMC1
  3155. NOTICE: BL31: v1.3(release):f947c7e
  3156. NOTICE: BL31: Built : 20:21:21, Mar 4 2018
  3157. NOTICE: BL31:Rockchip release version: v1.3
  3158.  
  3159.  
  3160. U-Boot 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:36 +0000), Build: jenkins-linux-build-rock-64-193
  3161.  
  3162. Model: Pine64 Rock64
  3163. DRAM: 4 GiB
  3164. MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
  3165. Card did not respond to voltage select!
  3166. mmc_init: -95, time 9
  3167. *** Warning - No block device, using default environment
  3168.  
  3169. In: serial@ff130000
  3170. Out: serial@ff130000
  3171. Err: serial@ff130000
  3172. Model: Pine64 Rock64
  3173. misc_init_r
  3174. cpuid=55524b50303930313400000000091507
  3175. serial=6a7e287fc444f4b
  3176. normal boot
  3177. Net: eth0: ethernet@ff540000
  3178. Hit any key to stop autoboot: 2 1 0
  3179. switch to partitions #0, OK
  3180. mmc0(part 0) is current device
  3181. Scanning mmc 0:6...
  3182. Found /extlinux/extlinux.conf
  3183. Retrieving file: /extlinux/extlinux.conf
  3184. reading /extlinux/extlinux.conf
  3185. 688 bytes read in 4 ms (168 KiB/s)
  3186. select kernel
  3187. 1: kernel-latest
  3188. 2: kernel-previous
  3189. Enter choice: 1: kernel-latest
  3190. Retrieving file: /initrd.img
  3191. reading /initrd.img
  3192. 2924191 bytes read in 410 ms (6.8 MiB/s)
  3193. Retrieving file: /Image
  3194. reading /Image
  3195. 19359752 bytes read in 2697 ms (6.8 MiB/s)
  3196. append: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  3197. Retrieving file: /dtb
  3198. reading /dtb
  3199. 58088 bytes read in 26 ms (2.1 MiB/s)
  3200. ## Flattened Device Tree blob at 01f00000
  3201. Booting using the fdt blob at 0x1f00000
  3202. Loading Ramdisk to fcc37000, end fcf00e9f ... OK
  3203. Loading Device Tree to 00000000fcc25000, end 00000000fcc362e7 ... OK
  3204.  
  3205. Starting kernel ...
  3206.  
  3207. [ 0.000000] Booting Linux on physical CPU 0x0
  3208. [ 0.000000] Initializing cgroup subsys cpuset
  3209. [ 0.000000] Initializing cgroup subsys cpu
  3210. [ 0.000000] Initializing cgroup subsys cpuacct
  3211. [ 0.000000] Linux version 4.4.114-rockchip-ayufan-193 (root@299c3fc1b858) (gcc version 7.2.0 (Ubuntu/Linaro 7.2.0-6ubuntu1) ) #1 SMP Sun Mar 4 20:24:21 UTC 2018
  3212. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  3213. [ 0.000000] psci: probing for conduit method from DT.
  3214. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  3215. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  3216. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  3217. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef2b000 s46248 r8192 d31576 u86016
  3218. [ 0.000000] Detected VIPT I-cache on CPU0
  3219. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  3220. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027656
  3221. [ 0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  3222. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  3223. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  3224. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  3225. [ 0.000000] software IO TLB [mem 0xf6200000-0xfa200000] (64MB) mapped at [ffffffc0f6200000-ffffffc0fa1fffff]
  3226. [ 0.000000] Memory: 4014748K/4175872K available (11774K kernel code, 1562K rwdata, 4292K rodata, 1216K init, 750K bss, 161124K reserved, 0K cma-reserved)
  3227. [ 0.000000] Virtual kernel memory layout:
  3228. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  3229. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  3230. [ 0.000000] .init : 0xffffff8009040000 - 0xffffff8009170000 ( 1216 KB)
  3231. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008c00000 ( 11776 KB)
  3232. [ 0.000000] .rodata : 0xffffff8008c00000 - 0xffffff8009040000 ( 4352 KB)
  3233. [ 0.000000] .data : 0xffffff8009170000 - 0xffffff80092f6808 ( 1563 KB)
  3234. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  3235. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc3fc0000 ( 63 MB actual)
  3236. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  3237. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  3238. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc0ff000000 ( 4078 MB)
  3239. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  3240. [ 0.000000] Hierarchical RCU implementation.
  3241. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  3242. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  3243. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  3244. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  3245. [ 0.000000] GIC: Using split EOI/Deactivate mode
  3246. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  3247. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  3248. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  3249. [ 0.001026] Console: colour dummy device 80x25
  3250. [ 0.002792] console [tty0] enabled
  3251. [ 0.002845] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  3252. [ 0.002929] pid_max: default: 32768 minimum: 301
  3253. [ 0.003088] Security Framework initialized
  3254. [ 0.003133] Yama: becoming mindful.
  3255. [ 0.003194] AppArmor: AppArmor disabled by boot time parameter
  3256. [ 0.003299] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  3257. [ 0.003370] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  3258. [ 0.004314] Initializing cgroup subsys io
  3259. [ 0.004392] Initializing cgroup subsys memory
  3260. [ 0.004463] Initializing cgroup subsys devices
  3261. [ 0.004513] Initializing cgroup subsys freezer
  3262. [ 0.004563] Initializing cgroup subsys net_cls
  3263. [ 0.004612] Initializing cgroup subsys perf_event
  3264. [ 0.004662] Initializing cgroup subsys net_prio
  3265. [ 0.004718] Initializing cgroup subsys hugetlb
  3266. [ 0.004765] Initializing cgroup subsys pids
  3267. [ 0.004852] ftrace: allocating 44276 entries in 173 pages
  3268. [ 0.125835] sched-energy: CPU device node has no sched-energy-costs
  3269. [ 0.125894] Invalid sched_group_energy for CPU0
  3270. [ 0.125935] CPU0: update cpu_capacity 1024
  3271. [ 0.126032] ASID allocator initialised with 32768 entries
  3272. [ 0.131431] Detected VIPT I-cache on CPU1
  3273. [ 0.131490] Invalid sched_group_energy for CPU1
  3274. [ 0.131495] CPU1: update cpu_capacity 1024
  3275. [ 0.131501] CPU1: Booted secondary processor [410fd034]
  3276. [ 0.132217] Detected VIPT I-cache on CPU2
  3277. [ 0.132263] Invalid sched_group_energy for CPU2
  3278. [ 0.132268] CPU2: update cpu_capacity 1024
  3279. [ 0.132273] CPU2: Booted secondary processor [410fd034]
  3280. [ 0.132967] Detected VIPT I-cache on CPU3
  3281. [ 0.133011] Invalid sched_group_energy for CPU3
  3282. [ 0.133016] CPU3: update cpu_capacity 1024
  3283. [ 0.133021] CPU3: Booted secondary processor [410fd034]
  3284. [ 0.133124] Brought up 4 CPUs
  3285. [ 0.133583] SMP: Total of 4 processors activated.
  3286. [ 0.133632] CPU: All CPU(s) started at EL2
  3287. [ 0.133725] alternatives: patching kernel code
  3288. [ 0.133989] Invalid sched_group_energy for CPU3
  3289. [ 0.134034] Invalid sched_group_energy for Cluster3
  3290. [ 0.134076] Invalid sched_group_energy for CPU2
  3291. [ 0.134117] Invalid sched_group_energy for Cluster2
  3292. [ 0.134157] Invalid sched_group_energy for CPU1
  3293. [ 0.134198] Invalid sched_group_energy for Cluster1
  3294. [ 0.134239] Invalid sched_group_energy for CPU0
  3295. [ 0.134280] Invalid sched_group_energy for Cluster0
  3296. [ 0.135096] devtmpfs: initialized
  3297. [ 0.155930] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  3298. [ 0.156053] futex hash table entries: 1024 (order: 4, 65536 bytes)
  3299. [ 0.156658] xor: measuring software checksum speed
  3300. [ 0.166132] 8regs : 1080.000 MB/sec
  3301. [ 0.176213] 8regs_prefetch: 968.000 MB/sec
  3302. [ 0.186295] 32regs : 1456.000 MB/sec
  3303. [ 0.196380] 32regs_prefetch: 1224.000 MB/sec
  3304. [ 0.196424] xor: using function: 32regs (1456.000 MB/sec)
  3305. [ 0.196489] pinctrl core: initialized pinctrl subsystem
  3306. [ 0.197858] NET: Registered protocol family 16
  3307. [ 0.202492] cpuidle: using governor ladder
  3308. [ 0.206517] cpuidle: using governor menu
  3309. [ 0.206578] Registered FIQ tty driver
  3310. [ 0.207370] vdso: 2 pages (1 code @ ffffff8008c06000, 1 data @ ffffff8009174000)
  3311. [ 0.207465] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  3312. [ 0.207981] DMA: preallocated 1024 KiB pool for atomic allocations
  3313. [ 0.237523] genirq: Setting trigger mode 8 for irq 179 failed (gic_set_type+0x0/0x64)
  3314. [ 0.295636] console [ttyFIQ0] enabled
  3315. [ 0.296331] Registered fiq debugger ttyFIQ0
  3316. [ 0.333323] raid6: int64x1 gen() 203 MB/s
  3317. [ 0.350467] raid6: int64x1 xor() 183 MB/s
  3318. [ 0.367675] raid6: int64x2 gen() 328 MB/s
  3319. [ 0.384791] raid6: int64x2 xor() 250 MB/s
  3320. [ 0.402030] raid6: int64x4 gen() 484 MB/s
  3321. [ 0.419117] raid6: int64x4 xor() 337 MB/s
  3322. [ 0.436271] raid6: int64x8 gen() 386 MB/s
  3323. [ 0.453452] raid6: int64x8 xor() 308 MB/s
  3324. [ 0.470614] raid6: neonx1 gen() 363 MB/s
  3325. [ 0.487843] raid6: neonx1 xor() 328 MB/s
  3326. [ 0.504996] raid6: neonx2 gen() 554 MB/s
  3327. [ 0.522201] raid6: neonx2 xor() 484 MB/s
  3328. [ 0.539331] raid6: neonx4 gen() 746 MB/s
  3329. [ 0.556492] raid6: neonx4 xor() 582 MB/s
  3330. [ 0.573706] raid6: neonx8 gen() 765 MB/s
  3331. [ 0.590857] raid6: neonx8 xor() 574 MB/s
  3332. [ 0.591272] raid6: using algorithm neonx8 gen() 765 MB/s
  3333. [ 0.591774] raid6: .... xor() 574 MB/s, rmw enabled
  3334. [ 0.592254] raid6: using intx1 recovery algorithm
  3335. [ 0.593170] mpp venc_srv: mpp_probe enter
  3336. [ 0.593617] mpp venc_srv: init success
  3337. [ 0.594283] rockchip-pm rockchip-suspend: not set sleep mode config
  3338. [ 0.594904] rockchip-pm rockchip-suspend: not set wakeup-config
  3339. [ 0.595470] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  3340. ERROR: rockchip_plat_sip_handler: unhandled SMC (0x82000003)
  3341. [ 0.598611] vcc_sd: regulator get failed, ret=-517
  3342. [ 0.599511] vcc_host_5v: supplied by vcc_sys
  3343. [ 0.600740] vcc_host1_5v: supplied by vcc_sys
  3344. [ 0.602407] iommu: Adding device ff350000.vpu_service to group 0
  3345. [ 0.603076] iommu: Adding device ff351000.avsd to group 1
  3346. [ 0.603699] iommu: Adding device ff360000.rkvdec to group 2
  3347. [ 0.604308] iommu: Adding device ff330000.h265e to group 3
  3348. [ 0.604932] iommu: Adding device ff340000.vepu to group 4
  3349. [ 0.605530] iommu: Adding device ff370000.vop to group 5
  3350. [ 0.606147] iommu: Adding device ff3a0000.iep to group 6
  3351. [ 0.607711] rk_iommu ff360480.iommu: can't get aclk
  3352. [ 0.608228] rk_iommu ff360480.iommu: can't get hclk
  3353. [ 0.608893] rk_iommu ff330200.iommu: can't get aclk
  3354. [ 0.609392] rk_iommu ff330200.iommu: can't get hclk
  3355. [ 0.610290] rk_iommu ff373f00.iommu: can't get aclk
  3356. [ 0.610791] rk_iommu ff373f00.iommu: can't get hclk
  3357. [ 0.612223] SCSI subsystem initialized
  3358. [ 0.612921] usbcore: registered new interface driver usbfs
  3359. [ 0.613521] usbcore: registered new interface driver hub
  3360. [ 0.614161] usbcore: registered new device driver usb
  3361. [ 0.614806] media: Linux media interface: v0.10
  3362. [ 0.615317] Linux video capture interface: v2.00
  3363. [ 0.615869] pps_core: LinuxPPS API ver. 1 registered
  3364. [ 0.616366] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  3365. [ 0.617266] PTP clock support registered
  3366. [ 0.619548] Advanced Linux Sound Architecture Driver Initialized.
  3367. [ 0.620989] Bluetooth: Core ver 2.21
  3368. [ 0.621418] NET: Registered protocol family 31
  3369. [ 0.621855] Bluetooth: HCI device and connection manager initialized
  3370. [ 0.622474] Bluetooth: HCI socket layer initialized
  3371. [ 0.622951] Bluetooth: L2CAP socket layer initialized
  3372. [ 0.623480] Bluetooth: SCO socket layer initialized
  3373. [ 0.624626] NetLabel: Initializing
  3374. [ 0.624976] NetLabel: domain hash size = 128
  3375. [ 0.625397] NetLabel: protocols = UNLABELED CIPSOv4
  3376. [ 0.625964] NetLabel: unlabeled traffic allowed by default
  3377. [ 0.626990] rockchip-cpuinfo cpuinfo: Serial : 6a7e287fc444f4b5
  3378. [ 0.628782] clocksource: Switched to clocksource arch_sys_counter
  3379. [ 0.729634] NET: Registered protocol family 2
  3380. [ 0.730889] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  3381. [ 0.732083] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  3382. [ 0.734159] TCP: Hash tables configured (established 32768 bind 32768)
  3383. [ 0.734923] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  3384. [ 0.735740] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  3385. [ 0.736954] NET: Registered protocol family 1
  3386. [ 0.737915] RPC: Registered named UNIX socket transport module.
  3387. [ 0.738484] RPC: Registered udp transport module.
  3388. [ 0.738964] RPC: Registered tcp transport module.
  3389. [ 0.739423] RPC: Registered tcp NFSv4.1 backchannel transport module.
  3390. [ 0.740332] Trying to unpack rootfs image as initramfs...
  3391. [ 0.977974] Freeing initrd memory: 2852K
  3392. [ 0.979508] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  3393. [ 0.981698] kvm [1]: 8-bit VMID
  3394. [ 0.982044] kvm [1]: Hyp mode initialized successfully
  3395. [ 0.983036] kvm [1]: interrupt-controller@ff814000 IRQ46
  3396. [ 0.983882] kvm [1]: timer IRQ3
  3397. [ 0.988214] audit: initializing netlink subsys (disabled)
  3398. [ 0.988836] audit: type=2000 audit(0.891:1): initialized
  3399. [ 0.990453] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  3400. [ 1.003549] VFS: Disk quotas dquot_6.6.0
  3401. [ 1.004212] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  3402. [ 1.007741] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  3403. [ 1.010401] NFS: Registering the id_resolver key type
  3404. [ 1.010960] Key type id_resolver registered
  3405. [ 1.011376] Key type id_legacy registered
  3406. [ 1.011807] Installing knfsd (copyright (C) 1996 [email protected]).
  3407. [ 1.013533] fuse init (API version 7.23)
  3408. [ 1.015214] JFS: nTxBlock = 8192, nTxLock = 65536
  3409. [ 1.022642] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  3410. [ 1.026136] Key type big_key registered
  3411. [ 1.026625]
  3412. [ 1.026625] TEE Core Framework initialization (ver 1:0.1)
  3413. [ 1.027349] TEE armv7 Driver initialization
  3414. [ 1.028257] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
  3415. [ 1.028906] TEE core: Alloc the misc device "opteearmtz00" (id=0)
  3416. [ 1.029811] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
  3417. [ 1.036144] NET: Registered protocol family 38
  3418. [ 1.036639] Key type asymmetric registered
  3419. [ 1.037075] Asymmetric key parser 'x509' registered
  3420. [ 1.037878] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  3421. [ 1.038838] io scheduler noop registered
  3422. [ 1.039238] io scheduler deadline registered (default)
  3423. [ 1.039824] io scheduler cfq registered
  3424. [ 1.043083] rockchip-usb2phy ff450000.syscon:usb2-phy@100: vbus_drv is not assigned
  3425. [ 1.044744] rockchip-u3phy ff470000.usb3-phy: vbus_drv is not assigned
  3426. [ 1.048050] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
  3427. [ 1.052433] rk-vcodec vpu_combo: no regulator for vcodec
  3428. [ 1.053260] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  3429. [ 1.053852] rk-vcodec vpu_combo: failed on clk_get clk_core
  3430. [ 1.054475] platform ff350000.vpu_service: probe device
  3431. [ 1.055052] platform ff350000.vpu_service: vpu mmu dec ffffffc0f5444410
  3432. [ 1.055975] platform ff350000.vpu_service: allocator is drm
  3433. [ 1.056577] platform ff350000.vpu_service: checking hw id 0
  3434. [ 1.057978] platform ff351000.avsd: probe device
  3435. [ 1.058538] platform ff351000.avsd: vpu mmu dec ffffffc0f5444410
  3436. [ 1.059439] platform ff351000.avsd: allocator is drm
  3437. [ 1.059991] platform ff351000.avsd: checking hw id 6731
  3438. [ 1.062590] rk-vcodec vpu_combo: could not find power_model node
  3439. [ 1.063208] rk-vcodec vpu_combo: init success
  3440. [ 1.064026] rk-vcodec ff360000.rkvdec: vcodec regulator not ready, retry
  3441. [ 1.065618] probe device ff330000.h265e
  3442. [ 1.066376] mpp_dev ff330000.h265e: try to get iommu dev ffffffc0f5446010
  3443. [ 1.067517] mpp_dev ff330000.h265e: resource ready, register device
  3444. [ 1.068629] probe device ff340000.vepu
  3445. [ 1.069374] mpp_dev ff340000.vepu: try to get iommu dev ffffffc0f5446810
  3446. [ 1.070421] mpp_dev ff340000.vepu: resource ready, register device
  3447. [ 1.074288] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
  3448. [ 1.074956] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  3449. [ 1.076840] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  3450. [ 1.080602] [drm] Initialized drm 1.1.0 20060810
  3451. [ 1.085088] rockchip-drm display-subsystem: devfreq is not set
  3452. [ 1.086117] rockchip-vop ff370000.vop: invalid resource
  3453. [ 1.086630] rockchip-vop ff370000.vop: failed to get vop lut registers
  3454. [ 1.087274] rockchip-vop ff370000.vop: invalid resource
  3455. [ 1.087797] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
  3456. [ 1.088723] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008cca9c8)
  3457. [ 1.089924] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
  3458. [ 1.090560] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  3459. [ 1.091455] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  3460. [ 1.093514] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008cc2290)
  3461. [ 1.094336] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  3462. [ 1.094970] [drm] No driver support for vblank timestamp query.
  3463. [ 1.095620] rockchip-drm display-subsystem: failed to parse display resources
  3464. [ 1.096400] rockchip-drm display-subsystem: No connectors reported connected with modes
  3465. [ 1.097233] [drm] Cannot find any crtc or sizes - going 1024x768
  3466. [ 1.123068] Console: switching to colour frame buffer device 128x48
  3467. [ 1.143217] rockchip-drm display-subsystem: fb0: frame buffer device
  3468. [ 1.150544] usbcore: registered new interface driver udl
  3469. [ 1.154288] Unable to detect cache hierarchy for CPU 0
  3470. [ 1.156280] brd: module loaded
  3471. [ 1.165736] loop: module loaded
  3472. [ 1.166583] lkdtm: No crash points registered, enable through debugfs
  3473. [ 1.170136] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
  3474. [ 1.170872] 2 ofpart partitions found on MTD device spi32766.0
  3475. [ 1.171618] Creating 2 MTD partitions on "spi32766.0":
  3476. [ 1.172298] 0x000000008000-0x000000400000 : "loader"
  3477. [ 1.174499] 0x0000007c0000-0x000000800000 : "vendor"
  3478. [ 1.179039] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
  3479. [ 1.180140] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
  3480. [ 1.181073] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
  3481. [ 1.181818] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
  3482. [ 1.182553] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
  3483. [ 1.183599] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
  3484. [ 1.184501] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
  3485. [ 1.190305] rk_gmac-dwmac ff540000.ethernet: init for RGMII
  3486. [ 1.191187] stmmac - user ID: 0x10, Synopsys ID: 0x35
  3487. [ 1.191848] Ring mode enabled
  3488. [ 1.192249] DMA HW capability register supported
  3489. [ 1.192845] Normal descriptors
  3490. [ 1.201269] RX Checksum Offload Engine supported (type 2)
  3491. [ 1.209837] Wake-Up On Lan supported
  3492. [ 1.218179] Enable RX Mitigation via HW Watchdog Timer
  3493. [ 1.301523] libphy: stmmac: probed
  3494. [ 1.309794] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
  3495. [ 1.318413] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
  3496. [ 1.328275] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
  3497. [ 1.337067] rk_gmac-dwmac ff550000.ethernet: Can not read property: tx_delay.
  3498. [ 1.345809] rk_gmac-dwmac ff550000.ethernet: set tx_delay to 0x30
  3499. [ 1.354343] rk_gmac-dwmac ff550000.ethernet: Can not read property: rx_delay.
  3500. [ 1.362881] rk_gmac-dwmac ff550000.ethernet: set rx_delay to 0x10
  3501. [ 1.371234] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
  3502. [ 1.379700] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
  3503. [ 1.387879] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_speed
  3504. [ 1.400949] rk_gmac-dwmac ff550000.ethernet: init for RMII
  3505. [ 1.438960] stmmac - user ID: 0x10, Synopsys ID: 0x35
  3506. [ 1.446474] Ring mode enabled
  3507. [ 1.453629] DMA HW capability register supported
  3508. [ 1.454226] Normal descriptors
  3509. [ 1.467955] RX Checksum Offload Engine supported (type 2)
  3510. [ 1.475211] TX Checksum insertion supported
  3511. [ 1.482326] Wake-Up On Lan supported
  3512. [ 1.489306] Enable RX Mitigation via HW Watchdog Timer
  3513. [ 1.649298] libphy: stmmac: probed
  3514. [ 1.656160] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-1:00) active
  3515. [ 1.663333] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-1:01)
  3516. [ 1.670302] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-1:02)
  3517. [ 1.677153] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-1:03)
  3518. [ 1.683892] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-1:04)
  3519. [ 1.690581] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-1:05)
  3520. [ 1.697117] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-1:06)
  3521. [ 1.703492] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-1:07)
  3522. [ 1.709729] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-1:08)
  3523. [ 1.715846] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-1:09)
  3524. [ 1.715854] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-1:0a)
  3525. [ 1.715866] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-1:0b)
  3526. [ 1.715873] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-1:0c)
  3527. [ 1.715879] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-1:0d)
  3528. [ 1.715886] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-1:0e)
  3529. [ 1.715892] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-1:0f)
  3530. [ 1.715898] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-1:10)
  3531. [ 1.715905] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-1:11)
  3532. [ 1.715911] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-1:12)
  3533. [ 1.715917] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-1:13)
  3534. [ 1.715923] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-1:14)
  3535. [ 1.715930] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-1:15)
  3536. [ 1.715936] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-1:16)
  3537. [ 1.715942] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-1:17)
  3538. [ 1.715948] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-1:18)
  3539. [ 1.715954] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-1:19)
  3540. [ 1.715961] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-1:1a)
  3541. [ 1.715967] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-1:1b)
  3542. [ 1.715973] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-1:1c)
  3543. [ 1.715979] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-1:1d)
  3544. [ 1.715985] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-1:1e)
  3545. [ 1.715991] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-1:1f)
  3546. [ 1.717581] Rockchip WiFi SYS interface (V1.00) ...
  3547. [ 1.717728] usbcore: registered new interface driver cdc_ether
  3548. [ 1.717826] usbcore: registered new interface driver rndis_host
  3549. [ 1.719921] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
  3550. [ 1.719947] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
  3551. [ 1.721090] ff580000.usb supply vusb_d not found, using dummy regulator
  3552. [ 1.721179] ff580000.usb supply vusb_a not found, using dummy regulator
  3553. [ 1.733762] dwc2 ff580000.usb: DWC OTG Controller
  3554. [ 1.733833] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  3555. [ 1.733879] dwc2 ff580000.usb: irq 43, io mem 0xff580000
  3556. [ 1.734181] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  3557. [ 1.734191] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3558. [ 1.734199] usb usb1: Product: DWC OTG Controller
  3559. [ 1.734207] usb usb1: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 dwc2_hsotg
  3560. [ 1.734214] usb usb1: SerialNumber: ff580000.usb
  3561. [ 1.798388] hub 1-0:1.0: USB hub found
  3562. [ 1.798439] hub 1-0:1.0: 1 port detected
  3563. [ 1.799795] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  3564. [ 1.799818] ehci-pci: EHCI PCI platform driver
  3565. [ 1.799906] ehci-platform: EHCI generic platform driver
  3566. [ 1.802535] ehci-platform ff5c0000.usb: EHCI Host Controller
  3567. [ 1.802876] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  3568. [ 1.803027] ehci-platform ff5c0000.usb: irq 44, io mem 0xff5c0000
  3569. [ 1.808808] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  3570. [ 1.809106] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  3571. [ 1.809117] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3572. [ 1.809125] usb usb2: Product: EHCI Host Controller
  3573. [ 1.809133] usb usb2: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ehci_hcd
  3574. [ 1.809140] usb usb2: SerialNumber: ff5c0000.usb
  3575. [ 1.809963] hub 2-0:1.0: USB hub found
  3576. [ 1.810010] hub 2-0:1.0: 1 port detected
  3577. [ 1.810692] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  3578. [ 1.810724] ohci-platform: OHCI generic platform driver
  3579. [ 1.811279] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  3580. [ 1.811599] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  3581. [ 1.811799] ohci-platform ff5d0000.usb: irq 45, io mem 0xff5d0000
  3582. [ 1.866056] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  3583. [ 1.866066] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3584. [ 1.866075] usb usb3: Product: Generic Platform OHCI controller
  3585. [ 1.866083] usb usb3: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ohci_hcd
  3586. [ 1.866091] usb usb3: SerialNumber: ff5d0000.usb
  3587. [ 1.866940] hub 3-0:1.0: USB hub found
  3588. [ 1.866987] hub 3-0:1.0: 1 port detected
  3589. [ 1.868281] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  3590. [ 1.868596] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
  3591. [ 1.868848] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
  3592. [ 1.868920] xhci-hcd xhci-hcd.9.auto: irq 183, io mem 0xff600000
  3593. [ 1.869171] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  3594. [ 1.869181] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3595. [ 1.869189] usb usb4: Product: xHCI Host Controller
  3596. [ 1.869197] usb usb4: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  3597. [ 1.869205] usb usb4: SerialNumber: xhci-hcd.9.auto
  3598. [ 1.870059] hub 4-0:1.0: USB hub found
  3599. [ 1.870106] hub 4-0:1.0: 1 port detected
  3600. [ 1.870597] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  3601. [ 1.870878] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
  3602. [ 1.870992] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  3603. [ 1.871180] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
  3604. [ 1.871190] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  3605. [ 1.871199] usb usb5: Product: xHCI Host Controller
  3606. [ 1.871207] usb usb5: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  3607. [ 1.871214] usb usb5: SerialNumber: xhci-hcd.9.auto
  3608. [ 1.872040] hub 5-0:1.0: USB hub found
  3609. [ 1.872086] hub 5-0:1.0: 1 port detected
  3610. [ 1.874217] usbcore: registered new interface driver iforce
  3611. [ 1.874335] usbcore: registered new interface driver xpad
  3612. [ 1.874871] usbcore: registered new interface driver usbtouchscreen
  3613. [ 1.875886] i2c /dev entries driver
  3614. [ 1.878799] rk808 1-0018: Pmic Chip id: 0x8050
  3615. [ 1.879875] rk808 1-0018: source: on=0x40, off=0x00
  3616. [ 1.885081] DCDC_REG1: supplied by vcc_sys
  3617. [ 1.887569] DCDC_REG2: supplied by vcc_sys
  3618. [ 1.889502] DCDC_REG3: supplied by vcc_sys
  3619. [ 1.891292] DCDC_REG4: supplied by vcc_sys
  3620. [ 1.892609] vcc_sd: supplied by vcc_io
  3621. [ 1.892734] LDO_REG1: supplied by vcc_io
  3622. [ 1.896030] LDO_REG2: supplied by vcc_io
  3623. [ 1.899374] LDO_REG3: supplied by vcc_sys
  3624. [ 1.902669] rk808 1-0018: register rk8050 regulators
  3625. [ 1.903084] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
  3626. [ 1.905159] input: rk8xx_pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/input/input0
  3627. [ 1.915258] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  3628. [ 1.916091] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009e24000
  3629. [ 1.917879] IR NEC protocol handler initialized
  3630. [ 1.917894] IR RC5(x/sz) protocol handler initialized
  3631. [ 1.917908] IR RC6 protocol handler initialized
  3632. [ 1.917921] IR JVC protocol handler initialized
  3633. [ 1.917934] IR Sony protocol handler initialized
  3634. [ 1.917948] IR SANYO protocol handler initialized
  3635. [ 1.917962] IR Sharp protocol handler initialized
  3636. [ 1.917976] IR MCE Keyboard/mouse protocol handler initialized
  3637. [ 1.917991] IR XMP protocol handler initialized
  3638. [ 1.918572] usbcore: registered new interface driver uvcvideo
  3639. [ 1.918575] USB Video Class driver (1.1.1)
  3640. [ 1.924850] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  3641. [ 1.924868] Bluetooth: Virtual HCI driver ver 1.5
  3642. [ 1.925060] Bluetooth: HCI UART driver ver 2.3
  3643. [ 1.925066] Bluetooth: HCI UART protocol H4 registered
  3644. [ 1.925070] Bluetooth: HCI UART protocol LL registered
  3645. [ 1.925075] Bluetooth: HCI UART protocol ATH3K registered
  3646. [ 1.925183] usbcore: registered new interface driver bfusb
  3647. [ 1.925282] usbcore: registered new interface driver btusb
  3648. [ 1.925647] cpu cpu0: cpu_leakage=7
  3649. [ 1.925682] cpu cpu0: cpu_leakage=7
  3650. [ 1.925697] cpu cpu0: cpu_leakage-volt-sel=0
  3651. [ 1.928459] sdhci: Secure Digital Host Controller Interface driver
  3652. [ 1.928463] sdhci: Copyright(c) Pierre Ossman
  3653. [ 1.928472] Synopsys Designware Multimedia Card Interface Driver
  3654. [ 1.929912] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
  3655. [ 1.929948] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
  3656. [ 1.929963] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
  3657. [ 1.930030] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 39,32 bit host data width,256 deep fifo
  3658. [ 1.930055] dwmmc_rockchip ff520000.dwmmc: 'clock-freq-min-max' property was deprecated.
  3659. [ 1.943845] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  3660. [ 1.955851] dwmmc_rockchip ff520000.dwmmc: 1 slots initialized
  3661. [ 1.956343] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
  3662. [ 1.956379] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
  3663. [ 1.956389] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
  3664. [ 1.956436] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 40,32 bit host data width,256 deep fifo
  3665. [ 1.956455] dwmmc_rockchip ff500000.dwmmc: 'clock-freq-min-max' property was deprecated.
  3666. [ 1.966824] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  3667. [ 1.977899] dwmmc_rockchip ff500000.dwmmc: 1 slots initialized
  3668. [ 1.978136] sdhci-pltfm: SDHCI platform and OF driver helper
  3669. [ 1.980201] hidraw: raw HID events driver (C) Jiri Kosina
  3670. [ 1.980950] usbcore: registered new interface driver usbhid
  3671. [ 1.980952] usbhid: USB HID core driver
  3672. [ 1.981204] ashmem: initialized
  3673. [ 1.981987] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  3674. [ 1.983432] usbcore: registered new interface driver snd-usb-audio
  3675. [ 1.984297] rk3328-codec ff410000.codec: spk_depop_time use default value.
  3676. [ 1.986823] rockchip-pinctrl pinctrl: pin gpio0-27 already requested by vcc-host1-5v-regulator; cannot claim for ff030000.spdif
  3677. [ 1.986829] rockchip-pinctrl pinctrl: pin-27 (ff030000.spdif) status -22
  3678. [ 1.986835] rockchip-pinctrl pinctrl: could not request pin 27 (gpio0-27) from group spdifm0-tx on device rockchip-pinctrl
  3679. [ 1.986840] rockchip-spdif ff030000.spdif: Error applying setting, reverse things back
  3680. [ 1.987802] u32 classifier
  3681. [ 1.987813] Netfilter messages via NETLINK v0.30.
  3682. [ 1.987865] ip_set: protocol 6
  3683. [ 1.988039] Initializing XFRM netlink socket
  3684. [ 1.988550] NET: Registered protocol family 10
  3685. [ 1.989562] NET: Registered protocol family 17
  3686. [ 1.989587] NET: Registered protocol family 15
  3687. [ 1.989617] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  3688. [ 1.989642] Bridge firewalling registered
  3689. [ 1.989746] Bluetooth: RFCOMM socket layer initialized
  3690. [ 1.989800] Bluetooth: RFCOMM ver 1.11
  3691. [ 1.989834] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  3692. [ 1.989844] Bluetooth: HIDP socket layer initialized
  3693. [ 1.989902] 8021q: 802.1Q VLAN Support v1.8
  3694. [ 1.989927] [WLAN_RFKILL]: Enter rfkill_wlan_init
  3695. [ 1.990187] [BT_RFKILL]: Enter rfkill_rk_init
  3696. [ 1.990343] Key type dns_resolver registered
  3697. [ 1.991804] Registered cp15_barrier emulation handler
  3698. [ 1.991815] Registered setend emulation handler
  3699. [ 1.992452] registered taskstats version 1
  3700. [ 1.994211] Btrfs loaded, integrity-checker=on
  3701. [ 1.994286] BTRFS: selftest: Running btrfs free space cache tests
  3702. [ 1.994309] BTRFS: selftest: Running extent only tests
  3703. [ 1.994323] BTRFS: selftest: Running bitmap only tests
  3704. [ 1.994338] BTRFS: selftest: Running bitmap and extent tests
  3705. [ 1.994357] BTRFS: selftest: Running space stealing from bitmap to extent
  3706. [ 1.995181] BTRFS: selftest: Free space cache tests finished
  3707. [ 1.995185] BTRFS: selftest: Running extent buffer operation tests
  3708. [ 1.995185] BTRFS: selftest: Running btrfs_split_item tests
  3709. [ 1.995219] BTRFS: selftest: Running find delalloc tests
  3710. [ 2.016219] mmc0: MAN_BKOPS_EN bit is not set
  3711. [ 2.020252] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  3712. [ 2.030387] dwmmc_rockchip ff520000.dwmmc: Successfully tuned phase to 230
  3713. [ 2.030550] mmc0: new HS200 MMC card at address 0001
  3714. [ 2.031129] mmcblk0: mmc0:0001 NCard 14.5 GiB
  3715. [ 2.031324] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
  3716. [ 2.031492] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
  3717. [ 2.031663] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
  3718. [ 2.036629] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  3719. [ 2.210807] BTRFS: selftest: Running btrfs_get_extent tests
  3720. [ 2.210993] BTRFS: selftest: Running hole first btrfs_get_extent test
  3721. [ 2.211021] BTRFS: selftest: Running outstanding_extents tests
  3722. [ 2.211075] BTRFS: selftest: Running qgroup tests
  3723. [ 2.211077] BTRFS: selftest: Qgroup basic add
  3724. [ 2.211141] BTRFS: selftest: Qgroup multiple refs test
  3725. [ 2.496545] vendor storage:20160801 ret = 0
  3726. [ 2.563404] rk-vcodec ff360000.rkvdec: parent devfreq retry
  3727. [ 2.567657] rockchip-dmc dmc: current ATF version 0x101!
  3728. [ 2.571251] rockchip-dmc dmc: read tf version 0x101!
  3729. [ 2.576004] rockchip-dmc dmc: ddr_leakage=7
  3730. [ 2.579405] rockchip-dmc dmc: ddr_leakage-volt-sel=0
  3731. [ 2.583303] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  3732. [ 2.588177] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
  3733. [ 2.618006] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
  3734. [ 2.623160] asoc-simple-card sound: snd-soc-dummy-dai <-> ff010000.i2s mapping ok
  3735. [ 2.629621] asoc-simple-card spdif-sound: dit-hifi <-> ff030000.spdif mapping ok
  3736. [ 2.635252] rk-vcodec ff360000.rkvdec: parent devfreq is ok
  3737. [ 2.639429] rk-vcodec ff360000.rkvdec: rkvdec_leakage=7
  3738. [ 2.643178] rk-vcodec ff360000.rkvdec: rkvdec_leakage-volt-sel=0
  3739. [ 2.647329] rk-vcodec ff360000.rkvdec: probe device
  3740. [ 2.651014] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc0f5445810
  3741. [ 2.655116] rk-vcodec ff360000.rkvdec: allocator is drm
  3742. [ 2.658835] rk-vcodec ff360000.rkvdec: checking hw id 3410
  3743. [ 2.663510] rk-vcodec ff360000.rkvdec: init success
  3744. [ 2.669207] rk808-rtc rk808-rtc: setting system clock to 2018-03-22 12:32:56 UTC (1521721976)
  3745. [ 2.673245] of_cfs_init
  3746. [ 2.676706] of_cfs_init: OK
  3747. [ 2.685191] BUG: Bad page state in process swapper/0 pfn:e4882
  3748. [ 2.689064] page:ffffffbdc3922080 count:16711680 mapcount:0 mapping: (null) index:0x2
  3749. [ 2.692944] flags: 0x0()
  3750. [ 2.696262] page dumped because: nonzero _count
  3751. [ 2.699811] Modules linked in:
  3752. [ 2.703243] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 4.4.114-rockchip-ayufan-193 #1
  3753. [ 2.707194] Hardware name: Pine64 Rock64 (DT)
  3754. [ 2.710832] Call trace:
  3755. [ 2.714280] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  3756. [ 2.718052] [<ffffff8008088b34>] show_stack+0x24/0x30
  3757. [ 2.721805] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  3758. [ 2.725521] [<ffffff8008191f38>] bad_page+0x110/0x114
  3759. [ 2.729145] [<ffffff80081953fc>] get_page_from_freelist+0x6d8/0x76c
  3760. [ 2.732801] [<ffffff8008195608>] __alloc_pages_nodemask+0x178/0x71c
  3761. [ 2.736418] [<ffffff80081d23ec>] new_slab+0xd0/0x3b4
  3762. [ 2.739912] [<ffffff80081d3eac>] ___slab_alloc.constprop.27+0x1d4/0x2d4
  3763. [ 2.743574] [<ffffff80081d44ac>] kmem_cache_alloc+0xc8/0x1ec
  3764. [ 2.747205] [<ffffff80081f9e88>] __d_alloc+0x38/0x160
  3765. [ 2.750759] [<ffffff80081f9fdc>] d_alloc+0x2c/0x90
  3766. [ 2.754256] [<ffffff80081f00b8>] lookup_dcache+0xa8/0xc4
  3767. [ 2.757774] [<ffffff80081f010c>] __lookup_hash+0x38/0x60
  3768. [ 2.761280] [<ffffff80081f0d60>] lookup_one_len2+0x110/0x114
  3769. [ 2.764825] [<ffffff80081f0d9c>] lookup_one_len+0x38/0x48
  3770. [ 2.768324] [<ffffff8008406ccc>] start_creating+0xb0/0xf4
  3771. [ 2.771832] [<ffffff8008406d68>] debugfs_create_file+0x58/0x118
  3772. [ 2.775426] [<ffffff80084080cc>] debugfs_create_mode+0x54/0x84
  3773. [ 2.778966] [<ffffff80084083f0>] debugfs_create_x32+0x50/0x60
  3774. [ 2.782450] [<ffffff800893a7d0>] clk_debug_create_one+0xcc/0x1b8
  3775. [ 2.785950] [<ffffff80090818e4>] clk_debug_init+0x158/0x160
  3776. [ 2.789406] [<ffffff80080831cc>] do_one_initcall+0x18c/0x194
  3777. [ 2.792890] [<ffffff8009040dcc>] kernel_init_freeable+0x22c/0x230
  3778. [ 2.796448] [<ffffff8008be8568>] kernel_init+0x18/0x100
  3779. [ 2.799897] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  3780. [ 2.803327] Disabling lock debugging due to kernel taint
  3781. [ 2.806760] Unable to handle kernel NULL pointer dereference at virtual address 00000000
  3782. [ 2.810512] pgd = ffffff80093b6000
  3783. [ 2.813809] [00000000] *pgd=00000000feffe003, *pud=00000000feffe003, *pmd=0000000000000000
  3784. [ 2.817646] Internal error: Oops: 86000005 [#1] SMP
  3785. [ 2.821172] Modules linked in:
  3786. [ 2.824563] CPU: 2 PID: 1 Comm: swapper/0 Tainted: G B 4.4.114-rockchip-ayufan-193 #1
  3787. [ 2.828613] Hardware name: Pine64 Rock64 (DT)
  3788. [ 2.832244] task: ffffffc0f5d48000 task.stack: ffffffc0f5d44000
  3789. [ 2.836075] PC is at 0x0
  3790. [ 2.839598] LR is at lookup_real+0x64/0x7c
  3791. [ 2.843285] pc : [<0000000000000000>] lr : [<ffffff80081ed42c>] pstate: 60000145
  3792. [ 2.847296] sp : ffffffc0f5d47b70
  3793. [ 2.850868] x29: ffffffc0f5d47b70 x28: ffffff8009138730
  3794. [ 2.854704] x27: 0000000000000008 x26: ffffff8008d33c60
  3795. [ 2.858505] x25: ffffff8008d33d38 x24: ffffff8009262008
  3796. [ 2.862238] x23: ffffffc0e4881bd0 x22: 0000000000000000
  3797. [ 2.865910] x21: 0000000000000000 x20: ffffffc0e48d97a0
  3798. [ 2.869581] x19: ffffffc0e4803000 x18: 0000000000000005
  3799. [ 2.873248] x17: 0000007f78851060 x16: 000000006cc0526f
  3800. [ 2.876854] x15: 0000000000000000 x14: ffffff8009e20020
  3801. [ 2.880399] x13: ffffff8009e20020 x12: ffffffc0f3c0c5b0
  3802. [ 2.883934] x11: 00000000ffffffff x10: ffffff8009146d38
  3803. [ 2.887445] x9 : ffffff8009146d46 x8 : 00000040f5e1c000
  3804. [ 2.890971] x7 : 0000000000000016 x6 : ffffffc0e4803041
  3805. [ 2.894522] x5 : ffffffc0fef62d46 x4 : ffffffc0f5ca6130
  3806. [ 2.898072] x3 : 0000000000000000 x2 : 0000000000000000
  3807. [ 2.901621] x1 : ffffffc0e4803000 x0 : ffffffc0e48d97a0
  3808. [ 2.905172]
  3809. [ 2.905172] LR: 0xffffff80081ed3ac:
  3810. [ 2.911590] d3ac 97ffffe2 aa1403e0 9427fd83 a94153f3 f94013f5 a8c37bfd d65f03c0 a9bd7bfd
  3811. [ 2.915561] d3cc 910003fd a90153f3 f90013f5 aa0003f4 aa0103f3 aa1e03e0 2a0203f5 d503201f
  3812. [ 2.919569] d3ec b9400e80 36200120 aa1303e0 92800033 94002fd8 aa1303e0 f94013f5 a94153f3
  3813. [ 2.923618] d40c a8c37bfd d65f03c0 f9401280 2a1503e2 aa1303e1 f9400003 aa1403e0 d63f0060
  3814. [ 2.927724] d42c aa0003f4 b4fffe80 aa1303e0 aa1403f3 94002fc8 17fffff0 a9be7bfd 910003fd
  3815. [ 2.931887] d44c f9000bf3 aa0003f3 aa1e03e0 d503201f f9400660 94002fbf f9400260 94005320
  3816. [ 2.936084] d46c f9400bf3 a8c27bfd d65f03c0 a9bd7bfd 910003fd a90153f3 f90013f5 aa0003f3
  3817. [ 2.940329] d48c aa1e03e0 d503201f aa1303e0 97ffff07 b9403a60 373002a0 52800014 52800615
  3818. [ 2.944635]
  3819. [ 2.944635] SP: 0xffffffc0f5d47af0:
  3820. [ 2.951892] 7af0 00000000 00000000 e4881bd0 ffffffc0 09262008 ffffff80 08d33d38 ffffff80
  3821. [ 2.956339] 7b10 08d33c60 ffffff80 00000008 00000000 09138730 ffffff80 f5d47b70 ffffffc0
  3822. [ 2.960803] 7b30 081ed42c ffffff80 f5d47b70 ffffffc0 00000000 00000000 60000145 00000000
  3823. [ 2.965307] 7b50 e4881bd0 ffffffc0 f5d47c10 ffffffc0 ffffffff ffffffff 081f010c ffffff80
  3824. [ 2.969829] 7b70 f5d47ba0 ffffffc0 081f0124 ffffff80 e4881bd0 ffffffc0 00000000 00000000
  3825. [ 2.974367] 7b90 f5d47c10 ffffffc0 00000001 00000000 f5d47be0 ffffffc0 081f0d60 ffffff80
  3826. [ 2.978918] 7bb0 08f883dd ffffff80 08f883dd ffffff80 e4881bd0 ffffffc0 08f883dd ffffff80
  3827. [ 2.983486] 7bd0 e4881bd0 ffffffc0 00000009 01000000 f5d47c20 ffffffc0 081f0d9c ffffff80
  3828. [ 2.988046]
  3829. [ 2.988046] X0: 0xffffffc0e48d9720:
  3830. [ 2.995616] 9720 00000000 00000000 08c20c00 ffffff80 024200ca 00000000 00000000 dead4ead
  3831. [ 3.000095] 9740 ffffffff 00000000 ffffffff ffffffff e48d9750 ffffffc0 e48d9750 ffffffc0
  3832. [ 3.004544] 9760 00000000 00000000 e48d9768 ffffffc0 e48d9768 ffffffc0 00000000 00000000
  3833. [ 3.008990] 9780 00000000 00000000 00000000 00000000 f5c96300 ffffffc0 e48d97a0 ffffffc0
  3834. [ 3.013396] 97a0 000341ed 00000000 00000000 00000000 ffffffff ffffffff ffffffff ffffffff
  3835. [ 3.017742] 97c0 08c20000 ffffff80 f5c17800 ffffffc0 e48d9930 ffffffc0 00000000 00000000
  3836. [ 3.022098] 97e0 000030dd 00000000 00000002 00000000 00000000 00000000 5ab3a278 00000000
  3837. [ 3.026461] 9800 1eb246c0 00000000 5ab3a278 00000000 1eb246c0 00000000 5ab3a278 00000000
  3838. [ 3.030832]
  3839. [ 3.030832] X1: 0xffffffc0e4802f80:
  3840. [ 3.038060] 2f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3841. [ 3.042443] 2fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3842. [ 3.046796] 2fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3843. [ 3.051117] 2fe0 e4802b58 ffffffc0 0003e001 00000000 e4803238 ffffffc0 0855f9ac ffffff80
  3844. [ 3.055472] 3000 00000088 00000000 00000000 00000000 00000000 00000000 e4881bd0 ffffffc0
  3845. [ 3.059849] 3020 c01210d6 00000009 e4803038 ffffffc0 00000000 00000000 5f6b6c63 67616c66
  3846. [ 3.064239] 3040 00000073 00000000 00000000 00000000 00000000 00000000 00000000 dead4ead
  3847. [ 3.068651] 3060 ffffffff 00000000 ffffffff ffffffff 00000001 00000000 08c65580 ffffff80
  3848. [ 3.073087]
  3849. [ 3.073087] X4: 0xffffffc0f5ca60b0:
  3850. [ 3.080609] 60b0 00000000 00000000 00000000 00000000 f5ca60c0 ffffffc0 f5ca60c0 ffffffc0
  3851. [ 3.085148] 60d0 55555555 45545555 55545555 55554555 55555555 55555555 55555555 555d455d
  3852. [ 3.089736] 60f0 55d55555 55555555 55d55555 44555555 00000000 dead4ead ffffffff 54555545
  3853. [ 3.094351] 6110 ffffffff ffffffff 00000000 00000000 f5ca6120 ffffffc0 f5ca6120 ffffffc0
  3854. [ 3.099015] 6130 0000024c 00000000 00002958 00000000 f5ca6140 ffffffc0 f5ca6140 ffffffc0
  3855. [ 3.103671] 6150 55555555 55555555 55cd5555 55555555 d5d55555 55555555 d5555555 5d545555
  3856. [ 3.108369] 6170 55555555 55555555 55555555 55554555 00000000 dead4ead ffffffff 55555555
  3857. [ 3.113088] 6190 ffffffff ffffffff 00000000 00000000 f5ca61a0 ffffffc0 f5ca61a0 ffffffc0
  3858. [ 3.117802]
  3859. [ 3.117802] X5: 0xffffffc0fef62cc6:
  3860. [ 3.125746] 2cc4 00000000 0919adf0 ffffff80 00000000 00000000 00000000 00000000 080a0fec
  3861. [ 3.130436] 2ce4 ffffff80 00000000 00000000 00000000 00000000 00000052 000000ba 0000001f
  3862. [ 3.135090] 2d04 00000000 c3d26220 ffffffbd c3d266a0 ffffffbd c3fb7820 ffffffbd c3fbabe0
  3863. [ 3.139761] 2d24 ffffffbd c3920001 ffffffbd c3922120 ffffffbd 00e8fc24 00000000 00000000
  3864. [ 3.144421] 2d44 00170000 0000ff00 00000000 00000000 00000000 00000000 00000000 f4987000
  3865. [ 3.149068] 2d64 ffffffc0 000002c2 00000000 c3d261c0 ffffffbd 00000000 00000000 f3e18000
  3866. [ 3.153659] 2d84 ffffffc0 00000065 00000000 c3cf8600 ffffffbd 00000000 00000000 f3e28000
  3867. [ 3.158242] 2da4 ffffffc0 00000065 00000000 c3cf8a00 ffffffbd 00000000 00000000 f5fe5100
  3868. [ 3.162732] 2dc4 ffffffc0 00000065 00000000 c3d7f800 ffffffbd 00000000 00000000 f3e20000
  3869. [ 3.167172]
  3870. [ 3.167172] X6: 0xffffffc0e4802fc1:
  3871. [ 3.174590] 2fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3872. [ 3.179058] 2fe0 e4802b58 ffffffc0 0003e001 00000000 e4803238 ffffffc0 0855f9ac ffffff80
  3873. [ 3.183544] 3000 00000088 00000000 00000000 00000000 00000000 00000000 e4881bd0 ffffffc0
  3874. [ 3.188040] 3020 c01210d6 00000009 e4803038 ffffffc0 00000000 00000000 5f6b6c63 67616c66
  3875. [ 3.192538] 3040 00000073 00000000 00000000 00000000 00000000 00000000 00000000 dead4ead
  3876. [ 3.196996] 3060 ffffffff 00000000 ffffffff ffffffff 00000001 00000000 08c65580 ffffff80
  3877. [ 3.201491] 3080 f5c17800 ffffffc0 00000000 00000000 00000000 00000000 e4803098 ffffffc0
  3878. [ 3.205946] 30a0 e4803098 ffffffc0 e4881f00 ffffffc0 e4881c88 ffffffc0 e48030b8 ffffffc0
  3879. [ 3.210381] 30c0 e48030b8 ffffffc0 00000000 00000000 00000000 00000000 e48031b0 ffffffc0
  3880. [ 3.214815]
  3881. [ 3.214815] X9: 0xffffff8009146cc6:
  3882. [ 3.222288] 6cc4 0404000a fef849b0 00015858 04040009 fef849a8 00015850 0404000a fef930f8
  3883. [ 3.226775] 6ce4 00015848 0404000a fef930f4 00015840 04040009 fef930ec 00015838 0404000a
  3884. [ 3.231274] 6d04 fef931f8 00015830 0404000a fef931f4 00015828 04040009 fef931ec 00015820
  3885. [ 3.235826] 6d24 0404000a fef9bc8c 00015818 0404000a fef9bc88 00015810 04040009 fef9bc80
  3886. [ 3.240364] 6d44 00015808 0404000a fef9d43c 00015800 0404000a fef9d438 000157f8 04040009
  3887. [ 3.244968] 6d64 fef9d430 000157f0 0404000a fef9d4ec 000157e8 0404000a fef9d4e8 000157e0
  3888. [ 3.249559] 6d84 04040009 fef9d4e0 000157d8 0404000a fef9d508 000157d0 0404000a fef9d508
  3889. [ 3.254238] 6da4 000157c8 04040009 fef9d500 000157c0 0404000a fefc9af0 000157b8 04040001
  3890. [ 3.259006] 6dc4 fefc9b98 000157b0 04040001 fefd40fc 000157a8 0404000a fefd40f8 000157a0
  3891. [ 3.263787]
  3892. [ 3.263787] X10: 0xffffff8009146cb8:
  3893. [ 3.271933] 6cb8 0404000a fef849b4 00015860 0404000a fef849b0 00015858 04040009 fef849a8
  3894. [ 3.276764] 6cd8 00015850 0404000a fef930f8 00015848 0404000a fef930f4 00015840 04040009
  3895. [ 3.281624] 6cf8 fef930ec 00015838 0404000a fef931f8 00015830 0404000a fef931f4 00015828
  3896. [ 3.286470] 6d18 04040009 fef931ec 00015820 0404000a fef9bc8c 00015818 0404000a fef9bc88
  3897. [ 3.291382] 6d38 00015810 04040009 fef9bc80 00015808 0404000a fef9d43c 00015800 0404000a
  3898. [ 3.296281] 6d58 fef9d438 000157f8 04040009 fef9d430 000157f0 0404000a fef9d4ec 000157e8
  3899. [ 3.301175] 6d78 0404000a fef9d4e8 000157e0 04040009 fef9d4e0 000157d8 0404000a fef9d508
  3900. [ 3.306098] 6d98 000157d0 0404000a fef9d508 000157c8 04040009 fef9d500 000157c0 0404000a
  3901. [ 3.311015]
  3902. [ 3.311015] X12: 0xffffffc0f3c0c530:
  3903. [ 3.319452] c530 c67c0000 063c0606 7cc60606 00000000 6c380000 d6d6c6c6 386cc6c6 00000000
  3904. [ 3.324419] c550 ccd6ccd6 0cd6d6d6 fed6fed6 7cd6d6d6 0cc60cc6 ccc6c6c6 0cc60cc6 ccc6c6c6
  3905. [ 3.329371] c570 00000000 00000000 00000000 00000000 7c1c001c 387c0c1c c6360036 6cc61c0c
  3906. [ 3.334310] c590 cc0630c0 c630c00c 0ccc0c30 787c78c6 7c1e7678 00000000 00000000 00000000
  3907. [ 3.339304] c5b0 0c6c0c6c 0c6c6c6c 1e381e38 78383838 00000000 00000000 c6c6c600 c6c6c6c6
  3908. [ 3.344267] c5d0 c606c6c6 c606c6c6 c60c6cc6 7c78387c c606c606 0c007c06 3c7c0cc6 00c60c7c
  3909. [ 3.349268] c5f0 00000000 00000000 00000000 00000000 00000000 00000000 0000003c 7c007c00
  3910. [ 3.354262] c610 00000000 00000000 00000000 00000000 00000000 6c6c3838 c6c6c6c6 d6d6d6d6
  3911. [ 3.359232]
  3912. [ 3.359232] X13: 0xffffff8009e1ffa0:
  3913. [ 3.367740] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3914. [ 3.372800] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3915. [ 3.377849] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3916. [ 3.382883] 0000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3917. [ 3.387822] 0020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3918. [ 3.392736] 0040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3919. [ 3.397548] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3920. [ 3.402290] 0080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3921. [ 3.406971]
  3922. [ 3.406971] X14: 0xffffff8009e1ffa0:
  3923. [ 3.414923] ffa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3924. [ 3.419655] ffc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3925. [ 3.424322] ffe0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3926. [ 3.428935] 0000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3927. [ 3.433500] 0020 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3928. [ 3.437967] 0040 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3929. [ 3.442410] 0060 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3930. [ 3.446750] 0080 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3931. [ 3.451002]
  3932. [ 3.451002] X19: 0xffffffc0e4802f80:
  3933. [ 3.458007] 2f80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3934. [ 3.462215] 2fa0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3935. [ 3.466338] 2fc0 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3936. [ 3.470370] 2fe0 e4802b58 ffffffc0 0003e001 00000000 e4803238 ffffffc0 0855f9ac ffffff80
  3937. [ 3.474387] 3000 00000088 00000000 00000000 00000000 00000000 00000000 e4881bd0 ffffffc0
  3938. [ 3.478382] 3020 c01210d6 00000009 e4803038 ffffffc0 00000000 00000000 5f6b6c63 67616c66
  3939. [ 3.482331] 3040 00000073 00000000 00000000 00000000 00000000 00000000 00000000 dead4ead
  3940. [ 3.486313] 3060 ffffffff 00000000 ffffffff ffffffff 00000001 00000000 08c65580 ffffff80
  3941. [ 3.490251]
  3942. [ 3.490251] X20: 0xffffffc0e48d9720:
  3943. [ 3.496632] 9720 00000000 00000000 08c20c00 ffffff80 024200ca 00000000 00000000 dead4ead
  3944. [ 3.500530] 9740 ffffffff 00000000 ffffffff ffffffff e48d9750 ffffffc0 e48d9750 ffffffc0
  3945. [ 3.504415] 9760 00000000 00000000 e48d9768 ffffffc0 e48d9768 ffffffc0 00000000 00000000
  3946. [ 3.508264] 9780 00000000 00000000 00000000 00000000 f5c96300 ffffffc0 e48d97a0 ffffffc0
  3947. [ 3.512079] 97a0 000341ed 00000000 00000000 00000000 ffffffff ffffffff ffffffff ffffffff
  3948. [ 3.515843] 97c0 08c20000 ffffff80 f5c17800 ffffffc0 e48d9930 ffffffc0 00000000 00000000
  3949. [ 3.519587] 97e0 000030dd 00000000 00000002 00000000 00000000 00000000 5ab3a278 00000000
  3950. [ 3.523382] 9800 1eb246c0 00000000 5ab3a278 00000000 1eb246c0 00000000 5ab3a278 00000000
  3951. [ 3.527113]
  3952. [ 3.527113] X23: 0xffffffc0e4881b50:
  3953. [ 3.533096] 1b50 00040004 dead4ead ffffffff 00000000 ffffffff ffffffff 00000001 02080020
  3954. [ 3.536809] 1b70 08c65580 ffffff80 f5c17800 ffffffc0 ffffffff 00000000 00000000 00000000
  3955. [ 3.540513] 1b90 e4881b90 ffffffc0 e4881b90 ffffffc0 e4881ac8 ffffffc0 e4881418 ffffffc0
  3956. [ 3.544202] 1bb0 e4881bb0 ffffffc0 e4881bb0 ffffffc0 00000000 00000000 e48d9658 ffffffc0
  3957. [ 3.547840] 1bd0 00200088 00000004 00000000 00000000 fa4eff30 ffffffc0 f5349af8 ffffffc0
  3958. [ 3.551517] 1bf0 c2a2f9b8 0000000a e4881c08 ffffffc0 e48d97a0 ffffffc0 5f6b6c63 3263616d
  3959. [ 3.555167] 1c10 ff006f69 00000000 ffffffff ffffffff e4881c20 00ffffc0 00080008 dead4ead
  3960. [ 3.558854] 1c30 ffffffff 00000000 ffffffff ffffffff 00000005 ffffffc0 08c65580 ffffff80
  3961. [ 3.562486]
  3962. [ 3.562486] X24: 0xffffff8009261f88:
  3963. [ 3.568522] 1f88 02740274 dead4ead ffffffff 00000000 ffffffff ffffffff f3e62b40 ffffffc0
  3964. [ 3.572381] 1fa8 f5c04f40 ffffffc0 00000000 00000000 00000000 dead4ead ffffffff 00000000
  3965. [ 3.576322] 1fc8 ffffffff ffffffff 09261fd0 ffffff80 09261fd0 ffffff80 f5d48000 ffffffc0
  3966. [ 3.580337] 1fe8 00000000 00000000 093963e8 ffffff80 093963a8 ffffff80 00000000 00000000
  3967. [ 3.584413] 2008 093963a8 ffffff80 00000000 00000000 00000001 00000000 00000000 dead4ead
  3968. [ 3.588564] 2028 ffffffff 00000000 ffffffff ffffffff 09262038 ffffff80 09262038 ffffff80
  3969. [ 3.592705] 2048 00000000 00000000 00000000 00000000 f3ee2400 ffffffc0 f5c026c0 ffffffc0
  3970. [ 3.596886] 2068 20732522 2c226425 675f5f20 735f7465 6e287274 29656d61 6928202c 5229746e
  3971. [ 3.601057]
  3972. [ 3.601057] X25: 0xffffff8008d33cb8:
  3973. [ 3.608173] 3cb8 0893a2a4 ffffff80 00000000 00000000 08205b94 ffffff80 00000000 00000000
  3974. [ 3.612571] 3cd8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3975. [ 3.617009] 3cf8 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3976. [ 3.621446] 3d18 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3977. [ 3.625886] 3d38 00000000 00000000 0820559c ffffff80 0820566c ffffff80 00000000 00000000
  3978. [ 3.630368] 3d58 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3979. [ 3.634789] 3d78 00000000 00000000 00000000 00000000 00000000 00000000 0893a268 ffffff80
  3980. [ 3.639207] 3d98 00000000 00000000 08205b94 ffffff80 00000000 00000000 00000000 00000000
  3981. [ 3.643568]
  3982. [ 3.643568] X26: 0xffffff8008d33be0:
  3983. [ 3.651059] 3be0 0820865c ffffff80 00000000 00000000 00000000 00000000 00000000 00000000
  3984. [ 3.655577] 3c00 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3985. [ 3.660052] 3c20 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3986. [ 3.664472] 3c40 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3987. [ 3.668834] 3c60 00000000 00000000 0820559c ffffff80 0820566c ffffff80 00000000 00000000
  3988. [ 3.673177] 3c80 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  3989. [ 3.677461] 3ca0 00000000 00000000 00000000 00000000 00000000 00000000 0893a2a4 ffffff80
  3990. [ 3.681741] 3cc0 00000000 00000000 08205b94 ffffff80 00000000 00000000 00000000 00000000
  3991. [ 3.685963]
  3992. [ 3.685963] X28: 0xffffff80091386b0:
  3993. [ 3.692971] 86b0 090586a0 ffffff80 090699c4 ffffff80 0906a360 ffffff80 0906b39c ffffff80
  3994. [ 3.697237] 86d0 0906e124 ffffff80 090704c8 ffffff80 09070840 ffffff80 086eb2ac ffffff80
  3995. [ 3.701494] 86f0 0907571c ffffff80 09075854 ffffff80 090757e0 ffffff80 0907939c ffffff80
  3996. [ 3.705701] 8710 090795b8 ffffff80 0907f730 ffffff80 0907f930 ffffff80 0908178c ffffff80
  3997. [ 3.709859] 8730 09086f78 ffffff80 09088fd8 ffffff80 09071cf0 ffffff80 09074660 ffffff80
  3998. [ 3.714006] 8750 09074b40 ffffff80 086d2a14 ffffff80 090793dc ffffff80 0893af68 ffffff80
  3999. [ 3.718089] 8770 09086650 ffffff80 09072968 ffffff80 0907322c ffffff80 0906a760 ffffff80
  4000. [ 3.722176] 8790 0906ab80 ffffff80 0906b208 ffffff80 0906b5a0 ffffff80 00088b1f 00000000
  4001. [ 3.726203]
  4002. [ 3.726203] X29: 0xffffffc0f5d47af0:
  4003. [ 3.732825] 7af0 00000000 00000000 e4881bd0 ffffffc0 09262008 ffffff80 08d33d38 ffffff80
  4004. [ 3.736912] 7b10 08d33c60 ffffff80 00000008 00000000 09138730 ffffff80 f5d47b70 ffffffc0
  4005. [ 3.740990] 7b30 081ed42c ffffff80 f5d47b70 ffffffc0 00000000 00000000 60000145 00000000
  4006. [ 3.745072] 7b50 e4881bd0 ffffffc0 f5d47c10 ffffffc0 ffffffff ffffffff 081f010c ffffff80
  4007. [ 3.749154] 7b70 f5d47ba0 ffffffc0 081f0124 ffffff80 e4881bd0 ffffffc0 00000000 00000000
  4008. [ 3.753249] 7b90 f5d47c10 ffffffc0 00000001 00000000 f5d47be0 ffffffc0 081f0d60 ffffff80
  4009. [ 3.757296] 7bb0 08f883dd ffffff80 08f883dd ffffff80 e4881bd0 ffffffc0 08f883dd ffffff80
  4010. [ 3.761371] 7bd0 e4881bd0 ffffffc0 00000009 01000000 f5d47c20 ffffffc0 081f0d9c ffffff80
  4011. [ 3.765400]
  4012. [ 3.768614] Process swapper/0 (pid: 1, stack limit = 0xffffffc0f5d44000)
  4013. [ 3.772376] Stack: (0xffffffc0f5d47b70 to 0xffffffc0f5d48000)
  4014. [ 3.776058] 7b60: ffffffc0f5d47ba0 ffffff80081f0124
  4015. [ 3.779981] 7b80: ffffffc0e4881bd0 0000000000000000 ffffffc0f5d47c10 0000000000000001
  4016. [ 3.783883] 7ba0: ffffffc0f5d47be0 ffffff80081f0d60 ffffff8008f883dd ffffff8008f883dd
  4017. [ 3.787786] 7bc0: ffffffc0e4881bd0 ffffff8008f883dd ffffffc0e4881bd0 0100000000000009
  4018. [ 3.791649] 7be0: ffffffc0f5d47c20 ffffff80081f0d9c ffffff8008f883d4 ffffffc0e4881bd0
  4019. [ 3.795465] 7c00: 0000000000000009 ffffff8008f883d4 00000009c01210d6 ffffff8008f883d4
  4020. [ 3.799323] 7c20: ffffffc0f5d47c50 ffffff8008406ccc ffffffc0e4881bd0 ffffff8009374000
  4021. [ 3.803142] 7c40: ffffffc0e4881bd0 ffffff8009262008 ffffffc0f5d47c80 ffffff8008406d68
  4022. [ 3.806968] 7c60: ffffff8008f883d4 ffffff8008c668a0 0000000000008124 ffffffc0f5c96268
  4023. [ 3.810846] 7c80: ffffffc0f5d47cc0 ffffff80084080cc 0000000000000124 ffffff8008f883d4
  4024. [ 3.814763] 7ca0: ffffff8008c66978 ffffff8008c667c8 ffffff8008c668a0 ffffff80081f9924
  4025. [ 3.818691] 7cc0: ffffffc0f5d47d10 ffffff80084083f0 ffffff8008f883d4 0000000000000124
  4026. [ 3.822627] 7ce0: ffffffc0e4881bd0 ffffffc0f5c96268 ffffff8009261f48 ffffffc0e48d9a40
  4027. [ 3.826600] 7d00: ffffffc0e4881bd0 ffffffc0f5c96268 ffffffc0f5d47d40 ffffff800893a7d0
  4028. [ 3.830559] 7d20: ffffffc0f5c96200 ffffff8008d33000 ffffff8008d338d0 ffffff8009261000
  4029. [ 3.834463] 7d40: ffffffc0f5d47d70 ffffff80090818e4 ffffffc0f5c96200 ffffff80093963a0
  4030. [ 3.838380] 7d60: ffffff8009396000 00000000ffffffd0 ffffffc0f5d47dc0 ffffff80080831cc
  4031. [ 3.842251] 7d80: ffffff800908178c ffffff800917dd60 ffffffc0f4940040 ffffff800917dd60
  4032. [ 3.846146] 7da0: 0000000000000000 ffffff800904047c ffffff80092fa000 ffffff80090a0928
  4033. [ 3.850092] 7dc0: ffffffc0f5d47e40 ffffff8009040dcc 0000000000000147 ffffff80092fa000
  4034. [ 3.854095] 7de0: ffffff800902da88 ffffff80090a0920 0000000000000007 ffffff80090a0928
  4035. [ 3.858091] 7e00: 0000000000000000 ffffff8009138640 ffffff8008f1dad8 ffffff8008c790d4
  4036. [ 3.862106] 7e20: 0000000000000000 0000000700000007 ffffff8009030da0 ffffffc0fef812a3
  4037. [ 3.866144] 7e40: ffffffc0f5d47ea0 ffffff8008be8568 ffffff8008be8550 0000000000000000
  4038. [ 3.870218] 7e60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4039. [ 3.874253] 7e80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4040. [ 3.878262] 7ea0: 0000000000000000 ffffff8008082ef0 ffffff8008be8550 0000000000000000
  4041. [ 3.882208] 7ec0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4042. [ 3.886165] 7ee0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4043. [ 3.890087] 7f00: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4044. [ 3.893986] 7f20: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4045. [ 3.897861] 7f40: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4046. [ 3.901697] 7f60: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4047. [ 3.905505] 7f80: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4048. [ 3.909274] 7fa0: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  4049. [ 3.912941] 7fc0: 0000000000000000 0000000000000005 0000000000000000 0000000000000000
  4050. [ 3.916585] 7fe0: 0000000000000000 0000000000000000 5544555555555555 5554554555545555
  4051. [ 3.920171] Call trace:
  4052. [ 3.923236] Exception stack(0xffffffc0f5d479a0 to 0xffffffc0f5d47ad0)
  4053. [ 3.926718] 79a0: ffffffc0e4803000 0000008000000000 ffffffc0f5d47b70 0000000000000000
  4054. [ 3.930365] 79c0: 0000000000000000 ffffff80081d260c ffffffc0f5d47ab0 ffffff80081d44ac
  4055. [ 3.934016] 79e0: ffffffc0f5ca3200 0000000000000000 ffffffc0f5ca3200 00000000024000c0
  4056. [ 3.937680] 7a00: ffffff80081f9e88 ffffff800936c000 0000000000000140 ffffff8008d33c60
  4057. [ 3.941363] 7a20: 0000000000000008 ffffffc0f5ca3300 00000000024040d0 00000000022152d0
  4058. [ 3.945052] 7a40: ffffffc0e48d97a0 ffffffc0e4803000 0000000000000000 0000000000000000
  4059. [ 3.948687] 7a60: ffffffc0f5ca6130 ffffffc0fef62d46 ffffffc0e4803041 0000000000000016
  4060. [ 3.952293] 7a80: 00000040f5e1c000 ffffff8009146d46 ffffff8009146d38 00000000ffffffff
  4061. [ 3.955870] 7aa0: ffffffc0f3c0c5b0 ffffff8009e20020 ffffff8009e20020 0000000000000000
  4062. [ 3.959398] 7ac0: 000000006cc0526f 0000007f78851060
  4063. [ 3.962632] [< (null)>] (null)
  4064. [ 3.965846] [<ffffff80081f0124>] __lookup_hash+0x50/0x60
  4065. [ 3.969124] [<ffffff80081f0d60>] lookup_one_len2+0x110/0x114
  4066. [ 3.972426] [<ffffff80081f0d9c>] lookup_one_len+0x38/0x48
  4067. [ 3.975644] [<ffffff8008406ccc>] start_creating+0xb0/0xf4
  4068. [ 3.978830] [<ffffff8008406d68>] debugfs_create_file+0x58/0x118
  4069. [ 3.982080] [<ffffff80084080cc>] debugfs_create_mode+0x54/0x84
  4070. [ 3.985278] [<ffffff80084083f0>] debugfs_create_x32+0x50/0x60
  4071. [ 3.988445] [<ffffff800893a7d0>] clk_debug_create_one+0xcc/0x1b8
  4072. [ 3.991637] [<ffffff80090818e4>] clk_debug_init+0x158/0x160
  4073. [ 3.994777] [<ffffff80080831cc>] do_one_initcall+0x18c/0x194
  4074. [ 3.997914] [<ffffff8009040dcc>] kernel_init_freeable+0x22c/0x230
  4075. [ 4.001108] [<ffffff8008be8568>] kernel_init+0x18/0x100
  4076. [ 4.004205] [<ffffff8008082ef0>] ret_from_fork+0x10/0x20
  4077. [ 4.007316] Code: bad PC value
  4078. [ 4.010257] ---[ end trace 68e41d4cd9625dd2 ]---
  4079. [ 4.013353] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b
  4080. [ 4.013353]
  4081. [ 4.019528] CPU0: stopping
  4082. [ 4.022441] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G B D 4.4.114-rockchip-ayufan-193 #1
  4083. [ 4.026031] Hardware name: Pine64 Rock64 (DT)
  4084. [ 4.029188] Call trace:
  4085. [ 4.032124] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  4086. [ 4.035355] [<ffffff8008088b34>] show_stack+0x24/0x30
  4087. [ 4.038597] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  4088. [ 4.041821] [<ffffff800808db7c>] handle_IPI+0x1d0/0x248
  4089. [ 4.045050] [<ffffff8008080d90>] gic_handle_irq+0xa8/0xc0
  4090. [ 4.048330] Exception stack(0xffffff8009173de0 to 0xffffff8009173f10)
  4091. [ 4.051801] 3de0: 00000040f5df2000 ffffff8009139000 0000000000000000 ffffff8009190d00
  4092. [ 4.055517] 3e00: 0100000000000000 ffffff80092fae80 0000000000000e8e 0000000000000406
  4093. [ 4.059277] 3e20: ffffff800917e9b0 ffffff8009173eb0 00000000000009c0 0000000000000400
  4094. [ 4.063067] 3e40: 0000000000000400 0000000000000002 0000000300000001 0000000000000000
  4095. [ 4.066907] 3e60: 0000000000000010 0000000000000061 0000000000000003 ffffff8009139000
  4096. [ 4.070775] 3e80: ffffff80092bbcf8 ffffff80092bb000 ffffff8009175000 ffffff8009175738
  4097. [ 4.074711] 3ea0: ffffff8008c0d000 00000000033b3000 00000000033b6000 0000000002bf122c
  4098. [ 4.078661] 3ec0: 000000000304001c ffffff8009173f10 ffffff8008085100 ffffff8009173f10
  4099. [ 4.082587] 3ee0: ffffff8008085104 0000000060000045 ffffff8009139000 ffffff8009175000
  4100. [ 4.086495] 3f00: ffffffffffffffff ffffff8008c0d000
  4101. [ 4.090096] [<ffffff80080827b4>] el1_irq+0xb4/0x140
  4102. [ 4.093683] [<ffffff8008085104>] arch_cpu_idle+0x8c/0x100
  4103. [ 4.097292] [<ffffff80080fd6e8>] default_idle_call+0x30/0x34
  4104. [ 4.100906] [<ffffff80080fd978>] cpu_startup_entry+0x214/0x2ac
  4105. [ 4.104515] [<ffffff8008be8548>] rest_init+0x74/0x7c
  4106. [ 4.108032] [<ffffff8009040b7c>] start_kernel+0x390/0x3b4
  4107. [ 4.111583] [<ffffff80090401c4>] __primary_switched+0x30/0x6c
  4108. [ 4.115155] CPU1: stopping
  4109. [ 4.118441] CPU: 1 PID: 0 Comm: swapper/1 Tainted: G B D 4.4.114-rockchip-ayufan-193 #1
  4110. [ 4.122376] Hardware name: Pine64 Rock64 (DT)
  4111. [ 4.125880] Call trace:
  4112. [ 4.129179] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  4113. [ 4.132797] [<ffffff8008088b34>] show_stack+0x24/0x30
  4114. [ 4.136404] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  4115. [ 4.139997] [<ffffff800808db7c>] handle_IPI+0x1d0/0x248
  4116. [ 4.143593] [<ffffff8008080d90>] gic_handle_irq+0xa8/0xc0
  4117. [ 4.147224] Exception stack(0xffffffc0f5e1be10 to 0xffffffc0f5e1bf40)
  4118. [ 4.151026] be00: 00000040f5e07000 ffffff8009139000
  4119. [ 4.155016] be20: 0000000000000000 ffffff8009190d00 0100000000000000 00000000177acb55
  4120. [ 4.159047] be40: 0000000000000e8e 0000000000000406 ffffffc0f5e117a0 ffffffc0f5e1bee0
  4121. [ 4.163107] be60: 00000000000009c0 0000000000000400 0000000000000400 0000000000000000
  4122. [ 4.167169] be80: 0000000300000001 0000000000000000 0000000000000000 0000000000000000
  4123. [ 4.171201] bea0: 0000000000000003 ffffff8009139000 ffffff80092bbcf8 ffffff80092bb000
  4124. [ 4.175252] bec0: ffffff8009175000 ffffff8009175738 ffffff8008c0d000 00000000033b3000
  4125. [ 4.179299] bee0: 00000000033b6000 0000000002bf1234 0000000000000000 ffffffc0f5e1bf40
  4126. [ 4.183367] bf00: ffffff8008085100 ffffffc0f5e1bf40 ffffff8008085104 0000000060000145
  4127. [ 4.187430] bf20: ffffff8009139000 ffffff8009175000 ffffffffffffffff ffffff8008c0d000
  4128. [ 4.191462] [<ffffff80080827b4>] el1_irq+0xb4/0x140
  4129. [ 4.195265] [<ffffff8008085104>] arch_cpu_idle+0x8c/0x100
  4130. [ 4.199060] [<ffffff80080fd6e8>] default_idle_call+0x30/0x34
  4131. [ 4.202834] [<ffffff80080fd978>] cpu_startup_entry+0x214/0x2ac
  4132. [ 4.206623] [<ffffff800808d558>] secondary_start_kernel+0x198/0x1c4
  4133. [ 4.210438] [<0000000002bf1178>] 0x2bf1178
  4134. [ 4.214064] CPU3: stopping
  4135. [ 4.217574] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G B D 4.4.114-rockchip-ayufan-193 #1
  4136. [ 4.221783] Hardware name: Pine64 Rock64 (DT)
  4137. [ 4.225578] Call trace:
  4138. [ 4.229142] [<ffffff80080888f0>] dump_backtrace+0x0/0x220
  4139. [ 4.232968] [<ffffff8008088b34>] show_stack+0x24/0x30
  4140. [ 4.236759] [<ffffff800855b02c>] dump_stack+0x98/0xc0
  4141. [ 4.240536] [<ffffff800808db7c>] handle_IPI+0x1d0/0x248
  4142. [ 4.244310] [<ffffff8008080d90>] gic_handle_irq+0xa8/0xc0
  4143. [ 4.248108] Exception stack(0xffffffc0f5e23e10 to 0xffffffc0f5e23f40)
  4144. [ 4.252032] 3e00: 00000040f5e31000 ffffff8009139000
  4145. [ 4.256131] 3e20: 0000000000000000 ffffff8009190d00 0100000000000000 00000000172af5d5
  4146. [ 4.260231] 3e40: 0000000000000e8a 00000000fffc1400 ffffffc0f5e23ee0 0000000000000040
  4147. [ 4.264330] 3e60: ffffffc0fef6f5c8 ffffffffc0009971 00000000000003cf 0000000000000001
  4148. [ 4.268420] 3e80: 0000000000000001 000000003a053cfb 0000000000000020 000000004dc16ae6
  4149. [ 4.272520] 3ea0: 000000006850faba ffffff8009139000 ffffff80092bbcf8 ffffff80092bb000
  4150. [ 4.276659] 3ec0: ffffff8009175000 ffffff8009175738 ffffff8008c0d000 00000000033b3000
  4151. [ 4.280812] 3ee0: 00000000033b6000 0000000002bf1234 0000000000000000 ffffffc0f5e23f40
  4152. [ 4.284995] 3f00: ffffff8008085100 ffffffc0f5e23f40 ffffff8008085104 0000000060000045
  4153. [ 4.289216] 3f20: ffffff8009139000 ffffff8009175000 ffffffffffffffff ffffff8008c0d000
  4154. [ 4.293450] [<ffffff80080827b4>] el1_irq+0xb4/0x140
  4155. [ 4.297431] [<ffffff8008085104>] arch_cpu_idle+0x8c/0x100
  4156. [ 4.301434] [<ffffff80080fd6e8>] default_idle_call+0x30/0x34
  4157. [ 4.305423] [<ffffff80080fd978>] cpu_startup_entry+0x214/0x2ac
  4158. [ 4.309364] [<ffffff800808d558>] secondary_start_kernel+0x198/0x1c4
  4159. [ 4.313350] [<0000000002bf1178>] 0x2bf1178
  4160. [ 4.317121] CRU:
  4161. [ 4.320668] 00000000: 000070d7 00000486 000a3d70 00000000 00000000 00000000 00000000 00000000
  4162. [ 4.324992] 00000020: 00002083 00001441 00000001 00000000 00000000 00000000 00000000 00000000
  4163. [ 4.329301] 00000040: 00001032 00001441 00000000 00000000 00000000 00000000 00000000 00000000
  4164. [ 4.333581] 00000060: 000023d7 00000458 000a3d70 00000000 00000000 00000000 00000000 00000000
  4165. [ 4.337798] 00000080: 00001113 00002000 00005a5a 00000000 3a98c064 00000001 00000000 00000000
  4166. [ 4.341956] 000000a0: 00001036 00001441 00000000 00000000 00000000 00000000 00000000 00000000
  4167. [ 4.346068] 000000c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4168. [ 4.350124] 000000e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4169. [ 4.354132] 00000100: 000007c0 00001115 00000003 00000000 00002c80 00008004 0000000f 00010014
  4170. [ 4.358160] 00000120: 00000100 00933d09 0000000f 00010014 0000000f 00010014 00000207 00010014
  4171. [ 4.362162] 00000140: 00000207 00010014 00000207 00010014 00008007 0000170c 000001df 00000017
  4172. [ 4.366149] 00000160: 00000707 00000207 00000017 00000705 00004107 00000011 0000021d 00000017
  4173. [ 4.370098] 00000180: 00000002 00008800 00000707 00000707 00000305 00000203 00007a97 00000002
  4174. [ 4.373997] 000001a0: 00003111 0bb8ea60 00003113 00000003 00000042 0000001f 00000000 00000000
  4175. [ 4.377883] 000001c0: 00000b0b 0000000b 000000df 00000505 00000b31 00000000 00000000 00000000
  4176. [ 4.381707] 000001e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4177. [ 4.385515] 00000200: 00000000 0000f30e 0000248f 00000000 00000001 00000000 00000006 00000000
  4178. [ 4.389297] 00000220: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000042
  4179. [ 4.393057] 00000240: 000005a1 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4180. [ 4.396776] 00000260: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4181. [ 4.400431] 00000280: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4182. [ 4.404053] 000002a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4183. [ 4.407576] 000002c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4184. [ 4.410999] 000002e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4185. [ 4.414382] 00000300: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4186. [ 4.417705] 00000320: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4187. [ 4.420994] 00000340: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4188. [ 4.424259] 00000360: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4189. [ 4.427494] 00000380: 00000004 00000000 00000004 00000000 00000004 00000004 00000004 00000000
  4190. [ 4.430698] 000003a0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4191. [ 4.433834] 000003c0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4192. [ 4.436875] 000003e0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4193. [ 4.439829] Kernel Offset: disabled
  4194. [ 4.442310] Memory Limit: none
  4195. [ 4.444719] rockchip-thermal ff250000.tsadc: channal 0: temperature(51 C)
  4196. [ 4.447519] THERMAL REGS:
  4197. [ 4.449899] 00000000: 00000200 00010013 00000101 00000000 00000000 00000000 00000000 00000000
  4198. [ 4.452939] 00000020: 000001ec 00000000 00000000 00000000 0000023c 00000000 00000000 00000000
  4199. [ 4.455926] 00000040: 00000258 00000000 00000000 00000000 00000000 00000000 00000000 00000000
  4200. [ 4.458835] 00000060: 00000004 00000004 000000fa 00000032 00000000 00000000 00000000 00000000
  4201. [ 4.461698] 00000080: 00000000 00000000
  4202. [ 4.464059] Rebooting in 10 seconds..
  4203. DDR version 1.06 20170424
  4204. In
  4205. SRX
  4206. LPDDR3
  4207. 786MHz
  4208. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  4209. ddrconfig:7
  4210. OUT
  4211. "Synchronous Abort" handler, esr 0x96000000
  4212. ELR: 27e4
  4213. LR: 27dc
  4214. x 0: 0000000000000003 x 1: 0000000000000354
  4215. x 2: 0000000000000334 x 3: 0000000000000038
  4216. x 4: 0000000000000b94 x 5: 000000000000036c
  4217. x 6: 0000000000000334 x 7: 0000000000000003
  4218. x 8: "Synchronous Abort" handler, esr 0x96000040
  4219. ELR: 4098
  4220. LR: 4020
  4221. x 0: 0000da00003fdad3 x 1: 0000000000000001
  4222. x 2: 00000000003fdad2 x 3: 0000000000000063
  4223. x 4: 00000000003fdad3 x 5: 0000000000000000
  4224. x 6: 0000000000000001 x 7: 000000000000000a
  4225. x 8: 000000000000031c x 9: 000000002ed96880
  4226. x10: 00000000003fdd7c x11: 000000000000000c
  4227. x12: 00000000000002c9 x13: 00000000000002b8
  4228. x14: 00000000003fde0c x15: 000000000000dc98
  4229. x16: 0000000000000000 x17: 0000000000000000
  4230. x18: 00000000003fdea0 x19: 00000000003fdc10
  4231. x20: 00000000ffffffd8 x21: 00000000003fdb10
  4232. x22: 000000000000b9e9 x23: 00000000003fdad0
  4233. x24: 00000000003fdc10 x25: 00000000003fdad1
  4234. x26: 0000000000000030 x27: 0000000000000010
  4235. x28: 00000000003fdad0 x29: 00000000003fda50
  4236.  
  4237. Resetting CPU ...
  4238.  
  4239. ### ERROR ### Please RESET the board ###
  4240. DDR version 1.06 20170424
  4241. In
  4242. LPDDR3
  4243. 786MHz
  4244. Bus Width=32 Col=11 Bank=8 Row=15/15 CS=2 Die Bus-Width=32 Size=4096MB
  4245. ddrconfig:7
  4246. OUT
  4247.  
  4248. U-Boot SPL 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:22)
  4249. setup_ddr_param 1
  4250. booted from eMMC
  4251. Trying to boot from MMC1
  4252. NOTICE: BL31: v1.3(release):f947c7e
  4253. NOTICE: BL31: Built : 20:21:21, Mar 4 2018
  4254. NOTICE: BL31:Rockchip release version: v1.3
  4255.  
  4256.  
  4257. U-Boot 2017.09-ga0a2b48 (Mar 04 2018 - 20:21:36 +0000), Build: jenkins-linux-build-rock-64-193
  4258.  
  4259. Model: Pine64 Rock64
  4260. DRAM: 4 GiB
  4261. MMC: rksdmmc@ff520000: 0, rksdmmc@ff500000: 1
  4262. Card did not respond to voltage select!
  4263. mmc_init: -95, time 10
  4264. *** Warning - No block device, using default environment
  4265.  
  4266. In: serial@ff130000
  4267. Out: serial@ff130000
  4268. Err: serial@ff130000
  4269. Model: Pine64 Rock64
  4270. misc_init_r
  4271. cpuid=55524b50303930313400000000091507
  4272. serial=6a7e287fc444f4b
  4273. Net: eth0: ethernet@ff540000
  4274. Hit any key to stop autoboot: 2 1 0
  4275. switch to partitions #0, OK
  4276. mmc0(part 0) is current device
  4277. Scanning mmc 0:6...
  4278. Found /extlinux/extlinux.conf
  4279. Retrieving file: /extlinux/extlinux.conf
  4280. reading /extlinux/extlinux.conf
  4281. 688 bytes read in 4 ms (168 KiB/s)
  4282. select kernel
  4283. 1: kernel-latest
  4284. 2: kernel-previous
  4285. Enter choice: 1: kernel-latest
  4286. Retrieving file: /initrd.img
  4287. reading /initrd.img
  4288. 2924191 bytes read in 358 ms (7.8 MiB/s)
  4289. Retrieving file: /Image
  4290. reading /Image
  4291. 19359752 bytes read in 2343 ms (7.9 MiB/s)
  4292. append: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  4293. Retrieving file: /dtb
  4294. reading /dtb
  4295. 58088 bytes read in 11 ms (5 MiB/s)
  4296. ## Flattened Device Tree blob at 01f00000
  4297. Booting using the fdt blob at 0x1f00000
  4298. Loading Ramdisk to fcc37000, end fcf00e9f ... OK
  4299. Loading Device Tree to 00000000fcc25000, end 00000000fcc362e7 ... OK
  4300.  
  4301. Starting kernel ...
  4302.  
  4303. [ 0.000000] Booting Linux on physical CPU 0x0
  4304. [ 0.000000] Initializing cgroup subsys cpuset
  4305. [ 0.000000] Initializing cgroup subsys cpu
  4306. [ 0.000000] Initializing cgroup subsys cpuacct
  4307. [ 0.000000] Linux version 4.4.114-rockchip-ayufan-193 (root@299c3fc1b858) (gcc version 7.2.0 (Ubuntu/Linaro 7.2.0-6ubuntu1) ) #1 SMP Sun Mar 4 20:24:21 UTC 2018
  4308. [ 0.000000] Boot CPU: AArch64 Processor [410fd034]
  4309. [ 0.000000] psci: probing for conduit method from DT.
  4310. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  4311. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  4312. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  4313. [ 0.000000] PERCPU: Embedded 21 pages/cpu @ffffffc0fef2b000 s46248 r8192 d31576 u86016
  4314. [ 0.000000] Detected VIPT I-cache on CPU0
  4315. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  4316. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1027656
  4317. [ 0.000000] Kernel command line: rockchip_jtag earlyprintk=uart8250-32bit,0xff130000 rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=2e:ea:bd:e5:27:30 eth1addr=2e:ea:bd:e5:27:50 serial=6a7e287fc444f4b cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
  4318. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  4319. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  4320. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  4321. [ 0.000000] software IO TLB [mem 0xf6200000-0xfa200000] (64MB) mapped at [ffffffc0f6200000-ffffffc0fa1fffff]
  4322. [ 0.000000] Memory: 4014748K/4175872K available (11774K kernel code, 1562K rwdata, 4292K rodata, 1216K init, 750K bss, 161124K reserved, 0K cma-reserved)
  4323. [ 0.000000] Virtual kernel memory layout:
  4324. [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB)
  4325. [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbdbfff0000 ( 246 GB)
  4326. [ 0.000000] .init : 0xffffff8009040000 - 0xffffff8009170000 ( 1216 KB)
  4327. [ 0.000000] .text : 0xffffff8008080000 - 0xffffff8008c00000 ( 11776 KB)
  4328. [ 0.000000] .rodata : 0xffffff8008c00000 - 0xffffff8009040000 ( 4352 KB)
  4329. [ 0.000000] .data : 0xffffff8009170000 - 0xffffff80092f6808 ( 1563 KB)
  4330. [ 0.000000] vmemmap : 0xffffffbdc0000000 - 0xffffffbfc0000000 ( 8 GB maximum)
  4331. [ 0.000000] 0xffffffbdc0008000 - 0xffffffbdc3fc0000 ( 63 MB actual)
  4332. [ 0.000000] fixed : 0xffffffbffe7fb000 - 0xffffffbffec00000 ( 4116 KB)
  4333. [ 0.000000] PCI I/O : 0xffffffbffee00000 - 0xffffffbfffe00000 ( 16 MB)
  4334. [ 0.000000] memory : 0xffffffc000200000 - 0xffffffc0ff000000 ( 4078 MB)
  4335. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  4336. [ 0.000000] Hierarchical RCU implementation.
  4337. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  4338. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  4339. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  4340. [ 0.000000] NR_IRQS:64 nr_irqs:64 0
  4341. [ 0.000000] GIC: Using split EOI/Deactivate mode
  4342. [ 0.000000] Architected cp15 timer(s) running at 24.00MHz (phys).
  4343. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  4344. [ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  4345. [ 0.001023] Console: colour dummy device 80x25
  4346. [ 0.002789] console [tty0] enabled
  4347. [ 0.002844] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
  4348. [ 0.002928] pid_max: default: 32768 minimum: 301
  4349. [ 0.003088] Security Framework initialized
  4350. [ 0.003133] Yama: becoming mindful.
  4351. [ 0.003193] AppArmor: AppArmor disabled by boot time parameter
  4352. [ 0.003297] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  4353. [ 0.003366] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  4354. [ 0.004308] Initializing cgroup subsys io
  4355. [ 0.004386] Initializing cgroup subsys memory
  4356. [ 0.004456] Initializing cgroup subsys devices
  4357. [ 0.004507] Initializing cgroup subsys freezer
  4358. [ 0.004557] Initializing cgroup subsys net_cls
  4359. [ 0.004605] Initializing cgroup subsys perf_event
  4360. [ 0.004655] Initializing cgroup subsys net_prio
  4361. [ 0.004710] Initializing cgroup subsys hugetlb
  4362. [ 0.004758] Initializing cgroup subsys pids
  4363. [ 0.004845] ftrace: allocating 44276 entries in 173 pages
  4364. [ 0.125853] sched-energy: CPU device node has no sched-energy-costs
  4365. [ 0.125912] Invalid sched_group_energy for CPU0
  4366. [ 0.125953] CPU0: update cpu_capacity 1024
  4367. [ 0.126052] ASID allocator initialised with 32768 entries
  4368. [ 0.131420] Detected VIPT I-cache on CPU1
  4369. [ 0.131477] Invalid sched_group_energy for CPU1
  4370. [ 0.131483] CPU1: update cpu_capacity 1024
  4371. [ 0.131488] CPU1: Booted secondary processor [410fd034]
  4372. [ 0.132202] Detected VIPT I-cache on CPU2
  4373. [ 0.132248] Invalid sched_group_energy for CPU2
  4374. [ 0.132252] CPU2: update cpu_capacity 1024
  4375. [ 0.132257] CPU2: Booted secondary processor [410fd034]
  4376. [ 0.132955] Detected VIPT I-cache on CPU3
  4377. [ 0.132999] Invalid sched_group_energy for CPU3
  4378. [ 0.133004] CPU3: update cpu_capacity 1024
  4379. [ 0.133009] CPU3: Booted secondary processor [410fd034]
  4380. [ 0.133112] Brought up 4 CPUs
  4381. [ 0.133572] SMP: Total of 4 processors activated.
  4382. [ 0.133622] CPU: All CPU(s) started at EL2
  4383. [ 0.133714] alternatives: patching kernel code
  4384. [ 0.133979] Invalid sched_group_energy for CPU3
  4385. [ 0.134025] Invalid sched_group_energy for Cluster3
  4386. [ 0.134067] Invalid sched_group_energy for CPU2
  4387. [ 0.134107] Invalid sched_group_energy for Cluster2
  4388. [ 0.134147] Invalid sched_group_energy for CPU1
  4389. [ 0.134189] Invalid sched_group_energy for Cluster1
  4390. [ 0.134230] Invalid sched_group_energy for CPU0
  4391. [ 0.134271] Invalid sched_group_energy for Cluster0
  4392. [ 0.135089] devtmpfs: initialized
  4393. [ 0.155959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  4394. [ 0.156080] futex hash table entries: 1024 (order: 4, 65536 bytes)
  4395. [ 0.156684] xor: measuring software checksum speed
  4396. [ 0.166160] 8regs : 1080.000 MB/sec
  4397. [ 0.176243] 8regs_prefetch: 968.000 MB/sec
  4398. [ 0.186325] 32regs : 1456.000 MB/sec
  4399. [ 0.196412] 32regs_prefetch: 1224.000 MB/sec
  4400. [ 0.196456] xor: using function: 32regs (1456.000 MB/sec)
  4401. [ 0.196522] pinctrl core: initialized pinctrl subsystem
  4402. [ 0.197887] NET: Registered protocol family 16
  4403. [ 0.202524] cpuidle: using governor ladder
  4404. [ 0.206551] cpuidle: using governor menu
  4405. [ 0.206612] Registered FIQ tty driver
  4406. [ 0.207405] vdso: 2 pages (1 code @ ffffff8008c06000, 1 data @ ffffff8009174000)
  4407. [ 0.207501] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  4408. [ 0.208018] DMA: preallocated 1024 KiB pool for atomic allocations
  4409. [ 0.237539] genirq: Setting trigger mode 8 for irq 179 failed (gic_set_type+0x0/0x64)
  4410. [ 0.295655] console [ttyFIQ0] enabled
  4411. [ 0.296345] Registered fiq debugger ttyFIQ0
  4412. [ 0.334370] raid6: int64x1 gen() 203 MB/s
  4413. [ 0.351519] raid6: int64x1 xor() 183 MB/s
  4414. [ 0.368693] raid6: int64x2 gen() 328 MB/s
  4415. [ 0.385777] raid6: int64x2 xor() 250 MB/s
  4416. [ 0.403049] raid6: int64x4 gen() 484 MB/s
  4417. [ 0.420136] raid6: int64x4 xor() 337 MB/s
  4418. [ 0.437297] raid6: int64x8 gen() 386 MB/s
  4419. [ 0.454499] raid6: int64x8 xor() 308 MB/s
  4420. [ 0.471789] raid6: neonx1 gen() 367 MB/s
  4421. [ 0.488908] raid6: neonx1 xor() 328 MB/s
  4422. [ 0.506008] raid6: neonx2 gen() 554 MB/s
  4423. [ 0.523182] raid6: neonx2 xor() 500 MB/s
  4424. [ 0.540373] raid6: neonx4 gen() 746 MB/s
  4425. [ 0.557530] raid6: neonx4 xor() 570 MB/s
  4426. [ 0.574738] raid6: neonx8 gen() 765 MB/s
  4427. [ 0.591925] raid6: neonx8 xor() 578 MB/s
  4428. [ 0.592339] raid6: using algorithm neonx8 gen() 765 MB/s
  4429. [ 0.592841] raid6: .... xor() 578 MB/s, rmw enabled
  4430. [ 0.593324] raid6: using intx1 recovery algorithm
  4431. [ 0.594244] mpp venc_srv: mpp_probe enter
  4432. [ 0.594690] mpp venc_srv: init success
  4433. [ 0.595355] rockchip-pm rockchip-suspend: not set sleep mode config
  4434. [ 0.595976] rockchip-pm rockchip-suspend: not set wakeup-config
  4435. [ 0.596540] rockchip-pm rockchip-suspend: not set pwm-regulator-config
  4436. ERROR: rockchip_plat_sip_handler: unhandled SMC (0x82000003)
  4437. [ 0.599689] vcc_sd: regulator get failed, ret=-517
  4438. [ 0.600592] vcc_host_5v: supplied by vcc_sys
  4439. [ 0.601822] vcc_host1_5v: supplied by vcc_sys
  4440. [ 0.603497] iommu: Adding device ff350000.vpu_service to group 0
  4441. [ 0.604166] iommu: Adding device ff351000.avsd to group 1
  4442. [ 0.604782] iommu: Adding device ff360000.rkvdec to group 2
  4443. [ 0.605391] iommu: Adding device ff330000.h265e to group 3
  4444. [ 0.606014] iommu: Adding device ff340000.vepu to group 4
  4445. [ 0.606611] iommu: Adding device ff370000.vop to group 5
  4446. [ 0.607229] iommu: Adding device ff3a0000.iep to group 6
  4447. [ 0.608787] rk_iommu ff360480.iommu: can't get aclk
  4448. [ 0.609302] rk_iommu ff360480.iommu: can't get hclk
  4449. [ 0.609965] rk_iommu ff330200.iommu: can't get aclk
  4450. [ 0.610464] rk_iommu ff330200.iommu: can't get hclk
  4451. [ 0.611364] rk_iommu ff373f00.iommu: can't get aclk
  4452. [ 0.611864] rk_iommu ff373f00.iommu: can't get hclk
  4453. [ 0.613293] SCSI subsystem initialized
  4454. [ 0.613987] usbcore: registered new interface driver usbfs
  4455. [ 0.614590] usbcore: registered new interface driver hub
  4456. [ 0.615229] usbcore: registered new device driver usb
  4457. [ 0.615876] media: Linux media interface: v0.10
  4458. [ 0.616386] Linux video capture interface: v2.00
  4459. [ 0.616938] pps_core: LinuxPPS API ver. 1 registered
  4460. [ 0.617435] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  4461. [ 0.618336] PTP clock support registered
  4462. [ 0.620624] Advanced Linux Sound Architecture Driver Initialized.
  4463. [ 0.622067] Bluetooth: Core ver 2.21
  4464. [ 0.622497] NET: Registered protocol family 31
  4465. [ 0.622932] Bluetooth: HCI device and connection manager initialized
  4466. [ 0.623551] Bluetooth: HCI socket layer initialized
  4467. [ 0.624026] Bluetooth: L2CAP socket layer initialized
  4468. [ 0.624555] Bluetooth: SCO socket layer initialized
  4469. [ 0.625682] NetLabel: Initializing
  4470. [ 0.626033] NetLabel: domain hash size = 128
  4471. [ 0.626453] NetLabel: protocols = UNLABELED CIPSOv4
  4472. [ 0.627020] NetLabel: unlabeled traffic allowed by default
  4473. [ 0.628044] rockchip-cpuinfo cpuinfo: Serial : 6a7e287fc444f4b5
  4474. [ 0.629837] clocksource: Switched to clocksource arch_sys_counter
  4475. [ 0.730706] NET: Registered protocol family 2
  4476. [ 0.731954] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  4477. [ 0.733150] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  4478. [ 0.735232] TCP: Hash tables configured (established 32768 bind 32768)
  4479. [ 0.735998] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  4480. [ 0.736816] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  4481. [ 0.738033] NET: Registered protocol family 1
  4482. [ 0.738999] RPC: Registered named UNIX socket transport module.
  4483. [ 0.739568] RPC: Registered udp transport module.
  4484. [ 0.740049] RPC: Registered tcp transport module.
  4485. [ 0.740506] RPC: Registered tcp NFSv4.1 backchannel transport module.
  4486. [ 0.741412] Trying to unpack rootfs image as initramfs...
  4487. [ 0.979388] Freeing initrd memory: 2852K
  4488. [ 0.980986] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
  4489. [ 0.983120] kvm [1]: 8-bit VMID
  4490. [ 0.983446] kvm [1]: Hyp mode initialized successfully
  4491. [ 0.984430] kvm [1]: interrupt-controller@ff814000 IRQ46
  4492. [ 0.985286] kvm [1]: timer IRQ3
  4493. [ 0.989533] audit: initializing netlink subsys (disabled)
  4494. [ 0.990126] audit: type=2000 audit(0.892:1): initialized
  4495. [ 0.991787] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  4496. [ 1.004928] VFS: Disk quotas dquot_6.6.0
  4497. [ 1.005582] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  4498. [ 1.009154] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  4499. [ 1.011807] NFS: Registering the id_resolver key type
  4500. [ 1.012361] Key type id_resolver registered
  4501. [ 1.012774] Key type id_legacy registered
  4502. [ 1.013200] Installing knfsd (copyright (C) 1996 [email protected]).
  4503. [ 1.014926] fuse init (API version 7.23)
  4504. [ 1.016558] JFS: nTxBlock = 8192, nTxLock = 65536
  4505. [ 1.024002] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  4506. [ 1.027455] Key type big_key registered
  4507. [ 1.027981]
  4508. [ 1.027981] TEE Core Framework initialization (ver 1:0.1)
  4509. [ 1.028679] TEE armv7 Driver initialization
  4510. [ 1.029589] tz_tee_probe: name="armv7sec", id=0, pdev_name="armv7sec.0"
  4511. [ 1.030238] TEE core: Alloc the misc device "opteearmtz00" (id=0)
  4512. [ 1.031139] TEE Core: Register the misc device "opteearmtz00" (id=0,minor=62)
  4513. [ 1.037443] NET: Registered protocol family 38
  4514. [ 1.037959] Key type asymmetric registered
  4515. [ 1.038373] Asymmetric key parser 'x509' registered
  4516. [ 1.039169] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  4517. [ 1.040111] io scheduler noop registered
  4518. [ 1.040511] io scheduler deadline registered (default)
  4519. [ 1.041087] io scheduler cfq registered
  4520. [ 1.044348] rockchip-usb2phy ff450000.syscon:usb2-phy@100: vbus_drv is not assigned
  4521. [ 1.046084] rockchip-u3phy ff470000.usb3-phy: vbus_drv is not assigned
  4522. [ 1.049420] rockchip-u3phy ff470000.usb3-phy: Rockchip u3phy initialized successfully
  4523. [ 1.053879] rk-vcodec vpu_combo: no regulator for vcodec
  4524. [ 1.054667] rk-vcodec vpu_combo: failed on clk_get clk_cabac
  4525. [ 1.055254] rk-vcodec vpu_combo: failed on clk_get clk_core
  4526. [ 1.055898] platform ff350000.vpu_service: probe device
  4527. [ 1.056457] platform ff350000.vpu_service: vpu mmu dec ffffffc0f5444410
  4528. [ 1.057382] platform ff350000.vpu_service: allocator is drm
  4529. [ 1.058006] platform ff350000.vpu_service: checking hw id 0
  4530. [ 1.059367] platform ff351000.avsd: probe device
  4531. [ 1.059972] platform ff351000.avsd: vpu mmu dec ffffffc0f5444410
  4532. [ 1.060965] platform ff351000.avsd: allocator is drm
  4533. [ 1.061496] platform ff351000.avsd: checking hw id 6731
  4534. [ 1.064068] rk-vcodec vpu_combo: could not find power_model node
  4535. [ 1.064655] rk-vcodec vpu_combo: init success
  4536. [ 1.065462] rk-vcodec ff360000.rkvdec: vcodec regulator not ready, retry
  4537. [ 1.067074] probe device ff330000.h265e
  4538. [ 1.067815] mpp_dev ff330000.h265e: try to get iommu dev ffffffc0f5446010
  4539. [ 1.068984] mpp_dev ff330000.h265e: resource ready, register device
  4540. [ 1.070082] probe device ff340000.vepu
  4541. [ 1.070807] mpp_dev ff340000.vepu: try to get iommu dev ffffffc0f5446810
  4542. [ 1.071880] mpp_dev ff340000.vepu: resource ready, register device
  4543. [ 1.075724] dma-pl330 ff1f0000.dmac: Loaded driver for PL330 DMAC-241330
  4544. [ 1.076392] dma-pl330 ff1f0000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  4545. [ 1.078306] Serial: 8250/16550 driver, 5 ports, IRQ sharing disabled
  4546. [ 1.082108] [drm] Initialized drm 1.1.0 20060810
  4547. [ 1.086599] rockchip-drm display-subsystem: devfreq is not set
  4548. [ 1.087617] rockchip-vop ff370000.vop: invalid resource
  4549. [ 1.088156] rockchip-vop ff370000.vop: failed to get vop lut registers
  4550. [ 1.088777] rockchip-vop ff370000.vop: invalid resource
  4551. [ 1.089299] rockchip-vop ff370000.vop: failed to get vop cabc lut registers
  4552. [ 1.090231] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008cca9c8)
  4553. [ 1.091429] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports
  4554. [ 1.092088] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver
  4555. [ 1.092981] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)
  4556. [ 1.095021] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008cc2290)
  4557. [ 1.095813] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  4558. [ 1.096450] [drm] No driver support for vblank timestamp query.
  4559. [ 1.097164] rockchip-drm display-subsystem: failed to parse display resources
  4560. [ 1.097882] rockchip-drm display-subsystem: No connectors reported connected with modes
  4561. [ 1.098692] [drm] Cannot find any crtc or sizes - going 1024x768
  4562. [ 1.124601] Console: switching to colour frame buffer device 128x48
  4563. [ 1.144782] rockchip-drm display-subsystem: fb0: frame buffer device
  4564. [ 1.151598] usbcore: registered new interface driver udl
  4565. [ 1.155405] Unable to detect cache hierarchy for CPU 0
  4566. [ 1.157397] brd: module loaded
  4567. [ 1.166774] loop: module loaded
  4568. [ 1.167607] lkdtm: No crash points registered, enable through debugfs
  4569. [ 1.171160] m25p80 spi32766.0: gd25q128 (16384 Kbytes)
  4570. [ 1.171894] 2 ofpart partitions found on MTD device spi32766.0
  4571. [ 1.172640] Creating 2 MTD partitions on "spi32766.0":
  4572. [ 1.173328] 0x000000008000-0x000000400000 : "loader"
  4573. [ 1.175559] 0x0000007c0000-0x000000800000 : "vendor"
  4574. [ 1.180084] force_sf_dma_mode is ignored if force_thresh_dma_mode is set.
  4575. [ 1.181156] rk_gmac-dwmac ff540000.ethernet: clock input or output? (input).
  4576. [ 1.182086] rk_gmac-dwmac ff540000.ethernet: TX delay(0x24).
  4577. [ 1.182814] rk_gmac-dwmac ff540000.ethernet: RX delay(0x18).
  4578. [ 1.183566] rk_gmac-dwmac ff540000.ethernet: integrated PHY? (no).
  4579. [ 1.184611] rk_gmac-dwmac ff540000.ethernet: cannot get clock clk_mac_speed
  4580. [ 1.185515] rk_gmac-dwmac ff540000.ethernet: clock input from PHY
  4581. [ 1.191318] rk_gmac-dwmac ff540000.ethernet: init for RGMII
  4582. [ 1.192211] stmmac - user ID: 0x10, Synopsys ID: 0x35
  4583. [ 1.192875] Ring mode enabled
  4584. [ 1.193276] DMA HW capability register supported
  4585. [ 1.193873] Normal descriptors
  4586. [ 1.202318] RX Checksum Offload Engine supported (type 2)
  4587. [ 1.210901] Wake-Up On Lan supported
  4588. [ 1.219265] Enable RX Mitigation via HW Watchdog Timer
  4589. [ 1.302758] libphy: stmmac: probed
  4590. [ 1.311046] eth%d: PHY ID 001cc916 at 0 IRQ POLL (stmmac-0:00) active
  4591. [ 1.311053] eth%d: PHY ID 001cc916 at 1 IRQ POLL (stmmac-0:01)
  4592. [ 1.312434] rk_gmac-dwmac ff550000.ethernet: clock input or output? (output).
  4593. [ 1.312443] rk_gmac-dwmac ff550000.ethernet: Can not read property: tx_delay.
  4594. [ 1.312451] rk_gmac-dwmac ff550000.ethernet: set tx_delay to 0x30
  4595. [ 1.312460] rk_gmac-dwmac ff550000.ethernet: Can not read property: rx_delay.
  4596. [ 1.312467] rk_gmac-dwmac ff550000.ethernet: set rx_delay to 0x10
  4597. [ 1.312516] rk_gmac-dwmac ff550000.ethernet: integrated PHY? (yes).
  4598. [ 1.312777] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_refout
  4599. [ 1.312789] rk_gmac-dwmac ff550000.ethernet: cannot get clock clk_mac_speed
  4600. [ 1.317939] rk_gmac-dwmac ff550000.ethernet: init for RMII
  4601. [ 1.349002] stmmac - user ID: 0x10, Synopsys ID: 0x35
  4602. [ 1.349005] Ring mode enabled
  4603. [ 1.349011] DMA HW capability register supported
  4604. [ 1.349012] Normal descriptors
  4605. [ 1.349016] RX Checksum Offload Engine supported (type 2)
  4606. [ 1.349018] TX Checksum insertion supported
  4607. [ 1.349021] Wake-Up On Lan supported
  4608. [ 1.349081] Enable RX Mitigation via HW Watchdog Timer
  4609. [ 1.503208] libphy: stmmac: probed
  4610. [ 1.509968] eth%d: PHY ID 1234d400 at 0 IRQ POLL (stmmac-1:00) active
  4611. [ 1.517038] eth%d: PHY ID 00000000 at 1 IRQ POLL (stmmac-1:01)
  4612. [ 1.523875] eth%d: PHY ID 00000000 at 2 IRQ POLL (stmmac-1:02)
  4613. [ 1.530589] eth%d: PHY ID 00000000 at 3 IRQ POLL (stmmac-1:03)
  4614. [ 1.537194] eth%d: PHY ID 00000000 at 4 IRQ POLL (stmmac-1:04)
  4615. [ 1.543743] eth%d: PHY ID 00000000 at 5 IRQ POLL (stmmac-1:05)
  4616. [ 1.550136] eth%d: PHY ID 00000000 at 6 IRQ POLL (stmmac-1:06)
  4617. [ 1.556367] eth%d: PHY ID 00000000 at 7 IRQ POLL (stmmac-1:07)
  4618. [ 1.562460] eth%d: PHY ID 00000000 at 8 IRQ POLL (stmmac-1:08)
  4619. [ 1.568424] eth%d: PHY ID 00000000 at 9 IRQ POLL (stmmac-1:09)
  4620. [ 1.574273] eth%d: PHY ID 00000000 at 10 IRQ POLL (stmmac-1:0a)
  4621. [ 1.580177] eth%d: PHY ID 00000000 at 11 IRQ POLL (stmmac-1:0b)
  4622. [ 1.585905] eth%d: PHY ID 00000000 at 12 IRQ POLL (stmmac-1:0c)
  4623. [ 1.591452] eth%d: PHY ID 00000000 at 13 IRQ POLL (stmmac-1:0d)
  4624. [ 1.596919] eth%d: PHY ID 00000000 at 14 IRQ POLL (stmmac-1:0e)
  4625. [ 1.602406] eth%d: PHY ID 00000000 at 15 IRQ POLL (stmmac-1:0f)
  4626. [ 1.607848] eth%d: PHY ID 00000000 at 16 IRQ POLL (stmmac-1:10)
  4627. [ 1.613205] eth%d: PHY ID 00000000 at 17 IRQ POLL (stmmac-1:11)
  4628. [ 1.618471] eth%d: PHY ID 00000000 at 18 IRQ POLL (stmmac-1:12)
  4629. [ 1.623689] eth%d: PHY ID 00000000 at 19 IRQ POLL (stmmac-1:13)
  4630. [ 1.628781] eth%d: PHY ID 00000000 at 20 IRQ POLL (stmmac-1:14)
  4631. [ 1.633763] eth%d: PHY ID 00000000 at 21 IRQ POLL (stmmac-1:15)
  4632. [ 1.638654] eth%d: PHY ID 00000000 at 22 IRQ POLL (stmmac-1:16)
  4633. [ 1.643449] eth%d: PHY ID 00000000 at 23 IRQ POLL (stmmac-1:17)
  4634. [ 1.648115] eth%d: PHY ID 00000000 at 24 IRQ POLL (stmmac-1:18)
  4635. [ 1.652654] eth%d: PHY ID 00000000 at 25 IRQ POLL (stmmac-1:19)
  4636. [ 1.657081] eth%d: PHY ID 00000000 at 26 IRQ POLL (stmmac-1:1a)
  4637. [ 1.661385] eth%d: PHY ID 00000000 at 27 IRQ POLL (stmmac-1:1b)
  4638. [ 1.665528] eth%d: PHY ID 00000000 at 28 IRQ POLL (stmmac-1:1c)
  4639. [ 1.669655] eth%d: PHY ID 00000000 at 29 IRQ POLL (stmmac-1:1d)
  4640. [ 1.673600] eth%d: PHY ID 00000000 at 30 IRQ POLL (stmmac-1:1e)
  4641. [ 1.677473] eth%d: PHY ID 00000000 at 31 IRQ POLL (stmmac-1:1f)
  4642. [ 1.682898] Rockchip WiFi SYS interface (V1.00) ...
  4643. [ 1.686848] usbcore: registered new interface driver cdc_ether
  4644. [ 1.690860] usbcore: registered new interface driver rndis_host
  4645. [ 1.696869] phy phy-ff470000.usb3-phy.2: u3phy u2 power on
  4646. [ 1.700851] phy phy-ff470000.usb3-phy.3: u3phy u3 power on
  4647. [ 1.705998] ff580000.usb supply vusb_d not found, using dummy regulator
  4648. [ 1.710269] ff580000.usb supply vusb_a not found, using dummy regulator
  4649. [ 1.726888] dwc2 ff580000.usb: DWC OTG Controller
  4650. [ 1.730793] dwc2 ff580000.usb: new USB bus registered, assigned bus number 1
  4651. [ 1.734989] dwc2 ff580000.usb: irq 43, io mem 0xff580000
  4652. [ 1.739246] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  4653. [ 1.743470] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  4654. [ 1.747768] usb usb1: Product: DWC OTG Controller
  4655. [ 1.751841] usb usb1: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 dwc2_hsotg
  4656. [ 1.756310] usb usb1: SerialNumber: ff580000.usb
  4657. [ 1.761372] hub 1-0:1.0: USB hub found
  4658. [ 1.765436] hub 1-0:1.0: 1 port detected
  4659. [ 1.770873] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  4660. [ 1.775439] ehci-pci: EHCI PCI platform driver
  4661. [ 1.779936] ehci-platform: EHCI generic platform driver
  4662. [ 1.787175] ehci-platform ff5c0000.usb: EHCI Host Controller
  4663. [ 1.792255] ehci-platform ff5c0000.usb: new USB bus registered, assigned bus number 2
  4664. [ 1.797547] ehci-platform ff5c0000.usb: irq 44, io mem 0xff5c0000
  4665. [ 1.807873] ehci-platform ff5c0000.usb: USB 2.0 started, EHCI 1.00
  4666. [ 1.813284] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  4667. [ 1.818656] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  4668. [ 1.824109] usb usb2: Product: EHCI Host Controller
  4669. [ 1.829435] usb usb2: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ehci_hcd
  4670. [ 1.835213] usb usb2: SerialNumber: ff5c0000.usb
  4671. [ 1.841643] hub 2-0:1.0: USB hub found
  4672. [ 1.847308] hub 2-0:1.0: 1 port detected
  4673. [ 1.853675] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  4674. [ 1.859812] ohci-platform: OHCI generic platform driver
  4675. [ 1.866466] ohci-platform ff5d0000.usb: Generic Platform OHCI controller
  4676. [ 1.873246] ohci-platform ff5d0000.usb: new USB bus registered, assigned bus number 3
  4677. [ 1.880107] ohci-platform ff5d0000.usb: irq 45, io mem 0xff5d0000
  4678. [ 1.941116] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
  4679. [ 1.947976] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  4680. [ 1.954994] usb usb3: Product: Generic Platform OHCI controller
  4681. [ 1.961998] usb usb3: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 ohci_hcd
  4682. [ 1.969314] usb usb3: SerialNumber: ff5d0000.usb
  4683. [ 1.977321] hub 3-0:1.0: USB hub found
  4684. [ 1.984532] hub 3-0:1.0: 1 port detected
  4685. [ 1.993069] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  4686. [ 2.000988] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 4
  4687. [ 2.009146] xhci-hcd xhci-hcd.9.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x00210010
  4688. [ 2.017428] xhci-hcd xhci-hcd.9.auto: irq 183, io mem 0xff600000
  4689. [ 2.025734] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
  4690. [ 2.033911] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  4691. [ 2.042121] usb usb4: Product: xHCI Host Controller
  4692. [ 2.050173] usb usb4: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  4693. [ 2.058531] usb usb4: SerialNumber: xhci-hcd.9.auto
  4694. [ 2.067602] hub 4-0:1.0: USB hub found
  4695. [ 2.075702] hub 4-0:1.0: 1 port detected
  4696. [ 2.084332] xhci-hcd xhci-hcd.9.auto: xHCI Host Controller
  4697. [ 2.092973] xhci-hcd xhci-hcd.9.auto: new USB bus registered, assigned bus number 5
  4698. [ 2.101627] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
  4699. [ 2.110481] usb usb5: New USB device found, idVendor=1d6b, idProduct=0003
  4700. [ 2.119001] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  4701. [ 2.127557] usb usb5: Product: xHCI Host Controller
  4702. [ 2.135839] usb usb5: Manufacturer: Linux 4.4.114-rockchip-ayufan-193 xhci-hcd
  4703. [ 2.144390] usb usb5: SerialNumber: xhci-hcd.9.auto
  4704. [ 2.153532] hub 5-0:1.0: USB hub found
  4705. [ 2.161746] hub 5-0:1.0: 1 port detected
  4706. [ 2.172075] usbcore: registered new interface driver iforce
  4707. [ 2.180572] usbcore: registered new interface driver xpad
  4708. [ 2.189336] usbcore: registered new interface driver usbtouchscreen
  4709. [ 2.198619] i2c /dev entries driver
  4710. [ 2.209446] rk808 1-0018: Pmic Chip id: 0x8050
  4711. [ 2.218666] rk808 1-0018: source: on=0x40, off=0x00
  4712. [ 2.233294] DCDC_REG1: supplied by vcc_sys
  4713. [ 2.244523] DCDC_REG2: supplied by vcc_sys
  4714. [ 2.255047] DCDC_REG3: supplied by vcc_sys
  4715. [ 2.264584] DCDC_REG4: supplied by vcc_sys
  4716. [ 2.273924] vcc_sd: supplied by vcc_io
  4717. [ 2.281460] LDO_REG1: supplied by vcc_io
  4718. [ 2.292172] LDO_REG2: supplied by vcc_io
  4719. [ 2.302899] LDO_REG3: supplied by vcc_sys
  4720. [ 2.313463] rk808 1-0018: register rk8050 regulators
  4721. [ 2.321239] rk8xx-gpio rk8xx-gpio: register rk8050 gpio successful
  4722. [ 2.330862] input: rk8xx_pwrkey as /devices/platform/ff160000.i2c/i2c-1/1-0018/input/input0
  4723. [ 2.348938] rk808-rtc rk808-rtc: rtc core: registered rk808-rtc as rtc0
  4724. [ 2.357562] rk3x-i2c ff160000.i2c: Initialized RK3xxx I2C bus at ffffff8009e24000
  4725. [ 2.367328] IR NEC protocol handler initialized
  4726. [ 2.374917] IR RC5(x/sz) protocol handler initialized
  4727. [ 2.382542] IR RC6 protocol handler initialized
  4728. [ 2.390043] IR JVC protocol handler initialized
  4729. [ 2.397389] IR Sony protocol handler initialized
  4730. [ 2.404690] IR SANYO protocol handler initialized
  4731. [ 2.412010] IR Sharp protocol handler initialized
  4732. [ 2.419288] IR MCE Keyboard/mouse protocol handler initialized
  4733. [ 2.426699] IR XMP protocol handler initialized
  4734. [ 2.434563] usbcore: registered new interface driver uvcvideo
  4735. [ 2.441956] USB Video Class driver (1.1.1)
  4736. [ 2.455371] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  4737. [ 2.463176] Bluetooth: Virtual HCI driver ver 1.5
  4738. [ 2.470799] Bluetooth: HCI UART driver ver 2.3
  4739. [ 2.478098] Bluetooth: HCI UART protocol H4 registered
  4740. [ 2.485352] Bluetooth: HCI UART protocol LL registered
  4741. [ 2.492450] Bluetooth: HCI UART protocol ATH3K registered
  4742. [ 2.499641] usbcore: registered new interface driver bfusb
  4743. [ 2.506939] usbcore: registered new interface driver btusb
  4744. [ 2.514369] cpu cpu0: cpu_leakage=7
  4745. [ 2.521230] cpu cpu0: cpu_leakage=7
  4746. [ 2.527845] cpu cpu0: cpu_leakage-volt-sel=0
  4747. [ 2.537215] sdhci: Secure Digital Host Controller Interface driver
  4748. [ 2.544046] sdhci: Copyright(c) Pierre Ossman
  4749. [ 2.550575] Synopsys Designware Multimedia Card Interface Driver
  4750. [ 2.558654] dwmmc_rockchip ff520000.dwmmc: IDMAC supports 32-bit address mode.
  4751. [ 2.563091] dwmmc_rockchip ff520000.dwmmc: Using internal DMA controller.
  4752. [ 2.567417] dwmmc_rockchip ff520000.dwmmc: Version ID is 270a
  4753. [ 2.571681] dwmmc_rockchip ff520000.dwmmc: DW MMC controller at irq 39,32 bit host data width,256 deep fifo
  4754. [ 2.576401] dwmmc_rockchip ff520000.dwmmc: 'clock-freq-min-max' property was deprecated.
  4755. [ 2.592873] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  4756. [ 2.607904] dwmmc_rockchip ff520000.dwmmc: 1 slots initialized
  4757. [ 2.612319] dwmmc_rockchip ff500000.dwmmc: IDMAC supports 32-bit address mode.
  4758. [ 2.616459] dwmmc_rockchip ff500000.dwmmc: Using internal DMA controller.
  4759. [ 2.620490] dwmmc_rockchip ff500000.dwmmc: Version ID is 270a
  4760. [ 2.624443] dwmmc_rockchip ff500000.dwmmc: DW MMC controller at irq 40,32 bit host data width,256 deep fifo
  4761. [ 2.628985] dwmmc_rockchip ff500000.dwmmc: 'clock-freq-min-max' property was deprecated.
  4762. [ 2.644856] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  4763. [ 2.659911] dwmmc_rockchip ff500000.dwmmc: 1 slots initialized
  4764. [ 2.664180] sdhci-pltfm: SDHCI platform and OF driver helper
  4765. [ 2.669704] hidraw: raw HID events driver (C) Jiri Kosina
  4766. [ 2.674467] usbcore: registered new interface driver usbhid
  4767. [ 2.678668] usbhid: USB HID core driver
  4768. [ 2.680912] mmc0: MAN_BKOPS_EN bit is not set
  4769. [ 2.684933] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0)
  4770. [ 2.694246] ashmem: initialized
  4771. [ 2.697975] dwmmc_rockchip ff520000.dwmmc: Successfully tuned phase to 230
  4772. [ 2.698152] mmc0: new HS200 MMC card at address 0001
  4773. [ 2.711090] mmcblk0: mmc0:0001 NCard 14.5 GiB
  4774. [ 2.711763] rockchip-dmc dmc: unable to get devfreq-event device : dfi
  4775. [ 2.713588] usbcore: registered new interface driver snd-usb-audio
  4776. [ 2.714568] rk3328-codec ff410000.codec: spk_depop_time use default value.
  4777. [ 2.717493] rockchip-pinctrl pinctrl: pin gpio0-27 already requested by vcc-host1-5v-regulator; cannot claim for ff030000.spdif
  4778. [ 2.717499] rockchip-pinctrl pinctrl: pin-27 (ff030000.spdif) status -22
  4779. [ 2.717506] rockchip-pinctrl pinctrl: could not request pin 27 (gpio0-27) from group spdifm0-tx on device rockchip-pinctrl
  4780. [ 2.717511] rockchip-spdif ff030000.spdif: Error applying setting, reverse things back
  4781. [ 2.718658] u32 classifier
  4782. [ 2.718671] Netfilter messages via NETLINK v0.30.
  4783. [ 2.718723] ip_set: protocol 6
  4784. [ 2.718946] Initializing XFRM netlink socket
  4785. [ 2.719561] NET: Registered protocol family 10
  4786. [ 2.720616] NET: Registered protocol family 17
  4787. [ 2.720641] NET: Registered protocol family 15
  4788. [ 2.720684] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
  4789. [ 2.720711] Bridge firewalling registered
  4790. [ 2.720847] Bluetooth: RFCOMM socket layer initialized
  4791. [ 2.720876] Bluetooth: RFCOMM ver 1.11
  4792. [ 2.720890] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
  4793. [ 2.720899] Bluetooth: HIDP socket layer initialized
  4794. [ 2.720962] 8021q: 802.1Q VLAN Support v1.8
  4795. [ 2.720987] [WLAN_RFKILL]: Enter rfkill_wlan_init
  4796. [ 2.721259] [BT_RFKILL]: Enter rfkill_rk_init
  4797. [ 2.721434] Key type dns_resolver registered
  4798. [ 2.726947] Registered cp15_barrier emulation handler
  4799. [ 2.732416] Registered setend emulation handler
  4800. [ 2.733127] registered taskstats version 1
  4801. [ 2.735237] Btrfs loaded, integrity-checker=on
  4802. [ 2.735317] BTRFS: selftest: Running btrfs free space cache tests
  4803. [ 2.735341] BTRFS: selftest: Running extent only tests
  4804. [ 2.735358] BTRFS: selftest: Running bitmap only tests
  4805. [ 2.735376] BTRFS: selftest: Running bitmap and extent tests
  4806. [ 2.735399] BTRFS: selftest: Running space stealing from bitmap to extent
  4807. [ 2.736458] BTRFS: selftest: Free space cache tests finished
  4808. [ 2.736462] BTRFS: selftest: Running extent buffer operation tests
  4809. [ 2.736462] BTRFS: selftest: Running btrfs_split_item tests
  4810. [ 2.736502] BTRFS: selftest: Running find delalloc tests
  4811. [ 2.940438] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
  4812. [ 2.945349] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
  4813. [ 2.950309] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
  4814. [ 2.960611] mmcblk0: p1 p2 p3 p4 p5 p6 p7
  4815. [ 2.996195] BTRFS: selftest: Running btrfs_get_extent tests
  4816. [ 3.000466] BTRFS: selftest: Running hole first btrfs_get_extent test
  4817. [ 3.004608] BTRFS: selftest: Running outstanding_extents tests
  4818. [ 3.008649] BTRFS: selftest: Running qgroup tests
  4819. [ 3.012517] BTRFS: selftest: Qgroup basic add
  4820. [ 3.016349] BTRFS: selftest: Qgroup multiple refs test
  4821. [ 3.031491] rk-vcodec ff360000.rkvdec: parent devfreq retry
  4822. [ 3.036059] rockchip-dmc dmc: current ATF version 0x101!
  4823. [ 3.039803] rockchip-dmc dmc: read tf version 0x101!
  4824. [ 3.044586] rockchip-dmc dmc: ddr_leakage=7
  4825. [ 3.047997] rockchip-dmc dmc: ddr_leakage-volt-sel=0
  4826. [ 3.051852] rockchip-dmc dmc: failed to get vop bandwidth to dmc rate
  4827. [ 3.056929] asoc-simple-card hdmi-sound: i2s-hifi <-> ff000000.i2s mapping ok
  4828. [ 3.082224] asoc-simple-card sound: rk3328-hifi <-> ff010000.i2s mapping ok
  4829. [ 3.086248] asoc-simple-card sound: snd-soc-dummy-dai <-> ff010000.i2s mapping ok
  4830. [ 3.091515] asoc-simple-card spdif-sound: dit-hifi <-> ff030000.spdif mapping ok
  4831. [ 3.096047] rk-vcodec ff360000.rkvdec: parent devfreq is ok
  4832. [ 3.099915] rk-vcodec ff360000.rkvdec: rkvdec_leakage=7
  4833. [ 3.103391] rk-vcodec ff360000.rkvdec: rkvdec_leakage-volt-sel=0
  4834. [ 3.107320] rk-vcodec ff360000.rkvdec: probe device
  4835. [ 3.110692] rk-vcodec ff360000.rkvdec: vpu mmu dec ffffffc0f5445810
  4836. [ 3.114343] rk-vcodec ff360000.rkvdec: allocator is drm
  4837. [ 3.117667] rk-vcodec ff360000.rkvdec: checking hw id 3410
  4838. [ 3.121505] rk-vcodec ff360000.rkvdec: init success
  4839. [ 3.126814] rk808-rtc rk808-rtc: setting system clock to 2016-01-21 08:50:13 UTC (1453366213)
  4840. [ 3.130450] of_cfs_init
  4841. [ 3.133489] of_cfs_init: OK
  4842. [ 3.147394] vcc_sd: disabling
  4843. [ 3.150542] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 415; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '-ccfa68a3', rk_ko_ver is '5', built at '20:22:46', on 'Mar 4 2018'.
  4844. [ 3.158563] mali-utgard ff300000.gpu: mali_platform_device->num_resources = 9
  4845. [ 3.162315] mali-utgard ff300000.gpu: resource[0].start = 0x0x00000000ff300000
  4846. [ 3.166085] mali-utgard ff300000.gpu: resource[1].start = 0x0x00000000ff300000
  4847. [ 3.169833] mali-utgard ff300000.gpu: resource[2].start = 0x0x0000000000000011
  4848. [ 3.173532] mali-utgard ff300000.gpu: resource[3].start = 0x0x0000000000000012
  4849. [ 3.177167] mali-utgard ff300000.gpu: resource[4].start = 0x0x0000000000000013
  4850. [ 3.180767] mali-utgard ff300000.gpu: resource[5].start = 0x0x0000000000000014
  4851. [ 3.184367] mali-utgard ff300000.gpu: resource[6].start = 0x0x0000000000000015
  4852. [ 3.187948] mali-utgard ff300000.gpu: resource[7].start = 0x0x0000000000000016
  4853. [ 3.191491] mali-utgard ff300000.gpu: resource[8].start = 0x0x0000000000000017
  4854. [ 3.194974] D : [File] : drivers/gpu/arm/mali400/mali/platform/rk/rk.c; [Line] : 617; [Func] : mali_platform_device_init(); to add platform_specific_data to platform_device_of_mali.
  4855. [ 3.202510] mali-utgard ff300000.gpu: gpu_leakage=7
  4856. [ 3.206035] mali-utgard ff300000.gpu: gpu_leakage-volt-sel=0
  4857. [ 3.211453] Mali: Mali device driver loaded
  4858. [ 3.216268] ALSA device list:
  4859. [ 3.219628] #0: HDMI
  4860. [ 3.222848] #1: I2S
  4861. [ 3.226011] #2: SPDIF
  4862. [ 3.229785] Freeing unused kernel memory: 1216K
  4863. [ 3.235271] vendor storage:20160801 ret = 0
  4864. Loading, please wait...
  4865. starting version 238
  4866. [ 3.311920] devfreq ff300000.gpu: Couldn't update frequency transition information.
  4867. Begin: Loading essential drivers ... done.
  4868. Begin: Running /scripts/init-premount ... done.
  4869. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
  4870. Begin: Running /scripts/local-premount ... done.
  4871. Warning: fsck not present, so skipping root file system
  4872. [ 3.761933] EXT4-fs (mmcblk0p7): mounted filesystem with writeback data mode. Opts: (null)
  4873. done.
  4874. Begin: Running /scripts/local-bottom ... done.
  4875. Begin: Running /scripts/init-bottom ... done.
  4876. [ 4.046352] systemd[1]: System time before build time, advancing clock.
  4877. [ 4.082248] systemd[1]: Failed to insert module 'autofs4': No such file or directory
  4878. [ 4.111254] ip_tables: (C) 2000-2006 Netfilter Core Team
  4879. [ 4.126360] cgroup: cgroup2: unknown option "nsdelegate"
  4880. [ 4.150426] systemd[1]: systemd 238 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
  4881. [ 4.168643] systemd[1]: Detected architecture arm64.
  4882.  
  4883. Welcome to Debian GNU/Linux buster/sid!
  4884.  
  4885. [ 4.183992] systemd[1]: Set hostname to <node02>.
  4886. [ 4.324782] systemd-gpt-auto-generator[268]: Failed to dissect: Input/output error
  4887. [ 4.331190] systemd[263]: /lib/systemd/system-generators/systemd-gpt-auto-generator failed with exit status 1.
  4888. [ 4.355376] systemd[1]: File /lib/systemd/system/systemd-journald.service:35 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
  4889. [ 4.364550] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
  4890. [ 4.561890] systemd[1]: Configuration file /lib/systemd/system/kubelet.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  4891. [ 4.587397] systemd[1]: Configuration file /etc/systemd/system/kubelet.service.d/10-kubeadm.conf is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
  4892. [ 4.610496] systemd[1]: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf:11: Unknown lvalue 'cgroup-driver' in section 'Service'
  4893. [ 4.626723] systemd[1]: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf:12: Unknown lvalue 'cgroup-driver' in section 'Service'
  4894. [ 4.672697] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4895. [ 4.680643] systemd[1]: Listening on Journal Socket.
  4896. [ OK ] Listening on Journal Socket.
  4897. [ 4.688400] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4898. [ 4.697716] systemd[1]: Created slice system-serial\x2dgetty.slice.
  4899. [ OK ] Created slice system-serial\x2dgetty.slice.
  4900. [ 4.704088] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4901. [ 4.711459] systemd[1]: Listening on udev Control Socket.
  4902. [ OK ] Listening on udev Control Socket.
  4903. [ 4.717531] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4904. [ 4.724372] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  4905. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  4906. [ 4.730911] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4907. [ 4.738116] systemd[1]: Listening on Syslog Socket.
  4908. [ OK ] Listening on Syslog Socket.
  4909. [ 4.745961] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4910. [ 4.752854] systemd[1]: Reached target Swap.
  4911. [ OK ] Reached target Swap.
  4912. [ 4.759491] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4913. [ 4.770072] systemd[1]: Starting Remount Root and Kernel File Systems...
  4914. Starting Remount Root and Kernel File Systems...
  4915. [ 4.777070] random: systemd: uninitialized urandom read (16 bytes read, 64 bits of entropy available)
  4916. [ 4.785700] systemd[1]: Created slice User and Session Slice.
  4917. [ OK ] Created slice User and Session Slice.
  4918. [ 4.792982] random: systemd: uninitialized urandom read (16 bytes read, 65 bits of entropy available)
  4919. [ 4.803961] systemd[1]: Mounting Kernel Debug File System...
  4920. Mounting Kernel Debug File System...
  4921. [ 4.811552] random: systemd: uninitialized urandom read (16 bytes read, 65 bits of entropy available)
  4922. [ 4.822801] systemd[1]: Mounting POSIX Message Queue File System...
  4923. Mounting POSIX Message Queue File System...
  4924. [ 4.830417] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  4925. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  4926. [ 4.841993] systemd[1]: Starting Create list of required static device nodes for the current kernel...
  4927. Starting Create list of required stvice nodes for the current kernel.
  4928. [ 5.040546] systemd[1]: Started Load Kernel Modules.
  4929. [ OK ] Started Load Kernel Modules.
  4930. [ 5.047632] systemd[1]: Mounted Huge Pages File System.
  4931. [ OK ] Mounted Huge Pages File System.
  4932. [ 5.056877] systemd[1]: Started Restore / save the current clock.
  4933. [ OK ] Started Restore / save the current clock.
  4934. [ 5.065178] systemd[1]: Started Nameserver information manager.
  4935. [ OK ] Started Nameserver information manager.
  4936. [ 5.078950] systemd[1]: Mounting FUSE Control File System...
  4937. Mounting FUSE Control File System...
  4938. [ 5.089248] systemd[1]: Starting Apply Kernel Variables...
  4939. Starting Apply Kernel Variables...
  4940. [ 5.100365] systemd[1]: Mounting Kernel Configuration File System...
  4941. Mounting Kernel Configuration File System...
  4942. [ 5.111247] systemd[1]: Starting Create Static Device Nodes in /dev...
  4943. Starting Create Static Device Nodes in /dev...
  4944. [ 5.121764] systemd[1]: Starting Load/Save Random Seed...
  4945. Starting Load/Save Random Seed...
  4946. [ 5.138970] systemd[1]: Mounted FUSE Control File System.
  4947. [ OK ] Mounted FUSE Control File System.
  4948. [ 5.148569] systemd[1]: Started Apply Kernel Variables.
  4949. [ OK ] Started Apply Kernel Variables.
  4950. [ 5.154486] systemd[1]: Started Journal Service.
  4951. [ OK ] Started Journal Service.
  4952. [ OK ] Mounted Kernel Configuration File System.
  4953. [ OK ] Started Load/Save Random Seed.
  4954. Starting Flush Journal to Persistent Storage...
  4955. [ OK ] Started Create Static Device Nodes in /dev.
  4956. Starting udev Kernel Device Manager...
  4957. [ OK ] Reached target Local File Systems (Pre).
  4958. [ 5.218676] systemd-journald[278]: Received request to flush runtime journal from PID 1
  4959. [ OK ] Started Flush Journal to Persistent Storage.
  4960. [ OK ] Started udev Kernel Device Manager.
  4961. [ OK ] Started udev Coldplug all Devices.
  4962. [ OK ] Found device /dev/ttyFIQ0.
  4963. [ OK ] Reached target Sound Card.
  4964. [ OK ] Found device /dev/disk/by-label/boot.
  4965. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
  4966. Mounting /boot/efi...
  4967. [ 5.732373] FAT-fs (mmcblk0p6): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!
  4968. [ OK ] Found device /sys/subsystem/net/devices/eth0.
  4969. [ OK ] Mounted /boot/efi.
  4970. [ OK ] Reached target Local File Systems.
  4971. Starting ebtables ruleset management...
  4972. Starting Create Volatile Files and Directories...
  4973. [ OK ] Started Create Volatile Files and Directories.
  4974. Starting Update UTMP about System Boot/Shutdown...
  4975. [ OK ] Started ebtables ruleset management.
  4976. [ OK ] Started Update UTMP about System Boot/Shutdown.
  4977. [ OK ] Reached target System Initialization.
  4978. Starting Docker Socket for the API.
  4979. [ OK ] Started Daily Cleanup of Temporary Directories.
  4980. [ OK ] Started Daily apt download activities.
  4981. [ OK ] Started Daily apt upgrade and clean activities.
  4982. [ OK ] Reached target Timers.
  4983. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  4984. [ OK ] Listening on D-Bus System Message Bus Socket.
  4985. [ OK ] Reached target Network (Pre).
  4986. Starting Raise network interfaces...
  4987. [ OK ] Started ifup for eth0.
  4988. [ OK ] Listening on Docker Socket for the API.
  4989. [ OK ] Reached target Sockets.
  4990. [ OK ] Reached target Basic System.
  4991. Starting Resets System Activity Data Collector...
  4992. [ OK ] Started D-Bus System Message Bus.
  4993. Starting IPv6 Recursive DNS Server discovery Daemon...
  4994. Starting Rock 64 First boot...
  4995. Starting Login Service...
  4996. Starting System Logging Service...
  4997. [ OK ] Started kubelet: The Kubernetes Node Agent.
  4998. Starting Avahi mDNS/DNS-SD Stack...
  4999. Starting LSB: IPv4 DHCP client with IPv4LL support...
  5000. Starting Generate SSH keys if not there...
  5001. Starting WPA supplicant...
  5002. Starting Save/Restore Sound Card State...
  5003. [ OK ] Started Regular background program processing daemon.
  5004. [ OK ] Started Resets System Activity Data Collector.
  5005. [ OK ] Started Rock 64 First boot.
  5006. [ OK ] Started Save/Restore Sound Card State.
  5007. [ OK ] Started System Logging Service.
  5008. [ OK ] Started Generate SSH keys if not there.
  5009. [ OK ] Started Login Service.
  5010. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  5011. [ OK ] Started WPA supplicant.
  5012. [ OK ] Started IPv6 Recursive DNS Server discovery Daemon.
  5013. [ OK ] Started Raise network interfaces.
  5014. [ OK ] Reached target Network.
  5015. Starting OpenBSD Secure Shell server...
  5016. Starting Permit User Sessions...
  5017. Starting Network Time Service...
  5018. [ OK ] Reached target Network is Online.
  5019. Starting Docker Application Container Engine...
  5020. [ OK ] Started Permit User Sessions.
  5021. [ OK ] Started Getty on tty1.
  5022. [ OK ] Started Serial Getty on ttyFIQ0.
  5023. [ OK ] Reached target Login Prompts.
  5024. [ OK ] Started Network Time Service.
  5025. [ OK ] Started OpenBSD Secure Shell server.
  5026. [ 6.674101] random: nonblocking pool is initialized
  5027. [ OK ] Started Kubernetes systemd probe.
  5028. [ 8.094229] rk_gmac-dwmac ff540000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
  5029. [ 8.215338] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  5030. [ 8.436980] ctnetlink v0.93: registering with nfnetlink.
  5031. [ 8.480069] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
  5032. [ 9.062228] device vethaa46d3f entered promiscuous mode
  5033. [ 9.067249] IPv6: ADDRCONF(NETDEV_UP): vethaa46d3f: link is not ready
  5034. [ 9.071833] docker0: port 1(vethaa46d3f) entered forwarding state
  5035. [ 9.076435] docker0: port 1(vethaa46d3f) entered forwarding state
  5036. [ 9.083209] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
  5037. [ 9.087883] docker0: port 1(vethaa46d3f) entered disabled state
  5038. [ 9.117282] IPv6: ADDRCONF(NETDEV_CHANGE): vethaa46d3f: link becomes ready
  5039. [ 9.122028] docker0: port 1(vethaa46d3f) entered forwarding state
  5040. [ 9.126452] docker0: port 1(vethaa46d3f) entered forwarding state
  5041. [ 9.454374] rk_gmac-dwmac ff550000.ethernet eth1: Link is Up - 100Mbps/Half - flow control off
  5042. [ 9.804518] docker0: port 1(vethaa46d3f) entered disabled state
  5043. [ 9.810075] eth0: renamed from veth0de6064
  5044. [ 9.823089] docker0: port 1(vethaa46d3f) entered forwarding state
  5045. [ 9.827531] docker0: port 1(vethaa46d3f) entered forwarding state
  5046. [ 10.334410] docker0: port 1(vethaa46d3f) entered disabled state
  5047. [ 10.339497] veth0de6064: renamed from eth0
  5048. [ 10.376450] docker0: port 1(vethaa46d3f) entered disabled state
  5049. [ 10.386500] device vethaa46d3f left promiscuous mode
  5050. [ 10.390862] docker0: port 1(vethaa46d3f) entered disabled state
  5051. [ 10.535326] device vethfddb78e entered promiscuous mode
  5052. [ 10.543511] IPv6: ADDRCONF(NETDEV_UP): vethfddb78e: link is not ready
  5053. [ 10.548034] docker0: port 1(vethfddb78e) entered forwarding state
  5054. [ 10.552635] docker0: port 1(vethfddb78e) entered forwarding state
  5055. [ 10.573213] docker0: port 1(vethfddb78e) entered disabled state
  5056. Stopping Network Time Service...
  5057. [ OK ] Stopped Network Time Service.
  5058. Starting Network Time Service...
  5059. [ 10.628274] IPv6: ADDRCONF(NETDEV_CHANGE): vethfddb78e: link becomes ready
  5060. [ OK ] Started Docker Application Container Engine.[ 10.632978] docker0: port 1(vethfddb78e) entered forwarding state
  5061.  
  5062. [ 10.638031] docker0: port 1(vethfddb78e) entered forwarding state
  5063. [ OK ] Started Network Time Service.
  5064. [ OK ] Started LSB: IPv4 DHCP client with IPv4LL support.
  5065. [ OK ] Reached target Multi-User System.
  5066. [ OK ] Reached target Graphical Interface.
  5067. Starting Update UTMP about System Runlevel Changes...
  5068. [ OK ] Started Update UTMP about System Runlevel Changes.
  5069. [ 11.290489] tty_port_close_start: tty->count = 1 port count = 2.
  5070. [ 11.416662] docker0: port 1(vethfddb78e) entered disabled state
  5071. [ 11.420132] eth0: renamed from vethd82dd8e
  5072. [ 11.431007] docker0: port 1(vethfddb78e) entered forwarding state
  5073. [ 11.431765] docker0: port 1(vethfddb78e) entered forwarding state
  5074. [ 11.993929] docker0: port 1(vethfddb78e) entered disabled state
  5075. [ 11.996362] vethd82dd8e: renamed from eth0
  5076. [ 12.028807] docker0: port 1(vethfddb78e) entered disabled state
  5077. [ 12.034469] device vethfddb78e left promiscuous mode
  5078. [ 12.035066] docker0: port 1(vethfddb78e) entered disabled state
  5079. [ 12.148206] device veth1e77939 entered promiscuous mode
  5080. [ 12.153998] IPv6: ADDRCONF(NETDEV_UP): veth1e77939: link is not ready
  5081. [ 12.154736] docker0: port 1(veth1e77939) entered forwarding state
  5082. [ 12.155529] docker0: port 1(veth1e77939) entered forwarding state
  5083. [ 12.212531] IPv6: ADDRCONF(NETDEV_CHANGE): veth1e77939: link becomes ready
  5084.  
  5085. Debian GNU/Linux buster/sid node02 ttyFIQ0
  5086.  
  5087. node02 login: [ 12.661656] docker0: port 1(veth1e77939) entered disabled state
  5088. [ 12.663863] eth0: renamed from vethd99f5ed
  5089. [ 12.672778] docker0: port 1(veth1e77939) entered forwarding state
  5090. [ 12.673567] docker0: port 1(veth1e77939) entered forwarding state
  5091. [ 14.006030] docker0: port 1(veth1e77939) entered disabled state
  5092. [ 14.008887] vethd99f5ed: renamed from eth0
  5093. [ 14.095440] docker0: port 1(veth1e77939) entered forwarding state
  5094. [ 14.096179] docker0: port 1(veth1e77939) entered forwarding state
  5095. [ 14.243683] docker0: port 1(veth1e77939) entered disabled state
  5096. [ 14.248899] device veth1e77939 left promiscuous mode
  5097. [ 14.249597] docker0: port 1(veth1e77939) entered disabled state
  5098. [ 14.456385] device vethe9b3456 entered promiscuous mode
  5099. [ 14.457525] IPv6: ADDRCONF(NETDEV_UP): vethe9b3456: link is not ready
  5100. [ 14.528378] IPv6: ADDRCONF(NETDEV_CHANGE): vethe9b3456: link becomes ready
  5101. [ 14.529283] docker0: port 1(vethe9b3456) entered forwarding state
  5102. [ 14.530006] docker0: port 1(vethe9b3456) entered forwarding state
  5103. [ 14.963959] docker0: port 1(vethe9b3456) entered disabled state
  5104. [ 14.966370] eth0: renamed from vethc1e1caf
  5105. [ 14.974390] docker0: port 1(vethe9b3456) entered forwarding state
  5106. [ 14.975166] docker0: port 1(vethe9b3456) entered forwarding state
  5107. [ 15.489987] docker0: port 1(vethe9b3456) entered disabled state
  5108. [ 15.491608] vethc1e1caf: renamed from eth0
  5109. [ 15.528326] docker0: port 1(vethe9b3456) entered disabled state
  5110. [ 15.532782] device vethe9b3456 left promiscuous mode
  5111. [ 15.533369] docker0: port 1(vethe9b3456) entered disabled state
  5112. [ 16.215977] device veth89434f8 entered promiscuous mode
  5113. [ 16.218177] IPv6: ADDRCONF(NETDEV_UP): veth89434f8: link is not ready
  5114. [ 16.218903] docker0: port 1(veth89434f8) entered forwarding state
  5115. [ 16.219728] docker0: port 1(veth89434f8) entered forwarding state
  5116. [ 16.265129] IPv6: ADDRCONF(NETDEV_CHANGE): veth89434f8: link becomes ready
  5117. [ 16.715906] docker0: port 1(veth89434f8) entered disabled state
  5118. [ 16.721619] eth0: renamed from veth6c3f0c0
  5119. [ 16.736255] docker0: port 1(veth89434f8) entered forwarding state
  5120. [ 16.740363] docker0: port 1(veth89434f8) entered forwarding state
  5121. [ 17.216907] docker0: port 1(veth89434f8) entered disabled state
  5122. [ 17.221594] veth6c3f0c0: renamed from eth0
  5123. [ 17.255953] docker0: port 1(veth89434f8) entered disabled state
  5124. [ 17.263936] device veth89434f8 left promiscuous mode
  5125. [ 17.267859] docker0: port 1(veth89434f8) entered disabled state
  5126. [ 18.778414] device veth45ae586 entered promiscuous mode
  5127. [ 18.800159] IPv6: ADDRCONF(NETDEV_UP): veth45ae586: link is not ready
  5128. [ 18.856225] IPv6: ADDRCONF(NETDEV_CHANGE): veth45ae586: link becomes ready
  5129. [ 18.860386] docker0: port 1(veth45ae586) entered forwarding state
  5130. [ 18.864427] docker0: port 1(veth45ae586) entered forwarding state
  5131. [ 19.286763] docker0: port 1(veth45ae586) entered disabled state
  5132. [ 19.292983] eth0: renamed from veth4e2133f
  5133. [ 19.302513] docker0: port 1(veth45ae586) entered forwarding state
  5134. [ 19.306503] docker0: port 1(veth45ae586) entered forwarding state
Advertisement
Add Comment
Please, Sign In to add comment