LS2088 ETH1 connection

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LS2088 ETH1 connection

1,168 Views
ranga_yn
Contributor II

Hello NXP,

I have bring up the board with 18.09 LSDK with SCTP macro enabled in config.

when i tried to connect to the ethernet with LAN - ETH1  my RX TX is not sent. 

I have configured my IP and Netmask and from Network side its taken care.

Could you let us know any logs which need to be shared or path to make it work.

regards,

ranga

0 Kudos
3 Replies

1,016 Views
ufedor
NXP Employee
NXP Employee

Please provide additional information:

1) the processor connection schematics as searchable PDF

2) U-Boot booting log

3) DTS being used

0 Kudos

1,016 Views
ranga_yn
Contributor II

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.14.67 (root@ranga-VirtualBox) (gcc version 7.4.0 (Ubuntu/Linaro 7.4.0-1ubuntu1~18.04.1)) #2 SMP PREEMPT Mon Jan 13 14:35:59 IST 2020
[ 0.000000] Boot CPU: AArch64 Processor [410fd082]
[ 0.000000] Machine model: Freescale Layerscape 2088A RDB Board
[ 0.000000] earlycon: uart8250 at MMIO 0x00000000021c0600 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x00000000f3c00000, size 128 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000837fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x837ffab700-0x837ffacebf]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000837fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000fbdfffff]
[ 0.000000] node 0: [mem 0x0000008080000000-0x000000837fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000837fffffff]
[ 0.000000] On node 0 totalpages: 3653120
[ 0.000000] DMA zone: 8192 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 507392 pages, LIFO batch:31
[ 0.000000] Normal zone: 49152 pages used for memmap
[ 0.000000] Normal zone: 3145728 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv0.2 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: Trusted OS migration not required
[ 0.000000] percpu: Embedded 24 pages/cpu @ffff8082ffee5000 s61016 r8192 d29096 u98304
[ 0.000000] pcpu-alloc: s61016 r8192 d29096 u98304 alloc=24*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 3595776
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: console=ttyS1,115200 earlycon=uart8250,mmio,0x21c0600 root=PARTUUID=6f5f9f7f-03 rw rootwait iommu.passthrough=1 default_hugepagesz=2m hugepagesz=2m hugepages=256
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] software IO TLB [mem 0xefc00000-0xf3c00000] (64MB) mapped at [ffff80006fc00000-ffff800073bfffff]
[ 0.000000] Memory: 14163112K/14612480K available (12860K kernel code, 1430K rwdata, 5148K rodata, 1280K init, 963K bss, 318296K reserved, 131072K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB)
[ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB)
[ 0.000000] .text : 0xffff000008080000 - 0xffff000008d10000 ( 12864 KB)
[ 0.000000] .rodata : 0xffff000008d10000 - 0xffff000009220000 ( 5184 KB)
[ 0.000000] .init : 0xffff000009220000 - 0xffff000009360000 ( 1280 KB)
[ 0.000000] .data : 0xffff000009360000 - 0xffff0000094c5a00 ( 1431 KB)
[ 0.000000] .bss : 0xffff0000094c5a00 - 0xffff0000095b6918 ( 964 KB)
[ 0.000000] fixed : 0xffff7dfffe7f9000 - 0xffff7dfffec00000 ( 4124 KB)
[ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB)
[ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum)
[ 0.000000] 0xffff7e0000000000 - 0xffff7e020c000000 ( 8384 MB actual)
[ 0.000000] memory : 0xffff800000000000 - 0xffff808300000000 (536576 MB)
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS [mem 0x06020000-0x0603ffff]
[ 0.000000] ITS@0x0000000006020000: allocated 65536 Devices @8371880000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x0000008371840000
[ 0.000000] ITS: Allocated 1792 chunks for LPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000006100000
[ 0.000000] CPU0: using LPI pending table @0x0000008371850000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 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.008455] Console: colour dummy device 80x25
[ 0.012952] Calibrating delay loop (skipped), value calculated using timer frequency.. 50.00 BogoMIPS (lpj=100000)
[ 0.023385] pid_max: default: 32768 minimum: 301
[ 0.028084] Security Framework initialized
[ 0.035683] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.044878] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.052219] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.059188] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.082578] ASID allocator initialised with 32768 entries
[ 0.088044] Hierarchical SRCU implementation.
[ 0.100465] PCI/MSI: /interrupt-controller@6000000/gic-its@6020000 domain created
[ 0.108076] Platform MSI: /interrupt-controller@6000000/gic-its@6020000 domain created
[ 0.116103] fsl-mc MSI: /interrupt-controller@6000000/gic-its@6020000 domain created
[ 0.124339] EFI services will not be available.
[ 0.136905] smp: Bringing up secondary CPUs ...
[ 0.169571] Detected PIPT I-cache on CPU1
[ 0.169586] GICv3: CPU1: found redistributor 1 region 0:0x0000000006120000
[ 0.169618] CPU1: using LPI pending table @0x000000836fe70000
[ 0.169636] CPU1: Booted secondary processor [410fd082]
[ 0.197580] Detected PIPT I-cache on CPU2
[ 0.197595] GICv3: CPU2: found redistributor 100 region 0:0x0000000006140000
[ 0.197627] CPU2: using LPI pending table @0x000000836feb0000
[ 0.197644] CPU2: Booted secondary processor [410fd082]
[ 0.225607] Detected PIPT I-cache on CPU3
[ 0.225616] GICv3: CPU3: found redistributor 101 region 0:0x0000000006160000
[ 0.225645] CPU3: using LPI pending table @0x000000836fec0000
[ 0.225658] CPU3: Booted secondary processor [410fd082]
[ 0.253634] Detected PIPT I-cache on CPU4
[ 0.253647] GICv3: CPU4: found redistributor 200 region 0:0x0000000006180000
[ 0.253679] CPU4: using LPI pending table @0x000000836ff00000
[ 0.253696] CPU4: Booted secondary processor [410fd082]
[ 0.281654] Detected PIPT I-cache on CPU5
[ 0.281663] GICv3: CPU5: found redistributor 201 region 0:0x00000000061a0000
[ 0.281692] CPU5: using LPI pending table @0x000000836ff30000
[ 0.281705] CPU5: Booted secondary processor [410fd082]
[ 0.309685] Detected PIPT I-cache on CPU6
[ 0.309700] GICv3: CPU6: found redistributor 300 region 0:0x00000000061c0000
[ 0.309731] CPU6: using LPI pending table @0x000000836ff70000
[ 0.309748] CPU6: Booted secondary processor [410fd082]
[ 0.337704] Detected PIPT I-cache on CPU7
[ 0.337714] GICv3: CPU7: found redistributor 301 region 0:0x00000000061e0000
[ 0.337744] CPU7: using LPI pending table @0x000000836ff80000
[ 0.337757] CPU7: Booted secondary processor [410fd082]
[ 0.337794] smp: Brought up 1 node, 8 CPUs
[ 0.496889] SMP: Total of 8 processors activated.
[ 0.501624] CPU features: detected feature: GIC system register CPU interface
[ 0.508805] CPU features: detected feature: 32-bit EL0 Support
[ 0.514680] CPU features: detected feature: Kernel page table isolation (KPTI)
[ 0.528533] CPU: All CPU(s) started at EL2
[ 0.532667] alternatives: patching kernel code
[ 0.537646] devtmpfs: initialized
[ 0.544093] random: get_random_u32 called from bucket_table_alloc+0x108/0x258 with crng_init=0
[ 0.553018] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.562850] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.570147] xor: measuring software checksum speed
[ 0.614999] 8regs : 7630.000 MB/sec
[ 0.659227] 8regs_prefetch: 6490.000 MB/sec
[ 0.703805] 32regs : 7682.000 MB/sec
[ 0.748031] 32regs_prefetch: 7243.000 MB/sec
[ 0.752678] xor: using function: 32regs (7682.000 MB/sec)
[ 0.758113] pinctrl core: initialized pinctrl subsystem
[ 0.763971] DMI not present or invalid.
[ 0.767979] NET: Registered protocol family 16
[ 0.773247] cpuidle: using governor menu
[ 0.777246] NET: Registered protocol family 42
[ 0.782090] vdso: 2 pages (1 code @ ffff000008d16000, 1 data @ ffff000009365000)
[ 0.789549] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.796803] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.803107] Serial: AMBA PL011 UART driver
[ 0.807782] Machine: Freescale Layerscape 2088A RDB Board
[ 0.813217] SoC family: QorIQ LS2088A
[ 0.816895] SoC ID: svr:0x87090011, Revision: 1.1
[ 0.822909] fsl_mc_bus 80c000000.fsl-mc: MC firmware version: 10.10.0
[ 0.842256] HugeTLB registered 2.00 MiB page size, pre-allocated 256 pages
[ 0.917263] raid6: int64x1 gen() 1113 MB/s
[ 0.989273] raid6: int64x1 xor() 997 MB/s
[ 1.061648] raid6: int64x2 gen() 1534 MB/s
[ 1.133990] raid6: int64x2 xor() 1455 MB/s
[ 1.206324] raid6: int64x4 gen() 2310 MB/s
[ 1.278665] raid6: int64x4 xor() 1617 MB/s
[ 1.351015] raid6: int64x8 gen() 1952 MB/s
[ 1.423361] raid6: int64x8 xor() 1585 MB/s
[ 1.495714] raid6: neonx1 gen() 2221 MB/s
[ 1.568056] raid6: neonx1 xor() 2480 MB/s
[ 1.640410] raid6: neonx2 gen() 2933 MB/s
[ 1.712741] raid6: neonx2 xor() 3132 MB/s
[ 1.785092] raid6: neonx4 gen() 3725 MB/s
[ 1.857424] raid6: neonx4 xor() 3439 MB/s
[ 1.929767] raid6: neonx8 gen() 4371 MB/s
[ 2.002111] raid6: neonx8 xor() 3673 MB/s
[ 2.006407] raid6: using algorithm neonx8 gen() 4371 MB/s
[ 2.011838] raid6: .... xor() 3673 MB/s, rmw enabled
[ 2.016835] raid6: using neon recovery algorithm
[ 2.021586] ACPI: Interpreter disabled.
[ 2.025829] vgaarb: loaded
[ 2.028656] SCSI subsystem initialized
[ 2.032509] libata version 3.00 loaded.
[ 2.032610] usbcore: registered new interface driver usbfs
[ 2.038149] usbcore: registered new interface driver hub
[ 2.043527] usbcore: registered new device driver usb
[ 2.048803] imx-i2c 2000000.i2c: can't get pinctrl, bus recovery not supported
[ 2.056155] i2c i2c-0: IMX I2C adapter registered
[ 2.060889] i2c i2c-0: can't use DMA, using PIO instead.
[ 2.066442] pps_core: LinuxPPS API ver. 1 registered
[ 2.071438] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 2.080647] PTP clock support registered
[ 2.084636] EDAC MC: Ver: 3.0.0
[ 2.087906] dmi: Firmware registration failed.
[ 2.092529] No BMan portals available!
[ 2.096502] QMan: Allocated lookup table at ffff00000c13d000, entry count 65537
[ 2.104047] No QMan portals available!
[ 2.108067] No USDPAA memory, no 'fsl,usdpaa-mem' in device-tree
[ 2.114201] fsl-ifc 2240000.ifc: Freescale Integrated Flash Controller
[ 2.120786] fsl-ifc 2240000.ifc: IFC version 2.0, 8 banks
[ 2.126648] clocksource: Switched to clocksource arch_sys_counter
[ 2.132851] VFS: Disk quotas dquot_6.6.0
[ 2.136823] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.143795] pnp: PnP ACPI: disabled
[ 2.149791] NET: Registered protocol family 2
[ 2.154464] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 2.162437] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 2.169623] TCP: Hash tables configured (established 131072 bind 65536)
[ 2.176374] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 2.182703] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 2.189548] NET: Registered protocol family 1
[ 2.194123] RPC: Registered named UNIX socket transport module.
[ 2.200085] RPC: Registered udp transport module.
[ 2.204820] RPC: Registered tcp transport module.
[ 2.209552] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 2.216042] PCI: CLS 0 bytes, default 64
[ 2.216496] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[ 2.224405] kvm [1]: 8-bit VMID
[ 2.228107] kvm [1]: vgic-v2@c0e0000
[ 2.231720] kvm [1]: GIC system register CPU interface enabled
[ 2.237677] kvm [1]: vgic interrupt IRQ1
[ 2.241707] kvm [1]: Hyp mode initialized successfully
[ 2.248436] audit: initializing netlink subsys (disabled)
[ 2.253935] audit: type=2000 audit(2.116:1): state=initialized audit_enabled=0 res=1
[ 2.254070] workingset: timestamp_bits=44 max_order=22 bucket_order=0
[ 2.261992] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.262087] NFS: Registering the id_resolver key type
[ 2.262095] Key type id_resolver registered
[ 2.262096] Key type id_legacy registered
[ 2.262101] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 2.262162] fuse init (API version 7.26)
[ 2.262213] 9p: Installing v9fs 9p2000 file system support
[ 2.263451] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 2.263501] io scheduler noop registered
[ 2.263520] io scheduler cfq registered (default)
[ 2.263521] io scheduler mq-deadline registered
[ 2.263522] io scheduler kyber registered
[ 2.270581] OF: PCI: host bridge /soc/pcie@3600000 ranges:
[ 2.270589] OF: PCI: IO 0x3000010000..0x300001ffff -> 0x00000000
[ 2.270593] OF: PCI: MEM 0x3040000000..0x307fffffff -> 0x40000000
[ 2.270698] layerscape-pcie 3600000.pcie: PCI host bridge to bus 0000:00
[ 2.270701] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 2.270704] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 2.270707] pci_bus 0000:00: root bus resource [mem 0x3040000000-0x307fffffff] (bus address [0x40000000-0x7fffffff])
[ 2.270709] pci_bus 0000:00: scanning bus
[ 2.270721] pci 0000:00:00.0: [1957:8240] type 01 class 0x060400
[ 2.270735] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00ffffff]
[ 2.270741] pci 0000:00:00.0: reg 0x14: [mem 0x00000000-0x03ffffff]
[ 2.270747] pci 0000:00:00.0: reg 0x38: [mem 0x3048000000-0x3048ffffff pref]
[ 2.270779] pci 0000:00:00.0: supports D1 D2
[ 2.270781] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 2.270784] pci 0000:00:00.0: PME# disabled
[ 2.270859] pci_bus 0000:00: fixups for bus
[ 2.270862] pci 0000:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
[ 2.270900] pci_bus 0000:01: scanning bus
[ 2.271009] pci 0000:01:00.0: [8086:10d3] type 00 class 0x020000
[ 2.271069] pci 0000:01:00.0: calling quirk_f0_vpd_link+0x0/0x78
[ 2.271206] pci 0000:01:00.0: reg 0x10: [mem 0x3049000000-0x304901ffff]
[ 2.271281] pci 0000:01:00.0: reg 0x14: [mem 0x3049080000-0x30490fffff]
[ 2.271356] pci 0000:01:00.0: reg 0x18: [io 0x1000-0x101f]
[ 2.271430] pci 0000:01:00.0: reg 0x1c: [mem 0x3049100000-0x3049103fff]
[ 2.271650] pci 0000:01:00.0: reg 0x30: [mem 0x3049140000-0x304917ffff pref]
[ 2.272128] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 2.272151] pci 0000:01:00.0: PME# disabled
[ 2.282724] pci_bus 0000:01: fixups for bus
[ 2.282726] pci_bus 0000:01: bus scan returning with max=01
[ 2.282730] pci 0000:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
[ 2.282733] pci_bus 0000:00: bus scan returning with max=ff
[ 2.282745] pci 0000:00:00.0: BAR 1: assigned [mem 0x3040000000-0x3043ffffff]
[ 2.282749] pci 0000:00:00.0: BAR 0: assigned [mem 0x3044000000-0x3044ffffff]
[ 2.282753] pci 0000:00:00.0: BAR 6: assigned [mem 0x3045000000-0x3045ffffff pref]
[ 2.282755] pci 0000:00:00.0: BAR 14: assigned [mem 0x3046000000-0x30460fffff]
[ 2.282757] pci 0000:00:00.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 2.282762] pci 0000:01:00.0: BAR 1: assigned [mem 0x3046000000-0x304607ffff]
[ 2.282785] pci 0000:01:00.0: BAR 6: assigned [mem 0x3046080000-0x30460bffff pref]
[ 2.282787] pci 0000:01:00.0: BAR 0: assigned [mem 0x30460c0000-0x30460dffff]
[ 2.282810] pci 0000:01:00.0: BAR 3: assigned [mem 0x30460e0000-0x30460e3fff]
[ 2.282833] pci 0000:01:00.0: BAR 2: assigned [io 0x1000-0x101f]
[ 2.282856] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 2.282859] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 2.282862] pci 0000:00:00.0: bridge window [mem 0x3046000000-0x30460fffff]
[ 2.282869] pci 0000:00:00.0: calling quirk_fsl_no_msi+0x0/0x28
[ 2.282907] pci 0000:01:00.0: calling quirk_e100_interrupt+0x0/0x208
[ 2.282958] OF: PCI: host bridge /soc/pcie@3700000 ranges:
[ 2.282965] OF: PCI: IO 0x3800010000..0x380001ffff -> 0x00000000
[ 2.282969] OF: PCI: MEM 0x3840000000..0x387fffffff -> 0x40000000
[ 2.283030] layerscape-pcie 3700000.pcie: PCI host bridge to bus 0001:00
[ 2.283033] pci_bus 0001:00: root bus resource [bus 00-ff]
[ 2.283036] pci_bus 0001:00: root bus resource [io 0x10000-0x1ffff] (bus address [0x0000-0xffff])
[ 2.283039] pci_bus 0001:00: root bus resource [mem 0x3840000000-0x387fffffff] (bus address [0x40000000-0x7fffffff])
[ 2.283040] pci_bus 0001:00: scanning bus
[ 2.283050] pci 0001:00:00.0: [1957:8240] type 01 class 0x060400
[ 2.283068] pci 0001:00:00.0: reg 0x38: [mem 0x3840000000-0x38400007ff pref]
[ 2.283093] pci 0001:00:00.0: supports D1 D2
[ 2.283095] pci 0001:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 2.283098] pci 0001:00:00.0: PME# disabled
[ 2.283162] pci_bus 0001:00: fixups for bus
[ 2.283165] pci 0001:00:00.0: scanning [bus 01-ff] behind bridge, pass 0
[ 2.283199] pci_bus 0001:01: scanning bus
[ 2.283201] pci_bus 0001:01: fixups for bus
[ 2.283203] pci_bus 0001:01: bus scan returning with max=01
[ 2.283207] pci 0001:00:00.0: scanning [bus 01-ff] behind bridge, pass 1
[ 2.283210] pci_bus 0001:00: bus scan returning with max=ff
[ 2.283218] pci 0001:00:00.0: BAR 6: assigned [mem 0x3840000000-0x38400007ff pref]
[ 2.283221] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 2.283228] pci 0001:00:00.0: calling quirk_fsl_no_msi+0x0/0x28
[ 2.284743] Freescale LS2 console driver
[ 2.284813] fsl-ls2-console: device fsl_mc_console registered
[ 2.284849] fsl-ls2-console: device fsl_aiop_console registered
[ 2.286868] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.287683] 21c0500.serial: ttyS0 at MMIO 0x21c0500 (irq = 8, base_baud = 21875000) is a 16550A
[ 2.287935] 21c0600.serial: ttyS1 at MMIO 0x21c0600 (irq = 8, base_baud = 21875000) is a 16550A
[ 2.567094] console [ttyS1] enabled
[ 2.574085] bootconsole [uart8250] disabled
[ 2.582749] SuperH (H)SCI(F) driver initialized
[ 2.587431] msm_serial: driver initialized
[ 2.591813] FSM-TTI: probing device
[ 2.595399] FSM-TTI: cdev initialized
[ 2.599064] FSM-TTI: debugfs initialized
[ 2.602981] FSM-TTI: module initialized
[ 2.607149] arm-smmu 5000000.iommu: probing hardware configuration...
[ 2.613590] arm-smmu 5000000.iommu: SMMUv2 with:
[ 2.618204] arm-smmu 5000000.iommu: stage 1 translation
[ 2.623512] arm-smmu 5000000.iommu: stage 2 translation
[ 2.628821] arm-smmu 5000000.iommu: nested translation
[ 2.634042] arm-smmu 5000000.iommu: non-coherent table walk
[ 2.639697] arm-smmu 5000000.iommu: (IDR0.CTTW overridden by FW configuration)
[ 2.647004] arm-smmu 5000000.iommu: stream matching with 128 register groups
[ 2.654140] arm-smmu 5000000.iommu: 64 context banks (0 stage-2 only)
[ 2.660665] arm-smmu 5000000.iommu: Supported page sizes: 0x61311000
[ 2.667103] arm-smmu 5000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 2.673541] arm-smmu 5000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 2.683519] brd: module loaded
[ 2.689169] loop: module loaded
[ 2.693037] ahci-qoriq 3200000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 2.702001] ahci-qoriq 3200000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[ 2.711946] scsi host0: ahci-qoriq
[ 2.715407] ata1: SATA max UDMA/133 mmio [mem 0x03200000-0x0320ffff] port 0x100 irq 94
[ 2.723390] ahci-qoriq 3210000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl platform mode
[ 2.732349] ahci-qoriq 3210000.sata: flags: 64bit ncq sntf pm clo only pmp fbs pio slum part ccc sds apst
[ 2.742241] scsi host1: ahci-qoriq
[ 2.745696] ata2: SATA max UDMA/133 mmio [mem 0x03210000-0x0321ffff] port 0x100 irq 95
[ 2.753947] 580000000.nor: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000001 Chip ID 0x002801
[ 2.764037] Amd/Fujitsu Extended Query Table at 0x0040
[ 2.769181] Amd/Fujitsu Extended Query version 1.5.
[ 2.774229] number of CFI chips: 1
[ 2.780246] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0x48
[ 2.786601] nand: Micron MT29F16G08ABACAWP
[ 2.790693] nand: 2048 MiB, SLC, erase size: 512 KiB, page size: 4096, OOB size: 224
[ 2.798435] nand: WARNING: 530000000.flash: the ECC used on your system is too weak compared to the one required by the NAND chip
[ 2.811145] Bad block table found at page 524160, version 0x01
[ 2.818907] Bad block table found at page 524032, version 0x01
[ 2.825700] nand_read_bbt: bad block at 0x000002d00000
[ 2.830836] nand_read_bbt: bad block at 0x000002d80000
[ 2.836373] fsl,ifc-nand 530000000.nand: IFC NAND device at 0x530000000, bank 2
[ 2.844129] m25p80 spi0.0: unrecognized JEDEC id bytes: 00, 00, ff
[ 2.850852] libphy: Fixed MDIO Bus: probed
[ 2.855206] tun: Universal TUN/TAP device driver, 1.6
[ 2.860610] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.870090] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.875100] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.880114] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.885120] libphy: Freescale XGMAC MDIO Bus: probed
[ 2.890141] Freescale FM module, FMD API version 21.1.0
[ 2.895421] Freescale FM Ports module
[ 2.899078] fsl_mac: fsl_mac: FSL FMan MAC API based driver
[ 2.904686] fsl_dpa: FSL DPAA Ethernet driver
[ 2.909072] fsl_advanced: FSL DPAA Advanced drivers:
[ 2.914031] fsl_proxy: FSL DPAA Proxy initialization driver
[ 2.919629] fsl_oh: FSL FMan Offline Parsing port driver
[ 2.925075] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[ 2.932120] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 2.937883] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.943713] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.949674] iommu: Adding device 0000:01:00.0 to group 0
[ 2.955027] e1000e 0000:01:00.0: assign IRQ: got 107
[ 2.955368] e1000e 0000:01:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 3.023101] e1000e 0000:01:00.0 0000:01:00.0 (uninitialized): registered PHC clock
[ 3.035742] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.068793] ata2: SATA link down (SStatus 0 SControl 300)
[ 3.093645] e1000e 0000:01:00.0 eth0: (PCI Express:2.5GT/s:Width x1) 68:05:ca:94:75:78
[ 3.101568] e1000e 0000:01:00.0 eth0: Intel(R) PRO/1000 Network Connection
[ 3.108453] e1000e 0000:01:00.0 eth0: MAC: 3, PHY: 8, PBA No: E46981-008
[ 3.115181] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 3.122141] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 3.127727] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[ 3.135553] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 3.141604] sky2: driver version 1.30
[ 3.145599] VFIO - User Level meta-driver version: 0.3
[ 3.151986] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.158516] ehci-pci: EHCI PCI platform driver
[ 3.162971] ehci-platform: EHCI generic platform driver
[ 3.168241] ehci-orion: EHCI orion driver
[ 3.172281] ehci-exynos: EHCI EXYNOS driver
[ 3.176496] ehci-msm: Qualcomm On-Chip EHCI Host Controller
[ 3.182095] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.188276] ohci-pci: OHCI PCI platform driver
[ 3.192730] ohci-platform: OHCI generic platform driver
[ 3.197992] ohci-exynos: OHCI EXYNOS driver
[ 3.202314] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.207853] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 3.215730] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f66d hci version 0x100 quirks 0x02010010
[ 3.224447] xhci-hcd xhci-hcd.0.auto: irq 96, io mem 0x03100000
[ 3.230574] hub 1-0:1.0: USB hub found
[ 3.234331] hub 1-0:1.0: 1 port detected
[ 3.238351] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.243884] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 3.251542] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.258173] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.266438] hub 2-0:1.0: USB hub found
[ 3.270194] hub 2-0:1.0: 1 port detected
[ 3.274313] usbcore: registered new interface driver usb-storage
[ 3.280850] g_serial gadget: Gadget Serial v2.4
[ 3.285378] g_serial gadget: g_serial ready
[ 3.290110] i2c /dev entries driver
[ 3.294789] i2c i2c-0: Added multiplexed i2c bus 1
[ 3.305284] rtc-ds3232 2-0068: rtc core: registered ds3232 as rtc0
[ 3.311481] i2c i2c-0: Added multiplexed i2c bus 2
[ 3.316376] i2c i2c-0: Added multiplexed i2c bus 3
[ 3.321273] i2c i2c-0: Added multiplexed i2c bus 4
[ 3.326130] i2c i2c-0: Added multiplexed i2c bus 5
[ 3.330987] i2c i2c-0: Added multiplexed i2c bus 6
[ 3.335840] i2c i2c-0: Added multiplexed i2c bus 7
[ 3.340700] i2c i2c-0: Added multiplexed i2c bus 8
[ 3.345489] pca954x 0-0075: registered 8 multiplexed busses for I2C mux pca9547
[ 3.352855] IR NEC protocol handler initialized
[ 3.357382] IR RC5(x/sz) protocol handler initialized
[ 3.362428] IR RC6 protocol handler initialized
[ 3.366952] IR JVC protocol handler initialized
[ 3.371477] IR Sony protocol handler initialized
[ 3.376091] IR SANYO protocol handler initialized
[ 3.380789] IR Sharp protocol handler initialized
[ 3.385487] IR MCE Keyboard/mouse protocol handler initialized
[ 3.391315] IR XMP protocol handler initialized
[ 3.395886] pps pps0: new PPS source ktimer
[ 3.400068] pps pps0: ktimer PPS source registered
[ 3.404854] pps_ldisc: PPS line discipline registered
[ 3.410033] pps pps1: new PPS source pps.-1
[ 3.414236] pps pps1: Registered IRQ 111 as PPS source
[ 3.419953] sp805-wdt c000000.wdt: registration successful
[ 3.425509] sp805-wdt c010000.wdt: registration successful
[ 3.431064] sp805-wdt c100000.wdt: registration successful
[ 3.436615] sp805-wdt c110000.wdt: registration successful
[ 3.442165] sp805-wdt c200000.wdt: registration successful
[ 3.447716] sp805-wdt c210000.wdt: registration successful
[ 3.453265] sp805-wdt c300000.wdt: registration successful
[ 3.458817] sp805-wdt c310000.wdt: registration successful
[ 3.465030] qoriq_cpufreq: Freescale QorIQ CPU frequency scaling driver
[ 3.471939] sdhci: Secure Digital Host Controller Interface driver
[ 3.478116] sdhci: Copyright(c) Pierre Ossman
[ 3.482535] Synopsys Designware Multimedia Card Interface Driver
[ 3.488829] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.534667] mmc0: SDHCI controller on 2140000.esdhc [2140000.esdhc] using ADMA 64-bit
[ 3.547101] caam 8000000.crypto: device ID = 0x0a10040100000000 (Era 8)
[ 3.553723] caam 8000000.crypto: job rings = 3, qi = 1, dpaa2 = yes
[ 3.564955] caam algorithms registered in /proc/crypto
[ 3.570117] caam 8000000.crypto: caam/qi frontend driver not suitable for DPAA 2.x, aborting...
[ 3.579723] caam_jr 8010000.jr: registering rng-caam
[ 3.584751] caam 8000000.crypto: caam pkc algorithms registered in /proc/crypto
[ 3.592284] usbcore: registered new interface driver usbhid
[ 3.597864] usbhid: USB HID core driver
[ 3.601778] DPAA2-ETH: debugfs created
[ 3.605782] No fsl,qman node
[ 3.608746] Freescale USDPAA process driver
[ 3.612929] fsl-usdpaa: no region found
[ 3.616765] Freescale USDPAA process IRQ driver
[ 3.621685] optee: probing for conduit method from DT.
[ 3.626833] optee: api uid mismatch
[ 3.630357] Netfilter messages via NETLINK v0.30.
[ 3.635104] mmc0: new high speed SDHC card at address aaaa
[ 3.635248] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 3.635392] nf_tables: (c) 2007-2009 Patrick McHardy <kaber@trash.net>
[ 3.635394] nf_tables_compat: (c) 2012 Pablo Neira Ayuso <pablo@netfilter.org>
[ 3.635485] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 3.650646] NOHZ: local_softirq_pending 80
[ 3.666644] NOHZ: local_softirq_pending 80
[ 3.674241] mmcblk0: mmc0:aaaa SB32G 29.7 GiB
[ 3.674243] Initializing XFRM netlink socket
[ 3.674289] NET: Registered protocol family 10
[ 3.678830] Segment Routing with IPv6
[ 3.678869] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 3.679046] NET: Registered protocol family 17
[ 3.679052] NET: Registered protocol family 15
[ 3.679065] Bridge firewalling registered
[ 3.679067] Ebtables v2.0 registered
[ 3.690646] NOHZ: local_softirq_pending 80
[ 3.705898] 8021q: 802.1Q VLAN Support v1.8
[ 3.705922] sctp: Hash tables configured (bind 256/256)
[ 3.706013] 9pnet: Installing 9P2000 support
[ 3.706046] Key type dns_resolver registered
[ 3.706323] registered taskstats version 1
[ 3.706550] Btrfs loaded, crc32c=crc32c-generic
[ 3.707168] iommu: Adding device dprc.1 to group 1
[ 3.730999] iommu: Adding device dpni.0 to group 1
[ 3.731031] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731077] iommu: Adding device dpbp.0 to group 1
[ 3.731123] iommu: Adding device dpmac.8 to group 1
[ 3.731135] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731170] iommu: Adding device dpmac.7 to group 1
[ 3.731178] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731213] iommu: Adding device dpmac.6 to group 1
[ 3.731222] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731258] iommu: Adding device dpmac.5 to group 1
[ 3.731267] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731301] iommu: Adding device dpmac.4 to group 1
[ 3.731312] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731348] iommu: Adding device dpmac.3 to group 1
[ 3.731356] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731391] iommu: Adding device dpmac.2 to group 1
[ 3.731399] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731433] iommu: Adding device dpmac.1 to group 1
[ 3.731442] fsl_mc_dprc dprc.1: No more resources of type dpmcp left
[ 3.731979] iommu: Adding device dpmcp.19 to group 1
[ 3.732528] iommu: Adding device dpmcp.18 to group 1
[ 3.733072] iommu: Adding device dpmcp.17 to group 1
[ 3.733616] iommu: Adding device dpmcp.16 to group 1
[ 3.734159] iommu: Adding device dpmcp.15 to group 1
[ 3.734713] iommu: Adding device dpmcp.14 to group 1
[ 3.735256] iommu: Adding device dpmcp.13 to group 1
[ 3.735801] iommu: Adding device dpmcp.12 to group 1
[ 3.736344] iommu: Adding device dpmcp.11 to group 1
[ 3.736888] iommu: Adding device dpmcp.10 to group 1
[ 3.737432] iommu: Adding device dpmcp.9 to group 1
[ 3.737976] iommu: Adding device dpmcp.8 to group 1
[ 3.738520] iommu: Adding device dpmcp.7 to group 1
[ 3.739073] iommu: Adding device dpmcp.6 to group 1
[ 3.739618] iommu: Adding device dpmcp.5 to group 1
[ 3.740164] iommu: Adding device dpmcp.4 to group 1
[ 3.740708] iommu: Adding device dpmcp.3 to group 1
[ 3.741253] iommu: Adding device dpmcp.2 to group 1
[ 3.741802] iommu: Adding device dpmcp.1 to group 1
[ 3.741849] iommu: Adding device dprtc.0 to group 1
[ 3.743262] pps pps2: new PPS source ptp1
[ 3.744320] iommu: Adding device dpio.7 to group 1
[ 3.747186] fsl_mc_dpio dpio.7: probed
[ 3.749251] iommu: Adding device dpio.6 to group 1
[ 3.752189] fsl_mc_dpio dpio.6: probed
[ 3.754252] iommu: Adding device dpio.5 to group 1
[ 3.757194] fsl_mc_dpio dpio.5: probed
[ 3.759264] iommu: Adding device dpio.4 to group 1
[ 3.762331] fsl_mc_dpio dpio.4: probed
[ 3.764396] iommu: Adding device dpio.3 to group 1
[ 3.767461] fsl_mc_dpio dpio.3: probed
[ 3.769527] iommu: Adding device dpio.2 to group 1
[ 3.772596] fsl_mc_dpio dpio.2: probed
[ 3.774665] iommu: Adding device dpio.1 to group 1
[ 3.777732] fsl_mc_dpio dpio.1: probed
[ 3.779794] iommu: Adding device dpio.0 to group 1
[ 3.782863] fsl_mc_dpio dpio.0: probed
[ 3.783924] iommu: Adding device dpcon.0 to group 1
[ 3.787009] fsl_mc_dprc dprc.1: DPRC device bound to driver
[ 3.787052] iommu: Adding device 0000:00:00.0 to group 2
[ 3.787075] pcieport 0000:00:00.0: assign IRQ: got 107
[ 3.787138] pcieport 0000:00:00.0: Signaling PME with IRQ 107
[ 3.787192] pcieport 0000:00:00.0: AER enabled with IRQ 92
[ 3.787256] iommu: Adding device 0001:00:00.0 to group 3
[ 3.787288] pcieport 0001:00:00.0: assign IRQ: got 371
[ 3.787341] pcieport 0001:00:00.0: Signaling PME with IRQ 371
[ 3.787393] pcieport 0001:00:00.0: AER enabled with IRQ 93
[ 3.802033] fsl_dpaa2_eth dpni.0: Insufficient queues. Steering is disabled
[ 3.812931] fsl_dpaa2_eth dpni.0: Probed interface eth1
[ 3.816581] dpaa2_mac dpmac.8: Connected to xgmii PHY.
[ 3.820156] dpaa2_mac dpmac.7: Connected to xgmii PHY.
[ 3.830824] dpaa2_mac dpmac.7 (unnamed net_device) (uninitialized): Link is Up - 10Gbps/Full - flow control off
[ 3.832646] dpaa2_mac dpmac.6: Connected to xgmii PHY.
[ 3.836237] dpaa2_mac dpmac.5: Connected to xgmii PHY.
[ 3.839449] dpaa2_mac dpmac.4: Registered fixed PHY.
[ 3.842670] dpaa2_mac dpmac.3: Registered fixed PHY.
[ 3.843263] dpaa2_mac dpmac.6 (unnamed net_device) (uninitialized): Link is Up - 1Gbps/Full - flow control off
[ 3.845901] dpaa2_mac dpmac.2: Registered fixed PHY.
[ 3.849141] dpaa2_mac dpmac.1: Registered fixed PHY.
[ 3.851214] rtc-ds3232 2-0068: hctosys: unable to read the hardware clock
[ 4.151484] mmcblk0: p1 p2 p3
[ 4.194647] NOHZ: local_softirq_pending 80
[ 4.198739] NOHZ: local_softirq_pending 282
[ 4.202916] NOHZ: local_softirq_pending 282
[ 4.207091] NOHZ: local_softirq_pending 282
[ 4.211267] NOHZ: local_softirq_pending 282
[ 4.215442] NOHZ: local_softirq_pending 282
[ 4.219616] NOHZ: local_softirq_pending 282
[ 4.331746] random: fast init done
[ 4.809969] EXT4-fs (mmcblk0p3): recovery complete
[ 4.816805] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[ 4.824909] VFS: Mounted root (ext4 filesystem) on device 179:3.
[ 4.836425] devtmpfs: mounted
[ 4.839738] Freeing unused kernel memory: 1280K
[ 5.238457] systemd[1]: System time before build time, advancing clock.
[ 5.263660] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 5.285107] systemd[1]: Detected architecture arm64.
[ 5.309292] systemd[1]: Set hostname to <localhost>.
[ 5.688097] systemd[1]: File /lib/systemd/system/systemd-udevd.service:34 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[ 5.704884] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[ 5.806384] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.813140] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 5.834709] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.842291] systemd[1]: Created slice System Slice.
[ 5.858709] random: systemd: uninitialized urandom read (16 bytes read)
[ 5.865432] systemd[1]: Listening on RPCbind Server Activation Socket.
[ 5.886740] systemd[1]: Listening on udev Kernel Socket.
[ 5.906742] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 6.787144] systemd-journald[2437]: Received request to flush runtime journal from PID 1
[ 6.960510] ina2xx 3-0040: power monitor ina220 (Rshunt = 500 uOhm)
[ 7.003194] lm90 4-004c: 4-004c supply vcc not found, using dummy regulator
[ 7.119479] FSM-DP: probing FSM
[ 7.126275] FSM-DP: Register MHI driver!
[ 7.126379] FSM-DP: cdev initialized. __cdev_tx at 0xffff000000d26d40
[ 7.126562] FSM-DP: module initialized now
[ 7.157033] e1000e 0000:01:00.0 enp1s0: renamed from eth0
[ 9.259010] new mount options do not match the existing superblock, will be ignored
[ 15.180619] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 16.490345] virbr0: port 1(virbr0-nic) entered blocking state
[ 16.490355] virbr0: port 1(virbr0-nic) entered disabled state
[ 16.490478] device virbr0-nic entered promiscuous mode
[ 17.065608] virbr0: port 1(virbr0-nic) entered blocking state
[ 17.065615] virbr0: port 1(virbr0-nic) entered listening state
[ 17.162777] virbr0: port 1(virbr0-nic) entered disabled state
[ 173.647966] iommu: Adding device dpbp.1 to group 1
[ 173.748121] iommu: Adding device dpmcp.20 to group 1
[ 173.852825] iommu: Adding device dpcon.1 to group 1
[ 173.954113] iommu: Adding device dpcon.2 to group 1
[ 174.056285] iommu: Adding device dpcon.3 to group 1
[ 174.161521] iommu: Adding device dpcon.4 to group 1
[ 174.267879] iommu: Adding device dpcon.5 to group 1
[ 174.376506] iommu: Adding device dpcon.6 to group 1
[ 174.516010] iommu: Adding device dpcon.7 to group 1
[ 174.628390] iommu: Adding device dpcon.8 to group 1
[ 174.788090] iommu: Adding device dpni.1 to group 1
[ 174.828845] fsl_dpaa2_eth dpni.1: Key masks not supported. Steering is disabled
[ 174.865058] fsl_dpaa2_eth dpni.1: Probed interface eth0
[ 174.937244] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 188.071451] dpaa2_mac dpmac.7 (unnamed net_device) (uninitialized): Link is Down
[ 194.323250] dpaa2_mac dpmac.5 (unnamed net_device) (uninitialized): Link is Up - 10Gbps/Full - flow control off
[ 206.857881] random: crng init done
[ 206.857887] random: 7 urandom warning(s) missed due to ratelimiting
[ 208.291334] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[ 439.372115] dpaa2_mac dpmac.6 (unnamed net_device) (uninitialized): Link is Down
[ 440.529802] dpaa2_mac dpmac.5 (unnamed net_device) (uninitialized): Link is Down
[ 445.270985] dpaa2_mac dpmac.6 (unnamed net_device) (uninitialized): Link is Up - 10Gbps/Full - flow control off
[ 486.241494] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 647.929887] dpaa2_mac dpmac.6 (unnamed net_device) (uninitialized): Link is Down
[ 727.698137] dpaa2_mac dpmac.7 (unnamed net_device) (uninitialized): Link is Up - 10Gbps/Full - flow control off
[ 729.664744] dpaa2_mac dpmac.6 (unnamed net_device) (uninitialized): Link is Up - 1Gbps/Full - flow control off
[ 827.012482] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready

0 Kudos

1,016 Views
ufedor
NXP Employee
NXP Employee

Required additional information:

1) the processor connection schematics as searchable PDF

2) U-Boot booting log

3) DTS being used

0 Kudos