spacepaste

  1.  
  2. Command issued during the u-boot Process
  3. => part uuid mmc 0:1 uuid
  4. => setenv bootargs "console=ttyS2,115200n8 root=PARTUUID=${uuid} quiet rw rootwait"
  5. => echo ${devtype}
  6. => setenv devnum 0
  7. => setenv bootpart 1
  8. => setenv ftdfile rk3288-tinker-s.dtb
  9. => load ${devtype} ${devnum}:${bootpart} ${kernel_addr_r} /boot/zImage
  10. 6309584 bytes read in 148 ms (40.7 MiB/s)
  11. => load ${devtype} ${devnum}:${bootpart} ${fdt_addr_r} /boot/dtbs/${fdtfile}
  12. 39441 bytes read in 20 ms (1.9 MiB/s)
  13. => echo ${fdt_addr_r}
  14. 0x01f00000
  15. => fdt addr ${fdt_addr_r}
  16. => fdt set /dwmmc@ff0c0000 broken-cd
  17. libfdt fdt_setprop(): FDT_ERR_NOSPACE
  18. => ftd set /usb@ff500000 no-relinquish-port
  19. Unknown command 'ftd' - try 'help'
  20. => fdt set /usb@ff500000 no-relinquish-port
  21. libfdt fdt_setprop(): FDT_ERR_NOSPACE
  22. => load ${devtype} ${devnum}:${bootpart} ${ramdisk_addr_r} /boot/initramfs-linux.img
  23. 5640909 bytes read in 134 ms (40.1 MiB/s)
  24. => bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
  25. ## Flattened Device Tree blob at 01f00000
  26. Booting using the fdt blob at 0x1f00000
  27. Loading Ramdisk to 0fa9e000, end 0ffff2cd ... OK
  28. Loading Device Tree to 0fa91000, end 0fa9da10 ... OK
  29. Starting kernel ...
  30. --------------------------------------------------------------------------------
  31. $ dmesg
  32. [ 0.000000] Booting Linux on physical CPU 0x500
  33. [ 0.000000] Linux version 4.18.7-1-ARCH (builduser@leming) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Tue Sep 11 01:43:25 UTC 2018
  34. [ 0.000000] CPU: ARMv7 Processor [410fc0d1] revision 1 (ARMv7), cr=10c5387d
  35. [ 0.000000] CPU: div instructions available: patching division code
  36. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  37. [ 0.000000] OF: fdt: Machine model: Rockchip RK3288 Tinker Board
  38. [ 0.000000] Memory policy: Data cache writealloc
  39. [ 0.000000] cma: Reserved 48 MiB at 0x7d000000
  40. [ 0.000000] On node 0 totalpages: 524288
  41. [ 0.000000] Normal zone: 1728 pages used for memmap
  42. [ 0.000000] Normal zone: 0 pages reserved
  43. [ 0.000000] Normal zone: 196608 pages, LIFO batch:31
  44. [ 0.000000] HighMem zone: 327680 pages, LIFO batch:31
  45. [ 0.000000] random: get_random_bytes called from start_kernel+0x8c/0x480 with crng_init=0
  46. [ 0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s38092 r8192 d23348 u69632
  47. [ 0.000000] pcpu-alloc: s38092 r8192 d23348 u69632 alloc=17*4096
  48. [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
  49. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522560
  50. [ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=89e2f1d4-01 quiet rw rootwait
  51. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  52. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  53. [ 0.000000] Memory: 2001432K/2097152K available (12288K kernel code, 1041K rwdata, 4900K rodata, 1024K init, 882K bss, 46568K reserved, 49152K cma-reserved, 1261568K highmem)
  54. [ 0.000000] Virtual kernel memory layout:
  55. vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  56. fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  57. vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  58. lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  59. pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  60. modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  61. .text : 0x(ptrval) - 0x(ptrval) (13280 kB)
  62. .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  63. .data : 0x(ptrval) - 0x(ptrval) (1042 kB)
  64. .bss : 0x(ptrval) - 0x(ptrval) ( 883 kB)
  65. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  66. [ 0.000000] Preemptible hierarchical RCU implementation.
  67. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  68. [ 0.000000] Tasks RCU enabled.
  69. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  70. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  71. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  72. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  73. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  74. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  75. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  76. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  77. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  78. [ 0.000000] rockchip_mmc_get_phase: invalid clk rate
  79. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  80. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  81. [ 0.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  82. [ 0.000020] Switching to timer-based delay loop, resolution 41ns
  83. [ 0.004575] Console: colour dummy device 80x30
  84. [ 0.004612] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  85. [ 0.004627] pid_max: default: 32768 minimum: 301
  86. [ 0.004865] Security Framework initialized
  87. [ 0.005070] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  88. [ 0.005084] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  89. [ 0.006029] CPU: Testing write buffer coherency: ok
  90. [ 0.006062] CPU0: Spectre v2: using BPIALL workaround
  91. [ 0.006374] CPU0: thread -1, cpu 0, socket 5, mpidr 80000500
  92. [ 0.060005] Setting up static identity map for 0x300000 - 0x3000a0
  93. [ 0.080007] Hierarchical SRCU implementation.
  94. [ 0.140146] smp: Bringing up secondary CPUs ...
  95. [ 0.241621] CPU1: thread -1, cpu 1, socket 5, mpidr 80000501
  96. [ 0.241629] CPU1: Spectre v2: using BPIALL workaround
  97. [ 0.341819] CPU2: thread -1, cpu 2, socket 5, mpidr 80000502
  98. [ 0.341827] CPU2: Spectre v2: using BPIALL workaround
  99. [ 0.442030] CPU3: thread -1, cpu 3, socket 5, mpidr 80000503
  100. [ 0.442037] CPU3: Spectre v2: using BPIALL workaround
  101. [ 0.442202] smp: Brought up 1 node, 4 CPUs
  102. [ 0.442214] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  103. [ 0.442220] CPU: All CPU(s) started in SVC mode.
  104. [ 0.443685] devtmpfs: initialized
  105. [ 0.453760] VFP support v0.3: implementor 41 architecture 3 part 30 variant d rev 0
  106. [ 0.454190] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  107. [ 0.454208] futex hash table entries: 1024 (order: 4, 65536 bytes)
  108. [ 0.455896] xor: measuring software checksum speed
  109. [ 0.550925] arm4regs : 1049.200 MB/sec
  110. [ 0.651025] 8regs : 808.800 MB/sec
  111. [ 0.751126] 32regs : 786.400 MB/sec
  112. [ 0.851227] neon : 1396.400 MB/sec
  113. [ 0.851234] xor: using function: neon (1396.400 MB/sec)
  114. [ 0.851288] pinctrl core: initialized pinctrl subsystem
  115. [ 0.853314] NET: Registered protocol family 16
  116. [ 0.856152] DMA: preallocated 256 KiB pool for atomic coherent allocations
  117. [ 0.857078] audit: initializing netlink subsys (disabled)
  118. [ 0.857298] audit: type=2000 audit(0.850:1): state=initialized audit_enabled=0 res=1
  119. [ 0.859021] cpuidle: using governor menu
  120. [ 0.859709] No ATAGs?
  121. [ 0.859879] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  122. [ 0.859887] hw-breakpoint: maximum watchpoint size is 4 bytes.
  123. [ 0.861163] Serial: AMBA PL011 UART driver
  124. [ 1.081754] raid6: int32x1 gen() 95 MB/s
  125. [ 1.252051] raid6: int32x1 xor() 108 MB/s
  126. [ 1.422300] raid6: int32x2 gen() 117 MB/s
  127. [ 1.592231] raid6: int32x2 xor() 135 MB/s
  128. [ 1.762555] raid6: int32x4 gen() 164 MB/s
  129. [ 1.932502] raid6: int32x4 xor() 143 MB/s
  130. [ 2.102758] raid6: int32x8 gen() 192 MB/s
  131. [ 2.272918] raid6: int32x8 xor() 141 MB/s
  132. [ 2.442935] raid6: neonx1 gen() 351 MB/s
  133. [ 2.613058] raid6: neonx1 xor() 472 MB/s
  134. [ 2.783202] raid6: neonx2 gen() 433 MB/s
  135. [ 2.953354] raid6: neonx2 xor() 632 MB/s
  136. [ 3.123517] raid6: neonx4 gen() 685 MB/s
  137. [ 3.293637] raid6: neonx4 xor() 715 MB/s
  138. [ 3.463819] raid6: neonx8 gen() 648 MB/s
  139. [ 3.633934] raid6: neonx8 xor() 635 MB/s
  140. [ 3.633941] raid6: using algorithm neonx4 gen() 685 MB/s
  141. [ 3.633947] raid6: .... xor() 715 MB/s, rmw enabled
  142. [ 3.633954] raid6: using neon recovery algorithm
  143. [ 3.642841] rk_iommu ff930300.iommu: Failed to get clk 'aclk': -2
  144. [ 3.643665] rk_iommu ff940300.iommu: Failed to get clk 'aclk': -2
  145. [ 3.645006] vgaarb: loaded
  146. [ 3.645879] SCSI subsystem initialized
  147. [ 3.646126] libata version 3.00 loaded.
  148. [ 3.646349] usbcore: registered new interface driver usbfs
  149. [ 3.646404] usbcore: registered new interface driver hub
  150. [ 3.646504] usbcore: registered new device driver usb
  151. [ 3.648481] media: Linux media interface: v0.10
  152. [ 3.648519] videodev: Linux video capture interface: v2.00
  153. [ 3.648572] pps_core: LinuxPPS API ver. 1 registered
  154. [ 3.648579] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  155. [ 3.648598] PTP clock support registered
  156. [ 3.648630] EDAC MC: Ver: 3.0.0
  157. [ 3.649771] Advanced Linux Sound Architecture Driver Initialized.
  158. [ 3.650308] NetLabel: Initializing
  159. [ 3.650316] NetLabel: domain hash size = 128
  160. [ 3.650321] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
  161. [ 3.650398] NetLabel: unlabeled traffic allowed by default
  162. [ 3.650806] clocksource: Switched to clocksource arch_sys_counter
  163. [ 3.651004] VFS: Disk quotas dquot_6.6.0
  164. [ 3.651084] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  165. [ 3.662883] NET: Registered protocol family 2
  166. [ 3.663705] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
  167. [ 3.663746] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  168. [ 3.663825] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  169. [ 3.664012] TCP: Hash tables configured (established 8192 bind 8192)
  170. [ 3.664125] UDP hash table entries: 512 (order: 2, 16384 bytes)
  171. [ 3.664328] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  172. [ 3.664672] NET: Registered protocol family 1
  173. [ 3.675312] RPC: Registered named UNIX socket transport module.
  174. [ 3.675320] RPC: Registered udp transport module.
  175. [ 3.675327] RPC: Registered tcp transport module.
  176. [ 3.675333] RPC: Registered tcp NFSv4.1 backchannel transport module.
  177. [ 3.675345] PCI: CLS 0 bytes, default 64
  178. [ 3.675823] Unpacking initramfs...
  179. [ 4.159618] Freeing initrd memory: 5512K
  180. [ 4.160480] hw perfevents: enabled with armv7_cortex_a12 PMU driver, 7 counters available
  181. [ 4.162985] Initialise system trusted keyrings
  182. [ 4.163182] workingset: timestamp_bits=14 max_order=19 bucket_order=5
  183. [ 4.168242] zbud: loaded
  184. [ 4.170483] NFS: Registering the id_resolver key type
  185. [ 4.170506] Key type id_resolver registered
  186. [ 4.170513] Key type id_legacy registered
  187. [ 4.170531] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  188. [ 4.179217] Key type asymmetric registered
  189. [ 4.179226] Asymmetric key parser 'x509' registered
  190. [ 4.179301] bounce: pool size: 64 pages
  191. [ 4.179401] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  192. [ 4.179576] io scheduler noop registered
  193. [ 4.179584] io scheduler deadline registered
  194. [ 4.179843] io scheduler cfq registered (default)
  195. [ 4.179851] io scheduler mq-deadline registered
  196. [ 4.179858] io scheduler kyber registered
  197. [ 4.180084] io scheduler bfq registered
  198. [ 4.207497] dma-pl330 ff250000.dma-controller: Loaded driver for PL330 DMAC-241330
  199. [ 4.207512] dma-pl330 ff250000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
  200. [ 4.208284] dma-pl330 ffb20000.dma-controller: Loaded driver for PL330 DMAC-241330
  201. [ 4.208298] dma-pl330 ffb20000.dma-controller: DBUFF-64x8bytes Num_Chans-5 Num_Peri-6 Num_Events-10
  202. [ 4.215658] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
  203. [ 4.219072] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 35, base_baud = 1500000) is a 16550A
  204. [ 4.220056] ff190000.serial: ttyS1 at MMIO 0xff190000 (irq = 36, base_baud = 1500000) is a 16550A
  205. [ 4.221462] ff690000.serial: ttyS2 at MMIO 0xff690000 (irq = 37, base_baud = 1500000) is a 16550A
  206. [ 4.279827] console [ttyS2] enabled
  207. [ 4.280872] ff1b0000.serial: ttyS3 at MMIO 0xff1b0000 (irq = 38, base_baud = 1500000) is a 16550A
  208. [ 4.281843] ff1c0000.serial: ttyS4 at MMIO 0xff1c0000 (irq = 39, base_baud = 1500000) is a 16550A
  209. [ 4.283485] Serial: AMBA driver
  210. [ 4.298379] loop: module loaded
  211. [ 4.299759] Loading iSCSI transport class v2.0-870.
  212. [ 4.300149] iscsi: registered transport (tcp)
  213. [ 4.307719] libphy: Fixed MDIO Bus: probed
  214. [ 4.312059] dwc2 ff540000.usb: ff540000.usb supply vusb_d not found, using dummy regulator
  215. [ 4.312144] dwc2 ff540000.usb: ff540000.usb supply vusb_a not found, using dummy regulator
  216. [ 4.381214] dwc2 ff540000.usb: DWC OTG Controller
  217. [ 4.381246] dwc2 ff540000.usb: new USB bus registered, assigned bus number 1
  218. [ 4.381285] dwc2 ff540000.usb: irq 44, io mem 0xff540000
  219. [ 4.381597] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
  220. [ 4.381610] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  221. [ 4.381619] usb usb1: Product: DWC OTG Controller
  222. [ 4.381628] usb usb1: Manufacturer: Linux 4.18.7-1-ARCH dwc2_hsotg
  223. [ 4.381637] usb usb1: SerialNumber: ff540000.usb
  224. [ 4.382269] hub 1-0:1.0: USB hub found
  225. [ 4.382322] hub 1-0:1.0: 1 port detected
  226. [ 4.382992] dwc2 ff580000.usb: ff580000.usb supply vusb_d not found, using dummy regulator
  227. [ 4.383069] dwc2 ff580000.usb: ff580000.usb supply vusb_a not found, using dummy regulator
  228. [ 4.520889] dwc2 ff580000.usb: EPs: 10, dedicated fifos, 972 entries in SPRAM
  229. [ 4.521381] dwc2 ff580000.usb: DWC OTG Controller
  230. [ 4.521412] dwc2 ff580000.usb: new USB bus registered, assigned bus number 2
  231. [ 4.521449] dwc2 ff580000.usb: irq 45, io mem 0xff580000
  232. [ 4.521684] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
  233. [ 4.521697] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  234. [ 4.521706] usb usb2: Product: DWC OTG Controller
  235. [ 4.521715] usb usb2: Manufacturer: Linux 4.18.7-1-ARCH dwc2_hsotg
  236. [ 4.521724] usb usb2: SerialNumber: ff580000.usb
  237. [ 4.522319] hub 2-0:1.0: USB hub found
  238. [ 4.522371] hub 2-0:1.0: 1 port detected
  239. [ 4.523806] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  240. [ 4.523814] ehci-pci: EHCI PCI platform driver
  241. [ 4.523862] ehci-platform: EHCI generic platform driver
  242. [ 4.524118] ehci-platform ff500000.usb: EHCI Host Controller
  243. [ 4.524158] ehci-platform ff500000.usb: new USB bus registered, assigned bus number 3
  244. [ 4.524374] ehci-platform ff500000.usb: irq 43, io mem 0xff500000
  245. [ 4.550852] ehci-platform ff500000.usb: USB 2.0 started, EHCI 1.00
  246. [ 4.551083] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.18
  247. [ 4.551096] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  248. [ 4.551106] usb usb3: Product: EHCI Host Controller
  249. [ 4.551115] usb usb3: Manufacturer: Linux 4.18.7-1-ARCH ehci_hcd
  250. [ 4.551124] usb usb3: SerialNumber: ff500000.usb
  251. [ 4.551696] hub 3-0:1.0: USB hub found
  252. [ 4.551747] hub 3-0:1.0: 1 port detected
  253. [ 4.552395] ehci-mxc: Freescale On-Chip EHCI Host driver
  254. [ 4.552527] ehci-omap: OMAP-EHCI Host Controller driver
  255. [ 4.552720] ehci-orion: EHCI orion driver
  256. [ 4.552943] ehci-exynos: EHCI EXYNOS driver
  257. [ 4.553167] tegra-ehci: Tegra EHCI driver
  258. [ 4.553392] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  259. [ 4.553416] ohci-pci: OHCI PCI platform driver
  260. [ 4.553473] ohci-platform: OHCI generic platform driver
  261. [ 4.553735] ohci-exynos: OHCI EXYNOS driver
  262. [ 4.554590] usbcore: registered new interface driver uas
  263. [ 4.554697] usbcore: registered new interface driver usb-storage
  264. [ 4.554743] usbcore: registered new interface driver ums-cypress
  265. [ 4.554786] usbcore: registered new interface driver ums_eneub6250
  266. [ 4.554827] usbcore: registered new interface driver ums-freecom
  267. [ 4.554869] usbcore: registered new interface driver ums-isd200
  268. [ 4.554912] usbcore: registered new interface driver ums-usbat
  269. [ 4.563412] i2c /dev entries driver
  270. [ 4.566890] rk808 0-001b: chip id: 0x0
  271. [ 4.570864] DCDC_REG1: supplied by vcc_sys
  272. [ 4.571839] DCDC_REG2: supplied by vcc_sys
  273. [ 4.572597] DCDC_REG3: supplied by vcc_sys
  274. [ 4.572894] DCDC_REG4: supplied by vcc_sys
  275. [ 4.573560] LDO_REG1: supplied by vcc_sys
  276. [ 4.575020] LDO_REG2: supplied by vcc_sys
  277. [ 4.576057] LDO_REG3: supplied by vcc_sys
  278. [ 4.577234] LDO_REG4: supplied by vcc_io
  279. [ 4.578426] LDO_REG5: supplied by vcc_io
  280. [ 4.579085] LDO_REG6: supplied by vcc_io
  281. [ 4.580282] LDO_REG7: supplied by vcc_sys
  282. [ 4.581473] LDO_REG8: supplied by vcc_sys
  283. [ 4.582660] SWITCH_REG1: supplied by vcc_io
  284. [ 4.583015] SWITCH_REG2: supplied by vcc_io
  285. [ 4.586754] rk808-rtc rk808-rtc: registered as rtc0
  286. [ 4.590456] vcc_flash: supplied by vcc_io
  287. [ 4.595140] rockchip-thermal ff280000.tsadc: Missing rockchip,grf property
  288. [ 4.600466] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 500000 KHz
  289. [ 4.601114] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 600000 KHz
  290. [ 4.602439] sdhci: Secure Digital Host Controller Interface driver
  291. [ 4.602441] sdhci: Copyright(c) Pierre Ossman
  292. [ 4.602907] Synopsys Designware Multimedia Card Interface Driver
  293. [ 4.603471] dwmmc_rockchip ff0c0000.dwmmc: IDMAC supports 32-bit address mode.
  294. [ 4.603507] dwmmc_rockchip ff0c0000.dwmmc: Using internal DMA controller.
  295. [ 4.603514] dwmmc_rockchip ff0c0000.dwmmc: Version ID is 270a
  296. [ 4.603540] dwmmc_rockchip ff0c0000.dwmmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
  297. [ 4.616871] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  298. [ 4.629739] dwmmc_rockchip ff0d0000.dwmmc: IDMAC supports 32-bit address mode.
  299. [ 4.629768] dwmmc_rockchip ff0d0000.dwmmc: Using internal DMA controller.
  300. [ 4.629774] dwmmc_rockchip ff0d0000.dwmmc: Version ID is 270a
  301. [ 4.629795] dwmmc_rockchip ff0d0000.dwmmc: DW MMC controller at irq 31,32 bit host data width,256 deep fifo
  302. [ 4.629841] dwmmc_rockchip ff0d0000.dwmmc: allocated mmc-pwrseq
  303. [ 4.629844] mmc_host mmc1: card is non-removable.
  304. [ 4.640830] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  305. [ 4.653661] dwmmc_rockchip ff0f0000.dwmmc: IDMAC supports 32-bit address mode.
  306. [ 4.653682] dwmmc_rockchip ff0f0000.dwmmc: Using internal DMA controller.
  307. [ 4.653688] dwmmc_rockchip ff0f0000.dwmmc: Version ID is 270a
  308. [ 4.653708] dwmmc_rockchip ff0f0000.dwmmc: DW MMC controller at irq 32,32 bit host data width,256 deep fifo
  309. [ 4.653749] mmc_host mmc2: card is non-removable.
  310. [ 4.665060] random: fast init done
  311. [ 4.665174] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  312. [ 4.665206] mmc0: new high speed SDHC card at address 0007
  313. [ 4.665861] mmcblk0: mmc0:0007 SD16G 14.4 GiB
  314. [ 4.666380] mmc_host mmc2: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
  315. [ 4.670651] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 50000000Hz, actual 50000000HZ div = 0)
  316. [ 4.671226] mmc1: new high speed SDIO card at address 0001
  317. [ 4.676961] mmcblk0: p1 p2 p3
  318. [ 4.679087] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
  319. [ 4.679258] usbcore: registered new interface driver vub300
  320. [ 4.679276] usbcore: registered new interface driver ushc
  321. [ 4.679646] sdhci-pltfm: SDHCI platform and OF driver helper
  322. [ 4.680829] ledtrig-cpu: registered to indicate activity on CPUs
  323. [ 4.681060] hidraw: raw HID events driver (C) Jiri Kosina
  324. [ 4.681176] usbcore: registered new interface driver usbhid
  325. [ 4.681178] usbhid: USB HID core driver
  326. [ 4.683534] NET: Registered protocol family 10
  327. [ 4.701442] Segment Routing with IPv6
  328. [ 4.701486] mip6: Mobile IPv6
  329. [ 4.701491] NET: Registered protocol family 17
  330. [ 4.701578] Key type dns_resolver registered
  331. [ 4.701654] ThumbEE CPU extension supported.
  332. [ 4.701660] Registering SWP/SWPB emulation handler
  333. [ 4.701944] registered taskstats version 1
  334. [ 4.701946] Loading compiled-in X.509 certificates
  335. [ 4.701984] zswap: loaded using pool lzo/zbud
  336. [ 4.702704] Btrfs loaded, crc32c=crc32c-generic
  337. [ 4.711310] input: gpio-keys as /devices/platform/gpio-keys/input/input0
  338. [ 4.711868] rk808-rtc rk808-rtc: setting system clock to 2018-09-17 01:12:46 UTC (1537146766)
  339. [ 4.711872] sr_init: No PMIC hook to init smartreflex
  340. [ 4.712317] vcc_sd: supplied by vcc_io
  341. [ 4.712356] vcc_sd: disabling
  342. [ 4.712359] vcc_flash: disabling
  343. [ 4.712370] ALSA device list:
  344. [ 4.712371] No soundcards found.
  345. [ 4.712485] ttyS2 - failed to request DMA
  346. [ 4.712974] Freeing unused kernel memory: 1024K
  347. [ 4.738640] mmc_host mmc2: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
  348. [ 4.820825] usb 1-1: new high-speed USB device number 2 using dwc2
  349. [ 4.920850] usb 3-1: new high-speed USB device number 2 using ehci-platform
  350. [ 4.960899] dwmmc_rockchip ff0f0000.dwmmc: Successfully tuned phase to 210
  351. [ 4.963081] mmc2: new HS200 MMC card at address 0001
  352. [ 4.963891] mmcblk2: mmc2:0001 HAG4a2 14.7 GiB
  353. [ 4.964663] mmcblk2boot0: mmc2:0001 HAG4a2 partition 1 4.00 MiB
  354. [ 4.965447] mmcblk2boot1: mmc2:0001 HAG4a2 partition 2 4.00 MiB
  355. [ 4.965575] mmcblk2rpmb: mmc2:0001 HAG4a2 partition 3 4.00 MiB, chardev (240:0)
  356. [ 4.966383] mmcblk2: p1 p2
  357. [ 5.072100] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=32.98
  358. [ 5.072106] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
  359. [ 5.072109] usb 1-1: Product: USB2.0 Hub
  360. [ 5.072581] hub 1-1:1.0: USB hub found
  361. [ 5.072866] hub 1-1:1.0: 4 ports detected
  362. [ 5.318418] usb 3-1: config 1 has an invalid interface number: 255 but max is 6
  363. [ 5.318424] usb 3-1: config 1 has no interface number 6
  364. [ 5.319772] usb 3-1: New USB device found, idVendor=0bda, idProduct=481a, bcdDevice= 0.00
  365. [ 5.319776] usb 3-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  366. [ 5.319779] usb 3-1: Product: USB Audio
  367. [ 5.319782] usb 3-1: Manufacturer: Generic
  368. [ 5.319785] usb 3-1: SerialNumber: 201405280001
  369. [ 5.324651] input: Generic USB Audio Consumer Control as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input1
  370. [ 5.390878] input: Generic USB Audio as /devices/platform/ff500000.usb/usb3/3-1/3-1:1.255/0003:0BDA:481A.0001/input/input2
  371. [ 5.391038] hid-generic 0003:0BDA:481A.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Generic USB Audio] on usb-ff500000.usb-1/input255
  372. [ 5.744520] EXT4-fs (mmcblk2p1): mounted filesystem with ordered data mode. Opts: (null)
  373. [ 5.924264] systemd[1]: systemd 239 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)
  374. [ 5.924585] systemd[1]: Detected architecture arm.
  375. [ 5.929349] systemd[1]: Set hostname to <alarm>.
  376. [ 6.127402] random: systemd: uninitialized urandom read (16 bytes read)
  377. [ 6.127438] systemd[1]: Reached target Remote File Systems.
  378. [ 6.127602] random: systemd: uninitialized urandom read (16 bytes read)
  379. [ 6.127783] systemd[1]: Listening on udev Kernel Socket.
  380. [ 6.127830] random: systemd: uninitialized urandom read (16 bytes read)
  381. [ 6.127939] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  382. [ 6.127987] systemd[1]: Reached target Swap.
  383. [ 6.128114] systemd[1]: Listening on initctl Compatibility Named Pipe.
  384. [ 6.128566] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
  385. [ 6.128698] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  386. [ 6.180611] EXT4-fs (mmcblk2p1): re-mounted. Opts: data=ordered
  387. [ 6.221822] audit: type=1130 audit(1537146768.000:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  388. [ 6.224992] audit: type=1130 audit(1537146768.000:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  389. [ 6.233980] audit: type=1130 audit(1537146768.010:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  390. [ 6.268451] audit: type=1130 audit(1537146768.040:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  391. [ 6.276023] audit: type=1130 audit(1537146768.050:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  392. [ 6.303250] systemd-journald[195]: Received request to flush runtime journal from PID 1
  393. [ 6.439949] audit: type=1130 audit(1537146768.210:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  394. [ 6.456672] audit: type=1130 audit(1537146768.230:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  395. [ 6.605631] rk_gmac-dwmac ff290000.ethernet: PTP uses main clock
  396. [ 6.605694] rk_gmac-dwmac ff290000.ethernet: clock input or output? (input).
  397. [ 6.605699] rk_gmac-dwmac ff290000.ethernet: TX delay(0x30).
  398. [ 6.605702] rk_gmac-dwmac ff290000.ethernet: RX delay(0x10).
  399. [ 6.605708] rk_gmac-dwmac ff290000.ethernet: integrated PHY? (no).
  400. [ 6.605732] rk_gmac-dwmac ff290000.ethernet: clock input from PHY
  401. [ 6.609633] iommu: Adding device ff930000.vop to group 0
  402. [ 6.609773] rockchip-vop ff930000.vop: Linked as a consumer to ff930300.iommu
  403. [ 6.609788] rk_iommu ff930300.iommu: Error during raw reset. MMU_DTE_ADDR is not functioning
  404. [ 6.619686] rk_gmac-dwmac ff290000.ethernet: init for RGMII
  405. [ 6.625585] rk_gmac-dwmac ff290000.ethernet: User ID: 0x10, Synopsys ID: 0x35
  406. [ 6.625595] rk_gmac-dwmac ff290000.ethernet: DWMAC1000
  407. [ 6.625599] rk_gmac-dwmac ff290000.ethernet: DMA HW capability register supported
  408. [ 6.625602] rk_gmac-dwmac ff290000.ethernet: RX Checksum Offload Engine supported
  409. [ 6.625605] rk_gmac-dwmac ff290000.ethernet: COE Type 2
  410. [ 6.625608] rk_gmac-dwmac ff290000.ethernet: TX Checksum insertion supported
  411. [ 6.625610] rk_gmac-dwmac ff290000.ethernet: Wake-Up On Lan supported
  412. [ 6.625634] rk_gmac-dwmac ff290000.ethernet: Normal descriptors
  413. [ 6.625637] rk_gmac-dwmac ff290000.ethernet: Ring mode enabled
  414. [ 6.625642] rk_gmac-dwmac ff290000.ethernet: Enable RX Mitigation via HW Watchdog Timer
  415. [ 6.625738] Failed to attached device ff930000.vop to IOMMU_mapping
  416. [ 6.625980] iommu: Adding device ff940000.vop to group 1
  417. [ 6.625999] rockchip-vop ff940000.vop: Linked as a consumer to ff940300.iommu
  418. [ 6.626020] rk_iommu ff940300.iommu: Error during raw reset. MMU_DTE_ADDR is not functioning
  419. [ 6.639150] Failed to attached device ff940000.vop to IOMMU_mapping
  420. [ 6.640555] rockchip-drm display-subsystem: Linked as a consumer to ff930000.vop
  421. [ 6.640568] rockchip-drm display-subsystem: Linked as a consumer to ff940000.vop
  422. [ 6.640852] rockchip-drm display-subsystem: Linked as a consumer to ff980000.hdmi
  423. [ 6.644182] rockchip-drm display-subsystem: bound ff930000.vop (ops vop_component_ops [rockchipdrm])
  424. [ 6.645735] rockchip-drm display-subsystem: bound ff940000.vop (ops vop_component_ops [rockchipdrm])
  425. [ 6.645846] dwhdmi-rockchip ff980000.hdmi: Detected HDMI TX controller v2.00a with HDCP (DWC MHL PHY)
  426. [ 6.653968] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  427. [ 6.655474] rockchip-drm display-subsystem: bound ff980000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
  428. [ 6.655481] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  429. [ 6.655483] [drm] No driver support for vblank timestamp query.
  430. [ 6.655546] [drm] Cannot find any crtc or sizes
  431. [ 6.658094] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
  432. [ 6.663500] libphy: stmmac: probed
  433. [ 6.663512] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  434. [ 6.663516] RTL8211E Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
  435. [ 6.682706] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  436. [ 6.683479] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  437. [ 6.683485] cfg80211: failed to load regulatory.db
  438. [ 6.726310] r8723bs: module is from the staging directory, the quality is unknown, you have been warned.
  439. [ 6.742333] rk3288-crypto ff8a0000.cypto-controller: Crypto Accelerator successfully registered
  440. [ 6.763698] RTL8723BS: module init start
  441. [ 6.763704] RTL8723BS: rtl8723bs v4.3.5.5_12290.20140916_BTCOEX20140507-4E40
  442. [ 6.763706] RTL8723BS: rtl8723bs BT-Coex version = BTCOEX20140507-4E40
  443. [ 6.777159] pnetdev = (ptrval)
  444. [ 6.819303] audit: type=1130 audit(1537146768.590:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2dlabel-TB\x2dMM\x2dhome comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  445. [ 6.837392] EXT4-fs (mmcblk2p2): mounted filesystem with ordered data mode. Opts: data=ordered
  446. [ 6.918177] asoc-simple-card sound: i2s-hifi <-> ff890000.i2s mapping ok
  447. [ 6.918331] audit: type=1130 audit(1537146768.690:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  448. [ 6.923476] RTL8723BS: rtw_ndev_init(wlan0)
  449. [ 6.924124] RTL8723BS: module init ret =0
  450. [ 6.950869] Registered IR keymap rc-cec
  451. [ 6.951004] rc rc0: RC for dw_hdmi as /devices/platform/ff980000.hdmi/rc/rc0
  452. [ 6.951083] input: RC for dw_hdmi as /devices/platform/ff980000.hdmi/rc/rc0/input3
  453. [ 6.985856] audit: type=1127 audit(1537146768.760:11): pid=271 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
  454. [ 7.089091] RTL8211E Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211E Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
  455. [ 7.100821] rk_gmac-dwmac ff290000.ethernet eth0: No Safety Features support found
  456. [ 7.100831] rk_gmac-dwmac ff290000.ethernet eth0: PTP not supported by HW
  457. [ 7.101079] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  458. [ 7.425312] rtl8723bs: acquire FW from file:rtlwifi/rtl8723bs_nic.bin
  459. [ 7.444436] random: crng init done
  460. [ 7.444442] random: 7 urandom warning(s) missed due to ratelimiting
  461. [ 7.680866] [drm] Cannot find any crtc or sizes
  462. [ 8.743421] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
  463. [ 8.824409] usbcore: registered new interface driver snd-usb-audio
  464. [ 10.343893] RTL8723BS: rtw_set_802_11_connect(wlan0) fw_state = 0x00000008
  465. [ 10.410345] RTL8723BS: start auth
  466. [ 10.449092] RTL8723BS: auth success, start assoc
  467. [ 10.462040] RTL8723BS: rtw_cfg80211_indicate_connect(wlan0) BSS not found !!
  468. [ 10.462047] RTL8723BS: assoc success
  469. [ 10.786674] RTL8723BS: send eapol packet
  470. [ 10.794697] RTL8723BS: send eapol packet
  471. [ 10.794813] RTL8723BS: set pairwise key camid:4, addr:70:8b:cd:0b:22:0b, kid:0, type:AES
  472. [ 10.794968] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  473. [ 10.797008] RTL8723BS: set group key camid:5, addr:70:8b:cd:0b:22:0b, kid:1, type:AES
  474. [ 11.042763] 8021q: 802.1Q VLAN Support v1.8
  475. [ 12.015241] kauditd_printk_skb: 13 callbacks suppressed
  476. [ 12.015245] audit: type=1131 audit(1537146773.800:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  477. [ 30.181178] audit: type=1006 audit(1537146791.960:26): pid=375 uid=0 old-auid=4294967295 auid=1000 tty=ttyS2 old-ses=4294967295 ses=1 res=1
  478. [ 30.212058] audit: type=1130 audit(1537146791.990:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  479. [ 30.234085] audit: type=1006 audit(1537146792.010:28): pid=435 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
  480. [ 30.384376] audit: type=1130 audit(1537146792.160:29): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  481. [ 492.714608] audit: type=1131 audit(1537147253.556:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@ttyS2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  482. [ 492.758428] audit: type=1131 audit(1537147253.596:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  483. [ 492.834745] audit: type=1131 audit(1537147253.676:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  484. [ 492.838047] audit: type=1130 audit(1537147253.676:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@ttyS2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  485. [ 492.838057] audit: type=1131 audit(1537147253.676:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@ttyS2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  486. [ 492.840752] audit: type=1130 audit(1537147253.676:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=serial-getty@ttyS2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  487. [ 502.768494] audit: type=1006 audit(1537147263.626:36): pid=464 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
  488. [ 502.793672] audit: type=1130 audit(1537147263.656:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  489. [ 502.814324] audit: type=1006 audit(1537147263.676:38): pid=467 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
  490. [ 502.950406] audit: type=1130 audit(1537147263.806:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  491. [ 508.483032] audit: type=1131 audit(1537147269.355:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  492. [ 508.545842] audit: type=1131 audit(1537147269.415:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  493. [ 529.449412] audit: type=1006 audit(1537147290.340:42): pid=482 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
  494. [ 529.466160] audit: type=1130 audit(1537147290.350:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  495. [ 529.489041] audit: type=1006 audit(1537147290.380:44): pid=485 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1
  496. [ 529.626512] audit: type=1130 audit(1537147290.510:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  497. myself@alarm-~> dmesg |tail
  498. [ 502.814324] audit: type=1006 audit(1537147263.676:38): pid=467 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
  499. [ 502.950406] audit: type=1130 audit(1537147263.806:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  500. [ 508.483032] audit: type=1131 audit(1537147269.355:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  501. [ 508.545842] audit: type=1131 audit(1537147269.415:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  502. [ 529.449412] audit: type=1006 audit(1537147290.340:42): pid=482 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=5 res=1
  503. [ 529.466160] audit: type=1130 audit(1537147290.350:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  504. [ 529.489041] audit: type=1006 audit(1537147290.380:44): pid=485 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=6 res=1
  505. [ 529.626512] audit: type=1130 audit(1537147290.510:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  506. [ 922.423156] audit: type=1130 audit(1537147683.166:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  507. [ 922.423182] audit: type=1131 audit(1537147683.166:47): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
  508. myself@alarm-~> ls /proc/device-tree
  509. '#address-cells' interrupt-parent reserved-memory
  510. '#size-cells' io-domains rga@ff920000
  511. aliases iommu@ff900800 saradc@ff100000
  512. amba iommu@ff914000 sdio-pwrseq
  513. arm-pmu iommu@ff930300 sdmmc-regulator
  514. bus_intmem@ff700000 iommu@ff940300 serial@ff180000
  515. chosen iommu@ff9a0800 serial@ff190000
  516. clock-controller@ff760000 iommu@ff9c0440 serial@ff1b0000
  517. compatible lvds@ff96c000 serial@ff1c0000
  518. cpus memory serial@ff690000
  519. cypto-controller@ff8a0000 mipi@ff960000 sound
  520. display-subsystem model sound@ff88b0000
  521. dp@ff970000 name spi@ff110000
  522. dwmmc@ff0c0000 oscillator spi@ff120000
  523. dwmmc@ff0d0000 pinctrl spi@ff130000
  524. dwmmc@ff0e0000 power-management@ff730000 sram@ff720000
  525. dwmmc@ff0f0000 pwm@ff680000 syscon@ff740000
  526. efuse@ffb40000 pwm@ff680010 syscon@ff770000
  527. ethernet@ff290000 pwm@ff680020 thermal-zones
  528. external-gmac-clock pwm@ff680030 timer
  529. flash-regulator qos@ffaa0000 timer@ff810000
  530. gpio-keys qos@ffaa0080 tsadc@ff280000
  531. gpio-leds qos@ffad0000 usb@ff500000
  532. gpu-opp-table qos@ffad0100 usb@ff540000
  533. gpu@ffa30000 qos@ffad0180 usb@ff580000
  534. hdmi@ff980000 qos@ffad0400 usb@ff5c0000
  535. i2c@ff140000 qos@ffad0480 vop@ff930000
  536. i2c@ff150000 qos@ffad0500 vop@ff940000
  537. i2c@ff160000 qos@ffad0800 vsys-regulator
  538. i2c@ff170000 qos@ffad0880 watchdog@ff800000
  539. i2c@ff650000 qos@ffad0900 wireless-bluetooth
  540. i2c@ff660000 qos@ffae0000 wireless-wlan
  541. i2s@ff890000 qos@ffaf0000
  542. interrupt-controller@ffc01000 qos@ffaf0080
  543. myself@alarm-~>
  544.