Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Siddharth-Vadapalli-at-TI/5ed0e436606001c247a7da664f75edee to your computer and use it in GitHub Desktop.
Save Siddharth-Vadapalli-at-TI/5ed0e436606001c247a7da664f75edee to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.9.0-rc4-next-20240417 (KernelCI@build-j169272-arm64-gcc-10-defconfig-2tms6) (aarch64-linux-gnu-gcc (Debian 10.2.1-6) 10.2.1 20210110, GNU ld (GNU Binutils for Debian) 2.35.2) #1 SMP PREEMPT Wed Apr 17 09:13:40 UTC 2024
[ 0.000000] KASLR disabled due to lack of seed
[ 0.000000] Machine model: Texas Instruments AM62A7 SK
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000002800000 (options '')
[ 0.000000] printk: legacy bootconsole [ns16550a0] enabled
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: 0x0000000080000000..0x000000008007ffff (512 KiB) nomap non-reusable tfa@80000000
[ 0.000000] Reserved memory: created DMA memory pool at 0x000000009c900000, size 30 MiB
[ 0.000000] OF: reserved mem: initialized node r5f-dma-memory@9c900000, compatible id shared-dma-pool
[ 0.000000] OF: reserved mem: 0x000000009c900000..0x000000009e6fffff (30720 KiB) nomap non-reusable r5f-dma-memory@9c900000
[ 0.000000] OF: reserved mem: 0x000000009e800000..0x000000009fffffff (24576 KiB) nomap non-reusable optee@9e800000
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x8ff7e39c0-0x8ff7e5fff]
[ 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-0x000000008007ffff]
[ 0.000000] node 0: [mem 0x0000000080080000-0x000000009c8fffff]
[ 0.000000] node 0: [mem 0x000000009c900000-0x000000009e6fffff]
[ 0.000000] node 0: [mem 0x000000009e700000-0x000000009e7fffff]
[ 0.000000] node 0: [mem 0x000000009e800000-0x000000009fffffff]
[ 0.000000] node 0: [mem 0x00000000a0000000-0x00000000ffffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x00000008ffffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000008ffffffff]
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 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.4
[ 0.000000] percpu: Embedded 24 pages/cpu s59752 r8192 d30360 u98304
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: kernel page table isolation forced OFF by mitigations=off
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: console=ttyS2,115200n8 earlyprintk=serial,ttyS2,115200n8 earlycon=ns16550a,mmio32,0x02800000 rootwait fsck.mode=skip sysrq_always_enabled ip=:::::eth0:dhcp root=/dev/nfs rw nfsroot=192.168.0.1:/opt/NFS_exports/linux/am62axx_sk-fs-01/autofs/5b50ed8fc16d4492c177b239bf042601,nolock,v3,tcp,rsize=4096,wsize=4096
[ 0.000000] sysrq: sysrq always enabled.
[ 0.000000] Unknown kernel command line parameters "earlyprintk=serial,ttyS2,115200n8", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1048576
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off, mlocked free:off
[ 0.000000] software IO TLB: area num 4.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] Memory: 3913540K/4194304K available (17024K kernel code, 4824K rwdata, 11500K rodata, 10112K init, 749K bss, 247996K reserved, 32768K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=512 to nr_cpu_ids=4.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing 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=4
[ 0.000000] RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.000000] RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 256 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: GICv3 features: 16 PPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000001880000
[ 0.000000] ITS [mem 0x01820000-0x0182ffff]
[ 0.000000] GIC: enabling workaround for ITS: Socionext Synquacer pre-ITS
[ 0.000000] ITS@0x0000000001820000: Devices Table too large, reduce ids 20->19
[ 0.000000] ITS@0x0000000001820000: allocated 524288 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 @0x0000000880050000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000880060000
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 200.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0x3ffffffffffffff max_cycles: 0x2e2049d3e8, max_idle_ns: 440795210634 ns
[ 0.000000] sched_clock: 58 bits at 200MHz, resolution 5ns, wraps every 4398046511102ns
[ 0.009586] Console: colour dummy device 80x25
[ 0.014213] Calibrating delay loop (skipped), value calculated using timer frequency.. 400.00 BogoMIPS (lpj=800000)
[ 0.024896] pid_max: default: 32768 minimum: 301
[ 0.029681] LSM: initializing lsm=capability
[ 0.034141] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.041720] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.050553] spectre-v4 mitigation disabled by command-line option
[ 0.057989] rcu: Hierarchical SRCU implementation.
[ 0.062919] rcu: Max phase no-delay instances is 1000.
[ 0.068600] Platform MSI: msi-controller@1820000 domain created
[ 0.074843] PCI/MSI: /bus@f0000/interrupt-controller@1800000/msi-controller@1820000 domain created
[ 0.084108] fsl-mc MSI: msi-controller@1820000 domain created
[ 0.091909] EFI services will not be available.
[ 0.096793] smp: Bringing up secondary CPUs ...
I/TC: Secondary CPU 1 initializing
I/TC: Secondary CPU 1 switching to normal world boot
I/TC: Secondary CPU 2 initializing
I/TC: Secondary CPU 2 switching to normal world boot
I/TC: Secondary CPU 3 initializing
I/TC: Secondary CPU 3 switching to normal world boot
[ 0.110021] Detected VIPT I-cache on CPU1
[ 0.110100] GICv3: CPU1: found redistributor 1 region 0:0x00000000018a0000
[ 0.110116] GICv3: CPU1: using allocated LPI pending table @0x0000000880070000
[ 0.110162] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.118886] Detected VIPT I-cache on CPU2
[ 0.118949] GICv3: CPU2: found redistributor 2 region 0:0x00000000018c0000
[ 0.118964] GICv3: CPU2: using allocated LPI pending table @0x0000000880080000
[ 0.118997] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.127643] Detected VIPT I-cache on CPU3
[ 0.127702] GICv3: CPU3: found redistributor 3 region 0:0x00000000018e0000
[ 0.127717] GICv3: CPU3: using allocated LPI pending table @0x0000000880090000
[ 0.127747] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.127863] smp: Brought up 1 node, 4 CPUs
[ 0.207584] SMP: Total of 4 processors activated.
[ 0.212396] CPU: All CPU(s) started at EL2
[ 0.216617] CPU features: detected: 32-bit EL0 Support
[ 0.221873] CPU features: detected: 32-bit EL1 Support
[ 0.227140] CPU features: detected: CRC32 instructions
[ 0.232433] alternatives: applying system-wide alternatives
[ 0.240206] devtmpfs: initialized
[ 0.251926] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.261930] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.269912] pinctrl core: initialized pinctrl subsystem
[ 0.277296] DMI not present or invalid.
[ 0.283687] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.290582] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.297921] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.305996] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.314151] audit: initializing netlink subsys (disabled)
[ 0.319857] audit: type=2000 audit(0.208:1): state=initialized audit_enabled=0 res=1
[ 0.321137] thermal_sys: Registered thermal governor 'step_wise'
[ 0.327795] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.334010] cpuidle: using governor menu
[ 0.344963] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.351990] ASID allocator initialised with 65536 entries
[ 0.359694] Serial: AMBA PL011 UART driver
[ 0.384796] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 0.397036] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 0.407617] Modules: 21648 pages in range for non-PLT usage
[ 0.407628] Modules: 513168 pages in range for PLT usage
[ 0.414041] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.426442] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.432852] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.439793] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.446202] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.453142] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.459551] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.466492] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.473355] Demotion targets for Node 0: null
[ 0.479201] ACPI: Interpreter disabled.
[ 0.485334] k3-chipinfo 43000014.chipid: Family:AM62AX rev:SR1.0 JTAGID[0x0bb8d02f] Detected
[ 0.494834] iommu: Default domain type: Translated
[ 0.499753] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.506441] SCSI subsystem initialized
[ 0.510647] usbcore: registered new interface driver usbfs
[ 0.516297] usbcore: registered new interface driver hub
[ 0.521755] usbcore: registered new device driver usb
[ 0.528103] pps_core: LinuxPPS API ver. 1 registered
[ 0.533194] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.542547] PTP clock support registered
[ 0.546702] EDAC MC: Ver: 3.0.0
[ 0.550405] scmi_core: SCMI protocol bus registered
[ 0.556532] FPGA manager framework
[ 0.560122] Advanced Linux Sound Architecture Driver Initialized.
[ 0.567384] vgaarb: loaded
[ 0.570692] clocksource: Switched to clocksource arch_sys_counter
[ 0.577198] VFS: Disk quotas dquot_6.6.0
[ 0.581234] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.588497] pnp: PnP ACPI: disabled
[ 0.598369] NET: Registered PF_INET protocol family
[ 0.603579] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.613925] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.622750] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.630691] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.638997] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.647373] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.654226] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.661182] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.668708] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.674930] RPC: Registered named UNIX socket transport module.
[ 0.681003] RPC: Registered udp transport module.
[ 0.685814] RPC: Registered tcp transport module.
[ 0.690622] RPC: Registered tcp-with-tls transport module.
[ 0.696232] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.702830] PCI: CLS 0 bytes, default 64
[ 0.710209] kvm [1]: nv: 477 coarse grained trap handlers
[ 0.716093] kvm [1]: IPA Size Limit: 40 bits
[ 0.722853] kvm [1]: vgic-v2@100010000
[ 0.726706] kvm [1]: GIC system register CPU interface enabled
[ 0.732700] kvm [1]: vgic interrupt IRQ9
[ 0.736730] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.743771] Initialise system trusted keyrings
[ 0.748573] workingset: timestamp_bits=42 max_order=20 bucket_order=0
[ 0.755463] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.761690] NFS: Registering the id_resolver key type
[ 0.766917] Key type id_resolver registered
[ 0.771196] Key type id_legacy registered
[ 0.775313] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.782169] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.789906] 9p: Installing v9fs 9p2000 file system support
[ 0.848604] Key type asymmetric registered
[ 0.852796] Asymmetric key parser 'x509' registered
[ 0.857842] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
[ 0.865409] io scheduler mq-deadline registered
[ 0.870043] io scheduler kyber registered
[ 0.874171] io scheduler bfq registered
[ 0.886763] pinctrl-single 4084000.pinctrl: 34 pins, size 136
[ 0.893152] pinctrl-single f4000.pinctrl: 171 pins, size 684
[ 0.940478] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.951366] msm_serial: driver initialized
[ 0.956025] SuperH (H)SCI(F) driver initialized
[ 0.960891] STM32 USART driver initialized
[ 0.973255] loop: module loaded
[ 0.977852] megasas: 07.727.03.00-rc1
[ 0.989637] tun: Universal TUN/TAP device driver, 1.6
[ 0.996105] thunder_xcv, ver 1.0
[ 0.999460] thunder_bgx, ver 1.0
[ 1.002789] nicpf, ver 1.0
[ 1.007030] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 1.014428] hns3: Copyright (c) 2017 Huawei Corporation.
[ 1.019898] hclge is initializing
[ 1.023328] e1000: Intel(R) PRO/1000 Network Driver
[ 1.028317] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 1.034259] e1000e: Intel(R) PRO/1000 Network Driver
[ 1.039343] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 1.045420] igb: Intel(R) Gigabit Ethernet Network Driver
[ 1.050942] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 1.056663] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 1.063080] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 1.069671] sky2: driver version 1.30
[ 1.075140] VFIO - User Level meta-driver version: 0.3
[ 1.084092] usbcore: registered new interface driver usb-storage
[ 1.093819] i2c_dev: i2c /dev entries driver
[ 1.106850] cpu cpu0: OPP-v2 not supported, cpufreq-dt will attempt to use legacy tables.
[ 1.116018] cpu cpu0: OPP table can't be empty
[ 1.122068] sdhci: Secure Digital Host Controller Interface driver
[ 1.128419] sdhci: Copyright(c) Pierre Ossman
[ 1.133955] Synopsys Designware Multimedia Card Interface Driver
[ 1.141330] sdhci-pltfm: SDHCI platform and OF driver helper
[ 1.149886] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.156995] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 1.164814] usbcore: registered new interface driver usbhid
[ 1.170535] usbhid: USB HID core driver
[ 1.179011] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 1.190216] optee: probing for conduit method.
I/TC: Reserved shared memory is enabled
I/TC: Dynamic shared memory is enabled
I/TC: Normal World virtualization support is disabled
I/TC: Asynchronous notifications are disabled
[ 1.194808] optee: revision 4.2 (6376023b51706879)
[ 1.211438] optee: dynamic shared memory is enabled
[ 1.221561] optee: initialized driver
[ 1.229884] NET: Registered PF_PACKET protocol family
[ 1.235173] 9pnet: Installing 9P2000 support
[ 1.239615] Key type dns_resolver registered
[ 1.253680] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 1.262130] registered taskstats version 1
[ 1.266689] Loading compiled-in X.509 certificates
[ 1.279589] Demotion targets for Node 0: null
[ 1.323783] ti-sci 44043000.system-controller: ABI: 3.1 (firmware rev 0x0009 '9.2.7--v09.02.07 (Kool Koala)')
[ 1.337723] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.346970] debugfs: Directory 'pd:182' with parent 'pm_genpd' already present!
[ 1.412705] i2c 0-0048: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/pmic@48/regulators/buck5
[ 1.422588] omap_i2c 20000000.i2c: bus 0 rev0.12 at 400 kHz
[ 1.430611] pca953x 1-0023: supply vcc not found, using dummy regulator
[ 1.437532] pca953x 1-0023: using AI
[ 1.465027] platform connector-hdmi: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 1.474992] platform 30200000.dss: Fixed dependency cycle(s) with /bus@f0000/i2c@20010000/bridge-hdmi@3b
[ 1.484752] i2c 1-003b: Fixed dependency cycle(s) with /connector-hdmi
[ 1.491495] i2c 1-003b: Fixed dependency cycle(s) with /bus@f0000/dss@30200000
[ 1.499112] omap_i2c 20010000.i2c: bus 1 rev0.12 at 100 kHz
[ 1.506621] omap_i2c 20020000.i2c: bus 2 rev0.12 at 400 kHz
[ 1.513127] ti-sci-intr 4210000.interrupt-controller: Interrupt Router 5 domain created
[ 1.521896] ti-sci-intr bus@f0000:interrupt-controller@a00000: Interrupt Router 3 domain created
[ 1.531495] ti-sci-inta 48000000.interrupt-controller: Interrupt Aggregator domain 28 created
[ 1.540938] ti-sci-inta 4e0a0000.interrupt-controller: Interrupt Aggregator domain 200 created
[ 1.551235] ti-udma 485c0100.dma-controller: Number of rings: 82
[ 1.559950] ti-udma 485c0100.dma-controller: Channels: 48 (bchan: 18, tchan: 12, rchan: 18)
[ 1.572342] ti-udma 485c0000.dma-controller: Number of rings: 150
[ 1.583402] ti-udma 485c0000.dma-controller: Channels: 35 (tchan: 20, rchan: 15)
[ 1.594200] ti-udma 4e230000.dma-controller: Number of rings: 6
[ 1.600879] ti-udma 4e230000.dma-controller: Channels: 6 (bchan: 0, tchan: 0, rchan: 6)
[ 1.612056] printk: legacy console [ttyS2] disabled
[ 1.617389] 2800000.serial: ttyS2 at MMIO 0x2800000 (irq = 249, base_baud = 3000000) is a 8250
[ 1.626356] printk: legacy console [ttyS2] enabled
[ 1.626356] printk: legacy console [ttyS2] enabled
[ 1.636066] printk: legacy bootconsole [ns16550a0] disabled
[ 1.636066] printk: legacy bootconsole [ns16550a0] disabled
[ 1.694708] davinci_mdio 8000f00.mdio: davinci mdio revision 9.7, bus freq 1000000
[ 1.705795] davinci_mdio 8000f00.mdio: phy[0]: device 8000f00.mdio:00, driver TI DP83867
[ 1.713932] am65-cpsw-nuss 8000000.ethernet: initializing am65 cpsw nuss version 0x6BA01103, cpsw version 0x6BA81103 Ports: 3 quirks:00000002
[ 1.726974] am65-cpsw-nuss 8000000.ethernet: initialized cpsw ale version 1.5
[ 1.734108] am65-cpsw-nuss 8000000.ethernet: ALE Table size 512
[ 1.744443] am65-cpsw-nuss 8000000.ethernet: set new flow-id-base 19
[ 1.753983] dwc3-am62 f900000.dwc3-usb: error -EINVAL: invalid resource (null)
[ 1.761257] dwc3-am62 f900000.dwc3-usb: can't map PHY IOMEM resource. Won't apply i2409 fix.
[ 1.770073] platform 31000000.usb: Fixed dependency cycle(s) with /bus@f0000/i2c@20000000/usb-power-controller@3f/connector
[ 1.787852] dwc3-am62 f910000.dwc3-usb: error -EINVAL: invalid resource (null)
[ 1.795136] dwc3-am62 f910000.dwc3-usb: can't map PHY IOMEM resource. Won't apply i2409 fix.
[ 1.807108] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 1.812652] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 1.820440] xhci-hcd xhci-hcd.0.auto: USB3 root hub has no ports
[ 1.826446] xhci-hcd xhci-hcd.0.auto: hcc params 0x0258fe6d hci version 0x110 quirks 0x0000008000000010
[ 1.835899] xhci-hcd xhci-hcd.0.auto: irq 252, io mem 0x31100000
[ 1.842677] hub 1-0:1.0: USB hub found
[ 1.846488] hub 1-0:1.0: 1 port detected
[ 1.856952] mmc0: CQHCI version 5.10
[ 1.870666] pca953x 1-0022: supply vcc not found, using dummy regulator
[ 1.877531] pca953x 1-0022: using AI
[ 1.899291] mmc0: SDHCI controller on fa10000.mmc [fa10000.mmc] using ADMA 64-bit
[ 1.903026] mmc1: CQHCI version 5.10
[ 1.951732] mmc1: SDHCI controller on fa00000.mmc [fa00000.mmc] using ADMA 64-bit
[ 1.961469] ------------[ cut here ]------------
[ 1.966094] Missing net_device from driver
[ 1.966154] WARNING: CPU: 2 PID: 1 at net/core/xdp.c:173 __xdp_rxq_info_reg+0xcc/0xd8
[ 1.978064] Modules linked in:
[ 1.981113] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 6.9.0-rc4-next-20240417 #1
[ 1.988494] Hardware name: Texas Instruments AM62A7 SK (DT)
[ 1.993944] mmc1: new high speed SDHC card at address aaaa
[ 1.994051] pstate: 60000005 (nZCv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 2.000135] mmcblk1: mmc1:aaaa SL32G 29.7 GiB
[ 2.006459] pc : __xdp_rxq_info_reg+0xcc/0xd8
[ 2.006468] lr : __xdp_rxq_info_reg+0xcc/0xd8
[ 2.006476] sp : ffff800082babad0
[ 2.006479] x29: ffff800082babad0
[ 2.015506] mmcblk1: p1 p2 p3
[ 2.019500] x28: 0000000000000440 x27: 0000000000000001
[ 2.019510] x26: ffff000800c10880 x25: ffff000801f29480 x24: 0000000000000000
[ 2.019520] x23: ffff000801f30000 x22: ffff000800c10080 x21: ffff000801f28080
[ 2.048687] x20: ffff000801e69800 x19: 0000000000000000 x18: 0000000000000028
[ 2.055813] x17: 00000000cd537234 x16: 0000000046cc0f2d x15: fffffffffffe51d8
[ 2.062938] x14: ffff8000826020f0 x13: 0000000000000396 x12: 0000000000000132
[ 2.070064] x11: fffffffffffe51d8 x10: fffffffffffe51b0 x9 : 00000000fffff132
[ 2.077189] x8 : ffff8000826020f0 x7 : ffff80008265a0f0 x6 : 0000000000000e58
[ 2.084314] x5 : 40000000fffff132 x4 : 000000000000aff5 x3 : 0000000000000000
[ 2.091439] x2 : 0000000000000000 x1 : 0000000000000000 x0 : ffff000800110000
[ 2.098565] Call trace:
[ 2.101001] __xdp_rxq_info_reg+0xcc/0xd8
[ 2.105004] am65_cpsw_nuss_ndo_slave_open+0x358/0x8c4
[ 2.110137] __dev_open+0xec/0x1d8
[ 2.113533] __dev_change_flags+0x190/0x208
[ 2.117710] dev_change_flags+0x24/0x6c
[ 2.121539] ip_auto_config+0x248/0x10b4
[ 2.125456] do_one_initcall+0x6c/0x1b0
[ 2.129285] kernel_init_freeable+0x1cc/0x294
[ 2.133634] kernel_init+0x20/0x1dc
[ 2.137119] ret_from_fork+0x10/0x20
[ 2.140688] ---[ end trace 0000000000000000 ]---
[ 2.145443] am65-cpsw-nuss 8000000.ethernet: Failed to create XDP rx queues
[ 2.145460] mmc0: Command Queue Engine enabled
[ 2.152547] IP-Config: Failed to open eth0
[ 2.156869] mmc0: new HS200 MMC card at address 0001
[ 2.160974] IP-Config: Device `eth0' not found
[ 2.166493] mmcblk0: mmc0:0001 S0J56X 14.8 GiB
[ 2.170407] clk: Disabling unused clocks
[ 2.178768] mmcblk0: p1 p2
[ 2.182074] mmcblk0boot0: mmc0:0001 S0J56X 31.5 MiB
[ 2.183161] PM: genpd: Disabling unused power domains
[ 2.187951] mmcblk0boot1: mmc0:0001 S0J56X 31.5 MiB
[ 2.192157] ALSA device list:
[ 2.197765] mmcblk0rpmb: mmc0:0001 S0J56X 4.00 MiB, chardev (511:0)
[ 2.199852] No soundcards found.
[ 99.495064] VFS: Unable to mount root fs via NFS.
[ 99.499894] devtmpfs: mounted
[ 99.506069] Freeing unused kernel memory: 10112K
[ 99.510784] Run /sbin/init as init process
[ 99.514935] Run /etc/init as init process
[ 99.518966] Run /bin/init as init process
[ 99.522996] Run /bin/sh as init process
[ 99.526853] Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance.
[ 99.540994] CPU: 3 PID: 1 Comm: swapper/0 Tainted: G W 6.9.0-rc4-next-20240417 #1
[ 99.549851] Hardware name: Texas Instruments AM62A7 SK (DT)
[ 99.555409] Call trace:
[ 99.557847] dump_backtrace+0x94/0xec
[ 99.561512] show_stack+0x18/0x24
[ 99.564822] dump_stack_lvl+0x38/0x90
[ 99.568479] dump_stack+0x18/0x24
[ 99.571787] panic+0x388/0x3c8
[ 99.574837] kernel_init+0x19c/0x1dc
[ 99.578409] ret_from_fork+0x10/0x20
[ 99.581979] SMP: stopping secondary CPUs
[ 99.585894] Kernel Offset: disabled
[ 99.589371] CPU features: 0x0,00000040,00100000,4200421b
[ 99.594671] Memory Limit: none
[ 99.597718] ---[ end Kernel panic - not syncing: No working init found. Try passing init= option to kernel. See Linux Documentation/admin-guide/init.rst for guidance. ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment