Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.75 KB | None | 0 0
  1. Uncompressing Linux... done, booting the kernel.
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Linux version 4.17.0-next-20180614+ (compile@Red) (gcc version 7.2.0 (Gentoo 7.2.0-r1 p1.1)) #19 SMP PREEMPT Thu
  4. Jun 14 14:22:05 CEST 2018
  5. [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
  6. [ 0.000000] CPU: div instructions available: patching division code
  7. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  8. [ 0.000000] OF: fdt: Machine model: Banana Pi BPI-M2-Ultra
  9. [ 0.000000] bootconsole [earlycon0] enabled
  10. [ 0.000000] Memory policy: Data cache writealloc
  11. [ 0.000000] psci: probing for conduit method from DT.
  12. [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
  13. [ 0.000000] random: get_random_bytes called from start_kernel+0x88/0x45c with crng_init=0
  14. [ 0.000000] percpu: Embedded 17 pages/cpu @(ptrval) s37288 r8192 d24152 u69632
  15. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 522752
  16. [ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p1 rootwait
  17. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  18. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  19. [ 0.000000] Memory: 2059876K/2097152K available (7168K kernel code, 414K rwdata, 2272K rodata, 1024K init, 8057K bss, 37276K
  20. reserved, 0K cma-reserved, 1310708K highmem)
  21. [ 0.000000] Virtual kernel memory layout:
  22. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  23. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  24. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  25. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  26. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  27. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  28. [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (8160 kB)
  29. [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
  30. [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 415 kB)
  31. [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) (8058 kB)
  32. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  33. [ 0.000000] Running RCU self tests
  34. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  35. [ 0.000000] rcu: RCU lockdep checking is enabled.
  36. [ 0.000000] Tasks RCU enabled.
  37. [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
  38. [ 0.000000] GIC: GICv2 detected, but range too small and irqchip.gicv2_force_probe not set
  39. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
  40. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  41. [ 0.000008] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  42. [ 0.008010] Switching to timer-based delay loop, resolution 41ns
  43. [ 0.014431] Console: colour dummy device 80x30
  44. [ 0.018899] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  45. [ 0.026669] ... MAX_LOCKDEP_SUBCLASSES: 8
  46. [ 0.030766] ... MAX_LOCK_DEPTH: 48
  47. [ 0.034949] ... MAX_LOCKDEP_KEYS: 8191
  48. [ 0.039328] ... CLASSHASH_SIZE: 4096
  49. [ 0.043684] ... MAX_LOCKDEP_ENTRIES: 32768
  50. [ 0.048128] ... MAX_LOCKDEP_CHAINS: 65536
  51. [ 0.052590] ... CHAINHASH_SIZE: 32768
  52. [ 0.057034] memory used by lock dependency info: 4655 kB
  53. [ 0.062430] per task-struct memory footprint: 1536 bytes
  54. [ 0.067883] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
  55. [ 0.078255] pid_max: default: 32768 minimum: 301
  56. [ 0.083279] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  57. [ 0.089932] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  58. [ 0.098875] CPU: Testing write buffer coherency: ok
  59. [ 0.104836] /cpus/cpu@0 missing clock-frequency property
  60. [ 0.110172] /cpus/cpu@1 missing clock-frequency property
  61. [ 0.115568] /cpus/cpu@2 missing clock-frequency property
  62. [ 0.120904] /cpus/cpu@3 missing clock-frequency property
  63. [ 0.126255] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  64. [ 0.186572] Setting up static identity map for 0x40100000 - 0x40100060
  65. [ 0.193518] rcu: Hierarchical SRCU implementation.
  66. [ 0.228598] smp: Bringing up secondary CPUs ...
  67. [ 0.289124] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  68. [ 0.359411] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  69. [ 0.429714] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  70. [ 0.430006] smp: Brought up 1 node, 4 CPUs
  71. [ 0.451154] SMP: Total of 4 processors activated (192.00 BogoMIPS).
  72. [ 0.457457] CPU: All CPU(s) started in HYP mode.
  73. [ 0.462075] CPU: Virtualization extensions available.
  74. [ 0.469853] devtmpfs: initialized
  75. [ 0.484113] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
  76. [ 0.494360] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  77. [ 0.504247] futex hash table entries: 1024 (order: 4, 65536 bytes)
  78. [ 0.622062] DMA-API: preallocated 65536 debug entries
  79. [ 0.627208] DMA-API: debugging enabled by kernel config
  80. [ 0.632665] pinctrl core: initialized pinctrl subsystem
  81. [ 0.641112] NET: Registered protocol family 16
  82. [ 0.646098] DMA: preallocated 256 KiB pool for atomic coherent allocations
  83. [ 0.654697] audit: initializing netlink subsys (disabled)
  84. [ 0.660546] audit: type=2000 audit(0.620:1): state=initialized audit_enabled=0 res=1
  85. [ 0.668437] cpuidle: using governor ladder
  86. [ 0.672715] cpuidle: using governor menu
  87. [ 0.677199] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
  88. [ 0.685284] hw-breakpoint: maximum watchpoint size is 8 bytes.
  89. [ 0.728718] SCSI subsystem initialized
  90. [ 0.733095] usbcore: registered new interface driver usbfs
  91. [ 0.738790] usbcore: registered new interface driver hub
  92. [ 0.744350] usbcore: registered new device driver usb
  93. [ 0.749812] pps_core: LinuxPPS API ver. 1 registered
  94. [ 0.754780] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  95. [ 0.763987] PTP clock support registered
  96. [ 0.770675] clocksource: Switched to clocksource arch_sys_counter
  97. [ 0.777744] FS-Cache: Loaded
  98. [ 0.781505] CacheFiles: Loaded
  99. [ 0.805238] NET: Registered protocol family 2
  100. [ 0.811468] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 20480 bytes)
  101. [ 0.819398] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  102. [ 0.826709] TCP bind hash table entries: 8192 (order: 6, 294912 bytes)
  103. [ 0.835945] TCP: Hash tables configured (established 8192 bind 8192)
  104. [ 0.842813] UDP hash table entries: 512 (order: 3, 40960 bytes)
  105. [ 0.849116] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes)
  106. [ 0.856346] NET: Registered protocol family 1
  107. [ 0.862347] RPC: Registered named UNIX socket transport module.
  108. [ 0.868300] RPC: Registered udp transport module.
  109. [ 0.873066] RPC: Registered tcp transport module.
  110. [ 0.877773] RPC: Registered tcp NFSv4.1 backchannel transport module.
  111. [ 0.892476] Initialise system trusted keyrings
  112. [ 0.897318] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  113. [ 0.928535] NFS: Registering the id_resolver key type
  114. [ 0.933748] Key type id_resolver registered
  115. [ 0.937963] Key type id_legacy registered
  116. [ 4.911876] Key type asymmetric registered
  117. [ 4.916079] Asymmetric key parser 'x509' registered
  118. [ 4.921287] bounce: pool size: 64 pages
  119. [ 4.925292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
  120. [ 4.932793] io scheduler noop registered
  121. [ 4.936723] io scheduler deadline registered
  122. [ 4.941641] io scheduler cfq registered (default)
  123. [ 4.985125] test_hash: __hash_32() has no arch implementation to test.
  124. [ 4.991697] test_hash: hash_32() has no arch implementation to test.
  125. [ 4.998048] test_hash: hash_64() has no arch implementation to test.
  126. [ 5.004442] test_hash: 33152 tests passed.
  127. [ 5.009003] test_siphash: self-tests: pass
  128. [ 5.015511] sun4i-usb-phy 1c13400.phy: failed to get clock usb0_phy
  129. [ 5.038487] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
  130. [ 5.049121] dw-apb-uart 1c28000.serial: could not find pctldev for node /soc/pinctrl@1c20800/uart0-pb-pins, deferring probe
  131. [ 5.064832] brd: module loaded
  132. [ 5.081750] loop: module loaded
  133. [ 5.086882] libphy: Fixed MDIO Bus: probed
  134. [ 5.091472] tun: Universal TUN/TAP device driver, 1.6
  135. [ 5.097593] dwmac-sun8i 1c50000.ethernet: could not find pctldev for node /soc/pinctrl@1c20800/gmac-rgmii-pins, deferring pro
  136. be
  137. [ 5.109526] usbcore: registered new interface driver asix
  138. [ 5.115064] usbcore: registered new interface driver ax88179_178a
  139. [ 5.121820] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  140. [ 5.128351] ehci-platform: EHCI generic platform driver
  141. [ 5.134544] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  142. [ 5.140807] ohci-platform: OHCI generic platform driver
  143. [ 5.147211] usbcore: registered new interface driver usb-storage
  144. [ 5.154226] mousedev: PS/2 mouse device common for all mice
  145. [ 5.160097] i2c /dev entries driver
  146. [ 5.165509] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
  147. [ 5.174040] device-mapper: uevent: version 1.0.3
  148. [ 5.179570] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
  149. [ 5.188923] sdhci: Secure Digital Host Controller Interface driver
  150. [ 5.195141] sdhci: Copyright(c) Pierre Ossman
  151. [ 5.199500] Synopsys Designware Multimedia Card Interface Driver
  152. [ 5.205803] sunxi-mmc 1c0f000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc0-pins, deferring probe
  153. [ 5.216254] sunxi-mmc 1c10000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc1-pg-pins, deferring probe
  154. [ 5.226958] sunxi-mmc 1c11000.mmc: could not find pctldev for node /soc/pinctrl@1c20800/mmc2-pins, deferring probe
  155. [ 5.237489] sdhci-pltfm: SDHCI platform and OF driver helper
  156. [ 5.243566] ledtrig-cpu: registered to indicate activity on CPUs
  157. [ 5.250946] usbcore: registered new interface driver usbhid
  158. [ 5.256519] usbhid: USB HID core driver
  159. [ 5.264023] Initializing XFRM netlink socket
  160. [ 5.268405] NET: Registered protocol family 17
  161. [ 5.272942] NET: Registered protocol family 15
  162. [ 5.277604] Key type dns_resolver registered
  163. [ 5.282034] Registering SWP/SWPB emulation handler
  164. [ 5.288234] Loading compiled-in X.509 certificates
  165. [ 5.295002] alg: No test for pkcs1pad(rsa,sha1) (pkcs1pad(rsa-generic,sha1))
  166. [ 5.309024] Loaded X.509 cert 'Build time autogenerated kernel key: 2eaae60308f9e08a0c8922c4dcf238d8d131f10e'
  167. [ 5.321615] Key type encrypted registered
  168. [ 5.377792] sun4i-usb-phy 1c13400.phy: Couldn't get regulator usb1_vbus... Deferring probe
  169. [ 5.397067] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
  170. [ 5.406693] console [ttyS0] disabled
  171. [ 5.430789] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 30, base_baud = 1500000) is a U6_16550A
  172. [ 5.439940] console [ttyS0] enabled
  173. [ 5.439940] console [ttyS0] enabled
  174. [ 5.446981] bootconsole [earlycon0] disabled
  175. [ 5.446981] bootconsole [earlycon0] disabled
  176. [ 5.457955] dwmac-sun8i 1c50000.ethernet: PTP uses main clock
  177. [ 5.476143] dwmac-sun8i 1c50000.ethernet: PTP uses main clock
  178. [ 5.483048] ehci-platform 1c19000.usb: EHCI Host Controller
  179. [ 5.489763] ehci-platform 1c19000.usb: new USB bus registered, assigned bus number 1
  180. [ 5.498384] ehci-platform 1c19000.usb: irq 25, io mem 0x01c19000
  181. [ 5.530700] ehci-platform 1c19000.usb: USB 2.0 started, EHCI 1.00
  182. [ 5.537722] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.17
  183. [ 5.546105] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  184. [ 5.553360] usb usb1: Product: EHCI Host Controller
  185. [ 5.558245] usb usb1: Manufacturer: Linux 4.17.0-next-20180614+ ehci_hcd
  186. [ 5.564977] usb usb1: SerialNumber: 1c19000.usb
  187. [ 5.571613] hub 1-0:1.0: USB hub found
  188. [ 5.575591] hub 1-0:1.0: 1 port detected
  189. [ 5.581613] ehci-platform 1c1c000.usb: EHCI Host Controller
  190. [ 5.587929] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 2
  191. [ 5.596047] ehci-platform 1c1c000.usb: irq 27, io mem 0x01c1c000
  192. [ 5.630681] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
  193. [ 5.637314] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.17
  194. [ 5.645621] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  195. [ 5.652875] usb usb2: Product: EHCI Host Controller
  196. [ 5.657761] usb usb2: Manufacturer: Linux 4.17.0-next-20180614+ ehci_hcd
  197. [ 5.664493] usb usb2: SerialNumber: 1c1c000.usb
  198. [ 5.670283] hub 2-0:1.0: USB hub found
  199. [ 5.674181] hub 2-0:1.0: 1 port detected
  200. [ 5.679677] ohci-platform 1c19400.usb: Generic Platform OHCI controller
  201. [ 5.687326] ohci-platform 1c19400.usb: new USB bus registered, assigned bus number 3
  202. [ 5.695514] ohci-platform 1c19400.usb: irq 26, io mem 0x01c19400
  203. [ 5.775318] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.17
  204. [ 5.783637] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  205. [ 5.790891] usb usb3: Product: Generic Platform OHCI controller
  206. [ 5.796816] usb usb3: Manufacturer: Linux 4.17.0-next-20180614+ ohci_hcd
  207. [ 5.803548] usb usb3: SerialNumber: 1c19400.usb
  208. [ 5.809694] hub 3-0:1.0: USB hub found
  209. [ 5.813589] hub 3-0:1.0: 1 port detected
  210. [ 5.819100] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
  211. [ 5.826466] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 4
  212. [ 5.834603] ohci-platform 1c1c400.usb: irq 28, io mem 0x01c1c400
  213. [ 5.905192] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.17
  214. [ 5.913498] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  215. [ 5.920761] usb usb4: Product: Generic Platform OHCI controller
  216. [ 5.926685] usb usb4: Manufacturer: Linux 4.17.0-next-20180614+ ohci_hcd
  217. [ 5.933417] usb usb4: SerialNumber: 1c1c400.usb
  218. [ 5.939495] hub 4-0:1.0: USB hub found
  219. [ 5.943387] hub 4-0:1.0: 1 port detected
  220. [ 5.953556] dwmac-sun8i 1c50000.ethernet: PTP uses main clock
  221. [ 5.960201] console [netcon0] enabled
  222. [ 5.963946] netconsole: network logging started
  223. [ 5.968487] hctosys: unable to open rtc device (rtc0)
  224. [ 5.975806] Waiting for root device /dev/mmcblk0p1...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement