Guest User

McBin DT boot with pci-host-generic driver

a guest
May 9th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.19 KB | None | 0 0
  1. Shell> pci
  2. Seg Bus Dev Func
  3. --- --- --- ----
  4. 00 00 00 00 ==> Network Controller - Ethernet controller
  5. Vendor 8086 Device 10D3 Prog Interface 0
  6. Shell> fs0:
  7. FS0:\> Linux_51.efi root=/dev/nfs nfsroot=10.2.0.102:/nfsroot/users/mw/ubuntu-16
  8. 04 ip=10.2.2.211:10.2.0.102:10.2.0.254:255.255.0.0:marvell:eth0:off rw rootwait
  9. EFI stub: Booting Linux Kernel...
  10. EFI stub: Using DTB from configuration table
  11. EFI stub: Exiting boot services and installing virtual address map...
  12. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd081]
  13. [ 0.000000] Linux version 5.1.0-rc2-00001-g4169b42-dirty (mw@gilgamesh) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05)) #18 SMP PREEMPT Sat Mar 30 08:43:43 CET 2019
  14. [ 0.000000] Machine model: Marvell 8040 MACCHIATOBin
  15. [ 0.000000] efi: Getting EFI parameters from FDT:
  16. [ 0.000000] efi: EFI v2.70 by EDK II
  17. [ 0.000000] efi: ACPI 2.0=0xb6760000 MEMATTR=0xbc1ba818 ESRT=0xbc7dd698 RNG=0xbffdcc98 MEMRESERVE=0xb6773e98
  18. [ 0.000000] efi: seeding entropy pool
  19. [ 0.000000] esrt: Reserving ESRT space from 0x00000000bc7dd698 to 0x00000000bc7dd6d0.
  20. [ 0.000000] cma: Reserved 32 MiB at 0x00000000bd800000
  21. [ 0.000000] NUMA: No NUMA configuration found
  22. [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000043fffffff]
  23. [ 0.000000] NUMA: NODE_DATA [mem 0x43dfd4840-0x43dfd5fff]
  24. [ 0.000000] Zone ranges:
  25. [ 0.000000] DMA32 [mem 0x0000000000000000-0x00000000ffffffff]
  26. [ 0.000000] Normal [mem 0x0000000100000000-0x000000043fffffff]
  27. [ 0.000000] Movable zone start for each node
  28. [ 0.000000] Early memory node ranges
  29. [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
  30. [ 0.000000] node 0: [mem 0x0000000005400000-0x00000000bf80ffff]
  31. [ 0.000000] node 0: [mem 0x00000000bf810000-0x00000000bfbeffff]
  32. [ 0.000000] node 0: [mem 0x00000000bfbf0000-0x00000000bfbfffff]
  33. [ 0.000000] node 0: [mem 0x00000000bfc00000-0x00000000bffdffff]
  34. [ 0.000000] node 0: [mem 0x00000000bffe0000-0x00000000bfffffff]
  35. [ 0.000000] node 0: [mem 0x0000000100000000-0x000000043fffffff]
  36. [ 0.000000] Zeroed struct page in unavailable ranges: 496 pages
  37. [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000043fffffff]
  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: MIGRATE_INFO_TYPE not supported.
  42. [ 0.000000] psci: SMC Calling Convention v1.1
  43. [ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x470 with crng_init=0
  44. [ 0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s56664 r8192 d29352 u94208
  45. [ 0.000000] Detected PIPT I-cache on CPU0
  46. [ 0.000000] CPU features: detected: EL2 vector hardening
  47. [ 0.000000] Speculative Store Bypass Disable mitigation not required
  48. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 4123728
  49. [ 0.000000] Policy zone: Normal
  50. [ 0.000000] Kernel command line: Linux_51.efi root=/dev/nfs nfsroot=10.2.0.102:/nfsroot/users/mw/ubuntu-1604 ip=10.2.2.211:10.2.0.102:10.2.0.254:255.255.0.0:marvell:eth0:off rw rootwait
  51. [ 0.000000] software IO TLB: mapped [mem 0xb81ba000-0xbc1ba000] (64MB)
  52. [ 0.000000] Memory: 16333348K/16756736K available (11260K kernel code, 1714K rwdata, 5552K rodata, 1408K init, 446K bss, 390620K reserved, 32768K cma-reserved)
  53. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  54. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  55. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
  56. [ 0.000000] Tasks RCU enabled.
  57. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  58. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
  59. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  60. [ 0.000000] GIC: Adjusting CPU interface base to 0x00000000f022f000
  61. [ 0.000000] GIC: Using split EOI/Deactivate mode
  62. [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:160, num:32)
  63. [ 0.000000] GICv2m: range[mem 0xf0280000-0xf0280fff], SPI[160:191]
  64. [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:192, num:32)
  65. [ 0.000000] GICv2m: range[mem 0xf0290000-0xf0290fff], SPI[192:223]
  66. [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:224, num:32)
  67. [ 0.000000] GICv2m: range[mem 0xf02a0000-0xf02a0fff], SPI[224:255]
  68. [ 0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:256, num:32)
  69. [ 0.000000] GICv2m: range[mem 0xf02b0000-0xf02b0fff], SPI[256:287]
  70. [ 0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
  71. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
  72. [ 0.000001] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
  73. [ 0.000212] Console: colour dummy device 80x25
  74. [ 0.000375] printk: console [tty0] enabled
  75. [ 0.000407] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
  76. [ 0.000415] pid_max: default: 32768 minimum: 301
  77. [ 0.000444] LSM: Security Framework initializing
  78. [ 0.004398] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
  79. [ 0.006383] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
  80. [ 0.006480] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
  81. [ 0.006547] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
  82. [ 0.006741] *** VALIDATE proc ***
  83. [ 0.006808] *** VALIDATE cgroup1 ***
  84. [ 0.006813] *** VALIDATE cgroup2 ***
  85. [ 0.028031] ASID allocator initialised with 32768 entries
  86. [ 0.036028] rcu: Hierarchical SRCU implementation.
  87. [ 0.044598] Remapping and enabling EFI services.
  88. [ 0.052042] smp: Bringing up secondary CPUs ...
  89. [ 0.084219] Detected PIPT I-cache on CPU1
  90. [ 0.084245] CPU1: Booted secondary processor 0x0000000001 [0x410fd081]
  91. [ 0.116236] Detected PIPT I-cache on CPU2
  92. [ 0.116256] CPU2: Booted secondary processor 0x0000000100 [0x410fd081]
  93. [ 0.148260] Detected PIPT I-cache on CPU3
  94. [ 0.148275] CPU3: Booted secondary processor 0x0000000101 [0x410fd081]
  95. [ 0.148309] smp: Brought up 1 node, 4 CPUs
  96. [ 0.148330] SMP: Total of 4 processors activated.
  97. [ 0.148335] CPU features: detected: 32-bit EL0 Support
  98. [ 0.148340] CPU features: detected: CRC32 instructions
  99. [ 0.148732] CPU: All CPU(s) started at EL2
  100. [ 0.148747] alternatives: patching kernel code
  101. [ 0.150274] devtmpfs: initialized
  102. [ 0.151911] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  103. [ 0.151932] futex hash table entries: 1024 (order: 4, 65536 bytes)
  104. [ 0.152281] pinctrl core: initialized pinctrl subsystem
  105. [ 0.152734] DMI not present or invalid.
  106. [ 0.152911] NET: Registered protocol family 16
  107. [ 0.153063] audit: initializing netlink subsys (disabled)
  108. [ 0.153114] audit: type=2000 audit(0.152:1): state=initialized audit_enabled=0 res=1
  109. [ 0.153600] cpuidle: using governor menu
  110. [ 0.153738] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
  111. [ 0.153746] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  112. [ 0.154142] DMA: preallocated 256 KiB pool for atomic allocations
  113. [ 0.154567] Serial: AMBA PL011 UART driver
  114. [ 0.168554] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
  115. [ 0.168566] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
  116. [ 0.168571] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
  117. [ 0.168576] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
  118. [ 0.168774] cryptd: max_cpu_qlen set to 1000
  119. [ 0.169173] ACPI: Interpreter disabled.
  120. [ 0.172419] vgaarb: loaded
  121. [ 0.172529] SCSI subsystem initialized
  122. [ 0.172696] usbcore: registered new interface driver usbfs
  123. [ 0.172720] usbcore: registered new interface driver hub
  124. [ 0.172743] usbcore: registered new device driver usb
  125. [ 0.173154] pps_core: LinuxPPS API ver. 1 registered
  126. [ 0.173160] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
  127. [ 0.173170] PTP clock support registered
  128. [ 0.173232] EDAC MC: Ver: 3.0.0
  129. [ 0.173426] Registered efivars operations
  130. [ 0.174195] Advanced Linux Sound Architecture Driver Initialized.
  131. [ 0.174482] clocksource: Switched to clocksource arch_sys_counter
  132. [ 0.174551] VFS: Disk quotas dquot_6.6.0
  133. [ 0.174577] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  134. [ 0.174597] *** VALIDATE hugetlbfs ***
  135. [ 0.174654] pnp: PnP ACPI: disabled
  136. [ 0.177592] NET: Registered protocol family 2
  137. [ 0.177847] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes)
  138. [ 0.178008] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
  139. [ 0.178475] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
  140. [ 0.178961] TCP: Hash tables configured (established 131072 bind 65536)
  141. [ 0.179052] UDP hash table entries: 8192 (order: 6, 262144 bytes)
  142. [ 0.179226] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
  143. [ 0.179439] NET: Registered protocol family 1
  144. [ 0.183689] RPC: Registered named UNIX socket transport module.
  145. [ 0.183697] RPC: Registered udp transport module.
  146. [ 0.183702] RPC: Registered tcp transport module.
  147. [ 0.183705] RPC: Registered tcp NFSv4.1 backchannel transport module.
  148. [ 0.183968] hw perfevents: unable to count PMU IRQs
  149. [ 0.183976] hw perfevents: /ap806/config-space@f0000000/pmu: failed to register PMU devices!
  150. [ 0.184113] kvm [1]: IPA Size Limit: 44bits
  151. [ 0.184386] kvm [1]: vgic interrupt IRQ1
  152. [ 0.184445] kvm [1]: Hyp mode initialized successfully
  153. [ 0.187009] Initialise system trusted keyrings
  154. [ 0.187079] workingset: timestamp_bits=44 max_order=22 bucket_order=0
  155. [ 0.189551] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  156. [ 0.189813] NFS: Registering the id_resolver key type
  157. [ 0.189825] Key type id_resolver registered
  158. [ 0.189829] Key type id_legacy registered
  159. [ 0.189836] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  160. [ 0.189911] 9p: Installing v9fs 9p2000 file system support
  161. [ 0.192054] Key type asymmetric registered
  162. [ 0.192062] Asymmetric key parser 'x509' registered
  163. [ 0.192088] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
  164. [ 0.192094] io scheduler mq-deadline registered
  165. [ 0.192098] io scheduler kyber registered
  166. [ 0.195753] armada-ap806-pinctrl f06f4000.system-controller:pinctrl: registered pinctrl driver
  167. [ 0.196040] armada-cp110-pinctrl f2440000.system-controller:pinctrl: registered pinctrl driver
  168. [ 0.196212] armada-cp110-pinctrl f4440000.system-controller:pinctrl: registered pinctrl driver
  169. [ 0.198302] pci-host-generic e0000000.pcie: host bridge /cp0/pcie@f2600000 ranges:
  170. [ 0.198327] pci-host-generic e0000000.pcie: IO 0xeff00000..0xeff0ffff -> 0x00000000
  171. [ 0.198341] pci-host-generic e0000000.pcie: MEM 0xc0000000..0xdfffffff -> 0xc0000000
  172. [ 0.198350] pci-host-generic e0000000.pcie: MEM 0x800000000..0x8ffffffff -> 0x800000000
  173. [ 0.198386] pci-host-generic e0000000.pcie: ECAM at [mem 0xe0000000-0xefefffff] for [bus 00-fe]
  174. [ 0.198438] pci-host-generic e0000000.pcie: PCI host bridge to bus 0000:00
  175. [ 0.198445] pci_bus 0000:00: root bus resource [bus 00-fe]
  176. [ 0.198450] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
  177. [ 0.198455] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
  178. [ 0.198460] pci_bus 0000:00: root bus resource [mem 0x800000000-0x8ffffffff]
  179. [ 0.199423] pci 0000:00:00.0: BAR 1: assigned [mem 0xc0000000-0xc007ffff]
  180. [ 0.199435] pci 0000:00:00.0: BAR 6: assigned [mem 0xc0080000-0xc00bffff pref]
  181. [ 0.199441] pci 0000:00:00.0: BAR 0: assigned [mem 0xc00c0000-0xc00dffff]
  182. [ 0.199451] pci 0000:00:00.0: BAR 3: assigned [mem 0xc00e0000-0xc00e3fff]
  183. [ 0.199460] pci 0000:00:00.0: BAR 2: assigned [io 0x1000-0x101f]
  184. [ 0.200208] EINJ: ACPI disabled.
  185. [ 0.202436] mv_xor_v2 f0400000.xor: Marvell Version 2 XOR driver
  186. [ 0.202692] mv_xor_v2 f0420000.xor: Marvell Version 2 XOR driver
  187. [ 0.202950] mv_xor_v2 f0440000.xor: Marvell Version 2 XOR driver
  188. [ 0.203164] mv_xor_v2 f0460000.xor: Marvell Version 2 XOR driver
  189. [ 0.203427] mv_xor_v2 f26a0000.xor: Marvell Version 2 XOR driver
  190. [ 0.203642] mv_xor_v2 f26c0000.xor: Marvell Version 2 XOR driver
  191. [ 0.203954] mv_xor_v2 f46a0000.xor: Marvell Version 2 XOR driver
  192. [ 0.204196] mv_xor_v2 f46c0000.xor: Marvell Version 2 XOR driver
  193. [ 0.207925] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
  194. [ 0.229109] f0512000.serial: ttyS0 at MMIO 0xf0512000 (irq = 7, base_baud = 12500000) is a 16550A
  195. [ 1.325393] printk: console [ttyS0] enabled
  196. [ 1.350374] f2702100.serial: ttyS1 at MMIO 0xf2702100 (irq = 26, base_baud = 15625000) is a 16550A
  197. [ 1.380066] f4702000.serial: ttyS2 at MMIO 0xf4702000 (irq = 27, base_baud = 15625000) is a 16550A
  198. [ 1.389595] SuperH (H)SCI(F) driver initialized
  199. [ 1.394422] msm_serial: driver initialized
  200. [ 1.399022] cacheinfo: Unable to detect cache hierarchy for CPU 0
  201. [ 1.407740] loop: module loaded
  202. [ 1.411716] ahci f2540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
  203. [ 1.420300] ahci f2540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
  204. [ 1.428949] scsi host0: ahci
  205. [ 1.432059] scsi host1: ahci
  206. [ 1.435064] ata1: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x100 irq 28
  207. [ 1.443023] ata2: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x180 irq 28
  208. [ 1.451151] ahci f4540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
  209. [ 1.459721] ahci f4540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
  210. [ 1.468355] scsi host2: ahci
  211. [ 1.471433] scsi host3: ahci
  212. [ 1.474417] ata3: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x100 irq 29
  213. [ 1.482379] ata4: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x180 irq 29
  214. [ 1.491918] libphy: Fixed MDIO Bus: probed
  215. [ 1.496275] tun: Universal TUN/TAP device driver, 1.6
  216. [ 1.501811] thunder_xcv, ver 1.0
  217. [ 1.505095] thunder_bgx, ver 1.0
  218. [ 1.508355] nicpf, ver 1.0
  219. [ 1.511393] hclge is initializing
  220. [ 1.514729] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
  221. [ 1.521985] hns3: Copyright (c) 2017 Huawei Corporation.
  222. [ 1.527348] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
  223. [ 1.533212] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
  224. [ 1.539238] e1000e 0000:00:00.0: enabling device (0000 -> 0002)
  225. [ 1.545290] e1000e 0000:00:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
  226. [ 1.610919] e1000e 0000:00:00.0 0000:00:00.0 (uninitialized): registered PHC clock
  227. [ 1.680382] e1000e 0000:00:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:1b:21:62:f9:38
  228. [ 1.688351] e1000e 0000:00:00.0 eth0: Intel(R) PRO/1000 Network Connection
  229. [ 1.695273] e1000e 0000:00:00.0 eth0: MAC: 3, PHY: 8, PBA No: E25867-006
  230. [ 1.702037] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k
  231. [ 1.709033] igb: Copyright (c) 2007-2014 Intel Corporation.
  232. [ 1.714653] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
  233. [ 1.722521] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
  234. [ 1.728644] libphy: orion_mdio_bus: probed
  235. [ 1.733151] libphy: orion_mdio_bus: probed
  236. [ 1.749482] mvpp2 f2000000.ethernet eth1: Using random mac address 66:97:47:b1:09:c3
  237. [ 1.764661] ata1: SATA link down (SStatus 0 SControl 300)
  238. [ 1.768139] mvpp2 f4000000.ethernet eth2: Using random mac address ce:4c:5b:c4:8c:82
  239. [ 1.779459] mvpp2 f4000000.ethernet eth3: Using random mac address 26:2a:8f:ab:57:fc
  240. [ 1.788817] mvpp2 f4000000.ethernet eth4: Using random mac address 16:2e:56:e0:1c:fa
  241. [ 1.801197] sky2: driver version 1.30
  242. [ 1.805351] VFIO - User Level meta-driver version: 0.3
  243. [ 1.811179] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  244. [ 1.817745] ehci-pci: EHCI PCI platform driver
  245. [ 1.822226] ehci-platform: EHCI generic platform driver
  246. [ 1.827563] ehci-orion: EHCI orion driver
  247. [ 1.831654] ehci-exynos: EHCI EXYNOS driver
  248. [ 1.835904] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  249. [ 1.842124] ohci-pci: OHCI PCI platform driver
  250. [ 1.846610] ohci-platform: OHCI generic platform driver
  251. [ 1.851922] ohci-exynos: OHCI EXYNOS driver
  252. [ 1.856418] xhci-hcd f2500000.usb3: xHCI Host Controller
  253. [ 1.861772] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 1
  254. [ 1.869572] xhci-hcd f2500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
  255. [ 1.878860] xhci-hcd f2500000.usb3: irq 54, io mem 0xf2500000
  256. [ 1.884919] hub 1-0:1.0: USB hub found
  257. [ 1.888700] hub 1-0:1.0: 1 port detected
  258. [ 1.892743] xhci-hcd f2500000.usb3: xHCI Host Controller
  259. [ 1.898085] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 2
  260. [ 1.905606] xhci-hcd f2500000.usb3: Host supports USB 3.0 SuperSpeed
  261. [ 1.912096] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
  262. [ 1.920387] hub 2-0:1.0: USB hub found
  263. [ 1.924167] hub 2-0:1.0: 1 port detected
  264. [ 1.928353] xhci-hcd f2510000.usb3: xHCI Host Controller
  265. [ 1.930504] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  266. [ 1.933703] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 3
  267. [ 1.940859] ata2.00: ATA-8: WDC WD3200BEKX-75B7WT0, 01.01A01, max UDMA/133
  268. [ 1.947693] xhci-hcd f2510000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
  269. [ 1.954325] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 32)
  270. [ 1.955343] ata2.00: configured for UDMA/133
  271. [ 1.963604] xhci-hcd f2510000.usb3: irq 55, io mem 0xf2510000
  272. [ 1.966495] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
  273. [ 1.966510] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
  274. [ 1.970255] ata3.00: ATA-8: WDC WD5000AAKX-00ERMA0, 15.01H15, max UDMA/133
  275. [ 1.970374] scsi 1:0:0:0: Direct-Access ATA WDC WD3200BEKX-7 1A01 PQ: 0 ANSI: 5
  276. [ 1.970717] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
  277. [ 1.970734] sd 1:0:0:0: [sda] Write Protect is off
  278. [ 1.970761] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  279. [ 1.970794] sd 1:0:0:0: [sda] Optimal transfer size 0 bytes < PAGE_SIZE (4096 bytes)
  280. [ 1.974718] hub 3-0:1.0: USB hub found
  281. [ 1.980230] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
  282. [ 1.986452] hub 3-0:1.0: 1 port detected
  283. [ 1.986555] xhci-hcd f2510000.usb3: xHCI Host Controller
  284. [ 1.994967] ata3.00: configured for UDMA/133
  285. [ 1.999580] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 4
  286. [ 2.017974] scsi 2:0:0:0: Direct-Access ATA WDC WD5000AAKX-0 1H15 PQ: 0 ANSI: 5
  287. [ 2.020040] xhci-hcd f2510000.usb3: Host supports USB 3.0 SuperSpeed
  288. [ 2.029414] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB)
  289. [ 2.036930] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
  290. [ 2.040712] sd 2:0:0:0: [sdb] Write Protect is off
  291. [ 2.047434] hub 4-0:1.0: USB hub found
  292. [ 2.056547] hub 4-0:1.0: 1 port detected
  293. [ 2.060854] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  294. [ 2.068850] usbcore: registered new interface driver usb-storage
  295. [ 2.076521] sd 2:0:0:0: [sdb] Optimal transfer size 0 bytes < PAGE_SIZE (4096 bytes)
  296. [ 2.084425] rtc-efi rtc-efi: registered as rtc0
  297. [ 2.139029] i2c /dev entries driver
  298. [ 2.144179] i2c i2c-1: Added multiplexed i2c bus 2
  299. [ 2.149087] i2c i2c-1: Added multiplexed i2c bus 3
  300. [ 2.153974] i2c i2c-1: Added multiplexed i2c bus 4
  301. [ 2.158873] i2c i2c-1: Added multiplexed i2c bus 5
  302. [ 2.163789] i2c i2c-1: Added multiplexed i2c bus 6
  303. [ 2.168685] i2c i2c-1: Added multiplexed i2c bus 7
  304. [ 2.173581] i2c i2c-1: Added multiplexed i2c bus 8
  305. [ 2.178482] i2c i2c-1: Added multiplexed i2c bus 9
  306. [ 2.183305] pca954x 1-0070: registered 8 multiplexed busses for I2C switch pca9548
  307. [ 2.183332] sdb: sdb1 sdb2 sdb3
  308. [ 2.194930] sd 2:0:0:0: [sdb] Attached SCSI removable disk
  309. [ 2.195159] sdhci: Secure Digital Host Controller Interface driver
  310. [ 2.206674] sdhci: Copyright(c) Pierre Ossman
  311. [ 2.211300] Synopsys Designware Multimedia Card Interface Driver
  312. [ 2.217806] sdhci-pltfm: SDHCI platform and OF driver helper
  313. [ 2.247095] mmc0: SDHCI controller on f06e0000.sdhci [f06e0000.sdhci] using ADMA 64-bit
  314. [ 2.285904] mmc1: SDHCI controller on f2780000.sdhci [f2780000.sdhci] using ADMA 64-bit
  315. [ 2.288460] GPT:Primary header thinks Alt. header is not at the end of the disk.
  316. [ 2.301514] GPT:2056924 != 625142447
  317. [ 2.301520] ledtrig-cpu: registered to indicate activity on CPUs
  318. [ 2.305175] GPT:Alternate GPT header not at the end of the disk.
  319. [ 2.312386] usbcore: registered new interface driver usbhid
  320. [ 2.317198] GPT:2056924 != 625142447
  321. [ 2.322803] usbhid: USB HID core driver
  322. [ 2.325097] NET: Registered protocol family 17
  323. [ 2.326420] GPT: Use GNU Parted to correct GPT errors.
  324. [ 2.330363] 9pnet: Installing 9P2000 support
  325. [ 2.334748] sda: sda1 sda2
  326. [ 2.339931] Key type dns_resolver registered
  327. [ 2.344240] mmc0: new high speed MMC card at address 0001
  328. [ 2.344843] sd 1:0:0:0: [sda] Attached SCSI removable disk
  329. [ 2.346494] usb 3-1: new high-speed USB device number 2 using xhci-hcd
  330. [ 2.347408] registered taskstats version 1
  331. [ 2.351697] mmcblk0: mmc0:0001 8GME4R 7.28 GiB
  332. [ 2.356825] Loading compiled-in X.509 certificates
  333. [ 2.382661] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
  334. [ 2.382840] mmcblk0boot0: mmc0:0001 8GME4R partition 1 4.00 MiB
  335. [ 2.391439] xhci-hcd f4500000.usb3: xHCI Host Controller
  336. [ 2.397144] mmcblk0boot1: mmc0:0001 8GME4R partition 2 4.00 MiB
  337. [ 2.402301] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 5
  338. [ 2.408290] mmcblk0rpmb: mmc0:0001 8GME4R partition 3 512 KiB, chardev (237:0)
  339. [ 2.416004] xhci-hcd f4500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x0000000000010010
  340. [ 2.425626] mmcblk0: p1 p2 p3
  341. [ 2.432252] xhci-hcd f4500000.usb3: irq 56, io mem 0xf4500000
  342. [ 2.432527] hub 5-0:1.0: USB hub found
  343. [ 2.444908] hub 5-0:1.0: 1 port detected
  344. [ 2.448955] xhci-hcd f4500000.usb3: xHCI Host Controller
  345. [ 2.454305] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 6
  346. [ 2.461828] xhci-hcd f4500000.usb3: Host supports USB 3.0 SuperSpeed
  347. [ 2.468319] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
  348. [ 2.476625] hub 6-0:1.0: USB hub found
  349. [ 2.480407] hub 6-0:1.0: 1 port detected
  350. [ 2.484651] rtc-efi rtc-efi: setting system clock to 2019-05-09T09:16:44 UTC (1557393404)
  351. [ 4.895566] usb-storage 3-1:1.0: USB Mass Storage device detected
  352. [ 4.901877] scsi host4: usb-storage 3-1:1.0
  353. [ 4.908248] random: fast init done
  354. [ 5.467472] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
  355. [ 5.506485] IP-Config: Complete:
  356. [ 5.509732] device=eth0, hwaddr=00:1b:21:62:f9:38, ipaddr=10.2.2.211, mask=255.255.0.0, gw=10.2.0.254
  357. [ 5.519434] host=marvell, domain=, nis-domain=(none)
  358. [ 5.524860] bootserver=10.2.0.102, rootserver=10.2.0.102, rootpath=
  359. [ 5.531688] ALSA device list:
  360. [ 5.534676] No soundcards found.
  361. [ 5.545426] VFS: Mounted root (nfs filesystem) on device 0:18.
  362. [ 5.551792] devtmpfs: mounted
  363. [ 5.555154] Freeing unused kernel memory: 1408K
  364. [ 5.566525] Run /sbin/init as init process
  365. [ 5.739086] random: systemd: uninitialized urandom read (16 bytes read)
  366. [ 5.750734] random: systemd: uninitialized urandom read (16 bytes read)
  367. [ 5.758276] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
  368. [ 5.776510] systemd[1]: Detected architecture arm64.
  369.  
  370. Welcome to Ubuntu 16.04.5 LTS!
  371.  
  372. [ 5.795375] systemd[1]: Set hostname to <mcbin-qa.semihalf.lab>.
  373. [ 5.822172] random: systemd: uninitialized urandom read (16 bytes read)
  374. [ 5.922757] scsi 4:0:0:0: Direct-Access ADATA USB Flash Drive 1.00 PQ: 0 ANSI: 6
  375. [ 5.931284] sd 4:0:0:0: [sdc] 15155200 512-byte logical blocks: (7.76 GB/7.23 GiB)
  376. [ 5.939132] sd 4:0:0:0: [sdc] Write Protect is off
  377. [ 5.944092] sd 4:0:0:0: [sdc] Write cache: disabled, read cache: disabled, doesn't support DPO or FUA
  378. [ 5.953381] sd 4:0:0:0: [sdc] Optimal transfer size 0 bytes < PAGE_SIZE (4096 bytes)
  379. [ 5.962512] sdc: sdc1 sdc2
  380. [ 5.966108] sd 4:0:0:0: [sdc] Attached SCSI removable disk
  381. [ 6.044261] systemd[1]: Created slice System Slice.
  382. [ OK ] Created slice System Slice.
  383. [ 6.062532] systemd[1]: Reached target Remote File Systems (Pre).
  384. [ OK ] Reached target Remote File Systems (Pre).
  385. [ 6.082611] systemd[1]: Created slice User and Session Slice.
  386. [ OK ] Created slice User and Session Slice.
  387. [ 6.102514] systemd[1]: Reached target Slices.
  388. [ OK ] Reached target Slices.
  389. [ 6.118578] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  390. [ OK ] Started Forward Password Requests to Wall Directory Watch.
  391. [ 6.143173] systemd[1]: Listening on Journal Socket.
  392. [ OK ] Listening on Journal Socket.
  393. [ 6.163365] systemd[1]: Started Read required files in advance.
  394. [ OK ] Started Read required files in advance.
  395. Mounting Debug File System...
  396. [ OK ] Reached target Swap.
  397. Starting Load Kernel Modules...
  398. [ OK ] Listening on Journal Audit Socket.
  399. Mounting POSIX Message Queue File System...
  400. Starting Set console keymap...
  401. [ OK ] Listening on udev Kernel Socket.
  402. [ OK ] Reached target Encrypted Volumes.
  403. [ OK ] Started Trigger resolvconf update for networkd DNS.
  404. [ OK ] Listening on Syslog Socket.
  405. Mounting Huge Pages File System...
  406. [ OK ] Listening on udev Control Socket.
  407. [ OK ] Listening on /dev/initctl Compatibility Named Pipe.
  408. Starting Load/Save Random Seed...
  409. Starting Create Static Device Nodes in /dev...
  410. [ OK ] Started Dispatch Password Requests to Console Directory Watch.
  411. [ OK ] Reached target Paths.
  412. Starting udev Coldplug all Devices...
  413. [ OK ] Listening on Journal Socket (/dev/log).
  414. Starting Journal Service...
  415. [ OK ] Reached target Remote File Systems.
  416. [ OK ] Created slice system-serial\x2dgetty.slice.
  417. Starting Nameserver information manager...
  418. [ OK ] Mounted POSIX Message Queue File System.
  419. [ OK ] Mounted Huge Pages File System.
  420. [ OK ] Mounted Debug File System.
  421. [ OK ] Started Journal Service.
  422. [ OK ] Started Load Kernel Modules.
  423. [ OK ] Started Set console keymap.
  424. [ OK ] Started Load/Save Random Seed.
  425. [ OK ] Started Create Static Device Nodes in /dev.
  426. [ OK ] Started Nameserver information manager.
  427. [ OK ] Reached target Network (Pre).
  428. Starting udev Kernel Device Manager...
  429. [ OK ] Reached target Local File Systems (Pre).
  430. [ OK ] Reached target Local File Systems.
  431. Starting Set console font and keymap...
  432. Mounting Configuration File System...
  433. Starting Apply Kernel Variables...
  434. Starting Flush Journal to Persistent Storage...
  435. [ OK ] Mounted Configuration File System.
  436. [ OK ] Started udev Coldplug all Devices.
  437. [ OK ] Started Apply Kernel Variables.
  438. [ OK ] Started udev Kernel Device Manager.
  439. Starting Raise network interfaces...
  440. [ OK ] Started Flush Journal to Persistent Storage.
  441. Starting Create Volatile Files and Directories...
  442. [ OK ] Started Create Volatile Files and Directories.
  443. Starting Update UTMP about System Boot/Shutdown...
  444. Starting Network Time Synchronization...
  445. [ OK ] Started Set console font and keymap.
  446. [ OK ] Found device /dev/ttyS0.
  447. [ OK ] Started Network Time Synchronization.
  448. [ OK ] Started Update UTMP about System Boot/Shutdown.
  449. [ OK ] Started Raise network interfaces.
  450. [ OK ] Reached target Network.
  451. [ OK ] Reached target System Time Synchronized.
  452. [ OK ] Reached target System Initialization.
  453. [ OK ] Started Daily Cleanup of Temporary Directories.
  454. [ OK ] Started Daily apt download activities.
  455. [ OK ] Started Daily apt upgrade and clean activities.
  456. [ OK ] Reached target Timers.
  457. [ OK ] Listening on D-Bus System Message Bus Socket.
  458. [ OK ] Reached target Sockets.
  459. [ OK ] Reached target Basic System.
  460. Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
  461. Starting System Logging Service...
  462. Starting Permit User Sessions...
  463. Starting /etc/rc.local Compatibility...
  464. Starting Login Service...
  465. Starting OpenBSD Secure Shell server...
  466. [ OK ] Started D-Bus System Message Bus.
  467. [ OK ] Started Regular background program processing daemon.
  468. [ OK ] Created slice system-getty.slice.
  469. [ OK ] Started System Logging Service.
  470. [ OK ] Started OpenBSD Secure Shell server.
  471. [ OK ] Started Permit User Sessions.
  472. [ OK ] Started /etc/rc.local Compatibility.
  473. Starting Set console scheme...
  474. [ OK ] Started Getty on tty1.
  475. [ OK ] Started Serial Getty on ttyS0.
  476. [ OK ] Reached target Login Prompts.
  477. [ OK ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
  478. [ OK ] Started Set console scheme.
  479. [ OK ] Started Login Service.
  480. [ OK ] Reached target Multi-User System.
  481. [ OK ] Reached target Graphical Interface.
  482. [ OK ] Started Stop ureadahead data collection 45s after completed startup.
  483. Starting Update UTMP about System Runlevel Changes...
  484. [ OK ] Started Update UTMP about System Runlevel Changes.
  485.  
  486. Ubuntu 16.04.5 LTS mcbin-qa.semihalf.lab ttyS0
  487.  
  488. mcbin-qa login: root
  489. Password:
  490. Last login: Thu May 9 09:14:09 UTC 2019 on ttyS0
  491. Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 5.1.0-rc2-00001-g4169b42-dirty aarch64)
  492.  
  493. * Documentation: https://help.ubuntu.com
  494. * Management: https://landscape.canonical.com
  495. * Support: https://ubuntu.com/advantage
  496. root@mcbin-qa:~# lspci
  497. 00:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
  498. root@mcbin-qa:~#
Add Comment
Please, Sign In to add comment