[Macchiato] EDKII grub boot fails with PCIe init

Frederik Lotter frederik.lotter at netronome.com
Tue Mar 13 12:26:49 GMT 2018


Hi Ard,

On Mon, Mar 12, 2018 at 6:22 PM, Ard Biesheuvel <ard.biesheuvel at linaro.org>
wrote:

> On 12 March 2018 at 16:15, Frederik Lotter
> <frederik.lotter at netronome.com> wrote:
> > Hi,
> > I am getting CPU stall warnings when booting up using the EFI route. I
> > suspect the PCIe interface, as the stall warning sometimes contain the
> probe
> > function. Other times is seems to get further than PCIe init, but still
> > stall interrupt handling.
> > Here are some facts around my observation:
> >
> > I have two sdcards for my Machiattobin board. They have identical kernels
> > (4.16 rc5) with Ubuntu 16.04 rootfs. The one sdcard uses a uboot, DT and
> > kernel boot. The second sdcard has EDKII, grub kernel boot. The EDKII
> build
> > includes the device tree DTB (and DTS which I believe is unused) from the
> > one used on the uboot sdcard.
> >
> > EFI stub: Booting Linux Kernel...
> > EFI stub: Using DTB from configuration table
> > EFI stub: Exiting boot services and installing virtual address map...
> > [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd081]
> > [    0.000000] Linux version 4.16.0-rc5-mbcin-netronome-2-dirty
> > (root at mcb1-cpt) (gcc version 5.4.0 20160609 (Ubuntu/Linaro
> > 5.4.0-6ubuntu1~16.04.9)) #2 SMP PREEMPT Mon Mar 12 14:40:25 UTC 2018
> > [    0.000000] Machine model: Marvell 8040 MACHIATOBin
> > [    0.000000] efi: Getting EFI parameters from FDT:
> > [    0.000000] efi: EFI v2.70 by EDK II
> > [    0.000000] efi:  SMBIOS 3.0=0xbfd00000  ACPI 2.0=0xb6760000
> > MEMATTR=0xb8973418  RNG=0xbffdbf98
> > [    0.000000] random: fast init done
> > [    0.000000] efi: seeding entropy pool
> > :
> >
> > (I am using the latest EDKII master, the Marvell edk2-open-platform 17.10
> > banch, with all the latest mv-ddr/ atf /etc....).
> >
> > The DT data appear there in die EFI boot, but the PCIe interface fails,
> and
> > results (I believe) in the CPU stall warnings:
> >
> > [  717.453025] INFO: rcu_preempt self-detected stall on CPU
> > :
> > :
> > [  717.589783]  armada8k_pcie_probe+0x140/0x240
> > :
> >
> > Other times, the pcie gets further:
> >
> > [    3.312127] PCI: OF: host bridge /cp0/pcie at f2600000 ranges:
> > [    3.317740] PCI: OF:    IO 0xf9000000..0xf900ffff -> 0xf9000000
> > [    3.323692] PCI: OF:   MEM 0xc0000000..0xdfffffff -> 0xc0000000
> > [    3.328915] random: crng init done
> > [    4.326158] armada8k-pcie f2600000.pcie: phy link never came up
> > [    4.332109] armada8k-pcie f2600000.pcie: Link not up after
> > reconfiguration
> > [    4.339056] armada8k-pcie f2600000.pcie: PCI host bridge to bus
> 0000:00
>
>
> To be brutally honest, the armada8k-pcie driver is a piece of junk,
> and you're much better off using the generic ECAM driver, which now
> includes special handling for the missing root port on Synopsys IP.
>
> It also allows you to have both MMIO32 and MMIO64 regions, which can
> be useful with some PCIe cards with large BARs
>
> Could you try
>
> compatible = "marvell,armada8k-pcie-ecam";
>
> in the DT node, please?
>
> (Before you do that, please check whether UEFI recognizes your PCI
> hardware using the 'pci' command in the shell)
>

This exercise help a lot. Thank you for the proposal.

So now I can consistently boot using uboot and efi.

However, the pcie driver init fails. I have provided boot logs and also my
DT entry - we need custom BAR ranges, and I am not sure if this driver
understand everything.

 cp0_pcie0: pcie at f2600000 {
  compatible = "marvell,armada8k-pcie-ecam", "snps,dw-pcie";
  reg = <0 0xf2600000 0 0x10000>,
        <0 ((0xf6000000 + (0 * 0x1000000)) + 0xf00000) 0 0x80000>;
  reg-names = "ctrl", "config";
  #address-cells = <3>;
  #size-cells = <2>;
  #interrupt-cells = <1>;
  device_type = "pci";
  dma-coherent;
  msi-parent = <&gic_v2m0>;

  bus-range = <0 0xff>;
  ranges =

  <0x81000000 0 (0xf9000000 + (0 * 0x10000)) 0 (0xf9000000 + (0 * 0x10000))
0 0x10000

  0x82000000 0 (0xf6000000 + (0 * 0x1000000)) 0 (0xf6000000 + (0 *
0x1000000)) 0 0xf00000>;
  interrupt-map-mask = <0 0 0 0>;
  interrupt-map = <0 0 0 0 &cp0_icu 0x0 22 4>;
  interrupts = <0x0 22 4>;
  num-lanes = <1>;
  clocks = <&cp0_clk 1 13>;
  status = "disabled";
 };


Error:

[    1.396968] PCI: OF: host bridge /cp0/pcie at f2600000 ranges:
[    1.396979] PCI: OF:    IO 0xf9000000..0xf900ffff -> 0xf9000000
[    1.396984] PCI: OF:   MEM 0xc0000000..0xdfffffff -> 0xc0000000
[    1.396998] pci-host-generic f2600000.pcie: ECAM area [mem
0xf2600000-0xf260ffff] can only accommodate [bus 00-ffffffffffffffff]
(reduced from [bus 00-ff] desired)
[    1.397002] pci-host-generic f2600000.pcie: ECAM ioremap failed
[    1.397011] pci-host-generic: probe of f2600000.pcie failed with error
-12


Thanks for the support.


>
>
> > [    4.345705] pci_bus 0000:00: root bus resource [bus 00-ff]
> > [    4.351217] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
> (bus
> > address [0xf9000000-0xf900ffff])
> > [    4.360741] pci_bus 0000:00: root bus resource [mem
> > 0xc0000000-0xdfffffff]
> > [    4.367659] pci 0000:00:00.0: [11ab:0110] type 01 class 0x060400
> > [    4.373708] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x000fffff
> 64bit]
> > [    4.380562] pci 0000:00:00.0: supports D1 D2
> > [    4.384853] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
> > [    4.390697] pci 0000:00:00.0: bridge configuration invalid ([bus
> 00-00]),
> > reconfiguring
> > [    4.398771] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to
> 01
> > [    4.405427] pci 0000:00:00.0: BAR 0: assigned [mem
> 0xc0000000-0xc00fffff
> > 64bit]
> > [    4.412776] pci 0000:00:00.0: PCI bridge to [bus 01]
> > [    4.725111] pcieport 0000:00:00.0: Signaling PME with IRQ 56
> > [    4.730842] pcieport 0000:00:00.0: AER enabled with IRQ 56
> >
> > but then CPUs are still stalled on some incoming IRQ
> >
> > [   87.352768]  dump_backtrace+0x0/0x150
> > [   87.356445]  show_stack+0x14/0x20
> > [   87.359773]  sched_show_task+0x14c/0x170
> > [   87.363711]  dump_cpu_task+0x40/0x50
> > [   87.367300]  rcu_dump_cpu_stacks+0x94/0xd8
> > [   87.371412]  rcu_check_callbacks+0x7ac/0x980
> > [   87.375700]  update_process_times+0x2c/0x58
> > [   87.379900]  tick_sched_handle.isra.5+0x30/0x50
> > [   87.384449]  tick_sched_timer+0x40/0x90
> > [   87.388301]  __hrtimer_run_queues+0x124/0x198
> > [   87.392676]  hrtimer_interrupt+0xe4/0x240
> > [   87.396701]  arch_timer_handler_phys+0x30/0x40
> > [   87.401163]  handle_percpu_devid_irq+0x78/0x130
> > [   87.405712]  generic_handle_irq+0x24/0x38
> > [   87.409738]  __handle_domain_irq+0x5c/0xb8
> > [   87.413850]  gic_handle_irq+0x58/0xb0
> > [   87.417526]  el1_irq+0xb0/0x128
> > [   87.420678]  __do_softirq+0xb0/0x228
> > [   87.424267]  irq_exit+0xbc/0xf0
> > [   87.427421]  __handle_domain_irq+0x60/0xb8
> > [   87.431533]  gic_handle_irq+0x58/0xb0
> > [   87.435209]  el1_irq+0xb0/0x128
> >
> > Is anyone aware of any issue like this?
> >
> > Regards,
> > Fred
> >
> >
> > _______________________________________________
> > Macchiato mailing list
> > Macchiato at lists.einval.com
> > https://lists.einval.com/cgi-bin/mailman/listinfo/macchiato
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einval.com/pipermail/macchiato/attachments/20180313/0f126a49/attachment-0001.html>
-------------- next part --------------
BootROM - 2.03
Starting CP-0 IOROM 1.07
Booting from SD 0 (0x29)
Found valid image at boot postion 0x002
lNOTICE:  Starting binary extension
NOTICE:  SVC: SW Revision 0x0. SVC is not supported
mv_ddr: mv_ddr-armada-17.10.4-gcc280f0 (Mar 13 2018 - 11:57:24)
mv_ddr: completed successfully
NOTICE:  Cold boot
NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v1.3(release):armada-17.10.7:4396548
NOTICE:  BL1: Built : 11:57:39, Mar 13 2018
NOTICE:  BL1: Booting BL2
lNOTICE:  BL2: v1.3(release):armada-17.10.7:4396548
NOTICE:  BL2: Built : 11:57:42, Mar 13 2018
BL2: Initiating SCP_BL2 transfer to SCP
NOTICE:  SCP_BL2 contains 2 concatenated images
NOTICE:  Load image to CP1 MSS
NOTICE:  Loading MSS image from address 0x4023020 Size 0x1378 to MSS at 0xf4280000
NOTICE:  Done
NOTICE:  Load image to AP MSS
NOTICE:  Loading MSS image from address 0x4024398 Size 0x1f68 to MSS at 0xf0580000
N

FreeRTOS 7.3.0 - Marvell cm3 - A8K release armada-17.10.1

OTICE:  Done
NOTICE:  SCP Image doesn't contain PM firmware
NOTICE:  BL1: Booting BL31
lNOTICE:  MSS PM is not supported in this build
NOTICE:  BL31: v1.3(release):armada-17.10.7:4396548
NOTICE:  BL31: Built : 11:57:48, Mar 13 2018
lUEFI firmware (version MARVELL_EFI built at 11:52:25 on Mar 13 2018)

Armada 8040 MachiatoBin Platform Init

Comphy0-0: PCIE0         5 Gbps
Comphy0-1: PCIE0         5 Gbps
Comphy0-2: PCIE0         5 Gbps
Comphy0-3: PCIE0         5 Gbps
Comphy0-4: SFI           10.31 Gbps
Comphy0-5: SATA1         5 Gbps

Comphy1-0: SGMII1        1.25 Gbps
Comphy1-1: SATA2         5 Gbps
Comphy1-2: USB3_HOST0    5 Gbps
Comphy1-3: SATA3         5 Gbps
Comphy1-4: SFI           10.31 Gbps
Comphy1-5: SGMII2        3.125 Gbps

UTMI PHY 0 initialized to USB Host0
UTMI PHY 1 initialized to USB Host1
UTMI PHY 0 initialized to USB Host0
RTC: Initialize controller 1
Skip I2c chip 0
Detected w25q32bv SPI flash with page size 256 B, erase size 4 KB, total 4 MB
Succesfully installed protocol interfaces
ramdisk:blckio install. Status=Success






























































Tianocore/EDK2 firmware version MARVELL_EFI
Press ESCAPE for boot options going to start mss_periodic_ihb_wa for mss
...error: no suitable video mode found.


                   GNU GRUB  version 2.02~beta2-36ubuntu3.17

 /----------------------------------------------------------------------------\
 | Ubuntu                                                                     |
 | Advanced options for Ubuntu                                                |
 | Debian GNU/Linux (buster/sid) (on /dev/mmcblk0p2)                          |
 | Advanced options for Debian GNU/Linux (buster/sid) (on /dev/mmcblk0p2)     |
 | EFI Ubuntu 16.04.3 LTS (16.04)                                             |
 |*Advanced options for Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)        |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 |                                                                            |
 \----------------------------------------------------------------------------/

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands
      before booting or `c' for a command-line.



                   GNU GRUB  version 2.02~beta2-36ubuntu3.17

 /----------------------------------------------------------------------------\
 |*EFI Ubuntu 16.04.3 LTS (16.04) /w INITRD                                   |
 | EFI Ubuntu 16.04.3 LTS (16.04) /w INITRD /w DT                             |
 | EFI Ubuntu 16.04.3 LTS (16.04) /wo INITRD                                  |
 | EFI Ubuntu 16.04.3 LTS (16.04) /wo INITRD /w DT                            |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 | Ubuntu 16.04.3 LTS (16.04) (on /dev/mmcblk1p2)                             |
 |                                                                            |
 \----------------------------------------------------------------------------/

      Use the ^ and v keys to select which entry is highlighted.
      Press enter to boot the selected OS, `e' to edit the commands
      before booting or `c' for a command-line. ESC to return previous
      menu.


EFI stub: Booting Linux Kernel...
EFI stub: Using DTB from configuration table
EFI stub: Exiting boot services and installing virtual address map...
[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd081]
[    0.000000] Linux version 4.16.0-rc5-mbcin-netronome-2-dirty (root at mcb1-cpt) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)) #2 SMP PREEMPT Mon Mar 12 14:40:25 UTC 2018
[    0.000000] Machine model: Marvell 8040 MACHIATOBin
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: EFI v2.70 by EDK II
[    0.000000] efi:  SMBIOS 3.0=0xbfd00000  ACPI 2.0=0xb6760000  MEMATTR=0xb8972418  RNG=0xbffdbf98
[    0.000000] random: fast init done
[    0.000000] efi: seeding entropy pool
[    0.000000] cma: Reserved 64 MiB at 0x00000000bb800000
[    0.000000] On node 0 totalpages: 1048064
[    0.000000]   DMA32 zone: 12280 pages used for memmap
[    0.000000]   DMA32 zone: 0 pages reserved
[    0.000000]   DMA32 zone: 785920 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 pages, LIFO batch:31
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] percpu: Embedded 24 pages/cpu @        (ptrval) s57624 r8192 d32488 u98304
[    0.000000] pcpu-alloc: s57624 r8192 d32488 u98304 alloc=24*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1031688
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.16.0-rc5-mbcin-netronome-2-dirty root=/dev/mmcblk1p2 rw rootwait debug
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
[    0.000000] log_buf_len min size: 16384 bytes
[    0.000000] log_buf_len: 32768 bytes
[    0.000000] early log buf free: 14432(88%)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] software IO TLB [mem 0xb2700000-0xb6700000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.000000] Memory: 3961064K/4192256K available (9724K kernel code, 632K rwdata, 3020K rodata, 576K init, 303K bss, 165656K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f022f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:160, num:32)
[    0.000000] GICv2m: range[mem 0xf0280000-0xf0280fff], SPI[160:191]
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:192, num:32)
[    0.000000] GICv2m: range[mem 0xf0290000-0xf0290fff], SPI[192:223]
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:224, num:32)
[    0.000000] GICv2m: range[mem 0xf02a0000-0xf02a0fff], SPI[224:255]
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:256, num:32)
[    0.000000] GICv2m: range[mem 0xf02b0000-0xf02b0fff], SPI[256:287]
[    0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
[    0.000001] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
[    0.000089] Console: colour dummy device 80x25
[    0.000228] console [tty0] enabled
[    0.000238] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[    0.000245] pid_max: default: 32768 minimum: 301
[    0.000271] Security Framework initialized
[    0.000299] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.000317] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.016006] ASID allocator initialised with 32768 entries
[    0.024004] Hierarchical SRCU implementation.
[    0.032092] Remapping and enabling EFI services.
[    0.032163]   EFI remap 0x00000000bf810000 =>         (ptrval)
[    0.032216]   EFI remap 0x00000000bfc90000 =>         (ptrval)
[    0.032221]   EFI remap 0x00000000f4284000 =>         (ptrval)
[    0.032225]   EFI remap 0x00000000f4700000 =>         (ptrval)
[    0.032232]   EFI remap 0x00000000f93c0000 =>         (ptrval)
[    0.040016] smp: Bringing up secondary CPUs ...
[    0.068175] Detected PIPT I-cache on CPU1
[    0.068200] CPU1: Booted secondary processor 0x0000000001 [0x410fd081]
[    0.096191] Detected PIPT I-cache on CPU2
[    0.096209] CPU2: Booted secondary processor 0x0000000100 [0x410fd081]
[    0.124211] Detected PIPT I-cache on CPU3
[    0.124223] CPU3: Booted secondary processor 0x0000000101 [0x410fd081]
[    0.124255] smp: Brought up 1 node, 4 CPUs
[    0.124275] SMP: Total of 4 processors activated.
[    0.124280] CPU features: detected feature: 32-bit EL0 Support
[    0.124284] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.127244] CPU: All CPU(s) started at EL2
[    0.127255] alternatives: patching kernel code
[    0.127572] devtmpfs: initialized
[    0.128749] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.128761] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.129255] xor: measuring software checksum speed
[    0.168125]    8regs     :  8017.000 MB/sec
[    0.208137]    8regs_prefetch:  7021.000 MB/sec
[    0.248156]    32regs    :  9428.000 MB/sec
[    0.288175]    32regs_prefetch:  7882.000 MB/sec
[    0.288180] xor: using function: 32regs (9428.000 MB/sec)
[    0.288187] pinctrl core: initialized pinctrl subsystem
[    0.288503] SMBIOS 3.0.0 present.
[    0.288515] DMI: Marvell Armada 8040 MacchiatoBin/Armada 8040 MacchiatoBin, BIOS EDK II Mar 13 2018
[    0.288620] NET: Registered protocol family 16
[    0.288746] audit: initializing netlink subsys (disabled)
[    0.288784] audit: type=2000 audit(0.288:1): state=initialized audit_enabled=0 res=1
[    0.292308] cpuidle: using governor ladder
[    0.292323] cpuidle: using governor menu
[    0.292392] vdso: 2 pages (1 code @ 0000000081b2b8ab, 1 data @ 0000000058ca6347)
[    0.292403] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.292729] DMA: preallocated 256 KiB pool for atomic allocations
[    0.292764] Serial: AMBA PL011 UART driver
[    0.298450] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.298595] cryptd: max_cpu_qlen set to 1000
[    0.364271] raid6: int64x1  gen()  1359 MB/s
[    0.432297] raid6: int64x1  xor()  1034 MB/s
[    0.500322] raid6: int64x2  gen()  2249 MB/s
[    0.568349] raid6: int64x2  xor()  1661 MB/s
[    0.636400] raid6: int64x4  gen()  3162 MB/s
[    0.704429] raid6: int64x4  xor()  1843 MB/s
[    0.772450] raid6: int64x8  gen()  3145 MB/s
[    0.840492] raid6: int64x8  xor()  1715 MB/s
[    0.908533] raid6: neonx1   gen()  2585 MB/s
[    0.976557] raid6: neonx1   xor()  2389 MB/s
[    1.044590] raid6: neonx2   gen()  3989 MB/s
[    1.112625] raid6: neonx2   xor()  3614 MB/s
[    1.180652] raid6: neonx4   gen()  5150 MB/s
[    1.248687] raid6: neonx4   xor()  4026 MB/s
[    1.316725] raid6: neonx8   gen()  5126 MB/s
[    1.384755] raid6: neonx8   xor()  4250 MB/s
[    1.384759] raid6: using algorithm neonx4 gen() 5150 MB/s
[    1.384763] raid6: .... xor() 4026 MB/s, rmw enabled
[    1.384767] raid6: using neon recovery algorithm
[    1.385075] reg-fixed-voltage regulator-usb3-vbus0: could not find pctldev for node /cp0/config-space at f2000000/system-controller at 440000/pinctrl/xhci0-vbus-pins, deferring probe
[    1.385174] vgaarb: loaded
[    1.385286] SCSI subsystem initialized
[    1.385350] libata version 3.00 loaded.
[    1.385474] usbcore: registered new interface driver usbfs
[    1.385494] usbcore: registered new interface driver hub
[    1.385520] usbcore: registered new device driver usb
[    1.385699] pps_core: LinuxPPS API ver. 1 registered
[    1.385705] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    1.385716] PTP clock support registered
[    1.385818] Registered efivars operations
[    1.386067] clocksource: Switched to clocksource arch_sys_counter
[    1.386104] VFS: Disk quotas dquot_6.6.0
[    1.386124] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.388630] NET: Registered protocol family 2
[    1.388805] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    1.388821] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.388886] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.389115] TCP: Hash tables configured (established 32768 bind 32768)
[    1.389174] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.389196] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.389254] NET: Registered protocol family 1
[    1.389395] RPC: Registered named UNIX socket transport module.
[    1.389400] RPC: Registered udp transport module.
[    1.389404] RPC: Registered tcp transport module.
[    1.389408] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.389414] PCI: CLS 0 bytes, default 128
[    1.389468] Trying to unpack rootfs image as initramfs...
[    1.456064] Freeing initrd memory: 3224K
[    1.456259] hw perfevents: unable to count PMU IRQs
[    1.456267] hw perfevents: /ap806/config-space at f0000000/pmu: failed to register PMU devices!
[    1.456385] kvm [1]: 8-bit VMID
[    1.456391] kvm [1]: IDMAP page: 9ee000
[    1.456395] kvm [1]: HYP VA range: 4000000000:7fffffffff
[    1.456712] kvm [1]: vgic-v2 at f0240000
[    1.456756] kvm [1]: vgic interrupt IRQ1
[    1.456779] kvm [1]: virtual timer IRQ4
[    1.456822] kvm [1]: Hyp mode initialized successfully
[    1.458245] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.460382] NFS: Registering the id_resolver key type
[    1.460399] Key type id_resolver registered
[    1.460403] Key type id_legacy registered
[    1.460409] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[    1.460471] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.460670] fuse init (API version 7.26)
[    1.460797] 9p: Installing v9fs 9p2000 file system support
[    1.461287] async_tx: api initialized (async)
[    1.461298] io scheduler noop registered
[    1.461345] io scheduler cfq registered (default)
[    1.461350] io scheduler mq-deadline registered
[    1.461355] io scheduler kyber registered
[    1.462495] armada-ap806-pinctrl f06f4000.system-controller:pinctrl: registered pinctrl driver
[    1.462733] armada-cp110-pinctrl f2440000.system-controller:pinctrl: registered pinctrl driver
[    1.462891] armada-cp110-pinctrl f4440000.system-controller:pinctrl: registered pinctrl driver
[    1.463701] PCI: OF: host bridge /cp0/pcie at f2600000 ranges:
[    1.463716] PCI: OF:    IO 0xf9000000..0xf900ffff -> 0xf9000000
[    1.463724] PCI: OF:   MEM 0xc0000000..0xdfffffff -> 0xc0000000
[    1.463739] pci-host-generic f2600000.pcie: ECAM area [mem 0xf2600000-0xf260ffff] can only accommodate [bus 00-ffffffffffffffff] (reduced from [bus 00-ff] desired)
[    1.463747] pci-host-generic f2600000.pcie: ECAM ioremap failed
[    1.463758] pci-host-generic: probe of f2600000.pcie failed with error -12
[    1.464854] mv_xor_v2 f0400000.xor: Marvell Version 2 XOR driver
[    1.465062] mv_xor_v2 f0420000.xor: Marvell Version 2 XOR driver
[    1.465270] mv_xor_v2 f0440000.xor: Marvell Version 2 XOR driver
[    1.465475] mv_xor_v2 f0460000.xor: Marvell Version 2 XOR driver
[    1.465711] mv_xor_v2 f26a0000.xor: Marvell Version 2 XOR driver
[    1.465925] mv_xor_v2 f26c0000.xor: Marvell Version 2 XOR driver
[    1.466221] mv_xor_v2 f46a0000.xor: Marvell Version 2 XOR driver
[    1.466435] mv_xor_v2 f46c0000.xor: Marvell Version 2 XOR driver
[    1.467460] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.488290] f0512000.serial: ttyS0 at MMIO 0xf0512000 (irq = 7, base_baud = 12500000) is a 16550A
[    2.588741] console [ttyS0] enabled
[    2.592895] omap_rng f2760000.trng: Random Number Generator ver. 203b34c
[    2.599735] omap_rng f4760000.trng: Random Number Generator ver. 203b34c
[    2.606622] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.612995] brd: module loaded
[    2.617890] loop: module loaded
[    2.621518] ahci f2540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    2.630093] ahci f2540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    2.638734] scsi host0: ahci
[    2.641762] scsi host1: ahci
[    2.644712] ata1: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x100 irq 28
[    2.652671] ata2: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x180 irq 28
[    2.660777] ahci f4540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    2.669350] ahci f4540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    2.677981] scsi host2: ahci
[    2.680980] scsi host3: ahci
[    2.683920] ata3: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x100 irq 29
[    2.691877] ata4: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x180 irq 29
[    2.700510] m25p80 spi4.0: w25q32 (4096 Kbytes)
[    2.705343] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    2.712289] libphy: Fixed MDIO Bus: probed
[    2.716526] tun: Universal TUN/TAP device driver, 1.6
[    2.721699] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.727566] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.733530] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    2.740526] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.746140] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    2.754008] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    2.759970] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[    2.767663] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    2.773494] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
[    2.782847] ixgbevf: Copyright (c) 2009 - 2015 Intel Corporation.
[    2.789014] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[    2.796187] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[    2.802023] libphy: orion_mdio_bus: probed
[    2.807977] libphy: orion_mdio_bus: probed
[    2.824523] mvpp2 f2000000.ethernet eth0: Using random mac address 0a:8a:07:a2:bf:cd
[    2.840448] mvpp2 f4000000.ethernet eth1: Using random mac address 56:45:ef:95:c6:7c
[    2.856257] mvpp2 f4000000.ethernet eth2: Using random mac address 2e:d2:2b:e4:b0:8a
[    2.864129] sky2: driver version 1.30
[    2.867947] usbcore: registered new interface driver asix
[    2.873394] usbcore: registered new interface driver ax88179_178a
[    2.879531] usbcore: registered new interface driver cdc_ether
[    2.885405] usbcore: registered new interface driver net1080
[    2.891116] usbcore: registered new interface driver cdc_subset
[    2.897076] usbcore: registered new interface driver zaurus
[    2.902692] usbcore: registered new interface driver cdc_ncm
[    2.908447] VFIO - User Level meta-driver version: 0.3
[    2.913815] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.920379] ehci-pci: EHCI PCI platform driver
[    2.924857] ehci-platform: EHCI generic platform driver
[    2.930157] ehci-orion: EHCI orion driver
[    2.934226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.940440] ohci-pci: OHCI PCI platform driver
[    2.944920] ohci-platform: OHCI generic platform driver
[    2.950399] xhci-hcd f2500000.usb3: xHCI Host Controller
[    2.955748] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 1
[    2.963391] xhci-hcd f2500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    2.971976] xhci-hcd f2500000.usb3: irq 48, io mem 0xf2500000
[    2.972228] ata2: SATA link down (SStatus 0 SControl 300)
[    2.977976] hub 1-0:1.0: USB hub found
[    2.983202] ata1: SATA link down (SStatus 0 SControl 300)
[    2.986956] hub 1-0:1.0: 1 port detected
[    2.996411] xhci-hcd f2500000.usb3: xHCI Host Controller
[    3.001753] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 2
[    3.009289] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.012188] ata4: SATA link down (SStatus 0 SControl 300)
[    3.017558] hub 2-0:1.0: USB hub found
[    3.022865] ata3: SATA link down (SStatus 0 SControl 300)
[    3.026626] hub 2-0:1.0: 1 port detected
[    3.036182] xhci-hcd f2510000.usb3: xHCI Host Controller
[    3.041530] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 3
[    3.049163] xhci-hcd f2510000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    3.057744] xhci-hcd f2510000.usb3: irq 49, io mem 0xf2510000
[    3.063718] hub 3-0:1.0: USB hub found
[    3.067497] hub 3-0:1.0: 1 port detected
[    3.071522] xhci-hcd f2510000.usb3: xHCI Host Controller
[    3.076866] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 4
[    3.084402] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.092666] hub 4-0:1.0: USB hub found
[    3.096444] hub 4-0:1.0: 1 port detected
[    3.100724] usbcore: registered new interface driver usb-storage
[    3.106892] mousedev: PS/2 mouse device common for all mice
[    3.112755] armada38x-rtc f4284000.rtc: rtc core: registered f4284000.rtc as rtc0
[    3.120391] rtc-efi rtc-efi: rtc core: registered rtc-efi as rtc1
[    3.126528] i2c /dev entries driver
[    3.133001] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel at redhat.com
[    3.141671] sdhci: Secure Digital Host Controller Interface driver
[    3.147887] sdhci: Copyright(c) Pierre Ossman
[    3.152265] sdhci-pltfm: SDHCI platform and OF driver helper
[    3.158222] mmc0: Switching to 3.3V signalling voltage failed
[    3.186707] mmc0: SDHCI controller on f06e0000.sdhci [f06e0000.sdhci] using ADMA 64-bit
[    3.225518] mmc1: SDHCI controller on f2780000.sdhci [f2780000.sdhci] using ADMA 64-bit
[    3.229093] mmc0: new high speed MMC card at address 0001
[    3.239003] ledtrig-cpu: registered to indicate activity on CPUs
[    3.239328] mmcblk0: mmc0:0001 8GME4R 7.28 GiB
[    3.245230] usbcore: registered new interface driver usbhid
[    3.250082] mmcblk0boot0: mmc0:0001 8GME4R partition 1 4.00 MiB
[    3.255214] usbhid: USB HID core driver
[    3.261443] mmcblk0boot1: mmc0:0001 8GME4R partition 2 4.00 MiB
[    3.271037] mmcblk0rpmb: mmc0:0001 8GME4R partition 3 512 KiB, chardev (243:0)
[    3.271167] NET: Registered protocol family 10
[    3.283124] Segment Routing with IPv6
[    3.286940] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.293056] NET: Registered protocol family 17
[    3.297546] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.310699] 8021q: 802.1Q VLAN Support v1.8
[    3.314930] 9pnet: Installing 9P2000 support
[    3.319238] Key type dns_resolver registered
[    3.323529] openvswitch: Open vSwitch switching datapath
[    3.328957] mpls_gso: MPLS GSO support
[    3.332911] registered taskstats version 1
[    3.333242] mmc1: new high speed SDHC card at address e624
[    3.337575] Btrfs loaded, crc32c=crc32c-generic
[    3.342864] mmcblk1: mmc1:e624 SL16G 14.8 GiB
[    3.351640] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    3.360041] xhci-hcd f4500000.usb3: xHCI Host Controller
[    3.360591]  mmcblk1: p1 p2 p3
[    3.365390] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 5
[    3.376104] xhci-hcd f4500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    3.384689] xhci-hcd f4500000.usb3: irq 50, io mem 0xf4500000
[    3.390681] hub 5-0:1.0: USB hub found
[    3.394460] hub 5-0:1.0: 1 port detected
[    3.398485] xhci-hcd f4500000.usb3: xHCI Host Controller
[    3.403826] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 6
[    3.411363] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.419627] hub 6-0:1.0: USB hub found
[    3.423404] hub 6-0:1.0: 1 port detected
[    3.427610] armada38x-rtc f4284000.rtc: setting system clock to 2018-03-13 12:02:39 UTC (1520942559)
[    3.439180] Freeing unused kernel memory: 576K
Loading, please wait...
[    3.457892] systemd-udevd[1309]: starting version 229
[    3.506450] mmc0: Switching to 3.3V signalling voltage failed
[    3.507455] systemd-udevd[1313]: Could not generate persistent MAC address for eth0: No such file or directory
[    3.519606] systemd-udevd[1324]: Could not generate persistent MAC address for eth1: No such file or directory
[    3.519621] systemd-udevd[1316]: Could not generate persistent MAC address for eth2: No such file or directory
[    3.533316] systemd-udevd[1317]: Could not generate persistent MAC address for bond0: No such file or directory
[    3.817269] EXT4-fs (mmcblk1p2): recovery complete
[    3.822925] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.127914] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[    4.137406] systemd[1]: Mounting cgroup to /sys/fs/cgroup/hugetlb of type cgroup with options hugetlb.
[    4.146835] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu of type cgroup with options cpu.
[    4.155578] 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)
[    4.173835] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 16.04.3 LTS!

[    4.205552] systemd[1]: Set hostname to <localhost.localdomain>.
[    4.214765] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
[    4.225146] systemd[1]: Installed release agent.
[    4.231095] systemd[1]: Controller 'cpu' supported: no
[    4.236269] systemd[1]: Controller 'cpuacct' supported: yes
[    4.265160] systemd-getty-generator[1364]: Automatically adding serial getty for /dev/ttyS0.
[    4.281867] systemd-rc-local-generator[1367]: Automatically adding rc-local.service.
[    4.298727] systemd-gpt-auto-generator[1363]: /dev/mmcblk1p2: root device /dev/mmcblk1.
[    4.305126] systemd-fstab-generator[1362]: Parsing /etc/fstab
[    4.317046] systemd-sysv-generator[1370]: Looking for unit files in (higher priority first):
[    4.325554] systemd-sysv-generator[1370]:    /etc/systemd/system
[    4.331426] systemd-sysv-generator[1370]:    /run/systemd/system
[    4.337298] systemd-sysv-generator[1370]:    /usr/local/lib/systemd/system
[    4.344039] systemd-sysv-generator[1370]:    /lib/systemd/system
[    4.349907] systemd-sysv-generator[1370]:    /usr/lib/systemd/system
[    4.356148] systemd-sysv-generator[1370]: Looking for SysV init scripts in:
[    4.363150] systemd-sysv-generator[1370]:    /etc/init.d
[    4.368320] systemd-sysv-generator[1370]: Looking for SysV rcN.d links in:
[    4.375237] systemd-sysv-generator[1370]:    /etc
[    4.384984] systemd-gpt-auto-generator[1363]: /boot already populated, ignoring.
[    4.399996] systemd-sysv-ge: 90 output lines suppressed due to ratelimiting
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Started Trigger resolvconf update for networkd DNS.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Reached target Swap.
[  OK  ] Created slice System Slice.
[  OK  ] Reached target Slices.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Remote File Systems.
[  OK  ] Listening on Journal Socket.
         Starting Set console keymap...
         Starting Journal Service...
[  OK  ] Started Read required files in advance.
         Starting Load Kernel Modules...
         Mounting Debug File System...
         Mounting POSIX Message Queue File System...
[    4.877272] systemd-journald[1372]: Fixed min_use=1.0M max_use=39.3M max_size=4.9M min_size=512.0K keep_free=59.0M n_max_files=100
[  OK      4.890385] systemd-journald[1372]: Reserving 8960 entries in hash table.
m] Reached targe[    4.898151] systemd-journald[1372]: Vacuuming...
t Sockets.
[    4.903781] systemd-journald[1372]: Vacuuming done, freed 0B of archived journals on disk.
         Mounting Huge Pages File System...
[    4.920306] systemd-journald[1372]: Flushing /dev/kmsg...
         Starting Nameserver information manager...
[    4.937676] systemd-journald[1372]: systemd-journald running as pid 1372
[    4.944646] systemd-journald[1372]: Sent READY=1 notification.
[    4.950541] systemd-journald[1372]: Sent WATCHDOG=1 notification.
         Starting Load/Save Random Seed...
         Starting udev Coldplug all Devices...
[    4.987541] systemd-journald[1372]: Successfully sent stream file descriptor to service manager.
[    4.996899] systemd-journald[1372]: Successfully sent stream file descriptor to service manager.
         Starting Create list of required st... nodes for the current kernel...
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Journal Service.
[  OK  ] Started Set console keymap.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Nameserver information manager.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target Network (Pre).
         Starting Create Static Device Nodes in /dev...
         Mounting Configuration File System...
         Starting Apply Kernel Variables...
         Mounting FUSE Control File System...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting Raise network interfaces...
         Starting udev Kernel Device Manager...
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
         Starting Network Time Synchronization...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Set console font and keymap.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Basic System.
         Starting getty on tty2-tty6 if dbus and logind are not available...
[  OK  ] Started Regular background program processing daemon.
         Starting LSB: Record successful boot for GRUB...
         Starting Permit User Sessions...
         Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
         Starting System Logging Service...
[  OK  ] Created slice system-getty.slice.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started System Logging Service.
[  OK  ] Started Raise network interfaces.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Started LSB: Record successful boot for GRUB.
[  OK  ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
         Starting /etc/rc.local Compatibility...
         Starting Set console scheme...
[  OK  ] Started getty on tty2-tty6 if dbus and logind are not available.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Set console scheme.
[  OK  ] Started Getty on tty3.
[  OK  ] Started Getty on tty2.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started Getty on tty6.
[  OK  ] Started Getty on tty5.
[  OK  ] Started Getty on tty4.
[  OK  ] Started Getty on tty1.
[  OK  ] Reached target Login Prompts.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
[  OK  ] Started Stop ureadahead data collection 45s after completed startup.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Ubuntu 16.04.3 LTS localhost.localdomain ttyS0

localhost login:
-------------- next part --------------
BootROM - 2.03
Starting CP-0 IOROM 1.07
Booting from SD 0 (0x29)
Found valid image at boot postion 0x002
lNOTICE:  Starting binary extension
NOTICE:  SVC: SW Revision 0x0. SVC is not supported
mv_ddr: mv_ddr-armada-17.10.4-gcc280f0-dirty (Mar 13 2018 - 08:42:48)
mv_ddr: completed successfully
NOTICE:  Cold boot
NOTICE:  Booting Trusted Firmware
NOTICE:  BL1: v1.3(release):armada-17.10.7:4396548
NOTICE:  BL1: Built : 08:43:02, Mar 13 2018
NOTICE:  BL1: Booting BL2
lNOTICE:  BL2: v1.3(release):armada-17.10.7:4396548
NOTICE:  BL2: Built : 08:43:06, Mar 13 2018
BL2: Initiating SCP_BL2 transfer to SCP
NOTICE:  SCP_BL2 contains 2 concatenated images
NOTICE:  Load image to CP1 MSS
NOTICE:  Loading MSS image from address 0x4023020 Size 0x1378 to MSS at 0xf4280000
NOTICE:  Done
NOTICE:  Load image to AP MSS
NOTICE:  Loading MSS image from address 0x4024398 Size 0x1f68 to MSS at 0xf0580000
N

FreeRTOS 7.3.0 - Marvell cm3 - A8K release armada-17.10.1

OTICE:  Done
NOTICE:  SCP Image doesn't contain PM firmware
NOTICE:  BL1: Booting BL31
lNOTICE:  MSS PM is not supported in this build
NOTICE:  BL31: v1.3(release):armada-17.10.7:4396548
NOTICE:  BL31: Built : 08:43:12, Mar 13 2018
l

U-Boot 2017.03-armada-17.10.2-g6a6581a (Mar 13 2018 - 08:33:48 +0000)

Model: MACCHIATOBin-8040
Clock:  CPU     2000 [MHz]
        DDR     1200 [MHz]
        FABRIC  1200 [MHz]
        MSS     200  [MHz]
DRAM:  4 GiB
U-Boot DT blob at : 000000007f70ec38
EEPROM configuration pattern not detected.
Comphy chip #0:
Comphy-0: PEX0
Comphy-1: PEX0
Comphy-2: PEX0
Comphy-3: PEX0
Comphy-4: SFI
Comphy-5: SATA1
Comphy chip #1:
Comphy-0: SGMII1        1.25 Gbps
Comphy-1: SATA0
Comphy-2: USB3_HOST0
Comphy-3: SATA1
Comphy-4: SFI
Comphy-5: SGMII2        3.125 Gbps
UTMI PHY 0 initialized to USB Host0
SATA link 0 timeout.
SATA link 1 timeout.
AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
flags: 64bit ncq led only pmp fbss pio slum part sxs
SATA link 0 timeout.
going to start mss_periodic_ihb_wa for mss
SATA link 1 timeout.
AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
flags: 64bit ncq led only pmp fbss pio slum part sxs
PCIE-0: Link down
MMC:   sdhci at 6e0000: 0, sdhci at 780000: 1
SF: Detected w25q32bv with page size 256 Bytes, erase size 4 KiB, total 4 MiB
Net:   eth0: mvpp2-0 [PRIME]mdio_register: non unique device name 'ethernet at 0'
, eth1: mvpp2-3, eth2: mvpp2-4, eth3: mvpp2-5
Hit any key to stop autoboot:  0
switch to partitions #0, OK
mmc1 is current device
14344704 bytes read in 1283 ms (10.7 MiB/s)
22596 bytes read in 10 ms (2.2 MiB/s)
## Flattened Device Tree blob at 04f00000
   Booting using the fdt blob at 0x4f00000
   Using Device Tree in place at 0000000004f00000, end 0000000004f08843

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd081]
[    0.000000] Linux version 4.16.0-rc5-mbcin-netronome-2-dirty (root at mcb1-cpt) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)) #2 SMP PREEMPT Mon Mar 12 14:40:25 UTC 2018
[    0.000000] Machine model: Marvell 8040 MACHIATOBin
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 64 MiB at 0x00000000bc000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] psci: SMC Calling Convention v1.0
[    0.000000] random: fast init done
[    0.000000] percpu: Embedded 24 pages/cpu @        (ptrval) s57624 r8192 d32488 u98304
[    0.000000] Detected PIPT I-cache on CPU0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 1032192
[    0.000000] Kernel command line: console=ttyS0,115200 mvpp2x.queue_mode=1 mvpp2x.rss_mode=1 root=/dev/mmcblk1p2 rw rootwait
[    0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 12288 bytes
[    0.000000] log_buf_len min size: 16384 bytes
[    0.000000] log_buf_len: 32768 bytes
[    0.000000] early log buf free: 14592(89%)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] software IO TLB [mem 0xb7fff000-0xbbfff000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    0.000000] Memory: 3976200K/4194304K available (9724K kernel code, 632K rwdata, 3020K rodata, 576K init, 303K bss, 152568K reserved, 65536K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f022f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:160, num:32)
[    0.000000] GICv2m: range[mem 0xf0280000-0xf0280fff], SPI[160:191]
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:192, num:32)
[    0.000000] GICv2m: range[mem 0xf0290000-0xf0290fff], SPI[192:223]
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:224, num:32)
[    0.000000] GICv2m: range[mem 0xf02a0000-0xf02a0fff], SPI[224:255]
[    0.000000] GICv2m: DT overriding V2M MSI_TYPER (base:256, num:32)
[    0.000000] GICv2m: range[mem 0xf02b0000-0xf02b0fff], SPI[256:287]
[    0.000000] arch_timer: cp15 timer(s) running at 25.00MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x5c40939b5, max_idle_ns: 440795202646 ns
[    0.000001] sched_clock: 56 bits at 25MHz, resolution 40ns, wraps every 4398046511100ns
[    0.000089] Console: colour dummy device 80x25
[    0.000100] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[    0.000105] pid_max: default: 32768 minimum: 301
[    0.000130] Security Framework initialized
[    0.000157] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.000172] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.016006] ASID allocator initialised with 32768 entries
[    0.024005] Hierarchical SRCU implementation.
[    0.032093] EFI services will not be available.
[    0.040017] smp: Bringing up secondary CPUs ...
[    0.068175] Detected PIPT I-cache on CPU1
[    0.068199] CPU1: Booted secondary processor 0x0000000001 [0x410fd081]
[    0.096190] Detected PIPT I-cache on CPU2
[    0.096209] CPU2: Booted secondary processor 0x0000000100 [0x410fd081]
[    0.124211] Detected PIPT I-cache on CPU3
[    0.124224] CPU3: Booted secondary processor 0x0000000101 [0x410fd081]
[    0.124255] smp: Brought up 1 node, 4 CPUs
[    0.124265] SMP: Total of 4 processors activated.
[    0.124268] CPU features: detected feature: 32-bit EL0 Support
[    0.124271] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.126752] CPU: All CPU(s) started at EL2
[    0.126761] alternatives: patching kernel code
[    0.127301] devtmpfs: initialized
[    0.128482] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.128489] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.128973] xor: measuring software checksum speed
[    0.168126]    8regs     :  8017.000 MB/sec
[    0.208139]    8regs_prefetch:  7024.000 MB/sec
[    0.248157]    32regs    :  9428.000 MB/sec
[    0.288176]    32regs_prefetch:  7882.000 MB/sec
[    0.288178] xor: using function: 32regs (9428.000 MB/sec)
[    0.288184] pinctrl core: initialized pinctrl subsystem
[    0.288474] DMI not present or invalid.
[    0.288581] NET: Registered protocol family 16
[    0.288712] audit: initializing netlink subsys (disabled)
[    0.288748] audit: type=2000 audit(0.288:1): state=initialized audit_enabled=0 res=1
[    0.288987] cpuidle: using governor ladder
[    0.288997] cpuidle: using governor menu
[    0.289067] vdso: 2 pages (1 code @ 0000000085c2c6b4, 1 data @ 000000000e96c0ce)
[    0.289075] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.289401] DMA: preallocated 256 KiB pool for atomic allocations
[    0.289433] Serial: AMBA PL011 UART driver
[    0.296382] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.296522] cryptd: max_cpu_qlen set to 1000
[    0.364306] raid6: int64x1  gen()  1356 MB/s
[    0.432313] raid6: int64x1  xor()  1033 MB/s
[    0.500331] raid6: int64x2  gen()  2246 MB/s
[    0.568362] raid6: int64x2  xor()  1664 MB/s
[    0.636387] raid6: int64x4  gen()  3183 MB/s
[    0.704427] raid6: int64x4  xor()  1843 MB/s
[    0.772463] raid6: int64x8  gen()  3149 MB/s
[    0.840492] raid6: int64x8  xor()  1717 MB/s
[    0.908525] raid6: neonx1   gen()  2607 MB/s
[    0.976553] raid6: neonx1   xor()  2391 MB/s
[    1.044581] raid6: neonx2   gen()  4067 MB/s
[    1.112614] raid6: neonx2   xor()  3590 MB/s
[    1.180647] raid6: neonx4   gen()  5230 MB/s
[    1.248683] raid6: neonx4   xor()  4040 MB/s
[    1.316718] raid6: neonx8   gen()  5142 MB/s
[    1.384743] raid6: neonx8   xor()  4219 MB/s
[    1.384746] raid6: using algorithm neonx4 gen() 5230 MB/s
[    1.384748] raid6: .... xor() 4040 MB/s, rmw enabled
[    1.384751] raid6: using neon recovery algorithm
[    1.385048] reg-fixed-voltage regulator-usb3-vbus0: could not find pctldev for node /cp0/config-space at f2000000/system-controller at 440000/pinctrl/xhci0-vbus-pins, deferring probe
[    1.385140] vgaarb: loaded
[    1.385247] SCSI subsystem initialized
[    1.385423] usbcore: registered new interface driver usbfs
[    1.385442] usbcore: registered new interface driver hub
[    1.385464] usbcore: registered new device driver usb
[    1.385639] pps_core: LinuxPPS API ver. 1 registered
[    1.385642] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    1.385650] PTP clock support registered
[    1.385989] clocksource: Switched to clocksource arch_sys_counter
[    1.386024] VFS: Disk quotas dquot_6.6.0
[    1.386042] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.388582] NET: Registered protocol family 2
[    1.388766] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes)
[    1.388779] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    1.388844] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    1.388989] TCP: Hash tables configured (established 32768 bind 32768)
[    1.389050] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    1.389066] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    1.389121] NET: Registered protocol family 1
[    1.389265] RPC: Registered named UNIX socket transport module.
[    1.389268] RPC: Registered udp transport module.
[    1.389271] RPC: Registered tcp transport module.
[    1.389273] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.389492] hw perfevents: unable to count PMU IRQs
[    1.389498] hw perfevents: /ap806/config-space at f0000000/pmu: failed to register PMU devices!
[    1.389610] kvm [1]: 8-bit VMID
[    1.389613] kvm [1]: IDMAP page: 9ee000
[    1.389616] kvm [1]: HYP VA range: 4000000000:7fffffffff
[    1.389917] kvm [1]: vgic-v2 at f0240000
[    1.389958] kvm [1]: vgic interrupt IRQ1
[    1.389978] kvm [1]: virtual timer IRQ4
[    1.390030] kvm [1]: Hyp mode initialized successfully
[    1.391412] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[    1.393621] NFS: Registering the id_resolver key type
[    1.393633] Key type id_resolver registered
[    1.393636] Key type id_legacy registered
[    1.393641] Installing knfsd (copyright (C) 1996 okir at monad.swb.de).
[    1.393702] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    1.393913] fuse init (API version 7.26)
[    1.394076] 9p: Installing v9fs 9p2000 file system support
[    1.394514] async_tx: api initialized (async)
[    1.394522] io scheduler noop registered
[    1.394567] io scheduler cfq registered (default)
[    1.394570] io scheduler mq-deadline registered
[    1.394573] io scheduler kyber registered
[    1.395718] armada-ap806-pinctrl f06f4000.system-controller:pinctrl: registered pinctrl driver
[    1.395954] armada-cp110-pinctrl f2440000.system-controller:pinctrl: registered pinctrl driver
[    1.396109] armada-cp110-pinctrl f4440000.system-controller:pinctrl: registered pinctrl driver
[    1.396968] PCI: OF: host bridge /cp0/pcie at f2600000 ranges:
[    1.396979] PCI: OF:    IO 0xf9000000..0xf900ffff -> 0xf9000000
[    1.396984] PCI: OF:   MEM 0xc0000000..0xdfffffff -> 0xc0000000
[    1.396998] pci-host-generic f2600000.pcie: ECAM area [mem 0xf2600000-0xf260ffff] can only accommodate [bus 00-ffffffffffffffff] (reduced from [bus 00-ff] desired)
[    1.397002] pci-host-generic f2600000.pcie: ECAM ioremap failed
[    1.397011] pci-host-generic: probe of f2600000.pcie failed with error -12
[    1.398129] mv_xor_v2 f0400000.xor: Marvell Version 2 XOR driver
[    1.398342] mv_xor_v2 f0420000.xor: Marvell Version 2 XOR driver
[    1.398553] mv_xor_v2 f0440000.xor: Marvell Version 2 XOR driver
[    1.398767] mv_xor_v2 f0460000.xor: Marvell Version 2 XOR driver
[    1.399007] mv_xor_v2 f26a0000.xor: Marvell Version 2 XOR driver
[    1.399216] mv_xor_v2 f26c0000.xor: Marvell Version 2 XOR driver
[    1.399495] mv_xor_v2 f46a0000.xor: Marvell Version 2 XOR driver
[    1.399706] mv_xor_v2 f46c0000.xor: Marvell Version 2 XOR driver
[    1.400882] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.401337] console [ttyS0] disabled
[    1.421643] f0512000.serial: ttyS0 at MMIO 0xf0512000 (irq = 7, base_baud = 12500000) is a 16550A
[    2.410362] console [ttyS0] enabled
[    2.414496] omap_rng f2760000.trng: Random Number Generator ver. 203b34c
[    2.421307] omap_rng f4760000.trng: Random Number Generator ver. 203b34c
[    2.428212] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    2.434560] brd: module loaded
[    2.439475] loop: module loaded
[    2.443119] ahci f2540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    2.451699] ahci f2540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    2.460349] scsi host0: ahci
[    2.463399] scsi host1: ahci
[    2.466345] ata1: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x100 irq 28
[    2.474305] ata2: SATA max UDMA/133 mmio [mem 0xf2540000-0xf256ffff] port 0x180 irq 28
[    2.482407] ahci f4540000.sata: AHCI 0001.0000 32 slots 2 ports 6 Gbps 0x3 impl platform mode
[    2.490975] ahci f4540000.sata: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    2.499579] scsi host2: ahci
[    2.502574] scsi host3: ahci
[    2.505509] ata3: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x100 irq 29
[    2.513465] ata4: SATA max UDMA/133 mmio [mem 0xf4540000-0xf456ffff] port 0x180 irq 29
[    2.522078] m25p80 spi4.0: w25q32 (4096 Kbytes)
[    2.526895] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[    2.533803] libphy: Fixed MDIO Bus: probed
[    2.538020] tun: Universal TUN/TAP device driver, 1.6
[    2.543189] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    2.549049] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    2.555009] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    2.562003] igb: Copyright (c) 2007-2014 Intel Corporation.
[    2.567614] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    2.575479] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    2.581438] ixgbe: Intel(R) 10 Gigabit PCI Express Network Driver - version 5.1.0-k
[    2.589129] ixgbe: Copyright (c) 1999-2016 Intel Corporation.
[    2.594955] ixgbevf: Intel(R) 10 Gigabit PCI Express Virtual Function Network Driver - version 4.1.0-k
[    2.604306] ixgbevf: Copyright (c) 2009 - 2015 Intel Corporation.
[    2.610462] ixgb: Intel(R) PRO/10GbE Network Driver - version 1.0.135-k2-NAPI
[    2.617631] ixgb: Copyright (c) 1999-2008 Intel Corporation.
[    2.623464] libphy: orion_mdio_bus: probed
[    2.627939] libphy: orion_mdio_bus: probed
[    2.642670] mvpp2 f2000000.ethernet eth0: Using firmware node mac address 00:51:82:11:27:00
[    2.659286] mvpp2 f4000000.ethernet eth1: Using firmware node mac address 00:51:82:11:27:01
[    2.675727] mvpp2 f4000000.ethernet eth2: Using firmware node mac address 00:51:82:11:27:02
[    2.684203] sky2: driver version 1.30
[    2.688016] usbcore: registered new interface driver asix
[    2.693466] usbcore: registered new interface driver ax88179_178a
[    2.699599] usbcore: registered new interface driver cdc_ether
[    2.705467] usbcore: registered new interface driver net1080
[    2.711162] usbcore: registered new interface driver cdc_subset
[    2.717117] usbcore: registered new interface driver zaurus
[    2.722734] usbcore: registered new interface driver cdc_ncm
[    2.728497] VFIO - User Level meta-driver version: 0.3
[    2.733867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.740439] ehci-pci: EHCI PCI platform driver
[    2.744918] ehci-platform: EHCI generic platform driver
[    2.750219] ehci-orion: EHCI orion driver
[    2.754290] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.760503] ohci-pci: OHCI PCI platform driver
[    2.764983] ohci-platform: OHCI generic platform driver
[    2.770462] xhci-hcd f2500000.usb3: xHCI Host Controller
[    2.775813] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 1
[    2.783457] xhci-hcd f2500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    2.792040] xhci-hcd f2500000.usb3: irq 48, io mem 0xf2500000
[    2.796037] ata2: SATA link down (SStatus 0 SControl 300)
[    2.798040] hub 1-0:1.0: USB hub found
[    2.803261] ata1: SATA link down (SStatus 0 SControl 300)
[    2.807003] hub 1-0:1.0: 1 port detected
[    2.816453] xhci-hcd f2500000.usb3: xHCI Host Controller
[    2.821795] xhci-hcd f2500000.usb3: new USB bus registered, assigned bus number 2
[    2.829331] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.837601] hub 2-0:1.0: USB hub found
[    2.840109] ata3: SATA link down (SStatus 0 SControl 300)
[    2.841380] hub 2-0:1.0: 1 port detected
[    2.846809] ata4: SATA link down (SStatus 0 SControl 300)
[    2.850916] xhci-hcd f2510000.usb3: xHCI Host Controller
[    2.861496] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 3
[    2.869126] xhci-hcd f2510000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    2.877702] xhci-hcd f2510000.usb3: irq 49, io mem 0xf2510000
[    2.883671] hub 3-0:1.0: USB hub found
[    2.887448] hub 3-0:1.0: 1 port detected
[    2.891470] xhci-hcd f2510000.usb3: xHCI Host Controller
[    2.896811] xhci-hcd f2510000.usb3: new USB bus registered, assigned bus number 4
[    2.904345] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.912604] hub 4-0:1.0: USB hub found
[    2.916379] hub 4-0:1.0: 1 port detected
[    2.920639] usbcore: registered new interface driver usb-storage
[    2.926797] mousedev: PS/2 mouse device common for all mice
[    2.932604] armada38x-rtc f4284000.rtc: rtc core: registered f4284000.rtc as rtc0
[    2.940172] i2c /dev entries driver
[    2.946586] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel at redhat.com
[    2.955238] sdhci: Secure Digital Host Controller Interface driver
[    2.961450] sdhci: Copyright(c) Pierre Ossman
[    2.965826] sdhci-pltfm: SDHCI platform and OF driver helper
[    2.971754] mmc0: Switching to 3.3V signalling voltage failed
[    3.002641] mmc0: SDHCI controller on f06e0000.sdhci [f06e0000.sdhci] using ADMA 64-bit
[    3.041449] mmc1: SDHCI controller on f2780000.sdhci [f2780000.sdhci] using ADMA 64-bit
[    3.044609] mmc0: new high speed MMC card at address 0001
[    3.054922] ledtrig-cpu: registered to indicate activity on CPUs
[    3.055235] mmcblk0: mmc0:0001 8GME4R 7.28 GiB
[    3.061226] usbcore: registered new interface driver usbhid
[    3.065808] mmcblk0boot0: mmc0:0001 8GME4R partition 1 4.00 MiB
[    3.071126] usbhid: USB HID core driver
[    3.077348] mmcblk0boot1: mmc0:0001 8GME4R partition 2 4.00 MiB
[    3.086961] mmcblk0rpmb: mmc0:0001 8GME4R partition 3 512 KiB, chardev (243:0)
[    3.087064] NET: Registered protocol family 10
[    3.099056] Segment Routing with IPv6
[    3.102865] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    3.108985] NET: Registered protocol family 17
[    3.113473] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    3.126620] 8021q: 802.1Q VLAN Support v1.8
[    3.130848] 9pnet: Installing 9P2000 support
[    3.135157] Key type dns_resolver registered
[    3.139446] openvswitch: Open vSwitch switching datapath
[    3.144873] mpls_gso: MPLS GSO support
[    3.148836] registered taskstats version 1
[    3.152143] mmc1: new high speed SDHC card at address e624
[    3.153486] Btrfs loaded, crc32c=crc32c-generic
[    3.158783] mmcblk1: mmc1:e624 SL16G 14.8 GiB
[    3.167549] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[    3.175946] xhci-hcd f4500000.usb3: xHCI Host Controller
[    3.176716]  mmcblk1: p1 p2 p3
[    3.181293] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 5
[    3.192001] xhci-hcd f4500000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[    3.200584] xhci-hcd f4500000.usb3: irq 50, io mem 0xf4500000
[    3.206583] hub 5-0:1.0: USB hub found
[    3.210362] hub 5-0:1.0: 1 port detected
[    3.214387] xhci-hcd f4500000.usb3: xHCI Host Controller
[    3.219729] xhci-hcd f4500000.usb3: new USB bus registered, assigned bus number 6
[    3.227264] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.235529] hub 6-0:1.0: USB hub found
[    3.239305] hub 6-0:1.0: 1 port detected
[    3.243495] armada38x-rtc f4284000.rtc: setting system clock to 2018-03-13 12:18:10 UTC (1520943490)
[    3.252886] md: Waiting for all devices to be available before autodetect
[    3.259710] md: If you don't use raid, use raid=noautodetect
[    3.265559] md: Autodetecting RAID arrays.
[    3.269678] md: autorun ...
[    3.272487] md: ... autorun DONE.
[    3.284948] EXT4-fs (mmcblk1p2): couldn't mount as ext3 due to feature incompatibilities
[    3.336460] EXT4-fs (mmcblk1p2): recovery complete
[    3.348027] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.356165] VFS: Mounted root (ext4 filesystem) on device 179:26.
[    3.366299] devtmpfs: mounted
[    3.369442] Freeing unused kernel memory: 576K
[    3.659398] 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)
[    3.677601] systemd[1]: Detected architecture arm64.

Welcome to Ubuntu 16.04.3 LTS!

[    3.709695] systemd[1]: Set hostname to <localhost.localdomain>.
[    3.925788] systemd[1]: Created slice System Slice.
[  OK  ] Created slice System Slice.
[    3.946092] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[  OK  ] Started Trigger resolvconf update for networkd DNS.
[    3.970019] systemd[1]: Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems (Pre).
[    3.990015] systemd[1]: Reached target Remote File Systems.
[  OK  ] Reached target Remote File Systems.
[    4.010072] systemd[1]: Created slice system-serial\x2dgetty.slice.
[  OK  ] Created slice system-serial\x2dgetty.slice.
[    4.030060] systemd[1]: Listening on Syslog Socket.
[  OK  ] Listening on Syslog Socket.
[    4.050053] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
[  OK  ] Reached target Swap.
[  OK  ] Listening on Journal Audit Socket.
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Reached target Slices.
[  OK  ] Reached target Encrypted Volumes.
[  OK  ] Listening on Journal Socket.
         Mounting Debug File System...
         Starting Create list of required st... nodes for the current kernel...
         Starting Nameserver information manager...
         Starting Load Kernel Modules...
         Mounting Huge Pages File System...
         Starting Set console keymap...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Listening on udev Control Socket.
         Starting udev Coldplug all Devices...
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Reached target Sockets.
         Starting Journal Service...
         Starting Load/Save Random Seed...
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
[  OK  ] Reached target Paths.
[  OK  ] Started Read required files in advance.
         Mounting POSIX Message Queue File System...
[  OK  ] Mounted Huge Pages File System.
[  OK  ] Mounted POSIX Message Queue File System.
[  OK  ] Mounted Debug File System.
[  OK  ] Started Journal Service.
[  OK  ] Started Create list of required sta...ce nodes for the current kernel.
[  OK  ] Started Load Kernel Modules.
[  OK  ] Started Set console keymap.
[  OK  ] Started Load/Save Random Seed.
[  OK  ] Started Nameserver information manager.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Reached target Network (Pre).
         Mounting Configuration File System...
         Starting Apply Kernel Variables...
         Mounting FUSE Control File System...
         Starting Create Static Device Nodes in /dev...
         Starting Flush Journal to Persistent Storage...
[  OK  ] Mounted Configuration File System.
[  OK  ] Mounted FUSE Control File System.
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started Create Static Device Nodes in /dev.
[  OK  ] Reached target Local File Systems (Pre).
[  OK  ] Reached target Local File Systems.
         Starting Set console font and keymap...
         Starting udev Kernel Device Manager...
         Starting Raise network interfaces...
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Network Time Synchronization...
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Network Time Synchronization.
[  OK  ] Started Set console font and keymap.
[  OK  ] Found device /dev/ttyS0.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Reached target System Time Synchronized.
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[  OK  ] Started Raise network interfaces.
[  OK  ] Reached target Network.
[  OK  ] Reached target Network is Online.
[  OK  ] Reached target System Initialization.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Reached target Basic System.
[  OK  ] Started Regular background program processing daemon.
         Starting /etc/rc.local Compatibility...
         Starting getty on tty2-tty6 if dbus and logind are not available...
         Starting System Logging Service...
         Starting Permit User Sessions...
         Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
         Starting LSB: Record successful boot for GRUB...
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Reached target Timers.
[  OK  ] Started System Logging Service.
[  OK  ] Started /etc/rc.local Compatibility.
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Getty on tty3.
[  OK  ] Started Getty on tty2.
         Starting Set console scheme...
[  OK  ] Started Getty on tty1.
[  OK  ] Started Serial Getty on ttyS0.
[  OK  ] Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
[  OK  ] Started Set console scheme.
[  OK  ] Started LSB: Record successful boot for GRUB.
[  OK  ] Started Getty on tty5.
[  OK  ] Started Getty on tty4.
[  OK  ] Started Getty on tty6.
[  OK  ] Started getty on tty2-tty6 if dbus and logind are not available.
[  OK  ] Reached target Login Prompts.
[  OK  ] Reached target Multi-User System.
[  OK  ] Reached target Graphical Interface.
[  OK  ] Started Stop ureadahead data collection 45s after completed startup.
         Starting Update UTMP about System Runlevel Changes...
[  OK  ] Started Update UTMP about System Runlevel Changes.

Ubuntu 16.04.3 LTS localhost.localdomain ttyS0

localhost login:


More information about the Macchiato mailing list