Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.02 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 0x0
  5. [ 0.000000] Initializing cgroup subsys cpuset
  6. [ 0.000000] Initializing cgroup subsys cpu
  7. [ 0.000000] Initializing cgroup subsys cpuacct
  8. [ 0.000000] Linux version 4.1.0-rc1-00040-g503e4e579ee7-dirty (mpoirier@t430) (gcc version 5.3.1 20160412 (Linaro GCC 5.3-2016.05-rc2) ) #51 SMP PREEMPT Tue Feb 21 11:42:09 MST 2017
  9. [ 0.000000] CPU: AArch64 Processor [410fd033] revision 3
  10. [ 0.000000] Detected VIPT I-cache on CPU0
  11. [ 0.000000] alternatives: enabling workaround for ARM erratum 845719
  12. [ 0.000000] earlycon: Early serial console at MMIO 0xf7113000 (options '')
  13. [ 0.000000] bootconsole [uart0] enabled
  14. [ 0.000000] earlycon: already registered
  15. [ 0.000000] earlycon: already registered
  16. [ 0.000000] efi: Getting EFI parameters from FDT:
  17. [ 0.000000] EFI v2.50 by hikey EFI Dec 14 2016 06:04:18
  18. [ 0.000000] efi:
  19. [ 0.000000] Ignoring memory block 0x0 - 0x10000
  20. [ 0.000000] Ignoring memory block 0x10000 - 0x20000
  21. [ 0.000000] Ignoring memory range 0x20000 - 0x200000
  22. [ 0.000000] cma: Reserved 16 MiB at 0x000000003c400000
  23. [ 0.000000] psci: probing for conduit method from DT.
  24. [ 0.000000] psci: PSCIv1.0 detected in firmware.
  25. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  26. [ 0.000000] PERCPU: Embedded 16 pages/cpu @ffff80003dd63000 s27776 r8192 d29568 u65536
  27. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 248725
  28. [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/Image.devel earlycon=pl011,0xf7113000 console=tty0 console=ttyAMA3,115200 root=/dev/disk/by-partlabel/system rootwait rw efi=noruntie
  29. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  30. [ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
  31. [ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
  32. [ 0.000000] software IO TLB [mem 0x31000000-0x35000000] (64MB) mapped at [ffff800030e00000-ffff800034dfffff]
  33. [ 0.000000] Memory: 891856K/1010740K available (7111K kernel code, 514K rwdata, 2816K rodata, 316K init, 345K bss, 102500K reserved, 16384K cma-reserved)
  34. [ 0.000000] Virtual kernel memory layout:
  35. [ 0.000000] vmalloc : 0xffff000000000000 - 0xffff7bffbfff0000 (126974 GB)
  36. [ 0.000000] vmemmap : 0xffff7bffc0000000 - 0xffff7fffc0000000 ( 4096 GB maximum)
  37. [ 0.000000] 0xffff7bffc0008000 - 0xffff7bffc0f80000 ( 15 MB actual)
  38. [ 0.000000] fixed : 0xffff7ffffabfd000 - 0xffff7ffffac00000 ( 12 KB)
  39. [ 0.000000] PCI I/O : 0xffff7ffffae00000 - 0xffff7ffffbe00000 ( 16 MB)
  40. [ 0.000000] modules : 0xffff7ffffc000000 - 0xffff800000000000 ( 64 MB)
  41. [ 0.000000] memory : 0xffff800000000000 - 0xffff80003de00000 ( 990 MB)
  42. [ 0.000000] .init : 0xffff800000a34000 - 0xffff800000a83000 ( 316 KB)
  43. [ 0.000000] .text : 0xffff800000080000 - 0xffff800000a33da4 ( 9936 KB)
  44. [ 0.000000] .data : 0xffff800000a90000 - 0xffff800000b10800 ( 514 KB)
  45. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
  46. [ 0.000000] Preemptible hierarchical RCU implementation.
  47. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
  48. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
  49. [ 0.000000] NR_IRQS:64 nr_irqs:64 16
  50. [ 0.000000] hisi_clk_init: base ffff000000002000
  51. [ 0.000000] hisi_clk_init: base ffff000000008000
  52. [ 0.000000] hisi_clk_init: base ffff00000000a000
  53. [ 0.000000] hisi_clk_init: base ffff00000000c000
  54. [ 0.000000] Architected cp15 timer(s) running at 1.20MHz (phys).
  55. [ 0.000000] clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x11b661f8e, max_idle_ns: 1763180809113 ns
  56. [ 0.000005] sched_clock: 56 bits at 1200kHz, resolution 833ns, wraps every 4398046510838ns
  57. [ 0.008522] Console: colour dummy device 80x25
  58. [ 0.013625] console [tty0] enabled
  59. [ 0.017074] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.40 BogoMIPS (lpj=12000)
  60. [ 0.027380] pid_max: default: 32768 minimum: 301
  61. [ 0.032090] Security Framework initialized
  62. [ 0.036264] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
  63. [ 0.043041] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
  64. [ 0.050684] Initializing cgroup subsys blkio
  65. [ 0.055007] Initializing cgroup subsys memory
  66. [ 0.059427] Initializing cgroup subsys devices
  67. [ 0.063930] Initializing cgroup subsys perf_event
  68. [ 0.068689] Initializing cgroup subsys hugetlb
  69. [ 0.073487] hw perfevents: enabled with arm/armv8-pmuv3 PMU driver, 7 counters available
  70. [ 0.081709] EFI runtime services will be disabled.
  71. [ 0.161994] CPU1: Booted secondary processor
  72. [ 0.162000] Detected VIPT I-cache on CPU1
  73. [ 0.181973] CPU2: Booted secondary processor
  74. [ 0.181976] Detected VIPT I-cache on CPU2
  75. [ 0.201982] CPU3: Booted secondary processor
  76. [ 0.201985] Detected VIPT I-cache on CPU3
  77. [ 0.222056] CPU4: Booted secondary processor
  78. [ 0.222064] Detected VIPT I-cache on CPU4
  79. [ 0.242000] CPU5: Booted secondary processor
  80. [ 0.242004] Detected VIPT I-cache on CPU5
  81. [ 0.262009] CPU6: Booted secondary processor
  82. [ 0.262012] Detected VIPT I-cache on CPU6
  83. [ 0.282017] CPU7: Booted secondary processor
  84. [ 0.282019] Detected VIPT I-cache on CPU7
  85. [ 0.282073] Brought up 8 CPUs
  86. [ 0.343638] SMP: Total of 8 processors activated.
  87. [ 0.348393] CPU: All CPU(s) started at EL2
  88. [ 0.352564] alternatives: patching kernel code
  89. [ 0.357564] devtmpfs: initialized
  90. [ 0.361500] DMI not present or invalid.
  91. [ 0.365551] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  92. [ 0.375976] pinctrl core: initialized pinctrl subsystem
  93. [ 0.383443] NET: Registered protocol family 16
  94. [ 0.388934] vdso: 2 pages (1 code @ ffff800000a95000, 1 data @ ffff800000a94000)
  95. [ 0.396453] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  96. [ 0.403916] DMA: preallocated 256 KiB pool for atomic allocations
  97. [ 0.410167] Serial: AMBA PL011 UART driver
  98. [ 0.415377] f8015000.uart: ttyAMA0 at MMIO 0xf8015000 (irq = 20, base_baud = 0) is a PL011 rev2
  99. [ 0.424766] of_amba_device_create(): amba_device_add() failed (-19) for /funnel@0,f6501000
  100. [ 0.485910] vgaarb: loaded
  101. [ 0.488862] SCSI subsystem initialized
  102. [ 0.493061] usbcore: registered new interface driver usbfs
  103. [ 0.498667] usbcore: registered new interface driver hub
  104. [ 0.504108] usbcore: registered new device driver usb
  105. [ 0.509439] pps_core: LinuxPPS API ver. 1 registered
  106. [ 0.514458] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  107. [ 0.523724] PTP clock support registered
  108. [ 0.527984] Advanced Linux Sound Architecture Driver Initialized.
  109. [ 0.534714] Switched to clocksource arch_sys_counter
  110. [ 0.545629] NET: Registered protocol family 2
  111. [ 0.550489] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
  112. [ 0.557694] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
  113. [ 0.564406] TCP: Hash tables configured (established 8192 bind 8192)
  114. [ 0.570894] UDP hash table entries: 512 (order: 2, 16384 bytes)
  115. [ 0.576911] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  116. [ 0.583472] NET: Registered protocol family 1
  117. [ 0.588086] RPC: Registered named UNIX socket transport module.
  118. [ 0.594072] RPC: Registered udp transport module.
  119. [ 0.598837] RPC: Registered tcp transport module.
  120. [ 0.603591] RPC: Registered tcp NFSv4.1 backchannel transport module.
  121. [ 0.610261] Unpacking initramfs...
  122. [ 0.743104] Freeing initrd memory: 3400K (ffff800037408000 - ffff80003775a000)
  123. [ 0.750936] kvm [1]: error getting vgic maintenance irq from DT
  124. [ 0.756988] kvm [1]: error initializing Hyp mode: -6
  125. [ 0.763609] futex hash table entries: 2048 (order: 5, 131072 bytes)
  126. [ 0.770088] audit: initializing netlink subsys (disabled)
  127. [ 0.775645] audit: type=2000 audit(0.709:1): initialized
  128. [ 0.781418] HugeTLB registered 2 MB page size, pre-allocated 0 pages
  129. [ 0.793217] VFS: Disk quotas dquot_6.6.0
  130. [ 0.797322] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  131. [ 0.805580] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  132. [ 0.812204] NFS: Registering the id_resolver key type
  133. [ 0.817349] Key type id_resolver registered
  134. [ 0.821577] Key type id_legacy registered
  135. [ 0.825649] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  136. [ 0.832607] 9p: Installing v9fs 9p2000 file system support
  137. [ 0.839533] bounce: pool size: 64 pages
  138. [ 0.843536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  139. [ 0.851184] io scheduler noop registered
  140. [ 0.855335] io scheduler cfq registered (default)
  141. [ 0.861168] xenfs: not registering filesystem on non-xen platform
  142. [ 0.869457] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  143. [ 0.876617] msm_serial: driver initialized
  144. [ 0.881171] Unable to detect cache hierarcy from DT for CPU 0
  145. [ 0.890080] loop: module loaded
  146. [ 0.894306] libphy: Fixed MDIO Bus: probed
  147. [ 0.898803] tun: Universal TUN/TAP device driver, 1.6
  148. [ 0.903909] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
  149. [ 0.910431] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
  150. [ 0.916341] e1000e: Copyright(c) 1999 - 2014 Intel Corporation.
  151. [ 0.922370] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.2.15-k
  152. [ 0.929504] igb: Copyright (c) 2007-2014 Intel Corporation.
  153. [ 0.935183] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
  154. [ 0.943106] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  155. [ 0.949140] sky2: driver version 1.30
  156. [ 0.952959] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
  157. [ 0.960496] usbcore: registered new interface driver pegasus
  158. [ 0.966259] usbcore: registered new interface driver rtl8150
  159. [ 0.972013] usbcore: registered new interface driver r8152
  160. [ 0.977605] usbcore: registered new interface driver asix
  161. [ 0.983094] usbcore: registered new interface driver ax88179_178a
  162. [ 0.989294] usbcore: registered new interface driver cdc_ether
  163. [ 0.995236] usbcore: registered new interface driver dm9601
  164. [ 1.000910] usbcore: registered new interface driver CoreChips
  165. [ 1.006857] usbcore: registered new interface driver smsc75xx
  166. [ 1.012707] usbcore: registered new interface driver smsc95xx
  167. [ 1.018559] usbcore: registered new interface driver net1080
  168. [ 1.024311] usbcore: registered new interface driver plusb
  169. [ 1.029896] usbcore: registered new interface driver cdc_subset
  170. [ 1.035920] usbcore: registered new interface driver zaurus
  171. [ 1.041586] usbcore: registered new interface driver MOSCHIP usb-ethernet driver
  172. [ 1.049134] usbcore: registered new interface driver cdc_ncm
  173. [ 1.054969] VFIO - User Level meta-driver version: 0.3
  174. [ 1.061378] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  175. [ 1.068014] ehci-pci: EHCI PCI platform driver
  176. [ 1.072554] ehci-platform: EHCI generic platform driver
  177. [ 1.077899] ehci-msm: Qualcomm On-Chip EHCI Host Controller
  178. [ 1.083580] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  179. [ 1.089856] ohci-pci: OHCI PCI platform driver
  180. [ 1.094384] ohci-platform: OHCI generic platform driver
  181. [ 1.099774] usbcore: registered new interface driver usb-storage
  182. [ 1.106417] mousedev: PS/2 mouse device common for all mice
  183. [ 1.112532] i2c /dev entries driver
  184. [ 1.116474] sdhci: Secure Digital Host Controller Interface driver
  185. [ 1.122723] sdhci: Copyright(c) Pierre Ossman
  186. [ 1.127172] Synopsys Designware Multimedia Card Interface Driver
  187. [ 1.133341] sdhci-pltfm: SDHCI platform and OF driver helper
  188. [ 1.139419] ledtrig-cpu: registered to indicate activity on CPUs
  189. [ 1.145968] usbcore: registered new interface driver usbhid
  190. [ 1.151602] usbhid: USB HID core driver
  191. [ 1.156472] coresight-tmc f6404000.etr: TMC initialized
  192. [ 1.168809] coresight-tmc f6402000.etf: TMC initialized
  193. [ 1.174193] coresight-tpiu f6405000.tpiu: TPIU initialized
  194. [ 1.186857] coresight-funnel f6401000.funnel: FUNNEL initialized
  195. [ 1.207066] coresight-replicator replicator0: REPLICATOR initialized
  196. [ 1.220189] coresight-etm4x f659c000.etm: ETM 4.0 initialized
  197. [ 1.232631] coresight-etm4x f659d000.etm: ETM 4.0 initialized
  198. [ 1.245088] coresight-etm4x f659e000.etm: ETM 4.0 initialized
  199. [ 1.257537] coresight-etm4x f659f000.etm: ETM 4.0 initialized
  200. [ 1.269989] coresight-etm4x f65dc000.etm: ETM 4.0 initialized
  201. [ 1.282439] coresight-etm4x f65dd000.etm: ETM 4.0 initialized
  202. [ 1.294908] coresight-etm4x f65de000.etm: ETM 4.0 initialized
  203. [ 1.307373] coresight-etm4x f65df000.etm: ETM 4.0 initialized
  204. [ 1.313793] NET: Registered protocol family 17
  205. [ 1.318359] 9pnet: Installing 9P2000 support
  206. [ 1.322737] Key type dns_resolver registered
  207. [ 1.327516] bootconsole [uart0] disabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement