nareshkamboju

hikey linux-next 20180309 boot pass

Mar 13th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.97 KB | None | 0 0
  1. EFI stub: Booting Linux Kernel...
  2. EFI stub: Using DTB from configuration table
  3. EFI stub: Exiting boot services and installing virtual address map...
  4. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd033]
  5. [ 0.000000] Linux version 4.16.0-rc4-next-20180309-dirty (naresh@linaro) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11-rc2)) #13 SMP PREEMPT Mon Mar 12 23:23:48
  6. [ 0.000000] Machine model: HiKey Development Board
  7. [ 0.000000] efi: Getting EFI parameters from FDT:
  8. [ 0.000000] efi: EFI v2.60 by EDK II
  9. [ 0.000000] efi: MEMATTR=0x3cb14a98
  10. [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000078000000, size 128 MiB
  11. [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
  12. [ 0.000000] NUMA: No NUMA configuration found
  13. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000007fffffff]
  14. [ 0.000000] NUMA: NODE_DATA [mem 0x77fbbbc0-0x77fbd4bf]
  15. [ 0.000000] Zone ranges:
  16. [ 0.000000] DMA32 [mem 0x0000000000000000-0x000000007fffffff]
  17. [ 0.000000] Normal empty
  18. [ 0.000000] Movable zone start for each node
  19. [ 0.000000] Early memory node ranges
  20. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000005dfffff]
  21. [ 0.000000] node 0: [mem 0x0000000005f00000-0x0000000005f00fff]
  22. [ 0.000000] node 0: [mem 0x0000000005f02000-0x0000000006dfefff]
  23. [ 0.000000] node 0: [mem 0x0000000006e00000-0x000000000740efff]
  24. [ 0.000000] node 0: [mem 0x0000000007410000-0x0000000021efffff]
  25. [ 0.000000] node 0: [mem 0x0000000022000000-0x0000000034ffffff]
  26. [ 0.000000] node 0: [mem 0x00000000350f0000-0x00000000384dffff]
  27. [ 0.000000] node 0: [mem 0x00000000384e0000-0x000000003871ffff]
  28. [ 0.000000] node 0: [mem 0x0000000038720000-0x0000000038727fff]
  29. [ 0.000000] node 0: [mem 0x0000000038728000-0x000000003872bfff]
  30. [ 0.000000] node 0: [mem 0x000000003872c000-0x000000003d6effff]
  31. [ 0.000000] node 0: [mem 0x000000003d6f0000-0x000000003d72ffff]
  32. [ 0.000000] node 0: [mem 0x000000003d730000-0x000000003d73ffff]
  33. [ 0.000000] node 0: [mem 0x000000003d740000-0x000000003d78ffff]
  34. [ 0.000000] node 0: [mem 0x000000003d790000-0x000000003dffffff]
  35. [ 0.000000] node 0: [mem 0x0000000040000000-0x000000007fffffff]
  36. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000007fffffff]
  37. [ 0.000000] Reserved but unavailable: 256 pages
  38. [ 0.000000] psci: probing for conduit method from DT.
  39. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  40. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  41. [ 0.000000] psci: Trusted OS migration not required
  42. [ 0.000000] psci: SMC Calling Convention v1.0
  43. [ 0.000000] random: fast init done
  44. [ 0.000000] percpu: Embedded 26 pages/cpu @ (ptrval) s65672 r8192 d32632 u106496
  45. [ 0.000000] Detected VIPT I-cache on CPU0
  46. [ 0.000000] CPU features: enabling workaround for ARM erratum 845719
  47. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 507149
  48. [ 0.000000] Policy zone: DMA32
  49. [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/Image console=tty0 console=ttyAMA3,115200n8 root=/dev/mmcblk0p9 rootwait rw efi=noruntime
  50. [ 0.000000] Memory: 1856704K/2061364K available (13116K kernel code, 1954K rwdata, 5372K rodata, 1792K init, 12412K bss, 73588K reserved, 131072K cma-reserved)
  51. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  52. [ 0.000000] ftrace: allocating 44521 entries in 174 pages
  53. [ 0.000000] Running RCU self tests
  54. [ 0.000000] Preemptible hierarchical RCU implementation.
  55. [ 0.000000] RCU lockdep checking is enabled.
  56. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
  57. [ 0.000000] Tasks RCU enabled.
  58. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  59. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  60. [ 0.000000] GIC: Using split EOI/Deactivate mode
  61. [ 0.000000] arch_timer: cp15 timer(s) running at 1.20MHz (phys).
  62. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x11b661f8e, max_idle_ns: 1763180809113 ns
  63. [ 0.000005] sched_clock: 56 bits at 1200kHz, resolution 833ns, wraps every 4398046510838ns
  64. [ 0.000189] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
  65. [ 0.000206] sched_clock: 32 bits at 19MHz, resolution 52ns, wraps every 111848106981ns
  66. [ 0.000822] Console: colour dummy device 80x25
  67. [ 0.003999] console [tty0] enabled
  68. [ 0.004049] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  69. [ 0.004118] ... MAX_LOCKDEP_SUBCLASSES: 8
  70. [ 0.004161] ... MAX_LOCK_DEPTH: 48
  71. [ 0.004203] ... MAX_LOCKDEP_KEYS: 8191
  72. [ 0.004247] ... CLASSHASH_SIZE: 4096
  73. [ 0.004291] ... MAX_LOCKDEP_ENTRIES: 32768
  74. [ 0.004335] ... MAX_LOCKDEP_CHAINS: 65536
  75. [ 0.004379] ... CHAINHASH_SIZE: 32768
  76. [ 0.004424] memory used by lock dependency info: 7391 kB
  77. [ 0.004474] per task-struct memory footprint: 1920 bytes
  78. [ 0.004617] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.40 BogoMIPS (lpj=4800)
  79. [ 0.004715] pid_max: default: 32768 minimum: 301
  80. [ 0.004914] Security Framework initialized
  81. [ 0.005773] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  82. [ 0.006222] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  83. [ 0.006354] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
  84. [ 0.006432] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
  85. [ 0.032291] ASID allocator initialised with 32768 entries
  86. [ 0.040273] Hierarchical SRCU implementation.
  87. [ 0.050217] EFI runtime services will be disabled.
  88. [ 0.056400] smp: Bringing up secondary CPUs ...
  89. [ 0.084852] Detected VIPT I-cache on CPU1
  90. [ 0.084931] CPU1: Booted secondary processor 0x0000000001 [0x410fd033]
  91. [ 0.112963] Detected VIPT I-cache on CPU2
  92. [ 0.113015] CPU2: Booted secondary processor 0x0000000002 [0x410fd033]
  93. [ 0.141121] Detected VIPT I-cache on CPU3
  94. [ 0.141168] CPU3: Booted secondary processor 0x0000000003 [0x410fd033]
  95. [ 0.169346] Detected VIPT I-cache on CPU4
  96. [ 0.169409] CPU4: Booted secondary processor 0x0000000100 [0x410fd033]
  97. [ 0.197484] Detected VIPT I-cache on CPU5
  98. [ 0.197520] CPU5: Booted secondary processor 0x0000000101 [0x410fd033]
  99. [ 0.225657] Detected VIPT I-cache on CPU6
  100. [ 0.225692] CPU6: Booted secondary processor 0x0000000102 [0x410fd033]
  101. [ 0.253832] Detected VIPT I-cache on CPU7
  102. [ 0.253867] CPU7: Booted secondary processor 0x0000000103 [0x410fd033]
  103. [ 0.254141] smp: Brought up 1 node, 8 CPUs
  104. [ 0.254921] SMP: Total of 8 processors activated.
  105. [ 0.254979] CPU features: detected: 32-bit EL0 Support
  106. [ 0.255037] CPU features: detected: Kernel page table isolation (KPTI)
  107. [ 0.266054] CPU: All CPU(s) started at EL2
  108. [ 0.266191] alternatives: patching kernel code
  109. [ 0.268394] devtmpfs: initialized
  110. [ 0.292218] Built 1 zonelists, mobility grouping on. Total pages: 496944
  111. [ 0.292311] Policy zone: DMA32
  112. [ 0.296309] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  113. [ 0.296540] futex hash table entries: 2048 (order: 6, 262144 bytes)
  114. [ 0.297483] pinctrl core: initialized pinctrl subsystem
  115. [ 0.300877] DMI not present or invalid.
  116. [ 0.302174] NET: Registered protocol family 16
  117. [ 0.303421] audit: initializing netlink subsys (disabled)
  118. [ 0.303821] audit: type=2000 audit(0.300:1): state=initialized audit_enabled=0 res=1
  119. [ 0.307004] cpuidle: using governor menu
  120. [ 0.307583] vdso: 2 pages (1 code @ 0000000038fcc5f7, 1 data @ 0000000083ea38ec)
  121. [ 0.307684] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  122. [ 0.310741] DMA: preallocated 256 KiB pool for atomic allocations
  123. [ 0.312480] Serial: AMBA PL011 UART driver
  124. [ 0.318610] f8015000.uart: ttyAMA0 at MMIO 0xf8015000 (irq = 7, base_baud = 0) is a PL011 rev2
  125. [ 0.320845] uart-pl011 f7111000.uart: could not find pctldev for node /soc/pinmux@f7010000/uart1_pmx_func, deferring probe
  126. [ 0.321489] uart-pl011 f7112000.uart: could not find pctldev for node /soc/pinmux@f7010000/uart2_pmx_func, deferring probe
  127. [ 0.322075] uart-pl011 f7113000.uart: could not find pctldev for node /soc/pinmux@f7010000/uart3_pmx_func, deferring probe
  128. [ 0.337434] hi6220-mbox f7510000.mailbox: Mailbox enabled
  129. [ 0.375845] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  130. [ 0.377157] cryptd: max_cpu_qlen set to 1000
  131. [ 0.379113] ACPI: Interpreter disabled.
  132. [ 0.381319] VDD_3V3: supplied by SYS_5V
  133. [ 0.383377] vgaarb: loaded
  134. [ 0.384155] SCSI subsystem initialized
  135. [ 0.384871] ssp-pl022 f7106000.spi: could not find pctldev for node /soc/pinmux@f7010000/spi0_pmx_func, deferring probe
  136. [ 0.385713] usbcore: registered new interface driver usbfs
  137. [ 0.385913] usbcore: registered new interface driver hub
  138. [ 0.386245] usbcore: registered new device driver usb
  139. [ 0.387259] i2c_designware f7100000.i2c: could not find pctldev for node /soc/pinmux@f7010000/i2c0_pmx_func, deferring probe
  140. [ 0.387449] i2c_designware f7101000.i2c: could not find pctldev for node /soc/pinmux@f7010000/i2c1_pmx_func, deferring probe
  141. [ 0.387617] i2c_designware f7102000.i2c: could not find pctldev for node /soc/pinmux@f7010000/i2c2_pmx_func, deferring probe
  142. [ 0.388633] pps_core: LinuxPPS API ver. 1 registered
  143. [ 0.388696] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  144. [ 0.388842] PTP clock support registered
  145. [ 0.389176] EDAC MC: Ver: 3.0.0
  146. [ 0.390365] Registered efivars operations
  147. [ 0.391155] Advanced Linux Sound Architecture Driver Initialized.
  148. [ 0.393517] clocksource: Switched to clocksource arch_sys_counter
  149. [ 0.546275] VFS: Disk quotas dquot_6.6.0
  150. [ 0.546442] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  151. [ 0.546994] pnp: PnP ACPI: disabled
  152. [ 0.566271] NET: Registered protocol family 2
  153. [ 0.567546] tcp_listen_portaddr_hash hash table entries: 1024 (order: 4, 73728 bytes)
  154. [ 0.567898] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
  155. [ 0.568405] TCP bind hash table entries: 16384 (order: 8, 1048576 bytes)
  156. [ 0.571489] TCP: Hash tables configured (established 16384 bind 16384)
  157. [ 0.572162] UDP hash table entries: 1024 (order: 5, 163840 bytes)
  158. [ 0.572695] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes)
  159. [ 0.573804] NET: Registered protocol family 1
  160. [ 0.575016] net_namespace: Pernet operations sunrpc_net_ops are sync.
  161. [ 0.575254] RPC: Registered named UNIX socket transport module.
  162. [ 0.575337] RPC: Registered udp transport module.
  163. [ 0.575393] RPC: Registered tcp transport module.
  164. [ 0.575448] RPC: Registered tcp NFSv4.1 backchannel transport module.
  165. [ 0.577401] kvm [1]: 8-bit VMID
  166. [ 0.577450] kvm [1]: IDMAP page: d44000
  167. [ 0.577550] kvm [1]: HYP VA range: 800000000000:ffffffffffff
  168. [ 0.584882] kvm [1]: vgic-v2@f6804000
  169. [ 0.585359] kvm [1]: vgic interrupt IRQ1
  170. [ 0.585534] kvm [1]: virtual timer IRQ4
  171. [ 0.586505] kvm [1]: Hyp mode initialized successfully
  172. [ 0.597261] Initialise system trusted keyrings
  173. [ 0.597840] workingset: timestamp_bits=44 max_order=19 bucket_order=0
  174. [ 0.622517] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  175. [ 0.624583] NFS: Registering the id_resolver key type
  176. [ 0.624736] Key type id_resolver registered
  177. [ 0.624813] Key type id_legacy registered
  178. [ 0.624882] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  179. [ 0.625370] 9p: Installing v9fs 9p2000 file system support
  180. [ 0.625769] pstore: using zlib compression
  181. [ 0.631369] Key type asymmetric registered
  182. [ 0.631567] Asymmetric key parser 'x509' registered
  183. [ 0.632205] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  184. [ 0.632381] io scheduler noop registered
  185. [ 0.632855] io scheduler cfq registered (default)
  186. [ 0.632915] io scheduler mq-deadline registered
  187. [ 0.632971] io scheduler kyber registered
  188. [ 0.633455] test_firmware: interface ready
  189. [ 0.641749] pinctrl-single f7010000.pinmux: 159 pins, size 636
  190. [ 0.643239] pinctrl-single f7010800.pinmux: 163 pins, size 652
  191. [ 0.644246] pinctrl-single f8001800.pinmux: 30 pins, size 120
  192. [ 0.649437] pl061_gpio f8011000.gpio: PL061 GPIO chip @0x00000000f8011000 registered
  193. [ 0.650358] pl061_gpio f8012000.gpio: PL061 GPIO chip @0x00000000f8012000 registered
  194. [ 0.651151] pl061_gpio f8013000.gpio: PL061 GPIO chip @0x00000000f8013000 registered
  195. [ 0.651605] gpio gpiochip3: names 9 do not match number of GPIOs 8
  196. [ 0.652141] pl061_gpio f8014000.gpio: PL061 GPIO chip @0x00000000f8014000 registered
  197. [ 0.652923] pl061_gpio f7020000.gpio: PL061 GPIO chip @0x00000000f7020000 registered
  198. [ 0.653833] pl061_gpio f7021000.gpio: PL061 GPIO chip @0x00000000f7021000 registered
  199. [ 0.654628] pl061_gpio f7022000.gpio: PL061 GPIO chip @0x00000000f7022000 registered
  200. [ 0.655409] pl061_gpio f7023000.gpio: PL061 GPIO chip @0x00000000f7023000 registered
  201. [ 0.655740] gpio gpiochip8: names 9 do not match number of GPIOs 8
  202. [ 0.656261] pl061_gpio f7024000.gpio: PL061 GPIO chip @0x00000000f7024000 registered
  203. [ 0.657065] pl061_gpio f7025000.gpio: PL061 GPIO chip @0x00000000f7025000 registered
  204. [ 0.657916] pl061_gpio f7026000.gpio: PL061 GPIO chip @0x00000000f7026000 registered
  205. [ 0.658703] pl061_gpio f7027000.gpio: PL061 GPIO chip @0x00000000f7027000 registered
  206. [ 0.659515] pl061_gpio f7028000.gpio: PL061 GPIO chip @0x00000000f7028000 registered
  207. [ 0.660306] pl061_gpio f7029000.gpio: PL061 GPIO chip @0x00000000f7029000 registered
  208. [ 0.661110] pl061_gpio f702a000.gpio: PL061 GPIO chip @0x00000000f702a000 registered
  209. [ 0.661988] pl061_gpio f702b000.gpio: PL061 GPIO chip @0x00000000f702b000 registered
  210. [ 0.662776] pl061_gpio f702c000.gpio: PL061 GPIO chip @0x00000000f702c000 registered
  211. [ 0.663567] pl061_gpio f702d000.gpio: PL061 GPIO chip @0x00000000f702d000 registered
  212. [ 0.664351] pl061_gpio f702e000.gpio: PL061 GPIO chip @0x00000000f702e000 registered
  213. [ 0.665119] pl061_gpio f702f000.gpio: PL061 GPIO chip @0x00000000f702f000 registered
  214. [ 0.670413] EINJ: ACPI disabled.
  215. [ 0.681051] k3-dma f7370000.dma: initialized
  216. [ 0.695309] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  217. [ 0.700905] SuperH (H)SCI(F) driver initialized
  218. [ 0.701658] msm_serial: driver initialized
  219. [ 0.731705] loop: module loaded
  220. [ 0.748711] libphy: Fixed MDIO Bus: probed
  221. [ 0.751130] thunder_xcv, ver 1.0
  222. [ 0.751295] thunder_bgx, ver 1.0
  223. [ 0.751439] nicpf, ver 1.0
  224. [ 0.752118] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  225. [ 0.752193] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  226. [ 0.752372] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
  227. [ 0.752449] igb: Copyright (c) 2007-2014 Intel Corporation.
  228. [ 0.752614] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  229. [ 0.752700] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  230. [ 0.753387] sky2: driver version 1.30
  231. [ 0.754829] VFIO - User Level meta-driver version: 0.3
  232. [ 0.757891] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  233. [ 0.757988] ehci-pci: EHCI PCI platform driver
  234. [ 0.758128] ehci-platform: EHCI generic platform driver
  235. [ 0.758429] ehci-orion: EHCI orion driver
  236. [ 0.758661] ehci-exynos: EHCI EXYNOS driver
  237. [ 0.758887] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  238. [ 0.758999] ohci-pci: OHCI PCI platform driver
  239. [ 0.759144] ohci-platform: OHCI generic platform driver
  240. [ 0.759381] ohci-exynos: OHCI EXYNOS driver
  241. [ 0.760226] usbcore: registered new interface driver usb-storage
  242. [ 0.764657] input: HISI 65xx PowerOn Key as /devices/platform/f8000000.pmic/hi65xx-powerkey.0.auto/input/input0
  243. [ 0.767865] rtc-pl031 f8003000.rtc: rtc core: registered pl031 as rtc0
  244. [ 0.768745] rtc-pl031 f8004000.rtc: rtc core: registered pl031 as rtc1
  245. [ 0.770199] i2c /dev entries driver
  246. [ 0.784911] sdhci: Secure Digital Host Controller Interface driver
  247. [ 0.785001] sdhci: Copyright(c) Pierre Ossman
  248. [ 0.785688] Synopsys Designware Multimedia Card Interface Driver
  249. [ 0.786970] dwmmc_k3 f723d000.dwmmc0: fifo-depth property not found, using value of FIFOTH register as default
  250. [ 0.787435] dwmmc_k3 f723d000.dwmmc0: IDMAC supports 32-bit address mode.
  251. [ 0.787797] dwmmc_k3 f723d000.dwmmc0: Using internal DMA controller.
  252. [ 0.787874] dwmmc_k3 f723d000.dwmmc0: Version ID is 250a
  253. [ 0.788030] dwmmc_k3 f723d000.dwmmc0: DW MMC controller at irq 41,32 bit host data width,256 deep fifo
  254. [ 0.788482] mmc_host mmc0: card is non-removable.
  255. [ 0.801857] mmc_host mmc0: Bus speed (slot 0) = 24800000Hz (slot req 400000Hz, actual 400000HZ div = 31)
  256. [ 0.815928] dwmmc_k3 f723e000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default
  257. [ 0.816679] dwmmc_k3 f723e000.dwmmc1: IDMAC supports 32-bit address mode.
  258. [ 0.816907] dwmmc_k3 f723e000.dwmmc1: Using internal DMA controller.
  259. [ 0.816984] dwmmc_k3 f723e000.dwmmc1: Version ID is 250a
  260. [ 0.817154] dwmmc_k3 f723e000.dwmmc1: DW MMC controller at irq 42,32 bit host data width,128 deep fifo
  261. [ 0.817807] dwmmc_k3 f723e000.dwmmc1: Got CD GPIO
  262. [ 0.831131] mmc_host mmc1: Bus speed (slot 0) = 24800000Hz (slot req 400000Hz, actual 400000HZ div = 31)
  263. [ 0.846080] dwmmc_k3 f723f000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  264. [ 0.846441] dwmmc_k3 f723f000.dwmmc2: IDMAC supports 32-bit address mode.
  265. [ 0.846657] dwmmc_k3 f723f000.dwmmc2: Using internal DMA controller.
  266. [ 0.846733] dwmmc_k3 f723f000.dwmmc2: Version ID is 250a
  267. [ 0.846923] dwmmc_k3 f723f000.dwmmc2: DW MMC controller at irq 43,32 bit host data width,128 deep fifo
  268. [ 0.849268] sdhci-pltfm: SDHCI platform and OF driver helper
  269. [ 0.855727] ledtrig-cpu: registered to indicate activity on CPUs
  270. [ 0.858211] usbcore: registered new interface driver usbhid
  271. [ 0.858300] usbhid: USB HID core driver
  272. [ 0.860794] optee: probing for conduit method from DT.
  273. [ 0.860894] optee: revision 2.5
  274. [ 0.861995] optee: initialized driver
  275. [ 0.866548] NET: Registered protocol family 10
  276. [ 0.869307] Segment Routing with IPv6
  277. [ 0.869454] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  278. [ 0.870826] NET: Registered protocol family 17
  279. [ 0.871101] 9pnet: Installing 9P2000 support
  280. [ 0.871315] Key type dns_resolver registered
  281. [ 0.878745] mmc_host mmc0: Bus speed (slot 0) = 51756522Hz (slot req 52000000Hz, actual 51756522HZ div = 0)
  282. [ 0.879871] registered taskstats version 1
  283. [ 0.879930] Loading compiled-in X.509 certificates
  284. [ 0.885527] mmc0: new high speed MMC card at address 0001
  285. [ 0.888062] mmcblk0: mmc0:0001 H8G1e 7.28 GiB
  286. [ 0.889368] mmcblk0boot0: mmc0:0001 H8G1e partition 1 4.00 MiB
  287. [ 0.890740] mmcblk0boot1: mmc0:0001 H8G1e partition 2 4.00 MiB
  288. [ 0.891821] mmcblk0rpmb: mmc0:0001 H8G1e partition 3 4.00 MiB, chardev (240:0)
  289. [ 0.900959] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9
  290. [ 0.904864] f7111000.uart: ttyAMA1 at MMIO 0xf7111000 (irq = 8, base_baud = 0) is a PL011 rev2
  291. [ 0.905691] serial serial0: tty port ttyAMA1 registered
  292. [ 0.906488] f7112000.uart: ttyAMA2 at MMIO 0xf7112000 (irq = 9, base_baud = 0) is a PL011 rev2
  293. [ 0.908954] f7113000.uart: ttyAMA3 at MMIO 0xf7113000 (irq = 10, base_baud = 0) is a PL011 rev2
  294. [ 2.631534] console [ttyAMA3] enabled
  295. [ 2.637082] 5V_HUB: supplied by SYS_5V
  296. [ 2.642403] ssp-pl022 f7106000.spi: ARM PL022 driver, device ID: 0x00041022
  297. [ 2.649744] ssp-pl022 f7106000.spi: mapped registers from 0x00000000f7106000 to 00000000ae4a6b7a
  298. [ 2.658912] ssp-pl022 f7106000.spi: setup for DMA on RX dma0chan0, TX dma0chan1
  299. [ 2.677828] dwc2 f72c0000.usb: f72c0000.usb supply vusb_d not found, using dummy regulator
  300. [ 2.686429] dwc2 f72c0000.usb: f72c0000.usb supply vusb_a not found, using dummy regulator
  301. [ 3.065789] dwc2 f72c0000.usb: EPs: 16, dedicated fifos, 1920 entries in SPRAM
  302. [ 3.075086] dwc2 f72c0000.usb: DWC OTG Controller
  303. [ 3.080140] dwc2 f72c0000.usb: new USB bus registered, assigned bus number 1
  304. [ 3.087454] dwc2 f72c0000.usb: irq 39, io mem 0xf72c0000
  305. [ 3.095931] hub 1-0:1.0: USB hub found
  306. [ 3.100021] hub 1-0:1.0: 1 port detected
  307. [ 3.110540] dwmmc_k3 f723f000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  308. [ 3.120915] dwmmc_k3 f723f000.dwmmc2: IDMAC supports 32-bit address mode.
  309. [ 3.128012] dwmmc_k3 f723f000.dwmmc2: Using internal DMA controller.
  310. [ 3.134480] dwmmc_k3 f723f000.dwmmc2: Version ID is 250a
  311. [ 3.139949] dwmmc_k3 f723f000.dwmmc2: DW MMC controller at irq 43,32 bit host data width,128 deep fifo
  312. [ 3.152164] rtc-pl031 f8003000.rtc: setting system clock to 1970-01-01 00:00:14 UTC (14)
  313. [ 3.166440] LDO2_2V8: disabling
  314. [ 3.169754] LDO7_SDIO: disabling
  315. [ 3.173028] LDO10_2V85: disabling
  316. [ 3.176437] LDO13_1V8: disabling
  317. [ 3.179757] LDO14_2V8: disabling
  318. [ 3.183076] LDO17_2V5: disabling
  319. [ 3.186401] ALSA device list:
  320. [ 3.189401] No soundcards found.
  321. [ 3.194271] uart-pl011 f7113000.uart: no DMA platform data
  322. Minicom2.7Minico[ 3.205147] EXT4-fs (mmcblk0p9): couldn't mount as ext3 due to feature incompatibilities
  323. [ 3.228643] EXT4-fs (mmcblk0p9): mounted filesystem with ordered data mode. Opts: (null)
  324. [ 3.237389] VFS: Mounted root (ext4 filesystem) on device 179:9.
  325. [ 3.250232] devtmpfs: mounted
  326. [ 3.264942] Freeing unused kernel memory: 1792K
  327. [ 3.436459] systemd[1]: System time before build time, advancing clock.
  328. [ 3.509706] dwc2 f72c0000.usb: Set speed to high-speed
  329. [ 3.515047] usb 1-1: new high-speed USB device number 2 using dwc2
  330. [ 3.565038] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT +GNUTLS +ACL +XZ -LZ4 )
  331. [ 3.584620] systemd[1]: Detected architecture arm64.
  332.  
  333. Welcome to Reference-Platform-Build-X11 2.2+linaro!
  334.  
  335. [ 3.610992] systemd[1]: Set hostname to <hikey>.
  336. [ 3.709678] dwc2 f72c0000.usb: Set speed to high-speed
  337. [ 3.737723] hub 1-1:1.0: USB hub found
  338. [ 3.741994] hub 1-1:1.0: 3 ports detected
  339. [ 3.753867] dwmmc_k3 f723f000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  340. [ 3.764234] dwmmc_k3 f723f000.dwmmc2: IDMAC supports 32-bit address mode.
  341. [ 3.773577] dwmmc_k3 f723f000.dwmmc2: Using internal DMA controller.
  342. [ 3.780086] dwmmc_k3 f723f000.dwmmc2: Version ID is 250a
  343. [ 3.785572] dwmmc_k3 f723f000.dwmmc2: DW MMC controller at irq 43,32 bit host data width,128 deep fifo
  344. [ 3.994504] systemd[1]: Created slice User and Session Slice.
  345. [ OK ] Created slice User and Session Slice.
  346. [ 4.018527] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
  347. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  348. [ 4.033741] dwc2 f72c0000.usb: Set speed to full-speed
  349. [ 4.039526] usb 1-1.2: new full-speed USB device number 3 using dwc2
  350. [ 4.054306] systemd[1]: Listening on Network Service Netlink Socket.
  351. [ OK ] Listening on Network Service Netlink Socket.
  352. [ 4.078667] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  353. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  354. [ 4.107856] systemd[1]: Created slice System Slice.
  355. [ OK ] Created slice System Slice.
  356. [ 4.125968] systemd[1]: Reached target Swap.
  357. [ OK ] Reached target Swap.
  358. [ 4.142274] systemd[1]: Listening on Journal Audit Socket.
  359. [ OK ] Listening on Journal Audit Socket.
  360. [ OK ] Reached target Slices.
  361. [ OK ] Created slice system-getty.slice.
  362. [ OK ] Listening on Journal Socket (/dev/log).
  363. [ OK ] Created slice system-serial\x2dgetty.slice.
  364. [ OK ] Listening on udev Kernel Socket.
  365. [ OK ] Reached target Remote File Systems.
  366. [ OK ] Listening on Journal Socket.
  367. Mounting Debug File System...
  368. Starting Load Kernel Modules...
  369. Mounting Huge Pages File System...
  370. Mounting POSIX Message Queue File System...
  371. Starting Setup Virtual Console...
  372. [ 4.374066] usb 1-1: USB disconnect, device number 2
  373. Starting Remount Root and Kernel File Systems...
  374. [ OK ] Listening on udev Control Socket.
  375. [ 4.399045] EXT4-fs (mmcblk0p9): re-mounted. Opts: (null)
  376. Mounting Temporary Directory...
  377. [ OK ] Listening on Syslog Socket.
  378. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  379. [ OK ] Reached target Paths.
  380. Starting Journal Service...
  381. [ OK ] Mounted Huge Pages File System.
  382. [ OK ] Mounted POSIX Message Queue File System.
  383. [ OK ] Mounted Debug File System.
  384. [ OK ] Mounted Temporary Directory.
  385. [FAILED] Failed to start Load Kernel Modules.
  386. See 'systemctl status systemd-modules-load.service' for details.
  387. [ OK ] Started Setup Virtual Console.
  388. [ OK ] Started Remount Root and Kernel File Systems.
  389. [ OK ] Started Journal Service.
  390. Starting udev Coldplug all Devices...
  391. Starting Create Static Device Nodes in /dev...
  392. Starting Flush Journal to Persistent Storage...
  393. Mounting Configuration File System...
  394. Starting Apply Kernel Variables...
  395. [ OK ] Mounted Configuration File System.
  396. [ OK ] Started Create Static Device Nodes in /dev.
  397. [ OK ] Started Apply Kernel Variables.
  398. Starting udev Kernel Device Manager...
  399. [ OK ] Reached target Local File Systems (Pre).
  400. Mounting /var/volatile...
  401. [ OK ] Mounted /var/volatile.
  402. [ OK ] Started udev Kernel Device Manager.
  403. [ 4.982510] systemd-journald[1640]: Received request to flush runtime journal from PID 1
  404. Starting Load/Save Random Seed...
  405. [ OK ] Reached target Local File Systems.
  406. [ OK ] Started Flush Journal to Persistent Storage.
  407. [ OK ] Started Load/Save Random Seed.
  408. Starting Create Volatile Files and Directories...
  409. [ OK ] Started Create Volatile Files and Directories.
  410. Starting Network Time Synchronization...
  411. Starting Update UTMP about System Boot/Shutdown...
  412. [ OK ] Started Update UTMP about System Boot/Shutdown.
  413. [ OK ] Started Network Time Synchronization.
  414. [ OK ] Reached target System Time Synchronized.
  415. [ OK ] Started udev Coldplug all Devices.
  416. [ OK ] Found device /dev/ttyAMA2.
  417. [ OK ] Found device /dev/ttyAMA3.
  418. [ OK ] Reached target System Initialization.
  419. [ OK ] Listening on RPCbind Server Activation Socket.
  420. [ OK ] Started Daily Cleanup of Temporary Directories.
  421. [ OK ] Reached target Timers.
  422. [ OK ] Listening on D-Bus System Message Bus Socket.
  423. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
  424. Starting sshd.socket.
  425. [ OK ] Listening on sshd.socket.
  426. [ OK ] Reached target Sockets.
  427. [ OK ] Reached target Basic System.
  428. [ OK ] Started D-Bus System Message Bus.
  429. Starting Network Service...
  430. Starting Network Manager...
  431. [ OK ] Started TEE Supplicant.
  432. Starting Login Service...
  433. [ OK ] Started Periodic Command Scheduler.
  434. Starting Avahi mDNS/DNS-SD Stack...
  435. [ OK ] Started Job spooling tools.
  436. [ OK ] Started System Logging Service.
  437. [ OK ] Started Kernel Logging Service.
  438. [ OK ] Started Network Service.
  439. [ OK ] Started Avahi mDNS/DNS-SD Stack.
  440. [ OK ] Started Login Service.
  441. [ OK ] Started Network Manager.
  442. [ OK ] Reached target Network.
  443. Starting Permit User Sessions...
  444. Starting DNS forwarder and DHCP server...
  445. Starting Network Name Resolution...
  446. [ OK ] Started Permit User Sessions.
  447. Starting Authorization Manager...
  448. [ OK ] Started Serial Getty on ttyAMA3.
  449. [ OK ] Started Getty on tty1.
  450. [ OK ] Started Serial Getty on ttyAMA2.
  451. [ OK ] Reached target Login Prompts.
  452. [ OK ] Started Network Name Resolution.
  453. [ OK ] Started DNS forwarder and DHCP server.
  454. [ OK ] Reached target Multi-User System.
  455. Starting Update UTMP about System Runlevel Changes...
  456. [ OK ] Started Update UTMP about System Runlevel Changes.
  457. [ OK ] Started Authorization Manager.
  458. [ 7.026421] uart-pl011 f7112000.uart: no DMA platform data
  459.  
  460. Reference-Platform-Build-X11 2.2+linaro hikey ttyAMA3
  461.  
  462. hikey login: [ 9.187260] usb 1-1-port2: attempt power cycle
  463. linar[ 9.845952] dwc2 f72c0000.usb: Set speed to full-speed
  464. [ 9.851241] usb 1-1: new full-speed USB device number 7 using dwc2
  465. o[ 10.045950] dwc2 f72c0000.usb: Set speed to full-speed
  466. [ 10.071119] usb 1-1: not running at top speed; connect to a high speed hub
  467. [ 10.080688] hub 1-1:1.0: USB hub found
  468. [ 10.084831] hub 1-1:1.0: 3 ports detected
  469. [ 10.096865] dwmmc_k3 f723f000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  470. [ 10.107234] dwmmc_k3 f723f000.dwmmc2: IDMAC supports 32-bit address mode.
  471. [ 10.115568] dwmmc_k3 f723f000.dwmmc2: Using internal DMA controller.
  472. [ 10.122063] dwmmc_k3 f723f000.dwmmc2: Version ID is 250a
  473. [ 10.127558] dwmmc_k3 f723f000.dwmmc2: DW MMC controller at irq 43,32 bit host data width,128 deep fifo
  474.  
  475. [ 10.319646] audit: type=1006 audit(1520877394.016:2): pid=2782 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=1 res=1
  476. [ 10.393819] dwc2 f72c0000.usb: Set speed to full-speed
  477. [ 10.399109] usb 1-1.2: new full-speed USB device number 8 using dwc2
  478. [ 10.485869] dwc2 f72c0000.usb: Set speed to full-speed
  479. [ 10.527478] dwmmc_k3 f723f000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default
  480. [ 10.537932] dwmmc_k3 f723f000.dwmmc2: IDMAC supports 32-bit address mode.
  481. hikey:~$ [ 10.550258] dwmmc_k3 f723f000.dwmmc2: Using internal DMA controller.
  482. [ 10.556769] dwmmc_k3 f723f000.dwmmc2: Version ID is 250a
  483. [ 10.562261] dwmmc_k3 f723f000.dwmmc2: DW MMC controller at irq 43,32 bit host data width,128 deep fifo
  484.  
  485. hikey:~$ su
  486. hikey:/home/linaro#
  487. hikey:/home/linaro#
  488. hikey:/home/linaro#
  489. hikey:/home/linaro#
  490. hikey:/home/linaro# cat[ 13.754598] random: crng init done
  491. /proc/version
  492. Linux version 4.16.0-rc4-next-20180309-dirty (naresh@linaro) (gcc version 6.2.1 20161016 (Linaro GCC 6.2-2016.11-rc2)) #13 SMP PREEMPT Mon Mar 12 23:23:47 IST 2018
  493. hikey:/home/linaro#
Add Comment
Please, Sign In to add comment