This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA829V: Timeout occurs when connecting three or more devices to PCIeSW

Part Number: DRA829V
Other Parts Discussed in Thread: TDA4VM, DRA829, AM69A

Hi experts,

I am using TDA4VM_EVM and PCIeSW in combination using the following patch.

e2e.ti.com/.../dra829v-connection-between-dra829-and-pcie-sw-pi7c9x3g1632gp-again

The PCIe route is used as follows.
Connect PCIeSW to PCIe1 of TDA4VM_EVM.
M.2 is connected to PCIe2.

If more than 3 devices are connected to PCIeSW,
TDA4VM_EVM may experience timeouts on the SSD or PCIe path, slowing down PCIe communication.
As the number of devices connected to the PCIeSW increases, the frequency of this timeout also increases.

I would like to eventually connect and communicate 8 devices to PCIeSW, is there a way to avoid timeouts?

Timeout does not occur when there is one or two devices on PCIeSW.


The SDK is using 8.06.1.2.

Best regards,
Takumi

  • Hi Takumi-san,

    I have two questions/suggestions:

    1. First question is, could you share dmesg logs? I would like to understand if the timeout is at link training and initialization of the PCIe device, or if it is during runtime and interaction with the PCIe device.
    2. Second suggestion is to see if adding the changes in this commit would fix the issue: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?h=ti-linux-6.1.y-cicd&id=7af9881cbb2f8f3554939cbabf407400d942e4e7. This commit is related to a different issue, but just in case, I think this would be good to try out since it is related to link training timeout.

    Regards,

    Takuma

  • Hi Takuma-san,

    I have attached the contents of dmseg.

    root@j7-evm:/# dmesg
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.100-g7a7a3af903 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Tue Oct 31 07:48:02 UTC 2023
    [    0.000000] Machine model: Texas Instruments K3 J721E SoC
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000a9ffffff]
    [    0.000000]   node   0: [mem 0x00000000aa000000-0x00000000abbfffff]
    [    0.000000]   node   0: [mem 0x00000000abc00000-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] On node 0 totalpages: 65536
    [    0.000000]   DMA zone: 32 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 32768 pages, LIFO batch:3
    [    0.000000]   Normal zone: 32 pages used for memmap
    [    0.000000]   Normal zone: 32768 pages, LIFO batch:3
    [    0.000000] cma: Reserved 512 MiB at 0x00000000e0000000
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.2
    [    0.000000] percpu: Embedded 2 pages/cpu s50776 r8192 d72104 u131072
    [    0.000000] pcpu-alloc: s50776 r8192 d72104 u131072 alloc=2*65536
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65472
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=5b3bf4fa-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB)
    [    0.000000] Memory: 3338176K/4194304K available (11392K kernel code, 1330K rwdata, 4608K rodata, 1984K init, 752K bss, 331840K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008800b0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008800c0000
    [    0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4cc with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008363] Console: colour dummy device 80x25
    [    0.012925] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023595] pid_max: default: 32768 minimum: 301
    [    0.028341] LSM: Security Framework initializing
    [    0.033084] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.040650] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.049584] rcu: Hierarchical SRCU implementation.
    [    0.054638] Platform MSI: msi-controller@1820000 domain created
    [    0.060882] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070177] EFI services will not be available.
    [    0.074921] smp: Bringing up secondary CPUs ...
    [    0.080164] Detected PIPT I-cache on CPU1
    [    0.080187] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.080198] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000
    [    0.080233] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.080287] smp: Brought up 1 node, 2 CPUs
    [    0.109634] SMP: Total of 2 processors activated.
    [    0.114439] CPU features: detected: 32-bit EL0 Support
    [    0.119693] CPU features: detected: CRC32 instructions
    [    0.133495] CPU: All CPU(s) started at EL2
    [    0.137688] alternatives: patching kernel code
    [    0.142674] devtmpfs: initialized
    [    0.151044] KASLR disabled due to lack of seed
    [    0.155704] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.165666] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
    [    0.173313] pinctrl core: initialized pinctrl subsystem
    [    0.178902] DMI not present or invalid.
    [    0.183110] NET: Registered protocol family 16
    [    0.190493] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.197793] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.205795] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.214100] thermal_sys: Registered thermal governor 'step_wise'
    [    0.214102] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.220551] cpuidle: using governor menu
    [    0.231364] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.238322] ASID allocator initialised with 65536 entries
    [    0.261717] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.268577] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.275335] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.283257] cryptd: max_cpu_qlen set to 1000
    [    0.289015] ACPI: Interpreter disabled.
    [    0.293140] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
    [    0.301931] vsys_3v3: supplied by evm_12v0
    [    0.306294] vsys_5v0: supplied by evm_12v0
    [    0.311035] iommu: Default domain type: Translated 
    [    0.316182] SCSI subsystem initialized
    [    0.320312] mc: Linux media interface: v0.10
    [    0.324721] videodev: Linux video capture interface: v2.00
    [    0.330349] pps_core: LinuxPPS API ver. 1 registered
    [    0.335422] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.344759] PTP clock support registered
    [    0.348778] EDAC MC: Ver: 3.0.0
    [    0.352570] FPGA manager framework
    [    0.356085] Advanced Linux Sound Architecture Driver Initialized.
    [    0.362682] clocksource: Switched to clocksource arch_sys_counter
    [    0.369117] VFS: Disk quotas dquot_6.6.0
    [    0.373164] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.380473] pnp: PnP ACPI: disabled
    [    0.386308] NET: Registered protocol family 2
    [    0.390885] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear)
    [    0.399484] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.408251] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
    [    0.416446] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
    [    0.424242] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.430990] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.437882] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.445266] NET: Registered protocol family 1
    [    0.449954] RPC: Registered named UNIX socket transport module.
    [    0.456017] RPC: Registered udp transport module.
    [    0.460821] RPC: Registered tcp transport module.
    [    0.465624] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.472209] PCI: CLS 0 bytes, default 64
    [    0.476570] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.486870] Initialise system trusted keyrings
    [    0.491479] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.499773] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.505974] NFS: Registering the id_resolver key type
    [    0.511147] Key type id_resolver registered
    [    0.515418] Key type id_legacy registered
    [    0.519536] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.526383] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.534023] 9p: Installing v9fs 9p2000 file system support
    [    0.559018] Key type asymmetric registered
    [    0.563205] Asymmetric key parser 'x509' registered
    [    0.568202] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.575761] io scheduler mq-deadline registered
    [    0.580387] io scheduler kyber registered
    [    0.585684] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.591862] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.598258] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [    0.606080] switchtec: loaded.
    [    0.610825] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.617086] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.624899] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.633036] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.641998] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq
    [    0.650852] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq
    [    0.658563] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.671622] brd: module loaded
    [    0.677397] loop: module loaded
    [    0.681310] megasas: 07.714.04.00-rc1
    [    0.686881] tun: Universal TUN/TAP device driver, 1.6
    [    0.692320] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.698730] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.704805] sky2: driver version 1.30
    [    0.709118] VFIO - User Level meta-driver version: 0.3
    [    0.714811] i2c /dev entries driver
    [    0.718691] Error: Driver 'k3-soc-thermal' is already registered, aborting...
    [    0.726346] sdhci: Secure Digital Host Controller Interface driver
    [    0.732663] sdhci: Copyright(c) Pierre Ossman
    [    0.737373] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.743742] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.750058] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.757245] optee: probing for conduit method.
    [    0.761804] optee: revision 3.12 (3d47a131)
    [    0.762044] optee: initialized driver
    [    0.771445] NET: Registered protocol family 17
    [    0.776054] 9pnet: Installing 9P2000 support
    [    0.780438] Key type dns_resolver registered
    [    0.784957] Loading compiled-in X.509 certificates
    [    0.794551] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.800899] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.809061] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
    [    0.838972] random: fast init done
    [    0.871534] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    0.879227] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.885296] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.891334] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.897779] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.904591] pca953x 3-0020: using no AI
    [    0.931489] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    0.938290] pca953x 3-0022: using AI
    [    0.942558] gpio-480 (CTRL_PM_I2C_OE): hogged as output/high
    [    0.948532] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
    [    0.954774] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
    [    0.961268] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.967682] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.977730] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
    [    0.984028] pca953x 6-0020: supply vcc not found, using dummy regulator
    [    0.990850] pca953x 6-0020: using no AI
    [    1.019367] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.025439] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
    [    1.031402] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
    [    1.037644] pca953x 9-0020: supply vcc not found, using dummy regulator
    [    1.044456] pca953x 9-0020: using no AI
    [    1.071002] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
    [    1.077442] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.087423] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.096231] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
    [    1.106069] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.129046] j721e-pcie 2900000.pcie: J721E PROBE
    [    1.133788] j721e-pcie 2900000.pcie: pcie->mode 0
    [    1.138709] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.146365] j721e-pcie 2900000.pcie: Parsing ranges property...
    [    1.146377] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.154654] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.162928] j721e-pcie 2900000.pcie: Parsing dma-ranges property...
    [    1.162935] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.174295] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    2.180718] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.186331] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    2.196022] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    2.203046] pci_bus 0000:00: scanning bus
    [    2.203071] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.209210] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.219079] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.228969] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
    [    2.238929] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.248896] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
    [    2.258856] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
    [    2.268838] pci 0000:00:00.0: supports D1
    [    2.272931] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.278802] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
    [    2.288759] pci 0000:00:00.0: PME# disabled
    [    2.288791] pci 0000:00:00.0: DPC: DPC init
    [    2.294741] pci_bus 0000:00: fixups for bus
    [    2.294746] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.294749] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.301601] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.309782] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.319740] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.329697] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.329700] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.336550] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.346548] pci 0000:00:00.0: write PRIMARY_BUS  00ff0100, busn_res.end 0x02x is_cardbus
    [    2.354817] pci_bus 0000:01: scanning bus
    [    2.356279] pci_bus 0000:01: fixups for bus
    [    2.356281] pci_bus 0000:01: bus scan returning with max=01
    [    2.356286] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.363048] pci_bus 0000:00: bus scan returning with max=01
    [    2.363058] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.368216] pcieport 0000:00:00.0: assign IRQ: got 60
    [    2.368234] pcieport 0000:00:00.0: enabling bus mastering
    [    2.368340] pcieport 0000:00:00.0: PME: Signaling with IRQ 61
    [    2.374367] pcieport 0000:00:00.0: AER: enabled with IRQ 61
    [    2.380095] pcieport 0000:00:00.0: saving config space at offset 0x0 (reading 0xb00d104c)
    [    2.380099] pcieport 0000:00:00.0: saving config space at offset 0x4 (reading 0x100404)
    [    2.380102] pcieport 0000:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
    [    2.380105] pcieport 0000:00:00.0: saving config space at offset 0xc (reading 0x10000)
    [    2.380108] pcieport 0000:00:00.0: saving config space at offset 0x10 (reading 0x0)
    [    2.380111] pcieport 0000:00:00.0: saving config space at offset 0x14 (reading 0x0)
    [    2.380114] pcieport 0000:00:00.0: saving config space at offset 0x18 (reading 0x10100)
    [    2.380117] pcieport 0000:00:00.0: saving config space at offset 0x1c (reading 0x1f1)
    [    2.380119] pcieport 0000:00:00.0: saving config space at offset 0x20 (reading 0xfff0)
    [    2.380122] pcieport 0000:00:00.0: saving config space at offset 0x24 (reading 0x1fff1)
    [    2.380125] pcieport 0000:00:00.0: saving config space at offset 0x28 (reading 0x0)
    [    2.380128] pcieport 0000:00:00.0: saving config space at offset 0x2c (reading 0x0)
    [    2.380130] pcieport 0000:00:00.0: saving config space at offset 0x30 (reading 0x0)
    [    2.380133] pcieport 0000:00:00.0: saving config space at offset 0x34 (reading 0x80)
    [    2.380136] pcieport 0000:00:00.0: saving config space at offset 0x38 (reading 0x0)
    [    2.380139] pcieport 0000:00:00.0: saving config space at offset 0x3c (reading 0x2013c)
    [    2.380179] j721e-pcie 2900000.pcie: PCI RC End
    [    2.385125] j721e-pcie 2910000.pcie: J721E PROBE
    [    2.389847] j721e-pcie 2910000.pcie: pcie->mode 0
    [    2.394748] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.402398] j721e-pcie 2910000.pcie: Parsing ranges property...
    [    2.402410] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.410685] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.418956] j721e-pcie 2910000.pcie: Parsing dma-ranges property...
    [    2.418963] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.530147] j721e-pcie 2910000.pcie: Link up
    [    2.534560] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    2.540966] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    2.546570] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    2.556438] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    2.563462] pci_bus 0001:00: scanning bus
    [    2.563483] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.569681] pci 0001:00:00.0: supports D1
    [    2.573775] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    2.579647] pci 0001:00:00.0: PME# disabled
    [    2.579677] pci 0001:00:00.0: DPC: DPC init
    [    2.585574] pci_bus 0001:00: fixups for bus
    [    2.585578] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.585581] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.592436] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.600619] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.600622] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.607505] pci 0001:00:00.0: write PRIMARY_BUS  00ff0100, busn_res.end 0x02x is_cardbus
    [    2.615774] pci_bus 0001:01: scanning bus
    [    2.615831] pci 0001:01:00.0: [10b5:8648] type 01 class 0x060400
    [    2.621993] pci 0001:01:00.0: reg 0x10: [mem 0x00000000-0x0001ffff]
    [    2.628614] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
    [    2.634843] pci 0001:01:00.0: PME# disabled
    [    2.634974] pci 0001:01:00.0: DPC: DPC init
    [    2.639270] pci 0001:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 32.000 Gb/s with 5.0 GT/s PCIe x8 link)
    [    2.664182] pci_bus 0001:01: fixups for bus
    [    2.664189] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.664192] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.671044] pci 0001:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.679235] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.679238] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.686171] pci 0001:01:00.0: write PRIMARY_BUS  00ff0201, busn_res.end 0x02x is_cardbus
    [    2.694440] pci_bus 0001:02: scanning bus
    [    2.694541] pci 0001:02:01.0: [10b5:8648] type 01 class 0x060400
    [    2.700913] pci 0001:02:01.0: PME# supported from D0 D3hot D3cold
    [    2.707143] pci 0001:02:01.0: PME# disabled
    [    2.707249] pci 0001:02:01.0: DPC: DPC init
    [    2.711791] pci 0001:02:04.0: [10b5:8648] type 01 class 0x060400
    [    2.718163] pci 0001:02:04.0: PME# supported from D0 D3hot D3cold
    [    2.724396] pci 0001:02:04.0: PME# disabled
    [    2.724501] pci 0001:02:04.0: DPC: DPC init
    [    2.728945] pci 0001:02:05.0: [10b5:8648] type 01 class 0x060400
    [    2.735316] pci 0001:02:05.0: PME# supported from D0 D3hot D3cold
    [    2.741546] pci 0001:02:05.0: PME# disabled
    [    2.741651] pci 0001:02:05.0: DPC: DPC init
    [    2.746094] pci 0001:02:06.0: [10b5:8648] type 01 class 0x060400
    [    2.752463] pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
    [    2.758693] pci 0001:02:06.0: PME# disabled
    [    2.758798] pci 0001:02:06.0: DPC: DPC init
    [    2.763244] pci 0001:02:07.0: [10b5:8648] type 01 class 0x060400
    [    2.769613] pci 0001:02:07.0: PME# supported from D0 D3hot D3cold
    [    2.775843] pci 0001:02:07.0: PME# disabled
    [    2.775948] pci 0001:02:07.0: DPC: DPC init
    [    2.780395] pci 0001:02:08.0: [10b5:8648] type 01 class 0x060400
    [    2.786770] pci 0001:02:08.0: PME# supported from D0 D3hot D3cold
    [    2.792999] pci 0001:02:08.0: PME# disabled
    [    2.793105] pci 0001:02:08.0: DPC: DPC init
    [    2.797555] pci 0001:02:09.0: [10b5:8648] type 01 class 0x060400
    [    2.803926] pci 0001:02:09.0: PME# supported from D0 D3hot D3cold
    [    2.810156] pci 0001:02:09.0: PME# disabled
    [    2.810261] pci 0001:02:09.0: DPC: DPC init
    [    2.814717] pci 0001:02:0a.0: [10b5:8648] type 01 class 0x060400
    [    2.821084] pci 0001:02:0a.0: PME# supported from D0 D3hot D3cold
    [    2.827314] pci 0001:02:0a.0: PME# disabled
    [    2.827419] pci 0001:02:0a.0: DPC: DPC init
    [    2.831876] pci 0001:02:0b.0: [10b5:8648] type 01 class 0x060400
    [    2.838245] pci 0001:02:0b.0: PME# supported from D0 D3hot D3cold
    [    2.844480] pci 0001:02:0b.0: PME# disabled
    [    2.844586] pci 0001:02:0b.0: DPC: DPC init
    [    2.849967] pci_bus 0001:02: fixups for bus
    [    2.849973] pci 0001:02:01.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.849976] pci 0001:02:01.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.856824] pci 0001:02:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.865014] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.865017] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.871864] pci 0001:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.880054] pci 0001:02:05.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.880057] pci 0001:02:05.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.886903] pci 0001:02:05.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.895093] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.895096] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.901942] pci 0001:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.910135] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.910138] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.916985] pci 0001:02:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.925174] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.925177] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.932023] pci 0001:02:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.940212] pci 0001:02:09.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.940215] pci 0001:02:09.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.947061] pci 0001:02:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.955252] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.955254] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.962101] pci 0001:02:0a.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.970292] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.970294] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.977141] pci 0001:02:0b.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.985332] pci 0001:02:01.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.985334] pci 0001:02:01.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.992266] pci 0001:02:01.0: write PRIMARY_BUS  00ff0302, busn_res.end 0x02x is_cardbus
    [    3.000535] pci_bus 0001:03: scanning bus
    [    3.000586] pci 0001:03:00.0: [1b21:3142] type 00 class 0x0c0330
    [    3.006763] pci 0001:03:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
    [    3.013780] pci 0001:03:00.0: enabling Extended Tags
    [    3.019000] pci 0001:03:00.0: PME# supported from D0
    [    3.024076] pci 0001:03:00.0: PME# disabled
    [    3.024177] pci 0001:03:00.0: DPC: DPC init
    [    3.028473] pci 0001:03:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
    [    3.056183] pci_bus 0001:03: fixups for bus
    [    3.056187] pci_bus 0001:03: bus scan returning with max=03
    [    3.056191] pci_bus 0001:03: busn_res: [bus 03-ff] end is updated to 03
    [    3.062961] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.062963] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.069897] pci 0001:02:04.0: write PRIMARY_BUS  00ff0402, busn_res.end 0x02x is_cardbus
    [    3.078167] pci_bus 0001:04: scanning bus
    [    3.078212] pci 0001:04:00.0: [2646:500d] type 00 class 0x010802
    [    3.084389] pci 0001:04:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    3.091668] pci 0001:04:00.0: DPC: DPC init
    [    3.095964] pci 0001:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    3.112815] pci_bus 0001:04: fixups for bus
    [    3.112818] pci_bus 0001:04: bus scan returning with max=04
    [    3.112822] pci_bus 0001:04: busn_res: [bus 04-ff] end is updated to 04
    [    3.119591] pci 0001:02:05.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.119594] pci 0001:02:05.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.126526] pci 0001:02:05.0: write PRIMARY_BUS  00ff0502, busn_res.end 0x02x is_cardbus
    [    3.134795] pci_bus 0001:05: scanning bus
    [    3.136262] pci_bus 0001:05: fixups for bus
    [    3.136265] pci_bus 0001:05: bus scan returning with max=05
    [    3.136268] pci_bus 0001:05: busn_res: [bus 05-ff] end is updated to 05
    [    3.143033] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.143036] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.149967] pci 0001:02:06.0: write PRIMARY_BUS  00ff0602, busn_res.end 0x02x is_cardbus
    [    3.158236] pci_bus 0001:06: scanning bus
    [    3.158276] pci 0001:06:00.0: [1106:3483] type 00 class 0x0c0330
    [    3.164449] pci 0001:06:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
    [    3.171555] pci 0001:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    3.178319] pci 0001:06:00.0: PME# disabled
    [    3.178373] pci 0001:06:00.0: DPC: DPC init
    [    3.184247] pci_bus 0001:06: fixups for bus
    [    3.184250] pci_bus 0001:06: bus scan returning with max=06
    [    3.184253] pci_bus 0001:06: busn_res: [bus 06-ff] end is updated to 06
    [    3.191020] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.191023] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.197954] pci 0001:02:07.0: write PRIMARY_BUS  00ff0702, busn_res.end 0x02x is_cardbus
    [    3.206223] pci_bus 0001:07: scanning bus
    [    3.207693] pci_bus 0001:07: fixups for bus
    [    3.207696] pci_bus 0001:07: bus scan returning with max=07
    [    3.207699] pci_bus 0001:07: busn_res: [bus 07-ff] end is updated to 07
    [    3.214465] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.214467] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.221398] pci 0001:02:08.0: write PRIMARY_BUS  00ff0802, busn_res.end 0x02x is_cardbus
    [    3.229667] pci_bus 0001:08: scanning bus
    [    3.231136] pci_bus 0001:08: fixups for bus
    [    3.231139] pci_bus 0001:08: bus scan returning with max=08
    [    3.231142] pci_bus 0001:08: busn_res: [bus 08-ff] end is updated to 08
    [    3.237907] pci 0001:02:09.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.237910] pci 0001:02:09.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.244843] pci 0001:02:09.0: write PRIMARY_BUS  00ff0902, busn_res.end 0x02x is_cardbus
    [    3.253112] pci_bus 0001:09: scanning bus
    [    3.254579] pci_bus 0001:09: fixups for bus
    [    3.254582] pci_bus 0001:09: bus scan returning with max=09
    [    3.254585] pci_bus 0001:09: busn_res: [bus 09-ff] end is updated to 09
    [    3.261350] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.261353] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.268298] pci 0001:02:0a.0: write PRIMARY_BUS  00ff0a02, busn_res.end 0x02x is_cardbus
    [    3.276568] pci_bus 0001:0a: scanning bus
    [    3.276608] pci 0001:0a:00.0: [1106:3483] type 00 class 0x0c0330
    [    3.282782] pci 0001:0a:00.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
    [    3.289888] pci 0001:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [    3.296652] pci 0001:0a:00.0: PME# disabled
    [    3.296706] pci 0001:0a:00.0: DPC: DPC init
    [    3.302570] pci_bus 0001:0a: fixups for bus
    [    3.302573] pci_bus 0001:0a: bus scan returning with max=0a
    [    3.302576] pci_bus 0001:0a: busn_res: [bus 0a-ff] end is updated to 0a
    [    3.309346] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.309348] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.316280] pci 0001:02:0b.0: write PRIMARY_BUS  00ff0b02, busn_res.end 0x02x is_cardbus
    [    3.324549] pci_bus 0001:0b: scanning bus
    [    3.326015] pci_bus 0001:0b: fixups for bus
    [    3.326017] pci_bus 0001:0b: bus scan returning with max=0b
    [    3.326020] pci_bus 0001:0b: busn_res: [bus 0b-ff] end is updated to 0b
    [    3.332783] pci_bus 0001:02: bus scan returning with max=0b
    [    3.332786] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to 0b
    [    3.339549] pci_bus 0001:01: bus scan returning with max=0b
    [    3.339551] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 0b
    [    3.346311] pci_bus 0001:00: bus scan returning with max=0b
    [    3.346336] pci 0001:00:00.0: BAR 14: assigned [mem 0x18100000-0x18bfffff]
    [    3.353363] pci 0001:00:00.0: BAR 15: assigned [mem 0x18c00000-0x193fffff 64bit pref]
    [    3.361367] pci 0001:00:00.0: BAR 13: assigned [io  0x10000-0x13fff]
    [    3.367864] pci 0001:01:00.0: BAR 14: assigned [mem 0x18100000-0x18afffff]
    [    3.374891] pci 0001:01:00.0: BAR 15: assigned [mem 0x18c00000-0x193fffff 64bit pref]
    [    3.382893] pci 0001:01:00.0: BAR 0: assigned [mem 0x18b00000-0x18b1ffff]
    [    3.389834] pci 0001:01:00.0: BAR 13: assigned [io  0x10000-0x13fff]
    [    3.396329] pci 0001:02:01.0: BAR 14: assigned [mem 0x18100000-0x182fffff]
    [    3.403355] pci 0001:02:01.0: BAR 15: assigned [mem 0x18c00000-0x18dfffff 64bit pref]
    [    3.411357] pci 0001:02:04.0: BAR 14: assigned [mem 0x18300000-0x184fffff]
    [    3.418383] pci 0001:02:04.0: BAR 15: assigned [mem 0x18e00000-0x18ffffff 64bit pref]
    [    3.426385] pci 0001:02:05.0: BAR 14: assigned [mem 0x18500000-0x186fffff]
    [    3.433412] pci 0001:02:05.0: BAR 15: assigned [mem 0x19000000-0x191fffff 64bit pref]
    [    3.441415] pci 0001:02:06.0: BAR 14: assigned [mem 0x18700000-0x187fffff]
    [    3.448440] pci 0001:02:09.0: BAR 14: assigned [mem 0x18800000-0x189fffff]
    [    3.455464] pci 0001:02:09.0: BAR 15: assigned [mem 0x19200000-0x193fffff 64bit pref]
    [    3.463467] pci 0001:02:0a.0: BAR 14: assigned [mem 0x18a00000-0x18afffff]
    [    3.470492] pci 0001:02:01.0: BAR 13: assigned [io  0x10000-0x10fff]
    [    3.476984] pci 0001:02:04.0: BAR 13: assigned [io  0x11000-0x11fff]
    [    3.483475] pci 0001:02:05.0: BAR 13: assigned [io  0x12000-0x12fff]
    [    3.489967] pci 0001:02:09.0: BAR 13: assigned [io  0x13000-0x13fff]
    [    3.496462] pci 0001:03:00.0: BAR 0: assigned [mem 0x18100000-0x18107fff 64bit]
    [    3.503951] pci 0001:02:01.0: PCI bridge to [bus 03]
    [    3.509023] pci 0001:02:01.0:   bridge window [io  0x10000-0x10fff]
    [    3.515433] pci 0001:02:01.0:   bridge window [mem 0x18100000-0x182fffff]
    [    3.522373] pci 0001:02:01.0:   bridge window [mem 0x18c00000-0x18dfffff 64bit pref]
    [    3.530295] pci 0001:04:00.0: BAR 0: assigned [mem 0x18300000-0x18303fff 64bit]
    [    3.537782] pci 0001:02:04.0: PCI bridge to [bus 04]
    [    3.542854] pci 0001:02:04.0:   bridge window [io  0x11000-0x11fff]
    [    3.549263] pci 0001:02:04.0:   bridge window [mem 0x18300000-0x184fffff]
    [    3.556205] pci 0001:02:04.0:   bridge window [mem 0x18e00000-0x18ffffff 64bit pref]
    [    3.564127] pci 0001:02:05.0: PCI bridge to [bus 05]
    [    3.569199] pci 0001:02:05.0:   bridge window [io  0x12000-0x12fff]
    [    3.575608] pci 0001:02:05.0:   bridge window [mem 0x18500000-0x186fffff]
    [    3.582547] pci 0001:02:05.0:   bridge window [mem 0x19000000-0x191fffff 64bit pref]
    [    3.590470] pci 0001:06:00.0: BAR 0: assigned [mem 0x18700000-0x18700fff 64bit]
    [    3.597956] pci 0001:02:06.0: PCI bridge to [bus 06]
    [    3.603033] pci 0001:02:06.0:   bridge window [mem 0x18700000-0x187fffff]
    [    3.609982] pci 0001:02:07.0: PCI bridge to [bus 07]
    [    3.615073] pci 0001:02:08.0: PCI bridge to [bus 08]
    [    3.620163] pci 0001:02:09.0: PCI bridge to [bus 09]
    [    3.625235] pci 0001:02:09.0:   bridge window [io  0x13000-0x13fff]
    [    3.631643] pci 0001:02:09.0:   bridge window [mem 0x18800000-0x189fffff]
    [    3.638583] pci 0001:02:09.0:   bridge window [mem 0x19200000-0x193fffff 64bit pref]
    [    3.646506] pci 0001:0a:00.0: BAR 0: assigned [mem 0x18a00000-0x18a00fff 64bit]
    [    3.653992] pci 0001:02:0a.0: PCI bridge to [bus 0a]
    [    3.659068] pci 0001:02:0a.0:   bridge window [mem 0x18a00000-0x18afffff]
    [    3.666017] pci 0001:02:0b.0: PCI bridge to [bus 0b]
    [    3.671106] pci 0001:01:00.0: PCI bridge to [bus 02-0b]
    [    3.676450] pci 0001:01:00.0:   bridge window [io  0x10000-0x13fff]
    [    3.682860] pci 0001:01:00.0:   bridge window [mem 0x18100000-0x18afffff]
    [    3.689800] pci 0001:01:00.0:   bridge window [mem 0x18c00000-0x193fffff 64bit pref]
    [    3.697721] pci 0001:00:00.0: PCI bridge to [bus 01-0b]
    [    3.703057] pci 0001:00:00.0:   bridge window [io  0x10000-0x13fff]
    [    3.709462] pci 0001:00:00.0:   bridge window [mem 0x18100000-0x18bfffff]
    [    3.716398] pci 0001:00:00.0:   bridge window [mem 0x18c00000-0x193fffff 64bit pref]
    [    3.724402] pcieport 0001:00:00.0: assign IRQ: got 63
    [    3.724410] pcieport 0001:00:00.0: enabling device (0000 -> 0003)
    [    3.730648] pcieport 0001:00:00.0: enabling bus mastering
    [    3.730760] pcieport 0001:00:00.0: PME: Signaling with IRQ 64
    [    3.736840] pcieport 0001:00:00.0: AER: enabled with IRQ 64
    [    3.742571] pcieport 0001:00:00.0: saving config space at offset 0x0 (reading 0xb00d104c)
    [    3.742575] pcieport 0001:00:00.0: saving config space at offset 0x4 (reading 0x100407)
    [    3.742578] pcieport 0001:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
    [    3.742581] pcieport 0001:00:00.0: saving config space at offset 0xc (reading 0x10000)
    [    3.742584] pcieport 0001:00:00.0: saving config space at offset 0x10 (reading 0x0)
    [    3.742587] pcieport 0001:00:00.0: saving config space at offset 0x14 (reading 0x0)
    [    3.742590] pcieport 0001:00:00.0: saving config space at offset 0x18 (reading 0xb0100)
    [    3.742593] pcieport 0001:00:00.0: saving config space at offset 0x1c (reading 0x4111)
    [    3.742596] pcieport 0001:00:00.0: saving config space at offset 0x20 (reading 0x18b01810)
    [    3.742599] pcieport 0001:00:00.0: saving config space at offset 0x24 (reading 0x193118c1)
    [    3.742602] pcieport 0001:00:00.0: saving config space at offset 0x28 (reading 0x0)
    [    3.742605] pcieport 0001:00:00.0: saving config space at offset 0x2c (reading 0x0)
    [    3.742608] pcieport 0001:00:00.0: saving config space at offset 0x30 (reading 0x18001800)
    [    3.742611] pcieport 0001:00:00.0: saving config space at offset 0x34 (reading 0x80)
    [    3.742614] pcieport 0001:00:00.0: saving config space at offset 0x38 (reading 0x0)
    [    3.742617] pcieport 0001:00:00.0: saving config space at offset 0x3c (reading 0x2013f)
    [    3.742707] pcieport 0001:01:00.0: assign IRQ: got 63
    [    3.742721] pcieport 0001:01:00.0: enabling device (0000 -> 0003)
    [    3.748983] pcieport 0001:01:00.0: enabling bus mastering
    [    3.749264] pcieport 0001:01:00.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    3.749269] pcieport 0001:01:00.0: saving config space at offset 0x4 (reading 0x100407)
    [    3.749274] pcieport 0001:01:00.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    3.749279] pcieport 0001:01:00.0: saving config space at offset 0xc (reading 0x10000)
    [    3.749283] pcieport 0001:01:00.0: saving config space at offset 0x10 (reading 0x18b00000)
    [    3.749288] pcieport 0001:01:00.0: saving config space at offset 0x14 (reading 0x0)
    [    3.749292] pcieport 0001:01:00.0: saving config space at offset 0x18 (reading 0xb0201)
    [    3.749297] pcieport 0001:01:00.0: saving config space at offset 0x1c (reading 0x4111)
    [    3.749302] pcieport 0001:01:00.0: saving config space at offset 0x20 (reading 0x18a01810)
    [    3.749307] pcieport 0001:01:00.0: saving config space at offset 0x24 (reading 0x193118c1)
    [    3.749311] pcieport 0001:01:00.0: saving config space at offset 0x28 (reading 0x0)
    [    3.749316] pcieport 0001:01:00.0: saving config space at offset 0x2c (reading 0x0)
    [    3.749320] pcieport 0001:01:00.0: saving config space at offset 0x30 (reading 0x18001800)
    [    3.749325] pcieport 0001:01:00.0: saving config space at offset 0x34 (reading 0x40)
    [    3.749330] pcieport 0001:01:00.0: saving config space at offset 0x38 (reading 0x0)
    [    3.749334] pcieport 0001:01:00.0: saving config space at offset 0x3c (reading 0x2013f)
    [    3.749484] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.756251] pcieport 0001:02:01.0: assign IRQ: got 0
    [    3.756265] pcieport 0001:02:01.0: enabling device (0000 -> 0003)
    [    3.762523] pcieport 0001:02:01.0: enabling bus mastering
    [    3.762842] pcieport 0001:02:01.0: pciehp: Slot #113 AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+
    [    3.776810] pci_bus 0001:03: dev 00, created physical slot 113
    [    3.776951] pcieport 0001:02:01.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    3.776956] pcieport 0001:02:01.0: saving config space at offset 0x4 (reading 0x100407)
    [    3.776961] pcieport 0001:02:01.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    3.776966] pcieport 0001:02:01.0: saving config space at offset 0xc (reading 0x10000)
    [    3.776971] pcieport 0001:02:01.0: saving config space at offset 0x10 (reading 0x0)
    [    3.776975] pcieport 0001:02:01.0: saving config space at offset 0x14 (reading 0x0)
    [    3.776980] pcieport 0001:02:01.0: saving config space at offset 0x18 (reading 0x30302)
    [    3.776985] pcieport 0001:02:01.0: saving config space at offset 0x1c (reading 0x1111)
    [    3.776989] pcieport 0001:02:01.0: saving config space at offset 0x20 (reading 0x18201810)
    [    3.776994] pcieport 0001:02:01.0: saving config space at offset 0x24 (reading 0x18d118c1)
    [    3.776999] pcieport 0001:02:01.0: saving config space at offset 0x28 (reading 0x0)
    [    3.777003] pcieport 0001:02:01.0: saving config space at offset 0x2c (reading 0x0)
    [    3.777008] pcieport 0001:02:01.0: saving config space at offset 0x30 (reading 0x18001800)
    [    3.777013] pcieport 0001:02:01.0: saving config space at offset 0x34 (reading 0x40)
    [    3.777017] pcieport 0001:02:01.0: saving config space at offset 0x38 (reading 0x0)
    [    3.777022] pcieport 0001:02:01.0: saving config space at offset 0x3c (reading 0x20100)
    [    3.777161] pcieport 0001:02:04.0: assign IRQ: got 63
    [    3.777174] pcieport 0001:02:04.0: enabling device (0000 -> 0003)
    [    3.783441] pcieport 0001:02:04.0: enabling bus mastering
    [    3.783735] pcieport 0001:02:04.0: pciehp: Slot #4 AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Interlock+ NoCompl- IbPresDis- LLActRep+
    [    3.797534] pci_bus 0001:04: dev 00, created physical slot 4
    [    3.797657] pcieport 0001:02:04.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    3.797662] pcieport 0001:02:04.0: saving config space at offset 0x4 (reading 0x100407)
    [    3.797667] pcieport 0001:02:04.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    3.797672] pcieport 0001:02:04.0: saving config space at offset 0xc (reading 0x10000)
    [    3.797676] pcieport 0001:02:04.0: saving config space at offset 0x10 (reading 0x0)
    [    3.797681] pcieport 0001:02:04.0: saving config space at offset 0x14 (reading 0x0)
    [    3.797686] pcieport 0001:02:04.0: saving config space at offset 0x18 (reading 0x40402)
    [    3.797690] pcieport 0001:02:04.0: saving config space at offset 0x1c (reading 0x2121)
    [    3.797695] pcieport 0001:02:04.0: saving config space at offset 0x20 (reading 0x18401830)
    [    3.797699] pcieport 0001:02:04.0: saving config space at offset 0x24 (reading 0x18f118e1)
    [    3.797704] pcieport 0001:02:04.0: saving config space at offset 0x28 (reading 0x0)
    [    3.797709] pcieport 0001:02:04.0: saving config space at offset 0x2c (reading 0x0)
    [    3.797713] pcieport 0001:02:04.0: saving config space at offset 0x30 (reading 0x18001800)
    [    3.797718] pcieport 0001:02:04.0: saving config space at offset 0x34 (reading 0x40)
    [    3.797723] pcieport 0001:02:04.0: saving config space at offset 0x38 (reading 0x0)
    [    3.797728] pcieport 0001:02:04.0: saving config space at offset 0x3c (reading 0x2013f)
    [    3.797864] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    3.804630] pcieport 0001:02:05.0: assign IRQ: got 0
    [    3.804643] pcieport 0001:02:05.0: enabling device (0000 -> 0003)
    [    3.810905] pcieport 0001:02:05.0: enabling bus mastering
    [    3.811194] pcieport 0001:02:05.0: pciehp: Slot #117 AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+
    [    5.842684] pcieport 0001:02:05.0: pciehp: Timeout on hotplug command 0x0100 (issued 2020 msec ago)
    [    7.870683] pcieport 0001:02:05.0: pciehp: Timeout on hotplug command 0x0500 (issued 2020 msec ago)
    [    7.879940] pci_bus 0001:05: dev 00, created physical slot 117
    [    7.898686] pcieport 0001:02:05.0: pciehp: Timeout on hotplug command 0x0500 (issued 2048 msec ago)
    [    7.907985] pcieport 0001:02:05.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    7.907990] pcieport 0001:02:05.0: saving config space at offset 0x4 (reading 0x100407)
    [    7.907995] pcieport 0001:02:05.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    7.908000] pcieport 0001:02:05.0: saving config space at offset 0xc (reading 0x10000)
    [    7.908005] pcieport 0001:02:05.0: saving config space at offset 0x10 (reading 0x0)
    [    7.908009] pcieport 0001:02:05.0: saving config space at offset 0x14 (reading 0x0)
    [    7.908014] pcieport 0001:02:05.0: saving config space at offset 0x18 (reading 0x50502)
    [    7.908019] pcieport 0001:02:05.0: saving config space at offset 0x1c (reading 0x3131)
    [    7.908024] pcieport 0001:02:05.0: saving config space at offset 0x20 (reading 0x18601850)
    [    7.908028] pcieport 0001:02:05.0: saving config space at offset 0x24 (reading 0x19111901)
    [    7.908033] pcieport 0001:02:05.0: saving config space at offset 0x28 (reading 0x0)
    [    7.908038] pcieport 0001:02:05.0: saving config space at offset 0x2c (reading 0x0)
    [    7.908043] pcieport 0001:02:05.0: saving config space at offset 0x30 (reading 0x18001800)
    [    7.908047] pcieport 0001:02:05.0: saving config space at offset 0x34 (reading 0x40)
    [    7.908052] pcieport 0001:02:05.0: saving config space at offset 0x38 (reading 0x0)
    [    7.908057] pcieport 0001:02:05.0: saving config space at offset 0x3c (reading 0x20100)
    [    7.908198] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    7.914960] pcieport 0001:02:06.0: assign IRQ: got 0
    [    7.914973] pcieport 0001:02:06.0: enabling device (0000 -> 0002)
    [    7.921225] pcieport 0001:02:06.0: enabling bus mastering
    [    7.921524] pcieport 0001:02:06.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    7.921529] pcieport 0001:02:06.0: saving config space at offset 0x4 (reading 0x100406)
    [    7.921534] pcieport 0001:02:06.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    7.921539] pcieport 0001:02:06.0: saving config space at offset 0xc (reading 0x10000)
    [    7.921543] pcieport 0001:02:06.0: saving config space at offset 0x10 (reading 0x0)
    [    7.921548] pcieport 0001:02:06.0: saving config space at offset 0x14 (reading 0x0)
    [    7.921552] pcieport 0001:02:06.0: saving config space at offset 0x18 (reading 0x60602)
    [    7.921557] pcieport 0001:02:06.0: saving config space at offset 0x1c (reading 0x1f1)
    [    7.921562] pcieport 0001:02:06.0: saving config space at offset 0x20 (reading 0x18701870)
    [    7.921567] pcieport 0001:02:06.0: saving config space at offset 0x24 (reading 0x1fff1)
    [    7.921571] pcieport 0001:02:06.0: saving config space at offset 0x28 (reading 0x0)
    [    7.921576] pcieport 0001:02:06.0: saving config space at offset 0x2c (reading 0x0)
    [    7.921581] pcieport 0001:02:06.0: saving config space at offset 0x30 (reading 0x0)
    [    7.921585] pcieport 0001:02:06.0: saving config space at offset 0x34 (reading 0x40)
    [    7.921590] pcieport 0001:02:06.0: saving config space at offset 0x38 (reading 0x0)
    [    7.921594] pcieport 0001:02:06.0: saving config space at offset 0x3c (reading 0x20100)
    [    7.921728] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    7.928494] pcieport 0001:02:07.0: assign IRQ: got 0
    [    7.928531] pcieport 0001:02:07.0: enabling bus mastering
    [    7.928806] pcieport 0001:02:07.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    7.928811] pcieport 0001:02:07.0: saving config space at offset 0x4 (reading 0x100404)
    [    7.928816] pcieport 0001:02:07.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    7.928820] pcieport 0001:02:07.0: saving config space at offset 0xc (reading 0x10000)
    [    7.928825] pcieport 0001:02:07.0: saving config space at offset 0x10 (reading 0x0)
    [    7.928830] pcieport 0001:02:07.0: saving config space at offset 0x14 (reading 0x0)
    [    7.928835] pcieport 0001:02:07.0: saving config space at offset 0x18 (reading 0x70702)
    [    7.928839] pcieport 0001:02:07.0: saving config space at offset 0x1c (reading 0x1f1)
    [    7.928844] pcieport 0001:02:07.0: saving config space at offset 0x20 (reading 0xfff0)
    [    7.928849] pcieport 0001:02:07.0: saving config space at offset 0x24 (reading 0x1fff1)
    [    7.928853] pcieport 0001:02:07.0: saving config space at offset 0x28 (reading 0x0)
    [    7.928858] pcieport 0001:02:07.0: saving config space at offset 0x2c (reading 0x0)
    [    7.928862] pcieport 0001:02:07.0: saving config space at offset 0x30 (reading 0x0)
    [    7.928867] pcieport 0001:02:07.0: saving config space at offset 0x34 (reading 0x40)
    [    7.928872] pcieport 0001:02:07.0: saving config space at offset 0x38 (reading 0x0)
    [    7.928877] pcieport 0001:02:07.0: saving config space at offset 0x3c (reading 0x20100)
    [    7.929009] pcieport 0001:02:08.0: assign IRQ: got 63
    [    7.929045] pcieport 0001:02:08.0: enabling bus mastering
    [    7.929320] pcieport 0001:02:08.0: saving config space at offset 0x0 (reading 0x864810b5)
    [    7.929325] pcieport 0001:02:08.0: saving config space at offset 0x4 (reading 0x100404)
    [    7.929330] pcieport 0001:02:08.0: saving config space at offset 0x8 (reading 0x60400aa)
    [    7.929335] pcieport 0001:02:08.0: saving config space at offset 0xc (reading 0x10000)
    [    7.929339] pcieport 0001:02:08.0: saving config space at offset 0x10 (reading 0x0)
    [    7.929344] pcieport 0001:02:08.0: saving config space at offset 0x14 (reading 0x0)
    [    7.929349] pcieport 0001:02:08.0: saving config space at offset 0x18 (reading 0x80802)
    [    7.929353] pcieport 0001:02:08.0: saving config space at offset 0x1c (reading 0x1f1)
    [    7.929358] pcieport 0001:02:08.0: saving config space at offset 0x20 (reading 0xfff0)
    [    7.929362] pcieport 0001:02:08.0: saving config space at offset 0x24 (reading 0x1fff1)
    [    7.929367] pcieport 0001:02:08.0: saving config space at offset 0x28 (reading 0x0)
    [    7.929371] pcieport 0001:02:08.0: saving config space at offset 0x2c (reading 0x0)
    [    7.929376] pcieport 0001:02:08.0: saving config space at offset 0x30 (reading 0x0)
    [    7.929380] pcieport 0001:02:08.0: saving config space at offset 0x34 (reading 0x40)
    [    7.929385] pcieport 0001:02:08.0: saving config space at offset 0x38 (reading 0x0)
    [    7.929389] pcieport 0001:02:08.0: saving config space at offset 0x3c (reading 0x2013f)
    [    7.929518] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    7.936279] pcieport 0001:02:09.0: assign IRQ: got 0
    [    7.936291] pcieport 0001:02:09.0: enabling device (0000 -> 0003)
    [    7.942548] pcieport 0001:02:09.0: enabling bus mastering
    [    7.942842] pcieport 0001:02:09.0: pciehp: Slot #121 AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug+ Surprise- Interlock- NoCompl- IbPresDis- LLActRep+
    [    9.974684] pcieport 0001:02:09.0: pciehp: Timeout on hotplug command 0x0100 (issued 2020 msec ago)
    [   10.262695] pci_bus 0001:09: dev 00, created physical slot 121
    [   11.722684] pcieport 0001:02:09.0: pciehp: Timeout on hotplug command 0x0500 (issued 1740 msec ago)
    [   11.731999] pcieport 0001:02:09.0: saving config space at offset 0x0 (reading 0x864810b5)
    [   11.732004] pcieport 0001:02:09.0: saving config space at offset 0x4 (reading 0x100407)
    [   11.732009] pcieport 0001:02:09.0: saving config space at offset 0x8 (reading 0x60400aa)
    [   11.732013] pcieport 0001:02:09.0: saving config space at offset 0xc (reading 0x10000)
    [   11.732018] pcieport 0001:02:09.0: saving config space at offset 0x10 (reading 0x0)
    [   11.732023] pcieport 0001:02:09.0: saving config space at offset 0x14 (reading 0x0)
    [   11.732027] pcieport 0001:02:09.0: saving config space at offset 0x18 (reading 0x90902)
    [   11.732032] pcieport 0001:02:09.0: saving config space at offset 0x1c (reading 0x4141)
    [   11.732037] pcieport 0001:02:09.0: saving config space at offset 0x20 (reading 0x18901880)
    [   11.732041] pcieport 0001:02:09.0: saving config space at offset 0x24 (reading 0x19311921)
    [   11.732046] pcieport 0001:02:09.0: saving config space at offset 0x28 (reading 0x0)
    [   11.732051] pcieport 0001:02:09.0: saving config space at offset 0x2c (reading 0x0)
    [   11.732055] pcieport 0001:02:09.0: saving config space at offset 0x30 (reading 0x18001800)
    [   11.732060] pcieport 0001:02:09.0: saving config space at offset 0x34 (reading 0x40)
    [   11.732065] pcieport 0001:02:09.0: saving config space at offset 0x38 (reading 0x0)
    [   11.732069] pcieport 0001:02:09.0: saving config space at offset 0x3c (reading 0x20100)
    [   11.732211] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   11.738971] pcieport 0001:02:0a.0: assign IRQ: got 0
    [   11.738984] pcieport 0001:02:0a.0: enabling device (0000 -> 0002)
    [   11.745237] pcieport 0001:02:0a.0: enabling bus mastering
    [   11.745516] pcieport 0001:02:0a.0: saving config space at offset 0x0 (reading 0x864810b5)
    [   11.745521] pcieport 0001:02:0a.0: saving config space at offset 0x4 (reading 0x100406)
    [   11.745526] pcieport 0001:02:0a.0: saving config space at offset 0x8 (reading 0x60400aa)
    [   11.745530] pcieport 0001:02:0a.0: saving config space at offset 0xc (reading 0x10000)
    [   11.745535] pcieport 0001:02:0a.0: saving config space at offset 0x10 (reading 0x0)
    [   11.745540] pcieport 0001:02:0a.0: saving config space at offset 0x14 (reading 0x0)
    [   11.745544] pcieport 0001:02:0a.0: saving config space at offset 0x18 (reading 0xa0a02)
    [   11.745549] pcieport 0001:02:0a.0: saving config space at offset 0x1c (reading 0x1f1)
    [   11.745554] pcieport 0001:02:0a.0: saving config space at offset 0x20 (reading 0x18a018a0)
    [   11.745559] pcieport 0001:02:0a.0: saving config space at offset 0x24 (reading 0x1fff1)
    [   11.745563] pcieport 0001:02:0a.0: saving config space at offset 0x28 (reading 0x0)
    [   11.745568] pcieport 0001:02:0a.0: saving config space at offset 0x2c (reading 0x0)
    [   11.745572] pcieport 0001:02:0a.0: saving config space at offset 0x30 (reading 0x0)
    [   11.745577] pcieport 0001:02:0a.0: saving config space at offset 0x34 (reading 0x40)
    [   11.745582] pcieport 0001:02:0a.0: saving config space at offset 0x38 (reading 0x0)
    [   11.745587] pcieport 0001:02:0a.0: saving config space at offset 0x3c (reading 0x20100)
    [   11.745717] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   11.752482] pcieport 0001:02:0b.0: assign IRQ: got 0
    [   11.752519] pcieport 0001:02:0b.0: enabling bus mastering
    [   11.752793] pcieport 0001:02:0b.0: saving config space at offset 0x0 (reading 0x864810b5)
    [   11.752798] pcieport 0001:02:0b.0: saving config space at offset 0x4 (reading 0x100404)
    [   11.752802] pcieport 0001:02:0b.0: saving config space at offset 0x8 (reading 0x60400aa)
    [   11.752807] pcieport 0001:02:0b.0: saving config space at offset 0xc (reading 0x10000)
    [   11.752812] pcieport 0001:02:0b.0: saving config space at offset 0x10 (reading 0x0)
    [   11.752817] pcieport 0001:02:0b.0: saving config space at offset 0x14 (reading 0x0)
    [   11.752821] pcieport 0001:02:0b.0: saving config space at offset 0x18 (reading 0xb0b02)
    [   11.752826] pcieport 0001:02:0b.0: saving config space at offset 0x1c (reading 0x1f1)
    [   11.752831] pcieport 0001:02:0b.0: saving config space at offset 0x20 (reading 0xfff0)
    [   11.752835] pcieport 0001:02:0b.0: saving config space at offset 0x24 (reading 0x1fff1)
    [   11.752840] pcieport 0001:02:0b.0: saving config space at offset 0x28 (reading 0x0)
    [   11.752844] pcieport 0001:02:0b.0: saving config space at offset 0x2c (reading 0x0)
    [   11.752849] pcieport 0001:02:0b.0: saving config space at offset 0x30 (reading 0x0)
    [   11.752854] pcieport 0001:02:0b.0: saving config space at offset 0x34 (reading 0x40)
    [   11.752859] pcieport 0001:02:0b.0: saving config space at offset 0x38 (reading 0x0)
    [   11.752863] pcieport 0001:02:0b.0: saving config space at offset 0x3c (reading 0x20100)
    [   11.752970] pci 0001:03:00.0: enabling device (0000 -> 0002)
    [   11.758851] pci 0001:06:00.0: enabling device (0000 -> 0002)
    [   11.764685] pci 0001:0a:00.0: enabling device (0000 -> 0002)
    [   11.770506] j721e-pcie 2910000.pcie: PCI RC End
    [   11.775461] j721e-pcie 2920000.pcie: J721E PROBE
    [   11.780185] j721e-pcie 2920000.pcie: pcie->mode 0
    [   11.785093] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [   11.792745] j721e-pcie 2920000.pcie: Parsing ranges property...
    [   11.792758] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [   11.801034] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [   11.809305] j721e-pcie 2920000.pcie: Parsing dma-ranges property...
    [   11.809313] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [   11.921026] j721e-pcie 2920000.pcie: Link up
    [   11.925447] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
    [   11.931853] pci_bus 0002:00: root bus resource [bus 00-ff]
    [   11.937458] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [   11.946704] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [   11.957460] pci_bus 0002:00: scanning bus
    [   11.957482] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
    [   11.963620] pci_generic_config_write32: 56 callbacks suppressed
    [   11.963623] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [   11.979535] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [   11.989425] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
    [   11.999384] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [   12.009349] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
    [   12.019308] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
    [   12.029291] pci 0002:00:00.0: supports D1
    [   12.033384] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [   12.039256] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
    [   12.049214] pci 0002:00:00.0: PME# disabled
    [   12.049246] pci 0002:00:00.0: DPC: DPC init
    [   12.055166] pci_bus 0002:00: fixups for bus
    [   12.055171] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [   12.055174] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [   12.062023] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [   12.070204] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [   12.080162] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [   12.090120] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [   12.090123] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [   12.096970] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [   12.106970] pci 0002:00:00.0: write PRIMARY_BUS  00ff0100, busn_res.end 0x02x is_cardbus
    [   12.115239] pci_bus 0002:01: scanning bus
    [   12.115279] pci 0002:01:00.0: [2646:500d] type 00 class 0x010802
    [   12.121449] pci 0002:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [   12.128664] pci 0002:01:00.0: DPC: DPC init
    [   12.132954] pci 0002:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0002:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [   12.160187] pci_bus 0002:01: fixups for bus
    [   12.160191] pci_bus 0002:01: bus scan returning with max=01
    [   12.160195] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
    [   12.166960] pci_bus 0002:00: bus scan returning with max=01
    [   12.166972] pci 0002:00:00.0: BAR 14: assigned [mem 0x4400100000-0x44001fffff]
    [   12.174355] pci 0002:01:00.0: BAR 0: assigned [mem 0x4400100000-0x4400103fff 64bit]
    [   12.182195] pci 0002:00:00.0: PCI bridge to [bus 01]
    [   12.187267] pci 0002:00:00.0:   bridge window [mem 0x4400100000-0x44001fffff]
    [   12.194644] pcieport 0002:00:00.0: assign IRQ: got 76
    [   12.194653] pcieport 0002:00:00.0: enabling device (0000 -> 0002)
    [   12.200889] pcieport 0002:00:00.0: enabling bus mastering
    [   12.200999] pcieport 0002:00:00.0: PME: Signaling with IRQ 77
    [   12.207028] pcieport 0002:00:00.0: AER: enabled with IRQ 77
    [   12.212754] pcieport 0002:00:00.0: saving config space at offset 0x0 (reading 0xb00d104c)
    [   12.212758] pcieport 0002:00:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   12.212761] pcieport 0002:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
    [   12.212764] pcieport 0002:00:00.0: saving config space at offset 0xc (reading 0x10000)
    [   12.212767] pcieport 0002:00:00.0: saving config space at offset 0x10 (reading 0x0)
    [   12.212770] pcieport 0002:00:00.0: saving config space at offset 0x14 (reading 0x0)
    [   12.212773] pcieport 0002:00:00.0: saving config space at offset 0x18 (reading 0x10100)
    [   12.212776] pcieport 0002:00:00.0: saving config space at offset 0x1c (reading 0x1f1)
    [   12.212779] pcieport 0002:00:00.0: saving config space at offset 0x20 (reading 0x100010)
    [   12.212782] pcieport 0002:00:00.0: saving config space at offset 0x24 (reading 0x1fff1)
    [   12.212785] pcieport 0002:00:00.0: saving config space at offset 0x28 (reading 0x0)
    [   12.212788] pcieport 0002:00:00.0: saving config space at offset 0x2c (reading 0x0)
    [   12.212791] pcieport 0002:00:00.0: saving config space at offset 0x30 (reading 0x0)
    [   12.212794] pcieport 0002:00:00.0: saving config space at offset 0x34 (reading 0x80)
    [   12.212797] pcieport 0002:00:00.0: saving config space at offset 0x38 (reading 0x0)
    [   12.212800] pcieport 0002:00:00.0: saving config space at offset 0x3c (reading 0x2014c)
    [   12.212864] j721e-pcie 2920000.pcie: PCI RC End
    [   12.218287] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [   12.228167] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [   12.234927] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [   12.243825] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [   12.253972] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [   12.260731] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [   12.268696] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
    [   12.278062] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250
    [   12.286807] printk: console [ttyS2] enabled
    [   12.295244] printk: bootconsole [ns16550a0] disabled
    [   12.305682] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250
    [   12.314603] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250
    [   12.325211] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [   12.335720] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [   12.345871] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [   12.356110] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [   12.366973] scsi host0: ufshcd
    [   12.388968] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
    [   12.410687] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   12.419644] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [   12.427941] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [   12.441946] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [   12.449787] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
    [   12.461761] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [   12.462332] mmc0: CQHCI version 5.10
    [   12.471086] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
    [   12.482328] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [   12.491227] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [   12.499968] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [   12.507378] scsi 0:0:0:0: Direct-Access     TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [   12.516370] sd 0:0:0:0: Power-on or device reset occurred
    [   12.521965] sd 0:0:0:0: [sda] 8192 4096-byte logical blocks: (33.6 MB/32.0 MiB)
    [   12.529283] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [   12.529301] scsi 0:0:0:1: Direct-Access     TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [   12.536816] sd 0:0:0:0: [sda] Write Protect is off
    [   12.549704] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
    [   12.549774] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
    [   12.558298] sd 0:0:0:1: Power-on or device reset occurred
    [   12.563850] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
    [   12.570806] sd 0:0:0:1: [sdb] 7808000 4096-byte logical blocks: (32.0 GB/29.8 GiB)
    [   12.578473] sd 0:0:0:1: [sdb] Write Protect is off
    [   12.583286] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10
    [   12.583342] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
    [   12.591970] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
    [   12.598929] vdd_mmc1: supplied by vsys_3v3
    [   12.600015] sd 0:0:0:1: [sdb] Attached SCSI disk
    [   12.607882] sd 0:0:0:0: [sda] Attached SCSI disk
    [   12.612578] pca953x 4-0020: supply vcc not found, using dummy regulator
    [   12.619235] pca953x 4-0020: using no AI
    [   12.647644] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [   12.654481] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [   12.661304] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [   12.668119] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [   12.674929] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [   12.685406] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [   12.688792] mmc0: Command Queue Engine enabled
    [   12.698373] mmc0: new HS200 MMC card at address 0001
    [   12.703653] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [   12.704595] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [   12.708300] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [   12.722963] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [   12.728973] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (236:0)
    [   12.738866] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
    [   12.744098] 8 cmdlinepart partitions found on MTD device 47040000.spi.0
    [   12.750696] Creating 8 MTD partitions on "47040000.spi.0":
    [   12.756168] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [   12.762086] 0x000000080000-0x000000280000 : "ospi.tispl"
    [   12.767810] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [   12.773574] 0x000000680000-0x0000006c0000 : "ospi.env"
    [   12.779121] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [   12.784774] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
    [   12.790854] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [   12.796675] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [   12.805331] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [   12.850706] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [   12.859527] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [   12.867819] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [   12.881402] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [   12.888380] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [   12.895590] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [   12.901900] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [   12.912197] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [   12.912584] mmc1: CQHCI version 5.10
    [   12.929651] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
    [   12.936900] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
    [   12.945121] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [   12.952455] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [   12.959760] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [   12.967066] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [   12.975210] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [   12.996035] ALSA device list:
    [   12.999014]   No soundcards found.
    [   13.985430] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [   13.993195] Waiting for root device PARTUUID=5b3bf4fa-02...
    [   14.042292] mmc1: new ultra high speed DDR50 SDHC card at address 5048
    [   14.049114] mmcblk1: mmc1:5048 SDCIT 15.0 GiB 
    [   14.056432]  mmcblk1: p1 p2
    [   14.417044] EXT4-fs (mmcblk1p2): recovery complete
    [   14.424101] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [   14.432206] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [   14.439214] devtmpfs: mounted
    [   14.442478] Freeing unused kernel memory: 1984K
    [   14.447033] Run /sbin/init as init process
    [   14.451119]   with arguments:
    [   14.451121]     /sbin/init
    [   14.451123]   with environment:
    [   14.451125]     HOME=/
    [   14.451127]     TERM=linux
    [   14.593220] systemd[1]: System time before build time, advancing clock.
    [   14.650978] NET: Registered protocol family 10
    [   14.655862] Segment Routing with IPv6
    [   14.671408] systemd[1]: systemd 244 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)
    [   14.692883] systemd[1]: Detected architecture arm64.
    [   14.727649] systemd[1]: Set hostname to <j7-evm>.
    [   14.902594] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock \xe2\x86\x92 /run/docker.sock; please update the unit file accordingly.
    [   14.967600] random: systemd: uninitialized urandom read (16 bytes read)
    [   14.974337] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [   14.986662] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [   14.996546] systemd[1]: Created slice system-getty.slice.
    [   15.018760] random: systemd: uninitialized urandom read (16 bytes read)
    [   15.026017] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [   15.046749] random: systemd: uninitialized urandom read (16 bytes read)
    [   15.053994] systemd[1]: Created slice system-serial\x2dgetty9600.slice.
    [   15.075413] systemd[1]: Created slice User and Session Slice.
    [   15.098873] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [   15.122801] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [   15.146809] systemd[1]: Reached target Paths.
    [   15.162735] systemd[1]: Reached target Remote File Systems.
    [   15.182731] systemd[1]: Reached target Slices.
    [   15.198735] systemd[1]: Reached target Swap.
    [   15.216463] systemd[1]: Listening on RPCbind Server Activation Socket.
    [   15.238761] systemd[1]: Reached target RPC Port Mapper.
    [   15.261291] systemd[1]: Listening on Process Core Dump Socket.
    [   15.282855] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [   15.314743] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [   15.323050] systemd[1]: Listening on Journal Socket (/dev/log).
    [   15.342942] systemd[1]: Listening on Journal Socket.
    [   15.358993] systemd[1]: Listening on Network Service Netlink Socket.
    [   15.382922] systemd[1]: Listening on udev Control Socket.
    [   15.402831] systemd[1]: Listening on udev Kernel Socket.
    [   15.425376] systemd[1]: Mounting Huge Pages File System...
    [   15.444901] systemd[1]: Mounting POSIX Message Queue File System...
    [   15.469368] systemd[1]: Mounting Kernel Debug File System...
    [   15.490153] systemd[1]: Mounting Temporary Directory (/tmp)...
    [   15.509731] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [   15.537663] systemd[1]: Starting Start psplash boot splash screen...
    [   15.561829] systemd[1]: Starting RPC Bind...
    [   15.574873] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [   15.586976] systemd[1]: Starting Journal Service...
    [   15.615402] systemd[1]: Starting Load Kernel Modules...
    [   15.631055] cryptodev: loading out-of-tree module taints kernel.
    [   15.638126] cryptodev: driver 1.10 loaded.
    [   15.644875] systemd[1]: Starting Remount Root and Kernel File Systems...
    [   15.666115] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [   15.677249] systemd[1]: Starting udev Coldplug all Devices...
    [   15.697362] systemd[1]: Started RPC Bind.
    [   15.711324] systemd[1]: Mounted Huge Pages File System.
    [   15.731093] systemd[1]: Mounted POSIX Message Queue File System.
    [   15.755081] systemd[1]: Mounted Kernel Debug File System.
    [   15.775073] systemd[1]: Mounted Temporary Directory (/tmp).
    [   15.803111] systemd[1]: Started Journal Service.
    [   15.958530] systemd-journald[182]: Received client request to flush runtime journal.
    [   16.422301] CAN device driver interface
    [   16.568832] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
    [   16.607077] ina2xx 5-0040: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.616573] ina2xx 5-0041: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.634928] ina2xx 5-0042: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.656059] ina2xx 5-0043: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.671559] img_enc 4200000.video-encoder: encoder registered as /dev/video0
    [   16.684517] ina2xx 5-0044: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.694459] ina2xx 5-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [   16.715358] ina2xx 5-0046: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.727148] ina2xx 5-0047: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.737941] ina2xx 5-0048: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.763512] img_dec 4300000.video-decoder: decoder registered as /dev/video1
    [   16.772157] ina2xx 5-0049: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.779758] ina2xx 5-004a: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.795830] ina2xx 5-004b: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.819891] ina2xx 5-004c: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.832506] nvme 0001:04:00.0: assign IRQ: got 63
    [   16.832714] nvme nvme0: pci function 0001:04:00.0
    [   16.838936] nvme 0001:04:00.0: enabling device (0000 -> 0002)
    [   16.844839] nvme 0001:04:00.0: enabling bus mastering
    [   16.844983] nvme 0001:04:00.0: saving config space at offset 0x0 (reading 0x500d2646)
    [   16.844990] nvme 0001:04:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   16.844996] nvme 0001:04:00.0: saving config space at offset 0x8 (reading 0x1080201)
    [   16.845001] nvme 0001:04:00.0: saving config space at offset 0xc (reading 0x0)
    [   16.845006] nvme 0001:04:00.0: saving config space at offset 0x10 (reading 0x18300004)
    [   16.845011] nvme 0001:04:00.0: saving config space at offset 0x14 (reading 0x0)
    [   16.845016] nvme 0001:04:00.0: saving config space at offset 0x18 (reading 0x0)
    [   16.845021] nvme 0001:04:00.0: saving config space at offset 0x1c (reading 0x0)
    [   16.845027] nvme 0001:04:00.0: saving config space at offset 0x20 (reading 0x0)
    [   16.845032] nvme 0001:04:00.0: saving config space at offset 0x24 (reading 0x0)
    [   16.845037] nvme 0001:04:00.0: saving config space at offset 0x28 (reading 0x0)
    [   16.845043] nvme 0001:04:00.0: saving config space at offset 0x2c (reading 0x500d2646)
    [   16.845048] nvme 0001:04:00.0: saving config space at offset 0x30 (reading 0x0)
    [   16.845053] nvme 0001:04:00.0: saving config space at offset 0x34 (reading 0x80)
    [   16.845058] nvme 0001:04:00.0: saving config space at offset 0x38 (reading 0x0)
    [   16.845063] nvme 0001:04:00.0: saving config space at offset 0x3c (reading 0x13f)
    [   16.852652] ina2xx 5-004d: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.859657] nvme 0002:01:00.0: assign IRQ: got 76
    [   16.860783] nvme nvme0: missing or invalid SUBNQN field.
    [   16.869380] nvme nvme0: 2/0/0 default/read/poll queues
    [   16.875456] nvme nvme1: pci function 0002:01:00.0
    [   16.881459] nvme 0002:01:00.0: enabling device (0000 -> 0002)
    [   16.888231] nvme 0002:01:00.0: enabling bus mastering
    [   16.888356] nvme 0002:01:00.0: saving config space at offset 0x0 (reading 0x500d2646)
    [   16.888362] nvme 0002:01:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   16.888367] nvme 0002:01:00.0: saving config space at offset 0x8 (reading 0x1080201)
    [   16.888372] nvme 0002:01:00.0: saving config space at offset 0xc (reading 0x0)
    [   16.888377] nvme 0002:01:00.0: saving config space at offset 0x10 (reading 0x100004)
    [   16.888382] nvme 0002:01:00.0: saving config space at offset 0x14 (reading 0x0)
    [   16.888387] nvme 0002:01:00.0: saving config space at offset 0x18 (reading 0x0)
    [   16.888392] nvme 0002:01:00.0: saving config space at offset 0x1c (reading 0x0)
    [   16.888397] nvme 0002:01:00.0: saving config space at offset 0x20 (reading 0x0)
    [   16.888401] nvme 0002:01:00.0: saving config space at offset 0x24 (reading 0x0)
    [   16.888407] nvme 0002:01:00.0: saving config space at offset 0x28 (reading 0x0)
    [   16.888412] nvme 0002:01:00.0: saving config space at offset 0x2c (reading 0x500d2646)
    [   16.888416] nvme 0002:01:00.0: saving config space at offset 0x30 (reading 0x0)
    [   16.888421] nvme 0002:01:00.0: saving config space at offset 0x34 (reading 0x80)
    [   16.888426] nvme 0002:01:00.0: saving config space at offset 0x38 (reading 0x0)
    [   16.888430] nvme 0002:01:00.0: saving config space at offset 0x3c (reading 0x14c)
    [   16.892502] nvme nvme1: missing or invalid SUBNQN field.
    [   16.904280] nvme nvme1: 2/0/0 default/read/poll queues
    [   16.911435] ina2xx 5-004e: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.925344] ina2xx 5-004f: power monitor ina226 (Rshunt = 10000 uOhm)
    [   16.966086] usbcore: registered new interface driver usbfs
    [   17.126517] usbcore: registered new interface driver hub
    [   17.142984] usbcore: registered new device driver usb
    [   17.175314] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   17.200863] xhci_hcd 0001:03:00.0: assign IRQ: got 0
    [   17.200950] xhci_hcd 0001:03:00.0: enabling bus mastering
    [   17.200960] xhci_hcd 0001:03:00.0: xHCI Host Controller
    [   17.208945] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [   17.336143] PVR_K:  202: Read BVNC 22.104.208.318 from HW device registers
    [   17.357172] PVR_K:  202: RGX Device registered with BVNC 22.104.208.318
    [   17.389677] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 1
    [   17.398870] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [   17.412216] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
    [   17.473095] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   17.504073] xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 1
    [   17.575311] [drm] Initialized pvr 1.13.5776728 20170530 for 4e20000000.gpu on minor 0
    [   17.595893] platform 41000000.r5f: configured R5F for IPC-only mode
    [   17.602196] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [   17.609485] remoteproc remoteproc0: 4d80800000.dsp is available
    [   17.623604] remoteproc remoteproc0: powering up 4d80800000.dsp
    [   17.629437] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 144692
    [   17.641557] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [   17.641983] xhci_hcd 0001:03:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
    [   17.660677] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200400
    [   17.670254]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [   17.680007] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   17.680969] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [   17.687775]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [   17.692503] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   17.701579] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [   17.706140] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   17.812621] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   17.858151] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [   17.883238] xhci_hcd 0001:03:00.0: enabling Mem-Wr-Inval
    [   17.906905] remoteproc remoteproc1: 41000000.r5f is available
    [   17.913893] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   17.971424] remoteproc remoteproc1: attaching to 41000000.r5f
    [   17.977735] remoteproc remoteproc2: 4d81800000.dsp is available
    [   17.987202] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   18.006884] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [   18.015932] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   18.029090] remoteproc remoteproc2: powering up 4d81800000.dsp
    [   18.034997] remoteproc remoteproc2: Booting fw image j7-c66_1-fw, size 144692
    [   18.043044] usb usb1: Product: xHCI Host Controller
    [   18.048284] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200400
    [   18.058893]  remoteproc1#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [   18.067340]  remoteproc2#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [   18.078979] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   18.083389] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   18.084495]  remoteproc2#vdev0buffer: registered virtio1 (type 7)
    [   18.094752] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   18.100292] remoteproc remoteproc2: remote processor 4d81800000.dsp is now up
    [   18.121999] usb usb1: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   18.134744] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   18.142290] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [   18.146561]  remoteproc1#vdev0buffer: registered virtio2 (type 7)
    [   18.149156] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   18.280956] remoteproc remoteproc1: remote processor 41000000.r5f is now attached
    [   18.297252] remoteproc remoteproc3: 64800000.dsp is available
    [   18.319121] usb usb1: SerialNumber: 0001:03:00.0
    [   18.386728] random: crng init done
    [   18.390127] random: 7 urandom warning(s) missed due to ratelimiting
    [   18.441379] hub 1-0:1.0: USB hub found
    [   18.446092] hub 1-0:1.0: 2 ports detected
    [   18.456461] platform 5c00000.r5f: configured R5F for remoteproc mode
    [   18.471892] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   18.485578] xhci_hcd 0001:03:00.0: xHCI Host Controller
    [   18.491220] remoteproc remoteproc4: 5c00000.r5f is available
    [   18.493872] xhci_hcd 0001:03:00.0: new USB bus registered, assigned bus number 2
    [   18.506485] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   18.512677] xhci_hcd 0001:03:00.0: Host supports USB 3.1 Enhanced SuperSpeed
    [   18.527921] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   18.555166] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   18.570344] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   18.576430] remoteproc remoteproc3: powering up 64800000.dsp
    [   18.584558] remoteproc remoteproc4: powering up 5c00000.r5f
    [   18.590193] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 626036
    [   18.598800] remoteproc remoteproc3: Booting fw image j7-c71_0-fw, size 10489000
    [   18.606099] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   18.606103] usb usb2: Product: xHCI Host Controller
    [   18.606106] usb usb2: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   18.606108] usb usb2: SerialNumber: 0001:03:00.0
    [   18.609538] remoteproc remoteproc5: 5d00000.r5f is available
    [   18.617850]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [   18.626373] hub 2-0:1.0: USB hub found
    [   18.634739] remoteproc remoteproc3: unsupported resource 65538
    [   18.653456] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   18.659031]  remoteproc4#vdev0buffer: registered virtio3 (type 7)
    [   18.665212] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   18.672763] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
    [   18.682261]  remoteproc3#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [   18.691260] remoteproc remoteproc5: powering up 5d00000.r5f
    [   18.696869] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 98444
    [   18.706534] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   18.712667] hub 2-0:1.0: 2 ports detected
    [   18.716822]  remoteproc3#vdev0buffer: registered virtio4 (type 7)
    [   18.722969] remoteproc remoteproc3: remote processor 64800000.dsp is now up
    [   18.730146] virtio_rpmsg_bus virtio4: creating channel ti.ipc4.ping-pong addr 0xd
    [   18.737740] virtio_rpmsg_bus virtio4: creating channel rpmsg_chrdev addr 0xe
    [   18.743045] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   18.748963] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   18.751433] usb 1-1: new high-speed USB device number 2 using xhci_hcd
    [   18.758201]  remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
    [   18.773096] virtio_rpmsg_bus virtio5: rpmsg host is online
    [   18.778654]  remoteproc5#vdev0buffer: registered virtio5 (type 7)
    [   18.786630] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
    [   18.793933] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
    [   18.794892] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   18.801918] xhci_hcd 0001:06:00.0: assign IRQ: got 0
    [   18.809886] xhci_hcd 0001:06:00.0: enabling bus mastering
    [   18.809897] xhci_hcd 0001:06:00.0: xHCI Host Controller
    [   18.817454] xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 3
    [   18.828683] xhci_hcd 0001:06:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890
    [   18.841227] xhci_hcd 0001:06:00.0: enabling Mem-Wr-Inval
    [   18.842606] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   18.853192] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   18.881914] usb usb3: Product: xHCI Host Controller
    [   18.889371] remoteproc remoteproc6: 5e00000.r5f is available
    [   18.906763] usb usb3: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   18.919167] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   18.921770] usb 1-1: New USB device found, idVendor=2109, idProduct=2822, bcdDevice=90.14
    [   18.932244] usb usb3: SerialNumber: 0001:06:00.0
    [   18.937900] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [   18.945712] remoteproc remoteproc6: powering up 5e00000.r5f
    [   18.948327] usb 1-1: Product: USB2.0 Hub             
    [   18.951389] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 98444
    [   18.956360] usb 1-1: Manufacturer: VIA Labs, Inc.         
    [   18.956363] usb 1-1: SerialNumber: 000000001
    [   18.974828] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   18.982419] hub 3-0:1.0: USB hub found
    [   18.984668] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
    [   18.989493] hub 1-1:1.0: USB hub found
    [   18.995362] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   18.997988] hub 1-1:1.0: 4 ports detected
    [   19.005143]  remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
    [   19.022773] hub 3-0:1.0: 1 port detected
    [   19.027322] virtio_rpmsg_bus virtio6: rpmsg host is online
    [   19.036049]  remoteproc6#vdev0buffer: registered virtio6 (type 7)
    [   19.044148] remoteproc remoteproc7: 5f00000.r5f is available
    [   19.045971] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
    [   19.059129] xhci_hcd 0001:06:00.0: xHCI Host Controller
    [   19.064591] remoteproc remoteproc7: powering up 5f00000.r5f
    [   19.066726] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
    [   19.070183] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 98444
    [   19.094759] xhci_hcd 0001:06:00.0: new USB bus registered, assigned bus number 4
    [   19.103433]  remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
    [   19.110730] xhci_hcd 0001:06:00.0: Host supports USB 3.0 SuperSpeed
    [   19.114786] virtio_rpmsg_bus virtio7: rpmsg host is online
    [   19.121143] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   19.123580] usb 2-1: new SuperSpeedPlus Gen 2 USB device number 2 using xhci_hcd
    [   19.131794] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   19.146435] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
    [   19.149387]  remoteproc7#vdev0buffer: registered virtio7 (type 7)
    [   19.154018] usb usb4: Product: xHCI Host Controller
    [   19.165055] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
    [   19.166190] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
    [   19.195422] usb usb4: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   19.203298] usb usb4: SerialNumber: 0001:06:00.0
    [   19.210991] hub 4-0:1.0: USB hub found
    [   19.224277] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
    [   19.224569] hub 4-0:1.0: 4 ports detected
    [   19.304088] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [   19.314727] usb 3-1: new high-speed USB device number 2 using xhci_hcd
    [   19.350967] xhci_hcd 0001:0a:00.0: assign IRQ: got 0
    [   19.351047] xhci_hcd 0001:0a:00.0: enabling bus mastering
    [   19.351056] xhci_hcd 0001:0a:00.0: xHCI Host Controller
    [   19.372727] xhci_hcd 0001:0a:00.0: new USB bus registered, assigned bus number 5
    [   19.389368] xhci_hcd 0001:0a:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x0000040000000890
    [   19.415958] xhci_hcd 0001:0a:00.0: enabling Mem-Wr-Inval
    [   19.419111] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   19.442391] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   19.455108] usb usb5: Product: xHCI Host Controller
    [   19.462178] usb usb5: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   19.487462] usb usb5: SerialNumber: 0001:0a:00.0
    [   19.496816] usb 3-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
    [   19.506908] usb 3-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
    [   19.514619] usb 2-1: New USB device found, idVendor=2109, idProduct=0822, bcdDevice=90.14
    [   19.523984] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [   19.538343] usb 3-1: Product: USB2.0 Hub
    [   19.542531] usb 2-1: Product: USB3.1 Hub             
    [   19.547719] usb 2-1: Manufacturer: VIA Labs, Inc.         
    [   19.548385] hub 5-0:1.0: USB hub found
    [   19.556250] usb 2-1: SerialNumber: 000000001
    [   19.562909] hub 3-1:1.0: USB hub found
    [   19.566864] hub 3-1:1.0: 4 ports detected
    [   19.578558] hub 2-1:1.0: USB hub found
    [   19.583378] hub 2-1:1.0: 4 ports detected
    [   19.586617] m_can_platform 40568000.can: m_can device registered (irq=25, version=32)
    [   19.611098] m_can_platform 40528000.can: m_can device registered (irq=23, version=32)
    [   19.626512] m_can_platform 2701000.can: m_can device registered (irq=55, version=32)
    [   19.646060] m_can_platform 2721000.can: m_can device registered (irq=57, version=32)
    [   19.659302] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
    [   19.731173] hub 5-0:1.0: 1 port detected
    [   19.756305] xhci_hcd 0001:0a:00.0: xHCI Host Controller
    [   19.761546] xhci_hcd 0001:0a:00.0: new USB bus registered, assigned bus number 6
    [   19.768986] xhci_hcd 0001:0a:00.0: Host supports USB 3.0 SuperSpeed
    [   19.775367] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   19.791768] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   19.799880] usb usb6: Product: xHCI Host Controller
    [   19.804775] usb usb6: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   19.813164] usb usb6: SerialNumber: 0001:0a:00.0
    [   19.843298] hub 6-0:1.0: USB hub found
    [   19.848939] hub 6-0:1.0: 4 ports detected
    [   19.874728] usb 3-1.2: new high-speed USB device number 3 using xhci_hcd
    [   19.932256] virtio_rpmsg_bus virtio3: creating channel ti.ethfw.notifyservice addr 0x1e
    [   19.991137] virtio_rpmsg_bus virtio3: creating channel rpmsg-kdrv addr 0x1a
    [   20.000124] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 2
    [   20.014752] usb 5-1: new high-speed USB device number 2 using xhci_hcd
    [   20.023768] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0)  2/Feb/2022 SHA:bd5a13f4
    [   20.034877] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 2
    [   20.064602] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0)  2/Feb/2022 SHA:bd5a13f4
    [   20.157429] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rpmsg attach_ext - rx_mtu:1522 features:0000000B tx_mtu[0]:2024 flow_idx:172 tx_cpsw_psil_dst_id:51712 mac_addr:70:ff:76:1d:92:c1 mac-only:0
    [   20.185584] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   20.202203] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:0000000B rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00 mac_only:0
    [   20.218353] usb 5-1: New USB device found, idVendor=2109, idProduct=3431, bcdDevice= 4.20
    [   20.233654] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
    [   20.246741] usb 5-1: Product: USB2.0 Hub
    [   20.254458] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c1
    [   20.266844] hub 5-1:1.0: USB hub found
    [   20.267765] usb 2-1.4: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
    [   20.277876] hub 5-1:1.0: 4 ports detected
    [   20.302895] usb 2-1.4: New USB device found, idVendor=05e3, idProduct=0749, bcdDevice=15.32
    [   20.311247] usb 2-1.4: New USB device strings: Mfr=3, Product=4, SerialNumber=2
    [   20.322719] usb 2-1.4: Product: USB3.0 Card Reader
    [   20.327538] usb 2-1.4: Manufacturer: Generic
    [   20.331833] usb 2-1.4: SerialNumber: 000000001532
    [   20.349343] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: rpmsg attach_ext - rx_mtu:1522 features:00000007 tx_mtu[0]:2024 flow_idx:173 tx_cpsw_psil_dst_id:51713 mac_addr:70:ff:76:1d:92:c2 mac-only:1
    [   20.374130] usb 3-1.2: New USB device found, idVendor=8564, idProduct=1000, bcdDevice= 1.00
    [   20.385704] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
    [   20.398966] usb 3-1.2: Product: Mass Storage Device
    [   20.404919] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: virt_cpsw_nuss mac loaded
    [   20.418171] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: rdev_features:00000007 rdev_mtu:1522 flow_id:173 tx_psil_dst_id:4A01 mac_only:1
    [   20.434615] usb 3-1.2: Manufacturer: JetFlash
    [   20.442340] usb 3-1.2: SerialNumber: FPCHI2GH
    [   20.455764] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c2
    [   20.852011] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [   20.867058] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [   20.879999] remoteproc remoteproc8: b034000.pru is available
    [   20.911145] remoteproc remoteproc9: b004000.rtu is available
    [   20.947389] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   20.952695] remoteproc remoteproc10: b00a000.txpru is available
    [   20.960063] remoteproc remoteproc11: b038000.pru is available
    [   20.966039] remoteproc remoteproc12: b006000.rtu is available
    [   20.972112] remoteproc remoteproc13: b00c000.txpru is available
    [   20.982014] remoteproc remoteproc14: b134000.pru is available
    [   21.003464] remoteproc remoteproc15: b104000.rtu is available
    [   21.030471] remoteproc remoteproc16: b10a000.txpru is available
    [   21.037645] remoteproc remoteproc17: b138000.pru is available
    [   21.050474] remoteproc remoteproc18: b106000.rtu is available
    [   21.061052] remoteproc remoteproc19: b10c000.txpru is available
    [   21.749670] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   21.822901] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 7
    [   21.850952] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
    [   21.864854] xhci-hcd xhci-hcd.2.auto: irq 673, io mem 0x06410000
    [   21.881009] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   21.889604] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   21.894743] EXT4-fs (nvme1n1): mounted filesystem with ordered data mode. Opts: (null)
    [   21.897201] usb usb7: Product: xHCI Host Controller
    [   21.911034] usb usb7: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   21.918530] usb usb7: SerialNumber: xhci-hcd.2.auto
    [   21.925360] hub 7-0:1.0: USB hub found
    [   21.932663] hub 7-0:1.0: 1 port detected
    [   21.939351] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   21.944858] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 8
    [   21.954046] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   21.960634] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
    [   21.968868] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   21.980265] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   21.987498] usb usb8: Product: xHCI Host Controller
    [   21.992390] usb usb8: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   22.001916] usb usb8: SerialNumber: xhci-hcd.2.auto
    [   22.007218] hub 8-0:1.0: USB hub found
    [   22.008346] usb-storage 2-1.4:1.0: USB Mass Storage device detected
    [   22.011007] hub 8-0:1.0: 1 port detected
    [   22.026592] scsi host1: usb-storage 2-1.4:1.0
    [   22.031832] usb-storage 3-1.2:1.0: USB Mass Storage device detected
    [   22.039220] scsi host2: usb-storage 3-1.2:1.0
    [   22.044033] usbcore: registered new interface driver usb-storage
    [   22.198701] usb 7-1: new high-speed USB device number 2 using xhci-hcd
    [   22.350964] usb 7-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
    [   22.359128] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [   22.366252] usb 7-1: SerialNumber: 7F0600790B90
    [   22.371609] hub 7-1:1.0: USB hub found
    [   22.375394] hub 7-1:1.0: 4 ports detected
    [   23.035849] scsi 1:0:0:0: Direct-Access     Generic  STORAGE DEVICE   1532 PQ: 0 ANSI: 6
    [   23.068338] scsi 2:0:0:0: Direct-Access     JetFlash Transcend 32GB   8.07 PQ: 0 ANSI: 4
    [   23.077338] sd 2:0:0:0: [sdd] 61063168 512-byte logical blocks: (31.3 GB/29.1 GiB)
    [   23.086510] sd 2:0:0:0: [sdd] Write Protect is off
    [   23.091669] sd 2:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [   23.092337] sd 2:0:0:0: [sdd] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [   23.120444]  sdd: sdd1 sdd2
    [   23.132636] sd 2:0:0:0: [sdd] Attached SCSI removable disk
    [   23.396046] sd 1:0:0:0: [sdc] 30869504 512-byte logical blocks: (15.8 GB/14.7 GiB)
    [   23.404317] sd 1:0:0:0: [sdc] Write Protect is off
    [   23.409117] sd 1:0:0:0: [sdc] Mode Sense: 21 00 00 00
    [   23.409822] sd 1:0:0:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
    [   23.443367]  sdc: sdc1 sdc2
    [   23.448863] sd 1:0:0:0: [sdc] Attached SCSI removable disk
    [   24.169554] EXT4-fs (sdc2): mounted filesystem with ordered data mode. Opts: (null)
    [   24.933671] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: virt_cpsw_nuss mac started
    [   25.279399] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    [   25.316374] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
    [   25.329796] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [   52.282726] nvme nvme0: I/O 584 QID 1 timeout, aborting
    [  113.722737] nvme nvme0: I/O 24 QID 0 timeout, completion polled
    [  113.728655] nvme nvme0: Abort status: 0x0
    [  137.411493] Bluetooth: Core ver 2.22
    [  137.418874] NET: Registered protocol family 31
    [  137.428986] Bluetooth: HCI device and connection manager initialized
    [  137.438760] Bluetooth: HCI socket layer initialized
    [  137.446769] Bluetooth: L2CAP socket layer initialized
    [  137.458773] Bluetooth: SCO socket layer initialized
    [  138.014025] PVR_K:  1365: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
    [  144.442735] nvme nvme0: I/O 258 QID 2 timeout, aborting
    [  145.737897] Initializing XFRM netlink socket
    [  148.438064] process 'docker/tmp/qemu-check659161302/check' started with executable stack
    [  205.882716] nvme nvme0: I/O 25 QID 0 timeout, completion polled
    [  205.888649] nvme nvme0: Abort status: 0x0
    root@j7-evm:/# 

    A timeout also occurs when mounting the SSD after starting the device.

    root@j7-evm:/# /usr/sbin/lspci -vvt
    -+-[0002:00]---00.0-[01]----00.0  Kingston Technology Company, Inc. Device 500d
     +-[0001:00]---00.0-[01-0b]----00.0-[02-0b]--+-01.0-[03]----00.0  ASMedia Technology Inc. Device 3142
     |                                           +-04.0-[04]----00.0  Kingston Technology Company, Inc. Device 500d
     |                                           +-05.0-[05]--
     |                                           +-06.0-[06]----00.0  VIA Technologies, Inc. VL805 USB 3.0 Host Controller
     |                                           +-07.0-[07]--
     |                                           +-08.0-[08]--
     |                                           +-09.0-[09]--
     |                                           +-0a.0-[0a]----00.0  VIA Technologies, Inc. VL805 USB 3.0 Host Controller
     |                                           \-0b.0-[0b]--
     \-[0000:00]---00.0-[01]--
    root@j7-evm:/#
    root@j7-evm:/# mount /dev/nvme0n1 /home/root/mount1/
    [  412.730730] nvme nvme0: I/O 585 QID 1 timeout, aborting
    [  474.170743] nvme nvme0: I/O 26 QID 0 timeout, completion polled
    [  474.176667] nvme nvme0: Abort status: 0x0
    [  504.890745] nvme nvme0: I/O 263 QID 2 timeout, aborting
    [  566.330719] nvme nvme0: I/O 27 QID 0 timeout, completion polled
    [  566.336642] nvme nvme0: Abort status: 0x0
    [  597.050739] nvme nvme0: I/O 266 QID 2 timeout, aborting
    [  658.490749] nvme nvme0: I/O 28 QID 0 timeout, completion polled
    [  658.496676] nvme nvme0: Abort status: 0x0
    [  689.210736] nvme nvme0: I/O 588 QID 1 timeout, aborting
    [  750.650729] nvme nvme0: I/O 29 QID 0 timeout, completion polled
    [  750.656655] nvme nvme0: Abort status: 0x0
    [  781.370741] nvme nvme0: I/O 590 QID 1 timeout, aborting
    [  842.810760] nvme nvme0: I/O 24 QID 0 timeout, completion polled
    [  842.816684] nvme nvme0: Abort status: 0x0
    [  873.530742] nvme nvme0: I/O 270 QID 2 timeout, aborting
    [  934.970731] nvme nvme0: I/O 25 QID 0 timeout, completion polled
    [  934.976662] nvme nvme0: Abort status: 0x0
    [  965.690736] nvme nvme0: I/O 273 QID 2 timeout, aborting
    [ 1027.130764] nvme nvme0: I/O 28 QID 0 timeout, completion polled
    [ 1027.136701] nvme nvme0: Abort status: 0x0
    [ 1057.850726] nvme nvme0: I/O 593 QID 1 timeout, aborting
    [ 1119.290875] nvme nvme0: I/O 29 QID 0 timeout, completion polled
    [ 1119.296807] nvme nvme0: Abort status: 0x0
    [ 1150.010732] nvme nvme0: I/O 591 QID 1 timeout, aborting
    [ 1211.450718] nvme nvme0: I/O 28 QID 0 timeout, completion polled
    [ 1211.456649] nvme nvme0: Abort status: 0x0
    [ 1242.170733] nvme nvme0: I/O 274 QID 2 timeout, aborting
    [ 1242.179382] EXT4-fs (nvme0n1): recovery complete
    [ 1242.184010] EXT4-fs (nvme0n1): mounted filesystem with ordered data mode. Opts: (null)
    root@j7-evm:/# [ 1303.610717] nvme nvme0: I/O 26 QID 0 timeout, completion polled
    [ 1303.616641] nvme nvme0: Abort status: 0x0

    Even after applying the patch you suggested in the second step, this phenomenon still occurred.

    Best regards,
    Takumi

  • Hi Takumi-san,

    Looking through some forum posts, it seems one way these error logs could occur is related to filesystem type. Can you confirm whether the SSD is partitioned and formatted for ext4 (Linux filesystem)?

    Regards,

    Takuma

  • Hi Takuma-san,

    Both SSDs I'm using are formatted as ext4.

    Best regards,
    Takumi

  • Hi Takumi-san,

    As a disclaimer, this will be a hard issue to debug on our end, since we do not have a PCIe switch capable of connecting more than 2x devices, and looking online, it seems 4 lane PCIe switches that fit the TI EVM PCIe slots are very rare.

    With that in mind, a couple of suggestions.

    Regards,

    Takuma

  • Hi Takuma-san,

    Is it possible to increase the number of PCIe device by connecting two PCIeSWs to PCIe0 and PCIe1 on the EVM?

    Thank you for the information on the patch.
    I'll try it.

    Best regards,
    Takumi

  • Hi Takumi,

    Yes, I can try some experiments out on my end, but it will take some time to see if I can recreate this issue. As a starting point, I have suspicion with errata i2086 which we had encountered previously. It could be that specific SSD cards send a CRS response, which is another way to cause the i2086 errata to trigger.

    One experiment is to see if instead of adding three PCIe devices at once, plug in only one SSD drives at a time, to determine if the issue is caused by a particular single SSD card. As I posted in my previous response, there are certain SSD drives that have known issues.

    Regards,

    Takuma

  • Hello, Takuma-san.

    I've tried applying patches and troubleshooting.
    I'm still getting timeouts.

    I tried the following, but it was NG.

    1. Patch PCIe timings (https://lore.kernel.org/lkml/20230718155515.GA483233@bhelgaas/t/#mec5605da44ba1925cb5bd92dd00d8745cda43cf0)

    2. Corrected so that nvme_core.default_ps_max_latency_us=0 at startup

    3. Execute both 1 and 2

    I also tried adding only one of his SSD cards instead of three PCIe devices, but no timeouts occurred here.

    thank you,
    Takumi

  • Hi Takumi,

    Got it. Please let me know if you see other behavior that might locate what the issue could be.

    I have recently found a single SSD from Samsung that creates similar error logs when plugging only that SSD. If all of your SSD does not have this behavior when individually plugged in, then I assume the issue I have seen on my end is similar but separate.

    Regards,

    Takuma

  • Hi Takumi-san,

    As a warning, many of the US team including myself will be out due to holiday season this week, so responses will be delayed.

    Apologies for the inconvenience, and thank you for your patience.
    Regards,

    Takuma

  • Hi Takuma-san,

    What is the status of confirmation after that?

    As new information, I removed all SSDs and confirmed it.
    When I connected 3 sets of PCIe-USB board + USB memory to PCIeSW, the following Timeout message was displayed. (occurrence frequency is low)

    [ 22.855937] ITS queue timeout (33856 33632)
    [ 22.860118] ITS cmd its_build_inv_cmd failed
    [ 24.296590] ITS queue timeout (33920 33632)
    [ 24.300772] ITS cmd its_build_discard_cmd failed

    Best regards,
    Takumi

  • Hi Takumi-san,

    So far, I have not been able to replicate the observed issue. For example, below logs are what I am seeing when I connect 2xSSD and 1xWiFi card. 2 devices connected through switch and 1 device connected on a separate PCIe slot.

    root@j7-evm:~# dmesg | grep pci
    [    1.197022] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.204700] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.212977] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.221254] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.340443] j721e-pcie 2900000.pcie: Link up
    [    1.344867] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    1.351274] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    1.356880] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    1.366570] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    1.373622] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    1.379760] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    1.389710] pci 0000:00:00.0: supports D1
    [    1.393805] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    1.399691] pci 0000:00:00.0: reg 0x224: [mem 0x00000000-0x003fffff 64bit]
    [    1.406720] pci 0000:00:00.0: VF(n) BAR0 space: [mem 0x00000000-0x00ffffff 64bit] (contains BAR0 for 4 VFs)
    [    1.418911] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.427187] pci 0000:01:00.0: [144d:a809] type 00 class 0x010802
    [    1.433358] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    1.440583] pci 0000:01:00.0: 7.876 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x1 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    1.469386] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    1.476163] pci 0000:00:00.0: BAR 7: assigned [mem 0x10400000-0x113fffff 64bit]
    [    1.483636] pci 0000:00:00.0: BAR 14: assigned [mem 0x10100000-0x101fffff]
    [    1.490664] pci 0000:01:00.0: BAR 0: assigned [mem 0x10100000-0x10103fff 64bit]
    [    1.498149] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    1.503221] pci 0000:00:00.0:   bridge window [mem 0x10100000-0x101fffff]
    [    1.510261] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
    [    1.516610] pcieport 0000:00:00.0: PME: Signaling with IRQ 68
    [    1.523005] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    1.530676] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    1.538952] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    1.547229] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    1.658349] j721e-pcie 2910000.pcie: Link up
    [    1.662767] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    1.669174] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    1.674779] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    1.684647] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    1.691690] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    1.697828] pci_bus 0001:00: 2-byte config write to 0001:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    1.707757] pci 0001:00:00.0: supports D1
    [    1.711851] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    1.719858] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.728124] pci 0001:01:00.0: [1b21:2812] type 01 class 0x060400
    [    1.734339] pci 0001:01:00.0: enabling Extended Tags
    [    1.739559] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
    [    1.745875] pci 0001:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
    [    1.773270] pci 0001:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.781587] pci 0001:02:00.0: [1b21:2812] type 01 class 0x060400
    [    1.787806] pci 0001:02:00.0: enabling Extended Tags
    [    1.793029] pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
    [    1.799969] pci 0001:02:08.0: [1b21:2812] type 01 class 0x060400
    [    1.806188] pci 0001:02:08.0: enabling Extended Tags
    [    1.811410] pci 0001:02:08.0: PME# supported from D0 D3hot D3cold
    [    1.819310] pci 0001:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.827502] pci 0001:02:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    1.835833] pci 0001:03:00.0: [8086:2526] type 00 class 0x028000
    [    1.842016] pci 0001:03:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    1.849199] pci 0001:03:00.0: PME# supported from D0 D3hot D3cold
    [    1.869418] pci_bus 0001:03: busn_res: [bus 03-ff] end is updated to 03
    [    1.876313] pci 0001:04:00.0: [1987:5013] type 00 class 0x010802
    [    1.882490] pci 0001:04:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    1.889741] pci 0001:04:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    1.917524] pci_bus 0001:04: busn_res: [bus 04-ff] end is updated to 04
    [    1.924291] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to 04
    [    1.931055] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 04
    [    1.937827] pci 0001:00:00.0: BAR 14: assigned [mem 0x18100000-0x182fffff]
    [    1.944854] pci 0001:01:00.0: BAR 14: assigned [mem 0x18100000-0x182fffff]
    [    1.951881] pci 0001:02:00.0: BAR 14: assigned [mem 0x18100000-0x181fffff]
    [    1.958906] pci 0001:02:08.0: BAR 14: assigned [mem 0x18200000-0x182fffff]
    [    1.965933] pci 0001:03:00.0: BAR 0: assigned [mem 0x18100000-0x18103fff 64bit]
    [    1.973423] pci 0001:02:00.0: PCI bridge to [bus 03]
    [    1.978502] pci 0001:02:00.0:   bridge window [mem 0x18100000-0x181fffff]
    [    1.985454] pci 0001:04:00.0: BAR 0: assigned [mem 0x18200000-0x18203fff 64bit]
    [    1.992942] pci 0001:02:08.0: PCI bridge to [bus 04]
    [    1.998018] pci 0001:02:08.0:   bridge window [mem 0x18200000-0x182fffff]
    [    2.004965] pci 0001:01:00.0: PCI bridge to [bus 02-04]
    [    2.010308] pci 0001:01:00.0:   bridge window [mem 0x18100000-0x182fffff]
    [    2.017256] pci 0001:00:00.0: PCI bridge to [bus 01-04]
    [    2.022594] pci 0001:00:00.0:   bridge window [mem 0x18100000-0x182fffff]
    [    2.029631] pcieport 0001:00:00.0: enabling device (0000 -> 0002)
    [    2.035982] pcieport 0001:00:00.0: PME: Signaling with IRQ 71
    [    2.041991] pcieport 0001:01:00.0: enabling device (0000 -> 0002)
    [    2.048397] pcieport 0001:02:00.0: enabling device (0000 -> 0002)
    [    2.054887] pcieport 0001:02:08.0: enabling device (0000 -> 0002)
    [    2.061789] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    2.069467] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    2.077745] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    2.086023] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    3.097466] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
    [    3.103896] pci_bus 0002:00: root bus resource [bus 00-ff]
    [    3.109502] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    3.118749] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [    3.129524] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
    [    3.135663] pci_bus 0002:00: 2-byte config write to 0002:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    3.145592] pci 0002:00:00.0: supports D1
    [    3.149686] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    3.157716] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.167890] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
    [    3.174657] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    3.179939] pcieport 0002:00:00.0: PME: Signaling with IRQ 76
    [    7.755601] nvme nvme0: pci function 0000:01:00.0
    [    7.774680] nvme nvme1: pci function 0001:04:00.0
    root@j7-evm:~# /usr/sbin/lspci
    0000:00:00.0 PCI bridge: Texas Instruments Device b00d
    0000:01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
    0001:00:00.0 PCI bridge: Texas Instruments Device b00d
    0001:01:00.0 PCI bridge: ASMedia Technology Inc. Device 2812 (rev 01)
    0001:02:00.0 PCI bridge: ASMedia Technology Inc. Device 2812 (rev 01)
    0001:02:08.0 PCI bridge: ASMedia Technology Inc. Device 2812 (rev 01)
    0001:03:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
    0001:04:00.0 Non-Volatile memory controller: Phison Electronics Corporation Device 5013 (rev 01)
    0002:00:00.0 PCI bridge: Texas Instruments Device b00d
    root@j7-evm:~#
    

    There is a possibility the issue is specific to the PCIe switch being used.

    Or it could be that somehow other interfaces like USB is interfering with the traffic from PCIe. Does USB memory need to be plugged in for the timeout issue to occur?

    Regards,

    Takuma

  • Hi Takuma-san,

    I'm experiencing similar issues on multiple PCIe switches, although the environments are different.

    Originally, an issue occurred when multiple DRA829 EPs (3 or more) were connected under the PCIe SW using a DRA829 custom board + PCIe switch.

    For debugging, I connected many SSDs and USBs under the PCIe switch on an EVM+PCIeSW board, and a similar issue occurred, so I asked this question on E2E (this post).

    A similar issue occurred with two types of boards: a PCIe switch (Diodes) used in a custom board and a PCIe switch (PLX) board used in EVM, so I thought it was not specific to PCIe switches.

    A PCIe switch is used that can connect four or more devices.

    We will continue to investigate whether there is an easy way to reproduce the issue.

    Best regards,
    Takumi

  • Hi Takumi-san,

    Likewise, we will also continue to investigate how we could generate the response seen on your board.

    Please keep us updated if you find a pattern for generating the failure.

    Regards,

    Takuma

  • Hi Takuma-san,

    Is it possible to receive information about the PCIe switch used in the log?

    For additional information,
    I checked by connecting a set of PCIe switch boards used by our company to another RC (AM69A EVM), and timeout did not occur even under the conditions where the issue would occur.

    Best regards,
    Takumi

  • Hi Takuma-san,

    Thank you for the information on the PCIe board.

    Could you please connect two PCIe boards to both PCI0 and PCI1 and check? In our environment, the more devices you use with PCIe, the more likely Timeouts will occur.

    The provided batch has already been applied to the firmware we are using.

    Best regards,
    Takumi

  • Hi Takumi-san,

    Yes, I have tried connecting to both PCIe0 and 1 slots at the same time, but so far, have not been able to reproduce the issue.

    Unfortunately, I will be on travel next week so my responses will be delayed. 

    Regards,

    Takuma

  • Hi Takuma-san,

    We also purchased the same board, but the problem did not occur here either.

    We will continue to investigate the conditions under which Timeout occurs in detail.


    Best regards,
    Takumi

  • Hi Takumi-san,

    I see. Issue seems to be specific to the PCIeSW. 

    Please let us know if you find something that stands out that is different from the PCIe switch I was using.

    Regards,

    Takuma

  • Hi Takuma-san,

    We would like to inform you about the current situation.

    The PCIe switch we were using also did not timeout when we limited the number of connections to 2.

    We believe that Timeout occurs when there are 3 or more devices directly under 1slot.

    We are checking to see if the problem can be reproduced with other commercially available devices.

    Best regards,
    Takumi

  • Hi Takuma-san,

    We investigated whether Timeout occurs using the following devices.

    sabrent.com/.../ec-p3x4

    The configuration is as follows. The only operation required is to turn the power ON/OFF.

    EVM - PCIe0

              - PCIe1 - PCIe Card(M.2 SSD x4)

              - PCIe2

    Timeout rarely occurs when connecting to PCIe1 of EVM. I'll attach the dmesg at this time.

    root@j7-evm:/# dmesg
    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x411fd080]
    [    0.000000] Linux version 5.10.100-g7a7a3af903 (oe-user@oe-host) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 9.2.1 20191025, GNU ld (GNU Toolchain for the A-profile Architecture 9.2-2019.12 (arm-9.10)) 2.33.1.20191209) #1 SMP PREEMPT Mon Nov 20 06:28:03 UTC 2023
    [    0.000000] Machine model: Texas Instruments K3 J721E SoC
    [    0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
    [    0.000000] printk: bootconsole [ns16550a0] enabled
    [    0.000000] efi: UEFI not found.
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a0000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a0100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a0100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a1000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a1100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a1100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a2000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a2100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a2100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a3000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a3100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a3100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a4000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a4100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a4100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-dma-memory@a5000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a5100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-memory@a5100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a6000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a6100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a6100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c66-dma-memory@a7000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a7100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c66-memory@a7100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8000000, size 1 MiB
    [    0.000000] OF: reserved mem: initialized node c71-dma-memory@a8000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000a8100000, size 15 MiB
    [    0.000000] OF: reserved mem: initialized node c71-memory@a8100000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac000000, size 2 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-queues@ac000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created DMA memory pool at 0x00000000ac200000, size 30 MiB
    [    0.000000] OF: reserved mem: initialized node r5f-virtual-eth-buffers@ac200000, compatible id shared-dma-pool
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000080000000-0x00000000ffffffff]
    [    0.000000]   DMA32    empty
    [    0.000000]   Normal   [mem 0x0000000100000000-0x00000008ffffffff]
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000080000000-0x000000009e7fffff]
    [    0.000000]   node   0: [mem 0x000000009e800000-0x00000000a8ffffff]
    [    0.000000]   node   0: [mem 0x00000000a9000000-0x00000000a9ffffff]
    [    0.000000]   node   0: [mem 0x00000000aa000000-0x00000000abbfffff]
    [    0.000000]   node   0: [mem 0x00000000abc00000-0x00000000abffffff]
    [    0.000000]   node   0: [mem 0x00000000ac000000-0x00000000adffffff]
    [    0.000000]   node   0: [mem 0x00000000ae000000-0x00000000ffffffff]
    [    0.000000]   node   0: [mem 0x0000000880000000-0x00000008ffffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
    [    0.000000] On node 0 totalpages: 65536
    [    0.000000]   DMA zone: 32 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 32768 pages, LIFO batch:3
    [    0.000000]   Normal zone: 32 pages used for memmap
    [    0.000000]   Normal zone: 32768 pages, LIFO batch:3
    [    0.000000] cma: Reserved 512 MiB at 0x00000000e0000000
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: Trusted OS migration not required
    [    0.000000] psci: SMC Calling Convention v1.2
    [    0.000000] percpu: Embedded 2 pages/cpu s50776 r8192 d72104 u131072
    [    0.000000] pcpu-alloc: s50776 r8192 d72104 u131072 alloc=2*65536
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 
    [    0.000000] Detected PIPT I-cache on CPU0
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] CPU features: detected: EL2 vector hardening
    [    0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 65472
    [    0.000000] Kernel command line: console=ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 mtdparts=47040000.spi.0:512k(ospi.tiboot3),2m(ospi.tispl),4m(ospi.u-boot),256k(ospi.env),1m(ospi.sysfw),256k(ospi.env.backup),57088k@8m(ospi.rootfs),256k(ospi.phypattern);47034000.hyperbus:512k(hbmc.tiboot3),2m(hbmc.tispl),4m(hbmc.u-boot),256k(hbmc.env),1m(hbmc.sysfw),-@8m(hbmc.rootfs) root=PARTUUID=a8fe98a0-02 rw rootfstype=ext4 rootwait
    [    0.000000] Dentry cache hash table entries: 524288 (order: 6, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 5, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x00000000dc000000-0x00000000e0000000] (64MB)
    [    0.000000] Memory: 3338176K/4194304K available (11392K kernel code, 1330K rwdata, 4608K rodata, 1984K init, 752K bss, 331840K reserved, 524288K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu: 	RCU event tracing is enabled.
    [    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=2.
    [    0.000000] 	Trampoline variant of Tasks RCU enabled.
    [    0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 960 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001900000
    [    0.000000] ITS [mem 0x01820000-0x0182ffff]
    [    0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
    [    0.000000] ITS@0x0000000001820000: allocated 1048576 Devices @880800000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000008800b0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000008800c0000
    [    0.000000] random: get_random_bytes called from start_kernel+0x31c/0x4cc with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
    [    0.000002] sched_clock: 56 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
    [    0.008363] Console: colour dummy device 80x25
    [    0.012925] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
    [    0.023595] pid_max: default: 32768 minimum: 301
    [    0.028344] LSM: Security Framework initializing
    [    0.033086] Mount-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.040653] Mountpoint-cache hash table entries: 8192 (order: 0, 65536 bytes, linear)
    [    0.049593] rcu: Hierarchical SRCU implementation.
    [    0.054647] Platform MSI: msi-controller@1820000 domain created
    [    0.060894] PCI/MSI: /bus@100000/interrupt-controller@1800000/msi-controller@1820000 domain created
    [    0.070189] EFI services will not be available.
    [    0.074933] smp: Bringing up secondary CPUs ...
    [    0.080168] Detected PIPT I-cache on CPU1
    [    0.080190] GICv3: CPU1: found redistributor 1 region 0:0x0000000001920000
    [    0.080201] GICv3: CPU1: using allocated LPI pending table @0x00000008800d0000
    [    0.080235] CPU1: Booted secondary processor 0x0000000001 [0x411fd080]
    [    0.080289] smp: Brought up 1 node, 2 CPUs
    [    0.109634] SMP: Total of 2 processors activated.
    [    0.114439] CPU features: detected: 32-bit EL0 Support
    [    0.119694] CPU features: detected: CRC32 instructions
    [    0.133586] CPU: All CPU(s) started at EL2
    [    0.137782] alternatives: patching kernel code
    [    0.142765] devtmpfs: initialized
    [    0.151094] KASLR disabled due to lack of seed
    [    0.155751] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.165714] futex hash table entries: 512 (order: -1, 32768 bytes, linear)
    [    0.173367] pinctrl core: initialized pinctrl subsystem
    [    0.178953] DMI not present or invalid.
    [    0.183162] NET: Registered protocol family 16
    [    0.190442] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
    [    0.197744] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.205747] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.214048] thermal_sys: Registered thermal governor 'step_wise'
    [    0.214050] thermal_sys: Registered thermal governor 'power_allocator'
    [    0.220495] cpuidle: using governor menu
    [    0.231293] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.238251] ASID allocator initialised with 65536 entries
    [    0.261435] HugeTLB registered 16.0 GiB page size, pre-allocated 0 pages
    [    0.268295] HugeTLB registered 512 MiB page size, pre-allocated 0 pages
    [    0.275053] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.282964] cryptd: max_cpu_qlen set to 1000
    [    0.288752] ACPI: Interpreter disabled.
    [    0.292889] k3-chipinfo 43000014.chipid: Family:J721E rev:SR2.0 JTAGID[0x1bb6402f] Detected
    [    0.301683] vsys_3v3: supplied by evm_12v0
    [    0.306044] vsys_5v0: supplied by evm_12v0
    [    0.310796] iommu: Default domain type: Translated 
    [    0.315935] SCSI subsystem initialized
    [    0.320080] mc: Linux media interface: v0.10
    [    0.324467] videodev: Linux video capture interface: v2.00
    [    0.330095] pps_core: LinuxPPS API ver. 1 registered
    [    0.335167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.344505] PTP clock support registered
    [    0.348524] EDAC MC: Ver: 3.0.0
    [    0.352292] FPGA manager framework
    [    0.355806] Advanced Linux Sound Architecture Driver Initialized.
    [    0.362403] clocksource: Switched to clocksource arch_sys_counter
    [    0.368831] VFS: Disk quotas dquot_6.6.0
    [    0.372879] VFS: Dquot-cache hash table entries: 8192 (order 0, 65536 bytes)
    [    0.380186] pnp: PnP ACPI: disabled
    [    0.386111] NET: Registered protocol family 2
    [    0.390698] IP idents hash table entries: 65536 (order: 3, 524288 bytes, linear)
    [    0.399286] tcp_listen_portaddr_hash hash table entries: 4096 (order: 0, 65536 bytes, linear)
    [    0.408052] TCP established hash table entries: 32768 (order: 2, 262144 bytes, linear)
    [    0.416250] TCP bind hash table entries: 32768 (order: 3, 524288 bytes, linear)
    [    0.424192] TCP: Hash tables configured (established 32768 bind 32768)
    [    0.430944] UDP hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.437835] UDP-Lite hash table entries: 2048 (order: 0, 65536 bytes, linear)
    [    0.445222] NET: Registered protocol family 1
    [    0.449907] RPC: Registered named UNIX socket transport module.
    [    0.455969] RPC: Registered udp transport module.
    [    0.460774] RPC: Registered tcp transport module.
    [    0.465577] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.472162] PCI: CLS 0 bytes, default 64
    [    0.476525] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    0.486842] Initialise system trusted keyrings
    [    0.491459] workingset: timestamp_bits=46 max_order=16 bucket_order=0
    [    0.499704] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.505920] NFS: Registering the id_resolver key type
    [    0.511135] Key type id_resolver registered
    [    0.515409] Key type id_legacy registered
    [    0.519527] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
    [    0.526375] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
    [    0.534020] 9p: Installing v9fs 9p2000 file system support
    [    0.559422] Key type asymmetric registered
    [    0.563608] Asymmetric key parser 'x509' registered
    [    0.568606] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
    [    0.576165] io scheduler mq-deadline registered
    [    0.580791] io scheduler kyber registered
    [    0.586120] pinctrl-single 4301c000.pinctrl: 94 pins, size 376
    [    0.592299] pinctrl-single 11c000.pinctrl: 173 pins, size 692
    [    0.598705] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [    0.606518] switchtec: loaded.
    [    0.611236] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.617498] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.625300] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
    [    0.633443] arm-smmu-v3 36600000.iommu: ias 48-bit, oas 48-bit (features 0x00001faf)
    [    0.642398] arm-smmu-v3 36600000.iommu: allocated 524288 entries for cmdq
    [    0.651254] arm-smmu-v3 36600000.iommu: allocated 524288 entries for evtq
    [    0.658978] arm-smmu-v3 36600000.iommu: msi_domain absent - falling back to wired irqs
    [    0.671855] brd: module loaded
    [    0.677699] loop: module loaded
    [    0.681594] megasas: 07.714.04.00-rc1
    [    0.687188] tun: Universal TUN/TAP device driver, 1.6
    [    0.692624] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    0.699034] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    0.705112] sky2: driver version 1.30
    [    0.709410] VFIO - User Level meta-driver version: 0.3
    [    0.715098] i2c /dev entries driver
    [    0.718985] Error: Driver 'k3-soc-thermal' is already registered, aborting...
    [    0.726629] sdhci: Secure Digital Host Controller Interface driver
    [    0.732944] sdhci: Copyright(c) Pierre Ossman
    [    0.737587] sdhci-pltfm: SDHCI platform and OF driver helper
    [    0.743953] ledtrig-cpu: registered to indicate activity on CPUs
    [    0.750257] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
    [    0.757448] optee: probing for conduit method.
    [    0.762008] optee: revision 3.12 (3d47a131)
    [    0.762249] optee: initialized driver
    [    0.771622] NET: Registered protocol family 17
    [    0.776232] 9pnet: Installing 9P2000 support
    [    0.780620] Key type dns_resolver registered
    [    0.785120] Loading compiled-in X.509 certificates
    [    0.794762] k3-ringacc 2b800000.ringacc: Failed to get MSI domain
    [    0.801097] k3-ringacc 3c000000.ringacc: Failed to get MSI domain
    [    0.809228] ti-sci 44083000.dmsc: ABI: 3.1 (firmware rev 0x0016 '22.1.1--v2022.01 (Terrific Llam')
    [    0.839736] random: fast init done
    [    0.872120] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    0.879847] omap_i2c 40b00000.i2c: bus 0 rev0.12 at 100 kHz
    [    0.885919] omap_i2c 40b10000.i2c: bus 1 rev0.12 at 100 kHz
    [    0.891966] omap_i2c 42120000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.898465] pca953x 3-0020: supply vcc not found, using dummy regulator
    [    0.905274] pca953x 3-0020: using no AI
    [    0.931266] pca953x 3-0022: supply vcc not found, using dummy regulator
    [    0.938067] pca953x 3-0022: using AI
    [    0.942332] gpio-480 (CTRL_PM_I2C_OE): hogged as output/high
    [    0.948307] gpio-481 (MCASP/TRACE_MUX_S0): hogged as output/low
    [    0.954549] gpio-482 (MCASP/TRACE_MUX_S1): hogged as output/high
    [    0.961038] omap_i2c 2000000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.967499] omap_i2c 2010000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.978037] omap_i2c 2020000.i2c: bus 5 rev0.12 at 400 kHz
    [    0.984362] pca953x 6-0020: supply vcc not found, using dummy regulator
    [    0.991179] pca953x 6-0020: using no AI
    [    1.019145] omap_i2c 2030000.i2c: bus 6 rev0.12 at 400 kHz
    [    1.025210] omap_i2c 2040000.i2c: bus 7 rev0.12 at 100 kHz
    [    1.031164] omap_i2c 2050000.i2c: bus 8 rev0.12 at 100 kHz
    [    1.037430] pca953x 9-0020: supply vcc not found, using dummy regulator
    [    1.044244] pca953x 9-0020: using no AI
    [    1.070727] omap_i2c 2060000.i2c: bus 9 rev0.12 at 400 kHz
    [    1.077191] ti-sci-intr bus@100000:bus@28380000:interrupt-controller2: Interrupt Router 137 domain created
    [    1.087175] ti-sci-intr bus@100000:interrupt-controller0: Interrupt Router 131 domain created
    [    1.095981] ti-sci-intr bus@100000:main-navss:interrupt-controller1: Interrupt Router 213 domain created
    [    1.105826] ti-sci-inta 33d00000.interrupt-controller: Interrupt Aggregator domain 209 created
    [    1.128833] j721e-pcie 2900000.pcie: J721E PROBE
    [    1.133571] j721e-pcie 2900000.pcie: pcie->mode 0
    [    1.138488] j721e-pcie 2900000.pcie: host bridge /bus@100000/pcie@2900000 ranges:
    [    1.146139] j721e-pcie 2900000.pcie: Parsing ranges property...
    [    1.146151] j721e-pcie 2900000.pcie:       IO 0x0010001000..0x0010010fff -> 0x0010001000
    [    1.154428] j721e-pcie 2900000.pcie:      MEM 0x0010011000..0x0017ffffff -> 0x0010011000
    [    1.162699] j721e-pcie 2900000.pcie: Parsing dma-ranges property...
    [    1.162707] j721e-pcie 2900000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.278714] j721e-pcie 2900000.pcie: PCI host bridge to bus 0000:00
    [    2.285144] pci_bus 0000:00: root bus resource [bus 00-ff]
    [    2.290751] pci_bus 0000:00: root bus resource [io  0x0000-0xffff] (bus address [0x10001000-0x10010fff])
    [    2.300441] pci_bus 0000:00: root bus resource [mem 0x10011000-0x17ffffff]
    [    2.307466] pci_bus 0000:00: scanning bus
    [    2.307492] pci 0000:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.313631] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.323500] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x4 may corrupt adjacent RW1C bits
    [    2.333389] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xe8 may corrupt adjacent RW1C bits
    [    2.343350] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.353316] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x92 may corrupt adjacent RW1C bits
    [    2.363275] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0xb2 may corrupt adjacent RW1C bits
    [    2.373258] pci 0000:00:00.0: supports D1
    [    2.377351] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [    2.383223] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x84 may corrupt adjacent RW1C bits
    [    2.393180] pci 0000:00:00.0: PME# disabled
    [    2.393212] pci 0000:00:00.0: DPC: DPC init
    [    2.399236] pci_bus 0000:00: fixups for bus
    [    2.399241] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.399244] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.406096] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.414277] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.424235] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.434193] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.434196] pci 0000:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.441044] pci_bus 0000:00: 2-byte config write to 0000:00:00.0 offset 0x3e may corrupt adjacent RW1C bits
    [    2.451041] pci 0000:00:00.0: write PRIMARY_BUS  00ff0100, busn_res.end 0x02x is_cardbus
    [    2.459309] pci_bus 0000:01: scanning bus
    [    2.460769] pci_bus 0000:01: fixups for bus
    [    2.460772] pci_bus 0000:01: bus scan returning with max=01
    [    2.460776] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01
    [    2.467539] pci_bus 0000:00: bus scan returning with max=01
    [    2.467547] pci 0000:00:00.0: PCI bridge to [bus 01]
    [    2.472707] pcieport 0000:00:00.0: assign IRQ: got 60
    [    2.472725] pcieport 0000:00:00.0: enabling bus mastering
    [    2.472832] pcieport 0000:00:00.0: PME: Signaling with IRQ 61
    [    2.478849] pcieport 0000:00:00.0: AER: enabled with IRQ 61
    [    2.484576] pcieport 0000:00:00.0: saving config space at offset 0x0 (reading 0xb00d104c)
    [    2.484580] pcieport 0000:00:00.0: saving config space at offset 0x4 (reading 0x100404)
    [    2.484583] pcieport 0000:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
    [    2.484586] pcieport 0000:00:00.0: saving config space at offset 0xc (reading 0x10000)
    [    2.484589] pcieport 0000:00:00.0: saving config space at offset 0x10 (reading 0x0)
    [    2.484592] pcieport 0000:00:00.0: saving config space at offset 0x14 (reading 0x0)
    [    2.484595] pcieport 0000:00:00.0: saving config space at offset 0x18 (reading 0x10100)
    [    2.484598] pcieport 0000:00:00.0: saving config space at offset 0x1c (reading 0x1f1)
    [    2.484601] pcieport 0000:00:00.0: saving config space at offset 0x20 (reading 0xfff0)
    [    2.484603] pcieport 0000:00:00.0: saving config space at offset 0x24 (reading 0x1fff1)
    [    2.484606] pcieport 0000:00:00.0: saving config space at offset 0x28 (reading 0x0)
    [    2.484609] pcieport 0000:00:00.0: saving config space at offset 0x2c (reading 0x0)
    [    2.484612] pcieport 0000:00:00.0: saving config space at offset 0x30 (reading 0x0)
    [    2.484615] pcieport 0000:00:00.0: saving config space at offset 0x34 (reading 0x80)
    [    2.484617] pcieport 0000:00:00.0: saving config space at offset 0x38 (reading 0x0)
    [    2.484620] pcieport 0000:00:00.0: saving config space at offset 0x3c (reading 0x2013c)
    [    2.484660] j721e-pcie 2900000.pcie: PCI RC End
    [    2.489608] j721e-pcie 2910000.pcie: J721E PROBE
    [    2.494330] j721e-pcie 2910000.pcie: pcie->mode 0
    [    2.499230] j721e-pcie 2910000.pcie: host bridge /bus@100000/pcie@2910000 ranges:
    [    2.506882] j721e-pcie 2910000.pcie: Parsing ranges property...
    [    2.506894] j721e-pcie 2910000.pcie:       IO 0x0018001000..0x0018010fff -> 0x0018001000
    [    2.515169] j721e-pcie 2910000.pcie:      MEM 0x0018011000..0x001fffffff -> 0x0018011000
    [    2.523440] j721e-pcie 2910000.pcie: Parsing dma-ranges property...
    [    2.523448] j721e-pcie 2910000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    2.738527] j721e-pcie 2910000.pcie: Link up
    [    2.742945] j721e-pcie 2910000.pcie: PCI host bridge to bus 0001:00
    [    2.749351] pci_bus 0001:00: root bus resource [bus 00-ff]
    [    2.754955] pci_bus 0001:00: root bus resource [io  0x10000-0x1ffff] (bus address [0x18001000-0x18010fff])
    [    2.764823] pci_bus 0001:00: root bus resource [mem 0x18011000-0x1fffffff]
    [    2.771848] pci_bus 0001:00: scanning bus
    [    2.771868] pci 0001:00:00.0: [104c:b00d] type 01 class 0x060400
    [    2.778067] pci 0001:00:00.0: supports D1
    [    2.782161] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
    [    2.788032] pci 0001:00:00.0: PME# disabled
    [    2.788063] pci 0001:00:00.0: DPC: DPC init
    [    2.794044] pci_bus 0001:00: fixups for bus
    [    2.794048] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.794051] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.800902] pci 0001:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.809089] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.809092] pci 0001:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.815975] pci 0001:00:00.0: write PRIMARY_BUS  00ff0100, busn_res.end 0x02x is_cardbus
    [    2.824244] pci_bus 0001:01: scanning bus
    [    2.824294] pci 0001:01:00.0: [1b21:812b] type 01 class 0x060400
    [    2.830509] pci 0001:01:00.0: enabling Extended Tags
    [    2.835726] pci 0001:01:00.0: PME# supported from D0 D3hot D3cold
    [    2.841956] pci 0001:01:00.0: PME# disabled
    [    2.842073] pci 0001:01:00.0: DPC: DPC init
    [    2.846368] pci 0001:01:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    2.871974] pci_bus 0001:01: fixups for bus
    [    2.871980] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.871983] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    2.878835] pci 0001:01:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    2.887025] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.887027] pci 0001:01:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    2.893955] pci 0001:01:00.0: write PRIMARY_BUS  00ff0201, busn_res.end 0x02x is_cardbus
    [    2.902224] pci_bus 0001:02: scanning bus
    [    2.902273] pci 0001:02:00.0: [1b21:812b] type 01 class 0x060400
    [    2.908491] pci 0001:02:00.0: enabling Extended Tags
    [    2.913711] pci 0001:02:00.0: PME# supported from D0 D3hot D3cold
    [    2.919941] pci 0001:02:00.0: PME# disabled
    [    2.920063] pci 0001:02:00.0: DPC: DPC init
    [    2.924562] pci 0001:02:02.0: [1b21:812b] type 01 class 0x060400
    [    2.930783] pci 0001:02:02.0: enabling Extended Tags
    [    2.936002] pci 0001:02:02.0: PME# supported from D0 D3hot D3cold
    [    2.942231] pci 0001:02:02.0: PME# disabled
    [    2.942335] pci 0001:02:02.0: DPC: DPC init
    [    2.946803] pci 0001:02:03.0: [1b21:812b] type 01 class 0x060400
    [    2.953022] pci 0001:02:03.0: enabling Extended Tags
    [    2.958240] pci 0001:02:03.0: PME# supported from D0 D3hot D3cold
    [    2.964473] pci 0001:02:03.0: PME# disabled
    [    2.964577] pci 0001:02:03.0: DPC: DPC init
    [    2.969023] pci 0001:02:04.0: [1b21:812b] type 01 class 0x060400
    [    2.975242] pci 0001:02:04.0: enabling Extended Tags
    [    2.980461] pci 0001:02:04.0: PME# supported from D0 D3hot D3cold
    [    2.986691] pci 0001:02:04.0: PME# disabled
    [    2.986795] pci 0001:02:04.0: DPC: DPC init
    [    2.991297] pci 0001:02:06.0: [1b21:812b] type 01 class 0x060400
    [    2.997516] pci 0001:02:06.0: enabling Extended Tags
    [    3.002734] pci 0001:02:06.0: PME# supported from D0 D3hot D3cold
    [    3.008963] pci 0001:02:06.0: PME# disabled
    [    3.009066] pci 0001:02:06.0: DPC: DPC init
    [    3.013515] pci 0001:02:07.0: [1b21:812b] type 01 class 0x060400
    [    3.019734] pci 0001:02:07.0: enabling Extended Tags
    [    3.024952] pci 0001:02:07.0: PME# supported from D0 D3hot D3cold
    [    3.031181] pci 0001:02:07.0: PME# disabled
    [    3.031284] pci 0001:02:07.0: DPC: DPC init
    [    3.035736] pci 0001:02:08.0: [1b21:812b] type 01 class 0x060400
    [    3.041955] pci 0001:02:08.0: enabling Extended Tags
    [    3.047173] pci 0001:02:08.0: PME# supported from D0 D3hot D3cold
    [    3.053404] pci 0001:02:08.0: PME# disabled
    [    3.053508] pci 0001:02:08.0: DPC: DPC init
    [    3.058012] pci 0001:02:0a.0: [1b21:812b] type 01 class 0x060400
    [    3.064231] pci 0001:02:0a.0: enabling Extended Tags
    [    3.069451] pci 0001:02:0a.0: PME# supported from D0 D3hot D3cold
    [    3.075680] pci 0001:02:0a.0: PME# disabled
    [    3.075784] pci 0001:02:0a.0: DPC: DPC init
    [    3.080239] pci 0001:02:0b.0: [1b21:812b] type 01 class 0x060400
    [    3.086461] pci 0001:02:0b.0: enabling Extended Tags
    [    3.091679] pci 0001:02:0b.0: PME# supported from D0 D3hot D3cold
    [    3.097909] pci 0001:02:0b.0: PME# disabled
    [    3.098012] pci 0001:02:0b.0: DPC: DPC init
    [    3.102472] pci 0001:02:0c.0: [1b21:812b] type 01 class 0x060400
    [    3.108690] pci 0001:02:0c.0: enabling Extended Tags
    [    3.113910] pci 0001:02:0c.0: PME# supported from D0 D3hot D3cold
    [    3.120140] pci 0001:02:0c.0: PME# disabled
    [    3.120243] pci 0001:02:0c.0: DPC: DPC init
    [    3.124755] pci 0001:02:0e.0: [1b21:812b] type 01 class 0x060400
    [    3.130973] pci 0001:02:0e.0: enabling Extended Tags
    [    3.136192] pci 0001:02:0e.0: PME# supported from D0 D3hot D3cold
    [    3.142421] pci 0001:02:0e.0: PME# disabled
    [    3.142525] pci 0001:02:0e.0: DPC: DPC init
    [    3.146985] pci 0001:02:0f.0: [1b21:812b] type 01 class 0x060400
    [    3.153204] pci 0001:02:0f.0: enabling Extended Tags
    [    3.158425] pci 0001:02:0f.0: PME# supported from D0 D3hot D3cold
    [    3.164654] pci 0001:02:0f.0: PME# disabled
    [    3.164757] pci 0001:02:0f.0: DPC: DPC init
    [    3.170011] pci_bus 0001:02: fixups for bus
    [    3.170017] pci 0001:02:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.170020] pci 0001:02:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.176875] pci 0001:02:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.185066] pci 0001:02:02.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.185069] pci 0001:02:02.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.191915] pci 0001:02:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.200105] pci 0001:02:03.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.200107] pci 0001:02:03.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.206954] pci 0001:02:03.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.215143] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.215146] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.221992] pci 0001:02:04.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.230182] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.230185] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.237032] pci 0001:02:06.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.245222] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.245224] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.252070] pci 0001:02:07.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.260260] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.260262] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.267109] pci 0001:02:08.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.275298] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.275301] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.282149] pci 0001:02:0a.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.290339] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.290342] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.297191] pci 0001:02:0b.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.305380] pci 0001:02:0c.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.305383] pci 0001:02:0c.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.312229] pci 0001:02:0c.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.320418] pci 0001:02:0e.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.320420] pci 0001:02:0e.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.327267] pci 0001:02:0e.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.335456] pci 0001:02:0f.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.335459] pci 0001:02:0f.0: scanning [bus 00-00] behind bridge, pass 0
    [    3.342305] pci 0001:02:0f.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    3.350494] pci 0001:02:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.350496] pci 0001:02:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.357431] pci 0001:02:00.0: write PRIMARY_BUS  00ff0302, busn_res.end 0x02x is_cardbus
    [    3.365700] pci_bus 0001:03: scanning bus
    [    3.365745] pci 0001:03:00.0: [2646:500d] type 00 class 0x010802
    [    3.371923] pci 0001:03:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    3.379213] pci 0001:03:00.0: DPC: DPC init
    [    3.383513] pci 0001:03:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    3.411935] pci_bus 0001:03: fixups for bus
    [    3.411938] pci_bus 0001:03: bus scan returning with max=03
    [    3.411943] pci_bus 0001:03: busn_res: [bus 03-ff] end is updated to 03
    [    3.418713] pci 0001:02:02.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.418716] pci 0001:02:02.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.425653] pci 0001:02:02.0: write PRIMARY_BUS  00ff0402, busn_res.end 0x02x is_cardbus
    [    3.433923] pci_bus 0001:04: scanning bus
    [    3.435532] pci_bus 0001:04: fixups for bus
    [    3.435536] pci_bus 0001:04: bus scan returning with max=04
    [    3.435539] pci_bus 0001:04: busn_res: [bus 04-ff] end is updated to 04
    [    3.442304] pci 0001:02:03.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.442307] pci 0001:02:03.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.449233] pci 0001:02:03.0: write PRIMARY_BUS  00ff0502, busn_res.end 0x02x is_cardbus
    [    3.457502] pci_bus 0001:05: scanning bus
    [    3.459040] pci_bus 0001:05: fixups for bus
    [    3.459042] pci_bus 0001:05: bus scan returning with max=05
    [    3.459046] pci_bus 0001:05: busn_res: [bus 05-ff] end is updated to 05
    [    3.465811] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.465814] pci 0001:02:04.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.472743] pci 0001:02:04.0: write PRIMARY_BUS  00ff0602, busn_res.end 0x02x is_cardbus
    [    3.481014] pci_bus 0001:06: scanning bus
    [    3.481059] pci 0001:06:00.0: [2646:500d] type 00 class 0x010802
    [    3.487237] pci 0001:06:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    3.494517] pci 0001:06:00.0: DPC: DPC init
    [    3.498814] pci 0001:06:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    3.523972] pci_bus 0001:06: fixups for bus
    [    3.523975] pci_bus 0001:06: bus scan returning with max=06
    [    3.523979] pci_bus 0001:06: busn_res: [bus 06-ff] end is updated to 06
    [    3.530747] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.530750] pci 0001:02:06.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.537679] pci 0001:02:06.0: write PRIMARY_BUS  00ff0702, busn_res.end 0x02x is_cardbus
    [    3.545948] pci_bus 0001:07: scanning bus
    [    3.547505] pci_bus 0001:07: fixups for bus
    [    3.547507] pci_bus 0001:07: bus scan returning with max=07
    [    3.547510] pci_bus 0001:07: busn_res: [bus 07-ff] end is updated to 07
    [    3.554276] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.554279] pci 0001:02:07.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.561205] pci 0001:02:07.0: write PRIMARY_BUS  00ff0802, busn_res.end 0x02x is_cardbus
    [    3.569474] pci_bus 0001:08: scanning bus
    [    3.571011] pci_bus 0001:08: fixups for bus
    [    3.571014] pci_bus 0001:08: bus scan returning with max=08
    [    3.571017] pci_bus 0001:08: busn_res: [bus 08-ff] end is updated to 08
    [    3.577782] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.577785] pci 0001:02:08.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.584713] pci 0001:02:08.0: write PRIMARY_BUS  00ff0902, busn_res.end 0x02x is_cardbus
    [    3.592984] pci_bus 0001:09: scanning bus
    [    3.593029] pci 0001:09:00.0: [2646:500d] type 00 class 0x010802
    [    3.599205] pci 0001:09:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    3.606485] pci 0001:09:00.0: DPC: DPC init
    [    3.610780] pci 0001:09:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    3.635976] pci_bus 0001:09: fixups for bus
    [    3.635979] pci_bus 0001:09: bus scan returning with max=09
    [    3.635983] pci_bus 0001:09: busn_res: [bus 09-ff] end is updated to 09
    [    3.642753] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.642755] pci 0001:02:0a.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.649684] pci 0001:02:0a.0: write PRIMARY_BUS  00ff0a02, busn_res.end 0x02x is_cardbus
    [    3.657953] pci_bus 0001:0a: scanning bus
    [    3.659495] pci_bus 0001:0a: fixups for bus
    [    3.659498] pci_bus 0001:0a: bus scan returning with max=0a
    [    3.659501] pci_bus 0001:0a: busn_res: [bus 0a-ff] end is updated to 0a
    [    3.666267] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.666269] pci 0001:02:0b.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.673197] pci 0001:02:0b.0: write PRIMARY_BUS  00ff0b02, busn_res.end 0x02x is_cardbus
    [    3.681466] pci_bus 0001:0b: scanning bus
    [    3.683032] pci_bus 0001:0b: fixups for bus
    [    3.683034] pci_bus 0001:0b: bus scan returning with max=0b
    [    3.683038] pci_bus 0001:0b: busn_res: [bus 0b-ff] end is updated to 0b
    [    3.689803] pci 0001:02:0c.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.689805] pci 0001:02:0c.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.696736] pci 0001:02:0c.0: write PRIMARY_BUS  00ff0c02, busn_res.end 0x02x is_cardbus
    [    3.705005] pci_bus 0001:0c: scanning bus
    [    3.705051] pci 0001:0c:00.0: [1e0f:0008] type 00 class 0x010802
    [    3.711226] pci 0001:0c:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
    [    3.718520] pci 0001:0c:00.0: DPC: DPC init
    [    3.722818] pci 0001:0c:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0001:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
    [    3.748010] pci_bus 0001:0c: fixups for bus
    [    3.748013] pci_bus 0001:0c: bus scan returning with max=0c
    [    3.748017] pci_bus 0001:0c: busn_res: [bus 0c-ff] end is updated to 0c
    [    3.754787] pci 0001:02:0e.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.754790] pci 0001:02:0e.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.761721] pci 0001:02:0e.0: write PRIMARY_BUS  00ff0d02, busn_res.end 0x02x is_cardbus
    [    3.769990] pci_bus 0001:0d: scanning bus
    [    3.771527] pci_bus 0001:0d: fixups for bus
    [    3.771529] pci_bus 0001:0d: bus scan returning with max=0d
    [    3.771532] pci_bus 0001:0d: busn_res: [bus 0d-ff] end is updated to 0d
    [    3.778298] pci 0001:02:0f.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.778301] pci 0001:02:0f.0: scanning [bus 00-00] behind bridge, pass 1
    [    3.785227] pci 0001:02:0f.0: write PRIMARY_BUS  00ff0e02, busn_res.end 0x02x is_cardbus
    [    3.793496] pci_bus 0001:0e: scanning bus
    [    3.795059] pci_bus 0001:0e: fixups for bus
    [    3.795062] pci_bus 0001:0e: bus scan returning with max=0e
    [    3.795065] pci_bus 0001:0e: busn_res: [bus 0e-ff] end is updated to 0e
    [    3.801829] pci_bus 0001:02: bus scan returning with max=0e
    [    3.801832] pci_bus 0001:02: busn_res: [bus 02-ff] end is updated to 0e
    [    3.808597] pci_bus 0001:01: bus scan returning with max=0e
    [    3.808600] pci_bus 0001:01: busn_res: [bus 01-ff] end is updated to 0e
    [    3.815361] pci_bus 0001:00: bus scan returning with max=0e
    [    3.815389] pci 0001:00:00.0: BAR 14: assigned [mem 0x18100000-0x198fffff]
    [    3.822416] pci 0001:00:00.0: BAR 15: assigned [mem 0x19900000-0x1b0fffff 64bit pref]
    [    3.830418] pci 0001:00:00.0: BAR 13: assigned [io  0x10000-0x1bfff]
    [    3.836911] pci 0001:01:00.0: BAR 14: assigned [mem 0x18100000-0x198fffff]
    [    3.843937] pci 0001:01:00.0: BAR 15: assigned [mem 0x19900000-0x1b0fffff 64bit pref]
    [    3.851939] pci 0001:01:00.0: BAR 13: assigned [io  0x10000-0x1bfff]
    [    3.858440] pci 0001:02:00.0: BAR 14: assigned [mem 0x18100000-0x182fffff]
    [    3.865466] pci 0001:02:00.0: BAR 15: assigned [mem 0x19900000-0x19afffff 64bit pref]
    [    3.873471] pci 0001:02:02.0: BAR 14: assigned [mem 0x18300000-0x184fffff]
    [    3.880497] pci 0001:02:02.0: BAR 15: assigned [mem 0x19b00000-0x19cfffff 64bit pref]
    [    3.888499] pci 0001:02:03.0: BAR 14: assigned [mem 0x18500000-0x186fffff]
    [    3.895524] pci 0001:02:03.0: BAR 15: assigned [mem 0x19d00000-0x19efffff 64bit pref]
    [    3.903527] pci 0001:02:04.0: BAR 14: assigned [mem 0x18700000-0x188fffff]
    [    3.910552] pci 0001:02:04.0: BAR 15: assigned [mem 0x19f00000-0x1a0fffff 64bit pref]
    [    3.918554] pci 0001:02:06.0: BAR 14: assigned [mem 0x18900000-0x18afffff]
    [    3.925579] pci 0001:02:06.0: BAR 15: assigned [mem 0x1a100000-0x1a2fffff 64bit pref]
    [    3.933586] pci 0001:02:07.0: BAR 14: assigned [mem 0x18b00000-0x18cfffff]
    [    3.940611] pci 0001:02:07.0: BAR 15: assigned [mem 0x1a300000-0x1a4fffff 64bit pref]
    [    3.948613] pci 0001:02:08.0: BAR 14: assigned [mem 0x18d00000-0x18efffff]
    [    3.955638] pci 0001:02:08.0: BAR 15: assigned [mem 0x1a500000-0x1a6fffff 64bit pref]
    [    3.963640] pci 0001:02:0a.0: BAR 14: assigned [mem 0x18f00000-0x190fffff]
    [    3.970665] pci 0001:02:0a.0: BAR 15: assigned [mem 0x1a700000-0x1a8fffff 64bit pref]
    [    3.978668] pci 0001:02:0b.0: BAR 14: assigned [mem 0x19100000-0x192fffff]
    [    3.985693] pci 0001:02:0b.0: BAR 15: assigned [mem 0x1a900000-0x1aafffff 64bit pref]
    [    3.993697] pci 0001:02:0c.0: BAR 14: assigned [mem 0x19300000-0x194fffff]
    [    4.000722] pci 0001:02:0c.0: BAR 15: assigned [mem 0x1ab00000-0x1acfffff 64bit pref]
    [    4.008726] pci 0001:02:0e.0: BAR 14: assigned [mem 0x19500000-0x196fffff]
    [    4.015752] pci 0001:02:0e.0: BAR 15: assigned [mem 0x1ad00000-0x1aefffff 64bit pref]
    [    4.023754] pci 0001:02:0f.0: BAR 14: assigned [mem 0x19700000-0x198fffff]
    [    4.030779] pci 0001:02:0f.0: BAR 15: assigned [mem 0x1af00000-0x1b0fffff 64bit pref]
    [    4.038781] pci 0001:02:00.0: BAR 13: assigned [io  0x10000-0x10fff]
    [    4.045272] pci 0001:02:02.0: BAR 13: assigned [io  0x11000-0x11fff]
    [    4.051766] pci 0001:02:03.0: BAR 13: assigned [io  0x12000-0x12fff]
    [    4.058258] pci 0001:02:04.0: BAR 13: assigned [io  0x13000-0x13fff]
    [    4.064749] pci 0001:02:06.0: BAR 13: assigned [io  0x14000-0x14fff]
    [    4.071241] pci 0001:02:07.0: BAR 13: assigned [io  0x15000-0x15fff]
    [    4.077733] pci 0001:02:08.0: BAR 13: assigned [io  0x16000-0x16fff]
    [    4.084224] pci 0001:02:0a.0: BAR 13: assigned [io  0x17000-0x17fff]
    [    4.090715] pci 0001:02:0b.0: BAR 13: assigned [io  0x18000-0x18fff]
    [    4.097208] pci 0001:02:0c.0: BAR 13: assigned [io  0x19000-0x19fff]
    [    4.103700] pci 0001:02:0e.0: BAR 13: assigned [io  0x1a000-0x1afff]
    [    4.110192] pci 0001:02:0f.0: BAR 13: assigned [io  0x1b000-0x1bfff]
    [    4.116689] pci 0001:03:00.0: BAR 0: assigned [mem 0x18100000-0x18103fff 64bit]
    [    4.124178] pci 0001:02:00.0: PCI bridge to [bus 03]
    [    4.129250] pci 0001:02:00.0:   bridge window [io  0x10000-0x10fff]
    [    4.135659] pci 0001:02:00.0:   bridge window [mem 0x18100000-0x182fffff]
    [    4.142599] pci 0001:02:00.0:   bridge window [mem 0x19900000-0x19afffff 64bit pref]
    [    4.150519] pci 0001:02:02.0: PCI bridge to [bus 04]
    [    4.155591] pci 0001:02:02.0:   bridge window [io  0x11000-0x11fff]
    [    4.162000] pci 0001:02:02.0:   bridge window [mem 0x18300000-0x184fffff]
    [    4.168939] pci 0001:02:02.0:   bridge window [mem 0x19b00000-0x19cfffff 64bit pref]
    [    4.176862] pci 0001:02:03.0: PCI bridge to [bus 05]
    [    4.181934] pci 0001:02:03.0:   bridge window [io  0x12000-0x12fff]
    [    4.188343] pci 0001:02:03.0:   bridge window [mem 0x18500000-0x186fffff]
    [    4.195282] pci 0001:02:03.0:   bridge window [mem 0x19d00000-0x19efffff 64bit pref]
    [    4.203204] pci 0001:06:00.0: BAR 0: assigned [mem 0x18700000-0x18703fff 64bit]
    [    4.210691] pci 0001:02:04.0: PCI bridge to [bus 06]
    [    4.215763] pci 0001:02:04.0:   bridge window [io  0x13000-0x13fff]
    [    4.222174] pci 0001:02:04.0:   bridge window [mem 0x18700000-0x188fffff]
    [    4.229113] pci 0001:02:04.0:   bridge window [mem 0x19f00000-0x1a0fffff 64bit pref]
    [    4.237035] pci 0001:02:06.0: PCI bridge to [bus 07]
    [    4.242108] pci 0001:02:06.0:   bridge window [io  0x14000-0x14fff]
    [    4.248516] pci 0001:02:06.0:   bridge window [mem 0x18900000-0x18afffff]
    [    4.255456] pci 0001:02:06.0:   bridge window [mem 0x1a100000-0x1a2fffff 64bit pref]
    [    4.263376] pci 0001:02:07.0: PCI bridge to [bus 08]
    [    4.268449] pci 0001:02:07.0:   bridge window [io  0x15000-0x15fff]
    [    4.274857] pci 0001:02:07.0:   bridge window [mem 0x18b00000-0x18cfffff]
    [    4.281797] pci 0001:02:07.0:   bridge window [mem 0x1a300000-0x1a4fffff 64bit pref]
    [    4.289719] pci 0001:09:00.0: BAR 0: assigned [mem 0x18d00000-0x18d03fff 64bit]
    [    4.297208] pci 0001:02:08.0: PCI bridge to [bus 09]
    [    4.302280] pci 0001:02:08.0:   bridge window [io  0x16000-0x16fff]
    [    4.308689] pci 0001:02:08.0:   bridge window [mem 0x18d00000-0x18efffff]
    [    4.315628] pci 0001:02:08.0:   bridge window [mem 0x1a500000-0x1a6fffff 64bit pref]
    [    4.323551] pci 0001:02:0a.0: PCI bridge to [bus 0a]
    [    4.328622] pci 0001:02:0a.0:   bridge window [io  0x17000-0x17fff]
    [    4.335031] pci 0001:02:0a.0:   bridge window [mem 0x18f00000-0x190fffff]
    [    4.341971] pci 0001:02:0a.0:   bridge window [mem 0x1a700000-0x1a8fffff 64bit pref]
    [    4.349892] pci 0001:02:0b.0: PCI bridge to [bus 0b]
    [    4.354965] pci 0001:02:0b.0:   bridge window [io  0x18000-0x18fff]
    [    4.361374] pci 0001:02:0b.0:   bridge window [mem 0x19100000-0x192fffff]
    [    4.368314] pci 0001:02:0b.0:   bridge window [mem 0x1a900000-0x1aafffff 64bit pref]
    [    4.376236] pci 0001:0c:00.0: BAR 0: assigned [mem 0x19300000-0x19303fff 64bit]
    [    4.383722] pci 0001:02:0c.0: PCI bridge to [bus 0c]
    [    4.388795] pci 0001:02:0c.0:   bridge window [io  0x19000-0x19fff]
    [    4.395203] pci 0001:02:0c.0:   bridge window [mem 0x19300000-0x194fffff]
    [    4.402143] pci 0001:02:0c.0:   bridge window [mem 0x1ab00000-0x1acfffff 64bit pref]
    [    4.410063] pci 0001:02:0e.0: PCI bridge to [bus 0d]
    [    4.415137] pci 0001:02:0e.0:   bridge window [io  0x1a000-0x1afff]
    [    4.421545] pci 0001:02:0e.0:   bridge window [mem 0x19500000-0x196fffff]
    [    4.428486] pci 0001:02:0e.0:   bridge window [mem 0x1ad00000-0x1aefffff 64bit pref]
    [    4.436407] pci 0001:02:0f.0: PCI bridge to [bus 0e]
    [    4.441479] pci 0001:02:0f.0:   bridge window [io  0x1b000-0x1bfff]
    [    4.447888] pci 0001:02:0f.0:   bridge window [mem 0x19700000-0x198fffff]
    [    4.454827] pci 0001:02:0f.0:   bridge window [mem 0x1af00000-0x1b0fffff 64bit pref]
    [    4.462748] pci 0001:01:00.0: PCI bridge to [bus 02-0e]
    [    4.468087] pci 0001:01:00.0:   bridge window [io  0x10000-0x1bfff]
    [    4.474497] pci 0001:01:00.0:   bridge window [mem 0x18100000-0x198fffff]
    [    4.481436] pci 0001:01:00.0:   bridge window [mem 0x19900000-0x1b0fffff 64bit pref]
    [    4.489356] pci 0001:00:00.0: PCI bridge to [bus 01-0e]
    [    4.494693] pci 0001:00:00.0:   bridge window [io  0x10000-0x1bfff]
    [    4.501097] pci 0001:00:00.0:   bridge window [mem 0x18100000-0x198fffff]
    [    4.508033] pci 0001:00:00.0:   bridge window [mem 0x19900000-0x1b0fffff 64bit pref]
    [    4.516043] pcieport 0001:00:00.0: assign IRQ: got 63
    [    4.516052] pcieport 0001:00:00.0: enabling device (0000 -> 0003)
    [    4.522289] pcieport 0001:00:00.0: enabling bus mastering
    [    4.522406] pcieport 0001:00:00.0: PME: Signaling with IRQ 64
    [    4.528526] pcieport 0001:00:00.0: AER: enabled with IRQ 64
    [    4.534252] pcieport 0001:00:00.0: saving config space at offset 0x0 (reading 0xb00d104c)
    [    4.534256] pcieport 0001:00:00.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.534260] pcieport 0001:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
    [    4.534263] pcieport 0001:00:00.0: saving config space at offset 0xc (reading 0x10000)
    [    4.534266] pcieport 0001:00:00.0: saving config space at offset 0x10 (reading 0x0)
    [    4.534269] pcieport 0001:00:00.0: saving config space at offset 0x14 (reading 0x0)
    [    4.534272] pcieport 0001:00:00.0: saving config space at offset 0x18 (reading 0xe0100)
    [    4.534275] pcieport 0001:00:00.0: saving config space at offset 0x1c (reading 0xc111)
    [    4.534278] pcieport 0001:00:00.0: saving config space at offset 0x20 (reading 0x19801810)
    [    4.534281] pcieport 0001:00:00.0: saving config space at offset 0x24 (reading 0x1b011991)
    [    4.534284] pcieport 0001:00:00.0: saving config space at offset 0x28 (reading 0x0)
    [    4.534287] pcieport 0001:00:00.0: saving config space at offset 0x2c (reading 0x0)
    [    4.534290] pcieport 0001:00:00.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.534293] pcieport 0001:00:00.0: saving config space at offset 0x34 (reading 0x80)
    [    4.534296] pcieport 0001:00:00.0: saving config space at offset 0x38 (reading 0x0)
    [    4.534299] pcieport 0001:00:00.0: saving config space at offset 0x3c (reading 0x2013f)
    [    4.534383] pcieport 0001:01:00.0: assign IRQ: got 63
    [    4.534395] pcieport 0001:01:00.0: enabling device (0000 -> 0003)
    [    4.540653] pcieport 0001:01:00.0: enabling bus mastering
    [    4.540741] pcieport 0001:01:00.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.540746] pcieport 0001:01:00.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.540751] pcieport 0001:01:00.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.540756] pcieport 0001:01:00.0: saving config space at offset 0xc (reading 0x10000)
    [    4.540760] pcieport 0001:01:00.0: saving config space at offset 0x10 (reading 0x0)
    [    4.540765] pcieport 0001:01:00.0: saving config space at offset 0x14 (reading 0x0)
    [    4.540769] pcieport 0001:01:00.0: saving config space at offset 0x18 (reading 0xe0201)
    [    4.540774] pcieport 0001:01:00.0: saving config space at offset 0x1c (reading 0xc111)
    [    4.540778] pcieport 0001:01:00.0: saving config space at offset 0x20 (reading 0x19801810)
    [    4.540783] pcieport 0001:01:00.0: saving config space at offset 0x24 (reading 0x1b011991)
    [    4.540788] pcieport 0001:01:00.0: saving config space at offset 0x28 (reading 0x0)
    [    4.540792] pcieport 0001:01:00.0: saving config space at offset 0x2c (reading 0x0)
    [    4.540797] pcieport 0001:01:00.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.540801] pcieport 0001:01:00.0: saving config space at offset 0x34 (reading 0x40)
    [    4.540806] pcieport 0001:01:00.0: saving config space at offset 0x38 (reading 0x0)
    [    4.540810] pcieport 0001:01:00.0: saving config space at offset 0x3c (reading 0x2013f)
    [    4.540933] pcieport 0001:02:00.0: assign IRQ: got 63
    [    4.540945] pcieport 0001:02:00.0: enabling device (0000 -> 0003)
    [    4.547203] pcieport 0001:02:00.0: enabling bus mastering
    [    4.547336] pcieport 0001:02:00.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.561128] pci_bus 0001:03: dev 00, created physical slot 1
    [    4.561255] pcieport 0001:02:00.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.561261] pcieport 0001:02:00.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.561265] pcieport 0001:02:00.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.561270] pcieport 0001:02:00.0: saving config space at offset 0xc (reading 0x10000)
    [    4.561274] pcieport 0001:02:00.0: saving config space at offset 0x10 (reading 0x0)
    [    4.561279] pcieport 0001:02:00.0: saving config space at offset 0x14 (reading 0x0)
    [    4.561284] pcieport 0001:02:00.0: saving config space at offset 0x18 (reading 0x30302)
    [    4.561288] pcieport 0001:02:00.0: saving config space at offset 0x1c (reading 0x1111)
    [    4.561293] pcieport 0001:02:00.0: saving config space at offset 0x20 (reading 0x18201810)
    [    4.561297] pcieport 0001:02:00.0: saving config space at offset 0x24 (reading 0x19a11991)
    [    4.561302] pcieport 0001:02:00.0: saving config space at offset 0x28 (reading 0x0)
    [    4.561306] pcieport 0001:02:00.0: saving config space at offset 0x2c (reading 0x0)
    [    4.561311] pcieport 0001:02:00.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.561316] pcieport 0001:02:00.0: saving config space at offset 0x34 (reading 0x40)
    [    4.561320] pcieport 0001:02:00.0: saving config space at offset 0x38 (reading 0x0)
    [    4.561325] pcieport 0001:02:00.0: saving config space at offset 0x3c (reading 0x2013f)
    [    4.561456] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.568218] pcieport 0001:02:02.0: assign IRQ: got 0
    [    4.568230] pcieport 0001:02:02.0: enabling device (0000 -> 0003)
    [    4.574487] pcieport 0001:02:02.0: enabling bus mastering
    [    4.574619] pcieport 0001:02:02.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.588403] pci_bus 0001:04: dev 00, created physical slot 3
    [    4.588514] pcieport 0001:02:02.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.588519] pcieport 0001:02:02.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.588524] pcieport 0001:02:02.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.588528] pcieport 0001:02:02.0: saving config space at offset 0xc (reading 0x10000)
    [    4.588532] pcieport 0001:02:02.0: saving config space at offset 0x10 (reading 0x0)
    [    4.588537] pcieport 0001:02:02.0: saving config space at offset 0x14 (reading 0x0)
    [    4.588541] pcieport 0001:02:02.0: saving config space at offset 0x18 (reading 0x40402)
    [    4.588546] pcieport 0001:02:02.0: saving config space at offset 0x1c (reading 0x2121)
    [    4.588550] pcieport 0001:02:02.0: saving config space at offset 0x20 (reading 0x18401830)
    [    4.588555] pcieport 0001:02:02.0: saving config space at offset 0x24 (reading 0x19c119b1)
    [    4.588559] pcieport 0001:02:02.0: saving config space at offset 0x28 (reading 0x0)
    [    4.588564] pcieport 0001:02:02.0: saving config space at offset 0x2c (reading 0x0)
    [    4.588568] pcieport 0001:02:02.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.588572] pcieport 0001:02:02.0: saving config space at offset 0x34 (reading 0x40)
    [    4.588577] pcieport 0001:02:02.0: saving config space at offset 0x38 (reading 0x0)
    [    4.588582] pcieport 0001:02:02.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.588711] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.595481] pcieport 0001:02:03.0: assign IRQ: got 0
    [    4.595494] pcieport 0001:02:03.0: enabling device (0000 -> 0003)
    [    4.601753] pcieport 0001:02:03.0: enabling bus mastering
    [    4.601868] pcieport 0001:02:03.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.615652] pci_bus 0001:05: dev 00, created physical slot 4
    [    4.615765] pcieport 0001:02:03.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.615770] pcieport 0001:02:03.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.615775] pcieport 0001:02:03.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.615779] pcieport 0001:02:03.0: saving config space at offset 0xc (reading 0x10000)
    [    4.615784] pcieport 0001:02:03.0: saving config space at offset 0x10 (reading 0x0)
    [    4.615788] pcieport 0001:02:03.0: saving config space at offset 0x14 (reading 0x0)
    [    4.615793] pcieport 0001:02:03.0: saving config space at offset 0x18 (reading 0x50502)
    [    4.615797] pcieport 0001:02:03.0: saving config space at offset 0x1c (reading 0x3131)
    [    4.615802] pcieport 0001:02:03.0: saving config space at offset 0x20 (reading 0x18601850)
    [    4.615806] pcieport 0001:02:03.0: saving config space at offset 0x24 (reading 0x19e119d1)
    [    4.615811] pcieport 0001:02:03.0: saving config space at offset 0x28 (reading 0x0)
    [    4.615815] pcieport 0001:02:03.0: saving config space at offset 0x2c (reading 0x0)
    [    4.615820] pcieport 0001:02:03.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.615825] pcieport 0001:02:03.0: saving config space at offset 0x34 (reading 0x40)
    [    4.615829] pcieport 0001:02:03.0: saving config space at offset 0x38 (reading 0x0)
    [    4.615833] pcieport 0001:02:03.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.615964] pcieport 0001:02:04.0: assign IRQ: got 63
    [    4.615976] pcieport 0001:02:04.0: enabling device (0000 -> 0003)
    [    4.622236] pcieport 0001:02:04.0: enabling bus mastering
    [    4.622350] pcieport 0001:02:04.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.636135] pci_bus 0001:06: dev 00, created physical slot 5
    [    4.636239] pcieport 0001:02:04.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.636244] pcieport 0001:02:04.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.636248] pcieport 0001:02:04.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.636253] pcieport 0001:02:04.0: saving config space at offset 0xc (reading 0x10000)
    [    4.636257] pcieport 0001:02:04.0: saving config space at offset 0x10 (reading 0x0)
    [    4.636262] pcieport 0001:02:04.0: saving config space at offset 0x14 (reading 0x0)
    [    4.636267] pcieport 0001:02:04.0: saving config space at offset 0x18 (reading 0x60602)
    [    4.636271] pcieport 0001:02:04.0: saving config space at offset 0x1c (reading 0x4141)
    [    4.636275] pcieport 0001:02:04.0: saving config space at offset 0x20 (reading 0x18801870)
    [    4.636280] pcieport 0001:02:04.0: saving config space at offset 0x24 (reading 0x1a0119f1)
    [    4.636284] pcieport 0001:02:04.0: saving config space at offset 0x28 (reading 0x0)
    [    4.636289] pcieport 0001:02:04.0: saving config space at offset 0x2c (reading 0x0)
    [    4.636294] pcieport 0001:02:04.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.636298] pcieport 0001:02:04.0: saving config space at offset 0x34 (reading 0x40)
    [    4.636302] pcieport 0001:02:04.0: saving config space at offset 0x38 (reading 0x0)
    [    4.636307] pcieport 0001:02:04.0: saving config space at offset 0x3c (reading 0x2013f)
    [    4.636436] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.643199] pcieport 0001:02:06.0: assign IRQ: got 0
    [    4.643211] pcieport 0001:02:06.0: enabling device (0000 -> 0003)
    [    4.649468] pcieport 0001:02:06.0: enabling bus mastering
    [    4.649581] pcieport 0001:02:06.0: pciehp: Slot #7 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.663370] pci_bus 0001:07: dev 00, created physical slot 7
    [    4.663480] pcieport 0001:02:06.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.663485] pcieport 0001:02:06.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.663489] pcieport 0001:02:06.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.663494] pcieport 0001:02:06.0: saving config space at offset 0xc (reading 0x10000)
    [    4.663498] pcieport 0001:02:06.0: saving config space at offset 0x10 (reading 0x0)
    [    4.663503] pcieport 0001:02:06.0: saving config space at offset 0x14 (reading 0x0)
    [    4.663508] pcieport 0001:02:06.0: saving config space at offset 0x18 (reading 0x70702)
    [    4.663512] pcieport 0001:02:06.0: saving config space at offset 0x1c (reading 0x5151)
    [    4.663516] pcieport 0001:02:06.0: saving config space at offset 0x20 (reading 0x18a01890)
    [    4.663521] pcieport 0001:02:06.0: saving config space at offset 0x24 (reading 0x1a211a11)
    [    4.663525] pcieport 0001:02:06.0: saving config space at offset 0x28 (reading 0x0)
    [    4.663529] pcieport 0001:02:06.0: saving config space at offset 0x2c (reading 0x0)
    [    4.663534] pcieport 0001:02:06.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.663539] pcieport 0001:02:06.0: saving config space at offset 0x34 (reading 0x40)
    [    4.663543] pcieport 0001:02:06.0: saving config space at offset 0x38 (reading 0x0)
    [    4.663548] pcieport 0001:02:06.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.663677] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.670439] pcieport 0001:02:07.0: assign IRQ: got 0
    [    4.670452] pcieport 0001:02:07.0: enabling device (0000 -> 0003)
    [    4.676709] pcieport 0001:02:07.0: enabling bus mastering
    [    4.676828] pcieport 0001:02:07.0: pciehp: Slot #8 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.690612] pci_bus 0001:08: dev 00, created physical slot 8
    [    4.690717] pcieport 0001:02:07.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.690722] pcieport 0001:02:07.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.690727] pcieport 0001:02:07.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.690731] pcieport 0001:02:07.0: saving config space at offset 0xc (reading 0x10000)
    [    4.690735] pcieport 0001:02:07.0: saving config space at offset 0x10 (reading 0x0)
    [    4.690740] pcieport 0001:02:07.0: saving config space at offset 0x14 (reading 0x0)
    [    4.690744] pcieport 0001:02:07.0: saving config space at offset 0x18 (reading 0x80802)
    [    4.690749] pcieport 0001:02:07.0: saving config space at offset 0x1c (reading 0x6161)
    [    4.690753] pcieport 0001:02:07.0: saving config space at offset 0x20 (reading 0x18c018b0)
    [    4.690758] pcieport 0001:02:07.0: saving config space at offset 0x24 (reading 0x1a411a31)
    [    4.690762] pcieport 0001:02:07.0: saving config space at offset 0x28 (reading 0x0)
    [    4.690766] pcieport 0001:02:07.0: saving config space at offset 0x2c (reading 0x0)
    [    4.690770] pcieport 0001:02:07.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.690775] pcieport 0001:02:07.0: saving config space at offset 0x34 (reading 0x40)
    [    4.690780] pcieport 0001:02:07.0: saving config space at offset 0x38 (reading 0x0)
    [    4.690785] pcieport 0001:02:07.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.690913] pcieport 0001:02:08.0: assign IRQ: got 63
    [    4.690925] pcieport 0001:02:08.0: enabling device (0000 -> 0003)
    [    4.697186] pcieport 0001:02:08.0: enabling bus mastering
    [    4.697301] pcieport 0001:02:08.0: pciehp: Slot #9 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.711090] pci_bus 0001:09: dev 00, created physical slot 9
    [    4.711208] pcieport 0001:02:08.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.711214] pcieport 0001:02:08.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.711219] pcieport 0001:02:08.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.711223] pcieport 0001:02:08.0: saving config space at offset 0xc (reading 0x10000)
    [    4.711228] pcieport 0001:02:08.0: saving config space at offset 0x10 (reading 0x0)
    [    4.711233] pcieport 0001:02:08.0: saving config space at offset 0x14 (reading 0x0)
    [    4.711237] pcieport 0001:02:08.0: saving config space at offset 0x18 (reading 0x90902)
    [    4.711242] pcieport 0001:02:08.0: saving config space at offset 0x1c (reading 0x7171)
    [    4.711246] pcieport 0001:02:08.0: saving config space at offset 0x20 (reading 0x18e018d0)
    [    4.711251] pcieport 0001:02:08.0: saving config space at offset 0x24 (reading 0x1a611a51)
    [    4.711256] pcieport 0001:02:08.0: saving config space at offset 0x28 (reading 0x0)
    [    4.711260] pcieport 0001:02:08.0: saving config space at offset 0x2c (reading 0x0)
    [    4.711265] pcieport 0001:02:08.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.711269] pcieport 0001:02:08.0: saving config space at offset 0x34 (reading 0x40)
    [    4.711274] pcieport 0001:02:08.0: saving config space at offset 0x38 (reading 0x0)
    [    4.711278] pcieport 0001:02:08.0: saving config space at offset 0x3c (reading 0x2013f)
    [    4.711408] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.718171] pcieport 0001:02:0a.0: assign IRQ: got 0
    [    4.718184] pcieport 0001:02:0a.0: enabling device (0000 -> 0003)
    [    4.724443] pcieport 0001:02:0a.0: enabling bus mastering
    [    4.724558] pcieport 0001:02:0a.0: pciehp: Slot #11 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.738431] pci_bus 0001:0a: dev 00, created physical slot 11
    [    4.738540] pcieport 0001:02:0a.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.738545] pcieport 0001:02:0a.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.738550] pcieport 0001:02:0a.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.738554] pcieport 0001:02:0a.0: saving config space at offset 0xc (reading 0x10000)
    [    4.738560] pcieport 0001:02:0a.0: saving config space at offset 0x10 (reading 0x0)
    [    4.738564] pcieport 0001:02:0a.0: saving config space at offset 0x14 (reading 0x0)
    [    4.738569] pcieport 0001:02:0a.0: saving config space at offset 0x18 (reading 0xa0a02)
    [    4.738573] pcieport 0001:02:0a.0: saving config space at offset 0x1c (reading 0x8181)
    [    4.738578] pcieport 0001:02:0a.0: saving config space at offset 0x20 (reading 0x190018f0)
    [    4.738582] pcieport 0001:02:0a.0: saving config space at offset 0x24 (reading 0x1a811a71)
    [    4.738587] pcieport 0001:02:0a.0: saving config space at offset 0x28 (reading 0x0)
    [    4.738591] pcieport 0001:02:0a.0: saving config space at offset 0x2c (reading 0x0)
    [    4.738596] pcieport 0001:02:0a.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.738600] pcieport 0001:02:0a.0: saving config space at offset 0x34 (reading 0x40)
    [    4.738605] pcieport 0001:02:0a.0: saving config space at offset 0x38 (reading 0x0)
    [    4.738610] pcieport 0001:02:0a.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.738739] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.745505] pcieport 0001:02:0b.0: assign IRQ: got 0
    [    4.745517] pcieport 0001:02:0b.0: enabling device (0000 -> 0003)
    [    4.751776] pcieport 0001:02:0b.0: enabling bus mastering
    [    4.751891] pcieport 0001:02:0b.0: pciehp: Slot #12 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.765763] pci_bus 0001:0b: dev 00, created physical slot 12
    [    4.765872] pcieport 0001:02:0b.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.765876] pcieport 0001:02:0b.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.765881] pcieport 0001:02:0b.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.765886] pcieport 0001:02:0b.0: saving config space at offset 0xc (reading 0x10000)
    [    4.765890] pcieport 0001:02:0b.0: saving config space at offset 0x10 (reading 0x0)
    [    4.765895] pcieport 0001:02:0b.0: saving config space at offset 0x14 (reading 0x0)
    [    4.765900] pcieport 0001:02:0b.0: saving config space at offset 0x18 (reading 0xb0b02)
    [    4.765904] pcieport 0001:02:0b.0: saving config space at offset 0x1c (reading 0x9191)
    [    4.765909] pcieport 0001:02:0b.0: saving config space at offset 0x20 (reading 0x19201910)
    [    4.765913] pcieport 0001:02:0b.0: saving config space at offset 0x24 (reading 0x1aa11a91)
    [    4.765918] pcieport 0001:02:0b.0: saving config space at offset 0x28 (reading 0x0)
    [    4.765922] pcieport 0001:02:0b.0: saving config space at offset 0x2c (reading 0x0)
    [    4.765927] pcieport 0001:02:0b.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.765931] pcieport 0001:02:0b.0: saving config space at offset 0x34 (reading 0x40)
    [    4.765936] pcieport 0001:02:0b.0: saving config space at offset 0x38 (reading 0x0)
    [    4.765941] pcieport 0001:02:0b.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.766070] pcieport 0001:02:0c.0: assign IRQ: got 63
    [    4.766083] pcieport 0001:02:0c.0: enabling device (0000 -> 0003)
    [    4.772343] pcieport 0001:02:0c.0: enabling bus mastering
    [    4.772457] pcieport 0001:02:0c.0: pciehp: Slot #13 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.786331] pci_bus 0001:0c: dev 00, created physical slot 13
    [    4.786440] pcieport 0001:02:0c.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.786445] pcieport 0001:02:0c.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.786449] pcieport 0001:02:0c.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.786454] pcieport 0001:02:0c.0: saving config space at offset 0xc (reading 0x10000)
    [    4.786458] pcieport 0001:02:0c.0: saving config space at offset 0x10 (reading 0x0)
    [    4.786463] pcieport 0001:02:0c.0: saving config space at offset 0x14 (reading 0x0)
    [    4.786467] pcieport 0001:02:0c.0: saving config space at offset 0x18 (reading 0xc0c02)
    [    4.786472] pcieport 0001:02:0c.0: saving config space at offset 0x1c (reading 0xa1a1)
    [    4.786477] pcieport 0001:02:0c.0: saving config space at offset 0x20 (reading 0x19401930)
    [    4.786481] pcieport 0001:02:0c.0: saving config space at offset 0x24 (reading 0x1ac11ab1)
    [    4.786486] pcieport 0001:02:0c.0: saving config space at offset 0x28 (reading 0x0)
    [    4.786490] pcieport 0001:02:0c.0: saving config space at offset 0x2c (reading 0x0)
    [    4.786495] pcieport 0001:02:0c.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.786499] pcieport 0001:02:0c.0: saving config space at offset 0x34 (reading 0x40)
    [    4.786504] pcieport 0001:02:0c.0: saving config space at offset 0x38 (reading 0x0)
    [    4.786508] pcieport 0001:02:0c.0: saving config space at offset 0x3c (reading 0x2013f)
    [    4.786638] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.793398] pcieport 0001:02:0e.0: assign IRQ: got 0
    [    4.793410] pcieport 0001:02:0e.0: enabling device (0000 -> 0003)
    [    4.799668] pcieport 0001:02:0e.0: enabling bus mastering
    [    4.799781] pcieport 0001:02:0e.0: pciehp: Slot #15 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.813653] pci_bus 0001:0d: dev 00, created physical slot 15
    [    4.813767] pcieport 0001:02:0e.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.813772] pcieport 0001:02:0e.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.813776] pcieport 0001:02:0e.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.813781] pcieport 0001:02:0e.0: saving config space at offset 0xc (reading 0x10000)
    [    4.813786] pcieport 0001:02:0e.0: saving config space at offset 0x10 (reading 0x0)
    [    4.813791] pcieport 0001:02:0e.0: saving config space at offset 0x14 (reading 0x0)
    [    4.813795] pcieport 0001:02:0e.0: saving config space at offset 0x18 (reading 0xd0d02)
    [    4.813800] pcieport 0001:02:0e.0: saving config space at offset 0x1c (reading 0xb1b1)
    [    4.813805] pcieport 0001:02:0e.0: saving config space at offset 0x20 (reading 0x19601950)
    [    4.813809][  252.437290] Initializing XFRM netlink socket
     pcieport 0001:02:0e.0: saving config space at offset 0x24 (reading 0x1ae11ad1)
    [    4.813814] pcieport 0001:02:0e.0: saving config space at offset 0x28 (reading 0x0)
    [    4.813819] pcieport 0001:02:0e.0: saving config space at offset 0x2c (reading 0x0)
    [    4.813824] pcieport 0001:02:0e.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.813828] pcieport 0001:02:0e.0: saving config space at offset 0x34 (reading 0x40)
    [    4.813833] pcieport 0001:02:0e.0: saving config space at offset 0x38 (reading 0x0)
    [    4.813837] pcieport 0001:02:0e.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.813966] pcieport 0001:00:00.0: of_irq_parse_pci: failed with rc=-22
    [    4.820729] pcieport 0001:02:0f.0: assign IRQ: got 0
    [    4.820741] pcieport 0001:02:0f.0: enabling device (0000 -> 0003)
    [    4.826998] pcieport 0001:02:0f.0: enabling bus mastering
    [    4.827128] pcieport 0001:02:0f.0: pciehp: Slot #16 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
    [    4.841000] pci_bus 0001:0e: dev 00, created physical slot 16
    [    4.841110] pcieport 0001:02:0f.0: saving config space at offset 0x0 (reading 0x812b1b21)
    [    4.841115] pcieport 0001:02:0f.0: saving config space at offset 0x4 (reading 0x100407)
    [    4.841120] pcieport 0001:02:0f.0: saving config space at offset 0x8 (reading 0x6040001)
    [    4.841124] pcieport 0001:02:0f.0: saving config space at offset 0xc (reading 0x10000)
    [    4.841129] pcieport 0001:02:0f.0: saving config space at offset 0x10 (reading 0x0)
    [    4.841133] pcieport 0001:02:0f.0: saving config space at offset 0x14 (reading 0x0)
    [    4.841138] pcieport 0001:02:0f.0: saving config space at offset 0x18 (reading 0xe0e02)
    [    4.841142] pcieport 0001:02:0f.0: saving config space at offset 0x1c (reading 0xc1c1)
    [    4.841147] pcieport 0001:02:0f.0: saving config space at offset 0x20 (reading 0x19801970)
    [    4.841151] pcieport 0001:02:0f.0: saving config space at offset 0x24 (reading 0x1b011af1)
    [    4.841156] pcieport 0001:02:0f.0: saving config space at offset 0x28 (reading 0x0)
    [    4.841160] pcieport 0001:02:0f.0: saving config space at offset 0x2c (reading 0x0)
    [    4.841165] pcieport 0001:02:0f.0: saving config space at offset 0x30 (reading 0x18001800)
    [    4.841170] pcieport 0001:02:0f.0: saving config space at offset 0x34 (reading 0x40)
    [    4.841174] pcieport 0001:02:0f.0: saving config space at offset 0x38 (reading 0x0)
    [    4.841179] pcieport 0001:02:0f.0: saving config space at offset 0x3c (reading 0x20100)
    [    4.841354] j721e-pcie 2910000.pcie: PCI RC End
    [    4.846321] j721e-pcie 2920000.pcie: J721E PROBE
    [    4.851044] j721e-pcie 2920000.pcie: pcie->mode 0
    [    4.855951] j721e-pcie 2920000.pcie: host bridge /bus@100000/pcie@2920000 ranges:
    [    4.863603] j721e-pcie 2920000.pcie: Parsing ranges property...
    [    4.863616] j721e-pcie 2920000.pcie:       IO 0x4400001000..0x4400010fff -> 0x0000001000
    [    4.871892] j721e-pcie 2920000.pcie:      MEM 0x4400011000..0x4407ffffff -> 0x0000011000
    [    4.880163] j721e-pcie 2920000.pcie: Parsing dma-ranges property...
    [    4.880171] j721e-pcie 2920000.pcie:   IB MEM 0x0000000000..0xffffffffffff -> 0x0000000000
    [    5.998643] j721e-pcie 2920000.pcie: PCI host bridge to bus 0002:00
    [    6.005072] pci_bus 0002:00: root bus resource [bus 00-ff]
    [    6.010677] pci_bus 0002:00: root bus resource [io  0x20000-0x2ffff] (bus address [0x1000-0x10fff])
    [    6.019924] pci_bus 0002:00: root bus resource [mem 0x4400011000-0x4407ffffff] (bus address [0x00011000-0x07ffffff])
    [    6.030681] pci_bus 0002:00: scanning bus
    [    6.030704] pci 0002:00:00.0: [104c:b00d] type 01 class 0x060400
    [    6.036904] pci 0002:00:00.0: supports D1
    [    6.040998] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
    [    6.046870] pci 0002:00:00.0: PME# disabled
    [    6.046900] pci 0002:00:00.0: DPC: DPC init
    [    6.052906] pci_bus 0002:00: fixups for bus
    [    6.052911] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    6.052914] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 0
    [    6.059766] pci 0002:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [    6.067953] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    6.067956] pci 0002:00:00.0: scanning [bus 00-00] behind bridge, pass 1
    [    6.074846] pci 0002:00:00.0: write PRIMARY_BUS  00ff0100, busn_res.end 0x02x is_cardbus
    [    6.083116] pci_bus 0002:01: scanning bus
    [    6.084571] pci_bus 0002:01: fixups for bus
    [    6.084574] pci_bus 0002:01: bus scan returning with max=01
    [    6.084579] pci_bus 0002:01: busn_res: [bus 01-ff] end is updated to 01
    [    6.091339] pci_bus 0002:00: bus scan returning with max=01
    [    6.091348] pci 0002:00:00.0: PCI bridge to [bus 01]
    [    6.096514] pcieport 0002:00:00.0: assign IRQ: got 79
    [    6.096532] pcieport 0002:00:00.0: enabling bus mastering
    [    6.096641] pcieport 0002:00:00.0: PME: Signaling with IRQ 80
    [    6.102682] pcieport 0002:00:00.0: AER: enabled with IRQ 80
    [    6.108415] pcieport 0002:00:00.0: saving config space at offset 0x0 (reading 0xb00d104c)
    [    6.108419] pcieport 0002:00:00.0: saving config space at offset 0x4 (reading 0x100404)
    [    6.108422] pcieport 0002:00:00.0: saving config space at offset 0x8 (reading 0x6040000)
    [    6.108425] pcieport 0002:00:00.0: saving config space at offset 0xc (reading 0x10000)
    [    6.108428] pcieport 0002:00:00.0: saving config space at offset 0x10 (reading 0x0)
    [    6.108431] pcieport 0002:00:00.0: saving config space at offset 0x14 (reading 0x0)
    [    6.108434] pcieport 0002:00:00.0: saving config space at offset 0x18 (reading 0x10100)
    [    6.108437] pcieport 0002:00:00.0: saving config space at offset 0x1c (reading 0x1f1)
    [    6.108440] pcieport 0002:00:00.0: saving config space at offset 0x20 (reading 0xfff0)
    [    6.108443] pcieport 0002:00:00.0: saving config space at offset 0x24 (reading 0x1fff1)
    [    6.108446] pcieport 0002:00:00.0: saving config space at offset 0x28 (reading 0x0)
    [    6.108448] pcieport 0002:00:00.0: saving config space at offset 0x2c (reading 0x0)
    [    6.108451] pcieport 0002:00:00.0: saving config space at offset 0x30 (reading 0x0)
    [    6.108454] pcieport 0002:00:00.0: saving config space at offset 0x34 (reading 0x80)
    [    6.108457] pcieport 0002:00:00.0: saving config space at offset 0x38 (reading 0x0)
    [    6.108460] pcieport 0002:00:00.0: saving config space at offset 0x3c (reading 0x2014f)
    [    6.108499] j721e-pcie 2920000.pcie: PCI RC End
    [    6.113957] k3-ringacc 2b800000.ringacc: Ring Accelerator probed rings:286, gp-rings[96,20] sci-dev-id:235
    [    6.123834] k3-ringacc 2b800000.ringacc: dma-ring-reset-quirk: disabled
    [    6.130593] k3-ringacc 2b800000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    6.139460] k3-ringacc 3c000000.ringacc: Ring Accelerator probed rings:1024, gp-rings[440,150] sci-dev-id:211
    [    6.149607] k3-ringacc 3c000000.ringacc: dma-ring-reset-quirk: disabled
    [    6.156366] k3-ringacc 3c000000.ringacc: RA Proxy rev. 66346100, num_proxies:64
    [    6.164344] 40a00000.serial: ttyS1 at MMIO 0x40a00000 (irq = 15, base_baud = 6000000) is a 8250
    [    6.173731] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 33, base_baud = 3000000) is a 8250
    [    6.182476] printk: console [ttyS2] enabled
    [    6.190912] printk: bootconsole [ns16550a0] disabled
    [    6.201353] 2810000.serial: ttyS3 at MMIO 0x2810000 (irq = 34, base_baud = 3000000) is a 8250
    [    6.210276] 2840000.serial: ttyS6 at MMIO 0x2840000 (irq = 35, base_baud = 3000000) is a 8250
    [    6.220860] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled
    [    6.231369] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled
    [    6.241521] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled
    [    6.251759] cdns-ufshcd 4e84000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled
    [    6.262626] scsi host0: ufshcd
    [    6.284539] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[1, 1], lane[1, 1], pwr[SLOWAUTO_MODE, SLOWAUTO_MODE], rate = 0
    [    6.306408] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    6.315363] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    6.323669] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    6.337632] am65-cpts 310d0000.cpts: CPTS ver 0x4e8a010a, freq:200000000, add_val:4 pps:0
    [    6.346470] mmc0: CQHCI version 5.10
    [    6.350589] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    6.362576] vdd_mmc1: supplied by vsys_3v3
    [    6.367554] pca953x 4-0020: supply vcc not found, using dummy regulator
    [    6.374166] cdns-ufshcd 4e84000.ufs: ufshcd_print_pwr_info:[RX, TX]: gear=[3, 3], lane[2, 2], pwr[FAST MODE, FAST MODE], rate = 2
    [    6.385800] cdns-ufshcd 4e84000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0
    [    6.386411] mmc0: SDHCI controller on 4f80000.mmc [4f80000.mmc] using ADMA 64-bit
    [    6.397045] scsi 0:0:0:49488: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    6.412926] pca953x 4-0020: using no AI
    [    6.417183] scsi 0:0:0:49476: Well-known LUN    TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    6.425882] cdns-ufshcd 4e84000.ufs: ufshcd_scsi_add_wlus: BOOT WLUN not found
    [    6.433438] scsi 0:0:0:0: Direct-Access     TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    6.441828] sd 0:0:0:0: Power-on or device reset occurred
    [    6.447427] sd 0:0:0:0: [sda] 8192 4096-byte logical blocks: (33.6 MB/32.0 MiB)
    [    6.447799] omap-mailbox 31f80000.mailbox: omap mailbox rev 0x66fc7100
    [    6.454748] scsi 0:0:0:1: Direct-Access     TOSHIBA  THGAF8G8T23BAILB 0300 PQ: 0 ANSI: 6
    [    6.461638] omap-mailbox 31f81000.mailbox: omap mailbox rev 0x66fc7100
    [    6.475845] sd 0:0:0:0: [sda] Write Protect is off
    [    6.476233] omap-mailbox 31f82000.mailbox: omap mailbox rev 0x66fc7100
    [    6.480638] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10
    [    6.487240] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA
    [    6.487369] sd 0:0:0:1: Power-on or device reset occurred
    [    6.496083] sd 0:0:0:1: [sdb] 7808000 4096-byte logical blocks: (32.0 GB/29.8 GiB)
    [    6.508839] sd 0:0:0:0: [sda] Optimal transfer size 65536 bytes
    [    6.508943] sd 0:0:0:1: [sdb] Write Protect is off
    [    6.519595] omap-mailbox 31f83000.mailbox: omap mailbox rev 0x66fc7100
    [    6.526148] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10
    [    6.526199] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA
    [    6.526526] omap-mailbox 31f84000.mailbox: omap mailbox rev 0x66fc7100
    [    6.541249] sd 0:0:0:1: [sdb] Optimal transfer size 65536 bytes
    [    6.545204] ti-udma 285c0000.dma-controller: Channels: 26 (tchan: 13, rchan: 13, gp-rflow: 8)
    [    6.556759] sd 0:0:0:0: [sda] Attached SCSI disk
    [    6.557538] sd 0:0:0:1: [sdb] Attached SCSI disk
    [    6.566842] ti-udma 31150000.dma-controller: Channels: 122 (tchan: 61, rchan: 61, gp-rflow: 16)
    [    6.581312] spi-nor spi0.0: mt35xu512aba (65536 Kbytes)
    [    6.586558] 8 cmdlinepart partitions found on MTD device 47040000.spi.0
    [    6.593165] Creating 8 MTD partitions on "47040000.spi.0":
    [    6.598637] 0x000000000000-0x000000080000 : "ospi.tiboot3"
    [    6.604605] 0x000000080000-0x000000280000 : "ospi.tispl"
    [    6.610298] 0x000000280000-0x000000680000 : "ospi.u-boot"
    [    6.616132] 0x000000680000-0x0000006c0000 : "ospi.env"
    [    6.621633] 0x0000006c0000-0x0000007c0000 : "ospi.sysfw"
    [    6.627357] 0x0000007c0000-0x000000800000 : "ospi.env.backup"
    [    6.633492] 0x000000800000-0x000003fc0000 : "ospi.rootfs"
    [    6.639293] 0x000003fc0000-0x000004000000 : "ospi.phypattern"
    [    6.648043] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
    [    6.657004] mmc0: Command Queue Engine enabled
    [    6.661451] mmc0: new HS200 MMC card at address 0001
    [    6.666695] mmcblk0: mmc0:0001 S0J56X 14.8 GiB 
    [    6.671320] mmcblk0boot0: mmc0:0001 S0J56X partition 1 31.5 MiB
    [    6.677326] mmcblk0boot1: mmc0:0001 S0J56X partition 2 31.5 MiB
    [    6.683311] mmcblk0rpmb: mmc0:0001 S0J56X partition 3 4.00 MiB, chardev (236:0)
    [    6.690419] davinci_mdio 46000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
    [    6.699632] davinci_mdio 46000f00.mdio: phy[0]: device 46000f00.mdio:00, driver TI DP83867
    [    6.707945] am65-cpsw-nuss 46000000.ethernet: initializing am65 cpsw nuss version 0x6BA00101, cpsw version 0x6BA80100 Ports: 2 quirks:00000000
    [    6.721541] am65-cpsw-nuss 46000000.ethernet: set new flow-id-base 48
    [    6.728524] am65-cpsw-nuss 46000000.ethernet: initialized cpsw ale version 1.4
    [    6.735731] am65-cpsw-nuss 46000000.ethernet: ALE Table size 64
    [    6.742051] am65-cpsw-nuss 46000000.ethernet: CPTS ver 0x4e8a010a, freq:500000000, add_val:1 pps:0
    [    6.752389] davinci-mcasp 2ba0000.mcasp: IRQ common not found
    [    6.758452] mmc1: CQHCI version 5.10
    [    6.770196] debugfs: Directory 'pd:27' with parent 'pm_genpd' already present!
    [    6.777443] debugfs: Directory 'pd:26' with parent 'pm_genpd' already present!
    [    6.785607] debugfs: Directory 'pd:242' with parent 'pm_genpd' already present!
    [    6.792939] debugfs: Directory 'pd:241' with parent 'pm_genpd' already present!
    [    6.800243] debugfs: Directory 'pd:240' with parent 'pm_genpd' already present!
    [    6.807550] debugfs: Directory 'pd:239' with parent 'pm_genpd' already present!
    [    6.815768] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [    6.836232] ALSA device list:
    [    6.839210]   No soundcards found.
    [    7.819398] mmc1: SDHCI controller on 4fb0000.mmc [4fb0000.mmc] using ADMA 64-bit
    [    7.827683] Waiting for root device PARTUUID=a8fe98a0-02...
    [    7.883880] mmc1: new ultra high speed DDR50 SDHC card at address 59b4
    [    7.890718] mmcblk1: mmc1:59b4 SD    14.7 GiB 
    [    7.897537]  mmcblk1: p1 p2
    [    8.845214] EXT4-fs (mmcblk1p2): recovery complete
    [    8.852989] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [    8.861095] VFS: Mounted root (ext4 filesystem) on device 179:98.
    [    8.872382] devtmpfs: mounted
    [    8.875655] Freeing unused kernel memory: 1984K
    [    8.880206] Run /sbin/init as init process
    [    8.884291]   with arguments:
    [    8.884293]     /sbin/init
    [    8.884295]   with environment:
    [    8.884297]     HOME=/
    [    8.884298]     TERM=linux
    [    9.039989] systemd[1]: System time before build time, advancing clock.
    [    9.093604] NET: Registered protocol family 10
    [    9.098524] Segment Routing with IPv6
    [    9.115196] systemd[1]: systemd 244 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)
    [    9.136684] systemd[1]: Detected architecture arm64.
    [    9.171260] systemd[1]: Set hostname to <j7-evm>.
    [    9.377564] systemd[1]: /lib/systemd/system/docker.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/docker.sock \xe2\x86\x92 /run/docker.sock; please update the unit file accordingly.
    [    9.448912] random: systemd: uninitialized urandom read (16 bytes read)
    [    9.455647] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
    [    9.467983] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
    [    9.477864] systemd[1]: Created slice system-getty.slice.
    [    9.498483] random: systemd: uninitialized urandom read (16 bytes read)
    [    9.505737] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [    9.526471] random: systemd: uninitialized urandom read (16 bytes read)
    [    9.533719] systemd[1]: Created slice system-serial\x2dgetty9600.slice.
    [    9.555144] systemd[1]: Created slice User and Session Slice.
    [    9.578594] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [    9.602513] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [    9.626518] systemd[1]: Reached target Paths.
    [    9.642458] systemd[1]: Reached target Remote File Systems.
    [    9.662454] systemd[1]: Reached target Slices.
    [    9.678455] systemd[1]: Reached target Swap.
    [    9.695840] systemd[1]: Listening on RPCbind Server Activation Socket.
    [    9.718503] systemd[1]: Reached target RPC Port Mapper.
    [    9.740657] systemd[1]: Listening on Process Core Dump Socket.
    [    9.762585] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [    9.794220] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
    [    9.802530] systemd[1]: Listening on Journal Socket (/dev/log).
    [    9.822672] systemd[1]: Listening on Journal Socket.
    [    9.838714] systemd[1]: Listening on Network Service Netlink Socket.
    [    9.862645] systemd[1]: Listening on udev Control Socket.
    [    9.882555] systemd[1]: Listening on udev Kernel Socket.
    [    9.905226] systemd[1]: Mounting Huge Pages File System...
    [    9.924885] systemd[1]: Mounting POSIX Message Queue File System...
    [    9.949061] systemd[1]: Mounting Kernel Debug File System...
    [    9.969406] systemd[1]: Mounting Temporary Directory (/tmp)...
    [    9.989315] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [   10.017257] systemd[1]: Starting Start psplash boot splash screen...
    [   10.040904] systemd[1]: Starting RPC Bind...
    [   10.058606] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [   10.070705] systemd[1]: Starting Journal Service...
    [   10.094530] systemd[1]: Starting Load Kernel Modules...
    [   10.108746] systemd[1]: Starting Remount Root and Kernel File Systems...
    [   10.125298] cryptodev: loading out-of-tree module taints kernel.
    [   10.125920] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
    [   10.139277] systemd[1]: Starting udev Coldplug all Devices...
    [   10.150607] cryptodev: driver 1.10 loaded.
    [   10.169761] systemd[1]: Started RPC Bind.
    [   10.190873] systemd[1]: Mounted Huge Pages File System.
    [   10.214815] systemd[1]: Mounted POSIX Message Queue File System.
    [   10.238794] systemd[1]: Mounted Kernel Debug File System.
    [   10.258853] systemd[1]: Mounted Temporary Directory (/tmp).
    [   10.283766] systemd[1]: Started Create list of static device nodes for the current kernel.
    [   10.310779] systemd[1]: Started Journal Service.
    [   10.441947] systemd-journald[187]: Received client request to flush runtime journal.
    [   10.915203] CAN device driver interface
    [   11.074824] ina2xx 5-0040: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.097913] ina2xx 5-0041: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.127791] ina2xx 5-0042: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.160096] ina2xx 5-0043: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.173650] ina2xx 5-0044: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.187802] ina2xx 5-0045: power monitor ina226 (Rshunt = 5000 uOhm)
    [   11.234640] ina2xx 5-0046: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.248259] ina2xx 5-0047: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.289473] ina2xx 5-0048: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.306065] nvme 0001:03:00.0: assign IRQ: got 63
    [   11.307474] nvme nvme0: pci function 0001:03:00.0
    [   11.312807] nvme 0001:03:00.0: enabling device (0000 -> 0002)
    [   11.313682] ina2xx 5-0049: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.318594] nvme 0001:03:00.0: enabling bus mastering
    [   11.325126] nvme 0001:03:00.0: saving config space at offset 0x0 (reading 0x500d2646)
    [   11.325132] nvme 0001:03:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   11.325138] nvme 0001:03:00.0: saving config space at offset 0x8 (reading 0x1080201)
    [   11.325144] nvme 0001:03:00.0: saving config space at offset 0xc (reading 0x0)
    [   11.325150] nvme 0001:03:00.0: saving config space at offset 0x10 (reading 0x18100004)
    [   11.325155] nvme 0001:03:00.0: saving config space at offset 0x14 (reading 0x0)
    [   11.325160] nvme 0001:03:00.0: saving config space at offset 0x18 (reading 0x0)
    [   11.325166] nvme 0001:03:00.0: saving config space at offset 0x1c (reading 0x0)
    [   11.325171] nvme 0001:03:00.0: saving config space at offset 0x20 (reading 0x0)
    [   11.325177] nvme 0001:03:00.0: saving config space at offset 0x24 (reading 0x0)
    [   11.325182] nvme 0001:03:00.0: saving config space at offset 0x28 (reading 0x0)
    [   11.325187] nvme 0001:03:00.0: saving config space at offset 0x2c (reading 0x500d2646)
    [   11.325192] nvme 0001:03:00.0: saving config space at offset 0x30 (reading 0x0)
    [   11.325198] nvme 0001:03:00.0: saving config space at offset 0x34 (reading 0x80)
    [   11.325203] nvme 0001:03:00.0: saving config space at offset 0x38 (reading 0x0)
    [   11.325209] nvme 0001:03:00.0: saving config space at offset 0x3c (reading 0x13f)
    [   11.334639] nvme 0001:06:00.0: assign IRQ: got 63
    [   11.334815] nvme nvme1: pci function 0001:06:00.0
    [   11.350479] nvme 0001:06:00.0: enabling device (0000 -> 0002)
    [   11.350785] nvme 0001:09:00.0: assign IRQ: got 63
    [   11.356319] nvme 0001:06:00.0: enabling bus mastering
    [   11.356449] nvme 0001:06:00.0: saving config space at offset 0x0 (reading 0x500d2646)
    [   11.356455] nvme 0001:06:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   11.356462] nvme 0001:06:00.0: saving config space at offset 0x8 (reading 0x1080201)
    [   11.356467] nvme 0001:06:00.0: saving config space at offset 0xc (reading 0x0)
    [   11.356473] nvme 0001:06:00.0: saving config space at offset 0x10 (reading 0x18700004)
    [   11.356478] nvme 0001:06:00.0: saving config space at offset 0x14 (reading 0x0)
    [   11.356483] nvme 0001:06:00.0: saving config space at offset 0x18 (reading 0x0)
    [   11.356488] nvme 0001:06:00.0: saving config space at offset 0x1c (reading 0x0)
    [   11.356494] nvme 0001:06:00.0: saving config space at offset 0x20 (reading 0x0)
    [   11.356499] nvme 0001:06:00.0: saving config space at offset 0x24 (reading 0x0)
    [   11.356505] nvme 0001:06:00.0: saving config space at offset 0x28 (reading 0x0)
    [   11.356511] nvme 0001:06:00.0: saving config space at offset 0x2c (reading 0x500d2646)
    [   11.356516] nvme 0001:06:00.0: saving config space at offset 0x30 (reading 0x0)
    [   11.356522] nvme 0001:06:00.0: saving config space at offset 0x34 (reading 0x80)
    [   11.356527] nvme 0001:06:00.0: saving config space at offset 0x38 (reading 0x0)
    [   11.356533] nvme 0001:06:00.0: saving config space at offset 0x3c (reading 0x13f)
    [   11.364683] nvme nvme2: pci function 0001:09:00.0
    [   11.370715] nvme nvme0: missing or invalid SUBNQN field.
    [   11.372083] ina2xx 5-004a: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.377307] nvme nvme1: missing or invalid SUBNQN field.
    [   11.382982] nvme 0001:09:00.0: enabling device (0000 -> 0002)
    [   11.392752] nvme nvme1: 2/0/0 default/read/poll queues
    [   11.393601] nvme 0001:09:00.0: enabling bus mastering
    [   11.398939] nvme 0001:09:00.0: saving config space at offset 0x0 (reading 0x500d2646)
    [   11.398946] nvme 0001:09:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   11.398953] nvme 0001:09:00.0: saving config space at offset 0x8 (reading 0x1080201)
    [   11.398958] nvme 0001:09:00.0: saving config space at offset 0xc (reading 0x0)
    [   11.398967] nvme 0001:09:00.0: saving config space at offset 0x10 (reading 0x18d00004)
    [   11.398975] nvme 0001:09:00.0: saving config space at offset 0x14 (reading 0x0)
    [   11.398980] nvme 0001:09:00.0: saving config space at offset 0x18 (reading 0x0)
    [   11.398985] nvme 0001:09:00.0: saving config space at offset 0x1c (reading 0x0)
    [   11.398991] nvme 0001:09:00.0: saving config space at offset 0x20 (reading 0x0)
    [   11.398996] nvme 0001:09:00.0: saving config space at offset 0x24 (reading 0x0)
    [   11.399004] nvme 0001:09:00.0: saving config space at offset 0x28 (reading 0x0)
    [   11.399011] nvme 0001:09:00.0: saving config space at offset 0x2c (reading 0x500d2646)
    [   11.399017] nvme 0001:09:00.0: saving config space at offset 0x30 (reading 0x0)
    [   11.399024] nvme 0001:09:00.0: saving config space at offset 0x34 (reading 0x80)
    [   11.399030] nvme 0001:09:00.0: saving config space at offset 0x38 (reading 0x0)
    [   11.399036] nvme 0001:09:00.0: saving config space at offset 0x3c (reading 0x13f)
    [   11.399920] nvme nvme0: 2/0/0 default/read/poll queues
    [   11.403712] nvme nvme2: missing or invalid SUBNQN field.
    [   11.412745] nvme nvme2: 2/0/0 default/read/poll queues
    [   11.421891] nvme 0001:0c:00.0: assign IRQ: got 63
    [   11.422049] nvme nvme3: pci function 0001:0c:00.0
    [   11.429315] nvme 0001:0c:00.0: enabling device (0000 -> 0002)
    [   11.432311] ina2xx 5-004b: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.435110] nvme 0001:0c:00.0: enabling bus mastering
    [   11.443687] nvme 0001:0c:00.0: saving config space at offset 0x0 (reading 0x81e0f)
    [   11.443697] nvme 0001:0c:00.0: saving config space at offset 0x4 (reading 0x100406)
    [   11.443703] nvme 0001:0c:00.0: saving config space at offset 0x8 (reading 0x1080201)
    [   11.443708] nvme 0001:0c:00.0: saving config space at offset 0xc (reading 0x0)
    [   11.443713] nvme 0001:0c:00.0: saving config space at offset 0x10 (reading 0x19300004)
    [   11.443719] nvme 0001:0c:00.0: saving config space at offset 0x14 (reading 0x0)
    [   11.443724] nvme 0001:0c:00.0: saving config space at offset 0x18 (reading 0x0)
    [   11.443729] nvme 0001:0c:00.0: saving config space at offset 0x1c (reading 0x0)
    [   11.443734] nvme 0001:0c:00.0: saving config space at offset 0x20 (reading 0x0)
    [   11.443739] nvme 0001:0c:00.0: saving config space at offset 0x24 (reading 0x0)
    [   11.443745] nvme 0001:0c:00.0: saving config space at offset 0x28 (reading 0x0)
    [   11.443750] nvme 0001:0c:00.0: saving config space at offset 0x2c (reading 0x311e0f)
    [   11.443756] nvme 0001:0c:00.0: saving config space at offset 0x30 (reading 0x0)
    [   11.443761] nvme 0001:0c:00.0: saving config space at offset 0x34 (reading 0x80)
    [   11.443766] nvme 0001:0c:00.0: saving config space at offset 0x38 (reading 0x0)
    [   11.443771] nvme 0001:0c:00.0: saving config space at offset 0x3c (reading 0x13f)
    [   11.456305] nvme nvme3: Shutdown timeout set to 10 seconds
    [   11.465918] nvme nvme3: 2/0/0 default/read/poll queues
    [   11.473370] ina2xx 5-004c: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.485901] ina2xx 5-004d: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.504933] ina2xx 5-004e: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.515478] ina2xx 5-004f: power monitor ina226 (Rshunt = 10000 uOhm)
    [   11.723557] img_enc 4200000.video-encoder: vxe_enc_probe: using heap 1 for internal alloc
    [   11.740352] k3-dsp-rproc 4d80800000.dsp: assigned reserved memory node c66-dma-memory@a7000000
    [   11.750169] k3-dsp-rproc 4d80800000.dsp: configured DSP for remoteproc mode
    [   11.760398] k3-dsp-rproc 4d80800000.dsp: local reset is deasserted for device
    [   11.768423] remoteproc remoteproc0: 4d80800000.dsp is available
    [   11.780115] remoteproc remoteproc0: powering up 4d80800000.dsp
    [   11.781162] k3-dsp-rproc 4d81800000.dsp: assigned reserved memory node c66-dma-memory@a6000000
    [   11.785953] remoteproc remoteproc0: Booting fw image j7-c66_0-fw, size 144692
    [   11.806647] k3-dsp-rproc 4d80800000.dsp: booting DSP core using boot addr = 0xa6200400
    [   11.816955]  remoteproc0#vdev0buffer: assigned reserved memory node c66-dma-memory@a7000000
    [   11.825650] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   11.833182] virtio_rpmsg_bus virtio0: creating channel ti.ipc4.ping-pong addr 0xd
    [   11.833676]  remoteproc0#vdev0buffer: registered virtio0 (type 7)
    [   11.842065] virtio_rpmsg_bus virtio0: creating channel rpmsg_chrdev addr 0xe
    [   11.848061] remoteproc remoteproc0: remote processor 4d80800000.dsp is now up
    [   11.858175] img_dec 4300000.video-decoder: decoder registered as /dev/video0
    [   11.954096] [drm] Initialized tidss 1.0.0 20180215 for 4a00000.dss on minor 0
    [   11.962560] tidss 4a00000.dss: [drm] Cannot find any crtc or sizes
    [   11.974606] k3-dsp-rproc 4d81800000.dsp: configured DSP for remoteproc mode
    [   11.978085] img_enc 4200000.video-encoder: encoder registered as /dev/video1
    [   12.000014] PVR_K:  211: Read BVNC 22.104.208.318 from HW device registers
    [   12.035372] k3-dsp-rproc 4d81800000.dsp: local reset is deasserted for device
    [   12.050617] PVR_K:  211: RGX Device registered with BVNC 22.104.208.318
    [   12.058043] [drm] Initialized pvr 1.13.5776728 20170530 for 4e20000000.gpu on minor 1
    [   12.072004] remoteproc remoteproc1: 4d81800000.dsp is available
    [   12.096487] remoteproc remoteproc1: powering up 4d81800000.dsp
    [   12.102339] remoteproc remoteproc1: Booting fw image j7-c66_1-fw, size 144692
    [   12.112460] k3-dsp-rproc 64800000.dsp: assigned reserved memory node c71-dma-memory@a8000000
    [   12.121175] k3-dsp-rproc 4d81800000.dsp: booting DSP core using boot addr = 0xa7200400
    [   12.130819]  remoteproc1#vdev0buffer: assigned reserved memory node c66-dma-memory@a6000000
    [   12.139969] k3-dsp-rproc 64800000.dsp: configured DSP for remoteproc mode
    [   12.141399] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   12.147001] virtio_rpmsg_bus virtio1: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.152324]  remoteproc1#vdev0buffer: registered virtio1 (type 7)
    [   12.165830] remoteproc remoteproc1: remote processor 4d81800000.dsp is now up
    [   12.165931] virtio_rpmsg_bus virtio1: creating channel rpmsg_chrdev addr 0xe
    [   12.271293] remoteproc remoteproc2: 64800000.dsp is available
    [   12.529774] platform 41000000.r5f: R5F core may have been powered on by a different host, programmed state (0) != actual state (1)
    [   12.614656] remoteproc remoteproc2: powering up 64800000.dsp
    [   12.620372] remoteproc remoteproc2: Booting fw image j7-c71_0-fw, size 10489000
    [   12.632405] remoteproc remoteproc2: unsupported resource 65538
    [   12.638838] k3-dsp-rproc 64800000.dsp: booting DSP core using boot addr = 0xa8e00000
    [   12.652234]  remoteproc2#vdev0buffer: assigned reserved memory node c71-dma-memory@a8000000
    [   12.660931] virtio_rpmsg_bus virtio2: rpmsg host is online
    [   12.673163]  remoteproc2#vdev0buffer: registered virtio2 (type 7)
    [   12.674753] virtio_rpmsg_bus virtio2: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.679308] remoteproc remoteproc2: remote processor 64800000.dsp is now up
    [   12.692230] virtio_rpmsg_bus virtio2: creating channel rpmsg_chrdev addr 0xe
    [   12.748588] platform 41000000.r5f: configured R5F for IPC-only mode
    [   12.838784] platform 41000000.r5f: assigned reserved memory node r5f-dma-memory@a0000000
    [   12.880581] remoteproc remoteproc3: 41000000.r5f is available
    [   12.910442] random: crng init done
    [   12.913842] random: 7 urandom warning(s) missed due to ratelimiting
    [   12.921731] remoteproc remoteproc3: attaching to 41000000.r5[  255.799875] process 'docker/tmp/qemu-check449623776/check' started with executable stack
    f
    [   12.928267] platform 41000000.r5f: R5F core initialized in IPC-only mode
    [   12.935699]  remoteproc3#vdev0buffer: assigned reserved memory node r5f-dma-memory@a0000000
    [   12.949751] virtio_rpmsg_bus virtio3: rpmsg host is online
    [   12.955733]  remoteproc3#vdev0buffer: registered virtio3 (type 7)
    [   12.964134] remoteproc remoteproc3: remote processor 41000000.r5f is now attached
    [   12.971742] virtio_rpmsg_bus virtio3: creating channel ti.ipc4.ping-pong addr 0xd
    [   12.989326] platform 5c00000.r5f: configured R5F for remoteproc mode
    [   12.997048] platform 5c00000.r5f: assigned reserved memory node r5f-dma-memory@a2000000
    [   13.135847] remoteproc remoteproc4: 5c00000.r5f is available
    [   13.157097] platform 5d00000.r5f: configured R5F for remoteproc mode
    [   13.167308] platform 5d00000.r5f: assigned reserved memory node r5f-dma-memory@a3000000
    [   13.175604] remoteproc remoteproc5: 5d00000.r5f is available
    [   13.200292] remoteproc remoteproc4: powering up 5c00000.r5f
    [   13.206201] remoteproc remoteproc4: Booting fw image j7-main-r5f0_0-fw, size 626036
    [   13.209795] platform 5e00000.r5f: configured R5F for remoteproc mode
    [   13.220391] remoteproc remoteproc5: powering up 5d00000.r5f
    [   13.226111] remoteproc remoteproc5: Booting fw image j7-main-r5f0_1-fw, size 98444
    [   13.238076]  remoteproc4#vdev0buffer: assigned reserved memory node r5f-dma-memory@a2000000
    [   13.247497]  remoteproc5#vdev0buffer: assigned reserved memory node r5f-dma-memory@a3000000
    [   13.256208] virtio_rpmsg_bus virtio4: rpmsg host is online
    [   13.261720]  remoteproc4#vdev0buffer: registered virtio4 (type 7)
    [   13.268280] virtio_rpmsg_bus virtio5: rpmsg host is online
    [   13.273835]  remoteproc5#vdev0buffer: registered virtio5 (type 7)
    [   13.279965] remoteproc remoteproc4: remote processor 5c00000.r5f is now up
    [   13.286029] virtio_rpmsg_bus virtio5: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.286855] remoteproc remoteproc5: remote processor 5d00000.r5f is now up
    [   13.305186] platform 5e00000.r5f: assigned reserved memory node r5f-dma-memory@a4000000
    [   13.313632] remoteproc remoteproc6: 5e00000.r5f is available
    [   13.322245] platform 5f00000.r5f: configured R5F for remoteproc mode
    [   13.328773] remoteproc remoteproc6: powering up 5e00000.r5f
    [   13.334432] remoteproc remoteproc6: Booting fw image j7-main-r5f1_0-fw, size 98444
    [   13.341820] platform 5f00000.r5f: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.351339]  remoteproc6#vdev0buffer: assigned reserved memory node r5f-dma-memory@a4000000
    [   13.360155] virtio_rpmsg_bus virtio6: rpmsg host is online
    [   13.367010]  remoteproc6#vdev0buffer: registered virtio6 (type 7)
    [   13.371040] virtio_rpmsg_bus virtio6: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.373178] remoteproc remoteproc6: remote processor 5e00000.r5f is now up
    [   13.389729] remoteproc remoteproc7: 5f00000.r5f is available
    [   13.399304] remoteproc remoteproc7: powering up 5f00000.r5f
    [   13.404969] remoteproc remoteproc7: Booting fw image j7-main-r5f1_1-fw, size 98444
    [   13.416101]  remoteproc7#vdev0buffer: assigned reserved memory node r5f-dma-memory@a5000000
    [   13.424914] virtio_rpmsg_bus virtio7: rpmsg host is online
    [   13.432160]  remoteproc7#vdev0buffer: registered virtio7 (type 7)
    [   13.435556] virtio_rpmsg_bus virtio7: creating channel ti.ipc4.ping-pong addr 0xd
    [   13.438263] remoteproc remoteproc7: remote processor 5f00000.r5f is now up
    [   13.450581] virtio_rpmsg_bus virtio3: creating channel rpmsg_chrdev addr 0xe
    [   13.471048] virtio_rpmsg_bus virtio5: creating channel rpmsg_chrdev addr 0xe
    [   13.507368] virtio_rpmsg_bus virtio7: creating channel rpmsg_chrdev addr 0xe
    [   13.577811] virtio_rpmsg_bus virtio6: creating channel rpmsg_chrdev addr 0xe
    [   13.665105] m_can_platform 40528000.can: m_can device registered (irq=23, version=32)
    [   13.681472] m_can_platform 40568000.can: m_can device registered (irq=25, version=32)
    [   13.698958] m_can_platform 2701000.can: m_can device registered (irq=55, version=32)
    [   13.714116] m_can_platform 2721000.can: m_can device registered (irq=57, version=32)
    [   13.826134] EXT4-fs (sdb): mounted filesystem with ordered data mode. Opts: (null)
    [   14.554761] virtio_rpmsg_bus virtio4: creating channel ti.ethfw.notifyservice addr 0x1e
    [   14.613626] virtio_rpmsg_bus virtio4: creating channel rpmsg-kdrv addr 0x1a
    [   14.623234] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: Device info: permissions: 3FFFFFFF uart_id: 2
    [   14.640043] rpmsg-kdrv-eth-switch rpmsg-kdrv-1-mpu_1_0_ethswitch-device-0: FW ver 0.2 (rev 0)  2/Feb/2022 SHA:bd5a13f4
    [   14.651840] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: Device info: permissions: 3FFFFFFF uart_id: 2
    [   14.670352] rpmsg-kdrv-eth-switch rpmsg-kdrv-3-mpu_1_0_ethmac-device-1: FW ver 0.2 (rev 0)  2/Feb/2022 SHA:bd5a13f4
    [   14.700638] usbcore: registered new interface driver usbfs
    [   14.724272] usbcore: registered new interface driver hub
    [   14.739623] cdns-csi2rx: probe of 4504000.csi-bridge failed with error -22
    [   14.739675] usbcore: registered new device driver usb
    [   14.767792] remoteproc remoteproc8: b034000.pru is available
    [   14.779837] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rpmsg attach_ext - rx_mtu:1522 features:0000000B tx_mtu[0]:2024 flow_idx:172 tx_cpsw_psil_dst_id:51712 mac_addr:70:ff:76:1d:92:c1 mac-only:0
    [   14.821291] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac loaded
    [   14.829237] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: rdev_features:0000000B rdev_mtu:1522 flow_id:172 tx_psil_dst_id:4A00 mac_only:0
    [   14.854491] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c1
    [   14.886638] remoteproc remoteproc9: b004000.rtu is available
    [   14.893483] remoteproc remoteproc10: b00a000.txpru is available
    [   14.901170] remoteproc remoteproc11: b038000.pru is available
    [   14.902633] cdns-csi2rx: probe of 4514000.csi-bridge failed with error -22
    [   14.907774] remoteproc remoteproc12: b006000.rtu is available
    [   14.923194] remoteproc remoteproc13: b00c000.txpru is available
    [   14.932871] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: rpmsg attach_ext - rx_mtu:1522 features:00000007 tx_mtu[0]:2024 flow_idx:173 tx_cpsw_psil_dst_id:51713 mac_addr:70:ff:76:1d:92:c2 mac-only:1
    [   14.959443] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: virt_cpsw_nuss mac loaded
    [   14.970500] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: rdev_features:00000007 rdev_mtu:1522 flow_id:173 tx_psil_dst_id:4A01 mac_only:1
    [   14.979942] remoteproc remoteproc14: b134000.pru is available
    [   14.988848] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: local_mac_addr:00:00:00:00:00:00 rdev_mac_addr:70:ff:76:1d:92:c2
    [   15.002614] remoteproc remoteproc15: b104000.rtu is available
    [   15.008780] remoteproc remoteproc16: b10a000.txpru is available
    [   15.015142] remoteproc remoteproc17: b138000.pru is available
    [   15.022246] remoteproc remoteproc18: b106000.rtu is available
    [   15.030961] remoteproc remoteproc19: b10c000.txpru is available
    [   15.182609] omap_rng 4e10000.rng: Random Number Generator ver. 241b34c
    [   15.647488] EXT4-fs (nvme2n1): mounted filesystem with ordered data mode. Opts: (null)
    [   15.693711] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.700539] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 1
    [   15.709433] xhci-hcd xhci-hcd.2.auto: hcc params 0x200073c9 hci version 0x100 quirks 0x0000002000010010
    [   15.720068] xhci-hcd xhci-hcd.2.auto: irq 676, io mem 0x06410000
    [   15.727025] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   15.735313] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.742932] usb usb1: Product: xHCI Host Controller
    [   15.747849] usb usb1: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   15.747856] usb usb1: SerialNumber: xhci-hcd.2.auto
    [   15.759696] hub 1-0:1.0: USB hub found
    [   15.768726] hub 1-0:1.0: 1 port detected
    [   15.773591] xhci-hcd xhci-hcd.2.auto: xHCI Host Controller
    [   15.779081] xhci-hcd xhci-hcd.2.auto: new USB bus registered, assigned bus number 2
    [   15.786745] xhci-hcd xhci-hcd.2.auto: Host supports USB 3.0 SuperSpeed
    [   15.786787] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   15.786841] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   15.786843] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   15.786846] usb usb2: Product: xHCI Host Controller
    [   15.786849] usb usb2: Manufacturer: Linux 5.10.100-g7a7a3af903 xhci-hcd
    [   15.786851] usb usb2: SerialNumber: xhci-hcd.2.auto
    [   15.788926] hub 2-0:1.0: USB hub found
    [   15.843660] hub 2-0:1.0: 1 port detected
    [   15.998926] EXT4-fs (nvme3n1): mounted filesystem with ordered data mode. Opts: (null)
    [   16.030449] usb 1-1: new high-speed USB device number 2 using xhci-hcd
    [   16.046540] EXT4-fs (nvme0n1): mounted filesystem with ordered data mode. Opts: (null)
    [   16.182692] usb 1-1: New USB device found, idVendor=0451, idProduct=8142, bcdDevice= 1.00
    [   16.190862] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [   16.197988] usb 1-1: SerialNumber: 7F0600790B90
    [   16.203301] hub 1-1:1.0: USB hub found
    [   16.207084] hub 1-1:1.0: 4 ports detected
    [   72.762436] nvme nvme1: I/O 24 QID 0 timeout, completion polled
    [  131.347269] Bluetooth: Core ver 2.22
    [  131.354222] NET: Registered protocol family 31
    [  131.364330] Bluetooth: HCI device and connection manager initialized
    [  131.377643] Bluetooth: HCI socket layer initialized
    [  131.386836] Bluetooth: L2CAP socket layer initialized
    [  131.396743] Bluetooth: SCO socket layer initialized
    [  131.754186] j721e-cpsw-virt-mac main-r5fss-cpsw9g-virt-mac1: virt_cpsw_nuss mac started
    [  131.798630] PVR_K:  1175: RGX Firmware image 'rgx.fw.22.104.208.318' loaded
    [  132.107848] j721e-cpsw-virt-mac main_r5fss_cpsw9g_virt_mac0: virt_cpsw_nuss mac started
    [  132.271959] TI DP83867 46000f00.mdio:00: attached PHY driver [TI DP83867] (mii_bus:phy_addr=46000f00.mdio:00, irq=POLL)
    [  132.289390] am65-cpsw-nuss 46000000.ethernet eth0: Link is Down
    [  134.202504] nvme nvme1: I/O 25 QID 0 timeout, completion polled
    [  153.491892] ITS queue timeout (5760 5696)
    [  153.495904] ITS cmd its_build_movi_cmd failed
    [  154.952273] ITS queue timeout (5824 5696)
    [  154.956278] ITS cmd its_build_movi_cmd failed
    [  156.401032] ITS queue timeout (5888 5696)
    [  156.405033] ITS cmd its_build_movi_cmd failed
    [  195.642438] nvme nvme1: I/O 26 QID 0 timeout, completion polled
    [  226.362464] nvme nvme1: I/O 768 QID 2 timeout, aborting
    [  252.437290] Initializing XFRM netlink socket
    [  255.799875] process 'docker/tmp/qemu-check449623776/check' started with executable stack
    root@j7-evm:/# 

    In the above cases, the occurrence frequency is low, so please connect the SSD to the M.2 slot of the EVM as well. Timeout is occurring frequently.

    EVM - PCIe0

              - PCIe1 - PCIe Card(M.2 SSD x4)

              - PCIe2 - M.2 SSD

    This may be related to the number of connections to a slot or the total number of devices.

    Best regards,
    Takumi

  • Hi Takuma-san,

    What is the status of this case?

    Similar additional checks were performed with AM69A, but this phenomenon did not occur with AM69A.

    Therefore, I think this is a problem specific to DRA829.

    Best regards,
    Takumi

  • Hi Takumi-san,

    Apologies, I am catching up on some work. As an initial comment, I assume this is still related to errata i2086.

    I will check with my manager to see if I can obtain the device you used in your previous post.

    Regards,

    Takuma

  • Hi Takumi-san,

    To update you on status, I have ordered the new PCIe card which would be coming in early next week.

    Regards,

    Takuma

  • Hi Takuma-san,

    You mentioned that you are planning to purchase the board, but what is the current status?

    Best regards,
    Takumi

  • Hi Takumi-san,

    Yes, the board has been purchased and has been received. I will need a couple of days to conduct some experiments and analyze the results.

    Regards,

    Takuma

  • Hi Takumi-san,

    As an update, we have not been able to reproduce the issue yet with the new PCIe switch. However, I have been testing with 1 SSD cards and 2 WiFi cards, so it is not exactly the same as your system.

    Tomorrow, I should be receiving some extra SSD cards from Kingston (which I think this is the brand you were using) to see if there is a difference due to brands or number of SSD cards specifically (rather than number of devices on the PCIe bus).

    Regards,

    Takuma

  • Hi Takumi-san,

    I tested with 4 SSD cards today on the TI J721e EVM attached to the PCIe switch. It seems the timeout does not occur when just the PCIe switch is attached, but when another PCIe card is attached on a different PCIe port while the switch is attached, I get similar error logs.

    Will be debugging why this could be happening.

    Regards,

    Takuma

  • Hi Takuma-san,

    What is the current situation?
    We would like to know the progress.

    Best regards,
    Takumi

  • Hi Takumi-san,

    Thanks for checking in. Unfortunately, this issue will most likely take a long time to debug. Expect in the time frame of a couple of months. Currently trying to get some bandwidth from our SDK team to see if they can spend some time on this as well.

    In the meantime, some things that I have done as an experiment was to check from initialization timing perspective. For example, booting up the board with just the PCIe switch with 4 NVMe cards. Then, after Linux fully boots up, plug in an additional WiFi card and rescan the bus to enumerate the additional card. The result was that the WiFi card fails to initialize. I've tried out a few different configurations and combinations, but similar results so far. From this, I assume issue is most likely not related to initialization timing due to having too many devices on the board. Additionally, I have doubts that the issue is driver specific, since different devices show similar issues where the device cannot fully initialize.

    Another experiment related to jitter and timing was changing lane speeds. I experimented by lowering the max speed on all of the devices to PCIe Gen 1 speed which has the most slack for jitter and timing, and saw no improvements.

    Another aspect I am looking at the issue is from a memory perspective. Since each PCIe device is assigned a BAR and allocated space in memory on the device, I was wondering if there is a memory limit being reached due to having too many devices. Some experiments include changing register space, changing PCIe configuration space and how memory can be accessed. I am still looking into this path and have not been able to reach any conclusions or theories yet.

    If there are things that you have noticed while debugging, please let us know as well to see if we can expedite the debug process.

    Regards,

    Takuma

  • Hi Takuma-san,

    Thank you for the interim report.

    Is there any hope for a fix?

    Best regards,
    Takumi

  • Hi Takumi-san,

    As of now, we do not have a timeline for when we will be able to fix the issue. However, we will continue to debug until we can root cause the issue.

    Thank you for your continued patience.

    Regards,

    Takuma

  • Hello,

    Could you please ensure that the following commit is present in the Linux Source?
    https://github.com/torvalds/linux/commit/1c5842085851f786eba24a39ecd02650ad892064
    It appears to be relevant to the timeout reported.

    Regards,
    Siddharth.