Closed solitudechn closed 1 year ago
看起来是你硬件问题吧。。 我今天重新拉源码编译了一次,没问题,正常识别
版本信息
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.15.67 (d@d) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r5077-176c77d7e) 11.3.0, GNU ld (GNU Binutils) 2.37) #0 SMP PREEMPT Fri Sep 16 14:50:09 2022
[ 0.000000] Machine model: FriendlyElec NanoPi R5S
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
------------------------------------------------------------------------
[ 6.522798] r8125 0000:01:00.0: of_irq_parse_pci: failed with rc=-22
[ 6.523379] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded
[ 6.524024] r8125 0000:01:00.0: enabling device (0000 -> 0003)
[ 6.542293] r8125 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 6.543150] r8125 0000:01:00.0 (unnamed net_device) (uninitialized): Random ether addr e6:ab:c1:74:8b:01
[ 6.544451] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 6.547475] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 6.547475] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 6.547475] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 6.550295] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded
[ 6.550930] r8125 0001:01:00.0: enabling device (0000 -> 0003)
[ 6.551893] r8125 0001:01:00.0: no MSI/MSI-X. Back to INTx.
[ 6.567616] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 6.568458] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr 42:6f:4b:09:f6:d0
[ 6.569660] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 6.572681] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 6.572681] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 6.572681] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 26.455707] eth1: 0xffff800009470000, d2:94:7c:e4:27:3f, IRQ 0
[ 26.456026] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: . Quota mode: none.
[ 26.505661] br-lan: port 1(eth1) entered blocking state
[ 26.506147] br-lan: port 1(eth1) entered disabled state
[ 26.506825] device eth1 entered promiscuous mode
[ 26.512906] eth2: 0xffff8000094b0000, d2:94:7c:e4:27:3f, IRQ 60
[ 26.562523] br-lan: port 2(eth2) entered blocking state
[ 26.563015] br-lan: port 2(eth2) entered disabled state
[ 26.563650] device eth2 entered promiscuous mode
--------------------------------
我插上网线打印log
[ 201.334640] r8125: eth1: link up
[ 201.335035] br-lan: port 1(eth1) entered blocking state
[ 201.335521] br-lan: port 1(eth1) entered forwarding state
[ 213.738525] r8125: eth2: link up
[ 213.738923] br-lan: port 2(eth2) entered blocking state
[ 213.739413] br-lan: port 2(eth2) entered forwarding state
root@OpenWrt:/# ethtool -i eth2
driver: r8125
version: 9.009.02-NAPI-RSS
firmware-version:
expansion-rom-version:
bus-info: 0001:01:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
root@OpenWrt:/# ethtool -i eth1
driver: r8125
version: 9.009.02-NAPI-RSS
firmware-version:
expansion-rom-version:
bus-info: 0000:01:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
root@OpenWrt:/#
然后没发现什么异常,再检查pci
root@OpenWrt:/# lspci
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0000:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0001:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
以上检查最新源码没什么问题,大概是你硬件出问题了吧~
看起来是你硬件问题吧。。 我今天重新拉源码编译了一次,没问题,正常识别
[ 6.522798] r8125 0000:01:00.0: of_irq_parse_pci: failed with rc=-22 [ 6.523379] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded [ 6.524024] r8125 0000:01:00.0: enabling device (0000 -> 0003) [ 6.542293] r8125 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 [ 6.543150] r8125 0000:01:00.0 (unnamed net_device) (uninitialized): Random ether addr e6:ab:c1:74:8b:01 [ 6.544451] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 6.547475] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 6.547475] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 6.547475] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 6.550295] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded [ 6.550930] r8125 0001:01:00.0: enabling device (0000 -> 0003) [ 6.551893] r8125 0001:01:00.0: no MSI/MSI-X. Back to INTx. [ 6.567616] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 [ 6.568458] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr 42:6f:4b:09:f6:d0 [ 6.569660] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 6.572681] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 6.572681] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 6.572681] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 26.455707] eth1: 0xffff800009470000, d2:94:7c:e4:27:3f, IRQ 0 [ 26.456026] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: . Quota mode: none. [ 26.505661] br-lan: port 1(eth1) entered blocking state [ 26.506147] br-lan: port 1(eth1) entered disabled state [ 26.506825] device eth1 entered promiscuous mode [ 26.512906] eth2: 0xffff8000094b0000, d2:94:7c:e4:27:3f, IRQ 60 [ 26.562523] br-lan: port 2(eth2) entered blocking state [ 26.563015] br-lan: port 2(eth2) entered disabled state [ 26.563650] device eth2 entered promiscuous mode -------------------------------- 我插上网线打印log [ 201.334640] r8125: eth1: link up [ 201.335035] br-lan: port 1(eth1) entered blocking state [ 201.335521] br-lan: port 1(eth1) entered forwarding state [ 213.738525] r8125: eth2: link up [ 213.738923] br-lan: port 2(eth2) entered blocking state [ 213.739413] br-lan: port 2(eth2) entered forwarding state root@OpenWrt:/# ethtool -i eth2 driver: r8125 version: 9.009.02-NAPI-RSS firmware-version: expansion-rom-version: bus-info: 0001:01:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no root@OpenWrt:/# ethtool -i eth1 driver: r8125 version: 9.009.02-NAPI-RSS firmware-version: expansion-rom-version: bus-info: 0000:01:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no root@OpenWrt:/# 然后没发现什么异常,再检查pci root@OpenWrt:/# lspci 0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) 0000:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) 0001:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
以上检查最新源码没什么问题,大概是你硬件出问题了吧~
我昨天试了一下lean大现在的release版本以及其他的openwrt编译版,基于lean最新编译的系统都无法使用,但是老版本(现在的release版本),其他人编译的纯openwrt正式版,均可以正常使用的
这么神奇吗?
看起来是你硬件问题吧。。 我今天重新拉源码编译了一次,没问题,正常识别
[ 6.522798] r8125 0000:01:00.0: of_irq_parse_pci: failed with rc=-22 [ 6.523379] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded [ 6.524024] r8125 0000:01:00.0: enabling device (0000 -> 0003) [ 6.542293] r8125 0000:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 [ 6.543150] r8125 0000:01:00.0 (unnamed net_device) (uninitialized): Random ether addr e6:ab:c1:74:8b:01 [ 6.544451] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 6.547475] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 6.547475] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 6.547475] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 6.550295] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded [ 6.550930] r8125 0001:01:00.0: enabling device (0000 -> 0003) [ 6.551893] r8125 0001:01:00.0: no MSI/MSI-X. Back to INTx. [ 6.567616] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00 [ 6.568458] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr 42:6f:4b:09:f6:d0 [ 6.569660] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 6.572681] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 6.572681] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 6.572681] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 26.455707] eth1: 0xffff800009470000, d2:94:7c:e4:27:3f, IRQ 0 [ 26.456026] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: . Quota mode: none. [ 26.505661] br-lan: port 1(eth1) entered blocking state [ 26.506147] br-lan: port 1(eth1) entered disabled state [ 26.506825] device eth1 entered promiscuous mode [ 26.512906] eth2: 0xffff8000094b0000, d2:94:7c:e4:27:3f, IRQ 60 [ 26.562523] br-lan: port 2(eth2) entered blocking state [ 26.563015] br-lan: port 2(eth2) entered disabled state [ 26.563650] device eth2 entered promiscuous mode -------------------------------- 我插上网线打印log [ 201.334640] r8125: eth1: link up [ 201.335035] br-lan: port 1(eth1) entered blocking state [ 201.335521] br-lan: port 1(eth1) entered forwarding state [ 213.738525] r8125: eth2: link up [ 213.738923] br-lan: port 2(eth2) entered blocking state [ 213.739413] br-lan: port 2(eth2) entered forwarding state root@OpenWrt:/# ethtool -i eth2 driver: r8125 version: 9.009.02-NAPI-RSS firmware-version: expansion-rom-version: bus-info: 0001:01:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no root@OpenWrt:/# ethtool -i eth1 driver: r8125 version: 9.009.02-NAPI-RSS firmware-version: expansion-rom-version: bus-info: 0000:01:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no root@OpenWrt:/# 然后没发现什么异常,再检查pci root@OpenWrt:/# lspci 0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) 0000:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) 0001:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
以上检查最新源码没什么问题,大概是你硬件出问题了吧~
不知道是不是我编译的lspci用的是busybox的版本,lspci显示的信息没有详细的设备名称,只有设备id🤦
opkg update
opkg install pciutils
opkg update opkg install pciutils
回去我试一下,谢谢 另外这个是我使用的编译脚本,不知道是不是我编译的时候config配置文件写错了🤦
https://github.com/solitudechn/lede/blob/master/.github/workflows/openwrt-ci.yml
我也看不出来什么,你把开机kernel log加载完成复制过来
我也看不出来什么,你把开机kernel log加载完成复制过来
好的,我回家的时候导出来,谢谢
opkg update opkg install pciutils
这个是我刚才使用线刷刷入的 lean 大的 release 版本的包,使用ethtool获得的信息
root@OpenWrt:~# ethtool -i eth0
driver: st_gmac
version: Jan_2016
firmware-version:
expansion-rom-version:
bus-info:
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
root@OpenWrt:~# ethtool -i eth1
driver: r8125
version: 9.009.02-NAPI-RSS
firmware-version:
expansion-rom-version:
bus-info: 0000:01:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
root@OpenWrt:~# ethtool -i eth2
driver: r8125
version: 9.009.02-NAPI-RSS
firmware-version:
expansion-rom-version:
bus-info: 0001:11:00.0
supports-statistics: yes
supports-test: no
supports-eeprom-access: no
supports-register-dump: yes
supports-priv-flags: no
下面是相应的内核启动日志
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 4.19.237-android (lean@lean-esxi) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r4779-6fd6edc2a), GNU ld (GNU Binutils) 2.34) #0 SMP Tue Jul 19 16:23:37 2022
[ 0.000000] Machine model: FriendlyElec NanoPi R5S
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[ 0.000000] bootconsole [uart8250] enabled
[ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000010000000, size 8 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool
[ 0.000000] On node 0 totalpages: 1043968
[ 0.000000] DMA32 zone: 15288 pages used for memmap
[ 0.000000] DMA32 zone: 0 pages reserved
[ 0.000000] DMA32 zone: 978432 pages, LIFO batch:63
[ 0.000000] Normal zone: 1024 pages used for memmap
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 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 22 pages/cpu s51176 r8192 d30744 u90112
[ 0.000000] pcpu-alloc: s51176 r8192 d30744 u90112 alloc=22*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656
[ 0.000000] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange androidboot.serialno=610e97f62c917f47 rw rootwait console=ttyS2,1500000 earlycon=uart8250,mmio32,0xfe660000 root=PARTUUID=614e0000-0000 rootfstype=squashfs,ext4
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: mapped [mem 0xe9f00000-0xedf00000] (64MB)
[ 0.000000] Memory: 3995992K/4175872K available (9598K kernel code, 778K rwdata, 3416K rodata, 832K init, 474K bss, 171688K reserved, 8192K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS [mem 0xfd440000-0xfd45ffff]
[ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @210000 (indirect, esz 8, psz 64K, shr 0)
[ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @220000 (flat, esz 2, psz 64K, shr 0)
[ 0.000000] ITS: using cache flushing for cmd queue
[ 0.000000] GIC: using LPI property table @0x0000000000230000
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[ 0.000000] CPU0: using LPI pending table @0x0000000000240000
[ 0.000000] GIC: using cache flushing for LPI property table
[ 0.000000] random: random: get_random_bytes called from start_kernel+0x344/0x434 with crng_init=0
[ 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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.001866] Console: colour dummy device 80x25
[ 0.002342] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000)
[ 0.003330] pid_max: default: 32768 minimum: 301
[ 0.003932] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.004601] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.006917] ASID allocator initialised with 32768 entries
[ 0.007557] rcu: Hierarchical SRCU implementation.
[ 0.008434] Platform MSI: interrupt-controller@fd440000 domain created
[ 0.009542] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created
[ 0.011038] smp: Bringing up secondary CPUs ...
[ 0.012812] Detected VIPT I-cache on CPU1
[ 0.012851] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[ 0.012907] CPU1: using LPI pending table @0x0000000000250000
[ 0.012963] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.014392] Detected VIPT I-cache on CPU2
[ 0.014423] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[ 0.014471] CPU2: using LPI pending table @0x0000000000260000
[ 0.014513] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.015923] Detected VIPT I-cache on CPU3
[ 0.015952] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[ 0.016002] CPU3: using LPI pending table @0x0000000000270000
[ 0.016044] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.016159] smp: Brought up 1 node, 4 CPUs
[ 0.023168] SMP: Total of 4 processors activated.
[ 0.023617] CPU features: detected: GIC system register CPU interface
[ 0.024235] CPU features: detected: Privileged Access Never
[ 0.024762] CPU features: detected: LSE atomic instructions
[ 0.025298] CPU features: detected: User Access Override
[ 0.025799] CPU features: detected: 32-bit EL0 Support
[ 0.026284] CPU features: detected: RAS Extension Support
[ 0.027490] CPU: All CPU(s) started at EL2
[ 0.027927] alternatives: patching kernel code
[ 0.055680] Registered cp15_barrier emulation handler
[ 0.056177] Registered setend emulation handler
[ 0.056959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.057914] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.058685] pinctrl core: initialized pinctrl subsystem
[ 0.059557] regulator-dummy: no parameters
[ 0.060366] NET: Registered protocol family 16
[ 0.064982] cpuidle: using governor menu
[ 0.065391] Registered FIQ tty driver
[ 0.066339] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.102538] rockchip-gpio fdd60000.gpio: probed gpio0 (fdd60000.gpio)
[ 0.103725] rockchip-gpio fe740000.gpio: probed gpio1 (fe740000.gpio)
[ 0.104878] rockchip-gpio fe750000.gpio: probed gpio2 (fe750000.gpio)
[ 0.106019] rockchip-gpio fe760000.gpio: probed gpio3 (fe760000.gpio)
[ 0.107176] rockchip-gpio fe770000.gpio: probed gpio4 (fe770000.gpio)
[ 0.107921] rockchip-pinctrl pinctrl: probed pinctrl
[ 0.123412] cryptd: max_cpu_qlen set to 1000
[ 0.126315] console [ttyFIQ0] enabled
[ 0.127052] Registered fiq debugger ttyFIQ0
[ 0.128813] vdd_usbc: 5000 mV
[ 0.129104] reg-fixed-voltage vdd-usbc: vdd_usbc supplying 5000000uV
[ 0.129256] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree
[ 0.129270] vcc3v3_sys: supplied by vdd_usbc
[ 0.130188] vcc3v3_sys: 3300 mV
[ 0.130425] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV
[ 0.130570] reg-fixed-voltage vcc3v3-sysp: Looking up vin-supply from device tree
[ 0.130584] vcc3v3_sysp: supplied by vdd_usbc
[ 0.131208] vcc3v3_sysp: 3300 mV
[ 0.131426] reg-fixed-voltage vcc3v3-sysp: vcc3v3_sysp supplying 3300000uV
[ 0.131571] reg-fixed-voltage vcc5v0-sysp: Looking up vin-supply from device tree
[ 0.131584] vcc5v0_sysp: supplied by vcc3v3_sysp
[ 0.132262] vcc5v0_sysp: 5000 mV
[ 0.132475] reg-fixed-voltage vcc5v0-sysp: vcc5v0_sysp supplying 5000000uV
[ 0.132768] reg-fixed-voltage vcc5v0-host-regulator: Looking up vin-supply from device tree
[ 0.132781] vcc5v0_host: supplied by vcc5v0_sysp
[ 0.133308] vcc5v0_host: 5000 mV
[ 0.133543] reg-fixed-voltage vcc5v0-host-regulator: vcc5v0_host supplying 5000000uV
[ 0.133693] reg-fixed-voltage pcie30-avdd0v9: Looking up vin-supply from device tree
[ 0.133705] pcie30_avdd0v9: supplied by vcc3v3_sys
[ 0.134218] pcie30_avdd0v9: 900 mV
[ 0.134484] reg-fixed-voltage pcie30-avdd0v9: pcie30_avdd0v9 supplying 900000uV
[ 0.134628] reg-fixed-voltage pcie30-avdd1v8: Looking up vin-supply from device tree
[ 0.134641] pcie30_avdd1v8: supplied by vcc3v3_sys
[ 0.135155] pcie30_avdd1v8: 1800 mV
[ 0.135396] reg-fixed-voltage pcie30-avdd1v8: pcie30_avdd1v8 supplying 1800000uV
[ 0.135564] vcc3v3_pcie: 3300 mV
[ 0.135757] reg-fixed-voltage gpio-regulator: Looking up vin-supply from device tree
[ 0.135771] vcc3v3_pcie: supplied by vcc5v0_sysp
[ 0.136343] reg-fixed-voltage gpio-regulator: vcc3v3_pcie supplying 3300000uV
[ 0.137458] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply from device tree
[ 0.137481] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply property in node /power-management@fdd90000/power-controller failed
[ 0.137533] rk_iommu fde4b000.iommu: version = 2
[ 0.138840] rk_iommu fdea0800.iommu: version = 2
[ 0.139695] rk_iommu fded0480.iommu: version = 2
[ 0.140669] rk_iommu fdee0800.iommu: version = 2
[ 0.141665] rk_iommu fdef0800.iommu: version = 2
[ 0.142676] rk_iommu fdf40f00.iommu: version = 2
[ 0.143746] rk_iommu fdf80800.iommu: version = 2
[ 0.144686] rk_iommu fe043e00.iommu: version = 2
[ 0.146020] vgaarb: loaded
[ 0.146786] SCSI subsystem initialized
[ 0.147642] usbcore: registered new interface driver usbfs
[ 0.149099] usbcore: registered new interface driver hub
[ 0.150236] usbcore: registered new device driver usb
[ 0.151405] media: Linux media interface: v0.10
[ 0.152448] videodev: Linux video capture interface: v2.00
[ 0.153670] pps_core: LinuxPPS API ver. 1 registered
[ 0.154151] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.155067] PTP clock support registered
[ 0.155984] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 0.158659] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply from device tree
[ 0.158693] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply property in node /power-management@fdd90000/power-controller failed
[ 0.158750] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply from device tree
[ 0.158783] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply property in node /power-management@fdd90000/power-controller failed
[ 0.158876] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply from device tree
[ 0.158908] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply property in node /power-management@fdd90000/power-controller failed
[ 0.158960] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply from device tree
[ 0.158988] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply property in node /power-management@fdd90000/power-controller failed
[ 0.159733] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512
[ 0.162055] Bluetooth: Core ver 2.22
[ 0.163043] NET: Registered protocol family 31
[ 0.163468] Bluetooth: HCI device and connection manager initialized
[ 0.165242] Bluetooth: HCI socket layer initialized
[ 0.166267] Bluetooth: L2CAP socket layer initialized
[ 0.169130] rockchip-cpuinfo cpuinfo: SoC : 35682000
[ 0.170174] rockchip-cpuinfo cpuinfo: Serial : 1e5da53fea4c09da
[ 0.172331] clocksource: Switched to clocksource arch_sys_counter
[ 0.180423] thermal thermal_zone1: power_allocator: sustainable_power will be estimated
[ 0.221747] NET: Registered protocol family 2
[ 0.223144] IP idents hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.226353] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes)
[ 0.227200] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.228773] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[ 0.230754] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.231624] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.232770] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.234112] NET: Registered protocol family 1
[ 0.235003] PCI: CLS 0 bytes, default 64
[ 0.236278] kvm [1]: 16-bit VMID
[ 0.236654] kvm [1]: GICv3: no GICV resource entry
[ 0.237370] kvm [1]: disabling GICv2 emulation
[ 0.237825] kvm [1]: GIC system register CPU interface enabled
[ 0.238568] kvm [1]: vgic interrupt IRQ1
[ 0.240307] kvm [1]: VHE mode initialized successfully
[ 0.243113] Crashlog allocated RAM at address 0x3f00000
[ 0.243933] workingset: timestamp_bits=45 max_order=20 bucket_order=0
[ 0.253006] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.253605] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.258648] NET: Registered protocol family 38
[ 0.259325] io scheduler noop registered (default)
[ 0.259936] io scheduler deadline registered
[ 0.260537] io scheduler cfq registered
[ 0.261855] io scheduler bfq registered
[ 0.265598] phy phy-fe8a0000.usb2-phy.0: Looking up phy-supply from device tree
[ 0.265674] phy phy-fe8a0000.usb2-phy.0: Linked as a consumer to regulator.5
[ 0.266522] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply from device tree
[ 0.266535] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply property in node /usb2-phy@fe8a0000/otg-port failed
[ 0.266658] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply from device tree
[ 0.266669] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply property in node /usb2-phy@fe8a0000/otg-port failed
[ 0.266682] phy phy-fe8a0000.usb2-phy.1: No vbus specified for otg port
[ 0.269335] extcon extcon1: failed to create extcon usb2-phy link
[ 0.269987] phy phy-fe8b0000.usb2-phy.2: Looking up phy-supply from device tree
[ 0.269999] phy phy-fe8b0000.usb2-phy.2: Looking up phy-supply property in node /usb2-phy@fe8b0000/host-port failed
[ 0.270146] phy phy-fe8b0000.usb2-phy.3: Looking up phy-supply from device tree
[ 0.270157] phy phy-fe8b0000.usb2-phy.3: Looking up phy-supply property in node /usb2-phy@fe8b0000/otg-port failed
[ 0.270266] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply from device tree
[ 0.270278] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply property in node /usb2-phy@fe8b0000/otg-port failed
[ 0.270318] phy phy-fe8b0000.usb2-phy.3: No vbus specified for otg port
[ 0.274605] phy phy-fe820000.phy.4: Looking up phy-supply from device tree
[ 0.274622] phy phy-fe820000.phy.4: Looking up phy-supply property in node /phy@fe820000 failed
[ 0.275348] phy phy-fe830000.phy.5: Looking up phy-supply from device tree
[ 0.275361] phy phy-fe830000.phy.5: Looking up phy-supply property in node /phy@fe830000 failed
[ 0.275999] phy phy-fe840000.phy.6: Looking up phy-supply from device tree
[ 0.276012] phy phy-fe840000.phy.6: Looking up phy-supply property in node /phy@fe840000 failed
[ 0.277584] phy phy-fe8c0000.phy.7: Looking up phy-supply from device tree
[ 0.277600] phy phy-fe8c0000.phy.7: Looking up phy-supply property in node /phy@fe8c0000 failed
[ 0.280984] rk-pcie 3c0000000.pcie: Looking up vpcie3v3-supply from device tree
[ 0.281013] rk-pcie 3c0000000.pcie: Looking up vpcie3v3-supply property in node /pcie@fe260000 failed
[ 0.281036] rk-pcie 3c0000000.pcie: no vpcie3v3 regulator found
[ 0.281411] rk-pcie 3c0800000.pcie: Looking up vpcie3v3-supply from device tree
[ 0.281716] rk-pcie 3c0800000.pcie: Linked as a consumer to regulator.8
[ 0.281969] rk-pcie 3c0000000.pcie: missing legacy IRQ resource
[ 0.282865] mpp_service mpp-srv:
[ 0.283497] rk-pcie 3c0000000.pcie: Missing *config* reg space
[ 0.284818] mpp_service mpp-srv: probe start
[ 0.285393] rk-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges:
[ 0.286874] iommu: Adding device fdf40000.rkvenc to group 5
[ 0.287620] rk-pcie 3c0000000.pcie: err 0xf4000000..0xf40fffff -> 0xf4000000
[ 0.288749] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to fdf40f00.iommu
[ 0.289895] rk-pcie 3c0000000.pcie: IO 0xf4100000..0xf41fffff -> 0xf4100000
[ 0.291435] mpp_rkvenc fdf40000.rkvenc: probing start
[ 0.291904] rk-pcie 3c0000000.pcie: MEM 0xf4200000..0xf5ffffff -> 0xf4200000
[ 0.292877] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply from device tree
[ 0.294745] rk-pcie 3c0000000.pcie: MEM 0x300000000..0x33fffffff -> 0x300000000
[ 0.296095] mpp_rkvenc fdf40000.rkvenc: venc regulator not ready, retry
[ 0.296752] rkvenc_init:1199: failed to add venc devfreq
[ 0.297599] mpp_rkvenc fdf40000.rkvenc: probing finish
[ 0.300080] rk-pcie 3c0800000.pcie: missing legacy IRQ resource
[ 0.300689] rk-pcie 3c0800000.pcie: Missing *config* reg space
[ 0.300858] iommu: Adding device fdea0400.vdpu to group 1
[ 0.301743] rk-pcie 3c0800000.pcie: host bridge /pcie@fe280000 ranges:
[ 0.301769] rk-pcie 3c0800000.pcie: err 0xf0000000..0xf00fffff -> 0xf0000000
[ 0.302313] mpp_vdpu2 fdea0400.vdpu: Linked as a consumer to fdea0800.iommu
[ 0.302917] rk-pcie 3c0800000.pcie: IO 0xf0100000..0xf01fffff -> 0xf0100000
[ 0.305346] mpp_vdpu2 fdea0400.vdpu: probe device
[ 0.305808] rk-pcie 3c0800000.pcie: MEM 0xf0200000..0xf1ffffff -> 0xf0200000
[ 0.308676] mpp_vdpu2 fdea0400.vdpu: probing finish
[ 0.309396] rk-pcie 3c0800000.pcie: MEM 0x380000000..0x3bfffffff -> 0x380000000
[ 0.312449] iommu: Adding device fdee0000.vepu to group 3
[ 0.313545] mpp_vepu2 fdee0000.vepu: Linked as a consumer to fdee0800.iommu
[ 0.314863] mpp_vepu2 fdee0000.vepu: probe device
[ 0.316505] mpp_vepu2 fdee0000.vepu: probing finish
[ 0.317631] iommu: Adding device fdef0000.iep to group 4
[ 0.318173] mpp-iep2 fdef0000.iep: Linked as a consumer to fdef0800.iommu
[ 0.319461] mpp-iep2 fdef0000.iep: probe device
[ 0.321046] mpp-iep2 fdef0000.iep: allocate roi buffer failed
[ 0.321906] mpp-iep2 fdef0000.iep: probing finish
[ 0.323164] iommu: Adding device fded0000.jpegd to group 2
[ 0.323745] mpp_jpgdec fded0000.jpegd: Linked as a consumer to fded0480.iommu
[ 0.325042] mpp_jpgdec fded0000.jpegd: probe device
[ 0.326782] mpp_jpgdec fded0000.jpegd: probing finish
[ 0.327945] iommu: Adding device fdf80200.rkvdec to group 6
[ 0.328534] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to fdf80800.iommu
[ 0.329959] mpp_rkvdec2 fdf80200.rkvdec: probing start
[ 0.331163] mpp_rkvdec2 fdf80200.rkvdec: 16 task capacity link mode detected
[ 0.332667] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found!
[ 0.333417] rkvdec2_init:661: No niu aclk reset resource define
[ 0.333993] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found!
[ 0.334611] rkvdec2_init:664: No niu hclk reset resource define
[ 0.335340] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000
[ 0.338081] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000
[ 0.339234] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056
[ 0.340285] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536
[ 0.340805] mpp_rkvdec2 fdf80200.rkvdec: min_width 512
[ 0.341459] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish
[ 0.342107] mpp_rkvdec2 fdf80200.rkvdec: probing finish
[ 0.342983] mpp_service mpp-srv: probe success
[ 0.351116] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[ 0.351808] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 0.356637] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[ 0.357323] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 0.360278] rockchip-system-monitor rockchip-system-monitor: system monitor probe
[ 0.362436] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[ 0.365386] rockchip-rng fe388000.rng: Failed to get clk 'hclk_crypto': -2
[ 0.366062] rockchip-rng fe388000.rng: failed to get clks property
[ 0.367301] rockchip-rng: probe of fe388000.rng failed with error -2
[ 0.369000] iommu: Adding device fe040000.vop to group 7
[ 0.369755] rockchip-vop2 fe040000.vop: Linked as a consumer to fe043e00.iommu
[ 0.375696] rockchip-drm display-subsystem: Linked as a consumer to fe040000.vop
[ 0.377653] rockchip-drm display-subsystem: Linked as a consumer to fe0a0000.hdmi
[ 0.380417] rockchip-drm display-subsystem: dmc is disabled
[ 0.381464] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x3f, primary plane phy id: 4
[ 0.382446] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x0, primary plane phy id: -1
[ 0.384215] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1
[ 0.385796] [drm] unsupported AFBC format[3432564e]
[ 0.387655] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff8008a82848)
[ 0.389040] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY)
[ 0.391326] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 0.391341] rk-pcie 3c0400000.pcie: Looking up vpcie3v3-supply from device tree
[ 0.392105] rk-pcie 3c0400000.pcie: Looking up vpcie3v3-supply property in node /pcie@fe270000 failed
[ 0.392127] rk-pcie 3c0400000.pcie: no vpcie3v3 regulator found
[ 0.392913] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff8008a86348)
[ 0.394660] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.395305] [drm] No driver support for vblank timestamp query.
[ 0.397529] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes
[ 0.398423] rockchip-drm display-subsystem: can't not find any loader display
[ 0.399804] rockchip-drm display-subsystem: failed to show loader logo
[ 0.400473] [drm] Cannot find any crtc or sizes
[ 0.401756] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0
[ 0.404612] [drm] Cannot find any crtc or sizes
[ 0.405391] rk-pcie 3c0400000.pcie: missing legacy IRQ resource
[ 0.406043] rk-pcie 3c0400000.pcie: Missing *config* reg space
[ 0.406238] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply from device tree
[ 0.407126] rk-pcie 3c0400000.pcie: host bridge /pcie@fe270000 ranges:
[ 0.407135] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply property in node /power-management@fdd90000/power-controller failed
[ 0.407192] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
[ 0.408286] rk-pcie 3c0400000.pcie: err 0xf2000000..0xf20fffff -> 0xf2000000
[ 0.409632] mali fde60000.gpu: Looking up mali-supply from device tree
[ 0.410103] rk-pcie 3c0400000.pcie: IO 0xf2100000..0xf21fffff -> 0xf2100000
[ 0.410120] mali fde60000.gpu: Device initialization Deferred
[ 0.410822] rk-pcie 3c0400000.pcie: MEM 0xf2200000..0xf3ffffff -> 0xf2200000
[ 0.412073] rk-pcie 3c0400000.pcie: MEM 0x340000000..0x37fffffff -> 0x340000000
[ 0.415903] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 0.428450] brd: module loaded
[ 0.435523] loop: module loaded
[ 0.435986] lkdtm: No crash points registered, enable through debugfs
[ 0.441548] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply from device tree
[ 0.441574] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply property in node /ethernet@fe2a0000 failed
[ 0.441595] rk_gmac-dwmac fe2a0000.ethernet: no regulator found
[ 0.442184] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output).
[ 0.443396] rk_gmac-dwmac fe2a0000.ethernet: TX delay(0x3c).
[ 0.443944] rk_gmac-dwmac fe2a0000.ethernet: RX delay(0x2f).
[ 0.445615] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
[ 0.451272] rk_gmac-dwmac fe2a0000.ethernet: init for RGMII
[ 0.452032] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 0.453005] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
[ 0.454117] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported
[ 0.454851] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supported
[ 0.455578] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported
[ 0.456253] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported
[ 0.456918] rk_gmac-dwmac fe2a0000.ethernet: TSO supported
[ 0.457464] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 0.461593] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled
[ 0.532457] RTL8211F Gigabit Ethernet stmmac-0:01: [phy_probe-2102] led_status_value normal
[ 0.536482] dwc3 fcc00000.dwc3: Failed to get clk 'ref': -2
[ 0.537098] dwc3 fcc00000.dwc3: Configuration mismatch. dr_mode forced to host
[ 0.541706] dwc3 fd000000.dwc3: Failed to get clk 'ref': -2
[ 0.545922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.546577] ehci-pci: EHCI PCI platform driver
[ 0.547655] ehci-platform: EHCI generic platform driver
[ 0.550498] ehci-platform fd800000.usb: EHCI Host Controller
[ 0.551077] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[ 0.552472] ehci-platform fd800000.usb: irq 11, io mem 0xfd800000
[ 0.560326] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[ 0.561321] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.562242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.562965] usb usb1: Product: EHCI Host Controller
[ 0.564794] usb usb1: Manufacturer: Linux 4.19.237-android ehci_hcd
[ 0.565412] usb usb1: SerialNumber: fd800000.usb
[ 0.567344] hub 1-0:1.0: USB hub found
[ 0.567769] hub 1-0:1.0: 1 port detected
[ 0.571102] ehci-platform fd880000.usb: EHCI Host Controller
[ 0.571711] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[ 0.573071] ehci-platform fd880000.usb: irq 13, io mem 0xfd880000
[ 0.581325] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[ 0.582285] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.583244] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.583952] usb usb2: Product: EHCI Host Controller
[ 0.584432] usb usb2: Manufacturer: Linux 4.19.237-android ehci_hcd
[ 0.586779] usb usb2: SerialNumber: fd880000.usb
[ 0.587722] hub 2-0:1.0: USB hub found
[ 0.588463] hub 2-0:1.0: 1 port detected
[ 0.590202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.590863] ohci-platform: OHCI generic platform driver
[ 0.592153] ohci-platform fd840000.usb: Generic Platform OHCI controller
[ 0.593120] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[ 0.594051] ohci-platform fd840000.usb: irq 12, io mem 0xfd840000
[ 0.651696] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 0.652520] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.653915] usb usb3: Product: Generic Platform OHCI controller
[ 0.655106] usb usb3: Manufacturer: Linux 4.19.237-android ohci_hcd
[ 0.656216] usb usb3: SerialNumber: fd840000.usb
[ 0.657167] hub 3-0:1.0: USB hub found
[ 0.658103] hub 3-0:1.0: 1 port detected
[ 0.659415] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[ 0.660086] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[ 0.661569] ohci-platform fd8c0000.usb: irq 14, io mem 0xfd8c0000
[ 0.718683] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19
[ 0.719506] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.720899] usb usb4: Product: Generic Platform OHCI controller
[ 0.722105] usb usb4: Manufacturer: Linux 4.19.237-android ohci_hcd
[ 0.723211] usb usb4: SerialNumber: fd8c0000.usb
[ 0.724677] hub 4-0:1.0: USB hub found
[ 0.725119] hub 4-0:1.0: 1 port detected
[ 0.727776] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 0.728360] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 5
[ 0.729742] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
[ 0.731172] xhci-hcd xhci-hcd.3.auto: irq 74, io mem 0xfcc00000
[ 0.733072] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.733920] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.734633] usb usb5: Product: xHCI Host Controller
[ 0.736448] usb usb5: Manufacturer: Linux 4.19.237-android xhci-hcd
[ 0.737050] usb usb5: SerialNumber: xhci-hcd.3.auto
[ 0.738039] hub 5-0:1.0: USB hub found
[ 0.739460] hub 5-0:1.0: 1 port detected
[ 0.740373] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
[ 0.741201] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 6
[ 0.741978] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
[ 0.742765] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.745490] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 0.746836] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.748231] usb usb6: Product: xHCI Host Controller
[ 0.749344] usb usb6: Manufacturer: Linux 4.19.237-android xhci-hcd
[ 0.750358] usb usb6: SerialNumber: xhci-hcd.3.auto
[ 0.751372] hub 6-0:1.0: USB hub found
[ 0.752335] hub 6-0:1.0: 1 port detected
[ 0.753463] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 0.754019] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 7
[ 0.755440] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010
[ 0.757022] xhci-hcd xhci-hcd.4.auto: irq 75, io mem 0xfd000000
[ 0.758926] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 0.759768] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.760476] usb usb7: Product: xHCI Host Controller
[ 0.760948] usb usb7: Manufacturer: Linux 4.19.237-android xhci-hcd
[ 0.761562] usb usb7: SerialNumber: xhci-hcd.4.auto
[ 0.762523] hub 7-0:1.0: USB hub found
[ 0.765260] hub 7-0:1.0: 1 port detected
[ 0.766561] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller
[ 0.767108] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 8
[ 0.768337] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed
[ 0.769782] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.771329] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 0.772603] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.773311] usb usb8: Product: xHCI Host Controller
[ 0.773785] usb usb8: Manufacturer: Linux 4.19.237-android xhci-hcd
[ 0.774409] usb usb8: SerialNumber: xhci-hcd.4.auto
[ 0.775411] hub 8-0:1.0: USB hub found
[ 0.778160] hub 8-0:1.0: 1 port detected
[ 0.780693] i2c /dev entries driver
[ 0.782682] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected!
[ 0.783563] vdd_cpu: override max_uV, 1390000 -> 1387500
[ 0.783950] fan53555-regulator 0-001c: Looking up vin-supply from device tree
[ 0.783966] vdd_cpu: supplied by vcc3v3_sys
[ 0.785157] vdd_cpu: 712 <--> 1387 mV at 1025 mV
[ 0.786552] rk808 0-0020: chip id: 0x8090
[ 0.787009] rk808 0-0020: No cache defaults, reading back from HW
[ 0.794148] rk808 0-0020: source: on=0x40, off=0x00
[ 0.794657] rk808 0-0020: support dcdc3 fb mode:-22, 0
[ 0.795562] rk808 0-0020: support pmic reset mode:0,0
[ 0.800512] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 0.801139] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 0.802497] rk808 0-0020: Looking up vcc1-supply from device tree
[ 0.802516] vdd_logic: supplied by vcc3v3_sys
[ 0.803348] vdd_logic: 500 <--> 1350 mV at 900 mV
[ 0.803854] rk808 0-0020: Looking up vcc2-supply from device tree
[ 0.803868] vdd_gpu: supplied by vcc3v3_sys
[ 0.804366] vdd_gpu: 500 <--> 1350 mV at 900 mV
[ 0.804691] rk808 0-0020: Looking up vcc3-supply from device tree
[ 0.804703] vcc_ddr: supplied by vcc3v3_sys
[ 0.805164] vcc_ddr: at 500 mV
[ 0.805527] rk808 0-0020: Looking up vcc4-supply from device tree
[ 0.805541] vdd_npu: supplied by vcc3v3_sys
[ 0.806049] vdd_npu: 500 <--> 1350 mV at 900 mV
[ 0.806547] rk808 0-0020: Looking up vcc9-supply from device tree
[ 0.806561] vcc_1v8: supplied by vcc3v3_sys
[ 0.807023] vcc_1v8: 1800 mV
[ 0.807370] rk808 0-0020: Looking up vcc5-supply from device tree
[ 0.807384] vdda0v9_image: supplied by vcc3v3_sys
[ 0.807934] vdda0v9_image: 950 mV
[ 0.808379] rk808 0-0020: Looking up vcc5-supply from device tree
[ 0.808393] vdda_0v9: supplied by vcc3v3_sys
[ 0.808884] vdda_0v9: 900 mV
[ 0.809218] rk808 0-0020: Looking up vcc5-supply from device tree
[ 0.809231] vdda0v9_pmu: supplied by vcc3v3_sys
[ 0.809842] vdda0v9_pmu: 900 mV
[ 0.810154] rk808 0-0020: Looking up vcc6-supply from device tree
[ 0.810167] vccio_acodec: supplied by vcc3v3_sys
[ 0.810811] vccio_acodec: 3300 mV
[ 0.811244] rk808 0-0020: Looking up vcc6-supply from device tree
[ 0.811257] vccio_sd: supplied by vcc3v3_sys
[ 0.811754] vccio_sd: 1800 <--> 3300 mV at 3300 mV
[ 0.812083] rk808 0-0020: Looking up vcc6-supply from device tree
[ 0.812096] vcc3v3_pmu: supplied by vcc3v3_sys
[ 0.812625] vcc3v3_pmu: 3300 mV
[ 0.813080] rk808 0-0020: Looking up vcc7-supply from device tree
[ 0.813094] vcca_1v8: supplied by vcc3v3_sys
[ 0.813586] vcca_1v8: 1800 mV
[ 0.813927] rk808 0-0020: Looking up vcc7-supply from device tree
[ 0.813941] vcca1v8_pmu: supplied by vcc3v3_sys
[ 0.814462] vcca1v8_pmu: 1800 mV
[ 0.815035] rk808 0-0020: Looking up vcc7-supply from device tree
[ 0.815049] vcca1v8_image: supplied by vcc3v3_sys
[ 0.815600] vcca1v8_image: 950 <--> 1800 mV at 950 mV
[ 0.816051] rk808 0-0020: Looking up vcc9-supply from device tree
[ 0.816065] vcc_3v3: supplied by vcc3v3_sys
[ 0.816552] vcc_3v3: at 3300 mV
[ 0.816960] rk808 0-0020: Looking up vcc8-supply from device tree
[ 0.816975] vcc3v3_sd: supplied by vcc3v3_sys
[ 0.817496] vcc3v3_sd: at 3300 mV
[ 0.817966] rk817-battery rk817-battery: Failed to find matching dt id
[ 0.818890] rk817-charger rk817-charger: Failed to find matching dt id
[ 0.821228] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input0
[ 0.824735] rk808-rtc rk808-rtc: registered as rtc0
[ 0.825754] rk808-rtc rk808-rtc: setting system clock to 2017-08-04 09:00:28 UTC (1501837228)
[ 0.829793] rtc-hym8563 5-0051: rtc information is invalid
[ 0.832535] rtc-hym8563 5-0051: rtc core: registered hym8563 as rtc1
[ 0.837491] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply from device tree
[ 0.837510] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply property in node /syscon@fdc20000/io-domains failed
[ 0.837551] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio2-supply from device tree
[ 0.837653] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.20
[ 0.838542] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu
[ 0.840132] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio1-supply from device tree
[ 0.840207] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.18
[ 0.841737] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3300000 uV) supplied by vccio_acodec
[ 0.842675] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply from device tree
[ 0.842688] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply property in node /syscon@fdc20000/io-domains failed
[ 0.842720] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio3-supply from device tree
[ 0.842796] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.19
[ 0.845047] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd
[ 0.846655] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio4-supply from device tree
[ 0.846726] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.14
[ 0.848315] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(1800000 uV) supplied by vcc_1v8
[ 0.849926] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio5-supply from device tree
[ 0.850003] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.24
[ 0.851595] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3
[ 0.853173] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio6-supply from device tree
[ 0.853260] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8
[ 0.854825] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio7-supply from device tree
[ 0.854923] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3
[ 0.860482] rockchip-thermal fe710000.tsadc: tsadc is probed successfully!
[ 0.862957] cpu cpu0: leakage=26
[ 0.863363] cpu cpu0: pvtm = 86920, from nvmem
[ 0.864030] cpu cpu0: pvtm-volt-sel=1
[ 0.865086] cpu cpu0: Looking up cpu-supply from device tree
[ 0.865355] cpu cpu0: Linked as a consumer to regulator.9
[ 0.865930] cpu cpu0: Dropping the link to regulator.9
[ 0.867049] cpu cpu0: Looking up cpu-supply from device tree
[ 0.867280] cpu cpu0: Linked as a consumer to regulator.9
[ 0.868957] cpu cpu0: avs=0
[ 0.869321] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1
[ 0.870691] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 0.874479] cpu cpu0: failed to find power_model node
[ 0.875803] sdhci: Secure Digital Host Controller Interface driver
[ 0.876392] sdhci: Copyright(c) Pierre Ossman
[ 0.877323] Synopsys Designware Multimedia Card Interface Driver
[ 0.878337] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.880088] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply from device tree
[ 0.880097] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply property in node /sdhci@fe310000 failed
[ 0.880120] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply from device tree
[ 0.880124] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe310000 failed
[ 0.880136] mmc0: Unknown controller version (5). You may experience problems.
[ 0.911879] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA
[ 0.913511] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.914167] usbcore: registered new interface driver usbhid
[ 0.915024] usbhid: USB HID core driver
[ 0.915641] rockchip,bus bus-npu: Looking up bus-supply from device tree
[ 0.915695] rockchip,bus bus-npu: Linked as a consumer to regulator.10
[ 0.917027] rockchip,bus bus-npu: Failed to get leakage
[ 0.917562] rockchip,bus bus-npu: pvtm = 86920, from nvmem
[ 0.918077] rockchip,bus bus-npu: pvtm-volt-sel=1
[ 0.918700] rockchip,bus bus-npu: avs=0
[ 0.922252] rockchip-saradc fe720000.saradc: Looking up vref-supply from device tree
[ 0.922334] rockchip-saradc fe720000.saradc: Linked as a consumer to regulator.21
[ 0.923534] rksfc_base v1.1 2016-01-08
[ 0.924731] rksfc fe300000.sfc: rksfc_probe clk rate = 99000000
[ 0.925352] rkflash_dev_init enter
[ 0.926126] sfc nor id: 0 0 0
[ 0.926696] rkflash[1] is invalid
[ 0.926697] rkflash_dev_init enter
[ 0.927872] sfc_nand id: 0 0 0
[ 0.928157] rkflash[2] is invalid
[ 0.928666] Initializing XFRM netlink socket
[ 0.929942] NET: Registered protocol family 10
[ 0.931257] Segment Routing with IPv6
[ 0.931695] NET: Registered protocol family 17
[ 0.932136] 8021q: 802.1Q VLAN Support v1.8
[ 0.933244] Mass Storage accelerater start.
[ 0.933770] flash vendor_init_thread!
[ 0.934589] flash vendor storage:20170308 ret = -1
[ 0.935694] rga2: Driver loaded successfully ver:3.2.63318
[ 0.936861] rga2: Module initialized.
[ 0.953137] mmc0: new HS200 MMC card at address 0001
[ 0.954330] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB
[ 0.955090] mmcblk0boot0: mmc0:0001 AJTD4R partition 1 4.00 MiB
[ 0.956023] mmcblk0boot1: mmc0:0001 AJTD4R partition 2 4.00 MiB
[ 0.956154] mali fde60000.gpu: Kernel DDK version g7p1-01bet0
[ 0.956690] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply from device tree
[ 0.956704] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply property in node /power-management@fdd90000/power-controller failed
[ 0.957035] mmcblk0rpmb: mmc0:0001 AJTD4R partition 3 4.00 MiB, chardev (242:0)
[ 0.957181] iommu: Adding device fde40000.npu to group 0
[ 0.957195] RKNPU fde40000.npu: Linked as a consumer to fde4b000.iommu
[ 0.957685] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode
[ 0.957742] mali fde60000.gpu: Looking up mali-supply from device tree
[ 0.957798] mali fde60000.gpu: Linked as a consumer to regulator.11
[ 0.957801] mali fde60000.gpu: Looking up shadercores-supply from device tree
[ 0.957807] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
[ 0.957850] mali fde60000.gpu: Looking up mali-supply from device tree
[ 0.957862] vdd_gpu: could not add device link fde60000.gpu err -17
[ 0.957868] vdd_gpu: Failed to create debugfs directory
[ 0.957873] mali fde60000.gpu: Looking up shadercores-supply from device tree
[ 0.957878] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed
[ 0.957891] mali fde60000.gpu: dev_pm_opp_set_regulators: no regulator (shadercores) found: -19
[ 0.957956] mali fde60000.gpu: leakage=7
[ 0.957985] mali fde60000.gpu: pvtm = 86920, from nvmem
[ 0.957992] mali fde60000.gpu: pvtm-volt-sel=1
[ 0.958346] mali fde60000.gpu: avs=0
[ 0.958776] RKNPU fde40000.npu: Looking up rknpu-supply from device tree
[ 0.959679] random: fast init done
[ 0.960259] mmcblk0: p1 p2 p3 p4 p5 p6 p7
[ 0.961049] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 112; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available.
[ 0.962748] RKNPU fde40000.npu: Linked as a consumer to regulator.13
[ 0.964121] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0
[ 0.964721] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff]
[ 0.965142] mali fde60000.gpu: No priority control manager is configured
[ 0.965940] [drm] Initialized rknpu 0.4.2 20210701 for fde40000.npu on minor 1
[ 0.965978] mali fde60000.gpu: No memory group manager is configured
[ 0.968999] RKNPU fde40000.npu: leakage=3
[ 0.969541] mali fde60000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0
[ 0.970906] RKNPU fde40000.npu: pvtm = 86920, from nvmem
[ 0.971884] mali fde60000.gpu: Probed as mali0
[ 0.972132] RKNPU fde40000.npu: pvtm-volt-sel=1
[ 0.985504] RKNPU fde40000.npu: avs=0
[ 0.986374] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0
[ 0.987267] RKNPU fde40000.npu: failed to find power_model node
[ 0.988508] RKNPU fde40000.npu: RKNPU: failed to initialize power model
[ 0.989119] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient
[ 0.991097] rockchip-pm rockchip-suspend: not set pwm-regulator-config
[ 0.992672] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '12:43:05', on 'Jul 19 2022'.
[ 0.994880] Mali:
[ 0.994881] Mali device driver loaded
[ 0.999399] VFS: Mounted root (squashfs filesystem) readonly on device 179:6.
[ 1.000558] Freeing unused kernel memory: 832K
[ 1.006364] Run /sbin/init as init process
[ 1.062907] vendor storage:20190527 ret = 0
[ 1.070784] devfreq fde60000.gpu: Couldn't update frequency transition information.
[ 1.196833] init: Console is alive
[ 1.197310] init: - watchdog -
[ 1.326366] rk-pcie 3c0000000.pcie: PCIe Linking... LTSSM is 0x3
[ 1.326369] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 1.384284] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 1.414208] Button Hotplug driver version 0.4.1
[ 1.418787] usbcore: registered new interface driver usb-storage
[ 1.420683] usbcore: registered new interface driver uas
[ 1.421436] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 1.431282] init: - preinit -
[ 1.454367] rk-pcie 3c0400000.pcie: PCIe Linking... LTSSM is 0x3
[ 2.046195] random: jshn: uninitialized urandom read (4 bytes read)
[ 2.119643] random: jshn: uninitialized urandom read (4 bytes read)
[ 2.132148] random: jshn: uninitialized urandom read (4 bytes read)
[ 2.350351] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 2.454339] rk-pcie 3c0000000.pcie: PCIe Link up, LTSSM is 0x130011
[ 2.455072] rk-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00
[ 2.456080] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 2.457114] pci_bus 0000:00: root bus resource [??? 0xf4000000-0xf40fffff flags 0x0]
[ 2.457838] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xf4100000-0xf41fffff])
[ 2.459855] pci_bus 0000:00: root bus resource [mem 0xf4200000-0xf5ffffff]
[ 2.461316] pci_bus 0000:00: root bus resource [mem 0x300000000-0x33fffffff pref]
[ 2.462030] pci 0000:00:00.0: [1d87:3566] type 01 class 0x060400
[ 2.462056] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 2.462095] pci 0000:00:00.0: supports D1 D2
[ 2.462098] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 2.466116] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 2.466187] pci 0000:01:00.0: [10ec:8125] type 00 class 0x020000
[ 2.466319] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
[ 2.466978] pci 0000:01:00.0: reg 0x10: [io size 0x0100]
[ 2.467040] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit]
[ 2.467079] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.467383] pci 0000:01:00.0: supports D1 D2
[ 2.467386] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.471062] pci 0000:00:00.0: BAR 8: assigned [mem 0xf4200000-0xf42fffff]
[ 2.471735] pci 0000:00:00.0: BAR 6: assigned [mem 0xf4300000-0xf430ffff pref]
[ 2.472976] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff]
[ 2.474179] pci 0000:01:00.0: BAR 2: assigned [mem 0xf4200000-0xf420ffff 64bit]
[ 2.474900] pci 0000:01:00.0: BAR 4: assigned [mem 0xf4210000-0xf4213fff 64bit]
[ 2.475615] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff]
[ 2.476192] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 2.476690] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff]
[ 2.480030] pci 0000:00:00.0: bridge window [mem 0xf4200000-0xf42fffff]
[ 2.482878] pcieport 0000:00:00.0: Signaling PME with IRQ 104
[ 2.483595] pcieport 0000:00:00.0: AER enabled with IRQ 113
[ 2.582346] rk-pcie 3c0400000.pcie: PCIe Link up, LTSSM is 0x130011
[ 2.583047] rk-pcie 3c0400000.pcie: PCI host bridge to bus 0001:10
[ 2.584089] pci_bus 0001:10: root bus resource [bus 10-1f]
[ 2.585134] pci_bus 0001:10: root bus resource [??? 0xf2000000-0xf20fffff flags 0x0]
[ 2.585858] pci_bus 0001:10: root bus resource [io 0x200000-0x2fffff] (bus address [0xf2100000-0xf21fffff])
[ 2.587901] pci_bus 0001:10: root bus resource [mem 0xf2200000-0xf3ffffff]
[ 2.588545] pci_bus 0001:10: root bus resource [mem 0x340000000-0x37fffffff pref]
[ 2.589259] pci 0001:10:00.0: [1d87:3566] type 01 class 0x060400
[ 2.589294] pci 0001:10:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref]
[ 2.589333] pci 0001:10:00.0: supports D1 D2
[ 2.589337] pci 0001:10:00.0: PME# supported from D0 D1 D3hot
[ 2.593171] pci 0001:10:00.0: Primary bus is hard wired to 0
[ 2.593731] pci 0001:10:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring
[ 2.595162] pci 0001:11:00.0: [10ec:8125] type 00 class 0x020000
[ 2.595267] pci 0001:11:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 2.595339] pci 0001:11:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit]
[ 2.595378] pci 0001:11:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit]
[ 2.595673] pci 0001:11:00.0: supports D1 D2
[ 2.595676] pci 0001:11:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 2.599333] pci_bus 0001:11: busn_res: [bus 11-1f] end is updated to 11
[ 2.599369] pci 0001:10:00.0: BAR 8: assigned [mem 0xf2200000-0xf22fffff]
[ 2.600014] pci 0001:10:00.0: BAR 6: assigned [mem 0xf2300000-0xf230ffff pref]
[ 2.601282] pci 0001:10:00.0: BAR 7: assigned [io 0x200000-0x200fff]
[ 2.601893] pci 0001:11:00.0: BAR 2: assigned [mem 0xf2200000-0xf220ffff 64bit]
[ 2.602612] pci 0001:11:00.0: BAR 4: assigned [mem 0xf2210000-0xf2213fff 64bit]
[ 2.603326] pci 0001:11:00.0: BAR 0: assigned [io 0x200000-0x2000ff]
[ 2.606357] pci 0001:10:00.0: PCI bridge to [bus 11]
[ 2.606819] pci 0001:10:00.0: bridge window [io 0x200000-0x200fff]
[ 2.607425] pci 0001:10:00.0: bridge window [mem 0xf2200000-0xf22fffff]
[ 2.611230] pcieport 0001:10:00.0: Signaling PME with IRQ 123
[ 2.611963] pcieport 0001:10:00.0: AER enabled with IRQ 124
[ 3.374356] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 4.398354] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 5.297076] mount_root: loading kmods from internal overlay
[ 5.309222] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 5.310666] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 5.422362] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 5.457927] block: attempting to load /etc/config/fstab
[ 5.459591] block: unable to load configuration (fstab: Entry not found)
[ 5.460255] block: no usable configuration
[ 5.469048] mount_root: rootdisk overlay filesystem has not been formatted yet
[ 5.634316] urandom_read: 3 callbacks suppressed
[ 5.634321] random: mkfs.f2fs: uninitialized urandom read (16 bytes read)
[ 5.809477] F2FS-fs (loop0): Found nat_bits in checkpoint
[ 5.822247] F2FS-fs (loop0): Mounted with checkpoint version = 7d648873
[ 5.893980] block: attempting to load /etc/config/fstab
[ 5.894572] block: unable to load configuration (fstab: Entry not found)
[ 5.895599] block: no usable configuration
[ 5.897111] mount_root: overlay filesystem has not been fully initialized yet
[ 5.898054] mount_root: switching to f2fs overlay
[ 5.954891] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[ 5.968563] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 6.021924] procd: - early -
[ 6.022270] procd: - watchdog -
[ 6.446355] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 6.620735] procd: - watchdog -
[ 6.621157] procd: - ubus -
[ 6.651210] random: ubusd: uninitialized urandom read (4 bytes read)
[ 6.722278] random: ubusd: uninitialized urandom read (4 bytes read)
[ 6.723192] random: ubusd: uninitialized urandom read (4 bytes read)
[ 6.724564] procd: - init -
[ 6.922781] kmodloader: loading kernel modules from /etc/modules.d/*
[ 6.960099] NET: Registered protocol family 15
[ 6.962260] tun: Universal TUN/TAP device driver, 1.6
[ 6.973553] l2tp_core: L2TP core driver, V2.0
[ 6.974943] l2tp_netlink: L2TP netlink interface
[ 6.977043] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 6.980157] gre: GRE over IPv4 demultiplexor driver
[ 6.981857] ip_gre: GRE over IPv4 tunneling driver
[ 7.017447] cryptodev: driver 1.12 loaded.
[ 7.018886] GACT probability on
[ 7.020102] Mirror/redirect action on
[ 7.027390] u32 classifier
[ 7.027659] input device check on
[ 7.028230] Actions configured
[ 7.087472] ntfs3: Index binary search
[ 7.087841] ntfs3: Hot fix free clusters
[ 7.088541] ntfs3: Max link count 1024
[ 7.088890] ntfs3: Activated 32 bits per cluster
[ 7.092985] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded
[ 7.093679] r8125 0000:01:00.0: enabling device (0000 -> 0003)
[ 7.113167] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 7.116359] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 7.116359] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 7.116359] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 7.119349] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded
[ 7.122507] r8125 0001:11:00.0: enabling device (0000 -> 0003)
[ 7.141444] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 7.144605] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 7.144605] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 7.144605] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 7.150453] usbcore: registered new interface driver r8152
[ 7.156042] usbcore: registered new interface driver ums-alauda
[ 7.157547] usbcore: registered new interface driver ums-cypress
[ 7.159357] usbcore: registered new interface driver ums-datafab
[ 7.160881] usbcore: registered new interface driver ums-freecom
[ 7.162677] usbcore: registered new interface driver ums-isd200
[ 7.164499] usbcore: registered new interface driver ums-jumpshot
[ 7.166059] usbcore: registered new interface driver ums-karma
[ 7.168070] usbcore: registered new interface driver ums-sddr09
[ 7.169892] usbcore: registered new interface driver ums-sddr55
[ 7.171794] usbcore: registered new interface driver ums-usbat
[ 7.177483] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 7.178222] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 7.204079] xt_time: kernel timezone is -0000
[ 7.210861] PPP generic driver version 2.4.2
[ 7.212689] PPP MPPE Compression module registered
[ 7.214082] NET: Registered protocol family 24
[ 7.216329] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 7.219139] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 7.470355] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 8.494321] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 9.388318] random: crng init done
[ 9.518347] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 10.542350] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0
[ 11.566370] rk-pcie 3c0800000.pcie: PCIe Link Fail
[ 11.566835] rk-pcie 3c0800000.pcie: failed to initialize host
[ 31.219740] vcc3v3_pcie: disabling
[ 32.024255] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts:
[ 32.213322] eth1: 0xffffff800dbc0000, ca:4c:0b:90:30:f7, IRQ 103
[ 32.263177] br-lan: port 1(eth1) entered blocking state
[ 32.263705] br-lan: port 1(eth1) entered disabled state
[ 32.264846] device eth1 entered promiscuous mode
[ 32.266585] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 32.278053] eth2: 0xffffff800dc00000, 7c:b5:9b:6d:96:02, IRQ 114
[ 32.328003] br-lan: port 2(eth2) entered blocking state
[ 32.328532] br-lan: port 2(eth2) entered disabled state
[ 32.329664] device eth2 entered promiscuous mode
[ 32.335489] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=73)
[ 32.347268] dwmac4: Master AXI performs any burst length
[ 32.347797] rk_gmac-dwmac fe2a0000.ethernet eth0: No Safety Features support found
[ 32.348964] rk_gmac-dwmac fe2a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 32.349902] rk_gmac-dwmac fe2a0000.ethernet eth0: registered PTP clock
[ 32.351653] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 33.259005] S60samba (4214): drop_caches: 3
[ 34.522719] r8125: eth2: link up
[ 34.523139] br-lan: port 2(eth2) entered blocking state
[ 34.523839] br-lan: port 2(eth2) entered forwarding state
[ 34.524764] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 34.911355] fast-classifier: starting up
[ 34.911808] fast-classifier: registered
[ 49.558592] samba (7570): drop_caches: 3
opkg update opkg install pciutils
这个是我刚才使用线刷刷入的 lean 大的 release 版本的包,使用ethtool获得的信息
root@OpenWrt:~# ethtool -i eth0 driver: st_gmac version: Jan_2016 firmware-version: expansion-rom-version: bus-info: supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no root@OpenWrt:~# ethtool -i eth1 driver: r8125 version: 9.009.02-NAPI-RSS firmware-version: expansion-rom-version: bus-info: 0000:01:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no root@OpenWrt:~# ethtool -i eth2 driver: r8125 version: 9.009.02-NAPI-RSS firmware-version: expansion-rom-version: bus-info: 0001:11:00.0 supports-statistics: yes supports-test: no supports-eeprom-access: no supports-register-dump: yes supports-priv-flags: no
下面是相应的内核启动日志
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050] [ 0.000000] Linux version 4.19.237-android (lean@lean-esxi) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r4779-6fd6edc2a), GNU ld (GNU Binutils) 2.34) #0 SMP Tue Jul 19 16:23:37 2022 [ 0.000000] Machine model: FriendlyElec NanoPi R5S [ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '') [ 0.000000] bootconsole [uart8250] enabled [ 0.000000] OF: fdt: Reserved memory: failed to reserve memory for node 'drm-cubic-lut@00000000': base 0x0000000000000000, size 0 MiB [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000010000000, size 8 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] On node 0 totalpages: 1043968 [ 0.000000] DMA32 zone: 15288 pages used for memmap [ 0.000000] DMA32 zone: 0 pages reserved [ 0.000000] DMA32 zone: 978432 pages, LIFO batch:63 [ 0.000000] Normal zone: 1024 pages used for memmap [ 0.000000] Normal zone: 65536 pages, LIFO batch:15 [ 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 22 pages/cpu s51176 r8192 d30744 u90112 [ 0.000000] pcpu-alloc: s51176 r8192 d30744 u90112 alloc=22*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: detected: Virtualization Host Extensions [ 0.000000] CPU features: detected: Speculative Store Bypassing Safe (SSBS) [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1027656 [ 0.000000] Kernel command line: storagemedia=emmc androidboot.storagemedia=emmc androidboot.mode=normal androidboot.verifiedbootstate=orange androidboot.serialno=610e97f62c917f47 rw rootwait console=ttyS2,1500000 earlycon=uart8250,mmio32,0xfe660000 root=PARTUUID=614e0000-0000 rootfstype=squashfs,ext4 [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] software IO TLB: mapped [mem 0xe9f00000-0xedf00000] (64MB) [ 0.000000] Memory: 3995992K/4175872K available (9598K kernel code, 778K rwdata, 3416K rodata, 832K init, 474K bss, 171688K reserved, 8192K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] rcu: Hierarchical RCU implementation. [ 0.000000] rcu: RCU event tracing is enabled. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0 [ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode [ 0.000000] GICv3: Distributor has no Range Selector support [ 0.000000] GICv3: no VLPI support, no direct LPI support [ 0.000000] ITS [mem 0xfd440000-0xfd45ffff] [ 0.000000] ITS@0x00000000fd440000: allocated 8192 Devices @210000 (indirect, esz 8, psz 64K, shr 0) [ 0.000000] ITS@0x00000000fd440000: allocated 32768 Interrupt Collections @220000 (flat, esz 2, psz 64K, shr 0) [ 0.000000] ITS: using cache flushing for cmd queue [ 0.000000] GIC: using LPI property table @0x0000000000230000 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000 [ 0.000000] CPU0: using LPI pending table @0x0000000000240000 [ 0.000000] GIC: using cache flushing for LPI property table [ 0.000000] random: random: get_random_bytes called from start_kernel+0x344/0x434 with crng_init=0 [ 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.000006] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns [ 0.001866] Console: colour dummy device 80x25 [ 0.002342] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=24000) [ 0.003330] pid_max: default: 32768 minimum: 301 [ 0.003932] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.004601] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.006917] ASID allocator initialised with 32768 entries [ 0.007557] rcu: Hierarchical SRCU implementation. [ 0.008434] Platform MSI: interrupt-controller@fd440000 domain created [ 0.009542] PCI/MSI: /interrupt-controller@fd400000/interrupt-controller@fd440000 domain created [ 0.011038] smp: Bringing up secondary CPUs ... [ 0.012812] Detected VIPT I-cache on CPU1 [ 0.012851] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000 [ 0.012907] CPU1: using LPI pending table @0x0000000000250000 [ 0.012963] CPU1: Booted secondary processor 0x0000000100 [0x412fd050] [ 0.014392] Detected VIPT I-cache on CPU2 [ 0.014423] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000 [ 0.014471] CPU2: using LPI pending table @0x0000000000260000 [ 0.014513] CPU2: Booted secondary processor 0x0000000200 [0x412fd050] [ 0.015923] Detected VIPT I-cache on CPU3 [ 0.015952] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000 [ 0.016002] CPU3: using LPI pending table @0x0000000000270000 [ 0.016044] CPU3: Booted secondary processor 0x0000000300 [0x412fd050] [ 0.016159] smp: Brought up 1 node, 4 CPUs [ 0.023168] SMP: Total of 4 processors activated. [ 0.023617] CPU features: detected: GIC system register CPU interface [ 0.024235] CPU features: detected: Privileged Access Never [ 0.024762] CPU features: detected: LSE atomic instructions [ 0.025298] CPU features: detected: User Access Override [ 0.025799] CPU features: detected: 32-bit EL0 Support [ 0.026284] CPU features: detected: RAS Extension Support [ 0.027490] CPU: All CPU(s) started at EL2 [ 0.027927] alternatives: patching kernel code [ 0.055680] Registered cp15_barrier emulation handler [ 0.056177] Registered setend emulation handler [ 0.056959] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.057914] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.058685] pinctrl core: initialized pinctrl subsystem [ 0.059557] regulator-dummy: no parameters [ 0.060366] NET: Registered protocol family 16 [ 0.064982] cpuidle: using governor menu [ 0.065391] Registered FIQ tty driver [ 0.066339] DMA: preallocated 256 KiB pool for atomic allocations [ 0.102538] rockchip-gpio fdd60000.gpio: probed gpio0 (fdd60000.gpio) [ 0.103725] rockchip-gpio fe740000.gpio: probed gpio1 (fe740000.gpio) [ 0.104878] rockchip-gpio fe750000.gpio: probed gpio2 (fe750000.gpio) [ 0.106019] rockchip-gpio fe760000.gpio: probed gpio3 (fe760000.gpio) [ 0.107176] rockchip-gpio fe770000.gpio: probed gpio4 (fe770000.gpio) [ 0.107921] rockchip-pinctrl pinctrl: probed pinctrl [ 0.123412] cryptd: max_cpu_qlen set to 1000 [ 0.126315] console [ttyFIQ0] enabled [ 0.127052] Registered fiq debugger ttyFIQ0 [ 0.128813] vdd_usbc: 5000 mV [ 0.129104] reg-fixed-voltage vdd-usbc: vdd_usbc supplying 5000000uV [ 0.129256] reg-fixed-voltage vcc3v3-sys: Looking up vin-supply from device tree [ 0.129270] vcc3v3_sys: supplied by vdd_usbc [ 0.130188] vcc3v3_sys: 3300 mV [ 0.130425] reg-fixed-voltage vcc3v3-sys: vcc3v3_sys supplying 3300000uV [ 0.130570] reg-fixed-voltage vcc3v3-sysp: Looking up vin-supply from device tree [ 0.130584] vcc3v3_sysp: supplied by vdd_usbc [ 0.131208] vcc3v3_sysp: 3300 mV [ 0.131426] reg-fixed-voltage vcc3v3-sysp: vcc3v3_sysp supplying 3300000uV [ 0.131571] reg-fixed-voltage vcc5v0-sysp: Looking up vin-supply from device tree [ 0.131584] vcc5v0_sysp: supplied by vcc3v3_sysp [ 0.132262] vcc5v0_sysp: 5000 mV [ 0.132475] reg-fixed-voltage vcc5v0-sysp: vcc5v0_sysp supplying 5000000uV [ 0.132768] reg-fixed-voltage vcc5v0-host-regulator: Looking up vin-supply from device tree [ 0.132781] vcc5v0_host: supplied by vcc5v0_sysp [ 0.133308] vcc5v0_host: 5000 mV [ 0.133543] reg-fixed-voltage vcc5v0-host-regulator: vcc5v0_host supplying 5000000uV [ 0.133693] reg-fixed-voltage pcie30-avdd0v9: Looking up vin-supply from device tree [ 0.133705] pcie30_avdd0v9: supplied by vcc3v3_sys [ 0.134218] pcie30_avdd0v9: 900 mV [ 0.134484] reg-fixed-voltage pcie30-avdd0v9: pcie30_avdd0v9 supplying 900000uV [ 0.134628] reg-fixed-voltage pcie30-avdd1v8: Looking up vin-supply from device tree [ 0.134641] pcie30_avdd1v8: supplied by vcc3v3_sys [ 0.135155] pcie30_avdd1v8: 1800 mV [ 0.135396] reg-fixed-voltage pcie30-avdd1v8: pcie30_avdd1v8 supplying 1800000uV [ 0.135564] vcc3v3_pcie: 3300 mV [ 0.135757] reg-fixed-voltage gpio-regulator: Looking up vin-supply from device tree [ 0.135771] vcc3v3_pcie: supplied by vcc5v0_sysp [ 0.136343] reg-fixed-voltage gpio-regulator: vcc3v3_pcie supplying 3300000uV [ 0.137458] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply from device tree [ 0.137481] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_npu-supply property in node /power-management@fdd90000/power-controller failed [ 0.137533] rk_iommu fde4b000.iommu: version = 2 [ 0.138840] rk_iommu fdea0800.iommu: version = 2 [ 0.139695] rk_iommu fded0480.iommu: version = 2 [ 0.140669] rk_iommu fdee0800.iommu: version = 2 [ 0.141665] rk_iommu fdef0800.iommu: version = 2 [ 0.142676] rk_iommu fdf40f00.iommu: version = 2 [ 0.143746] rk_iommu fdf80800.iommu: version = 2 [ 0.144686] rk_iommu fe043e00.iommu: version = 2 [ 0.146020] vgaarb: loaded [ 0.146786] SCSI subsystem initialized [ 0.147642] usbcore: registered new interface driver usbfs [ 0.149099] usbcore: registered new interface driver hub [ 0.150236] usbcore: registered new device driver usb [ 0.151405] media: Linux media interface: v0.10 [ 0.152448] videodev: Linux video capture interface: v2.00 [ 0.153670] pps_core: LinuxPPS API ver. 1 registered [ 0.154151] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.155067] PTP clock support registered [ 0.155984] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0 [ 0.158659] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply from device tree [ 0.158693] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vpu-supply property in node /power-management@fdd90000/power-controller failed [ 0.158750] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply from device tree [ 0.158783] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rga-supply property in node /power-management@fdd90000/power-controller failed [ 0.158876] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply from device tree [ 0.158908] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvenc-supply property in node /power-management@fdd90000/power-controller failed [ 0.158960] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply from device tree [ 0.158988] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_rkvdec-supply property in node /power-management@fdd90000/power-controller failed [ 0.159733] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.162055] Bluetooth: Core ver 2.22 [ 0.163043] NET: Registered protocol family 31 [ 0.163468] Bluetooth: HCI device and connection manager initialized [ 0.165242] Bluetooth: HCI socket layer initialized [ 0.166267] Bluetooth: L2CAP socket layer initialized [ 0.169130] rockchip-cpuinfo cpuinfo: SoC : 35682000 [ 0.170174] rockchip-cpuinfo cpuinfo: Serial : 1e5da53fea4c09da [ 0.172331] clocksource: Switched to clocksource arch_sys_counter [ 0.180423] thermal thermal_zone1: power_allocator: sustainable_power will be estimated [ 0.221747] NET: Registered protocol family 2 [ 0.223144] IP idents hash table entries: 65536 (order: 7, 524288 bytes) [ 0.226353] tcp_listen_portaddr_hash hash table entries: 2048 (order: 4, 81920 bytes) [ 0.227200] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.228773] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes) [ 0.230754] TCP: Hash tables configured (established 32768 bind 32768) [ 0.231624] UDP hash table entries: 2048 (order: 5, 196608 bytes) [ 0.232770] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes) [ 0.234112] NET: Registered protocol family 1 [ 0.235003] PCI: CLS 0 bytes, default 64 [ 0.236278] kvm [1]: 16-bit VMID [ 0.236654] kvm [1]: GICv3: no GICV resource entry [ 0.237370] kvm [1]: disabling GICv2 emulation [ 0.237825] kvm [1]: GIC system register CPU interface enabled [ 0.238568] kvm [1]: vgic interrupt IRQ1 [ 0.240307] kvm [1]: VHE mode initialized successfully [ 0.243113] Crashlog allocated RAM at address 0x3f00000 [ 0.243933] workingset: timestamp_bits=45 max_order=20 bucket_order=0 [ 0.253006] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.253605] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc. [ 0.258648] NET: Registered protocol family 38 [ 0.259325] io scheduler noop registered (default) [ 0.259936] io scheduler deadline registered [ 0.260537] io scheduler cfq registered [ 0.261855] io scheduler bfq registered [ 0.265598] phy phy-fe8a0000.usb2-phy.0: Looking up phy-supply from device tree [ 0.265674] phy phy-fe8a0000.usb2-phy.0: Linked as a consumer to regulator.5 [ 0.266522] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply from device tree [ 0.266535] phy phy-fe8a0000.usb2-phy.1: Looking up phy-supply property in node /usb2-phy@fe8a0000/otg-port failed [ 0.266658] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply from device tree [ 0.266669] phy phy-fe8a0000.usb2-phy.1: Looking up vbus-supply property in node /usb2-phy@fe8a0000/otg-port failed [ 0.266682] phy phy-fe8a0000.usb2-phy.1: No vbus specified for otg port [ 0.269335] extcon extcon1: failed to create extcon usb2-phy link [ 0.269987] phy phy-fe8b0000.usb2-phy.2: Looking up phy-supply from device tree [ 0.269999] phy phy-fe8b0000.usb2-phy.2: Looking up phy-supply property in node /usb2-phy@fe8b0000/host-port failed [ 0.270146] phy phy-fe8b0000.usb2-phy.3: Looking up phy-supply from device tree [ 0.270157] phy phy-fe8b0000.usb2-phy.3: Looking up phy-supply property in node /usb2-phy@fe8b0000/otg-port failed [ 0.270266] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply from device tree [ 0.270278] phy phy-fe8b0000.usb2-phy.3: Looking up vbus-supply property in node /usb2-phy@fe8b0000/otg-port failed [ 0.270318] phy phy-fe8b0000.usb2-phy.3: No vbus specified for otg port [ 0.274605] phy phy-fe820000.phy.4: Looking up phy-supply from device tree [ 0.274622] phy phy-fe820000.phy.4: Looking up phy-supply property in node /phy@fe820000 failed [ 0.275348] phy phy-fe830000.phy.5: Looking up phy-supply from device tree [ 0.275361] phy phy-fe830000.phy.5: Looking up phy-supply property in node /phy@fe830000 failed [ 0.275999] phy phy-fe840000.phy.6: Looking up phy-supply from device tree [ 0.276012] phy phy-fe840000.phy.6: Looking up phy-supply property in node /phy@fe840000 failed [ 0.277584] phy phy-fe8c0000.phy.7: Looking up phy-supply from device tree [ 0.277600] phy phy-fe8c0000.phy.7: Looking up phy-supply property in node /phy@fe8c0000 failed [ 0.280984] rk-pcie 3c0000000.pcie: Looking up vpcie3v3-supply from device tree [ 0.281013] rk-pcie 3c0000000.pcie: Looking up vpcie3v3-supply property in node /pcie@fe260000 failed [ 0.281036] rk-pcie 3c0000000.pcie: no vpcie3v3 regulator found [ 0.281411] rk-pcie 3c0800000.pcie: Looking up vpcie3v3-supply from device tree [ 0.281716] rk-pcie 3c0800000.pcie: Linked as a consumer to regulator.8 [ 0.281969] rk-pcie 3c0000000.pcie: missing legacy IRQ resource [ 0.282865] mpp_service mpp-srv: [ 0.283497] rk-pcie 3c0000000.pcie: Missing *config* reg space [ 0.284818] mpp_service mpp-srv: probe start [ 0.285393] rk-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges: [ 0.286874] iommu: Adding device fdf40000.rkvenc to group 5 [ 0.287620] rk-pcie 3c0000000.pcie: err 0xf4000000..0xf40fffff -> 0xf4000000 [ 0.288749] mpp_rkvenc fdf40000.rkvenc: Linked as a consumer to fdf40f00.iommu [ 0.289895] rk-pcie 3c0000000.pcie: IO 0xf4100000..0xf41fffff -> 0xf4100000 [ 0.291435] mpp_rkvenc fdf40000.rkvenc: probing start [ 0.291904] rk-pcie 3c0000000.pcie: MEM 0xf4200000..0xf5ffffff -> 0xf4200000 [ 0.292877] mpp_rkvenc fdf40000.rkvenc: Looking up venc-supply from device tree [ 0.294745] rk-pcie 3c0000000.pcie: MEM 0x300000000..0x33fffffff -> 0x300000000 [ 0.296095] mpp_rkvenc fdf40000.rkvenc: venc regulator not ready, retry [ 0.296752] rkvenc_init:1199: failed to add venc devfreq [ 0.297599] mpp_rkvenc fdf40000.rkvenc: probing finish [ 0.300080] rk-pcie 3c0800000.pcie: missing legacy IRQ resource [ 0.300689] rk-pcie 3c0800000.pcie: Missing *config* reg space [ 0.300858] iommu: Adding device fdea0400.vdpu to group 1 [ 0.301743] rk-pcie 3c0800000.pcie: host bridge /pcie@fe280000 ranges: [ 0.301769] rk-pcie 3c0800000.pcie: err 0xf0000000..0xf00fffff -> 0xf0000000 [ 0.302313] mpp_vdpu2 fdea0400.vdpu: Linked as a consumer to fdea0800.iommu [ 0.302917] rk-pcie 3c0800000.pcie: IO 0xf0100000..0xf01fffff -> 0xf0100000 [ 0.305346] mpp_vdpu2 fdea0400.vdpu: probe device [ 0.305808] rk-pcie 3c0800000.pcie: MEM 0xf0200000..0xf1ffffff -> 0xf0200000 [ 0.308676] mpp_vdpu2 fdea0400.vdpu: probing finish [ 0.309396] rk-pcie 3c0800000.pcie: MEM 0x380000000..0x3bfffffff -> 0x380000000 [ 0.312449] iommu: Adding device fdee0000.vepu to group 3 [ 0.313545] mpp_vepu2 fdee0000.vepu: Linked as a consumer to fdee0800.iommu [ 0.314863] mpp_vepu2 fdee0000.vepu: probe device [ 0.316505] mpp_vepu2 fdee0000.vepu: probing finish [ 0.317631] iommu: Adding device fdef0000.iep to group 4 [ 0.318173] mpp-iep2 fdef0000.iep: Linked as a consumer to fdef0800.iommu [ 0.319461] mpp-iep2 fdef0000.iep: probe device [ 0.321046] mpp-iep2 fdef0000.iep: allocate roi buffer failed [ 0.321906] mpp-iep2 fdef0000.iep: probing finish [ 0.323164] iommu: Adding device fded0000.jpegd to group 2 [ 0.323745] mpp_jpgdec fded0000.jpegd: Linked as a consumer to fded0480.iommu [ 0.325042] mpp_jpgdec fded0000.jpegd: probe device [ 0.326782] mpp_jpgdec fded0000.jpegd: probing finish [ 0.327945] iommu: Adding device fdf80200.rkvdec to group 6 [ 0.328534] mpp_rkvdec2 fdf80200.rkvdec: Linked as a consumer to fdf80800.iommu [ 0.329959] mpp_rkvdec2 fdf80200.rkvdec: probing start [ 0.331163] mpp_rkvdec2 fdf80200.rkvdec: 16 task capacity link mode detected [ 0.332667] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_a is not found! [ 0.333417] rkvdec2_init:661: No niu aclk reset resource define [ 0.333993] mpp_rkvdec2 fdf80200.rkvdec: shared_niu_h is not found! [ 0.334611] rkvdec2_init:664: No niu hclk reset resource define [ 0.335340] mpp_rkvdec2 fdf80200.rkvdec: sram_start 0x00000000fdcc0000 [ 0.338081] mpp_rkvdec2 fdf80200.rkvdec: rcb_iova 0x0000000010000000 [ 0.339234] mpp_rkvdec2 fdf80200.rkvdec: sram_size 45056 [ 0.340285] mpp_rkvdec2 fdf80200.rkvdec: rcb_size 65536 [ 0.340805] mpp_rkvdec2 fdf80200.rkvdec: min_width 512 [ 0.341459] mpp_rkvdec2 fdf80200.rkvdec: link mode probe finish [ 0.342107] mpp_rkvdec2 fdf80200.rkvdec: probing finish [ 0.342983] mpp_service mpp-srv: probe success [ 0.351116] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330 [ 0.351808] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.356637] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330 [ 0.357323] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16 [ 0.360278] rockchip-system-monitor rockchip-system-monitor: system monitor probe [ 0.362436] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled [ 0.365386] rockchip-rng fe388000.rng: Failed to get clk 'hclk_crypto': -2 [ 0.366062] rockchip-rng fe388000.rng: failed to get clks property [ 0.367301] rockchip-rng: probe of fe388000.rng failed with error -2 [ 0.369000] iommu: Adding device fe040000.vop to group 7 [ 0.369755] rockchip-vop2 fe040000.vop: Linked as a consumer to fe043e00.iommu [ 0.375696] rockchip-drm display-subsystem: Linked as a consumer to fe040000.vop [ 0.377653] rockchip-drm display-subsystem: Linked as a consumer to fe0a0000.hdmi [ 0.380417] rockchip-drm display-subsystem: dmc is disabled [ 0.381464] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp0 assign plane mask: 0x3f, primary plane phy id: 4 [ 0.382446] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp1 assign plane mask: 0x0, primary plane phy id: -1 [ 0.384215] rockchip-vop2 fe040000.vop: [drm:vop2_bind] vp2 assign plane mask: 0x0, primary plane phy id: -1 [ 0.385796] [drm] unsupported AFBC format[3432564e] [ 0.387655] rockchip-drm display-subsystem: bound fe040000.vop (ops 0xffffff8008a82848) [ 0.389040] dwhdmi-rockchip fe0a0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (DWC HDMI 2.0 TX PHY) [ 0.391326] dwhdmi-rockchip fe0a0000.hdmi: registered DesignWare HDMI I2C bus driver [ 0.391341] rk-pcie 3c0400000.pcie: Looking up vpcie3v3-supply from device tree [ 0.392105] rk-pcie 3c0400000.pcie: Looking up vpcie3v3-supply property in node /pcie@fe270000 failed [ 0.392127] rk-pcie 3c0400000.pcie: no vpcie3v3 regulator found [ 0.392913] rockchip-drm display-subsystem: bound fe0a0000.hdmi (ops 0xffffff8008a86348) [ 0.394660] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 0.395305] [drm] No driver support for vblank timestamp query. [ 0.397529] rockchip-drm display-subsystem: connector[HDMI-A-1] can't found any modes [ 0.398423] rockchip-drm display-subsystem: can't not find any loader display [ 0.399804] rockchip-drm display-subsystem: failed to show loader logo [ 0.400473] [drm] Cannot find any crtc or sizes [ 0.401756] [drm] Initialized rockchip 2.0.0 20140818 for display-subsystem on minor 0 [ 0.404612] [drm] Cannot find any crtc or sizes [ 0.405391] rk-pcie 3c0400000.pcie: missing legacy IRQ resource [ 0.406043] rk-pcie 3c0400000.pcie: Missing *config* reg space [ 0.406238] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply from device tree [ 0.407126] rk-pcie 3c0400000.pcie: host bridge /pcie@fe270000 ranges: [ 0.407135] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_gpu-supply property in node /power-management@fdd90000/power-controller failed [ 0.407192] mali fde60000.gpu: Kernel DDK version g7p1-01bet0 [ 0.408286] rk-pcie 3c0400000.pcie: err 0xf2000000..0xf20fffff -> 0xf2000000 [ 0.409632] mali fde60000.gpu: Looking up mali-supply from device tree [ 0.410103] rk-pcie 3c0400000.pcie: IO 0xf2100000..0xf21fffff -> 0xf2100000 [ 0.410120] mali fde60000.gpu: Device initialization Deferred [ 0.410822] rk-pcie 3c0400000.pcie: MEM 0xf2200000..0xf3ffffff -> 0xf2200000 [ 0.412073] rk-pcie 3c0400000.pcie: MEM 0x340000000..0x37fffffff -> 0x340000000 [ 0.415903] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 0.428450] brd: module loaded [ 0.435523] loop: module loaded [ 0.435986] lkdtm: No crash points registered, enable through debugfs [ 0.441548] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply from device tree [ 0.441574] rk_gmac-dwmac fe2a0000.ethernet: Looking up phy-supply property in node /ethernet@fe2a0000 failed [ 0.441595] rk_gmac-dwmac fe2a0000.ethernet: no regulator found [ 0.442184] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output). [ 0.443396] rk_gmac-dwmac fe2a0000.ethernet: TX delay(0x3c). [ 0.443944] rk_gmac-dwmac fe2a0000.ethernet: RX delay(0x2f). [ 0.445615] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no). [ 0.451272] rk_gmac-dwmac fe2a0000.ethernet: init for RGMII [ 0.452032] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x51 [ 0.453005] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5 [ 0.454117] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported [ 0.454851] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supported [ 0.455578] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported [ 0.456253] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported [ 0.456918] rk_gmac-dwmac fe2a0000.ethernet: TSO supported [ 0.457464] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer [ 0.461593] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled [ 0.532457] RTL8211F Gigabit Ethernet stmmac-0:01: [phy_probe-2102] led_status_value normal [ 0.536482] dwc3 fcc00000.dwc3: Failed to get clk 'ref': -2 [ 0.537098] dwc3 fcc00000.dwc3: Configuration mismatch. dr_mode forced to host [ 0.541706] dwc3 fd000000.dwc3: Failed to get clk 'ref': -2 [ 0.545922] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.546577] ehci-pci: EHCI PCI platform driver [ 0.547655] ehci-platform: EHCI generic platform driver [ 0.550498] ehci-platform fd800000.usb: EHCI Host Controller [ 0.551077] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1 [ 0.552472] ehci-platform fd800000.usb: irq 11, io mem 0xfd800000 [ 0.560326] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00 [ 0.561321] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 0.562242] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.562965] usb usb1: Product: EHCI Host Controller [ 0.564794] usb usb1: Manufacturer: Linux 4.19.237-android ehci_hcd [ 0.565412] usb usb1: SerialNumber: fd800000.usb [ 0.567344] hub 1-0:1.0: USB hub found [ 0.567769] hub 1-0:1.0: 1 port detected [ 0.571102] ehci-platform fd880000.usb: EHCI Host Controller [ 0.571711] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2 [ 0.573071] ehci-platform fd880000.usb: irq 13, io mem 0xfd880000 [ 0.581325] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00 [ 0.582285] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 0.583244] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.583952] usb usb2: Product: EHCI Host Controller [ 0.584432] usb usb2: Manufacturer: Linux 4.19.237-android ehci_hcd [ 0.586779] usb usb2: SerialNumber: fd880000.usb [ 0.587722] hub 2-0:1.0: USB hub found [ 0.588463] hub 2-0:1.0: 1 port detected [ 0.590202] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.590863] ohci-platform: OHCI generic platform driver [ 0.592153] ohci-platform fd840000.usb: Generic Platform OHCI controller [ 0.593120] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3 [ 0.594051] ohci-platform fd840000.usb: irq 12, io mem 0xfd840000 [ 0.651696] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 [ 0.652520] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.653915] usb usb3: Product: Generic Platform OHCI controller [ 0.655106] usb usb3: Manufacturer: Linux 4.19.237-android ohci_hcd [ 0.656216] usb usb3: SerialNumber: fd840000.usb [ 0.657167] hub 3-0:1.0: USB hub found [ 0.658103] hub 3-0:1.0: 1 port detected [ 0.659415] ohci-platform fd8c0000.usb: Generic Platform OHCI controller [ 0.660086] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4 [ 0.661569] ohci-platform fd8c0000.usb: irq 14, io mem 0xfd8c0000 [ 0.718683] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 4.19 [ 0.719506] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.720899] usb usb4: Product: Generic Platform OHCI controller [ 0.722105] usb usb4: Manufacturer: Linux 4.19.237-android ohci_hcd [ 0.723211] usb usb4: SerialNumber: fd8c0000.usb [ 0.724677] hub 4-0:1.0: USB hub found [ 0.725119] hub 4-0:1.0: 1 port detected [ 0.727776] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 0.728360] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 5 [ 0.729742] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010 [ 0.731172] xhci-hcd xhci-hcd.3.auto: irq 74, io mem 0xfcc00000 [ 0.733072] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 0.733920] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.734633] usb usb5: Product: xHCI Host Controller [ 0.736448] usb usb5: Manufacturer: Linux 4.19.237-android xhci-hcd [ 0.737050] usb usb5: SerialNumber: xhci-hcd.3.auto [ 0.738039] hub 5-0:1.0: USB hub found [ 0.739460] hub 5-0:1.0: 1 port detected [ 0.740373] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller [ 0.741201] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 6 [ 0.741978] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed [ 0.742765] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.745490] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 0.746836] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.748231] usb usb6: Product: xHCI Host Controller [ 0.749344] usb usb6: Manufacturer: Linux 4.19.237-android xhci-hcd [ 0.750358] usb usb6: SerialNumber: xhci-hcd.3.auto [ 0.751372] hub 6-0:1.0: USB hub found [ 0.752335] hub 6-0:1.0: 1 port detected [ 0.753463] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 0.754019] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 7 [ 0.755440] xhci-hcd xhci-hcd.4.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000011002010010 [ 0.757022] xhci-hcd xhci-hcd.4.auto: irq 75, io mem 0xfd000000 [ 0.758926] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19 [ 0.759768] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.760476] usb usb7: Product: xHCI Host Controller [ 0.760948] usb usb7: Manufacturer: Linux 4.19.237-android xhci-hcd [ 0.761562] usb usb7: SerialNumber: xhci-hcd.4.auto [ 0.762523] hub 7-0:1.0: USB hub found [ 0.765260] hub 7-0:1.0: 1 port detected [ 0.766561] xhci-hcd xhci-hcd.4.auto: xHCI Host Controller [ 0.767108] xhci-hcd xhci-hcd.4.auto: new USB bus registered, assigned bus number 8 [ 0.768337] xhci-hcd xhci-hcd.4.auto: Host supports USB 3.0 SuperSpeed [ 0.769782] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM. [ 0.771329] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19 [ 0.772603] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.773311] usb usb8: Product: xHCI Host Controller [ 0.773785] usb usb8: Manufacturer: Linux 4.19.237-android xhci-hcd [ 0.774409] usb usb8: SerialNumber: xhci-hcd.4.auto [ 0.775411] hub 8-0:1.0: USB hub found [ 0.778160] hub 8-0:1.0: 1 port detected [ 0.780693] i2c /dev entries driver [ 0.782682] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected! [ 0.783563] vdd_cpu: override max_uV, 1390000 -> 1387500 [ 0.783950] fan53555-regulator 0-001c: Looking up vin-supply from device tree [ 0.783966] vdd_cpu: supplied by vcc3v3_sys [ 0.785157] vdd_cpu: 712 <--> 1387 mV at 1025 mV [ 0.786552] rk808 0-0020: chip id: 0x8090 [ 0.787009] rk808 0-0020: No cache defaults, reading back from HW [ 0.794148] rk808 0-0020: source: on=0x40, off=0x00 [ 0.794657] rk808 0-0020: support dcdc3 fb mode:-22, 0 [ 0.795562] rk808 0-0020: support pmic reset mode:0,0 [ 0.800512] rk808-regulator rk808-regulator: there is no dvs0 gpio [ 0.801139] rk808-regulator rk808-regulator: there is no dvs1 gpio [ 0.802497] rk808 0-0020: Looking up vcc1-supply from device tree [ 0.802516] vdd_logic: supplied by vcc3v3_sys [ 0.803348] vdd_logic: 500 <--> 1350 mV at 900 mV [ 0.803854] rk808 0-0020: Looking up vcc2-supply from device tree [ 0.803868] vdd_gpu: supplied by vcc3v3_sys [ 0.804366] vdd_gpu: 500 <--> 1350 mV at 900 mV [ 0.804691] rk808 0-0020: Looking up vcc3-supply from device tree [ 0.804703] vcc_ddr: supplied by vcc3v3_sys [ 0.805164] vcc_ddr: at 500 mV [ 0.805527] rk808 0-0020: Looking up vcc4-supply from device tree [ 0.805541] vdd_npu: supplied by vcc3v3_sys [ 0.806049] vdd_npu: 500 <--> 1350 mV at 900 mV [ 0.806547] rk808 0-0020: Looking up vcc9-supply from device tree [ 0.806561] vcc_1v8: supplied by vcc3v3_sys [ 0.807023] vcc_1v8: 1800 mV [ 0.807370] rk808 0-0020: Looking up vcc5-supply from device tree [ 0.807384] vdda0v9_image: supplied by vcc3v3_sys [ 0.807934] vdda0v9_image: 950 mV [ 0.808379] rk808 0-0020: Looking up vcc5-supply from device tree [ 0.808393] vdda_0v9: supplied by vcc3v3_sys [ 0.808884] vdda_0v9: 900 mV [ 0.809218] rk808 0-0020: Looking up vcc5-supply from device tree [ 0.809231] vdda0v9_pmu: supplied by vcc3v3_sys [ 0.809842] vdda0v9_pmu: 900 mV [ 0.810154] rk808 0-0020: Looking up vcc6-supply from device tree [ 0.810167] vccio_acodec: supplied by vcc3v3_sys [ 0.810811] vccio_acodec: 3300 mV [ 0.811244] rk808 0-0020: Looking up vcc6-supply from device tree [ 0.811257] vccio_sd: supplied by vcc3v3_sys [ 0.811754] vccio_sd: 1800 <--> 3300 mV at 3300 mV [ 0.812083] rk808 0-0020: Looking up vcc6-supply from device tree [ 0.812096] vcc3v3_pmu: supplied by vcc3v3_sys [ 0.812625] vcc3v3_pmu: 3300 mV [ 0.813080] rk808 0-0020: Looking up vcc7-supply from device tree [ 0.813094] vcca_1v8: supplied by vcc3v3_sys [ 0.813586] vcca_1v8: 1800 mV [ 0.813927] rk808 0-0020: Looking up vcc7-supply from device tree [ 0.813941] vcca1v8_pmu: supplied by vcc3v3_sys [ 0.814462] vcca1v8_pmu: 1800 mV [ 0.815035] rk808 0-0020: Looking up vcc7-supply from device tree [ 0.815049] vcca1v8_image: supplied by vcc3v3_sys [ 0.815600] vcca1v8_image: 950 <--> 1800 mV at 950 mV [ 0.816051] rk808 0-0020: Looking up vcc9-supply from device tree [ 0.816065] vcc_3v3: supplied by vcc3v3_sys [ 0.816552] vcc_3v3: at 3300 mV [ 0.816960] rk808 0-0020: Looking up vcc8-supply from device tree [ 0.816975] vcc3v3_sd: supplied by vcc3v3_sys [ 0.817496] vcc3v3_sd: at 3300 mV [ 0.817966] rk817-battery rk817-battery: Failed to find matching dt id [ 0.818890] rk817-charger rk817-charger: Failed to find matching dt id [ 0.821228] input: rk805 pwrkey as /devices/platform/fdd40000.i2c/i2c-0/0-0020/rk805-pwrkey/input/input0 [ 0.824735] rk808-rtc rk808-rtc: registered as rtc0 [ 0.825754] rk808-rtc rk808-rtc: setting system clock to 2017-08-04 09:00:28 UTC (1501837228) [ 0.829793] rtc-hym8563 5-0051: rtc information is invalid [ 0.832535] rtc-hym8563 5-0051: rtc core: registered hym8563 as rtc1 [ 0.837491] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply from device tree [ 0.837510] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio1-supply property in node /syscon@fdc20000/io-domains failed [ 0.837551] rockchip-iodomain fdc20000.syscon:io-domains: Looking up pmuio2-supply from device tree [ 0.837653] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.20 [ 0.838542] rockchip-iodomain fdc20000.syscon:io-domains: pmuio2(3300000 uV) supplied by vcc3v3_pmu [ 0.840132] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio1-supply from device tree [ 0.840207] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.18 [ 0.841737] rockchip-iodomain fdc20000.syscon:io-domains: vccio1(3300000 uV) supplied by vccio_acodec [ 0.842675] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply from device tree [ 0.842688] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio2-supply property in node /syscon@fdc20000/io-domains failed [ 0.842720] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio3-supply from device tree [ 0.842796] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.19 [ 0.845047] rockchip-iodomain fdc20000.syscon:io-domains: vccio3(3300000 uV) supplied by vccio_sd [ 0.846655] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio4-supply from device tree [ 0.846726] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.14 [ 0.848315] rockchip-iodomain fdc20000.syscon:io-domains: vccio4(1800000 uV) supplied by vcc_1v8 [ 0.849926] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio5-supply from device tree [ 0.850003] rockchip-iodomain fdc20000.syscon:io-domains: Linked as a consumer to regulator.24 [ 0.851595] rockchip-iodomain fdc20000.syscon:io-domains: vccio5(3300000 uV) supplied by vcc_3v3 [ 0.853173] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio6-supply from device tree [ 0.853260] rockchip-iodomain fdc20000.syscon:io-domains: vccio6(1800000 uV) supplied by vcc_1v8 [ 0.854825] rockchip-iodomain fdc20000.syscon:io-domains: Looking up vccio7-supply from device tree [ 0.854923] rockchip-iodomain fdc20000.syscon:io-domains: vccio7(3300000 uV) supplied by vcc_3v3 [ 0.860482] rockchip-thermal fe710000.tsadc: tsadc is probed successfully! [ 0.862957] cpu cpu0: leakage=26 [ 0.863363] cpu cpu0: pvtm = 86920, from nvmem [ 0.864030] cpu cpu0: pvtm-volt-sel=1 [ 0.865086] cpu cpu0: Looking up cpu-supply from device tree [ 0.865355] cpu cpu0: Linked as a consumer to regulator.9 [ 0.865930] cpu cpu0: Dropping the link to regulator.9 [ 0.867049] cpu cpu0: Looking up cpu-supply from device tree [ 0.867280] cpu cpu0: Linked as a consumer to regulator.9 [ 0.868957] cpu cpu0: avs=0 [ 0.869321] energy_model: pd0: hertz/watts ratio non-monotonically decreasing: em_cap_state 2 >= em_cap_state1 [ 0.870691] cpu cpu0: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 0.874479] cpu cpu0: failed to find power_model node [ 0.875803] sdhci: Secure Digital Host Controller Interface driver [ 0.876392] sdhci: Copyright(c) Pierre Ossman [ 0.877323] Synopsys Designware Multimedia Card Interface Driver [ 0.878337] sdhci-pltfm: SDHCI platform and OF driver helper [ 0.880088] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply from device tree [ 0.880097] sdhci-dwcmshc fe310000.sdhci: Looking up vmmc-supply property in node /sdhci@fe310000 failed [ 0.880120] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply from device tree [ 0.880124] sdhci-dwcmshc fe310000.sdhci: Looking up vqmmc-supply property in node /sdhci@fe310000 failed [ 0.880136] mmc0: Unknown controller version (5). You may experience problems. [ 0.911879] mmc0: SDHCI controller on fe310000.sdhci [fe310000.sdhci] using ADMA [ 0.913511] hidraw: raw HID events driver (C) Jiri Kosina [ 0.914167] usbcore: registered new interface driver usbhid [ 0.915024] usbhid: USB HID core driver [ 0.915641] rockchip,bus bus-npu: Looking up bus-supply from device tree [ 0.915695] rockchip,bus bus-npu: Linked as a consumer to regulator.10 [ 0.917027] rockchip,bus bus-npu: Failed to get leakage [ 0.917562] rockchip,bus bus-npu: pvtm = 86920, from nvmem [ 0.918077] rockchip,bus bus-npu: pvtm-volt-sel=1 [ 0.918700] rockchip,bus bus-npu: avs=0 [ 0.922252] rockchip-saradc fe720000.saradc: Looking up vref-supply from device tree [ 0.922334] rockchip-saradc fe720000.saradc: Linked as a consumer to regulator.21 [ 0.923534] rksfc_base v1.1 2016-01-08 [ 0.924731] rksfc fe300000.sfc: rksfc_probe clk rate = 99000000 [ 0.925352] rkflash_dev_init enter [ 0.926126] sfc nor id: 0 0 0 [ 0.926696] rkflash[1] is invalid [ 0.926697] rkflash_dev_init enter [ 0.927872] sfc_nand id: 0 0 0 [ 0.928157] rkflash[2] is invalid [ 0.928666] Initializing XFRM netlink socket [ 0.929942] NET: Registered protocol family 10 [ 0.931257] Segment Routing with IPv6 [ 0.931695] NET: Registered protocol family 17 [ 0.932136] 8021q: 802.1Q VLAN Support v1.8 [ 0.933244] Mass Storage accelerater start. [ 0.933770] flash vendor_init_thread! [ 0.934589] flash vendor storage:20170308 ret = -1 [ 0.935694] rga2: Driver loaded successfully ver:3.2.63318 [ 0.936861] rga2: Module initialized. [ 0.953137] mmc0: new HS200 MMC card at address 0001 [ 0.954330] mmcblk0: mmc0:0001 AJTD4R 14.6 GiB [ 0.955090] mmcblk0boot0: mmc0:0001 AJTD4R partition 1 4.00 MiB [ 0.956023] mmcblk0boot1: mmc0:0001 AJTD4R partition 2 4.00 MiB [ 0.956154] mali fde60000.gpu: Kernel DDK version g7p1-01bet0 [ 0.956690] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply from device tree [ 0.956704] rockchip-pm-domain fdd90000.power-management:power-controller: Looking up pd_vi-supply property in node /power-management@fdd90000/power-controller failed [ 0.957035] mmcblk0rpmb: mmc0:0001 AJTD4R partition 3 4.00 MiB, chardev (242:0) [ 0.957181] iommu: Adding device fde40000.npu to group 0 [ 0.957195] RKNPU fde40000.npu: Linked as a consumer to fde4b000.iommu [ 0.957685] RKNPU fde40000.npu: RKNPU: rknpu iommu is enabled, using iommu mode [ 0.957742] mali fde60000.gpu: Looking up mali-supply from device tree [ 0.957798] mali fde60000.gpu: Linked as a consumer to regulator.11 [ 0.957801] mali fde60000.gpu: Looking up shadercores-supply from device tree [ 0.957807] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed [ 0.957850] mali fde60000.gpu: Looking up mali-supply from device tree [ 0.957862] vdd_gpu: could not add device link fde60000.gpu err -17 [ 0.957868] vdd_gpu: Failed to create debugfs directory [ 0.957873] mali fde60000.gpu: Looking up shadercores-supply from device tree [ 0.957878] mali fde60000.gpu: Looking up shadercores-supply property in node /gpu@fde60000 failed [ 0.957891] mali fde60000.gpu: dev_pm_opp_set_regulators: no regulator (shadercores) found: -19 [ 0.957956] mali fde60000.gpu: leakage=7 [ 0.957985] mali fde60000.gpu: pvtm = 86920, from nvmem [ 0.957992] mali fde60000.gpu: pvtm-volt-sel=1 [ 0.958346] mali fde60000.gpu: avs=0 [ 0.958776] RKNPU fde40000.npu: Looking up rknpu-supply from device tree [ 0.959679] random: fast init done [ 0.960259] mmcblk0: p1 p2 p3 p4 p5 p6 p7 [ 0.961049] W : [File] : drivers/gpu/arm/bifrost/platform/rk/mali_kbase_config_rk.c; [Line] : 112; [Func] : kbase_platform_rk_init(); power-off-delay-ms not available. [ 0.962748] RKNPU fde40000.npu: Linked as a consumer to regulator.13 [ 0.964121] mali fde60000.gpu: GPU identified as 0x2 arch 7.4.0 r1p0 status 0 [ 0.964721] RKNPU fde40000.npu: can't request region for resource [mem 0xfde40000-0xfde4ffff] [ 0.965142] mali fde60000.gpu: No priority control manager is configured [ 0.965940] [drm] Initialized rknpu 0.4.2 20210701 for fde40000.npu on minor 1 [ 0.965978] mali fde60000.gpu: No memory group manager is configured [ 0.968999] RKNPU fde40000.npu: leakage=3 [ 0.969541] mali fde60000.gpu: l=-2147483648 h=2147483647 hyst=0 l_limit=0 h_limit=0 h_table=0 [ 0.970906] RKNPU fde40000.npu: pvtm = 86920, from nvmem [ 0.971884] mali fde60000.gpu: Probed as mali0 [ 0.972132] RKNPU fde40000.npu: pvtm-volt-sel=1 [ 0.985504] RKNPU fde40000.npu: avs=0 [ 0.986374] RKNPU fde40000.npu: l=0 h=2147483647 hyst=5000 l_limit=0 h_limit=0 h_table=0 [ 0.987267] RKNPU fde40000.npu: failed to find power_model node [ 0.988508] RKNPU fde40000.npu: RKNPU: failed to initialize power model [ 0.989119] RKNPU fde40000.npu: RKNPU: failed to get dynamic-coefficient [ 0.991097] rockchip-pm rockchip-suspend: not set pwm-regulator-config [ 0.992672] I : [File] : drivers/gpu/arm/mali400/mali/linux/mali_kernel_linux.c; [Line] : 417; [Func] : mali_module_init(); svn_rev_string_from_arm of this mali_ko is '', rk_ko_ver is '5', built at '12:43:05', on 'Jul 19 2022'. [ 0.994880] Mali: [ 0.994881] Mali device driver loaded [ 0.999399] VFS: Mounted root (squashfs filesystem) readonly on device 179:6. [ 1.000558] Freeing unused kernel memory: 832K [ 1.006364] Run /sbin/init as init process [ 1.062907] vendor storage:20190527 ret = 0 [ 1.070784] devfreq fde60000.gpu: Couldn't update frequency transition information. [ 1.196833] init: Console is alive [ 1.197310] init: - watchdog - [ 1.326366] rk-pcie 3c0000000.pcie: PCIe Linking... LTSSM is 0x3 [ 1.326369] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 1.384284] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 1.414208] Button Hotplug driver version 0.4.1 [ 1.418787] usbcore: registered new interface driver usb-storage [ 1.420683] usbcore: registered new interface driver uas [ 1.421436] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 1.431282] init: - preinit - [ 1.454367] rk-pcie 3c0400000.pcie: PCIe Linking... LTSSM is 0x3 [ 2.046195] random: jshn: uninitialized urandom read (4 bytes read) [ 2.119643] random: jshn: uninitialized urandom read (4 bytes read) [ 2.132148] random: jshn: uninitialized urandom read (4 bytes read) [ 2.350351] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 2.454339] rk-pcie 3c0000000.pcie: PCIe Link up, LTSSM is 0x130011 [ 2.455072] rk-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00 [ 2.456080] pci_bus 0000:00: root bus resource [bus 00-0f] [ 2.457114] pci_bus 0000:00: root bus resource [??? 0xf4000000-0xf40fffff flags 0x0] [ 2.457838] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0xf4100000-0xf41fffff]) [ 2.459855] pci_bus 0000:00: root bus resource [mem 0xf4200000-0xf5ffffff] [ 2.461316] pci_bus 0000:00: root bus resource [mem 0x300000000-0x33fffffff pref] [ 2.462030] pci 0000:00:00.0: [1d87:3566] type 01 class 0x060400 [ 2.462056] pci 0000:00:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] [ 2.462095] pci 0000:00:00.0: supports D1 D2 [ 2.462098] pci 0000:00:00.0: PME# supported from D0 D1 D3hot [ 2.466116] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f]) [ 2.466187] pci 0000:01:00.0: [10ec:8125] type 00 class 0x020000 [ 2.466319] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid [ 2.466978] pci 0000:01:00.0: reg 0x10: [io size 0x0100] [ 2.467040] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit] [ 2.467079] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit] [ 2.467383] pci 0000:01:00.0: supports D1 D2 [ 2.467386] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.471062] pci 0000:00:00.0: BAR 8: assigned [mem 0xf4200000-0xf42fffff] [ 2.471735] pci 0000:00:00.0: BAR 6: assigned [mem 0xf4300000-0xf430ffff pref] [ 2.472976] pci 0000:00:00.0: BAR 7: assigned [io 0x1000-0x1fff] [ 2.474179] pci 0000:01:00.0: BAR 2: assigned [mem 0xf4200000-0xf420ffff 64bit] [ 2.474900] pci 0000:01:00.0: BAR 4: assigned [mem 0xf4210000-0xf4213fff 64bit] [ 2.475615] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 2.476192] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 2.476690] pci 0000:00:00.0: bridge window [io 0x1000-0x1fff] [ 2.480030] pci 0000:00:00.0: bridge window [mem 0xf4200000-0xf42fffff] [ 2.482878] pcieport 0000:00:00.0: Signaling PME with IRQ 104 [ 2.483595] pcieport 0000:00:00.0: AER enabled with IRQ 113 [ 2.582346] rk-pcie 3c0400000.pcie: PCIe Link up, LTSSM is 0x130011 [ 2.583047] rk-pcie 3c0400000.pcie: PCI host bridge to bus 0001:10 [ 2.584089] pci_bus 0001:10: root bus resource [bus 10-1f] [ 2.585134] pci_bus 0001:10: root bus resource [??? 0xf2000000-0xf20fffff flags 0x0] [ 2.585858] pci_bus 0001:10: root bus resource [io 0x200000-0x2fffff] (bus address [0xf2100000-0xf21fffff]) [ 2.587901] pci_bus 0001:10: root bus resource [mem 0xf2200000-0xf3ffffff] [ 2.588545] pci_bus 0001:10: root bus resource [mem 0x340000000-0x37fffffff pref] [ 2.589259] pci 0001:10:00.0: [1d87:3566] type 01 class 0x060400 [ 2.589294] pci 0001:10:00.0: reg 0x38: [mem 0x00000000-0x0000ffff pref] [ 2.589333] pci 0001:10:00.0: supports D1 D2 [ 2.589337] pci 0001:10:00.0: PME# supported from D0 D1 D3hot [ 2.593171] pci 0001:10:00.0: Primary bus is hard wired to 0 [ 2.593731] pci 0001:10:00.0: bridge configuration invalid ([bus 01-ff]), reconfiguring [ 2.595162] pci 0001:11:00.0: [10ec:8125] type 00 class 0x020000 [ 2.595267] pci 0001:11:00.0: reg 0x10: [io 0x0000-0x00ff] [ 2.595339] pci 0001:11:00.0: reg 0x18: [mem 0x00000000-0x0000ffff 64bit] [ 2.595378] pci 0001:11:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit] [ 2.595673] pci 0001:11:00.0: supports D1 D2 [ 2.595676] pci 0001:11:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.599333] pci_bus 0001:11: busn_res: [bus 11-1f] end is updated to 11 [ 2.599369] pci 0001:10:00.0: BAR 8: assigned [mem 0xf2200000-0xf22fffff] [ 2.600014] pci 0001:10:00.0: BAR 6: assigned [mem 0xf2300000-0xf230ffff pref] [ 2.601282] pci 0001:10:00.0: BAR 7: assigned [io 0x200000-0x200fff] [ 2.601893] pci 0001:11:00.0: BAR 2: assigned [mem 0xf2200000-0xf220ffff 64bit] [ 2.602612] pci 0001:11:00.0: BAR 4: assigned [mem 0xf2210000-0xf2213fff 64bit] [ 2.603326] pci 0001:11:00.0: BAR 0: assigned [io 0x200000-0x2000ff] [ 2.606357] pci 0001:10:00.0: PCI bridge to [bus 11] [ 2.606819] pci 0001:10:00.0: bridge window [io 0x200000-0x200fff] [ 2.607425] pci 0001:10:00.0: bridge window [mem 0xf2200000-0xf22fffff] [ 2.611230] pcieport 0001:10:00.0: Signaling PME with IRQ 123 [ 2.611963] pcieport 0001:10:00.0: AER enabled with IRQ 124 [ 3.374356] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 4.398354] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 5.297076] mount_root: loading kmods from internal overlay [ 5.309222] kmodloader: loading kernel modules from //etc/modules-boot.d/* [ 5.310666] kmodloader: done loading kernel modules from //etc/modules-boot.d/* [ 5.422362] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 5.457927] block: attempting to load /etc/config/fstab [ 5.459591] block: unable to load configuration (fstab: Entry not found) [ 5.460255] block: no usable configuration [ 5.469048] mount_root: rootdisk overlay filesystem has not been formatted yet [ 5.634316] urandom_read: 3 callbacks suppressed [ 5.634321] random: mkfs.f2fs: uninitialized urandom read (16 bytes read) [ 5.809477] F2FS-fs (loop0): Found nat_bits in checkpoint [ 5.822247] F2FS-fs (loop0): Mounted with checkpoint version = 7d648873 [ 5.893980] block: attempting to load /etc/config/fstab [ 5.894572] block: unable to load configuration (fstab: Entry not found) [ 5.895599] block: no usable configuration [ 5.897111] mount_root: overlay filesystem has not been fully initialized yet [ 5.898054] mount_root: switching to f2fs overlay [ 5.954891] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null) [ 5.968563] urandom-seed: Seed file not found (/etc/urandom.seed) [ 6.021924] procd: - early - [ 6.022270] procd: - watchdog - [ 6.446355] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 6.620735] procd: - watchdog - [ 6.621157] procd: - ubus - [ 6.651210] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.722278] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.723192] random: ubusd: uninitialized urandom read (4 bytes read) [ 6.724564] procd: - init - [ 6.922781] kmodloader: loading kernel modules from /etc/modules.d/* [ 6.960099] NET: Registered protocol family 15 [ 6.962260] tun: Universal TUN/TAP device driver, 1.6 [ 6.973553] l2tp_core: L2TP core driver, V2.0 [ 6.974943] l2tp_netlink: L2TP netlink interface [ 6.977043] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 6.980157] gre: GRE over IPv4 demultiplexor driver [ 6.981857] ip_gre: GRE over IPv4 tunneling driver [ 7.017447] cryptodev: driver 1.12 loaded. [ 7.018886] GACT probability on [ 7.020102] Mirror/redirect action on [ 7.027390] u32 classifier [ 7.027659] input device check on [ 7.028230] Actions configured [ 7.087472] ntfs3: Index binary search [ 7.087841] ntfs3: Hot fix free clusters [ 7.088541] ntfs3: Max link count 1024 [ 7.088890] ntfs3: Activated 32 bits per cluster [ 7.092985] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded [ 7.093679] r8125 0000:01:00.0: enabling device (0000 -> 0003) [ 7.113167] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 7.116359] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 7.116359] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 7.116359] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 7.119349] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded [ 7.122507] r8125 0001:11:00.0: enabling device (0000 -> 0003) [ 7.141444] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625. [ 7.144605] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com> [ 7.144605] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>. [ 7.144605] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>. [ 7.150453] usbcore: registered new interface driver r8152 [ 7.156042] usbcore: registered new interface driver ums-alauda [ 7.157547] usbcore: registered new interface driver ums-cypress [ 7.159357] usbcore: registered new interface driver ums-datafab [ 7.160881] usbcore: registered new interface driver ums-freecom [ 7.162677] usbcore: registered new interface driver ums-isd200 [ 7.164499] usbcore: registered new interface driver ums-jumpshot [ 7.166059] usbcore: registered new interface driver ums-karma [ 7.168070] usbcore: registered new interface driver ums-sddr09 [ 7.169892] usbcore: registered new interface driver ums-sddr55 [ 7.171794] usbcore: registered new interface driver ums-usbat [ 7.177483] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information. [ 7.178222] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. [ 7.204079] xt_time: kernel timezone is -0000 [ 7.210861] PPP generic driver version 2.4.2 [ 7.212689] PPP MPPE Compression module registered [ 7.214082] NET: Registered protocol family 24 [ 7.216329] l2tp_ppp: PPPoL2TP kernel driver, V2.0 [ 7.219139] kmodloader: done loading kernel modules from /etc/modules.d/* [ 7.470355] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 8.494321] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 9.388318] random: crng init done [ 9.518347] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 10.542350] rk-pcie 3c0800000.pcie: PCIe Linking... LTSSM is 0x0 [ 11.566370] rk-pcie 3c0800000.pcie: PCIe Link Fail [ 11.566835] rk-pcie 3c0800000.pcie: failed to initialize host [ 31.219740] vcc3v3_pcie: disabling [ 32.024255] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: [ 32.213322] eth1: 0xffffff800dbc0000, ca:4c:0b:90:30:f7, IRQ 103 [ 32.263177] br-lan: port 1(eth1) entered blocking state [ 32.263705] br-lan: port 1(eth1) entered disabled state [ 32.264846] device eth1 entered promiscuous mode [ 32.266585] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 32.278053] eth2: 0xffffff800dc00000, 7c:b5:9b:6d:96:02, IRQ 114 [ 32.328003] br-lan: port 2(eth2) entered blocking state [ 32.328532] br-lan: port 2(eth2) entered disabled state [ 32.329664] device eth2 entered promiscuous mode [ 32.335489] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=73) [ 32.347268] dwmac4: Master AXI performs any burst length [ 32.347797] rk_gmac-dwmac fe2a0000.ethernet eth0: No Safety Features support found [ 32.348964] rk_gmac-dwmac fe2a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported [ 32.349902] rk_gmac-dwmac fe2a0000.ethernet eth0: registered PTP clock [ 32.351653] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 33.259005] S60samba (4214): drop_caches: 3 [ 34.522719] r8125: eth2: link up [ 34.523139] br-lan: port 2(eth2) entered blocking state [ 34.523839] br-lan: port 2(eth2) entered forwarding state [ 34.524764] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready [ 34.911355] fast-classifier: starting up [ 34.911808] fast-classifier: registered [ 49.558592] samba (7570): drop_caches: 3
这个是我在上述release下直接使用
dd if=openwrt.bin of=/dev/mmcblk0 bs=1M
sync
覆盖的我自己编译的系统
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
0001:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)
内核日志如下
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.15.67 (solitudechn@DESKTOP-0M7KR5V) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r5076-83903ede7) 11.3.0, GNU ld (GNU Binutils) 2.37) #0 SMP PREEMPT Sat Sep 17 09:45:26 2022
[ 0.000000] Machine model: FriendlyElec NanoPi R5S
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000efffffff]
[ 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-0x00000000efffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000efffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] cma: Reserved 8 MiB at 0x00000000ef000000
[ 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 18 pages/cpu s33304 r8192 d32232 u73728
[ 0.000000] pcpu-alloc: s33304 r8192 d32232 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 967176
[ 0.000000] Kernel command line: console=ttyS2,1500000 earlycon=uart8250,mmio32,0xfe660000 root=PARTUUID=5452574f-02 rw rootwait
[ 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: 3830048K/3930112K available (8576K kernel code, 2372K rwdata, 2444K rodata, 1664K init, 722K bss, 91872K reserved, 8192K 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=256 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 320 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: MBI range [296:319]
[ 0.000000] GICv3: Using MBI frame 0x00000000fd410000
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 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.001357] Console: colour dummy device 80x25
[ 0.001850] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.002904] pid_max: default: 32768 minimum: 301
[ 0.003599] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.004359] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.007369] rcu: Hierarchical SRCU implementation.
[ 0.008132] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.009664] smp: Bringing up secondary CPUs ...
[ 0.010830] Detected VIPT I-cache on CPU1
[ 0.010879] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[ 0.010940] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.011783] Detected VIPT I-cache on CPU2
[ 0.011824] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[ 0.011870] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.012642] Detected VIPT I-cache on CPU3
[ 0.012681] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[ 0.012723] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.012841] smp: Brought up 1 node, 4 CPUs
[ 0.018433] SMP: Total of 4 processors activated.
[ 0.018899] CPU features: detected: 32-bit EL0 Support
[ 0.019405] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.020264] CPU features: detected: Common not Private translations
[ 0.020880] CPU features: detected: CRC32 instructions
[ 0.021387] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.021950] CPU features: detected: Privileged Access Never
[ 0.022495] CPU features: detected: RAS Extension Support
[ 0.023024] CPU features: detected: Hardware update of the Access flag
[ 0.023661] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.024700] CPU: All CPU(s) started at EL2
[ 0.035499] KASLR disabled due to lack of seed
[ 0.036082] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.037084] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.038174] pinctrl core: initialized pinctrl subsystem
[ 0.039829] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.042217] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.043187] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.044228] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.046642] thermal_sys: Registered thermal governor 'step_wise'
[ 0.046654] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.047682] cpuidle: using governor menu
[ 0.048813] ASID allocator initialised with 65536 entries
[ 0.049450] Serial: AMBA PL011 UART driver
[ 0.071544] rockchip-gpio fdd60000.gpio: probed /pinctrl/gpio@fdd60000
[ 0.072738] rockchip-gpio fe740000.gpio: probed /pinctrl/gpio@fe740000
[ 0.073899] rockchip-gpio fe750000.gpio: probed /pinctrl/gpio@fe750000
[ 0.075056] rockchip-gpio fe760000.gpio: probed /pinctrl/gpio@fe760000
[ 0.076238] rockchip-gpio fe770000.gpio: probed /pinctrl/gpio@fe770000
[ 0.091270] cryptd: max_cpu_qlen set to 1000
[ 0.093932] vcc3v3_sys: supplied by vdd_5v
[ 0.094872] vcc3v3_sysp: supplied by vdd_5v
[ 0.095716] vcc5v0_sysp: supplied by vcc3v3_sysp
[ 0.096834] vcc5v0_usb_host: supplied by vcc5v0_sysp
[ 0.097784] vcc3v3_pcie: supplied by vcc3v3_sysp
[ 0.098693] iommu: Default domain type: Translated
[ 0.099178] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.100349] SCSI subsystem initialized
[ 0.100933] usbcore: registered new interface driver usbfs
[ 0.101517] usbcore: registered new interface driver hub
[ 0.102083] usbcore: registered new device driver usb
[ 0.103321] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[ 0.104039] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 0.106294] clocksource: Switched to clocksource arch_sys_counter
[ 0.107116] VFS: Disk quotas dquot_6.6.0
[ 0.107571] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.112343] NET: Registered PF_INET protocol family
[ 0.113136] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.116136] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.117083] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.117856] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.118917] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.120115] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.120915] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.121658] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.122697] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.123291] PCI: CLS 0 bytes, default 64
[ 0.129276] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.136254] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.136846] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.139387] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.140345] io scheduler mq-deadline registered
[ 0.147727] rockchip-snps-pcie3-phy fe8c0000.phy: failed to find rockchip,pipe_grf regmap
[ 0.150818] rockchip-dw-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges:
[ 0.151581] rockchip-dw-pcie 3c0000000.pcie: IO 0x033ef00000..0x033effffff -> 0x003ef00000
[ 0.152460] rockchip-dw-pcie 3c0000000.pcie: MEM 0x0300000000..0x033eefffff -> 0x0000000000
[ 0.153440] rockchip-dw-pcie 3c0000000.pcie: iATU unroll: enabled
[ 0.154043] rockchip-dw-pcie 3c0000000.pcie: Detected iATU regions: 8 outbound, 8 inbound
[ 1.262474] rockchip-dw-pcie 3c0000000.pcie: Phy link never came up
[ 1.263217] rockchip-dw-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00
[ 1.263907] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 1.264455] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x3ef00000-0x3effffff])
[ 1.265395] pci_bus 0000:00: root bus resource [mem 0x300000000-0x33eefffff] (bus address [0x00000000-0x3eefffff])
[ 1.266487] pci 0000:00:00.0: [1d87:3566] type 01 class 0x060400
[ 1.267113] pci 0000:00:00.0: reg 0x38: [mem 0x300000000-0x30000ffff pref]
[ 1.267867] pci 0000:00:00.0: supports D1 D2
[ 1.268291] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 1.273079] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 1.277849] pci 0000:00:00.0: BAR 6: assigned [mem 0x300000000-0x30000ffff pref]
[ 1.278608] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.279247] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[ 1.282071] phy phy-fe8c0000.phy.7: lane number 0, val 1
[ 1.282660] phy phy-fe8c0000.phy.7: lane number 1, val 2
[ 1.283188] phy phy-fe8c0000.phy.7: bifurcation enabled
[ 1.283794] rockchip-dw-pcie 3c0400000.pcie: host bridge /pcie@fe270000 ranges:
[ 1.284545] rockchip-dw-pcie 3c0400000.pcie: IO 0x037ef00000..0x037effffff -> 0x003ef00000
[ 1.285427] rockchip-dw-pcie 3c0400000.pcie: MEM 0x0340000000..0x037eefffff -> 0x0000000000
[ 1.295596] rockchip-dw-pcie 3c0400000.pcie: iATU unroll: enabled
[ 1.296201] rockchip-dw-pcie 3c0400000.pcie: Detected iATU regions: 8 outbound, 8 inbound
[ 1.502295] rockchip-dw-pcie 3c0400000.pcie: Link up
[ 1.502912] rockchip-dw-pcie 3c0400000.pcie: PCI host bridge to bus 0001:00
[ 1.503604] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 1.504152] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x3ef00000-0x3effffff])
[ 1.505118] pci_bus 0001:00: root bus resource [mem 0x340000000-0x37eefffff] (bus address [0x00000000-0x3eefffff])
[ 1.506168] pci 0001:00:00.0: [1d87:3566] type 01 class 0x060400
[ 1.506823] pci 0001:00:00.0: reg 0x38: [mem 0x340000000-0x34000ffff pref]
[ 1.507570] pci 0001:00:00.0: supports D1 D2
[ 1.507995] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 1.512736] pci_bus 0001:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 1.513957] pci 0001:01:00.0: [10ec:8125] type 00 class 0x020000
[ 1.514648] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 1.515288] pci 0001:01:00.0: reg 0x18: [mem 0x340000000-0x34000ffff 64bit]
[ 1.516029] pci 0001:01:00.0: reg 0x20: [mem 0x340000000-0x340003fff 64bit]
[ 1.517215] pci 0001:01:00.0: supports D1 D2
[ 1.517641] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.534097] pci 0001:00:00.0: BAR 8: assigned [mem 0x340000000-0x3400fffff]
[ 1.534822] pci 0001:00:00.0: BAR 6: assigned [mem 0x340100000-0x34010ffff pref]
[ 1.535559] pci 0001:00:00.0: BAR 7: assigned [io 0x100000-0x100fff]
[ 1.536202] pci 0001:01:00.0: BAR 2: assigned [mem 0x340000000-0x34000ffff 64bit]
[ 1.536989] pci 0001:01:00.0: BAR 4: assigned [mem 0x340010000-0x340013fff 64bit]
[ 1.537769] pci 0001:01:00.0: BAR 0: assigned [io 0x100000-0x1000ff]
[ 1.538442] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 1.538966] pci 0001:00:00.0: bridge window [io 0x100000-0x100fff]
[ 1.539601] pci 0001:00:00.0: bridge window [mem 0x340000000-0x3400fffff]
[ 1.541861] pcieport 0001:00:00.0: PME: Signaling with IRQ 60
[ 1.542868] pcieport 0001:00:00.0: AER: enabled with IRQ 60
[ 1.549703] rockchip-dw-pcie 3c0800000.pcie: host bridge /pcie@fe280000 ranges:
[ 1.550484] rockchip-dw-pcie 3c0800000.pcie: IO 0x03bef00000..0x03beffffff -> 0x003ef00000
[ 1.551364] rockchip-dw-pcie 3c0800000.pcie: MEM 0x0380000000..0x03beefffff -> 0x0000000000
[ 1.561724] rockchip-dw-pcie 3c0800000.pcie: iATU unroll: enabled
[ 1.562346] rockchip-dw-pcie 3c0800000.pcie: Detected iATU regions: 8 outbound, 8 inbound
[ 2.670453] rockchip-dw-pcie 3c0800000.pcie: Phy link never came up
[ 2.671197] rockchip-dw-pcie 3c0800000.pcie: PCI host bridge to bus 0002:00
[ 2.671888] pci_bus 0002:00: root bus resource [bus 00-0f]
[ 2.672437] pci_bus 0002:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3ef00000-0x3effffff])
[ 2.673403] pci_bus 0002:00: root bus resource [mem 0x380000000-0x3beefffff] (bus address [0x00000000-0x3eefffff])
[ 2.674489] pci 0002:00:00.0: [1d87:3566] type 01 class 0x060400
[ 2.675101] pci 0002:00:00.0: reg 0x10: [mem 0x00000000-0x3fffffff]
[ 2.675727] pci 0002:00:00.0: reg 0x14: [mem 0x00000000-0x3fffffff]
[ 2.676352] pci 0002:00:00.0: reg 0x38: [mem 0x380000000-0x38000ffff pref]
[ 2.677108] pci 0002:00:00.0: supports D1 D2
[ 2.677532] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 2.682312] pci_bus 0002:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 2.687105] pci 0002:00:00.0: BAR 0: no space for [mem size 0x40000000]
[ 2.687765] pci 0002:00:00.0: BAR 0: failed to assign [mem size 0x40000000]
[ 2.688453] pci 0002:00:00.0: BAR 1: no space for [mem size 0x40000000]
[ 2.689107] pci 0002:00:00.0: BAR 1: failed to assign [mem size 0x40000000]
[ 2.689793] pci 0002:00:00.0: BAR 6: assigned [mem 0x380000000-0x38000ffff pref]
[ 2.690554] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[ 2.692669] pcieport 0002:00:00.0: PME: Signaling with IRQ 61
[ 2.693637] pcieport 0002:00:00.0: AER: enabled with IRQ 61
[ 2.699409] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.700085] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.702915] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.703583] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.705406] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
[ 2.707837] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.709969] printk: console [ttyS2] disabled
[ 2.710495] fe660000.serial: ttyS2 at MMIO 0xfe660000 (irq = 38, base_baud = 1500000) is a 16550A
[ 2.711636] printk: console [ttyS2] enabled
[ 2.712419] printk: bootconsole [uart8250] disabled
[ 2.715109] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.719610] loop: module loaded
[ 2.719911] mtip32xx Version 1.3.1
[ 2.721557] SPI driver spidev has no spi_device_id for siliconlabs,si3210
[ 2.725778] rk_gmac-dwmac fe2a0000.ethernet: IRQ eth_lpi not found
[ 2.726823] rk_gmac-dwmac fe2a0000.ethernet: no regulator found
[ 2.727357] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output).
[ 2.727988] rk_gmac-dwmac fe2a0000.ethernet: TX delay(0x3c).
[ 2.728492] rk_gmac-dwmac fe2a0000.ethernet: RX delay(0x2f).
[ 2.729001] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
[ 2.734602] rk_gmac-dwmac fe2a0000.ethernet: init for RGMII_ID
[ 2.735400] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 2.736039] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
[ 2.736500] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported
[ 2.737160] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supported
[ 2.737817] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported
[ 2.738465] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported
[ 2.739036] rk_gmac-dwmac fe2a0000.ethernet: TSO supported
[ 2.739523] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.740244] rk_gmac-dwmac fe2a0000.ethernet: device MAC address 76:32:93:e8:f5:77
[ 2.740909] rk_gmac-dwmac fe2a0000.ethernet: Enabled RFS Flow TC (entries=8)
[ 2.741533] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled
[ 2.742065] rk_gmac-dwmac fe2a0000.ethernet: Using 32 bits DMA width
[ 2.838027] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.838656] ehci-pci: EHCI PCI platform driver
[ 2.839120] ehci-platform: EHCI generic platform driver
[ 2.841881] ehci-platform fd800000.usb: EHCI Host Controller
[ 2.842433] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[ 2.843249] ehci-platform fd800000.usb: irq 20, io mem 0xfd800000
[ 2.858266] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[ 2.859366] hub 1-0:1.0: USB hub found
[ 2.859742] hub 1-0:1.0: 1 port detected
[ 2.862882] ehci-platform fd880000.usb: EHCI Host Controller
[ 2.863406] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[ 2.864203] ehci-platform fd880000.usb: irq 22, io mem 0xfd880000
[ 2.878271] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[ 2.879302] hub 2-0:1.0: USB hub found
[ 2.879675] hub 2-0:1.0: 1 port detected
[ 2.880739] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.881316] ohci-platform: OHCI generic platform driver
[ 2.882045] ohci-platform fd840000.usb: Generic Platform OHCI controller
[ 2.882710] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[ 2.883544] ohci-platform fd840000.usb: irq 21, io mem 0xfd840000
[ 2.946773] hub 3-0:1.0: USB hub found
[ 2.947146] hub 3-0:1.0: 1 port detected
[ 2.948202] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[ 2.948816] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[ 2.949614] ohci-platform fd8c0000.usb: irq 23, io mem 0xfd8c0000
[ 3.010781] hub 4-0:1.0: USB hub found
[ 3.011156] hub 4-0:1.0: 1 port detected
[ 3.012809] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.013327] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 3.014153] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[ 3.015081] xhci-hcd xhci-hcd.0.auto: irq 18, io mem 0xfcc00000
[ 3.015777] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.016276] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[ 3.016962] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.018064] hub 5-0:1.0: USB hub found
[ 3.018483] hub 5-0:1.0: 1 port detected
[ 3.019249] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.020430] hub 6-0:1.0: USB hub found
[ 3.020802] hub 6-0:1.0: 1 port detected
[ 3.021598] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.022105] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
[ 3.022953] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[ 3.023831] xhci-hcd xhci-hcd.1.auto: irq 19, io mem 0xfd000000
[ 3.024523] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.025024] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
[ 3.025709] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 3.026785] hub 7-0:1.0: USB hub found
[ 3.027157] hub 7-0:1.0: 1 port detected
[ 3.027898] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.029069] hub 8-0:1.0: USB hub found
[ 3.029442] hub 8-0:1.0: 1 port detected
[ 3.030322] usbcore: registered new interface driver usb-storage
[ 3.031054] i2c_dev: i2c /dev entries driver
[ 3.032683] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected!
[ 3.033903] vdd_cpu: supplied by vcc3v3_sys
[ 3.036750] rk808 0-0020: chip id: 0x8090
[ 3.061875] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.062488] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.063828] vdd_logic: supplied by vcc3v3_sys
[ 3.066241] vdd_gpu: supplied by vcc3v3_sys
[ 3.068158] vcc_ddr: supplied by vcc3v3_sys
[ 3.070369] vdd_npu: supplied by vcc3v3_sys
[ 3.071280] vcc_1v8: supplied by vcc3v3_sys
[ 3.072742] vdda0v9_image: Bringing 600000uV into 900000-900000uV
[ 3.074426] vdda0v9_image: supplied by vcc3v3_sys
[ 3.075380] vdda_0v9: supplied by vcc3v3_sys
[ 3.077680] vdda0v9_pmu: supplied by vcc3v3_sys
[ 3.079822] vccio_acodec: Bringing 600000uV into 3300000-3300000uV
[ 3.081215] vccio_acodec: supplied by vcc3v3_sys
[ 3.083808] vccio_sd: supplied by vcc3v3_sys
[ 3.084744] vcc3v3_pmu: supplied by vcc3v3_sys
[ 3.087174] vcca_1v8: supplied by vcc3v3_sys
[ 3.089464] vcca1v8_pmu: supplied by vcc3v3_sys
[ 3.091673] vcca1v8_image: Bringing 600000uV into 1800000-1800000uV
[ 3.093351] vcca1v8_image: supplied by vcc3v3_sys
[ 3.094146] vcc_3v3: supplied by vcc3v3_sys
[ 3.095454] vcc3v3_sd: supplied by vcc3v3_sys
[ 3.100265] rk808-rtc rk808-rtc: registered as rtc0
[ 3.101536] rk808-rtc rk808-rtc: setting system clock to 2017-08-05T09:00:07 UTC (1501923607)
[ 3.110123] sdhci: Secure Digital Host Controller Interface driver
[ 3.110781] sdhci: Copyright(c) Pierre Ossman
[ 3.111173] Synopsys Designware Multimedia Card Interface Driver
[ 3.111934] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.112664] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode.
[ 3.113311] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller.
[ 3.113901] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a
[ 3.114456] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[ 3.115449] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.115733] dwmmc_rockchip fe2b0000.mmc: Got CD GPIO
[ 3.116216] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[ 3.117137] usbcore: registered new interface driver usbhid
[ 3.117629] usbhid: USB HID core driver
[ 3.119106] NET: Registered PF_INET6 protocol family
[ 3.120361] Segment Routing with IPv6
[ 3.120717] In-situ OAM (IOAM) with IPv6
[ 3.121101] NET: Registered PF_PACKET protocol family
[ 3.121577] 8021q: 802.1Q VLAN Support v1.8
[ 3.129447] mmc_host mmc0: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[ 3.142495] dw-apb-uart fe660000.serial: forbid DMA for kernel console
[ 3.143761] mmc1: SDHCI controller on fe310000.mmc [fe310000.mmc] using ADMA
[ 3.144465] Waiting for root device PARTUUID=5452574f-02...
[ 3.212777] mmc1: new HS200 MMC card at address 0001
[ 3.213703] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[ 3.215154] mmcblk1: p1 p2
[ 3.215774] mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB
[ 3.216884] mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB
[ 3.217818] mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (249:0)
[ 3.225252] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
[ 3.226889] Freeing unused kernel memory: 1664K
[ 3.238315] Run /sbin/init as init process
[ 3.238684] with arguments:
[ 3.238687] /sbin/init
[ 3.238689] with environment:
[ 3.238691] HOME=/
[ 3.238694] TERM=linux
[ 3.450959] init: Console is alive
[ 3.873624] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.947107] ehci-fsl: Freescale EHCI Host controller driver
[ 3.948863] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.949879] ohci-pci: OHCI PCI platform driver
[ 3.953820] usbcore: registered new interface driver uas
[ 3.954509] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.965557] init: - preinit -
[ 4.313605] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.330440] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.367651] random: jshn: uninitialized urandom read (4 bytes read)
[ 7.561684] mount_root: loading kmods from internal overlay
[ 7.572570] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 7.575832] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 7.684624] loop0: detected capacity change from 0 to 2097152
[ 7.702242] loop0: detected capacity change from 2097152 to 2063360
[ 7.703246] block: overlay filesystem in /dev/loop0 has not been formatted yet
[ 7.871793] random: mkfs.f2fs: uninitialized urandom read (16 bytes read)
[ 8.032533] F2FS-fs (loop0): Found nat_bits in checkpoint
[ 8.044497] F2FS-fs (loop0): Mounted with checkpoint version = 63bce0d3
[ 8.045259] block: attempting to load /tmp/f2fs_cfg/upper/etc/config/fstab
[ 8.046056] block: unable to load configuration (fstab: Entry not found)
[ 8.046717] block: attempting to load /tmp/f2fs_cfg/etc/config/fstab
[ 8.047342] block: unable to load configuration (fstab: Entry not found)
[ 8.047973] block: attempting to load /etc/config/fstab
[ 8.050443] block: unable to load configuration (fstab: Entry not found)
[ 8.051085] block: no usable configuration
[ 8.103214] loop0: detected capacity change from 0 to 2097152
[ 8.118368] loop0: detected capacity change from 2097152 to 2063360
[ 8.120977] F2FS-fs (loop0): Found nat_bits in checkpoint
[ 8.133187] F2FS-fs (loop0): Mounted with checkpoint version = 63bce0d5
[ 8.158264] block: attempting to load /tmp/f2fs_cfg/upper/etc/config/fstab
[ 8.158974] block: unable to load configuration (fstab: Entry not found)
[ 8.159624] block: attempting to load /tmp/f2fs_cfg/etc/config/fstab
[ 8.160287] block: unable to load configuration (fstab: Entry not found)
[ 8.160937] block: attempting to load /etc/config/fstab
[ 8.161468] block: unable to load configuration (fstab: Entry not found)
[ 8.162111] block: no usable configuration
[ 8.163444] mount_root: overlay filesystem has not been fully initialized yet
[ 8.164330] mount_root: switching to f2fs overlay
[ 8.274541] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null). Quota mode: none.
[ 8.283169] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 8.292398] procd: - early -
[ 8.476861] random: usbmode: uninitialized urandom read (4 bytes read)
[ 8.951643] procd: - ubus -
[ 9.075395] random: ubusd: uninitialized urandom read (4 bytes read)
[ 9.077644] random: ubusd: uninitialized urandom read (4 bytes read)
[ 9.078449] random: ubusd: uninitialized urandom read (4 bytes read)
[ 9.079935] procd: - init -
[ 9.567160] kmodloader: loading kernel modules from /etc/modules.d/*
[ 9.582951] NET: Registered PF_ALG protocol family
[ 9.592272] Key type dns_resolver registered
[ 9.598731] RPC: Registered named UNIX socket transport module.
[ 9.599266] RPC: Registered udp transport module.
[ 9.599678] RPC: Registered tcp transport module.
[ 9.600090] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 9.605397] ntfs3: Max link count 4000
[ 9.605749] ntfs3: Enabled Linux POSIX ACLs support
[ 9.606175] ntfs3: Warning: Activated 64 bits per cluster. Windows does not support this
[ 9.606934] ntfs3: Read-only LZX/Xpress compression included
[ 9.611940] tun: Universal TUN/TAP device driver, 1.6
[ 9.618761] random: crng init done
[ 9.619086] random: 24 urandom warning(s) missed due to ratelimiting
[ 9.622587] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 9.634987] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 9.640461] NFS: Registering the id_resolver key type
[ 9.640943] Key type id_resolver registered
[ 9.641311] Key type id_legacy registered
[ 9.665406] cryptodev: driver 1.12 loaded.
[ 9.669053] fuse: init (API version 7.34)
[ 9.675484] usbcore: registered new interface driver cdc_wdm
[ 9.677093] hso: drivers/net/usb/hso.c: Option Wireless
[ 9.677636] usbcore: registered new interface driver hso
[ 9.679574] usbcore: registered new interface driver ipheth
[ 9.682012] usbcore: registered new interface driver kaweth
[ 9.709063] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 9.709636] usbcore: registered new interface driver pegasus
[ 9.711847] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded
[ 9.712490] r8125 0001:01:00.0: enabling device (0000 -> 0003)
[ 9.730869] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 9.731716] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr 3a:b6:aa:0a:ff:33
[ 9.733031] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 9.736059] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 9.736059] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 9.736059] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 9.740275] usbcore: registered new interface driver r8152
[ 9.741448] usbcore: registered new interface driver rtl8150
[ 9.744295] usbcore: registered new interface driver ums-alauda
[ 9.745216] usbcore: registered new interface driver ums-cypress
[ 9.746150] usbcore: registered new interface driver ums-datafab
[ 9.747091] usbcore: registered new interface driver ums-freecom
[ 9.748014] usbcore: registered new interface driver ums-isd200
[ 9.748940] usbcore: registered new interface driver ums-jumpshot
[ 9.749867] usbcore: registered new interface driver ums-karma
[ 9.750878] usbcore: registered new interface driver ums-sddr09
[ 9.751820] usbcore: registered new interface driver ums-sddr55
[ 9.752771] usbcore: registered new interface driver ums-usbat
[ 9.753828] usbcore: registered new interface driver usblp
[ 9.757632] usbcore: registered new interface driver usbserial_generic
[ 9.758274] usbserial: USB Serial support registered for generic
[ 9.771179] xt_time: kernel timezone is -0000
[ 9.772431] usbcore: registered new interface driver asix
[ 9.773427] usbcore: registered new interface driver cdc_eem
[ 9.774881] usbcore: registered new interface driver cdc_ether
[ 9.776687] usbcore: registered new interface driver cdc_ncm
[ 9.777674] usbcore: registered new interface driver cdc_subset
[ 9.778751] usbcore: registered new interface driver huawei_cdc_ncm
[ 9.780277] usbcore: registered new interface driver kalmia
[ 9.782114] usbcore: registered new interface driver plusb
[ 9.784535] PPP generic driver version 2.4.2
[ 9.785550] PPP MPPE Compression module registered
[ 9.786789] NET: Registered PF_PPPOX protocol family
[ 9.788097] usbcore: registered new interface driver qmi_wwan
[ 9.789613] usbcore: registered new interface driver rndis_host
[ 9.790932] usbcore: registered new interface driver sierra_net
[ 9.793273] usbcore: registered new interface driver cdc_mbim
[ 9.794501] usbcore: registered new interface driver option
[ 9.795029] usbserial: USB Serial support registered for GSM modem (1-port)
[ 9.797222] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 32.444154] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: . Quota mode: none.
[ 32.681602] eth1: 0xffff800009c90000, 42:8a:77:1f:21:1f, IRQ 60
[ 32.731583] br-lan: port 1(eth1) entered blocking state
[ 32.732077] br-lan: port 1(eth1) entered disabled state
[ 32.732752] device eth1 entered promiscuous mode
[ 32.830329] rk_gmac-dwmac fe2a0000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=62)
[ 32.833242] rk_gmac-dwmac fe2a0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 32.842356] dwmac4: Master AXI performs any burst length
[ 32.842861] rk_gmac-dwmac fe2a0000.ethernet eth0: No Safety Features support found
[ 32.843553] rk_gmac-dwmac fe2a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 32.844764] rk_gmac-dwmac fe2a0000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 34.906476] r8125: eth1: link up
[ 34.906891] br-lan: port 1(eth1) entered blocking state
[ 34.907378] br-lan: port 1(eth1) entered forwarding state
[ 34.909163] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 36.341233] fast-classifier: starting up
[ 36.341668] fast-classifier: registered
编译的配置文件 diff 之后如下
CONFIG_TARGET_rockchip=y
CONFIG_TARGET_rockchip_armv8=y
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r5s=y
CONFIG_BUSYBOX_CUSTOM=y
CONFIG_BUSYBOX_CONFIG_FEATURE_GETOPT_LONG=y
CONFIG_BUSYBOX_CONFIG_FEATURE_SEAMLESS_XZ=y
CONFIG_BUSYBOX_CONFIG_FEATURE_SYSLOG_INFO=y
CONFIG_BUSYBOX_CONFIG_FEATURE_TAR_LONG_OPTIONS=y
CONFIG_BUSYBOX_CONFIG_GETOPT=y
CONFIG_BUSYBOX_CONFIG_MOUNTPOINT=y
CONFIG_BUSYBOX_CONFIG_UNXZ=y
CONFIG_BUSYBOX_CONFIG_XZ=y
CONFIG_PACKAGE_6in4=y
CONFIG_PACKAGE_blkid=y
CONFIG_PACKAGE_dnsmasq_full_dhcpv6=y
CONFIG_PACKAGE_dnsmasq_full_dnssec=y
CONFIG_PACKAGE_fdisk=y
CONFIG_PACKAGE_flock=y
CONFIG_PACKAGE_getopt=y
CONFIG_PACKAGE_ip6tables=y
CONFIG_PACKAGE_iptables-mod-nat-extra=y
CONFIG_PACKAGE_ipv6helper=y
CONFIG_PACKAGE_kmod-bonding=y
CONFIG_PACKAGE_kmod-crypto-cbc=y
CONFIG_PACKAGE_kmod-crypto-crc32=y
CONFIG_PACKAGE_kmod-crypto-cts=y
CONFIG_PACKAGE_kmod-crypto-des=y
CONFIG_PACKAGE_kmod-crypto-hmac=y
CONFIG_PACKAGE_kmod-crypto-md5=y
CONFIG_PACKAGE_kmod-crypto-sha256=y
CONFIG_PACKAGE_kmod-dnsresolver=y
CONFIG_PACKAGE_kmod-fs-exportfs=y
CONFIG_PACKAGE_kmod-fs-f2fs=y
CONFIG_PACKAGE_kmod-fs-nfs=y
CONFIG_PACKAGE_kmod-fs-nfs-common=y
CONFIG_PACKAGE_kmod-fs-nfs-common-rpcsec=y
CONFIG_PACKAGE_kmod-fs-nfs-ssc=y
CONFIG_PACKAGE_kmod-fs-nfs-v3=y
CONFIG_PACKAGE_kmod-fs-nfs-v4=y
CONFIG_PACKAGE_kmod-fs-nfsd=y
CONFIG_PACKAGE_kmod-fs-squashfs=y
CONFIG_PACKAGE_kmod-fuse=y
CONFIG_PACKAGE_kmod-ikconfig=y
CONFIG_PACKAGE_kmod-inet-diag=y
CONFIG_PACKAGE_kmod-ip6tables=y
CONFIG_PACKAGE_kmod-ipt-nat-extra=y
CONFIG_PACKAGE_kmod-ipt-nat6=y
CONFIG_PACKAGE_kmod-iptunnel=y
CONFIG_PACKAGE_kmod-iptunnel4=y
CONFIG_PACKAGE_kmod-libphy=y
CONFIG_PACKAGE_kmod-mdio-devres=y
CONFIG_PACKAGE_kmod-mii=y
CONFIG_PACKAGE_kmod-nf-ipt6=y
CONFIG_PACKAGE_kmod-nf-log6=y
CONFIG_PACKAGE_kmod-nf-nat6=y
CONFIG_PACKAGE_kmod-nf-reject6=y
CONFIG_PACKAGE_kmod-oid-registry=y
CONFIG_PACKAGE_kmod-sit=y
CONFIG_PACKAGE_kmod-usb-dwc2=y
CONFIG_PACKAGE_kmod-usb-dwc3=y
CONFIG_PACKAGE_kmod-usb-ehci=y
CONFIG_PACKAGE_kmod-usb-gadget=y
CONFIG_PACKAGE_kmod-usb-net=y
CONFIG_PACKAGE_kmod-usb-net-asix=y
CONFIG_PACKAGE_kmod-usb-net-cdc-eem=y
CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y
CONFIG_PACKAGE_kmod-usb-net-cdc-mbim=y
CONFIG_PACKAGE_kmod-usb-net-cdc-ncm=y
CONFIG_PACKAGE_kmod-usb-net-cdc-subset=y
CONFIG_PACKAGE_kmod-usb-net-hso=y
CONFIG_PACKAGE_kmod-usb-net-huawei-cdc-ncm=y
CONFIG_PACKAGE_kmod-usb-net-ipheth=y
CONFIG_PACKAGE_kmod-usb-net-kalmia=y
CONFIG_PACKAGE_kmod-usb-net-kaweth=y
CONFIG_PACKAGE_kmod-usb-net-pegasus=y
CONFIG_PACKAGE_kmod-usb-net-pl=y
CONFIG_PACKAGE_kmod-usb-net-qmi-wwan=y
CONFIG_PACKAGE_kmod-usb-net-rndis=y
CONFIG_PACKAGE_kmod-usb-net-rtl8150=y
CONFIG_PACKAGE_kmod-usb-net-rtl8152=y
CONFIG_PACKAGE_kmod-usb-net-sierrawireless=y
CONFIG_PACKAGE_kmod-usb-ohci=y
CONFIG_PACKAGE_kmod-usb-ohci-pci=y
CONFIG_PACKAGE_kmod-usb-printer=y
CONFIG_PACKAGE_kmod-usb-roles=y
CONFIG_PACKAGE_kmod-usb-serial=y
CONFIG_PACKAGE_kmod-usb-serial-option=y
CONFIG_PACKAGE_kmod-usb-serial-wwan=y
CONFIG_PACKAGE_kmod-usb-uhci=y
CONFIG_PACKAGE_kmod-usb-wdm=y
CONFIG_PACKAGE_kmod-usb-xhci-hcd=y
CONFIG_PACKAGE_kmod-usb2=y
CONFIG_PACKAGE_kmod-usb2-pci=y
CONFIG_PACKAGE_kmod-usb3=y
CONFIG_PACKAGE_kmod-veth=y
CONFIG_PACKAGE_libcap=y
CONFIG_PACKAGE_libcap-bin=y
CONFIG_PACKAGE_libcap-bin-capsh-shell="/bin/sh"
CONFIG_PACKAGE_libeudev=y
CONFIG_PACKAGE_libfdisk=y
CONFIG_PACKAGE_libgmp=y
CONFIG_PACKAGE_libkmod=y
CONFIG_PACKAGE_libmount=y
CONFIG_PACKAGE_libnettle=y
CONFIG_PACKAGE_libpci=y
CONFIG_PACKAGE_libreadline=y
CONFIG_PACKAGE_libstdcpp=y
CONFIG_PACKAGE_lsblk=y
CONFIG_PACKAGE_luci-proto-ipv6=y
CONFIG_PACKAGE_odhcp6c=y
CONFIG_PACKAGE_odhcp6c_ext_cer_id=0
CONFIG_PACKAGE_odhcpd-ipv6only=y
CONFIG_PACKAGE_odhcpd_ipv6only_ext_cer_id=0
CONFIG_PACKAGE_pciids=y
CONFIG_PACKAGE_pciutils=y
CONFIG_PACKAGE_r8152-firmware=y
CONFIG_PACKAGE_whereis=y
CONFIG_TARGET_KERNEL_PARTSIZE=128
CONFIG_TARGET_ROOTFS_PARTSIZE=1024
@DHDAXCW 我刚才试着刷入了一下 https://github.com/DHDAXCW/NanoPi-R5S/releases/tag/2022.09.14-Lean3 这个里面的 openwrt-rockchip-armv8-friendlyarm_nanopi-r5s-squashfs-sysupgrade.img.gz 这个系统包,现象跟我自己编译的是一样的
以下是lspci的结果
# root @ OpenWrt in /tmp [17:10:12]
$ lspci
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor
0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor
0001:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor
以下为系统内核日志
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
[ 0.000000] Linux version 5.15.67 (d@d) (aarch64-openwrt-linux-musl-gcc (OpenWrt GCC 11.3.0 r5063-812c56e0b) 11.3.0, GNU ld (GNU Binutils) 2.37) #0 SMP PREEMPT Tue Sep 13 17:19:25 2022
[ 0.000000] Machine model: FriendlyElec NanoPi R5S
[ 0.000000] earlycon: uart8250 at MMIO32 0x00000000fe660000 (options '')
[ 0.000000] printk: bootconsole [uart8250] enabled
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000200000-0x00000000efffffff]
[ 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-0x00000000efffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000efffffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] cma: Reserved 8 MiB at 0x00000000ef000000
[ 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 18 pages/cpu s33368 r8192 d32168 u73728
[ 0.000000] pcpu-alloc: s33368 r8192 d32168 u73728 alloc=18*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Virtualization Host Extensions
[ 0.000000] CPU features: detected: Hardware dirty bit management
[ 0.000000] alternatives: patching kernel code
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 967176
[ 0.000000] Kernel command line: console=ttyS2,1500000 earlycon=uart8250,mmio32,0xfe660000 root=PARTUUID=5452574f-02 rw rootwait
[ 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: 3829984K/3930112K available (8640K kernel code, 2374K rwdata, 2460K rodata, 1664K init, 724K bss, 91936K reserved, 8192K 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=256 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] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: 320 SPIs implemented
[ 0.000000] GICv3: 0 Extended SPIs implemented
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: MBI range [296:319]
[ 0.000000] GICv3: Using MBI frame 0x00000000fd410000
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GICv3: 16 PPIs implemented
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fd460000
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 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.001356] Console: colour dummy device 80x25
[ 0.001847] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
[ 0.002901] pid_max: default: 32768 minimum: 301
[ 0.003602] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.004362] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.007373] rcu: Hierarchical SRCU implementation.
[ 0.008137] dyndbg: Ignore empty _ddebug table in a CONFIG_DYNAMIC_DEBUG_CORE build
[ 0.009680] smp: Bringing up secondary CPUs ...
[ 0.010842] Detected VIPT I-cache on CPU1
[ 0.010891] GICv3: CPU1: found redistributor 100 region 0:0x00000000fd480000
[ 0.010954] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
[ 0.011781] Detected VIPT I-cache on CPU2
[ 0.011822] GICv3: CPU2: found redistributor 200 region 0:0x00000000fd4a0000
[ 0.011867] CPU2: Booted secondary processor 0x0000000200 [0x412fd050]
[ 0.012635] Detected VIPT I-cache on CPU3
[ 0.012676] GICv3: CPU3: found redistributor 300 region 0:0x00000000fd4c0000
[ 0.012716] CPU3: Booted secondary processor 0x0000000300 [0x412fd050]
[ 0.012834] smp: Brought up 1 node, 4 CPUs
[ 0.018424] SMP: Total of 4 processors activated.
[ 0.018891] CPU features: detected: 32-bit EL0 Support
[ 0.019397] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
[ 0.020255] CPU features: detected: Common not Private translations
[ 0.020872] CPU features: detected: CRC32 instructions
[ 0.021378] CPU features: detected: RCpc load-acquire (LDAPR)
[ 0.021940] CPU features: detected: Privileged Access Never
[ 0.022485] CPU features: detected: RAS Extension Support
[ 0.023015] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
[ 0.024005] CPU: All CPU(s) started at EL2
[ 0.034784] KASLR disabled due to lack of seed
[ 0.035373] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.036344] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[ 0.037460] pinctrl core: initialized pinctrl subsystem
[ 0.039122] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.041619] DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
[ 0.042590] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.043639] DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.046108] thermal_sys: Registered thermal governor 'step_wise'
[ 0.046122] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.047117] cpuidle: using governor menu
[ 0.048243] ASID allocator initialised with 65536 entries
[ 0.048870] Serial: AMBA PL011 UART driver
[ 0.070993] rockchip-gpio fdd60000.gpio: probed /pinctrl/gpio@fdd60000
[ 0.072186] rockchip-gpio fe740000.gpio: probed /pinctrl/gpio@fe740000
[ 0.073353] rockchip-gpio fe750000.gpio: probed /pinctrl/gpio@fe750000
[ 0.074555] rockchip-gpio fe760000.gpio: probed /pinctrl/gpio@fe760000
[ 0.075722] rockchip-gpio fe770000.gpio: probed /pinctrl/gpio@fe770000
[ 0.090761] cryptd: max_cpu_qlen set to 1000
[ 0.093430] vcc3v3_sys: supplied by vdd_5v
[ 0.094392] vcc3v3_sysp: supplied by vdd_5v
[ 0.095261] vcc5v0_sysp: supplied by vcc3v3_sysp
[ 0.096363] vcc5v0_usb_host: supplied by vcc5v0_sysp
[ 0.097320] vcc3v3_pcie: supplied by vcc3v3_sysp
[ 0.098249] iommu: Default domain type: Translated
[ 0.098734] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.099920] SCSI subsystem initialized
[ 0.100494] usbcore: registered new interface driver usbfs
[ 0.101107] usbcore: registered new interface driver hub
[ 0.101672] usbcore: registered new device driver usb
[ 0.102927] arm-scmi firmware:scmi: SCMI Notifications - Core Enabled.
[ 0.103747] arm-scmi firmware:scmi: SCMI Protocol v2.0 'rockchip:' Firmware version 0x0
[ 0.105956] clocksource: Switched to clocksource arch_sys_counter
[ 0.106775] VFS: Disk quotas dquot_6.6.0
[ 0.107225] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.111891] NET: Registered PF_INET protocol family
[ 0.112698] IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.115803] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
[ 0.116754] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.117525] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.118596] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
[ 0.119791] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.120585] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.121325] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
[ 0.122375] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.122968] PCI: CLS 0 bytes, default 64
[ 0.129088] workingset: timestamp_bits=46 max_order=20 bucket_order=0
[ 0.136272] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.136861] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.139415] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.140351] io scheduler mq-deadline registered
[ 0.147832] rockchip-snps-pcie3-phy fe8c0000.phy: failed to find rockchip,pipe_grf regmap
[ 0.150938] rockchip-dw-pcie 3c0000000.pcie: host bridge /pcie@fe260000 ranges:
[ 0.151700] rockchip-dw-pcie 3c0000000.pcie: IO 0x033ef00000..0x033effffff -> 0x003ef00000
[ 0.152578] rockchip-dw-pcie 3c0000000.pcie: MEM 0x0300000000..0x033eefffff -> 0x0000000000
[ 0.153559] rockchip-dw-pcie 3c0000000.pcie: iATU unroll: enabled
[ 0.154193] rockchip-dw-pcie 3c0000000.pcie: Detected iATU regions: 8 outbound, 8 inbound
[ 1.262130] rockchip-dw-pcie 3c0000000.pcie: Phy link never came up
[ 1.262883] rockchip-dw-pcie 3c0000000.pcie: PCI host bridge to bus 0000:00
[ 1.263575] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 1.264123] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] (bus address [0x3ef00000-0x3effffff])
[ 1.265063] pci_bus 0000:00: root bus resource [mem 0x300000000-0x33eefffff] (bus address [0x00000000-0x3eefffff])
[ 1.266159] pci 0000:00:00.0: [1d87:3566] type 01 class 0x060400
[ 1.266782] pci 0000:00:00.0: reg 0x38: [mem 0x300000000-0x30000ffff pref]
[ 1.267540] pci 0000:00:00.0: supports D1 D2
[ 1.267967] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
[ 1.272716] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 1.277515] pci 0000:00:00.0: BAR 6: assigned [mem 0x300000000-0x30000ffff pref]
[ 1.278276] pci 0000:00:00.0: PCI bridge to [bus 01-ff]
[ 1.278907] pcieport 0000:00:00.0: of_irq_parse_pci: failed with rc=-22
[ 1.281807] phy phy-fe8c0000.phy.7: lane number 0, val 1
[ 1.282397] phy phy-fe8c0000.phy.7: lane number 1, val 2
[ 1.282926] phy phy-fe8c0000.phy.7: bifurcation enabled
[ 1.283532] rockchip-dw-pcie 3c0400000.pcie: host bridge /pcie@fe270000 ranges:
[ 1.284283] rockchip-dw-pcie 3c0400000.pcie: IO 0x037ef00000..0x037effffff -> 0x003ef00000
[ 1.285161] rockchip-dw-pcie 3c0400000.pcie: MEM 0x0340000000..0x037eefffff -> 0x0000000000
[ 1.295330] rockchip-dw-pcie 3c0400000.pcie: iATU unroll: enabled
[ 1.295935] rockchip-dw-pcie 3c0400000.pcie: Detected iATU regions: 8 outbound, 8 inbound
[ 1.501961] rockchip-dw-pcie 3c0400000.pcie: Link up
[ 1.502582] rockchip-dw-pcie 3c0400000.pcie: PCI host bridge to bus 0001:00
[ 1.503273] pci_bus 0001:00: root bus resource [bus 00-0f]
[ 1.503821] pci_bus 0001:00: root bus resource [io 0x100000-0x1fffff] (bus address [0x3ef00000-0x3effffff])
[ 1.504785] pci_bus 0001:00: root bus resource [mem 0x340000000-0x37eefffff] (bus address [0x00000000-0x3eefffff])
[ 1.505834] pci 0001:00:00.0: [1d87:3566] type 01 class 0x060400
[ 1.506488] pci 0001:00:00.0: reg 0x38: [mem 0x340000000-0x34000ffff pref]
[ 1.507235] pci 0001:00:00.0: supports D1 D2
[ 1.507660] pci 0001:00:00.0: PME# supported from D0 D1 D3hot
[ 1.512348] pci_bus 0001:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 1.513568] pci 0001:01:00.0: [10ec:8125] type 00 class 0x020000
[ 1.514261] pci 0001:01:00.0: reg 0x10: [io 0x0000-0x00ff]
[ 1.514901] pci 0001:01:00.0: reg 0x18: [mem 0x340000000-0x34000ffff 64bit]
[ 1.515639] pci 0001:01:00.0: reg 0x20: [mem 0x340000000-0x340003fff 64bit]
[ 1.516825] pci 0001:01:00.0: supports D1 D2
[ 1.517250] pci 0001:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.533746] pci 0001:00:00.0: BAR 8: assigned [mem 0x340000000-0x3400fffff]
[ 1.534468] pci 0001:00:00.0: BAR 6: assigned [mem 0x340100000-0x34010ffff pref]
[ 1.535203] pci 0001:00:00.0: BAR 7: assigned [io 0x100000-0x100fff]
[ 1.535848] pci 0001:01:00.0: BAR 2: assigned [mem 0x340000000-0x34000ffff 64bit]
[ 1.536633] pci 0001:01:00.0: BAR 4: assigned [mem 0x340010000-0x340013fff 64bit]
[ 1.537413] pci 0001:01:00.0: BAR 0: assigned [io 0x100000-0x1000ff]
[ 1.538089] pci 0001:00:00.0: PCI bridge to [bus 01-ff]
[ 1.538611] pci 0001:00:00.0: bridge window [io 0x100000-0x100fff]
[ 1.539247] pci 0001:00:00.0: bridge window [mem 0x340000000-0x3400fffff]
[ 1.541579] pcieport 0001:00:00.0: PME: Signaling with IRQ 60
[ 1.542587] pcieport 0001:00:00.0: AER: enabled with IRQ 60
[ 1.549446] rockchip-dw-pcie 3c0800000.pcie: host bridge /pcie@fe280000 ranges:
[ 1.550230] rockchip-dw-pcie 3c0800000.pcie: IO 0x03bef00000..0x03beffffff -> 0x003ef00000
[ 1.551115] rockchip-dw-pcie 3c0800000.pcie: MEM 0x0380000000..0x03beefffff -> 0x0000000000
[ 1.561486] rockchip-dw-pcie 3c0800000.pcie: iATU unroll: enabled
[ 1.562110] rockchip-dw-pcie 3c0800000.pcie: Detected iATU regions: 8 outbound, 8 inbound
[ 2.670129] rockchip-dw-pcie 3c0800000.pcie: Phy link never came up
[ 2.670875] rockchip-dw-pcie 3c0800000.pcie: PCI host bridge to bus 0002:00
[ 2.671567] pci_bus 0002:00: root bus resource [bus 00-0f]
[ 2.672116] pci_bus 0002:00: root bus resource [io 0x200000-0x2fffff] (bus address [0x3ef00000-0x3effffff])
[ 2.673081] pci_bus 0002:00: root bus resource [mem 0x380000000-0x3beefffff] (bus address [0x00000000-0x3eefffff])
[ 2.674181] pci 0002:00:00.0: [1d87:3566] type 01 class 0x060400
[ 2.674791] pci 0002:00:00.0: reg 0x10: [mem 0x00000000-0x3fffffff]
[ 2.675417] pci 0002:00:00.0: reg 0x14: [mem 0x00000000-0x3fffffff]
[ 2.676040] pci 0002:00:00.0: reg 0x38: [mem 0x380000000-0x38000ffff pref]
[ 2.676796] pci 0002:00:00.0: supports D1 D2
[ 2.677222] pci 0002:00:00.0: PME# supported from D0 D1 D3hot
[ 2.682010] pci_bus 0002:01: busn_res: can not insert [bus 01-ff] under [bus 00-0f] (conflicts with (null) [bus 00-0f])
[ 2.686752] pci 0002:00:00.0: BAR 0: no space for [mem size 0x40000000]
[ 2.687412] pci 0002:00:00.0: BAR 0: failed to assign [mem size 0x40000000]
[ 2.688101] pci 0002:00:00.0: BAR 1: no space for [mem size 0x40000000]
[ 2.688751] pci 0002:00:00.0: BAR 1: failed to assign [mem size 0x40000000]
[ 2.689438] pci 0002:00:00.0: BAR 6: assigned [mem 0x380000000-0x38000ffff pref]
[ 2.690191] pci 0002:00:00.0: PCI bridge to [bus 01-ff]
[ 2.692348] pcieport 0002:00:00.0: PME: Signaling with IRQ 61
[ 2.693323] pcieport 0002:00:00.0: AER: enabled with IRQ 61
[ 2.699113] dma-pl330 fe530000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.699789] dma-pl330 fe530000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.702692] dma-pl330 fe550000.dmac: Loaded driver for PL330 DMAC-241330
[ 2.703360] dma-pl330 fe550000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-32 Num_Events-16
[ 2.705195] arm-scmi firmware:scmi: Failed. SCMI protocol 22 not active.
[ 2.707644] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.709738] printk: console [ttyS2] disabled
[ 2.710266] fe660000.serial: ttyS2 at MMIO 0xfe660000 (irq = 38, base_baud = 1500000) is a 16550A
[ 2.711407] printk: console [ttyS2] enabled
[ 2.712193] printk: bootconsole [uart8250] disabled
[ 2.714918] cacheinfo: Unable to detect cache hierarchy for CPU 0
[ 2.719481] loop: module loaded
[ 2.719784] mtip32xx Version 1.3.1
[ 2.721421] SPI driver spidev has no spi_device_id for siliconlabs,si3210
[ 2.725634] rk_gmac-dwmac fe2a0000.ethernet: IRQ eth_lpi not found
[ 2.726663] rk_gmac-dwmac fe2a0000.ethernet: no regulator found
[ 2.727196] rk_gmac-dwmac fe2a0000.ethernet: clock input or output? (output).
[ 2.727829] rk_gmac-dwmac fe2a0000.ethernet: TX delay(0x3c).
[ 2.728333] rk_gmac-dwmac fe2a0000.ethernet: RX delay(0x2f).
[ 2.728840] rk_gmac-dwmac fe2a0000.ethernet: integrated PHY? (no).
[ 2.734444] rk_gmac-dwmac fe2a0000.ethernet: init for RGMII_ID
[ 2.735240] rk_gmac-dwmac fe2a0000.ethernet: User ID: 0x30, Synopsys ID: 0x51
[ 2.735882] rk_gmac-dwmac fe2a0000.ethernet: DWMAC4/5
[ 2.736343] rk_gmac-dwmac fe2a0000.ethernet: DMA HW capability register supported
[ 2.737004] rk_gmac-dwmac fe2a0000.ethernet: RX Checksum Offload Engine supported
[ 2.737664] rk_gmac-dwmac fe2a0000.ethernet: TX Checksum insertion supported
[ 2.738311] rk_gmac-dwmac fe2a0000.ethernet: Wake-Up On Lan supported
[ 2.738883] rk_gmac-dwmac fe2a0000.ethernet: TSO supported
[ 2.739368] rk_gmac-dwmac fe2a0000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 2.740088] rk_gmac-dwmac fe2a0000.ethernet: device MAC address 42:94:b6:98:54:85
[ 2.740754] rk_gmac-dwmac fe2a0000.ethernet: Enabled RFS Flow TC (entries=8)
[ 2.741378] rk_gmac-dwmac fe2a0000.ethernet: TSO feature enabled
[ 2.741928] rk_gmac-dwmac fe2a0000.ethernet: Using 32 bits DMA width
[ 2.837722] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.838352] ehci-pci: EHCI PCI platform driver
[ 2.838812] ehci-platform: EHCI generic platform driver
[ 2.841566] ehci-platform fd800000.usb: EHCI Host Controller
[ 2.842120] ehci-platform fd800000.usb: new USB bus registered, assigned bus number 1
[ 2.842936] ehci-platform fd800000.usb: irq 20, io mem 0xfd800000
[ 2.857935] ehci-platform fd800000.usb: USB 2.0 started, EHCI 1.00
[ 2.859053] hub 1-0:1.0: USB hub found
[ 2.859430] hub 1-0:1.0: 1 port detected
[ 2.862570] ehci-platform fd880000.usb: EHCI Host Controller
[ 2.863093] ehci-platform fd880000.usb: new USB bus registered, assigned bus number 2
[ 2.863908] ehci-platform fd880000.usb: irq 22, io mem 0xfd880000
[ 2.877934] ehci-platform fd880000.usb: USB 2.0 started, EHCI 1.00
[ 2.878975] hub 2-0:1.0: USB hub found
[ 2.879349] hub 2-0:1.0: 1 port detected
[ 2.880415] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.880992] ohci-platform: OHCI generic platform driver
[ 2.881721] ohci-platform fd840000.usb: Generic Platform OHCI controller
[ 2.882382] ohci-platform fd840000.usb: new USB bus registered, assigned bus number 3
[ 2.883213] ohci-platform fd840000.usb: irq 21, io mem 0xfd840000
[ 2.946431] hub 3-0:1.0: USB hub found
[ 2.946808] hub 3-0:1.0: 1 port detected
[ 2.947875] ohci-platform fd8c0000.usb: Generic Platform OHCI controller
[ 2.948485] ohci-platform fd8c0000.usb: new USB bus registered, assigned bus number 4
[ 2.949274] ohci-platform fd8c0000.usb: irq 23, io mem 0xfd8c0000
[ 3.010414] hub 4-0:1.0: USB hub found
[ 3.010790] hub 4-0:1.0: 1 port detected
[ 3.012443] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.012954] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 5
[ 3.013785] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[ 3.014711] xhci-hcd xhci-hcd.0.auto: irq 18, io mem 0xfcc00000
[ 3.015404] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[ 3.015903] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 6
[ 3.016589] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
[ 3.017678] hub 5-0:1.0: USB hub found
[ 3.018091] hub 5-0:1.0: 1 port detected
[ 3.018845] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.020012] hub 6-0:1.0: USB hub found
[ 3.020384] hub 6-0:1.0: 1 port detected
[ 3.021181] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.021689] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 7
[ 3.022536] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000002002010010
[ 3.023414] xhci-hcd xhci-hcd.1.auto: irq 19, io mem 0xfd000000
[ 3.024102] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[ 3.024606] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 8
[ 3.025294] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
[ 3.026365] hub 7-0:1.0: USB hub found
[ 3.026748] hub 7-0:1.0: 1 port detected
[ 3.027497] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 3.028657] hub 8-0:1.0: USB hub found
[ 3.029030] hub 8-0:1.0: 1 port detected
[ 3.029909] usbcore: registered new interface driver usb-storage
[ 3.030687] i2c_dev: i2c /dev entries driver
[ 3.032321] fan53555-regulator 0-001c: FAN53555 Option[12] Rev[15] Detected!
[ 3.033540] vdd_cpu: supplied by vcc3v3_sys
[ 3.036394] rk808 0-0020: chip id: 0x8090
[ 3.061595] rk808-regulator rk808-regulator: there is no dvs0 gpio
[ 3.062209] rk808-regulator rk808-regulator: there is no dvs1 gpio
[ 3.063521] vdd_logic: supplied by vcc3v3_sys
[ 3.065855] vdd_gpu: supplied by vcc3v3_sys
[ 3.067928] vcc_ddr: supplied by vcc3v3_sys
[ 3.070134] vdd_npu: supplied by vcc3v3_sys
[ 3.071051] vcc_1v8: supplied by vcc3v3_sys
[ 3.072497] vdda0v9_image: Bringing 600000uV into 900000-900000uV
[ 3.074212] vdda0v9_image: supplied by vcc3v3_sys
[ 3.075154] vdda_0v9: supplied by vcc3v3_sys
[ 3.077456] vdda0v9_pmu: supplied by vcc3v3_sys
[ 3.079592] vccio_acodec: Bringing 600000uV into 3300000-3300000uV
[ 3.080951] vccio_acodec: supplied by vcc3v3_sys
[ 3.083573] vccio_sd: supplied by vcc3v3_sys
[ 3.084520] vcc3v3_pmu: supplied by vcc3v3_sys
[ 3.086932] vcca_1v8: supplied by vcc3v3_sys
[ 3.089231] vcca1v8_pmu: supplied by vcc3v3_sys
[ 3.091395] vcca1v8_image: Bringing 600000uV into 1800000-1800000uV
[ 3.093078] vcca1v8_image: supplied by vcc3v3_sys
[ 3.093870] vcc_3v3: supplied by vcc3v3_sys
[ 3.095189] vcc3v3_sd: supplied by vcc3v3_sys
[ 3.099966] rk808-rtc rk808-rtc: registered as rtc0
[ 3.101232] rk808-rtc rk808-rtc: setting system clock to 2017-08-05T09:00:07 UTC (1501923607)
[ 3.109333] sdhci: Secure Digital Host Controller Interface driver
[ 3.109965] sdhci: Copyright(c) Pierre Ossman
[ 3.110357] Synopsys Designware Multimedia Card Interface Driver
[ 3.111109] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.111735] dwmmc_rockchip fe2b0000.mmc: IDMAC supports 32-bit address mode.
[ 3.112375] dwmmc_rockchip fe2b0000.mmc: Using internal DMA controller.
[ 3.112963] dwmmc_rockchip fe2b0000.mmc: Version ID is 270a
[ 3.113502] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.113506] dwmmc_rockchip fe2b0000.mmc: DW MMC controller at irq 30,32 bit host data width,256 deep fifo
[ 3.113925] dwmmc_rockchip fe2b0000.mmc: Got CD GPIO
[ 3.114327] arm-scmi firmware:scmi: Failed. SCMI protocol 17 not active.
[ 3.115988] usbcore: registered new interface driver usbhid
[ 3.116478] usbhid: USB HID core driver
[ 3.117765] NET: Registered PF_INET6 protocol family
[ 3.118931] Segment Routing with IPv6
[ 3.119278] In-situ OAM (IOAM) with IPv6
[ 3.119657] NET: Registered PF_PACKET protocol family
[ 3.120123] 8021q: 802.1Q VLAN Support v1.8
[ 3.127856] mmc_host mmc0: Bus speed (slot 0) = 375000Hz (slot req 400000Hz, actual 375000HZ div = 0)
[ 3.140567] dw-apb-uart fe660000.serial: forbid DMA for kernel console
[ 3.142737] mmc1: SDHCI controller on fe310000.mmc [fe310000.mmc] using ADMA
[ 3.143442] Waiting for root device PARTUUID=5452574f-02...
[ 3.213122] mmc1: new HS200 MMC card at address 0001
[ 3.214189] mmcblk1: mmc1:0001 AJTD4R 14.6 GiB
[ 3.215968] mmcblk1: p1 p2
[ 3.216691] mmcblk1boot0: mmc1:0001 AJTD4R 4.00 MiB
[ 3.218096] mmcblk1boot1: mmc1:0001 AJTD4R 4.00 MiB
[ 3.219217] mmcblk1rpmb: mmc1:0001 AJTD4R 4.00 MiB, chardev (249:0)
[ 3.225108] VFS: Mounted root (squashfs filesystem) readonly on device 179:2.
[ 3.226723] Freeing unused kernel memory: 1664K
[ 3.253988] Run /sbin/init as init process
[ 3.254359] with arguments:
[ 3.254361] /sbin/init
[ 3.254364] with environment:
[ 3.254366] HOME=/
[ 3.254369] TERM=linux
[ 3.454671] init: Console is alive
[ 4.085302] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 4.207930] Key type encrypted registered
[ 4.211421] raid6: skip pq benchmark and using algorithm neonx8
[ 4.211958] raid6: using neon recovery algorithm
[ 4.214961] xor: measuring software checksum speed
[ 4.219133] 8regs : 2661 MB/sec
[ 4.222565] 32regs : 3246 MB/sec
[ 4.226386] arm64_neon : 2882 MB/sec
[ 4.226773] xor: using function: 32regs (3246 MB/sec)
[ 4.242549] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no
[ 4.247870] ehci-fsl: Freescale EHCI Host controller driver
[ 4.250270] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.251610] ohci-pci: OHCI PCI platform driver
[ 4.256384] usbcore: registered new interface driver uas
[ 4.257058] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 4.261608] init: - preinit -
[ 4.783959] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.864471] random: jshn: uninitialized urandom read (4 bytes read)
[ 4.895746] random: jshn: uninitialized urandom read (4 bytes read)
[ 8.100954] mount_root: loading kmods from internal overlay
[ 8.117354] kmodloader: loading kernel modules from //etc/modules-boot.d/*
[ 8.120819] kmodloader: done loading kernel modules from //etc/modules-boot.d/*
[ 8.277939] loop0: detected capacity change from 0 to 2105344
[ 8.293906] loop0: detected capacity change from 2105344 to 1741184
[ 8.294907] block: overlay filesystem in /dev/loop0 has not been formatted yet
[ 8.455863] random: mkfs.f2fs: uninitialized urandom read (16 bytes read)
[ 8.565099] F2FS-fs (loop0): Found nat_bits in checkpoint
[ 8.571724] F2FS-fs (loop0): Mounted with checkpoint version = 63bce0d3
[ 8.572525] block: attempting to load /tmp/f2fs_cfg/upper/etc/config/fstab
[ 8.573353] block: unable to load configuration (fstab: Entry not found)
[ 8.574035] block: attempting to load /tmp/f2fs_cfg/etc/config/fstab
[ 8.574681] block: unable to load configuration (fstab: Entry not found)
[ 8.575328] block: attempting to load /etc/config/fstab
[ 8.578042] block: unable to load configuration (fstab: Entry not found)
[ 8.578698] block: no usable configuration
[ 8.618638] loop0: detected capacity change from 0 to 2105344
[ 8.641982] loop0: detected capacity change from 2105344 to 1741184
[ 8.645144] F2FS-fs (loop0): Found nat_bits in checkpoint
[ 8.652830] F2FS-fs (loop0): Mounted with checkpoint version = 63bce0d5
[ 8.676761] block: attempting to load /tmp/f2fs_cfg/upper/etc/config/fstab
[ 8.677437] block: unable to load configuration (fstab: Entry not found)
[ 8.678100] block: attempting to load /tmp/f2fs_cfg/etc/config/fstab
[ 8.678736] block: unable to load configuration (fstab: Entry not found)
[ 8.679368] block: attempting to load /etc/config/fstab
[ 8.679881] block: unable to load configuration (fstab: Entry not found)
[ 8.680508] block: no usable configuration
[ 8.681558] mount_root: overlay filesystem has not been fully initialized yet
[ 8.682507] mount_root: switching to f2fs overlay
[ 8.907658] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null). Quota mode: none.
[ 8.950746] urandom-seed: Seed file not found (/etc/urandom.seed)
[ 9.192258] procd: - early -
[ 9.523310] random: jshn: uninitialized urandom read (4 bytes read)
[ 9.654469] random: jshn: uninitialized urandom read (4 bytes read)
[ 9.711794] random: jshn: uninitialized urandom read (4 bytes read)
[ 9.908595] procd: - ubus -
[ 9.968432] procd: - init -
[ 10.582333] kmodloader: loading kernel modules from /etc/modules.d/*
[ 10.643833] random: crng init done
[ 10.644164] random: 43 urandom warning(s) missed due to ratelimiting
[ 10.658345] NET: Registered PF_ALG protocol family
[ 10.674142] async_tx: api initialized (async)
[ 10.684825] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[ 10.690836] Key type dns_resolver registered
[ 10.698590] Key type cifs.idmap registered
[ 10.707332] RPC: Registered named UNIX socket transport module.
[ 10.707869] RPC: Registered udp transport module.
[ 10.708282] RPC: Registered tcp transport module.
[ 10.708693] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 10.713855] ntfs3: Max link count 4000
[ 10.714230] ntfs3: Enabled Linux POSIX ACLs support
[ 10.714659] ntfs3: Warning: Activated 64 bits per cluster. Windows does not support this
[ 10.715364] ntfs3: Read-only LZX/Xpress compression included
[ 10.721064] NET: Registered PF_KEY protocol family
[ 10.723335] Initializing XFRM netlink socket
[ 10.740111] tun: Universal TUN/TAP device driver, 1.6
[ 10.760086] l2tp_core: L2TP core driver, V2.0
[ 10.761479] l2tp_netlink: L2TP netlink interface
[ 10.763197] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 10.766415] gre: GRE over IPv4 demultiplexor driver
[ 10.767845] ip_gre: GRE over IPv4 tunneling driver
[ 10.784984] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 10.791820] NFS: Registering the id_resolver key type
[ 10.792301] Key type id_resolver registered
[ 10.792670] Key type id_legacy registered
[ 10.828228] cryptodev: driver 1.12 loaded.
[ 10.829987] GACT probability on
[ 10.831160] Mirror/redirect action on
[ 10.837157] u32 classifier
[ 10.837421] input device check on
[ 10.837742] Actions configured
[ 10.845366] fuse: init (API version 7.34)
[ 10.853245] usbcore: registered new interface driver cdc_acm
[ 10.853757] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 10.855479] usbcore: registered new interface driver cdc_wdm
[ 10.857733] hso: drivers/net/usb/hso.c: Option Wireless
[ 10.858331] usbcore: registered new interface driver hso
[ 10.860699] usbcore: registered new interface driver ipheth
[ 10.864924] usbcore: registered new interface driver kaweth
[ 10.905566] pegasus: Pegasus/Pegasus II USB Ethernet driver
[ 10.906191] usbcore: registered new interface driver pegasus
[ 10.909849] r8125 2.5Gigabit Ethernet driver 9.009.02-NAPI-RSS loaded
[ 10.910523] r8125 0001:01:00.0: enabling device (0000 -> 0003)
[ 10.928975] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Invalid ether addr 00:00:00:00:00:00
[ 10.929837] r8125 0001:01:00.0 (unnamed net_device) (uninitialized): Random ether addr d6:c4:54:69:13:9d
[ 10.931277] r8125: This product is covered by one or more of the following patents: US6,570,884, US6,115,776, and US6,327,625.
[ 10.934321] r8125 Copyright (C) 2022 Realtek NIC software team <nicfae@realtek.com>
[ 10.934321] This program comes with ABSOLUTELY NO WARRANTY; for details, please see <http://www.gnu.org/licenses/>.
[ 10.934321] This is free software, and you are welcome to redistribute it under certain conditions; see <http://www.gnu.org/licenses/>.
[ 10.938914] usbcore: registered new interface driver r8152
[ 10.940199] usbcore: registered new interface driver rtl8150
[ 10.946236] usbcore: registered new interface driver ums-alauda
[ 10.947292] usbcore: registered new interface driver ums-cypress
[ 10.948352] usbcore: registered new interface driver ums-datafab
[ 10.949493] usbcore: registered new interface driver ums-freecom
[ 10.950724] usbcore: registered new interface driver ums-isd200
[ 10.952078] usbcore: registered new interface driver ums-jumpshot
[ 10.953301] usbcore: registered new interface driver ums-karma
[ 10.954501] usbcore: registered new interface driver ums-sddr09
[ 10.955624] usbcore: registered new interface driver ums-sddr55
[ 10.956879] usbcore: registered new interface driver ums-usbat
[ 10.958304] usbcore: registered new interface driver usblp
[ 10.963850] usbcore: registered new interface driver usbserial_generic
[ 10.964477] usbserial: USB Serial support registered for generic
[ 10.989670] xt_time: kernel timezone is -0000
[ 10.992859] usbcore: registered new interface driver asix
[ 10.994224] usbcore: registered new interface driver cdc_eem
[ 10.996045] usbcore: registered new interface driver cdc_ether
[ 10.998670] usbcore: registered new interface driver cdc_ncm
[ 10.999967] usbcore: registered new interface driver cdc_subset
[ 11.002799] usbcore: registered new interface driver huawei_cdc_ncm
[ 11.004704] usbcore: registered new interface driver kalmia
[ 11.007565] usbcore: registered new interface driver plusb
[ 11.010732] PPP generic driver version 2.4.2
[ 11.011944] PPP MPPE Compression module registered
[ 11.013736] NET: Registered PF_PPPOX protocol family
[ 11.015133] PPTP driver version 0.8.5
[ 11.016915] usbcore: registered new interface driver qmi_wwan
[ 11.018902] usbcore: registered new interface driver rndis_host
[ 11.020482] usbcore: registered new interface driver sierra_net
[ 11.024810] usbcore: registered new interface driver snd-usb-audio
[ 11.029472] wireguard: WireGuard 1.0.0 loaded. See www.wireguard.com for information.
[ 11.030187] wireguard: Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
[ 11.032071] usbcore: registered new interface driver cdc_mbim
[ 11.034126] l2tp_ppp: PPPoL2TP kernel driver, V2.0
[ 11.035574] usbcore: registered new interface driver option
[ 11.036125] usbserial: USB Serial support registered for GSM modem (1-port)
[ 11.039038] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 42.218741] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: . Quota mode: none.
[ 44.886524] eth1: 0xffff800009f10000, 42:8a:77:1f:21:1f, IRQ 60
[ 44.936610] br-lan: port 1(eth1) entered blocking state
[ 44.937096] br-lan: port 1(eth1) entered disabled state
[ 44.937768] device eth1 entered promiscuous mode
[ 45.037970] rk_gmac-dwmac fe2a0000.ethernet eth0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=62)
[ 45.040665] rk_gmac-dwmac fe2a0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 45.049922] dwmac4: Master AXI performs any burst length
[ 45.050421] rk_gmac-dwmac fe2a0000.ethernet eth0: No Safety Features support found
[ 45.051104] rk_gmac-dwmac fe2a0000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 45.052181] rk_gmac-dwmac fe2a0000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 47.106111] r8125: eth1: link up
[ 47.106454] br-lan: port 1(eth1) entered blocking state
[ 47.106920] br-lan: port 1(eth1) entered forwarding state
[ 47.107831] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 50.392179] fast-classifier: starting up
[ 50.392646] fast-classifier: registered
[ 69.774380] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[ 69.775111] NFSD: Using legacy client tracking operations.
[ 69.775596] NFSD: starting 10-second grace period (net f0000000)
用5.15.67编译我这用没问题,三个口都正常。用iperf3测试内网能跑到2.2Gbps,但是实际从NAS拷文件最多跑到1.2Gbps,还是需要lean的鸡血网卡驱动加持才行。
用5.15.67编译我这用没问题,三个口都正常。用iperf3测试内网能跑到2.2Gbps,但是实际从NAS拷文件最多跑到1.2Gbps,还是需要lean的鸡血网卡驱动加持才行。
方便把固件给我试试么?
我的也是的,你是不是加装m.2固态硬盘的啊。加固态eth1就没法使用,去掉固态就好了,
加固态eth1就不行了
我的也是的,你是不是加装m.2固态硬盘的啊。加固态eth1就没法使用,去掉固态就好了,
我确实是没加装🤦
我的是加固态就不行 去掉就好了
现在显示双全工,但是没网
我的是加固态就不行 去掉就好了
我上边重刷完系统后,什么都没插,就在eth2上插了个网线。显示的现象是原本应该是现实lan1的led灯会因为lan2亮起来。led2没任何反应,系统内部也看不到原本应该存在的eth1网卡
@DHDAXCW 你好,我在网上搜索相关信息的时候看到了使用 lspci -vvx 这个命令显示所有关于pci相关信息的命令。 我对边检查了一下正常识别网卡的lspci日志,和不正常识别的lspci日志。发现了正常识别的固件中,关于0000:01总线 存在
Kernel driver in use: pcieport
这个日志 而无法使用的固件,关于0000:01总线则没有这个日志 如下图所示
于此同时,我关注到所有其他的总线都包含这个日志,无论是可识别的固件,或是不可识别的固件 以下是相关信息对比
solitudechn@DESKTOP-0M7KR5V:/mnt/c/Users/solitudechn/Desktop$ cat 4.19.md | grep "PCI bridge\|pcieport"
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
0001:10:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
0001:10:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
Kernel driver in use: pcieport
Kernel driver in use: pcieport
solitudechn@DESKTOP-0M7KR5V:/mnt/c/Users/solitudechn/Desktop$ cat 5.15.md | grep "PCI bridge\|pcieport"
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
0000:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
0001:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
0002:00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) (prog-if 00 [Normal decode])
Kernel driver in use: pcieport
Kernel driver in use: pcieport
Kernel driver in use: pcieport
我的是加固态就不行 去掉就好了
兄台有解决吗? 我目前也是,只要加装了nvme,eth1就无法使用,显示全双工,但是灯不亮,也获取不到ip。 使用openwrt编译的固件以及iStoreOS(也是基于openwrt)貌似都是可以的。
opkg install pciutils
[root@OpenWrt:12:34 AM ~] # lspci|grep -i 'eth' 0000:01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05) 0001:11:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
@DHDAXCW R5S eth2无法获取正常ip, 加了nvme固态,插上获取的是169开头的ip, lspci打印如上
我的也是的,你是不是加装m.2固态硬盘的啊。加固态eth1就没法使用,去掉固态就好了,
@hai2012 这么神奇?还跟固态有关?😂
楼主这个问题解决了吗?我是R68s,碰到了和你一模一样的状况,用大雕源码5.15和6.0内核就会丢失eth3网口,内核日志也一样
现在内核已经更新到6.1了,可是固态nvme和网卡LAN1口的冲突问题依旧没有解决。大佬们都不看故障反馈吗?
rockchip: force enable rk3568 msi interrupt Since the interrupt of RK3568 has hardware bug, we need a workaround to enable msi interrupt. Without this, the r8125 will not be stable.
solves i think.
yes it is,thank you! 我今天(2023-1-1)编译的固件中间的网卡是可以正常工作的了,即使插着nvm固态的情况下。
各位设备r5s网卡eth2不识别问题,大家都解决了吗?我新买的设备同样也出这样的问题,刷友善的官方固件还有istoreos固件问题就不存在。大家都最后怎么解决的呀?
反馈bug/问题模板,提建议请删除
1.关于你要提交的问题
Q:是否搜索了issue (使用 "x" 选择)
2. 详细叙述
(1) 具体问题
A:r5s 最新固件中间的网卡无法使用
(2) 路由器型号和固件版本
A:友善r5s 83903ede7b63691a43173f94caa37b92d9b46975 提交
(3) 详细日志
A:编译的内核版本为 5.15.67 ,表现为中间网卡插上后不亮灯,无法使用。 使用 ethtool -i eth2 返回 Cannot get driver information: No such device
内核日志中可以看到 网卡驱动已经成功加载,并且eth1已经成功启动,但未见到eth2启动,下附内核日志