Skip to content

Instantly share code, notes, and snippets.

@daiaji
Created January 21, 2023 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daiaji/c8410d3181c2da9d014668e6430bc2d4 to your computer and use it in GitHub Desktop.
Save daiaji/c8410d3181c2da9d014668e6430bc2d4 to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 6.1.7-1-MANJARO-ARM (builduser@fh-mjr-build-lon-xlarge) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed Jan 18 12:21:57 UTC 2023
[ 0.000000] Machine model: FriendlyElec NanoPC-T4
[ 0.000000] efi: UEFI not found.
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] cma: Reserved 256 MiB at 0x00000000e1600000
[ 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: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.2
[ 0.000000] percpu: Embedded 20 pages/cpu s42664 r8192 d31064 u81920
[ 0.000000] pcpu-alloc: s42664 r8192 d31064 u81920 alloc=20*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 999432
[ 0.000000] Kernel command line: initrd=/initramfs-linux.img console=ttyS2,1500000 root=PARTLABEL=ROOT_MNJRO rw rootwait audit=0 splash plymouth.ignore-serial-consoles
[ 0.000000] audit: disabled (until reboot)
[ 0.000000] Unknown kernel command line parameters "splash", 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] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 3686976K/4061184K available (12736K kernel code, 2418K rwdata, 5188K rodata, 3776K init, 669K bss, 112064K reserved, 262144K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[ 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 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 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:0x00000000fef00000
[ 0.000000] ITS [mem 0xfee20000-0xfee3ffff]
[ 0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @480000 (flat, esz 8, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GICv3: using LPI property table @0x0000000000440000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] GICv3: CPU0: using allocated LPI pending table @0x0000000000450000
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
[ 0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.002827] Console: colour dummy device 80x25
[ 0.002890] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.002909] pid_max: default: 32768 minimum: 301
[ 0.003326] LSM: Security Framework initializing
[ 0.003399] Yama: becoming mindful.
[ 0.003590] AppArmor: AppArmor initialized
[ 0.003885] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.003919] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.006150] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.007315] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.007332] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.007476] cblist_init_generic: Setting shift to 3 and lim to 1.
[ 0.007829] rcu: Hierarchical SRCU implementation.
[ 0.007835] rcu: Max phase no-delay instances is 1000.
[ 0.009945] Platform MSI: interrupt-controller@fee20000 domain created
[ 0.010392] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
[ 0.015877] EFI services will not be available.
[ 0.016888] smp: Bringing up secondary CPUs ...
[ 0.017809] Detected VIPT I-cache on CPU1
[ 0.017948] cacheinfo: Unable to detect cache hierarchy for CPU 1
[ 0.017967] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
[ 0.017988] GICv3: CPU1: using allocated LPI pending table @0x0000000000460000
[ 0.018048] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.019064] Detected VIPT I-cache on CPU2
[ 0.019187] cacheinfo: Unable to detect cache hierarchy for CPU 2
[ 0.019203] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
[ 0.019221] GICv3: CPU2: using allocated LPI pending table @0x0000000000470000
[ 0.019264] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.020295] Detected VIPT I-cache on CPU3
[ 0.020428] cacheinfo: Unable to detect cache hierarchy for CPU 3
[ 0.020445] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
[ 0.020464] GICv3: CPU3: using allocated LPI pending table @0x0000000000500000
[ 0.020505] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.021498] CPU features: detected: Spectre-v2
[ 0.021514] CPU features: detected: Spectre-BHB
[ 0.021524] CPU features: detected: ARM erratum 1742098
[ 0.021531] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.021537] Detected PIPT I-cache on CPU4
[ 0.021657] cacheinfo: Unable to detect cache hierarchy for CPU 4
[ 0.021673] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
[ 0.021691] GICv3: CPU4: using allocated LPI pending table @0x0000000000510000
[ 0.021734] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.022714] Detected PIPT I-cache on CPU5
[ 0.022820] cacheinfo: Unable to detect cache hierarchy for CPU 5
[ 0.022834] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
[ 0.022851] GICv3: CPU5: using allocated LPI pending table @0x0000000000520000
[ 0.022884] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.023016] smp: Brought up 1 node, 6 CPUs
[ 0.023029] SMP: Total of 6 processors activated.
[ 0.023037] CPU features: detected: 32-bit EL0 Support
[ 0.023042] CPU features: detected: 32-bit EL1 Support
[ 0.023050] CPU features: detected: CRC32 instructions
[ 0.023179] CPU: All CPU(s) started at EL2
[ 0.023196] alternatives: applying system-wide alternatives
[ 0.026904] devtmpfs: initialized
[ 0.043103] Registered cp15_barrier emulation handler
[ 0.043123] Registered setend emulation handler
[ 0.043361] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.043381] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.048474] pinctrl core: initialized pinctrl subsystem
[ 0.049081] DMI not present or invalid.
[ 0.049949] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.051835] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.052317] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.052705] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.053987] thermal_sys: Registered thermal governor 'fair_share'
[ 0.053995] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.054000] thermal_sys: Registered thermal governor 'step_wise'
[ 0.054005] thermal_sys: Registered thermal governor 'user_space'
[ 0.054061] cpuidle: using governor ladder
[ 0.054091] cpuidle: using governor menu
[ 0.054280] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.054489] ASID allocator initialised with 65536 entries
[ 0.055801] Serial: AMBA PL011 UART driver
[ 0.077967] platform ff770000.syscon:phy@f780: Fixing up cyclic dependency with fe330000.mmc
[ 0.082645] platform ff940000.hdmi: Fixing up cyclic dependency with ff8f0000.vop
[ 0.082721] platform ff940000.hdmi: Fixing up cyclic dependency with ff900000.vop
[ 0.091027] rockchip-gpio ff720000.gpio: probed /pinctrl/gpio@ff720000
[ 0.091777] rockchip-gpio ff730000.gpio: probed /pinctrl/gpio@ff730000
[ 0.092501] rockchip-gpio ff780000.gpio: probed /pinctrl/gpio@ff780000
[ 0.093152] rockchip-gpio ff788000.gpio: probed /pinctrl/gpio@ff788000
[ 0.093694] rockchip-gpio ff790000.gpio: probed /pinctrl/gpio@ff790000
[ 0.109211] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.109222] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.109231] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.109237] HugeTLB: 508 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.109244] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.109249] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.109257] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.109262] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.109902] cryptd: max_cpu_qlen set to 1000
[ 0.111407] ACPI: Interpreter disabled.
[ 0.112180] iommu: Default domain type: Translated
[ 0.112187] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.112776] SCSI subsystem initialized
[ 0.113006] libata version 3.00 loaded.
[ 0.113230] usbcore: registered new interface driver usbfs
[ 0.113269] usbcore: registered new interface driver hub
[ 0.113304] usbcore: registered new device driver usb
[ 0.113824] pps_core: LinuxPPS API ver. 1 registered
[ 0.113830] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.114869] Advanced Linux Sound Architecture Driver Initialized.
[ 0.115526] NetLabel: Initializing
[ 0.115531] NetLabel: domain hash size = 128
[ 0.115538] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.115597] NetLabel: unlabeled traffic allowed by default
[ 0.115760] vgaarb: loaded
[ 0.116002] clocksource: Switched to clocksource arch_sys_counter
[ 0.116356] VFS: Disk quotas dquot_6.6.0
[ 0.116428] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.117173] AppArmor: AppArmor Filesystem Enabled
[ 0.117226] pnp: PnP ACPI: disabled
[ 0.128305] NET: Registered PF_INET protocol family
[ 0.128607] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.133354] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.133493] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.133514] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.133863] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
[ 0.135139] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.135304] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.135447] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.135826] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.135882] PCI: CLS 0 bytes, default 64
[ 0.136502] Trying to unpack rootfs image as initramfs...
[ 0.147061] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
[ 0.147542] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
[ 0.148292] kvm [1]: IPA Size Limit: 40 bits
[ 0.149595] kvm [1]: vgic-v2@fff20000
[ 0.149626] kvm [1]: GIC system register CPU interface enabled
[ 0.149860] kvm [1]: vgic interrupt IRQ18
[ 0.150085] kvm [1]: Hyp mode initialized successfully
[ 0.151314] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151327] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151334] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151342] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151350] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151357] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151365] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151372] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151380] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151388] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151395] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151402] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151409] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151417] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.151425] debugfs: File ':interrupt-controller@fee00000' in directory 'domains' already present!
[ 0.152746] Initialise system trusted keyrings
[ 0.153105] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.159779] zbud: loaded
[ 0.226327] NET: Registered PF_ALG protocol family
[ 0.226346] Key type asymmetric registered
[ 0.226352] Asymmetric key parser 'x509' registered
[ 0.226450] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.226756] io scheduler mq-deadline registered
[ 0.226763] io scheduler kyber registered
[ 0.227018] io scheduler bfq registered
[ 0.259430] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.259447] dma-pl330 ff6d0000.dma-controller: DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
[ 0.260921] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
[ 0.260933] dma-pl330 ff6e0000.dma-controller: DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
[ 0.266990] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.269396] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 37, base_baud = 1500000) is a 16550A
[ 0.269554] serial serial0: tty port ttyS0 registered
[ 0.270610] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 38, base_baud = 1500000) is a 16550A
[ 0.270920] printk: console [ttyS2] enabled
[ 0.272104] Serial: AMBA driver
[ 0.277900] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.287544] usbcore: registered new interface driver uas
[ 0.287596] usbcore: registered new interface driver usb-storage
[ 0.287682] usbcore: registered new interface driver usbserial_generic
[ 0.287705] usbserial: USB Serial support registered for generic
[ 0.289689] mousedev: PS/2 mouse device common for all mice
[ 0.290021] i2c_dev: i2c /dev entries driver
[ 0.298232] usbcore: registered new interface driver pcwd_usb
[ 0.298384] device-mapper: uevent: version 1.0.3
[ 0.298782] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[ 0.301780] sdhci: Secure Digital Host Controller Interface driver
[ 0.301791] sdhci: Copyright(c) Pierre Ossman
[ 0.301970] Synopsys Designware Multimedia Card Interface Driver
[ 0.303338] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.303573] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 0.303620] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 0.303638] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 0.303769] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 50,32 bit host data width,256 deep fifo
[ 0.306376] mmc2: CQHCI version 5.10
[ 0.306409] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.306815] No iBFT detected.
[ 0.307495] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
[ 0.307920] hid: raw HID events driver (C) Jiri Kosina
[ 0.308036] usbcore: registered new interface driver usbhid
[ 0.308044] usbhid: USB HID core driver
[ 0.311590] Initializing XFRM netlink socket
[ 0.312261] NET: Registered PF_INET6 protocol family
[ 0.333395] mmc2: SDHCI controller on fe330000.mmc [fe330000.mmc] using ADMA
[ 0.398742] mmc2: Command Queue Engine enabled
[ 0.398782] mmc2: new HS400 Enhanced strobe MMC card at address 0001
[ 0.400213] mmcblk2: mmc2:0001 AJNB4R 14.6 GiB
[ 0.405109] mmcblk2:
[ 0.405692] mmcblk2boot0: mmc2:0001 AJNB4R 4.00 MiB
[ 0.407681] mmcblk2boot1: mmc2:0001 AJNB4R 4.00 MiB
[ 0.409412] mmcblk2rpmb: mmc2:0001 AJNB4R 4.00 MiB, chardev (245:0)
[ 0.713223] Freeing initrd memory: 8496K
[ 0.777522] Segment Routing with IPv6
[ 0.777602] In-situ OAM (IOAM) with IPv6
[ 0.777693] mip6: Mobile IPv6
[ 0.777713] NET: Registered PF_PACKET protocol family
[ 0.780377] registered taskstats version 1
[ 0.780422] Loading compiled-in X.509 certificates
[ 0.782826] zswap: loaded using pool lzo/zbud
[ 0.783410] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 0.783728] Key type .fscrypt registered
[ 0.783738] Key type fscrypt-provisioning registered
[ 0.785124] Key type encrypted registered
[ 0.983025] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 0.983461] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
[ 0.983672] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 0.983712] xhci-hcd xhci-hcd.0.auto: irq 56, io mem 0xfe800000
[ 0.983979] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 0.984189] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
[ 0.984214] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 0.984548] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.984567] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.984581] usb usb1: Product: xHCI Host Controller
[ 0.984593] usb usb1: Manufacturer: Linux 6.1.7-1-MANJARO-ARM xhci-hcd
[ 0.984605] usb usb1: SerialNumber: xhci-hcd.0.auto
[ 0.985353] hub 1-0:1.0: USB hub found
[ 0.985417] hub 1-0:1.0: 1 port detected
[ 0.986125] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.986389] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.986408] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.986423] usb usb2: Product: xHCI Host Controller
[ 0.986435] usb usb2: Manufacturer: Linux 6.1.7-1-MANJARO-ARM xhci-hcd
[ 0.986447] usb usb2: SerialNumber: xhci-hcd.0.auto
[ 0.987336] hub 2-0:1.0: USB hub found
[ 0.987417] hub 2-0:1.0: 1 port detected
[ 0.994142] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 0.994488] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
[ 0.994659] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000000002010010
[ 0.994758] xhci-hcd xhci-hcd.1.auto: irq 57, io mem 0xfe900000
[ 0.995023] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 0.995226] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
[ 0.995251] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 0.995510] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 0.995530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.995544] usb usb3: Product: xHCI Host Controller
[ 0.995556] usb usb3: Manufacturer: Linux 6.1.7-1-MANJARO-ARM xhci-hcd
[ 0.995568] usb usb3: SerialNumber: xhci-hcd.1.auto
[ 0.996291] hub 3-0:1.0: USB hub found
[ 0.996350] hub 3-0:1.0: 1 port detected
[ 0.996952] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.997150] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[ 0.997169] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.997184] usb usb4: Product: xHCI Host Controller
[ 0.997196] usb usb4: Manufacturer: Linux 6.1.7-1-MANJARO-ARM xhci-hcd
[ 0.997208] usb usb4: SerialNumber: xhci-hcd.1.auto
[ 0.997955] hub 4-0:1.0: USB hub found
[ 0.998008] hub 4-0:1.0: 1 port detected
[ 1.002394] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
[ 1.002761] ehci-platform fe380000.usb: EHCI Host Controller
[ 1.002838] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
[ 1.003256] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 6
[ 1.003415] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 5
[ 1.003433] ohci-platform fe3a0000.usb: irq 60, io mem 0xfe3a0000
[ 1.003551] ehci-platform fe3c0000.usb: EHCI Host Controller
[ 1.003579] ehci-platform fe380000.usb: irq 58, io mem 0xfe380000
[ 1.003666] ohci-platform fe3e0000.usb: Generic Platform OHCI controller
[ 1.003889] ehci-platform fe3c0000.usb: new USB bus registered, assigned bus number 7
[ 1.004058] ehci-platform fe3c0000.usb: irq 59, io mem 0xfe3c0000
[ 1.004251] ohci-platform fe3e0000.usb: new USB bus registered, assigned bus number 8
[ 1.004383] ohci-platform fe3e0000.usb: irq 61, io mem 0xfe3e0000
[ 1.005533] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
[ 1.009196] rk808 0-001b: chip id: 0x0
[ 1.014474] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 1.014524] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 1.026196] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
[ 1.027244] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 1.027264] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.027276] usb usb5: Product: EHCI Host Controller
[ 1.027286] usb usb5: Manufacturer: Linux 6.1.7-1-MANJARO-ARM ehci_hcd
[ 1.027295] usb usb5: SerialNumber: fe380000.usb
[ 1.028481] hub 5-0:1.0: USB hub found
[ 1.028638] hub 5-0:1.0: 1 port detected
[ 1.029234] OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22
[ 1.037924] cpu cpu0: EM: created perf domain
[ 1.040522] cpu cpu4: EM: OPP:408000 is inefficient
[ 1.040713] cpu cpu4: EM: created perf domain
[ 1.043875] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
[ 1.043901] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
[ 1.043910] dwmmc_rockchip fe320000.mmc: Version ID is 270a
[ 1.043957] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 73,32 bit host data width,256 deep fifo
[ 1.044068] dwmmc_rockchip fe310000.mmc: IDMAC supports 32-bit address mode.
[ 1.044094] dwmmc_rockchip fe310000.mmc: Using internal DMA controller.
[ 1.044104] dwmmc_rockchip fe310000.mmc: Version ID is 270a
[ 1.044141] dwmmc_rockchip fe310000.mmc: DW MMC controller at irq 50,32 bit host data width,256 deep fifo
[ 1.044278] dwmmc_rockchip fe320000.mmc: Got CD GPIO
[ 1.044328] dwmmc_rockchip fe310000.mmc: allocated mmc-pwrseq
[ 1.044338] mmc_host mmc0: card is non-removable.
[ 1.044358] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
[ 1.044384] rockchip-pcie f8000000.pcie: MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
[ 1.044396] rockchip-pcie f8000000.pcie: IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
[ 1.044863] rockchip-pcie f8000000.pcie: no bus scan delay, default to 0 ms
[ 1.044885] rockchip-pcie f8000000.pcie: no vpcie12v regulator found
[ 1.056151] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.058339] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
[ 1.066088] ehci-platform fe3c0000.usb: USB 2.0 started, EHCI 1.00
[ 1.066376] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[ 1.066385] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.066392] usb usb7: Product: EHCI Host Controller
[ 1.066397] usb usb7: Manufacturer: Linux 6.1.7-1-MANJARO-ARM ehci_hcd
[ 1.066402] usb usb7: SerialNumber: fe3c0000.usb
[ 1.066938] hub 7-0:1.0: USB hub found
[ 1.066972] hub 7-0:1.0: 1 port detected
[ 1.080186] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[ 1.080203] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.080210] usb usb6: Product: Generic Platform OHCI controller
[ 1.080217] usb usb6: Manufacturer: Linux 6.1.7-1-MANJARO-ARM ohci_hcd
[ 1.080222] usb usb6: SerialNumber: fe3a0000.usb
[ 1.080841] hub 6-0:1.0: USB hub found
[ 1.080873] hub 6-0:1.0: 1 port detected
[ 1.081288] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.01
[ 1.081299] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.081304] usb usb8: Product: Generic Platform OHCI controller
[ 1.081309] usb usb8: Manufacturer: Linux 6.1.7-1-MANJARO-ARM ohci_hcd
[ 1.081314] usb usb8: SerialNumber: fe3e0000.usb
[ 1.081743] hub 8-0:1.0: USB hub found
[ 1.081766] hub 8-0:1.0: 1 port detected
[ 1.103952] rockchip-pcie f8000000.pcie: wait 0 ms (from device tree) before bus scan
[ 1.104104] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
[ 1.104116] pci_bus 0000:00: root bus resource [bus 00-1f]
[ 1.104127] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
[ 1.104138] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
[ 1.104180] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
[ 1.104290] pci 0000:00:00.0: supports D1
[ 1.104299] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 1.109654] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[ 1.109920] pci 0000:01:00.0: [1cc1:0021] type 00 class 0x010802
[ 1.110013] pci 0000:01:00.0: reg 0x10: [mem 0xfa000000-0xfa003fff 64bit]
[ 1.110182] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
[ 1.110622] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 1.110964] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:00:00.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[ 1.121787] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1.123041] dwmmc_rockchip fe320000.mmc: All phases bad!
[ 1.123050] mmc1: tuning execution failed: -5
[ 1.123061] mmc1: error -5 whilst initialising SD card
[ 1.136529] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
[ 1.146080] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
[ 1.146126] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
[ 1.146147] pci 0000:01:00.0: BAR 0: assigned [mem 0xfa000000-0xfa003fff 64bit]
[ 1.146199] pci 0000:00:00.0: PCI bridge to [bus 01]
[ 1.146236] pci 0000:00:00.0: bridge window [mem 0xfa000000-0xfa0fffff]
[ 1.146543] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
[ 1.146903] pcieport 0000:00:00.0: PME: Signaling with IRQ 79
[ 1.147561] pcieport 0000:00:00.0: AER: enabled with IRQ 79
[ 1.148182] nvme nvme0: pci function 0000:01:00.0
[ 1.148413] nvme 0000:01:00.0: enabling device (0000 -> 0002)
[ 1.151514] ALSA device list:
[ 1.151525] No soundcards found.
[ 1.151734] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
[ 1.152274] nvme nvme0: missing or invalid SUBNQN field.
[ 1.161205] nvme nvme0: allocated 32 MiB host memory buffer.
[ 1.165475] nvme nvme0: 6/0/0 default/read/poll queues
[ 1.167985] mmc_host mmc0: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1.172915] nvme0n1: p1 p2
[ 1.176056] Freeing unused kernel memory: 3776K
[ 1.205075] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
[ 1.246515] Run /init as init process
[ 1.246528] with arguments:
[ 1.246534] /init
[ 1.246540] splash
[ 1.246545] with environment:
[ 1.246549] HOME=/
[ 1.246553] TERM=linux
[ 1.357740] dwmmc_rockchip fe320000.mmc: Successfully tuned phase to 194
[ 1.358166] mmc1: new ultra high speed SDR104 SDXC card at address 59b4
[ 1.359364] mmcblk1: mmc1:59b4 FD4Q5 119 GiB
[ 1.366183] mmcblk1: p1 p2
[ 1.448450] dwmmc_rockchip fe310000.mmc: Successfully tuned phase to 190
[ 1.453202] mmc0: new ultra high speed SDR104 SDIO card at address 0001
[ 1.849643] rockchip-vop ff8f0000.vop: Adding to iommu group 2
[ 1.852435] rockchip-vop ff900000.vop: Adding to iommu group 3
[ 1.863310] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
[ 1.863539] [drm] unsupported AFBC format[3231564e]
[ 1.864717] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
[ 1.864912] dwhdmi-rockchip ff940000.hdmi: supply avdd-0v9 not found, using dummy regulator
[ 1.865286] dwhdmi-rockchip ff940000.hdmi: supply avdd-1v8 not found, using dummy regulator
[ 1.865496] dwhdmi-rockchip ff940000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 1.866652] rockchip-drm display-subsystem: bound ff940000.hdmi (ops dw_hdmi_rockchip_ops [rockchipdrm])
[ 1.870293] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
[ 1.870428] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 1.870571] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
[ 1.896941] panfrost ff9a0000.gpu: clock rate = 500000000
[ 1.899146] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 1.906557] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
[ 1.906569] panfrost ff9a0000.gpu: features: 00000000,00000407, issues: 00000000,24040400
[ 1.906574] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
[ 1.906580] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
[ 1.913230] [drm] Initialized panfrost 1.2.0 20180908 for ff9a0000.gpu on minor 1
[ 1.961522] Registered IR keymap rc-cec
[ 1.961605] rc rc0: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0
[ 1.961676] input: dw_hdmi as /devices/platform/ff940000.hdmi/rc/rc0/input1
[ 2.379441] F2FS-fs (mmcblk1p2): Found nat_bits in checkpoint
[ 2.600261] F2FS-fs (mmcblk1p2): Mounted with checkpoint version = 4a9dbd99
[ 2.935231] systemd[1]: System time before build time, advancing clock.
[ 2.992031] systemd[1]: systemd 252.4-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 2.992097] systemd[1]: Detected architecture arm64.
[ 3.031388] systemd[1]: Hostname set to <ARMSD>.
[ 3.353932] systemd[1]: bpf-lsm: BPF LSM hook not enabled in the kernel, BPF LSM not supported
[ 3.891131] systemd[1]: Queued start job for default target Graphical Interface.
[ 3.960340] systemd[1]: Created slice Slice /system/getty.
[ 3.964684] systemd[1]: Created slice Slice /system/modprobe.
[ 3.968521] systemd[1]: Created slice Slice /system/serial-getty.
[ 4.008567] systemd[1]: Created slice User and Session Slice.
[ 4.010043] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.037572] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.068582] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.097247] systemd[1]: Reached target Local Encrypted Volumes.
[ 4.099200] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 4.137131] systemd[1]: Reached target Path Units.
[ 4.166994] systemd[1]: Reached target Remote Encrypted Volumes.
[ 4.168864] systemd[1]: Reached target Remote File Systems.
[ 4.170660] systemd[1]: Reached target Slice Units.
[ 4.197065] systemd[1]: Reached target Swaps.
[ 4.227017] systemd[1]: Reached target Local Verity Protected Volumes.
[ 4.230108] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.249117] systemd[1]: Listening on Process Core Dump Socket.
[ 4.265415] systemd[1]: Journal Audit Socket was skipped because of an unmet condition check (ConditionSecurity=audit).
[ 4.267209] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.269121] systemd[1]: Listening on Journal Socket.
[ 4.300668] systemd[1]: Listening on Network Service Netlink Socket.
[ 4.304683] systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
[ 4.331559] systemd[1]: Listening on udev Control Socket.
[ 4.334666] systemd[1]: Listening on udev Kernel Socket.
[ 4.338602] systemd[1]: Listening on User Database Manager Socket.
[ 4.406998] systemd[1]: Mounting Huge Pages File System...
[ 4.448187] systemd[1]: Mounting POSIX Message Queue File System...
[ 4.455204] systemd[1]: Mounting Kernel Debug File System...
[ 4.477311] systemd[1]: Kernel Trace File System was skipped because of an unmet condition check (ConditionPathExists=/sys/kernel/tracing).
[ 4.478615] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
[ 4.483532] systemd[1]: Mounting Temporary Directory /tmp...
[ 4.520316] systemd[1]: Starting Create List of Static Device Nodes...
[ 4.528377] systemd[1]: Starting Load Kernel Module configfs...
[ 4.566133] systemd[1]: Starting Load Kernel Module drm...
[ 4.608933] systemd[1]: Starting Load Kernel Module efi_pstore...
[ 4.616786] systemd[1]: Starting Load Kernel Module fuse...
[ 4.637750] fuse: init (API version 7.37)
[ 4.646917] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 4.661801] systemd[1]: Starting Journal Service...
[ 4.692485] systemd[1]: Starting Load Kernel Modules...
[ 4.718828] Asymmetric key parser 'pkcs8' registered
[ 4.720644] systemd[1]: Starting Generate network units from Kernel command line...
[ 4.750301] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 4.751559] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
[ 4.755706] systemd[1]: Starting Coldplug All udev Devices...
[ 4.781280] F2FS-fs (mmcblk1p2): switch atgc option is not allowed
[ 4.783732] systemd[1]: Mounted Huge Pages File System.
[ 4.785234] systemd[1]: Mounted POSIX Message Queue File System.
[ 4.806980] systemd[1]: Mounted Kernel Debug File System.
[ 4.808567] systemd[1]: Mounted Temporary Directory /tmp.
[ 4.810685] systemd[1]: Finished Create List of Static Device Nodes.
[ 4.850480] systemd[1]: Started Journal Service.
[ 5.231890] systemd-journald[308]: Received client request to flush runtime journal.
[ 5.243356] systemd-journald[308]: File /var/log/journal/7064e82fe3214d1eadf5bd9b1d2baf44/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 6.093504] PTP clock support registered
[ 6.158473] mc: Linux media interface: v0.10
[ 6.190472] videodev: Linux video capture interface: v2.00
[ 6.217850] input: adc-keys as /devices/platform/adc-keys/input/input2
[ 6.226047] raid6: neonx8 gen() 2623 MB/s
[ 6.247381] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
[ 6.247404] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
[ 6.247545] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
[ 6.341182] dw_wdt ff848000.watchdog: No valid TOPs array specified
[ 6.360257] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 6.360289] cfg80211: failed to load regulatory.db
[ 6.368706] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[ 6.381559] rockchip-rga ff680000.rga: HW Version: 0x03.02
[ 6.384368] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
[ 6.396404] raid6: neonx4 gen() 3332 MB/s
[ 6.397156] hantro-vpu ff650000.video-codec: Adding to iommu group 0
[ 6.412791] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac4356-sdio for chip BCM4356/2
[ 6.413398] usbcore: registered new interface driver brcmfmac
[ 6.415403] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4356-sdio.friendlyarm,nanopc-t4.bin failed with error -2
[ 6.433972] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac4356-sdio.txt failed with error -2
[ 6.455083] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-enc as /dev/video1
[ 6.455923] Bluetooth: Core ver 2.22
[ 6.456049] NET: Registered PF_BLUETOOTH protocol family
[ 6.456057] Bluetooth: HCI device and connection manager initialized
[ 6.456074] Bluetooth: HCI socket layer initialized
[ 6.456084] Bluetooth: L2CAP socket layer initialized
[ 6.456148] Bluetooth: SCO socket layer initialized
[ 6.472315] rkvdec ff660000.video-codec: Adding to iommu group 1
[ 6.476563] hantro-vpu ff650000.video-codec: registered rockchip,rk3399-vpu-dec as /dev/video2
[ 6.566607] raid6: neonx2 gen() 2794 MB/s
[ 6.568987] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
[ 6.569009] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
[ 6.569017] rk_gmac-dwmac fe300000.ethernet: RX delay(0x11).
[ 6.569033] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
[ 6.569079] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
[ 6.569084] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
[ 6.574101] rk_gmac-dwmac fe300000.ethernet: init for RGMII
[ 6.574417] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
[ 6.574431] rk_gmac-dwmac fe300000.ethernet: DWMAC1000
[ 6.574436] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
[ 6.574441] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
[ 6.574445] rk_gmac-dwmac fe300000.ethernet: COE Type 2
[ 6.574449] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
[ 6.574453] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
[ 6.577407] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
[ 6.577427] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
[ 6.577432] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 6.577443] rk_gmac-dwmac fe300000.ethernet: device MAC address ea:86:18:7d:1a:3a
[ 6.600655] rk808-rtc rk808-rtc: registered as rtc0
[ 6.601257] rk808-rtc rk808-rtc: setting system clock to 2023-01-21T14:03:27 UTC (1674309807)
[ 6.606020] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 5-.... } 4 jiffies s: 157 root: 0x20/.
[ 6.606036] rcu: blocking rcu_node structures (internal RCU debug):
[ 6.606040] Task dump for CPU 5:
[ 6.606044] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 6.606053] Call trace:
[ 6.606056] __switch_to+0xb8/0xe0
[ 6.606067] __ksymtab_raid6_datap_recov+0xc/0xffffffffffffff94 [raid6_pq]
[ 6.606087] 0xffff80000a303dc0
[ 6.606900] Registered IR keymap rc-empty
[ 6.618305] rc rc1: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1
[ 6.620114] systemd-journald[308]: Oldest entry in /var/log/journal/7064e82fe3214d1eadf5bd9b1d2baf44/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 6.620146] systemd-journald[308]: /var/log/journal/7064e82fe3214d1eadf5bd9b1d2baf44/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 6.623412] rc rc1: lirc_dev: driver gpio_ir_recv registered at minor = 0, raw IR receiver, no transmitter
[ 6.624146] input: gpio_ir_recv as /devices/platform/ir-receiver/rc/rc1/input3
[ 6.691544] Bluetooth: HCI UART driver ver 2.3
[ 6.691573] Bluetooth: HCI UART protocol H4 registered
[ 6.691578] Bluetooth: HCI UART protocol BCSP registered
[ 6.702113] Bluetooth: HCI UART protocol LL registered
[ 6.702123] Bluetooth: HCI UART protocol ATH3K registered
[ 6.706024] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 5-.... } 14 jiffies s: 157 root: 0x20/.
[ 6.706040] rcu: blocking rcu_node structures (internal RCU debug):
[ 6.706044] Task dump for CPU 5:
[ 6.706047] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 6.706056] Call trace:
[ 6.706060] __switch_to+0xb8/0xe0
[ 6.706071] __ksymtab_raid6_datap_recov+0xc/0xffffffffffffff94 [raid6_pq]
[ 6.706092] 0xffff80000a303dc0
[ 6.707519] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 6.717372] Bluetooth: HCI UART protocol Intel registered
[ 6.737160] Bluetooth: HCI UART protocol Broadcom registered
[ 6.737951] raid6: neonx1 gen() 3065 MB/s
[ 6.751476] Bluetooth: HCI UART protocol QCA registered
[ 6.755509] Bluetooth: HCI UART protocol Marvell registered
[ 6.766058] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 1-.... } 3 jiffies s: 177 root: 0x2/.
[ 6.766100] rcu: blocking rcu_node structures (internal RCU debug):
[ 6.766110] Task dump for CPU 1:
[ 6.766118] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 6.766142] Call trace:
[ 6.766148] __switch_to+0xb8/0xe0
[ 6.766171] 0xffff80000a303d20
[ 6.876014] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 1-.... } 14 jiffies s: 177 root: 0x2/.
[ 6.876032] rcu: blocking rcu_node structures (internal RCU debug):
[ 6.876036] Task dump for CPU 1:
[ 6.876039] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 6.876049] Call trace:
[ 6.876052] __switch_to+0xb8/0xe0
[ 6.876063] 0xffff80000a303d20
[ 6.876254] dw-apb-uart ff180000.serial: failed to request DMA
[ 6.906103] raid6: int64x8 gen() 1660 MB/s
[ 6.936164] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 3-.... } 3 jiffies s: 185 root: 0x8/.
[ 6.936186] rcu: blocking rcu_node structures (internal RCU debug):
[ 6.936191] Task dump for CPU 3:
[ 6.936195] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 6.936208] Call trace:
[ 6.936212] __switch_to+0xb8/0xe0
[ 6.936227] 0x2c4a
[ 7.003922] rk_gmac-dwmac fe300000.ethernet end0: renamed from eth0
[ 7.036017] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 3-.... } 13 jiffies s: 185 root: 0x8/.
[ 7.036040] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.036044] Task dump for CPU 3:
[ 7.036048] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.036059] Call trace:
[ 7.036063] __switch_to+0xb8/0xe0
[ 7.036075] 0x2c4a
[ 7.076080] raid6: int64x4 gen() 1840 MB/s
[ 7.116037] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 4-.... } 4 jiffies s: 189 root: 0x10/.
[ 7.116068] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.116075] Task dump for CPU 4:
[ 7.116081] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.116100] Call trace:
[ 7.116105] __switch_to+0xb8/0xe0
[ 7.116123] __ksymtab_raid6_datap_recov+0xc/0xffffffffffffff94 [raid6_pq]
[ 7.116160] 0xffff80000a303dc0
[ 7.117896] systemd-journald[308]: Oldest entry in /var/log/journal/7064e82fe3214d1eadf5bd9b1d2baf44/system.journal is older than the configured file retention duration (1month), suggesting rotation.
[ 7.117923] systemd-journald[308]: /var/log/journal/7064e82fe3214d1eadf5bd9b1d2baf44/system.journal: Journal header limits reached or header out-of-date, rotating.
[ 7.166042] random: crng init done
[ 7.166863] Bluetooth: hci0: BCM: chip id 101
[ 7.167138] Bluetooth: hci0: BCM: features 0x2f
[ 7.168312] Bluetooth: hci0: BCM4354A2
[ 7.168331] Bluetooth: hci0: BCM4356A2 (001.003.015) build 0000
[ 7.168774] Bluetooth: hci0: BCM: firmware Patch file not found, tried:
[ 7.168789] Bluetooth: hci0: BCM: 'brcm/BCM4356A2.friendlyarm,nanopc-t4.hcd'
[ 7.168794] Bluetooth: hci0: BCM: 'brcm/BCM4356A2.hcd'
[ 7.168797] Bluetooth: hci0: BCM: 'brcm/BCM.friendlyarm,nanopc-t4.hcd'
[ 7.168801] Bluetooth: hci0: BCM: 'brcm/BCM.hcd'
[ 7.226026] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 4-.... } 15 jiffies s: 189 root: 0x10/.
[ 7.226053] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.226061] Task dump for CPU 4:
[ 7.226067] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.226085] Call trace:
[ 7.226090] __switch_to+0xb8/0xe0
[ 7.226107] __ksymtab_raid6_datap_recov+0xc/0xffffffffffffff94 [raid6_pq]
[ 7.226144] 0xffff80000a303dc0
[ 7.247094] raid6: int64x2 gen() 1276 MB/s
[ 7.286227] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 5-.... } 4 jiffies s: 193 root: 0x20/.
[ 7.286294] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.286311] Task dump for CPU 5:
[ 7.286322] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.286360] Call trace:
[ 7.286370] __switch_to+0xb8/0xe0
[ 7.286403] 0xa01
[ 7.396126] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 5-.... } 15 jiffies s: 193 root: 0x20/.
[ 7.396164] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.396173] Task dump for CPU 5:
[ 7.396180] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.396199] Call trace:
[ 7.396205] __switch_to+0xb8/0xe0
[ 7.396225] 0x3232
[ 7.416284] raid6: int64x1 gen() 2157 MB/s
[ 7.416302] raid6: using algorithm neonx4 gen() 3332 MB/s
[ 7.446205] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 4-.... } 3 jiffies s: 197 root: 0x10/.
[ 7.446247] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.446254] Task dump for CPU 4:
[ 7.446260] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.446277] Call trace:
[ 7.446282] __switch_to+0xb8/0xe0
[ 7.446301] 0xffff80000a303a50
[ 7.446313] 0xffff80000a31b8c0
[ 7.556241] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 4-.... } 14 jiffies s: 197 root: 0x10/.
[ 7.556280] rcu: blocking rcu_node structures (internal RCU debug):
[ 7.556287] Task dump for CPU 4:
[ 7.556293] task:modprobe state:R running task stack:0 pid:358 ppid:61 flags:0x0000000e
[ 7.556310] Call trace:
[ 7.556314] __switch_to+0xb8/0xe0
[ 7.556332] 0xffff80000a303a50
[ 7.556343] 0xffff80000a31b8c0
[ 7.586328] raid6: .... xor() 1253 MB/s, rmw enabled
[ 7.586348] raid6: using neon recovery algorithm
[ 7.590094] xor: measuring software checksum speed
[ 7.593509] 8regs : 2911 MB/sec
[ 7.596727] 32regs : 3123 MB/sec
[ 7.600750] arm64_neon : 2499 MB/sec
[ 7.600761] xor: using function: 32regs (3123 MB/sec)
[ 7.645653] Btrfs loaded, crc32c=crc32c-generic, zoned=yes, fsverity=yes
[ 7.650860] BTRFS: device label ROOT_MNJRO devid 1 transid 253963 /dev/nvme0n1p2 scanned by systemd-udevd (356)
[ 8.535670] 8021q: 802.1Q VLAN Support v1.8
[ 8.643867] rk_gmac-dwmac fe300000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 8.657922] alg: No test for hmac(md4) (hmac(md4-generic))
[ 8.692704] rk_gmac-dwmac fe300000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211E Gigabit Ethernet] (irq=101)
[ 8.706146] rk_gmac-dwmac fe300000.ethernet end0: No Safety Features support found
[ 8.706165] rk_gmac-dwmac fe300000.ethernet end0: PTP not supported by HW
[ 8.706393] rk_gmac-dwmac fe300000.ethernet end0: configuring for phy/rgmii link mode
[ 8.721804] zram: Added device: zram0
[ 8.733803] zram0: detected capacity change from 0 to 11884176
[ 8.779526] Adding 5942084k swap on /dev/zram0. Priority:100 extents:1 across:5942084k SSFS
[ 11.697615] rk_gmac-dwmac fe300000.ethernet end0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 11.697677] IPv6: ADDRCONF(NETDEV_CHANGE): end0: link becomes ready
[ 48.395633] systemd-journald[308]: Time jumped backwards, rotating.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment