From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailgate.neusoft.com (mailgate.neusoft.com [210.83.25.69]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F2E038F6A for ; Wed, 5 Jun 2024 03:06:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.83.25.69 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717556816; cv=none; b=SqwN1gvNkb27xK+GpZxFQKTrOjjoEhytSAuwKWhmeFwqtoQC2hbR2ejBUxNidR5MjQjMbj5Jij9vCI6AncKH0i4o6X1BhZNKHFaZSHI4RvNjqvl/6IDezb/0bSf/EM/c5XCi9ErVnNL6JmahSoN7qmWPxdDc/GOMhCgC8W51dKM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1717556816; c=relaxed/simple; bh=L4JWmbF0j3lg4KMxWKC8gzP5kKr5jzYPqHKDRvC4Msw=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=nXI5gSa4VN2SY6EoiPMNcMg/z0+dHFxA+8cQWGHfk83zFI2irKAE2cfLCi7LyJcFk2jkzgTLaEExRHnOnfsE3ygRKpXYHIk/G3CDxVAReNbWbZXMr/OiDUkoOPn+PGD1YX5TmiOJ7sYL41MhRT8fn6u0ZbBWJlDzsbzL7UlQ73g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=neusoft.com; spf=pass smtp.mailfrom=neusoft.com; arc=none smtp.client-ip=210.83.25.69 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=neusoft.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=neusoft.com Received: from smtp.neusoft.com (unknown [192.168.2.234]) by mailgate.neusoft.com (SkyGuard) with ESMTPS id 4VvBhG2bxLzlj1Dw for ; Wed, 5 Jun 2024 10:47:26 +0800 (CST) Received: from QD201109041925A (10.1.79.186) by MPS-EXMBX04.neusoft.internal (192.168.2.234) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Wed, 5 Jun 2024 10:47:22 +0800 From: miaon To: Subject: Unable to handle kernel NULL pointer dereference at virtual address 00000034 Date: Wed, 5 Jun 2024 10:47:16 +0800 Message-ID: <000201dab6f2$b0a25360$11e6fa20$@neusoft.com> Precedence: bulk X-Mailing-List: linux-rt-users@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0003_01DAB735.BEC82B70" X-Mailer: Microsoft Outlook 16.0 Thread-Index: Adq28FPzfcrx9ZJGQYG2j0jKTeUZfA== Content-Language: zh-cn X-ClientProxiedBy: MPS-EXMBX02.neusoft.internal (192.168.2.232) To MPS-EXMBX04.neusoft.internal (192.168.2.234) ------=_NextPart_000_0003_01DAB735.BEC82B70 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0004_01DAB735.BEC85280" ------=_NextPart_001_0004_01DAB735.BEC85280 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Hello linux-rt, This has a null pointer bug. Kernel version: 4.14.202 + rt97.patch CPU architecture: ARM Cortex-A53 Platform description: Telechips TCC8030 Detailed description of the bug: Unable to handle kernel NULL pointer deref= erence at virtual address 00000034 [ 4.200407] Call trace: [ 4.200412] worker_thread+0x28/0x4b0 [ 4.200415] kthread+0x130/0x138 [ 4.200420] ret_from_fork+0x10/0x18 [ 4.200425] Code: d0006458 91274318 a9445401 91040318 (b9403420) [ 4.200429] ---[ end trace 0000000000000003 ]--- [ 4.200433] Kernel panic - not syncing: Fatal exception [ 4.200439] SMP: stopping secondary CPUs [ 4.200446] Kernel Offset: disabled [ 4.200449] CPU features: 0x0002004 [ 4.200451] Memory Limit: none [ 4.200454] reboot mode: Set magic 0x77665002 Stack traces if you can capture them from dmesg or serial console: a53-0523= 1515.log Steps to reproduce the bug: Power on 10s =A1=FA Power off 200ms =A1=FA Powe= r on 10s =A1=FA Power off 200ms =A1=AD=A1=AD=A1=AD Can you help confirm the reason? Thanks! ---------------------------------------------------------------------------= ------------------------ Confidentiality Notice: The information contained in this e-mail and any ac= companying attachment(s) is intended only for the use of the intended recipient and may be confident= ial and/or privileged of Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader = of this communication is not the intended recipient,unauthorized use,forwarding, printing, storin= g, disclosure or copying is strictly prohibited, and may be unlawful.If you have received this commu= nication in error,please immediately notify the sender by return e-mail, and delete the original mes= sage and all copies from your system. Thank you. ---------------------------------------------------------------------------= ------------------------ ------=_NextPart_001_0004_01DAB735.BEC85280 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printable

Hello linux-rt,

 

This has a null pointer bug.

 

Kernel version: 4.14.202 + = rt97.patch

CPU architecture: ARM Cortex-A5= 3

Platform description: Telechips= TCC8030

Detailed description of the bug= : Unable to handle kernel NULL pointer dereference at virtual address 00000= 034

 

[    4.200407] C= all trace:

[    4.200412]&n= bsp; worker_thread+0x28/0x4b0

[    4.200415]&n= bsp; kthread+0x130/0x138

[    4.200420]&n= bsp; ret_from_fork+0x10/0x18

[    4.200425] C= ode: d0006458 91274318 a9445401 91040318 (b9403420)

[    4.200429] -= --[ end trace 0000000000000003 ]---

[    4.200433] K= ernel panic - not syncing: Fatal exception

[    4.200439] S= MP: stopping secondary CPUs

[    4.200446] K= ernel Offset: disabled

[    4.200449] C= PU features: 0x0002004

[    4.200451] M= emory Limit: none

[    4.200454] r= eboot mode: Set magic 0x77665002

 

Stack traces if you can capture= them from dmesg or serial console: a53-05231515.log

Steps to reproduce the bug: Pow= er on 10s =A1=FA Power off 200ms =A1=FA Power on 10s =A1=FA Power off 200ms =A1=AD=A1=AD=A1=AD

 

 

Can you help confirm the reason= ?

Thanks!

---------------------------------------------------------------------------= ------------------------
Confidentiality Notice: The information contained in this e-mail and any ac= companying attachment(s)
is intended only for the use of the intended recipient and may be confident= ial and/or privileged of
Neusoft Corporation, its subsidiaries and/or its affiliates. If any reader = of this communication
is not the intended recipient,unauthorized use,forwarding, printing, storin= g, disclosure or copying
is strictly prohibited, and may be unlawful.If you have received this commu= nication in error,please
immediately notify the sender by return e-mail, and delete the original mes= sage and all copies from
your system. Thank you.
---------------------------------------------------------------------------= ------------------------ ------=_NextPart_001_0004_01DAB735.BEC85280-- ------=_NextPart_000_0003_01DAB735.BEC82B70 Content-Type: application/octet-stream; name="a53-05231515.log" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="a53-05231515.log" [2024-05-23 14:08:59.223]=20 [2024-05-23 14:08:59.223]=20 [2024-05-23 14:08:59.223] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:08:59.228]=20 [2024-05-23 14:08:59.228] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:08:59.232] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:08:59.244] DRAM: 2 GiB [2024-05-23 14:08:59.259] MMC: sdhc@0x16440000: 0 [2024-05-23 14:08:59.552]=20 [2024-05-23 14:08:59.552] HW Partition tyep is UserData [2024-05-23 14:08:59.558] In: serial [2024-05-23 14:08:59.558] Out: serial [2024-05-23 14:08:59.561] Err: serial [2024-05-23 14:08:59.631] Boot in the UserData environment(0) [2024-05-23 14:08:59.634] Non-secure boot (secure boot flag is clear) [2024-05-23 14:08:59.638] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:08:59.641] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:08:59.645] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:08:59.651] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:08:59.654] Booting using the fdt blob at 0x23000000 [2024-05-23 14:08:59.659] Loading Kernel Image [2024-05-23 14:08:59.669] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:08:59.679] OPTEE is enabled [2024-05-23 14:08:59.680]=20 [2024-05-23 14:08:59.680] Starting kernel ... [2024-05-23 14:08:59.681]=20 [2024-05-23 14:09:00.612] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:09:00.615] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:09:00.628] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:09:00.633] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:09:00.639] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:09:00.647] [ 0.000000] efi: UEFI not found. [2024-05-23 14:09:00.647] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:09:00.655] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:09:00.663] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:09:00.673] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:09:00.678] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:09:00.688] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:09:00.695] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:09:00.704] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:09:00.711] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:09:00.718] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:09:00.725] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:09:00.735] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:09:00.752] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:09:00.752] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:09:00.768] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:09:00.768] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:09:00.784] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:09:00.784] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:09:00.801] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:09:00.801] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:09:00.818] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:09:00.818] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:09:00.833] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:09:00.835] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:09:00.835] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:09:00.862] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:09:00.862] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:09:00.862] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:09:00.862] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:09:00.862] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:09:00.879] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:09:00.879] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:09:00.879] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:09:00.895] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:09:00.895] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:09:00.900] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:09:00.932] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:09:00.934] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:09:00.959] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:09:00.974] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:09:00.974] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:09:00.979] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:09:00.979] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:09:00.979] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:09:01.005] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:09:01.019] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:09:01.019] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:09:01.019] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:09:01.034] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:09:01.034] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:09:01.036] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:09:01.036] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:09:01.065] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:09:01.065] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:09:01.065] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:09:01.065] [ 0.000000] Running RCU self tests [2024-05-23 14:09:01.067] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:09:01.093] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:09:01.093] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:09:01.093] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:09:01.093] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:09:01.093] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:09:01.112] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:09:01.112] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:09:01.112] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:09:01.126] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:09:01.130] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:09:01.154] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:09:01.157] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:09:01.157] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:09:01.157] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:09:01.157] [ 0.001715] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:09:01.185] [ 0.001718] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:09:01.185] [ 0.001720] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:09:01.185] [ 0.001723] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:09:01.185] [ 0.001726] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:09:01.185] [ 0.001728] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:09:01.187] [ 0.001731] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:09:01.213] [ 0.001733] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:09:01.218] [ 0.001736] memory used by lock dependency = info: 7903 kB [2024-05-23 14:09:01.218] [ 0.001739] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:09:01.218] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:09:01.218] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:09:01.243] [ 0.002283] Security Framework initialized [2024-05-23 14:09:01.256] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:09:01.256] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:09:01.256] [ 0.002676] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:09:01.256] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:09:01.262] [ 0.035863] Hierarchical SRCU = implementation. [2024-05-23 14:09:01.262] [ 0.062289] EFI services will not be = available. [2024-05-23 14:09:01.262] [ 0.076130] smp: Bringing up secondary CPUs = ... [2024-05-23 14:09:01.262] [ 0.120759] Detected VIPT I-cache on CPU1 [2024-05-23 14:09:01.285] [ 0.120832] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:09:01.301] [ 0.165002] Detected VIPT I-cache on CPU2 [2024-05-23 14:09:01.301] [ 0.165063] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:09:01.301] [ 0.209285] Detected VIPT I-cache on CPU3 [2024-05-23 14:09:01.301] [ 0.209336] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:09:01.301] [ 0.209711] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:09:01.318] [ 0.209752] SMP: Total of 4 processors = activated. [2024-05-23 14:09:01.318] [ 0.209767] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:09:01.318] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:09:01.321] [ 0.209966] alternatives: patching kernel = code [2024-05-23 14:09:01.321] [ 0.210520] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:09:01.321] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:09:01.321] [ 0.213709] devtmpfs: initialized [2024-05-23 14:09:01.342] [ 0.402486] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:09:01.344] [ 0.402749] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:09:01.344] [ 0.411173] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:09:01.344] [ 0.412061] chipinfo: TCC8030 Rev02 [2024-05-23 14:09:01.370] [ 0.412077] chipinfo: SiP Service v0.1.56 [2024-05-23 14:09:01.386] [ 0.417346] NET: Registered protocol family = 16 [2024-05-23 14:09:01.386] [ 0.421399] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:09:01.386] [ 0.423439] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:09:01.386] [ 0.425067] cpuidle: using governor menu [2024-05-23 14:09:01.386] [ 0.425300] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:09:01.400] [ 0.439415] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:09:01.400] [ 0.439895] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:09:01.402] [ 0.439942] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:09:01.402] [ 0.439986] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:09:01.402] [ 0.440030] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:09:01.428] [ 0.440074] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:09:01.443] [ 0.440117] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:09:01.443] [ 0.440161] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:09:01.443] [ 0.440204] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:09:01.443] [ 0.440248] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:09:01.443] [ 0.440291] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:09:01.454] [ 0.440335] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:09:01.454] [ 0.440380] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:09:01.454] [ 0.440423] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:09:01.468] [ 0.440466] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:09:01.468] [ 0.440510] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:09:01.468] [ 0.440553] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:09:01.470] [ 0.440608] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:09:01.470] [ 0.440651] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:09:01.470] [ 0.441024] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:09:01.504] [ 0.441068] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:09:01.504] [ 0.441111] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:09:01.504] [ 0.441155] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:09:01.504] [ 0.441198] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:09:01.504] [ 0.441241] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:09:01.504] [ 0.441284] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:09:01.519] [ 0.441328] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:09:01.519] [ 0.441371] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:09:01.519] [ 0.441414] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:09:01.533] [ 0.441457] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:09:01.535] [ 0.441501] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:09:01.535] [ 0.441697] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:09:01.561] [ 0.441741] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:09:01.575] [ 0.441797] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:09:01.575] [ 0.441841] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:09:01.575] [ 0.441885] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:09:01.575] [ 0.441928] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:09:01.587] [ 0.441972] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:09:01.587] [ 0.442164] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:09:01.587] [ 0.442208] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:09:01.598] [ 0.442251] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:09:01.598] [ 0.442295] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:09:01.598] [ 0.442338] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:09:01.604] [ 0.442488] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:09:01.604] [ 0.442534] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:09:01.629] [ 0.442577] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:09:01.642] [ 0.442621] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:09:01.642] [ 0.442664] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:09:01.642] [ 0.442708] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:09:01.642] [ 0.442766] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:09:01.642] [ 0.442810] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:09:01.642] [ 0.442854] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:09:01.647] [ 0.443415] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:09:01.647] [ 0.443460] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:09:01.671] [ 0.443631] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:09:01.685] [ 0.443800] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:09:01.685] [ 0.443968] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:09:01.685] [ 0.444150] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:09:01.685] [ 0.444320] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:09:01.688] [ 0.444364] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:09:01.688] [ 0.444407] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:09:01.688] [ 0.444573] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:09:01.709] [ 0.444738] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:09:01.722] [ 0.444903] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:09:01.722] [ 0.444947] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:09:01.722] [ 0.444990] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:09:01.728] [ 0.445034] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:09:01.728] [ 0.445077] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:09:01.728] [ 0.445250] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:09:01.747] [ 0.445294] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:09:01.766] [ 0.445502] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:09:01.766] [ 0.445516] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:09:01.766] [ 0.527851] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:09:01.780] [ 0.527942] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:09:01.780] [ 1.674779] console [ttyAMA0] enabled [2024-05-23 14:09:01.780] [ 1.682585] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:09:01.813] [ 1.711607] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:09:01.819] [ 1.721989] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:09:01.819] [ 1.732508] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:09:01.835] [ 1.742838] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:09:01.924] [ 1.842706] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:09:01.952] [ 1.859116] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:09:01.956] [ 1.866023] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:09:01.959] [ 1.872790] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:09:01.985] [ 1.879158] Linux video capture interface: = v2.00 [2024-05-23 14:09:01.985] [ 1.884903] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:01.985] [ 1.884907] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:09:02.012] [ 1.884911] 6 locks held by swapper/0/1: [2024-05-23 14:09:02.012] [ 1.884914] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:09:02.012] [ 1.884940] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:09:02.012] [ 1.884955] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:02.028] [ 1.884974] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:02.028] [ 1.884988] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:02.045] [ 1.885005] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:02.045] [ 1.885023] irq event stamp: 288040 [2024-05-23 14:09:02.047] [ 1.885028] hardirqs last enabled at = (288039): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:02.074] [ 1.885033] hardirqs last disabled at = (288040): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:02.074] [ 1.885040] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:02.076] [ 1.885044] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:02.101] [ 1.885046] Preemption disabled at: [2024-05-23 14:09:02.101] [ 1.885052] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:02.101] [ 1.885061] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:09:02.101] [ 1.885064] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:02.116] [ 1.885067] Call trace: [2024-05-23 14:09:02.118] [ 1.885073] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:02.118] [ 1.885078] show_stack+0x14/0x20 [2024-05-23 14:09:02.118] [ 1.885084] dump_stack+0xb8/0xf0 [2024-05-23 14:09:02.118] [ 1.885089] ___might_sleep+0x178/0x210 [2024-05-23 14:09:02.147] [ 1.885093] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:02.147] [ 1.885098] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:02.147] [ 1.885103] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:02.147] [ 1.885112] gic_set_type+0x84/0x98 [2024-05-23 14:09:02.147] [ 1.885117] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:02.147] [ 1.885121] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:02.147] [ 1.885126] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:02.149] [ 1.885131] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:09:02.175] [ 1.885138] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:09:02.175] [ 1.885143] platform_drv_probe+0x58/0xb8 [2024-05-23 14:09:02.175] [ 1.885148] = driver_probe_device+0x228/0x410 [2024-05-23 14:09:02.175] [ 1.885152] __driver_attach+0xfc/0x118 [2024-05-23 14:09:02.175] [ 1.885157] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:09:02.175] [ 1.885162] driver_attach+0x20/0x28 [2024-05-23 14:09:02.178] [ 1.885167] bus_add_driver+0x220/0x268 [2024-05-23 14:09:02.204] [ 1.885172] driver_register+0x60/0xf8 [2024-05-23 14:09:02.204] [ 1.885176] = __platform_driver_register+0x44/0x50 [2024-05-23 14:09:02.204] [ 1.885183] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:09:02.204] [ 1.885187] do_one_initcall+0x50/0x15c [2024-05-23 14:09:02.204] [ 1.885194] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:09:02.204] [ 1.885200] kernel_init+0x10/0x100 [2024-05-23 14:09:02.217] [ 1.885204] ret_from_fork+0x10/0x18 [2024-05-23 14:09:02.219] [ 1.890955] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:09:02.243] [ 2.138263] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:09:02.251] [ 2.151622] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:09:02.251] [ 2.158681] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:09:02.251] [ 2.163283] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:09:02.253] [ 2.168085] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:09:02.277] [ 2.172888] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:09:02.279] [ 2.177442] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:09:02.314] [ 2.231706] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:09:02.326] [ 2.244320] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:02.343] [ 2.262647] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:02.359] [ 2.278054] NET: Registered protocol family = 2 [2024-05-23 14:09:02.373] [ 2.285363] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:09:02.375] [ 2.292977] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:09:02.402] [ 2.304154] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:09:02.402] [ 2.311505] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:09:02.402] [ 2.318353] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:09:02.419] [ 2.326718] NET: Registered protocol family = 1 [2024-05-23 14:09:02.515] [ 2.434530] audit: initializing netlink = subsys (disabled) [2024-05-23 14:09:02.524] [ 2.440985] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:09:02.538] [ 2.441548] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:09:02.605] [ 2.523936] fuse init (API version 7.26) [2024-05-23 14:09:02.631] [ 2.538080] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:09:02.636] [ 2.547778] io scheduler noop registered = (default) [2024-05-23 14:09:02.638] [ 2.552619] io scheduler mq-deadline = registered [2024-05-23 14:09:02.663] [ 2.557182] io scheduler kyber registered [2024-05-23 14:09:02.668] [ 2.567806] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:02.668] [ 2.575030] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:02.668] [ 2.581242] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:09:02.696] [ 2.588842] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:02.732] [ 2.651220] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:02.743] [ 2.659076] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:02.767] [ 2.663954] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:09:02.770] [ 2.669382] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:02.770] [ 2.670022] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:02.770] [ 2.680777] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:02.771] [ 2.686985] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:09:02.787] [ 2.694546] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:02.802] [ 2.718869] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:02.809] [ 2.725668] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:02.823] [ 2.730401] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:09:02.823] [ 2.735828] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:02.823] [ 2.736386] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:02.839] [ 2.747139] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:02.839] [ 2.753347] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:09:02.854] [ 2.760980] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:02.909] [ 2.827291] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:02.916] [ 2.834063] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:02.931] [ 2.838735] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:09:02.936] [ 2.844161] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:02.955] [ 2.854131] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:09:02.955] [ 2.863800] [INF][WDMA] tcc_wdma_init [2024-05-23 14:09:02.955] [ 2.868593] TCC WDMA Driver Initializing [2024-05-23 14:09:02.969] [ 2.875633] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:09:02.985] [ 2.881688] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:09:02.987] [ 2.892148] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:03.007] [ 2.904795] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:09:03.014] [ 2.914197] [CPU_ID] probe is done [2024-05-23 14:09:03.014] [ 2.917939] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:09:03.014] [ 2.924692] [DRAM_TOOL] probe is done [2024-05-23 14:09:03.015] [ 2.932124] MALI-G51 : r30p0-01eac0 [2024-05-23 14:09:03.030] [ 2.935653] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:09:03.030] [ 2.945586] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:03.047] [ 2.945591] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:09:03.047] [ 2.945595] 6 locks held by swapper/0/1: [2024-05-23 14:09:03.049] [ 2.945598] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:09:03.076] [ 2.945628] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:09:03.076] [ 2.945643] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:03.076] [ 2.945662] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:03.093] [ 2.945676] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:03.093] [ 2.945692] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:03.108] [ 2.945712] irq event stamp: 453868 [2024-05-23 14:09:03.108] [ 2.945717] hardirqs last enabled at = (453867): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:03.124] [ 2.945722] hardirqs last disabled at = (453868): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:03.124] [ 2.945730] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:03.141] [ 2.945733] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:03.141] [ 2.945736] Preemption disabled at: [2024-05-23 14:09:03.165] [ 2.945741] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:03.168] [ 2.945752] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:09:03.168] [ 2.945755] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:03.168] [ 2.945759] Call trace: [2024-05-23 14:09:03.168] [ 2.945765] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:03.170] [ 2.945769] show_stack+0x14/0x20 [2024-05-23 14:09:03.183] [ 2.945775] dump_stack+0xb8/0xf0 [2024-05-23 14:09:03.197] [ 2.945780] ___might_sleep+0x178/0x210 [2024-05-23 14:09:03.197] [ 2.945784] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:03.197] [ 2.945789] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:03.199] [ 2.945794] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:03.199] [ 2.945801] gic_set_type+0x84/0x98 [2024-05-23 14:09:03.199] [ 2.945806] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:03.199] [ 2.945811] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:03.228] [ 2.945816] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:03.228] [ 2.945822] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:09:03.228] [ 2.945827] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:09:03.228] [ 2.945832] kbase_device_init+0x78/0xf8 [2024-05-23 14:09:03.228] [ 2.945838] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:09:03.228] [ 2.945842] platform_drv_probe+0x58/0xb8 [2024-05-23 14:09:03.231] [ 2.945848] = driver_probe_device+0x228/0x410 [2024-05-23 14:09:03.254] [ 2.945852] __driver_attach+0xfc/0x118 [2024-05-23 14:09:03.268] [ 2.945858] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:09:03.268] [ 2.945862] driver_attach+0x20/0x28 [2024-05-23 14:09:03.268] [ 2.945867] bus_add_driver+0x220/0x268 [2024-05-23 14:09:03.268] [ 2.945872] driver_register+0x60/0xf8 [2024-05-23 14:09:03.268] [ 2.945876] = __platform_driver_register+0x44/0x50 [2024-05-23 14:09:03.268] [ 2.945883] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:09:03.270] [ 2.945888] do_one_initcall+0x50/0x15c [2024-05-23 14:09:03.270] [ 2.945895] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:09:03.270] [ 2.945900] kernel_init+0x10/0x100 [2024-05-23 14:09:03.295] [ 2.945905] ret_from_fork+0x10/0x18 [2024-05-23 14:09:03.298] [ 2.947671] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:09:03.298] [ 3.202671] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:09:03.298] [ 3.209411] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:09:03.336] [ 3.223555] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:09:03.336] [ 3.230848] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:09:03.339] [ 3.243158] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:09:03.339] [ 3.249378] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:09:03.339] [ 3.253759] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:09:03.366] [ 3.261312] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:09:03.392] [ 3.311036] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:09:03.405] [ 3.321798] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:09:03.424] [ 3.329687] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:09:03.426] [ 3.342398] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:09:03.442] [ 3.347679] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:09:03.444] [ 3.358752] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:09:03.470] [ 3.367621] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:09:03.470] [ 3.386657] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:09:03.487] [ 3.401999] libphy: Fixed MDIO Bus: probed [2024-05-23 14:09:03.489] [ 3.407053] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:09:03.517] [ 3.420131] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:09:03.517] [ 3.422076] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:09:03.517] [ 3.423004] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:09:03.518] [ 3.427070] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:09:03.546] [ 3.427809] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:09:03.546] [ 3.428414] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:09:03.546] [ 3.429590] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:09:03.546] [ 3.439952] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:09:03.561] [ 3.439982] GPT:15269887 !=3D 15273599 [2024-05-23 14:09:03.563] [ 3.439990] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:09:03.563] [ 3.439997] GPT:15269887 !=3D 15273599 [2024-05-23 14:09:03.563] [ 3.440005] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:09:03.590] [ 3.440119] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:09:03.590] [ 3.499924] [INFO][GAMC] gmac index : 1 [2024-05-23 14:09:03.590] [ 3.504396] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:09:03.603] [ 3.509564] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:09:03.606] [ 3.515545] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:09:03.606] [ 3.519936] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:09:03.644] [ 3.528511] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:09:03.644] [ 3.542750] [INFO][tcc-rtc] RTC Invalied = Time, Set Time 2014/03/27 09:30:00 [2024-05-23 14:09:03.644] [ 3.549754] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:09:03.646] [ 3.555600] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:03.646] [ 3.555612] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:09:03.669] [ 3.555619] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:09:03.669] [ 3.555631] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:03.669] [ 3.555642] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:09:03.669] [ 3.584398] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:09:03.696] [ 3.600526] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:09:03.696] [ 3.607182] usbhid: USB HID core driver [2024-05-23 14:09:03.697] [ 3.611378] optee: probing for conduit = method from DT. [2024-05-23 14:09:03.713] [ 3.616559] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:09:03.713] [ 3.618629] optee: initialized driver [2024-05-23 14:09:03.713] [ 3.628135] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:09:03.733] [ 3.633877] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:09:03.733] [ 3.639047] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:09:03.733] [ 3.644235] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:09:03.736] [ 3.650010] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:09:03.761] [ 3.655785] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:09:03.774] [ 3.661647] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:09:03.775] [ 3.668117] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:09:03.775] [ 3.675656] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:09:03.780] [ 3.683605] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:09:03.804] [ 3.697412] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:09:03.812] [ 3.705392] NET: Registered protocol family = 17 [2024-05-23 14:09:03.812] [ 3.710436] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:09:03.813] [ 3.728155] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:09:03.979] [ 3.897266] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:03.986] [ 3.897313] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:09:04.002] [ 3.913052] ALSA device list: [2024-05-23 14:09:04.002] [ 3.916045] No soundcards found. [2024-05-23 14:09:04.002] [ 3.921943] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:09:04.038] [ 3.942914] Freeing unused kernel memory: = 4160K [2024-05-23 14:09:04.041] Mounting devtmpfs [2024-05-23 14:09:04.054] [ 3.957796] mount (90) used greatest stack = depth: 13120 bytes left [2024-05-23 14:09:04.056] Mounting procfs [2024-05-23 14:09:04.056] Mounting sysfs [2024-05-23 14:09:04.071] [ 3.976979] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:09:04.086] [ 4.005015] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:09:04.130] [ 4.044934] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:09:04.137] [ 4.053791] mount (97) used greatest stack = depth: 11568 bytes left [2024-05-23 14:09:04.153] [ 4.068698] mount (99) used greatest stack = depth: 11440 bytes left [2024-05-23 14:09:04.394] [ 4.312232] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:09:04.496] [ 4.411550] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:09:04.528] [ 4.439371] systemd[1]: Detected = architecture arm64. [2024-05-23 14:09:04.565]=20 [2024-05-23 14:09:04.571] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:09:04.582]=20 [2024-05-23 14:09:04.596] [ 4.500012] systemd[1]: Set hostname to = . [2024-05-23 14:09:04.601] [ 4.511765] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:09:04.603] [ 4.520529] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:09:04.844] [ 4.762833] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:09:04.866] [ 4.779933] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:09:04.904] [ 4.822911] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:09:04.922] [ 4.835012] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:09:05.104] [ 5.021986] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:09:05.176] [ OK ] Listening on Syslog Socket. [2024-05-23 14:09:05.187] [ OK ] Reached target Paths. [2024-05-23 14:09:05.221] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:09:05.238] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:09:05.255] [ OK ] Created slice User and Session Slice. [2024-05-23 14:09:05.271] [ OK ] Reached target Slices. [2024-05-23 14:09:05.289] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:09:05.305] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:09:05.313] [ OK ] Created slice system-getty.slice. [2024-05-23 14:09:05.330] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:09:05.357] [ OK ] Reached target Swap. [2024-05-23 14:09:05.362] [ OK ] Listening on udev Control Socket. [2024-05-23 14:09:05.390] [ OK ] Listening on Journal Socket. [2024-05-23 14:09:05.401] Mounting Configuration File System... [2024-05-23 14:09:05.439] Starting udev Coldplug all Devices... [2024-05-23 14:09:05.468] Mounting FUSE Control File System... [2024-05-23 14:09:05.505] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:09:05.539] Starting Apply Kernel Variables... [2024-05-23 14:09:05.568] Mounting Huge Pages File System... [2024-05-23 14:09:05.598] Mounting POSIX Message Queue File = System... [2024-05-23 14:09:05.631] Mounting Kernel Debug File System... [2024-05-23 14:09:05.657] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:09:05.689] Starting Journal Service... [2024-05-23 14:09:05.725] Starting mount data partition = service... [2024-05-23 14:09:05.756] [ OK ] Reached target Remote File Systems. [2024-05-23 14:09:05.758] [ 5.675612] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:09:05.802] [ OK ] Mounted Configuration File System. [2024-05-23 14:09:05.846] [ 5.765213] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:05.858] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:09:05.934] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:09:05.960] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:09:05.975] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:09:05.995] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:09:06.021] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:09:06.040] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:09:06.056] [ OK ] Started Journal Service. [2024-05-23 14:09:06.075] [ OK ] Started mount data partition service. [2024-05-23 14:09:06.133] Starting NS file System mount and = recovery.... [2024-05-23 14:09:06.183] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:09:06.209] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:09:06.245] Mounting /var/volatile... [2024-05-23 14:09:06.273] [ OK ] Reached target Containers. [2024-05-23 14:09:06.275] [ 6.191918] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:06.315] Mounting /tmp... [2024-05-23 14:09:06.354] Starting udev Kernel Device = Manager... [2024-05-23 14:09:06.365] [ 6.283334] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:06.465] [ 6.383261] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:06.546] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:09:06.588] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:09:06.623] [ OK ] Mounted /var/volatile. [2024-05-23 14:09:06.640] [ OK ] Mounted /tmp. [2024-05-23 14:09:06.727] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:09:06.757] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:09:06.928] [ 6.846534] systemd-journald[121]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:09:06.953] Starting Bind mount volatile = /var/spool... [2024-05-23 14:09:06.980] Starting Bind mount volatile = /var/cache... [2024-05-23 14:09:07.014] Starting Bind mount volatile = /var/lib... [2024-05-23 14:09:07.042] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:09:07.237] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:09:07.260] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:09:07.291] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:09:07.324] Starting Load/Save Random Seed... [2024-05-23 14:09:07.344] [ OK ] Reached target Local File Systems. [2024-05-23 14:09:07.373] Starting AppArmor initialization... [2024-05-23 14:09:07.407] Starting Create Volatile Files and = Directories... [2024-05-23 14:09:07.444] Starting netfilter persistent = configuration... [2024-05-23 14:09:07.473] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:09:07.555] [ 7.472791] audit: type=3D1400 = audit(1550139121.156:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D252 comm=3D"apparmor_parser" [2024-05-23 14:09:07.573] [ 7.487276] audit: type=3D1400 = audit(1550139121.156:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:09:07.602] [ 7.503806] audit: type=3D1400 = audit(1550139121.156:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:09:07.604] [ 7.519672] audit: type=3D1400 = audit(1550139121.156:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:09:07.635] [ 7.535240] audit: type=3D1400 = audit(1550139121.156:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:09:07.637] [ 7.551285] audit: type=3D1400 = audit(1550139121.156:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:09:07.651] [ 7.567113] audit: type=3D1400 = audit(1550139121.156:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:09:07.691] [ OK ] Started AppArmor initialization. [2024-05-23 14:09:07.706] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:09:07.741] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:09:07.758] [ OK ] Reached target Network (Pre). [2024-05-23 14:09:07.791] Starting Network Service... [2024-05-23 14:09:07.818] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:09:07.874] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:09:07.895] [ OK ] Reached target System Initialization. [2024-05-23 14:09:07.911] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:09:07.942] [ OK ] Reached target Sockets. [2024-05-23 14:09:07.960] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:09:07.967] [ OK ] Reached target Timers. [2024-05-23 14:09:07.994] [ OK ] Reached target Basic System. [2024-05-23 14:09:08.022] [ 7.927477] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:09:08.025] [ OK ] Started Kernel Logging Service. [2024-05-23 14:09:08.041] [ 7.954854] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:09:08.043] [ 7.959434] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:09:08.058] [ 7.963922] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:09:08.086] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:09:08.107] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:09:08.142] Starting Login Service... [2024-05-23 14:09:08.175] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:09:08.207] Starting Load Kernel Modules... [2024-05-23 14:09:08.264] [ OK ] Started System Logging Service. [2024-05-23 14:09:08.271] [ 8.186517] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:09:08.288] [ 8.193176] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:09:08.308] [ OK ] Started NS VSync Process. [2024-05-23 14:09:08.333] [ 8.193196] [INFO][GMAC]=20 [2024-05-23 14:09:08.342] [ 8.252134] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:09:08.359] [ 8.263175] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:09:08.360] [ 8.274834] Disabling lock debugging due to = kernel taint [2024-05-23 14:09:08.377] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:09:08.377] [ 8.291983] libphy: tcc-gmac-mdio: probed [2024-05-23 14:09:08.391] [ 8.296050] [INFO][GMAC] registered! [2024-05-23 14:09:08.395] [ 8.296058] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:09:08.395] [ 8.296072] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:09:08.420] [ OK ] Started NS System Management Process. [2024-05-23 14:09:08.423] Starting NS Inter Domain Comm = Process... [2024-05-23 14:09:08.423] [ OK ] Started Network Service. [2024-05-23 14:09:08.423] [ 8.339141] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:09:08.442] Start /usr/bin/sys-fail-mon [2024-05-23 14:09:08.442] Starting Wait for Network to be = Configured... [2024-05-23 14:09:08.465] [ ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:09:08.465] [0;32m OK ] Reached target[ 8.368896] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:09:08.465] Network. [2024-05-23 14:09:08.468] St[ 8.381883] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:09:08.495] arting udev Coldplug al[ 8.388838] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:09:08.495] l Devices... [2024-05-23 14:09:08.495] [ 8.388879] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:09:08.495] [ 8.388879] -- MASTER Configuration. [2024-05-23 14:09:08.499] [ 8.388879] -- Local Receiver Status Not = OK. [2024-05-23 14:09:08.522] [ 8.388879] -- Remote Receiver Status Not = OK. [2024-05-23 14:09:08.536] [ 8.388898] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:09:08.536] [ 8.388901] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:09:08.536] [ 8.389419] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:08.536] [ 8.389423] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:09:08.538] [ 8.389425] INFO: lockdep is turned off. [2024-05-23 14:09:08.538] [ 8.389427] irq event stamp: 71324 [2024-05-23 14:09:08.562] [ 8.389441] hardirqs last enabled at = (71323): [<00000000f2ddeba7>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:09:08.581] [ 8.389447] hardirqs last disabled at = (71324): [<00000000931521e4>] __schedule+0xc8/0x730 [2024-05-23 14:09:08.581] [ 8.389455] softirqs last enabled at (0): = [<00000000d2a2a614>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:08.593] [ 8.389458] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:08.593] [ 8.389460] Preemption disabled at: [2024-05-23 14:09:08.593] [ 8.389468] [<000000008d7ff6ac>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:08.593] [ 8.389475] CPU: 0 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:09:08.607] [ 8.389477] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:08.607] [ 8.389479] Call trace: [2024-05-23 14:09:08.609] [ 8.389484] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:08.609] [ 8.389488] show_stack+0x14/0x20 [2024-05-23 14:09:08.609] [ 8.389492] dump_stack+0xb8/0xf0 [2024-05-23 14:09:08.609] [ 8.389496] ___might_sleep+0x178/0x210 [2024-05-23 14:09:08.636] [ 8.389499] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:08.636] [ 8.389505] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:08.636] [ 8.389510] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:08.636] [ 8.389515] gic_set_type+0x84/0x98 [2024-05-23 14:09:08.636] [ 8.389519] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:08.636] [ 8.389522] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:08.638] [ 8.389526] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:08.664] [ 8.389532] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:09:08.664] [ 8.389537] __dev_open+0x100/0x150 [2024-05-23 14:09:08.664] [ 8.389540] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:09:08.664] [ 8.389543] dev_change_flags+0x20/0x60 [2024-05-23 14:09:08.664] [ 8.389547] do_setlink+0x3ec/0xc30 [2024-05-23 14:09:08.664] [ 8.389549] rtnl_setlink+0xcc/0x128 [2024-05-23 14:09:08.664] [ 8.389552] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:09:08.674] [ 8.389556] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:09:08.677] [ 8.389559] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:09:08.677] [ 8.389562] netlink_unicast+0x180/0x1f8 [2024-05-23 14:09:08.716] [ 8.389565] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:09:08.716] [ 8.389570] sock_sendmsg+0x3c/0x58 [2024-05-23 14:09:08.716] [ 8.389574] SyS_sendto+0xd0/0x140 [2024-05-23 14:09:08.716] [ 8.389578] el0_svc_naked+0x34/0x38 [2024-05-23 14:09:08.716] [ 8.389724] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:09:08.716] [ 8.395091] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:09:08.721] [ 8.395096] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:09:08.721] [ 8.395102] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:09:08.721] [ 8.395102] =20 [2024-05-23 14:09:08.721] [ 8.395451] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:09:08.739] [ 8.395914] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:09:08.741] [ 8.395918] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:09:08.741] [ 8.395923] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:09:08.741] [ 8.395923] =20 [2024-05-23 14:09:08.741] [ 8.396081] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:09:08.769] [ 8.396096] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:09:08.769] [ 8.396100] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:09:08.769] [ 8.396104] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:09:08.769] [ 8.396111] [INFO][GMAC] --] phy_start: : [2024-05-23 14:09:08.769] [ 8.398312] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:09:08.772] [ 8.499241] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:09:08.798] [ 8.506333] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:08.798] [ 8.614263] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:08.798] [ 8.701470] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:09:08.798] [ 8.702459] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:08.814] [ 8.706529] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:09:08.814] [ 8.706543] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:09:08.829] [ 8.707006] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:09:08.842] [ 8.707012] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:09:08.844] [ 8.707932] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:08.844] [ 8.719380] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:09:08.871] [ 8.722310] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:08.871] [ 8.723459] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:09:08.871] [ 8.727438] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:09:08.871] [ 8.727917] Done!! [2024-05-23 14:09:08.871] Starting Permit User Sessions... [2024-05-23 14:09:08.873] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:09:08.889] [ OK ] Started Permit User Sessions. [2024-05-23 14:09:08.917] parents, child is 319 [2024-05-23 14:09:08.919] [ 8.829008] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:09:08.936] [IDC]Start. [2024-05-23 14:09:08.936] [ 8.830814] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:08.936] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:09:08.936] [ 8.845469] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:09:08.953] [IDC](A7)ConnectReq 0 [2024-05-23 14:09:08.953] [ 8.850817] Done!! [2024-05-23 14:09:08.953] [IDC](A7)do_connect 0 [2024-05-23 14:09:08.953] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:09:08.953] [IDC](A7)Tx start session req 1 [2024-05-23 14:09:08.959] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:09:08.994] [IDC](R5)ConnectReq 0 [2024-05-23 14:09:08.994] [IDC](R5)do_connect 0 [2024-05-23 14:09:08.996] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:09:08.996] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:09:08.996] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:09:08.996] [[IDC](R5)Session status 1 -> 2 [2024-05-23 14:09:08.996] OK ] Started Getty on tty1. [2024-05-23 14:09:08.996] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:09:08.996] [ OK ] Reached target Login Prompts. [2024-05-23 14:09:08.996] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:09:08.996] [IDC](A7)Session connected. [2024-05-23 14:09:08.996] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:09:09.019] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:09:09.034] [ OK ] Started Cluster Framework. [2024-05-23 14:09:09.034] [ OK ] Started HUD Framework. [2024-05-23 14:09:09.034] [IDC](R5)Session connected.2 [2024-05-23 14:09:09.034] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:09:09.034] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:09:09.039] [ OK ] Started Nvm Process. [2024-05-23 14:09:09.063] [ 8.970370] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:09.094] [ OK ] Started NS hsm control application. [2024-05-23 14:09:09.125] [ 8.998076] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:09:09.128] [ 9.037161] Done!! [2024-05-23 14:09:09.164] [ 9.082398] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:09.202] [ 9.120407] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:09:09.212] [ OK ] Started Diagnosis Framework. [2024-05-23 14:09:09.234] [ OK ] Started NS Software Update. [2024-05-23 14:09:09.269] [ OK ] Started NS Secondary Verify. [2024-05-23 14:09:09.278] [ 9.194340] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:09.352] [ OK ] Started Diagnosis Transport. [2024-05-23 14:09:09.390] [ 9.307963] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:09.452] [ OK ] Started Load Kernel Modules. [2024-05-23 14:09:09.476] [ OK ] Started Login Service. [2024-05-23 14:09:09.479] [ OK ] Reached target Multi-User System. [2024-05-23 14:09:09.511] Starting Update[ 9.418333] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:09:09.511] UTMP about System Runlevel Changes... [2024-05-23 14:09:09.522] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:09:09.541] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:09:09.582] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:09:09.626] [ 9.544211] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:09.792] [ 9.703656] sched: RT throttling activated [2024-05-23 14:09:10.247] [ 10.161722] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:09:10.255] [ 10.161729] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:09:10.614] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:09:11.215] [ 11.126465] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:09:11.222] [ 11.126473] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:09:15.391]=20 [2024-05-23 14:09:15.391] telechips-nsp1-release login:=20 [2024-05-23 14:09:18.466]=20 [2024-05-23 14:09:18.466] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:09:18.487]=20 [2024-05-23 14:09:18.487] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:09:18.511] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:09:18.511] DRAM: 2 GiB [2024-05-23 14:09:18.528] MMC: sdhc@0x16440000: 0 [2024-05-23 14:09:18.793]=20 [2024-05-23 14:09:18.793] HW Partition tyep is UserData [2024-05-23 14:09:18.796] In: serial [2024-05-23 14:09:18.818] Out: serial [2024-05-23 14:09:18.818] Err: serial [2024-05-23 14:09:18.869] Boot in the UserData environment(0) [2024-05-23 14:09:18.873] Non-secure boot (secure boot flag is clear) [2024-05-23 14:09:18.887] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:09:18.889] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:09:18.889] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:09:18.915] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:09:18.929] Booting using the fdt blob at 0x23000000 [2024-05-23 14:09:18.929] Loading Kernel Image [2024-05-23 14:09:18.929] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:09:18.929] OPTEE is enabled [2024-05-23 14:09:18.931]=20 [2024-05-23 14:09:18.931] Starting kernel ... [2024-05-23 14:09:18.931]=20 [2024-05-23 14:09:19.850] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:09:19.859] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:09:19.876] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:09:19.876] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:09:19.891] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:09:19.891] [ 0.000000] efi: UEFI not found. [2024-05-23 14:09:19.891] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:09:19.902] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:09:19.917] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:09:19.920] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:09:19.945] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:09:19.950] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:09:19.950] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:09:19.950] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:09:19.952] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:09:19.980] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:09:19.980] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:09:19.980] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:09:19.996] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:09:19.997] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:09:20.022] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:09:20.037] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:09:20.037] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:09:20.037] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:09:20.051] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:09:20.051] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:09:20.053] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:09:20.078] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:09:20.081] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:09:20.081] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:09:20.081] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:09:20.081] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:09:20.107] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:09:20.107] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:09:20.107] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:09:20.107] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:09:20.119] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:09:20.121] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:09:20.121] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:09:20.148] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:09:20.148] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:09:20.148] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:09:20.177] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:09:20.180] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:09:20.180] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:09:20.228] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:09:20.228] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:09:20.228] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:09:20.238] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:09:20.238] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:09:20.238] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:09:20.238] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:09:20.240] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:09:20.267] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:09:20.267] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:09:20.267] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:09:20.267] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:09:20.283] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:09:20.283] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:09:20.299] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:09:20.299] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:09:20.314] [ 0.000000] Running RCU self tests [2024-05-23 14:09:20.317] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:09:20.317] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:09:20.317] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:09:20.344] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:09:20.344] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:09:20.344] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:09:20.344] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:09:20.344] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:09:20.370] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:09:20.370] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:09:20.370] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:09:20.372] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:09:20.400] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:09:20.400] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:09:20.400] [ 0.001467] Console: colour dummy device = 80x25 [2024-05-23 14:09:20.400] [ 0.001709] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:09:20.402] [ 0.001712] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:09:20.427] [ 0.001715] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:09:20.427] [ 0.001717] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:09:20.427] [ 0.001720] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:09:20.427] [ 0.001723] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:09:20.427] [ 0.001725] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:09:20.429] [ 0.001728] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:09:20.445] [ 0.001731] memory used by lock dependency = info: 7903 kB [2024-05-23 14:09:20.445] [ 0.001733] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:09:20.445] [ 0.001774] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:09:20.461] [ 0.001782] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:09:20.461] [ 0.002281] Security Framework initialized [2024-05-23 14:09:20.463] [ 0.002403] AppArmor: AppArmor initialized [2024-05-23 14:09:20.488] [ 0.002648] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:09:20.488] [ 0.002670] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:09:20.488] [ 0.019943] ASID allocator initialised with = 32768 entries [2024-05-23 14:09:20.488] [ 0.035845] Hierarchical SRCU = implementation. [2024-05-23 14:09:20.490] [ 0.062271] EFI services will not be = available. [2024-05-23 14:09:20.517] [ 0.076113] smp: Bringing up secondary CPUs = ... [2024-05-23 14:09:20.517] [ 0.120740] Detected VIPT I-cache on CPU1 [2024-05-23 14:09:20.517] [ 0.120815] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:09:20.517] [ 0.164988] Detected VIPT I-cache on CPU2 [2024-05-23 14:09:20.517] [ 0.165046] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:09:20.520] [ 0.209271] Detected VIPT I-cache on CPU3 [2024-05-23 14:09:20.546] [ 0.209321] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:09:20.550] [ 0.209698] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:09:20.550] [ 0.209738] SMP: Total of 4 processors = activated. [2024-05-23 14:09:20.550] [ 0.209754] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:09:20.550] [ 0.209773] CPU: All CPU(s) started at EL2 [2024-05-23 14:09:20.550] [ 0.209954] alternatives: patching kernel = code [2024-05-23 14:09:20.574] [ 0.210509] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:09:20.588] [ 0.213102] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:09:20.588] [ 0.213689] devtmpfs: initialized [2024-05-23 14:09:20.588] [ 0.403365] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:09:20.588] [ 0.403629] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:09:20.601] [ 0.412396] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:09:20.601] [ 0.413319] chipinfo: TCC8030 Rev02 [2024-05-23 14:09:20.601] [ 0.413335] chipinfo: SiP Service v0.1.56 [2024-05-23 14:09:20.601] [ 0.418628] NET: Registered protocol family = 16 [2024-05-23 14:09:20.619] [ 0.422641] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:09:20.619] [ 0.424597] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:09:20.649] [ 0.426329] cpuidle: using governor menu [2024-05-23 14:09:20.650] [ 0.426597] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:09:20.650] [ 0.440677] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:09:20.664] [ 0.441149] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:09:20.664] [ 0.441195] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:09:20.664] [ 0.441239] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:09:20.664] [ 0.441283] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:09:20.664] [ 0.441327] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:09:20.664] [ 0.441370] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:09:20.664] [ 0.441414] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:09:20.684] [ 0.441457] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:09:20.684] [ 0.441501] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:09:20.684] [ 0.441545] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:09:20.706] [ 0.441588] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:09:20.706] [ 0.441632] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:09:20.706] [ 0.441694] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:09:20.720] [ 0.441738] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:09:20.720] [ 0.441781] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:09:20.720] [ 0.441825] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:09:20.720] [ 0.441964] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:09:20.720] [ 0.442009] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:09:20.734] [ 0.442412] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:09:20.734] [ 0.442456] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:09:20.734] [ 0.442499] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:09:20.736] [ 0.442543] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:09:20.736] [ 0.442586] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:09:20.736] [ 0.442630] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:09:20.762] [ 0.442673] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:09:20.762] [ 0.442717] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:09:20.762] [ 0.442760] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:09:20.762] [ 0.442803] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:09:20.762] [ 0.442860] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:09:20.778] [ 0.442904] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:09:20.778] [ 0.443154] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:09:20.778] [ 0.443198] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:09:20.794] [ 0.443241] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:09:20.794] [ 0.443285] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:09:20.794] [ 0.443328] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:09:20.820] [ 0.443371] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:09:20.820] [ 0.443414] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:09:20.820] [ 0.443610] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:09:20.823] [ 0.443654] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:09:20.823] [ 0.443697] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:09:20.823] [ 0.443740] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:09:20.850] [ 0.443784] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:09:20.850] [ 0.443827] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:09:20.850] [ 0.443870] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:09:20.850] [ 0.443927] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:09:20.850] [ 0.443971] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:09:20.864] [ 0.444014] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:09:20.866] [ 0.444058] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:09:20.866] [ 0.444101] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:09:20.905] [ 0.444144] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:09:20.905] [ 0.444187] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:09:20.905] [ 0.444717] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:09:20.905] [ 0.444775] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:09:20.905] [ 0.444948] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:09:20.916] [ 0.445118] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:09:20.916] [ 0.445288] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:09:20.916] [ 0.445453] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:09:20.930] [ 0.445621] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:09:20.930] [ 0.445665] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:09:20.932] [ 0.445708] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:09:20.932] [ 0.445874] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:09:20.932] [ 0.446177] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:09:20.957] [ 0.446368] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:09:20.970] [ 0.446413] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:09:20.970] [ 0.446457] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:09:20.970] [ 0.446500] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:09:20.970] [ 0.446543] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:09:20.983] [ 0.446730] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:09:20.983] [ 0.446795] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:09:20.983] [ 0.447010] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:09:20.985] [ 0.447024] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:09:20.986] [ 0.529364] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:09:21.014] [ 0.529456] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:09:21.014] [ 1.676211] console [ttyAMA0] enabled [2024-05-23 14:09:21.014] [ 1.683888] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:09:21.037] [ 1.712742] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:09:21.044] [ 1.723024] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:09:21.060] [ 1.733620] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:09:21.088] [ 1.743943] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:09:21.163] [ 1.843699] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:09:21.188] [ 1.860245] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:09:21.190] [ 1.867140] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:09:21.219] [ 1.873925] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:09:21.219] [ 1.880381] Linux video capture interface: = v2.00 [2024-05-23 14:09:21.233] [ 1.886119] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:21.233] [ 1.886123] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:09:21.240] [ 1.886127] 6 locks held by swapper/0/1: [2024-05-23 14:09:21.240] [ 1.886130] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:09:21.261] [ 1.886155] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:09:21.267] [ 1.886170] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:21.267] [ 1.886188] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:21.294] [ 1.886203] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:21.301] [ 1.886219] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:21.301] [ 1.886237] irq event stamp: 288050 [2024-05-23 14:09:21.301] [ 1.886243] hardirqs last enabled at = (288049): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:21.301] [ 1.886248] hardirqs last disabled at = (288050): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:21.327] [ 1.886255] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:21.327] [ 1.886258] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:21.327] [ 1.886261] Preemption disabled at: [2024-05-23 14:09:21.327] [ 1.886266] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:21.341] [ 1.886275] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:09:21.354] [ 1.886278] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:21.357] [ 1.886282] Call trace: [2024-05-23 14:09:21.357] [ 1.886288] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:21.357] [ 1.886293] show_stack+0x14/0x20 [2024-05-23 14:09:21.357] [ 1.886298] dump_stack+0xb8/0xf0 [2024-05-23 14:09:21.357] [ 1.886303] ___might_sleep+0x178/0x210 [2024-05-23 14:09:21.387] [ 1.886307] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:21.387] [ 1.886312] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:21.387] [ 1.886317] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:21.387] [ 1.886324] gic_set_type+0x84/0x98 [2024-05-23 14:09:21.387] [ 1.886329] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:21.387] [ 1.886334] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:21.387] [ 1.886339] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:21.389] [ 1.886344] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:09:21.415] [ 1.886350] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:09:21.415] [ 1.886355] platform_drv_probe+0x58/0xb8 [2024-05-23 14:09:21.415] [ 1.886360] = driver_probe_device+0x228/0x410 [2024-05-23 14:09:21.415] [ 1.886365] __driver_attach+0xfc/0x118 [2024-05-23 14:09:21.415] [ 1.886370] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:09:21.415] [ 1.886374] driver_attach+0x20/0x28 [2024-05-23 14:09:21.417] [ 1.886379] bus_add_driver+0x220/0x268 [2024-05-23 14:09:21.445] [ 1.886384] driver_register+0x60/0xf8 [2024-05-23 14:09:21.445] [ 1.886388] = __platform_driver_register+0x44/0x50 [2024-05-23 14:09:21.445] [ 1.886395] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:09:21.445] [ 1.886399] do_one_initcall+0x50/0x15c [2024-05-23 14:09:21.445] [ 1.886406] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:09:21.445] [ 1.886412] kernel_init+0x10/0x100 [2024-05-23 14:09:21.448] [ 1.886416] ret_from_fork+0x10/0x18 [2024-05-23 14:09:21.471] [ 1.892017] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:09:21.484] [ 2.139233] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:09:21.484] [ 2.152785] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:09:21.486] [ 2.159816] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:09:21.486] [ 2.164418] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:09:21.513] [ 2.169221] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:09:21.513] [ 2.174045] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:09:21.513] [ 2.178599] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:09:21.553] [ 2.232107] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:09:21.566] [ 2.244656] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:21.584] [ 2.262794] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:21.603] [ 2.278380] NET: Registered protocol family = 2 [2024-05-23 14:09:21.637] [ 2.285802] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:09:21.637] [ 2.293421] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:09:21.641] [ 2.304532] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:09:21.641] [ 2.312201] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:09:21.641] [ 2.318956] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:09:21.662] [ 2.327052] NET: Registered protocol family = 1 [2024-05-23 14:09:21.757] [ 2.434814] audit: initializing netlink = subsys (disabled) [2024-05-23 14:09:21.762] [ 2.441376] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:09:21.778] [ 2.441913] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:09:21.845] [ 2.523936] fuse init (API version 7.26) [2024-05-23 14:09:21.857] [ 2.538101] modprobe (65) used greatest = stack depth: 13296 bytes left [2024-05-23 14:09:21.873] [ 2.544763] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:09:21.873] [ 2.547931] io scheduler noop registered = (default) [2024-05-23 14:09:21.891] [ 2.547947] io scheduler mq-deadline = registered [2024-05-23 14:09:21.891] [ 2.547960] io scheduler kyber registered [2024-05-23 14:09:21.891] [ 2.561787] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:21.905] [ 2.561800] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:21.919] [ 2.561808] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:09:21.919] [ 2.561897] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:21.947] [ 2.618617] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:21.949] [ 2.626374] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:21.956] [ 2.631532] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:09:21.994] [ 2.636963] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:21.994] [ 2.637612] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:21.994] [ 2.648370] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:21.994] [ 2.654579] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:09:21.994] [ 2.662154] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:22.020] [ 2.686705] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:22.022] [ 2.693622] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:22.022] [ 2.698296] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:09:22.040] [ 2.703723] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:22.055] [ 2.704345] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:22.055] [ 2.715098] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:22.056] [ 2.721306] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:09:22.071] [ 2.728923] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:22.116] [ 2.795572] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:22.123] [ 2.802344] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:22.139] [ 2.807012] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:09:22.141] [ 2.812439] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:22.157] [ 2.822056] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:09:22.157] [ 2.831777] [INF][WDMA] tcc_wdma_init [2024-05-23 14:09:22.157] [ 2.836553] TCC WDMA Driver Initializing [2024-05-23 14:09:22.180] [ 2.843591] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:09:22.180] [ 2.849861] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:09:22.182] [ 2.860405] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:22.220] [ 2.873090] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:09:22.220] [ 2.882501] [CPU_ID] probe is done [2024-05-23 14:09:22.220] [ 2.886246] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:09:22.235] [ 2.892948] [DRAM_TOOL] probe is done [2024-05-23 14:09:22.235] [ 2.900144] MALI-G51 : r30p0-01eac0 [2024-05-23 14:09:22.241] [ 2.903670] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:09:22.241] [ 2.913647] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:22.269] [ 2.913652] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:09:22.269] [ 2.913656] 6 locks held by swapper/0/1: [2024-05-23 14:09:22.269] [ 2.913659] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:09:22.269] [ 2.913686] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:09:22.284] [ 2.913701] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:22.298] [ 2.913719] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:22.300] [ 2.913734] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:22.300] [ 2.913750] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:22.330] [ 2.913769] irq event stamp: 453430 [2024-05-23 14:09:22.330] [ 2.913774] hardirqs last enabled at = (453429): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:22.330] [ 2.913780] hardirqs last disabled at = (453430): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:22.333] [ 2.913787] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:22.359] [ 2.913791] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:22.359] [ 2.913793] Preemption disabled at: [2024-05-23 14:09:22.359] [ 2.913798] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:22.359] [ 2.913808] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:09:22.375] [ 2.913811] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:22.375] [ 2.913815] Call trace: [2024-05-23 14:09:22.375] [ 2.913820] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:22.388] [ 2.913825] show_stack+0x14/0x20 [2024-05-23 14:09:22.390] [ 2.913831] dump_stack+0xb8/0xf0 [2024-05-23 14:09:22.390] [ 2.913836] ___might_sleep+0x178/0x210 [2024-05-23 14:09:22.390] [ 2.913840] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:22.390] [ 2.913844] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:22.420] [ 2.913850] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:22.420] [ 2.913857] gic_set_type+0x84/0x98 [2024-05-23 14:09:22.420] [ 2.913862] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:22.420] [ 2.913867] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:22.420] [ 2.913871] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:22.420] [ 2.913877] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:09:22.420] [ 2.913883] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:09:22.442] [ 2.913887] kbase_device_init+0x78/0xf8 [2024-05-23 14:09:22.456] [ 2.913894] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:09:22.456] [ 2.913899] platform_drv_probe+0x58/0xb8 [2024-05-23 14:09:22.456] [ 2.913903] = driver_probe_device+0x228/0x410 [2024-05-23 14:09:22.456] [ 2.913908] __driver_attach+0xfc/0x118 [2024-05-23 14:09:22.456] [ 2.913913] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:09:22.473] [ 2.913918] driver_attach+0x20/0x28 [2024-05-23 14:09:22.473] [ 2.913923] bus_add_driver+0x220/0x268 [2024-05-23 14:09:22.473] [ 2.913927] driver_register+0x60/0xf8 [2024-05-23 14:09:22.473] [ 2.913931] = __platform_driver_register+0x44/0x50 [2024-05-23 14:09:22.488] [ 2.913939] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:09:22.488] [ 2.913944] do_one_initcall+0x50/0x15c [2024-05-23 14:09:22.488] [ 2.913951] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:09:22.488] [ 2.913957] kernel_init+0x10/0x100 [2024-05-23 14:09:22.500] [ 2.913961] ret_from_fork+0x10/0x18 [2024-05-23 14:09:22.500] [ 2.915708] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:09:22.500] [ 3.170770] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:09:22.502] [ 3.177508] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:09:22.540] [ 3.191505] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:09:22.540] [ 3.198560] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:09:22.542] [ 3.210666] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:09:22.542] [ 3.216884] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:09:22.542] [ 3.221266] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:09:22.563] [ 3.229164] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:09:22.596] [ 3.275922] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:09:22.607] [ 3.286818] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:09:22.625] [ 3.294697] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:09:22.661] [ 3.308372] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:09:22.661] [ 3.313649] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:09:22.661] [ 3.324722] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:09:22.672] [ 3.333566] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:09:22.694] [ 3.352840] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:09:22.711] [ 3.368601] libphy: Fixed MDIO Bus: probed [2024-05-23 14:09:22.711] [ 3.373557] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:09:22.727] [ 3.384826] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:09:22.727] [ 3.390424] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:09:22.741] [ 3.393847] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:09:22.741] [ 3.393924] [INFO][GAMC] gmac index : 1 [2024-05-23 14:09:22.741] [ 3.394530] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:09:22.757] [ 3.394538] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:09:22.757] [ 3.395577] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:09:22.757] [ 3.395591] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:09:22.774] [ 3.399540] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:09:22.774] [ 3.408146] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:09:22.774] [ 3.409237] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:22.791] [ 3.409249] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:09:22.791] [ 3.409256] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:09:22.791] [ 3.409268] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:22.805] [ 3.409280] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:09:22.805] [ 3.410988] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:09:22.805] [ 3.420356] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:09:22.807] [ 3.420365] usbhid: USB HID core driver [2024-05-23 14:09:22.807] [ 3.420740] optee: probing for conduit = method from DT. [2024-05-23 14:09:22.807] [ 3.420767] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:09:22.838] [ 3.422610] optee: initialized driver [2024-05-23 14:09:22.838] [ 3.424352] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:09:22.838] [ 3.424368] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:09:22.838] [ 3.424375] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:09:22.838] [ 3.424383] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:09:22.838] [ 3.424390] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:09:22.858] [ 3.424398] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:09:22.873] [ 3.424405] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:09:22.873] [ 3.424412] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:09:22.873] [ 3.425918] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:09:22.876] [ 3.425926] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:09:22.876] [ 3.432858] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:09:22.902] [ 3.446417] NET: Registered protocol family = 17 [2024-05-23 14:09:22.905] [ 3.446869] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:09:22.905] [ 3.451804] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:09:22.930] [ 3.585130] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:09:22.933] [ 3.591144] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:09:22.933] [ 3.597876] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:09:22.933] [ 3.605161] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:09:22.960] [ 3.618611] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:22.962] [ 3.618664] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:09:22.962] [ 3.628049] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:09:22.962] [ 3.628080] GPT:15269887 !=3D 15273599 [2024-05-23 14:09:22.976] [ 3.628087] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:09:22.990] [ 3.628095] GPT:15269887 !=3D 15273599 [2024-05-23 14:09:22.990] [ 3.628103] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:09:22.993] [ 3.628503] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:09:23.021] [ 3.675421] ALSA device list: [2024-05-23 14:09:23.021] [ 3.678421] No soundcards found. [2024-05-23 14:09:23.021] [ 3.684537] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:09:23.041] [ 3.705650] Freeing unused kernel memory: = 4160K [2024-05-23 14:09:23.044] Mounting devtmpfs [2024-05-23 14:09:23.044] [ 3.721042] mount (91) used greatest stack = depth: 12976 bytes left [2024-05-23 14:09:23.072] Mounting procfs [2024-05-23 14:09:23.072] Mounting sysfs [2024-05-23 14:09:23.072] [ 3.739821] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:09:23.091] [ 3.767107] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:09:23.126] [ 3.806237] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:09:23.138] [ 3.815126] mount (98) used greatest stack = depth: 11856 bytes left [2024-05-23 14:09:23.156] [ 3.836849] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:09:23.406] [ 4.083652] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:09:23.501] [ 4.181442] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:09:23.533] [ 4.209246] systemd[1]: Detected = architecture arm64. [2024-05-23 14:09:23.576]=20 [2024-05-23 14:09:23.576] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:09:23.594]=20 [2024-05-23 14:09:23.607] [ 4.273184] systemd[1]: Set hostname to = . [2024-05-23 14:09:23.611] [ 4.284312] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:09:23.640] [ 4.293556] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:09:23.855] [ 4.534566] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:09:23.884] [ 4.551677] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:09:23.913] [ 4.593709] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:09:23.927] [ 4.605815] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:09:24.115] [ 4.792556] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:09:24.187] [ OK ] Listening on udev Control Socket. [2024-05-23 14:09:24.220] [ OK ] Listening on Journal Socket. [2024-05-23 14:09:24.242] Mounting Huge Pages File System... [2024-05-23 14:09:24.267] Starting Apply Kernel Variables... [2024-05-23 14:09:24.292] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:09:24.308] [ OK ] Created slice User and Session Slice. [2024-05-23 14:09:24.336] Mounting POSIX Message Queue File = System... [2024-05-23 14:09:24.375] Mounting FUSE Control File System... [2024-05-23 14:09:24.404] Mounting Kernel Debug File System... [2024-05-23 14:09:24.425] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:09:24.457] Starting mount data partition = service... [2024-05-23 14:09:24.475] [ OK ] Created slice system-getty.slice. [2024-05-23 14:09:24.509] Starting udev Coldplug all Devices... [2024-05-23 14:09:24.514] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:09:24.534] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:09:24.550] [ OK ] Reached target Remote File Systems. [2024-05-23 14:09:24.592] [ 5.265196] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:24.609] Mounting Configuration File System... [2024-05-23 14:09:24.613] [ OK ] Reached target Swap. [2024-05-23 14:09:24.644] [ OK ] Reached target Paths. [2024-05-23 14:09:24.654] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:09:24.692] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:09:24.708] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:09:24.726] [ OK ] Listening on Syslog Socket. [2024-05-23 14:09:24.733] [ 5.410524] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:09:24.776] Starting Journal Service... [2024-05-23 14:09:24.779] [ OK ] Reached target Slices. [2024-05-23 14:09:24.836] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:09:24.871] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:09:24.892] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:09:24.905] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:09:24.922] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:09:24.958] [ OK ] Started mount data partition service. [2024-05-23 14:09:24.984] [ OK ] Mounted Configuration File System. [2024-05-23 14:09:25.008] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:09:25.043] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:09:25.075] [ OK ] Started Journal Service. [2024-05-23 14:09:25.139] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:09:25.158] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:09:25.182] Mounting /var/volatile... [2024-05-23 14:09:25.210] Mounting /tmp... [2024-05-23 14:09:25.240] [ OK ] Reached target Containers. [2024-05-23 14:09:25.261] Starting udev Kernel Device = Manager... [2024-05-23 14:09:25.294] Starting NS file System mount and = recovery.... [2024-05-23 14:09:25.342] [ OK ] Mounted /var/volatile. [2024-05-23 14:09:25.366] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:09:25.392] [ OK ] Mounted /tmp. [2024-05-23 14:09:25.425] [ 6.104608] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:25.514] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:09:25.524] [ 6.202622] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:25.540] [ 6.213339] mount (160) used greatest stack = depth: 11488 bytes left [2024-05-23 14:09:25.626] [ 6.303951] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:25.674] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:09:25.748] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:09:25.923] [ 6.602445] systemd-journald[134]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:09:25.940] Starting Bind mount volatile = /var/cache... [2024-05-23 14:09:25.976] Starting Bind mount volatile = /var/spool... [2024-05-23 14:09:25.999] Starting Bind mount volatile = /var/lib... [2024-05-23 14:09:26.035] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:09:26.232] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:09:26.261] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:09:26.294] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:09:26.324] Starting Load/Save Random Seed... [2024-05-23 14:09:26.343] [ OK ] Reached target Local File Systems. [2024-05-23 14:09:26.367] Starting AppArmor initialization... [2024-05-23 14:09:26.397] Starting Create Volatile Files and = Directories... [2024-05-23 14:09:26.424] Starting netfilter persistent = configuration... [2024-05-23 14:09:26.462] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:09:26.536] [ 7.215515] audit: type=3D1400 = audit(1550139121.124:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:09:26.577] [ 7.233460] audit: type=3D1400 = audit(1550139121.128:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:09:26.580] [ 7.250276] audit: type=3D1400 = audit(1550139121.128:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:09:26.611] [ 7.267766] audit: type=3D1400 = audit(1550139121.128:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:09:26.625] [ 7.284411] audit: type=3D1400 = audit(1550139121.128:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:09:26.627] [ 7.301270] audit: type=3D1400 = audit(1550139121.128:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:09:26.655] [ 7.318120] audit: type=3D1400 = audit(1550139121.128:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:09:26.682] [ OK ] Started AppArmor initialization. [2024-05-23 14:09:26.687] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:09:26.712] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:09:26.735] [ OK ] Reached target Network (Pre). [2024-05-23 14:09:26.760] Starting Network Service... [2024-05-23 14:09:26.794] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:09:26.853] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:09:26.878] [ OK ] Reached target System Initialization. [2024-05-23 14:09:26.890] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:09:26.907] [ OK ] Reached target Sockets. [2024-05-23 14:09:26.940] [ OK ] Reached target Basic System. [2024-05-23 14:09:26.961] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:09:26.977] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:09:26.980] [ 7.659906] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:09:27.011] [ OK ] Reached target Timers. [2024-05-23 14:09:27.024] [ 7.690805] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:09:27.026] [ 7.695510] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:09:27.026] [ 7.700016] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:09:27.028] [ OK ] Started NS VSync Process. [2024-05-23 14:09:27.077] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:09:27.108] [ OK ] [ 7.785268] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:09:27.127] Started NS System Management Process. [2024-05-23 14:09:27.163] Start /usr/bin/sys-fail-mon [2024-05-23 14:09:27.169] Starting NS Inter Domain Comm = Process... [2024-05-23 14:09:27.196] [ 7.859898] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:09:27.203] [ 7.865679] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:09:27.230] [ 7.880439] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:09:27.232] [ 7.888848] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:09:27.232] [ 7.906712] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:09:27.232] [ 7.908923] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:27.249] [ 7.909775] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:09:27.251] [ 7.909800] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:09:27.276] [ 7.912580] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:09:27.276] [ 7.912594] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:09:27.276] [ 7.925505] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:27.294] [ OK ] Started Kernel Logging Service. [2024-05-23 14:09:27.294] [ 7.970126] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:09:27.296] [ 7.975445] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:09:27.323] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:09:27.330] Starting Login Service... [2024-05-23 14:09:27.352] [ 7.975463] [INFO][GMAC]=20 [2024-05-23 14:09:27.352] [ 8.022663] libphy: tcc-gmac-mdio: probed [2024-05-23 14:09:27.366] [ 8.029378] [INFO][GMAC] registered! [2024-05-23 14:09:27.366] [ 8.033012] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:09:27.378] [ 8.037864] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:09:27.378] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:09:27.406] Starting Load Kernel Modules... [2024-05-23 14:09:27.428] [ OK ] Started System Logging Service. [2024-05-23 14:09:27.460] [ 8.123450] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:09:27.470] [ 8.123652] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:09:27.485] [ 8.123652] -- MASTER Configuration. [2024-05-23 14:09:27.497] [ 8.123652] -- Local Receiver Status Not = OK. [2024-05-23 14:09:27.497] [ 8.123652] -- Remote Receiver Status Not = OK. [2024-05-23 14:09:27.511] [ 8.123693] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:09:27.511] [ 8.123700] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:09:27.513] [ 8.126043] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:27.513] [ 8.126049] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:09:27.544] [ 8.126054] 5 locks held by = systemd-network/262: [2024-05-23 14:09:27.544] [ 8.126057] #0: (rtnl_mutex){+.+.}, at: = [<0000000032364805>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:09:27.544] [ 8.126082] #1: = (&desc->request_mutex){+.+.}, at: [<00000000f8dc3064>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:27.544] [ 8.126100] #2: = (&irq_desc_lock_class){-...}, at: [<0000000051753b16>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:27.560] [ 8.126115] #3: (rcu_read_lock){....}, = at: [<000000006b9d49d9>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:27.560] [ 8.126131] #4: (&picinfo->lock){....}, = at: [<00000000550026f2>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:27.577] [ 8.126150] irq event stamp: 74400 [2024-05-23 14:09:27.577] [ 8.126155] hardirqs last enabled at = (74399): [<00000000ff3687fd>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:27.592] [ 8.126160] hardirqs last disabled at = (74400): [<00000000d7d9ca5c>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:27.594] [ 8.126168] softirqs last enabled at (0): = [<0000000042a5eb0f>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:27.621] [ 8.126171] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:27.621] [ 8.126174] Preemption disabled at: [2024-05-23 14:09:27.621] [ 8.126179] [<0000000051753b16>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:27.621] [ 8.126189] CPU: 1 PID: 262 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:09:27.624] [ 8.126192] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:27.651] [ 8.126196] Call trace: [2024-05-23 14:09:27.651] [ 8.126201] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:27.651] [ 8.126206] show_stack+0x14/0x20 [2024-05-23 14:09:27.651] [ 8.126212] dump_stack+0xb8/0xf0 [2024-05-23 14:09:27.651] [ 8.126217] ___might_sleep+0x178/0x210 [2024-05-23 14:09:27.651] [ 8.126221] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:27.651] [ 8.126225] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:27.677] [ 8.126231] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:27.681] [ 8.126238] gic_set_type+0x84/0x98 [2024-05-23 14:09:27.681] [ 8.126243] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:27.681] [ 8.126247] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:27.681] [ 8.126252] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:27.699] [ 8.126259] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:09:27.704] [ 8.126265] __dev_open+0x100/0x150 [2024-05-23 14:09:27.704] [ 8.126269] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:09:27.704] [ 8.126273] dev_change_flags+0x20/0x60 [2024-05-23 14:09:27.704] [ 8.126277] do_setlink+0x3ec/0xc30 [2024-05-23 14:09:27.727] [ 8.126281] rtnl_setlink+0xcc/0x128 [2024-05-23 14:09:27.727] [ 8.126285] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:09:27.737] [ 8.126290] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:09:27.737] [ 8.126294] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:09:27.737] [ 8.126298] netlink_unicast+0x180/0x1f8 [2024-05-23 14:09:27.737] [ 8.126302] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:09:27.737] [ 8.126310] sock_sendmsg+0x3c/0x58 [2024-05-23 14:09:27.737] [ 8.126315] SyS_sendto+0xd0/0x140 [2024-05-23 14:09:27.740] [ 8.126320] el0_svc_naked+0x34/0x38 [2024-05-23 14:09:27.740] [ 8.126997] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:09:27.764] [ 8.164166] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:09:27.778] [ 8.164178] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:09:27.778] [ 8.164186] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:09:27.778] [ 8.164186] =20 [2024-05-23 14:09:27.778] [ 8.164538] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:09:27.778] [ 8.165094] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:09:27.794] [ 8.165105] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:09:27.794] [ 8.165114] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:09:27.807] [ 8.165114] =20 [2024-05-23 14:09:27.807] [ 8.165290] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:09:27.807] [ 8.165308] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:09:27.807] [ 8.165315] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:09:27.826] [ 8.165322] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:09:27.826] [ 8.165333] [INFO][GMAC] --] phy_start: : [2024-05-23 14:09:27.826] [ 8.171309] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:09:27.826] [ 8.191732] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:09:27.829] [ 8.191742] Disabling lock debugging due to = kernel taint [2024-05-23 14:09:27.829] [ 8.279274] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:27.829] [ 8.282393] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:09:27.860] [ 8.296926] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:09:27.860] [ 8.302460] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:09:27.860] [ 8.307934] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:09:27.860] [ 8.309950] Done!! [2024-05-23 14:09:27.860] [ 8.387244] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:27.860] [ 8.410485] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:09:27.874] [ 8.415761] Done!! [2024-05-23 14:09:27.876] [ 8.495252] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:27.876] [ 8.506484] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:09:27.876] [ 8.511740] Done!! [2024-05-23 14:09:27.899] [ OK ] Started Network Service. [2024-05-23 14:09:27.905] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:09:27.905] [ OK ] Started Load Kernel Modules. [2024-05-23 14:09:27.933] [ OK ] Started Cluster Framework. [2024-05-23 14:09:27.933] [ OK ] Started HUD Framework[ 8.603552] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:09:27.933] . [2024-05-23 14:09:27.936] parents, child is 317 [2024-05-23 14:09:27.955] [IDC]Start. [2024-05-23 14:09:27.962] [ 8.622209] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:09:27.962] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:09:27.964] [IDC](A7)ConnectReq 0 [2024-05-23 14:09:27.983] [IDC](A7)do_connect 0 [2024-05-23 14:09:27.983] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:09:27.983] [IDC](A7)Tx start session req 1 [2024-05-23 14:09:27.983] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:09:27.983] [IDC](R5)ConnectReq 0 [2024-05-23 14:09:27.983] [IDC](R5)do_connect 0 [2024-05-23 14:09:27.986] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:09:27.986] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:09:28.011] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:09:28.041] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:09:28.041] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:09:28.041] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:09:28.041] [IDC](A7)Session connected. [2024-05-23 14:09:28.041] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:09:28.041] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:09:28.041] [IDC](R5)Session connected.2 [2024-05-23 14:09:28.060] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:09:28.060] [ OK ] Started Nvm Process. [2024-05-23 14:09:28.061] [ OK ] Started NS hsm control application. [2024-05-23 14:09:28.061] [ 8.723312] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:28.100] [ OK ] Started Diagnosis Framework. [2024-05-23 14:09:28.148] [ OK ] Started NS Software Update. [2024-05-23 14:09:28.160] [ 8.840436] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:28.176] [ OK ] Started NS Secondary Verify. [2024-05-23 14:09:28.225] [ OK ] Started Diagnosis Transport. [2024-05-23 14:09:28.240] [ OK ] Reached target Network. [2024-05-23 14:09:28.242] Starting udev Coldplug all Devic[ = 8.921924] ns_vsync_register_isr irq_num:85 [2024-05-23 14:09:28.260] es... [2024-05-23 14:09:28.286] Starting Permit User Sessions... [2024-05-23 14:09:28.289] [ 8.955341] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:28.289] Starting Wait for Network to be = Configured... [2024-05-23 14:09:28.293] [ OK ] Started Login Service. [2024-05-23 14:09:28.340] [ OK ] Started Permit User Sessions. [2024-05-23 14:09:28.483] [ 9.161633] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:28.494] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:09:28.515] [ OK ] Started Getty on tty1. [2024-05-23 14:09:28.515] [ OK ] Reached target Login Prompts. [2024-05-23 14:09:28.537] [ OK ] Reached target Multi-User System. [2024-05-23 14:09:28.553] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:09:28.565] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:09:28.594] [ 9.274577] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:28.715] [ 9.391399] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:28.808] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:09:28.851] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:09:29.190] [ 9.869002] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:09:29.212] [ 9.877405] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:09:30.170] [ 10.840384] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:09:30.177] [ 10.840393] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:09:30.554] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:09:34.915]=20 [2024-05-23 14:09:34.916] telechips-nsp1-release login:=20 [2024-05-23 14:09:38.689]=20 [2024-05-23 14:09:38.689] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:09:38.716]=20 [2024-05-23 14:09:38.716] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:09:38.716] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:09:38.716] DRAM: 2 GiB [2024-05-23 14:09:38.737] MMC: sdhc@0x16440000: 0 [2024-05-23 14:09:39.019]=20 [2024-05-23 14:09:39.019] HW Partition tyep is UserData [2024-05-23 14:09:39.021] In: serial [2024-05-23 14:09:39.042] Out: serial [2024-05-23 14:09:39.042] Err: serial [2024-05-23 14:09:39.094] Boot in the UserData environment(0) [2024-05-23 14:09:39.098] Non-secure boot (secure boot flag is clear) [2024-05-23 14:09:39.115] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:09:39.115] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:09:39.115] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:09:39.124] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:09:39.126] Booting using the fdt blob at 0x23000000 [2024-05-23 14:09:39.126] Loading Kernel Image [2024-05-23 14:09:39.152] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:09:39.156] OPTEE is enabled [2024-05-23 14:09:39.156]=20 [2024-05-23 14:09:39.156] Starting kernel ... [2024-05-23 14:09:39.156]=20 [2024-05-23 14:09:40.075] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:09:40.081] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:09:40.098] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:09:40.100] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:09:40.126] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:09:40.126] [ 0.000000] efi: UEFI not found. [2024-05-23 14:09:40.126] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:09:40.126] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:09:40.142] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:09:40.142] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:09:40.157] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:09:40.160] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:09:40.186] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:09:40.200] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:09:40.200] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:09:40.200] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:09:40.212] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:09:40.212] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:09:40.216] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:09:40.240] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:09:40.257] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:09:40.257] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:09:40.257] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:09:40.271] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:09:40.271] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:09:40.276] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:09:40.276] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:09:40.305] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:09:40.305] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:09:40.305] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:09:40.305] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:09:40.307] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:09:40.336] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:09:40.336] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:09:40.336] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:09:40.336] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:09:40.336] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:09:40.352] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:09:40.352] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:09:40.352] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:09:40.370] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:09:40.370] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:09:40.388] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:09:40.408] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:09:40.408] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:09:40.411] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:09:40.440] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:09:40.440] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:09:40.440] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:09:40.463] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:09:40.506] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:09:40.506] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:09:40.506] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:09:40.506] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:09:40.506] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:09:40.509] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:09:40.509] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:09:40.509] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:09:40.509] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:09:40.534] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:09:40.534] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:09:40.534] [ 0.000000] Running RCU self tests [2024-05-23 14:09:40.534] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:09:40.548] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:09:40.552] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:09:40.552] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:09:40.575] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:09:40.588] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:09:40.588] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:09:40.588] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:09:40.588] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:09:40.591] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:09:40.591] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:09:40.621] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:09:40.621] [ 0.000672] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:09:40.621] [ 0.000691] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:09:40.621] [ 0.001460] Console: colour dummy device = 80x25 [2024-05-23 14:09:40.623] [ 0.001701] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:09:40.654] [ 0.001704] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:09:40.654] [ 0.001707] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:09:40.654] [ 0.001709] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:09:40.654] [ 0.001712] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:09:40.654] [ 0.001714] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:09:40.654] [ 0.001717] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:09:40.657] [ 0.001720] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:09:40.680] [ 0.001722] memory used by lock dependency = info: 7903 kB [2024-05-23 14:09:40.694] [ 0.001725] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:09:40.694] [ 0.001765] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:09:40.694] [ 0.001773] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:09:40.708] [ 0.002271] Security Framework initialized [2024-05-23 14:09:40.708] [ 0.002394] AppArmor: AppArmor initialized [2024-05-23 14:09:40.708] [ 0.002640] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:09:40.710] [ 0.002663] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:09:40.710] [ 0.019938] ASID allocator initialised with = 32768 entries [2024-05-23 14:09:40.737] [ 0.035842] Hierarchical SRCU = implementation. [2024-05-23 14:09:40.745] [ 0.062274] EFI services will not be = available. [2024-05-23 14:09:40.745] [ 0.076109] smp: Bringing up secondary CPUs = ... [2024-05-23 14:09:40.745] [ 0.120731] Detected VIPT I-cache on CPU1 [2024-05-23 14:09:40.745] [ 0.120803] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:09:40.745] [ 0.164980] Detected VIPT I-cache on CPU2 [2024-05-23 14:09:40.745] [ 0.165039] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:09:40.770] [ 0.209265] Detected VIPT I-cache on CPU3 [2024-05-23 14:09:40.783] [ 0.209318] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:09:40.783] [ 0.209696] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:09:40.783] [ 0.209737] SMP: Total of 4 processors = activated. [2024-05-23 14:09:40.783] [ 0.209753] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:09:40.783] [ 0.209772] CPU: All CPU(s) started at EL2 [2024-05-23 14:09:40.783] [ 0.209957] alternatives: patching kernel = code [2024-05-23 14:09:40.785] [ 0.210506] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:09:40.785] [ 0.213100] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:09:40.785] [ 0.213702] devtmpfs: initialized [2024-05-23 14:09:40.805] [ 0.403326] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:09:40.809] [ 0.403592] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:09:40.809] [ 0.412320] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:09:40.834] [ 0.413264] chipinfo: TCC8030 Rev02 [2024-05-23 14:09:40.852] [ 0.413279] chipinfo: SiP Service v0.1.56 [2024-05-23 14:09:40.852] [ 0.418610] NET: Registered protocol family = 16 [2024-05-23 14:09:40.852] [ 0.422624] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:09:40.852] [ 0.424537] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:09:40.852] [ 0.426499] cpuidle: using governor menu [2024-05-23 14:09:40.878] [ 0.426738] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:09:40.878] [ 0.440841] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:09:40.878] [ 0.441338] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:09:40.888] [ 0.441385] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:09:40.888] [ 0.441429] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:09:40.888] [ 0.441473] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:09:40.888] [ 0.441517] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:09:40.888] [ 0.441560] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:09:40.888] [ 0.441604] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:09:40.909] [ 0.441647] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:09:40.909] [ 0.441691] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:09:40.911] [ 0.441734] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:09:40.911] [ 0.441792] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:09:40.911] [ 0.441837] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:09:40.911] [ 0.441881] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:09:40.936] [ 0.441924] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:09:40.951] [ 0.441967] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:09:40.951] [ 0.442010] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:09:40.951] [ 0.442053] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:09:40.951] [ 0.442097] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:09:40.951] [ 0.442562] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:09:40.962] [ 0.442607] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:09:40.962] [ 0.442650] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:09:40.962] [ 0.442694] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:09:40.965] [ 0.442737] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:09:40.965] [ 0.442780] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:09:40.989] [ 0.442823] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:09:40.996] [ 0.442867] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:09:40.996] [ 0.442925] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:09:40.996] [ 0.442968] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:09:40.996] [ 0.443011] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:09:41.019] [ 0.443055] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:09:41.033] [ 0.443302] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:09:41.033] [ 0.443345] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:09:41.033] [ 0.443389] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:09:41.033] [ 0.443433] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:09:41.033] [ 0.443476] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:09:41.036] [ 0.443519] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:09:41.036] [ 0.443562] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:09:41.036] [ 0.443767] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:09:41.058] [ 0.443811] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:09:41.060] [ 0.443855] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:09:41.060] [ 0.443898] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:09:41.060] [ 0.443941] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:09:41.060] [ 0.443999] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:09:41.087] [ 0.444042] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:09:41.087] [ 0.444085] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:09:41.087] [ 0.444129] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:09:41.087] [ 0.444172] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:09:41.087] [ 0.444215] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:09:41.089] [ 0.444258] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:09:41.115] [ 0.444301] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:09:41.115] [ 0.444344] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:09:41.115] [ 0.444893] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:09:41.115] [ 0.444939] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:09:41.115] [ 0.445110] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:09:41.134] [ 0.445280] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:09:41.134] [ 0.445449] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:09:41.134] [ 0.445613] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:09:41.136] [ 0.445782] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:09:41.163] [ 0.445827] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:09:41.163] [ 0.445871] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:09:41.163] [ 0.446048] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:09:41.163] [ 0.446218] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:09:41.163] [ 0.446388] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:09:41.176] [ 0.446433] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:09:41.190] [ 0.446580] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:09:41.190] [ 0.446627] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:09:41.205] [ 0.446690] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:09:41.205] [ 0.446902] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:09:41.205] [ 0.446946] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:09:41.207] [ 0.447170] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:09:41.207] [ 0.447184] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:09:41.231] [ 0.529520] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:09:41.234] [ 0.529612] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:09:41.234] [ 1.676386] console [ttyAMA0] enabled [2024-05-23 14:09:41.234] [ 1.684209] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:09:41.258] [ 1.713192] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:09:41.275] [ 1.723471] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:09:41.309] [ 1.734056] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:09:41.309] [ 1.744368] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:09:41.389] [ 1.844377] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:09:41.406] [ 1.860685] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:09:41.422] [ 1.867696] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:09:41.422] [ 1.874475] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:09:41.450] [ 1.880931] Linux video capture interface: = v2.00 [2024-05-23 14:09:41.450] [ 1.886779] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:41.450] [ 1.886784] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:09:41.465] [ 1.886788] 6 locks held by swapper/0/1: [2024-05-23 14:09:41.467] [ 1.886791] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:09:41.467] [ 1.886816] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:09:41.495] [ 1.886831] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:41.495] [ 1.886850] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:41.495] [ 1.886865] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:41.511] [ 1.886881] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:41.511] [ 1.886899] irq event stamp: 288110 [2024-05-23 14:09:41.526] [ 1.886905] hardirqs last enabled at = (288109): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:41.527] [ 1.886910] hardirqs last disabled at = (288110): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:41.557] [ 1.886917] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:41.557] [ 1.886920] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:41.557] [ 1.886923] Preemption disabled at: [2024-05-23 14:09:41.557] [ 1.886928] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:41.559] [ 1.886937] CPU: 3 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:09:41.584] [ 1.886939] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:41.584] [ 1.886943] Call trace: [2024-05-23 14:09:41.584] [ 1.886949] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:41.584] [ 1.886953] show_stack+0x14/0x20 [2024-05-23 14:09:41.584] [ 1.886959] dump_stack+0xb8/0xf0 [2024-05-23 14:09:41.584] [ 1.886964] ___might_sleep+0x178/0x210 [2024-05-23 14:09:41.587] [ 1.886968] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:41.614] [ 1.886972] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:41.614] [ 1.886978] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:41.614] [ 1.886985] gic_set_type+0x84/0x98 [2024-05-23 14:09:41.614] [ 1.886990] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:41.614] [ 1.886994] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:41.614] [ 1.886999] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:41.617] [ 1.887003] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:09:41.640] [ 1.887010] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:09:41.659] [ 1.887014] platform_drv_probe+0x58/0xb8 [2024-05-23 14:09:41.659] [ 1.887019] = driver_probe_device+0x228/0x410 [2024-05-23 14:09:41.659] [ 1.887024] __driver_attach+0xfc/0x118 [2024-05-23 14:09:41.659] [ 1.887029] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:09:41.659] [ 1.887034] driver_attach+0x20/0x28 [2024-05-23 14:09:41.659] [ 1.887038] bus_add_driver+0x220/0x268 [2024-05-23 14:09:41.662] [ 1.887043] driver_register+0x60/0xf8 [2024-05-23 14:09:41.662] [ 1.887047] = __platform_driver_register+0x44/0x50 [2024-05-23 14:09:41.662] [ 1.887054] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:09:41.662] [ 1.887059] do_one_initcall+0x50/0x15c [2024-05-23 14:09:41.686] [ 1.887065] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:09:41.690] [ 1.887070] kernel_init+0x10/0x100 [2024-05-23 14:09:41.690] [ 1.887075] ret_from_fork+0x10/0x18 [2024-05-23 14:09:41.690] [ 1.892758] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:09:41.690] [ 2.139990] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:09:41.727] [ 2.153602] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:09:41.727] [ 2.160653] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:09:41.727] [ 2.165255] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:09:41.727] [ 2.170057] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:09:41.739] [ 2.174882] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:09:41.739] [ 2.179437] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:09:41.778] [ 2.233673] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:09:41.792] [ 2.246382] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:41.809] [ 2.264715] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:41.827] [ 2.280555] NET: Registered protocol family = 2 [2024-05-23 14:09:41.842] [ 2.287815] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:09:41.842] [ 2.295435] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:09:41.858] [ 2.306594] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:09:41.861] [ 2.313987] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:09:41.893] [ 2.320760] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:09:41.893] [ 2.328934] NET: Registered protocol family = 1 [2024-05-23 14:09:41.983] [ 2.436482] audit: initializing netlink = subsys (disabled) [2024-05-23 14:09:41.990] [ 2.442836] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:09:42.006] [ 2.443404] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:09:42.074] [ 2.525416] fuse init (API version 7.26) [2024-05-23 14:09:42.093] [ 2.539480] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:09:42.096] [ 2.548955] io scheduler noop registered = (default) [2024-05-23 14:09:42.112] [ 2.553810] io scheduler mq-deadline = registered [2024-05-23 14:09:42.112] [ 2.558372] io scheduler kyber registered [2024-05-23 14:09:42.126] [ 2.569160] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:42.128] [ 2.576356] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:42.141] [ 2.582567] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:09:42.143] [ 2.590178] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:42.199] [ 2.652677] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:42.206] [ 2.660542] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:42.218] [ 2.665419] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:09:42.218] [ 2.670848] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:42.233] [ 2.671478] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:42.235] [ 2.682233] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:42.235] [ 2.688442] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:09:42.262] [ 2.696248] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:42.277] [ 2.720174] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:42.279] [ 2.726996] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:42.279] [ 2.731615] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:09:42.296] [ 2.737041] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:42.296] [ 2.737626] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:09:42.296] [ 2.748379] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:09:42.313] [ 2.754587] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:09:42.313] [ 2.762210] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:09:42.376] [ 2.828252] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:09:42.384] [ 2.835058] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:09:42.396] [ 2.839696] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:09:42.412] [ 2.845123] fbX_probe : update_type =3D 1=20 [2024-05-23 14:09:42.412] [ 2.854810] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:09:42.412] [ 2.864519] [INF][WDMA] tcc_wdma_init [2024-05-23 14:09:42.461] [ 2.869301] TCC WDMA Driver Initializing [2024-05-23 14:09:42.461] [ 2.876346] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:09:42.461] [ 2.882512] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:09:42.461] [ 2.893132] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:42.472] [ 2.905773] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:09:42.472] [ 2.915165] [CPU_ID] probe is done [2024-05-23 14:09:42.475] [ 2.918906] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:09:42.475] [ 2.925655] [DRAM_TOOL] probe is done [2024-05-23 14:09:42.502] [ 2.932902] MALI-G51 : r30p0-01eac0 [2024-05-23 14:09:42.502] [ 2.936428] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:09:42.502] [ 2.946594] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:42.522] [ 2.946599] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:09:42.536] [ 2.946604] 6 locks held by swapper/0/1: [2024-05-23 14:09:42.536] [ 2.946607] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:09:42.536] [ 2.946635] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:09:42.542] [ 2.946650] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:09:42.568] [ 2.946668] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:42.574] [ 2.946683] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:09:42.574] [ 2.946699] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:42.574] [ 2.946718] irq event stamp: 453802 [2024-05-23 14:09:42.574] [ 2.946723] hardirqs last enabled at = (453801): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:42.591] [ 2.946728] hardirqs last disabled at = (453802): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:09:42.591] [ 2.946736] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:42.620] [ 2.946740] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:42.620] [ 2.946742] Preemption disabled at: [2024-05-23 14:09:42.620] [ 2.946748] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:42.620] [ 2.946757] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:09:42.622] [ 2.946760] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:42.647] [ 2.946764] Call trace: [2024-05-23 14:09:42.647] [ 2.946770] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:42.647] [ 2.946775] show_stack+0x14/0x20 [2024-05-23 14:09:42.647] [ 2.946781] dump_stack+0xb8/0xf0 [2024-05-23 14:09:42.647] [ 2.946787] ___might_sleep+0x178/0x210 [2024-05-23 14:09:42.647] [ 2.946791] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:42.647] [ 2.946796] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:42.661] [ 2.946801] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:42.663] [ 2.946808] gic_set_type+0x84/0x98 [2024-05-23 14:09:42.663] [ 2.946813] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:42.689] [ 2.946818] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:42.702] [ 2.946823] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:42.702] [ 2.946829] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:09:42.702] [ 2.946836] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:09:42.702] [ 2.946840] kbase_device_init+0x78/0xf8 [2024-05-23 14:09:42.702] [ 2.946846] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:09:42.702] [ 2.946850] platform_drv_probe+0x58/0xb8 [2024-05-23 14:09:42.704] [ 2.946855] = driver_probe_device+0x228/0x410 [2024-05-23 14:09:42.704] [ 2.946860] __driver_attach+0xfc/0x118 [2024-05-23 14:09:42.704] [ 2.946865] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:09:42.729] [ 2.946870] driver_attach+0x20/0x28 [2024-05-23 14:09:42.745] [ 2.946875] bus_add_driver+0x220/0x268 [2024-05-23 14:09:42.745] [ 2.946879] driver_register+0x60/0xf8 [2024-05-23 14:09:42.745] [ 2.946884] = __platform_driver_register+0x44/0x50 [2024-05-23 14:09:42.745] [ 2.946891] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:09:42.745] [ 2.946895] do_one_initcall+0x50/0x15c [2024-05-23 14:09:42.745] [ 2.946902] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:09:42.761] [ 2.946908] kernel_init+0x10/0x100 [2024-05-23 14:09:42.761] [ 2.946913] ret_from_fork+0x10/0x18 [2024-05-23 14:09:42.761] [ 2.948677] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:09:42.776] [ 3.203530] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:09:42.776] [ 3.210269] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:09:42.779] [ 3.224525] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:09:42.779] [ 3.231524] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:09:42.806] [ 3.243686] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:09:42.806] [ 3.249904] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:09:42.806] [ 3.254286] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:09:42.823] [ 3.261853] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:09:42.860] [ 3.308679] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:09:42.877] [ 3.318541] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:09:42.882] [ 3.326457] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:09:42.884] [ 3.337934] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:09:42.925] [ 3.343218] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:09:42.925] [ 3.354290] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:09:42.925] [ 3.363137] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:09:42.956] [ 3.382141] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:09:42.962] [ 3.397862] libphy: Fixed MDIO Bus: probed [2024-05-23 14:09:42.962] [ 3.402827] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:09:42.963] [ 3.415889] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:09:42.978] [ 3.417763] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:09:42.978] [ 3.417817] [INFO][GAMC] gmac index : 1 [2024-05-23 14:09:42.978] [ 3.418489] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:09:42.980] [ 3.418497] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:09:43.009] [ 3.419437] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:09:43.009] [ 3.419450] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:09:43.009] [ 3.423269] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:09:43.009] [ 3.432425] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:09:43.009] [ 3.433507] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:43.011] [ 3.433519] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:09:43.036] [ 3.433526] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:09:43.036] [ 3.433538] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:43.036] [ 3.433549] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:09:43.036] [ 3.435138] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:09:43.051] [ 3.444542] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:09:43.053] [ 3.444551] usbhid: USB HID core driver [2024-05-23 14:09:43.053] [ 3.444919] optee: probing for conduit = method from DT. [2024-05-23 14:09:43.079] [ 3.444945] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:09:43.093] [ 3.447145] optee: initialized driver [2024-05-23 14:09:43.093] [ 3.448873] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:09:43.093] [ 3.448888] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:09:43.093] [ 3.448896] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:09:43.093] [ 3.448903] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:09:43.096] [ 3.448910] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:09:43.096] [ 3.448917] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:09:43.121] [ 3.448925] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:09:43.123] [ 3.448932] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:09:43.123] [ 3.450465] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:09:43.123] [ 3.450473] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:09:43.123] [ 3.457382] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:09:43.152] [ 3.475561] NET: Registered protocol family = 17 [2024-05-23 14:09:43.152] [ 3.476085] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:09:43.152] [ 3.480983] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:09:43.154] [ 3.606826] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:09:43.185] [ 3.618322] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:09:43.185] [ 3.623726] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:09:43.185] [ 3.630435] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:09:43.186] [ 3.637748] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:09:43.202] [ 3.645711] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:09:43.202] [ 3.645756] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:09:43.219] [ 3.655836] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:09:43.219] [ 3.655865] GPT:15269887 !=3D 15273599 [2024-05-23 14:09:43.219] [ 3.655873] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:09:43.237] [ 3.655881] GPT:15269887 !=3D 15273599 [2024-05-23 14:09:43.237] [ 3.655888] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:09:43.237] [ 3.656130] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:09:43.257] [ 3.702253] ALSA device list: [2024-05-23 14:09:43.257] [ 3.705260] No soundcards found. [2024-05-23 14:09:43.270] [ 3.711354] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:09:43.277] [ 3.732425] Freeing unused kernel memory: = 4160K [2024-05-23 14:09:43.294] Mounting devtmpfs [2024-05-23 14:09:43.295] [ 3.747729] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:09:43.311] Mounting procfs [2024-05-23 14:09:43.311] Mounting sysfs [2024-05-23 14:09:43.327] [ 3.781132] cat (95) used greatest stack = depth: 12480 bytes left [2024-05-23 14:09:43.344] [ 3.797333] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:09:43.387] [ 3.840832] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:09:43.397] [ 3.849737] mount (98) used greatest stack = depth: 11072 bytes left [2024-05-23 14:09:43.656] [ 4.110724] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:09:43.755] [ 4.208813] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:09:43.789] [ 4.236279] systemd[1]: Detected = architecture arm64. [2024-05-23 14:09:43.827]=20 [2024-05-23 14:09:43.827] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:09:43.842]=20 [2024-05-23 14:09:43.848] [ 4.297706] systemd[1]: Set hostname to = . [2024-05-23 14:09:43.863] [ 4.308912] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:09:43.876] [ 4.318194] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:09:44.104] [ 4.558240] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:09:44.135] [ 4.575339] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:09:44.166] [ 4.620106] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:09:44.178] [ 4.632210] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:09:44.371] [ 4.825421] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:09:44.446] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:09:44.478] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:09:44.495] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:09:44.512] [ OK ] Reached target Swap. [2024-05-23 14:09:44.529] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:09:44.531] [ OK ] Reached target Remote File Systems. [2024-05-23 14:09:44.551] [ OK ] Created slice system-getty.slice. [2024-05-23 14:09:44.582] [ OK ] Listening on Journal Socket. [2024-05-23 14:09:44.600] Mounting POSIX Message Queue File = System... [2024-05-23 14:09:44.631] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:09:44.663] Mounting Kernel Debug File System... [2024-05-23 14:09:44.681] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:09:44.711] [ 5.161411] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:09:44.729] Starting Apply Kernel Variables... [2024-05-23 14:09:44.754] Mounting Huge Pages File System... [2024-05-23 14:09:44.787] Starting mount data partition = service... [2024-05-23 14:09:44.812] [ OK ] Listening on udev Control Socket. [2024-05-23 14:09:44.835] Starting udev Coldplug all Devices... [2024-05-23 14:09:44.863] [ OK ] Created slice User and Session Slice. [2024-05-23 14:09:44.887] [ OK ] Reached target Slices. [2024-05-23 14:09:44.913] Mounting Configuration File System... [2024-05-23 14:09:44.933] [ 5.386667] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:44.946] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:09:44.969] [ OK ] Listening on Syslog Socket. [2024-05-23 14:09:44.995] Starting Journal Service... [2024-05-23 14:09:45.024] Mounting FUSE Control File System... [2024-05-23 14:09:45.046] [ OK ] Reached target Paths. [2024-05-23 14:09:45.101] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:09:45.130] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:09:45.148] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:09:45.179] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:09:45.196] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:09:45.223] [ OK ] Started mount data partition service. [2024-05-23 14:09:45.259] [ OK ] Mounted Configuration File System. [2024-05-23 14:09:45.289] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:09:45.312] [ OK ] Started Journal Service. [2024-05-23 14:09:45.346] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:09:45.393] Starting NS file System mount and = recovery.... [2024-05-23 14:09:45.436] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:09:45.441] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:09:45.479] Mounting /var/volatile... [2024-05-23 14:09:45.497] Mounting /tmp... [2024-05-23 14:09:45.512] [ OK ] Reached target Containers. [2024-05-23 14:09:45.529] [ 5.979617] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:45.563] Starting udev Kernel Device = Manager... [2024-05-23 14:09:45.617] [ 6.068658] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:45.707] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:09:45.715] [ 6.169002] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:09:45.813] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:09:45.847] [ OK ] Mounted /var/volatile. [2024-05-23 14:09:45.863] [ OK ] Mounted /tmp. [2024-05-23 14:09:45.944] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:09:45.980] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:09:46.145] [ 6.597856] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:09:46.161] Starting Bind mount volatile = /var/spool... [2024-05-23 14:09:46.197] Starting Bind mount volatile = /var/lib... [2024-05-23 14:09:46.222] Starting Bind mount volatile = /var/cache... [2024-05-23 14:09:46.257] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:09:46.363] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:09:46.467] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:09:46.498] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:09:46.531] Starting Load/Save Random Seed... [2024-05-23 14:09:46.544] [ OK ] Reached target Local File Systems. [2024-05-23 14:09:46.582] Starting netfilter persistent = configuration... [2024-05-23 14:09:46.614] Starting Create Volatile Files and = Directories... [2024-05-23 14:09:46.648] Starting AppArmor initialization... [2024-05-23 14:09:46.681] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:09:46.837] [ 7.290664] audit: type=3D1400 = audit(1550139121.176:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D260 comm=3D"apparmor_parser" [2024-05-23 14:09:46.873] [ 7.309053] audit: type=3D1400 = audit(1550139121.176:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:09:46.876] [ 7.325795] audit: type=3D1400 = audit(1550139121.176:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:09:46.893] [ 7.341914] audit: type=3D1400 = audit(1550139121.176:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:09:46.910] [[ 7.358272] audit: type=3D1400 = audit(1550139121.176:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:09:46.927] [ 7.374770] audit: type=3D1400 = audit(1550139121.176:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:09:46.944] OK ] [ 7.390613] audit: type=3D1400 = audit(1550139121.176:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:09:46.965] Started netfilter persistent configuration. [2024-05-23 14:09:46.983] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:09:47.015] [ OK ] Started AppArmor initialization. [2024-05-23 14:09:47.040] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:09:47.064] [ OK ] Reached target Network (Pre). [2024-05-23 14:09:47.091] Starting Network Service... [2024-05-23 14:09:47.134] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:09:47.165] [ OK ] Reached target System Initialization. [2024-05-23 14:09:47.181] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:09:47.195] [ OK ] Reached target Timers. [2024-05-23 14:09:47.215] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:09:47.227] [ OK ] Reached target Sockets. [2024-05-23 14:09:47.245] [ OK ] Reached target Basic System. [2024-05-23 14:09:47.281] [ OK ] Started System Logging Service. [2024-05-23 14:09:47.315] [ 7.761283] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:09:47.317] [ OK ] Started Kernel Logging Service. [2024-05-23 14:09:47.334] [ 7.786350] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:09:47.350] [ 7.790924] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:09:47.350] [ 7.796164] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:09:47.365] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:09:47.381] [ OK ] Started NS VSync Process. [2024-05-23 14:09:47.423] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:09:47.466] [ 7.919452] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:09:47.477] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:09:47.516] Starting Load Kernel Modules... [2024-05-23 14:09:47.549] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:09:47.556] Start /usr/bin/sys-fail-mon [2024-05-23 14:09:47.556] [ 8.006344] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:09:47.582] [ 8.020237] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:09:47.586] [ 8.021229] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:09:47.586] Starting Login Service... [2024-05-23 14:09:47.616] [ OK ] Started NS System Management Process. [2024-05-23 14:09:47.648] Starting NS Inter Domain Comm = Process... [2024-05-23 14:09:47.657] [ OK ] Started Network Service. [2024-05-23 14:09:47.674] [ 8.021243] [INFO][GMAC]=20 [2024-05-23 14:09:47.674] [ 8.117125] libphy: tcc-gmac-mdio: probed [2024-05-23 14:09:47.676] [ 8.130206] [INFO][GMAC] registered! [2024-05-23 14:09:47.693] [ OK ] Reached target Network. [2024-05-23 14:09:47.693] [ 8.140144] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:09:47.719] [ 8.146433] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:09:47.721] Starting udev Coldplug all Devices... [2024-05-23 14:09:47.721] [ 8.170732] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:09:47.738] [ 8.180261] Disabling lock debugging due to = kernel taint [2024-05-23 14:09:47.738] [ 8.183526] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:09:47.752] [ 8.183542] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:09:47.765] [ 8.183875] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:09:47.780] [ 8.183881] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:09:47.780] [ 8.187841] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:47.783] [ 8.188962] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:09:47.807] [ 8.188978] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:09:47.809] [ 8.191022] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:09:47.809] [ 8.191030] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:09:47.809] [ 8.193639] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:09:47.839] [ 8.238200] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:09:47.839] [ 8.238241] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:09:47.839] [ 8.238241] -- MASTER Configuration. [2024-05-23 14:09:47.839] [ 8.238241] -- Local Receiver Status Not = OK. [2024-05-23 14:09:47.842] [ 8.238241] -- Remote Receiver Status Not = OK. [2024-05-23 14:09:47.872] [ 8.238256] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:09:47.872] [ 8.238260] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:09:47.872] [ 8.238411] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:09:47.872] [ 8.238415] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:09:47.874] [ 8.238417] INFO: lockdep is turned off. [2024-05-23 14:09:47.900] [ 8.238418] irq event stamp: 72276 [2024-05-23 14:09:47.900] [ 8.238432] hardirqs last enabled at = (72275): [<0000000055370355>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:09:47.900] [ 8.238438] hardirqs last disabled at = (72276): [<00000000d06b0588>] __schedule+0xc8/0x730 [2024-05-23 14:09:47.900] [ 8.238445] softirqs last enabled at (0): = [<000000007f155372>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:09:47.916] [ 8.238447] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:09:47.916] [ 8.238449] Preemption disabled at: [2024-05-23 14:09:47.918] [ 8.238455] [<00000000a8d032d7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:09:47.946] [ 8.238462] CPU: 0 PID: 262 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:09:47.946] [ 8.238464] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:09:47.946] [ 8.238467] Call trace: [2024-05-23 14:09:47.946] [ 8.238471] dump_backtrace+0x0/0x1d8 [2024-05-23 14:09:47.946] [ 8.238475] show_stack+0x14/0x20 [2024-05-23 14:09:47.959] [ 8.238479] dump_stack+0xb8/0xf0 [2024-05-23 14:09:47.972] [ 8.238483] ___might_sleep+0x178/0x210 [2024-05-23 14:09:47.972] [ 8.238485] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:09:47.972] [ 8.238491] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:09:47.977] [ 8.238495] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:09:47.977] [ 8.238501] gic_set_type+0x84/0x98 [2024-05-23 14:09:47.977] [ 8.238505] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:09:47.977] [ 8.238508] __setup_irq+0x76c/0x7f8 [2024-05-23 14:09:48.000] [ 8.238512] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:09:48.015] [ 8.238518] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:09:48.015] [ 8.238522] __dev_open+0x100/0x150 [2024-05-23 14:09:48.015] [ 8.238525] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:09:48.015] [ 8.238528] dev_change_flags+0x20/0x60 [2024-05-23 14:09:48.015] [ 8.238532] do_setlink+0x3ec/0xc30 [2024-05-23 14:09:48.015] [ 8.238535] rtnl_setlink+0xcc/0x128 [2024-05-23 14:09:48.028] [ 8.238538] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:09:48.028] [ 8.238542] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:09:48.028] [ 8.238545] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:09:48.028] [ 8.238548] netlink_unicast+0x180/0x1f8 [2024-05-23 14:09:48.030] [ 8.238550] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:09:48.030] [ 8.238555] sock_sendmsg+0x3c/0x58 [2024-05-23 14:09:48.030] [ 8.238559] SyS_sendto+0xd0/0x140 [2024-05-23 14:09:48.030] [ 8.238562] el0_svc_naked+0x34/0x38 [2024-05-23 14:09:48.057] [ 8.238698] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:09:48.057] [ 8.243360] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:09:48.057] [ 8.243365] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:09:48.057] [ 8.243370] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:09:48.064] [ 8.243370] =20 [2024-05-23 14:09:48.064] [ 8.243681] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:09:48.087] [ 8.243879] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:09:48.102] [ 8.243883] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:09:48.102] [ 8.243887] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:09:48.102] [ 8.243887] =20 [2024-05-23 14:09:48.102] [ 8.244159] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:09:48.102] [ 8.244174] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:09:48.115] [ 8.244178] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:09:48.115] [ 8.244182] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:09:48.115] [ 8.244190] [INFO][GMAC] --] phy_start: : [2024-05-23 14:09:48.115] [ 8.244367] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:09:48.130] [ 8.310379] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:09:48.130] [ 8.338746] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:09:48.149] [ 8.341455] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:09:48.149] [ 8.346210] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:09:48.149] [ 8.347678] Done!! [2024-05-23 14:09:48.149] [ 8.352073] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.162] [ 8.422555] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:09:48.162] [ 8.424796] Done!! [2024-05-23 14:09:48.162] [ 8.460010] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.162] [ 8.514734] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:09:48.165] [ 8.517906] Done!! [2024-05-23 14:09:48.165] [ 8.567997] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.165] Starting Permit User Sessions... [2024-05-23 14:09:48.197] Starting Wait for Network to be = Configured... [2024-05-23 14:09:48.197] [ OK ] Started Load Kernel Modules. [2024-05-23 14:09:48.197] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:09:48.226] [ OK ] Started Permit User Sessions. [2024-05-23 14:09:48.229] parents, child is 324 [2024-05-23 14:09:48.244] [ 8.683482] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.246] [IDC]Start. [2024-05-23 14:09:48.246] [ 8.696504] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:09:48.274] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:09:48.274] [IDC](A7)ConnectReq 0 [2024-05-23 14:09:48.274] [IDC](A7)do_connect 0 [2024-05-23 14:09:48.274] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:09:48.274] [IDC](A7)Tx start session req 1 [2024-05-23 14:09:48.274] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:09:48.274] [IDC](R5)ConnectReq 0 [2024-05-23 14:09:48.274] [IDC](R5)do_connect 0 [2024-05-23 14:09:48.274] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:09:48.277] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:09:48.300] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:09:48.329] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:09:48.329] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:09:48.329] [ OK ] Started Getty on tty1. [2024-05-23 14:09:48.329] [ OK ] Reached target Login Prompts. [2024-05-23 14:09:48.329] [ OK ] Started Cluster Framework. [2024-05-23 14:09:48.347] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:09:48.347] [IDC](A7)Session connected. [2024-05-23 14:09:48.347] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:09:48.347] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:09:48.347] [IDC](R5)Session connected.2 [2024-05-23 14:09:48.347] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:09:48.347] [ OK ] Started HUD Framework. [2024-05-23 14:09:48.347] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:09:48.350] [ OK ] Started Nvm Process. [2024-05-23 14:09:48.350] [ 8.803127] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.406] [ OK ] Started NS hsm control application. [2024-05-23 14:09:48.459] [ 8.912597] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.483] [ OK ] Started Diagnosis Framework. [2024-05-23 14:09:48.511] [ OK ] Started Diagnosis Transport. [2024-05-23 14:09:48.533] [ OK ] Started NS Software Update. [2024-05-23 14:09:48.567] [ 9.010231] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:09:48.574] [ 9.024337] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.601] [ OK ] Started NS Secondary Verify. [2024-05-23 14:09:48.674] [ OK ] Started Login Service. [2024-05-23 14:09:48.686] [ 9.140030] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.701] [ OK ] Reached target Multi-User System. [2024-05-23 14:09:48.701] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:09:48.734] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:09:48.766] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:09:48.800] [ 9.252407] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:48.804] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:09:48.911] [ 9.364047] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:09:49.481] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:09:49.517] [ 9.951927] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:09:49.522] [ 9.951943] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:09:50.458] [ 10.908944] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:09:50.464] [ 10.908951] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:09:54.568]=20 [2024-05-23 14:09:54.568] telechips-nsp1-release login:=20 [2024-05-23 14:09:58.921]=20 [2024-05-23 14:09:58.921] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:09:58.937]=20 [2024-05-23 14:09:58.937] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:09:58.937] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:09:58.937] DRAM: 2 GiB [2024-05-23 14:09:58.981] MMC: sdhc@0x16440000: 0 [2024-05-23 14:09:59.251]=20 [2024-05-23 14:09:59.251] HW Partition tyep is UserData [2024-05-23 14:09:59.253] In: serial [2024-05-23 14:09:59.274] Out: serial [2024-05-23 14:09:59.274] Err: serial [2024-05-23 14:09:59.326] Boot in the UserData environment(0) [2024-05-23 14:09:59.331] Non-secure boot (secure boot flag is clear) [2024-05-23 14:09:59.345] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:09:59.345] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:09:59.345] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:09:59.359] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:09:59.361] Booting using the fdt blob at 0x23000000 [2024-05-23 14:09:59.361] Loading Kernel Image [2024-05-23 14:09:59.385] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:09:59.387] OPTEE is enabled [2024-05-23 14:09:59.387]=20 [2024-05-23 14:09:59.387] Starting kernel ... [2024-05-23 14:09:59.387]=20 [2024-05-23 14:10:00.308] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:10:00.313] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:10:00.329] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:10:00.344] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:10:00.360] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:10:00.360] [ 0.000000] efi: UEFI not found. [2024-05-23 14:10:00.360] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:10:00.371] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:10:00.371] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:10:00.374] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:10:00.400] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:10:00.400] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:10:00.400] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:10:00.403] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:10:00.431] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:10:00.431] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:10:00.431] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:10:00.444] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:10:00.446] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:10:00.469] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:10:00.472] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:10:00.472] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:10:00.496] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:10:00.507] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:10:00.507] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:10:00.507] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:10:00.510] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:10:00.535] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:10:00.547] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:10:00.547] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:10:00.547] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:10:00.561] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:10:00.561] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:10:00.561] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:10:00.563] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:10:00.563] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:10:00.589] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:10:00.602] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:10:00.602] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:10:00.602] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:10:00.602] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:10:00.609] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:10:00.638] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:10:00.638] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:10:00.638] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:10:00.661] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:10:00.678] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:10:00.678] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:10:00.678] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:10:00.698] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:10:00.698] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:10:00.701] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:10:00.701] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:10:00.701] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:10:00.729] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:10:00.729] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:10:00.729] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:10:00.731] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:10:00.760] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:10:00.760] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:10:00.760] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:10:00.762] [ 0.000000] Running RCU self tests [2024-05-23 14:10:00.786] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:10:00.799] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:10:00.799] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:10:00.799] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:10:00.799] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:10:00.810] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:10:00.810] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:10:00.810] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:10:00.812] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:10:00.812] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:10:00.839] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:10:00.839] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:10:00.839] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:10:00.841] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:10:00.868] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:10:00.868] [ 0.001722] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:10:00.868] [ 0.001725] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:10:00.868] [ 0.001728] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:10:00.870] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:10:00.893] [ 0.001733] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:10:00.895] [ 0.001736] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:10:00.895] [ 0.001739] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:10:00.895] [ 0.001741] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:10:00.895] [ 0.001744] memory used by lock dependency = info: 7903 kB [2024-05-23 14:10:00.917] [ 0.001747] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:10:00.921] [ 0.001787] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:10:00.921] [ 0.001795] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:10:00.921] [ 0.002290] Security Framework initialized [2024-05-23 14:10:00.921] [ 0.002415] AppArmor: AppArmor initialized [2024-05-23 14:10:00.935] [ 0.002659] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:10:00.939] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:10:00.962] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:10:00.979] [ 0.035859] Hierarchical SRCU = implementation. [2024-05-23 14:10:00.979] [ 0.062292] EFI services will not be = available. [2024-05-23 14:10:00.979] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:10:00.979] [ 0.120757] Detected VIPT I-cache on CPU1 [2024-05-23 14:10:00.979] [ 0.120829] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:10:00.994] [ 0.165000] Detected VIPT I-cache on CPU2 [2024-05-23 14:10:00.994] [ 0.165058] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:10:00.994] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:10:00.994] [ 0.209334] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:10:01.010] [ 0.209709] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:10:01.011] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:10:01.011] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:10:01.011] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:10:01.013] [ 0.209968] alternatives: patching kernel = code [2024-05-23 14:10:01.013] [ 0.210513] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:10:01.013] [ 0.213115] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:10:01.037] [ 0.213706] devtmpfs: initialized [2024-05-23 14:10:01.037] [ 0.403392] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:10:01.037] [ 0.403656] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:10:01.037] [ 0.412432] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:10:01.055] [ 0.413357] chipinfo: TCC8030 Rev02 [2024-05-23 14:10:01.055] [ 0.413372] chipinfo: SiP Service v0.1.56 [2024-05-23 14:10:01.070] [ 0.418675] NET: Registered protocol family = 16 [2024-05-23 14:10:01.070] [ 0.422646] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:10:01.070] [ 0.424616] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:10:01.098] [ 0.426327] cpuidle: using governor menu [2024-05-23 14:10:01.098] [ 0.426596] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:10:01.112] [ 0.440695] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:10:01.112] [ 0.441184] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:10:01.112] [ 0.441231] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:10:01.112] [ 0.441275] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:10:01.112] [ 0.441318] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:10:01.112] [ 0.441362] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:10:01.124] [ 0.441405] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:10:01.124] [ 0.441449] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:10:01.146] [ 0.441492] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:10:01.146] [ 0.441535] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:10:01.146] [ 0.441579] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:10:01.162] [ 0.441622] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:10:01.162] [ 0.441666] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:10:01.162] [ 0.441727] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:10:01.162] [ 0.441771] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:10:01.174] [ 0.441814] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:10:01.174] [ 0.441857] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:10:01.174] [ 0.441981] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:10:01.174] [ 0.442025] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:10:01.183] [ 0.442433] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:10:01.183] [ 0.442477] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:10:01.186] [ 0.442521] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:10:01.186] [ 0.442564] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:10:01.206] [ 0.442607] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:10:01.210] [ 0.442651] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:10:01.210] [ 0.442694] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:10:01.210] [ 0.442738] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:10:01.233] [ 0.442780] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:10:01.246] [ 0.442824] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:10:01.246] [ 0.442880] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:10:01.246] [ 0.442924] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:10:01.246] [ 0.443165] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:10:01.246] [ 0.443208] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:10:01.248] [ 0.443252] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:10:01.248] [ 0.443295] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:10:01.271] [ 0.443339] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:10:01.287] [ 0.443382] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:10:01.287] [ 0.443425] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:10:01.287] [ 0.443620] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:10:01.287] [ 0.443663] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:10:01.298] [ 0.443707] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:10:01.298] [ 0.443750] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:10:01.298] [ 0.443793] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:10:01.311] [ 0.443836] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:10:01.311] [ 0.443879] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:10:01.311] [ 0.443936] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:10:01.314] [ 0.443980] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:10:01.314] [ 0.444023] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:10:01.338] [ 0.444066] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:10:01.351] [ 0.444109] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:10:01.351] [ 0.444152] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:10:01.351] [ 0.444196] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:10:01.351] [ 0.444729] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:10:01.362] [ 0.444786] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:10:01.362] [ 0.444960] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:10:01.362] [ 0.445133] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:10:01.364] [ 0.445302] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:10:01.364] [ 0.445468] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:10:01.388] [ 0.445636] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:10:01.391] [ 0.445680] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:10:01.391] [ 0.445724] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:10:01.391] [ 0.445890] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:10:01.391] [ 0.446195] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:10:01.414] [ 0.446385] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:10:01.426] [ 0.446430] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:10:01.426] [ 0.446473] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:10:01.426] [ 0.446517] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:10:01.426] [ 0.446560] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:10:01.428] [ 0.446750] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:10:01.428] [ 0.446814] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:10:01.452] [ 0.447030] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:10:01.454] [ 0.447044] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:10:01.454] [ 0.529387] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:10:01.454] [ 0.529478] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:10:01.478] [ 1.676226] console [ttyAMA0] enabled [2024-05-23 14:10:01.486] [ 1.683900] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:10:01.490] [ 1.712781] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:10:01.505] [ 1.723058] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:10:01.522] [ 1.733654] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:10:01.527] [ 1.743977] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:10:01.622] [ 1.843776] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:10:01.645] [ 1.859950] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:10:01.647] [ 1.866846] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:10:01.673] [ 1.873631] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:10:01.673] [ 1.880001] Linux video capture interface: = v2.00 [2024-05-23 14:10:01.673] [ 1.885737] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:01.685] [ 1.885741] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:10:01.685] [ 1.885745] 6 locks held by swapper/0/1: [2024-05-23 14:10:01.702] [ 1.885748] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:10:01.704] [ 1.885773] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:10:01.727] [ 1.885788] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:01.740] [ 1.885807] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:01.740] [ 1.885821] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:01.742] [ 1.885837] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:01.742] [ 1.885855] irq event stamp: 288028 [2024-05-23 14:10:01.765] [ 1.885861] hardirqs last enabled at = (288027): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:01.780] [ 1.885866] hardirqs last disabled at = (288028): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:01.780] [ 1.885873] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:01.796] [ 1.885877] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:01.796] [ 1.885879] Preemption disabled at: [2024-05-23 14:10:01.812] [ 1.885884] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:01.812] [ 1.885893] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:10:01.812] [ 1.885896] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:01.814] [ 1.885900] Call trace: [2024-05-23 14:10:01.814] [ 1.885906] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:01.814] [ 1.885911] show_stack+0x14/0x20 [2024-05-23 14:10:01.814] [ 1.885916] dump_stack+0xb8/0xf0 [2024-05-23 14:10:01.814] [ 1.885922] ___might_sleep+0x178/0x210 [2024-05-23 14:10:01.845] [ 1.885926] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:01.845] [ 1.885930] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:01.845] [ 1.885936] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:01.845] [ 1.885942] gic_set_type+0x84/0x98 [2024-05-23 14:10:01.845] [ 1.885947] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:01.845] [ 1.885952] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:01.849] [ 1.885957] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:01.849] [ 1.885961] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:10:01.873] [ 1.885967] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:10:01.887] [ 1.885972] platform_drv_probe+0x58/0xb8 [2024-05-23 14:10:01.887] [ 1.885977] = driver_probe_device+0x228/0x410 [2024-05-23 14:10:01.887] [ 1.885982] __driver_attach+0xfc/0x118 [2024-05-23 14:10:01.887] [ 1.885987] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:10:01.887] [ 1.885991] driver_attach+0x20/0x28 [2024-05-23 14:10:01.887] [ 1.885996] bus_add_driver+0x220/0x268 [2024-05-23 14:10:01.891] [ 1.886001] driver_register+0x60/0xf8 [2024-05-23 14:10:01.891] [ 1.886005] = __platform_driver_register+0x44/0x50 [2024-05-23 14:10:01.891] [ 1.886012] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:10:01.915] [ 1.886017] do_one_initcall+0x50/0x15c [2024-05-23 14:10:01.928] [ 1.886024] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:10:01.928] [ 1.886029] kernel_init+0x10/0x100 [2024-05-23 14:10:01.928] [ 1.886033] ret_from_fork+0x10/0x18 [2024-05-23 14:10:01.928] [ 1.891716] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:10:01.928] [ 2.138941] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:10:01.945] [ 2.152558] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:10:01.947] [ 2.159588] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:10:01.947] [ 2.164188] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:10:01.947] [ 2.168991] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:10:01.980] [ 2.173815] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:10:01.980] [ 2.178369] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:10:02.009] [ 2.232502] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:10:02.022] [ 2.245011] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:02.040] [ 2.263273] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:02.056] [ 2.278733] NET: Registered protocol family = 2 [2024-05-23 14:10:02.070] [ 2.286388] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:10:02.072] [ 2.294003] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:10:02.097] [ 2.305187] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:10:02.097] [ 2.312534] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:10:02.099] [ 2.319378] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:10:02.113] [ 2.327777] NET: Registered protocol family = 1 [2024-05-23 14:10:02.216] [ 2.435654] audit: initializing netlink = subsys (disabled) [2024-05-23 14:10:02.221] [ 2.441901] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:10:02.237] [ 2.442528] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:10:02.302] [ 2.524544] fuse init (API version 7.26) [2024-05-23 14:10:02.329] [ 2.542499] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:10:02.331] [ 2.552234] io scheduler noop registered = (default) [2024-05-23 14:10:02.348] [ 2.557308] io scheduler mq-deadline = registered [2024-05-23 14:10:02.348] [ 2.561872] io scheduler kyber registered [2024-05-23 14:10:02.362] [ 2.572388] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:02.368] [ 2.579526] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:02.368] [ 2.585737] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:10:02.381] [ 2.593348] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:02.433] [ 2.655617] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:02.440] [ 2.663390] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:02.461] [ 2.668267] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:10:02.461] [ 2.673695] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:02.461] [ 2.674309] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:02.463] [ 2.685065] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:02.492] [ 2.691273] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:10:02.492] [ 2.698830] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:02.500] [ 2.722845] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:02.518] [ 2.729636] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:02.518] [ 2.734269] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:10:02.521] [ 2.739696] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:02.545] [ 2.740256] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:02.563] [ 2.751008] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:02.563] [ 2.757216] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:10:02.563] [ 2.764833] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:02.608] [ 2.830446] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:02.616] [ 2.837241] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:02.629] [ 2.841836] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:10:02.646] [ 2.847263] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:02.648] [ 2.857160] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:10:02.648] [ 2.866788] [INF][WDMA] tcc_wdma_init [2024-05-23 14:10:02.664] [ 2.871687] TCC WDMA Driver Initializing [2024-05-23 14:10:02.677] [ 2.879108] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:10:02.677] [ 2.885222] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:10:02.679] [ 2.895711] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:02.705] [ 2.908343] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:10:02.705] [ 2.917705] [CPU_ID] probe is done [2024-05-23 14:10:02.705] [ 2.921449] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:10:02.706] [ 2.928284] [DRAM_TOOL] probe is done [2024-05-23 14:10:02.720] [ 2.935629] MALI-G51 : r30p0-01eac0 [2024-05-23 14:10:02.720] [ 2.939156] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:10:02.746] [ 2.948952] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:02.749] [ 2.948957] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:10:02.749] [ 2.948962] 6 locks held by swapper/0/1: [2024-05-23 14:10:02.750] [ 2.948965] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:10:02.764] [ 2.948993] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:10:02.766] [ 2.949008] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:02.791] [ 2.949026] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:02.791] [ 2.949041] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:02.791] [ 2.949057] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:02.807] [ 2.949077] irq event stamp: 453650 [2024-05-23 14:10:02.807] [ 2.949082] hardirqs last enabled at = (453649): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:02.823] [ 2.949087] hardirqs last disabled at = (453650): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:02.823] [ 2.949095] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:02.840] [ 2.949098] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:02.840] [ 2.949101] Preemption disabled at: [2024-05-23 14:10:02.853] [ 2.949106] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:02.863] [ 2.949116] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:10:02.863] [ 2.949118] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:02.880] [ 2.949122] Call trace: [2024-05-23 14:10:02.880] [ 2.949128] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:02.882] [ 2.949133] show_stack+0x14/0x20 [2024-05-23 14:10:02.882] [ 2.949138] dump_stack+0xb8/0xf0 [2024-05-23 14:10:02.882] [ 2.949144] ___might_sleep+0x178/0x210 [2024-05-23 14:10:02.882] [ 2.949148] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:02.882] [ 2.949152] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:02.903] [ 2.949158] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:02.903] [ 2.949165] gic_set_type+0x84/0x98 [2024-05-23 14:10:02.903] [ 2.949170] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:02.903] [ 2.949175] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:02.903] [ 2.949180] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:02.906] [ 2.949187] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:10:02.931] [ 2.949193] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:10:02.931] [ 2.949197] kbase_device_init+0x78/0xf8 [2024-05-23 14:10:02.931] [ 2.949204] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:10:02.931] [ 2.949208] platform_drv_probe+0x58/0xb8 [2024-05-23 14:10:02.931] [ 2.949213] = driver_probe_device+0x228/0x410 [2024-05-23 14:10:02.933] [ 2.949218] __driver_attach+0xfc/0x118 [2024-05-23 14:10:02.958] [ 2.949223] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:10:02.958] [ 2.949228] driver_attach+0x20/0x28 [2024-05-23 14:10:02.958] [ 2.949233] bus_add_driver+0x220/0x268 [2024-05-23 14:10:02.958] [ 2.949237] driver_register+0x60/0xf8 [2024-05-23 14:10:02.958] [ 2.949242] = __platform_driver_register+0x44/0x50 [2024-05-23 14:10:02.958] [ 2.949249] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:10:02.961] [ 2.949254] do_one_initcall+0x50/0x15c [2024-05-23 14:10:02.986] [ 2.949261] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:10:02.986] [ 2.949266] kernel_init+0x10/0x100 [2024-05-23 14:10:02.986] [ 2.949271] ret_from_fork+0x10/0x18 [2024-05-23 14:10:02.986] [ 2.950881] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:10:02.986] [ 3.205791] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:10:03.000] [ 3.212530] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:10:03.012] [ 3.226510] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:10:03.018] [ 3.233547] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:10:03.043] [ 3.245719] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:10:03.046] [ 3.251936] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:10:03.046] [ 3.256318] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:10:03.046] [ 3.263913] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:10:03.089] [ 3.311661] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:10:03.109] [ 3.319400] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:10:03.112] [ 3.329130] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:10:03.128] [ 3.339786] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:10:03.128] [ 3.347129] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:10:03.162] [ 3.358203] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:10:03.162] [ 3.367132] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:10:03.174] [ 3.385661] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:10:03.189] [ 3.401106] libphy: Fixed MDIO Bus: probed [2024-05-23 14:10:03.189] [ 3.406076] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:10:03.208] [ 3.419565] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:10:03.211] [ 3.424095] [INFO][GAMC] gmac index : 1 [2024-05-23 14:10:03.211] [ 3.428537] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:10:03.215] [ 3.433749] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:10:03.253] [ 3.440169] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:10:03.253] [ 3.444607] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:10:03.253] [ 3.450023] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:10:03.253] [ 3.454092] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:10:03.253] [ 3.460684] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:10:03.258] [ 3.462760] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:10:03.258] [ 3.464066] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:03.258] [ 3.464079] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:10:03.277] [ 3.464085] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:10:03.279] [ 3.464097] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:03.279] [ 3.464110] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:10:03.279] [ 3.465730] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:10:03.305] [ 3.474816] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:10:03.305] [ 3.474825] usbhid: USB HID core driver [2024-05-23 14:10:03.305] [ 3.475298] optee: probing for conduit = method from DT. [2024-05-23 14:10:03.305] [ 3.475323] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:10:03.305] [ 3.477101] optee: initialized driver [2024-05-23 14:10:03.318] [ 3.478774] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:10:03.320] [ 3.478789] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:10:03.320] [ 3.478796] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:10:03.345] [ 3.478803] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:10:03.345] [ 3.478811] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:10:03.345] [ 3.478818] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:10:03.345] [ 3.478825] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:10:03.358] [ 3.478832] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:10:03.372] [ 3.480775] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:10:03.376] [ 3.480784] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:10:03.376] [ 3.487646] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:10:03.376] [ 3.507264] NET: Registered protocol family = 17 [2024-05-23 14:10:03.414] [ 3.507748] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:10:03.414] [ 3.512592] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:10:03.414] [ 3.625449] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:10:03.423] [ 3.630867] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:10:03.423] [ 3.637491] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:10:03.425] [ 3.644843] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:10:03.451] [ 3.664635] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:10:03.451] [ 3.672417] GPT:15269887 !=3D 15273599 [2024-05-23 14:10:03.465] [ 3.676033] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:10:03.479] [ 3.678786] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:03.479] [ 3.678833] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:10:03.484] [ 3.680656] ALSA device list: [2024-05-23 14:10:03.484] [ 3.680664] No soundcards found. [2024-05-23 14:10:03.484] [ 3.702759] GPT:15269887 !=3D 15273599 [2024-05-23 14:10:03.508] [ 3.702794] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:10:03.511] [ 3.703079] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:10:03.511] [ 3.729038] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:10:03.540] [ 3.750228] Freeing unused kernel memory: = 4160K [2024-05-23 14:10:03.543] Mounting devtmpfs [2024-05-23 14:10:03.562] [ 3.765733] mount (91) used greatest stack = depth: 13136 bytes left [2024-05-23 14:10:03.564] Mounting procfs [2024-05-23 14:10:03.564] Mounting sysfs [2024-05-23 14:10:03.564] [ 3.784627] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:10:03.589] [ 3.812105] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:10:03.635] [ 3.857846] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:10:03.645] [ 3.866737] mount (98) used greatest stack = depth: 11840 bytes left [2024-05-23 14:10:03.668] [ 3.882216] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:10:03.911] [ 4.132838] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:10:04.009] [ 4.229462] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:10:04.038] [ 4.256876] systemd[1]: Detected = architecture arm64. [2024-05-23 14:10:04.077]=20 [2024-05-23 14:10:04.079] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:10:04.090]=20 [2024-05-23 14:10:04.102] [ 4.316690] systemd[1]: Set hostname to = . [2024-05-23 14:10:04.106] [ 4.328009] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:10:04.120] [ 4.337263] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:10:04.364] [ 4.585970] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:10:04.393] [ 4.603104] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:10:04.425] [ 4.647580] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:10:04.439] [ 4.659685] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:10:04.630] [ 4.852223] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:10:04.707] [ OK ] Reached target Swap. [2024-05-23 14:10:04.719] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:10:04.739] [ OK ] Listening on Syslog Socket. [2024-05-23 14:10:04.757] [ OK ] Created slice User and Session Slice. [2024-05-23 14:10:04.772] [ OK ] Reached target Slices. [2024-05-23 14:10:04.792] [ OK ] Listening on Journal Socket. [2024-05-23 14:10:04.832] Starting Apply Kernel Variables... [2024-05-23 14:10:04.856] Starting mount data partition = service... [2024-05-23 14:10:04.878] [ OK ] Reached target Remote File Systems. [2024-05-23 14:10:04.898] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:10:04.923] Mounting POSIX Message Queue File = System... [2024-05-23 14:10:04.977] Mounting Configuration File System... [2024-05-23 14:10:05.001] [ OK ] Created slice system-getty.slice. [2024-05-23 14:10:05.018] [ 5.241488] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:05.039] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:10:05.066] Mounting FUSE Control File System... [2024-05-23 14:10:05.073] [ OK ] Reached target Paths. [2024-05-23 14:10:05.102] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:10:05.131] Mounting Kernel Debug File System... [2024-05-23 14:10:05.162] Starting Journal Service... [2024-05-23 14:10:05.192] Mounting Huge Pages File System... [2024-05-23 14:10:05.225] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:10:05.248] [ OK ] Listening on udev Control Socket. [2024-05-23 14:10:05.265] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:10:05.283] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:10:05.356] [ 5.523159] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:10:05.374] Starting udev Coldplug all Devices... [2024-05-23 14:10:05.419] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:10:05.449] [ OK ] Started mount data partition service. [2024-05-23 14:10:05.465] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:10:05.478] [ OK ] Mounted Configuration File System. [2024-05-23 14:10:05.496] [ OK ] Started Journal Service. [2024-05-23 14:10:05.533] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:10:05.552] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:10:05.572] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:10:05.638] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:10:05.638] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:10:05.664] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:10:05.670] [ OK ] Reached target Containers. [2024-05-23 14:10:05.699] Mounting /tmp... [2024-05-23 14:10:05.733] Mounting /var/volatile... [2024-05-23 14:10:05.759] Starting udev Kernel Device = Manager... [2024-05-23 14:10:05.789] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:10:05.822] Starting NS file System mount and = recovery.... [2024-05-23 14:10:05.855] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:10:05.900] [ OK ] Mounted /tmp. [2024-05-23 14:10:05.929] [ OK ] Mounted /var/volatile. [2024-05-23 14:10:05.949] [ 6.167334] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:06.042] [ 6.263286] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:06.111] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:10:06.146] [ 6.368250] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:06.256] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:10:06.368] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:10:06.477] [ 6.699533] systemd-journald[123]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:10:06.501] Starting Bind mount volatile = /var/lib... [2024-05-23 14:10:06.533] Starting Bind mount volatile = /var/spool... [2024-05-23 14:10:06.567] Starting Bind mount volatile = /var/cache... [2024-05-23 14:10:06.592] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:10:06.807] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:10:06.835] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:10:06.867] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:10:06.898] Starting Load/Save Random Seed... [2024-05-23 14:10:06.914] [ OK ] Reached target Local File Systems. [2024-05-23 14:10:06.943] Starting AppArmor initialization... [2024-05-23 14:10:06.967] Starting netfilter persistent = configuration... [2024-05-23 14:10:07.001] Starting Create Volatile Files and = Directories... [2024-05-23 14:10:07.033] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:10:07.120] [ 7.338877] audit: type=3D1400 = audit(1550139121.200:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D252 comm=3D"apparmor_parser" [2024-05-23 14:10:07.151] [ 7.358167] audit: type=3D1400 = audit(1550139121.204:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:10:07.177] [ OK ] Started [ 7.377336] audit: = type=3D1400 audit(1550139121.204:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D252 comm=3D"apparmor_parser" [2024-05-23 14:10:07.185] AppArmor initialization. [2024-05-23 14:10:07.185] [ 7.396392] audit: type=3D1400 = audit(1550139121.204:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:10:07.202] [ 7.414046] audit: type=3D1400 = audit(1550139121.204:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:10:07.232] [ 7.430888] audit: type=3D1400 = audit(1550139121.204:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:10:07.234] [ 7.453677] audit: type=3D1400 = audit(1550139121.204:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:10:07.261] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:10:07.284] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:10:07.443] [ OK ] Reached target Network (Pre). [2024-05-23 14:10:07.474] Starting Network Service... [2024-05-23 14:10:07.501] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:10:07.553] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:10:07.585] [ OK ] Reached target System Initialization. [2024-05-23 14:10:07.600] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:10:07.618] [ OK ] Reached target Timers. [2024-05-23 14:10:07.632] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:10:07.652] [ OK ] Reached target Sockets. [2024-05-23 14:10:07.681] [ OK ] Reached target Basic System. [2024-05-23 14:10:07.701] [ 7.909752] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:10:07.720] [ OK ] Started Kernel Logging Service. [2024-05-23 14:10:07.727] [ 7.945858] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:10:07.741] [ 7.950447] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:10:07.746] [ 7.955129] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:10:07.746] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:10:07.775] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:10:07.833] Starting Load Kernel Modules... [2024-05-23 14:10:07.863] [ OK ] Started System Logging Service. [2024-05-23 14:10:07.908] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:10:07.914] [ 8.134712] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:10:07.930] [ 8.143300] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:10:07.930] [ 8.150658] Disabling lock debugging due to = kernel taint [2024-05-23 14:10:07.944] [ OK ] Started NS VSync Process. [2024-05-23 14:10:07.970] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:10:07.972] [ 8.187014] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:10:07.972] [ 8.191400] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:10:08.009] [ OK ] Started 8.191410] [INFO][GMAC]=20 [2024-05-23 14:10:08.014] 39mNS System Management Process = ns_vsync_register_isr irq_num:85 [2024-05-23 14:10:08.029] [0m. [2024-05-23 14:10:08.029] Start /usr/bin/sys-fail-mon [2024-05-23 14:10:08.029] Star[ 8.242903] libphy: = tcc-gmac-mdio: probed [2024-05-23 14:10:08.032] ting NS Inter Domain Co[ 8.250002] = [INFO][GMAC] registered! [2024-05-23 14:10:08.058] mm Process... [2024-05-23 14:10:08.058] [ 8.256958] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:10:08.058] [ 8.262727] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:10:08.058] Starting Login Service... [2024-05-23 14:10:08.071] [ OK ] Started Network Service. [2024-05-23 14:10:08.085] [ 8.292111] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:10:08.088] [ 8.297813] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:10:08.088] [ 8.297882] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:10:08.113] [ 8.314135] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:10:08.113] [ 8.322505] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:10:08.113] [ 8.329819] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:08.132] [ 8.342539] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:10:08.134] [ 8.348238] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:10:08.157] [ 8.350153] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:10:08.159] [ 8.350194] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:10:08.159] [ 8.350194] -- MASTER Configuration. [2024-05-23 14:10:08.159] [ 8.350194] -- Local Receiver Status Not = OK. [2024-05-23 14:10:08.159] [ 8.350194] -- Remote Receiver Status Not = OK. [2024-05-23 14:10:08.182] [ 8.350212] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:10:08.196] [ 8.350216] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:10:08.196] [ 8.350418] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:08.196] [ 8.350422] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:10:08.198] [ 8.350424] INFO: lockdep is turned off. [2024-05-23 14:10:08.198] [ 8.350426] irq event stamp: 70400 [2024-05-23 14:10:08.198] [ 8.350444] hardirqs last enabled at = (70399): [<00000000e13d083d>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:08.222] [ 8.350449] hardirqs last disabled at = (70400): [<000000009e92c1a4>] __schedule+0xc8/0x730 [2024-05-23 14:10:08.222] [ 8.350457] softirqs last enabled at (0): = [<00000000b9ff09f5>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:08.235] [ 8.350459] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:08.238] [ 8.350461] Preemption disabled at: [2024-05-23 14:10:08.238] [ 8.350468] [<00000000fe376863>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:08.263] [ 8.350476] CPU: 3 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:10:08.269] [ 8.350478] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:08.269] [ 8.350482] Call trace: [2024-05-23 14:10:08.269] [ 8.350486] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:08.269] [ 8.350490] show_stack+0x14/0x20 [2024-05-23 14:10:08.269] [ 8.350494] dump_stack+0xb8/0xf0 [2024-05-23 14:10:08.269] [ 8.350498] ___might_sleep+0x178/0x210 [2024-05-23 14:10:08.292] [ 8.350501] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:08.309] [ 8.350507] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:08.309] [ 8.350511] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:08.309] [ 8.350518] gic_set_type+0x84/0x98 [2024-05-23 14:10:08.309] [ 8.350521] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:08.309] [ 8.350525] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:08.309] [ 8.350528] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:08.322] [ 8.350535] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:10:08.322] [ 8.350540] __dev_open+0x100/0x150 [2024-05-23 14:10:08.322] [ 8.350543] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:10:08.322] [ 8.350546] dev_change_flags+0x20/0x60 [2024-05-23 14:10:08.335] [ 8.350550] do_setlink+0x3ec/0xc30 [2024-05-23 14:10:08.335] [ 8.350553] rtnl_setlink+0xcc/0x128 [2024-05-23 14:10:08.335] [ 8.350555] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:10:08.335] [ 8.350560] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:10:08.339] [ 8.350562] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:10:08.339] [ 8.350565] netlink_unicast+0x180/0x1f8 [2024-05-23 14:10:08.339] [ 8.350568] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:10:08.363] [ 8.350573] sock_sendmsg+0x3c/0x58 [2024-05-23 14:10:08.375] [ 8.350577] SyS_sendto+0xd0/0x140 [2024-05-23 14:10:08.375] [ 8.350581] el0_svc_naked+0x34/0x38 [2024-05-23 14:10:08.375] [ 8.350721] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:10:08.375] [ 8.354843] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:10:08.375] [ 8.354848] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:10:08.387] [ 8.354853] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:10:08.387] [ 8.354853] =20 [2024-05-23 14:10:08.387] [ 8.355237] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:10:08.388] [ 8.355439] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:10:08.388] [ 8.355442] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:10:08.416] [ 8.355447] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:10:08.416] [ 8.355447] =20 [2024-05-23 14:10:08.416] [ 8.355580] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:10:08.416] [ 8.355595] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:10:08.416] [ 8.355599] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:10:08.416] [ 8.355603] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:10:08.419] [ 8.355610] [INFO][GMAC] --] phy_start: : [2024-05-23 14:10:08.443] [ 8.355677] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:10:08.449] [ 8.462956] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:08.449] [ 8.570942] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:08.449] [ OK ] Reached target Network. [2024-05-23 14:10:08.449] [ 8.656954] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:10:08.474] [ 8.656961] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:10:08.474] [ 8.657884] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:08.474] [ 8.678953] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:08.493] Starting udev Coldplug all Devices... [2024-05-23 14:10:08.493] [ 8.693541] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:10:08.518] [ 8.701984] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:10:08.520] [ 8.715375] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:10:08.520] [ 8.717294] Done!! [2024-05-23 14:10:08.520] Starting Permit User Sessions... [2024-05-23 14:10:08.543] Starting Wait for Network to be = Configured... [2024-05-23 14:10:08.552] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:10:08.579] [ 8.787014] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:08.581] [ OK ] Started Cluster Framework. [2024-05-23 14:10:08.586] [ OK ] Started HUD Framework. [2024-05-23 14:10:08.614] [ 8.812974] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:10:08.616] [ 8.825894] Done!! [2024-05-23 14:10:08.640] parents, child is 326 [2024-05-23 14:10:08.645] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:10:08.645] [ OK ] Started Nvm Process. [2024-05-23 14:10:08.645] [IDC]Start. [2024-05-23 14:10:08.645] [ 8.862256] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:10:08.662] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:10:08.662] [ OK ] Started NS hsm control application. [2024-05-23 14:10:08.662] [IDC](A7)ConnectReq 0 [2024-05-23 14:10:08.662] [IDC](A7)do_connect 0 [2024-05-23 14:10:08.683] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:10:08.706] [IDC](A7)Tx start session req 1 [2024-05-23 14:10:08.706] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:10:08.706] [IDC](R5)ConnectReq 0 [2024-05-23 14:10:08.706] [IDC](R5)do_connect 0 [2024-05-23 14:10:08.706] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:10:08.706] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:10:08.706] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:10:08.706] [I[ 8.904040] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:08.739] DC](R5)Session status 1 -> 2 [2024-05-23 14:10:08.739] [ OK ] Started Diagnosis Framework. [2024-05-23 14:10:08.739] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:10:08.739] [IDC](A7)Session connected. [2024-05-23 14:10:08.739] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:10:08.739] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:10:08.739] [IDC](R5)Session connected.2 [2024-05-23 14:10:08.752] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:10:08.752] [ OK ] Started Diagnosis Transport. [2024-05-23 14:10:08.797] [ 9.019065] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:08.819] [ OK ] Started NS Software Update. [2024-05-23 14:10:08.834] [ 9.048040] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:10:08.851] [ 9.054178] Done!! [2024-05-23 14:10:08.853] [ OK ] Started NS Secondary Verify. [2024-05-23 14:10:08.870] [ OK ] Started Load Kernel Modules. [2024-05-23 14:10:08.902] [ OK ] Started Permit User Sessions. [2024-05-23 14:10:08.919] [ OK ] Started 9.131167] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:10:08.921] 39mLogin Service. [2024-05-23 14:10:08.921] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:10:08.938] [ OK ] Started Getty on tty1. [2024-05-23 14:10:08.938] [ OK ] Reached target Login Prompts. [2024-05-23 14:10:08.954] [ OK ] Reached target Multi-User System. [2024-05-23 14:10:08.974] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:10:08.974] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:10:09.002] [ 9.216809] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:10:09.021] [ 9.243098] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:09.136] [ 9.355122] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:09.170] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:10:09.245] [ 9.467454] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:09.409] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:10:09.815] [ 10.037406] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:10:09.826] [ 10.045812] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:10:10.776] [ 10.992309] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:10:10.785] [ 10.992336] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:10:11.277] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:10:15.283]=20 [2024-05-23 14:10:15.283] telechips-nsp1-release login:=20 [2024-05-23 14:10:19.149]=20 [2024-05-23 14:10:19.149] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:10:19.151]=20 [2024-05-23 14:10:19.151] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:10:19.174] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:10:19.174] DRAM: 2 GiB [2024-05-23 14:10:19.195] MMC: sdhc@0x16440000: 0 [2024-05-23 14:10:19.477]=20 [2024-05-23 14:10:19.481] HW Partition tyep is UserData [2024-05-23 14:10:19.481] In: serial [2024-05-23 14:10:19.481] Out: serial [2024-05-23 14:10:19.501] Err: serial [2024-05-23 14:10:19.551] Boot in the UserData environment(0) [2024-05-23 14:10:19.555] Non-secure boot (secure boot flag is clear) [2024-05-23 14:10:19.573] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:10:19.573] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:10:19.573] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:10:19.576] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:10:19.595] Booting using the fdt blob at 0x23000000 [2024-05-23 14:10:19.613] Loading Kernel Image [2024-05-23 14:10:19.613] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:10:19.633] OPTEE is enabled [2024-05-23 14:10:19.633]=20 [2024-05-23 14:10:19.633] Starting kernel ... [2024-05-23 14:10:19.633]=20 [2024-05-23 14:10:20.533] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:10:20.537] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:10:20.563] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:10:20.568] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:10:20.568] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:10:20.568] [ 0.000000] efi: UEFI not found. [2024-05-23 14:10:20.593] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:10:20.598] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:10:20.598] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:10:20.598] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:10:20.622] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:10:20.636] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:10:20.636] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:10:20.636] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:10:20.648] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:10:20.664] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:10:20.664] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:10:20.678] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:10:20.678] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:10:20.695] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:10:20.695] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:10:20.700] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:10:20.700] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:10:20.730] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:10:20.730] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:10:20.730] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:10:20.732] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:10:20.761] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:10:20.761] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:10:20.761] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:10:20.761] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:10:20.763] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:10:20.789] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:10:20.789] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:10:20.789] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:10:20.789] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:10:20.792] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:10:20.821] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:10:20.821] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:10:20.821] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:10:20.821] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:10:20.824] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:10:20.847] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:10:20.850] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:10:20.876] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:10:20.876] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:10:20.876] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:10:20.901] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:10:20.901] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:10:20.914] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:10:20.914] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:10:20.916] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:10:20.940] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:10:20.953] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:10:20.953] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:10:20.953] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:10:20.965] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:10:20.965] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:10:20.981] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:10:20.981] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:10:20.983] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:10:20.983] [ 0.000000] Running RCU self tests [2024-05-23 14:10:21.014] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:10:21.014] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:10:21.014] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:10:21.014] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:10:21.014] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:10:21.018] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:10:21.040] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:10:21.043] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:10:21.043] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:10:21.043] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:10:21.043] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:10:21.068] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:10:21.068] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:10:21.068] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:10:21.082] [ 0.001468] Console: colour dummy device = 80x25 [2024-05-23 14:10:21.085] [ 0.001708] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:10:21.085] [ 0.001711] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:10:21.109] [ 0.001714] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:10:21.111] [ 0.001717] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:10:21.111] [ 0.001719] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:10:21.111] [ 0.001722] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:10:21.111] [ 0.001725] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:10:21.111] [ 0.001727] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:10:21.134] [ 0.001730] memory used by lock dependency = info: 7903 kB [2024-05-23 14:10:21.147] [ 0.001732] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:10:21.147] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:10:21.147] [ 0.001779] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:10:21.150] [ 0.002274] Security Framework initialized [2024-05-23 14:10:21.150] [ 0.002397] AppArmor: AppArmor initialized [2024-05-23 14:10:21.150] [ 0.002641] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:10:21.178] [ 0.002662] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:10:21.178] [ 0.019958] ASID allocator initialised with = 32768 entries [2024-05-23 14:10:21.178] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:10:21.178] [ 0.062282] EFI services will not be = available. [2024-05-23 14:10:21.178] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:10:21.181] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:10:21.210] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:10:21.210] [ 0.164999] Detected VIPT I-cache on CPU2 [2024-05-23 14:10:21.210] [ 0.165056] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:10:21.210] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:10:21.210] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:10:21.210] [ 0.209707] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:10:21.212] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:10:21.237] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:10:21.237] [ 0.209782] CPU: All CPU(s) started at EL2 [2024-05-23 14:10:21.237] [ 0.209961] alternatives: patching kernel = code [2024-05-23 14:10:21.237] [ 0.210502] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:10:21.237] [ 0.213216] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:10:21.240] [ 0.213763] devtmpfs: initialized [2024-05-23 14:10:21.265] [ 0.402736] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:10:21.265] [ 0.403000] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:10:21.265] [ 0.411490] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:10:21.265] [ 0.412394] chipinfo: TCC8030 Rev02 [2024-05-23 14:10:21.278] [ 0.412409] chipinfo: SiP Service v0.1.56 [2024-05-23 14:10:21.292] [ 0.417684] NET: Registered protocol family = 16 [2024-05-23 14:10:21.292] [ 0.421677] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:10:21.324] [ 0.423786] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:10:21.324] [ 0.425423] cpuidle: using governor menu [2024-05-23 14:10:21.324] [ 0.425656] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:10:21.327] [ 0.439815] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:10:21.327] [ 0.440309] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:10:21.327] [ 0.440355] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:10:21.327] [ 0.440399] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:10:21.327] [ 0.440443] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:10:21.327] [ 0.440486] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:10:21.349] [ 0.440530] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:10:21.371] [ 0.440574] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:10:21.371] [ 0.440617] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:10:21.371] [ 0.440661] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:10:21.372] [ 0.440704] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:10:21.384] [ 0.440747] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:10:21.384] [ 0.440792] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:10:21.384] [ 0.440836] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:10:21.384] [ 0.440879] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:10:21.384] [ 0.440922] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:10:21.401] [ 0.440966] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:10:21.401] [ 0.441021] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:10:21.401] [ 0.441065] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:10:21.415] [ 0.441436] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:10:21.415] [ 0.441480] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:10:21.415] [ 0.441524] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:10:21.418] [ 0.441567] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:10:21.418] [ 0.441610] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:10:21.418] [ 0.441654] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:10:21.446] [ 0.441697] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:10:21.446] [ 0.441741] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:10:21.446] [ 0.441784] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:10:21.446] [ 0.441828] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:10:21.446] [ 0.441872] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:10:21.448] [ 0.441916] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:10:21.479] [ 0.442138] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:10:21.479] [ 0.442182] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:10:21.479] [ 0.442238] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:10:21.479] [ 0.442283] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:10:21.479] [ 0.442326] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:10:21.481] [ 0.442484] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:10:21.507] [ 0.442531] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:10:21.507] [ 0.442744] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:10:21.507] [ 0.442788] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:10:21.507] [ 0.442831] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:10:21.507] [ 0.442875] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:10:21.519] [ 0.442918] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:10:21.532] [ 0.442961] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:10:21.532] [ 0.443004] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:10:21.549] [ 0.443047] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:10:21.549] [ 0.443091] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:10:21.549] [ 0.443134] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:10:21.551] [ 0.443177] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:10:21.551] [ 0.443234] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:10:21.551] [ 0.443278] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:10:21.583] [ 0.443321] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:10:21.583] [ 0.443873] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:10:21.583] [ 0.443918] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:10:21.583] [ 0.444089] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:10:21.583] [ 0.444259] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:10:21.586] [ 0.444428] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:10:21.607] [ 0.444609] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:10:21.610] [ 0.444779] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:10:21.610] [ 0.444823] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:10:21.610] [ 0.444866] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:10:21.610] [ 0.445032] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:10:21.632] [ 0.445196] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:10:21.646] [ 0.445361] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:10:21.646] [ 0.445405] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:10:21.646] [ 0.445449] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:10:21.646] [ 0.445492] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:10:21.648] [ 0.445535] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:10:21.648] [ 0.445705] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:10:21.648] [ 0.445749] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:10:21.673] [ 0.445969] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:10:21.673] [ 0.445984] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:10:21.673] [ 0.528788] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:10:21.673] [ 0.528881] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:10:21.689] [ 1.675821] console [ttyAMA0] enabled [2024-05-23 14:10:21.689] [ 1.683875] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:10:21.714] [ 1.712903] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:10:21.729] [ 1.723283] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:10:21.745] [ 1.733800] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:10:21.746] [ 1.744052] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:10:21.846] [ 1.844152] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:10:21.862] [ 1.860613] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:10:21.880] [ 1.867525] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:10:21.880] [ 1.874291] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:10:21.915] [ 1.880660] Linux video capture interface: = v2.00 [2024-05-23 14:10:21.915] [ 1.886393] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:21.915] [ 1.886397] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:10:21.918] [ 1.886401] 6 locks held by swapper/0/1: [2024-05-23 14:10:21.918] [ 1.886404] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:10:21.940] [ 1.886429] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:10:21.940] [ 1.886444] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:21.940] [ 1.886462] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:21.959] [ 1.886477] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:21.959] [ 1.886493] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:21.975] [ 1.886511] irq event stamp: 288078 [2024-05-23 14:10:21.975] [ 1.886516] hardirqs last enabled at = (288077): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:21.988] [ 1.886521] hardirqs last disabled at = (288078): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:21.990] [ 1.886528] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:22.016] [ 1.886532] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:22.016] [ 1.886534] Preemption disabled at: [2024-05-23 14:10:22.016] [ 1.886540] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:22.016] [ 1.886548] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:10:22.028] [ 1.886551] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:22.031] [ 1.886555] Call trace: [2024-05-23 14:10:22.031] [ 1.886561] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:22.055] [ 1.886566] show_stack+0x14/0x20 [2024-05-23 14:10:22.070] [ 1.886571] dump_stack+0xb8/0xf0 [2024-05-23 14:10:22.070] [ 1.886576] ___might_sleep+0x178/0x210 [2024-05-23 14:10:22.070] [ 1.886580] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:22.070] [ 1.886585] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:22.070] [ 1.886590] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:22.070] [ 1.886597] gic_set_type+0x84/0x98 [2024-05-23 14:10:22.070] [ 1.886602] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:22.074] [ 1.886607] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:22.075] [ 1.886612] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:22.075] [ 1.886617] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:10:22.097] [ 1.886623] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:10:22.103] [ 1.886627] platform_drv_probe+0x58/0xb8 [2024-05-23 14:10:22.103] [ 1.886632] = driver_probe_device+0x228/0x410 [2024-05-23 14:10:22.103] [ 1.886637] __driver_attach+0xfc/0x118 [2024-05-23 14:10:22.103] [ 1.886642] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:10:22.103] [ 1.886647] driver_attach+0x20/0x28 [2024-05-23 14:10:22.103] [ 1.886652] bus_add_driver+0x220/0x268 [2024-05-23 14:10:22.126] [ 1.886656] driver_register+0x60/0xf8 [2024-05-23 14:10:22.139] [ 1.886661] = __platform_driver_register+0x44/0x50 [2024-05-23 14:10:22.139] [ 1.886667] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:10:22.139] [ 1.886672] do_one_initcall+0x50/0x15c [2024-05-23 14:10:22.139] [ 1.886679] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:10:22.139] [ 1.886684] kernel_init+0x10/0x100 [2024-05-23 14:10:22.139] [ 1.886689] ret_from_fork+0x10/0x18 [2024-05-23 14:10:22.141] [ 1.892408] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:10:22.164] [ 2.139690] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:10:22.166] [ 2.153146] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:10:22.166] [ 2.160198] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:10:22.168] [ 2.164800] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:10:22.194] [ 2.169603] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:10:22.194] [ 2.174405] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:10:22.194] [ 2.178960] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:10:22.239] [ 2.233188] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:10:22.248] [ 2.245789] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:22.266] [ 2.263926] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:22.282] [ 2.279355] NET: Registered protocol family = 2 [2024-05-23 14:10:22.301] [ 2.286643] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:10:22.301] [ 2.294255] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:10:22.326] [ 2.305431] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:10:22.333] [ 2.312787] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:10:22.333] [ 2.319572] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:10:22.333] [ 2.327758] NET: Registered protocol family = 1 [2024-05-23 14:10:22.438] [ 2.435542] audit: initializing netlink = subsys (disabled) [2024-05-23 14:10:22.445] [ 2.441835] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:10:22.459] [ 2.442472] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:10:22.526] [ 2.524856] fuse init (API version 7.26) [2024-05-23 14:10:22.549] [ 2.538944] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:10:22.558] [ 2.548752] io scheduler noop registered = (default) [2024-05-23 14:10:22.560] [ 2.553594] io scheduler mq-deadline = registered [2024-05-23 14:10:22.583] [ 2.558167] io scheduler kyber registered [2024-05-23 14:10:22.596] [ 2.568981] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:22.596] [ 2.576078] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:22.596] [ 2.582289] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:10:22.598] [ 2.589899] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:22.654] [ 2.652220] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:22.661] [ 2.660001] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:22.675] [ 2.664887] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:10:22.675] [ 2.670315] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:22.677] [ 2.670953] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:22.708] [ 2.681708] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:22.708] [ 2.687916] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:10:22.708] [ 2.695475] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:22.721] [ 2.719446] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:22.735] [ 2.726245] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:22.735] [ 2.730891] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:10:22.750] [ 2.736318] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:22.763] [ 2.736878] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:22.763] [ 2.747630] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:22.765] [ 2.753920] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:10:22.765] [ 2.761537] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:22.829] [ 2.827959] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:22.844] [ 2.834725] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:22.844] [ 2.839340] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:10:22.870] [ 2.844767] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:22.870] [ 2.854630] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:10:22.870] [ 2.864577] [INF][WDMA] tcc_wdma_init [2024-05-23 14:10:22.884] [ 2.869382] TCC WDMA Driver Initializing [2024-05-23 14:10:22.903] [ 2.876422] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:10:22.903] [ 2.882477] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:10:22.925] [ 2.893047] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:22.926] [ 2.905696] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:10:22.926] [ 2.915090] [CPU_ID] probe is done [2024-05-23 14:10:22.926] [ 2.918837] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:10:22.949] [ 2.925633] [DRAM_TOOL] probe is done [2024-05-23 14:10:22.951] [ 2.933272] MALI-G51 : r30p0-01eac0 [2024-05-23 14:10:22.951] [ 2.936802] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:10:22.951] [ 2.946687] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:22.967] [ 2.946691] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:10:22.967] [ 2.946696] 6 locks held by swapper/0/1: [2024-05-23 14:10:22.982] [ 2.946699] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:10:22.982] [ 2.946729] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:10:23.002] [ 2.946744] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:23.002] [ 2.946763] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:23.030] [ 2.946778] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:23.030] [ 2.946794] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:23.032] [ 2.946813] irq event stamp: 453926 [2024-05-23 14:10:23.032] [ 2.946818] hardirqs last enabled at = (453925): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:23.054] [ 2.946823] hardirqs last disabled at = (453926): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:23.054] [ 2.946831] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:23.054] [ 2.946834] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:23.071] [ 2.946837] Preemption disabled at: [2024-05-23 14:10:23.071] [ 2.946842] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:23.071] [ 2.946852] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:10:23.087] [ 2.946854] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:23.087] [ 2.946858] Call trace: [2024-05-23 14:10:23.087] [ 2.946865] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:23.105] [ 2.946870] show_stack+0x14/0x20 [2024-05-23 14:10:23.105] [ 2.946875] dump_stack+0xb8/0xf0 [2024-05-23 14:10:23.105] [ 2.946880] ___might_sleep+0x178/0x210 [2024-05-23 14:10:23.105] [ 2.946884] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:23.108] [ 2.946889] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:23.132] [ 2.946895] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:23.145] [ 2.946902] gic_set_type+0x84/0x98 [2024-05-23 14:10:23.145] [ 2.946907] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:23.145] [ 2.946912] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:23.145] [ 2.946916] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:23.145] [ 2.946923] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:10:23.145] [ 2.946928] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:10:23.147] [ 2.946932] kbase_device_init+0x78/0xf8 [2024-05-23 14:10:23.147] [ 2.946939] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:10:23.147] [ 2.946943] platform_drv_probe+0x58/0xb8 [2024-05-23 14:10:23.170] [ 2.946948] = driver_probe_device+0x228/0x410 [2024-05-23 14:10:23.184] [ 2.946953] __driver_attach+0xfc/0x118 [2024-05-23 14:10:23.184] [ 2.946958] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:10:23.184] [ 2.946963] driver_attach+0x20/0x28 [2024-05-23 14:10:23.184] [ 2.946968] bus_add_driver+0x220/0x268 [2024-05-23 14:10:23.184] [ 2.946973] driver_register+0x60/0xf8 [2024-05-23 14:10:23.200] [ 2.946977] = __platform_driver_register+0x44/0x50 [2024-05-23 14:10:23.200] [ 2.946984] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:10:23.200] [ 2.946989] do_one_initcall+0x50/0x15c [2024-05-23 14:10:23.200] [ 2.946996] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:10:23.204] [ 2.947002] kernel_init+0x10/0x100 [2024-05-23 14:10:23.204] [ 2.947006] ret_from_fork+0x10/0x18 [2024-05-23 14:10:23.204] [ 2.948763] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:10:23.227] [ 3.203440] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:10:23.233] [ 3.210179] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:10:23.233] [ 3.224018] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:10:23.256] [ 3.231000] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:10:23.257] [ 3.243181] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:10:23.258] [ 3.249399] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:10:23.258] [ 3.253780] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:10:23.284] [ 3.261431] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:10:23.310] [ 3.308151] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:10:23.334] [ 3.317043] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:10:23.338] [ 3.324925] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:10:23.340] [ 3.338432] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:10:23.355] [ 3.343773] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:10:23.371] [ 3.354846] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:10:23.371] [ 3.364222] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:10:23.396] [ 3.383561] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:10:23.424] [ 3.399439] libphy: Fixed MDIO Bus: probed [2024-05-23 14:10:23.429] [ 3.403615] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:10:23.429] [ 3.409033] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:10:23.429] [ 3.409232] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:10:23.429] [ 3.412977] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:10:23.429] [ 3.413638] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:10:23.455] [ 3.414196] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:10:23.455] [ 3.415368] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:10:23.464] [ 3.426576] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:10:23.464] [ 3.426604] GPT:15269887 !=3D 15273599 [2024-05-23 14:10:23.464] [ 3.426612] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:10:23.466] [ 3.426619] GPT:15269887 !=3D 15273599 [2024-05-23 14:10:23.489] [ 3.426627] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:10:23.491] [ 3.426740] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:10:23.515] [ 3.493055] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:10:23.520] [ 3.497589] [INFO][GAMC] gmac index : 1 [2024-05-23 14:10:23.520] [ 3.502101] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:10:23.520] [ 3.507269] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:10:23.520] [ 3.513342] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:10:23.533] [ 3.517733] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:10:23.536] [ 3.526167] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:10:23.559] [ 3.540341] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:10:23.563] [ 3.546205] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:23.563] [ 3.546217] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:10:23.563] [ 3.546224] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:10:23.575] [ 3.546236] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:23.577] [ 3.546247] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:10:23.600] [ 3.574981] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:10:23.605] [ 3.591002] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:10:23.605] [ 3.597657] usbhid: USB HID core driver [2024-05-23 14:10:23.618] [ 3.601853] optee: probing for conduit = method from DT. [2024-05-23 14:10:23.635] [ 3.607033] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:10:23.635] [ 3.608979] optee: initialized driver [2024-05-23 14:10:23.635] [ 3.618463] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:10:23.651] [ 3.624170] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:10:23.651] [ 3.629339] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:10:23.651] [ 3.634506] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:10:23.653] [ 3.640281] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:10:23.653] [ 3.646056] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:10:23.676] [ 3.651918] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:10:23.683] [ 3.658387] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:10:23.683] [ 3.665823] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:10:23.684] [ 3.673771] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:10:23.719] [ 3.687452] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:10:23.719] [ 3.697143] NET: Registered protocol family = 17 [2024-05-23 14:10:23.719] [ 3.702097] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:10:23.731] [ 3.719606] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:10:23.891] [ 3.888798] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:23.897] [ 3.888841] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:10:23.912] [ 3.904850] ALSA device list: [2024-05-23 14:10:23.912] [ 3.907847] No soundcards found. [2024-05-23 14:10:23.937] [ 3.914066] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:10:23.941] [ 3.934985] Freeing unused kernel memory: = 4160K [2024-05-23 14:10:23.966] Mounting devtmpfs [2024-05-23 14:10:23.970] [ 3.949980] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:10:23.970] Mounting procfs [2024-05-23 14:10:23.970] Mounting sysfs [2024-05-23 14:10:23.972] [ 3.969514] mount (93) used greatest stack = depth: 12800 bytes left [2024-05-23 14:10:23.985] [ 3.976441] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:10:24.001] [ 3.999175] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:10:24.047] [ 4.044552] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:10:24.061] [ 4.053425] mount (98) used greatest stack = depth: 11760 bytes left [2024-05-23 14:10:24.086] [ 4.067968] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:10:24.311] [ 4.308418] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:10:24.407] [ 4.405010] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:10:24.442] [ 4.432862] systemd[1]: Detected = architecture arm64. [2024-05-23 14:10:24.485]=20 [2024-05-23 14:10:24.485] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:10:24.496]=20 [2024-05-23 14:10:24.498] [ 4.493410] systemd[1]: Set hostname to = . [2024-05-23 14:10:24.516] [ 4.504619] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:10:24.518] [ 4.513899] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:10:24.764] [ 4.761664] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:10:24.792] [ 4.778765] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:10:24.824] [ 4.821951] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:10:24.836] [ 4.834076] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:10:25.023] [ 5.021024] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:10:25.094] [ OK ] Listening on Syslog Socket. [2024-05-23 14:10:25.119] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:10:25.136] [ OK ] Listening on Journal Socket. [2024-05-23 14:10:25.163] Starting Apply Kernel Variables... [2024-05-23 14:10:25.189] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:10:25.219] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:10:25.239] Starting mount data partition = service... [2024-05-23 14:10:25.321] Mounting Kernel Debug File System... [2024-05-23 14:10:25.339] [ OK ] Created slice system-ser[ = 5.340332] EXT4-fs (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:10:25.354] ial\x2dgetty.slice. [2024-05-23 14:10:25.370] [ OK ] Created slice system-getty.slice. [2024-05-23 14:10:25.384] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:10:25.401] [ OK ] Listening on udev Control Socket. [2024-05-23 14:10:25.416] [ 5.410192] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:25.439] Starting udev Coldplug all Devices... [2024-05-23 14:10:25.469] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:10:25.482] [ OK ] Reached target Swap. [2024-05-23 14:10:25.501] [ OK ] Created slice User and Session Slice. [2024-05-23 14:10:25.519] [ OK ] Reached target Slices. [2024-05-23 14:10:25.552] Mounting POSIX Message Queue File = System... [2024-05-23 14:10:25.583] Mounting FUSE Control File System... [2024-05-23 14:10:25.619] Mounting Huge Pages File System... [2024-05-23 14:10:25.637] [ OK ] Reached target Paths. [2024-05-23 14:10:25.653] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:10:25.679] Starting Journal Service... [2024-05-23 14:10:25.702] [ OK ] Reached target Remote File Systems. [2024-05-23 14:10:25.725] Mounting Configuration File System... [2024-05-23 14:10:25.807] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:10:25.838] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:10:25.873] [ OK ] Started mount data partition service. [2024-05-23 14:10:25.899] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:10:25.921] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:10:25.953] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:10:25.969] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:10:25.987] [ OK ] Started Journal Service. [2024-05-23 14:10:26.009] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:10:26.037] [ OK ] Mounted Configuration File System. [2024-05-23 14:10:26.088] Starting NS file System mount and = recovery.... [2024-05-23 14:10:26.137] Starting udev Kernel Device = Manager... [2024-05-23 14:10:26.151] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:10:26.187] Mounting /var/volatile... [2024-05-23 14:10:26.207] [ OK ] Reached target Containers. [2024-05-23 14:10:26.224] [ 6.222702] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:26.238] Mounting /tmp... [2024-05-23 14:10:26.271] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:10:26.328] [ 6.323174] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:26.404] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:10:26.419] [ 6.416850] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:26.501] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:10:26.519] [ OK ] Mounted /var/volatile. [2024-05-23 14:10:26.554] [ OK ] Mounted /tmp. [2024-05-23 14:10:26.655] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:10:26.737] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:10:26.840] [ 6.837230] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:10:26.857] Starting Bind mount volatile = /var/lib... [2024-05-23 14:10:26.890] Starting Bind mount volatile = /var/spool... [2024-05-23 14:10:26.920] Starting Bind mount volatile = /var/cache... [2024-05-23 14:10:26.954] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:10:27.144] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:10:27.172] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:10:27.204] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:10:27.221] [ OK ] Reached target Local File Systems. [2024-05-23 14:10:27.254] Starting Create Volatile Files and = Directories... [2024-05-23 14:10:27.292] Starting netfilter persistent = configuration... [2024-05-23 14:10:27.325] Starting AppArmor initialization... [2024-05-23 14:10:27.356] Starting Load/Save Random Seed... [2024-05-23 14:10:27.395] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:10:27.432] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:10:27.474] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:10:27.508] [ 7.506853] audit: type=3D1400 = audit(1550139121.192:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:10:27.524] [ 7.521300] audit: type=3D1400 = audit(1550139121.192:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:27.550] [ 7.537213] audit: type=3D1400 = audit(1550139121.192:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:27.567] [ 7.554024] audit: type=3D1400 = audit(1550139121.192:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:27.591] [ 7.574022] audit: type=3D1400 = audit(1550139121.192:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:27.602] [ 7.590023] audit: type=3D1400 = audit(1550139121.192:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:27.622] [ 7.605834] audit: type=3D1400 = audit(1550139121.192:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:27.659] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:10:27.689] [ OK ] Started AppArmor initialization. [2024-05-23 14:10:27.718] [ OK ] Reached target Network (Pre). [2024-05-23 14:10:27.747] Starting Network Service... [2024-05-23 14:10:27.773] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:10:27.805] [ OK ] Reached target System Initialization. [2024-05-23 14:10:27.822] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:10:27.834] [ OK ] Reached target Timers. [2024-05-23 14:10:27.852] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:10:27.871] [ OK ] Reached target Sockets. [2024-05-23 14:10:27.905] [ OK ] Reached target Basic System. [2024-05-23 14:10:27.928] [ OK ] Started NS VSync Process. [2024-05-23 14:10:27.937] [ 7.936000] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:10:27.955] Starting Login Service... [2024-05-23 14:10:27.996] [ 7.992595] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:10:28.000] [ 7.997181] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:10:28.031] [ 8.002429] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:10:28.031] [[ 8.011271] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:10:28.033] OK ] Started D-Bus System Message Bus. [2024-05-23 14:10:28.095] [ 8.085175] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:10:28.102] Starting Load Kernel Modules... [2024-05-23 14:10:28.146] [ OK ] Started System Logging Service. [2024-05-23 14:10:28.175] [ OK ] Started Kernel Logging Service. [2024-05-23 14:10:28.212] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:10:28.220] [ 8.216932] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:10:28.236] [ 8.225396] Disabling lock debugging due to = kernel taint [2024-05-23 14:10:28.236] [ 8.231786] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:10:28.249] [ 8.236151] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:10:28.273] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:10:28.283] [ 8.236158] [INFO][GMAC]=20 [2024-05-23 14:10:28.285] [ 8.270073] libphy: tcc-gmac-mdio: probed [2024-05-23 14:10:28.285] [ 8.279496] [INFO][GMAC] registered! [2024-05-23 14:10:28.305] [ OK ] Started 8.283789] [INFO][GMAC] = --] tcc_gmac_phy_probe: : [2024-05-23 14:10:28.308] 39mTEE-based HSM Service. [2024-05-23 14:10:28.308] St[ 8.291031] [INFO][GMAC] Phy Addr : 1, = Phy Chip ID : 0x001ccb00 [2024-05-23 14:10:28.308] art /usr/bin/sys-fail-mon [2024-05-23 14:10:28.308] [ OK ] Started NS System Management Process. [2024-05-23 14:10:28.334] Starting NS Inter Domain Comm = Process... [2024-05-23 14:10:28.334] [ OK ] Started Network Service[ 8.324809] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:10:28.339] . [2024-05-23 14:10:28.339] [ 8.332036] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:10:28.370] [ 8.342498] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:10:28.370] [ 8.350883] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:10:28.370] [ 8.358655] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:28.384] [ 8.365725] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:10:28.386] [ 8.365767] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:10:28.386] [ 8.365767] -- MASTER Configuration. [2024-05-23 14:10:28.416] [ 8.365767] -- Local Receiver Status Not = OK. [2024-05-23 14:10:28.416] [ 8.365767] -- Remote Receiver Status Not = OK. [2024-05-23 14:10:28.416] [ 8.365782] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:10:28.416] [ 8.365786] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:10:28.416] [ 8.378186] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:28.429] [ 8.378190] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:10:28.431] [ 8.378192] INFO: lockdep is turned off. [2024-05-23 14:10:28.431] [ 8.378194] irq event stamp: 68702 [2024-05-23 14:10:28.454] [ 8.378209] hardirqs last enabled at = (68701): [<00000000b05ba0f0>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:28.467] [ 8.378215] hardirqs last disabled at = (68702): [<0000000080d6a3d9>] __schedule+0xc8/0x730 [2024-05-23 14:10:28.467] [ 8.378222] softirqs last enabled at (0): = [<00000000875b784a>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:28.474] [ 8.378225] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:28.474] [ 8.378227] Preemption disabled at: [2024-05-23 14:10:28.497] [ 8.378233] [<0000000048ac1db0>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:28.502] [ 8.378241] CPU: 3 PID: 262 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:10:28.502] [ 8.378243] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:28.502] [ 8.378245] Call trace: [2024-05-23 14:10:28.502] [ 8.378250] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:28.502] [ 8.378253] show_stack+0x14/0x20 [2024-05-23 14:10:28.525] [ 8.378258] dump_stack+0xb8/0xf0 [2024-05-23 14:10:28.525] [ 8.378262] ___might_sleep+0x178/0x210 [2024-05-23 14:10:28.539] [ 8.378264] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:28.539] [ 8.378271] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:28.539] [ 8.378275] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:28.539] [ 8.378281] gic_set_type+0x84/0x98 [2024-05-23 14:10:28.539] [ 8.378285] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:28.542] [ 8.378288] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:28.542] [ 8.378292] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:28.542] [ 8.378298] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:10:28.542] [ 8.378303] __dev_open+0x100/0x150 [2024-05-23 14:10:28.564] [ 8.378306] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:10:28.580] [ 8.378309] dev_change_flags+0x20/0x60 [2024-05-23 14:10:28.580] [ 8.378313] do_setlink+0x3ec/0xc30 [2024-05-23 14:10:28.580] [ 8.378316] rtnl_setlink+0xcc/0x128 [2024-05-23 14:10:28.580] [ 8.378319] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:10:28.580] [ 8.378323] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:10:28.580] [ 8.378326] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:10:28.596] [ 8.378329] netlink_unicast+0x180/0x1f8 [2024-05-23 14:10:28.596] [ 8.378331] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:10:28.596] [ 8.378336] sock_sendmsg+0x3c/0x58 [2024-05-23 14:10:28.596] [ 8.378340] SyS_sendto+0xd0/0x140 [2024-05-23 14:10:28.622] [ 8.378344] el0_svc_naked+0x34/0x38 [2024-05-23 14:10:28.622] [ 8.378471] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:10:28.622] [ 8.382674] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:10:28.622] [ 8.382679] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:10:28.629] [ 8.382685] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:10:28.629] [ 8.382685] =20 [2024-05-23 14:10:28.629] [ 8.383020] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:10:28.629] [ 8.383312] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:10:28.629] [ 8.383315] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:10:28.656] [ 8.383319] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:10:28.672] [ 8.383319] =20 [2024-05-23 14:10:28.672] [ 8.383485] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:10:28.672] [ 8.383500] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:10:28.672] [ 8.383504] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:10:28.672] [ 8.383508] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:10:28.672] [ 8.383516] [INFO][GMAC] --] phy_start: : [2024-05-23 14:10:28.672] [ 8.383604] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:10:28.675] [ 8.487694] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:28.675] [ 8.557493] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:10:28.675] [ 8.595696] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:28.704] [ 8.676048] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:10:28.704] [ 8.681739] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:10:28.704] Starting Wait for Network to be[ 8.692467] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:10:28.706] Configured... [2024-05-23 14:10:28.728] [ OK[ 8.702962] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:10:28.731] ] Reached target [ 8.703719] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:10:28.731] Network. [2024-05-23 14:10:28.731] Starting 8.719822] ns-mailbox = 17a00000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:28.758] ;39mudev Coldplug all Devices... [2024-05-23 14:10:28.758] Starting Permit User Sessions... [2024-05-23 14:10:28.758] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:10:28.816] [ 8.770937] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:10:28.819] parents, child is 319 [2024-05-23 14:10:28.819] [ OK ] Started Permit User Sessions. [2024-05-23 14:10:28.819] [ 8.795593] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:10:28.849] [IDC]Start. [2024-05-23 14:10:28.849] [ 8.813035] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:28.887] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:10:28.887] [ 8.822956] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:10:28.887] [IDC](A7)ConnectReq 0 [2024-05-23 14:10:28.887] [IDC](A7)do_connect 0 [2024-05-23 14:10:28.887] [IDC](A7[ 8.833433] [VPU] vpu_venc = Driver(id:5) Initialized. [2024-05-23 14:10:28.887] )Session status 0 -> 1 [2024-05-23 14:10:28.887] [IDC](A7)Tx[ 8.835757] Done!! [2024-05-23 14:10:28.887] start session req 1 [2024-05-23 14:10:28.887] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:10:28.928] [IDC](R5)ConnectReq 0 [2024-05-23 14:10:28.928] [IDC](R5)do_connect 0 [2024-05-23 14:10:28.928] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:10:28.928] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:10:28.928] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:10:28.928] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:10:28.928] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:10:28.928] [IDC](A7)Session connected. [2024-05-23 14:10:28.928] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:10:28.928] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:10:28.928] [ OK ] Started Getty on tty1. [2024-05-23 14:10:28.942] [IDC](R5)Session connected.2 [2024-05-23 14:10:28.942] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:10:28.942] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:10:28.942] [ OK ] Reached target Login Prompts. [2024-05-23 14:10:28.942] [ OK ] Started Cluster Framework. [2024-05-23 14:10:28.942] [ OK ] Started HUD Framework. [2024-05-23 14:10:28.967] [ 8.944105] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:10:28.975] [ 8.959806] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:28.991] [ 8.989883] Done!! [2024-05-23 14:10:29.071] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:10:29.081] [ 9.079793] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:29.102] [ OK ] Started Nvm Process. [2024-05-23 14:10:29.202] [ 9.173360] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:10:29.226] [ 9.192528] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:29.255] [ OK ] Started NS hsm control application. [2024-05-23 14:10:29.276] [ 9.201930] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:10:29.373] [ 9.274423] Done!! [2024-05-23 14:10:29.375] [ 9.305689] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:29.375] [ OK ] Started Diagnosis Framework. [2024-05-23 14:10:29.404] [ OK ] Started Diagnosis Transport. [2024-05-23 14:10:29.430] [ 9.415840] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:29.438] [ OK ] Started NS Software Update. [2024-05-23 14:10:29.485] [ OK ] Started NS Secondary Verify. [2024-05-23 14:10:29.537] [ 9.535112] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:29.617] [ OK ] Started Load Kernel Modules. [2024-05-23 14:10:29.692] [ OK ] Started Login Service. [2024-05-23 14:10:29.701] [ OK ] Reached target Multi-User System. [2024-05-23 14:10:29.705] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:10:29.744] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:10:29.825] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:10:29.903] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:10:30.219] [ 10.216715] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:10:30.234] [ 10.225134] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:10:31.155] [ 11.152917] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:10:31.192] [ 11.163775] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:10:31.682] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:10:35.142]=20 [2024-05-23 14:10:35.142] telechips-nsp1-release login:=20 [2024-05-23 14:10:39.363]=20 [2024-05-23 14:10:39.363] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:10:39.384]=20 [2024-05-23 14:10:39.384] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:10:39.406] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:10:39.406] DRAM: 2 GiB [2024-05-23 14:10:39.427] MMC: sdhc@0x16440000: 0 [2024-05-23 14:10:39.699]=20 [2024-05-23 14:10:39.699] HW Partition tyep is UserData [2024-05-23 14:10:39.701] In: serial [2024-05-23 14:10:39.701] Out: serial [2024-05-23 14:10:39.701] Err: serial [2024-05-23 14:10:39.771] Boot in the UserData environment(0) [2024-05-23 14:10:39.775] Non-secure boot (secure boot flag is clear) [2024-05-23 14:10:39.788] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:10:39.800] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:10:39.800] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:10:39.802] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:10:39.802] Booting using the fdt blob at 0x23000000 [2024-05-23 14:10:39.802] Loading Kernel Image [2024-05-23 14:10:39.822] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:10:39.825] OPTEE is enabled [2024-05-23 14:10:39.825]=20 [2024-05-23 14:10:39.825] Starting kernel ... [2024-05-23 14:10:39.825]=20 [2024-05-23 14:10:40.753] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:10:40.760] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:10:40.777] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:10:40.791] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:10:40.803] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:10:40.803] [ 0.000000] efi: UEFI not found. [2024-05-23 14:10:40.803] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:10:40.805] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:10:40.828] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:10:40.830] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:10:40.830] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:10:40.830] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:10:40.856] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:10:40.856] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:10:40.856] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:10:40.872] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:10:40.872] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:10:40.889] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:10:40.889] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:10:40.904] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:10:40.904] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:10:40.919] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:10:40.919] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:10:40.935] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:10:40.935] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:10:40.954] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:10:40.954] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:10:40.968] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:10:40.983] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:10:40.990] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:10:40.990] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:10:40.990] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:10:41.013] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:10:41.015] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:10:41.015] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:10:41.015] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:10:41.015] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:10:41.041] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:10:41.041] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:10:41.041] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:10:41.041] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:10:41.045] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:10:41.069] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:10:41.086] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:10:41.103] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:10:41.103] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:10:41.127] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:10:41.131] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:10:41.131] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:10:41.131] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:10:41.131] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:10:41.149] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:10:41.152] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:10:41.152] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:10:41.176] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:10:41.188] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:10:41.188] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:10:41.188] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:10:41.202] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:10:41.204] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:10:41.204] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:10:41.229] [ 0.000000] Running RCU self tests [2024-05-23 14:10:41.241] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:10:41.241] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:10:41.241] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:10:41.241] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:10:41.241] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:10:41.243] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:10:41.243] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:10:41.267] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:10:41.271] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:10:41.271] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:10:41.271] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:10:41.296] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:10:41.299] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:10:41.299] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:10:41.299] [ 0.001444] Console: colour dummy device = 80x25 [2024-05-23 14:10:41.299] [ 0.001684] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:10:41.324] [ 0.001687] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:10:41.324] [ 0.001689] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:10:41.324] [ 0.001692] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:10:41.324] [ 0.001695] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:10:41.324] [ 0.001697] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:10:41.337] [ 0.001700] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:10:41.350] [ 0.001703] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:10:41.350] [ 0.001705] memory used by lock dependency = info: 7903 kB [2024-05-23 14:10:41.363] [ 0.001708] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:10:41.363] [ 0.001748] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:10:41.366] [ 0.001756] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:10:41.366] [ 0.002251] Security Framework initialized [2024-05-23 14:10:41.389] [ 0.002374] AppArmor: AppArmor initialized [2024-05-23 14:10:41.399] [ 0.002618] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:10:41.399] [ 0.002640] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:10:41.399] [ 0.019985] ASID allocator initialised with = 32768 entries [2024-05-23 14:10:41.399] [ 0.035889] Hierarchical SRCU = implementation. [2024-05-23 14:10:41.413] [ 0.062347] EFI services will not be = available. [2024-05-23 14:10:41.413] [ 0.076157] smp: Bringing up secondary CPUs = ... [2024-05-23 14:10:41.413] [ 0.120778] Detected VIPT I-cache on CPU1 [2024-05-23 14:10:41.426] [ 0.120851] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:10:41.426] [ 0.165029] Detected VIPT I-cache on CPU2 [2024-05-23 14:10:41.426] [ 0.165087] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:10:41.428] [ 0.209317] Detected VIPT I-cache on CPU3 [2024-05-23 14:10:41.428] [ 0.209371] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:10:41.451] [ 0.209749] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:10:41.454] [ 0.209789] SMP: Total of 4 processors = activated. [2024-05-23 14:10:41.454] [ 0.209805] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:10:41.454] [ 0.209825] CPU: All CPU(s) started at EL2 [2024-05-23 14:10:41.454] [ 0.210012] alternatives: patching kernel = code [2024-05-23 14:10:41.454] [ 0.210574] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:10:41.479] [ 0.213240] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:10:41.479] [ 0.213868] devtmpfs: initialized [2024-05-23 14:10:41.479] [ 0.402802] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:10:41.479] [ 0.403066] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:10:41.504] [ 0.411597] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:10:41.510] [ 0.412507] chipinfo: TCC8030 Rev02 [2024-05-23 14:10:41.510] [ 0.412523] chipinfo: SiP Service v0.1.56 [2024-05-23 14:10:41.510] [ 0.417804] NET: Registered protocol family = 16 [2024-05-23 14:10:41.510] [ 0.421809] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:10:41.510] [ 0.423959] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:10:41.536] [ 0.425627] cpuidle: using governor menu [2024-05-23 14:10:41.552] [ 0.425869] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:10:41.552] [ 0.440021] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:10:41.552] [ 0.440562] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:10:41.552] [ 0.440609] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:10:41.552] [ 0.440653] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:10:41.555] [ 0.440696] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:10:41.555] [ 0.440740] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:10:41.555] [ 0.440783] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:10:41.578] [ 0.440827] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:10:41.600] [ 0.440870] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:10:41.600] [ 0.440914] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:10:41.600] [ 0.440957] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:10:41.600] [ 0.441000] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:10:41.611] [ 0.441045] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:10:41.611] [ 0.441088] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:10:41.611] [ 0.441131] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:10:41.611] [ 0.441174] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:10:41.611] [ 0.441218] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:10:41.614] [ 0.441273] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:10:41.614] [ 0.441317] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:10:41.632] [ 0.441681] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:10:41.636] [ 0.441725] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:10:41.636] [ 0.441769] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:10:41.636] [ 0.441812] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:10:41.636] [ 0.441856] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:10:41.660] [ 0.441900] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:10:41.660] [ 0.441945] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:10:41.660] [ 0.441989] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:10:41.660] [ 0.442033] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:10:41.660] [ 0.442076] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:10:41.675] [ 0.442119] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:10:41.675] [ 0.442162] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:10:41.677] [ 0.442387] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:10:41.703] [ 0.442431] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:10:41.703] [ 0.442603] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:10:41.703] [ 0.442650] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:10:41.703] [ 0.442693] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:10:41.703] [ 0.442736] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:10:41.716] [ 0.442779] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:10:41.718] [ 0.442989] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:10:41.718] [ 0.443033] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:10:41.748] [ 0.443077] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:10:41.748] [ 0.443120] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:10:41.748] [ 0.443163] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:10:41.748] [ 0.443206] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:10:41.748] [ 0.443249] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:10:41.750] [ 0.443292] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:10:41.771] [ 0.443336] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:10:41.786] [ 0.443379] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:10:41.786] [ 0.443423] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:10:41.786] [ 0.443480] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:10:41.786] [ 0.443524] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:10:41.798] [ 0.443567] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:10:41.798] [ 0.444117] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:10:41.798] [ 0.444161] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:10:41.810] [ 0.444332] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:10:41.810] [ 0.444505] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:10:41.812] [ 0.444676] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:10:41.812] [ 0.444858] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:10:41.812] [ 0.445028] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:10:41.839] [ 0.445072] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:10:41.839] [ 0.445115] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:10:41.839] [ 0.445280] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:10:41.839] [ 0.445446] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:10:41.852] [ 0.445612] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:10:41.865] [ 0.445656] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:10:41.865] [ 0.445700] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:10:41.869] [ 0.445743] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:10:41.869] [ 0.445786] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:10:41.869] [ 0.445973] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:10:41.894] [ 0.446018] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:10:41.898] [ 0.446238] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:10:41.898] [ 0.446252] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:10:41.898] [ 0.529145] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:10:41.898] [ 0.529234] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:10:41.921] [ 1.676171] console [ttyAMA0] enabled [2024-05-23 14:10:41.935] [ 1.683970] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:10:41.936] [ 1.713026] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:10:41.950] [ 1.723421] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:10:41.965] [ 1.734017] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:10:41.992] [ 1.744272] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:10:42.067] [ 1.844432] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:10:42.084] [ 1.860727] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:10:42.099] [ 1.867637] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:10:42.120] [ 1.874409] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:10:42.125] [ 1.880776] Linux video capture interface: = v2.00 [2024-05-23 14:10:42.125] [ 1.886608] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:42.127] [ 1.886613] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:10:42.157] [ 1.886617] 6 locks held by swapper/0/1: [2024-05-23 14:10:42.157] [ 1.886619] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:10:42.157] [ 1.886646] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:10:42.157] [ 1.886661] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:42.170] [ 1.886679] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:42.170] [ 1.886694] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:42.187] [ 1.886709] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:42.188] [ 1.886728] irq event stamp: 288050 [2024-05-23 14:10:42.214] [ 1.886733] hardirqs last enabled at = (288049): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:42.214] [ 1.886739] hardirqs last disabled at = (288050): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:42.214] [ 1.886746] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:42.230] [ 1.886750] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:42.230] [ 1.886752] Preemption disabled at: [2024-05-23 14:10:42.231] [ 1.886758] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:42.245] [ 1.886766] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:10:42.245] [ 1.886769] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:42.248] [ 1.886773] Call trace: [2024-05-23 14:10:42.272] [ 1.886779] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:42.274] [ 1.886784] show_stack+0x14/0x20 [2024-05-23 14:10:42.274] [ 1.886789] dump_stack+0xb8/0xf0 [2024-05-23 14:10:42.274] [ 1.886795] ___might_sleep+0x178/0x210 [2024-05-23 14:10:42.274] [ 1.886798] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:42.274] [ 1.886803] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:42.274] [ 1.886809] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:42.296] [ 1.886816] gic_set_type+0x84/0x98 [2024-05-23 14:10:42.310] [ 1.886821] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:42.310] [ 1.886826] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:42.310] [ 1.886830] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:42.310] [ 1.886835] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:10:42.310] [ 1.886841] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:10:42.313] [ 1.886846] platform_drv_probe+0x58/0xb8 [2024-05-23 14:10:42.313] [ 1.886851] = driver_probe_device+0x228/0x410 [2024-05-23 14:10:42.313] [ 1.886856] __driver_attach+0xfc/0x118 [2024-05-23 14:10:42.336] [ 1.886861] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:10:42.338] [ 1.886865] driver_attach+0x20/0x28 [2024-05-23 14:10:42.338] [ 1.886870] bus_add_driver+0x220/0x268 [2024-05-23 14:10:42.338] [ 1.886875] driver_register+0x60/0xf8 [2024-05-23 14:10:42.338] [ 1.886879] = __platform_driver_register+0x44/0x50 [2024-05-23 14:10:42.338] [ 1.886886] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:10:42.338] [ 1.886891] do_one_initcall+0x50/0x15c [2024-05-23 14:10:42.363] [ 1.886897] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:10:42.363] [ 1.886903] kernel_init+0x10/0x100 [2024-05-23 14:10:42.363] [ 1.886908] ret_from_fork+0x10/0x18 [2024-05-23 14:10:42.363] [ 1.892875] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:10:42.364] [ 2.140210] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:10:42.377] [ 2.153547] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:10:42.395] [ 2.160668] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:10:42.395] [ 2.165269] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:10:42.397] [ 2.170072] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:10:42.421] [ 2.174875] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:10:42.434] [ 2.179430] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:10:42.457] [ 2.233764] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:10:42.470] [ 2.246265] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:42.488] [ 2.264700] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:42.503] [ 2.280363] NET: Registered protocol family = 2 [2024-05-23 14:10:42.517] [ 2.287642] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:10:42.541] [ 2.295259] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:10:42.544] [ 2.306334] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:10:42.544] [ 2.313709] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:10:42.545] [ 2.320543] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:10:42.574] [ 2.328965] NET: Registered protocol family = 1 [2024-05-23 14:10:42.661] [ 2.436925] audit: initializing netlink = subsys (disabled) [2024-05-23 14:10:42.668] [ 2.443168] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:10:42.683] [ 2.443807] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:10:42.751] [ 2.526153] fuse init (API version 7.26) [2024-05-23 14:10:42.770] [ 2.540492] modprobe (65) used greatest = stack depth: 13040 bytes left [2024-05-23 14:10:42.774] [ 2.549896] io scheduler noop registered = (default) [2024-05-23 14:10:42.790] [ 2.554737] io scheduler mq-deadline = registered [2024-05-23 14:10:42.790] [ 2.559300] io scheduler kyber registered [2024-05-23 14:10:42.804] [ 2.570136] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:42.807] [ 2.577239] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:42.820] [ 2.583450] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:10:42.822] [ 2.591062] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:42.876] [ 2.652843] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:42.886] [ 2.660601] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:42.907] [ 2.665482] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:10:42.907] [ 2.670910] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:42.907] [ 2.671548] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:42.920] [ 2.682302] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:42.922] [ 2.688511] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:10:42.922] [ 2.696068] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:42.951] [ 2.720640] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:42.953] [ 2.727435] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:42.978] [ 2.732068] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:10:42.978] [ 2.737495] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:42.978] [ 2.738076] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:10:42.978] [ 2.748829] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:10:42.981] [ 2.755038] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:10:43.008] [ 2.762653] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:10:43.054] [ 2.829351] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:10:43.061] [ 2.836108] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:10:43.075] [ 2.840725] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:10:43.087] [ 2.846152] fbX_probe : update_type =3D 1=20 [2024-05-23 14:10:43.089] [ 2.856966] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:10:43.090] [ 2.866628] [INF][WDMA] tcc_wdma_init [2024-05-23 14:10:43.119] [ 2.871484] TCC WDMA Driver Initializing [2024-05-23 14:10:43.119] [ 2.878513] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:10:43.119] [ 2.884761] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:10:43.139] [ 2.895179] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:43.142] [ 2.907835] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:10:43.154] [ 2.917556] [CPU_ID] probe is done [2024-05-23 14:10:43.158] [ 2.921322] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:10:43.158] [ 2.928057] [DRAM_TOOL] probe is done [2024-05-23 14:10:43.170] [ 2.935553] MALI-G51 : r30p0-01eac0 [2024-05-23 14:10:43.174] [ 2.939083] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:10:43.175] [ 2.948532] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:43.190] [ 2.948537] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:10:43.204] [ 2.948541] 6 locks held by swapper/0/1: [2024-05-23 14:10:43.206] [ 2.948544] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:10:43.206] [ 2.948571] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:10:43.235] [ 2.948586] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:43.235] [ 2.948605] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:43.235] [ 2.948619] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:43.238] [ 2.948635] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:43.263] [ 2.948654] irq event stamp: 453868 [2024-05-23 14:10:43.263] [ 2.948659] hardirqs last enabled at = (453867): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:43.263] [ 2.948664] hardirqs last disabled at = (453868): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:43.281] [ 2.948671] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:43.281] [ 2.948675] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:43.297] [ 2.948677] Preemption disabled at: [2024-05-23 14:10:43.297] [ 2.948683] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:43.297] [ 2.948692] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:10:43.312] [ 2.948695] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:43.312] [ 2.948699] Call trace: [2024-05-23 14:10:43.312] [ 2.948704] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:43.314] [ 2.948709] show_stack+0x14/0x20 [2024-05-23 14:10:43.339] [ 2.948715] dump_stack+0xb8/0xf0 [2024-05-23 14:10:43.339] [ 2.948720] ___might_sleep+0x178/0x210 [2024-05-23 14:10:43.339] [ 2.948724] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:43.339] [ 2.948729] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:43.339] [ 2.948734] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:43.339] [ 2.948741] gic_set_type+0x84/0x98 [2024-05-23 14:10:43.342] [ 2.948746] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:43.365] [ 2.948751] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:43.369] [ 2.948755] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:43.369] [ 2.948761] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:10:43.369] [ 2.948767] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:10:43.369] [ 2.948771] kbase_device_init+0x78/0xf8 [2024-05-23 14:10:43.369] [ 2.948777] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:10:43.392] [ 2.948781] platform_drv_probe+0x58/0xb8 [2024-05-23 14:10:43.403] [ 2.948787] = driver_probe_device+0x228/0x410 [2024-05-23 14:10:43.403] [ 2.948791] __driver_attach+0xfc/0x118 [2024-05-23 14:10:43.403] [ 2.948796] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:10:43.403] [ 2.948801] driver_attach+0x20/0x28 [2024-05-23 14:10:43.403] [ 2.948806] bus_add_driver+0x220/0x268 [2024-05-23 14:10:43.403] [ 2.948811] driver_register+0x60/0xf8 [2024-05-23 14:10:43.406] [ 2.948815] = __platform_driver_register+0x44/0x50 [2024-05-23 14:10:43.406] [ 2.948822] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:10:43.406] [ 2.948827] do_one_initcall+0x50/0x15c [2024-05-23 14:10:43.431] [ 2.948834] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:10:43.431] [ 2.948839] kernel_init+0x10/0x100 [2024-05-23 14:10:43.431] [ 2.948844] ret_from_fork+0x10/0x18 [2024-05-23 14:10:43.431] [ 2.950725] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:10:43.431] [ 3.206084] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:10:43.446] [ 3.212823] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:10:43.453] [ 3.227113] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:10:43.472] [ 3.234285] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:10:43.473] [ 3.246548] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:10:43.487] [ 3.252767] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:10:43.487] [ 3.257149] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:10:43.488] [ 3.264787] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:10:43.536] [ 3.312932] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:10:43.546] [ 3.320643] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:10:43.562] [ 3.328491] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:10:43.563] [ 3.338979] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:10:43.579] [ 3.345916] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:10:43.602] [ 3.356989] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:10:43.606] [ 3.366247] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:10:43.630] [ 3.385164] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:10:43.632] [ 3.400619] libphy: Fixed MDIO Bus: probed [2024-05-23 14:10:43.632] [ 3.405595] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:10:43.659] [ 3.419078] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:10:43.663] [ 3.423606] [INFO][GAMC] gmac index : 1 [2024-05-23 14:10:43.663] [ 3.428135] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:10:43.663] [ 3.433345] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:10:43.665] [ 3.439567] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:10:43.695] [ 3.444001] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:10:43.695] [ 3.448297] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:10:43.695] [ 3.453549] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:10:43.695] [ 3.457915] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:10:43.697] [ 3.468009] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:10:43.697] [ 3.470201] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:10:43.723] [ 3.471021] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:10:43.723] [ 3.471806] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:10:43.723] [ 3.473134] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:10:43.725] [ 3.485164] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:10:43.754] [ 3.485193] GPT:15269887 !=3D 15273599 [2024-05-23 14:10:43.754] [ 3.485201] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:10:43.754] [ 3.485209] GPT:15269887 !=3D 15273599 [2024-05-23 14:10:43.754] [ 3.485216] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:10:43.754] [ 3.485335] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:10:43.770] [ 3.538227] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:43.770] [ 3.538239] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:10:43.784] [ 3.538246] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:10:43.786] [ 3.538258] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:43.786] [ 3.538270] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:10:43.814] [ 3.567042] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:10:43.814] [ 3.583087] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:10:43.818] [ 3.589743] usbhid: USB HID core driver [2024-05-23 14:10:43.841] [ 3.593971] optee: probing for conduit = method from DT. [2024-05-23 14:10:43.855] [ 3.599151] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:10:43.855] [ 3.601012] optee: initialized driver [2024-05-23 14:10:43.855] [ 3.610525] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:10:43.855] [ 3.616325] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:10:43.867] [ 3.621495] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:10:43.867] [ 3.626662] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:10:43.867] [ 3.632438] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:10:43.872] [ 3.638213] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:10:43.872] [ 3.644075] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:10:43.897] [ 3.650544] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:10:43.897] [ 3.657989] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:10:43.897] [ 3.665938] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:10:43.922] [ 3.679628] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:10:43.924] [ 3.687810] NET: Registered protocol family = 17 [2024-05-23 14:10:43.924] [ 3.692909] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:10:43.939] [ 3.710968] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:10:44.104] [ 3.879759] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:10:44.110] [ 3.879806] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:10:44.125] [ 3.895515] ALSA device list: [2024-05-23 14:10:44.125] [ 3.898509] No soundcards found. [2024-05-23 14:10:44.138] [ 3.904770] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:10:44.164] [ 3.925774] Freeing unused kernel memory: = 4160K [2024-05-23 14:10:44.168] Mounting devtmpfs [2024-05-23 14:10:44.168] Mounting procfs [2024-05-23 14:10:44.195] Mounting sysfs [2024-05-23 14:10:44.203] [ 3.953784] mount (93) used greatest stack = depth: 12000 bytes left [2024-05-23 14:10:44.205] [ 3.981811] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:10:44.249] [ 4.025116] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:10:44.258] [ 4.034112] mount (98) used greatest stack = depth: 11344 bytes left [2024-05-23 14:10:44.524] [ 4.300056] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:10:44.622] [ 4.397581] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:10:44.652] [ 4.425536] systemd[1]: Detected = architecture arm64. [2024-05-23 14:10:44.695]=20 [2024-05-23 14:10:44.695] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:10:44.708]=20 [2024-05-23 14:10:44.727] [ 4.486347] systemd[1]: Set hostname to = . [2024-05-23 14:10:44.733] [ 4.497461] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:10:44.749] [ 4.506408] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:10:44.978] [ 4.753968] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:10:45.006] [ 4.771166] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:10:45.041] [ 4.814882] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:10:45.054] [ 4.827043] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:10:45.244] [ 5.019334] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:10:45.318] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:10:45.339] [ OK ] Listening on udev Control Socket. [2024-05-23 14:10:45.366] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:10:45.372] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:10:45.388] [ OK ] Reached target Swap. [2024-05-23 14:10:45.414] [ OK ] Listening on Journal Socket. [2024-05-23 14:10:45.432] Mounting Kernel Debug File System... [2024-05-23 14:10:45.460] Starting udev Coldplug all Devices... [2024-05-23 14:10:45.491] Mounting Huge Pages File System... [2024-05-23 14:10:45.523] Starting Apply Kernel Variables... [2024-05-23 14:10:45.550] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:10:45.583] Starting mount data partition = service... [2024-05-23 14:10:45.628] [ OK ] Created slice User and Session Slice. [2024-05-23 14:10:45.639] [[ 5.419761] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:10:45.652] OK ] Reached target Slices. [2024-05-23 14:10:45.675] [ OK ] Created slice system-getty.slice. [2024-05-23 14:10:45.706] [ 5.482404] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:45.723] Mounting FUSE Control File System... [2024-05-23 14:10:45.743] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:10:45.754] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:10:45.770] [ OK ] Reached target Paths. [2024-05-23 14:10:45.787] [ OK ] Listening on Syslog Socket. [2024-05-23 14:10:45.824] Starting Journal Service... [2024-05-23 14:10:45.846] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:10:45.879] Mounting POSIX Message Queue File = System... [2024-05-23 14:10:45.892] [ OK ] Reached target Remote File Systems. [2024-05-23 14:10:45.924] Mounting Configuration File System... [2024-05-23 14:10:45.992] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:10:46.024] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:10:46.054] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:10:46.079] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:10:46.104] [ OK ] Started mount data partition service. [2024-05-23 14:10:46.122] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:10:46.145] [ OK ] Started Journal Service. [2024-05-23 14:10:46.173] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:10:46.194] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:10:46.224] [ OK ] Mounted Configuration File System. [2024-05-23 14:10:46.278] Starting NS file System mount and = recovery.... [2024-05-23 14:10:46.317] Starting udev Kernel Device = Manager... [2024-05-23 14:10:46.341] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:10:46.371] Mounting /var/volatile... [2024-05-23 14:10:46.391] [ OK ] Reached target Containers. [2024-05-23 14:10:46.402] [ 6.178921] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:46.442] Mounting /tmp... [2024-05-23 14:10:46.482] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:10:46.507] [ 6.277340] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:46.598] [ 6.373171] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:10:46.686] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:10:46.722] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:10:46.758] [ OK ] Mounted /var/volatile. [2024-05-23 14:10:46.766] [ OK ] Mounted /tmp. [2024-05-23 14:10:46.855] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:10:46.885] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:10:47.066] [ 6.843315] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:10:47.085] Starting Bind mount volatile = /var/cache... [2024-05-23 14:10:47.124] Starting Bind mount volatile = /var/spool... [2024-05-23 14:10:47.148] Starting Bind mount volatile = /var/lib... [2024-05-23 14:10:47.184] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:10:47.286] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:10:47.369] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:10:47.400] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:10:47.433] Starting Load/Save Random Seed... [2024-05-23 14:10:47.459] [ OK ] Reached target Local File Systems. [2024-05-23 14:10:47.487] Starting netfilter persistent = configuration... [2024-05-23 14:10:47.516] Starting AppArmor initialization... [2024-05-23 14:10:47.542] Starting Create Volatile Files and = Directories... [2024-05-23 14:10:47.576] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:10:47.724] [ 7.499882] audit: type=3D1400 = audit(1550139121.196:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:10:47.752] [ 7.519931] audit: type=3D1400 = audit(1550139121.204:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:47.786] [ 7.536434] audit: type=3D1400 = audit(1550139121.204:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:47.788] [ 7.552399] audit: type=3D1400 = audit(1550139121.204:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:47.817] [ 7.567946] audit: type=3D1400 = audit(1550139121.204:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:47.825] [ 7.584796] audit: type=3D1400 = audit(1550139121.204:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:47.849] [ OK [ 7.601590] audit: type=3D1400 = audit(1550139121.204:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:10:47.864] ] Started netfilter persistent configuration. [2024-05-23 14:10:47.875] [ OK ] Started AppArmor initialization. [2024-05-23 14:10:47.896] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:10:47.928] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:10:47.942] [ OK ] Reached target Network (Pre). [2024-05-23 14:10:47.976] Starting Network Service... [2024-05-23 14:10:48.012] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:10:48.043] [ OK ] Reached target System Initialization. [2024-05-23 14:10:48.059] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:10:48.069] [ OK ] Reached target Sockets. [2024-05-23 14:10:48.087] [ OK ] Reached target Basic System. [2024-05-23 14:10:48.129] [ OK ] Started Kernel Logging Service. [2024-05-23 14:10:48.159] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:10:48.179] [ 7.955850] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:10:48.188] [ OK ] Started System Logging Service. [2024-05-23 14:10:48.226] [ 7.993551] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:10:48.230] [ 7.998163] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:10:48.230] [ OK ] Started 8.003783] [INFO][GMAC] = gmac_clk : 125000000 [2024-05-23 14:10:48.250] mTEE-based HSM Service. [2024-05-23 14:10:48.260] Starting Login Service... [2024-05-23 14:10:48.292] [ OK ] Started NS VSync Process. [2024-05-23 14:10:48.320] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:10:48.390] [ 8.154688] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:10:48.410] [ OK ] Started NS System Management Process. [2024-05-23 14:10:48.424] Start /usr/bin/sys-fail-mon [2024-05-23 14:10:48.502] [ 8.232394] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:10:48.507] [ 8.232905] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:10:48.519] [ 8.232921] [INFO][GMAC]=20 [2024-05-23 14:10:48.519] [ 8.233269] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:10:48.543] Starting NS Inter Domain Comm = Process... [2024-05-23 14:10:48.585] [ 8.347045] libphy: tcc-gmac-mdio: probed [2024-05-23 14:10:48.593] [ 8.347056] [INFO][GMAC] registered! [2024-05-23 14:10:48.609] [ 8.347063] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:10:48.609] [ 8.347073] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:10:48.635] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:10:48.639] [ 8.404760] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:10:48.639] [ 8.410572] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:10:48.655] Starting Load Kernel Modules... [2024-05-23 14:10:48.655] [ OK ] S[ 8.426017] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:10:48.672] tarted Daily Cleanup of[ 8.438500] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:10:48.674] Temporary Directories. [2024-05-23 14:10:48.698] [ 8.439928] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:48.701] 0;32m OK ] Reached target [ 8.441459] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:10:48.701] Timers. [2024-05-23 14:10:48.701] [ 8.441487] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:10:48.727] [ 8.442928] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:10:48.727] [ 8.442941] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:10:48.727] [ 8.445273] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:10:48.743] [ 8.445608] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:10:48.743] [ 8.445658] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:10:48.761] [ 8.445658] -- MASTER Configuration. [2024-05-23 14:10:48.761] [ 8.445658] -- Local Receiver Status Not = OK. [2024-05-23 14:10:48.761] [ 8.445658] -- Remote Receiver Status Not = OK. [2024-05-23 14:10:48.763] [ 8.445712] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:10:48.787] [ 8.445719] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:10:48.787] [ 8.456063] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:10:48.787] [ 8.456068] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:10:48.789] [ 8.456073] 5 locks held by = systemd-network/261: [2024-05-23 14:10:48.816] [ 8.456076] #0: (rtnl_mutex){+.+.}, at: = [<000000000d68db92>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:10:48.816] [ 8.456106] #1: = (&desc->request_mutex){+.+.}, at: [<000000006d2dd4c6>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:10:48.816] [ 8.456125] #2: = (&irq_desc_lock_class){-...}, at: [<000000008b47c7e9>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:48.829] [ 8.456140] #3: (rcu_read_lock){....}, = at: [<0000000047513712>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:10:48.843] [ 8.456156] #4: (&picinfo->lock){....}, = at: [<00000000712b1d1f>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:48.861] [ 8.456177] irq event stamp: 72516 [2024-05-23 14:10:48.861] [ 8.456182] hardirqs last enabled at = (72515): [<00000000c6cfacbc>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:10:48.873] [ 8.456188] hardirqs last disabled at = (72516): [<000000006818595b>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:10:48.873] [ 8.456196] softirqs last enabled at (0): = [<00000000d5e4663e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:10:48.879] [ 8.456200] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:10:48.879] [ 8.456203] Preemption disabled at: [2024-05-23 14:10:48.904] [ 8.456208] [<000000008b47c7e9>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:10:48.909] [ 8.456218] CPU: 2 PID: 261 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:10:48.909] [ 8.456221] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:10:48.909] [ 8.456225] Call trace: [2024-05-23 14:10:48.909] [ 8.456231] dump_backtrace+0x0/0x1d8 [2024-05-23 14:10:48.909] [ 8.456236] show_stack+0x14/0x20 [2024-05-23 14:10:48.932] [ 8.456242] dump_stack+0xb8/0xf0 [2024-05-23 14:10:48.938] [ 8.456247] ___might_sleep+0x178/0x210 [2024-05-23 14:10:48.938] [ 8.456251] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:10:48.938] [ 8.456256] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:10:48.938] [ 8.456262] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:10:48.938] [ 8.456270] gic_set_type+0x84/0x98 [2024-05-23 14:10:48.938] [ 8.456275] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:10:48.938] [ 8.456279] __setup_irq+0x76c/0x7f8 [2024-05-23 14:10:48.960] [ 8.456284] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:10:48.976] [ 8.456292] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:10:48.976] [ 8.456297] __dev_open+0x100/0x150 [2024-05-23 14:10:48.976] [ 8.456301] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:10:48.976] [ 8.456305] dev_change_flags+0x20/0x60 [2024-05-23 14:10:48.976] [ 8.456310] do_setlink+0x3ec/0xc30 [2024-05-23 14:10:48.976] [ 8.456313] rtnl_setlink+0xcc/0x128 [2024-05-23 14:10:48.994] [ 8.456318] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:10:48.994] [ 8.456324] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:10:48.994] [ 8.456328] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:10:48.994] [ 8.456332] netlink_unicast+0x180/0x1f8 [2024-05-23 14:10:49.009] [ 8.456336] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:10:49.009] [ 8.456342] sock_sendmsg+0x3c/0x58 [2024-05-23 14:10:49.009] [ 8.456348] SyS_sendto+0xd0/0x140 [2024-05-23 14:10:49.009] [ 8.456352] el0_svc_naked+0x34/0x38 [2024-05-23 14:10:49.009] [ 8.457190] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:10:49.014] [ 8.489941] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:10:49.014] [ 8.489952] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:10:49.035] [ 8.489961] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:10:49.039] [ 8.489961] =20 [2024-05-23 14:10:49.039] [ 8.490297] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:10:49.039] [ 8.497724] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:10:49.039] [ 8.497734] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:10:49.039] [ 8.497743] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:10:49.063] [ 8.497743] =20 [2024-05-23 14:10:49.075] [ 8.497887] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:10:49.075] [ 8.497906] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:10:49.075] [ 8.497913] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:10:49.075] [ 8.497920] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:10:49.075] [ 8.497931] [INFO][GMAC] --] phy_start: : [2024-05-23 14:10:49.077] [ 8.498758] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:10:49.077] [ 8.539229] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:10:49.100] [ 8.539239] Disabling lock debugging due to = kernel taint [2024-05-23 14:10:49.122] [ 8.604233] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.122] [ 8.655080] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:10:49.122] [ 8.667799] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:10:49.122] [ 8.672874] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:10:49.133] [ 8.677738] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:10:49.133] [ 8.679390] Done!! [2024-05-23 14:10:49.133] [ 8.712238] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.133] [ 8.779458] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:10:49.133] [ 8.784134] Done!! [2024-05-23 14:10:49.135] [ 8.820274] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.135] [ 8.875579] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:10:49.154] [ 8.880606] Done!! [2024-05-23 14:10:49.157] [ OK ] Started Network Service. [2024-05-23 14:10:49.157] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:10:49.157] [ OK ] Started Load Kernel Mo[ 8.928363] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:10:49.177] dules. [2024-05-23 14:10:49.191] [ OK ] Started Cluster Framework. [2024-05-23 14:10:49.191] [ OK ] Started HUD Framework. [2024-05-23 14:10:49.203] parents, child is 323 [2024-05-23 14:10:49.203] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:10:49.206] [IDC]Start.[ 8.974561] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:10:49.242]=20 [2024-05-23 14:10:49.242] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:10:49.242] [IDC](A7)ConnectReq 0 [2024-05-23 14:10:49.242] [IDC](A7)do_connect 0 [2024-05-23 14:10:49.242] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:10:49.242] [IDC](A7)Tx start session req 1 [2024-05-23 14:10:49.242] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:10:49.242] [IDC](R5)ConnectReq 0 [2024-05-23 14:10:49.243] [IDC](R5)do_connect 0 [2024-05-23 14:10:49.243] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:10:49.260] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:10:49.260] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:10:49.260] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:10:49.260] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:10:49.260] [IDC](A7)Session connected. [2024-05-23 14:10:49.295] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:10:49.295] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:10:49.295] [ OK ] Started Nvm Process. [2024-05-23 14:10:49.295] [IDC](R5)Session connected.2 [2024-05-23 14:10:49.295] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:10:49.309] [ 9.040326] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.309] [ OK ] Started NS hsm control application. [2024-05-23 14:10:49.311] [ OK ] Started Diagnosis Framework. [2024-05-23 14:10:49.376] [ 9.152752] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.408] [ OK ] Started NS Software Update. [2024-05-23 14:10:49.418] [ OK ] Started NS Secondary Verify. [2024-05-23 14:10:49.443] [ OK ] Started Diagnosis Transport. [2024-05-23 14:10:49.446] [ 9.207297] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:10:49.446] [ OK ] Reached target Network. [2024-05-23 14:10:49.464] Starting Permit User Sessions... [2024-05-23 14:10:49.479] Starting udev Coldplug all Devices... [2024-05-23 14:10:49.496] [ 9.272323] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.504] Starting Wait for Network to be = Configured... [2024-05-23 14:10:49.548] [ OK ] Started Login Service. [2024-05-23 14:10:49.582] [ OK ] Started Permit User Sessions. [2024-05-23 14:10:49.611] [ OK ] Started Getty on tty1. [2024-05-23 14:10:49.616] [ 9.384306] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:49.620] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:10:49.635] [ OK ] Reached target Login Prompts. [2024-05-23 14:10:49.635] [ OK ] Reached target Multi-User System. [2024-05-23 14:10:49.651] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:10:49.651] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:10:49.683] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:10:49.723] [ OK ] Started NS A53 RealTi[ 9.502548] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:10:49.733] me Schedule Switch. [2024-05-23 14:10:49.862] [ 9.612199] sched: RT throttling activated [2024-05-23 14:10:49.870] [ 9.641540] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:10:50.436] [ 10.211084] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:10:50.447] [ 10.219510] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:10:51.341] [ 11.113355] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:10:51.355] [ 11.113362] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:10:51.649] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:10:55.960]=20 [2024-05-23 14:10:55.960] telechips-nsp1-release login:=20 [2024-05-23 14:10:58.663]=20 [2024-05-23 14:10:58.666] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:10:58.688]=20 [2024-05-23 14:10:58.688] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:10:58.715] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:10:58.715] DRAM: 2 GiB [2024-05-23 14:10:58.723] MMC: sdhc@0x16440000: 0 [2024-05-23 14:10:58.991]=20 [2024-05-23 14:10:58.991] HW Partition tyep is UserData [2024-05-23 14:10:59.014] In: serial [2024-05-23 14:10:59.014] Out: serial [2024-05-23 14:10:59.014] Err: serial [2024-05-23 14:10:59.076] Boot in the UserData environment(0) [2024-05-23 14:10:59.079] Non-secure boot (secure boot flag is clear) [2024-05-23 14:10:59.081] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:10:59.106] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:10:59.106] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:10:59.106] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:10:59.106] Booting using the fdt blob at 0x23000000 [2024-05-23 14:10:59.106] Loading Kernel Image [2024-05-23 14:10:59.125] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:10:59.128] OPTEE is enabled [2024-05-23 14:10:59.128]=20 [2024-05-23 14:10:59.128] Starting kernel ... [2024-05-23 14:10:59.128]=20 [2024-05-23 14:11:00.058] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:11:00.063] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:11:00.078] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:11:00.080] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:11:00.108] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:11:00.108] [ 0.000000] efi: UEFI not found. [2024-05-23 14:11:00.108] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:11:00.108] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:11:00.121] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:11:00.134] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:11:00.147] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:11:00.147] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:11:00.152] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:11:00.152] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:11:00.180] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:11:00.180] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:11:00.180] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:11:00.182] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:11:00.207] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:11:00.207] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:11:00.207] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:11:00.224] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:11:00.224] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:11:00.237] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:11:00.239] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:11:00.266] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:11:00.266] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:11:00.266] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:11:00.279] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:11:00.283] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:11:00.283] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:11:00.305] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:11:00.305] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:11:00.305] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:11:00.305] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:11:00.307] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:11:00.332] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:11:00.332] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:11:00.332] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:11:00.332] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:11:00.348] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:11:00.348] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:11:00.379] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:11:00.379] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:11:00.391] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:11:00.404] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:11:00.407] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:11:00.441] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:11:00.457] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:11:00.457] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:11:00.457] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:11:00.457] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:11:00.457] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:11:00.467] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:11:00.467] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:11:00.469] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:11:00.493] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:11:00.496] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:11:00.496] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:11:00.496] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:11:00.525] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:11:00.525] [ 0.000000] Running RCU self tests [2024-05-23 14:11:00.525] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:11:00.525] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:11:00.525] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:11:00.537] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:11:00.539] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:11:00.539] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:11:00.563] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:11:00.563] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:11:00.563] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:11:00.563] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:11:00.566] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:11:00.590] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:11:00.590] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:11:00.590] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:11:00.607] [ 0.001451] Console: colour dummy device = 80x25 [2024-05-23 14:11:00.607] [ 0.001693] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:11:00.621] [ 0.001696] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:11:00.640] [ 0.001699] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:11:00.640] [ 0.001701] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:11:00.640] [ 0.001704] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:11:00.640] [ 0.001707] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:11:00.651] [ 0.001709] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:11:00.651] [ 0.001712] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:11:00.651] [ 0.001715] memory used by lock dependency = info: 7903 kB [2024-05-23 14:11:00.657] [ 0.001718] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:11:00.657] [ 0.001757] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:11:00.683] [ 0.001765] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:11:00.683] [ 0.002259] Security Framework initialized [2024-05-23 14:11:00.683] [ 0.002382] AppArmor: AppArmor initialized [2024-05-23 14:11:00.683] [ 0.002627] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:11:00.683] [ 0.002649] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:11:00.696] [ 0.019979] ASID allocator initialised with = 32768 entries [2024-05-23 14:11:00.696] [ 0.035883] Hierarchical SRCU = implementation. [2024-05-23 14:11:00.697] [ 0.062329] EFI services will not be = available. [2024-05-23 14:11:00.712] [ 0.076151] smp: Bringing up secondary CPUs = ... [2024-05-23 14:11:00.719] [ 0.120776] Detected VIPT I-cache on CPU1 [2024-05-23 14:11:00.719] [ 0.120852] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:11:00.719] [ 0.165023] Detected VIPT I-cache on CPU2 [2024-05-23 14:11:00.743] [ 0.165082] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:11:00.755] [ 0.209311] Detected VIPT I-cache on CPU3 [2024-05-23 14:11:00.755] [ 0.209364] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:11:00.755] [ 0.209742] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:11:00.755] [ 0.209783] SMP: Total of 4 processors = activated. [2024-05-23 14:11:00.755] [ 0.209799] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:11:00.766] [ 0.209819] CPU: All CPU(s) started at EL2 [2024-05-23 14:11:00.766] [ 0.210007] alternatives: patching kernel = code [2024-05-23 14:11:00.766] [ 0.210570] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:11:00.769] [ 0.213140] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:11:00.769] [ 0.213808] devtmpfs: initialized [2024-05-23 14:11:00.769] [ 0.403351] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:11:00.792] [ 0.403614] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:11:00.792] [ 0.412423] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:11:00.792] [ 0.413372] chipinfo: TCC8030 Rev02 [2024-05-23 14:11:00.806] [ 0.413387] chipinfo: SiP Service v0.1.56 [2024-05-23 14:11:00.822] [ 0.418683] NET: Registered protocol family = 16 [2024-05-23 14:11:00.822] [ 0.422726] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:11:00.822] [ 0.424713] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:11:00.848] [ 0.426453] cpuidle: using governor menu [2024-05-23 14:11:00.848] [ 0.426697] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:11:00.848] [ 0.440797] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:11:00.853] [ 0.441312] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:11:00.853] [ 0.441359] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:11:00.853] [ 0.441403] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:11:00.853] [ 0.441447] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:11:00.853] [ 0.441490] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:11:00.877] [ 0.441534] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:11:00.892] [ 0.441578] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:11:00.892] [ 0.441621] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:11:00.892] [ 0.441665] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:11:00.892] [ 0.441708] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:11:00.892] [ 0.441766] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:11:00.911] [ 0.441811] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:11:00.911] [ 0.441854] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:11:00.911] [ 0.441897] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:11:00.913] [ 0.441940] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:11:00.913] [ 0.442064] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:11:00.913] [ 0.442109] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:11:00.913] [ 0.442154] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:11:00.936] [ 0.442570] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:11:00.951] [ 0.442614] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:11:00.951] [ 0.442657] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:11:00.951] [ 0.442701] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:11:00.951] [ 0.442744] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:11:00.954] [ 0.442788] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:11:00.954] [ 0.442831] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:11:00.954] [ 0.442875] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:11:00.979] [ 0.442933] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:11:00.979] [ 0.442976] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:11:00.979] [ 0.443020] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:11:00.979] [ 0.443063] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:11:00.979] [ 0.443317] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:11:00.993] [ 0.443361] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:11:00.993] [ 0.443405] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:11:01.001] [ 0.443449] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:11:01.004] [ 0.443492] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:11:01.004] [ 0.443535] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:11:01.020] [ 0.443578] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:11:01.020] [ 0.443777] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:11:01.020] [ 0.443820] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:11:01.036] [ 0.443863] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:11:01.036] [ 0.443906] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:11:01.036] [ 0.443950] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:11:01.062] [ 0.444006] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:11:01.062] [ 0.444050] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:11:01.062] [ 0.444093] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:11:01.062] [ 0.444136] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:11:01.065] [ 0.444179] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:11:01.065] [ 0.444222] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:11:01.085] [ 0.444265] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:11:01.085] [ 0.444309] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:11:01.085] [ 0.444352] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:11:01.085] [ 0.444893] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:11:01.104] [ 0.444938] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:11:01.108] [ 0.445109] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:11:01.108] [ 0.445281] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:11:01.108] [ 0.445451] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:11:01.133] [ 0.445616] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:11:01.139] [ 0.445783] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:11:01.139] [ 0.445827] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:11:01.139] [ 0.445871] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:11:01.139] [ 0.446137] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:11:01.139] [ 0.446337] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:11:01.166] [ 0.446521] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:11:01.166] [ 0.446566] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:11:01.166] [ 0.446609] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:11:01.166] [ 0.446653] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:11:01.166] [ 0.446718] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:11:01.179] [ 0.446906] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:11:01.183] [ 0.446950] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:11:01.183] [ 0.447161] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:11:01.206] [ 0.447174] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:11:01.210] [ 0.530022] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:11:01.210] [ 0.530113] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:11:01.210] [ 1.676796] console [ttyAMA0] enabled [2024-05-23 14:11:01.221] [ 1.684560] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:11:01.241] [ 1.713437] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:11:01.249] [ 1.723792] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:11:01.264] [ 1.734297] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:11:01.280] [ 1.744645] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:11:01.370] [ 1.844296] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:11:01.385] [ 1.860702] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:11:01.402] [ 1.867596] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:11:01.402] [ 1.874387] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:11:01.427] [ 1.880776] Linux video capture interface: = v2.00 [2024-05-23 14:11:01.427] [ 1.886534] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:01.436] [ 1.886538] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:11:01.439] [ 1.886542] 6 locks held by swapper/0/1: [2024-05-23 14:11:01.439] [ 1.886545] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:11:01.471] [ 1.886571] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:11:01.471] [ 1.886586] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:11:01.471] [ 1.886604] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:01.473] [ 1.886618] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:11:01.500] [ 1.886634] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:01.500] [ 1.886652] irq event stamp: 288082 [2024-05-23 14:11:01.500] [ 1.886658] hardirqs last enabled at = (288081): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:01.502] [ 1.886663] hardirqs last disabled at = (288082): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:01.530] [ 1.886670] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:01.530] [ 1.886673] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:01.530] [ 1.886676] Preemption disabled at: [2024-05-23 14:11:01.532] [ 1.886681] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:01.562] [ 1.886690] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:11:01.562] [ 1.886693] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:01.562] [ 1.886697] Call trace: [2024-05-23 14:11:01.562] [ 1.886703] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:01.562] [ 1.886708] show_stack+0x14/0x20 [2024-05-23 14:11:01.562] [ 1.886713] dump_stack+0xb8/0xf0 [2024-05-23 14:11:01.574] [ 1.886718] ___might_sleep+0x178/0x210 [2024-05-23 14:11:01.586] [ 1.886722] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:01.586] [ 1.886727] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:01.586] [ 1.886732] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:01.589] [ 1.886739] gic_set_type+0x84/0x98 [2024-05-23 14:11:01.589] [ 1.886744] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:01.589] [ 1.886749] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:01.612] [ 1.886754] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:01.618] [ 1.886758] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:11:01.618] [ 1.886764] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:11:01.618] [ 1.886769] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:01.618] [ 1.886774] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:01.618] [ 1.886779] __driver_attach+0xfc/0x118 [2024-05-23 14:11:01.618] [ 1.886784] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:01.641] [ 1.886789] driver_attach+0x20/0x28 [2024-05-23 14:11:01.653] [ 1.886793] bus_add_driver+0x220/0x268 [2024-05-23 14:11:01.653] [ 1.886798] driver_register+0x60/0xf8 [2024-05-23 14:11:01.653] [ 1.886802] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:01.653] [ 1.886809] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:11:01.653] [ 1.886814] do_one_initcall+0x50/0x15c [2024-05-23 14:11:01.653] [ 1.886821] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:11:01.656] [ 1.886826] kernel_init+0x10/0x100 [2024-05-23 14:11:01.656] [ 1.886830] ret_from_fork+0x10/0x18 [2024-05-23 14:11:01.656] [ 1.892702] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:11:01.681] [ 2.139980] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:11:01.681] [ 2.153568] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:11:01.707] [ 2.160655] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:11:01.707] [ 2.165259] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:11:01.707] [ 2.170061] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:11:01.711] [ 2.174888] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:11:01.711] [ 2.179443] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:11:01.759] [ 2.233497] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:11:01.771] [ 2.246104] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:01.789] [ 2.264451] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:01.805] [ 2.279916] NET: Registered protocol family = 2 [2024-05-23 14:11:01.820] [ 2.287390] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:11:01.821] [ 2.295006] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:11:01.848] [ 2.306149] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:11:01.848] [ 2.313548] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:11:01.848] [ 2.320371] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:11:01.863] [ 2.328535] NET: Registered protocol family = 1 [2024-05-23 14:11:01.961] [ 2.435593] audit: initializing netlink = subsys (disabled) [2024-05-23 14:11:01.969] [ 2.441964] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:11:01.984] [ 2.442533] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:11:02.050] [ 2.524454] fuse init (API version 7.26) [2024-05-23 14:11:02.073] [ 2.542371] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:11:02.077] [ 2.549032] modprobe (67) used greatest = stack depth: 12672 bytes left [2024-05-23 14:11:02.092] [ 2.552381] io scheduler noop registered = (default) [2024-05-23 14:11:02.092] [ 2.552397] io scheduler mq-deadline = registered [2024-05-23 14:11:02.092] [ 2.552410] io scheduler kyber registered [2024-05-23 14:11:02.106] [ 2.562474] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:02.108] [ 2.562487] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:02.108] [ 2.562495] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:11:02.134] [ 2.562586] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:02.143] [ 2.618129] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:02.163] [ 2.625978] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:02.163] [ 2.630897] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:11:02.165] [ 2.636328] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:02.188] [ 2.636961] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:02.200] [ 2.647719] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:02.200] [ 2.653929] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:11:02.200] [ 2.661719] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:02.226] [ 2.686693] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:02.228] [ 2.693500] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:02.228] [ 2.698061] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:11:02.230] [ 2.703487] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:02.255] [ 2.704186] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:02.255] [ 2.714939] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:02.255] [ 2.721148] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:11:02.255] [ 2.728766] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:02.323] [ 2.795696] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:02.336] [ 2.802512] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:02.341] [ 2.807192] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:11:02.356] [ 2.812618] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:02.359] [ 2.822417] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:11:02.359] [ 2.832123] [INF][WDMA] tcc_wdma_init [2024-05-23 14:11:02.384] [ 2.836981] TCC WDMA Driver Initializing [2024-05-23 14:11:02.387] [ 2.844127] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:11:02.387] [ 2.850200] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:11:02.387] [ 2.860772] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:02.404] [ 2.873498] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:11:02.442] [ 2.882860] [CPU_ID] probe is done [2024-05-23 14:11:02.442] [ 2.886606] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:11:02.442] [ 2.893325] [DRAM_TOOL] probe is done [2024-05-23 14:11:02.442] [ 2.900556] MALI-G51 : r30p0-01eac0 [2024-05-23 14:11:02.452] [ 2.904083] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:11:02.452] [ 2.914028] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:02.465] [ 2.914032] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:11:02.467] [ 2.914037] 6 locks held by swapper/0/1: [2024-05-23 14:11:02.467] [ 2.914040] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:11:02.493] [ 2.914067] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:11:02.493] [ 2.914082] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:11:02.493] [ 2.914101] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:02.507] [ 2.914115] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:11:02.520] [ 2.914132] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:02.522] [ 2.914150] irq event stamp: 453488 [2024-05-23 14:11:02.522] [ 2.914155] hardirqs last enabled at = (453487): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:02.552] [ 2.914160] hardirqs last disabled at = (453488): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:02.552] [ 2.914168] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:02.552] [ 2.914171] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:02.554] [ 2.914174] Preemption disabled at: [2024-05-23 14:11:02.578] [ 2.914179] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:02.592] [ 2.914188] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:11:02.592] [ 2.914191] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:02.592] [ 2.914195] Call trace: [2024-05-23 14:11:02.592] [ 2.914201] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:02.592] [ 2.914205] show_stack+0x14/0x20 [2024-05-23 14:11:02.607] [ 2.914211] dump_stack+0xb8/0xf0 [2024-05-23 14:11:02.607] [ 2.914216] ___might_sleep+0x178/0x210 [2024-05-23 14:11:02.607] [ 2.914220] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:02.607] [ 2.914225] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:02.609] [ 2.914231] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:02.609] [ 2.914238] gic_set_type+0x84/0x98 [2024-05-23 14:11:02.609] [ 2.914243] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:02.632] [ 2.914247] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:02.636] [ 2.914252] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:02.636] [ 2.914258] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:11:02.636] [ 2.914264] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:11:02.636] [ 2.914268] kbase_device_init+0x78/0xf8 [2024-05-23 14:11:02.636] [ 2.914275] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:11:02.657] [ 2.914279] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:02.657] [ 2.914284] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:02.669] [ 2.914289] __driver_attach+0xfc/0x118 [2024-05-23 14:11:02.670] [ 2.914294] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:02.670] [ 2.914299] driver_attach+0x20/0x28 [2024-05-23 14:11:02.670] [ 2.914304] bus_add_driver+0x220/0x268 [2024-05-23 14:11:02.672] [ 2.914308] driver_register+0x60/0xf8 [2024-05-23 14:11:02.672] [ 2.914312] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:02.672] [ 2.914320] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:11:02.694] [ 2.914325] do_one_initcall+0x50/0x15c [2024-05-23 14:11:02.707] [ 2.914332] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:11:02.707] [ 2.914337] kernel_init+0x10/0x100 [2024-05-23 14:11:02.707] [ 2.914342] ret_from_fork+0x10/0x18 [2024-05-23 14:11:02.707] [ 2.915919] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:11:02.707] [ 3.170779] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:11:02.719] [ 3.177516] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:11:02.721] [ 3.196097] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:11:02.734] [ 3.203205] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:11:02.754] [ 3.215349] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:11:02.757] [ 3.221567] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:11:02.757] [ 3.225948] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:11:02.770] [ 3.233464] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:11:02.806] [ 3.280670] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:11:02.816] [ 3.291559] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:11:02.827] [ 3.299440] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:11:02.840] [ 3.313166] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:11:02.852] [ 3.318449] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:11:02.863] [ 3.329524] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:11:02.869] [ 3.338391] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:11:02.900] [ 3.357539] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:11:02.908] [ 3.373297] libphy: Fixed MDIO Bus: probed [2024-05-23 14:11:02.910] [ 3.378260] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:11:02.928] [ 3.391860] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:11:02.931] [ 3.392944] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:11:02.931] [ 3.392998] [INFO][GAMC] gmac index : 1 [2024-05-23 14:11:02.931] [ 3.393590] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:11:02.945] [ 3.393598] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:11:02.945] [ 3.394546] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:11:02.954] [ 3.394559] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:11:02.957] [ 3.398414] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:11:02.957] [ 3.407134] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:11:02.977] [ 3.408371] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:02.977] [ 3.408384] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:11:02.977] [ 3.408391] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:11:02.977] [ 3.408403] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:02.990] [ 3.408414] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:11:02.990] [ 3.410025] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:11:03.002] [ 3.419152] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:11:03.002] [ 3.419161] usbhid: USB HID core driver [2024-05-23 14:11:03.013] [ 3.419486] optee: probing for conduit = method from DT. [2024-05-23 14:11:03.019] [ 3.419510] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:11:03.019] [ 3.421690] optee: initialized driver [2024-05-23 14:11:03.036] [ 3.423290] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:11:03.038] [ 3.423305] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:11:03.038] [ 3.423312] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:11:03.038] [ 3.423319] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:11:03.057] [ 3.423327] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:11:03.072] [ 3.423334] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:11:03.072] [ 3.423342] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:11:03.072] [ 3.423349] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:11:03.082] [ 3.424996] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:11:03.082] [ 3.425003] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:11:03.088] [ 3.431746] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:11:03.088] [ 3.445792] NET: Registered protocol family = 17 [2024-05-23 14:11:03.105] [ 3.446375] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:11:03.108] [ 3.451023] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:11:03.127] [ 3.583524] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:11:03.129] [ 3.593859] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:11:03.129] [ 3.599694] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:11:03.140] [ 3.606457] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:11:03.140] [ 3.615061] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:11:03.152] [ 3.615279] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:03.154] [ 3.615329] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:11:03.175] [ 3.617302] ALSA device list: [2024-05-23 14:11:03.175] [ 3.617310] No soundcards found. [2024-05-23 14:11:03.175] [ 3.645622] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:11:03.203] [ 3.655896] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:11:03.203] [ 3.663791] GPT:15269887 !=3D 15273599 [2024-05-23 14:11:03.211] [ 3.666927] Freeing unused kernel memory: = 4160K [2024-05-23 14:11:03.211] Mounting devtmpfs [2024-05-23 14:11:03.211] [ 3.672454] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:11:03.221] Mounting procfs [2024-05-23 14:11:03.221] [ 3.680645] GPT:15269887 !=3D 15273599 [2024-05-23 14:11:03.221] [ 3.685315] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:11:03.223] Mounting sysfs [2024-05-23 14:11:03.223] [ 3.690641] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:11:03.242] [ 3.697273] mount (93) used greatest stack = depth: 12464 bytes left [2024-05-23 14:11:03.256] wait for emmc ready [2024-05-23 14:11:03.274] [ 3.749379] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:11:03.319] [ 3.794073] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:11:03.331] [ 3.802920] mount (100) used greatest stack = depth: 11312 bytes left [2024-05-23 14:11:03.587] [ 4.059381] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:11:03.683] [ 4.157666] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:11:03.715] [ 4.185405] systemd[1]: Detected = architecture arm64. [2024-05-23 14:11:03.760]=20 [2024-05-23 14:11:03.760] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:11:03.773]=20 [2024-05-23 14:11:03.775] [ 4.250007] systemd[1]: Set hostname to = . [2024-05-23 14:11:03.788] [ 4.261424] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:11:03.805] [ 4.270265] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:11:04.044] [ 4.517805] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:11:04.062] [ 4.534953] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:11:04.108] [ 4.579551] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:11:04.121] [ 4.591711] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:11:04.315] [ 4.786528] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:11:04.384] [ OK ] Reached target Swap. [2024-05-23 14:11:04.417] [ OK ] Reached target Paths. [2024-05-23 14:11:04.424] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:11:04.451] [ OK ] Created slice system-getty.slice. [2024-05-23 14:11:04.457] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:11:04.476] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:11:04.510] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:11:04.518] [ OK ] Listening on Journal Socket. [2024-05-23 14:11:04.545] Starting mount data partition = service... [2024-05-23 14:11:04.576] Starting Apply Kernel Variables... [2024-05-23 14:11:04.605] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:11:04.647] Mounting FUSE Control File System... [2024-05-23 14:11:04.717] [ 5.192278] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:11:04.729] [ 5.204604] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:04.747] Mounting POSIX Message Queue File = System... [2024-05-23 14:11:04.778] [ OK ] Reached target Remote File Systems. [2024-05-23 14:11:04.793] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:11:04.804] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:11:04.838] Mounting Kernel Debug File System... [2024-05-23 14:11:04.862] [ OK ] Listening on Syslog Socket. [2024-05-23 14:11:04.879] Starting Journal Service... [2024-05-23 14:11:04.910] [ OK ] Listening on udev Control Socket. [2024-05-23 14:11:04.926] Mounting Configuration File System... [2024-05-23 14:11:04.955] Mounting Huge Pages File System... [2024-05-23 14:11:04.973] [ OK ] Created slice User and Session Slice. [2024-05-23 14:11:04.990] [ OK ] Reached target Slices. [2024-05-23 14:11:05.027] Starting udev Coldplug all Devices... [2024-05-23 14:11:05.104] [ OK ] Started mount data partition service. [2024-05-23 14:11:05.131] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:11:05.160] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:11:05.175] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:11:05.195] [ OK ] Started Journal Service. [2024-05-23 14:11:05.227] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:11:05.243] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:11:05.271] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:11:05.293] [ OK ] Mounted Configuration File System. [2024-05-23 14:11:05.310] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:11:05.369] Starting udev Kernel Device = Manager... [2024-05-23 14:11:05.404] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:11:05.427] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:11:05.443] [ OK ] Reached target Containers. [2024-05-23 14:11:05.466] Mounting /var/volatile... [2024-05-23 14:11:05.498] Mounting /tmp... [2024-05-23 14:11:05.526] Starting NS file System mount and = recovery.... [2024-05-23 14:11:05.550] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:11:05.587] [ OK ] Mounted /var/volatile. [2024-05-23 14:11:05.611] [ OK ] Mounted /tmp. [2024-05-23 14:11:05.657] [ 6.131501] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:05.741] [ 6.215649] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:05.842] [ 6.315515] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:05.888] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:11:05.967] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:11:05.995] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:11:06.170] [ 6.644300] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:11:06.194] Starting Bind mount volatile = /var/lib... [2024-05-23 14:11:06.217] Starting Bind mount volatile = /var/spool... [2024-05-23 14:11:06.246] Starting Bind mount volatile = /var/cache... [2024-05-23 14:11:06.277] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:11:06.470] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:11:06.503] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:11:06.532] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:11:06.561] [ OK ] Reached target Local File Systems. [2024-05-23 14:11:06.579] Starting netfilter persistent = configuration... [2024-05-23 14:11:06.612] Starting Create Volatile Files and = Directories... [2024-05-23 14:11:06.650] Starting AppArmor initialization... [2024-05-23 14:11:06.686] Starting Load/Save Random Seed... [2024-05-23 14:11:06.845] [ 7.319265] audit: type=3D1400 = audit(1550139121.256:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D260 comm=3D"apparmor_parser" [2024-05-23 14:11:06.866] [ 7.333723] audit: type=3D1400 = audit(1550139121.260:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:11:06.893] [ 7.349618] audit: type=3D1400 = audit(1550139121.260:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:11:06.893] [ 7.366120] audit: type=3D1400 = audit(1550139121.260:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:11:06.911] [ 7.382648] audit: type=3D1400 = audit(1550139121.260:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:11:06.927] [ 7.398632] audit: type=3D1400 = audit(1550139121.260:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:11:06.942] [ OK [ 7.414435] audit: type=3D1400 = audit(1550139121.260:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D260 = comm=3D"apparmor_parser" [2024-05-23 14:11:06.959] ] Started netfilter persistent configuration. [2024-05-23 14:11:06.981] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:11:07.010] [ OK ] Started AppArmor initialization. [2024-05-23 14:11:07.045] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:11:07.073] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:11:07.094] [ OK ] Reached target Network (Pre). [2024-05-23 14:11:07.123] Starting Network Service... [2024-05-23 14:11:07.167] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:11:07.195] [ OK ] Reached target System Initialization. [2024-05-23 14:11:07.211] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:11:07.228] [ OK ] Reached target Timers. [2024-05-23 14:11:07.246] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:11:07.262] [ OK ] Reached target Sockets. [2024-05-23 14:11:07.279] [ OK ] Reached target Basic System. [2024-05-23 14:11:07.301] [ OK ] Started NS VSync Process. [2024-05-23 14:11:07.315] [ 7.787682] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:11:07.361] [ OK ] Started Kernel Logging Service. [2024-05-23 14:11:07.367] [ 7.839589] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:11:07.382] [ 7.845220] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:11:07.399] [ 7.849767] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:11:07.425] [ 7.865984] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:11:07.427] [ OK ] Started System Logging Service. [2024-05-23 14:11:07.468] [ 7.942184] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:11:07.474] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:11:07.491] [ OK ] Started NS System Management Process. [2024-05-23 14:11:07.534] Starting NS Inter Domain Comm = Process... [2024-05-23 14:11:07.546] Start /usr/bin/sys-fail-mon [2024-05-23 14:11:07.579] [ 8.042125] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:11:07.581] [ 8.048754] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:11:07.596] Starting Login Service... [2024-05-23 14:11:07.596] [ 8.067028] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:11:07.619] [ 8.072120] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:11:07.619] [ 8.072263] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:11:07.619] [ 8.072275] [INFO][GMAC]=20 [2024-05-23 14:11:07.619] [ 8.084368] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:11:07.643] [ 8.095751] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:07.649] [ 8.109840] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:11:07.649] [ 8.115568] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:11:07.665] [ 8.127070] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:11:07.665] [ 8.134963] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:11:07.686] [ 8.142637] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:07.686] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:11:07.732] [ 8.205784] libphy: tcc-gmac-mdio: probed [2024-05-23 14:11:07.743] [ 8.209854] [INFO][GMAC] registered! [2024-05-23 14:11:07.745] [ 8.213477] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:11:07.769] [ 8.219368] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:11:07.771] Starting Load Kernel Modules... [2024-05-23 14:11:07.807] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:11:07.832] [ 8.307099] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:11:07.846] [ 8.316231] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:11:07.859] [ 8.316231] -- MASTER Configuration. [2024-05-23 14:11:07.861] [ 8.316231] -- Local Receiver Status Not = OK. [2024-05-23 14:11:07.861] [ 8.316231] -- Remote Receiver Status Not = OK. [2024-05-23 14:11:07.884] [ 8.348377] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:11:07.892] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:11:07.894] [ 8.355834] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:11:07.921] [ 8.360260] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:11:07.921] [ 8.360270] Disabling lock debugging due to = kernel taint [2024-05-23 14:11:07.921] [ OK ] Started 8.388429] BUG: sleeping = function called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:07.939] 39mNetwork Service. [2024-05-23 14:11:07.939] [ 8.388433] in_atomic(): 1, = irqs_disabled(): 128, pid: 263, name: systemd-network [2024-05-23 14:11:07.939] [ 8.388435] INFO: lockdep is turned off. [2024-05-23 14:11:07.941] [ 8.388438] irq event stamp: 73578 [2024-05-23 14:11:07.964] [ 8.388451] hardirqs last enabled at = (73577): [<00000000abe541f1>] el1_irq+0xdc/0x138 [2024-05-23 14:11:07.978] [ 8.388459] hardirqs last disabled at = (73578): [<000000000edaaf25>] __schedule+0xc8/0x730 [2024-05-23 14:11:07.978] [ 8.388466] softirqs last enabled at (0): = [<00000000c43f5dff>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:07.983] [ 8.388468] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:07.983] [ 8.388470] Preemption disabled at: [2024-05-23 14:11:07.983] [ 8.388477] [<000000006ae7167e>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:08.006] [ 8.388484] CPU: 3 PID: 263 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:11:08.022] [ 8.388486] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:08.022] [ 8.388489] Call trace: [2024-05-23 14:11:08.022] [ 8.388495] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:08.022] [ 8.388499] show_stack+0x14/0x20 [2024-05-23 14:11:08.028] [ 8.388503] dump_stack+0xb8/0xf0 [2024-05-23 14:11:08.028] [ 8.388508] ___might_sleep+0x178/0x210 [2024-05-23 14:11:08.028] [ 8.388512] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:08.028] [ 8.388518] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:08.028] [ 8.388522] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:08.046] [ 8.388528] gic_set_type+0x84/0x98 [2024-05-23 14:11:08.048] [ 8.388532] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:08.048] [ 8.388535] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:08.048] [ 8.388539] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:08.048] [ 8.388545] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:11:08.048] [ 8.388551] __dev_open+0x100/0x150 [2024-05-23 14:11:08.070] [ 8.388554] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:11:08.086] [ 8.388556] dev_change_flags+0x20/0x60 [2024-05-23 14:11:08.086] [ 8.388561] do_setlink+0x3ec/0xc30 [2024-05-23 14:11:08.086] [ 8.388564] rtnl_setlink+0xcc/0x128 [2024-05-23 14:11:08.086] [ 8.388567] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:11:08.086] [ 8.388571] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:11:08.098] [ 8.388574] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:11:08.098] [ 8.388576] netlink_unicast+0x180/0x1f8 [2024-05-23 14:11:08.098] [ 8.388579] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:11:08.098] [ 8.388584] sock_sendmsg+0x3c/0x58 [2024-05-23 14:11:08.100] [ 8.388588] SyS_sendto+0xd0/0x140 [2024-05-23 14:11:08.100] [ 8.388592] el0_svc_naked+0x34/0x38 [2024-05-23 14:11:08.100] [ 8.388753] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:11:08.115] [ 8.449973] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:11:08.129] [ 8.467708] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:11:08.129] [ 8.474655] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:11:08.129] [ 8.481493] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:11:08.132] [ 8.483140] Done!! [2024-05-23 14:11:08.132] [ 8.571634] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:11:08.132] [ 8.577536] Done!! [2024-05-23 14:11:08.156] [ OK ] Started NS Inter Domain Comm Process = [INFO][GMAC] init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:11:08.164] [0m. [2024-05-23 14:11:08.164] [ 8.619934] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:11:08.164] [ 8.625271] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:11:08.164] [ 8.625271] =20 [2024-05-23 14:11:08.187] [ 8.625642] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:11:08.187] [ 8.638565] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:11:08.190] parents, child is 321 [2024-05-23 14:11:08.190] [ 8.644783] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:11:08.190] [ 8.651658] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:11:08.190] [ 8.651658] =20 [2024-05-23 14:11:08.190] [IDC]Start. [2024-05-23 14:11:08.190] [ 8.651827] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:11:08.213] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:11:08.226] [ 8.655561] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:11:08.226] [IDC](A7)ConnectReq 0 [2024-05-23 14:11:08.226] [ 8.661178] Done!! [2024-05-23 14:11:08.226] [IDC](A7)do_connect 0[ 8.663105] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:11:08.226]=20 [2024-05-23 14:11:08.226] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:11:08.228] [IDC[ 8.690099] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:11:08.228] ](A7)Tx start session req 1 [2024-05-23 14:11:08.228] [ID[ 8.690107] [INFO][GMAC] buf sz 2048 pbl = 8 [2024-05-23 14:11:08.252] C](A7)Session status 1 -> 2 [2024-05-23 14:11:08.282] [IDC]([ 8.690111] [INFO][GMAC] ch0 tx 1024 = rx 1024 [2024-05-23 14:11:08.282] R5)ConnectReq 0 [2024-05-23 14:11:08.282] [IDC](R5)do_con[ 8.690119] [INFO][GMAC] --] = phy_start: : [2024-05-23 14:11:08.282] nect 0 [2024-05-23 14:11:08.282] [IDC](R5)Session status [ 8.690172] = [INFO][GMAC] --] tcc_gmac_open done:=20 [2024-05-23 14:11:08.282] 0 -> 1 [2024-05-23 14:11:08.282] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:11:08.300] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:11:08.300] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:11:08.300] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:11:08.300] [IDC](A7)Session connected. [2024-05-23 14:11:08.300] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:11:08.300] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:11:08.300] [IDC](R5)Session connected.2 [2024-05-23 14:11:08.300] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:11:08.300] [IDC]Invalid read length. 248=20 [2024-05-23 14:11:08.300] [ OK ] Started Load Kernel Modules. [2024-05-23 14:11:08.312] [ OK ] Started Cluster Framework. [2024-05-23 14:11:08.312] [ OK ] Started HUD Framework. [2024-05-23 14:11:08.312] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:11:08.340] [ 8.797700] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:08.342] [ OK ] Started Nvm Process. [2024-05-23 14:11:08.363] [ OK ] Started NS hsm control application. [2024-05-23 14:11:08.434] [ OK ] Started Diagnosis Framework. [2024-05-23 14:11:08.448] [ 8.921270] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:08.480] [ OK ] Started Diagnosis Transport. [2024-05-23 14:11:08.497] [ OK ] Started NS Software Update. [2024-05-23 14:11:08.514] [ OK ] Started NS Secondary Verify. [2024-05-23 14:11:08.530] Starting Wait for Network to be = Configured... [2024-05-23 14:11:08.532] [ OK ] Reached target Network. [2024-05-23 14:11:08.553] Starting udev Coldplug all Devices... [2024-05-23 14:11:08.553] Starting Permit User Sessions... [2024-05-23 14:11:08.578] [ OK ] Started Login Service. [2024-05-23 14:11:08.587] [ 9.032044] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:08.619] [ OK ] Started Permit User Sessions. [2024-05-23 14:11:08.658] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:11:08.662] [ OK ] Started Getty on tty1. [2024-05-23 14:11:08.676] [ 9.144033] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:08.676] [ OK ] Reached target Login Prompts. [2024-05-23 14:11:08.695] [ 9.153409] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:11:08.695] [ OK ] Reached target Multi-User System. [2024-05-23 14:11:08.727] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:11:08.728] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:11:08.783] [ 9.256741] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:08.793] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:11:08.838] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:11:08.894] [ 9.368133] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:09.009] [ 9.484055] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:09.122] [ 9.596068] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:09.233] [ 9.708208] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:09.349] [ 9.822579] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:09.550] [ 10.023493] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:11:09.581] [ 10.031901] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:11:10.513] [ 10.984810] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:11:10.523] [ 10.984820] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:11:10.687] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:11:15.108]=20 [2024-05-23 14:11:15.108] telechips-nsp1-release login:=20 [2024-05-23 14:11:18.888]=20 [2024-05-23 14:11:18.888] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:11:18.910]=20 [2024-05-23 14:11:18.910] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:11:18.939] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:11:18.939] DRAM: 2 GiB [2024-05-23 14:11:18.959] MMC: sdhc@0x16440000: 0 [2024-05-23 14:11:19.215]=20 [2024-05-23 14:11:19.215] HW Partition tyep is UserData [2024-05-23 14:11:19.236] In: serial [2024-05-23 14:11:19.236] Out: serial [2024-05-23 14:11:19.246] Err: serial [2024-05-23 14:11:19.295] Boot in the UserData environment(0) [2024-05-23 14:11:19.300] Non-secure boot (secure boot flag is clear) [2024-05-23 14:11:19.305] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:11:19.328] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:11:19.341] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:11:19.341] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:11:19.341] Booting using the fdt blob at 0x23000000 [2024-05-23 14:11:19.341] Loading Kernel Image [2024-05-23 14:11:19.353] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:11:19.353] OPTEE is enabled [2024-05-23 14:11:19.355]=20 [2024-05-23 14:11:19.355] Starting kernel ... [2024-05-23 14:11:19.355]=20 [2024-05-23 14:11:20.276] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:11:20.288] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:11:20.304] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:11:20.304] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:11:20.328] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:11:20.334] [ 0.000000] efi: UEFI not found. [2024-05-23 14:11:20.334] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:11:20.334] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:11:20.334] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:11:20.349] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:11:20.361] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:11:20.375] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:11:20.375] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:11:20.379] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:11:20.379] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:11:20.404] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:11:20.404] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:11:20.404] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:11:20.424] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:11:20.424] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:11:20.426] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:11:20.452] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:11:20.452] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:11:20.452] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:11:20.469] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:11:20.469] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:11:20.484] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:11:20.496] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:11:20.510] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:11:20.510] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:11:20.526] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:11:20.526] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:11:20.526] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:11:20.528] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:11:20.528] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:11:20.528] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:11:20.558] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:11:20.558] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:11:20.558] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:11:20.558] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:11:20.560] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:11:20.586] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:11:20.600] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:11:20.611] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:11:20.611] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:11:20.626] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:11:20.648] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:11:20.651] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:11:20.651] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:11:20.651] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:11:20.651] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:11:20.677] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:11:20.677] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:11:20.677] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:11:20.679] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:11:20.710] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:11:20.710] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:11:20.710] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:11:20.710] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:11:20.726] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:11:20.726] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:11:20.739] [ 0.000000] Running RCU self tests [2024-05-23 14:11:20.741] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:11:20.741] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:11:20.764] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:11:20.767] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:11:20.767] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:11:20.767] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:11:20.767] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:11:20.789] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:11:20.802] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:11:20.802] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:11:20.802] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:11:20.805] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:11:20.805] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:11:20.830] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:11:20.830] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:11:20.830] [ 0.001712] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:11:20.830] [ 0.001715] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:11:20.845] [ 0.001718] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:11:20.845] [ 0.001720] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:11:20.845] [ 0.001723] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:11:20.859] [ 0.001726] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:11:20.861] [ 0.001729] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:11:20.861] [ 0.001731] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:11:20.861] [ 0.001734] memory used by lock dependency = info: 7903 kB [2024-05-23 14:11:20.889] [ 0.001737] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:11:20.889] [ 0.001777] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:11:20.889] [ 0.001784] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:11:20.889] [ 0.002285] Security Framework initialized [2024-05-23 14:11:20.891] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:11:20.914] [ 0.002656] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:11:20.928] [ 0.002678] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:11:20.928] [ 0.019942] ASID allocator initialised with = 32768 entries [2024-05-23 14:11:20.928] [ 0.035842] Hierarchical SRCU = implementation. [2024-05-23 14:11:20.943] [ 0.062260] EFI services will not be = available. [2024-05-23 14:11:20.943] [ 0.076110] smp: Bringing up secondary CPUs = ... [2024-05-23 14:11:20.943] [ 0.120734] Detected VIPT I-cache on CPU1 [2024-05-23 14:11:20.943] [ 0.120809] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:11:20.946] [ 0.164980] Detected VIPT I-cache on CPU2 [2024-05-23 14:11:20.946] [ 0.165040] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:11:20.946] [ 0.209264] Detected VIPT I-cache on CPU3 [2024-05-23 14:11:20.970] [ 0.209317] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:11:20.970] [ 0.209694] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:11:20.970] [ 0.209734] SMP: Total of 4 processors = activated. [2024-05-23 14:11:20.970] [ 0.209750] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:11:20.970] [ 0.209769] CPU: All CPU(s) started at EL2 [2024-05-23 14:11:20.982] [ 0.209952] alternatives: patching kernel = code [2024-05-23 14:11:20.984] [ 0.210506] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:11:20.984] [ 0.213098] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:11:21.006] [ 0.213688] devtmpfs: initialized [2024-05-23 14:11:21.009] [ 0.402896] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:11:21.009] [ 0.403167] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:11:21.009] [ 0.411905] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:11:21.032] [ 0.412814] chipinfo: TCC8030 Rev02 [2024-05-23 14:11:21.050] [ 0.412829] chipinfo: SiP Service v0.1.56 [2024-05-23 14:11:21.050] [ 0.418111] NET: Registered protocol family = 16 [2024-05-23 14:11:21.050] [ 0.422062] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:11:21.050] [ 0.424024] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:11:21.050] [ 0.425616] cpuidle: using governor menu [2024-05-23 14:11:21.077] [ 0.425858] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:11:21.077] [ 0.440036] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:11:21.077] [ 0.440528] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:11:21.093] [ 0.440574] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:11:21.093] [ 0.440619] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:11:21.093] [ 0.440662] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:11:21.093] [ 0.440706] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:11:21.093] [ 0.440749] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:11:21.093] [ 0.440793] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:11:21.115] [ 0.440836] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:11:21.115] [ 0.440880] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:11:21.115] [ 0.440923] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:11:21.128] [ 0.440966] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:11:21.128] [ 0.441010] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:11:21.128] [ 0.441053] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:11:21.128] [ 0.441096] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:11:21.130] [ 0.441139] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:11:21.130] [ 0.441197] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:11:21.130] [ 0.441240] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:11:21.153] [ 0.441283] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:11:21.155] [ 0.441640] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:11:21.155] [ 0.441683] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:11:21.155] [ 0.441727] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:11:21.155] [ 0.441770] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:11:21.178] [ 0.441814] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:11:21.191] [ 0.441857] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:11:21.191] [ 0.441900] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:11:21.191] [ 0.441944] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:11:21.191] [ 0.441987] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:11:21.196] [ 0.442132] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:11:21.196] [ 0.442177] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:11:21.219] [ 0.442220] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:11:21.221] [ 0.442465] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:11:21.221] [ 0.442524] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:11:21.221] [ 0.442568] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:11:21.221] [ 0.442611] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:11:21.221] [ 0.442654] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:11:21.245] [ 0.442698] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:11:21.245] [ 0.442741] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:11:21.245] [ 0.442944] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:11:21.245] [ 0.442987] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:11:21.245] [ 0.443030] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:11:21.262] [ 0.443073] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:11:21.262] [ 0.443117] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:11:21.262] [ 0.443160] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:11:21.276] [ 0.443203] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:11:21.279] [ 0.443246] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:11:21.279] [ 0.443290] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:11:21.302] [ 0.443333] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:11:21.315] [ 0.443389] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:11:21.315] [ 0.443432] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:11:21.315] [ 0.443475] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:11:21.315] [ 0.443519] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:11:21.320] [ 0.444054] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:11:21.320] [ 0.444097] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:11:21.320] [ 0.444268] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:11:21.342] [ 0.444437] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:11:21.361] [ 0.444620] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:11:21.361] [ 0.444788] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:11:21.361] [ 0.444956] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:11:21.361] [ 0.445000] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:11:21.361] [ 0.445043] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:11:21.375] [ 0.445208] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:11:21.375] [ 0.445373] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:11:21.375] [ 0.445538] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:11:21.378] [ 0.445582] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:11:21.378] [ 0.445625] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:11:21.401] [ 0.445668] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:11:21.408] [ 0.445711] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:11:21.408] [ 0.445883] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:11:21.408] [ 0.445927] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:11:21.408] [ 0.446242] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:11:21.408] [ 0.446262] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:11:21.432] [ 0.528149] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:11:21.444] [ 0.528238] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:11:21.444] [ 1.675191] console [ttyAMA0] enabled [2024-05-23 14:11:21.444] [ 1.682846] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:11:21.470] [ 1.711605] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:11:21.473] [ 1.721980] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:11:21.488] [ 1.732556] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:11:21.521] [ 1.742810] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:11:21.592] [ 1.842704] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:11:21.628] [ 1.858862] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:11:21.628] [ 1.865756] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:11:21.628] [ 1.872613] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:11:21.664] [ 1.878981] Linux video capture interface: = v2.00 [2024-05-23 14:11:21.689] [ 1.884787] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:21.689] [ 1.884792] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:11:21.689] [ 1.884796] 6 locks held by swapper/0/1: [2024-05-23 14:11:21.689] [ 1.884799] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:11:21.703] [ 1.884826] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:11:21.703] [ 1.884841] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:11:21.703] [ 1.884861] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:21.706] [ 1.884875] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:11:21.706] [ 1.884891] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:21.729] [ 1.884910] irq event stamp: 288006 [2024-05-23 14:11:21.743] [ 1.884915] hardirqs last enabled at = (288005): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:21.743] [ 1.884920] hardirqs last disabled at = (288006): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:21.745] [ 1.884927] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:21.745] [ 1.884931] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:21.771] [ 1.884934] Preemption disabled at: [2024-05-23 14:11:21.771] [ 1.884939] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:21.771] [ 1.884949] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:11:21.771] [ 1.884952] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:21.771] [ 1.884956] Call trace: [2024-05-23 14:11:21.774] [ 1.884962] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:21.794] [ 1.884967] show_stack+0x14/0x20 [2024-05-23 14:11:21.794] [ 1.884972] dump_stack+0xb8/0xf0 [2024-05-23 14:11:21.794] [ 1.884978] ___might_sleep+0x178/0x210 [2024-05-23 14:11:21.794] [ 1.884982] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:21.794] [ 1.884986] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:21.797] [ 1.884992] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:21.817] [ 1.885000] gic_set_type+0x84/0x98 [2024-05-23 14:11:21.822] [ 1.885005] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:21.822] [ 1.885010] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:21.822] [ 1.885014] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:21.822] [ 1.885019] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:11:21.822] [ 1.885026] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:11:21.839] [ 1.885030] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:21.844] [ 1.885035] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:21.844] [ 1.885040] __driver_attach+0xfc/0x118 [2024-05-23 14:11:21.844] [ 1.885045] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:21.844] [ 1.885050] driver_attach+0x20/0x28 [2024-05-23 14:11:21.861] [ 1.885054] bus_add_driver+0x220/0x268 [2024-05-23 14:11:21.873] [ 1.885059] driver_register+0x60/0xf8 [2024-05-23 14:11:21.873] [ 1.885063] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:21.873] [ 1.885070] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:11:21.873] [ 1.885075] do_one_initcall+0x50/0x15c [2024-05-23 14:11:21.873] [ 1.885082] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:11:21.878] [ 1.885087] kernel_init+0x10/0x100 [2024-05-23 14:11:21.878] [ 1.885092] ret_from_fork+0x10/0x18 [2024-05-23 14:11:21.878] [ 1.890829] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:11:21.898] [ 2.138012] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:11:21.908] [ 2.151520] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:11:21.910] [ 2.158550] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:11:21.912] [ 2.163152] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:11:21.937] [ 2.167956] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:11:21.937] [ 2.172803] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:11:21.937] [ 2.177358] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:11:21.980] [ 2.230709] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:11:21.993] [ 2.243262] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:22.010] [ 2.261313] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:22.027] [ 2.277001] NET: Registered protocol family = 2 [2024-05-23 14:11:22.042] [ 2.284424] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:11:22.055] [ 2.292039] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:11:22.060] [ 2.303377] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:11:22.080] [ 2.311058] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:11:22.100] [ 2.317811] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:11:22.100] [ 2.325925] NET: Registered protocol family = 1 [2024-05-23 14:11:22.182] [ 2.433745] audit: initializing netlink = subsys (disabled) [2024-05-23 14:11:22.195] [ 2.440389] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:11:22.207] [ 2.441016] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:11:22.271] [ 2.523022] fuse init (API version 7.26) [2024-05-23 14:11:22.292] [ 2.541082] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:11:22.299] [ 2.550824] io scheduler noop registered = (default) [2024-05-23 14:11:22.314] [ 2.555666] io scheduler mq-deadline = registered [2024-05-23 14:11:22.314] [ 2.560228] io scheduler kyber registered [2024-05-23 14:11:22.329] [ 2.570989] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:22.329] [ 2.577842] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:22.348] [ 2.584052] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:11:22.348] [ 2.591933] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:22.403] [ 2.654445] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:22.420] [ 2.662217] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:22.422] [ 2.667074] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:11:22.422] [ 2.672502] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:22.439] [ 2.673127] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:22.439] [ 2.683881] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:22.441] [ 2.690090] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:11:22.459] [ 2.697651] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:22.476] [ 2.721597] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:22.483] [ 2.728495] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:22.485] [ 2.733143] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:11:22.509] [ 2.738569] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:22.509] [ 2.739138] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:22.509] [ 2.749891] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:22.509] [ 2.756099] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:11:22.528] [ 2.763715] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:22.578] [ 2.829896] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:22.590] [ 2.836670] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:22.593] [ 2.841288] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:11:22.625] [ 2.846716] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:22.625] [ 2.856339] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:11:22.625] [ 2.865966] [INF][WDMA] tcc_wdma_init [2024-05-23 14:11:22.651] [ 2.870911] TCC WDMA Driver Initializing [2024-05-23 14:11:22.653] [ 2.878435] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:11:22.653] [ 2.884544] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:11:22.653] [ 2.895082] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:22.678] [ 2.907722] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:11:22.678] [ 2.917106] [CPU_ID] probe is done [2024-05-23 14:11:22.678] [ 2.920855] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:11:22.697] [ 2.927558] [DRAM_TOOL] probe is done [2024-05-23 14:11:22.699] [ 2.934818] MALI-G51 : r30p0-01eac0 [2024-05-23 14:11:22.699] [ 2.938343] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:11:22.712] [ 2.948356] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:22.714] [ 2.948361] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:11:22.726] [ 2.948367] 6 locks held by swapper/0/1: [2024-05-23 14:11:22.729] [ 2.948370] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:11:22.729] [ 2.948396] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:11:22.751] [ 2.948411] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:11:22.751] [ 2.948429] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:22.753] [ 2.948444] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:11:22.779] [ 2.948461] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:22.779] [ 2.948479] irq event stamp: 453548 [2024-05-23 14:11:22.779] [ 2.948484] hardirqs last enabled at = (453547): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:22.794] [ 2.948490] hardirqs last disabled at = (453548): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:22.808] [ 2.948497] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:22.814] [ 2.948500] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:22.814] [ 2.948503] Preemption disabled at: [2024-05-23 14:11:22.835] [ 2.948508] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:22.840] [ 2.948518] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:11:22.840] [ 2.948521] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:22.840] [ 2.948525] Call trace: [2024-05-23 14:11:22.840] [ 2.948531] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:22.840] [ 2.948535] show_stack+0x14/0x20 [2024-05-23 14:11:22.861] [ 2.948541] dump_stack+0xb8/0xf0 [2024-05-23 14:11:22.873] [ 2.948546] ___might_sleep+0x178/0x210 [2024-05-23 14:11:22.873] [ 2.948550] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:22.873] [ 2.948555] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:22.873] [ 2.948561] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:22.873] [ 2.948569] gic_set_type+0x84/0x98 [2024-05-23 14:11:22.875] [ 2.948574] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:22.875] [ 2.948579] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:22.875] [ 2.948583] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:22.896] [ 2.948590] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:11:22.911] [ 2.948595] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:11:22.911] [ 2.948600] kbase_device_init+0x78/0xf8 [2024-05-23 14:11:22.911] [ 2.948606] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:11:22.911] [ 2.948611] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:22.911] [ 2.948616] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:22.915] [ 2.948621] __driver_attach+0xfc/0x118 [2024-05-23 14:11:22.915] [ 2.948626] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:22.915] [ 2.948630] driver_attach+0x20/0x28 [2024-05-23 14:11:22.915] [ 2.948635] bus_add_driver+0x220/0x268 [2024-05-23 14:11:22.935] [ 2.948640] driver_register+0x60/0xf8 [2024-05-23 14:11:22.936] [ 2.948644] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:22.936] [ 2.948652] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:11:22.936] [ 2.948657] do_one_initcall+0x50/0x15c [2024-05-23 14:11:22.936] [ 2.948664] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:11:22.957] [ 2.948669] kernel_init+0x10/0x100 [2024-05-23 14:11:22.961] [ 2.948674] ret_from_fork+0x10/0x18 [2024-05-23 14:11:22.961] [ 2.950591] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:11:22.961] [ 3.205532] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:11:22.983] [ 3.212270] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:11:22.994] [ 3.226489] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:11:22.994] [ 3.233471] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:11:22.997] [ 3.245572] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:11:23.021] [ 3.251792] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:11:23.021] [ 3.256173] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:11:23.021] [ 3.263739] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:11:23.059] [ 3.310712] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:11:23.069] [ 3.320588] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:11:23.082] [ 3.328475] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:11:23.099] [ 3.342123] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:11:23.111] [ 3.347402] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:11:23.116] [ 3.358495] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:11:23.137] [ 3.367337] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:11:23.144] [ 3.386605] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:11:23.178] [ 3.402390] libphy: Fixed MDIO Bus: probed [2024-05-23 14:11:23.178] [ 3.407423] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:11:23.178] [ 3.418726] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:11:23.178] [ 3.421559] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:11:23.178] [ 3.421614] [INFO][GAMC] gmac index : 1 [2024-05-23 14:11:23.195] [ 3.422388] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:11:23.198] [ 3.422396] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:11:23.198] [ 3.423360] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:11:23.198] [ 3.423374] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:11:23.220] [ 3.427226] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:11:23.222] [ 3.435946] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:11:23.222] [ 3.437039] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:23.222] [ 3.437051] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:11:23.222] [ 3.437058] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:11:23.247] [ 3.437069] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:23.247] [ 3.437081] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:11:23.247] [ 3.439117] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:11:23.247] [ 3.448207] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:11:23.258] [ 3.448216] usbhid: USB HID core driver [2024-05-23 14:11:23.260] [ 3.448579] optee: probing for conduit = method from DT. [2024-05-23 14:11:23.260] [ 3.448605] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:11:23.284] [ 3.450592] optee: initialized driver [2024-05-23 14:11:23.284] [ 3.452207] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:11:23.284] [ 3.452222] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:11:23.284] [ 3.452230] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:11:23.284] [ 3.452237] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:11:23.299] [ 3.452244] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:11:23.305] [ 3.452251] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:11:23.305] [ 3.452259] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:11:23.327] [ 3.452266] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:11:23.327] [ 3.453840] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:11:23.327] [ 3.453849] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:11:23.344] [ 3.460611] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:11:23.346] [ 3.478431] NET: Registered protocol family = 17 [2024-05-23 14:11:23.346] [ 3.479124] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:11:23.371] [ 3.483981] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:11:23.371] [ 3.609947] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:11:23.379] [ 3.620769] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:11:23.397] [ 3.627754] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:11:23.401] [ 3.634551] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:11:23.401] [ 3.641782] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:11:23.401] [ 3.648212] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:23.413] [ 3.648255] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:11:23.415] [ 3.649934] ALSA device list: [2024-05-23 14:11:23.415] [ 3.649942] No soundcards found. [2024-05-23 14:11:23.439] [ 3.672769] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:11:23.439] [ 3.682604] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:11:23.439] [ 3.690254] GPT:15269887 !=3D 15273599 [2024-05-23 14:11:23.451] [ 3.693855] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:11:23.454] [ 3.694144] Freeing unused kernel memory: = 4160K [2024-05-23 14:11:23.454] Mounting devtmpfs[ 3.704845] GPT:15269887 = !=3D 15273599 [2024-05-23 14:11:23.477]=20 [2024-05-23 14:11:23.477] [ 3.709898] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:11:23.477] [ 3.715786] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:11:23.499] [ 3.722451] mount (91) used greatest stack = depth: 12816 bytes left [2024-05-23 14:11:23.499] Mounting procfs [2024-05-23 14:11:23.499] Mounting sysfs [2024-05-23 14:11:23.517] [ 3.749799] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:11:23.525] [ 3.777323] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:11:23.574] [ 3.825390] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:11:23.594] [ 3.834465] mount (98) used greatest stack = depth: 11536 bytes left [2024-05-23 14:11:23.610] [ 3.856533] mount (100) used greatest stack = depth: 11200 bytes left [2024-05-23 14:11:23.847] [ 4.097937] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:11:23.944] [ 4.195192] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:11:23.972] [ 4.222736] systemd[1]: Detected = architecture arm64. [2024-05-23 14:11:24.016]=20 [2024-05-23 14:11:24.024] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:11:24.030]=20 [2024-05-23 14:11:24.031] [ 4.283885] systemd[1]: Set hostname to = . [2024-05-23 14:11:24.046] [ 4.295681] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:11:24.062] [ 4.304934] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:11:24.288] [ 4.539777] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:11:24.313] [ 4.556889] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:11:24.348] [ 4.600193] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:11:24.362] [ 4.612300] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:11:24.548] [ 4.799395] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:11:24.627] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:11:24.646] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:11:24.663] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:11:24.679] [ OK ] Created slice system-getty.slice. [2024-05-23 14:11:24.696] [ OK ] Reached target Remote File Systems. [2024-05-23 14:11:24.715] [ OK ] Listening on Syslog Socket. [2024-05-23 14:11:24.740] [ OK ] Listening on udev Control Socket. [2024-05-23 14:11:24.767] [ OK ] Reached target Paths. [2024-05-23 14:11:24.767] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:11:24.821] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:11:24.821] [ OK ] Listening on Journal Socket. [2024-05-23 14:11:24.826] Mounting Configuration File System... [2024-05-23 14:11:24.849] Mounting Kernel Debug File System... [2024-05-23 14:11:24.883] Starting udev Coldplug all Devices... [2024-05-23 14:11:24.917] Starting Apply Kernel Variables... [2024-05-23 14:11:24.948] Starting mount data partition = service... [2024-05-23 14:11:24.984] [ OK ] Created slice User and Session Slice. [2024-05-23 14:11:25.019] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:11:25.053] Starting Journal Service... [2024-05-23 14:11:25.059] [ 5.312481] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:25.096] Mounting Huge Pages File System... [2024-05-23 14:11:25.116] [ OK ] Reached target Swap. [2024-05-23 14:11:25.148] [ 5.388942] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:11:25.167] Mounting FUSE Control File System... [2024-05-23 14:11:25.183] [ OK ] Reached target Slices. [2024-05-23 14:11:25.214] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:11:25.240] Mounting POSIX Message Queue File = System... [2024-05-23 14:11:25.312] [ OK ] Mounted Configuration File System. [2024-05-23 14:11:25.328] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:11:25.375] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:11:25.404] [ OK ] Started mount data partition service. [2024-05-23 14:11:25.430] [ OK ] Started Journal Service. [2024-05-23 14:11:25.464] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:11:25.480] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:11:25.498] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:11:25.515] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:11:25.547] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:11:25.600] Starting udev Kernel Device = Manager... [2024-05-23 14:11:25.619] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:11:25.648] Mounting /var/volatile... [2024-05-23 14:11:25.664] [ OK ] Reached target Containers. [2024-05-23 14:11:25.698] Mounting /tmp... [2024-05-23 14:11:25.722] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:11:25.754] Starting NS file System mount and = recovery.... [2024-05-23 14:11:25.799] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:11:25.837] [ OK ] Mounted /var/volatile. [2024-05-23 14:11:25.862] [ OK ] Mounted /tmp. [2024-05-23 14:11:25.903] [ 6.151895] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:25.987] [ 6.238939] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:25.999] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:11:26.085] [ 6.334685] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:26.131] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:11:26.212] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:11:26.392] [ 6.643072] systemd-journald[121]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:11:26.415] Starting Bind mount volatile = /var/cache... [2024-05-23 14:11:26.444] Starting Bind mount volatile = /var/spool... [2024-05-23 14:11:26.471] Starting Bind mount volatile = /var/lib... [2024-05-23 14:11:26.498] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:11:26.689] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:11:26.717] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:11:26.743] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:11:26.925] Starting Load/Save Random Seed... [2024-05-23 14:11:26.949] [ OK ] Reached target Local File Systems. [2024-05-23 14:11:26.978] Starting AppArmor initialization... [2024-05-23 14:11:27.001] Starting Create Volatile Files and = Directories... [2024-05-23 14:11:27.032] Starting netfilter persistent = configuration... [2024-05-23 14:11:27.060] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:11:27.144] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:11:27.166] [ 7.414313] audit: type=3D1400 = audit(1550139121.312:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:11:27.179] [ 7.430619] audit: type=3D1400 = audit(1550139121.312:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:11:27.205] [ OK ] Started [ 7.449755] audit: = type=3D1400 audit(1550139121.312:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:11:27.221] AppArmor initialization. [2024-05-23 14:11:27.221] [ 7.469068] audit: type=3D1400 = audit(1550139121.312:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:11:27.238] [ 7.486787] audit: type=3D1400 = audit(1550139121.312:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:11:27.255] [ 7.502793] audit: type=3D1400 = audit(1550139121.312:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:11:27.270] [ 7.518620] audit: type=3D1400 = audit(1550139121.316:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:11:27.287] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:11:27.316] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:11:27.349] [ OK ] Reached target Network (Pre). [2024-05-23 14:11:27.368] Starting Network Service... [2024-05-23 14:11:27.412] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:11:27.433] [ OK ] Reached target System Initialization. [2024-05-23 14:11:27.466] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:11:27.483] [ OK ] Reached target Sockets. [2024-05-23 14:11:27.499] [ OK ] Reached target Basic System. [2024-05-23 14:11:27.522] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:11:27.571] Starting Load Kerne[ 7.823726] = 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:11:27.585] l Modules... [2024-05-23 14:11:27.616] [ 7.867937] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:11:27.629] [ 7.872758] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:11:27.629] [ 7.877905] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:11:27.646] Starting Login Service... [2024-05-23 14:11:27.666] [ 7.907448] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:11:27.672] [ 7.915382] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:11:27.686] [ 7.915391] Disabling lock debugging due to = kernel taint [2024-05-23 14:11:27.700] [ OK ] Started NS VSync Process. [2024-05-23 14:11:27.703] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:11:27.736] [ 7.986130] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:11:27.752] Start /usr/bin/sys-fail-mon [2024-05-23 14:11:27.767] [ OK ] Started System Logging Service. [2024-05-23 14:11:27.767] [ OK ] Started Kernel Logging Service. [2024-05-23 14:11:27.783] [ 8.024562] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:11:27.783] [ OK ] Started NS System Management Process. [2024-05-23 14:11:27.808] [ OK ] Started Dai[ 8.032821] BUG: = sleeping function called from invalid context at = kernel/locking/rtmutex.c:974 [2024-05-23 14:11:27.808] ly Cleanup of Temporary Director[ 8.032825] = in_atomic(): 1, irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:11:27.810] ies. [2024-05-23 14:11:27.810] [ OK ] Re[ 8.032827] INFO: lockdep is = turned off. [2024-05-23 14:11:27.839] ached target Timers. [2024-05-23 14:11:27.839] [ 8.032829] irq event stamp: 24815 [2024-05-23 14:11:27.839] [ 8.032843] hardirqs last enabled at = (24815): [<00000000428d4568>] vprintk_emit+0x270/0x278 [2024-05-23 14:11:27.839] [ 8.032847] hardirqs last disabled at = (24814): [<000000006287317f>] vprintk_emit+0x12c/0x278 [2024-05-23 14:11:27.853] [ 8.032855] softirqs last enabled at (0): = [<000000007d0705d8>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:27.866] [ 8.032857] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:27.880] [ 8.032859] Preemption disabled at: [2024-05-23 14:11:27.880] [ 8.032865] [<00000000a027ec80>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:27.882] [ 8.032873] CPU: 3 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:11:27.882] [ 8.032875] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:27.903] [ 8.032877] Call trace: [2024-05-23 14:11:27.903] [ 8.032882] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:27.903] [ 8.032886] show_stack+0x14/0x20 [2024-05-23 14:11:27.903] [ 8.032892] dump_stack+0xb8/0xf0 [2024-05-23 14:11:27.903] [ 8.032896] ___might_sleep+0x178/0x210 [2024-05-23 14:11:27.903] [ 8.032899] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:27.915] [ 8.032907] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:27.929] [ 8.032911] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:27.929] [ 8.032918] gic_set_type+0x84/0x98 [2024-05-23 14:11:27.929] [ 8.032922] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:27.931] [ 8.032925] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:27.931] [ 8.032929] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:27.931] [ 8.032961] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:11:27.954] [ 8.032979] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:11:27.967] [ 8.032985] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:27.967] [ 8.032990] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:27.967] [ 8.032994] __driver_attach+0xfc/0x118 [2024-05-23 14:11:27.967] [ 8.032998] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:27.967] [ 8.033002] driver_attach+0x20/0x28 [2024-05-23 14:11:27.984] [ 8.033005] bus_add_driver+0x220/0x268 [2024-05-23 14:11:27.984] [ 8.033009] driver_register+0x60/0xf8 [2024-05-23 14:11:27.984] [ 8.033012] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:27.984] [ 8.033029] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:11:27.995] [ 8.033033] do_one_initcall+0x50/0x15c [2024-05-23 14:11:27.995] [ 8.033038] do_init_module+0x54/0x1b0 [2024-05-23 14:11:27.995] [ 8.033041] load_module+0x1e70/0x2428 [2024-05-23 14:11:27.995] [ 8.033044] SyS_finit_module+0xe4/0x118 [2024-05-23 14:11:28.000] [ 8.033047] el0_svc_naked+0x34/0x38 [2024-05-23 14:11:28.000] [ 8.067979] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:11:28.000] [ 8.071615] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:11:28.022] [ 8.074250] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:11:28.028] [ 8.074727] Done!! [2024-05-23 14:11:28.028] [ 8.106027] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:11:28.028] [ 8.106036] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:11:28.028] [ 8.106042] [INFO][GMAC]=20 [2024-05-23 14:11:28.028] [ 8.116757] libphy: tcc-gmac-mdio: probed [2024-05-23 14:11:28.028] [ 8.116763] [INFO][GMAC] registered! [2024-05-23 14:11:28.050] [ 8.116767] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:11:28.055] [ 8.116771] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:11:28.055] [ 8.173216] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:11:28.055] [ 8.178059] Done!! [2024-05-23 14:11:28.055] [ 8.192173] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:11:28.077] [ 8.192215] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:11:28.077] [ 8.192215] -- MASTER Configuration. [2024-05-23 14:11:28.079] [ 8.192215] -- Local Receiver Status Not = OK. [2024-05-23 14:11:28.079] [ 8.192215] -- Remote Receiver Status Not = OK. [2024-05-23 14:11:28.079] [ 8.192229] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:11:28.079] [ 8.192233] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:11:28.108] [ 8.192592] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:11:28.108] [ 8.196563] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:11:28.108] [ 8.196567] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:11:28.108] [ 8.196572] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:11:28.110] [ 8.196572] =20 [2024-05-23 14:11:28.110] [ 8.196883] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:11:28.135] [ 8.197089] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:11:28.135] [ 8.197093] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:11:28.135] [ 8.197097] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:11:28.135] [ 8.197097] =20 [2024-05-23 14:11:28.135] [ 8.197243] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:11:28.148] [ 8.197257] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:11:28.153] [ 8.197261] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:11:28.153] [ 8.197265] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:11:28.153] [ 8.197273] [INFO][GMAC] --] phy_start: : [2024-05-23 14:11:28.177] [ 8.197331] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:11:28.191] [ 8.264619] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:11:28.191] [ 8.266990] Done!! [2024-05-23 14:11:28.191] [ 8.302026] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.191] [ 8.410025] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.191] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:11:28.196] Starting NS Inter Domain Comm = Process... [2024-05-23 14:11:28.196] [ 8.444481] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:11:28.233] [ 8.450190] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:11:28.233] [ OK ] Started 8.460403] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:11:28.233] 39mTEE-based HSM Service. [2024-05-23 14:11:28.243] [ 8.471200] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:11:28.243] [ OK ] Started Network Service ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:28.267] [0m. [2024-05-23 14:11:28.267] [ OK ] Started Load Kernel[ 8.499318] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:11:28.270] Modules. [2024-05-23 14:11:28.270] [ 8.507790] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:11:28.270] [ 8.518067] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.311] [ 8.523043] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:11:28.311] [ 8.530930] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:11:28.311] Starting Wait for Network to [ 8.538780] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:28.320] be Configured... [2024-05-23 14:11:28.320] [ OK ] Reached target Network. [2024-05-23 14:11:28.320] Starting Permit User Sessions... [2024-05-23 14:11:28.333] Starting udev Coldplug all Devices... [2024-05-23 14:11:28.333] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:11:28.335] [ OK ] Started Permit User Sessions. [2024-05-23 14:11:28.359] [ OK ] Started Getty on tty1. [2024-05-23 14:11:28.361] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:11:28.376] parents, child is 319 [2024-05-23 14:11:28.376] [ OK ] Reached target Login Prompts. [2024-05-23 14:11:28.376] [IDC]Start. [2024-05-23 14:11:28.376] [ 8.626091] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.392] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:11:28.392] [ 8.626437] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:11:28.394] [IDC](A7)ConnectReq 0 [2024-05-23 14:11:28.417] [IDC](A7)do_connect 0 [2024-05-23 14:11:28.438] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:11:28.438] [IDC](A7)Tx start session req 1 [2024-05-23 14:11:28.438] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:11:28.438] [IDC](R5)ConnectReq 0 [2024-05-23 14:11:28.438] [IDC](R5)do_connect 0 [2024-05-23 14:11:28.438] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:11:28.438] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:11:28.438] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:11:28.438] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:11:28.465] [ OK ] Started Cluster Framework. [2024-05-23 14:11:28.465] [ OK ] Started HUD Framework. [2024-05-23 14:11:28.465] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:11:28.465] [IDC](A7)Session connected. [2024-05-23 14:11:28.465] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:11:28.488] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:11:28.488] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:11:28.488] [IDC](R5)Session connected.2 [2024-05-23 14:11:28.488] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:11:28.506] [ OK ] Started Nvm Process. [2024-05-23 14:11:28.515] [ OK ] Started 8.761808] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:11:28.517] 39mNS hsm control application. [2024-05-23 14:11:28.536] [ OK ] Started Diagnosis Framework. [2024-05-23 14:11:28.563] [ OK ] Started Diagnosis Transport. [2024-05-23 14:11:28.583] [ OK ] Started NS Software Update. [2024-05-23 14:11:28.632] [ 8.874078] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.650] [ OK ] Started NS Secondary Verify. [2024-05-23 14:11:28.676] [ OK ] Started Login Service. [2024-05-23 14:11:28.681] [ OK ] Reached target Multi-User System. [2024-05-23 14:11:28.697] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:11:28.735] [ 8.986713] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.746] [ 8.996814] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:11:28.824] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:11:28.847] [ 9.099273] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.904] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:11:28.960] [ 9.210082] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:28.993] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:11:29.078] [ 9.328867] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:29.246] [ 9.490045] sched: RT throttling activated [2024-05-23 14:11:29.722] [ 9.972841] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:11:29.751] [ 9.981342] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:11:30.535] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:11:30.714] [ 10.953962] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:11:30.723] [ 10.953970] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:11:34.658]=20 [2024-05-23 14:11:34.659] telechips-nsp1-release login:=20 [2024-05-23 14:11:39.112]=20 [2024-05-23 14:11:39.112] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:11:39.140]=20 [2024-05-23 14:11:39.140] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:11:39.140] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:11:39.140] DRAM: 2 GiB [2024-05-23 14:11:39.151] MMC: sdhc@0x16440000: 0 [2024-05-23 14:11:39.442]=20 [2024-05-23 14:11:39.442] HW Partition tyep is UserData [2024-05-23 14:11:39.453] In: serial [2024-05-23 14:11:39.460] Out: serial [2024-05-23 14:11:39.460] Err: serial [2024-05-23 14:11:39.519] Boot in the UserData environment(0) [2024-05-23 14:11:39.524] Non-secure boot (secure boot flag is clear) [2024-05-23 14:11:39.537] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:11:39.539] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:11:39.539] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:11:39.563] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:11:39.576] Booting using the fdt blob at 0x23000000 [2024-05-23 14:11:39.576] Loading Kernel Image [2024-05-23 14:11:39.576] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:11:39.579] OPTEE is enabled [2024-05-23 14:11:39.579]=20 [2024-05-23 14:11:39.579] Starting kernel ... [2024-05-23 14:11:39.579]=20 [2024-05-23 14:11:40.501] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:11:40.507] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:11:40.525] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:11:40.527] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:11:40.553] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:11:40.553] [ 0.000000] efi: UEFI not found. [2024-05-23 14:11:40.553] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:11:40.553] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:11:40.556] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:11:40.587] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:11:40.587] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:11:40.587] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:11:40.590] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:11:40.615] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:11:40.615] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:11:40.615] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:11:40.629] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:11:40.632] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:11:40.656] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:11:40.669] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:11:40.669] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:11:40.669] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:11:40.675] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:11:40.675] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:11:40.703] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:11:40.703] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:11:40.703] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:11:40.706] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:11:40.733] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:11:40.733] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:11:40.733] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:11:40.733] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:11:40.748] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:11:40.748] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:11:40.748] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:11:40.762] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:11:40.776] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:11:40.787] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:11:40.787] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:11:40.787] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:11:40.792] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:11:40.792] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:11:40.821] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:11:40.823] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:11:40.848] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:11:40.873] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:11:40.873] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:11:40.873] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:11:40.885] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:11:40.885] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:11:40.885] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:11:40.898] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:11:40.898] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:11:40.900] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:11:40.924] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:11:40.927] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:11:40.927] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:11:40.927] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:11:40.953] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:11:40.953] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:11:40.953] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:11:40.955] [ 0.000000] Running RCU self tests [2024-05-23 14:11:40.978] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:11:40.981] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:11:40.981] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:11:40.981] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:11:40.981] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:11:41.003] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:11:41.016] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:11:41.016] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:11:41.016] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:11:41.016] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:11:41.029] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:11:41.032] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:11:41.032] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:11:41.061] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:11:41.061] [ 0.001479] Console: colour dummy device = 80x25 [2024-05-23 14:11:41.061] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:11:41.061] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:11:41.061] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:11:41.080] [ 0.001729] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:11:41.092] [ 0.001732] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:11:41.092] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:11:41.092] [ 0.001737] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:11:41.092] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:11:41.095] [ 0.001742] memory used by lock dependency = info: 7903 kB [2024-05-23 14:11:41.095] [ 0.001745] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:11:41.095] [ 0.001784] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:11:41.120] [ 0.001792] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:11:41.120] [ 0.002287] Security Framework initialized [2024-05-23 14:11:41.120] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:11:41.120] [ 0.002654] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:11:41.135] [ 0.002675] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:11:41.146] [ 0.019967] ASID allocator initialised with = 32768 entries [2024-05-23 14:11:41.146] [ 0.035871] Hierarchical SRCU = implementation. [2024-05-23 14:11:41.150] [ 0.062319] EFI services will not be = available. [2024-05-23 14:11:41.150] [ 0.076140] smp: Bringing up secondary CPUs = ... [2024-05-23 14:11:41.174] [ 0.120769] Detected VIPT I-cache on CPU1 [2024-05-23 14:11:41.178] [ 0.120843] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:11:41.178] [ 0.165013] Detected VIPT I-cache on CPU2 [2024-05-23 14:11:41.178] [ 0.165072] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:11:41.178] [ 0.209297] Detected VIPT I-cache on CPU3 [2024-05-23 14:11:41.178] [ 0.209350] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:11:41.200] [ 0.209728] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:11:41.200] [ 0.209770] SMP: Total of 4 processors = activated. [2024-05-23 14:11:41.213] [ 0.209785] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:11:41.213] [ 0.209805] CPU: All CPU(s) started at EL2 [2024-05-23 14:11:41.213] [ 0.209989] alternatives: patching kernel = code [2024-05-23 14:11:41.213] [ 0.210534] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:11:41.215] [ 0.213128] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:11:41.215] [ 0.213791] devtmpfs: initialized [2024-05-23 14:11:41.215] [ 0.402557] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:11:41.243] [ 0.402820] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:11:41.243] [ 0.411247] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:11:41.243] [ 0.412136] chipinfo: TCC8030 Rev02 [2024-05-23 14:11:41.243] [ 0.412151] chipinfo: SiP Service v0.1.56 [2024-05-23 14:11:41.256] [ 0.417422] NET: Registered protocol family = 16 [2024-05-23 14:11:41.259] [ 0.421499] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:11:41.259] [ 0.423530] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:11:41.259] [ 0.425128] cpuidle: using governor menu [2024-05-23 14:11:41.298] [ 0.425367] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:11:41.298] [ 0.439531] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:11:41.298] [ 0.440063] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:11:41.298] [ 0.440110] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:11:41.298] [ 0.440153] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:11:41.301] [ 0.440197] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:11:41.301] [ 0.440241] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:11:41.301] [ 0.440284] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:11:41.333] [ 0.440328] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:11:41.333] [ 0.440371] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:11:41.333] [ 0.440415] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:11:41.334] [ 0.440458] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:11:41.334] [ 0.440501] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:11:41.334] [ 0.440546] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:11:41.353] [ 0.440589] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:11:41.358] [ 0.440632] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:11:41.358] [ 0.440675] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:11:41.358] [ 0.440719] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:11:41.358] [ 0.440773] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:11:41.380] [ 0.440817] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:11:41.382] [ 0.441171] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:11:41.382] [ 0.441215] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:11:41.382] [ 0.441258] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:11:41.382] [ 0.441302] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:11:41.382] [ 0.441345] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:11:41.408] [ 0.441388] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:11:41.408] [ 0.441431] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:11:41.408] [ 0.441474] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:11:41.408] [ 0.441518] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:11:41.408] [ 0.441561] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:11:41.423] [ 0.441604] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:11:41.423] [ 0.441648] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:11:41.425] [ 0.441851] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:11:41.451] [ 0.441896] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:11:41.451] [ 0.441955] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:11:41.451] [ 0.442000] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:11:41.451] [ 0.442043] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:11:41.451] [ 0.442086] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:11:41.466] [ 0.442129] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:11:41.466] [ 0.442329] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:11:41.466] [ 0.442372] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:11:41.480] [ 0.442526] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:11:41.482] [ 0.442572] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:11:41.482] [ 0.442615] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:11:41.506] [ 0.442659] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:11:41.512] [ 0.442702] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:11:41.512] [ 0.442745] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:11:41.512] [ 0.442788] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:11:41.512] [ 0.442831] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:11:41.512] [ 0.442875] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:11:41.538] [ 0.442933] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:11:41.538] [ 0.442978] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:11:41.538] [ 0.443021] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:11:41.538] [ 0.443591] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:11:41.538] [ 0.443635] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:11:41.540] [ 0.443809] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:11:41.568] [ 0.443980] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:11:41.568] [ 0.444150] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:11:41.568] [ 0.444334] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:11:41.568] [ 0.444503] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:11:41.571] [ 0.444548] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:11:41.593] [ 0.444591] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:11:41.601] [ 0.444758] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:11:41.601] [ 0.444923] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:11:41.601] [ 0.445087] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:11:41.601] [ 0.445131] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:11:41.614] [ 0.445175] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:11:41.614] [ 0.445219] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:11:41.616] [ 0.445262] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:11:41.616] [ 0.445434] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:11:41.642] [ 0.445478] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:11:41.642] [ 0.445682] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:11:41.642] [ 0.445696] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:11:41.642] [ 0.528112] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:11:41.645] [ 0.528202] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:11:41.670] [ 1.675306] console [ttyAMA0] enabled [2024-05-23 14:11:41.670] [ 1.683078] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:11:41.697] [ 1.712167] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:11:41.704] [ 1.722553] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:11:41.706] [ 1.733064] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:11:41.732] [ 1.743319] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:11:41.816] [ 1.843443] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:11:41.831] [ 1.859715] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:11:41.850] [ 1.866622] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:11:41.850] [ 1.873388] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:11:41.873] [ 1.879757] Linux video capture interface: = v2.00 [2024-05-23 14:11:41.873] [ 1.885534] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:41.873] [ 1.885538] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:11:41.886] [ 1.885542] 6 locks held by swapper/0/1: [2024-05-23 14:11:41.886] [ 1.885545] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:11:41.902] [ 1.885571] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:11:41.902] [ 1.885586] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:11:41.916] [ 1.885603] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:41.917] [ 1.885618] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:11:41.943] [ 1.885634] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:41.943] [ 1.885652] irq event stamp: 288040 [2024-05-23 14:11:41.943] [ 1.885657] hardirqs last enabled at = (288039): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:41.960] [ 1.885662] hardirqs last disabled at = (288040): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:41.960] [ 1.885669] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:41.975] [ 1.885673] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:41.975] [ 1.885676] Preemption disabled at: [2024-05-23 14:11:42.000] [ 1.885681] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:42.003] [ 1.885690] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:11:42.003] [ 1.885693] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:42.003] [ 1.885696] Call trace: [2024-05-23 14:11:42.003] [ 1.885702] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:42.003] [ 1.885707] show_stack+0x14/0x20 [2024-05-23 14:11:42.015] [ 1.885712] dump_stack+0xb8/0xf0 [2024-05-23 14:11:42.027] [ 1.885717] ___might_sleep+0x178/0x210 [2024-05-23 14:11:42.027] [ 1.885721] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:42.027] [ 1.885726] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:42.047] [ 1.885731] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:42.047] [ 1.885738] gic_set_type+0x84/0x98 [2024-05-23 14:11:42.047] [ 1.885743] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:42.049] [ 1.885747] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:42.049] [ 1.885752] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:42.049] [ 1.885757] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:11:42.049] [ 1.885763] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:11:42.049] [ 1.885767] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:42.080] [ 1.885772] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:42.080] [ 1.885777] __driver_attach+0xfc/0x118 [2024-05-23 14:11:42.080] [ 1.885782] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:42.080] [ 1.885787] driver_attach+0x20/0x28 [2024-05-23 14:11:42.080] [ 1.885792] bus_add_driver+0x220/0x268 [2024-05-23 14:11:42.080] [ 1.885797] driver_register+0x60/0xf8 [2024-05-23 14:11:42.082] [ 1.885801] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:42.082] [ 1.885807] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:11:42.108] [ 1.885812] do_one_initcall+0x50/0x15c [2024-05-23 14:11:42.108] [ 1.885819] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:11:42.108] [ 1.885824] kernel_init+0x10/0x100 [2024-05-23 14:11:42.108] [ 1.885828] ret_from_fork+0x10/0x18 [2024-05-23 14:11:42.108] [ 1.891445] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:11:42.110] [ 2.138780] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:11:42.127] [ 2.152121] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:11:42.145] [ 2.159215] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:11:42.145] [ 2.163818] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:11:42.145] [ 2.168620] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:11:42.165] [ 2.173422] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:11:42.182] [ 2.177977] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:11:42.204] [ 2.232228] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:11:42.218] [ 2.244855] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:42.234] [ 2.263175] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:42.250] [ 2.278658] NET: Registered protocol family = 2 [2024-05-23 14:11:42.265] [ 2.285952] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:11:42.281] [ 2.293567] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:11:42.283] [ 2.304657] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:11:42.306] [ 2.312017] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:11:42.308] [ 2.318864] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:11:42.308] [ 2.327269] NET: Registered protocol family = 1 [2024-05-23 14:11:42.408] [ 2.434981] audit: initializing netlink = subsys (disabled) [2024-05-23 14:11:42.415] [ 2.441436] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:11:42.429] [ 2.442010] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:11:42.499] [ 2.524554] fuse init (API version 7.26) [2024-05-23 14:11:42.518] [ 2.542666] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:11:42.526] [ 2.552217] io scheduler noop registered = (default) [2024-05-23 14:11:42.546] [ 2.557058] io scheduler mq-deadline = registered [2024-05-23 14:11:42.546] [ 2.561621] io scheduler kyber registered [2024-05-23 14:11:42.547] [ 2.572872] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:42.561] [ 2.579730] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:42.561] [ 2.585941] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:11:42.577] [ 2.593719] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:42.627] [ 2.655625] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:42.648] [ 2.663366] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:42.650] [ 2.668343] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:11:42.650] [ 2.673771] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:42.652] [ 2.674389] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:42.677] [ 2.685145] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:42.677] [ 2.691353] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:11:42.677] [ 2.698972] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:42.703] [ 2.723421] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:42.707] [ 2.730202] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:42.709] [ 2.734902] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:11:42.735] [ 2.740328] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:42.735] [ 2.740895] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:11:42.735] [ 2.751647] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:11:42.735] [ 2.757856] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:11:42.752] [ 2.765472] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:11:42.805] [ 2.832157] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:11:42.815] [ 2.839044] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:11:42.829] [ 2.843672] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:11:42.845] [ 2.849099] fbX_probe : update_type =3D 1=20 [2024-05-23 14:11:42.845] [ 2.859519] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:11:42.845] [ 2.869172] [INF][WDMA] tcc_wdma_init [2024-05-23 14:11:42.867] [ 2.873957] TCC WDMA Driver Initializing [2024-05-23 14:11:42.891] [ 2.881082] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:11:42.891] [ 2.887247] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:11:42.904] [ 2.897765] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:42.904] [ 2.910398] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:11:42.904] [ 2.919848] [CPU_ID] probe is done [2024-05-23 14:11:42.906] [ 2.923599] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:11:42.906] [ 2.930282] [DRAM_TOOL] probe is done [2024-05-23 14:11:42.928] [ 2.937607] MALI-G51 : r30p0-01eac0 [2024-05-23 14:11:42.928] [ 2.941136] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:11:42.928] [ 2.950603] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:42.951] [ 2.950608] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:11:42.951] [ 2.950613] 6 locks held by swapper/0/1: [2024-05-23 14:11:42.951] [ 2.950616] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:11:42.965] [ 2.950642] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:11:42.968] [ 2.950657] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:11:42.994] [ 2.950677] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:42.994] [ 2.950692] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:11:42.994] [ 2.950708] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:43.016] [ 2.950727] irq event stamp: 453932 [2024-05-23 14:11:43.029] [ 2.950733] hardirqs last enabled at = (453931): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:43.029] [ 2.950738] hardirqs last disabled at = (453932): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:43.031] [ 2.950745] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:43.031] [ 2.950749] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:43.058] [ 2.950751] Preemption disabled at: [2024-05-23 14:11:43.058] [ 2.950757] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:43.058] [ 2.950766] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:11:43.058] [ 2.950769] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:43.061] [ 2.950773] Call trace: [2024-05-23 14:11:43.061] [ 2.950780] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:43.086] [ 2.950785] show_stack+0x14/0x20 [2024-05-23 14:11:43.086] [ 2.950791] dump_stack+0xb8/0xf0 [2024-05-23 14:11:43.086] [ 2.950797] ___might_sleep+0x178/0x210 [2024-05-23 14:11:43.086] [ 2.950801] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:43.086] [ 2.950805] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:43.086] [ 2.950811] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:43.098] [ 2.950819] gic_set_type+0x84/0x98 [2024-05-23 14:11:43.102] [ 2.950824] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:43.102] [ 2.950829] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:43.102] [ 2.950833] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:43.126] [ 2.950839] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:11:43.141] [ 2.950845] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:11:43.141] [ 2.950849] kbase_device_init+0x78/0xf8 [2024-05-23 14:11:43.141] [ 2.950855] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:11:43.141] [ 2.950860] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:43.141] [ 2.950865] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:43.141] [ 2.950870] __driver_attach+0xfc/0x118 [2024-05-23 14:11:43.153] [ 2.950874] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:43.153] [ 2.950879] driver_attach+0x20/0x28 [2024-05-23 14:11:43.153] [ 2.950884] bus_add_driver+0x220/0x268 [2024-05-23 14:11:43.153] [ 2.950889] driver_register+0x60/0xf8 [2024-05-23 14:11:43.165] [ 2.950893] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:43.165] [ 2.950900] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:11:43.165] [ 2.950905] do_one_initcall+0x50/0x15c [2024-05-23 14:11:43.167] [ 2.950911] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:11:43.167] [ 2.950917] kernel_init+0x10/0x100 [2024-05-23 14:11:43.191] [ 2.950921] ret_from_fork+0x10/0x18 [2024-05-23 14:11:43.194] [ 2.952661] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:11:43.194] [ 3.207532] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:11:43.194] [ 3.214272] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:11:43.217] [ 3.228732] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:11:43.219] [ 3.235849] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:11:43.232] [ 3.248203] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:11:43.234] [ 3.254424] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:11:43.234] [ 3.258852] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:11:43.253] [ 3.266385] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:11:43.288] [ 3.315485] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:11:43.297] [ 3.323218] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:11:43.313] [ 3.332982] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:11:43.315] [ 3.343633] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:11:43.331] [ 3.350874] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:11:43.356] [ 3.361951] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:11:43.356] [ 3.370884] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:11:43.361] [ 3.389832] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:11:43.377] [ 3.405277] libphy: Fixed MDIO Bus: probed [2024-05-23 14:11:43.392] [ 3.410232] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:11:43.395] [ 3.423372] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:11:43.411] [ 3.427902] [INFO][GAMC] gmac index : 1 [2024-05-23 14:11:43.411] [ 3.430579] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:11:43.411] [ 3.431782] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:11:43.427] [ 3.435299] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:11:43.427] [ 3.436000] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:11:43.427] [ 3.436579] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:11:43.450] [ 3.437668] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:11:43.450] [ 3.448602] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:11:43.450] [ 3.448630] GPT:15269887 !=3D 15273599 [2024-05-23 14:11:43.463] [ 3.448637] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:11:43.475] [ 3.448645] GPT:15269887 !=3D 15273599 [2024-05-23 14:11:43.475] [ 3.448653] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:11:43.475] [ 3.448767] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:11:43.492] [ 3.507671] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:11:43.492] [ 3.512845] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:11:43.515] [ 3.518984] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:11:43.519] [ 3.523376] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:11:43.519] [ 3.531932] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:11:43.532] [ 3.546129] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:11:43.536] [ 3.552056] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:43.536] [ 3.552068] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:11:43.549] [ 3.552075] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:11:43.551] [ 3.552087] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:43.551] [ 3.552098] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:11:43.591] [ 3.580900] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:11:43.591] [ 3.596913] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:11:43.591] [ 3.603570] usbhid: USB HID core driver [2024-05-23 14:11:43.600] [ 3.607751] optee: probing for conduit = method from DT. [2024-05-23 14:11:43.600] [ 3.612932] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:11:43.600] [ 3.614974] optee: initialized driver [2024-05-23 14:11:43.602] [ 3.624467] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:11:43.625] [ 3.630201] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:11:43.628] [ 3.635370] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:11:43.628] [ 3.640538] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:11:43.628] [ 3.646313] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:11:43.628] [ 3.652089] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:11:43.653] [ 3.657951] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:11:43.653] [ 3.664420] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:11:43.653] [ 3.671978] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:11:43.653] [ 3.679927] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:11:43.670] [ 3.694130] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:11:43.685] [ 3.702110] NET: Registered protocol family = 17 [2024-05-23 14:11:43.685] [ 3.707225] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:11:43.715] [ 3.724939] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:11:43.867] [ 3.893765] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:11:43.872] [ 3.893810] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:11:43.889] [ 3.909567] ALSA device list: [2024-05-23 14:11:43.889] [ 3.912561] No soundcards found. [2024-05-23 14:11:43.893] [ 3.918465] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:11:43.918] [ 3.939425] Freeing unused kernel memory: = 4160K [2024-05-23 14:11:43.920] Mounting devtmpfs [2024-05-23 14:11:43.950] [ 3.954219] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:11:43.950] Mounting procfs [2024-05-23 14:11:43.963] Mounting sysfs [2024-05-23 14:11:43.963] [ 3.974241] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:11:43.979] [ 4.004564] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:11:44.013] [ 4.040943] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:11:44.023] [ 4.049783] mount (97) used greatest stack = depth: 11584 bytes left [2024-05-23 14:11:44.049] [ 4.071844] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:11:44.278] [ 4.305646] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:11:44.377] [ 4.402225] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:11:44.408] [ 4.429385] systemd[1]: Detected = architecture arm64. [2024-05-23 14:11:44.446]=20 [2024-05-23 14:11:44.446] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:11:44.459]=20 [2024-05-23 14:11:44.469] [ 4.496868] systemd[1]: Set hostname to = . [2024-05-23 14:11:44.484] [ 4.508445] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:11:44.500] [ 4.517280] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:11:44.737] [ 4.762647] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:11:44.765] [ 4.779765] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:11:44.799] [ 4.826151] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:11:44.812] [ 4.838258] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:11:45.000] [ 5.027146] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:11:45.073] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:11:45.094] [ OK ] Listening on Journal Socket. [2024-05-23 14:11:45.123] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:11:45.155] Mounting Kernel Debug File System... [2024-05-23 14:11:45.172] [ OK ] Reached target Swap. [2024-05-23 14:11:45.201] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:11:45.218] [ OK ] Listening on udev Control Socket. [2024-05-23 14:11:45.228] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:11:45.250] [ OK ] Created slice User and Session Slice. [2024-05-23 14:11:45.272] [ 5.288967] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:11:45.301] Mounting Configuration File System... [2024-05-23 14:11:45.320] Starting Apply Kernel Variables... [2024-05-23 14:11:45.337] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:11:45.367] Starting udev Coldplug all Devices... [2024-05-23 14:11:45.399] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:11:45.434] Mounting FUSE Control File System... [2024-05-23 14:11:45.451] [ OK ] Listening on Syslog Socket. [2024-05-23 14:11:45.468] [ 5.489985] echo (126) used greatest stack = depth: 11408 bytes left [2024-05-23 14:11:45.484] Starting Journal Service... [2024-05-23 14:11:45.506] Starting mount data partition = service... [2024-05-23 14:11:45.526] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:11:45.555] Mounting POSIX Message Queue File = System... [2024-05-23 14:11:45.572] [ OK ] Reached target Paths. [2024-05-23 14:11:45.590] [ OK ] Reached target Slices. [2024-05-23 14:11:45.617] [ 5.633382] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:45.619] [ OK ] Created slice system-getty.slice. [2024-05-23 14:11:45.645] [ OK ] Reached target Remote File Systems. [2024-05-23 14:11:45.668] Mounting Huge Pages File System... [2024-05-23 14:11:45.752] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:11:45.769] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:11:45.786] [ OK ] Mounted Configuration File System. [2024-05-23 14:11:45.804] [ OK ] Started Journal Service. [2024-05-23 14:11:45.834] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:11:45.874] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:11:45.901] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:11:45.923] [ OK ] Started mount data partition service. [2024-05-23 14:11:45.951] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:11:45.969] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:11:46.032] Starting NS file System mount and = recovery.... [2024-05-23 14:11:46.073] Starting udev Kernel Device = Manager... [2024-05-23 14:11:46.112] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:11:46.135] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:11:46.163] [ 6.192131] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:46.175] Mounting /tmp... [2024-05-23 14:11:46.204] Mounting /var/volatile... [2024-05-23 14:11:46.221] [ OK ] Reached target Containers. [2024-05-23 14:11:46.259] [ 6.286931] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:46.362] [ 6.388451] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:11:46.435] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:11:46.477] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:11:46.502] [ OK ] Mounted /tmp. [2024-05-23 14:11:46.519] [ OK ] Mounted /var/volatile. [2024-05-23 14:11:46.604] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:11:46.635] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:11:46.811] [ 6.838105] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:11:46.835] Starting Bind mount volatile = /var/lib... [2024-05-23 14:11:46.867] Starting Bind mount volatile = /var/spool... [2024-05-23 14:11:46.890] Starting Bind mount volatile = /var/cache... [2024-05-23 14:11:46.922] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:11:47.107] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:11:47.137] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:11:47.169] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:11:47.186] [ OK ] Reached target Local File Systems. [2024-05-23 14:11:47.220] Starting AppArmor initialization... [2024-05-23 14:11:47.244] Starting Create Volatile Files and = Directories... [2024-05-23 14:11:47.274] Starting netfilter persistent = configuration... [2024-05-23 14:11:47.304] Starting Load/Save Random Seed... [2024-05-23 14:11:47.387] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:11:47.404] [ 7.432304] audit: type=3D1400 = audit(1550139121.120:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:11:47.423] [ 7.446715] audit: type=3D1400 = audit(1550139121.124:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:11:47.438] [ 7.463736] audit: type=3D1400 = audit(1550139121.124:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:11:47.454] [ 7.480542] audit: type=3D1400 = audit(1550139121.124:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:11:47.470] [[ 7.496108] audit: type=3D1400 = audit(1550139121.124:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:11:47.485] OK ] [ 7.512101] audit: type=3D1400 = audit(1550139121.124:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:11:47.503] [ 7.529490] audit: type=3D1400 = audit(1550139121.124:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:11:47.530] Started Create Volatile Files and Directories. [2024-05-23 14:11:47.554] [ OK ] Started AppArmor initialization. [2024-05-23 14:11:47.573] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:11:47.738] [ OK ] Reached target Network (Pre). [2024-05-23 14:11:47.771] Starting Network Service... [2024-05-23 14:11:47.804] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:11:47.854] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:11:47.874] [ OK ] Reached target System Initialization. [2024-05-23 14:11:47.903] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:11:47.920] [ OK ] Reached target Timers. [2024-05-23 14:11:47.936] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:11:47.959] [ OK ] Reached target Sockets. [2024-05-23 14:11:47.963] [ 7.989389] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:11:47.979] [ OK ] Reached target Basic System. [2024-05-23 14:11:48.005] [ OK ] Started System Logging Service. [2024-05-23 14:11:48.013] [ 8.036997] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:11:48.028] [ 8.043877] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:11:48.028] [ 8.048438] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:11:48.050] Starting Login Service... [2024-05-23 14:11:48.087] [ OK ] Started Kernel Logging Service. [2024-05-23 14:11:48.131] [ OK ] Started NS VSync Process. [2024-05-23 14:11:48.183] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:11:48.227] [ 8.254710] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:11:48.254] [ 8.270997] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:11:48.256] [ 8.275538] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:11:48.256] Start /usr/bin/sys-fail-mon [2024-05-23 14:11:48.312] [ 8.275558] [INFO][GMAC]=20 [2024-05-23 14:11:48.315] [ 8.336735] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:11:48.341] [ OK ] Started NS System Management Process. [2024-05-23 14:11:48.347] Starting NS Inter Domain Comm = Process... [2024-05-23 14:11:48.387] [ OK ] Started [ 8.403659] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:11:48.390] OP-TEE Supplicant Service. [2024-05-23 14:11:48.390] [ 8.412941] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:11:48.407] [ 8.427566] libphy: tcc-gmac-mdio: probed [2024-05-23 14:11:48.407] [ 8.431019] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:11:48.422] [ 8.431033] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:11:48.422] [ 8.433045] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:48.437] [ 8.434544] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:11:48.437] [ 8.434572] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:11:48.454] [ 8.435773] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:11:48.456] [ 8.435786] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:11:48.481] [ 8.439735] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:11:48.481] [ 8.500222] [INFO][GMAC] registered! [2024-05-23 14:11:48.481] [ 8.503841] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:11:48.481] [ 8.508699] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:11:48.498] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:11:48.523] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:11:48.554] Starting Load Kernel Modules... [2024-05-23 14:11:48.557] [ OK ] Started Network Service. [2024-05-23 14:11:48.573] [ 8.594055] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:11:48.585] [ 8.601089] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:11:48.599] [ 8.601089] -- MASTER Configuration. [2024-05-23 14:11:48.599] [ 8.601089] -- Local Receiver Status Not = OK. [2024-05-23 14:11:48.604] [ 8.601089] -- Remote Receiver Status Not = OK. [2024-05-23 14:11:48.604] [ 8.624519] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:11:48.633] [ 8.633645] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:11:48.633] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:11:48.654] [ 8.662633] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:11:48.658] [ 8.670004] Disabling lock debugging due to = kernel taint [2024-05-23 14:11:48.670] [ 8.670029] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:48.673] parents, child is 317 [2024-05-23 14:11:48.673] [ 8.670033] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:11:48.691] [IDC]Start. [2024-05-23 14:11:48.691] [ 8.670034] INFO: lockdep is turned off. [2024-05-23 14:11:48.691] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:11:48.691] [ 8.670036] irq event stamp: 74750 [2024-05-23 14:11:48.703] [ 8.670050] hardirqs last enabled at = (74749): [<000000008279b62e>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:11:48.716] [IDC](A7)ConnectReq 0[ 8.670054] hardirqs = last disabled at (74750): [<00000000096bce30>] = _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:48.719]=20 [2024-05-23 14:11:48.719] [ 8.670061] softirqs last enabled at (0): = [<00000000f7271a7a>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:48.743] [IDC](A7)do_connect 0 [2024-05-23 14:11:48.758] [ 8.670064] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:48.758] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:11:48.758] [ 8.670065] Preemption disabled at: [2024-05-23 14:11:48.758] [IDC](A7)Tx start session req 1 [2024-05-23 14:11:48.758] [[ 8.670072] [<00000000ace2b752>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:48.758] IDC](A7)Session status 1 -> 2 [2024-05-23 14:11:48.772] [ 8.670080] CPU: 3 PID: 262 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:11:48.772] [IDC](R5)ConnectReq 0 [2024-05-23 14:11:48.772] [IDC](R5)do[ 8.670082] Hardware name: = Telechips TCC8031 Evaluation Board (DT) [2024-05-23 14:11:48.786] _connect 0 [2024-05-23 14:11:48.786] [IDC](R5)Session statu[ 8.670084] Call = trace: [2024-05-23 14:11:48.786] s 0 -> 1 [2024-05-23 14:11:48.786] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:11:48.786] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:11:48.789] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:11:48.789] [ 8.670089] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:48.789] [IDC](A7)Session status 2 -> 3[ 8.670093] = show_stack+0x14/0x20 [2024-05-23 14:11:48.814]=20 [2024-05-23 14:11:48.814] [ 8.670097] dump_stack+0xb8/0xf0 [2024-05-23 14:11:48.837] [IDC](A7)Session connected. [2024-05-23 14:11:48.837] [ 8.670102] ___might_sleep+0x178/0x210 [2024-05-23 14:11:48.837] [IDC]TimerStartReq 2 R5:1.0[ 8.670104] = rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:48.837]=20 [2024-05-23 14:11:48.837] [ 8.670111] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:48.837] [IDC](R5)Rx TIMER_START_REQ R5:1.[ = 8.670115] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:48.837] 000] 2 [2024-05-23 14:11:48.858] [IDC](R5)Session connected.[ 8.670121] = gic_set_type+0x84/0x98 [2024-05-23 14:11:48.858] 2 [2024-05-23 14:11:48.858] [IDC](R5)Session status 2 -> [ 8.670125] = __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:48.858] 3 [2024-05-23 14:11:48.858] [ 8.670128] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:48.858] [ 8.670132] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:48.858] [ 8.670138] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:11:48.885] [ 8.670142] __dev_open+0x100/0x150 [2024-05-23 14:11:48.885] [ 8.670145] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:11:48.885] [ 8.670148] dev_change_flags+0x20/0x60 [2024-05-23 14:11:48.885] [ 8.670152] do_setlink+0x3ec/0xc30 [2024-05-23 14:11:48.885] [ 8.670155] rtnl_setlink+0xcc/0x128 [2024-05-23 14:11:48.887] [ 8.670158] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:11:48.887] [ 8.670162] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:11:48.887] [ 8.670165] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:11:48.887] [ 8.670168] netlink_unicast+0x180/0x1f8 [2024-05-23 14:11:48.887] [ 8.670170] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:11:48.887] [ 8.670176] sock_sendmsg+0x3c/0x58 [2024-05-23 14:11:48.887] [ 8.670180] SyS_sendto+0xd0/0x140 [2024-05-23 14:11:48.908] [ 8.670184] el0_svc_naked+0x34/0x38 [2024-05-23 14:11:48.921] [ 8.670311] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:11:48.921] [ 8.686215] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:11:48.921] [ 8.686221] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:11:48.921] [ 8.686226] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:11:48.923] [ 8.686226] =20 [2024-05-23 14:11:48.923] [ 8.686553] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:11:48.923] [ 8.687210] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:11:48.949] [ 8.687215] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:11:48.949] [ 8.687220] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:11:48.949] [ 8.687220] =20 [2024-05-23 14:11:48.949] [ 8.687365] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:11:48.949] [ 8.687380] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:11:48.962] [ 8.687384] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:11:48.974] [ 8.687387] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:11:48.974] [ 8.687395] [INFO][GMAC] --] phy_start: : [2024-05-23 14:11:48.974] [ 8.687454] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:11:48.988] [ 8.710080] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:11:48.991] [ 8.794818] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:48.991] [ 8.903057] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:48.991] [ 9.010792] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.014] [ OK ] Started Cluster Framework. [2024-05-23 14:11:49.032] [ OK ] Started HUD Framework. [2024-05-23 14:11:49.051] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:11:49.072] [ OK ] Started Nvm Process. [2024-05-23 14:11:49.104] [ 9.118846] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.113] [ OK ] Started NS hsm control application. [2024-05-23 14:11:49.113] [ OK ] Started Diagnosis Framework. [2024-05-23 14:11:49.139] [ OK ] Started Diagnosis Transport. [2024-05-23 14:11:49.172] [ OK ] Started NS Software Update. [2024-05-23 14:11:49.185] [ OK ] Started NS Secondary Verify. [2024-05-23 14:11:49.203] [ OK ] Reached target Network. [2024-05-23 14:11:49.203] [ 9.228008] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:11:49.232] [ 9.233990] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.233] Starting udev Coldplug all Devices... [2024-05-23 14:11:49.240] Starting Permit User Sessions... [2024-05-23 14:11:49.255] Starting Wait for Network to be = Configured... [2024-05-23 14:11:49.281] [ OK ] Started Login Service. [2024-05-23 14:11:49.327] [ 9.355645] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.386] [ OK ] Started Permit User Sessions. [2024-05-23 14:11:49.406] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:11:49.408] [ OK ] Started Getty on tty1. [2024-05-23 14:11:49.423] [ OK ] Reached target Login Prompts. [2024-05-23 14:11:49.423] [ OK ] Reached target Multi-User System. [2024-05-23 14:11:49.441] [ 9.467209] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.457] [ 9.476651] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:11:49.470] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:11:49.565] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:11:49.590] [ 9.571219] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:11:49.590] [ 9.597368] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:11:49.619] [ 9.598868] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.637] [ 9.605680] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:11:49.637] [ 9.633007] Done!! [2024-05-23 14:11:49.654] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:11:49.685] [ 9.712851] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.716] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:11:49.740] [ 9.758634] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:11:49.749] [ 9.765448] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:11:49.765] [ 9.765452] in_atomic(): 1, = irqs_disabled(): 128, pid: 312, name: systemd-modules [2024-05-23 14:11:49.767] [ 9.765454] INFO: lockdep is turned off. [2024-05-23 14:11:49.788] [ 9.765457] irq event stamp: 24809 [2024-05-23 14:11:49.793] [ 9.765473] hardirqs last enabled at = (24809): [<000000009a1adee9>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:11:49.793] [ 9.765477] hardirqs last disabled at = (24808): [<00000000096bce30>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:11:49.819] [ 9.765485] softirqs last enabled at (0): = [<00000000f7271a7a>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:11:49.846] [ 9.765488] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:11:49.866] [ 9.765489] Preemption disabled at: [2024-05-23 14:11:49.866] [ 9.765496] [<00000000ace2b752>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:11:49.866] [ 9.765505] CPU: 1 PID: 312 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:11:49.866] [ 9.765506] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:11:49.866] [ 9.765509] Call trace: [2024-05-23 14:11:49.868] [ 9.765514] dump_backtrace+0x0/0x1d8 [2024-05-23 14:11:49.868] [ 9.765518] show_stack+0x14/0x20 [2024-05-23 14:11:49.868] [ 9.765522] dump_stack+0xb8/0xf0 [2024-05-23 14:11:49.868] [ 9.765526] ___might_sleep+0x178/0x210 [2024-05-23 14:11:49.868] [ 9.765529] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:11:49.868] [ 9.765537] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:11:49.886] [ 9.765541] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:11:49.886] [ 9.765547] gic_set_type+0x84/0x98 [2024-05-23 14:11:49.886] [ 9.765551] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:11:49.888] [ 9.765555] __setup_irq+0x76c/0x7f8 [2024-05-23 14:11:49.916] [ 9.765559] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:11:49.916] [ 9.765588] jmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:11:49.916] [ 9.765603] jmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:11:49.916] [ 9.765609] platform_drv_probe+0x58/0xb8 [2024-05-23 14:11:49.916] [ 9.765615] = driver_probe_device+0x228/0x410 [2024-05-23 14:11:49.916] [ 9.765619] __driver_attach+0xfc/0x118 [2024-05-23 14:11:49.918] [ 9.765622] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:11:49.942] [ 9.765626] driver_attach+0x20/0x28 [2024-05-23 14:11:49.956] [ 9.765630] bus_add_driver+0x220/0x268 [2024-05-23 14:11:49.956] [ 9.765633] driver_register+0x60/0xf8 [2024-05-23 14:11:49.956] [ 9.765636] = __platform_driver_register+0x44/0x50 [2024-05-23 14:11:49.956] [ 9.765642] jmgr_init+0x28/0xfe4 [jpu_dev] [2024-05-23 14:11:49.956] [ 9.765646] do_one_initcall+0x50/0x15c [2024-05-23 14:11:49.956] [ 9.765651] do_init_module+0x54/0x1b0 [2024-05-23 14:11:49.961] [ 9.765654] load_module+0x1e70/0x2428 [2024-05-23 14:11:49.961] [ 9.765657] SyS_finit_module+0xe4/0x118 [2024-05-23 14:11:49.961] [ 9.765661] el0_svc_naked+0x34/0x38 [2024-05-23 14:11:49.983] [ 9.767912] Done!! [2024-05-23 14:11:49.992] [ 9.825037] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:11:49.992] [ 9.838808] sched: RT throttling activated [2024-05-23 14:11:50.033] [ 10.060981] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:11:50.049] [ 10.069364] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:11:50.099] [ 10.110070] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:11:50.109] [ 10.115242] Done!! [2024-05-23 14:11:50.218] [ OK ] Started Load Kernel Modules. [2024-05-23 14:11:50.951] [ 10.978369] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:11:50.973] [ 10.986790] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:11:51.318] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:11:55.782]=20 [2024-05-23 14:11:55.782] telechips-nsp1-release login:=20 [2024-05-23 14:11:59.348]=20 [2024-05-23 14:11:59.348] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:11:59.348]=20 [2024-05-23 14:11:59.348] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:11:59.348] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:11:59.378] DRAM: 2 GiB [2024-05-23 14:11:59.402] MMC: sdhc@0x16440000: 0 [2024-05-23 14:11:59.671]=20 [2024-05-23 14:11:59.671] HW Partition tyep is UserData [2024-05-23 14:11:59.674] In: serial [2024-05-23 14:11:59.674] Out: serial [2024-05-23 14:11:59.694] Err: serial [2024-05-23 14:11:59.747] Boot in the UserData environment(0) [2024-05-23 14:11:59.752] Non-secure boot (secure boot flag is clear) [2024-05-23 14:11:59.766] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:11:59.769] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:11:59.769] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:11:59.769] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:11:59.796] Booting using the fdt blob at 0x23000000 [2024-05-23 14:11:59.796] Loading Kernel Image [2024-05-23 14:11:59.796] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:11:59.799] OPTEE is enabled [2024-05-23 14:11:59.799]=20 [2024-05-23 14:11:59.799] Starting kernel ... [2024-05-23 14:11:59.819]=20 [2024-05-23 14:12:00.730] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:12:00.735] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:12:00.756] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:12:00.759] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:12:00.783] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:12:00.802] [ 0.000000] efi: UEFI not found. [2024-05-23 14:12:00.802] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:12:00.802] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:12:00.802] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:12:00.816] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:12:00.816] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:12:00.821] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:12:00.821] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:12:00.848] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:12:00.864] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:12:00.864] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:12:00.864] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:12:00.884] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:12:00.884] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:12:00.903] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:12:00.903] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:12:00.903] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:12:00.920] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:12:00.920] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:12:00.936] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:12:00.936] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:12:00.953] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:12:00.953] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:12:00.967] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:12:00.967] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:12:00.986] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:12:00.987] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:12:00.987] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:12:00.987] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:12:01.000] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:12:01.000] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:12:01.000] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:12:01.016] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:12:01.016] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:12:01.020] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:12:01.020] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:12:01.020] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:12:01.052] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:12:01.052] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:12:01.070] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:12:01.098] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:12:01.098] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:12:01.114] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:12:01.114] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:12:01.114] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:12:01.114] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:12:01.127] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:12:01.127] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:12:01.131] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:12:01.160] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:12:01.177] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:12:01.177] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:12:01.177] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:12:01.177] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:12:01.188] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:12:01.188] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:12:01.202] [ 0.000000] Running RCU self tests [2024-05-23 14:12:01.202] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:12:01.204] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:12:01.204] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:12:01.204] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:12:01.230] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:12:01.245] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:12:01.245] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:12:01.245] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:12:01.245] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:12:01.247] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:12:01.247] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:12:01.275] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:12:01.278] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:12:01.278] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:12:01.278] [ 0.001475] Console: colour dummy device = 80x25 [2024-05-23 14:12:01.278] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:12:01.303] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:12:01.303] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:12:01.303] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:12:01.303] [ 0.001725] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:12:01.303] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:12:01.317] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:12:01.332] [ 0.001733] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:12:01.332] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:12:01.332] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:12:01.334] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:12:01.334] [ 0.001786] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:12:01.364] [ 0.002285] Security Framework initialized [2024-05-23 14:12:01.364] [ 0.002408] AppArmor: AppArmor initialized [2024-05-23 14:12:01.364] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:12:01.364] [ 0.002675] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:12:01.364] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:12:01.366] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:12:01.399] [ 0.062277] EFI services will not be = available. [2024-05-23 14:12:01.399] [ 0.076122] smp: Bringing up secondary CPUs = ... [2024-05-23 14:12:01.399] [ 0.120747] Detected VIPT I-cache on CPU1 [2024-05-23 14:12:01.399] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:12:01.399] [ 0.164991] Detected VIPT I-cache on CPU2 [2024-05-23 14:12:01.399] [ 0.165047] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:12:01.401] [ 0.209280] Detected VIPT I-cache on CPU3 [2024-05-23 14:12:01.429] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:12:01.444] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:12:01.444] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:12:01.444] [ 0.209764] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:12:01.444] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:12:01.444] [ 0.209966] alternatives: patching kernel = code [2024-05-23 14:12:01.444] [ 0.210520] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:12:01.449] [ 0.213114] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:12:01.449] [ 0.213703] devtmpfs: initialized [2024-05-23 14:12:01.449] [ 0.403261] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:12:01.481] [ 0.403524] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:12:01.481] [ 0.412361] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:12:01.481] [ 0.413282] chipinfo: TCC8030 Rev02 [2024-05-23 14:12:01.481] [ 0.413298] chipinfo: SiP Service v0.1.56 [2024-05-23 14:12:01.481] [ 0.418579] NET: Registered protocol family = 16 [2024-05-23 14:12:01.482] [ 0.422597] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:12:01.496] [ 0.424553] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:12:01.512] [ 0.426463] cpuidle: using governor menu [2024-05-23 14:12:01.512] [ 0.426735] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:12:01.512] [ 0.440790] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:12:01.539] [ 0.441260] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:12:01.539] [ 0.441306] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:12:01.539] [ 0.441351] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:12:01.554] [ 0.441394] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:12:01.554] [ 0.441438] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:12:01.554] [ 0.441481] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:12:01.554] [ 0.441524] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:12:01.554] [ 0.441568] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:12:01.585] [ 0.441611] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:12:01.585] [ 0.441655] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:12:01.585] [ 0.441698] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.441742] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.441803] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.441847] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.441978] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.442022] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.442066] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:12:01.587] [ 0.442109] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:12:01.615] [ 0.442495] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:12:01.615] [ 0.442539] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:12:01.615] [ 0.442582] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:12:01.615] [ 0.442626] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:12:01.615] [ 0.442669] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:12:01.617] [ 0.442712] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:12:01.645] [ 0.442755] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:12:01.645] [ 0.442799] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:12:01.645] [ 0.442842] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:12:01.645] [ 0.442885] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:12:01.645] [ 0.442941] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:12:01.660] [ 0.442985] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:12:01.672] [ 0.443231] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:12:01.672] [ 0.443275] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:12:01.686] [ 0.443318] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:12:01.686] [ 0.443362] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:12:01.686] [ 0.443405] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:12:01.700] [ 0.443448] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:12:01.700] [ 0.443491] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:12:01.703] [ 0.443690] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:12:01.703] [ 0.443734] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:12:01.703] [ 0.443778] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:12:01.728] [ 0.443821] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:12:01.741] [ 0.443864] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:12:01.741] [ 0.443907] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:12:01.741] [ 0.443951] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:12:01.741] [ 0.444007] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:12:01.741] [ 0.444051] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:12:01.753] [ 0.444094] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:12:01.753] [ 0.444137] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:12:01.755] [ 0.444180] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:12:01.755] [ 0.444223] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:12:01.755] [ 0.444266] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:12:01.783] [ 0.444797] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:12:01.783] [ 0.444856] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:12:01.783] [ 0.445028] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:12:01.783] [ 0.445198] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:12:01.783] [ 0.445367] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:12:01.786] [ 0.445531] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:12:01.814] [ 0.445698] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:12:01.814] [ 0.445742] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:12:01.814] [ 0.445786] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:12:01.814] [ 0.446053] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:12:01.814] [ 0.446250] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:12:01.816] [ 0.446436] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:12:01.842] [ 0.446481] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:12:01.842] [ 0.446524] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:12:01.842] [ 0.446568] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:12:01.842] [ 0.446611] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:12:01.844] [ 0.446794] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:12:01.870] [ 0.446859] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:12:01.870] [ 0.447071] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:12:01.870] [ 0.447085] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:12:01.870] [ 0.529506] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:12:01.872] [ 0.529596] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:12:01.901] [ 1.676286] console [ttyAMA0] enabled [2024-05-23 14:12:01.901] [ 1.683968] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:12:01.919] [ 1.712817] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:12:01.935] [ 1.723098] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:12:01.937] [ 1.733688] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:12:01.960] [ 1.744000] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:12:02.047] [ 1.843715] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:12:02.065] [ 1.859895] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:12:02.079] [ 1.866789] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:12:02.081] [ 1.873583] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:12:02.081] [ 1.879950] Linux video capture interface: = v2.00 [2024-05-23 14:12:02.109] [ 1.885795] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:02.109] [ 1.885800] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:12:02.109] [ 1.885804] 6 locks held by swapper/0/1: [2024-05-23 14:12:02.123] [ 1.885807] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:12:02.125] [ 1.885835] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:12:02.153] [ 1.885850] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:12:02.153] [ 1.885868] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:02.153] [ 1.885882] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:12:02.155] [ 1.885899] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:02.184] [ 1.885917] irq event stamp: 288046 [2024-05-23 14:12:02.184] [ 1.885922] hardirqs last enabled at = (288045): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:12:02.184] [ 1.885927] hardirqs last disabled at = (288046): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:12:02.186] [ 1.885935] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:02.213] [ 1.885939] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:02.213] [ 1.885942] Preemption disabled at: [2024-05-23 14:12:02.213] [ 1.885947] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:02.213] [ 1.885956] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:12:02.230] [ 1.885959] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:02.230] [ 1.885963] Call trace: [2024-05-23 14:12:02.230] [ 1.885969] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:02.232] [ 1.885974] show_stack+0x14/0x20 [2024-05-23 14:12:02.245] [ 1.885980] dump_stack+0xb8/0xf0 [2024-05-23 14:12:02.257] [ 1.885986] ___might_sleep+0x178/0x210 [2024-05-23 14:12:02.257] [ 1.885990] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:02.257] [ 1.885994] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:02.259] [ 1.886000] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:02.259] [ 1.886007] gic_set_type+0x84/0x98 [2024-05-23 14:12:02.259] [ 1.886012] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:02.259] [ 1.886016] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:02.285] [ 1.886021] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:02.285] [ 1.886026] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:12:02.285] [ 1.886033] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:12:02.285] [ 1.886038] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:02.285] [ 1.886043] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:02.287] [ 1.886048] __driver_attach+0xfc/0x118 [2024-05-23 14:12:02.311] [ 1.886053] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:02.313] [ 1.886058] driver_attach+0x20/0x28 [2024-05-23 14:12:02.313] [ 1.886062] bus_add_driver+0x220/0x268 [2024-05-23 14:12:02.313] [ 1.886067] driver_register+0x60/0xf8 [2024-05-23 14:12:02.313] [ 1.886071] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:02.313] [ 1.886078] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:12:02.313] [ 1.886083] do_one_initcall+0x50/0x15c [2024-05-23 14:12:02.338] [ 1.886091] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:12:02.338] [ 1.886097] kernel_init+0x10/0x100 [2024-05-23 14:12:02.339] [ 1.886101] ret_from_fork+0x10/0x18 [2024-05-23 14:12:02.339] [ 1.891735] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:12:02.352] [ 2.139007] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:12:02.354] [ 2.152610] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:12:02.370] [ 2.159636] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:12:02.370] [ 2.164237] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:12:02.370] [ 2.169041] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:12:02.386] [ 2.173866] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:12:02.388] [ 2.178420] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:12:02.432] [ 2.231838] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:12:02.444] [ 2.244374] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:02.466] [ 2.262517] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:02.483] [ 2.278071] NET: Registered protocol family = 2 [2024-05-23 14:12:02.510] [ 2.285487] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:12:02.516] [ 2.293108] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:12:02.516] [ 2.304350] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:12:02.516] [ 2.311811] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:12:02.532] [ 2.318595] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:12:02.532] [ 2.326696] NET: Registered protocol family = 1 [2024-05-23 14:12:02.636] [ 2.434340] audit: initializing netlink = subsys (disabled) [2024-05-23 14:12:02.646] [ 2.440905] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:12:02.660] [ 2.441445] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:12:02.724] [ 2.523592] fuse init (API version 7.26) [2024-05-23 14:12:02.743] [ 2.541659] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:12:02.752] [ 2.551897] io scheduler noop registered = (default) [2024-05-23 14:12:02.769] [ 2.556740] io scheduler mq-deadline = registered [2024-05-23 14:12:02.769] [ 2.561314] io scheduler kyber registered [2024-05-23 14:12:02.771] [ 2.572040] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:02.787] [ 2.578894] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:02.787] [ 2.585385] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:12:02.805] [ 2.592985] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:02.857] [ 2.655445] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:02.864] [ 2.663146] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:02.879] [ 2.668126] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:12:02.879] [ 2.673555] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:02.879] [ 2.674214] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:02.896] [ 2.684969] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:02.896] [ 2.691177] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:12:02.912] [ 2.698740] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:02.938] [ 2.723057] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:02.941] [ 2.729980] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:02.941] [ 2.734640] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:12:02.943] [ 2.740067] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:02.966] [ 2.740641] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:02.969] [ 2.751394] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:02.969] [ 2.757602] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:12:02.969] [ 2.765216] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:03.031] [ 2.831686] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:03.053] [ 2.838462] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:03.055] [ 2.843236] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:12:03.070] [ 2.848663] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:03.085] [ 2.858362] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:12:03.085] [ 2.867979] [INF][WDMA] tcc_wdma_init [2024-05-23 14:12:03.087] [ 2.872760] TCC WDMA Driver Initializing [2024-05-23 14:12:03.087] [ 2.879735] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:12:03.087] [ 2.885946] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:12:03.111] [ 2.896361] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:03.111] [ 2.908983] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:12:03.133] [ 2.918362] [CPU_ID] probe is done [2024-05-23 14:12:03.133] [ 2.922179] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:12:03.135] [ 2.928880] [DRAM_TOOL] probe is done [2024-05-23 14:12:03.155] [ 2.936036] MALI-G51 : r30p0-01eac0 [2024-05-23 14:12:03.164] [ 2.939560] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:12:03.164] [ 2.949451] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:03.167] [ 2.949456] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:12:03.192] [ 2.949460] 6 locks held by swapper/0/1: [2024-05-23 14:12:03.194] [ 2.949464] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:12:03.194] [ 2.949490] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:12:03.194] [ 2.949506] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:12:03.218] [ 2.949524] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:03.237] [ 2.949539] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:12:03.237] [ 2.949556] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:03.249] [ 2.949575] irq event stamp: 453470 [2024-05-23 14:12:03.249] [ 2.949581] hardirqs last enabled at = (453469): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:12:03.249] [ 2.949586] hardirqs last disabled at = (453470): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:12:03.252] [ 2.949594] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:03.282] [ 2.949597] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:03.282] [ 2.949600] Preemption disabled at: [2024-05-23 14:12:03.282] [ 2.949605] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:03.282] [ 2.949614] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:12:03.282] [ 2.949617] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:03.304] [ 2.949621] Call trace: [2024-05-23 14:12:03.304] [ 2.949627] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:03.304] [ 2.949632] show_stack+0x14/0x20 [2024-05-23 14:12:03.304] [ 2.949637] dump_stack+0xb8/0xf0 [2024-05-23 14:12:03.304] [ 2.949642] ___might_sleep+0x178/0x210 [2024-05-23 14:12:03.304] [ 2.949646] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:03.318] [ 2.949651] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:03.322] [ 2.949656] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:03.322] [ 2.949663] gic_set_type+0x84/0x98 [2024-05-23 14:12:03.322] [ 2.949668] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:03.322] [ 2.949673] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:03.345] [ 2.949678] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:03.347] [ 2.949684] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:12:03.347] [ 2.949689] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:12:03.347] [ 2.949693] kbase_device_init+0x78/0xf8 [2024-05-23 14:12:03.347] [ 2.949700] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:12:03.347] [ 2.949704] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:03.373] [ 2.949710] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:03.373] [ 2.949715] __driver_attach+0xfc/0x118 [2024-05-23 14:12:03.373] [ 2.949719] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:03.373] [ 2.949724] driver_attach+0x20/0x28 [2024-05-23 14:12:03.373] [ 2.949729] bus_add_driver+0x220/0x268 [2024-05-23 14:12:03.373] [ 2.949734] driver_register+0x60/0xf8 [2024-05-23 14:12:03.386] [ 2.949738] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:03.388] [ 2.949746] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:12:03.388] [ 2.949751] do_one_initcall+0x50/0x15c [2024-05-23 14:12:03.388] [ 2.949758] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:12:03.416] [ 2.949764] kernel_init+0x10/0x100 [2024-05-23 14:12:03.416] [ 2.949769] ret_from_fork+0x10/0x18 [2024-05-23 14:12:03.416] [ 2.951433] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:12:03.416] [ 3.206680] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:12:03.416] [ 3.213419] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:12:03.432] [ 3.227194] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:12:03.457] [ 3.234760] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:12:03.460] [ 3.246946] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:12:03.460] [ 3.253292] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:12:03.460] [ 3.257674] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:12:03.488] [ 3.265164] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:12:03.511] [ 3.311329] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:12:03.521] [ 3.319525] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:12:03.540] [ 3.328456] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:12:03.554] [ 3.340813] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:12:03.567] [ 3.346090] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:12:03.594] [ 3.357164] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:12:03.594] [ 3.365995] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:12:03.600] [ 3.387558] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:12:03.600] [ 3.393356] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:12:03.639] [ 3.398845] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:12:03.639] [ 3.401689] libphy: Fixed MDIO Bus: probed [2024-05-23 14:12:03.639] [ 3.402518] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:12:03.639] [ 3.419648] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:12:03.652] [ 3.419738] [INFO][GAMC] gmac index : 1 [2024-05-23 14:12:03.652] [ 3.420315] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:12:03.652] [ 3.420323] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:12:03.656] [ 3.421705] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:12:03.656] [ 3.421720] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:12:03.656] [ 3.425605] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:12:03.688] [ 3.434410] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:12:03.688] [ 3.435654] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:03.688] [ 3.435666] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:12:03.688] [ 3.435673] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:12:03.688] [ 3.435685] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:03.688] [ 3.435697] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:12:03.702] [ 3.437359] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:12:03.704] [ 3.446246] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:12:03.729] [ 3.446255] usbhid: USB HID core driver [2024-05-23 14:12:03.742] [ 3.446568] optee: probing for conduit = method from DT. [2024-05-23 14:12:03.742] [ 3.446593] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:12:03.742] [ 3.448494] optee: initialized driver [2024-05-23 14:12:03.742] [ 3.450258] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:12:03.742] [ 3.450273] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:12:03.744] [ 3.450280] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:12:03.744] [ 3.450288] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:12:03.744] [ 3.450295] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:12:03.769] [ 3.450302] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:12:03.769] [ 3.450310] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:12:03.769] [ 3.450317] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:12:03.769] [ 3.452037] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:12:03.791] [ 3.452044] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:12:03.791] [ 3.458756] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:12:03.791] [ 3.475171] NET: Registered protocol family = 17 [2024-05-23 14:12:03.804] [ 3.475620] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:12:03.806] [ 3.480316] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:12:03.836] [ 3.616088] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:12:03.836] [ 3.621496] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:12:03.836] [ 3.628136] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:12:03.838] [ 3.635598] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:12:03.868] [ 3.646034] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:03.868] [ 3.646081] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:12:03.868] [ 3.655134] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:12:03.870] [ 3.655165] GPT:15269887 !=3D 15273599 [2024-05-23 14:12:03.894] [ 3.655173] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:12:03.896] [ 3.655180] GPT:15269887 !=3D 15273599 [2024-05-23 14:12:03.896] [ 3.655188] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:12:03.896] [ 3.655305] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:12:03.928] [ 3.702642] ALSA device list: [2024-05-23 14:12:03.928] [ 3.705655] No soundcards found. [2024-05-23 14:12:03.928] [ 3.711737] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:12:03.932] [ 3.732938] Freeing unused kernel memory: = 4160K [2024-05-23 14:12:03.942] Mounting devtmpfs [2024-05-23 14:12:03.968] [ 3.747927] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:12:03.973] Mounting procfs [2024-05-23 14:12:03.973] Mounting sysfs [2024-05-23 14:12:03.988] [ 3.773937] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:12:04.004] [ 3.793945] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:12:04.036] [ 3.835904] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:12:04.047] [ 3.844674] mount (98) used greatest stack = depth: 11408 bytes left [2024-05-23 14:12:04.310] [ 4.108935] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:12:04.406] [ 4.205091] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:12:04.442] [ 4.232532] systemd[1]: Detected = architecture arm64. [2024-05-23 14:12:04.480]=20 [2024-05-23 14:12:04.480] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:12:04.494]=20 [2024-05-23 14:12:04.497] [ 4.296882] systemd[1]: Set hostname to = . [2024-05-23 14:12:04.514] [ 4.308761] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:12:04.541] [ 4.317561] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:12:04.760] [ 4.560133] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:12:04.788] [ 4.577277] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:12:04.822] [ 4.621109] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:12:04.834] [ 4.633241] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:12:05.027] [ 4.826626] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:12:05.099] [ OK ] Reached target Remote File Systems. [2024-05-23 14:12:05.121] [ OK ] Reached target Swap. [2024-05-23 14:12:05.138] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:12:05.149] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:12:05.168] [ OK ] Created slice User and Session Slice. [2024-05-23 14:12:05.185] [ OK ] Reached target Paths. [2024-05-23 14:12:05.205] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:12:05.238] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:12:05.241] [ OK ] Reached target Slices. [2024-05-23 14:12:05.257] [ OK ] Listening on Syslog Socket. [2024-05-23 14:12:05.273] [ OK ] Created slice system-getty.slice. [2024-05-23 14:12:05.289] [ OK ] Listening on Journal Socket. [2024-05-23 14:12:05.321] Mounting Kernel Debug File System... [2024-05-23 14:12:05.342] Starting Journal Service... [2024-05-23 14:12:05.371] [ 5.169033] mount (111) used greatest stack = depth: 11120 bytes left [2024-05-23 14:12:05.380] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:12:05.406] Mounting Huge Pages File System... [2024-05-23 14:12:05.454] Mounting POSIX Message Queue File = System... [2024-05-23 14:12:05.485] [ 5.275574] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:12:05.504] Starting Apply Kernel Variables... [2024-05-23 14:12:05.539] Mounting FUSE Control File System... [2024-05-23 14:12:05.570] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:12:05.615] Mounting Configuration File System... [2024-05-23 14:12:05.639] [ OK ] Listening on udev Control Socket. [2024-05-23 14:12:05.672] Starting udev Coldplug all Devices... [2024-05-23 14:12:05.705] Starting mount data partition = service... [2024-05-23 14:12:05.714] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:12:05.752] [ OK ] Started Journal Service. [2024-05-23 14:12:05.773] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:12:05.817] [ 5.616080] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:05.827] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:12:05.876] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:12:05.905] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:12:05.923] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:12:05.938] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:12:05.959] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:12:05.989] [ OK ] Mounted Configuration File System. [2024-05-23 14:12:06.024] [ OK ] Started mount data partition service. [2024-05-23 14:12:06.069] Starting NS file System mount and = recovery.... [2024-05-23 14:12:06.105] Starting udev Kernel Device = Manager... [2024-05-23 14:12:06.122] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:12:06.157] Mounting /var/volatile... [2024-05-23 14:12:06.166] [ OK ] Reached target Containers. [2024-05-23 14:12:06.206] Mounting /tmp... [2024-05-23 14:12:06.208] [ 6.007129] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:06.253] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:12:06.297] [ 6.094326] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:06.394] [ 6.188949] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:06.481] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:12:06.524] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:12:06.556] [ OK ] Mounted /var/volatile. [2024-05-23 14:12:06.572] [ OK ] Mounted /tmp. [2024-05-23 14:12:06.667] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:12:06.780] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:12:06.896] [ 6.694427] systemd-journald[112]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:12:06.924] Starting Bind mount volatile = /var/cache... [2024-05-23 14:12:06.957] Starting Bind mount volatile = /var/spool... [2024-05-23 14:12:06.989] Starting Bind mount volatile = /var/lib... [2024-05-23 14:12:07.009] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:12:07.212] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:12:07.242] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:12:07.273] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:12:07.308] Starting Load/Save Random Seed... [2024-05-23 14:12:07.325] [ OK ] Reached target Local File Systems. [2024-05-23 14:12:07.357] Starting Create Volatile Files and = Directories... [2024-05-23 14:12:07.390] Starting netfilter persistent = configuration... [2024-05-23 14:12:07.428] Starting AppArmor initialization... [2024-05-23 14:12:07.457] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:12:07.505] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:12:07.545] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:12:07.608] [ 7.406556] audit: type=3D1400 = audit(1550139121.292:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:12:07.628] [ 7.421045] audit: type=3D1400 = audit(1550139121.296:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:12:07.653] [ 7.436974] audit: type=3D1400 = audit(1550139121.296:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:12:07.656] [ 7.452802] audit: type=3D1400 = audit(1550139121.296:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:12:07.684] [ 7.468372] audit: type=3D1400 = audit(1550139121.296:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:12:07.687] [ 7.484382] audit: type=3D1400 = audit(1550139121.296:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:12:07.716] [ 7.500225] audit: type=3D1400 = audit(1550139121.296:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:12:07.746] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:12:07.775] [ OK ] Started AppArmor initialization. [2024-05-23 14:12:07.829] [ OK ] Reached target Network (Pre). [2024-05-23 14:12:07.832] Starting Network Service... [2024-05-23 14:12:07.886] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:12:07.896] [ OK ] Reached target System Initialization. [2024-05-23 14:12:07.919] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:12:07.926] [ OK ] Reached target Sockets. [2024-05-23 14:12:07.953] [ OK ] Reached target Basic System. [2024-05-23 14:12:07.974] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:12:08.008] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:12:08.014] [ OK ] Started Daily Cleanup of[ = 7.816638] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:12:08.044] Temporary Directories. [2024-05-23 14:12:08.064] [ OK ] Reached target Timers. [2024-05-23 14:12:08.080] [ 7.848681] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:12:08.080] [ 7.853326] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:12:08.080] [ 7.857814] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:12:08.097] [ OK ] Started System Logging Service. [2024-05-23 14:12:08.119] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:12:08.185] Starting Load Kernel Modules... [2024-05-23 14:12:08.191] Starting Login Service... [2024-05-23 14:12:08.223] [ 8.022545] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:12:08.236] [ 8.030586] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:12:08.247] [ 8.030596] Disabling lock debugging due to = kernel taint [2024-05-23 14:12:08.260] [ OK ] Started Kernel Logging Service. [2024-05-23 14:12:08.287] [ OK ] Started NS VSync Process. [2024-05-23 14:12:08.292] [ 8.083540] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:12:08.292] [ 8.088179] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:12:08.318] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:12:08.325] [ 8.088190] [INFO][GMAC]=20 [2024-05-23 14:12:08.341] [ 8.124712] libphy: tcc-gmac-mdio: probed [2024-05-23 14:12:08.341] [ 8.135853] [INFO][GMAC] registered! [2024-05-23 14:12:08.342] [ 8.135890] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:12:08.354] [ 8.140802] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:12:08.354] [ 8.142840] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:08.370] Start /usr/bin/sys-fail-mon [2024-05-23 14:12:08.370] [ 8.142845] in_atomic(): 1, = irqs_disabled(): 128, pid: 269, name: systemd-modules [2024-05-23 14:12:08.384] [ 8.142847] INFO: lockdep is turned off. [2024-05-23 14:12:08.387] [ 8.142849] irq event stamp: 24297 [2024-05-23 14:12:08.387] [ 8.142864] hardirqs last enabled at = (24297): [<00000000eec64fc5>] vprintk_emit+0x270/0x278 [2024-05-23 14:12:08.406] [ 8.142868] hardirqs last disabled at = (24296): [<0000000046dcd54e>] vprintk_emit+0x12c/0x278 [2024-05-23 14:12:08.423] [ 8.142876] softirqs last enabled at (0): = [<0000000015465b00>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:08.423] [ 8.142878] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:08.426] [ 8.142880] Preemption disabled at: [2024-05-23 14:12:08.426] [ 8.142886] [<000000005ff41065>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:08.426] [ 8.142893] CPU: 3 PID: 269 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:12:08.454] [ 8.142895] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:08.454] [ 8.142898] Call trace: [2024-05-23 14:12:08.454] [ 8.142903] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:08.454] [ 8.142906] show_stack+0x14/0x20 [2024-05-23 14:12:08.454] [ 8.142912] dump_stack+0xb8/0xf0 [2024-05-23 14:12:08.454] [ 8.142916] ___might_sleep+0x178/0x210 [2024-05-23 14:12:08.457] [ 8.142920] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:08.477] [ 8.142925] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:08.490] [ 8.142929] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:08.490] [ 8.142936] gic_set_type+0x84/0x98 [2024-05-23 14:12:08.490] [ 8.142939] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:08.490] [ 8.142943] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:08.490] [ 8.142946] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:08.493] [ 8.142978] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:12:08.493] [ 8.142997] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:12:08.493] [ 8.143002] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:08.513] [ 8.143008] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:08.518] [ 8.143012] __driver_attach+0xfc/0x118 [2024-05-23 14:12:08.518] [ 8.143015] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:08.518] [ 8.143019] driver_attach+0x20/0x28 [2024-05-23 14:12:08.518] [ 8.143022] bus_add_driver+0x220/0x268 [2024-05-23 14:12:08.518] [ 8.143026] driver_register+0x60/0xf8 [2024-05-23 14:12:08.518] [ 8.143029] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:08.538] [ 8.143047] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:12:08.538] [ 8.143051] do_one_initcall+0x50/0x15c [2024-05-23 14:12:08.538] [ 8.143055] do_init_module+0x54/0x1b0 [2024-05-23 14:12:08.538] [ 8.143058] load_module+0x1e70/0x2428 [2024-05-23 14:12:08.538] [ 8.143061] SyS_finit_module+0xe4/0x118 [2024-05-23 14:12:08.543] [ 8.143064] el0_svc_naked+0x34/0x38 [2024-05-23 14:12:08.564] [ 8.151834] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:12:08.576] [ 8.159187] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:12:08.576] [ 8.165125] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:12:08.576] [ 8.166045] Done!! [2024-05-23 14:12:08.576] [ 8.257802] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:12:08.578] [ 8.260792] Done!! [2024-05-23 14:12:08.578] [ 8.365808] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:12:08.578] [ 8.368185] Done!! [2024-05-23 14:12:08.595] [ 8.370534] systemd-modules (269) used = greatest stack depth: 10816 bytes left [2024-05-23 14:12:08.609] [ 8.384830] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:12:08.609] [ 8.384836] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:12:08.609] [ OK ] Started NS System Management Process. [2024-05-23 14:12:08.613] Starting NS Inter Domain Comm = Process... [2024-05-23 14:12:08.613] [ OK ] Started Network Service. [2024-05-23 14:12:08.636] [ OK [ 8.411092] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:12:08.646] ] Started Load Ker[ 8.419396] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:12:08.646] nel Modules. [2024-05-23 14:12:08.646] Starting[ 8.432761] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:12:08.652] Wait for Network to be[ 8.443217] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:12:08.670] Configured... [2024-05-23 14:12:08.677] [ OK ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:08.677] [0m] Reached target Net[ 8.465279] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:12:08.697] work. [2024-05-23 14:12:08.710] [ 8.465320] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:12:08.710] [ 8.465320] -- MASTER Configuration. [2024-05-23 14:12:08.710] [ 8.465320] -- Local Receiver Status Not = OK. [2024-05-23 14:12:08.710] [ 8.465320] -- Remote Receiver Status Not = OK. [2024-05-23 14:12:08.710] [ 8.465339] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:12:08.713] [ 8.465343] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:12:08.713] [ 8.465698] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:12:08.743] [ 8.469933] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:12:08.743] [ 8.469937] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:12:08.743] [ 8.469943] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:12:08.743] [ 8.469943] =20 [2024-05-23 14:12:08.743] [ 8.470279] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:12:08.746] [ 8.470630] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:12:08.769] [ 8.470634] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:12:08.771] [ 8.470639] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:12:08.771] [ 8.470639] =20 [2024-05-23 14:12:08.771] [ 8.470804] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:12:08.771] [ 8.470819] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:12:08.771] [ 8.470823] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:12:08.788] [ 8.470827] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:12:08.793] [ 8.470835] [INFO][GMAC] --] phy_start: : [2024-05-23 14:12:08.793] [ 8.472684] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:12:08.793] [ 8.579020] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:08.793] Starting Permit[ 8.589229] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:12:08.816] User Sessions... [2024-05-23 14:12:08.816] [ 8.597468] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:12:08.816] Starting udev Co[ 8.609596] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:12:08.829] ldplug all Devices... [2024-05-23 14:12:08.829] [ 8.619349] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:12:08.829] [ OK ] Started 8.628769] ns-mailbox = 17a00000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:08.849] 39mPermit User Sessions. [2024-05-23 14:12:08.870] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:12:08.875] [ OK ] Started Cluster Framework. [2024-05-23 14:12:08.901] [ OK ] Started HUD Framework. [2024-05-23 14:12:08.903] [ 8.691485] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:08.903] parents, child is 324 [2024-05-23 14:12:08.906] [IDC]Start. [2024-05-23 14:12:08.925] [ 8.707129] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:12:08.926] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:12:08.926] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:12:08.942] [IDC](A7)ConnectReq 0 [2024-05-23 14:12:08.952] [IDC](A7)do_connect 0 [2024-05-23 14:12:08.952] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:12:08.952] [IDC](A7)Tx start session req 1 [2024-05-23 14:12:08.952] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:12:08.976] [IDC](R5)ConnectReq 0 [2024-05-23 14:12:08.976] [IDC](R5)do_connect 0 [2024-05-23 14:12:08.976] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:12:08.976] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:12:08.996] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:12:08.996] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:12:08.996] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:12:08.996] [IDC](A7)Session connected. [2024-05-23 14:12:08.996] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:12:08.996] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:12:08.996] [ OK ] Started Nvm Process. [2024-05-23 14:12:08.996] [IDC](R5)Session connected.2 [2024-05-23 14:12:08.996] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:12:09.013] [ OK ] Started NS hsm control application. [2024-05-23 14:12:09.017] [ 8.803594] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.056] [ OK ] Started Diagnosis Framework. [2024-05-23 14:12:09.077] [ OK ] Started NS Software Update. [2024-05-23 14:12:09.120] [ 8.919098] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.196] [ OK ] Started NS Secondary Verify. [2024-05-23 14:12:09.225] [ OK ] Started Diagnosis Transport. [2024-05-23 14:12:09.242] [ 9.031096] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.245] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:12:09.298] [ 9.099061] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:12:09.325] [ OK ] Started Getty on tty1. [2024-05-23 14:12:09.339] [ OK ] Reached target Login Prompts. [2024-05-23 14:12:09.360] [ 9.147058] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.388] [ OK ] Started Login Service. [2024-05-23 14:12:09.393] [ OK ] Reached target Multi-User System. [2024-05-23 14:12:09.417] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:12:09.417] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:12:09.459] [ 9.259130] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.470] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:12:09.547] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:12:09.576] [ 9.371774] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.689] [ 9.484466] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:09.815] [ 9.613688] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:10.220] [ 10.010971] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:12:10.227] [ 10.011031] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:12:11.186] [ 10.957380] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:12:11.195] [ 10.957392] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:12:11.421] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:12:15.610]=20 [2024-05-23 14:12:15.610] telechips-nsp1-release login:=20 [2024-05-23 14:12:19.571]=20 [2024-05-23 14:12:19.571] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:12:19.571]=20 [2024-05-23 14:12:19.571] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:12:19.574] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:12:19.599] DRAM: 2 GiB [2024-05-23 14:12:19.628] MMC: sdhc@0x16440000: 0 [2024-05-23 14:12:19.891]=20 [2024-05-23 14:12:19.891] HW Partition tyep is UserData [2024-05-23 14:12:19.902] In: serial [2024-05-23 14:12:19.902] Out: serial [2024-05-23 14:12:19.902] Err: serial [2024-05-23 14:12:19.969] Boot in the UserData environment(0) [2024-05-23 14:12:19.975] Non-secure boot (secure boot flag is clear) [2024-05-23 14:12:19.977] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:12:20.007] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:12:20.007] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:12:20.007] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:12:20.007] Booting using the fdt blob at 0x23000000 [2024-05-23 14:12:20.007] Loading Kernel Image [2024-05-23 14:12:20.019] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:12:20.021] OPTEE is enabled [2024-05-23 14:12:20.021]=20 [2024-05-23 14:12:20.021] Starting kernel ... [2024-05-23 14:12:20.021]=20 [2024-05-23 14:12:20.952] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:12:20.972] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:12:20.974] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:12:20.999] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:12:20.999] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:12:20.999] [ 0.000000] efi: UEFI not found. [2024-05-23 14:12:20.999] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:12:20.999] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:12:21.014] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:12:21.014] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:12:21.036] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:12:21.036] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:12:21.040] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:12:21.067] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:12:21.067] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:12:21.067] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:12:21.083] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:12:21.089] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:12:21.112] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:12:21.114] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:12:21.114] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:12:21.114] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:12:21.139] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:12:21.139] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:12:21.139] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:12:21.142] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:12:21.170] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:12:21.170] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:12:21.170] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:12:21.183] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:12:21.186] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:12:21.186] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:12:21.226] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:12:21.226] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:12:21.226] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:12:21.226] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:12:21.226] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:12:21.228] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:12:21.228] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:12:21.228] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:12:21.249] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:12:21.249] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:12:21.266] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:12:21.281] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:12:21.305] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:12:21.321] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:12:21.321] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:12:21.321] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:12:21.334] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:12:21.334] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:12:21.348] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:12:21.348] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:12:21.351] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:12:21.351] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:12:21.381] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:12:21.381] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:12:21.381] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:12:21.381] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:12:21.398] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:12:21.398] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:12:21.400] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:12:21.424] [ 0.000000] Running RCU self tests [2024-05-23 14:12:21.424] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:12:21.424] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:12:21.424] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:12:21.424] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:12:21.439] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:12:21.439] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:12:21.441] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:12:21.476] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:12:21.476] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:12:21.476] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:12:21.476] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:12:21.481] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:12:21.501] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:12:21.503] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:12:21.503] [ 0.001457] Console: colour dummy device = 80x25 [2024-05-23 14:12:21.503] [ 0.001700] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:12:21.525] [ 0.001703] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:12:21.552] [ 0.001705] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:12:21.552] [ 0.001708] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:12:21.552] [ 0.001710] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:12:21.552] [ 0.001713] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:12:21.552] [ 0.001716] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:12:21.557] [ 0.001718] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:12:21.557] [ 0.001721] memory used by lock dependency = info: 7903 kB [2024-05-23 14:12:21.557] [ 0.001724] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:12:21.557] [ 0.001764] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:12:21.578] [ 0.001771] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:12:21.591] [ 0.002270] Security Framework initialized [2024-05-23 14:12:21.591] [ 0.002396] AppArmor: AppArmor initialized [2024-05-23 14:12:21.591] [ 0.002641] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:12:21.591] [ 0.002663] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:12:21.603] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:12:21.603] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:12:21.603] [ 0.062285] EFI services will not be = available. [2024-05-23 14:12:21.605] [ 0.076129] smp: Bringing up secondary CPUs = ... [2024-05-23 14:12:21.605] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:12:21.630] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:12:21.633] [ 0.164999] Detected VIPT I-cache on CPU2 [2024-05-23 14:12:21.633] [ 0.165056] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:12:21.633] [ 0.209284] Detected VIPT I-cache on CPU3 [2024-05-23 14:12:21.633] [ 0.209336] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:12:21.633] [ 0.209711] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:12:21.652] [ 0.209753] SMP: Total of 4 processors = activated. [2024-05-23 14:12:21.655] [ 0.209768] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:12:21.655] [ 0.209788] CPU: All CPU(s) started at EL2 [2024-05-23 14:12:21.655] [ 0.209972] alternatives: patching kernel = code [2024-05-23 14:12:21.655] [ 0.210549] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:12:21.677] [ 0.213111] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:12:21.679] [ 0.213773] devtmpfs: initialized [2024-05-23 14:12:21.679] [ 0.403525] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:12:21.679] [ 0.403793] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:12:21.703] [ 0.412587] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:12:21.720] [ 0.413511] chipinfo: TCC8030 Rev02 [2024-05-23 14:12:21.720] [ 0.413526] chipinfo: SiP Service v0.1.56 [2024-05-23 14:12:21.720] [ 0.418912] NET: Registered protocol family = 16 [2024-05-23 14:12:21.720] [ 0.422905] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:12:21.720] [ 0.424843] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:12:21.744] [ 0.426593] cpuidle: using governor menu [2024-05-23 14:12:21.744] [ 0.426833] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:12:21.744] [ 0.440932] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:12:21.746] [ 0.441411] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:12:21.746] [ 0.441457] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:12:21.746] [ 0.441501] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:12:21.746] [ 0.441545] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:12:21.746] [ 0.441588] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:12:21.779] [ 0.441632] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:12:21.779] [ 0.441675] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:12:21.779] [ 0.441719] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:12:21.779] [ 0.441762] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:12:21.779] [ 0.441805] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:12:21.784] [ 0.441849] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:12:21.784] [ 0.441971] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:12:21.808] [ 0.442015] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:12:21.821] [ 0.442058] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:12:21.821] [ 0.442102] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:12:21.821] [ 0.442159] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:12:21.821] [ 0.442203] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:12:21.821] [ 0.442246] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:12:21.833] [ 0.442638] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:12:21.833] [ 0.442681] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:12:21.833] [ 0.442725] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:12:21.835] [ 0.442768] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:12:21.835] [ 0.442811] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:12:21.860] [ 0.442854] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:12:21.860] [ 0.442898] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:12:21.860] [ 0.442941] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:12:21.860] [ 0.442984] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:12:21.860] [ 0.443027] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:12:21.875] [ 0.443071] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:12:21.875] [ 0.443114] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:12:21.875] [ 0.443352] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:12:21.890] [ 0.443410] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:12:21.890] [ 0.443454] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:12:21.892] [ 0.443497] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:12:21.919] [ 0.443540] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:12:21.919] [ 0.443583] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:12:21.919] [ 0.443626] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:12:21.919] [ 0.443815] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:12:21.919] [ 0.443858] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:12:21.922] [ 0.443901] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:12:21.947] [ 0.443944] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:12:21.947] [ 0.443987] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:12:21.947] [ 0.444030] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:12:21.947] [ 0.444073] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:12:21.947] [ 0.444117] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:12:21.961] [ 0.444160] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:12:21.964] [ 0.444204] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:12:21.964] [ 0.444260] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:12:21.987] [ 0.444303] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:12:21.992] [ 0.444347] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:12:21.992] [ 0.444390] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:12:21.992] [ 0.444921] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:12:21.992] [ 0.444966] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:12:22.014] [ 0.445136] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:12:22.026] [ 0.445306] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:12:22.026] [ 0.445490] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:12:22.026] [ 0.445658] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:12:22.026] [ 0.445825] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:12:22.028] [ 0.445869] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:12:22.028] [ 0.446003] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:12:22.028] [ 0.446212] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:12:22.053] [ 0.446402] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:12:22.053] [ 0.446583] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:12:22.053] [ 0.446627] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:12:22.053] [ 0.446670] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:12:22.056] [ 0.446714] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:12:22.081] [ 0.446757] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:12:22.081] [ 0.446936] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:12:22.081] [ 0.446979] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:12:22.081] [ 0.447186] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:12:22.081] [ 0.447201] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:12:22.095] [ 0.529584] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:12:22.097] [ 0.529675] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:12:22.121] [ 1.676636] console [ttyAMA0] enabled [2024-05-23 14:12:22.126] [ 1.684312] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:12:22.149] [ 1.713138] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:12:22.151] [ 1.723508] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:12:22.168] [ 1.734025] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:12:22.174] [ 1.744486] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:12:22.267] [ 1.844779] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:12:22.322] [ 1.861053] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:12:22.322] [ 1.867948] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:12:22.322] [ 1.874734] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:12:22.322] [ 1.881105] Linux video capture interface: = v2.00 [2024-05-23 14:12:22.335] [ 1.886936] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:22.360] [ 1.886940] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:12:22.360] [ 1.886944] 6 locks held by swapper/0/1: [2024-05-23 14:12:22.360] [ 1.886947] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:12:22.363] [ 1.886973] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:12:22.363] [ 1.886989] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:12:22.363] [ 1.887007] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:22.400] [ 1.887022] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:12:22.400] [ 1.887038] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:22.400] [ 1.887056] irq event stamp: 288094 [2024-05-23 14:12:22.404] [ 1.887061] hardirqs last enabled at = (288093): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:12:22.404] [ 1.887066] hardirqs last disabled at = (288094): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:12:22.433] [ 1.887074] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:22.433] [ 1.887077] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:22.433] [ 1.887080] Preemption disabled at: [2024-05-23 14:12:22.433] [ 1.887085] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:22.435] [ 1.887094] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:12:22.456] [ 1.887097] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:22.456] [ 1.887101] Call trace: [2024-05-23 14:12:22.456] [ 1.887107] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:22.456] [ 1.887112] show_stack+0x14/0x20 [2024-05-23 14:12:22.459] [ 1.887117] dump_stack+0xb8/0xf0 [2024-05-23 14:12:22.476] [ 1.887122] ___might_sleep+0x178/0x210 [2024-05-23 14:12:22.486] [ 1.887126] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:22.486] [ 1.887131] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:22.486] [ 1.887137] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:22.486] [ 1.887144] gic_set_type+0x84/0x98 [2024-05-23 14:12:22.490] [ 1.887148] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:22.490] [ 1.887153] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:22.490] [ 1.887158] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:22.507] [ 1.887163] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:12:22.517] [ 1.887169] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:12:22.517] [ 1.887174] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:22.517] [ 1.887178] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:22.517] [ 1.887183] __driver_attach+0xfc/0x118 [2024-05-23 14:12:22.519] [ 1.887188] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:22.519] [ 1.887193] driver_attach+0x20/0x28 [2024-05-23 14:12:22.536] [ 1.887197] bus_add_driver+0x220/0x268 [2024-05-23 14:12:22.538] [ 1.887202] driver_register+0x60/0xf8 [2024-05-23 14:12:22.538] [ 1.887206] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:22.538] [ 1.887213] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:12:22.538] [ 1.887217] do_one_initcall+0x50/0x15c [2024-05-23 14:12:22.558] [ 1.887225] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:12:22.558] [ 1.887230] kernel_init+0x10/0x100 [2024-05-23 14:12:22.558] [ 1.887234] ret_from_fork+0x10/0x18 [2024-05-23 14:12:22.558] [ 1.893046] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:12:22.583] [ 2.140470] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:12:22.583] [ 2.154031] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:12:22.585] [ 2.161036] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:12:22.601] [ 2.165637] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:12:22.601] [ 2.170440] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:12:22.601] [ 2.175288] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:12:22.606] [ 2.179843] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:12:22.655] [ 2.233620] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:12:22.670] [ 2.246180] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:22.686] [ 2.264092] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:22.702] [ 2.279922] NET: Registered protocol family = 2 [2024-05-23 14:12:22.715] [ 2.287731] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:12:22.726] [ 2.295351] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:12:22.739] [ 2.306515] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:12:22.739] [ 2.313884] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:12:22.759] [ 2.320733] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:12:22.759] [ 2.329112] NET: Registered protocol family = 1 [2024-05-23 14:12:22.859] [ 2.436842] audit: initializing netlink = subsys (disabled) [2024-05-23 14:12:22.883] [ 2.443182] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:12:22.885] [ 2.443747] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:12:22.948] [ 2.525980] fuse init (API version 7.26) [2024-05-23 14:12:22.970] [ 2.544035] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:12:22.976] [ 2.553739] io scheduler noop registered = (default) [2024-05-23 14:12:22.988] [ 2.558825] io scheduler mq-deadline = registered [2024-05-23 14:12:22.988] [ 2.563389] io scheduler kyber registered [2024-05-23 14:12:23.001] [ 2.573977] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:23.013] [ 2.580831] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:23.013] [ 2.587041] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:12:23.027] [ 2.594895] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:23.079] [ 2.657285] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:23.091] [ 2.665048] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:23.102] [ 2.669898] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:12:23.106] [ 2.675327] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:23.106] [ 2.675950] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:23.127] [ 2.686705] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:23.127] [ 2.692913] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:12:23.127] [ 2.700553] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:23.155] [ 2.724607] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:23.157] [ 2.731399] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:23.179] [ 2.736018] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:12:23.184] [ 2.741445] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:23.184] [ 2.742002] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:23.184] [ 2.752755] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:23.184] [ 2.758963] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:12:23.199] [ 2.766578] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:23.256] [ 2.832241] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:23.272] [ 2.838991] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:23.274] [ 2.843590] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:12:23.289] [ 2.849018] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:23.292] [ 2.858873] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:12:23.292] [ 2.868583] [INF][WDMA] tcc_wdma_init [2024-05-23 14:12:23.316] [ 2.873441] TCC WDMA Driver Initializing [2024-05-23 14:12:23.316] [ 2.880258] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:12:23.316] [ 2.886344] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:12:23.342] [ 2.897005] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:23.344] [ 2.909721] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:12:23.344] [ 2.919110] [CPU_ID] probe is done [2024-05-23 14:12:23.346] [ 2.922931] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:12:23.369] [ 2.929630] [DRAM_TOOL] probe is done [2024-05-23 14:12:23.369] [ 2.937016] MALI-G51 : r30p0-01eac0 [2024-05-23 14:12:23.369] [ 2.940545] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:12:23.391] [ 2.950315] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:23.394] [ 2.950319] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:12:23.394] [ 2.950324] 6 locks held by swapper/0/1: [2024-05-23 14:12:23.405] [ 2.950327] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:12:23.422] [ 2.950356] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:12:23.424] [ 2.950371] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:12:23.424] [ 2.950389] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:23.447] [ 2.950404] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:12:23.447] [ 2.950420] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:23.447] [ 2.950439] irq event stamp: 453716 [2024-05-23 14:12:23.459] [ 2.950445] hardirqs last enabled at = (453715): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:12:23.471] [ 2.950450] hardirqs last disabled at = (453716): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:12:23.473] [ 2.950458] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:23.500] [ 2.950461] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:23.500] [ 2.950464] Preemption disabled at: [2024-05-23 14:12:23.500] [ 2.950469] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:23.500] [ 2.950479] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:12:23.502] [ 2.950482] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:23.524] [ 2.950485] Call trace: [2024-05-23 14:12:23.524] [ 2.950492] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:23.524] [ 2.950496] show_stack+0x14/0x20 [2024-05-23 14:12:23.524] [ 2.950502] dump_stack+0xb8/0xf0 [2024-05-23 14:12:23.524] [ 2.950507] ___might_sleep+0x178/0x210 [2024-05-23 14:12:23.524] [ 2.950511] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:23.540] [ 2.950516] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:23.540] [ 2.950522] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:23.540] [ 2.950528] gic_set_type+0x84/0x98 [2024-05-23 14:12:23.540] [ 2.950533] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:23.554] [ 2.950538] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:23.558] [ 2.950543] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:23.558] [ 2.950550] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:12:23.580] [ 2.950555] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:12:23.580] [ 2.950559] kbase_device_init+0x78/0xf8 [2024-05-23 14:12:23.591] [ 2.950566] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:12:23.591] [ 2.950570] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:23.591] [ 2.950575] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:23.591] [ 2.950580] __driver_attach+0xfc/0x118 [2024-05-23 14:12:23.591] [ 2.950585] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:23.594] [ 2.950590] driver_attach+0x20/0x28 [2024-05-23 14:12:23.594] [ 2.950595] bus_add_driver+0x220/0x268 [2024-05-23 14:12:23.594] [ 2.950599] driver_register+0x60/0xf8 [2024-05-23 14:12:23.620] [ 2.950604] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:23.620] [ 2.950612] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:12:23.620] [ 2.950616] do_one_initcall+0x50/0x15c [2024-05-23 14:12:23.620] [ 2.950623] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:12:23.620] [ 2.950629] kernel_init+0x10/0x100 [2024-05-23 14:12:23.622] [ 2.950634] ret_from_fork+0x10/0x18 [2024-05-23 14:12:23.622] [ 2.952220] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:12:23.652] [ 3.206890] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:12:23.652] [ 3.213628] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:12:23.654] [ 3.227486] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:12:23.669] [ 3.234608] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:12:23.689] [ 3.246759] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:12:23.694] [ 3.252976] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:12:23.694] [ 3.257357] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:12:23.694] [ 3.264947] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:12:23.736] [ 3.313187] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:12:23.746] [ 3.320928] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:12:23.760] [ 3.330652] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:12:23.775] [ 3.341167] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:12:23.775] [ 3.348561] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:12:23.799] [ 3.359637] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:12:23.799] [ 3.368751] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:12:23.833] [ 3.388012] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:12:23.837] [ 3.403421] libphy: Fixed MDIO Bus: probed [2024-05-23 14:12:23.837] [ 3.408594] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:12:23.863] [ 3.421739] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:12:23.867] [ 3.426266] [INFO][GAMC] gmac index : 1 [2024-05-23 14:12:23.867] [ 3.428243] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:12:23.867] [ 3.429067] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:12:23.867] [ 3.433325] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:12:23.871] [ 3.434142] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:12:23.899] [ 3.434755] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:12:23.899] [ 3.435948] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:12:23.899] [ 3.445937] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:12:23.899] [ 3.445965] GPT:15269887 !=3D 15273599 [2024-05-23 14:12:23.902] [ 3.445973] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:12:23.926] [ 3.445980] GPT:15269887 !=3D 15273599 [2024-05-23 14:12:23.926] [ 3.445988] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:12:23.926] [ 3.446101] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:12:23.952] [ 3.506278] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:12:23.965] [ 3.511451] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:12:23.965] [ 3.517539] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:12:23.965] [ 3.521933] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:12:23.965] [ 3.530255] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:12:23.967] [ 3.543842] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:12:23.995] [ 3.549735] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:23.995] [ 3.549747] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:12:23.995] [ 3.549754] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:12:23.995] [ 3.549766] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:24.007] [ 3.549777] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:12:24.023] [ 3.578477] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:12:24.027] [ 3.594390] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:12:24.027] [ 3.601044] usbhid: USB HID core driver [2024-05-23 14:12:24.047] [ 3.605240] optee: probing for conduit = method from DT. [2024-05-23 14:12:24.049] [ 3.610420] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:12:24.049] [ 3.612266] optee: initialized driver [2024-05-23 14:12:24.049] [ 3.621873] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:12:24.072] [ 3.627586] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:12:24.086] [ 3.632755] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:12:24.086] [ 3.637922] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:12:24.086] [ 3.643696] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:12:24.086] [ 3.649471] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:12:24.097] [ 3.655333] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:12:24.097] [ 3.661802] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:12:24.098] [ 3.669442] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:12:24.122] [ 3.677391] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:12:24.123] [ 3.691085] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:12:24.123] [ 3.699757] NET: Registered protocol family = 17 [2024-05-23 14:12:24.150] [ 3.704856] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:12:24.150] [ 3.722787] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:12:24.314] [ 3.891077] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:24.320] [ 3.891124] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:12:24.342] [ 3.906832] ALSA device list: [2024-05-23 14:12:24.342] [ 3.909826] No soundcards found. [2024-05-23 14:12:24.344] [ 3.915548] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:12:24.359] [ 3.936310] Freeing unused kernel memory: = 4160K [2024-05-23 14:12:24.373] Mounting devtmpfs [2024-05-23 14:12:24.374] [ 3.951017] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:12:24.388] Mounting procfs [2024-05-23 14:12:24.388] Mounting sysfs [2024-05-23 14:12:24.408] [ 3.977338] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:12:24.420] [ 3.998032] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:12:24.463] [ 4.039843] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:12:24.474] [ 4.048921] mount (97) used greatest stack = depth: 11792 bytes left [2024-05-23 14:12:24.493] [ 4.068128] mount (99) used greatest stack = depth: 11024 bytes left [2024-05-23 14:12:24.733] [ 4.310853] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:12:24.834] [ 4.409894] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:12:24.869] [ 4.437852] systemd[1]: Detected = architecture arm64. [2024-05-23 14:12:24.906]=20 [2024-05-23 14:12:24.906] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:12:24.920]=20 [2024-05-23 14:12:24.922] [ 4.498624] systemd[1]: Set hostname to = . [2024-05-23 14:12:24.935] [ 4.510357] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:12:24.953] [ 4.519129] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:12:25.189] [ 4.766819] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:12:25.218] [ 4.783919] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:12:25.250] [ 4.827134] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:12:25.264] [ 4.839240] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:12:25.449] [ 5.025638] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:12:25.523] [ OK ] Reached target Remote File Systems. [2024-05-23 14:12:25.542] [ OK ] Created slice User and Session Slice. [2024-05-23 14:12:25.558] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:12:25.593] [ OK ] Listening on Journal Socket. [2024-05-23 14:12:25.608] Mounting Configuration File System... [2024-05-23 14:12:25.629] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:12:25.659] Mounting Kernel Debug File System... [2024-05-23 14:12:25.671] [ OK ] Reached target Swap. [2024-05-23 14:12:25.689] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:12:25.721] Starting Apply Kernel Variables... [2024-05-23 14:12:25.759] Mounting POSIX Message Queue File = System... [2024-05-23 14:12:25.782] Mounting FUSE Control File System... [2024-05-23 14:12:25.806] [ OK ] Listening on udev Control Socket. [2024-05-23 14:12:25.826] Starting udev Coldplug all Devices... [2024-05-23 14:12:25.842] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:12:25.860] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:12:25.892] Starting mount data partition = service... [2024-05-23 14:12:25.925] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:12:25.959] Mounting Huge Pages File System... [2024-05-23 14:12:25.997] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:12:26.022] [ 5.590069] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:26.043] [ OK ] Created slice system-getty.slice. [2024-05-23 14:12:26.059] [ OK ] Reached target Paths. [2024-05-23 14:12:26.063] [ 5.638798] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:12:26.083] [ OK ] Reached target Slices. [2024-05-23 14:12:26.108] [ OK ] Listening on Syslog Socket. [2024-05-23 14:12:26.128] Starting Journal Service... [2024-05-23 14:12:26.187] [ OK ] Mounted Configuration File System. [2024-05-23 14:12:26.209] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:12:26.232] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:12:26.260] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:12:26.276] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:12:26.307] [ OK ] Started mount data partition service. [2024-05-23 14:12:26.330] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:12:26.359] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:12:26.377] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:12:26.416] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:12:26.448] Mounting /var/volatile... [2024-05-23 14:12:26.475] Mounting /tmp... [2024-05-23 14:12:26.493] [ OK ] Reached target Containers. [2024-05-23 14:12:26.520] Starting udev Kernel Device = Manager... [2024-05-23 14:12:26.552] Starting NS file System mount and = recovery.... [2024-05-23 14:12:26.576] [ OK ] Started Journal Service. [2024-05-23 14:12:26.611] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:12:26.644] [ OK ] Mounted /var/volatile. [2024-05-23 14:12:26.677] [ OK ] Mounted /tmp. [2024-05-23 14:12:26.693] [ 6.265909] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:26.785] [ 6.362508] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:26.796] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:12:26.897] [ 6.472237] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:26.965] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:12:27.039] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:12:27.220] Starting Bind mount volatile = /var/lib... [2024-05-23 14:12:27.250] Starting Bind mount volatile = /var/cache... [2024-05-23 14:12:27.279] Starting Bind mount volatile = /var/spool... [2024-05-23 14:12:27.316] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:12:27.362] [ 6.939164] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:12:27.413] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:12:27.534] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:12:27.562] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:12:27.588] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:12:27.754] [ OK ] Reached target Local File Systems. [2024-05-23 14:12:27.782] Starting AppArmor initialization... [2024-05-23 14:12:27.811] Starting netfilter persistent = configuration... [2024-05-23 14:12:27.845] Starting Load/Save Random Seed... [2024-05-23 14:12:27.878] Starting Create Volatile Files and = Directories... [2024-05-23 14:12:27.910] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:12:27.958] [ 7.534218] audit: type=3D1400 = audit(1550139121.216:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:12:27.972] [ 7.548654] audit: type=3D1400 = audit(1550139121.220:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:27.997] [ 7.565617] audit: type=3D1400 = audit(1550139121.220:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:28.017] [ 7.582279] audit: type=3D1400 = audit(1550139121.220:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:28.055] [[ 7.599112] audit: type=3D1400 = audit(1550139121.220:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:28.056] [ 7.615146] audit: type=3D1400 = audit(1550139121.220:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:28.062] OK [ 7.630986] audit: type=3D1400 = audit(1550139121.220:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:28.084] ] Started AppArmor initialization. [2024-05-23 14:12:28.112] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:12:28.127] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:12:28.163] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:12:28.178] [ OK ] Reached target Network (Pre). [2024-05-23 14:12:28.212] Starting Network Service... [2024-05-23 14:12:28.252] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:12:28.278] [ OK ] Reached target System Initialization. [2024-05-23 14:12:28.311] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:12:28.316] [ OK ] Reached target Sockets. [2024-05-23 14:12:28.337] [ OK ] Reached target Basic System. [2024-05-23 14:12:28.357] [ OK ] Started Kernel Logging Service. [2024-05-23 14:12:28.396] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:12:28.412] [ 7.987428] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:12:28.445] Starting Load Kernel Modules... [2024-05-23 14:12:28.474] [ 8.051786] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:12:28.489] [ 8.066518] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:12:28.503] [ 8.072239] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:12:28.504] [ OK ] Started NS VSync Process. [2024-05-23 14:12:28.576] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:12:28.598] [ 8.165448] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:12:28.602] [ 8.168979] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:12:28.605] [ 8.168994] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:12:28.634] [ 8.169001] Disabling lock debugging due to = kernel taint [2024-05-23 14:12:28.634] Starting Login Service... [2024-05-23 14:12:28.636] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:12:28.651] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:12:28.653] [ 8.227263] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:12:28.680] [ OK ] Started System Logging Service. [2024-05-23 14:12:28.680] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:12:28.680] [ OK ] Reached target Timers. [2024-05-23 14:12:28.680] Start /usr/bin/sys-fail-mon [2024-05-23 14:12:28.705] [ OK ] Started NS System Management Process. [2024-05-23 14:12:28.712] Starting NS Inter Domain Comm = Process... [2024-05-23 14:12:28.712] [ OK ] Started Network Service. [2024-05-23 14:12:28.712] [ 8.280922] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:12:28.726] [ 8.286905] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:12:28.738] [ 8.297190] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:12:28.741] [ 8.300250] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:12:28.741] [ 8.300567] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:12:28.741] [ 8.300574] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:12:28.778] [ 8.300580] [INFO][GMAC]=20 [2024-05-23 14:12:28.778] [ 8.320571] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:12:28.778] [ 8.325403] libphy: tcc-gmac-mdio: probed [2024-05-23 14:12:28.778] [ 8.325408] [INFO][GMAC] registered! [2024-05-23 14:12:28.778] [ 8.325411] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:12:28.778] [ 8.325418] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:12:28.787] Starting Wait f[ 8.348946] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:28.799] or Network to be Configured... [2024-05-23 14:12:28.812] [ OK ] Reached targe[ 8.366073] BUG: = sleeping function called from invalid context at = kernel/locking/rtmutex.c:974 [2024-05-23 14:12:28.812] t Network. [2024-05-23 14:12:28.815] [ 8.366077] in_atomic(): 1, = irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:12:28.815] [ 8.366079] INFO: lockdep is turned off. [2024-05-23 14:12:28.838] [ 8.366082] irq event stamp: 25017 [2024-05-23 14:12:28.851] [ 8.366097] hardirqs last enabled at = (25017): [<00000000d3174342>] vprintk_emit+0x270/0x278 [2024-05-23 14:12:28.851] [ 8.366101] hardirqs last disabled at = (25016): [<0000000037d17abe>] vprintk_emit+0x12c/0x278 [2024-05-23 14:12:28.851] [ 8.366109] softirqs last enabled at (0): = [<0000000090bfa93a>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:28.853] [ 8.366111] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:28.853] [ 8.366113] Preemption disabled at: [2024-05-23 14:12:28.877] [ 8.366120] [<0000000080727635>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:28.877] [ 8.366129] CPU: 2 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:12:28.877] [ 8.366130] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:28.877] [ 8.366133] Call trace: [2024-05-23 14:12:28.879] [ 8.366138] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:28.891] [ 8.366142] show_stack+0x14/0x20 [2024-05-23 14:12:28.904] [ 8.366148] dump_stack+0xb8/0xf0 [2024-05-23 14:12:28.904] [ 8.366152] ___might_sleep+0x178/0x210 [2024-05-23 14:12:28.904] [ 8.366156] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:28.908] [ 8.366163] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:28.908] [ 8.366167] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:28.908] [ 8.366173] gic_set_type+0x84/0x98 [2024-05-23 14:12:28.930] [ 8.366176] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:28.945] [ 8.366180] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:28.945] [ 8.366183] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:28.945] [ 8.366216] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:12:28.945] [ 8.366233] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:12:28.945] [ 8.366240] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:28.945] [ 8.366245] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:28.961] [ 8.366249] __driver_attach+0xfc/0x118 [2024-05-23 14:12:28.961] [ 8.366252] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:28.961] [ 8.366257] driver_attach+0x20/0x28 [2024-05-23 14:12:28.961] [ 8.366260] bus_add_driver+0x220/0x268 [2024-05-23 14:12:28.973] [ 8.366263] driver_register+0x60/0xf8 [2024-05-23 14:12:28.973] [ 8.366266] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:28.973] [ 8.366284] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:12:28.973] [ 8.366288] do_one_initcall+0x50/0x15c [2024-05-23 14:12:28.975] [ 8.366293] do_init_module+0x54/0x1b0 [2024-05-23 14:12:28.975] [ 8.366296] load_module+0x1e70/0x2428 [2024-05-23 14:12:28.975] [ 8.366299] SyS_finit_module+0xe4/0x118 [2024-05-23 14:12:29.000] [ 8.366302] el0_svc_naked+0x34/0x38 [2024-05-23 14:12:29.000] [ 8.367286] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:12:29.000] [ 8.402564] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:12:29.000] [ 8.402606] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:12:29.000] [ 8.402606] -- MASTER Configuration. [2024-05-23 14:12:29.013] [ 8.402606] -- Local Receiver Status Not = OK. [2024-05-23 14:12:29.015] [ 8.402606] -- Remote Receiver Status Not = OK. [2024-05-23 14:12:29.015] [ 8.402623] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:12:29.042] [ 8.402626] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:12:29.042] [ 8.404676] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:12:29.042] [ 8.408677] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:12:29.042] [ 8.408683] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:12:29.045] [ 8.408688] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:12:29.072] [ 8.408688] =20 [2024-05-23 14:12:29.072] [ 8.409014] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:12:29.072] [ 8.409236] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:12:29.072] [ 8.409240] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:12:29.072] [ 8.409244] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:12:29.074] [ 8.409244] =20 [2024-05-23 14:12:29.074] [ 8.409389] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:12:29.101] [ 8.409404] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:12:29.101] [ 8.409408] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:12:29.101] [ 8.409412] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:12:29.101] [ 8.409420] [INFO][GMAC] --] phy_start: : [2024-05-23 14:12:29.101] [ 8.409484] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:12:29.103] [ 8.516540] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.125] [ 8.624468] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.127] [ 8.686160] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:12:29.127] Starting udev C[ 8.696004] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:12:29.163] oldplug all Devices... [2024-05-23 14:12:29.163] [ 8.706109] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:12:29.163] [ 8.706669] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:29.166] [ 8.717125] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:12:29.166] [ 8.720015] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:12:29.190] [ 8.724919] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:12:29.190] [ 8.725070] Done!! [2024-05-23 14:12:29.190] [ 8.732553] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.190] Starting Permit User Sessions... [2024-05-23 14:12:29.190] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:12:29.218] [ OK ] Started Permit User Sessions. [2024-05-23 14:12:29.226] parents, child is 324 [2024-05-23 14:12:29.243] [ 8.804817] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:12:29.243] [IDC]Start. [2024-05-23 14:12:29.263] [ 8.807781] Done!! [2024-05-23 14:12:29.263] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:12:29.266] [ 8.818399] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:12:29.266] [IDC](A7)ConnectReq 0 [2024-05-23 14:12:29.266] [IDC](A7)do_connect 0 [2024-05-23 14:12:29.266] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:12:29.266] [IDC](A7)Tx start session req 1 [2024-05-23 14:12:29.286] [IDC]([ 8.840541] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.295] A7)Session status 1 -> 2 [2024-05-23 14:12:29.295] [IDC](R5)ConnectReq 0 [2024-05-23 14:12:29.295] [IDC](R5)do_connect 0 [2024-05-23 14:12:29.295] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:12:29.295] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:12:29.295] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:12:29.295] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:12:29.295] [ OK ] Started Getty on tty1. [2024-05-23 14:12:29.326] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:12:29.326] [IDC](A7)Session connected. [2024-05-23 14:12:29.350] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:12:29.350] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:12:29.350] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:12:29.350] [ OK ] Reached target Login Prompts. [2024-05-23 14:12:29.350] [ OK ] Started Cluster Framework. [2024-05-23 14:12:29.350] [IDC](R5)Session connected.2 [2024-05-23 14:12:29.350] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:12:29.350] [ OK ] Started HUD Framework. [2024-05-23 14:12:29.361] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:12:29.361] [ OK ] Started Nvm Process. [2024-05-23 14:12:29.381] [ 8.956080] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.399] [ OK ] Started NS hsm control application. [2024-05-23 14:12:29.433] [ OK ] Started Diagnosis Framework. [2024-05-23 14:12:29.462] [ 8.995684] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:12:29.465] [ 9.028387] Done!! [2024-05-23 14:12:29.492] [ 9.069535] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.531] [ OK ] Started Diagnosis Transport. [2024-05-23 14:12:29.540] [ 9.112348] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:12:29.586] [ OK ] Started NS Software Update. [2024-05-23 14:12:29.609] [ OK ] Started NS Secondary Verify. [2024-05-23 14:12:29.615] [ OK ] Started Load Kernel Modules. [2024-05-23 14:12:29.634] [ 9.188552] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.679] [ OK ] Started Login Service. [2024-05-23 14:12:29.687] [ OK ] Reached target Multi-User System. [2024-05-23 14:12:29.728] [ 9.300587] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.753] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:12:29.805] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:12:29.809] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:12:29.849] [ 9.412564] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:29.862] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:12:29.948] [ 9.524561] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:30.109] [ 9.683315] sched: RT throttling activated [2024-05-23 14:12:30.558] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:12:30.588] [ 10.164762] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:12:30.603] [ 10.164770] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:12:31.606] [ 11.145338] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:12:31.614] [ 11.145347] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:12:35.703]=20 [2024-05-23 14:12:35.703] telechips-nsp1-release login:=20 [2024-05-23 14:12:38.787]=20 [2024-05-23 14:12:38.790] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:12:38.790]=20 [2024-05-23 14:12:38.790] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:12:38.811] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:12:38.837] DRAM: 2 GiB [2024-05-23 14:12:38.857] MMC: sdhc@0x16440000: 0 [2024-05-23 14:12:39.111]=20 [2024-05-23 14:12:39.111] HW Partition tyep is UserData [2024-05-23 14:12:39.133] In: serial [2024-05-23 14:12:39.133] Out: serial [2024-05-23 14:12:39.137] Err: serial [2024-05-23 14:12:39.189] Boot in the UserData environment(0) [2024-05-23 14:12:39.198] Non-secure boot (secure boot flag is clear) [2024-05-23 14:12:39.200] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:12:39.223] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:12:39.238] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:12:39.238] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:12:39.238] Booting using the fdt blob at 0x23000000 [2024-05-23 14:12:39.238] Loading Kernel Image [2024-05-23 14:12:39.249] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:12:39.249] OPTEE is enabled [2024-05-23 14:12:39.249]=20 [2024-05-23 14:12:39.249] Starting kernel ... [2024-05-23 14:12:39.256]=20 [2024-05-23 14:12:40.172] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:12:40.181] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:12:40.197] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:12:40.197] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:12:40.213] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:12:40.213] [ 0.000000] efi: UEFI not found. [2024-05-23 14:12:40.213] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:12:40.229] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:12:40.229] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:12:40.244] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:12:40.244] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:12:40.258] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:12:40.258] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:12:40.274] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:12:40.274] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:12:40.288] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:12:40.290] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:12:40.316] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:12:40.316] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:12:40.316] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:12:40.332] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:12:40.332] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:12:40.348] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:12:40.348] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:12:40.363] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:12:40.363] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:12:40.378] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:12:40.378] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:12:40.392] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:12:40.392] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:12:40.408] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:12:40.408] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:12:40.408] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:12:40.423] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:12:40.423] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:12:40.423] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:12:40.439] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:12:40.439] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:12:40.440] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:12:40.467] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:12:40.467] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:12:40.467] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:12:40.485] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:12:40.522] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:12:40.522] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:12:40.522] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:12:40.522] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:12:40.547] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:12:40.560] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:12:40.560] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:12:40.560] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:12:40.574] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:12:40.574] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:12:40.578] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:12:40.578] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:12:40.614] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:12:40.614] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:12:40.614] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:12:40.614] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:12:40.623] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:12:40.625] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:12:40.625] [ 0.000000] Running RCU self tests [2024-05-23 14:12:40.651] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:12:40.651] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:12:40.651] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:12:40.651] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:12:40.651] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:12:40.665] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:12:40.677] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:12:40.677] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:12:40.690] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:12:40.690] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:12:40.707] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:12:40.707] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:12:40.711] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:12:40.711] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:12:40.735] [ 0.001471] Console: colour dummy device = 80x25 [2024-05-23 14:12:40.748] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:12:40.748] [ 0.001716] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:12:40.748] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:12:40.748] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:12:40.748] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:12:40.750] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:12:40.750] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:12:40.750] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:12:40.776] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:12:40.776] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:12:40.776] [ 0.001778] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:12:40.778] [ 0.001786] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:12:40.801] [ 0.002282] Security Framework initialized [2024-05-23 14:12:40.814] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:12:40.814] [ 0.002654] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:12:40.814] [ 0.002676] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:12:40.814] [ 0.019950] ASID allocator initialised with = 32768 entries [2024-05-23 14:12:40.818] [ 0.035852] Hierarchical SRCU = implementation. [2024-05-23 14:12:40.818] [ 0.062279] EFI services will not be = available. [2024-05-23 14:12:40.840] [ 0.076119] smp: Bringing up secondary CPUs = ... [2024-05-23 14:12:40.843] [ 0.120744] Detected VIPT I-cache on CPU1 [2024-05-23 14:12:40.843] [ 0.120820] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:12:40.843] [ 0.164994] Detected VIPT I-cache on CPU2 [2024-05-23 14:12:40.843] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:12:40.843] [ 0.209276] Detected VIPT I-cache on CPU3 [2024-05-23 14:12:40.866] [ 0.209330] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:12:40.878] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:12:40.878] [ 0.209744] SMP: Total of 4 processors = activated. [2024-05-23 14:12:40.878] [ 0.209759] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:12:40.878] [ 0.209779] CPU: All CPU(s) started at EL2 [2024-05-23 14:12:40.878] [ 0.209958] alternatives: patching kernel = code [2024-05-23 14:12:40.889] [ 0.210501] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:12:40.889] [ 0.213213] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:12:40.892] [ 0.213754] devtmpfs: initialized [2024-05-23 14:12:40.892] [ 0.403276] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:12:40.916] [ 0.403539] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:12:40.931] [ 0.412283] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:12:40.931] [ 0.413207] chipinfo: TCC8030 Rev02 [2024-05-23 14:12:40.931] [ 0.413223] chipinfo: SiP Service v0.1.56 [2024-05-23 14:12:40.931] [ 0.418535] NET: Registered protocol family = 16 [2024-05-23 14:12:40.931] [ 0.422503] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:12:40.942] [ 0.424454] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:12:40.942] [ 0.426182] cpuidle: using governor menu [2024-05-23 14:12:40.971] [ 0.426450] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:12:40.971] [ 0.440530] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:12:40.980] [ 0.441006] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:12:40.980] [ 0.441053] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:12:40.980] [ 0.441097] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:12:40.980] [ 0.441141] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:12:40.980] [ 0.441184] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:12:40.980] [ 0.441227] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:12:40.992] [ 0.441271] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:12:40.992] [ 0.441315] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:12:41.012] [ 0.441358] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:12:41.012] [ 0.441401] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:12:41.016] [ 0.441445] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:12:41.016] [ 0.441489] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:12:41.016] [ 0.441551] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:12:41.016] [ 0.441594] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:12:41.016] [ 0.441637] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:12:41.041] [ 0.441681] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:12:41.041] [ 0.441724] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:12:41.041] [ 0.441767] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:12:41.041] [ 0.442242] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:12:41.041] [ 0.442287] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:12:41.044] [ 0.442331] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:12:41.072] [ 0.442374] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:12:41.072] [ 0.442417] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:12:41.072] [ 0.442461] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:12:41.072] [ 0.442504] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:12:41.072] [ 0.442548] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:12:41.075] [ 0.442591] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:12:41.101] [ 0.442634] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:12:41.101] [ 0.442691] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:12:41.101] [ 0.442735] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:12:41.101] [ 0.442982] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:12:41.101] [ 0.443026] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:12:41.115] [ 0.443070] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:12:41.115] [ 0.443113] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:12:41.115] [ 0.443156] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:12:41.132] [ 0.443199] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:12:41.132] [ 0.443243] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:12:41.132] [ 0.443445] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:12:41.146] [ 0.443489] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:12:41.148] [ 0.443532] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:12:41.148] [ 0.443575] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:12:41.177] [ 0.443618] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:12:41.177] [ 0.443661] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:12:41.177] [ 0.443704] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:12:41.177] [ 0.443761] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:12:41.177] [ 0.443805] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:12:41.190] [ 0.443848] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:12:41.192] [ 0.443892] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:12:41.192] [ 0.443935] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:12:41.192] [ 0.443978] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:12:41.221] [ 0.444021] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:12:41.221] [ 0.444553] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:12:41.221] [ 0.444611] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:12:41.221] [ 0.444781] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:12:41.221] [ 0.444950] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:12:41.224] [ 0.445118] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:12:41.250] [ 0.445282] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:12:41.250] [ 0.445448] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:12:41.250] [ 0.445491] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:12:41.250] [ 0.445535] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:12:41.250] [ 0.445698] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:12:41.261] [ 0.445864] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:12:41.275] [ 0.446039] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:12:41.275] [ 0.446084] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:12:41.279] [ 0.446127] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:12:41.279] [ 0.446262] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:12:41.302] [ 0.446307] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:12:41.316] [ 0.446516] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:12:41.316] [ 0.446580] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:12:41.316] [ 0.446810] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:12:41.316] [ 0.446824] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:12:41.316] [ 0.528776] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:12:41.318] [ 0.528868] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:12:41.341] [ 1.675737] console [ttyAMA0] enabled [2024-05-23 14:12:41.343] [ 1.683423] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:12:41.367] [ 1.712351] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:12:41.370] [ 1.722629] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:12:41.385] [ 1.733235] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:12:41.387] [ 1.743479] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:12:41.488] [ 1.843015] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:12:41.521] [ 1.859225] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:12:41.536] [ 1.866165] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:12:41.536] [ 1.872950] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:12:41.536] [ 1.879320] Linux video capture interface: = v2.00 [2024-05-23 14:12:41.538] [ 1.885248] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:41.568] [ 1.885252] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:12:41.568] [ 1.885256] 6 locks held by swapper/0/1: [2024-05-23 14:12:41.568] [ 1.885259] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:12:41.568] [ 1.885285] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:12:41.571] [ 1.885300] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:12:41.605] [ 1.885319] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:41.605] [ 1.885334] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:12:41.605] [ 1.885350] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:41.607] [ 1.885368] irq event stamp: 288040 [2024-05-23 14:12:41.633] [ 1.885374] hardirqs last enabled at = (288039): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:12:41.639] [ 1.885379] hardirqs last disabled at = (288040): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:12:41.639] [ 1.885387] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:41.666] [ 1.885391] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:41.670] [ 1.885393] Preemption disabled at: [2024-05-23 14:12:41.670] [ 1.885399] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:41.670] [ 1.885407] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:12:41.670] [ 1.885410] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:41.670] [ 1.885414] Call trace: [2024-05-23 14:12:41.670] [ 1.885420] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:41.693] [ 1.885425] show_stack+0x14/0x20 [2024-05-23 14:12:41.706] [ 1.885430] dump_stack+0xb8/0xf0 [2024-05-23 14:12:41.706] [ 1.885435] ___might_sleep+0x178/0x210 [2024-05-23 14:12:41.706] [ 1.885439] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:41.706] [ 1.885444] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:41.706] [ 1.885449] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:41.706] [ 1.885456] gic_set_type+0x84/0x98 [2024-05-23 14:12:41.708] [ 1.885461] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:41.708] [ 1.885466] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:41.708] [ 1.885470] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:41.731] [ 1.885475] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:12:41.743] [ 1.885482] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:12:41.743] [ 1.885487] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:41.743] [ 1.885492] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:41.743] [ 1.885497] __driver_attach+0xfc/0x118 [2024-05-23 14:12:41.743] [ 1.885502] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:41.746] [ 1.885507] driver_attach+0x20/0x28 [2024-05-23 14:12:41.746] [ 1.885512] bus_add_driver+0x220/0x268 [2024-05-23 14:12:41.746] [ 1.885517] driver_register+0x60/0xf8 [2024-05-23 14:12:41.769] [ 1.885521] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:41.773] [ 1.885528] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:12:41.773] [ 1.885533] do_one_initcall+0x50/0x15c [2024-05-23 14:12:41.773] [ 1.885540] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:12:41.773] [ 1.885545] kernel_init+0x10/0x100 [2024-05-23 14:12:41.773] [ 1.885550] ret_from_fork+0x10/0x18 [2024-05-23 14:12:41.773] [ 1.891185] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:12:41.797] [ 2.138488] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:12:41.797] [ 2.152098] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:12:41.812] [ 2.159118] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:12:41.812] [ 2.163719] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:12:41.812] [ 2.168523] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:12:41.836] [ 2.173348] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:12:41.836] [ 2.177903] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:12:41.874] [ 2.231226] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:12:41.886] [ 2.243782] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:41.904] [ 2.261952] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:41.919] [ 2.277384] NET: Registered protocol family = 2 [2024-05-23 14:12:41.933] [ 2.284860] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:12:41.946] [ 2.292478] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:12:41.955] [ 2.303678] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:12:41.957] [ 2.311253] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:12:41.982] [ 2.318009] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:12:41.982] [ 2.326115] NET: Registered protocol family = 1 [2024-05-23 14:12:42.077] [ 2.433823] audit: initializing netlink = subsys (disabled) [2024-05-23 14:12:42.084] [ 2.440122] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:12:42.098] [ 2.440759] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:12:42.165] [ 2.522649] fuse init (API version 7.26) [2024-05-23 14:12:42.180] [ 2.537041] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:12:42.197] [ 2.546832] io scheduler noop registered = (default) [2024-05-23 14:12:42.197] [ 2.551677] io scheduler mq-deadline = registered [2024-05-23 14:12:42.199] [ 2.556240] io scheduler kyber registered [2024-05-23 14:12:42.226] [ 2.567605] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:42.226] [ 2.574535] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:42.226] [ 2.580746] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:12:42.243] [ 2.588341] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:42.293] [ 2.650887] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:42.306] [ 2.658798] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:42.318] [ 2.663759] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:12:42.320] [ 2.669188] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:42.320] [ 2.669830] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:42.348] [ 2.680585] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:42.348] [ 2.686794] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:12:42.348] [ 2.694330] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:42.361] [ 2.718769] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:42.376] [ 2.725580] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:42.376] [ 2.730234] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:12:42.389] [ 2.735660] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:42.392] [ 2.736233] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:12:42.392] [ 2.746986] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:12:42.419] [ 2.753195] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:12:42.419] [ 2.760809] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:12:42.470] [ 2.827356] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:12:42.483] [ 2.834140] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:12:42.483] [ 2.839014] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:12:42.505] [ 2.844440] fbX_probe : update_type =3D 1=20 [2024-05-23 14:12:42.505] [ 2.854334] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:12:42.530] [ 2.863974] [INF][WDMA] tcc_wdma_init [2024-05-23 14:12:42.544] [ 2.868768] TCC WDMA Driver Initializing [2024-05-23 14:12:42.544] [ 2.876006] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:12:42.544] [ 2.882069] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:12:42.556] [ 2.892564] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:42.558] [ 2.905208] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:12:42.581] [ 2.914669] [CPU_ID] probe is done [2024-05-23 14:12:42.586] [ 2.918423] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:12:42.586] [ 2.925075] [DRAM_TOOL] probe is done [2024-05-23 14:12:42.586] [ 2.932437] MALI-G51 : r30p0-01eac0 [2024-05-23 14:12:42.586] [ 2.935968] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:12:42.613] [ 2.945559] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:42.619] [ 2.945564] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:12:42.619] [ 2.945570] 6 locks held by swapper/0/1: [2024-05-23 14:12:42.619] [ 2.945573] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:12:42.622] [ 2.945600] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:12:42.649] [ 2.945615] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:12:42.649] [ 2.945633] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:42.649] [ 2.945648] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:12:42.663] [ 2.945664] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:42.676] [ 2.945684] irq event stamp: 453526 [2024-05-23 14:12:42.676] [ 2.945689] hardirqs last enabled at = (453525): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:12:42.688] [ 2.945694] hardirqs last disabled at = (453526): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:12:42.694] [ 2.945701] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:42.716] [ 2.945705] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:42.719] [ 2.945707] Preemption disabled at: [2024-05-23 14:12:42.719] [ 2.945713] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:42.719] [ 2.945722] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:12:42.719] [ 2.945725] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:42.743] [ 2.945729] Call trace: [2024-05-23 14:12:42.743] [ 2.945735] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:42.743] [ 2.945740] show_stack+0x14/0x20 [2024-05-23 14:12:42.743] [ 2.945746] dump_stack+0xb8/0xf0 [2024-05-23 14:12:42.743] [ 2.945751] ___might_sleep+0x178/0x210 [2024-05-23 14:12:42.744] [ 2.945755] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:42.758] [ 2.945759] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:42.761] [ 2.945765] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:42.761] [ 2.945773] gic_set_type+0x84/0x98 [2024-05-23 14:12:42.761] [ 2.945778] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:42.761] [ 2.945782] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:42.785] [ 2.945787] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:42.790] [ 2.945794] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:12:42.790] [ 2.945799] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:12:42.790] [ 2.945803] kbase_device_init+0x78/0xf8 [2024-05-23 14:12:42.790] [ 2.945810] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:12:42.790] [ 2.945814] platform_drv_probe+0x58/0xb8 [2024-05-23 14:12:42.813] [ 2.945820] = driver_probe_device+0x228/0x410 [2024-05-23 14:12:42.825] [ 2.945824] __driver_attach+0xfc/0x118 [2024-05-23 14:12:42.825] [ 2.945829] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:12:42.825] [ 2.945834] driver_attach+0x20/0x28 [2024-05-23 14:12:42.825] [ 2.945839] bus_add_driver+0x220/0x268 [2024-05-23 14:12:42.825] [ 2.945844] driver_register+0x60/0xf8 [2024-05-23 14:12:42.825] [ 2.945848] = __platform_driver_register+0x44/0x50 [2024-05-23 14:12:42.828] [ 2.945856] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:12:42.828] [ 2.945861] do_one_initcall+0x50/0x15c [2024-05-23 14:12:42.828] [ 2.945868] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:12:42.854] [ 2.945873] kernel_init+0x10/0x100 [2024-05-23 14:12:42.854] [ 2.945878] ret_from_fork+0x10/0x18 [2024-05-23 14:12:42.854] [ 2.947695] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:12:42.854] [ 3.202406] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:12:42.874] [ 3.209145] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:12:42.876] [ 3.223355] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:12:42.876] [ 3.230593] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:12:42.894] [ 3.242823] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:12:42.894] [ 3.249041] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:12:42.915] [ 3.253422] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:12:42.918] [ 3.260906] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:12:42.950] [ 3.307190] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:12:42.960] [ 3.314925] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:12:42.977] [ 3.324676] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:12:42.980] [ 3.335277] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:12:43.009] [ 3.342681] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:12:43.009] [ 3.353754] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:12:43.009] [ 3.362676] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:12:43.032] [ 3.381311] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:12:43.049] [ 3.396755] libphy: Fixed MDIO Bus: probed [2024-05-23 14:12:43.049] [ 3.401704] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:12:43.107] [ 3.415212] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:12:43.107] [ 3.419745] [INFO][GAMC] gmac index : 1 [2024-05-23 14:12:43.107] [ 3.424178] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:12:43.107] [ 3.429389] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:12:43.107] [ 3.435625] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:12:43.107] [ 3.440085] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:12:43.113] [ 3.446214] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:12:43.113] [ 3.450297] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:12:43.113] [ 3.456848] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:12:43.113] [ 3.459463] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:12:43.142] [ 3.460587] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:43.170] [ 3.460599] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:12:43.170] [ 3.460606] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:12:43.170] [ 3.460618] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:43.170] [ 3.460629] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:12:43.170] [ 3.462380] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:12:43.173] [ 3.472006] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:12:43.173] [ 3.472015] usbhid: USB HID core driver [2024-05-23 14:12:43.173] [ 3.472357] optee: probing for conduit = method from DT. [2024-05-23 14:12:43.173] [ 3.472383] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:12:43.173] [ 3.474155] optee: initialized driver [2024-05-23 14:12:43.173] [ 3.475870] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:12:43.201] [ 3.475885] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:12:43.201] [ 3.475893] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:12:43.201] [ 3.475900] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:12:43.201] [ 3.475908] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:12:43.201] [ 3.475915] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:12:43.204] [ 3.475922] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:12:43.229] [ 3.475929] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:12:43.229] [ 3.477446] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:12:43.229] [ 3.477454] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:12:43.243] [ 3.484542] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:12:43.246] [ 3.503636] NET: Registered protocol family = 17 [2024-05-23 14:12:43.246] [ 3.504075] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:12:43.273] [ 3.508843] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:12:43.273] [ 3.619393] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:12:43.273] [ 3.624787] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:12:43.278] [ 3.632313] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:12:43.305] [ 3.639783] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:12:43.305] [ 3.658967] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:12:43.324] [ 3.666572] GPT:15269887 !=3D 15273599 [2024-05-23 14:12:43.324] [ 3.670175] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:12:43.324] [ 3.673039] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:12:43.327] [ 3.673084] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:12:43.354] [ 3.674838] ALSA device list: [2024-05-23 14:12:43.354] [ 3.674845] No soundcards found. [2024-05-23 14:12:43.354] [ 3.696934] GPT:15269887 !=3D 15273599 [2024-05-23 14:12:43.354] [ 3.696968] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:12:43.354] [ 3.697095] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:12:43.372] [ 3.723636] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:12:43.398] [ 3.745173] Freeing unused kernel memory: = 4160K [2024-05-23 14:12:43.400] Mounting devtmpfs [2024-05-23 14:12:43.402] [ 3.759803] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:12:43.417] Mounting procfs [2024-05-23 14:12:43.417] Mounting sysfs [2024-05-23 14:12:43.442] [ 3.792601] cat (95) used greatest stack = depth: 12880 bytes left [2024-05-23 14:12:43.445] [ 3.800489] mkdir (96) used greatest stack = depth: 12480 bytes left [2024-05-23 14:12:43.465] [ 3.808524] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:12:43.494] [ 3.850700] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:12:43.504] [ 3.859714] mount (98) used greatest stack = depth: 11568 bytes left [2024-05-23 14:12:43.547] [ 3.881525] mount (100) used greatest stack = depth: 11408 bytes left [2024-05-23 14:12:43.772] [ 4.129685] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:12:43.869] [ 4.226004] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:12:43.901] [ 4.253301] systemd[1]: Detected = architecture arm64. [2024-05-23 14:12:43.945]=20 [2024-05-23 14:12:43.945] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:12:43.961]=20 [2024-05-23 14:12:43.962] [ 4.316211] systemd[1]: Set hostname to = . [2024-05-23 14:12:43.979] [ 4.327469] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:12:43.981] [ 4.336711] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:12:44.224] [ 4.581481] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:12:44.242] [ 4.598589] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:12:44.296] [ 4.640510] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:12:44.299] [ 4.652614] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:12:44.482] [ 4.839367] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:12:44.561] [ OK ] Created slice system-getty.slice. [2024-05-23 14:12:44.578] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:12:44.598] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:12:44.615] [ OK ] Reached target Paths. [2024-05-23 14:12:44.645] [ OK ] Listening on Journal Socket. [2024-05-23 14:12:44.663] Mounting POSIX Message Queue File = System... [2024-05-23 14:12:44.700] Mounting FUSE Control File System... [2024-05-23 14:12:44.734] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:12:44.747] [ OK ] Reached target Swap. [2024-05-23 14:12:44.780] Starting Apply Kernel Variables... [2024-05-23 14:12:44.803] [ 5.155956] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:12:44.831] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:12:44.861] Mounting Kernel Debug File System... [2024-05-23 14:12:44.896] Starting mount data partition = service... [2024-05-23 14:12:44.911] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:12:44.945] [ OK ] Listening on Syslog Socket. [2024-05-23 14:12:44.970] Starting Journal Service... [2024-05-23 14:12:44.996] [ OK ] Created slice User and Session Slice. [2024-05-23 14:12:45.012] [ OK ] Reached target Slices. [2024-05-23 14:12:45.014] [ OK ] Reached target Remote File Systems. [2024-05-23 14:12:45.030] [ 5.378011] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:45.054] [ OK ] Listening on udev Control Socket. [2024-05-23 14:12:45.057] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:12:45.095] Starting udev Coldplug all Devices... [2024-05-23 14:12:45.116] Mounting Configuration File System... [2024-05-23 14:12:45.149] Mounting Huge Pages File System... [2024-05-23 14:12:45.179] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:12:45.227] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:12:45.254] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:12:45.279] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:12:45.303] [ OK ] Started Journal Service. [2024-05-23 14:12:45.329] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:12:45.345] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:12:45.367] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:12:45.396] [ OK ] Started mount data partition service. [2024-05-23 14:12:45.429] [ OK ] Mounted Configuration File System. [2024-05-23 14:12:45.446] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:12:45.497] Starting NS file System mount and = recovery.... [2024-05-23 14:12:45.537] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:12:45.556] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:12:45.580] [ OK ] Reached target Containers. [2024-05-23 14:12:45.613] Mounting /tmp... [2024-05-23 14:12:45.629] [ 5.980693] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:45.646] Mounting /var/volatile... [2024-05-23 14:12:45.674] Starting udev Kernel Device = Manager... [2024-05-23 14:12:45.711] [ 6.067950] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:45.815] [ 6.172119] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:12:45.827] [ OK ] Mounted /tmp. [2024-05-23 14:12:45.908] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:12:45.930] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:12:45.963] [ OK ] Mounted /var/volatile. [2024-05-23 14:12:46.047] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:12:46.079] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:12:46.250] [ 6.605700] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:12:46.265] Starting Bind mount volatile = /var/spool... [2024-05-23 14:12:46.298] Starting Bind mount volatile = /var/lib... [2024-05-23 14:12:46.334] Starting Bind mount volatile = /var/cache... [2024-05-23 14:12:46.366] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:12:46.477] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:12:46.556] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:12:46.583] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:12:46.618] Starting Load/Save Random Seed... [2024-05-23 14:12:46.634] [ OK ] Reached target Local File Systems. [2024-05-23 14:12:46.664] Starting AppArmor initialization... [2024-05-23 14:12:46.695] Starting Create Volatile Files and = Directories... [2024-05-23 14:12:46.722] Starting netfilter persistent = configuration... [2024-05-23 14:12:46.750] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:12:46.856] [ 7.212855] audit: type=3D1400 = audit(1550139121.076:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:12:46.877] [ 7.232971] audit: type=3D1400 = audit(1550139121.080:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:46.902] [ 7.249788] audit: type=3D1400 = audit(1550139121.080:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:46.917] [ OK [ 7.266898] audit: type=3D1400 = audit(1550139121.080:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:46.931] [ 7.283900] audit: type=3D1400 = audit(1550139121.080:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:46.948] ] Started Create Volatile F[ 7.300656] = audit: type=3D1400 audit(1550139121.080:7): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//agetty_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:12:46.964] iles and Directories. [2024-05-23 14:12:46.967] [ 7.318893] audit: type=3D1400 = audit(1550139121.080:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:12:47.000] [ OK ] Started AppArmor initialization. [2024-05-23 14:12:47.030] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:12:47.197] [ OK ] Reached target Network (Pre). [2024-05-23 14:12:47.230] Starting Network Service... [2024-05-23 14:12:47.260] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:12:47.316] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:12:47.332] [ OK ] Reached target System Initialization. [2024-05-23 14:12:47.349] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:12:47.378] [ OK ] Reached target Timers. [2024-05-23 14:12:47.385] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:12:47.416] [ OK ] Reached target Sockets. [2024-05-23 14:12:47.421] [ OK ] Reached target Basic System. [2024-05-23 14:12:47.448] [ 7.804189] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:12:47.463] [ OK ] Started System Logging Service. [2024-05-23 14:12:47.483] [ 7.838570] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:12:47.492] [ 7.844161] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:12:47.504] [ 7.848697] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:12:47.508] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:12:47.533] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:12:47.560] [ OK ] Started Kernel Logging Service. [2024-05-23 14:12:47.588] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:12:47.629] Starting Load Kernel Modules... [2024-05-23 14:12:47.658] [ OK ] Started NS VSync Process. [2024-05-23 14:12:47.699] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:12:47.718] [ 8.073823] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:12:47.748] [ 8.074682] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:12:47.752] [ 8.074841] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:12:47.767] [ 8.074855] [INFO][GMAC]=20 [2024-05-23 14:12:47.767] [ 8.109659] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:12:47.783] [ 8.131612] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:12:47.783] [ 8.138971] Disabling lock debugging due to = kernel taint [2024-05-23 14:12:47.799] Start /usr/bin/sys-fail-mon [2024-05-23 14:12:47.799] [ 8.147098] libphy: tcc-gmac-mdio: probed [2024-05-23 14:12:47.799] [ 8.153615] [INFO][GMAC] registered! [2024-05-23 14:12:47.825] [ 8.157231] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:12:47.827] [ 8.157240] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:12:47.827] [ 8.158284] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:12:47.827] [ OK ] Started NS System Management Process. [2024-05-23 14:12:47.842] Starting NS Inter Domain Comm = Process... [2024-05-23 14:12:47.844] Starting Login Service... [2024-05-23 14:12:47.844] [ OK ] Started Network Service. [2024-05-23 14:12:47.882] [ OK ] Reached target Network. [2024-05-23 14:12:47.882] [ 8.210603] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:12:47.882] [ 8.216309] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:12:47.884] [ 8.226490] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:12:47.884] [ 8.234867] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:12:47.905] [ 8.242411] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:47.919] [ 8.242930] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:12:47.919] [ 8.242943] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:12:47.935] [ 8.243543] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:12:47.935] [ 8.243550] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:12:47.950] [ 8.243967] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:12:47.951] [ 8.246165] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:12:47.976] [ 8.246207] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:12:47.976] [ 8.246207] -- MASTER Configuration. [2024-05-23 14:12:47.976] [ 8.246207] -- Local Receiver Status Not = OK. [2024-05-23 14:12:47.976] [ 8.246207] -- Remote Receiver Status Not = OK. [2024-05-23 14:12:47.976] [ 8.246224] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:12:47.992] [ 8.246228] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:12:47.992] [ 8.246416] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:12:48.007] [ 8.246420] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:12:48.007] [ 8.246422] INFO: lockdep is turned off. [2024-05-23 14:12:48.009] [ 8.246424] irq event stamp: 71616 [2024-05-23 14:12:48.034] [ 8.246438] hardirqs last enabled at = (71615): [<000000003abd7a12>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:12:48.034] [ 8.246444] hardirqs last disabled at = (71616): [<000000007ebe5424>] __schedule+0xc8/0x730 [2024-05-23 14:12:48.034] [ 8.246452] softirqs last enabled at (0): = [<00000000527b94a0>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:12:48.049] [ 8.246455] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:12:48.049] [ 8.246457] Preemption disabled at: [2024-05-23 14:12:48.049] [ 8.246466] [<000000005b306f80>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:12:48.066] [ 8.246474] CPU: 3 PID: 262 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:12:48.066] [ 8.246476] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:12:48.080] [ 8.246479] Call trace: [2024-05-23 14:12:48.082] [ 8.246484] dump_backtrace+0x0/0x1d8 [2024-05-23 14:12:48.082] [ 8.246488] show_stack+0x14/0x20 [2024-05-23 14:12:48.082] [ 8.246493] dump_stack+0xb8/0xf0 [2024-05-23 14:12:48.082] [ 8.246497] ___might_sleep+0x178/0x210 [2024-05-23 14:12:48.108] [ 8.246500] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:12:48.108] [ 8.246507] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:12:48.108] [ 8.246512] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:12:48.108] [ 8.246520] gic_set_type+0x84/0x98 [2024-05-23 14:12:48.108] [ 8.246523] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:12:48.108] [ 8.246527] __setup_irq+0x76c/0x7f8 [2024-05-23 14:12:48.111] [ 8.246531] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:12:48.135] [ 8.246536] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:12:48.146] [ 8.246541] __dev_open+0x100/0x150 [2024-05-23 14:12:48.146] [ 8.246544] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:12:48.146] [ 8.246547] dev_change_flags+0x20/0x60 [2024-05-23 14:12:48.146] [ 8.246551] do_setlink+0x3ec/0xc30 [2024-05-23 14:12:48.146] [ 8.246554] rtnl_setlink+0xcc/0x128 [2024-05-23 14:12:48.146] [ 8.246557] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:12:48.164] [ 8.246561] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:12:48.164] [ 8.246564] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:12:48.164] [ 8.246567] netlink_unicast+0x180/0x1f8 [2024-05-23 14:12:48.169] [ 8.246570] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:12:48.169] [ 8.246575] sock_sendmsg+0x3c/0x58 [2024-05-23 14:12:48.169] [ 8.246579] SyS_sendto+0xd0/0x140 [2024-05-23 14:12:48.169] [ 8.246583] el0_svc_naked+0x34/0x38 [2024-05-23 14:12:48.169] [ 8.246810] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:12:48.192] [ 8.251068] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:12:48.203] [ 8.251073] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:12:48.203] [ 8.251078] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:12:48.203] [ 8.251078] =20 [2024-05-23 14:12:48.203] [ 8.252092] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:12:48.205] [ 8.252383] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:12:48.205] [ 8.252387] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:12:48.228] [ 8.252393] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:12:48.230] [ 8.252393] =20 [2024-05-23 14:12:48.230] [ 8.252678] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:12:48.230] [ 8.252694] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:12:48.230] [ 8.252699] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:12:48.230] [ 8.252703] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:12:48.252] [ 8.252710] [INFO][GMAC] --] phy_start: : [2024-05-23 14:12:48.264] [ 8.252767] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:12:48.264] [ 8.280181] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:12:48.264] [ 8.288840] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:12:48.264] [ 8.291766] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:12:48.269] [ 8.295077] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:12:48.269] [ 8.295547] Done!! [2024-05-23 14:12:48.269] [ 8.358513] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.292] [ 8.380997] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:12:48.295] [ 8.383169] Done!! [2024-05-23 14:12:48.295] [ 8.466500] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.295] [ 8.472956] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:12:48.295] [ 8.474896] Done!! [2024-05-23 14:12:48.295] [ 8.574498] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.318] Starting Permit User Sessions... [2024-05-23 14:12:48.330] Starting udev Coldplug all Devices... [2024-05-23 14:12:48.330] Starting Wait for Network to be = Configured... [2024-05-23 14:12:48.349] [ OK ] [ 8.682586] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.349] Started Load Kernel Modules. [2024-05-23 14:12:48.366] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:12:48.366] [ OK ] Started Permit User Sessions. [2024-05-23 14:12:48.366] [ OK ] Started Login Service. [2024-05-23 14:12:48.379] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:12:48.384] parents, child is 321 [2024-05-23 14:12:48.384] [ OK ] Started Getty on tty1. [2024-05-23 14:12:48.408] [ OK ] Reached target Login Prompts. [2024-05-23 14:12:48.413] [IDC]Start. [2024-05-23 14:12:48.413] [ 8.748091] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:12:48.413] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:12:48.413] [IDC](A7)ConnectReq 0 [2024-05-23 14:12:48.413] [IDC](A7)do_connect 0 [2024-05-23 14:12:48.413] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:12:48.436] [IDC](A7)Tx start session req 1 [2024-05-23 14:12:48.436] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:12:48.449] [IDC](R5)ConnectReq 0 [2024-05-23 14:12:48.449] [IDC](R5)do_connect 0 [2024-05-23 14:12:48.449] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:12:48.449] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:12:48.449] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:12:48.449] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:12:48.449] [ OK ] Started Cluster Framework. [2024-05-23 14:12:48.449] [ OK ] Started HUD Framework. [2024-05-23 14:12:48.475] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:12:48.475] [IDC](A7)Session connected. [2024-05-23 14:12:48.475] [IDC]TimerStartReq[ 8.804833] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:12:48.484] 2 R5:1.0 [2024-05-23 14:12:48.484] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:12:48.484] [IDC](R5)Session connected.2 [2024-05-23 14:12:48.484] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:12:48.508] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:12:48.565] [ 8.922679] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.620] [ OK ] Started Nvm Process. [2024-05-23 14:12:48.652] [ 9.008945] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:12:48.682] [ 9.034854] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.740] [ OK ] Started NS hsm control application. [2024-05-23 14:12:48.765] [ OK ] Started Diagnosis Framework. [2024-05-23 14:12:48.799] [ 9.154877] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.823] [ OK ] Started Diagnosis Transport. [2024-05-23 14:12:48.849] [ OK ] Started NS Software Update. [2024-05-23 14:12:48.855] [ OK ] Started NS Secondary Verify. [2024-05-23 14:12:48.855] [ OK ] Reached target Multi-User System. [2024-05-23 14:12:48.899] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:12:48.916] [ 9.266557] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:48.954] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:12:48.982] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:12:49.029] [ 9.385891] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:12:49.137] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:12:49.271] [ 9.616737] sched: RT throttling activated [2024-05-23 14:12:49.773] [ 10.119660] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:12:49.782] [ 10.119668] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:12:50.708] [ 11.055621] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:12:50.718] [ 11.055630] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:12:50.993] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:12:54.854]=20 [2024-05-23 14:12:54.854] telechips-nsp1-release login:=20 [2024-05-23 14:12:59.022]=20 [2024-05-23 14:12:59.022] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:12:59.033]=20 [2024-05-23 14:12:59.033] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:12:59.033] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:12:59.033] DRAM: 2 GiB [2024-05-23 14:12:59.064] MMC: sdhc@0x16440000: 0 [2024-05-23 14:12:59.330]=20 [2024-05-23 14:12:59.330] HW Partition tyep is UserData [2024-05-23 14:12:59.339] In: serial [2024-05-23 14:12:59.339] Out: serial [2024-05-23 14:12:59.341] Err: serial [2024-05-23 14:12:59.411] Boot in the UserData environment(0) [2024-05-23 14:12:59.416] Non-secure boot (secure boot flag is clear) [2024-05-23 14:12:59.430] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:12:59.444] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:12:59.444] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:12:59.446] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:12:59.446] Booting using the fdt blob at 0x23000000 [2024-05-23 14:12:59.446] Loading Kernel Image [2024-05-23 14:12:59.469] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:12:59.471] OPTEE is enabled [2024-05-23 14:12:59.471]=20 [2024-05-23 14:12:59.471] Starting kernel ... [2024-05-23 14:12:59.471]=20 [2024-05-23 14:13:00.393] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:13:00.399] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:13:00.416] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:13:00.419] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:13:00.446] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:13:00.446] [ 0.000000] efi: UEFI not found. [2024-05-23 14:13:00.446] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:13:00.446] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:13:00.448] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:13:00.491] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:13:00.491] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:13:00.491] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:13:00.491] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:13:00.491] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:13:00.506] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:13:00.519] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:13:00.521] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:13:00.521] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:13:00.546] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:13:00.546] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:13:00.546] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:13:00.561] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:13:00.563] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:13:00.586] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:13:00.600] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:13:00.600] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:13:00.600] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:13:00.624] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:13:00.626] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:13:00.626] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:13:00.626] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:13:00.626] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:13:00.658] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:13:00.666] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:13:00.666] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:13:00.666] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:13:00.667] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:13:00.667] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:13:00.669] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:13:00.669] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:13:00.689] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:13:00.689] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:13:00.712] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:13:00.714] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:13:00.742] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:13:00.742] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:13:00.742] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:13:00.761] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:13:00.761] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:13:00.761] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:13:00.781] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:13:00.781] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:13:00.781] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:13:00.796] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:13:00.796] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:13:00.810] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:13:00.810] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:13:00.824] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:13:00.824] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:13:00.837] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:13:00.839] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:13:00.864] [ 0.000000] Running RCU self tests [2024-05-23 14:13:00.864] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:13:00.864] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:13:00.864] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:13:00.875] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:13:00.877] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:13:00.877] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:13:00.909] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:13:00.909] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:13:00.909] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:13:00.909] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:13:00.909] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:13:00.922] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:13:00.924] [ 0.000683] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:13:00.943] [ 0.000702] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:13:00.943] [ 0.001457] Console: colour dummy device = 80x25 [2024-05-23 14:13:00.943] [ 0.001700] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:13:00.945] [ 0.001703] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:13:00.967] [ 0.001706] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:13:00.967] [ 0.001708] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:13:00.967] [ 0.001711] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:13:00.967] [ 0.001713] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:13:00.970] [ 0.001716] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:13:00.985] [ 0.001719] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:13:00.987] [ 0.001721] memory used by lock dependency = info: 7903 kB [2024-05-23 14:13:00.987] [ 0.001724] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:13:00.987] [ 0.001763] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:13:01.006] [ 0.001771] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:13:01.006] [ 0.002268] Security Framework initialized [2024-05-23 14:13:01.006] [ 0.002393] AppArmor: AppArmor initialized [2024-05-23 14:13:01.017] [ 0.002638] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:01.019] [ 0.002659] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:01.040] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:13:01.040] [ 0.035859] Hierarchical SRCU = implementation. [2024-05-23 14:13:01.040] [ 0.062295] EFI services will not be = available. [2024-05-23 14:13:01.040] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:13:01.045] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:13:01.062] [ 0.120822] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:13:01.064] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:13:01.064] [ 0.165056] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:13:01.064] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:13:01.085] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:13:01.090] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:13:01.090] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:13:01.090] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:13:01.090] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:13:01.090] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:13:01.106] [ 0.210509] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:13:01.106] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:13:01.106] [ 0.213707] devtmpfs: initialized [2024-05-23 14:13:01.106] [ 0.403472] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:13:01.118] [ 0.403738] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:13:01.130] [ 0.412474] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:13:01.141] [ 0.413400] chipinfo: TCC8030 Rev02 [2024-05-23 14:13:01.141] [ 0.413416] chipinfo: SiP Service v0.1.56 [2024-05-23 14:13:01.150] [ 0.418875] NET: Registered protocol family = 16 [2024-05-23 14:13:01.150] [ 0.422870] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:13:01.152] [ 0.424802] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:13:01.152] [ 0.426515] cpuidle: using governor menu [2024-05-23 14:13:01.191] [ 0.426748] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:13:01.191] [ 0.440874] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:13:01.191] [ 0.441355] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:13:01.191] [ 0.441402] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:13:01.198] [ 0.441446] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:13:01.198] [ 0.441489] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:13:01.198] [ 0.441533] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:13:01.198] [ 0.441576] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:13:01.207] [ 0.441620] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:13:01.226] [ 0.441663] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:13:01.226] [ 0.441707] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:13:01.229] [ 0.441750] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:13:01.229] [ 0.441793] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:13:01.229] [ 0.441838] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:13:01.229] [ 0.441956] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:13:01.245] [ 0.442001] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:13:01.247] [ 0.442044] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:13:01.247] [ 0.442102] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:13:01.247] [ 0.442145] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:13:01.265] [ 0.442189] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:13:01.275] [ 0.442585] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:13:01.275] [ 0.442629] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:13:01.275] [ 0.442673] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:13:01.279] [ 0.442716] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:13:01.279] [ 0.442760] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:13:01.295] [ 0.442803] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:13:01.297] [ 0.442846] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:13:01.297] [ 0.442890] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:13:01.297] [ 0.442933] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:13:01.319] [ 0.442977] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:13:01.319] [ 0.443020] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:13:01.319] [ 0.443064] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:13:01.319] [ 0.443294] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:13:01.331] [ 0.443352] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:13:01.353] [ 0.443395] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:13:01.353] [ 0.443439] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:13:01.359] [ 0.443482] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:13:01.359] [ 0.443525] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:13:01.359] [ 0.443568] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:13:01.359] [ 0.443761] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:13:01.376] [ 0.443805] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:13:01.395] [ 0.443848] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:13:01.395] [ 0.443891] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:13:01.395] [ 0.443934] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:13:01.395] [ 0.443977] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:13:01.415] [ 0.444021] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:13:01.415] [ 0.444064] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:13:01.415] [ 0.444107] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:13:01.415] [ 0.444151] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:13:01.425] [ 0.444206] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:13:01.425] [ 0.444250] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:13:01.425] [ 0.444293] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:13:01.425] [ 0.444337] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:13:01.430] [ 0.444868] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:13:01.430] [ 0.444913] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:13:01.450] [ 0.445081] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:13:01.460] [ 0.445252] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:13:01.460] [ 0.445435] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:13:01.460] [ 0.445600] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:13:01.460] [ 0.445767] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:13:01.469] [ 0.445812] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:13:01.473] [ 0.445855] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:13:01.473] [ 0.446125] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:13:01.488] [ 0.446327] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:13:01.493] [ 0.446512] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:13:01.493] [ 0.446558] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:13:01.493] [ 0.446601] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:13:01.510] [ 0.446645] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:13:01.513] [ 0.446688] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:13:01.513] [ 0.446869] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:13:01.513] [ 0.446913] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:13:01.535] [ 0.447120] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:13:01.535] [ 0.447134] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:13:01.535] [ 0.529631] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:01.539] [ 0.529722] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:01.557] [ 1.676755] console [ttyAMA0] enabled [2024-05-23 14:13:01.560] [ 1.684426] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:01.579] [ 1.713249] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:13:01.590] [ 1.723614] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:13:01.603] [ 1.734127] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:13:01.616] [ 1.744490] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:13:01.706] [ 1.844349] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:13:01.728] [ 1.860679] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:13:01.737] [ 1.867573] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:13:01.739] [ 1.874361] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:13:01.758] [ 1.880732] Linux video capture interface: = v2.00 [2024-05-23 14:13:01.758] [ 1.886542] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:01.778] [ 1.886547] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:01.779] [ 1.886551] 6 locks held by swapper/0/1: [2024-05-23 14:13:01.779] [ 1.886554] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:01.800] [ 1.886578] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:01.800] [ 1.886594] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:01.814] [ 1.886612] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:01.831] [ 1.886627] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:01.850] [ 1.886643] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:01.850] [ 1.886661] irq event stamp: 288048 [2024-05-23 14:13:01.850] [ 1.886666] hardirqs last enabled at = (288047): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:01.863] [ 1.886671] hardirqs last disabled at = (288048): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:01.863] [ 1.886679] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:01.865] [ 1.886682] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:01.904] [ 1.886685] Preemption disabled at: [2024-05-23 14:13:01.916] [ 1.886690] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:01.916] [ 1.886699] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:13:01.916] [ 1.886702] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:01.916] [ 1.886705] Call trace: [2024-05-23 14:13:01.916] [ 1.886711] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:01.916] [ 1.886716] show_stack+0x14/0x20 [2024-05-23 14:13:01.916] [ 1.886721] dump_stack+0xb8/0xf0 [2024-05-23 14:13:01.916] [ 1.886727] ___might_sleep+0x178/0x210 [2024-05-23 14:13:01.916] [ 1.886731] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:01.916] [ 1.886735] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:01.940] [ 1.886741] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:01.940] [ 1.886748] gic_set_type+0x84/0x98 [2024-05-23 14:13:01.958] [ 1.886753] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:01.958] [ 1.886757] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:01.958] [ 1.886762] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:01.958] [ 1.886767] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:13:01.958] [ 1.886773] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:13:01.958] [ 1.886777] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:01.965] [ 1.886783] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:01.965] [ 1.886787] __driver_attach+0xfc/0x118 [2024-05-23 14:13:01.965] [ 1.886792] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:01.965] [ 1.886797] driver_attach+0x20/0x28 [2024-05-23 14:13:01.965] [ 1.886802] bus_add_driver+0x220/0x268 [2024-05-23 14:13:01.980] [ 1.886807] driver_register+0x60/0xf8 [2024-05-23 14:13:01.980] [ 1.886811] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:01.991] [ 1.886817] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:13:01.991] [ 1.886822] do_one_initcall+0x50/0x15c [2024-05-23 14:13:01.991] [ 1.886829] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:01.993] [ 1.886835] kernel_init+0x10/0x100 [2024-05-23 14:13:01.993] [ 1.886839] ret_from_fork+0x10/0x18 [2024-05-23 14:13:01.993] [ 1.892651] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:13:02.020] [ 2.139893] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:13:02.020] [ 2.153536] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:13:02.037] [ 2.160550] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:13:02.040] [ 2.165151] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:13:02.040] [ 2.169954] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:13:02.040] [ 2.174800] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:13:02.055] [ 2.179355] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:13:02.095] [ 2.233134] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:13:02.109] [ 2.245891] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:02.127] [ 2.264301] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:02.142] [ 2.279844] NET: Registered protocol family = 2 [2024-05-23 14:13:02.152] [ 2.287325] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:13:02.168] [ 2.294942] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:13:02.170] [ 2.306029] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:13:02.180] [ 2.313520] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:13:02.190] [ 2.320357] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:13:02.191] [ 2.328576] NET: Registered protocol family = 1 [2024-05-23 14:13:02.299] [ 2.436632] audit: initializing netlink = subsys (disabled) [2024-05-23 14:13:02.310] [ 2.443011] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:13:02.325] [ 2.443568] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:13:02.388] [ 2.525574] fuse init (API version 7.26) [2024-05-23 14:13:02.402] [ 2.539703] modprobe (65) used greatest = stack depth: 13296 bytes left [2024-05-23 14:13:02.410] [ 2.546374] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:13:02.423] [ 2.549566] io scheduler noop registered = (default) [2024-05-23 14:13:02.423] [ 2.549583] io scheduler mq-deadline = registered [2024-05-23 14:13:02.432] [ 2.549595] io scheduler kyber registered [2024-05-23 14:13:02.443] [ 2.562413] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:02.451] [ 2.562425] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:02.451] [ 2.562434] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:13:02.460] [ 2.562523] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:02.482] [ 2.619066] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:02.490] [ 2.626892] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:02.500] [ 2.631753] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:13:02.509] [ 2.637194] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:02.545] [ 2.637816] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:02.548] [ 2.648574] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:02.548] [ 2.654782] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:13:02.548] [ 2.662343] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:02.564] [ 2.686617] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:02.566] [ 2.693532] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:02.566] [ 2.698192] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:13:02.577] [ 2.703618] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:02.593] [ 2.704335] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:02.593] [ 2.715087] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:02.601] [ 2.721295] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:13:02.601] [ 2.728913] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:02.657] [ 2.794573] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:02.665] [ 2.801374] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:02.675] [ 2.806006] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:13:02.693] [ 2.811433] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:02.695] [ 2.821230] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:13:02.695] [ 2.830869] [INF][WDMA] tcc_wdma_init [2024-05-23 14:13:02.706] [ 2.835641] TCC WDMA Driver Initializing [2024-05-23 14:13:02.714] [ 2.843188] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:13:02.716] [ 2.849275] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:13:02.738] [ 2.859629] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:02.738] [ 2.872637] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:13:02.755] [ 2.882183] [CPU_ID] probe is done [2024-05-23 14:13:02.755] [ 2.885931] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:13:02.756] [ 2.892647] [DRAM_TOOL] probe is done [2024-05-23 14:13:02.766] [ 2.899771] MALI-G51 : r30p0-01eac0 [2024-05-23 14:13:02.775] [ 2.903298] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:13:02.779] [ 2.913316] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:02.799] [ 2.913320] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:02.799] [ 2.913325] 6 locks held by swapper/0/1: [2024-05-23 14:13:02.799] [ 2.913328] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:02.815] [ 2.913355] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:02.815] [ 2.913370] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:02.830] [ 2.913388] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:02.840] [ 2.913402] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:02.844] [ 2.913419] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:02.861] [ 2.913439] irq event stamp: 453624 [2024-05-23 14:13:02.861] [ 2.913444] hardirqs last enabled at = (453623): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:02.868] [ 2.913449] hardirqs last disabled at = (453624): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:02.886] [ 2.913457] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:02.886] [ 2.913461] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:02.905] [ 2.913463] Preemption disabled at: [2024-05-23 14:13:02.907] [ 2.913468] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:02.907] [ 2.913479] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:13:02.907] [ 2.913482] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:02.918] [ 2.913485] Call trace: [2024-05-23 14:13:02.933] [ 2.913491] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:02.933] [ 2.913496] show_stack+0x14/0x20 [2024-05-23 14:13:02.933] [ 2.913502] dump_stack+0xb8/0xf0 [2024-05-23 14:13:02.960] [ 2.913507] ___might_sleep+0x178/0x210 [2024-05-23 14:13:02.960] [ 2.913511] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:02.960] [ 2.913516] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:02.971] [ 2.913522] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:02.971] [ 2.913530] gic_set_type+0x84/0x98 [2024-05-23 14:13:02.971] [ 2.913535] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:02.971] [ 2.913540] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:02.971] [ 2.913544] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:02.971] [ 2.913550] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:13:02.971] [ 2.913556] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:13:02.978] [ 2.913560] kbase_device_init+0x78/0xf8 [2024-05-23 14:13:02.978] [ 2.913567] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:13:02.978] [ 2.913571] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:03.000] [ 2.913577] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:03.000] [ 2.913582] __driver_attach+0xfc/0x118 [2024-05-23 14:13:03.012] [ 2.913586] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:03.012] [ 2.913591] driver_attach+0x20/0x28 [2024-05-23 14:13:03.012] [ 2.913596] bus_add_driver+0x220/0x268 [2024-05-23 14:13:03.012] [ 2.913600] driver_register+0x60/0xf8 [2024-05-23 14:13:03.012] [ 2.913605] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:03.015] [ 2.913612] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:13:03.015] [ 2.913617] do_one_initcall+0x50/0x15c [2024-05-23 14:13:03.015] [ 2.913624] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:03.033] [ 2.913631] kernel_init+0x10/0x100 [2024-05-23 14:13:03.033] [ 2.913635] ret_from_fork+0x10/0x18 [2024-05-23 14:13:03.033] [ 2.915241] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:13:03.035] [ 3.170116] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:13:03.045] [ 3.176855] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:13:03.063] [ 3.190747] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:13:03.065] [ 3.198064] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:13:03.079] [ 3.210231] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:13:03.088] [ 3.216447] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:13:03.097] [ 3.220829] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:13:03.101] [ 3.228466] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:13:03.138] [ 3.276612] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:13:03.154] [ 3.286636] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:13:03.165] [ 3.294513] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:13:03.177] [ 3.304768] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:13:03.180] [ 3.310046] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:13:03.207] [ 3.321119] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:13:03.207] [ 3.329988] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:13:03.236] [ 3.350164] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:13:03.246] [ 3.352134] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:13:03.246] [ 3.352980] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:13:03.246] [ 3.356644] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:13:03.248] [ 3.357371] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:13:03.248] [ 3.358041] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:13:03.270] [ 3.359094] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:13:03.270] [ 3.370535] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:13:03.270] [ 3.370564] GPT:15269887 !=3D 15273599 [2024-05-23 14:13:03.280] [ 3.370572] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:13:03.282] [ 3.370580] GPT:15269887 !=3D 15273599 [2024-05-23 14:13:03.282] [ 3.370588] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:13:03.296] [ 3.370701] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:13:03.307] [ 3.440874] libphy: Fixed MDIO Bus: probed [2024-05-23 14:13:03.321] [ 3.445842] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:13:03.329] [ 3.459057] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:13:03.336] [ 3.463586] [INFO][GAMC] gmac index : 1 [2024-05-23 14:13:03.336] [ 3.468116] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:13:03.338] [ 3.473282] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:13:03.353] [ 3.479276] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:13:03.353] [ 3.483667] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:13:03.354] [ 3.492176] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:13:03.368] [ 3.505971] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:13:03.377] [ 3.511961] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:03.394] [ 3.511973] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:13:03.394] [ 3.511980] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:13:03.397] [ 3.511991] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:03.409] [ 3.512003] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:13:03.411] [ 3.541174] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:13:03.426] [ 3.557180] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:13:03.432] [ 3.563836] usbhid: USB HID core driver [2024-05-23 14:13:03.433] [ 3.568213] optee: probing for conduit = method from DT. [2024-05-23 14:13:03.449] [ 3.573393] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:13:03.449] [ 3.575257] optee: initialized driver [2024-05-23 14:13:03.449] [ 3.584859] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:13:03.460] [ 3.590577] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:13:03.460] [ 3.595746] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:13:03.471] [ 3.600952] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:13:03.471] [ 3.606728] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:13:03.480] [ 3.612503] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:13:03.493] [ 3.618365] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:13:03.495] [ 3.624834] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:13:03.509] [ 3.632395] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:13:03.510] [ 3.640344] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:13:03.517] [ 3.654357] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:13:03.533] [ 3.663341] NET: Registered protocol family = 17 [2024-05-23 14:13:03.533] [ 3.668481] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:13:03.548] [ 3.686162] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:13:03.717] [ 3.854873] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:03.726] [ 3.854919] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:13:03.739] [ 3.870669] ALSA device list: [2024-05-23 14:13:03.739] [ 3.873663] No soundcards found. [2024-05-23 14:13:03.768] [ 3.879729] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:03.768] [ 3.900747] Freeing unused kernel memory: = 4160K [2024-05-23 14:13:03.790] Mounting devtmpfs [2024-05-23 14:13:03.790] [ 3.915535] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:13:03.795] Mounting procfs [2024-05-23 14:13:03.795] Mounting sysfs [2024-05-23 14:13:03.815] [ 3.935383] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:13:03.838] [ 3.963305] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:13:03.872] [ 4.009499] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:13:03.900] [ 4.018363] mount (97) used greatest stack = depth: 11264 bytes left [2024-05-23 14:13:04.140] [ 4.277851] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:13:04.236] [ 4.373090] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:13:04.263] [ 4.401229] systemd[1]: Detected = architecture arm64. [2024-05-23 14:13:04.308]=20 [2024-05-23 14:13:04.308] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:13:04.317]=20 [2024-05-23 14:13:04.339] [ 4.461620] systemd[1]: Set hostname to = . [2024-05-23 14:13:04.341] [ 4.473023] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:13:04.357] [ 4.482332] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:13:04.590] [ 4.727308] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:13:04.609] [ 4.744408] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:13:04.651] [ 4.788314] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:13:04.665] [ 4.800414] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:13:04.854] [ 4.991386] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:13:04.928] [ OK ] Listening on udev Control Socket. [2024-05-23 14:13:04.949] [ OK ] Created slice User and Session Slice. [2024-05-23 14:13:04.967] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:13:04.983] [ OK ] Listening on Syslog Socket. [2024-05-23 14:13:05.001] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:13:05.016] [ OK ] Reached target Slices. [2024-05-23 14:13:05.033] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:13:05.046] [ OK ] Reached target Swap. [2024-05-23 14:13:05.079] [ OK ] Created slice system-getty.slice. [2024-05-23 14:13:05.085] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:13:05.099] [ OK ] Reached target Paths. [2024-05-23 14:13:05.129] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:13:05.136] [ OK ] Reached target Remote File Systems. [2024-05-23 14:13:05.156] [ OK ] Listening on Journal Socket. [2024-05-23 14:13:05.184] Mounting FUSE Control File System... [2024-05-23 14:13:05.213] Starting udev Coldplug all Devices... [2024-05-23 14:13:05.246] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:13:05.280] Mounting Huge Pages File System... [2024-05-23 14:13:05.318] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:13:05.351] Mounting Kernel Debug File System... [2024-05-23 14:13:05.381] Starting Journal Service... [2024-05-23 14:13:05.400] [ 5.537109] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:13:05.431] Starting Apply Kernel Variables... [2024-05-23 14:13:05.457] Starting mount data partition = service... [2024-05-23 14:13:05.499] Mounting Configuration File System... [2024-05-23 14:13:05.529] Mounting POSIX Message Queue File = System... [2024-05-23 14:13:05.575] [ 5.710736] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:05.584] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:13:05.665] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:13:05.682] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:13:05.716] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:13:05.732] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:13:05.755] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:13:05.763] [ OK ] Started Journal Service. [2024-05-23 14:13:05.802] [ OK ] Started mount data partition service. [2024-05-23 14:13:05.816] [ OK ] Mounted Configuration File System. [2024-05-23 14:13:05.833] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:13:05.894] Starting NS file System mount and = recovery.... [2024-05-23 14:13:05.926] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:13:05.980] Starting udev Kernel Device = Manager... [2024-05-23 14:13:05.998] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:13:06.025] [ 6.160909] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:06.033] Mounting /var/volatile... [2024-05-23 14:13:06.064] [ OK ] Reached target Containers. [2024-05-23 14:13:06.088] Mounting /tmp... [2024-05-23 14:13:06.122] [ 6.259158] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:06.221] [ 6.358838] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:06.290] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:13:06.329] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:13:06.350] [ OK ] Mounted /var/volatile. [2024-05-23 14:13:06.382] [ OK ] Mounted /tmp. [2024-05-23 14:13:06.467] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:13:06.511] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:13:06.674] [ 6.810398] systemd-journald[123]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:13:06.717] Starting Bind mount volatile = /var/spool... [2024-05-23 14:13:06.742] Starting Bind mount volatile = /var/lib... [2024-05-23 14:13:06.774] Starting Bind mount volatile = /var/cache... [2024-05-23 14:13:06.804] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:13:06.887] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:13:06.976] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:13:07.007] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:13:07.046] Starting Load/Save Random Seed... [2024-05-23 14:13:07.066] [ OK ] Reached target Local File Systems. [2024-05-23 14:13:07.091] Starting AppArmor initialization... [2024-05-23 14:13:07.121] Starting netfilter persistent = configuration... [2024-05-23 14:13:07.154] Starting Create Volatile Files and = Directories... [2024-05-23 14:13:07.183] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:13:07.274] [ 7.410137] audit: type=3D1400 = audit(1550139121.128:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:13:07.301] [ 7.426884] audit: type=3D1400 = audit(1550139121.128:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:13:07.318] [ 7.448203] audit: type=3D1400 = audit(1550139121.128:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:13:07.335] [ 7.464986] audit: type=3D1400 = audit(1550139121.132:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:13:07.352] [[ 7.481392] audit: type=3D1400 = audit(1550139121.132:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:13:07.366] [ 7.498090] audit: type=3D1400 = audit(1550139121.132:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:13:07.381] OK [ 7.513933] audit: type=3D1400 = audit(1550139121.132:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:13:07.396] ] Started AppArmor initialization. [2024-05-23 14:13:07.423] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:13:07.452] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:13:07.632] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:13:07.651] [ OK ] Reached target Network (Pre). [2024-05-23 14:13:07.677] Starting Network Service... [2024-05-23 14:13:07.720] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:13:07.750] [ OK ] Reached target System Initialization. [2024-05-23 14:13:07.768] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:13:07.782] [ OK ] Reached target Timers. [2024-05-23 14:13:07.801] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:13:07.817] [ OK ] Reached target Sockets. [2024-05-23 14:13:07.834] [ OK ] Reached target Basic System. [2024-05-23 14:13:07.864] Starting Login Service... [2024-05-23 14:13:07.896] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:13:07.903] [ 8.038524] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:13:07.948] [ 8.075323] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:13:07.955] [ 8.075385] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:13:07.965] [ 8.075605] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:13:07.976] [ OK ] Started System Logging Service. [2024-05-23 14:13:08.001] [ OK ] Started Kernel Logging Service. [2024-05-23 14:13:08.026] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:13:08.056] [ OK ] Started NS VSync Process. [2024-05-23 14:13:08.086] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:13:08.135] [ OK ] Started NS System Management Process. [2024-05-23 14:13:08.143] [ 8.279825] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:13:08.167] [ 8.296057] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:13:08.167] [ 8.300727] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:13:08.192] Start /usr/bin/sys-fail-mon [2024-05-23 14:13:08.205] Starting NS Inter Domain Comm = Process... [2024-05-23 14:13:08.237] [ 8.300746] [INFO][GMAC]=20 [2024-05-23 14:13:08.243] [ 8.374551] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:13:08.260] [ 8.383345] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:13:08.276] [ 8.390081] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:13:08.277] [ 8.394629] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:13:08.303] [ 8.394642] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:13:08.303] [ 8.402390] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:08.305] [ 8.405022] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:13:08.332] [ 8.405054] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:13:08.332] [ 8.406812] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:13:08.332] [ 8.406824] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:13:08.335] [ 8.408043] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:08.376] [ 8.456553] libphy: tcc-gmac-mdio: probed [2024-05-23 14:13:08.377] [ 8.456563] [INFO][GMAC] registered! [2024-05-23 14:13:08.377] [ 8.456569] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:13:08.377] [ 8.456578] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:13:08.377] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:13:08.406] Starting Load Kernel Modules... [2024-05-23 14:13:08.407] [ OK ] Started [ 8.535077] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:13:08.410] Network Service. [2024-05-23 14:13:08.422] [ 8.548154] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:13:08.436] [ 8.548154] -- MASTER Configuration. [2024-05-23 14:13:08.436] [ 8.548154] -- Local Receiver Status Not = OK. [2024-05-23 14:13:08.437] [ 8.548154] -- Remote Receiver Status Not = OK. [2024-05-23 14:13:08.460] [ 8.576388] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:13:08.462] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:13:08.462] [ 8.582306] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:13:08.464] [ 8.585355] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:08.479] [ 8.585360] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:13:08.483] [ 8.585365] 5 locks held by = systemd-network/261: [2024-05-23 14:13:08.508] [ 8.585368] #0: (rtnl_mutex){+.+.}, at: = [<0000000050ec803a>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:13:08.508] [ 8.585394] #1: = (&desc->request_mutex){+.+.}, at: [<00000000a125e70e>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:08.508] [ 8.585412] #2: = (&irq_desc_lock_class){-...}, at: [<00000000c84a317e>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:08.525] [ 8.585427] #3: (rcu_read_lock){....}, = at: [<0000000024bfd056>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:08.529] [ 8.585442] #4: (&picinfo->lock){....}, = at: [<00000000afe3ffbf>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:08.553] [ 8.585461] irq event stamp: 74606 [2024-05-23 14:13:08.569] [ 8.585466] hardirqs last enabled at = (74605): [<00000000f2df9ab4>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:08.569] [ 8.585471] hardirqs last disabled at = (74606): [<000000001c1b3d99>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:08.569] [ 8.585479] softirqs last enabled at (0): = [<000000007a68b179>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:08.573] [ 8.585482] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:08.573] [ 8.585485] Preemption disabled at: [2024-05-23 14:13:08.573] [ 8.585490] [<00000000c84a317e>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:08.600] [ 8.585500] CPU: 1 PID: 261 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:13:08.600] [ 8.585503] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:08.601] [ 8.585506] Call trace: [2024-05-23 14:13:08.601] [ 8.585512] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:08.601] [ 8.585517] show_stack+0x14/0x20 [2024-05-23 14:13:08.605] [ 8.585522] dump_stack+0xb8/0xf0 [2024-05-23 14:13:08.625] [ 8.585528] ___might_sleep+0x178/0x210 [2024-05-23 14:13:08.627] [ 8.585532] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:08.627] [ 8.585536] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:08.627] [ 8.585542] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:08.627] [ 8.585549] gic_set_type+0x84/0x98 [2024-05-23 14:13:08.627] [ 8.585554] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:08.627] [ 8.585559] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:08.652] [ 8.585563] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:08.652] [ 8.585570] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:13:08.652] [ 8.585575] __dev_open+0x100/0x150 [2024-05-23 14:13:08.652] [ 8.585579] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:13:08.652] [ 8.585583] dev_change_flags+0x20/0x60 [2024-05-23 14:13:08.652] [ 8.585587] do_setlink+0x3ec/0xc30 [2024-05-23 14:13:08.668] [ 8.585591] rtnl_setlink+0xcc/0x128 [2024-05-23 14:13:08.668] [ 8.585595] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:13:08.668] [ 8.585600] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:13:08.686] [ 8.585604] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:13:08.686] [ 8.585608] netlink_unicast+0x180/0x1f8 [2024-05-23 14:13:08.686] [ 8.585612] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:13:08.686] [ 8.585618] sock_sendmsg+0x3c/0x58 [2024-05-23 14:13:08.688] [ 8.585623] SyS_sendto+0xd0/0x140 [2024-05-23 14:13:08.712] [ 8.585628] el0_svc_naked+0x34/0x38 [2024-05-23 14:13:08.712] [ 8.586417] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:13:08.712] [ 8.603828] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:13:08.712] [ 8.603840] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:13:08.712] [ 8.603849] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:13:08.728] [ 8.603849] =20 [2024-05-23 14:13:08.728] [ 8.606800] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:13:08.728] [ 8.606810] Disabling lock debugging due to = kernel taint [2024-05-23 14:13:08.744] [ 8.608757] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:13:08.744] [ 8.609250] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:13:08.744] [ 8.609254] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:13:08.767] [ 8.609260] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:13:08.767] [ 8.609260] =20 [2024-05-23 14:13:08.767] [ 8.609401] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:13:08.767] [ 8.613237] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:13:08.767] [ 8.613255] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:13:08.771] [ 8.613259] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:13:08.795] [ 8.613272] [INFO][GMAC] --] phy_start: : [2024-05-23 14:13:08.798] [ 8.613339] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:13:08.798] [ 8.719921] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:08.798] [ 8.728743] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:13:08.798] [ 8.745963] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:13:08.798] [ 8.753038] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:13:08.821] [ 8.759381] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:13:08.821] [ 8.761920] Done!! [2024-05-23 14:13:08.821] [ 8.831912] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:08.821] [ 8.855423] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:13:08.821] [ 8.861582] Done!! [2024-05-23 14:13:08.823] [ 8.939905] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:08.847] [ 8.942609] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:13:08.847] [ 8.944991] Done!! [2024-05-23 14:13:08.847] [ OK ] Started Cluster Framework. [2024-05-23 14:13:08.847] [ OK ] Started HUD Framework. [2024-05-23 14:13:08.863] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:13:08.883] parents, child is 335 [2024-05-23 14:13:08.887] [ OK ] Started Nvm Process. [2024-05-23 14:13:08.913] [ OK ] Started NS hsm control application. [2024-05-23 14:13:08.937] [IDC]Start. [2024-05-23 14:13:08.951] [ 9.077693] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:13:08.951] [ 9.084859] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:08.989] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:13:08.989] [IDC](A7)ConnectReq 0 [2024-05-23 14:13:08.989] [IDC](A7)do_connect 0 [2024-05-23 14:13:08.989] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:13:08.989] [IDC](A7)Tx start session req 1 [2024-05-23 14:13:08.989] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:13:08.989] [IDC](R5)ConnectReq 0 [2024-05-23 14:13:08.989] [IDC](R5)do_connect 0 [2024-05-23 14:13:08.989] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:13:08.989] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:13:08.989] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:13:08.989] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:13:08.989] [ OK ] Started Diagnosis Framework. [2024-05-23 14:13:09.047] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:13:09.077] [IDC](A7)Session connected. [2024-05-23 14:13:09.077] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:13:09.077] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:13:09.077] [ OK ] Started Diagnosis Transport. [2024-05-23 14:13:09.077] [IDC](R5)Session connected.2 [2024-05-23 14:13:09.077] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:13:09.077] [ OK ] Started NS Software Update. [2024-05-23 14:13:09.102] [ 9.191983] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:09.102] [ OK ] Started NS Secondary Verify.[ = 9.211145] ns_vsync_register_isr irq_num:85 [2024-05-23 14:13:09.112]=20 [2024-05-23 14:13:09.112] [ OK ] Reached target Network. [2024-05-23 14:13:09.112] Starting udev Coldplug all Devices... [2024-05-23 14:13:09.168] [ 9.305014] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:09.189] Starting Permit User Sessions... [2024-05-23 14:13:09.203] Starting Wait for Network to be = Configured... [2024-05-23 14:13:09.206] [ OK ] Started Load Kernel Modules. [2024-05-23 14:13:09.234] [ OK ] Started Login Service. [2024-05-23 14:13:09.280] [ 9.416091] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:09.356] [ OK ] Started Permit User Sessions. [2024-05-23 14:13:09.387] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:13:09.403] [ 9.529343] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:09.434] [ OK ] Started Getty on tty1. [2024-05-23 14:13:09.452] [ OK ] Reached target Login Prompts. [2024-05-23 14:13:09.463] [ OK ] Reached target Multi-User System. [2024-05-23 14:13:09.507] [ 9.639970] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:09.513] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:13:09.556] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:13:09.612] [ 9.748310] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:09.642] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:13:09.794] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:13:09.960] [ 10.089997] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:13:09.969] [ 10.090005] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:13:10.893] [ 11.026742] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:13:10.904] [ 11.026750] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:13:11.468] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:13:15.808]=20 [2024-05-23 14:13:15.808] telechips-nsp1-release login:=20 [2024-05-23 14:13:19.231]=20 [2024-05-23 14:13:19.231] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:13:19.242]=20 [2024-05-23 14:13:19.242] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:13:19.242] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:13:19.242] DRAM: 2 GiB [2024-05-23 14:13:19.263] MMC: sdhc@0x16440000: 0 [2024-05-23 14:13:19.547]=20 [2024-05-23 14:13:19.547] HW Partition tyep is UserData [2024-05-23 14:13:19.568] In: serial [2024-05-23 14:13:19.570] Out: serial [2024-05-23 14:13:19.570] Err: serial [2024-05-23 14:13:19.624] Boot in the UserData environment(0) [2024-05-23 14:13:19.628] Non-secure boot (secure boot flag is clear) [2024-05-23 14:13:19.643] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:13:19.643] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:13:19.643] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:13:19.656] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:13:19.658] Booting using the fdt blob at 0x23000000 [2024-05-23 14:13:19.658] Loading Kernel Image [2024-05-23 14:13:19.682] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:13:19.685] OPTEE is enabled [2024-05-23 14:13:19.685]=20 [2024-05-23 14:13:19.685] Starting kernel ... [2024-05-23 14:13:19.685]=20 [2024-05-23 14:13:20.608] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:13:20.612] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:13:20.627] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:13:20.642] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:13:20.642] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:13:20.642] [ 0.000000] efi: UEFI not found. [2024-05-23 14:13:20.656] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:13:20.657] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:13:20.683] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:13:20.683] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:13:20.683] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:13:20.695] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:13:20.698] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:13:20.725] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:13:20.725] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:13:20.725] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:13:20.725] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:13:20.742] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:13:20.742] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:13:20.758] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:13:20.758] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:13:20.773] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:13:20.773] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:13:20.788] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:13:20.788] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:13:20.803] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:13:20.805] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:13:20.829] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:13:20.829] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:13:20.829] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:13:20.845] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:13:20.845] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:13:20.845] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:13:20.857] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:13:20.871] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:13:20.871] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:13:20.874] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:13:20.874] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:13:20.897] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:13:20.897] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:13:20.897] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:13:20.897] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:13:20.919] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:13:20.948] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:13:20.948] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:13:20.948] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:13:20.968] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:13:20.981] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:13:20.981] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:13:20.983] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:13:20.983] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:13:21.009] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:13:21.009] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:13:21.009] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:13:21.009] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:13:21.026] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:13:21.026] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:13:21.041] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:13:21.041] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:13:21.056] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:13:21.056] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:13:21.071] [ 0.000000] Running RCU self tests [2024-05-23 14:13:21.071] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:13:21.071] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:13:21.073] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:13:21.099] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:13:21.099] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:13:21.099] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:13:21.099] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:13:21.099] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:13:21.115] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:13:21.115] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:13:21.118] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:13:21.141] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:13:21.141] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:13:21.141] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:13:21.157] [ 0.001460] Console: colour dummy device = 80x25 [2024-05-23 14:13:21.157] [ 0.001703] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:13:21.159] [ 0.001706] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:13:21.184] [ 0.001709] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:13:21.184] [ 0.001711] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:13:21.184] [ 0.001714] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:13:21.184] [ 0.001717] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:13:21.184] [ 0.001720] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:13:21.198] [ 0.001722] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:13:21.201] [ 0.001725] memory used by lock dependency = info: 7903 kB [2024-05-23 14:13:21.201] [ 0.001727] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:13:21.223] [ 0.001768] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:13:21.225] [ 0.001776] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:13:21.225] [ 0.002276] Security Framework initialized [2024-05-23 14:13:21.225] [ 0.002403] AppArmor: AppArmor initialized [2024-05-23 14:13:21.225] [ 0.002649] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:21.249] [ 0.002671] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:21.249] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:13:21.249] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:13:21.249] [ 0.062273] EFI services will not be = available. [2024-05-23 14:13:21.261] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:13:21.264] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:13:21.264] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:13:21.288] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:13:21.302] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:13:21.302] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:13:21.302] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:13:21.302] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:13:21.302] [ 0.209747] SMP: Total of 4 processors = activated. [2024-05-23 14:13:21.314] [ 0.209762] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:13:21.314] [ 0.209782] CPU: All CPU(s) started at EL2 [2024-05-23 14:13:21.314] [ 0.209961] alternatives: patching kernel = code [2024-05-23 14:13:21.316] [ 0.210504] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:13:21.316] [ 0.213205] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:13:21.339] [ 0.213761] devtmpfs: initialized [2024-05-23 14:13:21.341] [ 0.403118] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:13:21.341] [ 0.403385] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:13:21.341] [ 0.412119] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:13:21.341] [ 0.413032] chipinfo: TCC8030 Rev02 [2024-05-23 14:13:21.368] [ 0.413047] chipinfo: SiP Service v0.1.56 [2024-05-23 14:13:21.368] [ 0.418375] NET: Registered protocol family = 16 [2024-05-23 14:13:21.368] [ 0.422327] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:13:21.368] [ 0.424298] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:13:21.368] [ 0.425913] cpuidle: using governor menu [2024-05-23 14:13:21.369] [ 0.426158] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:13:21.398] [ 0.440289] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:13:21.398] [ 0.440776] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:13:21.398] [ 0.440823] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:13:21.398] [ 0.440866] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:13:21.398] [ 0.440910] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:13:21.426] [ 0.440954] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:13:21.426] [ 0.440997] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:13:21.426] [ 0.441040] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:13:21.426] [ 0.441084] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:13:21.426] [ 0.441127] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:13:21.428] [ 0.441170] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:13:21.456] [ 0.441214] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:13:21.460] [ 0.441258] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:13:21.460] [ 0.441302] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:13:21.460] [ 0.441345] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:13:21.460] [ 0.441389] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:13:21.460] [ 0.441446] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:13:21.460] [ 0.441490] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:13:21.483] [ 0.441534] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:13:21.483] [ 0.441890] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:13:21.483] [ 0.441934] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:13:21.483] [ 0.441978] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:13:21.483] [ 0.442021] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:13:21.499] [ 0.442065] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:13:21.499] [ 0.442108] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:13:21.499] [ 0.442151] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:13:21.517] [ 0.442195] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:13:21.517] [ 0.442237] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:13:21.517] [ 0.442367] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:13:21.531] [ 0.442412] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:13:21.533] [ 0.442455] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:13:21.533] [ 0.442702] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:13:21.557] [ 0.442761] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:13:21.557] [ 0.442805] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:13:21.557] [ 0.442849] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:13:21.557] [ 0.442892] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:13:21.557] [ 0.442935] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:13:21.572] [ 0.442978] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:13:21.576] [ 0.443178] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:13:21.576] [ 0.443221] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:13:21.599] [ 0.443265] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:13:21.601] [ 0.443307] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:13:21.601] [ 0.443351] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:13:21.601] [ 0.443394] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:13:21.601] [ 0.443437] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:13:21.601] [ 0.443480] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:13:21.625] [ 0.443524] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:13:21.625] [ 0.443567] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:13:21.625] [ 0.443623] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:13:21.625] [ 0.443666] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:13:21.627] [ 0.443709] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:13:21.652] [ 0.443752] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:13:21.652] [ 0.444289] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:13:21.652] [ 0.444334] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:13:21.652] [ 0.444504] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:13:21.653] [ 0.444673] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:13:21.676] [ 0.444858] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:13:21.676] [ 0.445025] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:13:21.676] [ 0.445193] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:13:21.676] [ 0.445237] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:13:21.676] [ 0.445280] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:13:21.694] [ 0.445447] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:13:21.696] [ 0.445613] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:13:21.696] [ 0.445776] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:13:21.732] [ 0.445820] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:13:21.732] [ 0.445863] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:13:21.732] [ 0.445907] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:13:21.732] [ 0.445950] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:13:21.732] [ 0.446139] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:13:21.734] [ 0.446184] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:13:21.734] [ 0.446485] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:13:21.734] [ 0.446503] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:13:21.756] [ 0.528731] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:21.756] [ 0.528821] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:21.756] [ 1.675661] console [ttyAMA0] enabled [2024-05-23 14:13:21.778] [ 1.683318] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:21.794] [ 1.712254] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:13:21.800] [ 1.722546] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:13:21.818] [ 1.733138] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:13:21.833] [ 1.743393] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:13:21.923] [ 1.843192] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:13:21.959] [ 1.859303] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:13:21.960] [ 1.866202] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:13:21.960] [ 1.873059] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:13:21.960] [ 1.879428] Linux video capture interface: = v2.00 [2024-05-23 14:13:21.976] [ 1.885304] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:21.990] [ 1.885309] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:21.990] [ 1.885313] 6 locks held by swapper/0/1: [2024-05-23 14:13:21.990] [ 1.885316] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:22.004] [ 1.885343] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:22.006] [ 1.885358] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:22.030] [ 1.885376] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:22.030] [ 1.885391] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:22.032] [ 1.885408] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:22.058] [ 1.885427] irq event stamp: 288068 [2024-05-23 14:13:22.058] [ 1.885432] hardirqs last enabled at = (288067): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:22.058] [ 1.885437] hardirqs last disabled at = (288068): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:22.073] [ 1.885444] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:22.073] [ 1.885448] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:22.088] [ 1.885450] Preemption disabled at: [2024-05-23 14:13:22.088] [ 1.885456] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:22.090] [ 1.885465] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:13:22.112] [ 1.885468] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:22.112] [ 1.885472] Call trace: [2024-05-23 14:13:22.112] [ 1.885478] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:22.112] [ 1.885482] show_stack+0x14/0x20 [2024-05-23 14:13:22.112] [ 1.885488] dump_stack+0xb8/0xf0 [2024-05-23 14:13:22.127] [ 1.885493] ___might_sleep+0x178/0x210 [2024-05-23 14:13:22.130] [ 1.885497] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:22.130] [ 1.885502] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:22.130] [ 1.885507] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:22.153] [ 1.885515] gic_set_type+0x84/0x98 [2024-05-23 14:13:22.166] [ 1.885520] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:22.166] [ 1.885525] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:22.166] [ 1.885530] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:22.166] [ 1.885535] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:13:22.166] [ 1.885541] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:13:22.166] [ 1.885546] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:22.168] [ 1.885551] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:22.168] [ 1.885556] __driver_attach+0xfc/0x118 [2024-05-23 14:13:22.168] [ 1.885561] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:22.191] [ 1.885565] driver_attach+0x20/0x28 [2024-05-23 14:13:22.203] [ 1.885570] bus_add_driver+0x220/0x268 [2024-05-23 14:13:22.203] [ 1.885575] driver_register+0x60/0xf8 [2024-05-23 14:13:22.203] [ 1.885579] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:22.203] [ 1.885586] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:13:22.203] [ 1.885591] do_one_initcall+0x50/0x15c [2024-05-23 14:13:22.216] [ 1.885598] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:22.216] [ 1.885604] kernel_init+0x10/0x100 [2024-05-23 14:13:22.216] [ 1.885609] ret_from_fork+0x10/0x18 [2024-05-23 14:13:22.220] [ 1.891297] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:13:22.220] [ 2.138576] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:13:22.246] [ 2.152091] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:13:22.246] [ 2.159114] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:13:22.246] [ 2.163717] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:13:22.250] [ 2.168520] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:13:22.275] [ 2.173367] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:13:22.276] [ 2.177922] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:13:22.309] [ 2.231625] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:13:22.333] [ 2.243938] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:22.349] [ 2.261985] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:22.358] [ 2.277589] NET: Registered protocol family = 2 [2024-05-23 14:13:22.371] [ 2.285101] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:13:22.371] [ 2.292718] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:13:22.387] [ 2.303857] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:13:22.402] [ 2.311272] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:13:22.402] [ 2.318048] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:13:22.423] [ 2.326156] NET: Registered protocol family = 1 [2024-05-23 14:13:22.512] [ 2.434268] audit: initializing netlink = subsys (disabled) [2024-05-23 14:13:22.533] [ 2.441002] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:13:22.534] [ 2.441539] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:13:22.602] [ 2.523609] fuse init (API version 7.26) [2024-05-23 14:13:22.620] [ 2.541937] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:13:22.634] [ 2.551700] io scheduler noop registered = (default) [2024-05-23 14:13:22.636] [ 2.556540] io scheduler mq-deadline = registered [2024-05-23 14:13:22.661] [ 2.561114] io scheduler kyber registered [2024-05-23 14:13:22.661] [ 2.571643] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:22.661] [ 2.578495] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:22.674] [ 2.585010] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:13:22.687] [ 2.592622] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:22.734] [ 2.655250] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:22.741] [ 2.662995] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:22.754] [ 2.668027] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:13:22.754] [ 2.673455] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:22.768] [ 2.674111] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:22.768] [ 2.684865] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:22.769] [ 2.691073] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:13:22.795] [ 2.698687] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:22.807] [ 2.722725] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:22.810] [ 2.729512] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:22.824] [ 2.734126] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:13:22.826] [ 2.739553] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:22.826] [ 2.740108] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:22.853] [ 2.750861] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:22.853] [ 2.757069] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:13:22.853] [ 2.764683] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:22.909] [ 2.831093] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:22.918] [ 2.837972] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:22.931] [ 2.842662] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:13:22.936] [ 2.848089] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:22.951] [ 2.858032] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:13:22.951] [ 2.867671] [INF][WDMA] tcc_wdma_init [2024-05-23 14:13:22.972] [ 2.872503] TCC WDMA Driver Initializing [2024-05-23 14:13:22.975] [ 2.879749] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:13:22.975] [ 2.886122] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:13:22.976] [ 2.896665] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:22.990] [ 2.909305] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:13:23.005] [ 2.918777] [CPU_ID] probe is done [2024-05-23 14:13:23.005] [ 2.922525] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:13:23.007] [ 2.929258] [DRAM_TOOL] probe is done [2024-05-23 14:13:23.020] [ 2.936503] MALI-G51 : r30p0-01eac0 [2024-05-23 14:13:23.020] [ 2.940030] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:13:23.035] [ 2.949957] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:23.050] [ 2.949961] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:23.050] [ 2.949966] 6 locks held by swapper/0/1: [2024-05-23 14:13:23.063] [ 2.949969] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:23.065] [ 2.949996] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:23.078] [ 2.950011] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:23.080] [ 2.950029] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:23.106] [ 2.950044] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:23.106] [ 2.950060] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:23.106] [ 2.950079] irq event stamp: 453744 [2024-05-23 14:13:23.106] [ 2.950084] hardirqs last enabled at = (453743): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:23.121] [ 2.950089] hardirqs last disabled at = (453744): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:23.138] [ 2.950097] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:23.138] [ 2.950101] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:23.153] [ 2.950103] Preemption disabled at: [2024-05-23 14:13:23.153] [ 2.950109] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:23.153] [ 2.950118] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:13:23.168] [ 2.950121] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:23.168] [ 2.950125] Call trace: [2024-05-23 14:13:23.168] [ 2.950131] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:23.170] [ 2.950135] show_stack+0x14/0x20 [2024-05-23 14:13:23.197] [ 2.950141] dump_stack+0xb8/0xf0 [2024-05-23 14:13:23.197] [ 2.950146] ___might_sleep+0x178/0x210 [2024-05-23 14:13:23.197] [ 2.950150] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:23.197] [ 2.950155] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:23.197] [ 2.950161] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:23.197] [ 2.950168] gic_set_type+0x84/0x98 [2024-05-23 14:13:23.197] [ 2.950173] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:23.210] [ 2.950177] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:23.212] [ 2.950182] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:23.212] [ 2.950188] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:13:23.212] [ 2.950195] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:13:23.237] [ 2.950199] kbase_device_init+0x78/0xf8 [2024-05-23 14:13:23.237] [ 2.950205] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:13:23.237] [ 2.950210] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:23.237] [ 2.950215] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:23.237] [ 2.950219] __driver_attach+0xfc/0x118 [2024-05-23 14:13:23.250] [ 2.950224] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:23.252] [ 2.950229] driver_attach+0x20/0x28 [2024-05-23 14:13:23.252] [ 2.950234] bus_add_driver+0x220/0x268 [2024-05-23 14:13:23.252] [ 2.950239] driver_register+0x60/0xf8 [2024-05-23 14:13:23.271] [ 2.950243] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:23.284] [ 2.950251] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:13:23.284] [ 2.950255] do_one_initcall+0x50/0x15c [2024-05-23 14:13:23.284] [ 2.950262] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:23.284] [ 2.950268] kernel_init+0x10/0x100 [2024-05-23 14:13:23.288] [ 2.950272] ret_from_fork+0x10/0x18 [2024-05-23 14:13:23.288] [ 2.952200] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:13:23.288] [ 3.207042] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:13:23.314] [ 3.213781] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:13:23.314] [ 3.228225] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:13:23.317] [ 3.235451] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:13:23.331] [ 3.247811] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:13:23.333] [ 3.254029] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:13:23.360] [ 3.258411] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:13:23.360] [ 3.265922] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:13:23.393] [ 3.315290] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:13:23.406] [ 3.326216] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:13:23.422] [ 3.334096] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:13:23.433] [ 3.345770] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:13:23.435] [ 3.351055] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:13:23.463] [ 3.362128] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:13:23.463] [ 3.371005] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:13:23.492] [ 3.390369] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:13:23.495] [ 3.405789] libphy: Fixed MDIO Bus: probed [2024-05-23 14:13:23.495] [ 3.410845] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:13:23.501] [ 3.422425] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:13:23.514] [ 3.424053] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:13:23.514] [ 3.424103] [INFO][GAMC] gmac index : 1 [2024-05-23 14:13:23.514] [ 3.424697] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:13:23.530] [ 3.424705] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:13:23.530] [ 3.425997] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:13:23.530] [ 3.426011] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:13:23.546] [ 3.430221] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:13:23.546] [ 3.439153] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:13:23.546] [ 3.440240] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:23.567] [ 3.440252] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:13:23.567] [ 3.440260] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:13:23.567] [ 3.440271] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:23.567] [ 3.440283] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:13:23.582] [ 3.441896] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:13:23.586] [ 3.451156] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:13:23.586] [ 3.451166] usbhid: USB HID core driver [2024-05-23 14:13:23.611] [ 3.451522] optee: probing for conduit = method from DT. [2024-05-23 14:13:23.611] [ 3.451547] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:13:23.611] [ 3.453390] optee: initialized driver [2024-05-23 14:13:23.611] [ 3.455123] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:13:23.611] [ 3.455138] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:13:23.614] [ 3.455146] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:13:23.636] [ 3.455153] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:13:23.636] [ 3.455160] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:13:23.636] [ 3.455167] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:13:23.636] [ 3.455175] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:13:23.650] [ 3.455182] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:13:23.650] [ 3.456688] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:13:23.666] [ 3.456695] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:13:23.666] [ 3.463588] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:13:23.667] [ 3.481949] NET: Registered protocol family = 17 [2024-05-23 14:13:23.691] [ 3.482431] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:13:23.691] [ 3.487298] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:13:23.693] [ 3.613652] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:13:23.710] [ 3.624713] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:13:23.712] [ 3.630187] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:13:23.725] [ 3.637350] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:13:23.725] [ 3.644639] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:13:23.740] [ 3.651424] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:23.740] [ 3.651468] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:13:23.755] [ 3.653860] ALSA device list: [2024-05-23 14:13:23.755] [ 3.653868] No soundcards found. [2024-05-23 14:13:23.755] [ 3.676124] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:23.770] [ 3.685517] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:13:23.794] [ 3.693031] GPT:15269887 !=3D 15273599 [2024-05-23 14:13:23.798] [ 3.696637] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:13:23.798] [ 3.697200] Freeing unused kernel memory: = 4160K [2024-05-23 14:13:23.798] Mounting devtmpfs[ 3.707679] GPT:15269887 = !=3D 15273599 [2024-05-23 14:13:23.798]=20 [2024-05-23 14:13:23.798] [ 3.712731] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:13:23.798] [ 3.718187] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:13:23.814] Mounting procfs[ 3.724848] mount (91) used = greatest stack depth: 13232 bytes left [2024-05-23 14:13:23.829]=20 [2024-05-23 14:13:23.829] Mounting sysfs [2024-05-23 14:13:23.839] [ 3.760581] grep (94) used greatest stack = depth: 12608 bytes left [2024-05-23 14:13:23.868] [ 3.782503] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:13:23.903] [ 3.824791] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:13:23.912] [ 3.833720] mount (98) used greatest stack = depth: 11312 bytes left [2024-05-23 14:13:23.930] [ 3.851975] mount (100) used greatest stack = depth: 11120 bytes left [2024-05-23 14:13:24.174] [ 4.094256] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:13:24.269] [ 4.189876] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:13:24.299] [ 4.217204] systemd[1]: Detected = architecture arm64. [2024-05-23 14:13:24.342]=20 [2024-05-23 14:13:24.342] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:13:24.355]=20 [2024-05-23 14:13:24.369] [ 4.280311] systemd[1]: Set hostname to = . [2024-05-23 14:13:24.373] [ 4.291620] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:13:24.387] [ 4.300955] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:13:24.619] [ 4.541332] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:13:24.649] [ 4.558448] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:13:24.680] [ 4.601781] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:13:24.695] [ 4.613896] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:13:24.883] [ 4.804089] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:13:24.957] [ OK ] Listening on Syslog Socket. [2024-05-23 14:13:24.971] [ OK ] Listening on Journal Socket. [2024-05-23 14:13:24.999] [ OK ] Listening on udev Control Socket. [2024-05-23 14:13:25.004] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:13:25.023] [ OK ] Created slice User and Session Slice. [2024-05-23 14:13:25.053] [ OK ] Reached target Paths. [2024-05-23 14:13:25.061] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:13:25.090] Mounting FUSE Control File System... [2024-05-23 14:13:25.107] [ OK ] Reached target Slices. [2024-05-23 14:13:25.139] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:13:25.169] Mounting POSIX Message Queue File = System... [2024-05-23 14:13:25.191] [ OK ] Reached target Swap. [2024-05-23 14:13:25.201] [ OK ] Created slice system-getty.slice. [2024-05-23 14:13:25.216] [ 5.132984] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:13:25.245] Starting mount data partition = service... [2024-05-23 14:13:25.280] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:13:25.320] Mounting Huge Pages File System... [2024-05-23 14:13:25.339] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:13:25.369] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:13:25.408] [ 5.329196] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:25.436] Starting Journal Service... [2024-05-23 14:13:25.454] [ OK ] Reached target Remote File Systems. [2024-05-23 14:13:25.475] Starting Apply Kernel Variables... [2024-05-23 14:13:25.510] Mounting Configuration File System... [2024-05-23 14:13:25.542] Mounting Kernel Debug File System... [2024-05-23 14:13:25.570] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:13:25.587] Starting udev Coldplug all Devices... [2024-05-23 14:13:25.656] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:13:25.693] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:13:25.720] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:13:25.732] [ OK ] Started mount data partition service. [2024-05-23 14:13:25.753] [ OK ] Started Journal Service. [2024-05-23 14:13:25.787] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:13:25.804] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:13:25.838] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:13:25.853] [ OK ] Mounted Configuration File System. [2024-05-23 14:13:25.871] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:13:25.925] Starting NS file System mount and = recovery.... [2024-05-23 14:13:25.971] Starting udev Kernel Device = Manager... [2024-05-23 14:13:26.004] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:13:26.023] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:13:26.057] Mounting /var/volatile... [2024-05-23 14:13:26.072] [ 5.984984] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:26.097] [ OK ] Reached target Containers. [2024-05-23 14:13:26.118] Mounting /tmp... [2024-05-23 14:13:26.158] [ 6.079146] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:26.231] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:13:26.259] [ 6.180629] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:26.269] [ OK ] Mounted /var/volatile. [2024-05-23 14:13:26.350] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:13:26.374] [ OK ] Mounted /tmp. [2024-05-23 14:13:26.458] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:13:26.572] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:13:26.688] [ 6.609318] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:13:26.708] Starting Bind mount volatile = /var/lib... [2024-05-23 14:13:26.742] Starting Bind mount volatile = /var/spool... [2024-05-23 14:13:26.775] Starting Bind mount volatile = /var/cache... [2024-05-23 14:13:26.804] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:13:26.952] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:13:27.015] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:13:27.042] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:13:27.077] Starting Load/Save Random Seed... [2024-05-23 14:13:27.105] [ OK ] Reached target Local File Systems. [2024-05-23 14:13:27.126] Starting Create Volatile Files and = Directories... [2024-05-23 14:13:27.158] Starting AppArmor initialization... [2024-05-23 14:13:27.200] Starting netfilter persistent = configuration... [2024-05-23 14:13:27.230] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:13:27.276] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:13:27.314] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:13:27.339] [ 7.257992] audit: type=3D1400 = audit(1550139121.160:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D252 comm=3D"apparmor_parser" [2024-05-23 14:13:27.378] [ 7.278859] audit: type=3D1400 = audit(1550139121.164:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:13:27.379] [ 7.298747] audit: type=3D1400 = audit(1550139121.164:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:13:27.396] [ OK ] [ 7.315818] audit: type=3D1400 = audit(1550139121.164:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:13:27.423] [ 7.332923] audit: type=3D1400 = audit(1550139121.164:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:13:27.450] Started AppArmor initial[ 7.348933] audit: = type=3D1400 audit(1550139121.164:7): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//agetty_profile" pid=3D252 comm=3D"apparmor_parser" [2024-05-23 14:13:27.450] ization. [2024-05-23 14:13:27.450] [ 7.367932] audit: type=3D1400 = audit(1550139121.164:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:13:27.488] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:13:27.654] [ OK ] Reached target Network (Pre). [2024-05-23 14:13:27.686] Starting Network Service... [2024-05-23 14:13:27.705] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:13:27.736] [ OK ] Reached target System Initialization. [2024-05-23 14:13:27.756] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:13:27.772] [ OK ] Reached target Timers. [2024-05-23 14:13:27.789] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:13:27.806] [ OK ] Reached target Sockets. [2024-05-23 14:13:27.822] [ OK ] Reached target Basic System. [2024-05-23 14:13:27.844] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:13:27.873] [ 7.790453] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:13:27.902] Starting Load Kernel Modules... [2024-05-23 14:13:27.910] [ 7.831566] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:13:27.923] [ 7.836734] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:13:27.923] [ 7.841260] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:13:27.959] [ OK ] Started Kernel Logging Service. [2024-05-23 14:13:27.970] [ 7.891791] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:13:27.985] [ 7.899006] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:13:27.986] [ 7.906397] Disabling lock debugging due to = kernel taint [2024-05-23 14:13:28.010] Starting Login Service... [2024-05-23 14:13:28.010] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:13:28.027] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:13:28.056] [ OK ] Started NS VSync Process. [2024-05-23 14:13:28.083] [ OK ] Started System Logging Service. [2024-05-23 14:13:28.105] [ 8.019168] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:13:28.122] [ 8.029713] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:28.128] [ 8.029717] in_atomic(): 1, = irqs_disabled(): 128, pid: 264, name: systemd-modules [2024-05-23 14:13:28.143] [ 8.029719] INFO: lockdep is turned off. [2024-05-23 14:13:28.143] [ 8.029721] irq event stamp: 24755 [2024-05-23 14:13:28.156] [ 8.029736] hardirqs last enabled at = (24755): [<00000000254b1c9a>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:28.159] [ 8.029740] hardirqs last disabled at = (24754): [<000000003fc4efa4>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:28.187] [ 8.029748] softirqs last enabled at (0): = [<0000000065c5950f>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:28.187] [ 8.029750] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:28.187] [ 8.029752] Preemption disabled at: [2024-05-23 14:13:28.187] [ 8.029759] [<0000000022c9983f>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:28.199] [ 8.029766] CPU: 3 PID: 264 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:13:28.203] [ 8.029768] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:28.226] [ 8.029771] Call trace: [2024-05-23 14:13:28.240] [ 8.029776] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:28.240] [ 8.029779] show_stack+0x14/0x20 [2024-05-23 14:13:28.240] [ 8.029784] dump_stack+0xb8/0xf0 [2024-05-23 14:13:28.240] [ 8.029788] ___might_sleep+0x178/0x210 [2024-05-23 14:13:28.240] [ 8.029791] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:28.240] [ 8.029797] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:28.240] [ 8.029801] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:28.248] [ 8.029807] gic_set_type+0x84/0x98 [2024-05-23 14:13:28.248] [ 8.029811] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:28.248] [ 8.029814] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:28.250] [ 8.029818] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:28.250] [ 8.029850] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:13:28.274] [ 8.029867] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:13:28.276] [ 8.029872] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:28.276] [ 8.029878] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:28.276] [ 8.029881] __driver_attach+0xfc/0x118 [2024-05-23 14:13:28.276] [ 8.029885] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:28.276] [ 8.029889] driver_attach+0x20/0x28 [2024-05-23 14:13:28.276] [ 8.029892] bus_add_driver+0x220/0x268 [2024-05-23 14:13:28.300] [ 8.029896] driver_register+0x60/0xf8 [2024-05-23 14:13:28.311] [ 8.029898] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:28.311] [ 8.029916] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:13:28.311] [ 8.029920] do_one_initcall+0x50/0x15c [2024-05-23 14:13:28.311] [ 8.029925] do_init_module+0x54/0x1b0 [2024-05-23 14:13:28.311] [ 8.029928] load_module+0x1e70/0x2428 [2024-05-23 14:13:28.313] [ 8.029931] SyS_finit_module+0xe4/0x118 [2024-05-23 14:13:28.313] [ 8.029935] el0_svc_naked+0x34/0x38 [2024-05-23 14:13:28.313] [ 8.040833] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:13:28.334] [ 8.043947] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:13:28.337] [ 8.046476] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:13:28.337] [ 8.050719] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:13:28.337] [ 8.058980] Done!! [2024-05-23 14:13:28.337] [ 8.062631] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:13:28.337] [ 8.062639] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:13:28.350] [ 8.062645] [INFO][GMAC]=20 [2024-05-23 14:13:28.352] [ 8.106926] libphy: tcc-gmac-mdio: probed [2024-05-23 14:13:28.352] [ 8.106931] [INFO][GMAC] registered! [2024-05-23 14:13:28.352] [ 8.106934] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:13:28.375] [ 8.106940] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:13:28.388] [ 8.161288] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:13:28.388] [ 8.163643] Done!! [2024-05-23 14:13:28.388] [ 8.184641] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:13:28.388] [ 8.184684] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:13:28.389] [ 8.184684] -- MASTER Configuration. [2024-05-23 14:13:28.389] [ 8.184684] -- Local Receiver Status Not = OK. [2024-05-23 14:13:28.389] [ 8.184684] -- Remote Receiver Status Not = OK. [2024-05-23 14:13:28.414] [ 8.184701] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:13:28.414] [ 8.184705] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:13:28.414] [ 8.184993] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:13:28.414] [ 8.189096] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:13:28.428] [ 8.189101] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:13:28.428] [ 8.189106] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:13:28.430] [ 8.189106] =20 [2024-05-23 14:13:28.453] [ 8.189387] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:13:28.455] [ 8.189573] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:13:28.455] [ 8.189576] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:13:28.455] [ 8.189580] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:13:28.455] [ 8.189580] =20 [2024-05-23 14:13:28.455] [ 8.189709] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:13:28.478] [ 8.189724] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:13:28.478] [ 8.189727] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:13:28.478] [ 8.189732] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:13:28.478] [ 8.189739] [INFO][GMAC] --] phy_start: : [2024-05-23 14:13:28.478] [ 8.189796] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:13:28.492] [ 8.244967] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:13:28.504] [ 8.247280] Done!! [2024-05-23 14:13:28.504] [ 8.294580] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:28.505] [ 8.402587] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:28.505] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:13:28.529] [ OK ] Started NS System Management Process. [2024-05-23 14:13:28.532] Starting NS Inter Domain Comm = Process... [2024-05-23 14:13:28.555] Start /usr/bin/sys-fail-mon [2024-05-23 14:13:28.560] [ OK ] Started Network Service. [2024-05-23 14:13:28.560] [ 8.464262] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:13:28.560] [ 8.469957] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:13:28.573] [ OK ] Started 8.480554] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:13:28.589] 39mLoad Kernel Modules. [2024-05-23 14:13:28.589] [ 8.491059] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:13:28.591] Starting Wait for Network to be = Configured... [2024-05-23 14:13:28.591] [ ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:28.619] [0;32m OK ] Reached target 8.519021] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:13:28.619] ;1;39mNetwork. [2024-05-23 14:13:28.619] Starti[ 8.526804] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:13:28.619] ng udev Coldplug all De[ 8.535025] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:13:28.635] vices... [2024-05-23 14:13:28.635] Starting [ 8.547664] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:13:28.660] Permit User Sessions 8.557491] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:13:28.662] m... [2024-05-23 14:13:28.662] [ 8.567082] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:28.668] [ OK ] Started Permit User Sessions. [2024-05-23 14:13:28.682] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:13:28.695] [ OK ] Started Cluster Framework. [2024-05-23 14:13:28.704] [ OK ] Started HUD Framework. [2024-05-23 14:13:28.717] parents, child is 321 [2024-05-23 14:13:28.717] [ 8.635869] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:28.733] [IDC]Start. [2024-05-23 14:13:28.733] [ OK ] Started 8.648146] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:13:28.750] 39mNS ethernet phy control application. [2024-05-23 14:13:28.750] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:13:28.750] [ OK ] Started Nvm Process. [2024-05-23 14:13:28.752] [IDC](A7)ConnectReq 0 [2024-05-23 14:13:28.776] [IDC](A7)do_connect 0 [2024-05-23 14:13:28.777] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:13:28.777] [IDC](A7)Tx start session req 1 [2024-05-23 14:13:28.777] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:13:28.777] [IDC](R5)ConnectReq 0 [2024-05-23 14:13:28.777] [IDC](R5)do_connect 0 [2024-05-23 14:13:28.777] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:13:28.777] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:13:28.777] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:13:28.777] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:13:28.800] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:13:28.826] [IDC](A7)Session connected. [2024-05-23 14:13:28.826] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:13:28.826] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:13:28.826] [IDC](R5)Session connected.2 [2024-05-23 14:13:28.826] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:13:28.846] [ 8.746766] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:28.848] [ OK ] Started NS hsm control application. [2024-05-23 14:13:28.864] [ OK ] Started Diagnosis Framework. [2024-05-23 14:13:28.916] [ OK ] Started NS Software Update. [2024-05-23 14:13:28.943] [ 8.863552] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:28.998] [ OK ] Started NS Secondary Verify. [2024-05-23 14:13:29.023] [ 8.937079] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:13:29.053] [ 8.974642] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:29.060] [ OK ] Started Diagnosis Transport. [2024-05-23 14:13:29.090] [ OK ] Started Getty on tty1. [2024-05-23 14:13:29.165] [ 9.086723] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:29.274] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:13:29.280] [ 9.198771] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:29.294] [ OK ] Reached target Login Prompts. [2024-05-23 14:13:29.345] [ OK ] Started Login Service. [2024-05-23 14:13:29.350] [ OK ] Reached target Multi-User System. [2024-05-23 14:13:29.365] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:13:29.381] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:13:29.390] [ 9.310816] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:29.453] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:13:29.498] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:13:29.945] [ 9.852270] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:13:29.953] [ 9.852277] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:13:30.822] [ 10.740106] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:13:30.844] [ 10.749033] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:13:31.598] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:13:35.454]=20 [2024-05-23 14:13:35.454] telechips-nsp1-release login:=20 [2024-05-23 14:13:37.439]=20 [2024-05-23 14:13:37.439] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:13:37.454]=20 [2024-05-23 14:13:37.454] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:13:37.468] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:13:37.468] DRAM: 2 GiB [2024-05-23 14:13:37.490] MMC: sdhc@0x16440000: 0 [2024-05-23 14:13:37.769]=20 [2024-05-23 14:13:37.769] HW Partition tyep is UserData [2024-05-23 14:13:37.779] In: serial [2024-05-23 14:13:37.779] Out: serial [2024-05-23 14:13:37.781] Err: serial [2024-05-23 14:13:37.844] Boot in the UserData environment(0) [2024-05-23 14:13:37.847] Non-secure boot (secure boot flag is clear) [2024-05-23 14:13:37.862] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:13:37.862] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:13:37.862] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:13:37.889] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:13:37.891] Booting using the fdt blob at 0x23000000 [2024-05-23 14:13:37.891] Loading Kernel Image [2024-05-23 14:13:37.891] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:13:37.892] OPTEE is enabled [2024-05-23 14:13:37.904]=20 [2024-05-23 14:13:37.904] Starting kernel ... [2024-05-23 14:13:37.906]=20 [2024-05-23 14:13:38.829] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:13:38.832] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:13:38.848] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:13:38.862] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:13:38.864] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:13:38.864] [ 0.000000] efi: UEFI not found. [2024-05-23 14:13:38.887] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:13:38.901] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:13:38.901] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:13:38.901] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:13:38.904] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:13:38.928] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:13:38.930] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:13:38.930] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:13:38.930] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:13:38.955] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:13:38.955] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:13:38.955] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:13:38.970] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:13:38.970] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:13:38.984] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:13:38.984] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:13:39.000] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:13:39.000] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:13:39.016] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:13:39.016] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:13:39.030] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:13:39.030] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:13:39.046] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:13:39.048] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:13:39.072] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:13:39.072] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:13:39.072] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:13:39.072] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:13:39.072] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:13:39.086] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:13:39.086] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:13:39.101] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:13:39.101] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:13:39.101] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:13:39.116] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:13:39.116] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:13:39.147] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:13:39.147] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:13:39.163] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:13:39.163] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:13:39.185] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:13:39.187] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:13:39.187] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:13:39.212] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:13:39.212] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:13:39.212] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:13:39.217] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:13:39.242] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:13:39.242] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:13:39.242] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:13:39.242] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:13:39.262] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:13:39.262] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:13:39.277] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:13:39.278] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:13:39.301] [ 0.000000] Running RCU self tests [2024-05-23 14:13:39.303] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:13:39.303] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:13:39.303] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:13:39.303] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:13:39.303] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:13:39.328] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:13:39.328] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:13:39.328] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:13:39.328] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:13:39.330] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:13:39.353] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:13:39.353] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:13:39.366] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:13:39.368] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:13:39.368] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:13:39.396] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:13:39.396] [ 0.001723] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:13:39.396] [ 0.001726] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:13:39.396] [ 0.001729] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:13:39.396] [ 0.001731] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:13:39.399] [ 0.001734] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:13:39.422] [ 0.001737] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:13:39.424] [ 0.001739] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:13:39.424] [ 0.001742] memory used by lock dependency = info: 7903 kB [2024-05-23 14:13:39.424] [ 0.001745] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:13:39.424] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:13:39.448] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:13:39.448] [ 0.002290] Security Framework initialized [2024-05-23 14:13:39.448] [ 0.002416] AppArmor: AppArmor initialized [2024-05-23 14:13:39.448] [ 0.002662] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:39.462] [ 0.002684] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:39.474] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:13:39.474] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:13:39.476] [ 0.062286] EFI services will not be = available. [2024-05-23 14:13:39.476] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:13:39.499] [ 0.120748] Detected VIPT I-cache on CPU1 [2024-05-23 14:13:39.503] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:13:39.503] [ 0.164993] Detected VIPT I-cache on CPU2 [2024-05-23 14:13:39.503] [ 0.165050] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:13:39.503] [ 0.209280] Detected VIPT I-cache on CPU3 [2024-05-23 14:13:39.503] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:13:39.517] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:13:39.520] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:13:39.520] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:13:39.520] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:13:39.548] [ 0.209966] alternatives: patching kernel = code [2024-05-23 14:13:39.548] [ 0.210506] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:13:39.548] [ 0.213107] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:13:39.548] [ 0.213705] devtmpfs: initialized [2024-05-23 14:13:39.548] [ 0.403603] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:13:39.550] [ 0.403868] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:13:39.577] [ 0.412626] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:13:39.577] [ 0.413550] chipinfo: TCC8030 Rev02 [2024-05-23 14:13:39.577] [ 0.413565] chipinfo: SiP Service v0.1.56 [2024-05-23 14:13:39.577] [ 0.418799] NET: Registered protocol family = 16 [2024-05-23 14:13:39.577] [ 0.422826] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:13:39.590] [ 0.424764] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:13:39.617] [ 0.426433] cpuidle: using governor menu [2024-05-23 14:13:39.617] [ 0.426672] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:13:39.621] [ 0.440745] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:13:39.621] [ 0.441240] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:13:39.621] [ 0.441286] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:13:39.621] [ 0.441330] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:13:39.621] [ 0.441374] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:13:39.621] [ 0.441418] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:13:39.646] [ 0.441461] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:13:39.646] [ 0.441504] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:13:39.646] [ 0.441548] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:13:39.646] [ 0.441592] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:13:39.646] [ 0.441635] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:13:39.667] [ 0.441693] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:13:39.668] [ 0.441738] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:13:39.668] [ 0.441781] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:13:39.668] [ 0.441825] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:13:39.668] [ 0.441868] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:13:39.692] [ 0.441912] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:13:39.692] [ 0.441955] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:13:39.692] [ 0.441999] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:13:39.692] [ 0.442455] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:13:39.695] [ 0.442500] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:13:39.715] [ 0.442544] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:13:39.715] [ 0.442587] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:13:39.715] [ 0.442631] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:13:39.715] [ 0.442674] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:13:39.736] [ 0.442717] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:13:39.736] [ 0.442761] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:13:39.736] [ 0.442817] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:13:39.736] [ 0.442860] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:13:39.749] [ 0.442904] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:13:39.751] [ 0.442947] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:13:39.751] [ 0.443197] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:13:39.775] [ 0.443241] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:13:39.775] [ 0.443284] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:13:39.775] [ 0.443328] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:13:39.775] [ 0.443371] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:13:39.775] [ 0.443414] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:13:39.790] [ 0.443458] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:13:39.790] [ 0.443656] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:13:39.790] [ 0.443699] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:13:39.805] [ 0.443742] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:13:39.805] [ 0.443786] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:13:39.817] [ 0.443829] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:13:39.820] [ 0.443885] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:13:39.820] [ 0.443929] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:13:39.822] [ 0.443972] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:13:39.848] [ 0.444015] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:13:39.848] [ 0.444058] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:13:39.848] [ 0.444101] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:13:39.848] [ 0.444145] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:13:39.848] [ 0.444188] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:13:39.861] [ 0.444231] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:13:39.863] [ 0.444783] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:13:39.863] [ 0.444827] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:13:39.887] [ 0.444998] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:13:39.887] [ 0.445167] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:13:39.887] [ 0.445334] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:13:39.887] [ 0.445500] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:13:39.887] [ 0.445666] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:13:39.902] [ 0.445710] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:13:39.902] [ 0.445753] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:13:39.902] [ 0.445925] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:13:39.913] [ 0.446100] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:13:39.914] [ 0.446268] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:13:39.939] [ 0.446313] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:13:39.939] [ 0.446357] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:13:39.939] [ 0.446511] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:13:39.939] [ 0.446574] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:13:39.951] [ 0.446780] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:13:39.954] [ 0.446823] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:13:39.954] [ 0.447043] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:13:39.954] [ 0.447057] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:13:39.978] [ 0.529386] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:39.978] [ 0.529475] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:39.978] [ 1.676297] console [ttyAMA0] enabled [2024-05-23 14:13:39.982] [ 1.684098] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:40.018] [ 1.712986] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:13:40.021] [ 1.723273] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:13:40.034] [ 1.733845] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:13:40.049] [ 1.744164] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:13:40.140] [ 1.843884] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:13:40.177] [ 1.859970] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:13:40.180] [ 1.866866] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:13:40.180] [ 1.873648] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:13:40.180] [ 1.880033] Linux video capture interface: = v2.00 [2024-05-23 14:13:40.206] [ 1.886008] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:40.208] [ 1.886013] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:40.208] [ 1.886017] 6 locks held by swapper/0/1: [2024-05-23 14:13:40.211] [ 1.886020] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:40.235] [ 1.886048] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:40.235] [ 1.886063] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:40.235] [ 1.886082] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:40.250] [ 1.886097] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:40.250] [ 1.886113] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:40.267] [ 1.886132] irq event stamp: 288112 [2024-05-23 14:13:40.267] [ 1.886137] hardirqs last enabled at = (288111): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:40.280] [ 1.886142] hardirqs last disabled at = (288112): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:40.282] [ 1.886150] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:40.306] [ 1.886154] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:40.306] [ 1.886156] Preemption disabled at: [2024-05-23 14:13:40.306] [ 1.886162] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:40.308] [ 1.886170] CPU: 3 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:13:40.333] [ 1.886173] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:40.333] [ 1.886177] Call trace: [2024-05-23 14:13:40.333] [ 1.886183] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:40.333] [ 1.886188] show_stack+0x14/0x20 [2024-05-23 14:13:40.333] [ 1.886194] dump_stack+0xb8/0xf0 [2024-05-23 14:13:40.333] [ 1.886200] ___might_sleep+0x178/0x210 [2024-05-23 14:13:40.349] [ 1.886204] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:40.349] [ 1.886209] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:40.349] [ 1.886214] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:40.351] [ 1.886221] gic_set_type+0x84/0x98 [2024-05-23 14:13:40.374] [ 1.886226] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:40.378] [ 1.886231] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:40.378] [ 1.886236] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:40.378] [ 1.886242] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:13:40.378] [ 1.886248] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:13:40.378] [ 1.886252] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:40.400] [ 1.886257] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:40.414] [ 1.886262] __driver_attach+0xfc/0x118 [2024-05-23 14:13:40.414] [ 1.886267] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:40.414] [ 1.886272] driver_attach+0x20/0x28 [2024-05-23 14:13:40.414] [ 1.886276] bus_add_driver+0x220/0x268 [2024-05-23 14:13:40.414] [ 1.886281] driver_register+0x60/0xf8 [2024-05-23 14:13:40.414] [ 1.886285] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:40.417] [ 1.886293] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:13:40.417] [ 1.886298] do_one_initcall+0x50/0x15c [2024-05-23 14:13:40.417] [ 1.886305] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:40.438] [ 1.886310] kernel_init+0x10/0x100 [2024-05-23 14:13:40.452] [ 1.886315] ret_from_fork+0x10/0x18 [2024-05-23 14:13:40.452] [ 1.891802] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:13:40.452] [ 2.139059] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:13:40.465] [ 2.152546] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:13:40.469] [ 2.159557] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:13:40.469] [ 2.164158] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:13:40.469] [ 2.168962] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:13:40.493] [ 2.173785] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:13:40.493] [ 2.178339] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:13:40.530] [ 2.232062] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:13:40.552] [ 2.244539] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:40.568] [ 2.262668] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:40.579] [ 2.278246] NET: Registered protocol family = 2 [2024-05-23 14:13:40.603] [ 2.285688] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:13:40.603] [ 2.293303] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:13:40.606] [ 2.304570] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:13:40.627] [ 2.311925] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:13:40.627] [ 2.318708] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:13:40.627] [ 2.326792] NET: Registered protocol family = 1 [2024-05-23 14:13:40.731] [ 2.434372] audit: initializing netlink = subsys (disabled) [2024-05-23 14:13:40.752] [ 2.440766] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:13:40.756] [ 2.441391] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:13:40.820] [ 2.523449] fuse init (API version 7.26) [2024-05-23 14:13:40.839] [ 2.541312] modprobe (67) used greatest = stack depth: 13280 bytes left [2024-05-23 14:13:40.852] [ 2.551477] io scheduler noop registered = (default) [2024-05-23 14:13:40.865] [ 2.556332] io scheduler mq-deadline = registered [2024-05-23 14:13:40.867] [ 2.560893] io scheduler kyber registered [2024-05-23 14:13:40.889] [ 2.571663] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:40.894] [ 2.578516] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:40.894] [ 2.584726] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:13:40.894] [ 2.592617] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:40.953] [ 2.654879] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:40.960] [ 2.662583] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:40.973] [ 2.667474] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:13:40.973] [ 2.672903] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:40.986] [ 2.673548] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:40.987] [ 2.684303] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:41.007] [ 2.690512] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:13:41.020] [ 2.698071] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:41.032] [ 2.722059] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:41.033] [ 2.728855] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:41.033] [ 2.733478] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:13:41.048] [ 2.738905] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:41.048] [ 2.739538] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:13:41.048] [ 2.750290] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:13:41.073] [ 2.756499] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:13:41.073] [ 2.764113] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:13:41.127] [ 2.830361] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:13:41.137] [ 2.837138] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:13:41.150] [ 2.841760] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:13:41.153] [ 2.847186] fbX_probe : update_type =3D 1=20 [2024-05-23 14:13:41.168] [ 2.856949] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:13:41.168] [ 2.866574] [INF][WDMA] tcc_wdma_init [2024-05-23 14:13:41.189] [ 2.871436] TCC WDMA Driver Initializing [2024-05-23 14:13:41.194] [ 2.878364] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:13:41.194] [ 2.884446] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:13:41.207] [ 2.894841] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:41.209] [ 2.907780] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:13:41.237] [ 2.917240] [CPU_ID] probe is done [2024-05-23 14:13:41.237] [ 2.920984] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:13:41.240] [ 2.927725] [DRAM_TOOL] probe is done [2024-05-23 14:13:41.240] [ 2.934867] MALI-G51 : r30p0-01eac0 [2024-05-23 14:13:41.240] [ 2.938394] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:13:41.270] [ 2.948319] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:41.270] [ 2.948324] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:41.278] [ 2.948329] 6 locks held by swapper/0/1: [2024-05-23 14:13:41.278] [ 2.948332] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:41.283] [ 2.948359] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:41.307] [ 2.948374] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:41.319] [ 2.948392] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:41.319] [ 2.948407] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:41.319] [ 2.948423] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:41.321] [ 2.948443] irq event stamp: 453698 [2024-05-23 14:13:41.345] [ 2.948448] hardirqs last enabled at = (453697): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:41.357] [ 2.948453] hardirqs last disabled at = (453698): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:41.357] [ 2.948461] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:41.371] [ 2.948464] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:41.371] [ 2.948467] Preemption disabled at: [2024-05-23 14:13:41.386] [ 2.948472] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:41.386] [ 2.948482] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:13:41.399] [ 2.948485] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:41.399] [ 2.948489] Call trace: [2024-05-23 14:13:41.399] [ 2.948495] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:41.399] [ 2.948500] show_stack+0x14/0x20 [2024-05-23 14:13:41.401] [ 2.948505] dump_stack+0xb8/0xf0 [2024-05-23 14:13:41.401] [ 2.948510] ___might_sleep+0x178/0x210 [2024-05-23 14:13:41.401] [ 2.948514] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:41.401] [ 2.948519] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:41.425] [ 2.948524] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:41.425] [ 2.948532] gic_set_type+0x84/0x98 [2024-05-23 14:13:41.425] [ 2.948537] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:41.425] [ 2.948542] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:41.425] [ 2.948547] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:41.425] [ 2.948552] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:13:41.439] [ 2.948558] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:13:41.454] [ 2.948562] kbase_device_init+0x78/0xf8 [2024-05-23 14:13:41.454] [ 2.948568] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:13:41.465] [ 2.948573] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:41.465] [ 2.948578] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:41.465] [ 2.948582] __driver_attach+0xfc/0x118 [2024-05-23 14:13:41.465] [ 2.948587] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:41.467] [ 2.948592] driver_attach+0x20/0x28 [2024-05-23 14:13:41.467] [ 2.948597] bus_add_driver+0x220/0x268 [2024-05-23 14:13:41.467] [ 2.948602] driver_register+0x60/0xf8 [2024-05-23 14:13:41.492] [ 2.948606] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:41.492] [ 2.948613] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:13:41.492] [ 2.948618] do_one_initcall+0x50/0x15c [2024-05-23 14:13:41.492] [ 2.948626] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:41.492] [ 2.948632] kernel_init+0x10/0x100 [2024-05-23 14:13:41.492] [ 2.948637] ret_from_fork+0x10/0x18 [2024-05-23 14:13:41.494] [ 2.950256] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:13:41.515] [ 3.204995] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:13:41.515] [ 3.211734] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:13:41.541] [ 3.225833] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:13:41.542] [ 3.232961] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:13:41.542] [ 3.245069] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:13:41.557] [ 3.251288] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:13:41.557] [ 3.255670] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:13:41.582] [ 3.263213] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:13:41.609] [ 3.311737] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:13:41.618] [ 3.321494] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:13:41.632] [ 3.329393] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:13:41.659] [ 3.340854] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:13:41.659] [ 3.346134] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:13:41.678] [ 3.357206] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:13:41.680] [ 3.366045] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:13:41.703] [ 3.385147] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:13:41.706] [ 3.400710] libphy: Fixed MDIO Bus: probed [2024-05-23 14:13:41.706] [ 3.405708] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:13:41.731] [ 3.418779] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:13:41.732] [ 3.418930] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:13:41.733] [ 3.420291] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:13:41.733] [ 3.424111] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:13:41.754] [ 3.424808] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:13:41.754] [ 3.425465] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:13:41.754] [ 3.426614] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:13:41.756] [ 3.437611] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:13:41.781] [ 3.437641] GPT:15269887 !=3D 15273599 [2024-05-23 14:13:41.781] [ 3.437648] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:13:41.781] [ 3.437656] GPT:15269887 !=3D 15273599 [2024-05-23 14:13:41.781] [ 3.437663] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:13:41.781] [ 3.437778] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:13:41.797] [ 3.498491] [INFO][GAMC] gmac index : 1 [2024-05-23 14:13:41.810] [ 3.503173] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:13:41.810] [ 3.508342] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:13:41.812] [ 3.514438] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:13:41.825] [ 3.518829] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:13:41.825] [ 3.527387] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:13:41.840] [ 3.541297] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:13:41.854] [ 3.547313] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:41.854] [ 3.547326] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:13:41.856] [ 3.547332] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:13:41.883] [ 3.547344] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:41.883] [ 3.547357] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:13:41.883] [ 3.576546] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:13:41.889] [ 3.592734] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:13:41.902] [ 3.599387] usbhid: USB HID core driver [2024-05-23 14:13:41.902] [ 3.603614] optee: probing for conduit = method from DT. [2024-05-23 14:13:41.917] [ 3.608794] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:13:41.917] [ 3.610658] optee: initialized driver [2024-05-23 14:13:41.917] [ 3.620221] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:13:41.932] [ 3.625946] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:13:41.932] [ 3.631124] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:13:41.934] [ 3.636291] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:13:41.959] [ 3.642066] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:13:41.959] [ 3.647841] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:13:41.959] [ 3.653703] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:13:41.959] [ 3.660172] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:13:41.973] [ 3.667763] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:13:41.973] [ 3.675712] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:13:41.989] [ 3.689598] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:13:42.005] [ 3.697962] NET: Registered protocol family = 17 [2024-05-23 14:13:42.005] [ 3.702936] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:13:42.026] [ 3.720742] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:13:42.189] [ 3.890336] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:13:42.193] [ 3.890382] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:13:42.208] [ 3.906329] ALSA device list: [2024-05-23 14:13:42.208] [ 3.909326] No soundcards found. [2024-05-23 14:13:42.222] [ 3.915600] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:42.243] [ 3.936684] Freeing unused kernel memory: = 4160K [2024-05-23 14:13:42.245] Mounting devtmpfs [2024-05-23 14:13:42.249] [ 3.952127] mount (90) used greatest stack = depth: 12928 bytes left [2024-05-23 14:13:42.262] Mounting procfs [2024-05-23 14:13:42.262] Mounting sysfs [2024-05-23 14:13:42.288] [ 3.972873] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:13:42.303] [ 4.000390] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:13:42.334] [ 4.037905] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:13:42.344] [ 4.046690] mount (97) used greatest stack = depth: 11808 bytes left [2024-05-23 14:13:42.370] [ 4.061932] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:13:42.607] [ 4.309791] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:13:42.703] [ 4.406959] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:13:42.733] [ 4.434406] systemd[1]: Detected = architecture arm64. [2024-05-23 14:13:42.778]=20 [2024-05-23 14:13:42.778] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:13:42.789]=20 [2024-05-23 14:13:42.804] [ 4.496738] systemd[1]: Set hostname to = . [2024-05-23 14:13:42.805] [ 4.508471] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:13:42.822] [ 4.517353] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:13:43.060] [ 4.759527] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:13:43.085] [ 4.776635] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:13:43.120] [ 4.822361] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:13:43.131] [ 4.834469] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:13:43.323] [ 5.025217] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:13:43.397] [ OK ] Listening on udev Control Socket. [2024-05-23 14:13:43.409] [ OK ] Reached target Remote File Systems. [2024-05-23 14:13:43.437] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:13:43.455] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:13:43.471] [ OK ] Reached target Swap. [2024-05-23 14:13:43.488] [ OK ] Listening on Journal Socket. [2024-05-23 14:13:43.513] Starting mount data partition = service... [2024-05-23 14:13:43.547] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:13:43.579] Mounting Kernel Debug File System... [2024-05-23 14:13:43.620] Mounting POSIX Message Queue File = System... [2024-05-23 14:13:43.670] Starting Apply Kernel Variables... [2024-05-23 14:13:43.689] [ 5.390067] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:13:43.719] [ 5.415467] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:43.721] Mounting FUSE Control File System... [2024-05-23 14:13:43.755] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:13:43.783] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:13:43.806] Mounting Huge Pages File System... [2024-05-23 14:13:43.825] [ OK ] Created slice User and Session Slice. [2024-05-23 14:13:43.840] [ OK ] Reached target Slices. [2024-05-23 14:13:43.873] [ OK ] Created slice system-getty.slice. [2024-05-23 14:13:43.888] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:13:43.908] Starting udev Coldplug all Devices... [2024-05-23 14:13:43.922] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:13:43.941] [ OK ] Listening on Syslog Socket. [2024-05-23 14:13:43.973] Starting Journal Service... [2024-05-23 14:13:43.984] [ OK ] Reached target Paths. [2024-05-23 14:13:44.023] Mounting Configuration File System... [2024-05-23 14:13:44.092] [ OK ] Started mount data partition service. [2024-05-23 14:13:44.122] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:13:44.138] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:13:44.156] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:13:44.187] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:13:44.206] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:13:44.221] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:13:44.241] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:13:44.275] [ OK ] Started Journal Service. [2024-05-23 14:13:44.306] [ OK ] Mounted Configuration File System. [2024-05-23 14:13:44.368] Starting udev Kernel Device = Manager... [2024-05-23 14:13:44.389] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:13:44.418] Mounting /tmp... [2024-05-23 14:13:44.439] [ OK ] Reached target Containers. [2024-05-23 14:13:44.463] Mounting /var/volatile... [2024-05-23 14:13:44.493] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:13:44.522] Starting NS file System mount and = recovery.... [2024-05-23 14:13:44.543] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:13:44.583] [ OK ] Mounted /tmp. [2024-05-23 14:13:44.612] [ OK ] Mounted /var/volatile. [2024-05-23 14:13:44.648] [ 6.348847] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:44.725] [ 6.428146] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:44.787] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:13:44.828] [ 6.530080] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:13:44.838] [ 6.540723] mount (166) used greatest stack = depth: 11264 bytes left [2024-05-23 14:13:44.926] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:13:44.956] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:13:45.136] [ 6.839290] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:13:45.159] Starting Bind mount volatile = /var/spool... [2024-05-23 14:13:45.191] Starting Bind mount volatile = /var/lib... [2024-05-23 14:13:45.222] Starting Bind mount volatile = /var/cache... [2024-05-23 14:13:45.246] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:13:45.445] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:13:45.474] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:13:45.507] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:13:45.541] Starting Load/Save Random Seed... [2024-05-23 14:13:45.559] [ OK ] Reached target Local File Systems. [2024-05-23 14:13:45.590] Starting Create Volatile Files and = Directories... [2024-05-23 14:13:45.615] Starting netfilter persistent = configuration... [2024-05-23 14:13:45.654] Starting AppArmor initialization... [2024-05-23 14:13:45.684] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:13:45.820] [ 7.518057] audit: type=3D1400 = audit(1550139121.204:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:13:45.843] [ 7.536666] audit: type=3D1400 = audit(1550139121.204:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:13:45.853] [ 7.553532] audit: type=3D1400 = audit(1550139121.204:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:13:45.869] [ 7.570642] audit: type=3D1400 = audit(1550139121.204:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:13:45.886] [ 7.588059] audit: type=3D1400 = audit(1550139121.204:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:13:45.913] [ OK ] Started [ 7.605740] audit: = type=3D1400 audit(1550139121.204:7): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//agetty_profile" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:13:45.927] Create Volatile Files and Direct[ 7.624343] = audit: type=3D1400 audit(1550139121.204:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:13:45.942] ories. [2024-05-23 14:13:45.962] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:13:45.991] [ OK ] Started AppArmor initialization. [2024-05-23 14:13:46.016] [ OK ] Reached target Network (Pre). [2024-05-23 14:13:46.043] Starting Network Service... [2024-05-23 14:13:46.075] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:13:46.130] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:13:46.151] [ OK ] Reached target System Initialization. [2024-05-23 14:13:46.176] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:13:46.188] [ OK ] Reached target Sockets. [2024-05-23 14:13:46.215] [ OK ] Reached target Basic System. [2024-05-23 14:13:46.241] [ OK ] Started NS VSync Process. [2024-05-23 14:13:46.271] [ OK ] Started NS System Failur[ = 7.976553] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:13:46.281] e Monitoring Process. [2024-05-23 14:13:46.320] [ 8.023322] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:13:46.325] [ 8.027548] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:13:46.340] [ 8.034213] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:13:46.358] [ 8.048564] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:13:46.375] [ OK ] Started NS System Management = Process.Start /usr/bin/sys-fail-mon [2024-05-23 14:13:46.378]=20 [2024-05-23 14:13:46.391] [ 8.093115] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:13:46.438] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:13:46.470] Starting Load Kernel Modules... [2024-05-23 14:13:46.500] [ OK ] Started Kernel Logging Service. [2024-05-23 14:13:46.524] Starting Login Service... [2024-05-23 14:13:46.530] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:13:46.533] [ OK ] Reached target Timers. [2024-05-23 14:13:46.559] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:13:46.575] [ 8.264390] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:13:46.575] [ 8.275287] Disabling lock debugging due to = kernel taint [2024-05-23 14:13:46.590] [ 8.279129] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:13:46.602] [ 8.279137] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:13:46.602] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:13:46.628] [ 8.279145] [INFO][GMAC]=20 [2024-05-23 14:13:46.630] [ 8.301091] libphy: tcc-gmac-mdio: probed [2024-05-23 14:13:46.630] [ 8.301098] [INFO][GMAC] registered! [2024-05-23 14:13:46.630] [ 8.301101] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:13:46.630] [ 8.301110] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:13:46.630] Starting NS Inter Domain Comm = Process... [2024-05-23 14:13:46.657] [ 8.338406] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:13:46.658] [ 8.344126] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:13:46.674] [ 8.354501] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:13:46.679] [ 8.354510] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:13:46.694] [ 8.355017] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:46.708] [ 8.355840] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:13:46.711] [ 8.355854] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:13:46.711] [ 8.357527] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:13:46.739] [ 8.357534] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:13:46.739] [ 8.358034] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:46.739] [ 8.377160] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:13:46.754] [ 8.377202] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:13:46.754] [ 8.377202] -- MASTER Configuration. [2024-05-23 14:13:46.754] [ 8.377202] -- Local Receiver Status Not = OK. [2024-05-23 14:13:46.768] [ 8.377202] -- Remote Receiver Status Not = OK. [2024-05-23 14:13:46.771] [ 8.377218] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:13:46.771] [ 8.377221] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:13:46.798] [ 8.377468] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:46.798] [ 8.377471] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:13:46.798] [ 8.377473] INFO: lockdep is turned off. [2024-05-23 14:13:46.798] [ 8.377475] irq event stamp: 70854 [2024-05-23 14:13:46.798] [ 8.377490] hardirqs last enabled at = (70853): [<00000000d7e12073>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:46.815] [ 8.377495] hardirqs last disabled at = (70854): [<000000002c6f3bcb>] __schedule+0xc8/0x730 [2024-05-23 14:13:46.818] [ 8.377502] softirqs last enabled at (0): = [<00000000a04b3f43>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:46.844] [ 8.377505] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:46.844] [ 8.377507] Preemption disabled at: [2024-05-23 14:13:46.844] [ 8.377513] [<0000000027562231>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:46.844] [ 8.377521] CPU: 3 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:13:46.860] [ 8.377522] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:46.860] [ 8.377525] Call trace: [2024-05-23 14:13:46.860] [ 8.377530] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:46.862] [ 8.377533] show_stack+0x14/0x20 [2024-05-23 14:13:46.889] [ 8.377537] dump_stack+0xb8/0xf0 [2024-05-23 14:13:46.889] [ 8.377541] ___might_sleep+0x178/0x210 [2024-05-23 14:13:46.889] [ 8.377544] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:46.889] [ 8.377550] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:46.889] [ 8.377553] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:46.889] [ 8.377559] gic_set_type+0x84/0x98 [2024-05-23 14:13:46.889] [ 8.377563] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:46.902] [ 8.377566] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:46.926] [ 8.377570] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:46.926] [ 8.377575] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:13:46.926] [ 8.377580] __dev_open+0x100/0x150 [2024-05-23 14:13:46.928] [ 8.377583] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:13:46.928] [ 8.377586] dev_change_flags+0x20/0x60 [2024-05-23 14:13:46.928] [ 8.377590] do_setlink+0x3ec/0xc30 [2024-05-23 14:13:46.928] [ 8.377592] rtnl_setlink+0xcc/0x128 [2024-05-23 14:13:46.928] [ 8.377595] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:13:46.928] [ 8.377599] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:13:46.951] [ 8.377602] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:13:46.954] [ 8.377605] netlink_unicast+0x180/0x1f8 [2024-05-23 14:13:46.954] [ 8.377608] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:13:46.954] [ 8.377612] sock_sendmsg+0x3c/0x58 [2024-05-23 14:13:46.954] [ 8.377616] SyS_sendto+0xd0/0x140 [2024-05-23 14:13:46.954] [ 8.377620] el0_svc_naked+0x34/0x38 [2024-05-23 14:13:46.954] [ 8.377742] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:13:46.979] [ 8.381821] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:13:46.979] [ 8.381826] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:13:46.979] [ 8.381831] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:13:46.979] [ 8.381831] =20 [2024-05-23 14:13:46.979] [ 8.382148] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:13:46.991] [ 8.382395] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:13:46.994] [ 8.382398] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:13:46.994] [ 8.382403] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:13:47.020] [ 8.382403] =20 [2024-05-23 14:13:47.020] [ 8.382553] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:13:47.020] [ 8.382569] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:13:47.020] [ 8.382573] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:13:47.020] [ 8.382576] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:13:47.020] [ 8.382584] [INFO][GMAC] --] phy_start: : [2024-05-23 14:13:47.045] [ 8.382650] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:13:47.046] [ 8.393179] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:13:47.046] [ 8.400346] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:13:47.046] [ 8.402935] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:13:47.046] [ 8.405562] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:13:47.058] [ 8.406047] Done!! [2024-05-23 14:13:47.060] [ 8.465961] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:13:47.060] [ 8.469527] Done!! [2024-05-23 14:13:47.060] [ 8.491131] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.084] [ 8.549589] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:13:47.084] [ 8.551555] Done!! [2024-05-23 14:13:47.084] [ 8.599068] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.084] [ 8.707071] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.084] [ OK ] Started System Logging Service. [2024-05-23 14:13:47.097] [ OK ] Started Network Service. [2024-05-23 14:13:47.101] [ OK ] Started Load Kernel Modules. [2024-05-23 14:13:47.101] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:13:47.128] [ OK ] Started Cluster Framework. [2024-05-23 14:13:47.128] [ OK ] Started HUD Framework. [2024-05-23 14:13:47.128] [ 8.825644] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.144] parents, child is 319 [2024-05-23 14:13:47.166] [IDC]Start. [2024-05-23 14:13:47.168] [ 8.853536] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:13:47.168] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:13:47.168] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:13:47.181] [ OK ] Started Nvm Process. [2024-05-23 14:13:47.207] [IDC](A7)ConnectReq 0 [2024-05-23 14:13:47.207] [IDC](A7)do_connect 0 [2024-05-23 14:13:47.207] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:13:47.231] [IDC](A7)Tx start session req 1 [2024-05-23 14:13:47.231] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:13:47.231] [IDC](R5)ConnectReq 0 [2024-05-23 14:13:47.231] [IDC](R5)do_connect 0 [2024-05-23 14:13:47.231] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:13:47.231] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:13:47.231] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:13:47.231] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:13:47.231] [ OK ] Started NS hsm control application. [2024-05-23 14:13:47.262] [ OK ] Started Diagnosis Framework. [2024-05-23 14:13:47.262] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:13:47.262] [IDC](A7)Session connected. [2024-05-23 14:13:47.262] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:13:47.262] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:13:47.262] [IDC](R5)Session connected.2 [2024-05-23 14:13:47.262] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:13:47.275] [ OK ] Started NS Software Update. [2024-05-23 14:13:47.275] [ 8.939182] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.275] 32m OK ] Started NS Secondary Verify. [2024-05-23 14:13:47.275] [ OK ] Started Diagnosis Transport. [2024-05-23 14:13:47.275] [ OK ] Reached target Network. [2024-05-23 14:13:47.342] Starting Permit User Sessions... [2024-05-23 14:13:47.357] [ 9.059608] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.374] Starting udev Coldplug all Devices... [2024-05-23 14:13:47.397] Starting Wait for Network to be = Configured... [2024-05-23 14:13:47.407] [ OK ] Started Permit User Sessions. [2024-05-23 14:13:47.422] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:13:47.437] [ OK ] Started Getty on tty1. [2024-05-23 14:13:47.438] [ OK ] Reached target Login Prompts. [2024-05-23 14:13:47.478] [ OK ] Started Login Service. [2024-05-23 14:13:47.478] [ OK ] Reached target Multi-User System. [2024-05-23 14:13:47.478] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:13:47.478] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:13:47.504] [ 9.171143] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.508] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:13:47.529] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:13:47.573] [ 9.276074] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:13:47.591] [ 9.283510] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.693] [ 9.395203] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.811] [ 9.513694] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:13:47.963] [ 9.663787] sched: RT throttling activated [2024-05-23 14:13:48.400] [ 10.096028] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:13:48.406] [ 10.096036] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:13:49.366] [ 11.026727] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:13:49.376] [ 11.026743] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:13:49.715] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:13:53.746]=20 [2024-05-23 14:13:53.746] telechips-nsp1-release login:=20 [2024-05-23 14:13:56.650]=20 [2024-05-23 14:13:56.650] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:13:56.676]=20 [2024-05-23 14:13:56.676] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:13:56.676] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:13:56.676] DRAM: 2 GiB [2024-05-23 14:13:56.699] MMC: sdhc@0x16440000: 0 [2024-05-23 14:13:56.980]=20 [2024-05-23 14:13:56.980] HW Partition tyep is UserData [2024-05-23 14:13:56.982] In: serial [2024-05-23 14:13:57.001] Out: serial [2024-05-23 14:13:57.003] Err: serial [2024-05-23 14:13:57.055] Boot in the UserData environment(0) [2024-05-23 14:13:57.059] Non-secure boot (secure boot flag is clear) [2024-05-23 14:13:57.074] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:13:57.074] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:13:57.074] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:13:57.088] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:13:57.102] Booting using the fdt blob at 0x23000000 [2024-05-23 14:13:57.102] Loading Kernel Image [2024-05-23 14:13:57.124] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:13:57.124] OPTEE is enabled [2024-05-23 14:13:57.131]=20 [2024-05-23 14:13:57.131] Starting kernel ... [2024-05-23 14:13:57.131]=20 [2024-05-23 14:13:58.039] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:13:58.044] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:13:58.058] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:13:58.073] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:13:58.073] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:13:58.073] [ 0.000000] efi: UEFI not found. [2024-05-23 14:13:58.088] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:13:58.088] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:13:58.104] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:13:58.104] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:13:58.120] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:13:58.120] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:13:58.134] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:13:58.134] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:13:58.149] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:13:58.149] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:13:58.164] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:13:58.164] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:13:58.180] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:13:58.180] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:13:58.195] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:13:58.197] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:13:58.221] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:13:58.221] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:13:58.221] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:13:58.236] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:13:58.236] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:13:58.250] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:13:58.252] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:13:58.279] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:13:58.279] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:13:58.279] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:13:58.279] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:13:58.281] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:13:58.306] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:13:58.306] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:13:58.306] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:13:58.306] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:13:58.319] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:13:58.324] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:13:58.324] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:13:58.348] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:13:58.362] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:13:58.364] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:13:58.387] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:13:58.408] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:13:58.408] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:13:58.422] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:13:58.422] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:13:58.422] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:13:58.422] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:13:58.433] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:13:58.434] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:13:58.434] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:13:58.456] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:13:58.456] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:13:58.456] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:13:58.468] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:13:58.470] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:13:58.491] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:13:58.491] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:13:58.501] [ 0.000000] Running RCU self tests [2024-05-23 14:13:58.503] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:13:58.503] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:13:58.521] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:13:58.523] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:13:58.523] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:13:58.523] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:13:58.543] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:13:58.543] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:13:58.543] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:13:58.545] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:13:58.554] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:13:58.566] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:13:58.568] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:13:58.586] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:13:58.586] [ 0.001463] Console: colour dummy device = 80x25 [2024-05-23 14:13:58.586] [ 0.001704] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:13:58.601] [ 0.001707] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:13:58.612] [ 0.001709] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:13:58.612] [ 0.001712] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:13:58.621] [ 0.001715] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:13:58.621] [ 0.001717] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:13:58.621] [ 0.001720] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:13:58.623] [ 0.001722] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:13:58.623] [ 0.001725] memory used by lock dependency = info: 7903 kB [2024-05-23 14:13:58.643] [ 0.001728] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:13:58.643] [ 0.001768] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:13:58.643] [ 0.001776] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:13:58.655] [ 0.002276] Security Framework initialized [2024-05-23 14:13:58.655] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:13:58.657] [ 0.002647] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:58.676] [ 0.002672] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:13:58.676] [ 0.019965] ASID allocator initialised with = 32768 entries [2024-05-23 14:13:58.676] [ 0.035867] Hierarchical SRCU = implementation. [2024-05-23 14:13:58.687] [ 0.062288] EFI services will not be = available. [2024-05-23 14:13:58.689] [ 0.076133] smp: Bringing up secondary CPUs = ... [2024-05-23 14:13:58.689] [ 0.120761] Detected VIPT I-cache on CPU1 [2024-05-23 14:13:58.710] [ 0.120834] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:13:58.710] [ 0.165006] Detected VIPT I-cache on CPU2 [2024-05-23 14:13:58.710] [ 0.165064] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:13:58.710] [ 0.209289] Detected VIPT I-cache on CPU3 [2024-05-23 14:13:58.714] [ 0.209341] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:13:58.732] [ 0.209717] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:13:58.741] [ 0.209758] SMP: Total of 4 processors = activated. [2024-05-23 14:13:58.741] [ 0.209774] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:13:58.741] [ 0.209794] CPU: All CPU(s) started at EL2 [2024-05-23 14:13:58.751] [ 0.209974] alternatives: patching kernel = code [2024-05-23 14:13:58.751] [ 0.210526] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:13:58.751] [ 0.213121] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:13:58.753] [ 0.213707] devtmpfs: initialized [2024-05-23 14:13:58.753] [ 0.403490] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:13:58.772] [ 0.403755] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:13:58.772] [ 0.412501] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:13:58.772] [ 0.413424] chipinfo: TCC8030 Rev02 [2024-05-23 14:13:58.785] [ 0.413440] chipinfo: SiP Service v0.1.56 [2024-05-23 14:13:58.785] [ 0.418792] NET: Registered protocol family = 16 [2024-05-23 14:13:58.785] [ 0.422763] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:13:58.805] [ 0.424690] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:13:58.805] [ 0.426411] cpuidle: using governor menu [2024-05-23 14:13:58.805] [ 0.426645] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:13:58.822] [ 0.440741] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:13:58.822] [ 0.441205] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:13:58.822] [ 0.441252] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:13:58.824] [ 0.441296] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:13:58.840] [ 0.441339] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:13:58.840] [ 0.441383] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:13:58.840] [ 0.441426] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:13:58.851] [ 0.441470] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:13:58.852] [ 0.441513] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:13:58.852] [ 0.441557] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:13:58.879] [ 0.441600] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:13:58.879] [ 0.441643] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:13:58.879] [ 0.441688] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:13:58.879] [ 0.441731] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:13:58.881] [ 0.441774] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:13:58.881] [ 0.441818] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:13:58.899] [ 0.441876] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:13:58.899] [ 0.442009] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:13:58.899] [ 0.442053] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:13:58.901] [ 0.442454] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:13:58.912] [ 0.442498] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:13:58.912] [ 0.442541] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:13:58.923] [ 0.442584] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:13:58.934] [ 0.442628] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:13:58.936] [ 0.442671] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:13:58.936] [ 0.442714] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:13:58.936] [ 0.442757] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:13:58.956] [ 0.442800] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:13:58.956] [ 0.442843] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:13:58.956] [ 0.442887] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:13:58.958] [ 0.442930] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:13:58.974] [ 0.443166] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:13:58.974] [ 0.443225] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:13:58.974] [ 0.443269] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:13:58.986] [ 0.443313] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:13:58.986] [ 0.443356] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:13:58.996] [ 0.443399] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:13:59.005] [ 0.443442] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:13:59.005] [ 0.443640] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:13:59.007] [ 0.443684] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:13:59.025] [ 0.443727] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:13:59.035] [ 0.443770] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:13:59.035] [ 0.443813] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:13:59.035] [ 0.443857] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:13:59.045] [ 0.443900] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:13:59.045] [ 0.443943] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:13:59.047] [ 0.443987] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:13:59.047] [ 0.444030] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:13:59.064] [ 0.444086] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:13:59.066] [ 0.444129] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:13:59.066] [ 0.444173] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:13:59.066] [ 0.444216] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:13:59.088] [ 0.444747] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:13:59.088] [ 0.444792] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:13:59.088] [ 0.444961] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:13:59.088] [ 0.445131] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:13:59.090] [ 0.445316] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:13:59.109] [ 0.445484] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:13:59.109] [ 0.445653] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:13:59.109] [ 0.445697] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:13:59.109] [ 0.445740] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:13:59.120] [ 0.446013] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:13:59.120] [ 0.446229] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:13:59.131] [ 0.446420] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:13:59.131] [ 0.446464] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:13:59.147] [ 0.446508] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:13:59.147] [ 0.446551] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:13:59.147] [ 0.446594] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:13:59.161] [ 0.446784] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:13:59.161] [ 0.446827] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:13:59.162] [ 0.447040] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:13:59.181] [ 0.447054] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:13:59.181] [ 0.529502] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:59.181] [ 0.529593] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:13:59.194] [ 1.676350] console [ttyAMA0] enabled [2024-05-23 14:13:59.194] [ 1.684024] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:13:59.222] [ 1.712897] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:13:59.236] [ 1.723186] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:13:59.245] [ 1.733763] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:13:59.257] [ 1.744088] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:13:59.354] [ 1.843878] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:13:59.371] [ 1.860031] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:13:59.386] [ 1.866929] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:13:59.403] [ 1.873717] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:13:59.404] [ 1.880087] Linux video capture interface: = v2.00 [2024-05-23 14:13:59.404] [ 1.885918] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:13:59.417] [ 1.885922] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:13:59.417] [ 1.885926] 6 locks held by swapper/0/1: [2024-05-23 14:13:59.430] [ 1.885929] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:13:59.430] [ 1.885955] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:13:59.445] [ 1.885970] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:13:59.447] [ 1.885988] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:59.465] [ 1.886003] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:13:59.465] [ 1.886019] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:59.478] [ 1.886038] irq event stamp: 288092 [2024-05-23 14:13:59.478] [ 1.886043] hardirqs last enabled at = (288091): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:13:59.490] [ 1.886048] hardirqs last disabled at = (288092): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:13:59.506] [ 1.886056] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:13:59.508] [ 1.886059] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:13:59.527] [ 1.886062] Preemption disabled at: [2024-05-23 14:13:59.527] [ 1.886067] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:13:59.527] [ 1.886076] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:13:59.527] [ 1.886080] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:13:59.539] [ 1.886084] Call trace: [2024-05-23 14:13:59.539] [ 1.886090] dump_backtrace+0x0/0x1d8 [2024-05-23 14:13:59.539] [ 1.886095] show_stack+0x14/0x20 [2024-05-23 14:13:59.550] [ 1.886100] dump_stack+0xb8/0xf0 [2024-05-23 14:13:59.559] [ 1.886106] ___might_sleep+0x178/0x210 [2024-05-23 14:13:59.559] [ 1.886110] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:13:59.563] [ 1.886114] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:13:59.563] [ 1.886119] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:13:59.579] [ 1.886126] gic_set_type+0x84/0x98 [2024-05-23 14:13:59.579] [ 1.886131] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:13:59.581] [ 1.886136] __setup_irq+0x76c/0x7f8 [2024-05-23 14:13:59.581] [ 1.886141] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:13:59.581] [ 1.886145] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:13:59.595] [ 1.886152] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:13:59.597] [ 1.886156] platform_drv_probe+0x58/0xb8 [2024-05-23 14:13:59.597] [ 1.886162] = driver_probe_device+0x228/0x410 [2024-05-23 14:13:59.597] [ 1.886167] __driver_attach+0xfc/0x118 [2024-05-23 14:13:59.615] [ 1.886171] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:13:59.624] [ 1.886177] driver_attach+0x20/0x28 [2024-05-23 14:13:59.624] [ 1.886181] bus_add_driver+0x220/0x268 [2024-05-23 14:13:59.624] [ 1.886186] driver_register+0x60/0xf8 [2024-05-23 14:13:59.624] [ 1.886190] = __platform_driver_register+0x44/0x50 [2024-05-23 14:13:59.636] [ 1.886197] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:13:59.636] [ 1.886202] do_one_initcall+0x50/0x15c [2024-05-23 14:13:59.636] [ 1.886210] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:13:59.638] [ 1.886215] kernel_init+0x10/0x100 [2024-05-23 14:13:59.638] [ 1.886220] ret_from_fork+0x10/0x18 [2024-05-23 14:13:59.638] [ 1.891907] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:13:59.658] [ 2.139118] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:13:59.668] [ 2.152716] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:13:59.670] [ 2.159730] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:13:59.683] [ 2.164332] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:13:59.683] [ 2.169135] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:13:59.684] [ 2.173981] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:13:59.704] [ 2.178535] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:13:59.744] [ 2.231882] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:13:59.753] [ 2.244504] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:59.773] [ 2.262629] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:13:59.791] [ 2.278038] NET: Registered protocol family = 2 [2024-05-23 14:13:59.804] [ 2.285477] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:13:59.804] [ 2.293101] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:13:59.821] [ 2.304358] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:13:59.821] [ 2.311932] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:13:59.834] [ 2.318685] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:13:59.855] [ 2.326762] NET: Registered protocol family = 1 [2024-05-23 14:13:59.944] [ 2.434548] audit: initializing netlink = subsys (disabled) [2024-05-23 14:13:59.951] [ 2.441144] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:13:59.962] [ 2.441696] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:14:00.034] [ 2.523876] fuse init (API version 7.26) [2024-05-23 14:14:00.052] [ 2.542093] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:14:00.061] [ 2.548760] modprobe (66) used greatest = stack depth: 13264 bytes left [2024-05-23 14:14:00.078] [ 2.551923] io scheduler noop registered = (default) [2024-05-23 14:14:00.078] [ 2.551939] io scheduler mq-deadline = registered [2024-05-23 14:14:00.078] [ 2.551952] io scheduler kyber registered [2024-05-23 14:14:00.080] [ 2.561642] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:00.098] [ 2.561654] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:00.098] [ 2.561662] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:14:00.099] [ 2.561751] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:00.136] [ 2.618644] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:00.138] [ 2.626402] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:00.149] [ 2.631520] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:14:00.151] [ 2.636950] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:00.151] [ 2.637580] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:00.172] [ 2.648337] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:00.172] [ 2.654546] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:14:00.172] [ 2.662107] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:00.204] [ 2.686696] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:00.205] [ 2.693604] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:00.218] [ 2.698264] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:14:00.220] [ 2.703690] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:00.220] [ 2.704286] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:00.243] [ 2.715039] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:00.243] [ 2.721247] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:14:00.243] [ 2.728864] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:00.304] [ 2.794467] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:00.311] [ 2.801272] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:00.324] [ 2.805897] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:14:00.338] [ 2.811324] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:00.339] [ 2.821070] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:14:00.341] [ 2.830702] [INF][WDMA] tcc_wdma_init [2024-05-23 14:14:00.365] [ 2.835569] TCC WDMA Driver Initializing [2024-05-23 14:14:00.365] [ 2.842518] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:14:00.365] [ 2.848605] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:14:00.388] [ 2.858927] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:00.392] [ 2.871626] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:14:00.412] [ 2.881097] [CPU_ID] probe is done [2024-05-23 14:14:00.414] [ 2.884854] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:14:00.414] [ 2.891569] [DRAM_TOOL] probe is done [2024-05-23 14:14:00.414] [ 2.898670] MALI-G51 : r30p0-01eac0 [2024-05-23 14:14:00.414] [ 2.902196] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:14:00.431] [ 2.912009] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:00.432] [ 2.912014] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:00.454] [ 2.912019] 6 locks held by swapper/0/1: [2024-05-23 14:14:00.454] [ 2.912022] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:00.454] [ 2.912048] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:00.469] [ 2.912063] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:00.469] [ 2.912081] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:00.483] [ 2.912096] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:00.506] [ 2.912112] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:00.507] [ 2.912131] irq event stamp: 453370 [2024-05-23 14:14:00.507] [ 2.912136] hardirqs last enabled at = (453369): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:00.507] [ 2.912141] hardirqs last disabled at = (453370): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:00.522] [ 2.912149] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:00.535] [ 2.912152] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:00.538] [ 2.912155] Preemption disabled at: [2024-05-23 14:14:00.538] [ 2.912160] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:00.559] [ 2.912169] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:14:00.559] [ 2.912172] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:00.559] [ 2.912176] Call trace: [2024-05-23 14:14:00.559] [ 2.912182] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:00.572] [ 2.912187] show_stack+0x14/0x20 [2024-05-23 14:14:00.573] [ 2.912192] dump_stack+0xb8/0xf0 [2024-05-23 14:14:00.573] [ 2.912197] ___might_sleep+0x178/0x210 [2024-05-23 14:14:00.573] [ 2.912201] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:00.586] [ 2.912206] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:00.589] [ 2.912211] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:00.589] [ 2.912218] gic_set_type+0x84/0x98 [2024-05-23 14:14:00.589] [ 2.912223] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:00.612] [ 2.912228] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:00.612] [ 2.912233] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:00.612] [ 2.912239] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:14:00.612] [ 2.912245] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:14:00.612] [ 2.912249] kbase_device_init+0x78/0xf8 [2024-05-23 14:14:00.616] [ 2.912255] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:14:00.638] [ 2.912260] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:00.638] [ 2.912265] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:00.638] [ 2.912270] __driver_attach+0xfc/0x118 [2024-05-23 14:14:00.638] [ 2.912275] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:00.638] [ 2.912280] driver_attach+0x20/0x28 [2024-05-23 14:14:00.638] [ 2.912284] bus_add_driver+0x220/0x268 [2024-05-23 14:14:00.657] [ 2.912289] driver_register+0x60/0xf8 [2024-05-23 14:14:00.657] [ 2.912293] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:00.657] [ 2.912300] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:14:00.657] [ 2.912305] do_one_initcall+0x50/0x15c [2024-05-23 14:14:00.659] [ 2.912312] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:00.680] [ 2.912318] kernel_init+0x10/0x100 [2024-05-23 14:14:00.680] [ 2.912322] ret_from_fork+0x10/0x18 [2024-05-23 14:14:00.680] [ 2.913946] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:14:00.680] [ 3.168662] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:14:00.693] [ 3.175400] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:14:00.705] [ 3.190034] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:14:00.707] [ 3.197306] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:14:00.721] [ 3.209435] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:14:00.737] [ 3.215655] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:14:00.737] [ 3.220036] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:14:00.740] [ 3.227600] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:14:00.785] [ 3.275803] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:14:00.805] [ 3.284684] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:14:00.806] [ 3.292590] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:14:00.821] [ 3.304309] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:14:00.821] [ 3.309594] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:14:00.841] [ 3.320667] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:14:00.841] [ 3.329548] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:14:00.859] [ 3.349163] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:14:00.894] [ 3.364900] libphy: Fixed MDIO Bus: probed [2024-05-23 14:14:00.895] [ 3.369861] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:14:00.895] [ 3.383336] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:14:00.908] [ 3.383369] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:14:00.910] [ 3.383423] [INFO][GAMC] gmac index : 1 [2024-05-23 14:14:00.910] [ 3.384026] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:14:00.932] [ 3.384033] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:14:00.943] [ 3.385371] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:00.943] [ 3.385385] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:14:00.943] [ 3.389413] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:14:00.943] [ 3.398236] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:14:00.954] [ 3.399501] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:00.954] [ 3.399514] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:14:00.956] [ 3.399521] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:14:00.956] [ 3.399533] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:00.978] [ 3.399545] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:14:00.978] [ 3.401178] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:14:00.978] [ 3.410077] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:14:00.978] [ 3.410085] usbhid: USB HID core driver [2024-05-23 14:14:00.990] [ 3.410398] optee: probing for conduit = method from DT. [2024-05-23 14:14:01.001] [ 3.410422] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:14:01.001] [ 3.412425] optee: initialized driver [2024-05-23 14:14:01.003] [ 3.414071] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:14:01.003] [ 3.414086] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:14:01.024] [ 3.414093] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:14:01.026] [ 3.414100] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:14:01.026] [ 3.414108] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:14:01.026] [ 3.414115] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:14:01.046] [ 3.414122] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:14:01.048] [ 3.414129] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:14:01.048] [ 3.415773] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:14:01.048] [ 3.415781] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:14:01.070] [ 3.422590] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:14:01.070] [ 3.437196] NET: Registered protocol family = 17 [2024-05-23 14:14:01.070] [ 3.437637] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:14:01.085] [ 3.442493] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:14:01.085] [ 3.574687] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:14:01.099] [ 3.586229] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:14:01.121] [ 3.592185] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:14:01.123] [ 3.600181] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:14:01.123] [ 3.605924] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:01.123] [ 3.605968] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:14:01.137] [ 3.607919] ALSA device list: [2024-05-23 14:14:01.137] [ 3.607928] No soundcards found. [2024-05-23 14:14:01.141] [ 3.628225] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:14:01.156] [ 3.636107] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:01.158] [ 3.648485] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:14:01.172] [ 3.656237] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:01.172] [ 3.657335] Freeing unused kernel memory: = 4160K [2024-05-23 14:14:01.185] [ 3.664668] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:14:01.187] Mounting devtmpfs[ 3.670843] GPT:15269887 = !=3D 15273599 [2024-05-23 14:14:01.187]=20 [2024-05-23 14:14:01.187] [ 3.675902] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:14:01.209] [ 3.681360] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:14:01.209] Mounting procfs [2024-05-23 14:14:01.209] [ 3.688280] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:14:01.223] Mounting sysfs [2024-05-23 14:14:01.223] [ 3.711379] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:14:01.255] [ 3.741887] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:14:01.299] [ 3.789251] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:14:01.309] [ 3.798044] mount (98) used greatest stack = depth: 11136 bytes left [2024-05-23 14:14:01.323] [ 3.814284] mount (100) used greatest stack = depth: 11024 bytes left [2024-05-23 14:14:01.562] [ 4.049836] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:14:01.658] [ 4.148129] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:14:01.688] [ 4.175585] systemd[1]: Detected = architecture arm64. [2024-05-23 14:14:01.730]=20 [2024-05-23 14:14:01.730] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:14:01.745]=20 [2024-05-23 14:14:01.747] [ 4.236769] systemd[1]: Set hostname to = . [2024-05-23 14:14:01.762] [ 4.248692] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:14:01.778] [ 4.257448] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:14:02.009] [ 4.499588] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:14:02.037] [ 4.516700] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:14:02.069] [ 4.559667] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:14:02.081] [ 4.571773] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:14:02.269] [ 4.758956] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:14:02.347] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:14:02.361] [ OK ] Reached target Swap. [2024-05-23 14:14:02.379] [ OK ] Reached target Paths. [2024-05-23 14:14:02.415] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:14:02.417] [ OK ] Reached target Remote File Systems. [2024-05-23 14:14:02.439] [ OK ] Listening on Syslog Socket. [2024-05-23 14:14:02.443] [ OK ] Listening on Journal Socket. [2024-05-23 14:14:02.474] Mounting Huge Pages File System... [2024-05-23 14:14:02.504] Mounting Configuration File System... [2024-05-23 14:14:02.534] Starting mount data partition = service... [2024-05-23 14:14:02.571] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:14:02.603] Starting Apply Kernel Variables... [2024-05-23 14:14:02.646] Mounting FUSE Control File System... [2024-05-23 14:14:02.674] [ OK ] Listening on udev Control Socket. [2024-05-23 14:14:02.690] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:14:02.694] [ 5.183820] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:02.738] Starting udev Coldplug all Devices... [2024-05-23 14:14:02.757] [ 5.235887] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:14:02.774] Mounting POSIX Message Queue File = System... [2024-05-23 14:14:02.791] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:14:02.807] [ OK ] Created slice system-getty.slice. [2024-05-23 14:14:02.826] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:14:02.859] Starting Journal Service... [2024-05-23 14:14:02.874] [ OK ] Created slice User and Session Slice. [2024-05-23 14:14:02.890] [ OK ] Reached target Slices. [2024-05-23 14:14:02.910] Mounting Kernel Debug File System... [2024-05-23 14:14:02.940] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:14:03.007] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:14:03.025] [ OK ] Mounted Configuration File System. [2024-05-23 14:14:03.058] [ OK ] Started mount data partition service. [2024-05-23 14:14:03.080] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:14:03.108] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:14:03.122] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:14:03.158] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:14:03.174] [ OK ] Started Journal Service. [2024-05-23 14:14:03.192] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:14:03.225] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:14:03.265] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:14:03.297] Mounting /var/volatile... [2024-05-23 14:14:03.324] Mounting /tmp... [2024-05-23 14:14:03.341] [ OK ] Reached target Containers. [2024-05-23 14:14:03.368] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:14:03.399] Starting udev Kernel Device = Manager... [2024-05-23 14:14:03.429] Starting NS file System mount and = recovery.... [2024-05-23 14:14:03.474] [ OK ] Mounted /var/volatile. [2024-05-23 14:14:03.516] [ OK ] Mounted /tmp. [2024-05-23 14:14:03.541] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:14:03.575] [ 6.060702] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:03.661] [ OK ] Started udev Coldplug al[ = 6.154113] EXT4-fs (mmcblk0p38): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:14:03.676] l Devices. [2024-05-23 14:14:03.772] [ 6.259893] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:03.803] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:14:03.878] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:14:04.051] [ 6.541760] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:14:04.076] Starting Bind mount volatile = /var/spool... [2024-05-23 14:14:04.105] Starting Bind mount volatile = /var/lib... [2024-05-23 14:14:04.140] Starting Bind mount volatile = /var/cache... [2024-05-23 14:14:04.167] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:14:04.271] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:14:04.386] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:14:04.425] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:14:04.444] Starting Load/Save Random Seed... [2024-05-23 14:14:04.462] [ OK ] Reached target Local File Systems. [2024-05-23 14:14:04.493] Starting netfilter persistent = configuration... [2024-05-23 14:14:04.518] Starting Create Volatile Files and = Directories... [2024-05-23 14:14:04.549] Starting AppArmor initialization... [2024-05-23 14:14:04.576] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:14:04.733] [ 7.223312] audit: type=3D1400 = audit(1550139121.168:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D259 comm=3D"apparmor_parser" [2024-05-23 14:14:04.760] [ 7.237738] audit: type=3D1400 = audit(1550139121.176:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:14:04.788] [ 7.253640] audit: type=3D1400 = audit(1550139121.176:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:14:04.792] [ 7.269894] audit: type=3D1400 = audit(1550139121.176:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:14:04.828] [ 7.286494] audit: type=3D1400 = audit(1550139121.176:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:14:04.828] [ 7.302492] audit: type=3D1400 = audit(1550139121.176:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:14:04.830] [ OK [ 7.318301] audit: type=3D1400 = audit(1550139121.176:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:14:04.854] ] Started netfilter persistent configuration. [2024-05-23 14:14:04.872] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:14:04.897] [ OK ] Started AppArmor initialization. [2024-05-23 14:14:04.932] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:14:04.960] [ OK ] Reached target Network (Pre). [2024-05-23 14:14:04.985] Starting Network Service... [2024-05-23 14:14:05.031] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:14:05.060] [ OK ] Reached target System Initialization. [2024-05-23 14:14:05.077] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:14:05.094] [ OK ] Reached target Timers. [2024-05-23 14:14:05.111] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:14:05.130] [ OK ] Reached target Sockets. [2024-05-23 14:14:05.146] [ OK ] Reached target Basic System. [2024-05-23 14:14:05.181] Starting Login Service... [2024-05-23 14:14:05.211] [ 7.692532] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:14:05.227] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:14:05.244] [ 7.732708] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:14:05.248] [ 7.737664] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:14:05.261] [ OK ] Started [ 7.744258] [INFO][GMAC] = gmac_clk : 125000000 [2024-05-23 14:14:05.263] TEE-based HSM Service. [2024-05-23 14:14:05.308] [ OK ] Started NS VSync Process. [2024-05-23 14:14:05.362] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:14:05.388] [ 7.878858] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:14:05.427] Starting Load Kernel Modules... [2024-05-23 14:14:05.468] [ 7.957211] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:14:05.473] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:14:05.488] [ 7.975587] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:05.501] [ 7.976126] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:14:05.503] [ 7.976138] Disabling lock debugging due to = kernel taint [2024-05-23 14:14:05.528] [ 7.994132] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:14:05.528] [ OK ] Started NS System Management Process. [2024-05-23 14:14:05.528] Starting NS Inter Domain Comm = Process... [2024-05-23 14:14:05.548] [ 7.994142] [INFO][GMAC]=20 [2024-05-23 14:14:05.549] [ 8.023158] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:14:05.549] [ 8.031492] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:14:05.563] Start /usr/bin/sys-fail-mon [2024-05-23 14:14:05.565] [ 8.041719] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:14:05.565] [ 8.052077] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:14:05.589] [ OK ] Started 8.059535] ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:05.589] 39mKernel Logging Service. [2024-05-23 14:14:05.589] [ OK ] Started System Logging Service. [2024-05-23 14:14:05.603] [ OK ][ 8.082506] libphy: tcc-gmac-mdio: = probed [2024-05-23 14:14:05.605] Started Network Servic[ 8.083482] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:14:05.629] e. [2024-05-23 14:14:05.629] [ 8.083499] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:14:05.629] [ 8.083986] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:14:05.629] [ 8.083994] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:14:05.631] [ 8.091656] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:05.655] [ 8.092558] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:14:05.655] [ 8.096716] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:05.681] [ 8.096720] in_atomic(): 1, = irqs_disabled(): 128, pid: 280, name: systemd-modules [2024-05-23 14:14:05.682] [ 8.096722] INFO: lockdep is turned off. [2024-05-23 14:14:05.682] [ 8.096724] irq event stamp: 24349 [2024-05-23 14:14:05.682] [ 8.096741] hardirqs last enabled at = (24349): [<000000001e9f093d>] vprintk_emit+0x270/0x278 [2024-05-23 14:14:05.682] [ 8.096745] hardirqs last disabled at = (24348): [<00000000d25672d8>] vprintk_emit+0x12c/0x278 [2024-05-23 14:14:05.696] [ 8.096753] softirqs last enabled at (0): = [<000000002e1e6a4e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:05.710] [ 8.096756] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:05.712] [ 8.096758] Preemption disabled at: [2024-05-23 14:14:05.712] [ 8.096764] [<00000000a34d53bb>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:05.736] [ 8.096772] CPU: 3 PID: 280 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:14:05.736] [ 8.096774] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:05.736] [ 8.096776] Call trace: [2024-05-23 14:14:05.736] [ 8.096782] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:05.736] [ 8.096786] show_stack+0x14/0x20 [2024-05-23 14:14:05.752] [ 8.096792] dump_stack+0xb8/0xf0 [2024-05-23 14:14:05.752] [ 8.096796] ___might_sleep+0x178/0x210 [2024-05-23 14:14:05.752] [ 8.096799] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:05.752] [ 8.096806] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:05.766] [ 8.096810] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:05.779] [ 8.096816] gic_set_type+0x84/0x98 [2024-05-23 14:14:05.779] [ 8.096820] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:05.779] [ 8.096823] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:05.781] [ 8.096827] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:05.781] [ 8.096859] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:14:05.781] [ 8.096876] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:14:05.805] [ 8.096881] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:05.817] [ 8.096887] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:05.817] [ 8.096891] __driver_attach+0xfc/0x118 [2024-05-23 14:14:05.817] [ 8.096894] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:05.817] [ 8.096898] driver_attach+0x20/0x28 [2024-05-23 14:14:05.817] [ 8.096902] bus_add_driver+0x220/0x268 [2024-05-23 14:14:05.817] [ 8.096905] driver_register+0x60/0xf8 [2024-05-23 14:14:05.819] [ 8.096908] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:05.819] [ 8.096927] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:14:05.819] [ 8.096931] do_one_initcall+0x50/0x15c [2024-05-23 14:14:05.843] [ 8.096936] do_init_module+0x54/0x1b0 [2024-05-23 14:14:05.843] [ 8.096939] load_module+0x1e70/0x2428 [2024-05-23 14:14:05.843] [ 8.096942] SyS_finit_module+0xe4/0x118 [2024-05-23 14:14:05.843] [ 8.096945] el0_svc_naked+0x34/0x38 [2024-05-23 14:14:05.843] [ 8.117591] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:14:05.843] [ 8.122923] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:14:05.857] [ 8.127664] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:14:05.859] [ 8.128171] Done!! [2024-05-23 14:14:05.859] [ 8.206493] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:14:05.883] [ 8.211564] Done!! [2024-05-23 14:14:05.887] [ 8.302445] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:14:05.887] [ 8.307528] Done!! [2024-05-23 14:14:05.887] [ 8.360590] [INFO][GMAC] registered! [2024-05-23 14:14:05.887] [ 8.360595] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:14:05.887] [ 8.360600] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:14:05.887] Starting Wait for Network to be = Configured... [2024-05-23 14:14:05.910] [ OK ] Reached target Network. [2024-05-23 14:14:05.910] Starting udev Coldplug all Devices... [2024-05-23 14:14:05.910] Starting Permit User Sessions... [2024-05-23 14:14:05.910] [ OK ] Started Load Kernel Modules. [2024-05-23 14:14:05.914] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:14:05.940] [ OK ] Started Cluster Framework. [2024-05-23 14:14:05.940] [ OK ] Started HUD Framework. [2024-05-23 14:14:05.940] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:14:05.960] parents, child is 324 [2024-05-23 14:14:05.980] [IDC]Start. [2024-05-23 14:14:05.981] [ OK ] Started 8.454165] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:14:05.981] 39mNvm Process. [2024-05-23 14:14:05.981] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:14:05.981] [ OK ] Started NS hsm control application. [2024-05-23 14:14:06.000] [IDC](A7)ConnectReq 0 [2024-05-23 14:14:06.000] [IDC](A7)do_connect 0 [2024-05-23 14:14:06.000] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:14:06.000] [IDC](A7)Tx start session req 1 [2024-05-23 14:14:06.000] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:14:06.004] [IDC](R5)ConnectReq 0 [2024-05-23 14:14:06.028] [IDC](R5)do_connect 0 [2024-05-23 14:14:06.028] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:14:06.059] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:14:06.059] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:14:06.059] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:14:06.059] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:14:06.059] [IDC](A7)Session connected. [2024-05-23 14:14:06.059] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:14:06.059] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:14:06.059] [I[ 8.515880] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:14:06.079] DC](R5)Session connected.2 [2024-05-23 14:14:06.079] [IDC[ 8.525028] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:14:06.079] [ 8.525028] -- MASTER Configuration. [2024-05-23 14:14:06.079] [ 8.525028] -- Local Receiver Status Not = OK. [2024-05-23 14:14:06.079] [ 8.525028] -- Remote Receiver Status Not = OK. [2024-05-23 14:14:06.079] ](R5)Session status 2 -> 3 [2024-05-23 14:14:06.094] [ 8.553328] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:14:06.094] [ 8.553334] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:14:06.115] [ 8.565309] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:14:06.118] [ 8.569629] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:14:06.132] [ 8.569634] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:14:06.146] [ 8.569639] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:14:06.146] [ 8.569639] =20 [2024-05-23 14:14:06.161] [ 8.569962] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:14:06.162] [ 8.570456] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:14:06.162] [ 8.570460] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:14:06.177] [ 8.570465] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:14:06.177] [ 8.570465] =20 [2024-05-23 14:14:06.177] [ 8.570615] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:14:06.192] [ 8.570630] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:14:06.192] [ 8.570634] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:14:06.194] [ 8.570638] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:14:06.219] [ 8.570646] [INFO][GMAC] --] phy_start: : [2024-05-23 14:14:06.219] [ 8.570710] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:14:06.219] [ 8.675275] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.219] [ OK ] Started Diagnosis Framework. [2024-05-23 14:14:06.221] [ OK ] Started Diagnosis Transport. [2024-05-23 14:14:06.246] [ OK ] Started NS Software Update. [2024-05-23 14:14:06.292] [ OK ] Started NS Secondary Verify. [2024-05-23 14:14:06.295] [ 8.783317] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.310] [ 8.790689] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:14:06.337] [ OK ] Started Permit User Sessions. [2024-05-23 14:14:06.416] [ 8.907278] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.438] [ OK ] Started Getty on tty1. [2024-05-23 14:14:06.446] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:14:06.461] [ OK ] Reached target Login Prompts. [2024-05-23 14:14:06.478] [ OK ] Started Login Service. [2024-05-23 14:14:06.480] [ OK ] Reached target Multi-User System. [2024-05-23 14:14:06.495] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:14:06.512] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:14:06.530] [ 9.019312] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.549] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:14:06.579] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:14:06.640] [ 9.131191] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.663] [ 9.145073] sched: RT throttling activated [2024-05-23 14:14:06.772] [ 9.254796] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.869] [ 9.359297] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:06.988] [ 9.471841] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:07.105] [ 9.584000] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:07.208] [ 9.691179] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:07.213] [ 9.703052] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:14:07.227] [ 9.711532] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:14:07.726] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:14:08.194] [ 10.683757] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:14:08.231] [ 10.692159] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:14:12.876]=20 [2024-05-23 14:14:12.876] telechips-nsp1-release login:=20 [2024-05-23 14:14:14.870]=20 [2024-05-23 14:14:14.870] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:14:14.870]=20 [2024-05-23 14:14:14.870] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:14:14.890] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:14:14.906] DRAM: 2 GiB [2024-05-23 14:14:14.934] MMC: sdhc@0x16440000: 0 [2024-05-23 14:14:15.193]=20 [2024-05-23 14:14:15.193] HW Partition tyep is UserData [2024-05-23 14:14:15.203] In: serial [2024-05-23 14:14:15.216] Out: serial [2024-05-23 14:14:15.216] Err: serial [2024-05-23 14:14:15.270] Boot in the UserData environment(0) [2024-05-23 14:14:15.273] Non-secure boot (secure boot flag is clear) [2024-05-23 14:14:15.288] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:14:15.289] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:14:15.289] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:14:15.308] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:14:15.321] Booting using the fdt blob at 0x23000000 [2024-05-23 14:14:15.321] Loading Kernel Image [2024-05-23 14:14:15.321] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:14:15.336] OPTEE is enabled [2024-05-23 14:14:15.336]=20 [2024-05-23 14:14:15.336] Starting kernel ... [2024-05-23 14:14:15.336]=20 [2024-05-23 14:14:16.252] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:14:16.258] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:14:16.269] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:14:16.287] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:14:16.291] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:14:16.291] [ 0.000000] efi: UEFI not found. [2024-05-23 14:14:16.291] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:14:16.317] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:14:16.317] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:14:16.317] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:14:16.331] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:14:16.333] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:14:16.357] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:14:16.357] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:14:16.357] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:14:16.371] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:14:16.373] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:14:16.397] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:14:16.398] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:14:16.398] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:14:16.411] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:14:16.413] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:14:16.441] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:14:16.441] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:14:16.441] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:14:16.441] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:14:16.455] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:14:16.455] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:14:16.470] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:14:16.471] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:14:16.497] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:14:16.497] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:14:16.497] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:14:16.497] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:14:16.499] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:14:16.522] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:14:16.534] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:14:16.534] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:14:16.534] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:14:16.536] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:14:16.536] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:14:16.561] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:14:16.563] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:14:16.590] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:14:16.590] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:14:16.590] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:14:16.591] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:14:16.621] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:14:16.621] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:14:16.621] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:14:16.641] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:14:16.654] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:14:16.654] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:14:16.656] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:14:16.656] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:14:16.681] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:14:16.681] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:14:16.681] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:14:16.682] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:14:16.709] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:14:16.709] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:14:16.709] [ 0.000000] Running RCU self tests [2024-05-23 14:14:16.709] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:14:16.722] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:14:16.722] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:14:16.722] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:14:16.738] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:14:16.738] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:14:16.740] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:14:16.763] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:14:16.775] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:14:16.775] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:14:16.775] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:14:16.789] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:14:16.791] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:14:16.791] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:14:16.791] [ 0.001464] Console: colour dummy device = 80x25 [2024-05-23 14:14:16.815] [ 0.001705] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:14:16.815] [ 0.001708] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:14:16.815] [ 0.001710] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:14:16.815] [ 0.001713] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:14:16.817] [ 0.001716] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:14:16.842] [ 0.001719] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:14:16.842] [ 0.001721] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:14:16.842] [ 0.001724] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:14:16.842] [ 0.001727] memory used by lock dependency = info: 7903 kB [2024-05-23 14:14:16.842] [ 0.001729] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:14:16.857] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:14:16.857] [ 0.001778] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:14:16.860] [ 0.002277] Security Framework initialized [2024-05-23 14:14:16.887] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:14:16.887] [ 0.002648] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:14:16.887] [ 0.002671] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:14:16.887] [ 0.019960] ASID allocator initialised with = 32768 entries [2024-05-23 14:14:16.889] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:14:16.912] [ 0.062281] EFI services will not be = available. [2024-05-23 14:14:16.912] [ 0.076130] smp: Bringing up secondary CPUs = ... [2024-05-23 14:14:16.912] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:14:16.912] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:14:16.912] [ 0.165003] Detected VIPT I-cache on CPU2 [2024-05-23 14:14:16.917] [ 0.165059] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:14:16.951] [ 0.209284] Detected VIPT I-cache on CPU3 [2024-05-23 14:14:16.951] [ 0.209336] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:14:16.951] [ 0.209712] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:14:16.951] [ 0.209753] SMP: Total of 4 processors = activated. [2024-05-23 14:14:16.951] [ 0.209769] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:14:16.953] [ 0.209788] CPU: All CPU(s) started at EL2 [2024-05-23 14:14:16.953] [ 0.209971] alternatives: patching kernel = code [2024-05-23 14:14:16.953] [ 0.210512] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:14:16.976] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:14:16.976] [ 0.213710] devtmpfs: initialized [2024-05-23 14:14:16.976] [ 0.402591] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:14:16.976] [ 0.402855] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:14:16.993] [ 0.411324] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:14:16.993] [ 0.412211] chipinfo: TCC8030 Rev02 [2024-05-23 14:14:16.993] [ 0.412227] chipinfo: SiP Service v0.1.56 [2024-05-23 14:14:17.006] [ 0.417447] NET: Registered protocol family = 16 [2024-05-23 14:14:17.019] [ 0.421478] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:14:17.019] [ 0.423580] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:14:17.043] [ 0.425193] cpuidle: using governor menu [2024-05-23 14:14:17.043] [ 0.425429] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:14:17.043] [ 0.439576] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:14:17.055] [ 0.440068] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:14:17.055] [ 0.440114] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:14:17.055] [ 0.440159] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:14:17.055] [ 0.440202] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:14:17.055] [ 0.440246] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:14:17.057] [ 0.440289] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:14:17.057] [ 0.440333] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:14:17.080] [ 0.440376] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:14:17.102] [ 0.440419] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:14:17.102] [ 0.440463] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:14:17.102] [ 0.440506] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:14:17.102] [ 0.440550] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:14:17.103] [ 0.440594] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:14:17.103] [ 0.440637] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:14:17.103] [ 0.440680] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:14:17.103] [ 0.440724] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:14:17.103] [ 0.440778] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:14:17.127] [ 0.440822] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:14:17.127] [ 0.441176] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:14:17.127] [ 0.441220] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:14:17.127] [ 0.441263] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:14:17.127] [ 0.441307] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:14:17.143] [ 0.441350] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:14:17.143] [ 0.441393] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:14:17.143] [ 0.441436] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:14:17.157] [ 0.441480] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:14:17.157] [ 0.441523] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:14:17.157] [ 0.441566] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:14:17.172] [ 0.441609] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:14:17.172] [ 0.441653] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:14:17.174] [ 0.441851] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:14:17.201] [ 0.441895] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:14:17.201] [ 0.441952] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:14:17.201] [ 0.441996] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:14:17.201] [ 0.442040] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:14:17.203] [ 0.442083] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:14:17.216] [ 0.442126] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:14:17.216] [ 0.442321] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:14:17.216] [ 0.442470] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:14:17.230] [ 0.442516] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:14:17.233] [ 0.442560] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:14:17.233] [ 0.442604] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:14:17.256] [ 0.442647] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:14:17.270] [ 0.442690] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:14:17.270] [ 0.442733] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:14:17.270] [ 0.442777] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:14:17.270] [ 0.442819] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:14:17.282] [ 0.442863] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:14:17.282] [ 0.442921] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:14:17.282] [ 0.442965] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:14:17.284] [ 0.443008] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:14:17.284] [ 0.443574] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:14:17.306] [ 0.443618] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:14:17.308] [ 0.443790] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:14:17.308] [ 0.443962] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:14:17.308] [ 0.444131] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:14:17.308] [ 0.444313] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:14:17.331] [ 0.444483] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:14:17.344] [ 0.444528] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:14:17.344] [ 0.444572] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:14:17.344] [ 0.444739] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:14:17.344] [ 0.444905] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:14:17.355] [ 0.445070] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:14:17.355] [ 0.445114] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:14:17.357] [ 0.445158] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:14:17.357] [ 0.445201] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:14:17.382] [ 0.445244] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:14:17.382] [ 0.445416] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:14:17.382] [ 0.445460] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:14:17.382] [ 0.445662] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:14:17.382] [ 0.445676] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:14:17.384] [ 0.528387] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:14:17.405] [ 0.528477] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:17.405] [ 1.675325] console [ttyAMA0] enabled [2024-05-23 14:14:17.407] [ 1.683110] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:14:17.440] [ 1.712131] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:14:17.456] [ 1.722519] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:14:17.457] [ 1.733036] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:14:17.473] [ 1.743292] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:14:17.566] [ 1.843453] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:14:17.590] [ 1.859807] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:14:17.593] [ 1.866788] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:14:17.610] [ 1.873557] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:14:17.610] [ 1.879924] Linux video capture interface: = v2.00 [2024-05-23 14:14:17.632] [ 1.885750] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:17.635] [ 1.885754] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:17.635] [ 1.885758] 6 locks held by swapper/0/1: [2024-05-23 14:14:17.637] [ 1.885761] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:17.662] [ 1.885789] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:17.662] [ 1.885803] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:17.662] [ 1.885822] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:17.679] [ 1.885837] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:17.682] [ 1.885853] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:17.707] [ 1.885873] irq event stamp: 288060 [2024-05-23 14:14:17.707] [ 1.885878] hardirqs last enabled at = (288059): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:17.707] [ 1.885883] hardirqs last disabled at = (288060): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:17.711] [ 1.885890] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:17.726] [ 1.885894] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:17.726] [ 1.885896] Preemption disabled at: [2024-05-23 14:14:17.740] [ 1.885902] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:17.755] [ 1.885911] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:14:17.755] [ 1.885914] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:17.767] [ 1.885918] Call trace: [2024-05-23 14:14:17.767] [ 1.885924] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:17.767] [ 1.885929] show_stack+0x14/0x20 [2024-05-23 14:14:17.767] [ 1.885934] dump_stack+0xb8/0xf0 [2024-05-23 14:14:17.769] [ 1.885940] ___might_sleep+0x178/0x210 [2024-05-23 14:14:17.769] [ 1.885944] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:17.769] [ 1.885948] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:17.792] [ 1.885954] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:17.794] [ 1.885961] gic_set_type+0x84/0x98 [2024-05-23 14:14:17.794] [ 1.885966] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:17.794] [ 1.885971] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:17.794] [ 1.885975] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:17.794] [ 1.885980] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:14:17.817] [ 1.885987] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:14:17.830] [ 1.885992] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:17.830] [ 1.885996] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:17.830] [ 1.886001] __driver_attach+0xfc/0x118 [2024-05-23 14:14:17.830] [ 1.886006] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:17.830] [ 1.886011] driver_attach+0x20/0x28 [2024-05-23 14:14:17.830] [ 1.886015] bus_add_driver+0x220/0x268 [2024-05-23 14:14:17.841] [ 1.886020] driver_register+0x60/0xf8 [2024-05-23 14:14:17.841] [ 1.886024] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:17.841] [ 1.886032] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:14:17.856] [ 1.886036] do_one_initcall+0x50/0x15c [2024-05-23 14:14:17.856] [ 1.886043] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:17.856] [ 1.886049] kernel_init+0x10/0x100 [2024-05-23 14:14:17.858] [ 1.886054] ret_from_fork+0x10/0x18 [2024-05-23 14:14:17.858] [ 1.891678] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:14:17.882] [ 2.139084] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:14:17.883] [ 2.152427] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:14:17.883] [ 2.159513] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:14:17.900] [ 2.164116] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:14:17.900] [ 2.168918] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:14:17.900] [ 2.173720] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:14:17.919] [ 2.178275] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:14:17.954] [ 2.232314] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:14:17.968] [ 2.244802] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:17.986] [ 2.262919] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:18.003] [ 2.278408] NET: Registered protocol family = 2 [2024-05-23 14:14:18.016] [ 2.285812] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:14:18.017] [ 2.293425] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:14:18.031] [ 2.304706] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:14:18.057] [ 2.312036] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:14:18.057] [ 2.318820] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:14:18.058] [ 2.326926] NET: Registered protocol family = 1 [2024-05-23 14:14:18.157] [ 2.434742] audit: initializing netlink = subsys (disabled) [2024-05-23 14:14:18.164] [ 2.441133] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:14:18.179] [ 2.441792] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:14:18.247] [ 2.524299] fuse init (API version 7.26) [2024-05-23 14:14:18.274] [ 2.542316] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:14:18.275] [ 2.551988] io scheduler noop registered = (default) [2024-05-23 14:14:18.290] [ 2.556828] io scheduler mq-deadline = registered [2024-05-23 14:14:18.290] [ 2.561402] io scheduler kyber registered [2024-05-23 14:14:18.307] [ 2.572189] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:18.308] [ 2.579043] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:18.308] [ 2.585354] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:14:18.323] [ 2.593218] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:18.379] [ 2.655859] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:18.386] [ 2.663613] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:18.399] [ 2.668609] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:14:18.399] [ 2.674038] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:18.412] [ 2.674664] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:18.414] [ 2.685419] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:18.437] [ 2.691628] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:14:18.438] [ 2.699258] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:18.459] [ 2.723259] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:18.460] [ 2.730053] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:18.460] [ 2.734718] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:14:18.474] [ 2.740145] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:18.476] [ 2.740705] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:18.476] [ 2.751457] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:18.500] [ 2.757666] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:14:18.500] [ 2.765279] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:18.554] [ 2.831452] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:18.561] [ 2.838219] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:18.576] [ 2.842802] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:14:18.590] [ 2.848229] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:18.592] [ 2.858035] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:14:18.592] [ 2.867777] [INF][WDMA] tcc_wdma_init [2024-05-23 14:14:18.628] [ 2.872569] TCC WDMA Driver Initializing [2024-05-23 14:14:18.628] [ 2.879602] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:14:18.637] [ 2.885645] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:14:18.637] [ 2.896153] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:18.640] [ 2.908784] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:14:18.660] [ 2.918167] [CPU_ID] probe is done [2024-05-23 14:14:18.663] [ 2.921913] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:14:18.663] [ 2.928663] [DRAM_TOOL] probe is done [2024-05-23 14:14:18.663] [ 2.936088] MALI-G51 : r30p0-01eac0 [2024-05-23 14:14:18.664] [ 2.939615] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:14:18.688] [ 2.949470] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:18.688] [ 2.949475] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:18.690] [ 2.949479] 6 locks held by swapper/0/1: [2024-05-23 14:14:18.714] [ 2.949482] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:18.714] [ 2.949511] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:18.714] [ 2.949526] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:18.730] [ 2.949544] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:18.730] [ 2.949559] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:18.745] [ 2.949575] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:18.745] [ 2.949594] irq event stamp: 453804 [2024-05-23 14:14:18.758] [ 2.949600] hardirqs last enabled at = (453803): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:18.758] [ 2.949605] hardirqs last disabled at = (453804): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:18.774] [ 2.949613] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:18.788] [ 2.949617] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:18.788] [ 2.949619] Preemption disabled at: [2024-05-23 14:14:18.788] [ 2.949624] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:18.804] [ 2.949634] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:14:18.804] [ 2.949637] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:18.818] [ 2.949641] Call trace: [2024-05-23 14:14:18.818] [ 2.949647] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:18.818] [ 2.949652] show_stack+0x14/0x20 [2024-05-23 14:14:18.818] [ 2.949658] dump_stack+0xb8/0xf0 [2024-05-23 14:14:18.820] [ 2.949663] ___might_sleep+0x178/0x210 [2024-05-23 14:14:18.844] [ 2.949667] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:18.844] [ 2.949672] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:18.844] [ 2.949678] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:18.844] [ 2.949685] gic_set_type+0x84/0x98 [2024-05-23 14:14:18.844] [ 2.949690] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:18.844] [ 2.949695] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:18.859] [ 2.949700] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:18.859] [ 2.949706] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:14:18.859] [ 2.949712] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:14:18.861] [ 2.949716] kbase_device_init+0x78/0xf8 [2024-05-23 14:14:18.887] [ 2.949722] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:14:18.887] [ 2.949727] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:18.887] [ 2.949732] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:18.887] [ 2.949737] __driver_attach+0xfc/0x118 [2024-05-23 14:14:18.887] [ 2.949742] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:18.887] [ 2.949747] driver_attach+0x20/0x28 [2024-05-23 14:14:18.911] [ 2.949752] bus_add_driver+0x220/0x268 [2024-05-23 14:14:18.912] [ 2.949756] driver_register+0x60/0xf8 [2024-05-23 14:14:18.912] [ 2.949761] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:18.912] [ 2.949768] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:14:18.912] [ 2.949773] do_one_initcall+0x50/0x15c [2024-05-23 14:14:18.912] [ 2.949780] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:18.918] [ 2.949786] kernel_init+0x10/0x100 [2024-05-23 14:14:18.940] [ 2.949790] ret_from_fork+0x10/0x18 [2024-05-23 14:14:18.942] [ 2.951511] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:14:18.942] [ 3.206539] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:14:18.942] [ 3.213276] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:14:18.964] [ 3.227307] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:14:18.966] [ 3.234325] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:14:18.968] [ 3.246427] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:14:18.981] [ 3.252645] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:14:18.981] [ 3.257027] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:14:18.997] [ 3.264673] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:14:19.035] [ 3.311766] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:14:19.044] [ 3.321640] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:14:19.057] [ 3.329518] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:14:19.072] [ 3.340787] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:14:19.072] [ 3.346068] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:14:19.086] [ 3.357140] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:14:19.112] [ 3.366007] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:14:19.112] [ 3.385337] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:14:19.126] [ 3.400820] libphy: Fixed MDIO Bus: probed [2024-05-23 14:14:19.140] [ 3.405789] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:14:19.152] [ 3.418945] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:14:19.157] [ 3.419199] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:14:19.157] [ 3.419993] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:14:19.181] [ 3.423657] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:14:19.183] [ 3.424398] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:14:19.183] [ 3.424954] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:14:19.183] [ 3.426041] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:14:19.183] [ 3.437040] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:14:19.207] [ 3.437068] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:19.207] [ 3.437076] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:14:19.207] [ 3.437083] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:19.207] [ 3.437091] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:14:19.208] [ 3.437204] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:14:19.233] [ 3.498695] [INFO][GAMC] gmac index : 1 [2024-05-23 14:14:19.233] [ 3.503330] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:14:19.233] [ 3.508497] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:14:19.249] [ 3.514464] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:19.249] [ 3.518855] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:14:19.251] [ 3.527397] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:14:19.265] [ 3.541429] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:14:19.279] [ 3.547532] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:19.279] [ 3.547545] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:14:19.281] [ 3.547552] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:14:19.306] [ 3.547564] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:19.306] [ 3.547575] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:14:19.306] [ 3.576425] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:14:19.327] [ 3.592462] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:14:19.329] [ 3.599143] usbhid: USB HID core driver [2024-05-23 14:14:19.329] [ 3.603418] optee: probing for conduit = method from DT. [2024-05-23 14:14:19.344] [ 3.608598] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:14:19.344] [ 3.610495] optee: initialized driver [2024-05-23 14:14:19.344] [ 3.620064] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:14:19.366] [ 3.625795] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:14:19.366] [ 3.630965] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:14:19.366] [ 3.636133] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:14:19.366] [ 3.641908] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:14:19.383] [ 3.647682] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:14:19.383] [ 3.653544] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:14:19.385] [ 3.660013] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:14:19.399] [ 3.667624] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:14:19.399] [ 3.675573] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:14:19.413] [ 3.689471] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:14:19.428] [ 3.698686] NET: Registered protocol family = 17 [2024-05-23 14:14:19.428] [ 3.703677] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:14:19.445] [ 3.721340] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:14:19.613] [ 3.890549] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:19.622] [ 3.890593] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:14:19.638] [ 3.906318] ALSA device list: [2024-05-23 14:14:19.638] [ 3.909312] No soundcards found. [2024-05-23 14:14:19.639] [ 3.915515] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:19.659] [ 3.936445] Freeing unused kernel memory: = 4160K [2024-05-23 14:14:19.671] Mounting devtmpfs [2024-05-23 14:14:19.673] [ 3.951421] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:14:19.687] Mounting procfs [2024-05-23 14:14:19.687] Mounting sysfs [2024-05-23 14:14:19.711] [ 3.970382] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:14:19.720] [ 3.998221] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:14:19.760] [ 4.037806] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:14:19.782] [ 4.046609] mount (97) used greatest stack = depth: 11312 bytes left [2024-05-23 14:14:20.024] [ 4.298971] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:14:20.119] [ 4.396450] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:14:20.150] [ 4.423574] systemd[1]: Detected = architecture arm64. [2024-05-23 14:14:20.191]=20 [2024-05-23 14:14:20.191] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:14:20.203]=20 [2024-05-23 14:14:20.208] [ 4.485125] systemd[1]: Set hostname to = . [2024-05-23 14:14:20.224] [ 4.496950] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:14:20.241] [ 4.506121] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:14:20.472] [ 4.749475] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:14:20.501] [ 4.766575] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:14:20.531] [ 4.808444] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:14:20.544] [ 4.820550] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:14:20.735] [ 5.012424] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:14:20.810] [ OK ] Listening on Journal Socket. [2024-05-23 14:14:20.838] [ OK ] Created slice User and Session Slice. [2024-05-23 14:14:20.847] [ OK ] Reached target Slices. [2024-05-23 14:14:20.877] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:14:20.900] Starting mount data partition = service... [2024-05-23 14:14:20.931] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:14:20.947] [ OK ] Reached target Remote File Systems. [2024-05-23 14:14:20.976] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:14:21.055] Mounting POSIX Message Queue File = System... [2024-05-23 14:14:21.061] [ 5.338161] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:14:21.104] Mounting FUSE Control File System... [2024-05-23 14:14:21.110] [ 5.387322] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:21.125] [ 5.401449] mount (121) used greatest stack = depth: 10992 bytes left [2024-05-23 14:14:21.148] Starting Apply Kernel Variables... [2024-05-23 14:14:21.164] [ OK ] Created slice system-getty.slice. [2024-05-23 14:14:21.193] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:14:21.224] Mounting Configuration File System... [2024-05-23 14:14:21.244] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:14:21.258] [ OK ] Reached target Paths. [2024-05-23 14:14:21.294] [ OK ] Listening on udev Control Socket. [2024-05-23 14:14:21.310] [ OK ] Listening on Syslog Socket. [2024-05-23 14:14:21.329] Starting Journal Service... [2024-05-23 14:14:21.340] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:14:21.377] Starting udev Coldplug all Devices... [2024-05-23 14:14:21.394] [ OK ] Reached target Swap. [2024-05-23 14:14:21.410] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:14:21.444] Mounting Kernel Debug File System... [2024-05-23 14:14:21.472] Mounting Huge Pages File System... [2024-05-23 14:14:21.557] [ OK ] Started mount data partition service. [2024-05-23 14:14:21.583] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:14:21.614] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:14:21.619] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:14:21.640] [ OK ] Started Journal Service. [2024-05-23 14:14:21.677] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:14:21.699] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:14:21.727] [ OK ] Mounted Configuration File System. [2024-05-23 14:14:21.753] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:14:21.778] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:14:21.833] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:14:21.848] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:14:21.877] Mounting /tmp... [2024-05-23 14:14:21.908] Mounting /var/volatile... [2024-05-23 14:14:21.927] [ OK ] Reached target Containers. [2024-05-23 14:14:21.957] Starting udev Kernel Device = Manager... [2024-05-23 14:14:21.985] Starting NS file System mount and = recovery.... [2024-05-23 14:14:22.039] [ OK ] Mounted /tmp. [2024-05-23 14:14:22.060] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:14:22.078] [ OK ] Mounted /var/volatile. [2024-05-23 14:14:22.119] [ 6.396365] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:22.208] [ 6.485258] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:22.230] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:14:22.307] [ 6.583870] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:22.353] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:14:22.427] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:14:22.605] [ 6.882441] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:14:22.623] Starting Bind mount volatile = /var/cache... [2024-05-23 14:14:22.662] Starting Bind mount volatile = /var/lib... [2024-05-23 14:14:22.684] Starting Bind mount volatile = /var/spool... [2024-05-23 14:14:22.716] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:14:22.909] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:14:22.945] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:14:22.968] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:14:23.004] Starting Load/Save Random Seed... [2024-05-23 14:14:23.029] [ OK ] Reached target Local File Systems. [2024-05-23 14:14:23.055] Starting AppArmor initialization... [2024-05-23 14:14:23.083] Starting netfilter persistent = configuration... [2024-05-23 14:14:23.118] Starting Create Volatile Files and = Directories... [2024-05-23 14:14:23.155] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:14:23.223] [ 7.498627] audit: type=3D1400 = audit(1550139121.196:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:14:23.260] [ 7.517210] audit: type=3D1400 = audit(1550139121.204:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:14:23.262] [ 7.535487] audit: type=3D1400 = audit(1550139121.204:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:14:23.277] [ 7.551339] audit: type=3D1400 = audit(1550139121.204:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:14:23.291] [ 7.566928] audit: type=3D1400 = audit(1550139121.204:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:14:23.307] [ 7.582924] audit: type=3D1400 = audit(1550139121.204:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:14:23.322] [ 7.598872] audit: type=3D1400 = audit(1550139121.204:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:14:23.348] [ OK ] Started AppArmor initialization. [2024-05-23 14:14:23.379] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:14:23.403] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:14:23.437] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:14:23.463] [ OK ] Reached target Network (Pre). [2024-05-23 14:14:23.480] Starting Network Service... [2024-05-23 14:14:23.521] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:14:23.546] [ OK ] Reached target System Initialization. [2024-05-23 14:14:23.562] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:14:23.579] [ OK ] Reached target Sockets. [2024-05-23 14:14:23.601] [ OK ] Reached target Basic System. [2024-05-23 14:14:23.632] [ OK ] Started Kernel Logging Service. [2024-05-23 14:14:23.655] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:14:23.686] [ 7.963452] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:14:23.693] Starting Login Service... [2024-05-23 14:14:23.730] [ OK ] Started System Logging Service. [2024-05-23 14:14:23.739] [ 8.010771] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:14:23.742] [ 8.015882] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:14:23.767] [ 8.020412] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:14:23.780] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:14:23.806] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:14:23.863] Starting Load Kernel Modules... [2024-05-23 14:14:23.881] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:14:23.896] [ OK ] Reached target Timers. [2024-05-23 14:14:23.929] [ OK ] Started NS VSync Process. [2024-05-23 14:14:23.945] [ 8.221532] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:14:23.958] [ 8.228742] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:14:23.960] [ 8.236105] Disabling lock debugging due to = kernel taint [2024-05-23 14:14:23.985] [ 8.243222] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:23.985] [ 8.249402] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:14:23.987] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:14:24.017] [ 8.249412] [INFO][GMAC]=20 [2024-05-23 14:14:24.025] [ 8.294415] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:14:24.038] [ 8.301775] libphy: tcc-gmac-mdio: probed [2024-05-23 14:14:24.051] [ 8.305857] [INFO][GMAC] registered! [2024-05-23 14:14:24.051] [ OK ] Started 8.314812] [INFO][GMAC] = --] tcc_gmac_phy_probe: : [2024-05-23 14:14:24.063] 39mNS System Management Process 8.321667] = [INFO][GMAC] Phy Addr : 1, Phy Chip ID : 0x001ccb00 [2024-05-23 14:14:24.065] 0m. [2024-05-23 14:14:24.065] Start /usr/bin/sys-fail-mon [2024-05-23 14:14:24.065] Starting NS Inter Domain Comm = Process... [2024-05-23 14:14:24.065] [ OK ] Started Network Service. [2024-05-23 14:14:24.088] [ OK ] Reached target Network. [2024-05-23 14:14:24.091] Starting Permit User Sessions...[ = 8.352817] ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:14:24.091] =0A= [2024-05-23 14:14:24.091] [ 8.360549] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:14:24.114] Starting udev C[ 8.371387] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:14:24.114] oldplug all Devices... [2024-05-23 14:14:24.114] [ 8.381640] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:14:24.114] [ 8.386995] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:14:24.131] Starting Wait for Network to be = Configured.[ 8.400610] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:24.158] .. [2024-05-23 14:14:24.158] [ 8.409287] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:14:24.158] [ 8.409329] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:14:24.160] [ 8.409329] -- MASTER Configuration. [2024-05-23 14:14:24.160] [ 8.409329] -- Local Receiver Status Not = OK. [2024-05-23 14:14:24.160] [ 8.409329] -- Remote Receiver Status Not = OK. [2024-05-23 14:14:24.185] [ 8.409346] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:14:24.185] [ 8.409350] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:14:24.185] [ 8.409603] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:24.185] [ 8.409607] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:14:24.199] [ 8.409609] INFO: lockdep is turned off. [2024-05-23 14:14:24.199] [ 8.409611] irq event stamp: 68722 [2024-05-23 14:14:24.199] [ 8.409625] hardirqs last enabled at = (68721): [<00000000533b7300>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:24.214] [ 8.409632] hardirqs last disabled at = (68722): [<000000005382caac>] __schedule+0xc8/0x730 [2024-05-23 14:14:24.230] [ 8.409640] softirqs last enabled at (0): = [<00000000734077e2>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:24.233] [ 8.409643] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:24.257] [ 8.409645] Preemption disabled at: [2024-05-23 14:14:24.258] [ 8.409652] [<000000009895dbb7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:24.258] [ 8.409659] CPU: 1 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:14:24.258] [ 8.409660] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:24.258] [ 8.409663] Call trace: [2024-05-23 14:14:24.282] [ 8.409668] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:24.294] [ 8.409672] show_stack+0x14/0x20 [2024-05-23 14:14:24.294] [ 8.409676] dump_stack+0xb8/0xf0 [2024-05-23 14:14:24.294] [ 8.409680] ___might_sleep+0x178/0x210 [2024-05-23 14:14:24.294] [ 8.409682] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:24.294] [ 8.409689] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:24.294] [ 8.409693] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:24.296] [ 8.409699] gic_set_type+0x84/0x98 [2024-05-23 14:14:24.296] [ 8.409702] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:24.296] [ 8.409706] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:24.320] [ 8.409710] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:24.323] [ 8.409715] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:14:24.323] [ 8.409720] __dev_open+0x100/0x150 [2024-05-23 14:14:24.323] [ 8.409722] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:14:24.323] [ 8.409725] dev_change_flags+0x20/0x60 [2024-05-23 14:14:24.323] [ 8.409729] do_setlink+0x3ec/0xc30 [2024-05-23 14:14:24.323] [ 8.409732] rtnl_setlink+0xcc/0x128 [2024-05-23 14:14:24.346] [ 8.409735] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:14:24.358] [ 8.409739] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:14:24.358] [ 8.409741] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:14:24.358] [ 8.409744] netlink_unicast+0x180/0x1f8 [2024-05-23 14:14:24.358] [ 8.409747] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:14:24.358] [ 8.409753] sock_sendmsg+0x3c/0x58 [2024-05-23 14:14:24.358] [ 8.409757] SyS_sendto+0xd0/0x140 [2024-05-23 14:14:24.360] [ 8.409760] el0_svc_naked+0x34/0x38 [2024-05-23 14:14:24.360] [ 8.409904] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:14:24.360] [ 8.414176] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:14:24.384] [ 8.414182] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:14:24.384] [ 8.414187] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:14:24.384] [ 8.414187] =20 [2024-05-23 14:14:24.384] [ 8.414531] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:14:24.384] [ 8.414882] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:14:24.397] [ 8.414886] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:14:24.397] [ 8.414890] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:14:24.410] [ 8.414890] =20 [2024-05-23 14:14:24.414] [ 8.416756] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:14:24.414] [ 8.416775] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:14:24.414] [ 8.416783] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:14:24.438] [ 8.416787] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:14:24.443] [ 8.416795] [INFO][GMAC] --] phy_start: : [2024-05-23 14:14:24.443] [ 8.416859] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:14:24.443] [ 8.523118] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.443] [ 8.631097] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.443] [ OK ] Started Login Service. [2024-05-23 14:14:24.467] [ 8.717232] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:14:24.479] [ 8.724676] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:14:24.479] [ OK ] Started [ 8.734342] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:14:24.479] Permit User Sessions. [2024-05-23 14:14:24.481] [ 8.739121] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.481] [ 8.751687] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:14:24.505] [ 8.758929] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:24.506] [ OK ] Started Getty on tty1. [2024-05-23 14:14:24.542] [ 8.788178] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:14:24.542] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:14:24.542] [ OK ] Reached ta[ 8.793432] VPU = vpu_vdec_ext Driver(id:1) Initialized. [2024-05-23 14:14:24.547] rget Login Prompts.[ 8.804745] [VPU] = vpu_venc Driver(id:5) Initialized. [2024-05-23 14:14:24.547]=20 [2024-05-23 14:14:24.547] [ OK ] Started NS Inter Doma[ 8.821682] = Done!! [2024-05-23 14:14:24.569] in Comm Process. [2024-05-23 14:14:24.571] [ 8.847162] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.585] parents, child is 318 [2024-05-23 14:14:24.599] [IDC]Start. [2024-05-23 14:14:24.601] [ 8.871850] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:14:24.622] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:14:24.622] [ OK ] Started Cluster Framework. [2024-05-23 14:14:24.622] [ OK ] Started HUD Framework. [2024-05-23 14:14:24.624] [IDC](A7)ConnectReq 0 [2024-05-23 14:14:24.644] [IDC](A7)do_connect 0 [2024-05-23 14:14:24.646] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:14:24.646] [IDC](A7)Tx start session req 1 [2024-05-23 14:14:24.646] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:14:24.646] [IDC](R5)ConnectReq 0 [2024-05-23 14:14:24.646] [IDC](R5)do_connect 0 [2024-05-23 14:14:24.646] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:14:24.646] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:14:24.646] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:14:24.650] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:14:24.684] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:14:24.706] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:14:24.706] [IDC](A7)Session connected. [2024-05-23 14:14:24.706] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:14:24.706] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:14:24.706] [IDC](R5)Session connected.2 [2024-05-23 14:14:24.706] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:14:24.706] [ 8.909613] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:14:24.711] [ 8.959481] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.711] [ 8.982988] Done!! [2024-05-23 14:14:24.746] [ OK ] Started Nvm Process. [2024-05-23 14:14:24.782] [ OK ] Started NS hsm control application. [2024-05-23 14:14:24.813] [ 9.079455] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.815] [ OK ] Started Diagnosis Framework. [2024-05-23 14:14:24.841] [ OK ] Started NS Software Update. [2024-05-23 14:14:24.877] [ 9.109536] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:14:24.882] [ 9.149870] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:14:24.922] [ OK ] Started NS Secondary Verify. [2024-05-23 14:14:24.922] [ 9.169330] Done!! [2024-05-23 14:14:24.930] [ 9.196617] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:24.940] [ OK ] Started Diagnosis Transport. [2024-05-23 14:14:24.965] [ OK ] Reached target Multi-User System. [2024-05-23 14:14:24.970] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:14:24.987] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:14:25.062] [ 9.339275] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:25.106] [ OK ] Started Load Kernel Modules. [2024-05-23 14:14:25.110] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:14:25.144] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:14:25.174] [ 9.451158] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:25.286] [ 9.563191] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:25.873] [ 10.149006] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:14:25.882] [ 10.149012] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:14:26.540] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:14:26.889] [ 11.153845] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:14:26.899] [ 11.153857] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:14:30.891]=20 [2024-05-23 14:14:30.891] telechips-nsp1-release login:=20 [2024-05-23 14:14:34.087]=20 [2024-05-23 14:14:34.087] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:14:34.114]=20 [2024-05-23 14:14:34.114] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:14:34.114] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:14:34.138] DRAM: 2 GiB [2024-05-23 14:14:34.138] MMC: sdhc@0x16440000: 0 [2024-05-23 14:14:34.406]=20 [2024-05-23 14:14:34.406] HW Partition tyep is UserData [2024-05-23 14:14:34.430] In: serial [2024-05-23 14:14:34.430] Out: serial [2024-05-23 14:14:34.430] Err: serial [2024-05-23 14:14:34.482] Boot in the UserData environment(0) [2024-05-23 14:14:34.490] Non-secure boot (secure boot flag is clear) [2024-05-23 14:14:34.492] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:14:34.517] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:14:34.517] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:14:34.517] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:14:34.517] Booting using the fdt blob at 0x23000000 [2024-05-23 14:14:34.517] Loading Kernel Image [2024-05-23 14:14:34.523] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:14:34.535] OPTEE is enabled [2024-05-23 14:14:34.535]=20 [2024-05-23 14:14:34.535] Starting kernel ... [2024-05-23 14:14:34.535]=20 [2024-05-23 14:14:35.466] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:14:35.470] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:14:35.487] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:14:35.502] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:14:35.504] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:14:35.504] [ 0.000000] efi: UEFI not found. [2024-05-23 14:14:35.504] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:14:35.531] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:14:35.531] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:14:35.531] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:14:35.545] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:14:35.558] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:14:35.570] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:14:35.570] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:14:35.576] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:14:35.599] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:14:35.612] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:14:35.612] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:14:35.612] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:14:35.625] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:14:35.626] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:14:35.626] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:14:35.652] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:14:35.652] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:14:35.652] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:14:35.654] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:14:35.680] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:14:35.680] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:14:35.680] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:14:35.696] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:14:35.696] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:14:35.696] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:14:35.714] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:14:35.714] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:14:35.714] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:14:35.739] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:14:35.741] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:14:35.741] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:14:35.741] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:14:35.741] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:14:35.755] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:14:35.755] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:14:35.788] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:14:35.788] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:14:35.801] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:14:35.803] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:14:35.828] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:14:35.850] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:14:35.850] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:14:35.850] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:14:35.851] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:14:35.852] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:14:35.852] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:14:35.876] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:14:35.876] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:14:35.876] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:14:35.891] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:14:35.891] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:14:35.907] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:14:35.907] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:14:35.923] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:14:35.923] [ 0.000000] Running RCU self tests [2024-05-23 14:14:35.923] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:14:35.939] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:14:35.939] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:14:35.939] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:14:35.960] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:14:35.960] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:14:35.960] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:14:35.960] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:14:35.975] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:14:35.975] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:14:35.975] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:14:35.994] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:14:36.009] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:14:36.011] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:14:36.011] [ 0.001465] Console: colour dummy device = 80x25 [2024-05-23 14:14:36.011] [ 0.001704] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:14:36.036] [ 0.001707] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:14:36.036] [ 0.001710] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:14:36.036] [ 0.001712] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:14:36.036] [ 0.001715] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:14:36.036] [ 0.001718] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:14:36.049] [ 0.001721] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:14:36.061] [ 0.001723] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:14:36.061] [ 0.001726] memory used by lock dependency = info: 7903 kB [2024-05-23 14:14:36.075] [ 0.001728] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:14:36.075] [ 0.001769] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:14:36.076] [ 0.001776] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:14:36.076] [ 0.002276] Security Framework initialized [2024-05-23 14:14:36.100] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:14:36.102] [ 0.002647] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:14:36.102] [ 0.002668] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:14:36.102] [ 0.019950] ASID allocator initialised with = 32768 entries [2024-05-23 14:14:36.102] [ 0.035853] Hierarchical SRCU = implementation. [2024-05-23 14:14:36.126] [ 0.062279] EFI services will not be = available. [2024-05-23 14:14:36.126] [ 0.076121] smp: Bringing up secondary CPUs = ... [2024-05-23 14:14:36.126] [ 0.120746] Detected VIPT I-cache on CPU1 [2024-05-23 14:14:36.126] [ 0.120822] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:14:36.126] [ 0.164991] Detected VIPT I-cache on CPU2 [2024-05-23 14:14:36.141] [ 0.165048] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:14:36.143] [ 0.209278] Detected VIPT I-cache on CPU3 [2024-05-23 14:14:36.143] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:14:36.143] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:14:36.168] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:14:36.168] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:14:36.168] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:14:36.168] [ 0.209964] alternatives: patching kernel = code [2024-05-23 14:14:36.168] [ 0.210519] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:14:36.170] [ 0.213104] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:14:36.195] [ 0.213692] devtmpfs: initialized [2024-05-23 14:14:36.195] [ 0.402909] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:14:36.195] [ 0.403178] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:14:36.195] [ 0.412032] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:14:36.208] [ 0.412940] chipinfo: TCC8030 Rev02 [2024-05-23 14:14:36.208] [ 0.412956] chipinfo: SiP Service v0.1.56 [2024-05-23 14:14:36.208] [ 0.418220] NET: Registered protocol family = 16 [2024-05-23 14:14:36.222] [ 0.422172] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:14:36.235] [ 0.424145] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:14:36.235] [ 0.425744] cpuidle: using governor menu [2024-05-23 14:14:36.250] [ 0.425982] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:14:36.250] [ 0.440114] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:14:36.275] [ 0.440621] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:14:36.275] [ 0.440667] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:14:36.275] [ 0.440712] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:14:36.279] [ 0.440755] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:14:36.279] [ 0.440798] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:14:36.279] [ 0.440842] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:14:36.279] [ 0.440885] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:14:36.279] [ 0.440928] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:14:36.302] [ 0.440972] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:14:36.302] [ 0.441015] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:14:36.322] [ 0.441059] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:14:36.322] [ 0.441103] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:14:36.322] [ 0.441146] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:14:36.322] [ 0.441190] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:14:36.328] [ 0.441233] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:14:36.328] [ 0.441292] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:14:36.328] [ 0.441335] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:14:36.328] [ 0.441379] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:14:36.350] [ 0.441727] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:14:36.351] [ 0.441771] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:14:36.351] [ 0.441814] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:14:36.351] [ 0.441858] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:14:36.351] [ 0.441902] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:14:36.353] [ 0.441945] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:14:36.366] [ 0.441988] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:14:36.366] [ 0.442032] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:14:36.367] [ 0.442075] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:14:36.391] [ 0.442228] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:14:36.391] [ 0.442274] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:14:36.391] [ 0.442318] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:14:36.391] [ 0.442566] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:14:36.393] [ 0.442625] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:14:36.419] [ 0.442668] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:14:36.419] [ 0.442712] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:14:36.419] [ 0.442755] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:14:36.419] [ 0.442798] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:14:36.421] [ 0.442841] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:14:36.446] [ 0.443048] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:14:36.446] [ 0.443092] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:14:36.446] [ 0.443135] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:14:36.446] [ 0.443178] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:14:36.446] [ 0.443222] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:14:36.463] [ 0.443265] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:14:36.463] [ 0.443308] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:14:36.463] [ 0.443350] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:14:36.475] [ 0.443394] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:14:36.489] [ 0.443437] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:14:36.489] [ 0.443493] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:14:36.491] [ 0.443536] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:14:36.491] [ 0.443579] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:14:36.491] [ 0.443622] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:14:36.516] [ 0.444159] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:14:36.516] [ 0.444203] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:14:36.516] [ 0.444371] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:14:36.516] [ 0.444541] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:14:36.516] [ 0.444725] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:14:36.532] [ 0.444893] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:14:36.534] [ 0.445058] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:14:36.534] [ 0.445102] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:14:36.558] [ 0.445146] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:14:36.570] [ 0.445312] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:14:36.570] [ 0.445475] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:14:36.570] [ 0.445642] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:14:36.570] [ 0.445686] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:14:36.571] [ 0.445729] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:14:36.571] [ 0.445773] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:14:36.594] [ 0.445816] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:14:36.609] [ 0.445992] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:14:36.609] [ 0.446037] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:14:36.609] [ 0.446350] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:14:36.609] [ 0.446369] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:14:36.622] [ 0.528687] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:14:36.622] [ 0.528779] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:36.625] [ 1.675508] console [ttyAMA0] enabled [2024-05-23 14:14:36.625] [ 1.683141] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:14:36.650] [ 1.712111] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:14:36.665] [ 1.722404] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:14:36.680] [ 1.732981] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:14:36.692] [ 1.743236] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:14:36.779] [ 1.843195] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:14:36.806] [ 1.859296] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:14:36.808] [ 1.866192] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:14:36.833] [ 1.873026] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:14:36.838] [ 1.879393] Linux video capture interface: = v2.00 [2024-05-23 14:14:36.838] [ 1.885241] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:36.859] [ 1.885245] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:36.872] [ 1.885249] 6 locks held by swapper/0/1: [2024-05-23 14:14:36.872] [ 1.885252] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:36.872] [ 1.885279] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:36.874] [ 1.885294] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:36.874] [ 1.885312] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:36.898] [ 1.885327] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:36.898] [ 1.885343] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:36.898] [ 1.885362] irq event stamp: 288050 [2024-05-23 14:14:36.912] [ 1.885367] hardirqs last enabled at = (288049): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:36.914] [ 1.885372] hardirqs last disabled at = (288050): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:36.938] [ 1.885380] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:36.938] [ 1.885383] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:36.938] [ 1.885386] Preemption disabled at: [2024-05-23 14:14:36.944] [ 1.885391] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:36.972] [ 1.885400] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:14:36.972] [ 1.885403] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:36.972] [ 1.885407] Call trace: [2024-05-23 14:14:36.972] [ 1.885413] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:36.972] [ 1.885418] show_stack+0x14/0x20 [2024-05-23 14:14:36.972] [ 1.885423] dump_stack+0xb8/0xf0 [2024-05-23 14:14:36.975] [ 1.885429] ___might_sleep+0x178/0x210 [2024-05-23 14:14:36.999] [ 1.885433] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:37.002] [ 1.885437] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:37.002] [ 1.885443] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:37.002] [ 1.885450] gic_set_type+0x84/0x98 [2024-05-23 14:14:37.002] [ 1.885455] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:37.002] [ 1.885460] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:37.002] [ 1.885464] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:37.024] [ 1.885469] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:14:37.025] [ 1.885476] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:14:37.025] [ 1.885480] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:37.025] [ 1.885486] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:37.025] [ 1.885490] __driver_attach+0xfc/0x118 [2024-05-23 14:14:37.025] [ 1.885495] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:37.050] [ 1.885500] driver_attach+0x20/0x28 [2024-05-23 14:14:37.050] [ 1.885505] bus_add_driver+0x220/0x268 [2024-05-23 14:14:37.050] [ 1.885510] driver_register+0x60/0xf8 [2024-05-23 14:14:37.050] [ 1.885514] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:37.050] [ 1.885521] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:14:37.050] [ 1.885526] do_one_initcall+0x50/0x15c [2024-05-23 14:14:37.062] [ 1.885534] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:37.064] [ 1.885539] kernel_init+0x10/0x100 [2024-05-23 14:14:37.064] [ 1.885544] ret_from_fork+0x10/0x18 [2024-05-23 14:14:37.064] [ 1.891157] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:14:37.091] [ 2.138419] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:14:37.091] [ 2.151832] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:14:37.117] [ 2.158905] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:14:37.117] [ 2.163507] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:14:37.117] [ 2.168310] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:14:37.122] [ 2.173135] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:14:37.122] [ 2.177690] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:14:37.168] [ 2.230948] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:14:37.193] [ 2.243406] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:37.209] [ 2.261510] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:37.226] [ 2.277068] NET: Registered protocol family = 2 [2024-05-23 14:14:37.227] [ 2.284611] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:14:37.229] [ 2.292229] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:14:37.253] [ 2.303253] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:14:37.253] [ 2.310816] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:14:37.255] [ 2.317585] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:14:37.272] [ 2.325700] NET: Registered protocol family = 1 [2024-05-23 14:14:37.371] [ 2.433594] audit: initializing netlink = subsys (disabled) [2024-05-23 14:14:37.377] [ 2.439995] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:14:37.391] [ 2.440683] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:14:37.459] [ 2.522864] fuse init (API version 7.26) [2024-05-23 14:14:37.477] [ 2.540932] modprobe (65) used greatest = stack depth: 13104 bytes left [2024-05-23 14:14:37.491] [ 2.547604] modprobe (66) used greatest = stack depth: 12688 bytes left [2024-05-23 14:14:37.491] [ 2.551004] io scheduler noop registered = (default) [2024-05-23 14:14:37.506] [ 2.551020] io scheduler mq-deadline = registered [2024-05-23 14:14:37.506] [ 2.551033] io scheduler kyber registered [2024-05-23 14:14:37.506] [ 2.560915] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:37.529] [ 2.560927] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:37.529] [ 2.560936] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:14:37.529] [ 2.561024] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:37.558] [ 2.617163] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:37.561] [ 2.624929] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:37.574] [ 2.629850] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:14:37.574] [ 2.635279] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:37.588] [ 2.635934] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:37.590] [ 2.646690] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:37.614] [ 2.652900] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:14:37.627] [ 2.660461] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:37.629] [ 2.685260] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:37.648] [ 2.692173] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:37.650] [ 2.696859] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:14:37.650] [ 2.702287] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:37.650] [ 2.702984] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:37.652] [ 2.713737] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:37.679] [ 2.719946] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:14:37.679] [ 2.727559] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:37.731] [ 2.794232] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:37.739] [ 2.801011] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:37.754] [ 2.805627] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:14:37.778] [ 2.811053] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:37.784] [ 2.820733] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:14:37.784] [ 2.830350] [INF][WDMA] tcc_wdma_init [2024-05-23 14:14:37.784] [ 2.835221] TCC WDMA Driver Initializing [2024-05-23 14:14:37.784] [ 2.842091] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:14:37.798] [ 2.848246] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:14:37.811] [ 2.858701] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:37.813] [ 2.871353] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:14:37.841] [ 2.880793] [CPU_ID] probe is done [2024-05-23 14:14:37.841] [ 2.884534] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:14:37.841] [ 2.891235] [DRAM_TOOL] probe is done [2024-05-23 14:14:37.841] [ 2.898277] MALI-G51 : r30p0-01eac0 [2024-05-23 14:14:37.841] [ 2.901801] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:14:37.863] [ 2.911566] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:37.863] [ 2.911571] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:37.877] [ 2.911575] 6 locks held by swapper/0/1: [2024-05-23 14:14:37.878] [ 2.911578] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:37.878] [ 2.911605] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:37.903] [ 2.911620] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:37.903] [ 2.911637] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:37.905] [ 2.911652] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:37.927] [ 2.911668] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:37.927] [ 2.911687] irq event stamp: 453308 [2024-05-23 14:14:37.927] [ 2.911692] hardirqs last enabled at = (453307): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:37.942] [ 2.911697] hardirqs last disabled at = (453308): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:37.944] [ 2.911704] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:37.968] [ 2.911708] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:37.968] [ 2.911710] Preemption disabled at: [2024-05-23 14:14:37.968] [ 2.911716] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:37.969] [ 2.911725] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:14:37.994] [ 2.911728] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:37.994] [ 2.911731] Call trace: [2024-05-23 14:14:37.994] [ 2.911737] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:37.994] [ 2.911742] show_stack+0x14/0x20 [2024-05-23 14:14:37.994] [ 2.911748] dump_stack+0xb8/0xf0 [2024-05-23 14:14:37.996] [ 2.911753] ___might_sleep+0x178/0x210 [2024-05-23 14:14:38.022] [ 2.911757] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:38.022] [ 2.911762] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:38.022] [ 2.911767] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:38.022] [ 2.911774] gic_set_type+0x84/0x98 [2024-05-23 14:14:38.022] [ 2.911779] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:38.022] [ 2.911784] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:38.024] [ 2.911789] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:38.048] [ 2.911795] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:14:38.048] [ 2.911801] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:14:38.048] [ 2.911805] kbase_device_init+0x78/0xf8 [2024-05-23 14:14:38.048] [ 2.911811] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:14:38.048] [ 2.911815] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:38.060] [ 2.911821] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:38.062] [ 2.911826] __driver_attach+0xfc/0x118 [2024-05-23 14:14:38.062] [ 2.911831] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:38.062] [ 2.911835] driver_attach+0x20/0x28 [2024-05-23 14:14:38.087] [ 2.911840] bus_add_driver+0x220/0x268 [2024-05-23 14:14:38.087] [ 2.911845] driver_register+0x60/0xf8 [2024-05-23 14:14:38.087] [ 2.911849] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:38.087] [ 2.911856] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:14:38.087] [ 2.911861] do_one_initcall+0x50/0x15c [2024-05-23 14:14:38.087] [ 2.911868] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:38.100] [ 2.911874] kernel_init+0x10/0x100 [2024-05-23 14:14:38.102] [ 2.911878] ret_from_fork+0x10/0x18 [2024-05-23 14:14:38.102] [ 2.913505] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:14:38.126] [ 3.168685] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:14:38.126] [ 3.175429] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:14:38.130] [ 3.193438] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:14:38.144] [ 3.200767] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:14:38.165] [ 3.212892] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:14:38.167] [ 3.219110] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:14:38.167] [ 3.223491] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:14:38.169] [ 3.231059] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:14:38.216] [ 3.279128] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:14:38.226] [ 3.289068] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:14:38.239] [ 3.296971] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:14:38.253] [ 3.308220] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:14:38.253] [ 3.313500] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:14:38.274] [ 3.324573] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:14:38.274] [ 3.333446] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:14:38.295] [ 3.352830] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:14:38.312] [ 3.368371] libphy: Fixed MDIO Bus: probed [2024-05-23 14:14:38.332] [ 3.373342] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:14:38.333] [ 3.386626] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:14:38.333] [ 3.391157] [INFO][GAMC] gmac index : 1 [2024-05-23 14:14:38.333] [ 3.395596] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:14:38.350] [ 3.400763] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:14:38.354] [ 3.406199] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:14:38.354] [ 3.407240] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:38.354] [ 3.407255] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:14:38.378] [ 3.411102] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:14:38.378] [ 3.420073] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:14:38.378] [ 3.421206] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:38.378] [ 3.421218] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:14:38.378] [ 3.421225] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:14:38.394] [ 3.421237] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:38.394] [ 3.421249] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:14:38.394] [ 3.423329] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:14:38.414] [ 3.432333] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:14:38.414] [ 3.432343] usbhid: USB HID core driver [2024-05-23 14:14:38.414] [ 3.432688] optee: probing for conduit = method from DT. [2024-05-23 14:14:38.430] [ 3.432783] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:14:38.430] [ 3.434815] optee: initialized driver [2024-05-23 14:14:38.430] [ 3.436423] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:14:38.432] [ 3.436439] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:14:38.458] [ 3.436446] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:14:38.458] [ 3.436454] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:14:38.458] [ 3.436462] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:14:38.458] [ 3.436469] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:14:38.460] [ 3.436476] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:14:38.486] [ 3.436483] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:14:38.486] [ 3.438024] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:14:38.486] [ 3.438032] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:14:38.490] [ 3.444895] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:14:38.513] [ 3.457976] NET: Registered protocol family = 17 [2024-05-23 14:14:38.527] [ 3.458543] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:14:38.527] [ 3.463278] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:14:38.529] [ 3.579701] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:14:38.529] [ 3.590284] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:14:38.562] [ 3.596289] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:14:38.562] [ 3.603170] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:14:38.562] [ 3.610508] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:14:38.585] [ 3.628353] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:38.586] [ 3.628400] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:14:38.586] [ 3.630009] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:14:38.588] [ 3.630036] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:38.612] [ 3.630044] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:14:38.612] [ 3.630052] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:38.612] [ 3.630059] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:14:38.612] [ 3.630173] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:14:38.627] [ 3.684609] ALSA device list: [2024-05-23 14:14:38.627] [ 3.687615] No soundcards found. [2024-05-23 14:14:38.652] [ 3.693429] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:38.654] [ 3.714284] Freeing unused kernel memory: = 4160K [2024-05-23 14:14:38.670] Mounting devtmpfs [2024-05-23 14:14:38.670] Mounting procfs [2024-05-23 14:14:38.690] Mounting sysfs [2024-05-23 14:14:38.693] [ 3.756030] cat (95) used greatest stack = depth: 12480 bytes left [2024-05-23 14:14:38.708] [ 3.771559] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:14:38.749] [ 3.812273] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:14:38.759] [ 3.821138] mount (98) used greatest stack = depth: 11568 bytes left [2024-05-23 14:14:38.779] [ 3.842378] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:14:39.016] [ 4.080183] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:14:39.117] [ 4.180620] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:14:39.145] [ 4.208647] systemd[1]: Detected = architecture arm64. [2024-05-23 14:14:39.189]=20 [2024-05-23 14:14:39.189] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:14:39.201]=20 [2024-05-23 14:14:39.211] [ 4.272134] systemd[1]: Set hostname to = . [2024-05-23 14:14:39.228] [ 4.283414] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:14:39.230] [ 4.292293] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:14:39.469] [ 4.529106] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:14:39.494] [ 4.546217] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:14:39.524] [ 4.587859] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:14:39.537] [ 4.600036] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:14:39.725] [ 4.786814] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:14:39.803] [ OK ] Created slice system-getty.slice. [2024-05-23 14:14:39.831] [ OK ] Listening on Journal Socket. [2024-05-23 14:14:39.863] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:14:39.882] Starting Apply Kernel Variables... [2024-05-23 14:14:39.918] Mounting Huge Pages File System... [2024-05-23 14:14:39.945] [ OK ] Listening on udev Control Socket. [2024-05-23 14:14:39.990] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:14:40.013] [ 5.068916] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:14:40.014] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:14:40.047] Starting udev Coldplug all Devices... [2024-05-23 14:14:40.067] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:14:40.097] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:14:40.113] [ OK ] Reached target Remote File Systems. [2024-05-23 14:14:40.136] Mounting FUSE Control File System... [2024-05-23 14:14:40.162] [ OK ] Reached target Swap. [2024-05-23 14:14:40.180] [ OK ] Created slice User and Session Slice. [2024-05-23 14:14:40.202] Mounting Configuration File System... [2024-05-23 14:14:40.230] Starting mount data partition = service... [2024-05-23 14:14:40.246] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:14:40.262] [ OK ] Listening on Syslog Socket. [2024-05-23 14:14:40.296] Starting Journal Service... [2024-05-23 14:14:40.326] Mounting POSIX Message Queue File [ = 5.390370] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:14:40.341] System... [2024-05-23 14:14:40.375] Mounting Kernel Debug File System... [2024-05-23 14:14:40.396] [ OK ] Reached target Paths. [2024-05-23 14:14:40.413] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:14:40.431] [ OK ] Reached target Slices. [2024-05-23 14:14:40.495] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:14:40.530] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:14:40.547] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:14:40.563] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:14:40.596] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:14:40.614] [ OK ] Started Journal Service. [2024-05-23 14:14:40.647] [ OK ] Mounted Configuration File System. [2024-05-23 14:14:40.664] [ OK ] Started mount data partition service. [2024-05-23 14:14:40.697] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:14:40.714] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:14:40.765] Starting NS file System mount and = recovery.... [2024-05-23 14:14:40.797] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:14:40.827] Mounting /var/volatile... [2024-05-23 14:14:40.854] Mounting /tmp... [2024-05-23 14:14:40.872] [ OK ] Reached target Containers. [2024-05-23 14:14:40.901] [ 5.964448] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:40.911] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:14:40.955] Starting udev Kernel Device = Manager... [2024-05-23 14:14:40.987] [ 6.049961] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:41.090] [ 6.153337] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:41.190] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:14:41.227] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:14:41.251] [ OK ] Mounted /var/volatile. [2024-05-23 14:14:41.280] [ OK ] Mounted /tmp. [2024-05-23 14:14:41.377] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:14:41.399] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:14:41.574] [ 6.637209] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:14:41.597] Starting Bind mount volatile = /var/spool... [2024-05-23 14:14:41.628] Starting Bind mount volatile = /var/cache... [2024-05-23 14:14:41.663] Starting Bind mount volatile = /var/lib... [2024-05-23 14:14:41.699] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:14:41.890] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:14:41.916] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:14:41.947] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:14:41.978] Starting Load/Save Random Seed... [2024-05-23 14:14:41.998] [ OK ] Reached target Local File Systems. [2024-05-23 14:14:42.031] Starting Create Volatile Files and = Directories... [2024-05-23 14:14:42.078] Starting AppArmor initialization... [2024-05-23 14:14:42.111] Starting netfilter persistent = configuration... [2024-05-23 14:14:42.144] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:14:42.246] [ 7.309400] audit: type=3D1400 = audit(1550139121.224:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:14:42.267] [ 7.329515] audit: type=3D1400 = audit(1550139121.224:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:14:42.284] [ 7.346291] audit: type=3D1400 = audit(1550139121.224:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:14:42.323] [ 7.363266] audit: type=3D1400 = audit(1550139121.228:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:14:42.326] [ 7.380163] audit: type=3D1400 = audit(1550139121.228:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:14:42.342] [ 7.397107] audit: type=3D1400 = audit(1550139121.228:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:14:42.358] [ OK ] Started [ 7.414773] audit: = type=3D1400 audit(1550139121.228:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:14:42.374] Create Volatile Files and Directories. [2024-05-23 14:14:42.399] [ OK ] Started AppArmor initialization. [2024-05-23 14:14:42.432] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:14:42.449] [ OK ] Reached target Network (Pre). [2024-05-23 14:14:42.482] Starting Network Service... [2024-05-23 14:14:42.509] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:14:42.571] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:14:42.599] [ OK ] Reached target System Initialization. [2024-05-23 14:14:42.617] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:14:42.632] [ OK ] Reached target Sockets. [2024-05-23 14:14:42.648] [ OK ] Reached target Basic System. [2024-05-23 14:14:42.686] Starting Login Service... [2024-05-23 14:14:42.715] [ 7.773991] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:14:42.718] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:14:42.749] [ 7.801645] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:14:42.750] [ 7.806254] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:14:42.750] [ 7.810843] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:14:42.788] Starting Load Kernel Modules... [2024-05-23 14:14:42.825] [ OK ] Started NS VSync Process. [2024-05-23 14:14:42.886] [ 7.948459] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:14:42.893] [ 7.948748] lsmod (272) used greatest stack = depth: 11440 bytes left [2024-05-23 14:14:42.907] [ 7.961993] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:14:42.907] [ 7.962004] Disabling lock debugging due to = kernel taint [2024-05-23 14:14:42.922] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:14:42.936] [ OK ] Started System Logging Service. [2024-05-23 14:14:42.937] [ OK ] Started NS System Management Process. [2024-05-23 14:14:42.952] [ 8.004465] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:14:42.952] Start /usr/bin/sys-fail-mon [2024-05-23 14:14:42.965] Starting NS Inter Domain Comm = Process... [2024-05-23 14:14:42.966] [ 8.026346] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:14:42.983] [ 8.032053] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:14:42.983] [ 8.032588] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:14:43.005] [ 8.032595] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:14:43.005] [ 8.033821] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:43.019] [ 8.034239] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:14:43.032] [ 8.034253] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:14:43.035] [ 8.034821] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:14:43.035] [ 8.034828] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:14:43.059] [ 8.040427] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:43.072] [ 8.040436] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:14:43.072] [ 8.040442] [INFO][GMAC]=20 [2024-05-23 14:14:43.072] [ 8.040860] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:43.072] [ 8.078623] libphy: tcc-gmac-mdio: probed [2024-05-23 14:14:43.074] [ 8.078628] [INFO][GMAC] registered! [2024-05-23 14:14:43.074] [ 8.078631] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:14:43.074] [ 8.078637] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:14:43.098] [ 8.088009] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:14:43.098] [ 8.088957] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:43.098] [ 8.088960] in_atomic(): 1, = irqs_disabled(): 128, pid: 268, name: systemd-modules [2024-05-23 14:14:43.112] [ 8.088963] INFO: lockdep is turned off. [2024-05-23 14:14:43.112] [ 8.088964] irq event stamp: 25107 [2024-05-23 14:14:43.112] [ 8.088979] hardirqs last enabled at = (25107): [<00000000720f6283>] vprintk_emit+0x270/0x278 [2024-05-23 14:14:43.125] [ 8.088983] hardirqs last disabled at = (25106): [<00000000e0c09ace>] vprintk_emit+0x12c/0x278 [2024-05-23 14:14:43.126] [ 8.088991] softirqs last enabled at (0): = [<00000000be7f6807>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:43.152] [ 8.088993] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:43.152] [ 8.088995] Preemption disabled at: [2024-05-23 14:14:43.152] [ 8.089002] [<00000000cd48b2c8>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:43.152] [ 8.089009] CPU: 2 PID: 268 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:14:43.170] [ 8.089011] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:43.170] [ 8.089014] Call trace: [2024-05-23 14:14:43.170] [ 8.089019] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:43.184] [ 8.089022] show_stack+0x14/0x20 [2024-05-23 14:14:43.184] [ 8.089028] dump_stack+0xb8/0xf0 [2024-05-23 14:14:43.184] [ 8.089032] ___might_sleep+0x178/0x210 [2024-05-23 14:14:43.184] [ 8.089036] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:43.185] [ 8.089041] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:43.213] [ 8.089046] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:43.213] [ 8.089051] gic_set_type+0x84/0x98 [2024-05-23 14:14:43.213] [ 8.089055] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:43.213] [ 8.089058] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:43.213] [ 8.089062] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:43.213] [ 8.089089] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:14:43.215] [ 8.089108] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:14:43.241] [ 8.089113] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:43.241] [ 8.089118] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:43.241] [ 8.089122] __driver_attach+0xfc/0x118 [2024-05-23 14:14:43.241] [ 8.089126] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:43.241] [ 8.089129] driver_attach+0x20/0x28 [2024-05-23 14:14:43.241] [ 8.089133] bus_add_driver+0x220/0x268 [2024-05-23 14:14:43.254] [ 8.089136] driver_register+0x60/0xf8 [2024-05-23 14:14:43.258] [ 8.089139] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:43.258] [ 8.089157] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:14:43.258] [ 8.089161] do_one_initcall+0x50/0x15c [2024-05-23 14:14:43.258] [ 8.089165] do_init_module+0x54/0x1b0 [2024-05-23 14:14:43.281] [ 8.089168] load_module+0x1e70/0x2428 [2024-05-23 14:14:43.281] [ 8.089171] SyS_finit_module+0xe4/0x118 [2024-05-23 14:14:43.281] [ 8.089174] el0_svc_naked+0x34/0x38 [2024-05-23 14:14:43.281] [ 8.095464] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:14:43.281] [ 8.097875] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:14:43.281] [ 8.101484] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:14:43.297] [ 8.102144] Done!! [2024-05-23 14:14:43.299] [ 8.156519] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:14:43.299] [ 8.156561] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:14:43.323] [ 8.156561] -- MASTER Configuration. [2024-05-23 14:14:43.335] [ 8.156561] -- Local Receiver Status Not = OK. [2024-05-23 14:14:43.335] [ 8.156561] -- Remote Receiver Status Not = OK. [2024-05-23 14:14:43.335] [ 8.156576] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:14:43.335] [ 8.156579] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:14:43.336] [ 8.156966] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:14:43.336] [ 8.160952] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:14:43.362] [ 8.160956] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:14:43.362] [ 8.160961] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:14:43.362] [ 8.160961] =20 [2024-05-23 14:14:43.362] [ 8.161239] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:14:43.362] [ 8.161423] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:14:43.365] [ 8.161426] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:14:43.390] [ 8.161430] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:14:43.390] [ 8.161430] =20 [2024-05-23 14:14:43.390] [ 8.161560] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:14:43.390] [ 8.161575] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:14:43.390] [ 8.161579] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:14:43.390] [ 8.161583] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:14:43.400] [ 8.161590] [INFO][GMAC] --] phy_start: : [2024-05-23 14:14:43.415] [ 8.161647] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:14:43.415] [ 8.180778] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:14:43.419] [ 8.183420] Done!! [2024-05-23 14:14:43.419] [ 8.266429] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:43.419] [ 8.268929] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:14:43.445] [ 8.271250] Done!! [2024-05-23 14:14:43.445] [ 8.374420] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:43.445] [ 8.482415] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:43.445] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:14:43.445] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:14:43.450] [ OK ] Reached target Timers. [2024-05-23 14:14:43.473] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:14:43.475] [ OK ] Started Kernel Logging Service. [2024-05-23 14:14:43.475] [ OK ] Started Network Service. [2024-05-23 14:14:43.475] [ OK ] Started Load Kernel Modules. [2024-05-23 14:14:43.475] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:14:43.499] [ OK ] Started Cluster Framework. [2024-05-23 14:14:43.499] [ OK ] Started HUD Framework. [2024-05-23 14:14:43.499] parents, child is 320 [2024-05-23 14:14:43.525] [IDC]Start. [2024-05-23 14:14:43.526] [ 8.575032] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:14:43.526] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:14:43.526] [ OK ] Started NS ethernet phy control app[ = 8.590631] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:14:43.544] lication. [2024-05-23 14:14:43.544] [IDC](A7)ConnectReq 0 [2024-05-23 14:14:43.544] [IDC](A7)do_connect 0 [2024-05-23 14:14:43.544] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:14:43.565] [IDC](A7)Tx start session req 1 [2024-05-23 14:14:43.578] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:14:43.578] [IDC](R5)ConnectReq 0 [2024-05-23 14:14:43.578] [IDC](R5)do_connect 0 [2024-05-23 14:14:43.578] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:14:43.578] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:14:43.578] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:14:43.578] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:14:43.578] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:14:43.578] [IDC](A7)Session connected. [2024-05-23 14:14:43.615] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:14:43.615] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:14:43.615] [ OK ] Started Nvm Process. [2024-05-23 14:14:43.615] [IDC](R5)Session connected.2 [2024-05-23 14:14:43.617] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:14:43.617] [ OK ] Started NS hsm control application. [2024-05-23 14:14:43.645] [ OK ] Started Diagnosis Framework. [2024-05-23 14:14:43.665] [ 8.707306] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:43.670] [ OK ] Started Diagnosis Transport. [2024-05-23 14:14:43.740] [ OK ] Started NS Software Update. [2024-05-23 14:14:43.751] [ OK ] Started NS Secondary Verify. [2024-05-23 14:14:43.764] [ OK ] Reached target Network. [2024-05-23 14:14:43.764] Starting [ 8.822838] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:14:43.791] udev Coldplug all Devices... [2024-05-23 14:14:43.793] Starting Permit User Sessions... [2024-05-23 14:14:43.793] Starting Wait for Network to be = Configured... [2024-05-23 14:14:43.793] [ OK ] Started Login Service. [2024-05-23 14:14:43.859] [ OK ] Started Permit User Sessions. [2024-05-23 14:14:43.878] [ 8.934623] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:43.884] [ OK ] Started Getty on tty1. [2024-05-23 14:14:43.902] [ OK ] Started Serial Getty [ 8.965604] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:14:43.920] on ttyAMA0. [2024-05-23 14:14:43.920] [ OK ] Reached target Login Prompts. [2024-05-23 14:14:43.933] [ OK ] Reached target Multi-User System. [2024-05-23 14:14:43.949] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:14:43.969] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:14:43.993] [ 9.054662] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:44.059] [ 9.122419] sched: RT throttling activated [2024-05-23 14:14:44.069] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:14:44.085] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:14:44.117] [ 9.166551] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:44.217] [ 9.279679] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:14:44.720] [ 9.770856] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:14:44.728] [ 9.770864] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:14:45.639] [ 10.699666] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:14:45.647] [ 10.699676] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:14:45.942] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:14:50.403]=20 [2024-05-23 14:14:50.403] telechips-nsp1-release login:=20 [2024-05-23 14:14:53.310]=20 [2024-05-23 14:14:53.310] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:14:53.334]=20 [2024-05-23 14:14:53.334] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:14:53.334] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:14:53.334] DRAM: 2 GiB [2024-05-23 14:14:53.347] MMC: sdhc@0x16440000: 0 [2024-05-23 14:14:53.624]=20 [2024-05-23 14:14:53.624] HW Partition tyep is UserData [2024-05-23 14:14:53.644] In: serial [2024-05-23 14:14:53.644] Out: serial [2024-05-23 14:14:53.656] Err: serial [2024-05-23 14:14:53.698] Boot in the UserData environment(0) [2024-05-23 14:14:53.702] Non-secure boot (secure boot flag is clear) [2024-05-23 14:14:53.717] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:14:53.717] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:14:53.717] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:14:53.730] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:14:53.744] Booting using the fdt blob at 0x23000000 [2024-05-23 14:14:53.744] Loading Kernel Image [2024-05-23 14:14:53.746] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:14:53.766] OPTEE is enabled [2024-05-23 14:14:53.767]=20 [2024-05-23 14:14:53.767] Starting kernel ... [2024-05-23 14:14:53.767]=20 [2024-05-23 14:14:54.681] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:14:54.686] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:14:54.700] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:14:54.725] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:14:54.725] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:14:54.725] [ 0.000000] efi: UEFI not found. [2024-05-23 14:14:54.725] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:14:54.726] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:14:54.752] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:14:54.752] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:14:54.752] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:14:54.768] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:14:54.768] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:14:54.783] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:14:54.783] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:14:54.799] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:14:54.799] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:14:54.813] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:14:54.815] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:14:54.841] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:14:54.841] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:14:54.841] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:14:54.857] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:14:54.857] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:14:54.872] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:14:54.872] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:14:54.887] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:14:54.887] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:14:54.903] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:14:54.903] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:14:54.917] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:14:54.917] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:14:54.917] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:14:54.932] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:14:54.932] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:14:54.932] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:14:54.948] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:14:54.948] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:14:54.963] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:14:54.963] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:14:54.963] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:14:54.983] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:14:54.998] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:14:55.011] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:14:55.012] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:14:55.014] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:14:55.040] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:14:55.040] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:14:55.040] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:14:55.064] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:14:55.064] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:14:55.064] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:14:55.078] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:14:55.089] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:14:55.095] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:14:55.095] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:14:55.119] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:14:55.123] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:14:55.123] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:14:55.123] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:14:55.148] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:14:55.148] [ 0.000000] Running RCU self tests [2024-05-23 14:14:55.148] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:14:55.148] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:14:55.148] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:14:55.162] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:14:55.162] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:14:55.164] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:14:55.188] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:14:55.188] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:14:55.188] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:14:55.188] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:14:55.201] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:14:55.212] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:14:55.215] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:14:55.239] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:14:55.241] [ 0.001473] Console: colour dummy device = 80x25 [2024-05-23 14:14:55.241] [ 0.001713] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:14:55.241] [ 0.001716] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:14:55.241] [ 0.001718] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:14:55.263] [ 0.001721] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:14:55.275] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:14:55.275] [ 0.001726] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:14:55.275] [ 0.001729] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:14:55.275] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:14:55.275] [ 0.001734] memory used by lock dependency = info: 7903 kB [2024-05-23 14:14:55.277] [ 0.001737] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:14:55.277] [ 0.001777] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:14:55.304] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:14:55.304] [ 0.002285] Security Framework initialized [2024-05-23 14:14:55.304] [ 0.002410] AppArmor: AppArmor initialized [2024-05-23 14:14:55.304] [ 0.002655] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:14:55.305] [ 0.002677] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:14:55.329] [ 0.019952] ASID allocator initialised with = 32768 entries [2024-05-23 14:14:55.329] [ 0.035854] Hierarchical SRCU = implementation. [2024-05-23 14:14:55.329] [ 0.062279] EFI services will not be = available. [2024-05-23 14:14:55.329] [ 0.076122] smp: Bringing up secondary CPUs = ... [2024-05-23 14:14:55.343] [ 0.120747] Detected VIPT I-cache on CPU1 [2024-05-23 14:14:55.346] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:14:55.346] [ 0.164992] Detected VIPT I-cache on CPU2 [2024-05-23 14:14:55.346] [ 0.165049] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:14:55.370] [ 0.209277] Detected VIPT I-cache on CPU3 [2024-05-23 14:14:55.370] [ 0.209330] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:14:55.370] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:14:55.370] [ 0.209746] SMP: Total of 4 processors = activated. [2024-05-23 14:14:55.370] [ 0.209762] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:14:55.383] [ 0.209781] CPU: All CPU(s) started at EL2 [2024-05-23 14:14:55.385] [ 0.209962] alternatives: patching kernel = code [2024-05-23 14:14:55.385] [ 0.210507] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:14:55.405] [ 0.213115] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:14:55.408] [ 0.213723] devtmpfs: initialized [2024-05-23 14:14:55.408] [ 0.403357] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:14:55.408] [ 0.403622] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:14:55.432] [ 0.412374] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:14:55.445] [ 0.413313] chipinfo: TCC8030 Rev02 [2024-05-23 14:14:55.445] [ 0.413328] chipinfo: SiP Service v0.1.56 [2024-05-23 14:14:55.445] [ 0.418610] NET: Registered protocol family = 16 [2024-05-23 14:14:55.445] [ 0.422608] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:14:55.445] [ 0.424578] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:14:55.469] [ 0.426334] cpuidle: using governor menu [2024-05-23 14:14:55.469] [ 0.426570] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:14:55.482] [ 0.440691] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:14:55.482] [ 0.441181] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:14:55.482] [ 0.441228] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:14:55.482] [ 0.441272] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:14:55.482] [ 0.441316] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:14:55.495] [ 0.441359] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:14:55.495] [ 0.441403] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:14:55.498] [ 0.441447] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:14:55.498] [ 0.441490] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:14:55.498] [ 0.441534] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:14:55.533] [ 0.441577] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441634] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441679] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441722] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441766] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441809] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441853] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:14:55.545] [ 0.441896] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:14:55.547] [ 0.441939] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:14:55.547] [ 0.442404] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:14:55.570] [ 0.442449] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:14:55.574] [ 0.442492] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:14:55.574] [ 0.442536] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:14:55.574] [ 0.442579] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:14:55.574] [ 0.442622] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:14:55.592] [ 0.442665] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:14:55.604] [ 0.442709] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:14:55.604] [ 0.442766] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:14:55.604] [ 0.442810] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:14:55.604] [ 0.442853] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:14:55.607] [ 0.442897] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:14:55.607] [ 0.443137] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:14:55.633] [ 0.443181] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:14:55.633] [ 0.443224] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:14:55.633] [ 0.443267] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:14:55.633] [ 0.443310] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:14:55.633] [ 0.443353] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:14:55.648] [ 0.443397] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:14:55.648] [ 0.443595] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:14:55.648] [ 0.443638] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:14:55.667] [ 0.443682] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:14:55.669] [ 0.443725] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:14:55.669] [ 0.443768] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:14:55.669] [ 0.443824] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:14:55.693] [ 0.443868] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:14:55.696] [ 0.443911] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:14:55.696] [ 0.443955] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:14:55.696] [ 0.443998] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:14:55.696] [ 0.444041] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:14:55.696] [ 0.444084] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:14:55.720] [ 0.444127] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:14:55.720] [ 0.444170] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:14:55.720] [ 0.444719] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:14:55.720] [ 0.444764] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:14:55.720] [ 0.444933] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:14:55.734] [ 0.445104] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:14:55.734] [ 0.445274] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:14:55.739] [ 0.445439] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:14:55.761] [ 0.445606] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:14:55.774] [ 0.445650] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:14:55.774] [ 0.445693] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:14:55.774] [ 0.445861] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:14:55.774] [ 0.446040] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:14:55.777] [ 0.446212] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:14:55.777] [ 0.446257] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:14:55.799] [ 0.446300] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:14:55.812] [ 0.446439] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:14:55.812] [ 0.446504] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:14:55.812] [ 0.446712] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:14:55.812] [ 0.446756] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:14:55.814] [ 0.446967] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:14:55.814] [ 0.446981] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:14:55.814] [ 0.529330] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:14:55.838] [ 0.529420] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:55.838] [ 1.676246] console [ttyAMA0] enabled [2024-05-23 14:14:55.838] [ 1.684053] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:14:55.864] [ 1.712930] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:14:55.878] [ 1.723215] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:14:55.893] [ 1.733805] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:14:55.908] [ 1.744118] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:14:55.996] [ 1.844231] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:14:56.023] [ 1.860399] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:14:56.027] [ 1.867295] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:14:56.050] [ 1.874079] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:14:56.055] [ 1.880464] Linux video capture interface: = v2.00 [2024-05-23 14:14:56.055] [ 1.886348] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:56.057] [ 1.886353] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:56.081] [ 1.886357] 6 locks held by swapper/0/1: [2024-05-23 14:14:56.081] [ 1.886360] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:56.081] [ 1.886388] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:56.081] [ 1.886403] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:56.096] [ 1.886422] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:56.100] [ 1.886437] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:56.124] [ 1.886453] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:56.124] [ 1.886472] irq event stamp: 288100 [2024-05-23 14:14:56.124] [ 1.886478] hardirqs last enabled at = (288099): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:56.140] [ 1.886483] hardirqs last disabled at = (288100): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:56.140] [ 1.886490] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:56.151] [ 1.886494] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:56.165] [ 1.886496] Preemption disabled at: [2024-05-23 14:14:56.167] [ 1.886502] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:56.167] [ 1.886511] CPU: 3 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:14:56.191] [ 1.886514] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:56.191] [ 1.886518] Call trace: [2024-05-23 14:14:56.191] [ 1.886525] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:56.191] [ 1.886529] show_stack+0x14/0x20 [2024-05-23 14:14:56.191] [ 1.886535] dump_stack+0xb8/0xf0 [2024-05-23 14:14:56.191] [ 1.886540] ___might_sleep+0x178/0x210 [2024-05-23 14:14:56.193] [ 1.886544] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:56.219] [ 1.886549] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:56.219] [ 1.886555] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:56.219] [ 1.886562] gic_set_type+0x84/0x98 [2024-05-23 14:14:56.219] [ 1.886567] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:56.219] [ 1.886571] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:56.219] [ 1.886576] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:56.221] [ 1.886581] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:14:56.244] [ 1.886588] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:14:56.244] [ 1.886592] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:56.244] [ 1.886597] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:56.244] [ 1.886602] __driver_attach+0xfc/0x118 [2024-05-23 14:14:56.244] [ 1.886607] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:56.244] [ 1.886612] driver_attach+0x20/0x28 [2024-05-23 14:14:56.258] [ 1.886616] bus_add_driver+0x220/0x268 [2024-05-23 14:14:56.259] [ 1.886621] driver_register+0x60/0xf8 [2024-05-23 14:14:56.259] [ 1.886625] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:56.283] [ 1.886633] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:14:56.296] [ 1.886638] do_one_initcall+0x50/0x15c [2024-05-23 14:14:56.296] [ 1.886645] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:56.296] [ 1.886651] kernel_init+0x10/0x100 [2024-05-23 14:14:56.296] [ 1.886655] ret_from_fork+0x10/0x18 [2024-05-23 14:14:56.296] [ 1.892326] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:14:56.298] [ 2.139564] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:14:56.321] [ 2.153186] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:14:56.325] [ 2.160220] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:14:56.325] [ 2.164822] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:14:56.325] [ 2.169625] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:14:56.326] [ 2.174451] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:14:56.351] [ 2.179005] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:14:56.386] [ 2.233458] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:14:56.397] [ 2.246009] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:56.416] [ 2.264315] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:56.432] [ 2.280000] NET: Registered protocol family = 2 [2024-05-23 14:14:56.449] [ 2.287283] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:14:56.449] [ 2.294900] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:14:56.464] [ 2.306081] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:14:56.466] [ 2.313448] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:14:56.479] [ 2.320271] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:14:56.481] [ 2.328680] NET: Registered protocol family = 1 [2024-05-23 14:14:56.588] [ 2.436418] audit: initializing netlink = subsys (disabled) [2024-05-23 14:14:56.595] [ 2.442680] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:14:56.609] [ 2.443305] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:14:56.676] [ 2.525245] fuse init (API version 7.26) [2024-05-23 14:14:56.696] [ 2.543071] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:14:56.704] [ 2.553056] io scheduler noop registered = (default) [2024-05-23 14:14:56.720] [ 2.557911] io scheduler mq-deadline = registered [2024-05-23 14:14:56.720] [ 2.562473] io scheduler kyber registered [2024-05-23 14:14:56.725] [ 2.573317] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:56.739] [ 2.580172] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:56.739] [ 2.586382] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:14:56.754] [ 2.594267] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:56.809] [ 2.656843] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:56.816] [ 2.664599] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:56.830] [ 2.669453] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:14:56.830] [ 2.674882] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:56.843] [ 2.675506] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:56.844] [ 2.686429] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:56.844] [ 2.692638] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:14:56.873] [ 2.700199] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:56.875] [ 2.724188] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:56.889] [ 2.730977] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:56.889] [ 2.735711] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:14:56.904] [ 2.741138] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:56.904] [ 2.741697] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:14:56.905] [ 2.752449] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:14:56.931] [ 2.758657] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:14:56.931] [ 2.766271] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:14:56.984] [ 2.832397] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:14:56.992] [ 2.839174] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:14:57.009] [ 2.843950] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:14:57.011] [ 2.849378] fbX_probe : update_type =3D 1=20 [2024-05-23 14:14:57.025] [ 2.859105] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:14:57.025] [ 2.868737] [INF][WDMA] tcc_wdma_init [2024-05-23 14:14:57.027] [ 2.873518] TCC WDMA Driver Initializing [2024-05-23 14:14:57.042] [ 2.880593] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:14:57.042] [ 2.886676] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:14:57.064] [ 2.897207] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:14:57.064] [ 2.909912] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:14:57.082] [ 2.919300] [CPU_ID] probe is done [2024-05-23 14:14:57.082] [ 2.923044] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:14:57.083] [ 2.929754] [DRAM_TOOL] probe is done [2024-05-23 14:14:57.098] [ 2.936904] MALI-G51 : r30p0-01eac0 [2024-05-23 14:14:57.098] [ 2.940431] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:14:57.121] [ 2.950371] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:14:57.121] [ 2.950376] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:14:57.121] [ 2.950380] 6 locks held by swapper/0/1: [2024-05-23 14:14:57.140] [ 2.950383] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:14:57.140] [ 2.950411] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:14:57.142] [ 2.950426] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:14:57.166] [ 2.950444] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:57.166] [ 2.950458] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:14:57.166] [ 2.950475] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:57.181] [ 2.950494] irq event stamp: 453680 [2024-05-23 14:14:57.181] [ 2.950499] hardirqs last enabled at = (453679): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:14:57.202] [ 2.950504] hardirqs last disabled at = (453680): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:14:57.202] [ 2.950511] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:14:57.216] [ 2.950515] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:14:57.216] [ 2.950517] Preemption disabled at: [2024-05-23 14:14:57.230] [ 2.950523] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:14:57.232] [ 2.950533] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:14:57.232] [ 2.950535] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:14:57.259] [ 2.950540] Call trace: [2024-05-23 14:14:57.259] [ 2.950545] dump_backtrace+0x0/0x1d8 [2024-05-23 14:14:57.259] [ 2.950550] show_stack+0x14/0x20 [2024-05-23 14:14:57.259] [ 2.950556] dump_stack+0xb8/0xf0 [2024-05-23 14:14:57.259] [ 2.950561] ___might_sleep+0x178/0x210 [2024-05-23 14:14:57.259] [ 2.950565] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:14:57.259] [ 2.950570] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:14:57.274] [ 2.950575] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:14:57.274] [ 2.950583] gic_set_type+0x84/0x98 [2024-05-23 14:14:57.274] [ 2.950588] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:14:57.274] [ 2.950592] __setup_irq+0x76c/0x7f8 [2024-05-23 14:14:57.288] [ 2.950597] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:14:57.291] [ 2.950603] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:14:57.291] [ 2.950609] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:14:57.291] [ 2.950613] kbase_device_init+0x78/0xf8 [2024-05-23 14:14:57.316] [ 2.950620] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:14:57.316] [ 2.950624] platform_drv_probe+0x58/0xb8 [2024-05-23 14:14:57.316] [ 2.950629] = driver_probe_device+0x228/0x410 [2024-05-23 14:14:57.316] [ 2.950634] __driver_attach+0xfc/0x118 [2024-05-23 14:14:57.316] [ 2.950639] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:14:57.316] [ 2.950644] driver_attach+0x20/0x28 [2024-05-23 14:14:57.330] [ 2.950648] bus_add_driver+0x220/0x268 [2024-05-23 14:14:57.342] [ 2.950653] driver_register+0x60/0xf8 [2024-05-23 14:14:57.342] [ 2.950657] = __platform_driver_register+0x44/0x50 [2024-05-23 14:14:57.342] [ 2.950665] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:14:57.344] [ 2.950669] do_one_initcall+0x50/0x15c [2024-05-23 14:14:57.344] [ 2.950677] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:14:57.367] [ 2.950682] kernel_init+0x10/0x100 [2024-05-23 14:14:57.380] [ 2.950687] ret_from_fork+0x10/0x18 [2024-05-23 14:14:57.380] [ 2.952434] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:14:57.380] [ 3.207104] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:14:57.380] [ 3.213842] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:14:57.383] [ 3.227490] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:14:57.418] [ 3.234525] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:14:57.418] [ 3.246699] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:14:57.418] [ 3.252918] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:14:57.423] [ 3.257299] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:14:57.423] [ 3.264830] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:14:57.464] [ 3.312255] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:14:57.473] [ 3.320057] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:14:57.487] [ 3.329004] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:14:57.512] [ 3.340725] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:14:57.525] [ 3.346008] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:14:57.525] [ 3.357081] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:14:57.539] [ 3.366136] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:14:57.540] [ 3.385024] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:14:57.553] [ 3.400600] libphy: Fixed MDIO Bus: probed [2024-05-23 14:14:57.568] [ 3.405553] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:14:57.579] [ 3.418674] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:14:57.581] [ 3.423210] [INFO][GAMC] gmac index : 1 [2024-05-23 14:14:57.581] [ 3.427790] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:14:57.595] [ 3.432959] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:14:57.598] [ 3.439034] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:14:57.598] [ 3.439802] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:14:57.621] [ 3.440584] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:14:57.624] [ 3.444002] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:14:57.624] [ 3.444793] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:14:57.624] [ 3.445388] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:14:57.624] [ 3.446562] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:14:57.648] [ 3.456973] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:14:57.648] [ 3.457003] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:57.648] [ 3.457011] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:14:57.648] [ 3.457019] GPT:15269887 !=3D 15273599 [2024-05-23 14:14:57.674] [ 3.457026] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:14:57.675] [ 3.457144] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:14:57.675] [ 3.518629] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:14:57.681] [ 3.527140] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:14:57.694] [ 3.541299] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:14:57.710] [ 3.547164] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:57.713] [ 3.547176] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:14:57.713] [ 3.547183] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:14:57.741] [ 3.547195] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:57.741] [ 3.547207] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:14:57.741] [ 3.576114] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:14:57.744] [ 3.592074] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:14:57.756] [ 3.598729] usbhid: USB HID core driver [2024-05-23 14:14:57.756] [ 3.602938] optee: probing for conduit = method from DT. [2024-05-23 14:14:57.773] [ 3.608119] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:14:57.773] [ 3.609993] optee: initialized driver [2024-05-23 14:14:57.773] [ 3.619514] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:14:57.790] [ 3.625329] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:14:57.790] [ 3.630499] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:14:57.790] [ 3.635666] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:14:57.804] [ 3.641441] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:14:57.804] [ 3.647216] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:14:57.806] [ 3.653077] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:14:57.831] [ 3.659632] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:14:57.831] [ 3.667057] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:14:57.831] [ 3.675006] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:14:57.846] [ 3.689012] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:14:57.866] [ 3.697170] NET: Registered protocol family = 17 [2024-05-23 14:14:57.868] [ 3.702110] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:14:57.880] [ 3.720090] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:14:58.046] [ 3.888700] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:14:58.047] [ 3.888745] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:14:58.062] [ 3.904768] ALSA device list: [2024-05-23 14:14:58.062] [ 3.907764] No soundcards found. [2024-05-23 14:14:58.087] [ 3.913739] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:14:58.089] [ 3.934752] Freeing unused kernel memory: = 4160K [2024-05-23 14:14:58.104] Mounting devtmpfs [2024-05-23 14:14:58.104] [ 3.949416] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:14:58.125] Mounting procfs [2024-05-23 14:14:58.125] Mounting sysfs [2024-05-23 14:14:58.125] [ 3.969636] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:14:58.152] [ 3.997368] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:14:58.190] [ 4.038902] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:14:58.200] [ 4.047993] mount (97) used greatest stack = depth: 11488 bytes left [2024-05-23 14:14:58.449] [ 4.297267] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:14:58.547] [ 4.395065] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:14:58.577] [ 4.422433] systemd[1]: Detected = architecture arm64. [2024-05-23 14:14:58.619]=20 [2024-05-23 14:14:58.628] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:14:58.631]=20 [2024-05-23 14:14:58.646] [ 4.485347] systemd[1]: Set hostname to = . [2024-05-23 14:14:58.649] [ 4.496598] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:14:58.665] [ 4.506284] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:14:58.905] [ 4.753935] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:14:58.936] [ 4.771036] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:14:58.966] [ 4.813296] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:14:58.982] [ 4.825395] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:14:59.167] [ 5.014897] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:14:59.241] [ OK ] Created slice User and Session Slice. [2024-05-23 14:14:59.265] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:14:59.283] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:14:59.298] [ OK ] Created slice system-getty.slice. [2024-05-23 14:14:59.316] [ OK ] Reached target Paths. [2024-05-23 14:14:59.343] [ OK ] Reached target Slices. [2024-05-23 14:14:59.345] [ OK ] Listening on udev Control Socket. [2024-05-23 14:14:59.362] [ OK ] Listening on Journal Socket. [2024-05-23 14:14:59.398] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:14:59.421] Starting Apply Kernel Variables... [2024-05-23 14:14:59.436] [ OK ] Reached target Remote File Systems. [2024-05-23 14:14:59.453] [ OK ] Listening on Syslog Socket. [2024-05-23 14:14:59.482] Starting mount data partition = service... [2024-05-23 14:14:59.530] Mounting Huge Pages File System... [2024-05-23 14:14:59.544] [ 5.385986] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:14:59.572] Mounting Configuration File System... [2024-05-23 14:14:59.590] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:14:59.632] Starting udev Coldplug all Devices... [2024-05-23 14:14:59.650] [ OK ] Reached target Swap. [2024-05-23 14:14:59.667] [ 5.515066] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:14:59.680] Mounting POSIX Message Queue File = System... [2024-05-23 14:14:59.717] Mounting Kernel Debug File System... [2024-05-23 14:14:59.743] Mounting FUSE Control File System... [2024-05-23 14:14:59.771] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:14:59.800] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:14:59.816] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:14:59.844] Starting Journal Service... [2024-05-23 14:14:59.920] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:14:59.950] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:14:59.966] [ OK ] Started mount data partition service. [2024-05-23 14:14:59.982] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:14:59.998] [ OK ] Mounted Configuration File System. [2024-05-23 14:15:00.035] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:15:00.066] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:15:00.083] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:15:00.107] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:15:00.143] [ OK ] Started Journal Service. [2024-05-23 14:15:00.213] Starting NS file System mount and = recovery.... [2024-05-23 14:15:00.258] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:15:00.313] Starting udev Kernel Device = Manager... [2024-05-23 14:15:00.333] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:15:00.345] [ 6.190338] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:00.383] Mounting /var/volatile... [2024-05-23 14:15:00.408] Mounting /tmp... [2024-05-23 14:15:00.433] [ OK ] Reached target Containers. [2024-05-23 14:15:00.435] [ 6.281746] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:00.537] [ 6.384943] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:00.614] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:15:00.650] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:15:00.683] [ OK ] Mounted /var/volatile. [2024-05-23 14:15:00.701] [ OK ] Mounted /tmp. [2024-05-23 14:15:00.718] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:00.789] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:15:00.970] [ 6.818140] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:15:01.001] Starting Bind mount volatile = /var/lib... [2024-05-23 14:15:01.018] Starting Bind mount volatile = /var/spool... [2024-05-23 14:15:01.051] Starting Bind mount volatile = /var/cache... [2024-05-23 14:15:01.085] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:15:01.287] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:15:01.318] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:15:01.341] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:15:01.378] Starting Load/Save Random Seed... [2024-05-23 14:15:01.399] [ OK ] Reached target Local File Systems. [2024-05-23 14:15:01.422] Starting netfilter persistent = configuration... [2024-05-23 14:15:01.453] Starting AppArmor initialization... [2024-05-23 14:15:01.490] Starting Create Volatile Files and = Directories... [2024-05-23 14:15:01.519] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:15:01.627] [ 7.475874] audit: type=3D1400 = audit(1550139121.172:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:15:01.668] [ 7.492307] audit: type=3D1400 = audit(1550139121.176:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:15:01.671] [ 7.508210] audit: type=3D1400 = audit(1550139121.176:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:15:01.692] [ 7.524937] audit: type=3D1400 = audit(1550139121.176:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:15:01.694] [ 7.540501] audit: type=3D1400 = audit(1550139121.176:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:15:01.732] [ 7.557229] audit: type=3D1400 = audit(1550139121.176:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:15:01.733] [ 7.574013] audit: type=3D1400 = audit(1550139121.176:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:15:01.748] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:15:01.774] [ OK ] Started AppArmor initialization. [2024-05-23 14:15:01.801] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:15:01.835] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:15:01.849] [ OK ] Reached target Network (Pre). [2024-05-23 14:15:01.885] Starting Network Service... [2024-05-23 14:15:01.924] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:15:01.951] [ OK ] Reached target System Initialization. [2024-05-23 14:15:01.968] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:15:01.985] [ OK ] Reached target Timers. [2024-05-23 14:15:02.002] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:15:02.018] [ OK ] Reached target Sockets. [2024-05-23 14:15:02.035] [ OK ] Reached target Basic System. [2024-05-23 14:15:02.063] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:15:02.092] [ OK ] Started TE[ 7.940247] 8021q: = 802.1Q VLAN Support v1.8 [2024-05-23 14:15:02.099] E-based HSM Service. [2024-05-23 14:15:02.135] [ 7.977741] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:15:02.138] [ 7.979199] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:15:02.163] [ 7.979415] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:15:02.163] [ OK ] Started Kernel Logging Service. [2024-05-23 14:15:02.183] [ OK ] Started System Logging Service. [2024-05-23 14:15:02.208] Starting Login Service... [2024-05-23 14:15:02.238] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:15:02.309] Starting Load Kernel Modules... [2024-05-23 14:15:02.346] [ OK ] Started NS VSync Process. [2024-05-23 14:15:02.352] [ 8.199787] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:15:02.367] [ 8.204473] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:15:02.414] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:15:02.441] [ 8.204492] [INFO][GMAC]=20 [2024-05-23 14:15:02.444] [ 8.289311] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:15:02.459] [ 8.289962] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:15:02.459] [ 8.289977] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:15:02.476] [ 8.289983] Disabling lock debugging due to = kernel taint [2024-05-23 14:15:02.476] [ 8.310325] libphy: tcc-gmac-mdio: probed [2024-05-23 14:15:02.476] [ 8.310331] [INFO][GMAC] registered! [2024-05-23 14:15:02.490] [ 8.310334] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:15:02.492] [ 8.310338] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:15:02.492] [ OK ] Started NS System Management Process. [2024-05-23 14:15:02.516] Start /usr/bin/sys-fail-mon [2024-05-23 14:15:02.541] [ 8.377001] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:15:02.545] [ 8.386655] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:15:02.547] [ 8.393599] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:15:02.573] [ 8.393599] -- MASTER Configuration. [2024-05-23 14:15:02.573] [ 8.393599] -- Local Receiver Status Not = OK. [2024-05-23 14:15:02.573] [ 8.393599] -- Remote Receiver Status Not = OK. [2024-05-23 14:15:02.573] [ 8.411618] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:15:02.573] [ 8.417476] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:15:02.588] [ 8.417619] BUG: sleeping function = called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:02.601] [ 8.417622] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:15:02.603] [ 8.417624] INFO: lockdep is turned off. [2024-05-23 14:15:02.603] Starting NS Inter Domain[ 8.417626] irq = event stamp: 70080 [2024-05-23 14:15:02.627] Comm Process... [2024-05-23 14:15:02.627] [ 8.417641] hardirqs last enabled at = (70079): [<000000007e2bf90e>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:15:02.627] [ 8.417647] hardirqs last disabled at = (70080): [<00000000de9f436f>] __schedule+0xc8/0x730 [2024-05-23 14:15:02.627] [ 8.417654] softirqs last enabled at (0): = [<0000000009c4b77a>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:02.647] [ 8.417657] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:02.647] [ 8.417659] Preemption disabled at: [2024-05-23 14:15:02.647] [ 8.417666] [<00000000c546c7c5>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:02.663] [ 8.417673] CPU: 2 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:15:02.663] [ 8.417675] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:02.677] [ 8.417678] Call trace: [2024-05-23 14:15:02.680] [ 8.417683] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:02.680] [ 8.417686] show_stack+0x14/0x20 [2024-05-23 14:15:02.680] [ 8.417690] dump_stack+0xb8/0xf0 [2024-05-23 14:15:02.702] [ 8.417694] ___might_sleep+0x178/0x210 [2024-05-23 14:15:02.703] [ 8.417697] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:02.703] [ 8.417703] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:02.703] [ 8.417707] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:02.703] [ 8.417714] gic_set_type+0x84/0x98 [2024-05-23 14:15:02.703] [ 8.417717] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:02.703] [ 8.417721] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:02.717] [ 8.417724] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:02.729] [ 8.417730] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:15:02.729] [ 8.417734] __dev_open+0x100/0x150 [2024-05-23 14:15:02.729] [ 8.417737] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:15:02.731] [ 8.417740] dev_change_flags+0x20/0x60 [2024-05-23 14:15:02.731] [ 8.417744] do_setlink+0x3ec/0xc30 [2024-05-23 14:15:02.731] [ 8.417746] rtnl_setlink+0xcc/0x128 [2024-05-23 14:15:02.754] [ 8.417749] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:15:02.756] [ 8.417753] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:15:02.756] [ 8.417756] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:15:02.756] [ 8.417759] netlink_unicast+0x180/0x1f8 [2024-05-23 14:15:02.756] [ 8.417762] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:15:02.756] [ 8.417767] sock_sendmsg+0x3c/0x58 [2024-05-23 14:15:02.756] [ 8.417770] SyS_sendto+0xd0/0x140 [2024-05-23 14:15:02.779] [ 8.417774] el0_svc_naked+0x34/0x38 [2024-05-23 14:15:02.791] [ 8.417896] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:15:02.791] [ 8.422967] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:15:02.791] [ 8.422973] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:15:02.791] [ 8.422978] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:15:02.792] [ 8.422978] =20 [2024-05-23 14:15:02.792] [ 8.423253] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:15:02.792] [ 8.423460] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:15:02.816] [ 8.423463] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:15:02.816] [ 8.423467] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:15:02.816] [ 8.423467] =20 [2024-05-23 14:15:02.816] [ 8.423678] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:15:02.816] [ 8.423693] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:15:02.831] [ 8.423698] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:15:02.831] [ 8.423702] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:15:02.831] [ 8.423709] [INFO][GMAC] --] phy_start: : [2024-05-23 14:15:02.834] [ 8.423763] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:15:02.859] [ 8.478390] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:15:02.859] [ 8.488454] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:15:02.859] [ 8.491882] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:15:02.859] [ 8.495503] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:15:02.859] [ 8.496044] Done!! [2024-05-23 14:15:02.861] [ 8.531586] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:02.885] [ 8.602080] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:15:02.885] [ 8.604308] Done!! [2024-05-23 14:15:02.885] [ 8.639589] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:02.885] [ 8.690071] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:15:02.888] [ 8.692294] Done!! [2024-05-23 14:15:02.902] [ OK ] Started Network Service. [2024-05-23 14:15:02.904] [ 8.743303] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:15:02.904] [ 8.749002] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:15:02.929] [ 8.751634] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:02.929] [ OK ] Started 8.763553] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:15:02.929] 39mLoad Kernel Modules. [2024-05-23 14:15:02.929] [ 8.774526] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:15:02.945] [ OK ] Reached target [ 8.784429] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:02.973] Network. [2024-05-23 14:15:02.973] Sta[ 8.799815] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:15:02.973] rting udev Coldplug all[ 8.807709] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:15:02.986] Devices... [2024-05-23 14:15:02.986] [ 8.811824] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:15:02.988] [ 8.811832] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:15:02.988] [ 8.813459] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:03.013] Starting Permit User Sessions... [2024-05-23 14:15:03.013] Starting Wait for Network to be = Configured... [2024-05-23 14:15:03.013] [ OK ] Start[ 8.859971] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:03.030] ed NS Inter Domain Comm Process. [2024-05-23 14:15:03.030] [ OK ] Started Permit User Sessions. [2024-05-23 14:15:03.057] parents, child is 320 [2024-05-23 14:15:03.064] [IDC]Start. [2024-05-23 14:15:03.079] [ 8.916117] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:15:03.079] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:15:03.103] [ OK ] Started Getty on tty1. [2024-05-23 14:15:03.103] [IDC](A7)ConnectReq 0 [2024-05-23 14:15:03.103] [IDC](A7)do_connect 0 [2024-05-23 14:15:03.103] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:15:03.103] [IDC](A7)Tx start session req 1 [2024-05-23 14:15:03.103] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:15:03.103] [IDC](R5)ConnectReq 0 [2024-05-23 14:15:03.103] [IDC](R5)do_connect 0 [2024-05-23 14:15:03.103] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:15:03.124] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:15:03.138] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:15:03.138] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:15:03.138] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:15:03.138] [ OK ] Reached target Login Prompts. [2024-05-23 14:15:03.138] [IDC](A7)Session s[ 8.971699] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:15:03.169] tatus 2 -> 3 [2024-05-23 14:15:03.169] [IDC](A7)Session connected. [2024-05-23 14:15:03.169] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:15:03.169] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:15:03.169] [ OK ] Started Cluster Framework. [2024-05-23 14:15:03.182] [IDC](R5)Session connected.2 [2024-05-23 14:15:03.182] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:15:03.182] [ OK ] Started HUD Framework. [2024-05-23 14:15:03.182] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:15:03.224] [ OK ] Started Nvm Process. [2024-05-23 14:15:03.232] [ OK ] Started NS hsm control application = 9.084217] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:15:03.245] m. [2024-05-23 14:15:03.254] [ OK ] Started Diagnosis Framework. [2024-05-23 14:15:03.321] [ OK ] Started Diagnosis Transport. [2024-05-23 14:15:03.350] [ OK ] Started NS Software Update. [2024-05-23 14:15:03.371] [ 9.206356] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:03.377] [ OK ] Started NS Secondary Verify. [2024-05-23 14:15:03.449] [ OK ] Started Login Service. [2024-05-23 14:15:03.455] [ OK ] Reached target Multi-User System. [2024-05-23 14:15:03.468] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:15:03.468] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:15:03.483] [ 9.323653] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:03.509] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:15:03.537] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:15:03.572] [ 9.420855] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:15:03.603] [ 9.435630] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:03.694] [ 9.479554] sched: RT throttling activated [2024-05-23 14:15:03.707] [ 9.551650] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:04.370] [ 10.215673] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:15:04.382] [ 10.215680] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:15:05.245] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:05.386] [ 11.205779] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:15:05.398] [ 11.205787] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:15:06.288] [ 12.123445] hrtimer: interrupt took 26542 = ns [2024-05-23 14:15:09.495]=20 [2024-05-23 14:15:09.496] telechips-nsp1-release login:=20 [2024-05-23 14:15:13.526]=20 [2024-05-23 14:15:13.526] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:15:13.530]=20 [2024-05-23 14:15:13.530] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:15:13.530] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:15:13.555] DRAM: 2 GiB [2024-05-23 14:15:13.581] MMC: sdhc@0x16440000: 0 [2024-05-23 14:15:13.847]=20 [2024-05-23 14:15:13.847] HW Partition tyep is UserData [2024-05-23 14:15:13.860] In: serial [2024-05-23 14:15:13.865] Out: serial [2024-05-23 14:15:13.865] Err: serial [2024-05-23 14:15:13.925] Boot in the UserData environment(0) [2024-05-23 14:15:13.929] Non-secure boot (secure boot flag is clear) [2024-05-23 14:15:13.943] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:15:13.943] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:15:13.943] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:15:13.957] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:15:13.958] Booting using the fdt blob at 0x23000000 [2024-05-23 14:15:13.958] Loading Kernel Image [2024-05-23 14:15:13.981] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:15:13.983] OPTEE is enabled [2024-05-23 14:15:13.983]=20 [2024-05-23 14:15:13.983] Starting kernel ... [2024-05-23 14:15:13.983]=20 [2024-05-23 14:15:14.909] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:15:14.914] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:15:14.928] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:15:14.943] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:15:14.943] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:15:14.943] [ 0.000000] efi: UEFI not found. [2024-05-23 14:15:14.957] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:15:14.959] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:15:14.989] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:15:14.989] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:15:14.989] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:15:14.991] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:15:15.017] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:15:15.017] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:15:15.017] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:15:15.018] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:15:15.046] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:15:15.046] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:15:15.046] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:15:15.062] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:15:15.062] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:15:15.080] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:15:15.080] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:15:15.082] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:15:15.107] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:15:15.107] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:15:15.107] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:15:15.122] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:15:15.123] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:15:15.137] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:15:15.137] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:15:15.139] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:15:15.166] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:15:15.166] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:15:15.166] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:15:15.166] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:15:15.168] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:15:15.194] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:15:15.194] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:15:15.194] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:15:15.194] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:15:15.208] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:15:15.226] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:15:15.249] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:15:15.250] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:15:15.250] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:15:15.250] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:15:15.277] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:15:15.277] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:15:15.279] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:15:15.302] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:15:15.315] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:15:15.315] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:15:15.315] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:15:15.318] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:15:15.318] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:15:15.346] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:15:15.346] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:15:15.346] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:15:15.348] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:15:15.373] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:15:15.373] [ 0.000000] Running RCU self tests [2024-05-23 14:15:15.373] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:15:15.373] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:15:15.375] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:15:15.398] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:15:15.398] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:15:15.398] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:15:15.398] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:15:15.400] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:15:15.424] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:15:15.424] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:15:15.424] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:15:15.439] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:15:15.439] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:15:15.454] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:15:15.454] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:15:15.454] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:15:15.469] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:15:15.469] [ 0.001726] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:15:15.469] [ 0.001729] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:15:15.484] [ 0.001731] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:15:15.484] [ 0.001734] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:15:15.484] [ 0.001737] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:15:15.497] [ 0.001739] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:15:15.497] [ 0.001742] memory used by lock dependency = info: 7903 kB [2024-05-23 14:15:15.497] [ 0.001745] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:15:15.513] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:15:15.513] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:15:15.528] [ 0.002293] Security Framework initialized [2024-05-23 14:15:15.528] [ 0.002418] AppArmor: AppArmor initialized [2024-05-23 14:15:15.528] [ 0.002662] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:15:15.543] [ 0.002684] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:15:15.543] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:15:15.568] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:15:15.571] [ 0.062279] EFI services will not be = available. [2024-05-23 14:15:15.571] [ 0.076125] smp: Bringing up secondary CPUs = ... [2024-05-23 14:15:15.571] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:15:15.571] [ 0.120826] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:15:15.571] [ 0.164996] Detected VIPT I-cache on CPU2 [2024-05-23 14:15:15.574] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:15:15.598] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:15:15.598] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:15:15.598] [ 0.209707] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:15:15.598] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:15:15.598] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:15:15.600] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:15:15.624] [ 0.209962] alternatives: patching kernel = code [2024-05-23 14:15:15.624] [ 0.210515] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:15:15.624] [ 0.213119] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:15:15.624] [ 0.213727] devtmpfs: initialized [2024-05-23 14:15:15.624] [ 0.403312] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:15:15.639] [ 0.403576] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:15:15.641] [ 0.412372] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:15:15.664] [ 0.413290] chipinfo: TCC8030 Rev02 [2024-05-23 14:15:15.666] [ 0.413304] chipinfo: SiP Service v0.1.56 [2024-05-23 14:15:15.666] [ 0.418620] NET: Registered protocol family = 16 [2024-05-23 14:15:15.666] [ 0.422620] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:15:15.666] [ 0.424564] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:15:15.666] [ 0.426443] cpuidle: using governor menu [2024-05-23 14:15:15.697] [ 0.426719] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:15:15.697] [ 0.440811] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:15:15.697] [ 0.441292] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:15:15.699] [ 0.441339] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:15:15.699] [ 0.441383] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:15:15.699] [ 0.441427] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:15:15.722] [ 0.441471] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:15:15.722] [ 0.441514] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:15:15.722] [ 0.441557] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:15:15.722] [ 0.441601] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:15:15.734] [ 0.441645] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:15:15.757] [ 0.441688] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:15:15.757] [ 0.441731] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:15:15.757] [ 0.441776] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:15:15.759] [ 0.441838] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:15:15.759] [ 0.441968] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:15:15.759] [ 0.442014] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:15:15.759] [ 0.442057] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:15:15.781] [ 0.442101] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:15:15.783] [ 0.442144] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:15:15.783] [ 0.442532] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:15:15.783] [ 0.442576] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:15:15.783] [ 0.442620] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:15:15.805] [ 0.442663] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:15:15.818] [ 0.442707] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:15:15.818] [ 0.442750] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:15:15.818] [ 0.442793] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:15:15.818] [ 0.442836] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:15:15.819] [ 0.442880] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:15:15.819] [ 0.442923] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:15:15.842] [ 0.442980] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:15:15.845] [ 0.443023] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:15:15.845] [ 0.443264] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:15:15.845] [ 0.443308] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:15:15.845] [ 0.443351] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:15:15.868] [ 0.443395] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:15:15.883] [ 0.443438] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:15:15.883] [ 0.443481] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:15:15.883] [ 0.443524] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:15:15.883] [ 0.443717] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:15:15.885] [ 0.443760] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:15:15.885] [ 0.443804] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:15:15.885] [ 0.443847] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:15:15.908] [ 0.443890] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:15:15.910] [ 0.443933] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:15:15.910] [ 0.443976] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:15:15.910] [ 0.444033] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:15:15.910] [ 0.444077] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:15:15.933] [ 0.444120] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:15:15.945] [ 0.444163] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:15:15.945] [ 0.444206] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:15:15.945] [ 0.444249] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:15:15.945] [ 0.444293] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:15:15.947] [ 0.444822] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:15:15.947] [ 0.444880] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:15:15.969] [ 0.445052] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:15:15.983] [ 0.445222] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:15:15.983] [ 0.445392] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:15:15.983] [ 0.445557] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:15:15.983] [ 0.445723] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:15:15.994] [ 0.445767] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:15:15.994] [ 0.445810] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:15:15.994] [ 0.446074] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:15:15.996] [ 0.446270] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:15:15.996] [ 0.446452] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:15:16.022] [ 0.446497] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:15:16.022] [ 0.446540] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:15:16.022] [ 0.446583] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:15:16.022] [ 0.446627] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:15:16.022] [ 0.446807] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:15:16.035] [ 0.446870] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:15:16.049] [ 0.447076] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:15:16.049] [ 0.447090] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:15:16.062] [ 0.529476] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:15:16.062] [ 0.529566] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:15:16.064] [ 1.676313] console [ttyAMA0] enabled [2024-05-23 14:15:16.064] [ 1.684015] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:15:16.107] [ 1.713038] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:15:16.111] [ 1.723323] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:15:16.137] [ 1.733924] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:15:16.139] [ 1.744253] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:15:16.223] [ 1.843909] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:15:16.245] [ 1.860124] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:15:16.246] [ 1.867021] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:15:16.263] [ 1.873801] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:15:16.263] [ 1.880169] Linux video capture interface: = v2.00 [2024-05-23 14:15:16.299] [ 1.886018] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:16.299] [ 1.886022] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:15:16.310] [ 1.886027] 6 locks held by swapper/0/1: [2024-05-23 14:15:16.310] [ 1.886029] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:15:16.310] [ 1.886056] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:15:16.311] [ 1.886071] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:15:16.337] [ 1.886090] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:16.337] [ 1.886105] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:15:16.337] [ 1.886121] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:16.351] [ 1.886140] irq event stamp: 288078 [2024-05-23 14:15:16.351] [ 1.886145] hardirqs last enabled at = (288077): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:16.366] [ 1.886151] hardirqs last disabled at = (288078): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:16.366] [ 1.886158] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:16.378] [ 1.886161] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:16.393] [ 1.886164] Preemption disabled at: [2024-05-23 14:15:16.398] [ 1.886169] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:16.398] [ 1.886178] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:15:16.398] [ 1.886181] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:16.426] [ 1.886185] Call trace: [2024-05-23 14:15:16.426] [ 1.886192] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:16.426] [ 1.886197] show_stack+0x14/0x20 [2024-05-23 14:15:16.426] [ 1.886202] dump_stack+0xb8/0xf0 [2024-05-23 14:15:16.426] [ 1.886207] ___might_sleep+0x178/0x210 [2024-05-23 14:15:16.426] [ 1.886211] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:16.426] [ 1.886216] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:16.429] [ 1.886222] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:16.453] [ 1.886229] gic_set_type+0x84/0x98 [2024-05-23 14:15:16.467] [ 1.886234] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:16.467] [ 1.886239] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:16.467] [ 1.886243] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:16.467] [ 1.886249] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:15:16.467] [ 1.886256] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:15:16.470] [ 1.886260] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:16.470] [ 1.886265] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:16.470] [ 1.886270] __driver_attach+0xfc/0x118 [2024-05-23 14:15:16.470] [ 1.886275] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:16.493] [ 1.886279] driver_attach+0x20/0x28 [2024-05-23 14:15:16.505] [ 1.886284] bus_add_driver+0x220/0x268 [2024-05-23 14:15:16.505] [ 1.886289] driver_register+0x60/0xf8 [2024-05-23 14:15:16.505] [ 1.886293] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:16.505] [ 1.886301] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:15:16.505] [ 1.886305] do_one_initcall+0x50/0x15c [2024-05-23 14:15:16.507] [ 1.886312] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:15:16.507] [ 1.886317] kernel_init+0x10/0x100 [2024-05-23 14:15:16.507] [ 1.886322] ret_from_fork+0x10/0x18 [2024-05-23 14:15:16.507] [ 1.891905] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:15:16.533] [ 2.139207] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:15:16.535] [ 2.152749] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:15:16.549] [ 2.159768] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:15:16.549] [ 2.164368] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:15:16.549] [ 2.169172] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:15:16.563] [ 2.173997] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:15:16.563] [ 2.178552] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:15:16.610] [ 2.231885] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:15:16.624] [ 2.244410] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:16.650] [ 2.262544] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:16.666] [ 2.278285] NET: Registered protocol family = 2 [2024-05-23 14:15:16.669] [ 2.285785] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:15:16.684] [ 2.293404] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:15:16.685] [ 2.304623] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:15:16.712] [ 2.312033] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:15:16.712] [ 2.318804] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:15:16.712] [ 2.326907] NET: Registered protocol family = 1 [2024-05-23 14:15:16.816] [ 2.434622] audit: initializing netlink = subsys (disabled) [2024-05-23 14:15:16.821] [ 2.440875] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:15:16.835] [ 2.441486] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:15:16.905] [ 2.523584] fuse init (API version 7.26) [2024-05-23 14:15:16.921] [ 2.541660] modprobe (65) used greatest = stack depth: 13072 bytes left [2024-05-23 14:15:16.936] [ 2.548322] modprobe (66) used greatest = stack depth: 12672 bytes left [2024-05-23 14:15:16.936] [ 2.551557] io scheduler noop registered = (default) [2024-05-23 14:15:16.951] [ 2.551574] io scheduler mq-deadline = registered [2024-05-23 14:15:16.954] [ 2.551587] io scheduler kyber registered [2024-05-23 14:15:16.954] [ 2.561594] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:16.977] [ 2.561606] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:16.980] [ 2.561615] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:15:16.980] [ 2.561703] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:17.004] [ 2.618187] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:17.005] [ 2.625786] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:17.020] [ 2.630733] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:15:17.020] [ 2.636407] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:17.020] [ 2.637079] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:17.034] [ 2.647838] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:17.034] [ 2.654048] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:15:17.049] [ 2.661616] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:17.065] [ 2.686484] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:17.073] [ 2.693391] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:17.091] [ 2.698055] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:15:17.091] [ 2.703481] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:17.091] [ 2.704095] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:17.105] [ 2.714847] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:17.105] [ 2.721055] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:15:17.119] [ 2.728669] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:17.173] [ 2.794797] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:17.181] [ 2.801567] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:17.196] [ 2.806172] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:15:17.200] [ 2.811599] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:17.213] [ 2.821365] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:15:17.213] [ 2.830989] [INF][WDMA] tcc_wdma_init [2024-05-23 14:15:17.238] [ 2.835883] TCC WDMA Driver Initializing [2024-05-23 14:15:17.240] [ 2.842725] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:15:17.240] [ 2.848935] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:15:17.240] [ 2.859358] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:17.255] [ 2.872273] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:15:17.269] [ 2.881676] [CPU_ID] probe is done [2024-05-23 14:15:17.269] [ 2.885470] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:15:17.300] [ 2.892173] [DRAM_TOOL] probe is done [2024-05-23 14:15:17.300] [ 2.899383] MALI-G51 : r30p0-01eac0 [2024-05-23 14:15:17.300] [ 2.902904] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:15:17.309] [ 2.912820] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:17.313] [ 2.912825] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:15:17.313] [ 2.912830] 6 locks held by swapper/0/1: [2024-05-23 14:15:17.315] [ 2.912832] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:15:17.338] [ 2.912858] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:15:17.338] [ 2.912874] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:15:17.338] [ 2.912891] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:17.358] [ 2.912906] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:15:17.358] [ 2.912922] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:17.375] [ 2.912941] irq event stamp: 453302 [2024-05-23 14:15:17.375] [ 2.912946] hardirqs last enabled at = (453301): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:17.389] [ 2.912951] hardirqs last disabled at = (453302): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:17.391] [ 2.912959] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:17.419] [ 2.912962] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:17.419] [ 2.912965] Preemption disabled at: [2024-05-23 14:15:17.419] [ 2.912970] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:17.419] [ 2.912980] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:15:17.422] [ 2.912982] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:17.448] [ 2.912986] Call trace: [2024-05-23 14:15:17.448] [ 2.912992] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:17.448] [ 2.912997] show_stack+0x14/0x20 [2024-05-23 14:15:17.448] [ 2.913003] dump_stack+0xb8/0xf0 [2024-05-23 14:15:17.448] [ 2.913009] ___might_sleep+0x178/0x210 [2024-05-23 14:15:17.448] [ 2.913012] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:17.450] [ 2.913017] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:17.461] [ 2.913023] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:17.465] [ 2.913030] gic_set_type+0x84/0x98 [2024-05-23 14:15:17.465] [ 2.913035] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:17.465] [ 2.913039] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:17.488] [ 2.913044] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:17.501] [ 2.913050] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:15:17.501] [ 2.913056] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:15:17.501] [ 2.913060] kbase_device_init+0x78/0xf8 [2024-05-23 14:15:17.501] [ 2.913066] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:15:17.501] [ 2.913071] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:17.503] [ 2.913076] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:17.503] [ 2.913081] __driver_attach+0xfc/0x118 [2024-05-23 14:15:17.503] [ 2.913086] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:17.525] [ 2.913091] driver_attach+0x20/0x28 [2024-05-23 14:15:17.527] [ 2.913096] bus_add_driver+0x220/0x268 [2024-05-23 14:15:17.527] [ 2.913101] driver_register+0x60/0xf8 [2024-05-23 14:15:17.527] [ 2.913105] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:17.527] [ 2.913112] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:15:17.527] [ 2.913117] do_one_initcall+0x50/0x15c [2024-05-23 14:15:17.551] [ 2.913124] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:15:17.551] [ 2.913129] kernel_init+0x10/0x100 [2024-05-23 14:15:17.551] [ 2.913134] ret_from_fork+0x10/0x18 [2024-05-23 14:15:17.551] [ 2.914686] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:15:17.551] [ 3.169553] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:15:17.571] [ 3.176291] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:15:17.571] [ 3.190320] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:15:17.585] [ 3.197460] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:15:17.588] [ 3.209660] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:15:17.601] [ 3.215879] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:15:17.601] [ 3.220260] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:15:17.617] [ 3.227866] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:15:17.655] [ 3.275934] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:15:17.665] [ 3.285703] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:15:17.678] [ 3.293585] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:15:17.694] [ 3.307067] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:15:17.694] [ 3.312350] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:15:17.715] [ 3.323423] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:15:17.715] [ 3.332300] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:15:17.734] [ 3.351099] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:15:17.752] [ 3.366509] libphy: Fixed MDIO Bus: probed [2024-05-23 14:15:17.752] [ 3.371564] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:15:17.776] [ 3.384578] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:15:17.776] [ 3.389119] [INFO][GAMC] gmac index : 1 [2024-05-23 14:15:17.776] [ 3.393550] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:15:17.780] [ 3.398717] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:15:17.805] [ 3.402963] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:15:17.805] [ 3.403839] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:15:17.805] [ 3.407668] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:15:17.805] [ 3.408427] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:15:17.805] [ 3.409004] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:15:17.818] [ 3.410070] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:15:17.818] [ 3.421101] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:15:17.833] [ 3.421130] GPT:15269887 !=3D 15273599 [2024-05-23 14:15:17.833] [ 3.421137] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:15:17.835] [ 3.421145] GPT:15269887 !=3D 15273599 [2024-05-23 14:15:17.860] [ 3.421152] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:15:17.860] [ 3.421266] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:15:17.860] [ 3.479932] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:15:17.873] [ 3.484330] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:15:17.873] [ 3.492828] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:15:17.889] [ 3.506781] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:15:17.904] [ 3.512632] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:17.904] [ 3.512645] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:15:17.904] [ 3.512651] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:15:17.925] [ 3.512663] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:17.925] [ 3.512675] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:15:17.925] [ 3.541449] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:15:17.955] [ 3.557571] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:15:17.959] [ 3.564227] usbhid: USB HID core driver [2024-05-23 14:15:17.959] [ 3.568434] optee: probing for conduit = method from DT. [2024-05-23 14:15:17.959] [ 3.573614] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:15:17.961] [ 3.575656] optee: initialized driver [2024-05-23 14:15:17.985] [ 3.585150] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:15:17.985] [ 3.590865] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:15:17.985] [ 3.596034] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:15:17.986] [ 3.601202] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:15:17.987] [ 3.606977] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:15:18.009] [ 3.612752] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:15:18.009] [ 3.618614] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:15:18.009] [ 3.625084] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:15:18.034] [ 3.632713] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:15:18.037] [ 3.640662] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:15:18.037] [ 3.654624] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:15:18.062] [ 3.662595] NET: Registered protocol family = 17 [2024-05-23 14:15:18.064] [ 3.667676] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:15:18.066] [ 3.685260] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:15:18.233] [ 3.854124] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:18.251] [ 3.854170] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:15:18.254] [ 3.869881] ALSA device list: [2024-05-23 14:15:18.254] [ 3.872874] No soundcards found. [2024-05-23 14:15:18.278] [ 3.878731] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:15:18.298] [ 3.899826] Freeing unused kernel memory: = 4160K [2024-05-23 14:15:18.299] Mounting devtmpfs [2024-05-23 14:15:18.299] Mounting procfs [2024-05-23 14:15:18.312] Mounting sysfs [2024-05-23 14:15:18.313] [ 3.927821] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:15:18.335] [ 3.954679] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:15:18.376] [ 3.996593] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:15:18.384] [ 4.005473] mount (97) used greatest stack = depth: 11264 bytes left [2024-05-23 14:15:18.403] [ 4.025023] mount (99) used greatest stack = depth: 11232 bytes left [2024-05-23 14:15:18.641] [ 4.261439] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:15:18.736] [ 4.357760] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:15:18.765] [ 4.385233] systemd[1]: Detected = architecture arm64. [2024-05-23 14:15:18.808]=20 [2024-05-23 14:15:18.810] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:15:18.821]=20 [2024-05-23 14:15:18.836] [ 4.448998] systemd[1]: Set hostname to = . [2024-05-23 14:15:18.839] [ 4.460250] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:15:18.853] [ 4.469596] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:15:19.089] [ 4.708814] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:15:19.119] [ 4.726616] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:15:19.152] [ 4.769464] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:15:19.164] [ 4.781622] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:15:19.350] [ 4.971543] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:15:19.429] [ OK ] Created slice system-getty.slice. [2024-05-23 14:15:19.449] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:15:19.469] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:15:19.486] [ OK ] Listening on Journal Socket. [2024-05-23 14:15:19.511] Mounting Configuration File System... [2024-05-23 14:15:19.538] Mounting POSIX Message Queue File = System... [2024-05-23 14:15:19.569] Starting mount data partition = service... [2024-05-23 14:15:19.645] Mounting Huge Pages File System... [2024-05-23 14:15:19.689] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:15:19.719] [ 5.338158] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:19.727] Mounting FUSE Control File System... [2024-05-23 14:15:19.741] [ 5.350872] mount (117) used greatest stack = depth: 11184 bytes left [2024-05-23 14:15:19.741] [ OK ] Reached target Remote File Systems. [2024-05-23 14:15:19.769] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:15:19.773] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:15:19.808] Mounting Kernel Debug File System... [2024-05-23 14:15:19.838] Starting Apply Kernel Variables... [2024-05-23 14:15:19.854] [ OK ] Reached target Swap. [2024-05-23 14:15:19.869] [ OK ] Reached target Paths. [2024-05-23 14:15:19.886] [ OK ] Listening on Syslog Socket. [2024-05-23 14:15:19.920] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:15:19.936] [ OK ] Created slice User and Session Slice. [2024-05-23 14:15:19.953] [ OK ] Reached target Slices. [2024-05-23 14:15:19.970] [ OK ] Listening on udev Control Socket. [2024-05-23 14:15:19.999] [ 5.620434] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:15:20.020] Starting udev Coldplug all Devices... [2024-05-23 14:15:20.037] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:15:20.058] Starting Journal Service... [2024-05-23 14:15:20.119] [ OK ] Mounted Configuration File System. [2024-05-23 14:15:20.139] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:15:20.170] [ OK ] Started mount data partition service. [2024-05-23 14:15:20.186] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:15:20.207] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:15:20.224] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:15:20.255] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:15:20.270] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:15:20.304] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:15:20.352] Starting udev Kernel Device = Manager... [2024-05-23 14:15:20.370] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:15:20.404] Mounting /tmp... [2024-05-23 14:15:20.420] [ OK ] Reached target Containers. [2024-05-23 14:15:20.455] Mounting /var/volatile... [2024-05-23 14:15:20.488] Starting NS file System mount and = recovery.... [2024-05-23 14:15:20.504] [ OK ] Started Journal Service. [2024-05-23 14:15:20.538] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:15:20.563] [ OK ] Mounted /tmp. [2024-05-23 14:15:20.588] [ OK ] Mounted /var/volatile. [2024-05-23 14:15:20.604] [ 6.220220] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:20.679] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:15:20.689] [ 6.310379] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:20.790] [ 6.408377] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:20.882] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:15:21.098] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:21.131] Starting Bind mount volatile = /var/spool... [2024-05-23 14:15:21.158] Starting Bind mount volatile = /var/lib... [2024-05-23 14:15:21.190] Starting Bind mount volatile = /var/cache... [2024-05-23 14:15:21.220] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:15:21.287] [ 6.906361] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:15:21.362] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:15:21.448] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:15:21.483] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:15:21.508] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:15:21.549] Starting Load/Save Random Seed... [2024-05-23 14:15:21.571] [ OK ] Reached target Local File Systems. [2024-05-23 14:15:21.593] Starting Create Volatile Files and = Directories... [2024-05-23 14:15:21.632] Starting AppArmor initialization... [2024-05-23 14:15:21.661] Starting netfilter persistent = configuration... [2024-05-23 14:15:21.695] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:15:21.740] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:15:21.783] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:15:21.819] [ 7.439438] audit: type=3D1400 = audit(1550139121.172:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D250 comm=3D"apparmor_parser" [2024-05-23 14:15:21.835] [ 7.454791] audit: type=3D1400 = audit(1550139121.184:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:15:21.860] [ OK ] Started [ 7.475782] audit: = type=3D1400 audit(1550139121.184:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D250 comm=3D"apparmor_parser" [2024-05-23 14:15:21.875] AppArmor initialization. [2024-05-23 14:15:21.889] [ 7.495021] audit: type=3D1400 = audit(1550139121.184:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:15:21.905] [ 7.515157] audit: type=3D1400 = audit(1550139121.184:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:15:21.933] [ 7.531477] audit: type=3D1400 = audit(1550139121.184:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:15:21.933] [ 7.547403] audit: type=3D1400 = audit(1550139121.184:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:15:21.949] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:15:22.117] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:15:22.142] [ OK ] Reached target Network (Pre). [2024-05-23 14:15:22.173] Starting Network Service... [2024-05-23 14:15:22.188] [ OK ] Reached target System Initialization. [2024-05-23 14:15:22.205] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:15:22.222] [ OK ] Reached target Timers. [2024-05-23 14:15:22.238] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:15:22.256] [ OK ] Reached target Sockets. [2024-05-23 14:15:22.273] [ OK ] Reached target Basic System. [2024-05-23 14:15:22.305] [ OK ] Started NS VSync Process. [2024-05-23 14:15:22.340] [ OK ] Started Kernel Logging Service. [2024-05-23 14:15:22.385] [ 8.002860] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:15:22.406] [ 8.025525] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:15:22.422] Starting Login Service... [2024-05-23 14:15:22.461] [ 8.082081] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:15:22.471] [ 8.091984] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:15:22.481] [ 8.097954] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:15:22.508] [ 8.098264] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:15:22.508] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:15:22.532] [ OK ] Started NS System Management Process. [2024-05-23 14:15:22.594] Start /usr/bin/sys-fail-mon [2024-05-23 14:15:22.606] Starting NS Inter Domain Comm = Process... [2024-05-23 14:15:22.645] [ 8.266119] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:15:22.651] [ 8.271897] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:15:22.665] [ OK ] Started [ 8.286063] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:15:22.680] OP-TEE Supplicant Service. [2024-05-23 14:15:22.680] [ 8.297755] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:15:22.696] [ OK ] Started TEE-based HSM Se[ = 8.311269] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:22.711] rvice. [2024-05-23 14:15:22.711] [ 8.326247] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:15:22.711] [ 8.326919] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:15:22.725] [ 8.326967] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:15:22.741] [ 8.329413] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:15:22.757] [ 8.329426] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:15:22.757] [ 8.337522] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:22.773] [ 8.387397] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:15:22.773] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:15:22.815] Starting Load Kernel Modules... [2024-05-23 14:15:22.840] [ 8.387418] [INFO][GMAC]=20 [2024-05-23 14:15:22.841] [ 8.457731] libphy: tcc-gmac-mdio: probed [2024-05-23 14:15:22.854] [ 8.464598] [INFO][GMAC] registered! [2024-05-23 14:15:22.857] [ 8.468226] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:15:22.857] [ 8.473063] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:15:22.885] [ OK ] Started System Logging Service. [2024-05-23 14:15:22.885] [ OK ] Started Network Service. [2024-05-23 14:15:22.885] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:15:22.924] [ 8.542147] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:15:22.929] [ 8.549519] Disabling lock debugging due to = kernel taint [2024-05-23 14:15:22.949] parents, child is 311 [2024-05-23 14:15:22.963] [ 8.576797] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:15:22.965] [IDC]Start. [2024-05-23 14:15:22.988] [ 8.583790] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:15:22.989] [ 8.583790] -- MASTER Configuration. [2024-05-23 14:15:22.989] [ 8.583790] -- Local Receiver Status Not = OK. [2024-05-23 14:15:22.989] [ 8.583790] -- Remote Receiver Status Not = OK. [2024-05-23 14:15:22.989] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:15:22.989] [ 8.587378] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:15:23.008] [IDC](A7)ConnectReq 0 [2024-05-23 14:15:23.008] [IDC](A7)do_connect 0 [2024-05-23 14:15:23.008] [IDC](A7)[ 8.614741] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:15:23.008] Session status 0 -> 1 [2024-05-23 14:15:23.010] [IDC](A7)[ 8.614747] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:15:23.036] Tx start session req 1 [2024-05-23 14:15:23.036] [IDC](A7)[ 8.615467] BUG: sleeping function = called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:23.036] Session status 1 -> 2 [2024-05-23 14:15:23.036] [IDC](R5)Con[ 8.615470] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:15:23.082] nectReq 0 [2024-05-23 14:15:23.082] [IDC](R5)do_connect 0[ 8.615472] INFO: = lockdep is turned off. [2024-05-23 14:15:23.085] =0A= [2024-05-23 14:15:23.085] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:15:23.085] [ 8.615474] irq event stamp: 71424 [2024-05-23 14:15:23.085] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:15:23.085] [ID[ 8.615493] hardirqs last enabled at = (71423): [<00000000d78a3852>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:23.085] C](R5)do_periodic_startreq 1. [2024-05-23 14:15:23.085] [[ 8.615499] hardirqs last disabled at = (71424): [<00000000e6deb0d9>] __schedule+0xc8/0x730 [2024-05-23 14:15:23.085] IDC](R5)Session status 1 -> 2 [2024-05-23 14:15:23.085] [[ 8.615506] softirqs last enabled at (0): = [<0000000049eb8ee2>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:23.106] IDC](A7)Session status 2 -> 3 [2024-05-23 14:15:23.108] [[ 8.615509] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:23.108] IDC](A7)Session connected. [2024-05-23 14:15:23.108] [IDC[ 8.615511] Preemption disabled at: [2024-05-23 14:15:23.108] ]TimerStartReq 2 R5:1.0 [2024-05-23 14:15:23.108] [IDC](R[ 8.615518] [<00000000b21216c3>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:23.131] 5)Rx TIMER_START_REQ R5:1.000] 2[ 8.615525] = CPU: 0 PID: 261 Comm: systemd-network Tainted: P W O = 4.14.202-tcc #1 [2024-05-23 14:15:23.143]=20 [2024-05-23 14:15:23.143] [IDC](R5)Session connected.2 [2024-05-23 14:15:23.143] [ 8.615527] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:23.143] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:15:23.143] [ 8.615530] Call trace: [2024-05-23 14:15:23.156] [IDC]Invalid read length. 248=20 [2024-05-23 14:15:23.156] [ 8.615536] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:23.156] [ 8.615539] show_stack+0x14/0x20 [2024-05-23 14:15:23.156] [ 8.615543] dump_stack+0xb8/0xf0 [2024-05-23 14:15:23.158] [ 8.615548] ___might_sleep+0x178/0x210 [2024-05-23 14:15:23.158] [ 8.615550] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:23.158] [ 8.615556] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:23.181] [ 8.615561] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:23.184] [ 8.615566] gic_set_type+0x84/0x98 [2024-05-23 14:15:23.184] [ 8.615570] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:23.184] [ 8.615574] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:23.184] [ 8.615577] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:23.184] [ 8.615583] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:15:23.184] [ 8.615588] __dev_open+0x100/0x150 [2024-05-23 14:15:23.207] [ 8.615591] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:15:23.207] [ 8.615594] dev_change_flags+0x20/0x60 [2024-05-23 14:15:23.207] [ 8.615599] do_setlink+0x3ec/0xc30 [2024-05-23 14:15:23.207] [ 8.615601] rtnl_setlink+0xcc/0x128 [2024-05-23 14:15:23.207] [ 8.615604] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:15:23.207] [ 8.615609] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:15:23.221] [ 8.615612] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:15:23.227] [ 8.615614] netlink_unicast+0x180/0x1f8 [2024-05-23 14:15:23.227] [ 8.615617] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:15:23.227] [ 8.615623] sock_sendmsg+0x3c/0x58 [2024-05-23 14:15:23.227] [ 8.615626] SyS_sendto+0xd0/0x140 [2024-05-23 14:15:23.250] [ 8.615630] el0_svc_naked+0x34/0x38 [2024-05-23 14:15:23.263] [ 8.615761] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:15:23.263] [ 8.627091] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:15:23.263] [ 8.627096] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:15:23.263] [ 8.627102] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:15:23.284] [ 8.627102] =20 [2024-05-23 14:15:23.284] [ 8.627519] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:15:23.284] [ 8.628013] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:15:23.288] [ 8.628018] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:15:23.288] [ 8.628023] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:15:23.288] [ 8.628023] =20 [2024-05-23 14:15:23.288] [ 8.628162] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:15:23.288] [ 8.628176] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:15:23.315] [ 8.628181] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:15:23.315] [ 8.628185] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:15:23.315] [ 8.628192] [INFO][GMAC] --] phy_start: : [2024-05-23 14:15:23.315] [ 8.628257] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:15:23.315] [ 8.679097] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:15:23.315] [ 8.695077] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:15:23.328] [ 8.697546] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:15:23.332] [ 8.701704] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:15:23.332] [ 8.702351] Done!! [2024-05-23 14:15:23.332] [ 8.735337] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.359] [ 8.793797] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:15:23.359] [ 8.796536] Done!! [2024-05-23 14:15:23.359] [ 8.843245] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.359] [ 8.883787] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:15:23.359] [ 8.890429] Done!! [2024-05-23 14:15:23.359] [ 8.951214] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.373] [ OK ] Started Cluster Framework. [2024-05-23 14:15:23.377] [ OK ] Started HUD Framework. [2024-05-23 14:15:23.400] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:15:23.404] [ OK ] Started Nvm Process. [2024-05-23 14:15:23.430] [ OK ] Started NS hsm control application. [2024-05-23 14:15:23.439] [ 9.059280] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.457] [ OK ] Started Diagnosis Framework. [2024-05-23 14:15:23.540] [ OK ] Started Diagnosis Transport. [2024-05-23 14:15:23.558] [ 9.171720] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.571] [ OK ] Started NS Software Update. [2024-05-23 14:15:23.584] [ 9.189573] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:15:23.586] [ OK ] Started NS Secondary Verify. [2024-05-23 14:15:23.586] [ OK ] Reached target Network. [2024-05-23 14:15:23.634] Starting Permit User Sessions... [2024-05-23 14:15:23.663] [ 9.283311] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.688] Starting udev Coldplug all Devices... [2024-05-23 14:15:23.691] Starting Wait for Network to be = Configured... [2024-05-23 14:15:23.776] [ 9.396836] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.794] [ OK ] Started Load Kernel Modules. [2024-05-23 14:15:23.808] [ OK ] Started Permit User Sessions. [2024-05-23 14:15:23.824] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:15:23.827] [ OK ] Started Getty on tty1. [2024-05-23 14:15:23.827] [ OK ] Reached target Login Prompts. [2024-05-23 14:15:23.844] [ OK ] Started Login Service. [2024-05-23 14:15:23.844] [ OK ] Reached target Multi-User System. [2024-05-23 14:15:23.893] [ 9.509004] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:23.897] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:15:23.913] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:15:23.965] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:15:24.007] [ 9.616230] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:24.107] [ 9.727384] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:24.135] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:15:24.392] [ 10.012978] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:15:24.405] [ 10.021365] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:15:25.413] [ 11.014818] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:15:25.422] [ 11.014828] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:15:25.747] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:30.385]=20 [2024-05-23 14:15:30.385] telechips-nsp1-release login:=20 [2024-05-23 14:15:31.741]=20 [2024-05-23 14:15:31.741] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:15:31.741]=20 [2024-05-23 14:15:31.741] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:15:31.743] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:15:31.766] DRAM: 2 GiB [2024-05-23 14:15:31.791] MMC: sdhc@0x16440000: 0 [2024-05-23 14:15:32.062]=20 [2024-05-23 14:15:32.064] HW Partition tyep is UserData [2024-05-23 14:15:32.087] In: serial [2024-05-23 14:15:32.087] Out: serial [2024-05-23 14:15:32.087] Err: serial [2024-05-23 14:15:32.140] Boot in the UserData environment(0) [2024-05-23 14:15:32.144] Non-secure boot (secure boot flag is clear) [2024-05-23 14:15:32.159] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:15:32.163] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:15:32.163] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:15:32.163] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:15:32.186] Booting using the fdt blob at 0x23000000 [2024-05-23 14:15:32.200] Loading Kernel Image [2024-05-23 14:15:32.200] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:15:32.200] OPTEE is enabled [2024-05-23 14:15:32.204]=20 [2024-05-23 14:15:32.204] Starting kernel ... [2024-05-23 14:15:32.204]=20 [2024-05-23 14:15:33.123] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:15:33.129] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:15:33.144] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:15:33.146] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:15:33.170] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:15:33.170] [ 0.000000] efi: UEFI not found. [2024-05-23 14:15:33.170] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:15:33.170] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:15:33.184] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:15:33.184] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:15:33.200] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:15:33.200] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:15:33.215] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:15:33.215] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:15:33.229] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:15:33.243] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:15:33.246] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:15:33.267] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:15:33.267] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:15:33.267] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:15:33.279] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:15:33.280] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:15:33.305] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:15:33.305] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:15:33.305] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:15:33.321] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:15:33.321] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:15:33.336] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:15:33.336] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:15:33.350] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:15:33.350] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:15:33.364] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:15:33.366] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:15:33.366] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:15:33.390] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:15:33.390] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:15:33.390] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:15:33.390] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:15:33.392] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:15:33.417] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:15:33.417] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:15:33.417] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:15:33.445] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:15:33.449] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:15:33.449] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:15:33.477] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:15:33.477] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:15:33.477] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:15:33.498] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:15:33.498] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:15:33.498] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:15:33.512] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:15:33.514] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:15:33.538] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:15:33.538] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:15:33.538] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:15:33.538] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:15:33.554] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:15:33.554] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:15:33.568] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:15:33.568] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:15:33.584] [ 0.000000] Running RCU self tests [2024-05-23 14:15:33.584] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:15:33.585] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:15:33.598] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:15:33.598] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:15:33.598] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:15:33.613] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:15:33.613] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:15:33.613] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:15:33.629] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:15:33.629] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:15:33.642] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:15:33.644] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:15:33.669] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:15:33.669] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:15:33.669] [ 0.001477] Console: colour dummy device = 80x25 [2024-05-23 14:15:33.669] [ 0.001718] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:15:33.685] [ 0.001721] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:15:33.685] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:15:33.685] [ 0.001726] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:15:33.710] [ 0.001729] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:15:33.714] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:15:33.714] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:15:33.714] [ 0.001737] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:15:33.714] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:15:33.714] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:15:33.726] [ 0.001782] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:15:33.730] [ 0.001790] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:15:33.749] [ 0.002289] Security Framework initialized [2024-05-23 14:15:33.750] [ 0.002415] AppArmor: AppArmor initialized [2024-05-23 14:15:33.750] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:15:33.750] [ 0.002683] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:15:33.773] [ 0.019955] ASID allocator initialised with = 32768 entries [2024-05-23 14:15:33.776] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:15:33.776] [ 0.062281] EFI services will not be = available. [2024-05-23 14:15:33.776] [ 0.076124] smp: Bringing up secondary CPUs = ... [2024-05-23 14:15:33.776] [ 0.120750] Detected VIPT I-cache on CPU1 [2024-05-23 14:15:33.776] [ 0.120825] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:15:33.800] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:15:33.800] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:15:33.800] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:15:33.800] [ 0.209329] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:15:33.800] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:15:33.817] [ 0.209747] SMP: Total of 4 processors = activated. [2024-05-23 14:15:33.817] [ 0.209762] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:15:33.817] [ 0.209782] CPU: All CPU(s) started at EL2 [2024-05-23 14:15:33.831] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:15:33.843] [ 0.210516] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:15:33.843] [ 0.213109] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:15:33.843] [ 0.213690] devtmpfs: initialized [2024-05-23 14:15:33.848] [ 0.403041] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:15:33.848] [ 0.403308] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:15:33.873] [ 0.412056] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:15:33.873] [ 0.412965] chipinfo: TCC8030 Rev02 [2024-05-23 14:15:33.873] [ 0.412980] chipinfo: SiP Service v0.1.56 [2024-05-23 14:15:33.873] [ 0.418261] NET: Registered protocol family = 16 [2024-05-23 14:15:33.873] [ 0.422202] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:15:33.878] [ 0.424168] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:15:33.902] [ 0.425746] cpuidle: using governor menu [2024-05-23 14:15:33.916] [ 0.425984] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:15:33.916] [ 0.440123] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:15:33.916] [ 0.440609] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:15:33.916] [ 0.440656] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:15:33.940] [ 0.440700] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:15:33.940] [ 0.440744] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:15:33.940] [ 0.440787] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:15:33.967] [ 0.440830] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:15:33.967] [ 0.440874] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:15:33.967] [ 0.440917] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:15:33.967] [ 0.440961] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:15:33.967] [ 0.441004] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:15:33.980] [ 0.441048] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:15:33.980] [ 0.441092] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:15:33.980] [ 0.441135] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:15:33.980] [ 0.441179] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:15:33.980] [ 0.441222] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:15:33.980] [ 0.441280] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:15:33.983] [ 0.441323] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:15:33.983] [ 0.441366] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:15:34.005] [ 0.441720] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:15:34.018] [ 0.441764] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:15:34.018] [ 0.441808] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:15:34.018] [ 0.441851] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:15:34.018] [ 0.441894] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:15:34.029] [ 0.441938] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:15:34.029] [ 0.441981] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:15:34.029] [ 0.442025] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:15:34.031] [ 0.442068] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:15:34.031] [ 0.442111] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:15:34.058] [ 0.442262] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:15:34.058] [ 0.442308] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:15:34.058] [ 0.442550] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:15:34.058] [ 0.442610] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:15:34.058] [ 0.442654] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:15:34.061] [ 0.442698] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:15:34.088] [ 0.442741] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:15:34.088] [ 0.442784] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:15:34.088] [ 0.442827] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:15:34.088] [ 0.443031] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:15:34.088] [ 0.443074] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:15:34.104] [ 0.443118] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:15:34.104] [ 0.443161] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:15:34.104] [ 0.443204] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:15:34.119] [ 0.443247] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:15:34.119] [ 0.443290] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:15:34.119] [ 0.443333] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:15:34.139] [ 0.443377] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:15:34.151] [ 0.443420] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:15:34.151] [ 0.443476] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:15:34.151] [ 0.443520] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:15:34.153] [ 0.443563] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:15:34.153] [ 0.443606] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:15:34.153] [ 0.444144] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:15:34.174] [ 0.444188] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:15:34.174] [ 0.444357] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:15:34.174] [ 0.444528] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:15:34.174] [ 0.444711] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:15:34.187] [ 0.444879] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:15:34.189] [ 0.445047] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:15:34.189] [ 0.445091] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:15:34.213] [ 0.445135] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:15:34.225] [ 0.445299] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:15:34.225] [ 0.445462] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:15:34.225] [ 0.445628] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:15:34.225] [ 0.445672] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:15:34.227] [ 0.445716] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:15:34.227] [ 0.445759] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:15:34.252] [ 0.445802] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:15:34.252] [ 0.445977] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:15:34.252] [ 0.446021] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:15:34.252] [ 0.446334] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:15:34.252] [ 0.446353] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:15:34.266] [ 0.528605] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:15:34.280] [ 0.528694] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:15:34.283] [ 1.675511] console [ttyAMA0] enabled [2024-05-23 14:15:34.283] [ 1.683180] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:15:34.307] [ 1.712082] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:15:34.323] [ 1.722376] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:15:34.350] [ 1.732965] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:15:34.351] [ 1.743220] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:15:34.437] [ 1.843085] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:15:34.453] [ 1.859313] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:15:34.466] [ 1.866253] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:15:34.490] [ 1.873044] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:15:34.492] [ 1.879413] Linux video capture interface: = v2.00 [2024-05-23 14:15:34.492] [ 1.885237] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:34.494] [ 1.885242] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:15:34.522] [ 1.885246] 6 locks held by swapper/0/1: [2024-05-23 14:15:34.522] [ 1.885249] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:15:34.522] [ 1.885275] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:15:34.522] [ 1.885290] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:15:34.537] [ 1.885309] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:34.539] [ 1.885324] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:15:34.565] [ 1.885341] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:34.565] [ 1.885359] irq event stamp: 288056 [2024-05-23 14:15:34.565] [ 1.885364] hardirqs last enabled at = (288055): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:34.581] [ 1.885369] hardirqs last disabled at = (288056): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:34.581] [ 1.885376] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:34.597] [ 1.885380] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:34.597] [ 1.885383] Preemption disabled at: [2024-05-23 14:15:34.599] [ 1.885388] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:34.627] [ 1.885397] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:15:34.627] [ 1.885400] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:34.627] [ 1.885404] Call trace: [2024-05-23 14:15:34.627] [ 1.885410] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:34.627] [ 1.885415] show_stack+0x14/0x20 [2024-05-23 14:15:34.627] [ 1.885421] dump_stack+0xb8/0xf0 [2024-05-23 14:15:34.652] [ 1.885426] ___might_sleep+0x178/0x210 [2024-05-23 14:15:34.655] [ 1.885430] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:34.655] [ 1.885435] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:34.655] [ 1.885441] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:34.655] [ 1.885448] gic_set_type+0x84/0x98 [2024-05-23 14:15:34.655] [ 1.885453] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:34.655] [ 1.885458] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:34.668] [ 1.885463] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:34.671] [ 1.885468] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:15:34.671] [ 1.885475] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:15:34.671] [ 1.885479] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:34.698] [ 1.885484] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:34.698] [ 1.885489] __driver_attach+0xfc/0x118 [2024-05-23 14:15:34.698] [ 1.885494] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:34.698] [ 1.885499] driver_attach+0x20/0x28 [2024-05-23 14:15:34.698] [ 1.885503] bus_add_driver+0x220/0x268 [2024-05-23 14:15:34.698] [ 1.885508] driver_register+0x60/0xf8 [2024-05-23 14:15:34.709] [ 1.885512] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:34.722] [ 1.885519] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:15:34.722] [ 1.885524] do_one_initcall+0x50/0x15c [2024-05-23 14:15:34.722] [ 1.885531] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:15:34.735] [ 1.885537] kernel_init+0x10/0x100 [2024-05-23 14:15:34.735] [ 1.885541] ret_from_fork+0x10/0x18 [2024-05-23 14:15:34.735] [ 1.891246] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:15:34.737] [ 2.138431] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:15:34.761] [ 2.151961] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:15:34.761] [ 2.158984] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:15:34.761] [ 2.163584] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:15:34.775] [ 2.168387] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:15:34.787] [ 2.173236] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:15:34.787] [ 2.177791] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:15:34.824] [ 2.231341] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:15:34.838] [ 2.243734] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:34.855] [ 2.261744] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:34.871] [ 2.277380] NET: Registered protocol family = 2 [2024-05-23 14:15:34.884] [ 2.284983] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:15:34.897] [ 2.292600] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:15:34.910] [ 2.303996] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:15:34.913] [ 2.311430] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:15:34.913] [ 2.318196] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:15:34.939] [ 2.326246] NET: Registered protocol family = 1 [2024-05-23 14:15:35.028] [ 2.434017] audit: initializing netlink = subsys (disabled) [2024-05-23 14:15:35.035] [ 2.440438] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:15:35.048] [ 2.441075] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:15:35.118] [ 2.523288] fuse init (API version 7.26) [2024-05-23 14:15:35.136] [ 2.541569] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:15:35.143] [ 2.548232] modprobe (66) used greatest = stack depth: 13232 bytes left [2024-05-23 14:15:35.157] [ 2.551418] io scheduler noop registered = (default) [2024-05-23 14:15:35.157] [ 2.551434] io scheduler mq-deadline = registered [2024-05-23 14:15:35.157] [ 2.551447] io scheduler kyber registered [2024-05-23 14:15:35.172] [ 2.560753] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:35.172] [ 2.560765] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:35.187] [ 2.560773] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:15:35.187] [ 2.560861] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:35.214] [ 2.617411] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:35.218] [ 2.625226] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:35.231] [ 2.630129] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:15:35.231] [ 2.635570] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:35.245] [ 2.636229] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:35.247] [ 2.646985] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:35.247] [ 2.653195] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:15:35.274] [ 2.660760] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:35.279] [ 2.685708] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:35.292] [ 2.692533] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:35.292] [ 2.697205] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:15:35.308] [ 2.702632] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:35.308] [ 2.703275] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:35.310] [ 2.714028] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:35.335] [ 2.720236] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:15:35.335] [ 2.727855] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:35.387] [ 2.794071] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:35.394] [ 2.800956] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:35.408] [ 2.805586] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:15:35.415] [ 2.811013] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:35.428] [ 2.821367] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:15:35.428] [ 2.831166] [INF][WDMA] tcc_wdma_init [2024-05-23 14:15:35.430] [ 2.835960] TCC WDMA Driver Initializing [2024-05-23 14:15:35.444] [ 2.843036] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:15:35.444] [ 2.849099] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:15:35.459] [ 2.859953] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:35.473] [ 2.872619] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:15:35.489] [ 2.882138] [CPU_ID] probe is done [2024-05-23 14:15:35.489] [ 2.885888] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:15:35.489] [ 2.892624] [DRAM_TOOL] probe is done [2024-05-23 14:15:35.528] [ 2.900395] MALI-G51 : r30p0-01eac0 [2024-05-23 14:15:35.528] [ 2.903928] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:15:35.528] [ 2.913751] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:35.536] [ 2.913756] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:15:35.536] [ 2.913760] 6 locks held by swapper/0/1: [2024-05-23 14:15:35.536] [ 2.913763] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:15:35.554] [ 2.913790] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:15:35.569] [ 2.913805] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:15:35.569] [ 2.913824] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:35.571] [ 2.913839] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:15:35.595] [ 2.913855] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:35.607] [ 2.913874] irq event stamp: 453538 [2024-05-23 14:15:35.607] [ 2.913879] hardirqs last enabled at = (453537): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:35.607] [ 2.913884] hardirqs last disabled at = (453538): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:35.609] [ 2.913891] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:35.633] [ 2.913895] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:35.633] [ 2.913897] Preemption disabled at: [2024-05-23 14:15:35.633] [ 2.913903] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:35.633] [ 2.913912] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:15:35.646] [ 2.913915] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:35.658] [ 2.913919] Call trace: [2024-05-23 14:15:35.658] [ 2.913925] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:35.660] [ 2.913929] show_stack+0x14/0x20 [2024-05-23 14:15:35.660] [ 2.913935] dump_stack+0xb8/0xf0 [2024-05-23 14:15:35.660] [ 2.913940] ___might_sleep+0x178/0x210 [2024-05-23 14:15:35.660] [ 2.913944] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:35.683] [ 2.913949] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:35.683] [ 2.913954] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:35.683] [ 2.913961] gic_set_type+0x84/0x98 [2024-05-23 14:15:35.683] [ 2.913966] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:35.683] [ 2.913971] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:35.683] [ 2.913976] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:35.696] [ 2.913982] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:15:35.698] [ 2.913988] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:15:35.698] [ 2.913992] kbase_device_init+0x78/0xf8 [2024-05-23 14:15:35.722] [ 2.913998] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:15:35.733] [ 2.914002] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:35.733] [ 2.914008] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:35.733] [ 2.914012] __driver_attach+0xfc/0x118 [2024-05-23 14:15:35.733] [ 2.914017] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:35.733] [ 2.914022] driver_attach+0x20/0x28 [2024-05-23 14:15:35.736] [ 2.914026] bus_add_driver+0x220/0x268 [2024-05-23 14:15:35.736] [ 2.914031] driver_register+0x60/0xf8 [2024-05-23 14:15:35.736] [ 2.914035] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:35.756] [ 2.914042] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:15:35.768] [ 2.914047] do_one_initcall+0x50/0x15c [2024-05-23 14:15:35.768] [ 2.914054] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:15:35.768] [ 2.914060] kernel_init+0x10/0x100 [2024-05-23 14:15:35.768] [ 2.914064] ret_from_fork+0x10/0x18 [2024-05-23 14:15:35.768] [ 2.915971] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:15:35.770] [ 3.171269] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:15:35.796] [ 3.178006] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:15:35.796] [ 3.192186] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:15:35.796] [ 3.199499] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:15:35.813] [ 3.211738] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:15:35.813] [ 3.217956] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:15:35.834] [ 3.222337] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:15:35.834] [ 3.229832] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:15:35.872] [ 3.279134] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:15:35.895] [ 3.288733] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:15:35.896] [ 3.296586] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:15:35.911] [ 3.306986] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:15:35.915] [ 3.312263] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:15:35.940] [ 3.323336] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:15:35.940] [ 3.332201] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:15:35.961] [ 3.351409] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:15:35.962] [ 3.354916] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:15:35.984] [ 3.355811] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:15:35.985] [ 3.359491] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:15:35.985] [ 3.360146] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:15:35.985] [ 3.360767] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:15:35.987] [ 3.361850] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:15:36.000] [ 3.373477] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:15:36.001] [ 3.373508] GPT:15269887 !=3D 15273599 [2024-05-23 14:15:36.026] [ 3.373516] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:15:36.026] [ 3.373524] GPT:15269887 !=3D 15273599 [2024-05-23 14:15:36.026] [ 3.373531] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:15:36.026] [ 3.373660] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:15:36.040] [ 3.441988] libphy: Fixed MDIO Bus: probed [2024-05-23 14:15:36.053] [ 3.447088] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:15:36.054] [ 3.460283] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:15:36.068] [ 3.464812] [INFO][GAMC] gmac index : 1 [2024-05-23 14:15:36.068] [ 3.469307] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:15:36.068] [ 3.474494] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:15:36.084] [ 3.480554] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:15:36.084] [ 3.484945] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:15:36.086] [ 3.493261] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:15:36.102] [ 3.507298] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:15:36.115] [ 3.513144] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:36.115] [ 3.513156] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:15:36.128] [ 3.513163] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:15:36.130] [ 3.513174] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:36.130] [ 3.513186] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:15:36.156] [ 3.541923] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:15:36.156] [ 3.558569] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:15:36.172] [ 3.565224] usbhid: USB HID core driver [2024-05-23 14:15:36.172] [ 3.569453] optee: probing for conduit = method from DT. [2024-05-23 14:15:36.172] [ 3.574635] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:15:36.187] [ 3.576535] optee: initialized driver [2024-05-23 14:15:36.188] [ 3.586033] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:15:36.188] [ 3.591739] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:15:36.216] [ 3.596908] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:15:36.216] [ 3.602076] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:15:36.216] [ 3.607851] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:15:36.216] [ 3.613626] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:15:36.216] [ 3.619489] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:15:36.231] [ 3.625958] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:15:36.231] [ 3.633419] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:15:36.252] [ 3.641369] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:15:36.252] [ 3.655457] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:15:36.279] [ 3.663997] NET: Registered protocol family = 17 [2024-05-23 14:15:36.279] [ 3.668935] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:15:36.289] [ 3.686912] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:15:36.447] [ 3.854370] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:36.458] [ 3.854513] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:15:36.474] [ 3.870224] ALSA device list: [2024-05-23 14:15:36.474] [ 3.873218] No soundcards found. [2024-05-23 14:15:36.474] [ 3.879242] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:15:36.497] [ 3.900168] Freeing unused kernel memory: = 4160K [2024-05-23 14:15:36.527] Mounting devtmpfs [2024-05-23 14:15:36.536] Mounting procfs [2024-05-23 14:15:36.536] Mounting sysfs [2024-05-23 14:15:36.536] [ 3.928350] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:15:36.550] [ 3.956234] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:15:36.594] [ 3.997088] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:15:36.600] [ 4.006610] mount (97) used greatest stack = depth: 11072 bytes left [2024-05-23 14:15:36.871] [ 4.277529] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:15:36.974] [ 4.377769] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:15:37.000] [ 4.404837] systemd[1]: Detected = architecture arm64. [2024-05-23 14:15:37.042]=20 [2024-05-23 14:15:37.042] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:15:37.054]=20 [2024-05-23 14:15:37.070] [ 4.468476] systemd[1]: Set hostname to = . [2024-05-23 14:15:37.074] [ 4.480625] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:15:37.089] [ 4.489375] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:15:37.311] [ 4.717184] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:15:37.328] [ 4.734291] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:15:37.372] [ 4.777133] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:15:37.385] [ 4.789240] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:15:37.569] [ 4.975516] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:15:37.643] [ OK ] Listening on udev Control Socket. [2024-05-23 14:15:37.672] [ OK ] Created slice system-getty.slice. [2024-05-23 14:15:37.684] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:15:37.704] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:15:37.722] [ OK ] Reached target Paths. [2024-05-23 14:15:37.749] [ OK ] Listening on Syslog Socket. [2024-05-23 14:15:37.751] [ OK ] Reached target Swap. [2024-05-23 14:15:37.768] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:15:37.784] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:15:37.799] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:15:37.815] [ OK ] Listening on Journal Socket. [2024-05-23 14:15:37.848] Starting mount data partition = service... [2024-05-23 14:15:37.878] Starting Apply Kernel Variables... [2024-05-23 14:15:37.914] Starting Journal Service... [2024-05-23 14:15:37.993] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:15:38.023] Mounting FUSE Control File System... [2024-05-23 14:15:38.025] [ 5.427502] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:38.062] Mounting POSIX Message Queue File = System... [2024-05-23 14:15:38.103] [ 5.510081] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:15:38.114] Mounting Huge Pages File System... [2024-05-23 14:15:38.151] Mounting Kernel Debug File System... [2024-05-23 14:15:38.189] Mounting Configuration File System... [2024-05-23 14:15:38.218] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:15:38.248] Starting udev Coldplug all Devices... [2024-05-23 14:15:38.272] [ OK ] Created slice User and Session Slice. [2024-05-23 14:15:38.289] [ OK ] Reached target Slices. [2024-05-23 14:15:38.306] [ OK ] Reached target Remote File Systems. [2024-05-23 14:15:38.362] [ OK ] Started Journal Service. [2024-05-23 14:15:38.399] [ OK ] Started mount data partition service. [2024-05-23 14:15:38.422] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:15:38.455] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:15:38.472] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:15:38.489] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:15:38.505] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:15:38.523] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:15:38.537] [ OK ] Mounted Configuration File System. [2024-05-23 14:15:38.572] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:15:38.609] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:15:38.627] [ OK ] Reached target Containers. [2024-05-23 14:15:38.656] Mounting /tmp... [2024-05-23 14:15:38.684] Mounting /var/volatile... [2024-05-23 14:15:38.720] Starting udev Kernel Device = Manager... [2024-05-23 14:15:38.755] Starting NS file System mount and = recovery.... [2024-05-23 14:15:38.780] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:15:38.815] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:15:38.868] [ OK ] Mounted /tmp. [2024-05-23 14:15:38.895] [ 6.297645] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:38.902] [ OK ] Mounted /var/volatile. [2024-05-23 14:15:38.988] [ 6.393929] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:39.087] [ 6.493253] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:39.147] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:15:39.223] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:15:39.257] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:39.435] [ 6.841665] systemd-journald[113]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:15:39.464] Starting Bind mount volatile = /var/cache... [2024-05-23 14:15:39.492] Starting Bind mount volatile = /var/spool... [2024-05-23 14:15:39.513] Starting Bind mount volatile = /var/lib... [2024-05-23 14:15:39.540] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:15:39.752] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:15:39.781] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:15:39.809] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:15:39.849] Starting Load/Save Random Seed... [2024-05-23 14:15:39.874] [ OK ] Reached target Local File Systems. [2024-05-23 14:15:39.896] Starting AppArmor initialization... [2024-05-23 14:15:39.926] Starting Create Volatile Files and = Directories... [2024-05-23 14:15:39.958] Starting netfilter persistent = configuration... [2024-05-23 14:15:39.979] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:15:40.063] [ 7.467631] audit: type=3D1400 = audit(1550139121.184:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:15:40.078] [ 7.482046] audit: type=3D1400 = audit(1550139121.188:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:15:40.093] [ 7.497945] audit: type=3D1400 = audit(1550139121.188:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:15:40.109] [ 7.513785] audit: type=3D1400 = audit(1550139121.188:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:15:40.125] [ 7.529374] audit: type=3D1400 = audit(1550139121.188:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:15:40.140] [ 7.545360] audit: type=3D1400 = audit(1550139121.188:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:15:40.156] [ 7.561224] audit: type=3D1400 = audit(1550139121.188:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:15:40.191] [ OK ] Started AppArmor initialization. [2024-05-23 14:15:40.208] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:15:40.241] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:15:40.257] [ OK ] Reached target Network (Pre). [2024-05-23 14:15:40.284] Starting Network Service... [2024-05-23 14:15:40.317] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:15:40.373] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:15:40.407] [ OK ] Reached target System Initialization. [2024-05-23 14:15:40.412] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:15:40.440] [ OK ] Reached target Sockets. [2024-05-23 14:15:40.445] [ OK ] Reached target Basic System. [2024-05-23 14:15:40.479] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:15:40.507] [ 7.905138] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:15:40.524] Starting Login Service... [2024-05-23 14:15:40.531] [ 7.936888] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:15:40.545] [ 7.941490] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:15:40.545] [ 7.946047] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:15:40.557] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:15:40.581] [ OK ] Started System Logging Service. [2024-05-23 14:15:40.622] [ OK ] Started Kernel Logging Service. [2024-05-23 14:15:40.653] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:15:40.698] Starting Load Kernel Modules... [2024-05-23 14:15:40.725] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:15:40.741] [ OK ] Reached target Timers. [2024-05-23 14:15:40.764] [ 8.170598] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:15:40.773] [ 8.178677] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:15:40.787] [ 8.184023] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:15:40.787] [ 8.184043] [INFO][GMAC]=20 [2024-05-23 14:15:40.788] [[ 8.189112] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:15:40.803] [ 8.204053] Disabling lock debugging due to = kernel taint [2024-05-23 14:15:40.828] OK ] Started NS VSync Process. [2024-05-23 14:15:40.831] [ 8.214891] libphy: tcc-gmac-mdio: probed [2024-05-23 14:15:40.831] [ 8.220864] [INFO][GMAC] registered! [2024-05-23 14:15:40.831] [ 8.224477] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:15:40.831] [ 8.229292] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:15:40.833] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:15:40.848] [ 8.254831] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:15:40.863] [ OK ] Started NS System Management Process. [2024-05-23 14:15:40.878] Starting NS Inter Domain Comm = Process... [2024-05-23 14:15:40.878] [ OK ] Started Network Service. [2024-05-23 14:15:40.890] [ 8.291619] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:15:40.904] Start /usr/bin/sys-fail-mon [2024-05-23 14:15:40.906] [ 8.297327] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:15:40.906] [ OK ] Reached target[ 8.310183] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:15:40.932] Network. [2024-05-23 14:15:40.932] [ 8.320928] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:15:40.932] [ 8.330228] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:15:40.935] Starting udev Coldplug a[ 8.330745] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:40.960] ll Devices...[ 8.332515] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:15:40.960] [ 8.332549] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:15:40.978] [ 8.333281] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:15:40.978]=20 [2024-05-23 14:15:40.978] [ 8.333288] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:15:40.992] [ 8.333876] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:41.008] [ 8.342218] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:15:41.010] [ 8.348789] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:41.010] [ 8.348792] in_atomic(): 1, = irqs_disabled(): 128, pid: 273, name: systemd-modules [2024-05-23 14:15:41.031] [ 8.348795] INFO: lockdep is turned off. [2024-05-23 14:15:41.043] [ 8.348798] irq event stamp: 24375 [2024-05-23 14:15:41.043] [ 8.348836] hardirqs last enabled at = (24375): [<00000000b1ff9444>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:41.043] [ 8.348841] hardirqs last disabled at = (24374): [<0000000006ff4125>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:41.044] [ 8.348854] softirqs last enabled at (0): = [<00000000fdbbee50>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:41.070] [ 8.348858] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:41.070] [ 8.348861] Preemption disabled at: [2024-05-23 14:15:41.070] [ 8.348875] [<000000008116b06d>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:41.070] [ 8.348887] CPU: 2 PID: 273 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:15:41.072] [ 8.348889] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:41.095] [ 8.348894] Call trace: [2024-05-23 14:15:41.095] [ 8.348904] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:41.095] [ 8.348908] show_stack+0x14/0x20 [2024-05-23 14:15:41.095] [ 8.348916] dump_stack+0xb8/0xf0 [2024-05-23 14:15:41.095] [ 8.348919] ___might_sleep+0x178/0x210 [2024-05-23 14:15:41.095] [ 8.348922] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:41.109] [ 8.348928] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:41.109] [ 8.348933] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:41.109] [ 8.348946] gic_set_type+0x84/0x98 [2024-05-23 14:15:41.112] [ 8.348949] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:41.135] [ 8.348953] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:41.137] [ 8.348957] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:41.137] [ 8.349019] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:15:41.137] [ 8.349037] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:15:41.137] [ 8.349046] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:41.137] [ 8.349051] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:41.160] [ 8.349055] __driver_attach+0xfc/0x118 [2024-05-23 14:15:41.173] [ 8.349058] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:41.173] [ 8.349062] driver_attach+0x20/0x28 [2024-05-23 14:15:41.173] [ 8.349066] bus_add_driver+0x220/0x268 [2024-05-23 14:15:41.173] [ 8.349069] driver_register+0x60/0xf8 [2024-05-23 14:15:41.173] [ 8.349072] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:41.175] [ 8.349090] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:15:41.175] [ 8.349093] do_one_initcall+0x50/0x15c [2024-05-23 14:15:41.175] [ 8.349098] do_init_module+0x54/0x1b0 [2024-05-23 14:15:41.175] [ 8.349101] load_module+0x1e70/0x2428 [2024-05-23 14:15:41.194] [ 8.349104] SyS_finit_module+0xe4/0x118 [2024-05-23 14:15:41.194] [ 8.349107] el0_svc_naked+0x34/0x38 [2024-05-23 14:15:41.194] [ 8.366076] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:15:41.194] [ 8.368653] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:15:41.196] [ 8.373422] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:15:41.209] [ 8.375554] Done!! [2024-05-23 14:15:41.209] [ 8.466339] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:15:41.209] [ 8.473055] Done!! [2024-05-23 14:15:41.223] [ 8.544890] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:15:41.234] [ 8.547164] Done!! [2024-05-23 14:15:41.234] [ 8.625113] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:15:41.237] [ 8.625113] -- MASTER Configuration. [2024-05-23 14:15:41.237] [ 8.625113] -- Local Receiver Status Not = OK. [2024-05-23 14:15:41.237] [ 8.625113] -- Remote Receiver Status Not = OK. [2024-05-23 14:15:41.257] [ 8.643048] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:15:41.258] Starting Permit User Ses[ 8.649657] = [INFO][GMAC] --] tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:15:41.259] sions... [2024-05-23 14:15:41.259] [ 8.659277] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:15:41.282] Starting Wait for Network to be = Configured... [2024-05-23 14:15:41.294] [ 8.670370] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:15:41.294] [ 8.679171] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:15:41.294] [ 8.679181] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:15:41.296] [ 8.679181] =20 [2024-05-23 14:15:41.296] [ 8.679516] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:15:41.296] [ 8.679767] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:15:41.320] [ 8.679770] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:15:41.320] [ 8.679775] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:15:41.320] [ 8.679775] =20 [2024-05-23 14:15:41.320] [ 8.679991] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:15:41.320] [ 8.680006] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:15:41.325] [ 8.680010] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:15:41.343] [ 8.680014] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:15:41.354] [ 8.680021] [INFO][GMAC] --] phy_start: : [2024-05-23 14:15:41.354] [ 8.680072] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:15:41.354] [ OK ] Started Load Kernel Modules. [2024-05-23 14:15:41.354] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:15:41.373] [ OK ] Started Permit User Sessions. [2024-05-23 14:15:41.389] [ 8.786516] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:41.390] parents, child is 320 [2024-05-23 14:15:41.392] [IDC]Start. [2024-05-23 14:15:41.403] [ 8.802491] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:15:41.416] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:15:41.416] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:15:41.416] [IDC](A7)ConnectReq 0 [2024-05-23 14:15:41.418] [IDC](A7)do_connect 0 [2024-05-23 14:15:41.436] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:15:41.454] [IDC](A7)Tx start session req 1 [2024-05-23 14:15:41.454] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:15:41.454] [IDC](R5)ConnectReq 0 [2024-05-23 14:15:41.454] [IDC](R5)do_connect 0 [2024-05-23 14:15:41.454] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:15:41.454] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:15:41.454] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:15:41.472] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:15:41.472] [ OK ] Started Getty on tty1. [2024-05-23 14:15:41.472] [ OK ] Reached target Login Prompts. [2024-05-23 14:15:41.472] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:15:41.472] [IDC](A7)Session connected. [2024-05-23 14:15:41.489] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:15:41.489] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:15:41.489] [ OK ] Started Cluster Framework. [2024-05-23 14:15:41.489] [IDC](R5)Session connected.2 [2024-05-23 14:15:41.489] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:15:41.505] [ OK ] Started HUD Framework. [2024-05-23 14:15:41.505] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:15:41.505] [ OK ] Started Nvm Process. [2024-05-23 14:15:41.508] [ 8.899300] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:41.508] [ OK ] Started NS hsm control application. [2024-05-23 14:15:41.529] [ OK ] Started Diagnosis Framework. [2024-05-23 14:15:41.541] [ OK ] Started Diagnosis Transport. [2024-05-23 14:15:41.618] [ 9.023951] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:41.643] [ OK ] Started NS Software Update. [2024-05-23 14:15:41.658] [ OK ] Started NS Secondary Verify. [2024-05-23 14:15:41.732] [ 9.138510] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:41.738] [ 9.143486] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:15:41.757] [ OK ] Started Login Service. [2024-05-23 14:15:41.770] [ OK ] Reached target Multi-User System. [2024-05-23 14:15:41.826] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:15:41.843] Starting NS A53 [ 9.250692] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:15:41.855] RealTime Schedule Switch... [2024-05-23 14:15:41.884] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:15:41.958] [ 9.362471] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:42.008] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:15:42.074] [ 9.480039] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:42.128] [ 9.532360] sched: RT throttling activated [2024-05-23 14:15:42.207] [ 9.607843] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:42.328] [ 9.732666] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:42.444] [ 9.849359] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:15:42.643] [ 10.046030] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:15:42.653] [ 10.046037] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:15:42.944] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:43.632] [ 11.036986] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:15:43.641] [ 11.045396] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:15:47.904]=20 [2024-05-23 14:15:47.904] telechips-nsp1-release login:=20 [2024-05-23 14:15:50.965]=20 [2024-05-23 14:15:50.965] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:15:50.967]=20 [2024-05-23 14:15:50.967] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:15:50.967] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:15:50.997] DRAM: 2 GiB [2024-05-23 14:15:50.997] MMC: sdhc@0x16440000: 0 [2024-05-23 14:15:51.287]=20 [2024-05-23 14:15:51.287] HW Partition tyep is UserData [2024-05-23 14:15:51.319] In: serial [2024-05-23 14:15:51.319] Out: serial [2024-05-23 14:15:51.319] Err: serial [2024-05-23 14:15:51.364] Boot in the UserData environment(0) [2024-05-23 14:15:51.367] Non-secure boot (secure boot flag is clear) [2024-05-23 14:15:51.384] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:15:51.388] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:15:51.388] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:15:51.388] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:15:51.411] Booting using the fdt blob at 0x23000000 [2024-05-23 14:15:51.413] Loading Kernel Image [2024-05-23 14:15:51.413] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:15:51.413] OPTEE is enabled [2024-05-23 14:15:51.436]=20 [2024-05-23 14:15:51.436] Starting kernel ... [2024-05-23 14:15:51.449]=20 [2024-05-23 14:15:52.347] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:15:52.352] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:15:52.367] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:15:52.382] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:15:52.382] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:15:52.382] [ 0.000000] efi: UEFI not found. [2024-05-23 14:15:52.396] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:15:52.398] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:15:52.424] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:15:52.424] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:15:52.424] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:15:52.426] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:15:52.450] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:15:52.450] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:15:52.450] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:15:52.465] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:15:52.465] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:15:52.481] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:15:52.481] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:15:52.497] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:15:52.497] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:15:52.511] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:15:52.511] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:15:52.527] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:15:52.529] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:15:52.554] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:15:52.554] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:15:52.554] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:15:52.569] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:15:52.569] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:15:52.586] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:15:52.586] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:15:52.586] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:15:52.588] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:15:52.612] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:15:52.612] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:15:52.612] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:15:52.616] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:15:52.640] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:15:52.653] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:15:52.653] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:15:52.653] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:15:52.694] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:15:52.694] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:15:52.694] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:15:52.694] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:15:52.712] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:15:52.714] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:15:52.714] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:15:52.714] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:15:52.737] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:15:52.737] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:15:52.737] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:15:52.753] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:15:52.753] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:15:52.776] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:15:52.776] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:15:52.776] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:15:52.790] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:15:52.804] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:15:52.808] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:15:52.808] [ 0.000000] Running RCU self tests [2024-05-23 14:15:52.808] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:15:52.831] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:15:52.835] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:15:52.835] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:15:52.835] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:15:52.835] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:15:52.857] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:15:52.871] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:15:52.871] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:15:52.871] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:15:52.871] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:15:52.882] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:15:52.883] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:15:52.883] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:15:52.908] [ 0.001473] Console: colour dummy device = 80x25 [2024-05-23 14:15:52.908] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:15:52.908] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:15:52.908] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:15:52.908] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:15:52.924] [ 0.001725] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:15:52.924] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:15:52.924] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:15:52.938] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:15:52.940] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:15:52.940] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:15:52.962] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:15:52.964] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:15:52.964] [ 0.002285] Security Framework initialized [2024-05-23 14:15:52.964] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:15:52.964] [ 0.002659] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:15:52.988] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:15:52.988] [ 0.019966] ASID allocator initialised with = 32768 entries [2024-05-23 14:15:52.988] [ 0.035867] Hierarchical SRCU = implementation. [2024-05-23 14:15:52.988] [ 0.062290] EFI services will not be = available. [2024-05-23 14:15:53.002] [ 0.076136] smp: Bringing up secondary CPUs = ... [2024-05-23 14:15:53.002] [ 0.120761] Detected VIPT I-cache on CPU1 [2024-05-23 14:15:53.002] [ 0.120836] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:15:53.017] [ 0.165007] Detected VIPT I-cache on CPU2 [2024-05-23 14:15:53.017] [ 0.165064] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:15:53.017] [ 0.209291] Detected VIPT I-cache on CPU3 [2024-05-23 14:15:53.042] [ 0.209342] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:15:53.045] [ 0.209719] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:15:53.045] [ 0.209759] SMP: Total of 4 processors = activated. [2024-05-23 14:15:53.045] [ 0.209775] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:15:53.045] [ 0.209794] CPU: All CPU(s) started at EL2 [2024-05-23 14:15:53.045] [ 0.209975] alternatives: patching kernel = code [2024-05-23 14:15:53.069] [ 0.210516] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:15:53.073] [ 0.213128] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:15:53.073] [ 0.213736] devtmpfs: initialized [2024-05-23 14:15:53.073] [ 0.403548] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:15:53.073] [ 0.403818] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:15:53.086] [ 0.412544] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:15:53.090] [ 0.413470] chipinfo: TCC8030 Rev02 [2024-05-23 14:15:53.090] [ 0.413485] chipinfo: SiP Service v0.1.56 [2024-05-23 14:15:53.090] [ 0.418785] NET: Registered protocol family = 16 [2024-05-23 14:15:53.125] [ 0.422791] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:15:53.125] [ 0.424724] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:15:53.125] [ 0.426454] cpuidle: using governor menu [2024-05-23 14:15:53.125] [ 0.426695] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:15:53.127] [ 0.440766] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:15:53.127] [ 0.441227] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:15:53.127] [ 0.441274] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:15:53.151] [ 0.441319] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:15:53.151] [ 0.441363] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:15:53.151] [ 0.441406] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:15:53.151] [ 0.441449] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:15:53.151] [ 0.441493] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:15:53.166] [ 0.441536] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:15:53.166] [ 0.441580] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:15:53.166] [ 0.441623] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:15:53.188] [ 0.441666] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:15:53.188] [ 0.441711] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:15:53.188] [ 0.441754] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:15:53.188] [ 0.441798] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:15:53.190] [ 0.441841] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:15:53.214] [ 0.441976] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:15:53.214] [ 0.442021] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:15:53.214] [ 0.442065] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:15:53.214] [ 0.442446] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:15:53.214] [ 0.442490] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:15:53.229] [ 0.442533] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:15:53.229] [ 0.442577] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:15:53.229] [ 0.442621] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:15:53.243] [ 0.442664] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:15:53.243] [ 0.442707] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:15:53.245] [ 0.442751] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:15:53.270] [ 0.442794] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:15:53.270] [ 0.442837] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:15:53.270] [ 0.442881] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:15:53.270] [ 0.442924] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:15:53.272] [ 0.443156] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:15:53.299] [ 0.443216] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:15:53.299] [ 0.443259] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:15:53.299] [ 0.443303] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:15:53.299] [ 0.443347] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:15:53.299] [ 0.443390] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:15:53.312] [ 0.443433] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:15:53.314] [ 0.443626] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:15:53.314] [ 0.443670] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:15:53.338] [ 0.443713] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:15:53.338] [ 0.443756] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:15:53.338] [ 0.443799] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:15:53.338] [ 0.443842] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:15:53.338] [ 0.443886] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:15:53.354] [ 0.443929] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:15:53.366] [ 0.443972] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:15:53.366] [ 0.444015] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:15:53.379] [ 0.444071] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:15:53.379] [ 0.444114] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:15:53.379] [ 0.444158] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:15:53.381] [ 0.444201] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:15:53.381] [ 0.444730] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:15:53.404] [ 0.444774] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:15:53.406] [ 0.444945] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:15:53.406] [ 0.445114] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:15:53.406] [ 0.445298] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:15:53.406] [ 0.445466] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:15:53.429] [ 0.445635] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:15:53.441] [ 0.445679] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:15:53.441] [ 0.445722] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:15:53.441] [ 0.445887] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:15:53.441] [ 0.446154] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:15:53.453] [ 0.446350] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:15:53.453] [ 0.446395] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:15:53.455] [ 0.446439] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:15:53.455] [ 0.446482] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:15:53.478] [ 0.446525] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:15:53.480] [ 0.446717] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:15:53.480] [ 0.446761] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:15:53.480] [ 0.446976] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:15:53.480] [ 0.446990] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:15:53.480] [ 0.529436] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:15:53.500] [ 0.529527] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:15:53.500] [ 1.676812] console [ttyAMA0] enabled [2024-05-23 14:15:53.501] [ 1.684526] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:15:53.537] [ 1.713357] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:15:53.541] [ 1.723719] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:15:53.555] [ 1.734229] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:15:53.571] [ 1.744551] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:15:53.662] [ 1.844368] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:15:53.688] [ 1.860767] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:15:53.689] [ 1.867662] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:15:53.715] [ 1.874449] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:15:53.715] [ 1.880818] Linux video capture interface: = v2.00 [2024-05-23 14:15:53.715] [ 1.886648] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:53.732] [ 1.886652] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:15:53.732] [ 1.886657] 6 locks held by swapper/0/1: [2024-05-23 14:15:53.732] [ 1.886659] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:15:53.744] [ 1.886684] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:15:53.750] [ 1.886700] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:15:53.777] [ 1.886718] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:53.777] [ 1.886733] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:15:53.777] [ 1.886749] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:53.793] [ 1.886768] irq event stamp: 288102 [2024-05-23 14:15:53.796] [ 1.886773] hardirqs last enabled at = (288101): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:53.796] [ 1.886778] hardirqs last disabled at = (288102): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:53.822] [ 1.886785] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:53.822] [ 1.886789] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:53.822] [ 1.886792] Preemption disabled at: [2024-05-23 14:15:53.825] [ 1.886797] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:53.850] [ 1.886806] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:15:53.850] [ 1.886809] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:53.850] [ 1.886813] Call trace: [2024-05-23 14:15:53.850] [ 1.886819] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:53.850] [ 1.886824] show_stack+0x14/0x20 [2024-05-23 14:15:53.862] [ 1.886829] dump_stack+0xb8/0xf0 [2024-05-23 14:15:53.875] [ 1.886835] ___might_sleep+0x178/0x210 [2024-05-23 14:15:53.875] [ 1.886839] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:53.875] [ 1.886843] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:53.888] [ 1.886849] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:53.888] [ 1.886856] gic_set_type+0x84/0x98 [2024-05-23 14:15:53.888] [ 1.886861] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:53.889] [ 1.886866] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:53.889] [ 1.886870] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:53.889] [ 1.886875] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:15:53.913] [ 1.886882] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:15:53.928] [ 1.886886] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:53.928] [ 1.886891] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:53.928] [ 1.886896] __driver_attach+0xfc/0x118 [2024-05-23 14:15:53.928] [ 1.886901] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:53.928] [ 1.886905] driver_attach+0x20/0x28 [2024-05-23 14:15:53.928] [ 1.886910] bus_add_driver+0x220/0x268 [2024-05-23 14:15:53.933] [ 1.886915] driver_register+0x60/0xf8 [2024-05-23 14:15:53.933] [ 1.886919] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:53.933] [ 1.886927] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:15:53.955] [ 1.886931] do_one_initcall+0x50/0x15c [2024-05-23 14:15:53.959] [ 1.886938] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:15:53.959] [ 1.886944] kernel_init+0x10/0x100 [2024-05-23 14:15:53.959] [ 1.886949] ret_from_fork+0x10/0x18 [2024-05-23 14:15:53.959] [ 1.892726] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:15:53.981] [ 2.140103] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:15:53.982] [ 2.153726] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:15:53.982] [ 2.160750] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:15:53.984] [ 2.165352] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:15:53.999] [ 2.170156] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:15:53.999] [ 2.175005] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:15:53.999] [ 2.179560] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:15:54.051] [ 2.233591] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:15:54.065] [ 2.246091] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:54.081] [ 2.264300] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:54.100] [ 2.279654] NET: Registered protocol family = 2 [2024-05-23 14:15:54.115] [ 2.287234] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:15:54.115] [ 2.294857] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:15:54.137] [ 2.306059] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:15:54.137] [ 2.313401] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:15:54.139] [ 2.320241] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:15:54.164] [ 2.328452] NET: Registered protocol family = 1 [2024-05-23 14:15:54.254] [ 2.436704] audit: initializing netlink = subsys (disabled) [2024-05-23 14:15:54.264] [ 2.442984] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:15:54.278] [ 2.443594] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:15:54.344] [ 2.525775] fuse init (API version 7.26) [2024-05-23 14:15:54.369] [ 2.543885] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:15:54.372] [ 2.553611] io scheduler noop registered = (default) [2024-05-23 14:15:54.385] [ 2.558454] io scheduler mq-deadline = registered [2024-05-23 14:15:54.385] [ 2.563016] io scheduler kyber registered [2024-05-23 14:15:54.392] [ 2.574222] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:54.405] [ 2.581075] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:54.405] [ 2.587285] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:15:54.422] [ 2.595102] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:54.475] [ 2.657433] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:54.482] [ 2.665043] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:54.495] [ 2.670050] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:15:54.495] [ 2.675479] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:54.509] [ 2.676263] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:54.521] [ 2.687018] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:54.523] [ 2.693227] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:15:54.523] [ 2.700777] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:54.560] [ 2.724840] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:54.560] [ 2.731627] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:54.569] [ 2.736410] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:15:54.569] [ 2.741837] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:54.571] [ 2.742413] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:15:54.594] [ 2.753165] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:15:54.599] [ 2.759374] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:15:54.599] [ 2.766988] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:15:54.650] [ 2.832724] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:15:54.658] [ 2.839595] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:15:54.671] [ 2.844264] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:15:54.688] [ 2.849691] fbX_probe : update_type =3D 1=20 [2024-05-23 14:15:54.690] [ 2.859454] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:15:54.690] [ 2.869097] [INF][WDMA] tcc_wdma_init [2024-05-23 14:15:54.691] [ 2.873881] TCC WDMA Driver Initializing [2024-05-23 14:15:54.718] [ 2.881079] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:15:54.718] [ 2.887159] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:15:54.718] [ 2.897794] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:15:54.741] [ 2.910435] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:15:54.741] [ 2.919832] [CPU_ID] probe is done [2024-05-23 14:15:54.741] [ 2.923590] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:15:54.760] [ 2.930383] [DRAM_TOOL] probe is done [2024-05-23 14:15:54.760] [ 2.937770] MALI-G51 : r30p0-01eac0 [2024-05-23 14:15:54.774] [ 2.941300] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:15:54.789] [ 2.951187] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:15:54.792] [ 2.951192] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:15:54.792] [ 2.951197] 6 locks held by swapper/0/1: [2024-05-23 14:15:54.792] [ 2.951200] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:15:54.816] [ 2.951227] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:15:54.816] [ 2.951242] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:15:54.816] [ 2.951261] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:54.835] [ 2.951275] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:15:54.835] [ 2.951292] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:54.850] [ 2.951311] irq event stamp: 453732 [2024-05-23 14:15:54.850] [ 2.951316] hardirqs last enabled at = (453731): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:15:54.866] [ 2.951321] hardirqs last disabled at = (453732): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:15:54.866] [ 2.951330] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:15:54.882] [ 2.951333] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:15:54.882] [ 2.951336] Preemption disabled at: [2024-05-23 14:15:54.896] [ 2.951341] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:15:54.898] [ 2.951350] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:15:54.898] [ 2.951353] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:15:54.926] [ 2.951357] Call trace: [2024-05-23 14:15:54.926] [ 2.951363] dump_backtrace+0x0/0x1d8 [2024-05-23 14:15:54.926] [ 2.951368] show_stack+0x14/0x20 [2024-05-23 14:15:54.926] [ 2.951373] dump_stack+0xb8/0xf0 [2024-05-23 14:15:54.926] [ 2.951378] ___might_sleep+0x178/0x210 [2024-05-23 14:15:54.926] [ 2.951382] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:15:54.926] [ 2.951387] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:15:54.939] [ 2.951393] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:15:54.939] [ 2.951400] gic_set_type+0x84/0x98 [2024-05-23 14:15:54.939] [ 2.951405] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:15:54.939] [ 2.951410] __setup_irq+0x76c/0x7f8 [2024-05-23 14:15:54.954] [ 2.951414] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:15:54.954] [ 2.951420] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:15:54.954] [ 2.951426] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:15:54.967] [ 2.951430] kbase_device_init+0x78/0xf8 [2024-05-23 14:15:54.970] [ 2.951437] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:15:54.970] [ 2.951442] platform_drv_probe+0x58/0xb8 [2024-05-23 14:15:54.994] [ 2.951447] = driver_probe_device+0x228/0x410 [2024-05-23 14:15:55.003] [ 2.951452] __driver_attach+0xfc/0x118 [2024-05-23 14:15:55.003] [ 2.951457] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:15:55.003] [ 2.951461] driver_attach+0x20/0x28 [2024-05-23 14:15:55.003] [ 2.951466] bus_add_driver+0x220/0x268 [2024-05-23 14:15:55.003] [ 2.951471] driver_register+0x60/0xf8 [2024-05-23 14:15:55.003] [ 2.951475] = __platform_driver_register+0x44/0x50 [2024-05-23 14:15:55.005] [ 2.951483] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:15:55.005] [ 2.951488] do_one_initcall+0x50/0x15c [2024-05-23 14:15:55.027] [ 2.951495] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:15:55.029] [ 2.951500] kernel_init+0x10/0x100 [2024-05-23 14:15:55.029] [ 2.951505] ret_from_fork+0x10/0x18 [2024-05-23 14:15:55.029] [ 2.953508] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:15:55.029] [ 3.208593] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:15:55.053] [ 3.215333] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:15:55.053] [ 3.230036] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:15:55.055] [ 3.237172] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:15:55.068] [ 3.249476] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:15:55.083] [ 3.255696] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:15:55.083] [ 3.260160] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:15:55.107] [ 3.267676] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:15:55.134] [ 3.316797] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:15:55.142] [ 3.325250] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:15:55.156] [ 3.333108] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:15:55.183] [ 3.343297] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:15:55.183] [ 3.348574] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:15:55.202] [ 3.359647] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:15:55.204] [ 3.368519] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:15:55.227] [ 3.387262] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:15:55.229] [ 3.392195] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:15:55.229] [ 3.393035] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:15:55.229] [ 3.396981] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:15:55.243] [ 3.397714] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:15:55.243] [ 3.398295] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:15:55.256] [ 3.399459] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:15:55.258] [ 3.409908] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:15:55.284] [ 3.409938] GPT:15269887 !=3D 15273599 [2024-05-23 14:15:55.284] [ 3.409946] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:15:55.284] [ 3.409954] GPT:15269887 !=3D 15273599 [2024-05-23 14:15:55.284] [ 3.409961] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:15:55.284] [ 3.410076] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:15:55.301] [ 3.477934] libphy: Fixed MDIO Bus: probed [2024-05-23 14:15:55.303] [ 3.482898] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:15:55.317] [ 3.496299] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:15:55.341] [ 3.500827] [INFO][GAMC] gmac index : 1 [2024-05-23 14:15:55.344] [ 3.505252] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:15:55.344] [ 3.510419] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:15:55.344] [ 3.516551] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:15:55.344] [ 3.520943] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:15:55.346] [ 3.529318] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:15:55.372] [ 3.543237] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:15:55.374] [ 3.549206] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:55.374] [ 3.549219] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:15:55.390] [ 3.549225] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:15:55.390] [ 3.549237] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:55.390] [ 3.549249] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:15:55.405] [ 3.578073] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:15:55.423] [ 3.594015] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:15:55.424] [ 3.600670] usbhid: USB HID core driver [2024-05-23 14:15:55.424] [ 3.604867] optee: probing for conduit = method from DT. [2024-05-23 14:15:55.440] [ 3.610047] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:15:55.440] [ 3.611913] optee: initialized driver [2024-05-23 14:15:55.440] [ 3.621520] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:15:55.463] [ 3.627233] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:15:55.463] [ 3.632403] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:15:55.463] [ 3.637570] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:15:55.463] [ 3.643345] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:15:55.480] [ 3.649119] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:15:55.480] [ 3.654982] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:15:55.482] [ 3.661451] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:15:55.507] [ 3.668990] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:15:55.507] [ 3.676939] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:15:55.509] [ 3.690798] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:15:55.522] [ 3.699698] NET: Registered protocol family = 17 [2024-05-23 14:15:55.522] [ 3.704697] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:15:55.541] [ 3.722536] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:15:55.709] [ 3.891392] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:15:55.717] [ 3.891437] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:15:55.735] [ 3.907136] ALSA device list: [2024-05-23 14:15:55.735] [ 3.910129] No soundcards found. [2024-05-23 14:15:55.735] [ 3.916033] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:15:55.754] [ 3.937288] Freeing unused kernel memory: = 4160K [2024-05-23 14:15:55.768] Mounting devtmpfs [2024-05-23 14:15:55.769] [ 3.951787] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:15:55.783] Mounting procfs [2024-05-23 14:15:55.783] Mounting sysfs [2024-05-23 14:15:55.788] [ 3.971126] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:15:55.817] [ 3.998630] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:15:55.859] [ 4.041547] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:15:55.871] [ 4.050410] mount (97) used greatest stack = depth: 11568 bytes left [2024-05-23 14:15:55.885] [ 4.066604] mount (99) used greatest stack = depth: 11440 bytes left [2024-05-23 14:15:56.129] [ 4.310977] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:15:56.226] [ 4.409212] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:15:56.257] [ 4.436660] systemd[1]: Detected = architecture arm64. [2024-05-23 14:15:56.299]=20 [2024-05-23 14:15:56.300] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:15:56.311]=20 [2024-05-23 14:15:56.324] [ 4.498131] systemd[1]: Set hostname to = . [2024-05-23 14:15:56.328] [ 4.509847] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:15:56.342] [ 4.518633] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:15:56.584] [ 4.765006] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:15:56.616] [ 4.782107] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:15:56.643] [ 4.824361] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:15:56.656] [ 4.836459] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:15:56.844] [ 5.026663] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:15:56.916] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:15:56.933] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:15:56.958] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:15:56.976] [ OK ] Created slice User and Session Slice. [2024-05-23 14:15:56.999] [ OK ] Reached target Slices. [2024-05-23 14:15:57.006] [ OK ] Reached target Paths. [2024-05-23 14:15:57.025] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:15:57.040] [ OK ] Listening on Journal Socket. [2024-05-23 14:15:57.075] Mounting Kernel Debug File System... [2024-05-23 14:15:57.098] Mounting Huge Pages File System... [2024-05-23 14:15:57.129] Mounting Configuration File System... [2024-05-23 14:15:57.158] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:15:57.191] Mounting POSIX Message Queue File = System... [2024-05-23 14:15:57.208] [ OK ] Reached target Remote File Systems. [2024-05-23 14:15:57.225] [ OK ] Created slice system-getty.slice. [2024-05-23 14:15:57.240] [ OK ] Listening on Syslog Socket. [2024-05-23 14:15:57.275] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:15:57.292] [ OK ] Reached target Swap. [2024-05-23 14:15:57.313] Starting Apply Kernel Variables... [2024-05-23 14:15:57.342] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:15:57.358] [ 5.539621] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:15:57.389] Starting Journal Service... [2024-05-23 14:15:57.420] Starting mount data partition = service... [2024-05-23 14:15:57.463] [ OK ] Listening on udev Control Socket. [2024-05-23 14:15:57.493] Starting udev Coldplug all Devices... [2024-05-23 14:15:57.561] Mounting FUSE Control File System... [2024-05-23 14:15:57.568] [ 5.750318] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:57.647] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:15:57.675] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:15:57.693] [ OK ] Mounted Configuration File System. [2024-05-23 14:15:57.718] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:15:57.742] [ OK ] Started Journal Service. [2024-05-23 14:15:57.760] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:15:57.779] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:15:57.809] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:15:57.827] [ OK ] Started mount data partition service. [2024-05-23 14:15:57.861] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:15:57.906] Starting NS file System mount and = recovery.... [2024-05-23 14:15:57.953] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:15:57.990] Starting udev Kernel Device = Manager... [2024-05-23 14:15:58.005] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:15:58.039] [ 6.221541] EXT4-fs (mmcblk0p3): = mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:58.054] Mounting /var/volatile... [2024-05-23 14:15:58.074] [ OK ] Reached target Containers. [2024-05-23 14:15:58.100] Mounting /tmp... [2024-05-23 14:15:58.133] [ 6.314841] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:58.222] [ 6.404805] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:15:58.234] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:15:58.324] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:15:58.346] [ OK ] Mounted /var/volatile. [2024-05-23 14:15:58.374] [ OK ] Mounted /tmp. [2024-05-23 14:15:58.543] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:15:58.568] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:15:58.676] [ 6.858281] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:15:58.715] Starting Bind mount volatile = /var/spool... [2024-05-23 14:15:58.729] Starting Bind mount volatile = /var/cache... [2024-05-23 14:15:58.762] Starting Bind mount volatile = /var/lib... [2024-05-23 14:15:58.793] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:15:58.974] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:15:58.999] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:15:59.027] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:15:59.064] Starting Load/Save Random Seed... [2024-05-23 14:15:59.080] [ OK ] Reached target Local File Systems. [2024-05-23 14:15:59.112] Starting netfilter persistent = configuration... [2024-05-23 14:15:59.143] Starting Create Volatile Files and = Directories... [2024-05-23 14:15:59.177] Starting AppArmor initialization... [2024-05-23 14:15:59.210] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:15:59.313] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:15:59.381] [ 7.561520] audit: type=3D1400 = audit(1550139121.244:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:15:59.397] [ 7.575966] audit: type=3D1400 = audit(1550139121.248:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:15:59.418] [ 7.591870] audit: type=3D1400 = audit(1550139121.248:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:15:59.432] [ 7.607720] audit: type=3D1400 = audit(1550139121.248:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:15:59.447] [ 7.623277] audit: type=3D1400 = audit(1550139121.248:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:15:59.461] [ 7.639298] audit: type=3D1400 = audit(1550139121.248:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:15:59.476] [ 7.655107] audit: type=3D1400 = audit(1550139121.248:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:15:59.496] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:15:59.526] [ OK ] Started AppArmor initialization. [2024-05-23 14:15:59.560] [ OK ] Reached target Network (Pre). [2024-05-23 14:15:59.577] Starting Network Service... [2024-05-23 14:15:59.608] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:15:59.667] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:15:59.693] [ OK ] Reached target System Initialization. [2024-05-23 14:15:59.727] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:15:59.729] [ OK ] Reached target Timers. [2024-05-23 14:15:59.744] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:15:59.760] [ OK ] Reached target Sockets. [2024-05-23 14:15:59.774] [ 7.955479] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:15:59.791] [ OK ] Reached target Basic System. [2024-05-23 14:15:59.812] [ OK ] Started Kernel Logging Service. [2024-05-23 14:15:59.821] [ 8.002923] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:15:59.835] [ 8.007521] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:15:59.835] [ 8.012052] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:15:59.865] [ OK ] Started NS VSync Process. [2024-05-23 14:15:59.902] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:15:59.930] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:15:59.944] [ 8.127140] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:15:59.989] [ OK ] Started NS System Management Process. [2024-05-23 14:16:00.023] [ 8.205001] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:00.043] [ OK ] Started System Logging Service. [2024-05-23 14:16:00.061] Start /usr/bin/sys-fail-mon [2024-05-23 14:16:00.077] [ 8.249355] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:00.080] [ 8.253786] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:16:00.080] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:16:00.112] Starting Load Kernel Modules... [2024-05-23 14:16:00.132] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:16:00.166] Starting NS Inter Domain Comm = Process... [2024-05-23 14:16:00.204] [ 8.253808] [INFO][GMAC]=20 [2024-05-23 14:16:00.211] [ 8.386441] libphy: tcc-gmac-mdio: probed [2024-05-23 14:16:00.226] [ 8.391244] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:00.227] [ 8.391278] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:16:00.252] [ 8.394899] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:00.252] [ 8.394913] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:00.270] [ 8.412453] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:00.284] [ 8.421658] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:00.287] [ 8.421686] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:16:00.311] [ 8.422817] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:00.324] [ 8.422830] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:00.324] [ 8.432880] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:16:00.324] [ 8.432891] Disabling lock debugging due to = kernel taint [2024-05-23 14:16:00.326] [ 8.444344] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:00.351] [ 8.509617] [INFO][GMAC] registered! [2024-05-23 14:16:00.351] [ 8.509627] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:16:00.351] [ 8.509632] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:16:00.351] Starting Login Service... [2024-05-23 14:16:00.351] [ OK ] Started Network Service. [2024-05-23 14:16:00.366] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:16:00.378] [ 8.558385] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:16:00.411] parents, child is 315 [2024-05-23 14:16:00.412] [ 8.572457] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:00.414] [IDC]Start. [2024-05-23 14:16:00.438] [ 8.572461] in_atomic(): 1, = irqs_disabled(): 128, pid: 295, name: systemd-modules [2024-05-23 14:16:00.450] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:16:00.450] [ 8.572464] INFO: lockdep is turned off. [2024-05-23 14:16:00.450] [ 8.572467] irq event stamp: 24839 [2024-05-23 14:16:00.450] [ 8.572482] hardirqs last enabled at = (24839): [<00000000b1a40a9b>] vprintk_emit+0x270/0x278 [2024-05-23 14:16:00.454] [IDC](A7)ConnectReq 0 [2024-05-23 14:16:00.454] [ 8.572486] hardirqs last disabled at = (24838): [<000000005714a926>] vprintk_emit+0x12c/0x278 [2024-05-23 14:16:00.454] [IDC](A7)do_connect 0 [2024-05-23 14:16:00.454] [ 8.572493] softirqs last enabled at (0): = [<00000000c0c361d3>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:00.480] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:16:00.480] [I[ 8.572496] softirqs last disabled at = (0): [< (null)>] (null) [2024-05-23 14:16:00.480] DC](A7)Tx start session req 1 [2024-05-23 14:16:00.480] [ 8.572498] Preemption disabled at: [2024-05-23 14:16:00.482] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:16:00.505] [ 8.572504] [<00000000da2cb1f4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:00.519] [IDC](R5)ConnectReq 0 [2024-05-23 14:16:00.519] [IDC](R5)do[ 8.572511] CPU: 1 PID: 295 = Comm: systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:16:00.519] _connect 0 [2024-05-23 14:16:00.519] [IDC](R5)Session stat[ 8.572513] Hardware = name: Telechips TCC8031 Evaluation Board (DT) [2024-05-23 14:16:00.521] us 0 -> 1 [2024-05-23 14:16:00.521] [IDC](R5)do_entry_star[ 8.572516] Call = trace: [2024-05-23 14:16:00.521] treq 1 [2024-05-23 14:16:00.521] [IDC](R5)do_periodic_star[ 8.572521] = dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:00.521] treq 1. [2024-05-23 14:16:00.554] [IDC](R5)Session status [ 8.572524] = show_stack+0x14/0x20 [2024-05-23 14:16:00.558] 1 -> 2 [2024-05-23 14:16:00.558] [ 8.572530] dump_stack+0xb8/0xf0 [2024-05-23 14:16:00.558] [ 8.572534] ___might_sleep+0x178/0x210 [2024-05-23 14:16:00.558] [IDC](A7)Session status 2 -> 3[ 8.572538] = rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:00.558]=20 [2024-05-23 14:16:00.558] [ 8.572544] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:00.558] [IDC](A7)Session connected. [2024-05-23 14:16:00.558] [ 8.572549] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:00.558] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:16:00.558] [ 8.572554] gic_set_type+0x84/0x98 [2024-05-23 14:16:00.558] [IDC](R5)Rx TIMER_START_REQ R5:1.[ = 8.572558] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:00.581] 000] 2 [2024-05-23 14:16:00.581] [ 8.572561] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:00.581] [IDC](R5)Session connected.2 [2024-05-23 14:16:00.581] [ 8.572565] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:00.581] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:16:00.581] [ 8.572595] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:16:00.603] [ 8.572613] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:16:00.624] [ 8.572618] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:00.624] [ 8.572623] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:00.624] [ 8.572627] __driver_attach+0xfc/0x118 [2024-05-23 14:16:00.624] [ 8.572631] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:00.624] [ 8.572634] driver_attach+0x20/0x28 [2024-05-23 14:16:00.634] [ 8.572638] bus_add_driver+0x220/0x268 [2024-05-23 14:16:00.634] [ 8.572641] driver_register+0x60/0xf8 [2024-05-23 14:16:00.634] [ 8.572644] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:00.634] [ 8.572661] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:16:00.634] [ 8.572665] do_one_initcall+0x50/0x15c [2024-05-23 14:16:00.636] [ 8.572670] do_init_module+0x54/0x1b0 [2024-05-23 14:16:00.636] [ 8.572672] load_module+0x1e70/0x2428 [2024-05-23 14:16:00.636] [ 8.572676] SyS_finit_module+0xe4/0x118 [2024-05-23 14:16:00.659] [ 8.572678] el0_svc_naked+0x34/0x38 [2024-05-23 14:16:00.662] [ 8.590518] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:16:00.662] [ 8.590560] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:16:00.662] [ 8.590560] -- MASTER Configuration. [2024-05-23 14:16:00.662] [ 8.590560] -- Local Receiver Status Not = OK. [2024-05-23 14:16:00.684] [ 8.590560] -- Remote Receiver Status Not = OK. [2024-05-23 14:16:00.696] [ 8.590577] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:16:00.696] [ 8.590581] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:16:00.696] [ 8.598666] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:16:00.696] [ 8.599356] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:16:00.717] [ 8.602796] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:16:00.720] [ 8.602801] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:16:00.720] [ 8.602807] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:16:00.720] [ 8.602807] =20 [2024-05-23 14:16:00.720] [ 8.603150] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:16:00.720] [ 8.603470] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:16:00.739] [ 8.603475] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:16:00.739] [ 8.603479] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:16:00.739] [ 8.603479] =20 [2024-05-23 14:16:00.739] [ 8.603746] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:16:00.741] [ 8.603761] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:16:00.760] [ 8.603766] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:16:00.760] [ 8.603770] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:16:00.760] [ 8.603778] [INFO][GMAC] --] phy_start: : [2024-05-23 14:16:00.760] [ 8.603844] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:16:00.771] [ 8.605549] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:16:00.773] [ 8.612378] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:16:00.790] [ 8.614312] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:16:00.793] [ 8.614747] Done!! [2024-05-23 14:16:00.793] [ 8.708226] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:00.793] [ 8.758350] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:16:00.793] [ 8.764628] Done!! [2024-05-23 14:16:00.808] [ 8.816184] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:00.820] [ 8.832277] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:16:00.820] [ 8.836910] Done!! [2024-05-23 14:16:00.820] [ 8.924104] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:00.829] [ OK ] Started Cluster Framework. [2024-05-23 14:16:00.829] [ OK ] Started HUD Framework. [2024-05-23 14:16:00.849] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:16:00.871] [ 9.050932] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:00.878] [ OK ] Started Nvm Process. [2024-05-23 14:16:00.908] [ OK ] Started NS hsm control application. [2024-05-23 14:16:00.915] [ OK ] Started Diagnosis Framework. [2024-05-23 14:16:00.935] [ OK ] Started NS Software Update. [2024-05-23 14:16:00.937] [ OK ] Started NS Secondary Verify. [2024-05-23 14:16:00.956] [ OK ] Started Diagnosis Transport. [2024-05-23 14:16:00.983] [ 9.165122] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:01.012] [ 9.192020] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:01.026] Starting Wait for Network to be = Configured... [2024-05-23 14:16:01.027] [ OK ] Reached target Network. [2024-05-23 14:16:01.057] Starting udev Coldplug all Devices... [2024-05-23 14:16:01.091] Starting Permit User Sessions... [2024-05-23 14:16:01.101] [ 9.276211] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:01.125] [ OK ] Started Load Kernel Modules. [2024-05-23 14:16:01.160] [ OK ] Started Login Service. [2024-05-23 14:16:01.173] [ OK ] Started Permit User Sessions. [2024-05-23 14:16:01.186] [ OK ] Started Getty on tty1. [2024-05-23 14:16:01.197] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:16:01.209] [ OK ] Reached target Login Prompts. [2024-05-23 14:16:01.214] [ 9.392150] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:01.225] [ OK ] Reached target Multi-User System. [2024-05-23 14:16:01.244] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:16:01.246] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:16:01.318] [ 9.500252] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:01.352] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:16:01.377] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:16:01.433] [ 9.612182] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:01.548] [ 9.720739] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:01.933] [ 10.101097] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:01.942] [ 10.101107] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:02.202] [ 10.371900] sched: RT throttling activated [2024-05-23 14:16:02.859] [ 11.041449] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:02.868] [ 11.049882] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:03.370] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:16:07.696]=20 [2024-05-23 14:16:07.696] telechips-nsp1-release login:=20 [2024-05-23 14:16:09.184]=20 [2024-05-23 14:16:09.184] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:16:09.185]=20 [2024-05-23 14:16:09.185] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:16:09.185] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:16:09.213] DRAM: 2 GiB [2024-05-23 14:16:09.213] MMC: sdhc@0x16440000: 0 [2024-05-23 14:16:09.505]=20 [2024-05-23 14:16:09.508] HW Partition tyep is UserData [2024-05-23 14:16:09.526] In: serial [2024-05-23 14:16:09.526] Out: serial [2024-05-23 14:16:09.527] Err: serial [2024-05-23 14:16:09.582] Boot in the UserData environment(0) [2024-05-23 14:16:09.586] Non-secure boot (secure boot flag is clear) [2024-05-23 14:16:09.602] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:16:09.602] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:16:09.602] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:16:09.605] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:16:09.632] Booting using the fdt blob at 0x23000000 [2024-05-23 14:16:09.632] Loading Kernel Image [2024-05-23 14:16:09.632] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:16:09.632] OPTEE is enabled [2024-05-23 14:16:09.647]=20 [2024-05-23 14:16:09.647] Starting kernel ... [2024-05-23 14:16:09.647]=20 [2024-05-23 14:16:10.566] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:16:10.574] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:16:10.590] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:16:10.590] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:16:10.605] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:16:10.605] [ 0.000000] efi: UEFI not found. [2024-05-23 14:16:10.605] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:16:10.623] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:16:10.623] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:16:10.639] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:16:10.651] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:16:10.652] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:16:10.652] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:16:10.678] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:16:10.678] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:16:10.678] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:16:10.693] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:16:10.693] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:16:10.710] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:16:10.710] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:16:10.725] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:16:10.725] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:16:10.740] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:16:10.740] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:16:10.754] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:16:10.754] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:16:10.770] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:16:10.770] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:16:10.786] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:16:10.786] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:16:10.802] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:16:10.802] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:16:10.802] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:16:10.817] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:16:10.817] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:16:10.817] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:16:10.833] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:16:10.833] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:16:10.835] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:16:10.860] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:16:10.860] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:16:10.860] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:16:10.891] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:16:10.891] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:16:10.910] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:16:10.912] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:16:10.912] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:16:10.943] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:16:10.943] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:16:10.943] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:16:10.955] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:16:10.955] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:16:10.957] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:16:10.981] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:16:10.981] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:16:10.981] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:16:10.981] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:16:10.995] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:16:10.997] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:16:11.024] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:16:11.024] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:16:11.024] [ 0.000000] Running RCU self tests [2024-05-23 14:16:11.024] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:16:11.036] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:16:11.039] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:16:11.039] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:16:11.078] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:16:11.078] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:16:11.078] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:16:11.078] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:16:11.078] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:16:11.087] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:16:11.087] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:16:11.089] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:16:11.112] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:16:11.112] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:16:11.112] [ 0.001478] Console: colour dummy device = 80x25 [2024-05-23 14:16:11.112] [ 0.001717] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:16:11.127] [ 0.001720] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:16:11.127] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:16:11.127] [ 0.001725] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:16:11.141] [ 0.001728] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:16:11.143] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:16:11.143] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:16:11.166] [ 0.001736] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:16:11.171] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:16:11.171] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:16:11.171] [ 0.001782] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:16:11.193] [ 0.001790] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:16:11.207] [ 0.002290] Security Framework initialized [2024-05-23 14:16:11.207] [ 0.002418] AppArmor: AppArmor initialized [2024-05-23 14:16:11.207] [ 0.002663] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:16:11.207] [ 0.002685] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:16:11.218] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:16:11.218] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:16:11.218] [ 0.062280] EFI services will not be = available. [2024-05-23 14:16:11.220] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:16:11.220] [ 0.120748] Detected VIPT I-cache on CPU1 [2024-05-23 14:16:11.220] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:16:11.245] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:16:11.245] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:16:11.245] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:16:11.245] [ 0.209335] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:16:11.245] [ 0.209711] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:16:11.248] [ 0.209751] SMP: Total of 4 processors = activated. [2024-05-23 14:16:11.275] [ 0.209767] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:16:11.275] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:16:11.275] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:16:11.275] [ 0.210510] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:16:11.275] [ 0.213112] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:16:11.289] [ 0.213690] devtmpfs: initialized [2024-05-23 14:16:11.290] [ 0.402915] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:16:11.290] [ 0.403183] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:16:11.316] [ 0.411969] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:16:11.316] [ 0.412879] chipinfo: TCC8030 Rev02 [2024-05-23 14:16:11.316] [ 0.412894] chipinfo: SiP Service v0.1.56 [2024-05-23 14:16:11.316] [ 0.418176] NET: Registered protocol family = 16 [2024-05-23 14:16:11.316] [ 0.422131] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:16:11.321] [ 0.424091] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:16:11.344] [ 0.425665] cpuidle: using governor menu [2024-05-23 14:16:11.372] [ 0.425902] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:16:11.372] [ 0.440034] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:16:11.372] [ 0.440518] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:16:11.372] [ 0.440564] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:16:11.374] [ 0.440608] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:16:11.374] [ 0.440652] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:16:11.374] [ 0.440696] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:16:11.374] [ 0.440739] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:16:11.374] [ 0.440783] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:16:11.374] [ 0.440826] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:16:11.406] [ 0.440870] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:16:11.406] [ 0.440913] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:16:11.406] [ 0.440956] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:16:11.406] [ 0.441001] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:16:11.406] [ 0.441044] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:16:11.408] [ 0.441087] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:16:11.408] [ 0.441131] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:16:11.431] [ 0.441188] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:16:11.431] [ 0.441232] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:16:11.431] [ 0.441275] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:16:11.431] [ 0.441633] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:16:11.431] [ 0.441678] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:16:11.445] [ 0.441721] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:16:11.445] [ 0.441764] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:16:11.447] [ 0.441807] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:16:11.472] [ 0.441851] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:16:11.472] [ 0.441894] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:16:11.472] [ 0.441938] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:16:11.472] [ 0.441981] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:16:11.474] [ 0.442024] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:16:11.498] [ 0.442068] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:16:11.498] [ 0.442214] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:16:11.498] [ 0.442458] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:16:11.498] [ 0.442518] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:16:11.500] [ 0.442562] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:16:11.515] [ 0.442606] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:16:11.515] [ 0.442649] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:16:11.515] [ 0.442692] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:16:11.530] [ 0.442735] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:16:11.530] [ 0.442939] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:16:11.530] [ 0.442983] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:16:11.545] [ 0.443026] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:16:11.545] [ 0.443069] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:16:11.545] [ 0.443113] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:16:11.560] [ 0.443156] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:16:11.560] [ 0.443199] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:16:11.560] [ 0.443242] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:16:11.574] [ 0.443286] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:16:11.587] [ 0.443329] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:16:11.587] [ 0.443385] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:16:11.588] [ 0.443428] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:16:11.588] [ 0.443472] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:16:11.612] [ 0.443515] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:16:11.614] [ 0.444053] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:16:11.614] [ 0.444097] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:16:11.614] [ 0.444267] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:16:11.614] [ 0.444438] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:16:11.637] [ 0.444621] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:16:11.637] [ 0.444787] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:16:11.637] [ 0.444954] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:16:11.637] [ 0.444998] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:16:11.637] [ 0.445042] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:16:11.650] [ 0.445205] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:16:11.652] [ 0.445369] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:16:11.652] [ 0.445534] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:16:11.679] [ 0.445579] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:16:11.679] [ 0.445622] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:16:11.679] [ 0.445666] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:16:11.679] [ 0.445709] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:16:11.679] [ 0.445878] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:16:11.693] [ 0.445922] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:16:11.706] [ 0.446225] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:16:11.706] [ 0.446244] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:16:11.708] [ 0.528539] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:16:11.708] [ 0.528628] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:16:11.732] [ 1.675389] console [ttyAMA0] enabled [2024-05-23 14:16:11.732] [ 1.683016] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:16:11.756] [ 1.711874] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:16:11.760] [ 1.722168] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:16:11.773] [ 1.732755] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:16:11.788] [ 1.743010] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:16:11.880] [ 1.842951] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:16:11.906] [ 1.859146] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:16:11.908] [ 1.866042] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:16:11.935] [ 1.872886] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:16:11.945] [ 1.879254] Linux video capture interface: = v2.00 [2024-05-23 14:16:11.945] [ 1.885135] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:11.945] [ 1.885140] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:16:11.960] [ 1.885144] 6 locks held by swapper/0/1: [2024-05-23 14:16:11.972] [ 1.885147] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:16:11.972] [ 1.885174] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:16:11.973] [ 1.885190] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:11.973] [ 1.885208] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:11.998] [ 1.885222] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:11.998] [ 1.885238] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:12.000] [ 1.885257] irq event stamp: 288092 [2024-05-23 14:16:12.026] [ 1.885262] hardirqs last enabled at = (288091): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:12.026] [ 1.885267] hardirqs last disabled at = (288092): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:12.026] [ 1.885275] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:12.042] [ 1.885278] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:12.042] [ 1.885281] Preemption disabled at: [2024-05-23 14:16:12.042] [ 1.885286] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:12.056] [ 1.885295] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:16:12.056] [ 1.885298] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:12.072] [ 1.885302] Call trace: [2024-05-23 14:16:12.072] [ 1.885309] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:12.072] [ 1.885313] show_stack+0x14/0x20 [2024-05-23 14:16:12.072] [ 1.885319] dump_stack+0xb8/0xf0 [2024-05-23 14:16:12.074] [ 1.885324] ___might_sleep+0x178/0x210 [2024-05-23 14:16:12.095] [ 1.885328] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:12.095] [ 1.885333] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:12.095] [ 1.885339] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:12.095] [ 1.885346] gic_set_type+0x84/0x98 [2024-05-23 14:16:12.095] [ 1.885351] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:12.095] [ 1.885356] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:12.110] [ 1.885361] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:12.123] [ 1.885365] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:16:12.123] [ 1.885372] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:16:12.125] [ 1.885377] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:12.125] [ 1.885382] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:12.125] [ 1.885387] __driver_attach+0xfc/0x118 [2024-05-23 14:16:12.125] [ 1.885392] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:12.149] [ 1.885396] driver_attach+0x20/0x28 [2024-05-23 14:16:12.149] [ 1.885401] bus_add_driver+0x220/0x268 [2024-05-23 14:16:12.149] [ 1.885406] driver_register+0x60/0xf8 [2024-05-23 14:16:12.149] [ 1.885410] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:12.149] [ 1.885417] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:16:12.149] [ 1.885422] do_one_initcall+0x50/0x15c [2024-05-23 14:16:12.164] [ 1.885430] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:16:12.164] [ 1.885436] kernel_init+0x10/0x100 [2024-05-23 14:16:12.164] [ 1.885440] ret_from_fork+0x10/0x18 [2024-05-23 14:16:12.184] [ 1.891109] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:16:12.185] [ 2.138390] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:16:12.190] [ 2.151834] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:16:12.204] [ 2.158861] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:16:12.204] [ 2.163464] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:16:12.205] [ 2.168267] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:16:12.229] [ 2.173119] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:16:12.230] [ 2.177674] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:16:12.269] [ 2.231385] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:16:12.281] [ 2.243780] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:12.306] [ 2.261915] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:12.326] [ 2.277703] NET: Registered protocol family = 2 [2024-05-23 14:16:12.328] [ 2.285552] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:16:12.341] [ 2.293173] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:16:12.343] [ 2.304294] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:16:12.367] [ 2.311645] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:16:12.367] [ 2.318511] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:16:12.367] [ 2.326878] NET: Registered protocol family = 1 [2024-05-23 14:16:12.471] [ 2.434668] audit: initializing netlink = subsys (disabled) [2024-05-23 14:16:12.479] [ 2.441040] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:16:12.494] [ 2.441662] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:16:12.561] [ 2.523796] fuse init (API version 7.26) [2024-05-23 14:16:12.580] [ 2.541948] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:16:12.589] [ 2.551791] io scheduler noop registered = (default) [2024-05-23 14:16:12.602] [ 2.556879] io scheduler mq-deadline = registered [2024-05-23 14:16:12.602] [ 2.561443] io scheduler kyber registered [2024-05-23 14:16:12.627] [ 2.572037] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:12.632] [ 2.579148] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:12.632] [ 2.585363] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:16:12.634] [ 2.592979] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:12.693] [ 2.655611] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:12.711] [ 2.663286] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:12.712] [ 2.668142] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:16:12.712] [ 2.673569] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:12.726] [ 2.674189] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:12.728] [ 2.684944] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:12.751] [ 2.691152] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:16:12.753] [ 2.698711] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:12.776] [ 2.722687] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:12.782] [ 2.729504] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:12.782] [ 2.734149] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:16:12.782] [ 2.739576] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:12.783] [ 2.740147] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:12.804] [ 2.750900] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:12.804] [ 2.757108] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:16:12.804] [ 2.764729] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:12.871] [ 2.830771] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:12.875] [ 2.837536] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:12.890] [ 2.842129] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:16:12.893] [ 2.847555] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:12.909] [ 2.857271] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:16:12.909] [ 2.866979] [INF][WDMA] tcc_wdma_init [2024-05-23 14:16:12.911] [ 2.871761] TCC WDMA Driver Initializing [2024-05-23 14:16:12.926] [ 2.878938] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:16:12.926] [ 2.885041] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:16:12.949] [ 2.895784] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:12.949] [ 2.908435] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:16:12.975] [ 2.917829] [CPU_ID] probe is done [2024-05-23 14:16:12.975] [ 2.921592] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:16:12.977] [ 2.928324] [DRAM_TOOL] probe is done [2024-05-23 14:16:12.977] [ 2.935587] MALI-G51 : r30p0-01eac0 [2024-05-23 14:16:12.977] [ 2.939115] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:16:12.996] [ 2.948865] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:12.997] [ 2.948869] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:16:13.023] [ 2.948874] 6 locks held by swapper/0/1: [2024-05-23 14:16:13.023] [ 2.948877] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:16:13.023] [ 2.948906] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:16:13.025] [ 2.948922] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:13.050] [ 2.948941] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:13.050] [ 2.948955] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:13.054] [ 2.948971] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:13.079] [ 2.948991] irq event stamp: 453728 [2024-05-23 14:16:13.079] [ 2.948996] hardirqs last enabled at = (453727): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:13.079] [ 2.949001] hardirqs last disabled at = (453728): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:13.084] [ 2.949008] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:13.109] [ 2.949012] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:13.109] [ 2.949014] Preemption disabled at: [2024-05-23 14:16:13.109] [ 2.949020] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:13.109] [ 2.949029] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:16:13.123] [ 2.949032] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:13.123] [ 2.949036] Call trace: [2024-05-23 14:16:13.125] [ 2.949042] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:13.150] [ 2.949047] show_stack+0x14/0x20 [2024-05-23 14:16:13.150] [ 2.949052] dump_stack+0xb8/0xf0 [2024-05-23 14:16:13.150] [ 2.949058] ___might_sleep+0x178/0x210 [2024-05-23 14:16:13.150] [ 2.949062] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:13.150] [ 2.949067] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:13.150] [ 2.949072] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:13.150] [ 2.949080] gic_set_type+0x84/0x98 [2024-05-23 14:16:13.162] [ 2.949085] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:13.164] [ 2.949090] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:13.164] [ 2.949095] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:13.164] [ 2.949101] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:16:13.190] [ 2.949107] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:16:13.190] [ 2.949111] kbase_device_init+0x78/0xf8 [2024-05-23 14:16:13.190] [ 2.949117] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:16:13.190] [ 2.949122] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:13.190] [ 2.949127] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:13.194] [ 2.949132] __driver_attach+0xfc/0x118 [2024-05-23 14:16:13.217] [ 2.949137] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:13.220] [ 2.949142] driver_attach+0x20/0x28 [2024-05-23 14:16:13.220] [ 2.949146] bus_add_driver+0x220/0x268 [2024-05-23 14:16:13.220] [ 2.949151] driver_register+0x60/0xf8 [2024-05-23 14:16:13.220] [ 2.949155] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:13.220] [ 2.949163] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:16:13.220] [ 2.949168] do_one_initcall+0x50/0x15c [2024-05-23 14:16:13.243] [ 2.949176] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:16:13.243] [ 2.949182] kernel_init+0x10/0x100 [2024-05-23 14:16:13.243] [ 2.949186] ret_from_fork+0x10/0x18 [2024-05-23 14:16:13.243] [ 2.951143] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:16:13.243] [ 3.205866] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:16:13.258] [ 3.212605] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:16:13.272] [ 3.226725] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:16:13.273] [ 3.233766] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:16:13.288] [ 3.245821] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:16:13.290] [ 3.252037] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:16:13.314] [ 3.256420] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:16:13.314] [ 3.264022] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:16:13.348] [ 3.311089] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:16:13.358] [ 3.318827] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:16:13.371] [ 3.328575] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:16:13.400] [ 3.339133] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:16:13.400] [ 3.346479] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:16:13.411] [ 3.357551] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:16:13.432] [ 3.366470] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:16:13.434] [ 3.384941] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:16:13.448] [ 3.400394] libphy: Fixed MDIO Bus: probed [2024-05-23 14:16:13.448] [ 3.405377] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:16:13.467] [ 3.418889] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:16:13.469] [ 3.423419] [INFO][GAMC] gmac index : 1 [2024-05-23 14:16:13.469] [ 3.427848] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:16:13.471] [ 3.433061] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:16:13.495] [ 3.439668] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:13.495] [ 3.444110] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:16:13.495] [ 3.449775] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:16:13.495] [ 3.453342] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:16:13.508] [ 3.460522] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:16:13.508] [ 3.462701] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:16:13.528] [ 3.463897] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:13.542] [ 3.463909] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:16:13.542] [ 3.463916] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:16:13.542] [ 3.463928] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:13.543] [ 3.463940] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:16:13.543] [ 3.465589] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:16:13.566] [ 3.474919] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:16:13.568] [ 3.474929] usbhid: USB HID core driver [2024-05-23 14:16:13.568] [ 3.475293] optee: probing for conduit = method from DT. [2024-05-23 14:16:13.568] [ 3.475318] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:16:13.568] [ 3.477093] optee: initialized driver [2024-05-23 14:16:13.568] [ 3.478784] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:16:13.592] [ 3.478799] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:16:13.592] [ 3.478807] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:16:13.592] [ 3.478814] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:16:13.592] [ 3.478821] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:16:13.606] [ 3.478828] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:16:13.609] [ 3.478836] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:16:13.609] [ 3.478843] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:16:13.634] [ 3.480392] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:16:13.634] [ 3.480399] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:16:13.634] [ 3.487610] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:16:13.634] [ 3.507206] NET: Registered protocol family = 17 [2024-05-23 14:16:13.648] [ 3.507646] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:16:13.662] [ 3.512432] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:16:13.674] [ 3.625349] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:16:13.677] [ 3.630796] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:16:13.677] [ 3.637515] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:16:13.702] [ 3.644804] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:16:13.702] [ 3.662851] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:16:13.719] [ 3.670784] GPT:15269887 !=3D 15273599 [2024-05-23 14:16:13.719] [ 3.674467] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:16:13.719] [ 3.678336] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:13.734] [ 3.678479] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:16:13.734] [ 3.680171] ALSA device list: [2024-05-23 14:16:13.734] [ 3.680179] No soundcards found. [2024-05-23 14:16:13.749] [ 3.701219] GPT:15269887 !=3D 15273599 [2024-05-23 14:16:13.749] [ 3.701255] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:16:13.749] [ 3.701385] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:16:13.766] [ 3.727600] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:16:13.791] [ 3.749042] Freeing unused kernel memory: = 4160K [2024-05-23 14:16:13.794] Mounting devtmpfs [2024-05-23 14:16:13.808] [ 3.764273] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:16:13.810] Mounting procfs [2024-05-23 14:16:13.830] Mounting sysfs [2024-05-23 14:16:13.834] [ 3.783947] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:16:13.858] [ 3.812826] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:16:13.895] [ 3.858307] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:16:13.904] [ 3.868070] mount (98) used greatest stack = depth: 11248 bytes left [2024-05-23 14:16:14.159] [ 4.122290] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:16:14.260] [ 4.222142] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:16:14.292] [ 4.249402] systemd[1]: Detected = architecture arm64. [2024-05-23 14:16:14.331]=20 [2024-05-23 14:16:14.340] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:16:14.342]=20 [2024-05-23 14:16:14.359] [ 4.312240] systemd[1]: Set hostname to = . [2024-05-23 14:16:14.361] [ 4.323568] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:16:14.375] [ 4.333241] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:16:14.613] [ 4.576322] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:16:14.641] [ 4.593423] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:16:14.672] [ 4.634926] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:16:14.687] [ 4.647033] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:16:14.873] [ 4.835701] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:16:14.946] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:16:14.970] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:16:14.993] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:16:15.010] [ OK ] Created slice User and Session Slice. [2024-05-23 14:16:15.026] [ OK ] Listening on Syslog Socket. [2024-05-23 14:16:15.036] [ OK ] Reached target Remote File Systems. [2024-05-23 14:16:15.052] [ OK ] Reached target Paths. [2024-05-23 14:16:15.067] [ OK ] Reached target Slices. [2024-05-23 14:16:15.095] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:16:15.109] [ OK ] Reached target Swap. [2024-05-23 14:16:15.127] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:16:15.144] [ OK ] Listening on udev Control Socket. [2024-05-23 14:16:15.159] [ OK ] Listening on Journal Socket. [2024-05-23 14:16:15.183] Mounting Configuration File System... [2024-05-23 14:16:15.215] Starting Journal Service... [2024-05-23 14:16:15.245] Mounting POSIX Message Queue File = System... [2024-05-23 14:16:15.276] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:16:15.309] Starting Apply Kernel Variables... [2024-05-23 14:16:15.351] Starting udev Coldplug all Devices... [2024-05-23 14:16:15.395] [ 5.357614] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:16:15.408] Mounting Huge Pages File System... [2024-05-23 14:16:15.455] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:16:15.477] [ OK ] Created slice system-getty.slice. [2024-05-23 14:16:15.516] Mounting FUSE Control File System... [2024-05-23 14:16:15.551] Starting mount data partition = service... [2024-05-23 14:16:15.593] Mounting Kernel Debug File System... [2024-05-23 14:16:15.633] [ OK ] Started Journal Service. [2024-05-23 14:16:15.657] [ 5.620058] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:15.668] [ OK ] Mounted Configuration File System. [2024-05-23 14:16:15.717] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:16:15.746] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:16:15.777] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:16:15.798] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:16:15.827] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:16:15.845] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:16:15.877] [ OK ] Started mount data partition service. [2024-05-23 14:16:15.894] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:16:15.950] Starting NS file System mount and = recovery.... [2024-05-23 14:16:15.977] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:16:15.995] Mounting /var/volatile... [2024-05-23 14:16:16.027] Mounting /tmp... [2024-05-23 14:16:16.044] [ OK ] Reached target Containers. [2024-05-23 14:16:16.077] Starting udev Kernel Device = Manager... [2024-05-23 14:16:16.083] [ 6.044951] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:16.115] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:16:16.183] [ 6.145114] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:16.288] [ OK ] [ 6.250572] EXT4-fs (mmcblk0p36): = mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:16.311] Started udev Kernel Device Manager. [2024-05-23 14:16:16.393] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:16:16.412] [ OK ] Mounted /var/volatile. [2024-05-23 14:16:16.429] [ OK ] Mounted /tmp. [2024-05-23 14:16:16.521] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:16:16.545] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:16:16.726] [ 6.688372] systemd-journald[112]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:16:16.744] Starting Bind mount volatile = /var/spool... [2024-05-23 14:16:16.776] Starting Bind mount volatile = /var/cache... [2024-05-23 14:16:16.806] Starting Bind mount volatile = /var/lib... [2024-05-23 14:16:16.853] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:16:16.957] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:16:17.038] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:16:17.065] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:16:17.100] Starting Load/Save Random Seed... [2024-05-23 14:16:17.129] [ OK ] Reached target Local File Systems. [2024-05-23 14:16:17.154] Starting AppArmor initialization... [2024-05-23 14:16:17.184] Starting netfilter persistent = configuration... [2024-05-23 14:16:17.216] Starting Create Volatile Files and = Directories... [2024-05-23 14:16:17.249] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:16:17.329] [ 7.291815] audit: type=3D1400 = audit(1550139121.164:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:16:17.367] [ 7.308260] audit: type=3D1400 = audit(1550139121.168:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:16:17.368] [ 7.325545] audit: type=3D1400 = audit(1550139121.168:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:16:17.383] [ 7.342308] audit: type=3D1400 = audit(1550139121.168:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:16:17.399] [ 7.359027] audit: type=3D1400 = audit(1550139121.168:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:16:17.415] [ 7.375878] audit: type=3D1400 = audit(1550139121.168:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:16:17.453] [ 7.392496] audit: type=3D1400 = audit(1550139121.168:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:16:17.479] [ OK ] Started AppArmor initialization. [2024-05-23 14:16:17.513] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:16:17.546] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:16:17.568] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:16:17.595] [ OK ] Reached target Network (Pre). [2024-05-23 14:16:17.623] Starting Network Service... [2024-05-23 14:16:17.667] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:16:17.695] [ OK ] Reached target System Initialization. [2024-05-23 14:16:17.712] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:16:17.728] [ OK ] Reached target Timers. [2024-05-23 14:16:17.745] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:16:17.762] [ OK ] Reached target Sockets. [2024-05-23 14:16:17.779] [ OK ] Reached target Basic System. [2024-05-23 14:16:17.808] [ OK ] Started NS VSync Process. [2024-05-23 14:16:17.845] Starting Login Service... [2024-05-23 14:16:17.863] [ 7.817527] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:16:17.894] [ 7.856477] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:16:17.900] [ 7.860451] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:16:17.917] [ 7.860507] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:16:17.917] [ 7.860727] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:16:17.951] [ OK ] Started System Logging Service. [2024-05-23 14:16:17.995] [ 7.945145] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:18.003] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:16:18.034] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:16:18.076] [ OK ] Started NS System Management Process. [2024-05-23 14:16:18.096] Starting NS Inter Domain Comm = Process... [2024-05-23 14:16:18.124] Start /usr/bin/sys-fail-mon [2024-05-23 14:16:18.126] [ 8.087941] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:18.144] [ OK ] Started Kernel Logging Service.[ = 8.106105] [INFO][GMAC] MDIO bus priv->pbl 8=20 [2024-05-23 14:16:18.166]=20 [2024-05-23 14:16:18.187] [ 8.110554] [INFO][GMAC]=20 [2024-05-23 14:16:18.188] [ 8.131538] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:18.201] [ 8.131567] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:16:18.216] [ 8.138031] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:18.230] [ 8.138044] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:18.230] [ 8.158562] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:18.245] [ 8.160457] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:18.245] [ 8.160507] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:16:18.260] [ 8.163526] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:18.274] [ 8.163540] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:18.284] [ 8.164877] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:18.287] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:16:18.342] [ 8.305200] libphy: tcc-gmac-mdio: probed [2024-05-23 14:16:18.347] [ 8.309286] [INFO][GMAC] registered! [2024-05-23 14:16:18.363] [ 8.309294] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:16:18.363] [ 8.309302] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:16:18.378] Starting Load Kernel Modules... [2024-05-23 14:16:18.402] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:16:18.408] [ OK ] Started Network Service. [2024-05-23 14:16:18.408] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:16:18.425] [ 8.376527] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:16:18.425] [ 8.384636] Disabling lock debugging due to = kernel taint [2024-05-23 14:16:18.443] [ 8.403262] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:16:18.454] [ 8.415034] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:16:18.468] [ 8.415034] -- MASTER Configuration. [2024-05-23 14:16:18.481] [ 8.415034] -- Local Receiver Status Not = OK. [2024-05-23 14:16:18.483] [ 8.415034] -- Remote Receiver Status Not = OK. [2024-05-23 14:16:18.483] parents, child is 314 [2024-05-23 14:16:18.483] [IDC]Start[ 8.438242] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:16:18.507] . [2024-05-23 14:16:18.509] [[IDC]Idc driver opened. ret=3D3 [2024-05-23 14:16:18.509] OK [ 8.441743] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:16:18.509] ] Started Cluster Frame[ 8.460588] = [INFO][GMAC] --] tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:16:18.509] work. [2024-05-23 14:16:18.509] [IDC](A7)ConnectReq 0 [2024-05-23 14:16:18.528] [IDC](A[ 8.460859] BUG: sleeping function = called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:18.543] 7)do_connect 0 [2024-05-23 14:16:18.543] [IDC](A7)Session s[ 8.460862] in_atomic(): = 1, irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:16:18.563] tatus 0 -> 1 [2024-05-23 14:16:18.563] [IDC](A7)Tx start session req 1 [2024-05-23 14:16:18.563] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:16:18.563] [I[ 8.460864] INFO: lockdep is turned off. [2024-05-23 14:16:18.563] DC](R5)ConnectReq 0 [2024-05-23 14:16:18.563] [IDC](R5)do_[ 8.460866] irq event stamp: = 73468 [2024-05-23 14:16:18.582] connect 0 [2024-05-23 14:16:18.582] [IDC](R5)Session statu[ 8.460881] hardirqs = last enabled at (73467): [<00000000688e301f>] = _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:18.582] s 0 -> 1 [2024-05-23 14:16:18.582] [IDC](R5)do_entry_star[ 8.460886] hardirqs = last disabled at (73468): [<0000000030f78bc9>] __schedule+0xc8/0x730 [2024-05-23 14:16:18.615] treq 1 [2024-05-23 14:16:18.615] [IDC](R5)do_periodic_start[ 8.460894] = softirqs last enabled at (0): [<000000006d96a9e5>] = copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:18.615] req 1. [2024-05-23 14:16:18.615] [IDC](R5)Session status [ 8.460896] = softirqs last disabled at (0): [< (null)>] (null) [2024-05-23 14:16:18.618] 1 -> 2 [2024-05-23 14:16:18.618] [IDC](A7)Session status [ 8.460898] = Preemption disabled at: [2024-05-23 14:16:18.618] 2 -> 3 [2024-05-23 14:16:18.618] [IDC](A7)Session connect[ 8.460905] = [<000000009e239147>] __setup_irq+0x100/0x7f8 [2024-05-23 14:16:18.618] ed. [2024-05-23 14:16:18.618] [IDC]TimerStartReq 2 R5:1.0[ 8.460912] CPU: = 0 PID: 260 Comm: systemd-network Tainted: P W O 4.14.202-tcc = #1 [2024-05-23 14:16:18.639]=20 [2024-05-23 14:16:18.639] [IDC](R5)Rx TIMER_START_REQ R5[ 8.460914] = Hardware name: Telechips TCC8031 Evaluation Board (DT) [2024-05-23 14:16:18.641] :1.000] 2 [2024-05-23 14:16:18.641] [IDC](R5)Session conn[ 8.460917] Call = trace: [2024-05-23 14:16:18.641] ected.2 [2024-05-23 14:16:18.641] [IDC](R5)Session status[ 8.460921] = dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:18.641] 2 -> 3 [2024-05-23 14:16:18.641] [ 8.460925] show_stack+0x14/0x20 [2024-05-23 14:16:18.665] [ 8.460929] dump_stack+0xb8/0xf0 [2024-05-23 14:16:18.665] [ 8.460933] ___might_sleep+0x178/0x210 [2024-05-23 14:16:18.665] [ 8.460936] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:18.665] [ 8.460942] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:18.665] [ 8.460946] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:18.665] [ 8.460952] gic_set_type+0x84/0x98 [2024-05-23 14:16:18.667] [ 8.460955] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:18.692] [ 8.460959] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:18.692] [ 8.460962] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:18.692] [ 8.460968] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:16:18.692] [ 8.460973] __dev_open+0x100/0x150 [2024-05-23 14:16:18.692] [ 8.460976] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:16:18.692] [ 8.460979] dev_change_flags+0x20/0x60 [2024-05-23 14:16:18.706] [ 8.460983] do_setlink+0x3ec/0xc30 [2024-05-23 14:16:18.708] [ 8.460986] rtnl_setlink+0xcc/0x128 [2024-05-23 14:16:18.708] [ 8.460989] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:16:18.708] [ 8.460993] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:16:18.730] [ 8.460996] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:16:18.730] [ 8.460998] netlink_unicast+0x180/0x1f8 [2024-05-23 14:16:18.730] [ 8.461001] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:16:18.730] [ 8.461006] sock_sendmsg+0x3c/0x58 [2024-05-23 14:16:18.730] [ 8.461010] SyS_sendto+0xd0/0x140 [2024-05-23 14:16:18.730] [ 8.461013] el0_svc_naked+0x34/0x38 [2024-05-23 14:16:18.744] [ 8.461151] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:16:18.747] [ 8.470212] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:16:18.771] [ 8.470217] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:16:18.783] [ 8.470223] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:16:18.783] [ 8.470223] =20 [2024-05-23 14:16:18.783] [ 8.470603] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:16:18.783] [ 8.471112] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:16:18.783] [ 8.471116] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:16:18.796] [ 8.471121] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:16:18.796] [ 8.471121] =20 [2024-05-23 14:16:18.796] [ 8.471402] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:16:18.798] [ 8.471417] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:16:18.798] [ 8.471421] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:16:18.798] [ 8.471425] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:16:18.823] [ 8.471433] [INFO][GMAC] --] phy_start: : [2024-05-23 14:16:18.823] [ 8.471487] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:16:18.823] [ 8.556159] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:16:18.823] [ 8.578461] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:18.823] [ 8.606689] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:16:18.840] [ 8.609387] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:16:18.850] [ 8.617432] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:16:18.850] [ 8.618126] Done!! [2024-05-23 14:16:18.850] [ 8.687141] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:18.850] [ 8.694219] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:18.862] [ 8.710721] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:16:18.862] [ 8.716783] Done!! [2024-05-23 14:16:18.863] [ 8.794407] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:18.863] [ 8.804957] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:16:18.887] [ 8.807837] Done!! [2024-05-23 14:16:18.888] [ OK ] Started HUD Framework. [2024-05-23 14:16:18.888] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:16:18.888] [ OK ] Started Nvm Process. [2024-05-23 14:16:18.911] [ OK ] Started NS hsm control application. [2024-05-23 14:16:18.917] [ OK ] Started Diagnosis Framework. [2024-05-23 14:16:18.940] [ OK ] Started NS Software Update. [2024-05-23 14:16:18.960] [ 8.913267] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:18.995] [ OK ] Started NS Secondary Verify. [2024-05-23 14:16:19.013] [ OK ] Started Diagnosis Transport. [2024-05-23 14:16:19.015] [ OK ] Reached target Network. [2024-05-23 14:16:19.030] Starting Permit User Sessions... [2024-05-23 14:16:19.047] Starting udev Coldplug all Devices... [2024-05-23 14:16:19.063] Starting Wait for Network to be = Configured... [2024-05-23 14:16:19.080] [ 9.032750] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:19.176] [ OK ] Started Load Kernel Modules. [2024-05-23 14:16:19.203] [ 9.148998] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:19.205] [ OK ] Started Login Service. [2024-05-23 14:16:19.231] [ OK ] Started Permit User Sessions. [2024-05-23 14:16:19.252] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:16:19.255] [ OK ] Started Getty on tty1. [2024-05-23 14:16:19.269] [ OK ] Reached target Login Prompts. [2024-05-23 14:16:19.269] [ OK ] Reached target Multi-User System. [2024-05-23 14:16:19.296] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:16:19.297] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:16:19.309] [ 9.271812] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:19.365] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:16:19.419] [ 9.382476] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:19.450] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:16:19.534] [ 9.494469] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:19.650] [ 9.607014] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:19.808] [ 9.770162] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:19.832] [ 9.778564] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:19.853] [ 9.810384] sched: RT throttling activated [2024-05-23 14:16:20.753] [ 10.709451] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:20.760] [ 10.709458] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:21.371] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:16:25.783]=20 [2024-05-23 14:16:25.784] telechips-nsp1-release login:=20 [2024-05-23 14:16:28.393]=20 [2024-05-23 14:16:28.393] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:16:28.410]=20 [2024-05-23 14:16:28.410] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:16:28.410] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:16:28.410] DRAM: 2 GiB [2024-05-23 14:16:28.435] MMC: sdhc@0x16440000: 0 [2024-05-23 14:16:28.722]=20 [2024-05-23 14:16:28.723] HW Partition tyep is UserData [2024-05-23 14:16:28.745] In: serial [2024-05-23 14:16:28.745] Out: serial [2024-05-23 14:16:28.745] Err: serial [2024-05-23 14:16:28.799] Boot in the UserData environment(0) [2024-05-23 14:16:28.803] Non-secure boot (secure boot flag is clear) [2024-05-23 14:16:28.819] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:16:28.819] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:16:28.819] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:16:28.821] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:16:28.850] Booting using the fdt blob at 0x23000000 [2024-05-23 14:16:28.850] Loading Kernel Image [2024-05-23 14:16:28.850] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:16:28.850] OPTEE is enabled [2024-05-23 14:16:28.852]=20 [2024-05-23 14:16:28.852] Starting kernel ... [2024-05-23 14:16:28.852]=20 [2024-05-23 14:16:29.781] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:16:29.789] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:16:29.805] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:16:29.805] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:16:29.820] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:16:29.820] [ 0.000000] efi: UEFI not found. [2024-05-23 14:16:29.820] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:16:29.835] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:16:29.835] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:16:29.852] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:16:29.852] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:16:29.867] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:16:29.867] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:16:29.882] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:16:29.882] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:16:29.897] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:16:29.899] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:16:29.924] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:16:29.924] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:16:29.924] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:16:29.940] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:16:29.940] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:16:29.956] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:16:29.956] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:16:29.971] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:16:29.971] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:16:29.985] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:16:29.985] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:16:30.001] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:16:30.001] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:16:30.015] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:16:30.015] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:16:30.017] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:16:30.031] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:16:30.031] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:16:30.031] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:16:30.048] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:16:30.048] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:16:30.061] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:16:30.062] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:16:30.062] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:16:30.088] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:16:30.103] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:16:30.103] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:16:30.117] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:16:30.120] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:16:30.144] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:16:30.167] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:16:30.167] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:16:30.167] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:16:30.169] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:16:30.169] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:16:30.169] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:16:30.193] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:16:30.193] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:16:30.193] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:16:30.206] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:16:30.208] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:16:30.233] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:16:30.233] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:16:30.233] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:16:30.235] [ 0.000000] Running RCU self tests [2024-05-23 14:16:30.247] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:16:30.247] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:16:30.247] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:16:30.265] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:16:30.267] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:16:30.267] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:16:30.291] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:16:30.304] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:16:30.304] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:16:30.304] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:16:30.304] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:16:30.306] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:16:30.332] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:16:30.332] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:16:30.332] [ 0.001471] Console: colour dummy device = 80x25 [2024-05-23 14:16:30.332] [ 0.001709] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:16:30.342] [ 0.001712] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:16:30.345] [ 0.001715] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:16:30.345] [ 0.001717] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:16:30.369] [ 0.001720] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:16:30.372] [ 0.001723] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:16:30.372] [ 0.001725] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:16:30.372] [ 0.001728] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:16:30.372] [ 0.001731] memory used by lock dependency = info: 7903 kB [2024-05-23 14:16:30.372] [ 0.001733] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:16:30.395] [ 0.001773] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:16:30.395] [ 0.001781] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:16:30.395] [ 0.002279] Security Framework initialized [2024-05-23 14:16:30.395] [ 0.002405] AppArmor: AppArmor initialized [2024-05-23 14:16:30.409] [ 0.002650] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:16:30.409] [ 0.002674] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:16:30.423] [ 0.019950] ASID allocator initialised with = 32768 entries [2024-05-23 14:16:30.436] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:16:30.436] [ 0.062270] EFI services will not be = available. [2024-05-23 14:16:30.437] [ 0.076119] smp: Bringing up secondary CPUs = ... [2024-05-23 14:16:30.437] [ 0.120746] Detected VIPT I-cache on CPU1 [2024-05-23 14:16:30.437] [ 0.120822] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:16:30.458] [ 0.164991] Detected VIPT I-cache on CPU2 [2024-05-23 14:16:30.461] [ 0.165048] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:16:30.461] [ 0.209273] Detected VIPT I-cache on CPU3 [2024-05-23 14:16:30.461] [ 0.209325] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:16:30.461] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:16:30.484] [ 0.209743] SMP: Total of 4 processors = activated. [2024-05-23 14:16:30.496] [ 0.209759] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:16:30.496] [ 0.209778] CPU: All CPU(s) started at EL2 [2024-05-23 14:16:30.496] [ 0.209958] alternatives: patching kernel = code [2024-05-23 14:16:30.496] [ 0.210511] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:16:30.496] [ 0.213115] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:16:30.499] [ 0.213721] devtmpfs: initialized [2024-05-23 14:16:30.499] [ 0.402691] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:16:30.523] [ 0.402960] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:16:30.523] [ 0.411745] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:16:30.523] [ 0.412651] chipinfo: TCC8030 Rev02 [2024-05-23 14:16:30.523] [ 0.412666] chipinfo: SiP Service v0.1.56 [2024-05-23 14:16:30.523] [ 0.417945] NET: Registered protocol family = 16 [2024-05-23 14:16:30.537] [ 0.421764] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:16:30.549] [ 0.423840] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:16:30.549] [ 0.425414] cpuidle: using governor menu [2024-05-23 14:16:30.563] [ 0.425653] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:16:30.563] [ 0.439835] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:16:30.589] [ 0.440325] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:16:30.589] [ 0.440371] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:16:30.591] [ 0.440415] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:16:30.591] [ 0.440459] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:16:30.591] [ 0.440502] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:16:30.591] [ 0.440546] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:16:30.591] [ 0.440589] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:16:30.591] [ 0.440633] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:16:30.613] [ 0.440676] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:16:30.613] [ 0.440719] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:16:30.613] [ 0.440763] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:16:30.613] [ 0.440807] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:16:30.613] [ 0.440850] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:16:30.635] [ 0.440894] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:16:30.635] [ 0.440937] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:16:30.635] [ 0.440995] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:16:30.635] [ 0.441038] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:16:30.641] [ 0.441082] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:16:30.664] [ 0.441440] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:16:30.666] [ 0.441484] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:16:30.666] [ 0.441527] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:16:30.666] [ 0.441571] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:16:30.666] [ 0.441614] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:16:30.689] [ 0.441657] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:16:30.702] [ 0.441700] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:16:30.702] [ 0.441744] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:16:30.702] [ 0.441787] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:16:30.702] [ 0.441831] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:16:30.704] [ 0.441874] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:16:30.704] [ 0.442011] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:16:30.704] [ 0.442245] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:16:30.732] [ 0.442304] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:16:30.732] [ 0.442349] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:16:30.732] [ 0.442392] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:16:30.732] [ 0.442435] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:16:30.734] [ 0.442479] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:16:30.756] [ 0.442522] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:16:30.760] [ 0.442720] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:16:30.760] [ 0.442763] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:16:30.760] [ 0.442807] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:16:30.760] [ 0.442849] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:16:30.782] [ 0.442893] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:16:30.784] [ 0.442936] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:16:30.784] [ 0.442979] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:16:30.784] [ 0.443022] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:16:30.784] [ 0.443066] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:16:30.784] [ 0.443109] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:16:30.808] [ 0.443164] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:16:30.808] [ 0.443208] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:16:30.808] [ 0.443251] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:16:30.808] [ 0.443294] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:16:30.810] [ 0.443836] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:16:30.835] [ 0.443880] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:16:30.835] [ 0.444049] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:16:30.835] [ 0.444218] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:16:30.835] [ 0.444403] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:16:30.837] [ 0.444571] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:16:30.860] [ 0.444739] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:16:30.860] [ 0.444783] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:16:30.860] [ 0.444826] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:16:30.860] [ 0.444991] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:16:30.860] [ 0.445155] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:16:30.875] [ 0.445322] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:16:30.875] [ 0.445365] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:16:30.892] [ 0.445409] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:16:30.894] [ 0.445452] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:16:30.894] [ 0.445495] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:16:30.894] [ 0.445666] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:16:30.920] [ 0.445709] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:16:30.920] [ 0.445911] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:16:30.920] [ 0.445925] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:16:30.920] [ 0.528321] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:16:30.922] [ 0.528410] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:16:30.946] [ 1.675204] console [ttyAMA0] enabled [2024-05-23 14:16:30.946] [ 1.682828] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:16:30.964] [ 1.711669] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:16:30.976] [ 1.721962] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:16:30.989] [ 1.732579] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:16:31.007] [ 1.742835] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:16:31.094] [ 1.842537] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:16:31.111] [ 1.858776] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:16:31.125] [ 1.865716] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:16:31.147] [ 1.872667] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:16:31.152] [ 1.879037] Linux video capture interface: = v2.00 [2024-05-23 14:16:31.152] [ 1.884956] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:31.155] [ 1.884960] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:16:31.183] [ 1.884965] 6 locks held by swapper/0/1: [2024-05-23 14:16:31.183] [ 1.884968] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:16:31.183] [ 1.884994] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:16:31.183] [ 1.885009] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:31.199] [ 1.885028] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:31.199] [ 1.885042] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:31.214] [ 1.885058] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:31.215] [ 1.885077] irq event stamp: 287972 [2024-05-23 14:16:31.228] [ 1.885083] hardirqs last enabled at = (287971): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:31.241] [ 1.885088] hardirqs last disabled at = (287972): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:31.243] [ 1.885095] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:31.269] [ 1.885099] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:31.269] [ 1.885101] Preemption disabled at: [2024-05-23 14:16:31.269] [ 1.885107] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:31.269] [ 1.885116] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:16:31.269] [ 1.885119] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:31.282] [ 1.885123] Call trace: [2024-05-23 14:16:31.282] [ 1.885129] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:31.282] [ 1.885133] show_stack+0x14/0x20 [2024-05-23 14:16:31.288] [ 1.885139] dump_stack+0xb8/0xf0 [2024-05-23 14:16:31.312] [ 1.885144] ___might_sleep+0x178/0x210 [2024-05-23 14:16:31.324] [ 1.885148] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:31.324] [ 1.885153] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:31.324] [ 1.885158] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:31.324] [ 1.885166] gic_set_type+0x84/0x98 [2024-05-23 14:16:31.324] [ 1.885171] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:31.324] [ 1.885175] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:31.326] [ 1.885180] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:31.326] [ 1.885186] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:16:31.326] [ 1.885192] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:16:31.359] [ 1.885196] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:31.359] [ 1.885202] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:31.359] [ 1.885206] __driver_attach+0xfc/0x118 [2024-05-23 14:16:31.359] [ 1.885211] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:31.359] [ 1.885216] driver_attach+0x20/0x28 [2024-05-23 14:16:31.369] [ 1.885221] bus_add_driver+0x220/0x268 [2024-05-23 14:16:31.369] [ 1.885226] driver_register+0x60/0xf8 [2024-05-23 14:16:31.369] [ 1.885230] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:31.369] [ 1.885237] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:16:31.371] [ 1.885241] do_one_initcall+0x50/0x15c [2024-05-23 14:16:31.371] [ 1.885249] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:16:31.394] [ 1.885255] kernel_init+0x10/0x100 [2024-05-23 14:16:31.394] [ 1.885259] ret_from_fork+0x10/0x18 [2024-05-23 14:16:31.394] [ 1.891117] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:16:31.394] [ 2.138390] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:16:31.415] [ 2.151910] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:16:31.415] [ 2.158931] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:16:31.430] [ 2.163533] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:16:31.443] [ 2.168336] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:16:31.443] [ 2.173184] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:16:31.443] [ 2.177739] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:16:31.483] [ 2.231416] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:16:31.509] [ 2.243807] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:31.514] [ 2.261870] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:31.531] [ 2.277419] NET: Registered protocol family = 2 [2024-05-23 14:16:31.545] [ 2.284929] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:16:31.546] [ 2.292547] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:16:31.572] [ 2.303736] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:16:31.572] [ 2.311145] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:16:31.572] [ 2.317912] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:16:31.588] [ 2.326020] NET: Registered protocol family = 1 [2024-05-23 14:16:31.686] [ 2.433978] audit: initializing netlink = subsys (disabled) [2024-05-23 14:16:31.693] [ 2.440527] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:16:31.708] [ 2.441066] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:16:31.776] [ 2.523311] fuse init (API version 7.26) [2024-05-23 14:16:31.796] [ 2.541509] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:16:31.804] [ 2.552053] io scheduler noop registered = (default) [2024-05-23 14:16:31.817] [ 2.556897] io scheduler mq-deadline = registered [2024-05-23 14:16:31.817] [ 2.561459] io scheduler kyber registered [2024-05-23 14:16:31.842] [ 2.571976] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:31.843] [ 2.578830] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:31.843] [ 2.585042] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:16:31.845] [ 2.592645] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:31.907] [ 2.655459] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:31.926] [ 2.663188] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:31.928] [ 2.668194] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:16:31.928] [ 2.673622] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:31.949] [ 2.674283] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:31.949] [ 2.685038] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:31.949] [ 2.691247] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:16:31.963] [ 2.698795] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:31.979] [ 2.722738] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:31.995] [ 2.729545] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:31.995] [ 2.734215] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:16:31.995] [ 2.739641] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:32.009] [ 2.740207] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:32.010] [ 2.750960] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:32.010] [ 2.757168] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:16:32.039] [ 2.764783] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:32.083] [ 2.830822] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:32.090] [ 2.837703] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:32.104] [ 2.842338] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:16:32.120] [ 2.847895] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:32.121] [ 2.857766] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:16:32.121] [ 2.867412] [INF][WDMA] tcc_wdma_init [2024-05-23 14:16:32.156] [ 2.872316] TCC WDMA Driver Initializing [2024-05-23 14:16:32.156] [ 2.879622] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:16:32.158] [ 2.885909] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:16:32.158] [ 2.896445] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:32.180] [ 2.909077] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:16:32.180] [ 2.918547] [CPU_ID] probe is done [2024-05-23 14:16:32.180] [ 2.922438] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:16:32.181] [ 2.929076] [DRAM_TOOL] probe is done [2024-05-23 14:16:32.193] [ 2.936316] MALI-G51 : r30p0-01eac0 [2024-05-23 14:16:32.193] [ 2.939844] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:16:32.209] [ 2.949783] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:32.223] [ 2.949788] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:16:32.223] [ 2.949793] 6 locks held by swapper/0/1: [2024-05-23 14:16:32.223] [ 2.949796] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:16:32.239] [ 2.949823] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:16:32.241] [ 2.949838] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:32.266] [ 2.949857] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:32.266] [ 2.949872] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:32.268] [ 2.949889] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:32.294] [ 2.949907] irq event stamp: 453664 [2024-05-23 14:16:32.294] [ 2.949913] hardirqs last enabled at = (453663): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:32.294] [ 2.949918] hardirqs last disabled at = (453664): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:32.307] [ 2.949926] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:32.321] [ 2.949929] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:32.324] [ 2.949932] Preemption disabled at: [2024-05-23 14:16:32.324] [ 2.949937] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:32.324] [ 2.949947] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:16:32.352] [ 2.949950] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:32.352] [ 2.949954] Call trace: [2024-05-23 14:16:32.352] [ 2.949960] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:32.352] [ 2.949965] show_stack+0x14/0x20 [2024-05-23 14:16:32.352] [ 2.949971] dump_stack+0xb8/0xf0 [2024-05-23 14:16:32.352] [ 2.949976] ___might_sleep+0x178/0x210 [2024-05-23 14:16:32.354] [ 2.949980] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:32.378] [ 2.949985] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:32.378] [ 2.949991] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:32.378] [ 2.949998] gic_set_type+0x84/0x98 [2024-05-23 14:16:32.378] [ 2.950003] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:32.378] [ 2.950008] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:32.378] [ 2.950012] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:32.395] [ 2.950019] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:16:32.395] [ 2.950025] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:16:32.395] [ 2.950029] kbase_device_init+0x78/0xf8 [2024-05-23 14:16:32.395] [ 2.950036] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:16:32.410] [ 2.950041] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:32.423] [ 2.950046] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:32.423] [ 2.950051] __driver_attach+0xfc/0x118 [2024-05-23 14:16:32.423] [ 2.950056] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:32.436] [ 2.950061] driver_attach+0x20/0x28 [2024-05-23 14:16:32.436] [ 2.950065] bus_add_driver+0x220/0x268 [2024-05-23 14:16:32.436] [ 2.950070] driver_register+0x60/0xf8 [2024-05-23 14:16:32.438] [ 2.950075] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:32.438] [ 2.950083] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:16:32.438] [ 2.950087] do_one_initcall+0x50/0x15c [2024-05-23 14:16:32.462] [ 2.950095] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:16:32.462] [ 2.950101] kernel_init+0x10/0x100 [2024-05-23 14:16:32.462] [ 2.950105] ret_from_fork+0x10/0x18 [2024-05-23 14:16:32.462] [ 2.952015] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:16:32.462] [ 3.206943] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:16:32.474] [ 3.213735] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:16:32.487] [ 3.227710] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:16:32.488] [ 3.234909] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:16:32.503] [ 3.247266] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:16:32.521] [ 3.253484] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:16:32.521] [ 3.257866] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:16:32.521] [ 3.265397] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:16:32.567] [ 3.314741] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:16:32.577] [ 3.322825] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:16:32.593] [ 3.331611] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:16:32.598] [ 3.345926] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:16:32.612] [ 3.351205] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:16:32.638] [ 3.362278] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:16:32.638] [ 3.371118] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:16:32.644] [ 3.391159] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:16:32.659] [ 3.403191] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:16:32.673] [ 3.404061] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:16:32.674] [ 3.410567] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:16:32.699] [ 3.412839] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:16:32.699] [ 3.413805] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:16:32.699] [ 3.415261] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:16:32.699] [ 3.446024] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:16:32.714] [ 3.449433] libphy: Fixed MDIO Bus: probed [2024-05-23 14:16:32.714] [ 3.450268] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:16:32.727] [ 3.459169] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:16:32.729] [ 3.459241] [INFO][GAMC] gmac index : 1 [2024-05-23 14:16:32.729] [ 3.459791] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:16:32.729] [ 3.459800] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:16:32.756] [ 3.461154] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:32.756] [ 3.461168] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:16:32.756] [ 3.465134] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:16:32.756] [ 3.473961] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:16:32.756] [ 3.475270] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:32.758] [ 3.475282] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:16:32.783] [ 3.475289] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:16:32.783] [ 3.475301] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:32.783] [ 3.475314] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:16:32.783] [ 3.476870] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:16:32.797] [ 3.485891] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:16:32.797] [ 3.485900] usbhid: USB HID core driver [2024-05-23 14:16:32.811] [ 3.486235] optee: probing for conduit = method from DT. [2024-05-23 14:16:32.813] [ 3.486259] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:16:32.813] [ 3.488223] optee: initialized driver [2024-05-23 14:16:32.813] [ 3.489820] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:16:32.838] [ 3.489835] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:16:32.838] [ 3.489843] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:16:32.838] [ 3.489851] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:16:32.838] [ 3.489858] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:16:32.839] [ 3.489865] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:16:32.863] [ 3.489873] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:16:32.863] [ 3.489880] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:16:32.863] [ 3.491774] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:16:32.865] [ 3.491783] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:16:32.892] [ 3.498996] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:16:32.892] [ 3.517407] NET: Registered protocol family = 17 [2024-05-23 14:16:32.892] [ 3.517862] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:16:32.895] [ 3.522603] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:16:32.922] [ 3.647269] GPT:15269887 !=3D 15273599 [2024-05-23 14:16:32.922] [ 3.650883] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:16:32.922] [ 3.656924] GPT:15269887 !=3D 15273599 [2024-05-23 14:16:32.922] [ 3.660531] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:16:32.922] [ 3.665822] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:16:32.941] [ 3.688531] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:32.955] [ 3.688577] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:16:32.980] [ 3.704756] ALSA device list: [2024-05-23 14:16:32.984] [ 3.707763] No soundcards found. [2024-05-23 14:16:32.984] [ 3.713729] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:16:32.988] [ 3.735095] Freeing unused kernel memory: = 4160K [2024-05-23 14:16:33.001] Mounting devtmpfs [2024-05-23 14:16:33.003] [ 3.749772] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:16:33.016] Mounting procfs [2024-05-23 14:16:33.016] Mounting sysfs [2024-05-23 14:16:33.022] [ 3.769118] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:16:33.036] [ 3.784102] cat (94) used greatest stack = depth: 12208 bytes left [2024-05-23 14:16:33.063] [ 3.800051] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:16:33.095] [ 3.842968] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:16:33.104] [ 3.851861] mount (97) used greatest stack = depth: 11312 bytes left [2024-05-23 14:16:33.357] [ 4.104095] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:16:33.453] [ 4.201318] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:16:33.482] [ 4.228577] systemd[1]: Detected = architecture arm64. [2024-05-23 14:16:33.526]=20 [2024-05-23 14:16:33.526] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:16:33.538]=20 [2024-05-23 14:16:33.544] [ 4.292104] systemd[1]: Set hostname to = . [2024-05-23 14:16:33.559] [ 4.303449] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:16:33.574] [ 4.312712] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:16:33.808] [ 4.555039] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:16:33.825] [ 4.572137] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:16:33.871] [ 4.615740] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:16:33.887] [ 4.627840] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:16:34.070] [ 4.816874] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:16:34.148] [ OK ] Created slice system-getty.slice. [2024-05-23 14:16:34.163] [ OK ] Reached target Paths. [2024-05-23 14:16:34.183] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:16:34.200] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:16:34.216] [ OK ] Reached target Remote File Systems. [2024-05-23 14:16:34.231] [ OK ] Listening on udev Control Socket. [2024-05-23 14:16:34.247] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:16:34.262] [ OK ] Created slice User and Session Slice. [2024-05-23 14:16:34.277] [ OK ] Reached target Slices. [2024-05-23 14:16:34.295] [ OK ] Listening on Syslog Socket. [2024-05-23 14:16:34.310] [ OK ] Reached target Swap. [2024-05-23 14:16:34.326] [ OK ] Listening on Journal Socket. [2024-05-23 14:16:34.362] Mounting Configuration File System... [2024-05-23 14:16:34.383] Starting mount data partition = service... [2024-05-23 14:16:34.417] Starting Apply Kernel Variables... [2024-05-23 14:16:34.446] Starting udev Coldplug all Devices... [2024-05-23 14:16:34.480] Mounting POSIX Message Queue File = System... [2024-05-23 14:16:34.513] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:16:34.542] [ 5.289345] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:34.553] Mounting FUSE Control File System... [2024-05-23 14:16:34.589] Mounting Kernel Debug File System... [2024-05-23 14:16:34.614] [ 5.356495] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:16:34.636] Mounting Huge Pages File System... [2024-05-23 14:16:34.670] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:16:34.697] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:16:34.712] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:16:34.743] Starting Journal Service... [2024-05-23 14:16:34.804] [ OK ] Mounted Configuration File System. [2024-05-23 14:16:34.833] [ OK ] Started mount data partition service. [2024-05-23 14:16:34.863] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:16:34.884] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:16:34.913] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:16:34.931] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:16:34.949] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:16:34.964] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:16:34.997] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:16:35.053] Starting udev Kernel Device = Manager... [2024-05-23 14:16:35.080] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:16:35.100] Mounting /var/volatile... [2024-05-23 14:16:35.112] [ OK ] Reached target Containers. [2024-05-23 14:16:35.148] Mounting /tmp... [2024-05-23 14:16:35.180] Starting NS file System mount and = recovery.... [2024-05-23 14:16:35.199] [ OK ] Started Journal Service. [2024-05-23 14:16:35.230] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:16:35.253] [ OK ] Mounted /var/volatile. [2024-05-23 14:16:35.280] [ OK ] Mounted /tmp. [2024-05-23 14:16:35.305] [ 6.052152] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:35.378] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:16:35.397] [ 6.136880] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:35.485] [ 6.232762] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:35.568] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:16:35.596] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:16:35.790] Starting Bind mount volatile = /var/spool... [2024-05-23 14:16:35.821] Starting Bind mount volatile = /var/lib... [2024-05-23 14:16:35.856] Starting Bind mount volatile = /var/cache... [2024-05-23 14:16:35.893] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:16:35.943] [ 6.690555] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:16:36.111] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:16:36.153] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:16:36.165] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:16:36.198] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:16:36.241] Starting Load/Save Random Seed... [2024-05-23 14:16:36.261] [ OK ] Reached target Local File Systems. [2024-05-23 14:16:36.290] Starting netfilter persistent = configuration... [2024-05-23 14:16:36.315] Starting Create Volatile Files and = Directories... [2024-05-23 14:16:36.348] Starting AppArmor initialization... [2024-05-23 14:16:36.383] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:16:36.537] [ 7.283888] audit: type=3D1400 = audit(1550139121.176:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:16:36.551] [ 7.298299] audit: type=3D1400 = audit(1550139121.176:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:16:36.574] [ 7.314239] audit: type=3D1400 = audit(1550139121.176:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:16:36.591] [ 7.330930] audit: type=3D1400 = audit(1550139121.176:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:16:36.606] [ 7.331003] audit: type=3D1400 = audit(1550139121.176:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:16:36.621] [ 7.331067] audit: type=3D1400 = audit(1550139121.176:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:16:36.636] [ 7.331129] audit: type=3D1400 = audit(1550139121.176:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:16:36.649] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:16:36.678] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:16:36.705] [ OK ] Started AppArmor initialization. [2024-05-23 14:16:36.740] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:16:36.766] [ OK ] Reached target Network (Pre). [2024-05-23 14:16:36.787] Starting Network Service... [2024-05-23 14:16:36.837] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:16:36.865] [ OK ] Reached target System Initialization. [2024-05-23 14:16:36.882] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:16:36.899] [ OK ] Reached target Sockets. [2024-05-23 14:16:36.914] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:16:36.932] [ OK ] Reached target Timers. [2024-05-23 14:16:36.949] [ OK ] Reached target Basic System. [2024-05-23 14:16:36.979] [ 7.725595] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:16:36.984] Starting Login Service... [2024-05-23 14:16:37.016] [ 7.758332] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:16:37.018] [ 7.765020] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:16:37.033] [ OK ] [ 7.771152] [INFO][GMAC] gmac_clk = : 125000000 [2024-05-23 14:16:37.033] Started OP-TEE Supplicant Service. [2024-05-23 14:16:37.073] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:16:37.116] [ OK ] Started NS VSync Process. [2024-05-23 14:16:37.161] [ OK ] Started Kernel Logging Service. [2024-05-23 14:16:37.190] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:16:37.216] [ 7.954314] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:16:37.254] [ 7.998838] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:37.257] [ 8.003264] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:16:37.271] [ OK ] Started NS System Management Process. [2024-05-23 14:16:37.279] Start /usr/bin/sys-fail-mon [2024-05-23 14:16:37.299] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:16:37.326] [ 8.003283] [INFO][GMAC]=20 [2024-05-23 14:16:37.326] [ 8.050026] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:37.329] Starting Load Kernel Modules... [2024-05-23 14:16:37.367] [ OK ] Started System Logging Service. [2024-05-23 14:16:37.399] [ 8.136343] libphy: tcc-gmac-mdio: probed [2024-05-23 14:16:37.417] [ 8.150131] [INFO][GMAC] registered! [2024-05-23 14:16:37.420] [ 8.155115] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:16:37.420] [ 8.160142] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:16:37.460] Starting NS Inter Domain Comm = Process... [2024-05-23 14:16:37.467] [ OK ] Started Network Service. [2024-05-23 14:16:37.496] [ 8.236838] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:37.498] [ 8.242574] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:16:37.512] [ 8.245504] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:16:37.512] [ 8.245685] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:16:37.528] [ 8.245685] -- MASTER Configuration. [2024-05-23 14:16:37.528] [ 8.245685] -- Local Receiver Status Not = OK. [2024-05-23 14:16:37.528] [ 8.245685] -- Remote Receiver Status Not = OK. [2024-05-23 14:16:37.542] [ 8.245726] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:16:37.543] [ 8.245733] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:16:37.543] [ 8.246676] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:37.569] [ 8.246681] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:16:37.569] [ 8.246686] 5 locks held by = systemd-network/260: [2024-05-23 14:16:37.569] [ 8.246689] #0: (rtnl_mutex){+.+.}, at: = [<000000006c8d2d3a>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:16:37.582] [ 8.246715] #1: = (&desc->request_mutex){+.+.}, at: [<00000000f57c5e07>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:37.586] [ 8.246735] #2: = (&irq_desc_lock_class){-...}, at: [<00000000a16a4e44>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:37.612] [ 8.246750] #3: (rcu_read_lock){....}, = at: [<0000000077a2b20a>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:37.612] [ 8.246766] #4: (&picinfo->lock){....}, = at: [<00000000ffe6e331>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:37.612] [ 8.246785] irq event stamp: 72562 [2024-05-23 14:16:37.612] [ 8.246790] hardirqs last enabled at = (72561): [<00000000b908d2d7>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:37.628] [ 8.246795] hardirqs last disabled at = (72562): [<000000005a237373>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:37.628] [ 8.246803] softirqs last enabled at (0): = [<0000000010f7af47>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:37.647] [ 8.246807] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:37.647] [ 8.246810] Preemption disabled at: [2024-05-23 14:16:37.649] [ 8.246815] [<00000000a16a4e44>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:37.674] [ 8.246825] CPU: 0 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:16:37.674] [ 8.246828] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:37.674] [ 8.246832] Call trace: [2024-05-23 14:16:37.674] [ 8.246838] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:37.687] [ 8.246842] show_stack+0x14/0x20 [2024-05-23 14:16:37.699] [ 8.246848] dump_stack+0xb8/0xf0 [2024-05-23 14:16:37.699] [ 8.246853] ___might_sleep+0x178/0x210 [2024-05-23 14:16:37.699] [ 8.246857] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:37.701] [ 8.246862] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:37.701] [ 8.246868] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:37.701] [ 8.246875] gic_set_type+0x84/0x98 [2024-05-23 14:16:37.701] [ 8.246880] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:37.724] [ 8.246885] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:37.724] [ 8.246890] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:37.724] [ 8.246897] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:16:37.724] [ 8.246902] __dev_open+0x100/0x150 [2024-05-23 14:16:37.724] [ 8.246906] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:16:37.724] [ 8.246911] dev_change_flags+0x20/0x60 [2024-05-23 14:16:37.739] [ 8.246915] do_setlink+0x3ec/0xc30 [2024-05-23 14:16:37.739] [ 8.246919] rtnl_setlink+0xcc/0x128 [2024-05-23 14:16:37.739] [ 8.246923] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:16:37.741] [ 8.246928] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:16:37.761] [ 8.246932] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:16:37.761] [ 8.246936] netlink_unicast+0x180/0x1f8 [2024-05-23 14:16:37.761] [ 8.246940] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:16:37.761] [ 8.246947] sock_sendmsg+0x3c/0x58 [2024-05-23 14:16:37.761] [ 8.246952] SyS_sendto+0xd0/0x140 [2024-05-23 14:16:37.761] [ 8.246957] el0_svc_naked+0x34/0x38 [2024-05-23 14:16:37.778] [ 8.247570] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:16:37.780] [ 8.280923] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:16:37.780] [ 8.280934] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:16:37.804] [ 8.280942] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:16:37.804] [ 8.280942] =20 [2024-05-23 14:16:37.804] [ 8.281264] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:16:37.804] [ 8.287662] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:16:37.804] [ 8.287673] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:16:37.817] [ 8.287681] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:16:37.819] [ 8.287681] =20 [2024-05-23 14:16:37.819] [ 8.287820] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:16:37.819] [ 8.287838] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:16:37.842] [ 8.287845] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:16:37.842] [ 8.287852] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:16:37.842] [ 8.287862] [INFO][GMAC] --] phy_start: : [2024-05-23 14:16:37.842] [ 8.288683] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:16:37.844] [ 8.394467] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:37.858] [ 8.502467] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:37.858] Starting Wait for Network to be = Configured... [2024-05-23 14:16:37.858] [ OK 8.603142] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:37.874] m] Reached target Netwo[ 8.610615] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:16:37.889] rk. [2024-05-23 14:16:37.889] [ 8.625048] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:37.889] [ 8.625654] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:16:37.910] [ 8.625663] Disabling lock debugging due to = kernel taint [2024-05-23 14:16:37.910] [ 8.646155] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:37.912] [ 8.658813] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:37.937] [ 8.664521] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:16:37.937] Starting udev C[ 8.674122] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:16:37.949] oldplug all Devices... [2024-05-23 14:16:37.951] [ 8.684506] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:37.951] [ 8.685664] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:37.976] Starting Permit User Sessions... [2024-05-23 14:16:37.976] [ 8.718457] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:37.978] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:16:37.994] [ OK ] Started Permit User Sessions. [2024-05-23 14:16:38.006] [ OK ] Started Getty on tty1. [2024-05-23 14:16:38.008] [ 8.752299] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:16:38.024] parents, child is 319 [2024-05-23 14:16:38.024] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:16:38.045] [ OK ] Reached target Login Prompts. [2024-05-23 14:16:38.047] [IDC]Start. [2024-05-23 14:16:38.047] [ 8.774907] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:16:38.047] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:16:38.047] [ 8.777640] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:16:38.047] [ 8.778299] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:16:38.073] [IDC](A7)ConnectReq 0 [2024-05-23 14:16:38.073] [IDC](A7)do_connect 0 [2024-05-23 14:16:38.073] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:16:38.073] [IDC](A7)Tx start session req 1 [2024-05-23 14:16:38.073] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:16:38.073] [[IDC](R5)ConnectReq 0 [2024-05-23 14:16:38.073] OK [IDC](R5[ 8.816163] [VPU] vpu_venc = Driver(id:5) Initialized. [2024-05-23 14:16:38.102] )do_connect 0 [2024-05-23 14:16:38.102] [IDC](R5)Session status 0[ 8.825192] Done!! [2024-05-23 14:16:38.102] -> 1 [2024-05-23 14:16:38.102] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:16:38.102] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:16:38.102] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:16:38.102] [ 8.835548] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:38.102] ] Started Cluster Framework. [2024-05-23 14:16:38.133] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:16:38.133] [IDC](A7)Session connected. [2024-05-23 14:16:38.135] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:16:38.135] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:16:38.135] [ OK ] Started HUD Framework. [2024-05-23 14:16:38.135] [IDC](R5)Session connected.2 [2024-05-23 14:16:38.135] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:16:38.135] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:16:38.135] [ OK ] Started Nvm Process. [2024-05-23 14:16:38.162] [ OK ] Started NS hsm control application. [2024-05-23 14:16:38.203] [ 8.950529] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:38.208] [ OK ] Started Diagnosis Framework. [2024-05-23 14:16:38.252] [ OK ] Started Diagnosis Transport. [2024-05-23 14:16:38.316] [ 9.040294] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:16:38.327] [ 9.063826] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:38.329] [ 9.071238] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:38.358] [ 9.088808] Done!! [2024-05-23 14:16:38.374] [ OK ] Started NS Software Update. [2024-05-23 14:16:38.432] [ OK ] Started NS Secondary Verify. [2024-05-23 14:16:38.443] [ 9.190572] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:38.510] [ OK ] Started Login Service. [2024-05-23 14:16:38.533] [ OK ] Reached target Multi-User System. [2024-05-23 14:16:38.556] [ 9.302619] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:38.570] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:16:38.600] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:16:38.659] [ 9.347378] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:16:38.672] [ 9.385836] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:38.682] [ 9.385841] in_atomic(): 1, = irqs_disabled(): 128, pid: 292, name: systemd-modules [2024-05-23 14:16:38.696] [ 9.385843] INFO: lockdep is turned off. [2024-05-23 14:16:38.696] [ 9.385846] irq event stamp: 24823 [2024-05-23 14:16:38.696] [ 9.385865] hardirqs last enabled at = (24823): [<000000001aa8c0e4>] vprintk_emit+0x270/0x278 [2024-05-23 14:16:38.711] [ 9.385869] hardirqs last disabled at = (24822): [<00000000e7aa3694>] vprintk_emit+0x12c/0x278 [2024-05-23 14:16:38.726] [ 9.385877] softirqs last enabled at (0): = [<0000000010f7af47>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:38.802] [ 9.385880] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:38.816] [ 9.385881] Preemption disabled at: [2024-05-23 14:16:38.816] [ 9.385887] [<00000000a16a4e44>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:38.831] [ 9.385896] CPU: 2 PID: 292 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:16:38.831] [ 9.385897] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:38.845] [ 9.385900] Call trace: [2024-05-23 14:16:38.845] [ 9.385906] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:38.845] [ 9.385909] show_stack+0x14/0x20 [2024-05-23 14:16:38.845] [ 9.385915] dump_stack+0xb8/0xf0 [2024-05-23 14:16:38.871] [ 9.385920] ___might_sleep+0x178/0x210 [2024-05-23 14:16:38.872] [ 9.385923] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:38.872] [ 9.385931] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:38.872] [ 9.385935] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:38.872] [ 9.385941] gic_set_type+0x84/0x98 [2024-05-23 14:16:38.875] [ 9.385945] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:38.899] [ 9.385948] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:38.899] [ 9.385952] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:38.899] [ 9.385979] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:16:38.899] [ 9.385994] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:16:38.899] [ 9.385999] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:38.924] [ 9.386004] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:38.925] [ 9.386008] __driver_attach+0xfc/0x118 [2024-05-23 14:16:38.925] [ 9.386012] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:38.925] [ 9.386015] driver_attach+0x20/0x28 [2024-05-23 14:16:38.925] [ 9.386019] bus_add_driver+0x220/0x268 [2024-05-23 14:16:38.942] [ 9.386022] driver_register+0x60/0xf8 [2024-05-23 14:16:38.944] [ 9.386025] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:38.944] [ 9.386030] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:16:38.944] [ 9.386034] do_one_initcall+0x50/0x15c [2024-05-23 14:16:38.968] [ 9.386039] do_init_module+0x54/0x1b0 [2024-05-23 14:16:38.968] [ 9.386042] load_module+0x1e70/0x2428 [2024-05-23 14:16:38.968] [ 9.386045] SyS_finit_module+0xe4/0x118 [2024-05-23 14:16:38.968] [ 9.386048] el0_svc_naked+0x34/0x38 [2024-05-23 14:16:38.968] [ 9.409687] Done!! [2024-05-23 14:16:38.990] [ 9.414610] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:38.992] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:16:39.018] [ OK ] Started Load Kernel Modules. [2024-05-23 14:16:39.092] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:16:39.187] [ 9.924107] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:39.217] [ 9.924114] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:40.236] [ 10.944454] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:40.244] [ 10.944463] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:40.518] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:16:44.371]=20 [2024-05-23 14:16:44.371] telechips-nsp1-release login:=20 [2024-05-23 14:16:47.618]=20 [2024-05-23 14:16:47.618] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:16:47.620]=20 [2024-05-23 14:16:47.620] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:16:47.620] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:16:47.659] DRAM: 2 GiB [2024-05-23 14:16:47.659] MMC: sdhc@0x16440000: 0 [2024-05-23 14:16:47.940]=20 [2024-05-23 14:16:47.940] HW Partition tyep is UserData [2024-05-23 14:16:47.959] In: serial [2024-05-23 14:16:47.959] Out: serial [2024-05-23 14:16:47.959] Err: serial [2024-05-23 14:16:48.021] Boot in the UserData environment(0) [2024-05-23 14:16:48.022] Non-secure boot (secure boot flag is clear) [2024-05-23 14:16:48.027] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:16:48.051] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:16:48.054] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:16:48.054] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:16:48.054] Booting using the fdt blob at 0x23000000 [2024-05-23 14:16:48.054] Loading Kernel Image [2024-05-23 14:16:48.075] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:16:48.076] OPTEE is enabled [2024-05-23 14:16:48.076]=20 [2024-05-23 14:16:48.076] Starting kernel ... [2024-05-23 14:16:48.076]=20 [2024-05-23 14:16:49.001] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:16:49.006] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:16:49.020] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:16:49.034] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:16:49.034] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:16:49.034] [ 0.000000] efi: UEFI not found. [2024-05-23 14:16:49.060] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:16:49.060] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:16:49.063] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:16:49.063] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:16:49.085] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:16:49.085] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:16:49.086] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:16:49.110] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:16:49.110] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:16:49.110] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:16:49.126] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:16:49.126] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:16:49.141] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:16:49.142] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:16:49.156] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:16:49.157] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:16:49.182] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:16:49.182] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:16:49.182] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:16:49.197] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:16:49.197] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:16:49.213] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:16:49.213] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:16:49.229] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:16:49.229] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:16:49.242] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:16:49.244] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:16:49.244] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:16:49.279] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:16:49.279] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:16:49.279] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:16:49.279] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:16:49.279] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:16:49.282] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:16:49.300] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:16:49.302] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:16:49.326] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:16:49.326] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:16:49.326] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:16:49.346] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:16:49.346] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:16:49.365] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:16:49.365] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:16:49.386] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:16:49.399] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:16:49.399] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:16:49.399] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:16:49.412] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:16:49.413] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:16:49.413] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:16:49.437] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:16:49.437] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:16:49.437] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:16:49.450] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:16:49.463] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:16:49.465] [ 0.000000] Running RCU self tests [2024-05-23 14:16:49.465] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:16:49.465] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:16:49.489] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:16:49.491] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:16:49.491] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:16:49.491] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:16:49.491] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:16:49.513] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:16:49.514] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:16:49.514] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:16:49.514] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:16:49.540] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:16:49.540] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:16:49.540] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:16:49.541] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:16:49.567] [ 0.001717] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:16:49.567] [ 0.001720] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:16:49.567] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:16:49.567] [ 0.001725] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:16:49.567] [ 0.001728] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:16:49.571] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:16:49.595] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:16:49.595] [ 0.001736] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:16:49.595] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:16:49.595] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:16:49.595] [ 0.001783] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:16:49.611] [ 0.001790] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:16:49.611] [ 0.002288] Security Framework initialized [2024-05-23 14:16:49.625] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:16:49.625] [ 0.002657] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:16:49.626] [ 0.002679] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:16:49.652] [ 0.019963] ASID allocator initialised with = 32768 entries [2024-05-23 14:16:49.652] [ 0.035865] Hierarchical SRCU = implementation. [2024-05-23 14:16:49.652] [ 0.062285] EFI services will not be = available. [2024-05-23 14:16:49.652] [ 0.076133] smp: Bringing up secondary CPUs = ... [2024-05-23 14:16:49.652] [ 0.120759] Detected VIPT I-cache on CPU1 [2024-05-23 14:16:49.664] [ 0.120833] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:16:49.678] [ 0.165004] Detected VIPT I-cache on CPU2 [2024-05-23 14:16:49.678] [ 0.165059] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:16:49.680] [ 0.209292] Detected VIPT I-cache on CPU3 [2024-05-23 14:16:49.680] [ 0.209345] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:16:49.680] [ 0.209721] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:16:49.705] [ 0.209761] SMP: Total of 4 processors = activated. [2024-05-23 14:16:49.705] [ 0.209777] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:16:49.705] [ 0.209797] CPU: All CPU(s) started at EL2 [2024-05-23 14:16:49.705] [ 0.209977] alternatives: patching kernel = code [2024-05-23 14:16:49.705] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:16:49.706] [ 0.213120] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:16:49.722] [ 0.213705] devtmpfs: initialized [2024-05-23 14:16:49.722] [ 0.403390] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:16:49.725] [ 0.403657] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:16:49.752] [ 0.412550] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:16:49.752] [ 0.413489] chipinfo: TCC8030 Rev02 [2024-05-23 14:16:49.752] [ 0.413504] chipinfo: SiP Service v0.1.56 [2024-05-23 14:16:49.752] [ 0.418756] NET: Registered protocol family = 16 [2024-05-23 14:16:49.752] [ 0.422792] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:16:49.766] [ 0.424749] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:16:49.782] [ 0.426478] cpuidle: using governor menu [2024-05-23 14:16:49.782] [ 0.426715] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:16:49.806] [ 0.440794] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:16:49.806] [ 0.441292] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:16:49.806] [ 0.441338] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:16:49.812] [ 0.441382] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:16:49.812] [ 0.441426] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:16:49.812] [ 0.441470] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:16:49.812] [ 0.441513] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:16:49.812] [ 0.441557] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:16:49.812] [ 0.441600] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:16:49.836] [ 0.441644] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:16:49.849] [ 0.441687] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:16:49.849] [ 0.441745] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:16:49.849] [ 0.441790] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:16:49.849] [ 0.441833] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:16:49.849] [ 0.441877] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:16:49.870] [ 0.441920] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:16:49.870] [ 0.441963] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:16:49.870] [ 0.442099] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:16:49.872] [ 0.442145] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:16:49.872] [ 0.442530] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:16:49.872] [ 0.442574] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:16:49.872] [ 0.442617] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:16:49.896] [ 0.442661] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:16:49.896] [ 0.442704] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:16:49.896] [ 0.442747] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:16:49.896] [ 0.442790] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:16:49.900] [ 0.442834] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:16:49.920] [ 0.442890] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:16:49.922] [ 0.442933] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:16:49.922] [ 0.442976] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:16:49.922] [ 0.443020] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:16:49.945] [ 0.443269] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:16:49.958] [ 0.443313] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:16:49.958] [ 0.443356] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:16:49.958] [ 0.443400] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:16:49.958] [ 0.443443] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:16:49.970] [ 0.443486] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:16:49.970] [ 0.443529] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:16:49.970] [ 0.443725] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:16:49.972] [ 0.443768] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:16:49.972] [ 0.443812] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:16:49.995] [ 0.443855] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:16:49.997] [ 0.443899] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:16:49.997] [ 0.443955] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:16:49.997] [ 0.443998] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:16:49.997] [ 0.444041] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:16:50.020] [ 0.444085] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:16:50.020] [ 0.444128] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:16:50.020] [ 0.444171] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:16:50.020] [ 0.444215] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:16:50.020] [ 0.444258] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:16:50.035] [ 0.444301] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:16:50.035] [ 0.444846] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:16:50.035] [ 0.444891] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:16:50.051] [ 0.445062] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:16:50.052] [ 0.445233] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:16:50.053] [ 0.445402] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:16:50.080] [ 0.445567] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:16:50.080] [ 0.445732] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:16:50.080] [ 0.445776] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:16:50.080] [ 0.445820] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:16:50.080] [ 0.445997] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:16:50.082] [ 0.446268] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:16:50.104] [ 0.446458] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:16:50.104] [ 0.446503] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:16:50.104] [ 0.446546] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:16:50.104] [ 0.446590] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:16:50.119] [ 0.446654] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:16:50.122] [ 0.446847] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:16:50.122] [ 0.446890] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:16:50.144] [ 0.447100] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:16:50.157] [ 0.447114] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:16:50.157] [ 0.529590] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:16:50.157] [ 0.529681] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:16:50.159] [ 1.676455] console [ttyAMA0] enabled [2024-05-23 14:16:50.159] [ 1.684245] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:16:50.188] [ 1.713256] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:16:50.203] [ 1.723538] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:16:50.215] [ 1.734113] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:16:50.217] [ 1.744449] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:16:50.316] [ 1.844079] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:16:50.331] [ 1.860640] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:16:50.345] [ 1.867536] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:16:50.369] [ 1.874331] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:16:50.371] [ 1.880784] Linux video capture interface: = v2.00 [2024-05-23 14:16:50.371] [ 1.886570] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:50.373] [ 1.886575] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:16:50.398] [ 1.886579] 6 locks held by swapper/0/1: [2024-05-23 14:16:50.398] [ 1.886581] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:16:50.398] [ 1.886609] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:16:50.412] [ 1.886624] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:50.415] [ 1.886642] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:50.440] [ 1.886656] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:50.440] [ 1.886672] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:50.440] [ 1.886691] irq event stamp: 288086 [2024-05-23 14:16:50.440] [ 1.886696] hardirqs last enabled at = (288085): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:50.457] [ 1.886701] hardirqs last disabled at = (288086): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:50.460] [ 1.886708] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:50.484] [ 1.886712] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:50.484] [ 1.886715] Preemption disabled at: [2024-05-23 14:16:50.484] [ 1.886720] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:50.484] [ 1.886729] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:16:50.498] [ 1.886731] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:50.498] [ 1.886736] Call trace: [2024-05-23 14:16:50.498] [ 1.886742] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:50.513] [ 1.886746] show_stack+0x14/0x20 [2024-05-23 14:16:50.513] [ 1.886752] dump_stack+0xb8/0xf0 [2024-05-23 14:16:50.513] [ 1.886757] ___might_sleep+0x178/0x210 [2024-05-23 14:16:50.513] [ 1.886761] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:50.528] [ 1.886766] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:50.529] [ 1.886771] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:50.529] [ 1.886779] gic_set_type+0x84/0x98 [2024-05-23 14:16:50.529] [ 1.886784] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:50.553] [ 1.886788] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:50.555] [ 1.886793] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:50.555] [ 1.886798] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:16:50.555] [ 1.886805] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:16:50.555] [ 1.886809] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:50.555] [ 1.886815] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:50.577] [ 1.886820] __driver_attach+0xfc/0x118 [2024-05-23 14:16:50.591] [ 1.886824] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:50.591] [ 1.886829] driver_attach+0x20/0x28 [2024-05-23 14:16:50.591] [ 1.886834] bus_add_driver+0x220/0x268 [2024-05-23 14:16:50.591] [ 1.886839] driver_register+0x60/0xf8 [2024-05-23 14:16:50.591] [ 1.886843] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:50.595] [ 1.886850] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:16:50.595] [ 1.886855] do_one_initcall+0x50/0x15c [2024-05-23 14:16:50.595] [ 1.886863] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:16:50.595] [ 1.886868] kernel_init+0x10/0x100 [2024-05-23 14:16:50.616] [ 1.886873] ret_from_fork+0x10/0x18 [2024-05-23 14:16:50.630] [ 1.892775] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:16:50.630] [ 2.140115] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:16:50.632] [ 2.153637] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:16:50.651] [ 2.160664] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:16:50.655] [ 2.165264] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:16:50.655] [ 2.170067] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:16:50.655] [ 2.174892] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:16:50.655] [ 2.179447] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:16:50.704] [ 2.233559] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:16:50.729] [ 2.246108] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:50.746] [ 2.264436] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:50.751] [ 2.279907] NET: Registered protocol family = 2 [2024-05-23 14:16:50.765] [ 2.287221] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:16:50.766] [ 2.294835] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:16:50.792] [ 2.306133] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:16:50.792] [ 2.313497] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:16:50.792] [ 2.320351] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:16:50.808] [ 2.328519] NET: Registered protocol family = 1 [2024-05-23 14:16:50.909] [ 2.436387] audit: initializing netlink = subsys (disabled) [2024-05-23 14:16:50.914] [ 2.442734] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:16:50.927] [ 2.443296] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:16:50.996] [ 2.525370] fuse init (API version 7.26) [2024-05-23 14:16:51.015] [ 2.543293] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:16:51.023] [ 2.553066] io scheduler noop registered = (default) [2024-05-23 14:16:51.034] [ 2.557908] io scheduler mq-deadline = registered [2024-05-23 14:16:51.034] [ 2.562482] io scheduler kyber registered [2024-05-23 14:16:51.048] [ 2.573215] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:51.063] [ 2.580068] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:51.063] [ 2.586400] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:16:51.096] [ 2.594004] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:51.127] [ 2.656534] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:51.136] [ 2.664458] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:51.150] [ 2.669316] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:16:51.150] [ 2.674744] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:51.163] [ 2.675389] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:51.166] [ 2.686143] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:51.166] [ 2.692352] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:16:51.194] [ 2.699908] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:51.207] [ 2.723930] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:51.208] [ 2.730719] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:51.208] [ 2.735346] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:16:51.225] [ 2.740773] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:51.225] [ 2.741333] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:16:51.225] [ 2.752181] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:16:51.242] [ 2.758390] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:16:51.242] [ 2.766005] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:16:51.303] [ 2.832303] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:16:51.313] [ 2.839091] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:16:51.327] [ 2.843748] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:16:51.344] [ 2.849175] fbX_probe : update_type =3D 1=20 [2024-05-23 14:16:51.344] [ 2.858826] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:16:51.344] [ 2.868555] [INF][WDMA] tcc_wdma_init [2024-05-23 14:16:51.364] [ 2.873341] TCC WDMA Driver Initializing [2024-05-23 14:16:51.387] [ 2.880399] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:16:51.387] [ 2.886499] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:16:51.399] [ 2.897078] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:51.399] [ 2.909708] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:16:51.410] [ 2.919077] [CPU_ID] probe is done [2024-05-23 14:16:51.410] [ 2.922822] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:16:51.410] [ 2.929534] [DRAM_TOOL] probe is done [2024-05-23 14:16:51.412] [ 2.936824] MALI-G51 : r30p0-01eac0 [2024-05-23 14:16:51.412] [ 2.940352] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:16:51.434] [ 2.950294] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:51.434] [ 2.950299] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:16:51.450] [ 2.950303] 6 locks held by swapper/0/1: [2024-05-23 14:16:51.450] [ 2.950306] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:16:51.463] [ 2.950337] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:16:51.475] [ 2.950352] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:51.478] [ 2.950371] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:51.478] [ 2.950386] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:51.503] [ 2.950402] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:51.503] [ 2.950422] irq event stamp: 453708 [2024-05-23 14:16:51.503] [ 2.950427] hardirqs last enabled at = (453707): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:51.520] [ 2.950432] hardirqs last disabled at = (453708): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:51.532] [ 2.950440] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:51.534] [ 2.950443] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:51.534] [ 2.950446] Preemption disabled at: [2024-05-23 14:16:51.557] [ 2.950451] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:51.559] [ 2.950460] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:16:51.559] [ 2.950463] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:51.559] [ 2.950468] Call trace: [2024-05-23 14:16:51.559] [ 2.950474] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:51.583] [ 2.950479] show_stack+0x14/0x20 [2024-05-23 14:16:51.583] [ 2.950485] dump_stack+0xb8/0xf0 [2024-05-23 14:16:51.583] [ 2.950490] ___might_sleep+0x178/0x210 [2024-05-23 14:16:51.583] [ 2.950494] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:51.583] [ 2.950499] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:51.583] [ 2.950504] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:51.596] [ 2.950511] gic_set_type+0x84/0x98 [2024-05-23 14:16:51.600] [ 2.950516] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:51.600] [ 2.950521] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:51.600] [ 2.950526] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:51.623] [ 2.950533] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:16:51.627] [ 2.950538] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:16:51.627] [ 2.950543] kbase_device_init+0x78/0xf8 [2024-05-23 14:16:51.627] [ 2.950549] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:16:51.627] [ 2.950553] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:51.627] [ 2.950559] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:51.627] [ 2.950563] __driver_attach+0xfc/0x118 [2024-05-23 14:16:51.652] [ 2.950568] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:51.652] [ 2.950573] driver_attach+0x20/0x28 [2024-05-23 14:16:51.652] [ 2.950578] bus_add_driver+0x220/0x268 [2024-05-23 14:16:51.652] [ 2.950583] driver_register+0x60/0xf8 [2024-05-23 14:16:51.652] [ 2.950587] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:51.652] [ 2.950595] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:16:51.665] [ 2.950599] do_one_initcall+0x50/0x15c [2024-05-23 14:16:51.667] [ 2.950606] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:16:51.667] [ 2.950612] kernel_init+0x10/0x100 [2024-05-23 14:16:51.667] [ 2.950616] ret_from_fork+0x10/0x18 [2024-05-23 14:16:51.691] [ 2.952370] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:16:51.691] [ 3.207053] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:16:51.691] [ 3.213792] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:16:51.714] [ 3.227659] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:16:51.718] [ 3.234738] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:16:51.730] [ 3.246859] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:16:51.733] [ 3.253077] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:16:51.733] [ 3.257458] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:16:51.749] [ 3.265212] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:16:51.783] [ 3.312801] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:16:51.793] [ 3.321140] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:16:51.808] [ 3.328993] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:16:51.810] [ 3.339230] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:16:51.825] [ 3.344505] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:16:51.851] [ 3.355579] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:16:51.855] [ 3.364463] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:16:51.876] [ 3.383693] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:16:51.877] [ 3.388057] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:16:51.877] [ 3.389217] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:16:51.894] [ 3.392900] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:16:51.894] [ 3.393588] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:16:51.894] [ 3.394168] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:16:51.907] [ 3.396472] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:16:51.909] [ 3.434510] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:16:51.934] [ 3.441745] libphy: Fixed MDIO Bus: probed [2024-05-23 14:16:51.934] [ 3.442577] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:16:51.934] [ 3.450741] GPT:15269887 !=3D 15273599 [2024-05-23 14:16:51.934] [ 3.451433] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:16:51.934] [ 3.451485] [INFO][GAMC] gmac index : 1 [2024-05-23 14:16:51.934] [ 3.452072] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:16:51.948] [ 3.452206] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:16:51.948] [ 3.453153] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:51.949] [ 3.453166] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:16:51.973] [ 3.457274] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:16:51.973] [ 3.466072] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:16:51.973] [ 3.467242] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:51.973] [ 3.467254] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:16:51.975] [ 3.467261] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:16:51.989] [ 3.467273] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:51.989] [ 3.467285] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:16:51.991] [ 3.469254] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:16:52.019] [ 3.478553] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:16:52.019] [ 3.478563] usbhid: USB HID core driver [2024-05-23 14:16:52.019] [ 3.478876] optee: probing for conduit = method from DT. [2024-05-23 14:16:52.019] [ 3.478900] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:16:52.022] [ 3.480816] optee: initialized driver [2024-05-23 14:16:52.022] [ 3.482407] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:16:52.048] [ 3.482422] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:16:52.048] [ 3.482430] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:16:52.048] [ 3.482437] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:16:52.048] [ 3.482444] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:16:52.050] [ 3.482451] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:16:52.075] [ 3.482459] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:16:52.075] [ 3.482466] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:16:52.075] [ 3.484044] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:16:52.088] [ 3.484052] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:16:52.099] [ 3.490998] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:16:52.099] [ 3.509311] NET: Registered protocol family = 17 [2024-05-23 14:16:52.101] [ 3.509756] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:16:52.126] [ 3.514384] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:16:52.126] [ 3.638672] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:16:52.126] [ 3.644716] GPT:15269887 !=3D 15273599 [2024-05-23 14:16:52.126] [ 3.648324] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:16:52.126] [ 3.653620] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:16:52.149] [ 3.678966] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:16:52.163] [ 3.679012] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:16:52.189] [ 3.694729] ALSA device list: [2024-05-23 14:16:52.190] [ 3.697723] No soundcards found. [2024-05-23 14:16:52.190] [ 3.703691] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:16:52.195] [ 3.724683] Freeing unused kernel memory: = 4160K [2024-05-23 14:16:52.209] Mounting devtmpfs [2024-05-23 14:16:52.211] [ 3.739453] mount (91) used greatest stack = depth: 13088 bytes left [2024-05-23 14:16:52.224] Mounting procfs [2024-05-23 14:16:52.224] [ 3.751557] mount (92) used greatest stack = depth: 12816 bytes left [2024-05-23 14:16:52.238] Mounting sysfs [2024-05-23 14:16:52.263] [ 3.778644] cat (95) used greatest stack = depth: 12480 bytes left [2024-05-23 14:16:52.278] [ 3.793821] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:16:52.305] [ 3.833340] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:16:52.313] [ 3.842197] mount (98) used greatest stack = depth: 11808 bytes left [2024-05-23 14:16:52.328] [ 3.857807] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:16:52.567] [ 4.096351] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:16:52.668] [ 4.194517] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:16:52.694] [ 4.222110] systemd[1]: Detected = architecture arm64. [2024-05-23 14:16:52.737]=20 [2024-05-23 14:16:52.738] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:16:52.748]=20 [2024-05-23 14:16:52.764] [ 4.285895] systemd[1]: Set hostname to = . [2024-05-23 14:16:52.768] [ 4.297129] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:16:52.781] [ 4.306806] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:16:53.026] [ 4.555436] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:16:53.055] [ 4.572580] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:16:53.086] [ 4.615585] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:16:53.100] [ 4.627695] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:16:53.290] [ 4.816062] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:16:53.364] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:16:53.382] [ OK ] Listening on Journal Socket. [2024-05-23 14:16:53.412] Mounting Kernel Debug File System... [2024-05-23 14:16:53.442] Mounting Configuration File System... [2024-05-23 14:16:53.474] Mounting Huge Pages File System... [2024-05-23 14:16:53.499] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:16:53.515] [ OK ] Created slice system-getty.slice. [2024-05-23 14:16:53.533] [ OK ] Listening on Syslog Socket. [2024-05-23 14:16:53.549] [ OK ] Listening on udev Control Socket. [2024-05-23 14:16:53.565] [ OK ] Reached target Paths. [2024-05-23 14:16:53.595] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:16:53.626] Starting mount data partition = service... [2024-05-23 14:16:53.649] [ OK ] Reached target Remote File Systems. [2024-05-23 14:16:53.670] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:16:53.714] Mounting FUSE Control File System... [2024-05-23 14:16:53.752] Mounting POSIX Message Queue File = System... [2024-05-23 14:16:53.783] [ OK ] Created slice User and Session Slice[ = 5.306550] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:16:53.791] . [2024-05-23 14:16:53.793] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:16:53.830] Starting Apply Kernel Variables... [2024-05-23 14:16:53.850] [ OK ] Reached target Slices. [2024-05-23 14:16:53.853] [ OK ] Reached target Swap. [2024-05-23 14:16:53.870] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:16:53.899] Starting Journal Service... [2024-05-23 14:16:53.925] Starting udev Coldplug all Devices... [2024-05-23 14:16:53.955] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:16:54.064] [ 5.592580] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:16:54.085] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:16:54.116] [ OK ] Mounted Configuration File System. [2024-05-23 14:16:54.130] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:16:54.166] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:16:54.200] [ OK ] Started mount data partition service. [2024-05-23 14:16:54.215] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:16:54.233] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:16:54.250] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:16:54.280] [ OK ] Started Journal Service. [2024-05-23 14:16:54.308] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:16:54.365] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:16:54.386] Starting NS file System mount and = recovery.... [2024-05-23 14:16:54.407] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:16:54.445] Mounting /tmp... [2024-05-23 14:16:54.476] Mounting /var/volatile... [2024-05-23 14:16:54.500] [ OK ] Reached target Containers. [2024-05-23 14:16:54.516] [ 6.045313] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:54.531] Starting udev Kernel Device = Manager... [2024-05-23 14:16:54.603] [ 6.131867] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:16:54.702] [ OK ] Started udev Kernel Device Manager.[ = 6.233930] EXT4-fs (mmcblk0p36): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:16:54.718] =0A= [2024-05-23 14:16:54.782] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:16:54.816] [ OK ] Mounted /tmp. [2024-05-23 14:16:54.838] [ OK ] Mounted /var/volatile. [2024-05-23 14:16:54.929] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:16:55.039] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:16:55.153] [ 6.679598] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:16:55.169] Starting Bind mount volatile = /var/lib... [2024-05-23 14:16:55.201] Starting Bind mount volatile = /var/cache... [2024-05-23 14:16:55.232] Starting Bind mount volatile = /var/spool... [2024-05-23 14:16:55.266] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:16:55.467] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:16:55.497] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:16:55.530] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:16:55.563] Starting Load/Save Random Seed... [2024-05-23 14:16:55.584] [ OK ] Reached target Local File Systems. [2024-05-23 14:16:55.618] Starting Create Volatile Files and = Directories... [2024-05-23 14:16:55.644] Starting AppArmor initialization... [2024-05-23 14:16:55.682] Starting netfilter persistent = configuration... [2024-05-23 14:16:55.718] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:16:55.771] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:16:55.807] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:16:55.839] [ 7.367534] audit: type=3D1400 = audit(1550139121.264:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:16:55.873] [ 7.382984] audit: type=3D1400 = audit(1550139121.276:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:16:55.875] [ 7.401353] audit: type=3D1400 = audit(1550139121.276:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:16:55.892] [ 7.418138] audit: type=3D1400 = audit(1550139121.276:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:16:55.909] [ 7.434643] audit: type=3D1400 = audit(1550139121.276:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:16:55.925] [ 7.451624] audit: type=3D1400 = audit(1550139121.276:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:16:55.939] [ 7.467461] audit: type=3D1400 = audit(1550139121.276:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:16:55.997] [ OK ] Started AppArmor initialization. [2024-05-23 14:16:56.019] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:16:56.051] [ OK ] Reached target Network (Pre). [2024-05-23 14:16:56.078] Starting Network Service... [2024-05-23 14:16:56.106] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:16:56.140] [ OK ] Reached target System Initialization. [2024-05-23 14:16:56.168] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:16:56.185] [ OK ] Reached target Sockets. [2024-05-23 14:16:56.202] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:16:56.217] [ OK ] Reached target Timers. [2024-05-23 14:16:56.236] [ OK ] Reached target Basic System. [2024-05-23 14:16:56.269] [ 7.790756] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:16:56.271] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:16:56.302] [ 7.823165] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:16:56.304] [ 7.827744] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:16:56.305] [ 7.833378] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:16:56.318] [ OK ] Started Kernel Logging Service. [2024-05-23 14:16:56.347] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:16:56.381] [ OK ] Started System Logging Service. [2024-05-23 14:16:56.404] [ OK ] Started NS VSync Process. [2024-05-23 14:16:56.436] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:16:56.486] [ 8.014972] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:16:56.493] [ OK ] Started NS System Management Process. [2024-05-23 14:16:56.536] [ 8.060362] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:16:56.552] Start /usr/bin/sys-fail-mon [2024-05-23 14:16:56.560] [ 8.078532] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:16:56.575] [ 8.078641] [INFO][GMAC]=20 [2024-05-23 14:16:56.588] [ 8.102491] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:56.609] Starting NS Inter Domain Comm = Process... [2024-05-23 14:16:56.635] [ 8.155074] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:56.636] [ 8.160816] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:16:56.652] [ 8.162525] libphy: tcc-gmac-mdio: probed [2024-05-23 14:16:56.652] [ 8.162535] [INFO][GMAC] registered! [2024-05-23 14:16:56.652] [ 8.162541] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:16:56.666] [ 8.162551] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:16:56.668] Starting Login Service... [2024-05-23 14:16:56.668] [ 8.194452] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:56.691] [ 8.202873] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:56.691] [ OK ] Started D-Bus System Mes[ = 8.215713] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:56.711] sage Bus. [2024-05-23 14:16:56.711] [ 8.231644] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:16:56.713] [ 8.237707] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:16:56.726] [ 8.247952] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:16:56.727] [ 8.255050] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:16:56.755] [ 8.255101] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:16:56.755] [ 8.255101] -- MASTER Configuration. [2024-05-23 14:16:56.755] [ 8.255101] -- Local Receiver Status Not = OK. [2024-05-23 14:16:56.755] [ 8.255101] -- Remote Receiver Status Not = OK. [2024-05-23 14:16:56.755] [ 8.255156] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:16:56.770] [ 8.255163] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:16:56.770] [ 8.255910] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:56.783] [ 8.255914] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:16:56.785] [ 8.255918] 5 locks held by = systemd-network/261: [2024-05-23 14:16:56.808] [ 8.255921] #0: (rtnl_mutex){+.+.}, at: = [<000000007f59b497>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:16:56.812] [ 8.255946] #1: = (&desc->request_mutex){+.+.}, at: [<00000000da5b70b0>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:16:56.812] [ 8.255965] #2: = (&irq_desc_lock_class){-...}, at: [<00000000c9a77246>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:56.814] [ 8.255980] #3: (rcu_read_lock){....}, = at: [<00000000c2d2449d>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:16:56.838] [ 8.255996] #4: (&picinfo->lock){....}, = at: [<000000008e34e166>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:56.838] [ 8.256014] irq event stamp: 72870 [2024-05-23 14:16:56.838] [ 8.256019] hardirqs last enabled at = (72869): [<0000000032a6c16d>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:56.852] [ 8.256025] hardirqs last disabled at = (72870): [<00000000d502bfcb>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:56.854] [ 8.256032] softirqs last enabled at (0): = [<00000000c1306497>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:56.878] [ 8.256036] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:56.878] [ 8.256038] Preemption disabled at: [2024-05-23 14:16:56.878] [ 8.256043] [<00000000c9a77246>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:56.878] [ 8.256053] CPU: 2 PID: 261 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:16:56.893] [ 8.256056] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:56.893] [ 8.256060] Call trace: [2024-05-23 14:16:56.893] [ 8.256066] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:56.907] [ 8.256070] show_stack+0x14/0x20 [2024-05-23 14:16:56.907] [ 8.256076] dump_stack+0xb8/0xf0 [2024-05-23 14:16:56.907] [ 8.256081] ___might_sleep+0x178/0x210 [2024-05-23 14:16:56.907] [ 8.256085] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:56.920] [ 8.256090] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:56.922] [ 8.256096] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:56.922] [ 8.256103] gic_set_type+0x84/0x98 [2024-05-23 14:16:56.944] [ 8.256108] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:56.947] [ 8.256113] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:56.947] [ 8.256117] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:56.947] [ 8.256124] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:16:56.947] [ 8.256130] __dev_open+0x100/0x150 [2024-05-23 14:16:56.947] [ 8.256134] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:16:56.947] [ 8.256138] dev_change_flags+0x20/0x60 [2024-05-23 14:16:56.971] [ 8.256142] do_setlink+0x3ec/0xc30 [2024-05-23 14:16:56.971] [ 8.256146] rtnl_setlink+0xcc/0x128 [2024-05-23 14:16:56.971] [ 8.256150] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:16:56.971] [ 8.256155] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:16:56.971] [ 8.256159] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:16:56.971] [ 8.256163] netlink_unicast+0x180/0x1f8 [2024-05-23 14:16:56.985] [ 8.256167] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:16:56.986] [ 8.256173] sock_sendmsg+0x3c/0x58 [2024-05-23 14:16:56.986] [ 8.256178] SyS_sendto+0xd0/0x140 [2024-05-23 14:16:56.986] [ 8.256183] el0_svc_naked+0x34/0x38 [2024-05-23 14:16:57.009] [ 8.256862] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:16:57.012] [ 8.268891] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:16:57.012] [ 8.268902] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:16:57.012] [ 8.268910] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:16:57.012] [ 8.268910] =20 [2024-05-23 14:16:57.034] [ 8.269221] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:16:57.047] [ 8.269530] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:16:57.047] [ 8.269537] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:16:57.047] [ 8.269545] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:16:57.047] [ 8.269545] =20 [2024-05-23 14:16:57.047] [ 8.269693] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:16:57.049] [ 8.269711] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:16:57.049] [ 8.269718] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:16:57.070] [ 8.269725] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:16:57.072] [ 8.269736] [INFO][GMAC] --] phy_start: : [2024-05-23 14:16:57.072] [ 8.270543] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:16:57.072] [ 8.376159] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.072] [ 8.488205] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.072] [ 8.600160] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.096] [ 8.604667] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:16:57.096] [ 8.612325] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:16:57.148] Starting Load Kernel Modules... [2024-05-23 14:16:57.155] [ OK ] Started Network Service. [2024-05-23 14:16:57.185] [ 8.708270] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.190] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:16:57.240] [ 8.768796] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:16:57.247] [ 8.776265] Disabling lock debugging due to = kernel taint [2024-05-23 14:16:57.262] [ OK ] Started Cluster Framework. [2024-05-23 14:16:57.262] parents, child is 309 [2024-05-23 14:16:57.282] [ OK ] Started HUD Framework. [2024-05-23 14:16:57.284] [IDC]Start. [2024-05-23 14:16:57.284] [ 8.802375] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:16:57.284] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:16:57.295] [ OK ] Started NS ethernet phy c[ = 8.818059] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:16:57.297] ontrol application. [2024-05-23 14:16:57.315] [IDC](A7)ConnectReq 0 [2024-05-23 14:16:57.319] [IDC](A7)do_connect 0 [2024-05-23 14:16:57.319] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:16:57.319] [IDC](A7)Tx start session req 1 [2024-05-23 14:16:57.319] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:16:57.319] [IDC](R5)ConnectReq 0 [2024-05-23 14:16:57.319] [IDC](R5)do_connect 0 [2024-05-23 14:16:57.319] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:16:57.319] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:16:57.353] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:16:57.366] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:16:57.366] [ OK ] Started Nvm Process. [2024-05-23 14:16:57.366] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:16:57.366] [IDC](A7)Session connected. [2024-05-23 14:16:57.366] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:16:57.366] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:16:57.366] [IDC](R5)Session connected.2 [2024-05-23 14:16:57.366] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:16:57.366] [ OK ] Started NS hsm control application. [2024-05-23 14:16:57.387] [ OK ] Started Diagnosis Framework. [2024-05-23 14:16:57.403] [ 8.932307] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.414] [ OK ] Started Diagnosis Transport. [2024-05-23 14:16:57.425] [ OK ] Started NS Software Update. [2024-05-23 14:16:57.503] [ 9.031739] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:16:57.516] [ 9.044187] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.529] [ OK ] Started NS Secondary Verify. [2024-05-23 14:16:57.537] Starting Wait for Network to be = Configured... [2024-05-23 14:16:57.549] [ OK ] Reached target Network. [2024-05-23 14:16:57.553] [ 9.077401] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:16:57.585] [ 9.081936] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:16:57.590] [ 9.109145] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:16:57.603] Starting udev C[ 9.120662] Done!! [2024-05-23 14:16:57.603] oldplug all Devices... [2024-05-23 14:16:57.623] [ 9.152198] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.634] Starting Permit User Sessions... [2024-05-23 14:16:57.649] [ OK ] Started Login Service. [2024-05-23 14:16:57.684] [ 9.213214] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:16:57.698] [ OK ] Started Permit User Sessions. [2024-05-23 14:16:57.711] [ 9.235070] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:16:57.723] [ 9.237904] Done!! [2024-05-23 14:16:57.740] [ 9.264193] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.743] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:16:57.769] [ OK ] Started Getty on tty1. [2024-05-23 14:16:57.774] [ OK ] Reached target Login Prompts. [2024-05-23 14:16:57.786] [ OK ] Reached target Multi-User System. [2024-05-23 14:16:57.786] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:16:57.859] [ 9.387261] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:16:57.904] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:16:58.107] [ 9.626465] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:16:58.122] [ 9.629905] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:16:58.136] [ 9.629909] in_atomic(): 1, = irqs_disabled(): 128, pid: 304, name: systemd-modules [2024-05-23 14:16:58.158] [ 9.629911] INFO: lockdep is turned off. [2024-05-23 14:16:58.160] [ 9.629913] irq event stamp: 25169 [2024-05-23 14:16:58.160] [ 9.629929] hardirqs last enabled at = (25169): [<0000000032a6c16d>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:16:58.163] [ 9.629933] hardirqs last disabled at = (25168): [<00000000d502bfcb>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:16:58.185] [ 9.629941] softirqs last enabled at (0): = [<00000000c1306497>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:16:58.200] [ 9.629943] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:16:58.202] [ 9.629945] Preemption disabled at: [2024-05-23 14:16:58.202] [ 9.629953] [<00000000c9a77246>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:16:58.224] [ 9.629961] CPU: 3 PID: 304 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:16:58.224] [ 9.629962] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:16:58.224] [ 9.629965] Call trace: [2024-05-23 14:16:58.224] [ 9.629970] dump_backtrace+0x0/0x1d8 [2024-05-23 14:16:58.235] [ 9.629974] show_stack+0x14/0x20 [2024-05-23 14:16:58.235] [ 9.629978] dump_stack+0xb8/0xf0 [2024-05-23 14:16:58.235] [ 9.629983] ___might_sleep+0x178/0x210 [2024-05-23 14:16:58.252] [ 9.629986] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:16:58.252] [ 9.629993] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:16:58.254] [ 9.629998] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:16:58.276] [ 9.630005] gic_set_type+0x84/0x98 [2024-05-23 14:16:58.279] [ 9.630009] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:16:58.279] [ 9.630012] __setup_irq+0x76c/0x7f8 [2024-05-23 14:16:58.279] [ 9.630016] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:16:58.279] [ 9.630046] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:16:58.279] [ 9.630062] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:16:58.291] [ 9.630067] platform_drv_probe+0x58/0xb8 [2024-05-23 14:16:58.302] [ 9.630072] = driver_probe_device+0x228/0x410 [2024-05-23 14:16:58.302] [ 9.630076] __driver_attach+0xfc/0x118 [2024-05-23 14:16:58.304] [ 9.630079] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:16:58.304] [ 9.630083] driver_attach+0x20/0x28 [2024-05-23 14:16:58.304] [ 9.630086] bus_add_driver+0x220/0x268 [2024-05-23 14:16:58.330] [ 9.630090] driver_register+0x60/0xf8 [2024-05-23 14:16:58.330] [ 9.630093] = __platform_driver_register+0x44/0x50 [2024-05-23 14:16:58.330] [ 9.630099] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:16:58.330] [ 9.630103] do_one_initcall+0x50/0x15c [2024-05-23 14:16:58.330] [ 9.630107] do_init_module+0x54/0x1b0 [2024-05-23 14:16:58.330] [ 9.630110] load_module+0x1e70/0x2428 [2024-05-23 14:16:58.342] [ 9.630113] SyS_finit_module+0xe4/0x118 [2024-05-23 14:16:58.346] [ 9.630116] el0_svc_naked+0x34/0x38 [2024-05-23 14:16:58.346] [ 9.636559] Done!! [2024-05-23 14:16:58.367] [ 9.872208] systemd-modules (304) used = greatest stack depth: 11440 bytes left [2024-05-23 14:16:58.369] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:16:58.391] [ OK ] Started Load Kernel Modules. [2024-05-23 14:16:58.456] [ 9.977180] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:58.465] [ 9.977188] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:16:58.563] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:16:58.607] [ 10.124134] sched: RT throttling activated [2024-05-23 14:16:59.474] [ 10.977700] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:16:59.482] [ 10.977709] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:17:00.074] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:17:04.033]=20 [2024-05-23 14:17:04.034] telechips-nsp1-release login:=20 [2024-05-23 14:17:07.830]=20 [2024-05-23 14:17:07.851] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:17:07.866]=20 [2024-05-23 14:17:07.866] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:17:07.866] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:17:07.866] DRAM: 2 GiB [2024-05-23 14:17:07.889] MMC: sdhc@0x16440000: 0 [2024-05-23 14:17:08.159]=20 [2024-05-23 14:17:08.159] HW Partition tyep is UserData [2024-05-23 14:17:08.171] In: serial [2024-05-23 14:17:08.171] Out: serial [2024-05-23 14:17:08.173] Err: serial [2024-05-23 14:17:08.236] Boot in the UserData environment(0) [2024-05-23 14:17:08.239] Non-secure boot (secure boot flag is clear) [2024-05-23 14:17:08.256] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:17:08.256] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:17:08.256] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:17:08.269] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:17:08.271] Booting using the fdt blob at 0x23000000 [2024-05-23 14:17:08.271] Loading Kernel Image [2024-05-23 14:17:08.294] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:17:08.295] OPTEE is enabled [2024-05-23 14:17:08.295]=20 [2024-05-23 14:17:08.295] Starting kernel ... [2024-05-23 14:17:08.295]=20 [2024-05-23 14:17:09.222] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:17:09.225] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:17:09.242] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:17:09.244] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:17:09.268] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:17:09.268] [ 0.000000] efi: UEFI not found. [2024-05-23 14:17:09.268] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:17:09.268] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:17:09.282] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:17:09.282] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:17:09.297] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:17:09.297] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:17:09.312] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:17:09.312] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:17:09.328] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:17:09.329] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:17:09.357] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:17:09.357] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:17:09.357] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:17:09.372] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:17:09.372] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:17:09.387] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:17:09.387] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:17:09.402] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:17:09.402] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:17:09.417] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:17:09.417] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:17:09.433] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:17:09.433] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:17:09.447] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:17:09.447] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:17:09.461] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:17:09.463] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:17:09.463] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:17:09.487] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:17:09.487] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:17:09.487] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:17:09.487] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:17:09.489] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:17:09.514] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:17:09.514] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:17:09.514] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:17:09.533] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:17:09.558] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:17:09.558] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:17:09.558] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:17:09.558] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:17:09.575] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:17:09.597] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:17:09.597] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:17:09.597] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:17:09.598] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:17:09.624] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:17:09.625] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:17:09.625] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:17:09.640] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:17:09.640] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:17:09.653] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:17:09.655] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:17:09.684] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:17:09.684] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:17:09.684] [ 0.000000] Running RCU self tests [2024-05-23 14:17:09.684] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:17:09.684] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:17:09.686] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:17:09.713] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:17:09.713] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:17:09.713] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:17:09.713] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:17:09.713] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:17:09.728] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:17:09.728] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:17:09.730] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:17:09.756] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:17:09.756] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:17:09.756] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:17:09.770] [ 0.001465] Console: colour dummy device = 80x25 [2024-05-23 14:17:09.772] [ 0.001704] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:17:09.772] [ 0.001707] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:17:09.796] [ 0.001710] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:17:09.796] [ 0.001712] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:17:09.796] [ 0.001715] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:17:09.796] [ 0.001718] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:17:09.796] [ 0.001720] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:17:09.798] [ 0.001723] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:17:09.822] [ 0.001726] memory used by lock dependency = info: 7903 kB [2024-05-23 14:17:09.822] [ 0.001728] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:17:09.822] [ 0.001769] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:17:09.824] [ 0.001776] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:17:09.848] [ 0.002276] Security Framework initialized [2024-05-23 14:17:09.848] [ 0.002399] AppArmor: AppArmor initialized [2024-05-23 14:17:09.848] [ 0.002644] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:17:09.848] [ 0.002667] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:17:09.861] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:17:09.875] [ 0.035863] Hierarchical SRCU = implementation. [2024-05-23 14:17:09.875] [ 0.062283] EFI services will not be = available. [2024-05-23 14:17:09.878] [ 0.076131] smp: Bringing up secondary CPUs = ... [2024-05-23 14:17:09.878] [ 0.120758] Detected VIPT I-cache on CPU1 [2024-05-23 14:17:09.878] [ 0.120832] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:17:09.902] [ 0.165003] Detected VIPT I-cache on CPU2 [2024-05-23 14:17:09.916] [ 0.165059] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:17:09.916] [ 0.209288] Detected VIPT I-cache on CPU3 [2024-05-23 14:17:09.916] [ 0.209341] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:17:09.916] [ 0.209715] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:17:09.916] [ 0.209755] SMP: Total of 4 processors = activated. [2024-05-23 14:17:09.927] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:17:09.927] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:17:09.927] [ 0.209975] alternatives: patching kernel = code [2024-05-23 14:17:09.929] [ 0.210519] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:17:09.929] [ 0.213217] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:17:09.929] [ 0.213760] devtmpfs: initialized [2024-05-23 14:17:09.954] [ 0.403333] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:17:09.954] [ 0.403596] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:17:09.954] [ 0.412435] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:17:09.954] [ 0.413357] chipinfo: TCC8030 Rev02 [2024-05-23 14:17:09.966] [ 0.413373] chipinfo: SiP Service v0.1.56 [2024-05-23 14:17:09.968] [ 0.418649] NET: Registered protocol family = 16 [2024-05-23 14:17:09.968] [ 0.422654] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:17:09.995] [ 0.424609] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:17:10.020] [ 0.426505] cpuidle: using governor menu [2024-05-23 14:17:10.020] [ 0.426776] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:17:10.020] [ 0.440873] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:17:10.020] [ 0.441354] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:17:10.026] [ 0.441401] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:17:10.026] [ 0.441446] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:17:10.026] [ 0.441489] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:17:10.026] [ 0.441532] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:17:10.026] [ 0.441575] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:17:10.026] [ 0.441619] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:17:10.056] [ 0.441662] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:17:10.056] [ 0.441706] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:17:10.056] [ 0.441749] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:17:10.056] [ 0.441793] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:17:10.056] [ 0.441837] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:17:10.058] [ 0.441976] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:17:10.058] [ 0.442020] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:17:10.085] [ 0.442064] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:17:10.085] [ 0.442107] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:17:10.085] [ 0.442150] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:17:10.085] [ 0.442194] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:17:10.085] [ 0.442594] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:17:10.095] [ 0.442638] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:17:10.097] [ 0.442681] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:17:10.097] [ 0.442725] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:17:10.120] [ 0.442768] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:17:10.133] [ 0.442811] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:17:10.133] [ 0.442855] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:17:10.133] [ 0.442898] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:17:10.133] [ 0.442942] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:17:10.135] [ 0.442985] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:17:10.135] [ 0.443041] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:17:10.161] [ 0.443085] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:17:10.161] [ 0.443325] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:17:10.161] [ 0.443369] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:17:10.161] [ 0.443412] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:17:10.161] [ 0.443456] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:17:10.186] [ 0.443499] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:17:10.189] [ 0.443542] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:17:10.189] [ 0.443586] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:17:10.189] [ 0.443777] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:17:10.189] [ 0.443821] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:17:10.189] [ 0.443864] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:17:10.216] [ 0.443907] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:17:10.216] [ 0.443950] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:17:10.216] [ 0.443993] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:17:10.219] [ 0.444037] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:17:10.219] [ 0.444093] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:17:10.239] [ 0.444137] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:17:10.248] [ 0.444181] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:17:10.248] [ 0.444224] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:17:10.248] [ 0.444267] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:17:10.248] [ 0.444310] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:17:10.251] [ 0.444353] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:17:10.251] [ 0.444886] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:17:10.274] [ 0.444942] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:17:10.274] [ 0.445112] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:17:10.274] [ 0.445284] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:17:10.274] [ 0.445453] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:17:10.274] [ 0.445618] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:17:10.289] [ 0.445784] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:17:10.295] [ 0.445828] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:17:10.295] [ 0.445872] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:17:10.318] [ 0.446195] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:17:10.331] [ 0.446386] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:17:10.331] [ 0.446565] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:17:10.331] [ 0.446609] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:17:10.331] [ 0.446653] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:17:10.333] [ 0.446696] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:17:10.333] [ 0.446739] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:17:10.333] [ 0.446919] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:17:10.356] [ 0.446984] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:17:10.356] [ 0.447191] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:17:10.356] [ 0.447205] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:17:10.356] [ 0.529586] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:17:10.370] [ 0.529676] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:17:10.370] [ 1.676634] console [ttyAMA0] enabled [2024-05-23 14:17:10.374] [ 1.684273] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:17:10.403] [ 1.713187] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:17:10.416] [ 1.723545] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:17:10.431] [ 1.734077] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:17:10.446] [ 1.744386] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:17:10.535] [ 1.844234] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:17:10.551] [ 1.860494] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:17:10.561] [ 1.867387] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:17:10.576] [ 1.874178] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:17:10.597] [ 1.880546] Linux video capture interface: = v2.00 [2024-05-23 14:17:10.599] [ 1.886298] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:10.599] [ 1.886303] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:17:10.599] [ 1.886307] 6 locks held by swapper/0/1: [2024-05-23 14:17:10.620] [ 1.886310] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:17:10.620] [ 1.886336] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:17:10.620] [ 1.886351] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:10.634] [ 1.886369] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:10.648] [ 1.886384] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:10.650] [ 1.886400] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:10.674] [ 1.886418] irq event stamp: 288032 [2024-05-23 14:17:10.674] [ 1.886424] hardirqs last enabled at = (288031): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:10.674] [ 1.886429] hardirqs last disabled at = (288032): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:10.676] [ 1.886436] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:10.701] [ 1.886440] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:10.701] [ 1.886442] Preemption disabled at: [2024-05-23 14:17:10.701] [ 1.886448] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:10.701] [ 1.886457] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:17:10.717] [ 1.886460] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:10.717] [ 1.886464] Call trace: [2024-05-23 14:17:10.717] [ 1.886470] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:10.732] [ 1.886475] show_stack+0x14/0x20 [2024-05-23 14:17:10.745] [ 1.886480] dump_stack+0xb8/0xf0 [2024-05-23 14:17:10.745] [ 1.886486] ___might_sleep+0x178/0x210 [2024-05-23 14:17:10.745] [ 1.886489] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:10.745] [ 1.886494] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:10.747] [ 1.886500] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:10.747] [ 1.886508] gic_set_type+0x84/0x98 [2024-05-23 14:17:10.747] [ 1.886513] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:10.770] [ 1.886518] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:10.770] [ 1.886523] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:10.770] [ 1.886527] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:17:10.770] [ 1.886534] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:17:10.770] [ 1.886539] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:10.782] [ 1.886544] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:10.784] [ 1.886549] __driver_attach+0xfc/0x118 [2024-05-23 14:17:10.784] [ 1.886554] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:10.784] [ 1.886558] driver_attach+0x20/0x28 [2024-05-23 14:17:10.808] [ 1.886563] bus_add_driver+0x220/0x268 [2024-05-23 14:17:10.808] [ 1.886568] driver_register+0x60/0xf8 [2024-05-23 14:17:10.808] [ 1.886572] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:10.808] [ 1.886579] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:17:10.808] [ 1.886584] do_one_initcall+0x50/0x15c [2024-05-23 14:17:10.810] [ 1.886591] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:17:10.833] [ 1.886597] kernel_init+0x10/0x100 [2024-05-23 14:17:10.836] [ 1.886601] ret_from_fork+0x10/0x18 [2024-05-23 14:17:10.836] [ 1.892235] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:17:10.836] [ 2.139640] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:17:10.871] [ 2.153171] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:17:10.871] [ 2.160195] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:17:10.871] [ 2.164795] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:17:10.871] [ 2.169599] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:17:10.873] [ 2.174425] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:17:10.873] [ 2.178980] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:17:10.922] [ 2.232339] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:17:10.934] [ 2.244826] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:10.953] [ 2.262908] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:10.968] [ 2.278524] NET: Registered protocol family = 2 [2024-05-23 14:17:10.982] [ 2.286075] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:17:11.010] [ 2.293693] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:17:11.012] [ 2.304973] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:17:11.012] [ 2.312387] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:17:11.012] [ 2.319162] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:17:11.026] [ 2.327255] NET: Registered protocol family = 1 [2024-05-23 14:17:11.125] [ 2.435118] audit: initializing netlink = subsys (disabled) [2024-05-23 14:17:11.132] [ 2.441464] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:17:11.145] [ 2.442144] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:17:11.214] [ 2.524045] fuse init (API version 7.26) [2024-05-23 14:17:11.234] [ 2.538211] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:17:11.237] [ 2.547577] io scheduler noop registered = (default) [2024-05-23 14:17:11.251] [ 2.552595] io scheduler mq-deadline = registered [2024-05-23 14:17:11.251] [ 2.557159] io scheduler kyber registered [2024-05-23 14:17:11.267] [ 2.567862] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:11.268] [ 2.574717] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:11.282] [ 2.580927] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:17:11.283] [ 2.588523] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:11.340] [ 2.651329] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:11.351] [ 2.659077] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:11.377] [ 2.664050] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:17:11.377] [ 2.669479] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:11.377] [ 2.670119] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:11.381] [ 2.680872] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:11.381] [ 2.687081] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:17:11.402] [ 2.694644] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:11.417] [ 2.719404] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:11.418] [ 2.726207] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:11.431] [ 2.730839] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:17:11.444] [ 2.736267] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:11.444] [ 2.736850] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:11.446] [ 2.747676] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:11.446] [ 2.753885] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:17:11.471] [ 2.761500] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:11.518] [ 2.828341] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:11.527] [ 2.835134] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:11.543] [ 2.839791] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:17:11.545] [ 2.845218] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:11.562] [ 2.855149] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:17:11.562] [ 2.864873] [INF][WDMA] tcc_wdma_init [2024-05-23 14:17:11.562] [ 2.869668] TCC WDMA Driver Initializing [2024-05-23 14:17:11.599] [ 2.876830] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:17:11.599] [ 2.882988] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:17:11.606] [ 2.893617] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:11.606] [ 2.906414] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:17:11.626] [ 2.915911] [CPU_ID] probe is done [2024-05-23 14:17:11.639] [ 2.919758] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:17:11.639] [ 2.926385] [DRAM_TOOL] probe is done [2024-05-23 14:17:11.639] [ 2.934119] MALI-G51 : r30p0-01eac0 [2024-05-23 14:17:11.641] [ 2.937649] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:17:11.641] [ 2.947229] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:11.665] [ 2.947234] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:17:11.665] [ 2.947238] 6 locks held by swapper/0/1: [2024-05-23 14:17:11.665] [ 2.947241] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:17:11.679] [ 2.947268] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:17:11.692] [ 2.947283] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:11.695] [ 2.947302] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:11.695] [ 2.947316] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:11.721] [ 2.947332] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:11.721] [ 2.947352] irq event stamp: 453578 [2024-05-23 14:17:11.721] [ 2.947358] hardirqs last enabled at = (453577): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:11.737] [ 2.947363] hardirqs last disabled at = (453578): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:11.737] [ 2.947370] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:11.752] [ 2.947374] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:11.752] [ 2.947376] Preemption disabled at: [2024-05-23 14:17:11.755] [ 2.947381] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:11.782] [ 2.947391] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:17:11.782] [ 2.947394] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:11.782] [ 2.947398] Call trace: [2024-05-23 14:17:11.782] [ 2.947404] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:11.782] [ 2.947409] show_stack+0x14/0x20 [2024-05-23 14:17:11.784] [ 2.947414] dump_stack+0xb8/0xf0 [2024-05-23 14:17:11.807] [ 2.947419] ___might_sleep+0x178/0x210 [2024-05-23 14:17:11.819] [ 2.947423] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:11.819] [ 2.947428] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:11.819] [ 2.947434] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:11.819] [ 2.947440] gic_set_type+0x84/0x98 [2024-05-23 14:17:11.819] [ 2.947445] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:11.820] [ 2.947450] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:11.820] [ 2.947455] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:11.820] [ 2.947461] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:17:11.841] [ 2.947467] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:17:11.845] [ 2.947471] kbase_device_init+0x78/0xf8 [2024-05-23 14:17:11.845] [ 2.947477] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:17:11.845] [ 2.947481] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:11.845] [ 2.947487] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:11.845] [ 2.947491] __driver_attach+0xfc/0x118 [2024-05-23 14:17:11.867] [ 2.947496] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:11.880] [ 2.947501] driver_attach+0x20/0x28 [2024-05-23 14:17:11.880] [ 2.947506] bus_add_driver+0x220/0x268 [2024-05-23 14:17:11.880] [ 2.947511] driver_register+0x60/0xf8 [2024-05-23 14:17:11.880] [ 2.947515] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:11.880] [ 2.947523] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:17:11.882] [ 2.947527] do_one_initcall+0x50/0x15c [2024-05-23 14:17:11.882] [ 2.947534] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:17:11.882] [ 2.947540] kernel_init+0x10/0x100 [2024-05-23 14:17:11.905] [ 2.947544] ret_from_fork+0x10/0x18 [2024-05-23 14:17:11.917] [ 2.949716] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:17:11.917] [ 3.204665] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:17:11.917] [ 3.211403] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:17:11.931] [ 3.225906] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:17:11.934] [ 3.233152] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:17:11.958] [ 3.245367] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:17:11.962] [ 3.251587] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:17:11.962] [ 3.256076] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:17:11.962] [ 3.263559] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:17:12.002] [ 3.312345] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:17:12.012] [ 3.322258] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:17:12.025] [ 3.330111] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:17:12.051] [ 3.340436] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:17:12.051] [ 3.345713] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:17:12.062] [ 3.356787] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:17:12.082] [ 3.365645] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:17:12.085] [ 3.384429] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:17:12.109] [ 3.387892] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:17:12.113] [ 3.388730] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:17:12.113] [ 3.392611] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:17:12.113] [ 3.393322] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:17:12.113] [ 3.393897] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:17:12.136] [ 3.394964] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:17:12.136] [ 3.405521] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:17:12.136] [ 3.405551] GPT:15269887 !=3D 15273599 [2024-05-23 14:17:12.136] [ 3.405559] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:17:12.151] [ 3.405566] GPT:15269887 !=3D 15273599 [2024-05-23 14:17:12.151] [ 3.405574] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:17:12.151] [ 3.405691] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:17:12.174] [ 3.475035] libphy: Fixed MDIO Bus: probed [2024-05-23 14:17:12.174] [ 3.480080] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:17:12.200] [ 3.493226] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:17:12.203] [ 3.497766] [INFO][GAMC] gmac index : 1 [2024-05-23 14:17:12.203] [ 3.502194] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:17:12.203] [ 3.507362] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:17:12.204] [ 3.513370] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:17:12.228] [ 3.517761] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:17:12.229] [ 3.526294] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:17:12.232] [ 3.540523] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:17:12.248] [ 3.546382] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:12.248] [ 3.546394] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:17:12.248] [ 3.546400] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:17:12.264] [ 3.546412] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:12.264] [ 3.546424] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:17:12.266] [ 3.575195] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:17:12.282] [ 3.591384] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:17:12.294] [ 3.598038] usbhid: USB HID core driver [2024-05-23 14:17:12.294] [ 3.602248] optee: probing for conduit = method from DT. [2024-05-23 14:17:12.320] [ 3.607429] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:17:12.320] [ 3.609399] optee: initialized driver [2024-05-23 14:17:12.320] [ 3.618874] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:17:12.331] [ 3.624600] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:17:12.331] [ 3.629769] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:17:12.333] [ 3.634936] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:17:12.333] [ 3.640711] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:17:12.357] [ 3.646485] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:17:12.357] [ 3.652347] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:17:12.357] [ 3.658817] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:17:12.357] [ 3.666252] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:17:12.372] [ 3.674201] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:17:12.384] [ 3.688142] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:17:12.387] [ 3.697338] NET: Registered protocol family = 17 [2024-05-23 14:17:12.400] [ 3.702325] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:17:12.416] [ 3.720350] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:17:12.582] [ 3.888087] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:12.584] [ 3.888131] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:17:12.599] [ 3.903923] ALSA device list: [2024-05-23 14:17:12.599] [ 3.906911] No soundcards found. [2024-05-23 14:17:12.625] [ 3.912946] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:17:12.627] [ 3.933900] Freeing unused kernel memory: = 4160K [2024-05-23 14:17:12.642] Mounting devtmpfs [2024-05-23 14:17:12.642] [ 3.949057] mount (90) used greatest stack = depth: 12976 bytes left [2024-05-23 14:17:12.663] Mounting procfs [2024-05-23 14:17:12.663] Mounting sysfs [2024-05-23 14:17:12.665] [ 3.974781] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:17:12.688] [ 3.997687] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:17:12.733] [ 4.043606] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:17:12.745] [ 4.053151] mount (97) used greatest stack = depth: 11280 bytes left [2024-05-23 14:17:13.006] [ 4.316369] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:17:13.104] [ 4.415125] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:17:13.136] [ 4.442529] systemd[1]: Detected = architecture arm64. [2024-05-23 14:17:13.178]=20 [2024-05-23 14:17:13.178] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:17:13.189]=20 [2024-05-23 14:17:13.202] [ 4.505419] systemd[1]: Set hostname to = . [2024-05-23 14:17:13.206] [ 4.516718] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:17:13.220] [ 4.526040] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:17:13.459] [ 4.769164] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:17:13.477] [ 4.786273] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:17:13.519] [ 4.828655] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:17:13.534] [ 4.840771] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:17:13.719] [ 5.028151] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:17:13.788] [ OK ] Reached target Swap. [2024-05-23 14:17:13.812] [ OK ] Listening on Journal Socket. [2024-05-23 14:17:13.820] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:17:13.857] Mounting Huge Pages File System... [2024-05-23 14:17:13.892] Starting Apply Kernel Variables... [2024-05-23 14:17:13.906] [ OK ] Reached target Remote File Systems. [2024-05-23 14:17:13.936] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:17:13.956] Mounting POSIX Message Queue File = System... [2024-05-23 14:17:13.986] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:17:14.006] [ OK ] Created slice system-getty.slice. [2024-05-23 14:17:14.022] [ OK ] Listening on udev Control Socket. [2024-05-23 14:17:14.053] [ OK ] Created slice User and Session Slice. [2024-05-23 14:17:14.070] [ 5.370633] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:17:14.071] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:17:14.086] [ OK ] Reached target Slices. [2024-05-23 14:17:14.102] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:17:14.136] Mounting Configuration File System... [2024-05-23 14:17:14.160] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:17:14.194] Starting mount data partition = service... [2024-05-23 14:17:14.217] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:17:14.246] Mounting Kernel Debug File System... [2024-05-23 14:17:14.290] [ OK ] Listening on Syslog Socket. [2024-05-23 14:17:14.321] Starting Journal Service... [2024-05-23 14:17:14.331] [ 5.641227] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:14.349] [ OK ] Reached target Paths. [2024-05-23 14:17:14.381] Mounting FUSE Control File System... [2024-05-23 14:17:14.404] Starting udev Coldplug all Devices... [2024-05-23 14:17:14.466] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:17:14.495] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:17:14.520] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:17:14.541] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:17:14.569] [ OK ] Mounted Configuration File System. [2024-05-23 14:17:14.592] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:17:14.621] [ OK ] Started mount data partition service. [2024-05-23 14:17:14.639] [ OK ] Started Journal Service. [2024-05-23 14:17:14.671] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:17:14.687] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:17:14.744] Starting NS file System mount and = recovery.... [2024-05-23 14:17:14.772] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:17:14.795] Mounting /tmp... [2024-05-23 14:17:14.807] [ OK ] Reached target Containers. [2024-05-23 14:17:14.838] Mounting /var/volatile... [2024-05-23 14:17:14.871] Starting Flush Jou[ 6.181500] = EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: = (null) [2024-05-23 14:17:14.883] rnal to Persistent Storage... [2024-05-23 14:17:14.920] Starting udev Kernel Device = Manager... [2024-05-23 14:17:14.962] [ 6.270957] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:15.057] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:17:15.066] [ 6.375871] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:15.165] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:17:15.188] [ OK ] Mounted /tmp. [2024-05-23 14:17:15.204] [ OK ] Mounted /var/volatile. [2024-05-23 14:17:15.299] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:17:15.409] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:17:15.517] [ 6.826638] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:17:15.538] Starting Bind mount volatile = /var/cache... [2024-05-23 14:17:15.565] Starting Bind mount volatile = /var/lib... [2024-05-23 14:17:15.605] Starting Bind mount volatile = /var/spool... [2024-05-23 14:17:15.629] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:17:15.836] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:17:15.869] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:17:15.891] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:17:15.930] Starting Load/Save Random Seed... [2024-05-23 14:17:15.955] [ OK ] Reached target Local File Systems. [2024-05-23 14:17:15.990] Starting AppArmor initialization... [2024-05-23 14:17:16.011] Starting netfilter persistent = configuration... [2024-05-23 14:17:16.050] Starting Create Volatile Files and = Directories... [2024-05-23 14:17:16.082] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:17:16.181] [ 7.490790] audit: type=3D1400 = audit(1550139121.168:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D251 comm=3D"apparmor_parser" [2024-05-23 14:17:16.196] [ 7.505280] audit: type=3D1400 = audit(1550139121.168:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:17:16.221] [ 7.527009] audit: type=3D1400 = audit(1550139121.168:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:17:16.238] [ 7.546435] audit: type=3D1400 = audit(1550139121.168:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:17:16.253] [ 7.562374] audit: type=3D1400 = audit(1550139121.168:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:17:16.279] [ 7.578386] audit: type=3D1400 = audit(1550139121.168:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:17:16.306] [[ 7.594221] audit: type=3D1400 = audit(1550139121.168:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:17:16.319] OK ] Started AppArmor initialization. [2024-05-23 14:17:16.326] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:17:16.357] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:17:16.537] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:17:16.550] [ OK ] Reached target Network (Pre). [2024-05-23 14:17:16.601] Starting Network Service... [2024-05-23 14:17:16.623] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:17:16.655] [ OK ] Reached target System Initialization. [2024-05-23 14:17:16.672] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:17:16.690] [ OK ] Reached target Sockets. [2024-05-23 14:17:16.706] [ OK ] Reached target Basic System. [2024-05-23 14:17:16.726] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:17:16.763] [ OK ] Started System Logging Service. [2024-05-23 14:17:16.789] [ 8.085667] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:17:16.806] [ 8.113569] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:17:16.810] [ 8.118159] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:17:16.824] [ 8.123469] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:17:16.824] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:17:16.849] [ OK ] Started Kernel Logging Service. [2024-05-23 14:17:16.871] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:17:16.890] [ OK ] Reached target Timers. [2024-05-23 14:17:16.908] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:17:16.950] Starting Load Kernel Modules... [2024-05-23 14:17:16.983] Starting Login Service... [2024-05-23 14:17:17.016] [ OK ] Started NS VSync Process. [2024-05-23 14:17:17.026] [ 8.336306] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:17:17.056] [ 8.351786] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:17:17.058] [ 8.351942] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:17:17.073] [ 8.351956] [INFO][GMAC]=20 [2024-05-23 14:17:17.073] [ 8.370901] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:17:17.085] [ 8.370910] Disabling lock debugging due to = kernel taint [2024-05-23 14:17:17.125] [ 8.419912] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:17:17.130] [ 8.427928] libphy: tcc-gmac-mdio: probed [2024-05-23 14:17:17.143] [ 8.427934] [INFO][GMAC] registered! [2024-05-23 14:17:17.144] [ 8.427937] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:17:17.144] [ 8.427943] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:17:17.158] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:17:17.178] [ OK ] Started NS System Management Process. [2024-05-23 14:17:17.188] Starting NS Inter Domain Comm = Process... [2024-05-23 14:17:17.202] [ 8.505787] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:17:17.204] Start /usr/bin/sys-fail-mon [2024-05-23 14:17:17.244] [ 8.512814] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:17:17.244] [ 8.512814] -- MASTER Configuration. [2024-05-23 14:17:17.244] [ 8.512814] -- Local Receiver Status Not = OK. [2024-05-23 14:17:17.253] [ 8.512814] -- Remote Receiver Status Not = OK. [2024-05-23 14:17:17.253] [ 8.512832] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:17:17.253] [ 8.512836] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:17:17.255] [ 8.513065] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:17.280] [ 8.513068] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:17:17.280] [ 8.513070] INFO: lockdep is turned off. [2024-05-23 14:17:17.280] [ 8.513073] irq event stamp: 69264 [2024-05-23 14:17:17.280] [ 8.513087] hardirqs last enabled at = (69263): [<000000007505c469>] el1_irq+0xdc/0x138 [2024-05-23 14:17:17.294] [ 8.513095] hardirqs last disabled at = (69264): [<00000000804a1c31>] __schedule+0xc8/0x730 [2024-05-23 14:17:17.294] [ 8.513101] softirqs last enabled at (0): = [<0000000067d0ded7>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:17.308] [ 8.513104] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:17.320] [ 8.513106] Preemption disabled at: [2024-05-23 14:17:17.323] [ 8.513113] [<000000002b488f82>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:17.323] [ 8.513119] CPU: 2 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:17:17.351] [ 8.513121] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:17.351] [ 8.513124] Call trace: [2024-05-23 14:17:17.351] [ 8.513128] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:17.351] [ 8.513132] show_stack+0x14/0x20 [2024-05-23 14:17:17.351] [ 8.513136] dump_stack+0xb8/0xf0 [2024-05-23 14:17:17.351] [ 8.513140] ___might_sleep+0x178/0x210 [2024-05-23 14:17:17.351] [ 8.513143] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:17.353] [ 8.513150] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:17.377] [ 8.513154] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:17.377] [ 8.513160] gic_set_type+0x84/0x98 [2024-05-23 14:17:17.377] [ 8.513163] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:17.377] [ 8.513167] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:17.377] [ 8.513170] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:17.377] [ 8.513175] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:17:17.390] [ 8.513180] __dev_open+0x100/0x150 [2024-05-23 14:17:17.390] [ 8.513183] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:17:17.390] [ 8.513186] dev_change_flags+0x20/0x60 [2024-05-23 14:17:17.390] [ 8.513190] do_setlink+0x3ec/0xc30 [2024-05-23 14:17:17.405] [ 8.513192] rtnl_setlink+0xcc/0x128 [2024-05-23 14:17:17.407] [ 8.513195] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:17:17.407] [ 8.513200] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:17:17.407] [ 8.513202] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:17:17.430] [ 8.513205] netlink_unicast+0x180/0x1f8 [2024-05-23 14:17:17.430] [ 8.513208] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:17:17.430] [ 8.513213] sock_sendmsg+0x3c/0x58 [2024-05-23 14:17:17.430] [ 8.513217] SyS_sendto+0xd0/0x140 [2024-05-23 14:17:17.430] [ 8.513220] el0_svc_naked+0x34/0x38 [2024-05-23 14:17:17.430] [ 8.513356] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:17:17.445] [ 8.524852] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:17:17.457] [ 8.526813] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:17:17.457] [ 8.526820] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:17:17.459] [ 8.526825] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:17:17.459] [ 8.526825] =20 [2024-05-23 14:17:17.459] [ 8.527193] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:17:17.485] [ 8.529724] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:17:17.485] [ 8.529729] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:17:17.485] [ 8.529735] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:17:17.485] [ 8.529735] =20 [2024-05-23 14:17:17.485] [ 8.529871] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:17:17.498] [ 8.529886] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:17:17.500] [ 8.529890] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:17:17.500] [ 8.529894] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:17:17.523] [ 8.529901] [INFO][GMAC] --] phy_start: : [2024-05-23 14:17:17.524] [ 8.530488] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:17:17.525] [ 8.540100] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:17:17.525] [ 8.545601] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:17:17.525] [ 8.550357] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:17:17.525] [ 8.550958] Done!! [2024-05-23 14:17:17.549] [ 8.610338] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:17:17.549] [ 8.613145] Done!! [2024-05-23 14:17:17.549] [ 8.635658] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:17.549] [ 8.702411] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:17:17.549] [ 8.704693] Done!! [2024-05-23 14:17:17.549] [ 8.743648] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:17.563] [ 8.851648] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:17.563] [ OK ] Started Network Service. [2024-05-23 14:17:17.565] [ OK ] Started Load Kernel M[ 8.875671] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:17:17.591] odules. [2024-05-23 14:17:17.591] [ 8.883009] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:17:17.591] Starting Wait for Netw[ 8.894678] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:17:17.607] ork to be Configured... [2024-05-23 14:17:17.607] [ 8.905714] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:17:17.607] 0;32m OK ] Reached target 8.916274] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:17.623] 0;1;39mNetwork. [2024-05-23 14:17:17.623] Starting[ 8.931181] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:17:17.638] Permit User Sessions 8.939262] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:17:17.652] 0m... [2024-05-23 14:17:17.652] Starting udev C[ 8.951825] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:17:17.652] oldplug all Devices... [2024-05-23 14:17:17.667] [ 8.962452] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:17:17.669] ;32m OK ] Started 8.971751] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:17:17.693] mPermit User Sessions. [2024-05-23 14:17:17.697] [ 8.972317] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:17.697] [ OK ] Started Getty on tty1. [2024-05-23 14:17:17.697] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:17:17.700] [ OK ] Reached target Login Prompts. [2024-05-23 14:17:17.721] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:17:17.721] [ OK ] Started Cluster Framework. [2024-05-23 14:17:17.721] [ OK ] Started HUD Framework. [2024-05-23 14:17:17.748] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:17:17.749] parents, child is 327 [2024-05-23 14:17:17.751] [IDC]Start. [2024-05-23 14:17:17.765] [ 9.063848] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:17:17.765] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:17:17.802] [IDC](A7)ConnectReq 0 [2024-05-23 14:17:17.802] [IDC](A7)do_connect 0 [2024-05-23 14:17:17.802] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:17:17.802] [IDC](A7)Tx start session req 1 [2024-05-23 14:17:17.802] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:17:17.802] [IDC](R5)ConnectReq 0 [2024-05-23 14:17:17.802] [IDC](R5)do_connect 0 [2024-05-23 14:17:17.812] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:17:17.812] [IDC](R5)do_entry_start[ 9.100502] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:17:17.812] req 1 [2024-05-23 14:17:17.812] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:17:17.812] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:17:17.812] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:17:17.837] [IDC](A7)Session connected. [2024-05-23 14:17:17.837] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:17:17.837] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:17:17.864] [IDC](R5)Session connected.2 [2024-05-23 14:17:17.864] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:17:17.864] [ OK ] Started Nvm Process. [2024-05-23 14:17:17.913] [ 9.222620] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:17.926] [ OK ] Started NS hsm control application. [2024-05-23 14:17:17.975] [ 9.285346] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:17:18.029] [ 9.338476] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:18.041] [ OK ] Started Diagnosis Framework. [2024-05-23 14:17:18.086] [ OK ] Started Diagnosis Transport. [2024-05-23 14:17:18.146] [ 9.456018] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:18.175] [ OK ] Started NS Software Update. [2024-05-23 14:17:18.185] [ OK ] Started NS Secondary Verify. [2024-05-23 14:17:18.263] [ 9.572872] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:18.364] [ OK ] Started Login Service. [2024-05-23 14:17:18.374] [ 9.683860] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:18.407] [ OK ] Reached target Multi-User System. [2024-05-23 14:17:18.411] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:17:18.440] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:17:18.476] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:17:18.488] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:17:19.075] [ 10.374657] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:17:19.086] [ 10.374665] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:17:19.645] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:17:20.061] [ 11.368335] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:17:20.069] [ 11.368342] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:17:24.247]=20 [2024-05-23 14:17:24.247] telechips-nsp1-release login:=20 [2024-05-23 14:17:28.059]=20 [2024-05-23 14:17:28.059] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:17:28.082]=20 [2024-05-23 14:17:28.082] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:17:28.082] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:17:28.096] DRAM: 2 GiB [2024-05-23 14:17:28.096] MMC: sdhc@0x16440000: 0 [2024-05-23 14:17:28.378]=20 [2024-05-23 14:17:28.378] HW Partition tyep is UserData [2024-05-23 14:17:28.401] In: serial [2024-05-23 14:17:28.401] Out: serial [2024-05-23 14:17:28.401] Err: serial [2024-05-23 14:17:28.454] Boot in the UserData environment(0) [2024-05-23 14:17:28.458] Non-secure boot (secure boot flag is clear) [2024-05-23 14:17:28.473] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:17:28.473] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:17:28.473] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:17:28.486] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:17:28.488] Booting using the fdt blob at 0x23000000 [2024-05-23 14:17:28.488] Loading Kernel Image [2024-05-23 14:17:28.512] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:17:28.513] OPTEE is enabled [2024-05-23 14:17:28.513]=20 [2024-05-23 14:17:28.513] Starting kernel ... [2024-05-23 14:17:28.514]=20 [2024-05-23 14:17:29.437] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:17:29.442] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:17:29.455] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:17:29.470] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:17:29.470] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:17:29.472] [ 0.000000] efi: UEFI not found. [2024-05-23 14:17:29.485] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:17:29.486] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:17:29.514] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:17:29.514] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:17:29.514] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:17:29.527] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:17:29.540] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:17:29.540] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:17:29.552] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:17:29.554] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:17:29.554] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:17:29.578] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:17:29.578] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:17:29.578] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:17:29.595] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:17:29.595] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:17:29.611] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:17:29.611] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:17:29.626] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:17:29.626] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:17:29.640] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:17:29.640] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:17:29.656] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:17:29.656] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:17:29.670] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:17:29.670] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:17:29.672] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:17:29.697] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:17:29.697] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:17:29.697] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:17:29.697] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:17:29.711] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:17:29.713] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:17:29.713] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:17:29.737] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:17:29.737] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:17:29.763] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:17:29.763] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:17:29.763] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:17:29.777] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:17:29.777] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:17:29.794] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:17:29.794] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:17:29.817] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:17:29.817] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:17:29.817] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:17:29.833] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:17:29.833] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:17:29.846] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:17:29.848] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:17:29.875] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:17:29.875] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:17:29.875] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:17:29.877] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:17:29.903] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:17:29.903] [ 0.000000] Running RCU self tests [2024-05-23 14:17:29.903] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:17:29.903] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:17:29.905] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:17:29.927] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:17:29.929] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:17:29.929] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:17:29.929] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:17:29.929] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:17:29.952] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:17:29.952] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:17:29.952] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:17:29.967] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:17:29.967] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:17:29.980] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:17:29.981] [ 0.001475] Console: colour dummy device = 80x25 [2024-05-23 14:17:29.981] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:17:30.008] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:17:30.008] [ 0.001722] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:17:30.008] [ 0.001725] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:17:30.008] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:17:30.008] [ 0.001730] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:17:30.010] [ 0.001733] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:17:30.035] [ 0.001735] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:17:30.035] [ 0.001738] memory used by lock dependency = info: 7903 kB [2024-05-23 14:17:30.035] [ 0.001741] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:17:30.035] [ 0.001780] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:17:30.049] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:17:30.049] [ 0.002288] Security Framework initialized [2024-05-23 14:17:30.049] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:17:30.066] [ 0.002658] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:17:30.068] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:17:30.068] [ 0.019947] ASID allocator initialised with = 32768 entries [2024-05-23 14:17:30.092] [ 0.035848] Hierarchical SRCU = implementation. [2024-05-23 14:17:30.092] [ 0.062264] EFI services will not be = available. [2024-05-23 14:17:30.092] [ 0.076116] smp: Bringing up secondary CPUs = ... [2024-05-23 14:17:30.092] [ 0.120741] Detected VIPT I-cache on CPU1 [2024-05-23 14:17:30.092] [ 0.120815] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:17:30.105] [ 0.164990] Detected VIPT I-cache on CPU2 [2024-05-23 14:17:30.107] [ 0.165046] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:17:30.107] [ 0.209272] Detected VIPT I-cache on CPU3 [2024-05-23 14:17:30.130] [ 0.209324] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:17:30.132] [ 0.209700] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:17:30.132] [ 0.209742] SMP: Total of 4 processors = activated. [2024-05-23 14:17:30.132] [ 0.209758] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:17:30.132] [ 0.209777] CPU: All CPU(s) started at EL2 [2024-05-23 14:17:30.154] [ 0.209958] alternatives: patching kernel = code [2024-05-23 14:17:30.166] [ 0.210514] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:17:30.166] [ 0.213103] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:17:30.166] [ 0.213688] devtmpfs: initialized [2024-05-23 14:17:30.166] [ 0.402876] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:17:30.168] [ 0.403144] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:17:30.168] [ 0.412003] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:17:30.191] [ 0.412912] chipinfo: TCC8030 Rev02 [2024-05-23 14:17:30.204] [ 0.412927] chipinfo: SiP Service v0.1.56 [2024-05-23 14:17:30.204] [ 0.418170] NET: Registered protocol family = 16 [2024-05-23 14:17:30.204] [ 0.422131] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:17:30.204] [ 0.424105] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:17:30.204] [ 0.425698] cpuidle: using governor menu [2024-05-23 14:17:30.230] [ 0.425935] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:17:30.230] [ 0.440052] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:17:30.233] [ 0.440589] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:17:30.233] [ 0.440635] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:17:30.233] [ 0.440680] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:17:30.233] [ 0.440724] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:17:30.233] [ 0.440767] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:17:30.253] [ 0.440810] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:17:30.255] [ 0.440854] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:17:30.255] [ 0.440897] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:17:30.255] [ 0.440940] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:17:30.255] [ 0.440983] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:17:30.280] [ 0.441027] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:17:30.280] [ 0.441071] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:17:30.280] [ 0.441114] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:17:30.280] [ 0.441158] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:17:30.282] [ 0.441201] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:17:30.299] [ 0.441259] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:17:30.301] [ 0.441302] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:17:30.301] [ 0.441346] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:17:30.301] [ 0.441710] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:17:30.318] [ 0.441754] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:17:30.321] [ 0.441797] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:17:30.321] [ 0.441840] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:17:30.321] [ 0.441883] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:17:30.337] [ 0.441926] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:17:30.347] [ 0.441969] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:17:30.347] [ 0.442013] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:17:30.347] [ 0.442056] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:17:30.348] [ 0.442190] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:17:30.348] [ 0.442233] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:17:30.370] [ 0.442277] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:17:30.370] [ 0.442515] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:17:30.370] [ 0.442575] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:17:30.370] [ 0.442618] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:17:30.384] [ 0.442662] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:17:30.384] [ 0.442705] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:17:30.385] [ 0.442748] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:17:30.404] [ 0.442791] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:17:30.404] [ 0.442986] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:17:30.404] [ 0.443030] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:17:30.406] [ 0.443073] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:17:30.425] [ 0.443117] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:17:30.425] [ 0.443160] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:17:30.425] [ 0.443203] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:17:30.425] [ 0.443246] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:17:30.437] [ 0.443288] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:17:30.437] [ 0.443332] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:17:30.447] [ 0.443375] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:17:30.457] [ 0.443432] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:17:30.467] [ 0.443475] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:17:30.467] [ 0.443518] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:17:30.469] [ 0.443561] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:17:30.469] [ 0.444095] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:17:30.486] [ 0.444140] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:17:30.488] [ 0.444309] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:17:30.488] [ 0.444478] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:17:30.488] [ 0.444662] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:17:30.507] [ 0.444830] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:17:30.507] [ 0.444998] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:17:30.507] [ 0.445042] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:17:30.507] [ 0.445086] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:17:30.518] [ 0.445250] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:17:30.518] [ 0.445414] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:17:30.532] [ 0.445580] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:17:30.532] [ 0.445624] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:17:30.534] [ 0.445668] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:17:30.553] [ 0.445711] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:17:30.553] [ 0.445755] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:17:30.553] [ 0.445929] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:17:30.555] [ 0.445973] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:17:30.574] [ 0.446283] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:17:30.574] [ 0.446303] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:17:30.574] [ 0.528199] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:17:30.584] [ 0.528292] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:17:30.585] [ 1.675243] console [ttyAMA0] enabled [2024-05-23 14:17:30.605] [ 1.682857] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:17:30.621] [ 1.711593] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:17:30.630] [ 1.721956] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:17:30.651] [ 1.732558] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:17:30.653] [ 1.742812] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:17:30.750] [ 1.842643] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:17:30.772] [ 1.858856] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:17:30.776] [ 1.865753] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:17:30.789] [ 1.872612] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:17:30.789] [ 1.878980] Linux video capture interface: = v2.00 [2024-05-23 14:17:30.809] [ 1.884774] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:30.809] [ 1.884778] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:17:30.822] [ 1.884782] 6 locks held by swapper/0/1: [2024-05-23 14:17:30.822] [ 1.884785] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:17:30.835] [ 1.884812] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:17:30.835] [ 1.884827] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:30.849] [ 1.884845] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:30.861] [ 1.884860] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:30.863] [ 1.884876] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:30.883] [ 1.884894] irq event stamp: 288000 [2024-05-23 14:17:30.883] [ 1.884900] hardirqs last enabled at = (287999): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:30.883] [ 1.884905] hardirqs last disabled at = (288000): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:30.896] [ 1.884912] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:30.908] [ 1.884916] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:30.910] [ 1.884918] Preemption disabled at: [2024-05-23 14:17:30.929] [ 1.884924] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:30.929] [ 1.884932] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:17:30.929] [ 1.884935] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:30.930] [ 1.884939] Call trace: [2024-05-23 14:17:30.947] [ 1.884946] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:30.947] [ 1.884950] show_stack+0x14/0x20 [2024-05-23 14:17:30.947] [ 1.884956] dump_stack+0xb8/0xf0 [2024-05-23 14:17:30.947] [ 1.884961] ___might_sleep+0x178/0x210 [2024-05-23 14:17:30.947] [ 1.884965] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:30.958] [ 1.884970] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:30.967] [ 1.884975] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:30.967] [ 1.884982] gic_set_type+0x84/0x98 [2024-05-23 14:17:30.969] [ 1.884987] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:30.969] [ 1.884991] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:30.988] [ 1.884996] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:30.989] [ 1.885002] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:17:30.989] [ 1.885008] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:17:30.989] [ 1.885013] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:30.989] [ 1.885018] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:31.009] [ 1.885023] __driver_attach+0xfc/0x118 [2024-05-23 14:17:31.009] [ 1.885027] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:31.009] [ 1.885032] driver_attach+0x20/0x28 [2024-05-23 14:17:31.009] [ 1.885037] bus_add_driver+0x220/0x268 [2024-05-23 14:17:31.009] [ 1.885042] driver_register+0x60/0xf8 [2024-05-23 14:17:31.023] [ 1.885046] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:31.033] [ 1.885054] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:17:31.033] [ 1.885058] do_one_initcall+0x50/0x15c [2024-05-23 14:17:31.033] [ 1.885065] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:17:31.035] [ 1.885070] kernel_init+0x10/0x100 [2024-05-23 14:17:31.035] [ 1.885075] ret_from_fork+0x10/0x18 [2024-05-23 14:17:31.035] [ 1.890898] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:17:31.058] [ 2.138116] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:17:31.067] [ 2.151636] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:17:31.071] [ 2.158687] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:17:31.073] [ 2.163289] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:17:31.094] [ 2.168092] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:17:31.094] [ 2.172941] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:17:31.094] [ 2.177496] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:17:31.138] [ 2.230829] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:17:31.151] [ 2.243358] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:31.169] [ 2.261466] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:31.185] [ 2.277195] NET: Registered protocol family = 2 [2024-05-23 14:17:31.197] [ 2.284624] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:17:31.210] [ 2.292234] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:17:31.212] [ 2.303463] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:17:31.223] [ 2.311050] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:17:31.235] [ 2.317795] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:17:31.236] [ 2.325905] NET: Registered protocol family = 1 [2024-05-23 14:17:31.343] [ 2.433578] audit: initializing netlink = subsys (disabled) [2024-05-23 14:17:31.348] [ 2.440102] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:17:31.360] [ 2.440658] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:17:31.432] [ 2.522855] fuse init (API version 7.26) [2024-05-23 14:17:31.453] [ 2.540883] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:17:31.458] [ 2.550804] io scheduler noop registered = (default) [2024-05-23 14:17:31.469] [ 2.555646] io scheduler mq-deadline = registered [2024-05-23 14:17:31.469] [ 2.560208] io scheduler kyber registered [2024-05-23 14:17:31.483] [ 2.570995] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:31.494] [ 2.577850] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:31.494] [ 2.584059] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:17:31.507] [ 2.591935] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:31.562] [ 2.654540] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:31.570] [ 2.662254] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:31.585] [ 2.667107] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:17:31.585] [ 2.672536] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:31.587] [ 2.673169] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:31.609] [ 2.683924] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:31.609] [ 2.690173] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:17:31.609] [ 2.697730] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:31.637] [ 2.722187] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:31.638] [ 2.729100] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:31.651] [ 2.733749] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:17:31.662] [ 2.739175] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:31.662] [ 2.739760] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:31.664] [ 2.750512] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:31.686] [ 2.756721] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:17:31.688] [ 2.764336] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:31.739] [ 2.830833] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:31.748] [ 2.837626] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:31.770] [ 2.842398] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:17:31.779] [ 2.847824] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:31.779] [ 2.857527] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:17:31.787] [ 2.867143] [INF][WDMA] tcc_wdma_init [2024-05-23 14:17:31.787] [ 2.871927] TCC WDMA Driver Initializing [2024-05-23 14:17:31.788] [ 2.879380] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:17:31.821] [ 2.885482] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:17:31.821] [ 2.895925] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:31.832] [ 2.908576] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:17:31.834] [ 2.917947] [CPU_ID] probe is done [2024-05-23 14:17:31.834] [ 2.921710] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:17:31.854] [ 2.928411] [DRAM_TOOL] probe is done [2024-05-23 14:17:31.856] [ 2.935632] MALI-G51 : r30p0-01eac0 [2024-05-23 14:17:31.856] [ 2.939159] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:17:31.858] [ 2.949027] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:31.872] [ 2.949032] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:17:31.886] [ 2.949037] 6 locks held by swapper/0/1: [2024-05-23 14:17:31.897] [ 2.949040] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:17:31.897] [ 2.949067] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:17:31.900] [ 2.949082] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:31.923] [ 2.949101] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:31.923] [ 2.949116] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:31.923] [ 2.949131] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:31.937] [ 2.949151] irq event stamp: 453478 [2024-05-23 14:17:31.937] [ 2.949156] hardirqs last enabled at = (453477): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:31.951] [ 2.949161] hardirqs last disabled at = (453478): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:31.953] [ 2.949169] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:31.975] [ 2.949172] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:31.975] [ 2.949175] Preemption disabled at: [2024-05-23 14:17:31.975] [ 2.949180] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:31.988] [ 2.949190] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:17:31.988] [ 2.949193] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:32.005] [ 2.949197] Call trace: [2024-05-23 14:17:32.005] [ 2.949203] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:32.005] [ 2.949208] show_stack+0x14/0x20 [2024-05-23 14:17:32.005] [ 2.949213] dump_stack+0xb8/0xf0 [2024-05-23 14:17:32.007] [ 2.949218] ___might_sleep+0x178/0x210 [2024-05-23 14:17:32.028] [ 2.949222] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:32.039] [ 2.949227] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:32.039] [ 2.949233] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:32.039] [ 2.949240] gic_set_type+0x84/0x98 [2024-05-23 14:17:32.039] [ 2.949245] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:32.039] [ 2.949249] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:32.041] [ 2.949254] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:32.041] [ 2.949260] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:17:32.041] [ 2.949266] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:17:32.064] [ 2.949270] kbase_device_init+0x78/0xf8 [2024-05-23 14:17:32.064] [ 2.949276] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:17:32.064] [ 2.949281] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:32.064] [ 2.949287] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:32.064] [ 2.949291] __driver_attach+0xfc/0x118 [2024-05-23 14:17:32.066] [ 2.949296] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:32.088] [ 2.949301] driver_attach+0x20/0x28 [2024-05-23 14:17:32.088] [ 2.949306] bus_add_driver+0x220/0x268 [2024-05-23 14:17:32.088] [ 2.949310] driver_register+0x60/0xf8 [2024-05-23 14:17:32.088] [ 2.949315] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:32.088] [ 2.949322] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:17:32.100] [ 2.949327] do_one_initcall+0x50/0x15c [2024-05-23 14:17:32.102] [ 2.949334] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:17:32.102] [ 2.949339] kernel_init+0x10/0x100 [2024-05-23 14:17:32.102] [ 2.949344] ret_from_fork+0x10/0x18 [2024-05-23 14:17:32.124] [ 2.951085] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:17:32.124] [ 3.205792] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:17:32.124] [ 3.212531] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:17:32.151] [ 3.226248] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:17:32.154] [ 3.233199] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:17:32.167] [ 3.245302] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:17:32.169] [ 3.251520] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:17:32.169] [ 3.255902] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:17:32.171] [ 3.263448] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:17:32.218] [ 3.310818] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:17:32.229] [ 3.319717] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:17:32.244] [ 3.327621] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:17:32.246] [ 3.338885] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:17:32.258] [ 3.344168] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:17:32.286] [ 3.355241] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:17:32.286] [ 3.364096] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:17:32.310] [ 3.383223] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:17:32.311] [ 3.398682] libphy: Fixed MDIO Bus: probed [2024-05-23 14:17:32.313] [ 3.403674] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:17:32.324] [ 3.416666] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:17:32.339] [ 3.421194] [INFO][GAMC] gmac index : 1 [2024-05-23 14:17:32.339] [ 3.425644] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:17:32.339] [ 3.430811] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:17:32.352] [ 3.436864] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:17:32.352] [ 3.437877] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:17:32.354] [ 3.438658] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:17:32.379] [ 3.442418] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:17:32.379] [ 3.443210] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:17:32.379] [ 3.443817] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:17:32.379] [ 3.444920] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:17:32.393] [ 3.456901] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:17:32.393] [ 3.456930] GPT:15269887 !=3D 15273599 [2024-05-23 14:17:32.406] [ 3.456938] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:17:32.408] [ 3.456945] GPT:15269887 !=3D 15273599 [2024-05-23 14:17:32.408] [ 3.456953] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:17:32.430] [ 3.457067] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:17:32.430] [ 3.516456] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:17:32.432] [ 3.524826] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:17:32.453] [ 3.539387] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:17:32.455] [ 3.545252] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:32.470] [ 3.545265] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:17:32.470] [ 3.545271] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:17:32.471] [ 3.545283] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:32.494] [ 3.545294] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:17:32.494] [ 3.574455] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:17:32.499] [ 3.590594] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:17:32.513] [ 3.597248] usbhid: USB HID core driver [2024-05-23 14:17:32.513] [ 3.601460] optee: probing for conduit = method from DT. [2024-05-23 14:17:32.537] [ 3.606641] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:17:32.538] [ 3.608499] optee: initialized driver [2024-05-23 14:17:32.538] [ 3.618168] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:17:32.538] [ 3.623900] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:17:32.538] [ 3.629071] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:17:32.552] [ 3.634238] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:17:32.553] [ 3.640013] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:17:32.574] [ 3.645788] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:17:32.583] [ 3.651650] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:17:32.583] [ 3.658175] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:17:32.583] [ 3.665623] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:17:32.586] [ 3.673571] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:17:32.608] [ 3.687975] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:17:32.608] [ 3.696147] NET: Registered protocol family = 17 [2024-05-23 14:17:32.630] [ 3.701254] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:17:32.633] [ 3.718950] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:17:32.803] [ 3.888886] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:32.805] [ 3.888934] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:17:32.818] [ 3.904647] ALSA device list: [2024-05-23 14:17:32.818] [ 3.907640] No soundcards found. [2024-05-23 14:17:32.841] [ 3.913421] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:17:32.846] [ 3.934528] Freeing unused kernel memory: = 4160K [2024-05-23 14:17:32.869] Mounting devtmpfs [2024-05-23 14:17:32.873] [ 3.949375] mount (90) used greatest stack = depth: 12960 bytes left [2024-05-23 14:17:32.873] Mounting procfs [2024-05-23 14:17:32.873] Mounting sysfs [2024-05-23 14:17:32.888] [ 3.969388] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:17:32.905] [ 3.997258] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:17:32.949] [ 4.040413] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:17:32.958] [ 4.049320] mount (97) used greatest stack = depth: 11280 bytes left [2024-05-23 14:17:32.989] [ 4.069832] mount (99) used greatest stack = depth: 11200 bytes left [2024-05-23 14:17:33.222] [ 4.314254] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:17:33.321] [ 4.413257] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:17:33.349] [ 4.441099] systemd[1]: Detected = architecture arm64. [2024-05-23 14:17:33.393]=20 [2024-05-23 14:17:33.393] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:17:33.405]=20 [2024-05-23 14:17:33.424] [ 4.503890] systemd[1]: Set hostname to = . [2024-05-23 14:17:33.425] [ 4.515176] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:17:33.440] [ 4.524557] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:17:33.674] [ 4.765287] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:17:33.698] [ 4.782401] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:17:33.740] [ 4.825844] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:17:33.746] [ 4.837954] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:17:33.938] [ 5.029941] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:17:34.012] [ OK ] Created slice User and Session Slice. [2024-05-23 14:17:34.026] [ OK ] Reached target Swap. [2024-05-23 14:17:34.057] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:17:34.074] [ OK ] Reached target Slices. [2024-05-23 14:17:34.077] [ OK ] Reached target Remote File Systems. [2024-05-23 14:17:34.093] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:17:34.110] [ OK ] Created slice system-getty.slice. [2024-05-23 14:17:34.126] [ OK ] Listening on Journal Socket. [2024-05-23 14:17:34.156] Mounting FUSE Control File System... [2024-05-23 14:17:34.187] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:17:34.220] Starting Apply Kernel Variables... [2024-05-23 14:17:34.257] Mounting Kernel Debug File System... [2024-05-23 14:17:34.264] [ 5.352834] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:17:34.293] Mounting Configuration File System... [2024-05-23 14:17:34.328] Starting mount data partition = service... [2024-05-23 14:17:34.344] [ OK ] Reached target Paths. [2024-05-23 14:17:34.361] [ OK ] Listening on udev Control Socket. [2024-05-23 14:17:34.391] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:17:34.405] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:17:34.441] Mounting POSIX Message Queue File = System... [2024-05-23 14:17:34.457] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:17:34.473] [ 5.561025] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:34.493] Starting udev Coldplug all Devices... [2024-05-23 14:17:34.524] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:17:34.541] [ OK ] Listening on Syslog Socket. [2024-05-23 14:17:34.570] Starting Journal Service... [2024-05-23 14:17:34.599] Mounting Huge Pages File System... [2024-05-23 14:17:34.664] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:17:34.694] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:17:34.725] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:17:34.741] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:17:34.757] [ OK ] Mounted Configuration File System. [2024-05-23 14:17:34.783] [ OK ] Started mount data partition service. [2024-05-23 14:17:34.803] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:17:34.847] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:17:34.874] [ OK ] Started Journal Service. [2024-05-23 14:17:34.892] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:17:34.952] Starting NS file System mount and = recovery.... [2024-05-23 14:17:34.983] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:17:35.008] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:17:35.031] Mounting /var/volatile... [2024-05-23 14:17:35.044] [ OK ] Reached target Containers. [2024-05-23 14:17:35.077] Mounting /tmp... [2024-05-23 14:17:35.089] [ 6.181581] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:35.124] Starting udev Kernel Device = Manager... [2024-05-23 14:17:35.176] [ 6.268501] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:35.249] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:17:35.281] [ OK ] Mounted /var/volatile. [2024-05-23 14:17:35.289] [ 6.381837] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:35.380] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:17:35.409] [ OK ] Mounted /tmp. [2024-05-23 14:17:35.499] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:17:35.526] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:17:35.704] [ 6.792855] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:17:35.726] Starting Bind mount volatile = /var/cache... [2024-05-23 14:17:35.753] Starting Bind mount volatile = /var/spool... [2024-05-23 14:17:35.788] Starting Bind mount volatile = /var/lib... [2024-05-23 14:17:35.825] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:17:36.023] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:17:36.053] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:17:36.088] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:17:36.123] Starting Load/Save Random Seed... [2024-05-23 14:17:36.152] [ OK ] Reached target Local File Systems. [2024-05-23 14:17:36.176] Starting netfilter persistent = configuration... [2024-05-23 14:17:36.204] Starting AppArmor initialization... [2024-05-23 14:17:36.238] Starting Create Volatile Files and = Directories... [2024-05-23 14:17:36.267] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:17:36.384] [ 7.475787] audit: type=3D1400 = audit(1550139121.156:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:17:36.405] [ 7.493735] audit: type=3D1400 = audit(1550139121.160:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:17:36.431] [ 7.510740] audit: type=3D1400 = audit(1550139121.160:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:17:36.457] [ 7.526566] audit: type=3D1400 = audit(1550139121.160:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:17:36.473] [ 7.542296] audit: type=3D1400 = audit(1550139121.160:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:17:36.476] [ 7.558305] audit: type=3D1400 = audit(1550139121.160:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:17:36.500] [ 7.575498] audit: type=3D1400 = audit(1550139121.160:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:17:36.500] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:17:36.535] [ OK ] Started AppArmor initialization. [2024-05-23 14:17:36.560] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:17:36.589] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:17:36.604] [ OK ] Reached target Network (Pre). [2024-05-23 14:17:36.643] Starting Network Service... [2024-05-23 14:17:36.676] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:17:36.696] [ OK ] Reached target System Initialization. [2024-05-23 14:17:36.711] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:17:36.726] [ OK ] Reached target Timers. [2024-05-23 14:17:36.746] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:17:36.763] [ OK ] Reached target Sockets. [2024-05-23 14:17:36.793] [ OK ] Reached target Basic System. [2024-05-23 14:17:36.821] [ OK ] Started System Logging Service. [2024-05-23 14:17:36.827] [ 7.917460] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:17:36.860] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:17:36.877] [ 7.957382] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:17:36.878] [ 7.961972] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:17:36.878] [ 7.966564] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:17:36.904] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:17:36.926] [ OK ] Started Kernel Logging Service. [2024-05-23 14:17:36.960] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:17:36.999] Starting Load Kernel Modules... [2024-05-23 14:17:37.033] Starting Login Service... [2024-05-23 14:17:37.066] [ 8.158029] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:17:37.074] [ 8.165369] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:17:37.090] [ OK ] Started NS VSync Process. [2024-05-23 14:17:37.095] [ 8.186884] Disabling lock debugging due to = kernel taint [2024-05-23 14:17:37.113] [ 8.190217] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:17:37.113] [ 8.190226] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:17:37.143] [ 8.190233] [INFO][GMAC]=20 [2024-05-23 14:17:37.146] [ 8.226580] libphy: tcc-gmac-mdio: probed [2024-05-23 14:17:37.161] [ 8.226585] [INFO][GMAC] registered! [2024-05-23 14:17:37.161] [ 8.226588] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:17:37.161] [ 8.226595] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:17:37.177] [ 8.239711] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:17:37.177] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:17:37.193] [ OK ] Started NS System Management Process. [2024-05-23 14:17:37.194] Starting NS Inter Domain Comm = Process... [2024-05-23 14:17:37.210] [ OK ] Started Network Service. [2024-05-23 14:17:37.210] [ 8.299420] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:17:37.226] [ 8.305122] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:17:37.226] [ OK ] Reached target Networ[ 8.318370] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:17:37.240] k. [2024-05-23 14:17:37.240] Start /usr/bin/sys-fail-mo[ 8.323183] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:17:37.255] n [2024-05-23 14:17:37.255] [ 8.323191] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:17:37.255] [ 8.324605] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:37.271] [ 8.327752] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:17:37.272] [ 8.327767] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:17:37.297] [ 8.334322] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:17:37.297] [ 8.334329] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:17:37.297] [ 8.339656] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:37.312] [ 8.382035] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:17:37.325] [ 8.383302] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:37.326] [ 8.383306] in_atomic(): 1, = irqs_disabled(): 128, pid: 270, name: systemd-modules [2024-05-23 14:17:37.352] [ 8.383308] INFO: lockdep is turned off. [2024-05-23 14:17:37.352] [ 8.383311] irq event stamp: 24417 [2024-05-23 14:17:37.352] [ 8.383326] hardirqs last enabled at = (24417): [<000000003dc3a360>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:37.352] [ 8.383330] hardirqs last disabled at = (24416): [<00000000ff91224e>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:37.367] [ 8.383337] softirqs last enabled at (0): = [<0000000013a40e3e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:37.367] [ 8.383340] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:37.383] [ 8.383342] Preemption disabled at: [2024-05-23 14:17:37.383] [ 8.383349] [<00000000c6e2da53>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:37.383] [ 8.383357] CPU: 2 PID: 270 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:17:37.398] [ 8.383359] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:37.398] [ 8.383361] Call trace: [2024-05-23 14:17:37.398] [ 8.383367] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:37.414] [ 8.383370] show_stack+0x14/0x20 [2024-05-23 14:17:37.414] [ 8.383375] dump_stack+0xb8/0xf0 [2024-05-23 14:17:37.414] [ 8.383378] ___might_sleep+0x178/0x210 [2024-05-23 14:17:37.414] [ 8.383381] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:37.427] [ 8.383387] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:37.427] [ 8.383392] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:37.427] [ 8.383397] gic_set_type+0x84/0x98 [2024-05-23 14:17:37.429] [ 8.383401] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:37.453] [ 8.383404] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:37.453] [ 8.383408] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:37.453] [ 8.383435] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:17:37.453] [ 8.383454] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:17:37.453] [ 8.383459] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:37.453] [ 8.383464] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:37.470] [ 8.383468] __driver_attach+0xfc/0x118 [2024-05-23 14:17:37.470] [ 8.383472] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:37.470] [ 8.383475] driver_attach+0x20/0x28 [2024-05-23 14:17:37.472] [ 8.383479] bus_add_driver+0x220/0x268 [2024-05-23 14:17:37.491] [ 8.383482] driver_register+0x60/0xf8 [2024-05-23 14:17:37.493] [ 8.383485] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:37.493] [ 8.383502] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:17:37.493] [ 8.383506] do_one_initcall+0x50/0x15c [2024-05-23 14:17:37.493] [ 8.383511] do_init_module+0x54/0x1b0 [2024-05-23 14:17:37.493] [ 8.383514] load_module+0x1e70/0x2428 [2024-05-23 14:17:37.516] [ 8.383517] SyS_finit_module+0xe4/0x118 [2024-05-23 14:17:37.516] [ 8.383520] el0_svc_naked+0x34/0x38 [2024-05-23 14:17:37.516] [ 8.393428] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:17:37.516] [ 8.398513] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:17:37.516] [ 8.402567] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:17:37.518] [ 8.403498] Done!! [2024-05-23 14:17:37.541] [ 8.497625] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:17:37.544] [ 8.503988] Done!! [2024-05-23 14:17:37.544] [ 8.596576] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:17:37.544] [ 8.599260] Done!! [2024-05-23 14:17:37.544] [ 8.629232] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:17:37.568] [ 8.629232] -- MASTER Configuration. [2024-05-23 14:17:37.568] [ 8.629232] -- Local Receiver Status Not = OK. [2024-05-23 14:17:37.570] [ 8.629232] -- Remote Receiver Status Not = OK. [2024-05-23 14:17:37.570] [ 8.647169] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:17:37.570] [ 8.653799] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:17:37.570] Starting udev Coldplug a[ 8.660469] = [INFO][GMAC] init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:17:37.590] ll Devices... [2024-05-23 14:17:37.590] Starting Permit User Sessions... [2024-05-23 14:17:37.590] [ 8.673508] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:17:37.592] [ 8.682520] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:17:37.620] [ 8.682536] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:17:37.620] [ 8.682536] =20 [2024-05-23 14:17:37.620] [ 8.682865] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:17:37.620] [ 8.683338] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:17:37.620] [ 8.683342] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:17:37.622] [ 8.683347] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:17:37.648] [ 8.683347] =20 [2024-05-23 14:17:37.648] [ 8.683498] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:17:37.648] [ 8.683513] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:17:37.648] [ 8.683517] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:17:37.648] [ 8.683521] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:17:37.648] [ 8.683529] [INFO][GMAC] --] phy_start: : [2024-05-23 14:17:37.659] [ 8.683596] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:17:37.664] Starting Wait for Network to be = Configured... [2024-05-23 14:17:37.687] [ OK ] Started Load Kernel Modules. [2024-05-23 14:17:37.689] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:17:37.689] [ OK ] Started Permit User Sessions. [2024-05-23 14:17:37.710] [ 8.791805] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:37.713] parents, child is 323 [2024-05-23 14:17:37.727] [IDC]Start. [2024-05-23 14:17:37.729] [ 8.813820] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:17:37.742] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:17:37.744] [ OK ] Started Getty on tty1. [2024-05-23 14:17:37.744] [IDC](A7)ConnectReq 0 [2024-05-23 14:17:37.744] [IDC](A7)do_connect 0 [2024-05-23 14:17:37.768] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:17:37.784] [IDC](A7)Tx start session req 1 [2024-05-23 14:17:37.784] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:17:37.784] [IDC](R5)ConnectReq 0 [2024-05-23 14:17:37.784] [IDC](R5)do_connect 0 [2024-05-23 14:17:37.784] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:17:37.784] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:17:37.784] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:17:37.784] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:17:37.784] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:17:37.804] [ OK ] Reached target Login Prompts. [2024-05-23 14:17:37.804] [ OK ] Started Cluster Framework. [2024-05-23 14:17:37.804] [[IDC](A7)Session status 2 -> 3 [2024-05-23 14:17:37.829] [IDC](A7)Session connected. [2024-05-23 14:17:37.829] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:17:37.829] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:17:37.829] OK ] Started HUD Framework. [2024-05-23 14:17:37.829] [IDC](R5)Session connected.2 [2024-05-23 14:17:37.829] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:17:37.859] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:17:37.859] [ 8.904358] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:37.862] [ OK ] Started Nvm Process. [2024-05-23 14:17:37.883] [ OK ] Started NS hsm control application. [2024-05-23 14:17:37.953] [ OK ] Started 9.046558] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:17:37.964] 39mDiagnosis Framework. [2024-05-23 14:17:37.980] [ OK ] Started NS Software Update. [2024-05-23 14:17:38.011] [ OK ] Started NS Secondary Verify. [2024-05-23 14:17:38.057] [ 9.149465] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:17:38.077] [ 9.158294] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:38.096] [ OK ] Started Diagnosis Transport. [2024-05-23 14:17:38.129] [ OK ] Started Login Service. [2024-05-23 14:17:38.135] [ OK ] Reached target Multi-User System. [2024-05-23 14:17:38.150] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:17:38.178] [ 9.270151] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:38.211] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:17:38.244] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:17:38.290] [ 9.382234] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:38.328] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:17:38.405] [ 9.496622] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:38.514] [ 9.606190] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:38.579] [ 9.670103] sched: RT throttling activated [2024-05-23 14:17:38.640] [ 9.722402] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:38.741] [ 9.830295] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:39.077] [ 10.163910] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:17:39.088] [ 10.163918] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:17:39.177] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:17:40.044] [ 11.121131] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:17:40.052] [ 11.121140] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:17:44.122]=20 [2024-05-23 14:17:44.124] telechips-nsp1-release login:=20 [2024-05-23 14:17:48.269]=20 [2024-05-23 14:17:48.269] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:17:48.284]=20 [2024-05-23 14:17:48.284] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:17:48.312] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:17:48.312] DRAM: 2 GiB [2024-05-23 14:17:48.316] MMC: sdhc@0x16440000: 0 [2024-05-23 14:17:48.596]=20 [2024-05-23 14:17:48.599] HW Partition tyep is UserData [2024-05-23 14:17:48.620] In: serial [2024-05-23 14:17:48.620] Out: serial [2024-05-23 14:17:48.621] Err: serial [2024-05-23 14:17:48.675] Boot in the UserData environment(0) [2024-05-23 14:17:48.679] Non-secure boot (secure boot flag is clear) [2024-05-23 14:17:48.692] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:17:48.706] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:17:48.706] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:17:48.707] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:17:48.707] Booting using the fdt blob at 0x23000000 [2024-05-23 14:17:48.707] Loading Kernel Image [2024-05-23 14:17:48.730] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:17:48.731] OPTEE is enabled [2024-05-23 14:17:48.731]=20 [2024-05-23 14:17:48.731] Starting kernel ... [2024-05-23 14:17:48.731]=20 [2024-05-23 14:17:49.657] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:17:49.666] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:17:49.680] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:17:49.680] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:17:49.695] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:17:49.695] [ 0.000000] efi: UEFI not found. [2024-05-23 14:17:49.695] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:17:49.712] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:17:49.712] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:17:49.727] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:17:49.727] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:17:49.741] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:17:49.742] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:17:49.770] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:17:49.770] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:17:49.770] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:17:49.785] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:17:49.798] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:17:49.811] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:17:49.811] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:17:49.816] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:17:49.816] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:17:49.842] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:17:49.842] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:17:49.842] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:17:49.859] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:17:49.859] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:17:49.885] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:17:49.888] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:17:49.888] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:17:49.888] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:17:49.889] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:17:49.903] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:17:49.903] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:17:49.903] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:17:49.918] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:17:49.921] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:17:49.944] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:17:49.948] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:17:49.948] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:17:49.948] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:17:49.948] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:17:49.972] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:17:49.999] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:17:50.000] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:17:50.000] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:17:50.000] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:17:50.017] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:17:50.017] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:17:50.039] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:17:50.039] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:17:50.039] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:17:50.053] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:17:50.066] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:17:50.068] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:17:50.068] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:17:50.093] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:17:50.093] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:17:50.093] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:17:50.107] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:17:50.120] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:17:50.132] [ 0.000000] Running RCU self tests [2024-05-23 14:17:50.132] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:17:50.132] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:17:50.132] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:17:50.134] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:17:50.134] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:17:50.158] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:17:50.158] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:17:50.158] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:17:50.158] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:17:50.160] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:17:50.187] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:17:50.187] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:17:50.187] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:17:50.201] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:17:50.203] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:17:50.203] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:17:50.230] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:17:50.230] [ 0.001720] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:17:50.230] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:17:50.230] [ 0.001725] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:17:50.230] [ 0.001728] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:17:50.233] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:17:50.255] [ 0.001733] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:17:50.268] [ 0.001736] memory used by lock dependency = info: 7903 kB [2024-05-23 14:17:50.268] [ 0.001739] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:17:50.268] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:17:50.270] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:17:50.270] [ 0.002286] Security Framework initialized [2024-05-23 14:17:50.270] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:17:50.294] [ 0.002656] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:17:50.294] [ 0.002678] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:17:50.294] [ 0.019964] ASID allocator initialised with = 32768 entries [2024-05-23 14:17:50.294] [ 0.035864] Hierarchical SRCU = implementation. [2024-05-23 14:17:50.308] [ 0.062285] EFI services will not be = available. [2024-05-23 14:17:50.318] [ 0.076132] smp: Bringing up secondary CPUs = ... [2024-05-23 14:17:50.318] [ 0.120758] Detected VIPT I-cache on CPU1 [2024-05-23 14:17:50.321] [ 0.120833] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:17:50.321] [ 0.165003] Detected VIPT I-cache on CPU2 [2024-05-23 14:17:50.321] [ 0.165059] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:17:50.350] [ 0.209286] Detected VIPT I-cache on CPU3 [2024-05-23 14:17:50.350] [ 0.209339] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:17:50.350] [ 0.209715] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:17:50.350] [ 0.209756] SMP: Total of 4 processors = activated. [2024-05-23 14:17:50.350] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:17:50.352] [ 0.209791] CPU: All CPU(s) started at EL2 [2024-05-23 14:17:50.374] [ 0.209972] alternatives: patching kernel = code [2024-05-23 14:17:50.383] [ 0.210527] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:17:50.383] [ 0.213115] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:17:50.383] [ 0.213702] devtmpfs: initialized [2024-05-23 14:17:50.383] [ 0.403513] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:17:50.385] [ 0.403780] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:17:50.385] [ 0.412583] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:17:50.413] [ 0.413506] chipinfo: TCC8030 Rev02 [2024-05-23 14:17:50.413] [ 0.413521] chipinfo: SiP Service v0.1.56 [2024-05-23 14:17:50.413] [ 0.418875] NET: Registered protocol family = 16 [2024-05-23 14:17:50.413] [ 0.422881] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:17:50.413] [ 0.424813] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:17:50.415] [ 0.426557] cpuidle: using governor menu [2024-05-23 14:17:50.442] [ 0.426792] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:17:50.442] [ 0.440906] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:17:50.442] [ 0.441390] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:17:50.442] [ 0.441437] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:17:50.466] [ 0.441482] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:17:50.468] [ 0.441525] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:17:50.468] [ 0.441569] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:17:50.468] [ 0.441613] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:17:50.468] [ 0.441656] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:17:50.468] [ 0.441699] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:17:50.474] [ 0.441743] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:17:50.507] [ 0.441786] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.441830] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.441968] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.442014] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.442058] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.442101] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.442160] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:17:50.508] [ 0.442203] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:17:50.533] [ 0.442247] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:17:50.533] [ 0.442632] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:17:50.533] [ 0.442675] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:17:50.533] [ 0.442719] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:17:50.533] [ 0.442762] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:17:50.547] [ 0.442806] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:17:50.547] [ 0.442849] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:17:50.548] [ 0.442892] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:17:50.574] [ 0.442936] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:17:50.574] [ 0.442978] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:17:50.574] [ 0.443022] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:17:50.574] [ 0.443065] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:17:50.576] [ 0.443108] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:17:50.601] [ 0.443348] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:17:50.601] [ 0.443406] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:17:50.601] [ 0.443450] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:17:50.601] [ 0.443493] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:17:50.601] [ 0.443536] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:17:50.620] [ 0.443579] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:17:50.620] [ 0.443622] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:17:50.620] [ 0.443818] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:17:50.622] [ 0.443861] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:17:50.645] [ 0.443904] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:17:50.645] [ 0.443947] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:17:50.645] [ 0.443991] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:17:50.645] [ 0.444034] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:17:50.645] [ 0.444077] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:17:50.665] [ 0.444120] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:17:50.665] [ 0.444163] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:17:50.665] [ 0.444206] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:17:50.678] [ 0.444262] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:17:50.690] [ 0.444305] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:17:50.690] [ 0.444349] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:17:50.690] [ 0.444392] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:17:50.706] [ 0.444922] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:17:50.706] [ 0.444967] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:17:50.708] [ 0.445139] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:17:50.708] [ 0.445308] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:17:50.708] [ 0.445491] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:17:50.734] [ 0.445658] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:17:50.734] [ 0.445826] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:17:50.734] [ 0.445870] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:17:50.734] [ 0.446007] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:17:50.734] [ 0.446212] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:17:50.746] [ 0.446397] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:17:50.748] [ 0.446577] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:17:50.748] [ 0.446621] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:17:50.772] [ 0.446665] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:17:50.772] [ 0.446708] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:17:50.772] [ 0.446751] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:17:50.772] [ 0.446929] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:17:50.774] [ 0.446973] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:17:50.801] [ 0.447174] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:17:50.802] [ 0.447188] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:17:50.802] [ 0.529683] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:17:50.802] [ 0.529774] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:17:50.828] [ 1.676643] console [ttyAMA0] enabled [2024-05-23 14:17:50.832] [ 1.684311] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:17:50.840] [ 1.713118] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:17:50.854] [ 1.723417] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:17:50.869] [ 1.734003] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:17:50.893] [ 1.744341] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:17:50.970] [ 1.844236] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:17:50.991] [ 1.860741] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:17:50.994] [ 1.867635] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:17:51.022] [ 1.874427] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:17:51.022] [ 1.880797] Linux video capture interface: = v2.00 [2024-05-23 14:17:51.024] [ 1.886554] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:51.049] [ 1.886559] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:17:51.049] [ 1.886563] 6 locks held by swapper/0/1: [2024-05-23 14:17:51.049] [ 1.886566] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:17:51.049] [ 1.886592] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:17:51.063] [ 1.886607] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:51.065] [ 1.886626] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:51.090] [ 1.886640] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:51.090] [ 1.886656] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:51.092] [ 1.886675] irq event stamp: 288102 [2024-05-23 14:17:51.120] [ 1.886680] hardirqs last enabled at = (288101): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:51.120] [ 1.886685] hardirqs last disabled at = (288102): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:51.120] [ 1.886693] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:51.143] [ 1.886697] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:51.144] [ 1.886700] Preemption disabled at: [2024-05-23 14:17:51.144] [ 1.886705] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:51.144] [ 1.886715] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:17:51.157] [ 1.886718] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:51.158] [ 1.886721] Call trace: [2024-05-23 14:17:51.158] [ 1.886727] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:51.158] [ 1.886732] show_stack+0x14/0x20 [2024-05-23 14:17:51.172] [ 1.886738] dump_stack+0xb8/0xf0 [2024-05-23 14:17:51.185] [ 1.886743] ___might_sleep+0x178/0x210 [2024-05-23 14:17:51.185] [ 1.886747] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:51.185] [ 1.886752] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:51.187] [ 1.886758] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:51.187] [ 1.886764] gic_set_type+0x84/0x98 [2024-05-23 14:17:51.187] [ 1.886769] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:51.209] [ 1.886774] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:51.211] [ 1.886779] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:51.211] [ 1.886784] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:17:51.211] [ 1.886791] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:17:51.211] [ 1.886796] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:51.211] [ 1.886801] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:51.235] [ 1.886805] __driver_attach+0xfc/0x118 [2024-05-23 14:17:51.247] [ 1.886810] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:51.247] [ 1.886815] driver_attach+0x20/0x28 [2024-05-23 14:17:51.247] [ 1.886820] bus_add_driver+0x220/0x268 [2024-05-23 14:17:51.247] [ 1.886825] driver_register+0x60/0xf8 [2024-05-23 14:17:51.247] [ 1.886829] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:51.247] [ 1.886836] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:17:51.249] [ 1.886841] do_one_initcall+0x50/0x15c [2024-05-23 14:17:51.249] [ 1.886849] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:17:51.249] [ 1.886854] kernel_init+0x10/0x100 [2024-05-23 14:17:51.272] [ 1.886859] ret_from_fork+0x10/0x18 [2024-05-23 14:17:51.272] [ 1.892727] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:17:51.272] [ 2.140048] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:17:51.299] [ 2.153667] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:17:51.302] [ 2.160708] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:17:51.302] [ 2.165309] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:17:51.302] [ 2.170112] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:17:51.304] [ 2.174959] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:17:51.333] [ 2.179515] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:17:51.362] [ 2.233598] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:17:51.373] [ 2.246120] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:51.391] [ 2.264479] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:51.408] [ 2.279900] NET: Registered protocol family = 2 [2024-05-23 14:17:51.436] [ 2.287235] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:17:51.436] [ 2.294854] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:17:51.438] [ 2.306081] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:17:51.458] [ 2.313539] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:17:51.458] [ 2.320387] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:17:51.458] [ 2.328741] NET: Registered protocol family = 1 [2024-05-23 14:17:51.563] [ 2.436790] audit: initializing netlink = subsys (disabled) [2024-05-23 14:17:51.571] [ 2.443052] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:17:51.588] [ 2.443677] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:17:51.652] [ 2.525707] fuse init (API version 7.26) [2024-05-23 14:17:51.675] [ 2.539786] modprobe (65) used greatest = stack depth: 13296 bytes left [2024-05-23 14:17:51.678] [ 2.546449] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:17:51.692] [ 2.549618] io scheduler noop registered = (default) [2024-05-23 14:17:51.693] [ 2.549635] io scheduler mq-deadline = registered [2024-05-23 14:17:51.693] [ 2.549647] io scheduler kyber registered [2024-05-23 14:17:51.693] [ 2.562527] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:51.720] [ 2.562539] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:51.720] [ 2.562548] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:17:51.720] [ 2.562637] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:51.746] [ 2.619505] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:51.754] [ 2.627318] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:51.766] [ 2.632573] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:17:51.767] [ 2.638004] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:51.792] [ 2.638643] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:51.792] [ 2.649413] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:51.792] [ 2.655623] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:17:51.792] [ 2.663167] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:51.820] [ 2.687923] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:51.822] [ 2.694835] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:51.836] [ 2.699392] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:17:51.836] [ 2.704819] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:51.836] [ 2.705413] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:17:51.851] [ 2.716166] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:17:51.851] [ 2.722374] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:17:51.866] [ 2.729994] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:17:51.922] [ 2.795895] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:17:51.929] [ 2.802690] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:17:51.943] [ 2.807335] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:17:51.958] [ 2.812761] fbX_probe : update_type =3D 1=20 [2024-05-23 14:17:51.959] [ 2.822452] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:17:51.959] [ 2.832195] [INF][WDMA] tcc_wdma_init [2024-05-23 14:17:51.973] [ 2.837052] TCC WDMA Driver Initializing [2024-05-23 14:17:51.975] [ 2.844475] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:17:52.000] [ 2.850575] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:17:52.000] [ 2.861110] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:52.002] [ 2.873764] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:17:52.024] [ 2.883209] [CPU_ID] probe is done [2024-05-23 14:17:52.025] [ 2.886959] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:17:52.025] [ 2.893672] [DRAM_TOOL] probe is done [2024-05-23 14:17:52.048] [ 2.900977] MALI-G51 : r30p0-01eac0 [2024-05-23 14:17:52.049] [ 2.904505] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:17:52.049] [ 2.914388] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:52.067] [ 2.914393] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:17:52.070] [ 2.914397] 6 locks held by swapper/0/1: [2024-05-23 14:17:52.070] [ 2.914400] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:17:52.093] [ 2.914428] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:17:52.095] [ 2.914444] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:52.095] [ 2.914461] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:52.119] [ 2.914476] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:52.131] [ 2.914492] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:52.131] [ 2.914510] irq event stamp: 453686 [2024-05-23 14:17:52.131] [ 2.914516] hardirqs last enabled at = (453685): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:52.134] [ 2.914521] hardirqs last disabled at = (453686): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:52.162] [ 2.914528] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:52.162] [ 2.914531] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:52.162] [ 2.914534] Preemption disabled at: [2024-05-23 14:17:52.162] [ 2.914539] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:52.175] [ 2.914548] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:17:52.188] [ 2.914551] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:52.188] [ 2.914555] Call trace: [2024-05-23 14:17:52.190] [ 2.914561] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:52.190] [ 2.914566] show_stack+0x14/0x20 [2024-05-23 14:17:52.190] [ 2.914571] dump_stack+0xb8/0xf0 [2024-05-23 14:17:52.190] [ 2.914577] ___might_sleep+0x178/0x210 [2024-05-23 14:17:52.214] [ 2.914581] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:52.214] [ 2.914586] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:52.214] [ 2.914591] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:52.214] [ 2.914598] gic_set_type+0x84/0x98 [2024-05-23 14:17:52.214] [ 2.914603] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:52.214] [ 2.914608] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:52.229] [ 2.914613] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:52.242] [ 2.914619] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:17:52.242] [ 2.914624] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:17:52.242] [ 2.914628] kbase_device_init+0x78/0xf8 [2024-05-23 14:17:52.254] [ 2.914634] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:17:52.254] [ 2.914639] platform_drv_probe+0x58/0xb8 [2024-05-23 14:17:52.254] [ 2.914644] = driver_probe_device+0x228/0x410 [2024-05-23 14:17:52.256] [ 2.914650] __driver_attach+0xfc/0x118 [2024-05-23 14:17:52.256] [ 2.914654] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:17:52.256] [ 2.914659] driver_attach+0x20/0x28 [2024-05-23 14:17:52.279] [ 2.914664] bus_add_driver+0x220/0x268 [2024-05-23 14:17:52.293] [ 2.914669] driver_register+0x60/0xf8 [2024-05-23 14:17:52.293] [ 2.914673] = __platform_driver_register+0x44/0x50 [2024-05-23 14:17:52.293] [ 2.914680] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:17:52.293] [ 2.914685] do_one_initcall+0x50/0x15c [2024-05-23 14:17:52.293] [ 2.914692] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:17:52.296] [ 2.914697] kernel_init+0x10/0x100 [2024-05-23 14:17:52.296] [ 2.914702] ret_from_fork+0x10/0x18 [2024-05-23 14:17:52.296] [ 2.916703] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:17:52.332] [ 3.171550] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:17:52.332] [ 3.178289] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:17:52.332] [ 3.192777] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:17:52.334] [ 3.200582] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:17:52.353] [ 3.212868] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:17:52.355] [ 3.219087] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:17:52.355] [ 3.223468] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:17:52.380] [ 3.231043] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:17:52.409] [ 3.280714] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:17:52.417] [ 3.290668] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:17:52.432] [ 3.298560] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:17:52.457] [ 3.309848] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:17:52.460] [ 3.315181] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:17:52.460] [ 3.326254] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:17:52.473] [ 3.335098] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:17:52.499] [ 3.354287] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:17:52.502] [ 3.369805] libphy: Fixed MDIO Bus: probed [2024-05-23 14:17:52.523] [ 3.374786] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:17:52.524] [ 3.387804] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:17:52.524] [ 3.392330] [INFO][GAMC] gmac index : 1 [2024-05-23 14:17:52.524] [ 3.396783] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:17:52.539] [ 3.401950] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:17:52.539] [ 3.408002] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:17:52.541] [ 3.408176] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:17:52.555] [ 3.409017] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:17:52.555] [ 3.412897] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:17:52.555] [ 3.413564] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:17:52.569] [ 3.414354] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:17:52.569] [ 3.415500] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:17:52.585] [ 3.425286] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:17:52.585] [ 3.425314] GPT:15269887 !=3D 15273599 [2024-05-23 14:17:52.586] [ 3.425322] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:17:52.610] [ 3.425330] GPT:15269887 !=3D 15273599 [2024-05-23 14:17:52.610] [ 3.425337] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:17:52.610] [ 3.425454] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:17:52.626] [ 3.488120] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:17:52.626] [ 3.496545] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:17:52.652] [ 3.510232] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:17:52.652] [ 3.516520] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:52.652] [ 3.516532] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:17:52.655] [ 3.516539] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:17:52.680] [ 3.516551] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:52.680] [ 3.516562] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:17:52.680] [ 3.545495] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:17:52.692] [ 3.561516] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:17:52.695] [ 3.568172] usbhid: USB HID core driver [2024-05-23 14:17:52.710] [ 3.572482] optee: probing for conduit = method from DT. [2024-05-23 14:17:52.710] [ 3.577663] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:17:52.712] [ 3.579489] optee: initialized driver [2024-05-23 14:17:52.736] [ 3.589100] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:17:52.736] [ 3.594820] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:17:52.736] [ 3.599990] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:17:52.736] [ 3.605245] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:17:52.738] [ 3.611020] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:17:52.763] [ 3.616795] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:17:52.763] [ 3.622657] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:17:52.763] [ 3.629126] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:17:52.775] [ 3.636692] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:17:52.777] [ 3.644642] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:17:52.791] [ 3.658669] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:17:52.811] [ 3.667340] NET: Registered protocol family = 17 [2024-05-23 14:17:52.812] [ 3.672425] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:17:52.826] [ 3.690128] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:17:52.985] [ 3.858389] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:17:52.992] [ 3.858434] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:17:53.006] [ 3.874143] ALSA device list: [2024-05-23 14:17:53.006] [ 3.877137] No soundcards found. [2024-05-23 14:17:53.044] [ 3.882946] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:17:53.048] [ 3.903788] Freeing unused kernel memory: = 4160K [2024-05-23 14:17:53.048] Mounting devtmpfs [2024-05-23 14:17:53.048] [ 3.918337] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:17:53.067] Mounting procfs [2024-05-23 14:17:53.067] Mounting sysfs [2024-05-23 14:17:53.067] [ 3.938134] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:17:53.093] [ 3.965817] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:17:53.139] [ 4.012352] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:17:53.151] [ 4.021354] mount (97) used greatest stack = depth: 11472 bytes left [2024-05-23 14:17:53.414] [ 4.287947] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:17:53.511] [ 4.384396] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:17:53.539] [ 4.411566] systemd[1]: Detected = architecture arm64. [2024-05-23 14:17:53.582]=20 [2024-05-23 14:17:53.584] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:17:53.595]=20 [2024-05-23 14:17:53.609] [ 4.473858] systemd[1]: Set hostname to = . [2024-05-23 14:17:53.613] [ 4.485181] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:17:53.627] [ 4.494081] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:17:53.867] [ 4.740006] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:17:53.898] [ 4.757309] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:17:53.926] [ 4.799928] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:17:53.941] [ 4.812126] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:17:54.126] [ 4.999619] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:17:54.200] [ OK ] Listening on Syslog Socket. [2024-05-23 14:17:54.214] [ OK ] Reached target Remote File Systems. [2024-05-23 14:17:54.231] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:17:54.246] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:17:54.278] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:17:54.294] [ OK ] Created slice system-getty.slice. [2024-05-23 14:17:54.311] [ OK ] Reached target Swap. [2024-05-23 14:17:54.328] [ OK ] Created slice User and Session Slice. [2024-05-23 14:17:54.344] [ OK ] Reached target Slices. [2024-05-23 14:17:54.347] [ OK ] Reached target Paths. [2024-05-23 14:17:54.375] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:17:54.378] [ OK ] Listening on udev Control Socket. [2024-05-23 14:17:54.396] [ OK ] Listening on Journal Socket. [2024-05-23 14:17:54.427] Mounting Huge Pages File System... [2024-05-23 14:17:54.460] Mounting FUSE Control File System... [2024-05-23 14:17:54.494] Mounting Kernel Debug File System... [2024-05-23 14:17:54.528] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:17:54.554] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:17:54.591] Starting Journal Service... [2024-05-23 14:17:54.630] Starting Apply Kernel Variables... [2024-05-23 14:17:54.662] [ 5.522113] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:17:54.694] Mounting Configuration File System... [2024-05-23 14:17:54.727] Starting mount data partition = service... [2024-05-23 14:17:54.741] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:17:54.779] Starting udev Coldplug all Devices... [2024-05-23 14:17:54.819] Mounting POSIX Message Queue File = System... [2024-05-23 14:17:54.867] [ 5.740404] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:54.924] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:17:54.945] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:17:54.962] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:17:54.985] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:17:55.020] [ OK ] Started Journal Service. [2024-05-23 14:17:55.046] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:17:55.062] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:17:55.078] [ OK ] Mounted Configuration File System. [2024-05-23 14:17:55.112] [ OK ] Started mount data partition service. [2024-05-23 14:17:55.141] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:17:55.195] Starting NS file System mount and = recovery.... [2024-05-23 14:17:55.229] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:17:55.260] Starting udev Kernel Device = Manager... [2024-05-23 14:17:55.278] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:17:55.313] Mounting /var/volatile... [2024-05-23 14:17:55.330] [ 6.201701] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:55.348] Mounting /tmp... [2024-05-23 14:17:55.362] [ OK ] Reached target Containers. [2024-05-23 14:17:55.417] [ 6.290683] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:55.428] [ 6.301496] mount (146) used greatest stack = depth: 11184 bytes left [2024-05-23 14:17:55.501] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:17:55.513] [ 6.386204] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:17:55.605] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:17:55.629] [ OK ] Mounted /var/volatile. [2024-05-23 14:17:55.646] [ OK ] Mounted /tmp. [2024-05-23 14:17:55.741] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:17:55.850] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:17:55.965] [ 6.836663] systemd-journald[116]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:17:55.982] Starting Bind mount volatile = /var/cache... [2024-05-23 14:17:56.013] Starting Bind mount volatile = /var/spool... [2024-05-23 14:17:56.050] Starting Bind mount volatile = /var/lib... [2024-05-23 14:17:56.078] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:17:56.180] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:17:56.284] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:17:56.315] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:17:56.346] Starting Load/Save Random Seed... [2024-05-23 14:17:56.375] [ OK ] Reached target Local File Systems. [2024-05-23 14:17:56.397] Starting AppArmor initialization... [2024-05-23 14:17:56.425] Starting Create Volatile Files and = Directories... [2024-05-23 14:17:56.460] Starting netfilter persistent = configuration... [2024-05-23 14:17:56.488] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:17:56.581] [ 7.453594] audit: type=3D1400 = audit(1550139121.160:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D248 comm=3D"apparmor_parser" [2024-05-23 14:17:56.621] [ OK ] Started C[ 7.472870] audit: = type=3D1400 audit(1550139121.164:3): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//Cluster_profile" pid=3D248 comm=3D"apparmor_parser" [2024-05-23 14:17:56.623] reate Volatile Files and Directo[ 7.491961] = audit: type=3D1400 audit(1550139121.164:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D248 comm=3D"apparmor_parser" [2024-05-23 14:17:56.639] ries. [2024-05-23 14:17:56.639] [ 7.511587] audit: type=3D1400 = audit(1550139121.164:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:17:56.660] [ 7.527810] audit: type=3D1400 = audit(1550139121.164:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:17:56.680] [ 7.543871] audit: type=3D1400 = audit(1550139121.164:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:17:56.696] [ 7.559685] audit: type=3D1400 = audit(1550139121.164:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:17:56.712] [ OK ] Started AppArmor initialization. [2024-05-23 14:17:56.747] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:17:56.906] [ OK ] Reached target Network (Pre). [2024-05-23 14:17:56.938] Starting Network Service... [2024-05-23 14:17:56.969] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:17:57.033] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:17:57.047] [ OK ] Reached target System Initialization. [2024-05-23 14:17:57.064] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:17:57.080] [ OK ] Reached target Timers. [2024-05-23 14:17:57.098] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:17:57.128] [ OK ] Reached target Sockets. [2024-05-23 14:17:57.134] [ 8.004632] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:17:57.163] [ OK ] Reached target Basic System. [2024-05-23 14:17:57.186] [ 8.058489] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:17:57.194] [ 8.063834] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:17:57.211] [ 8.065170] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:17:57.211] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:17:57.238] [ OK ] Started System Logging Service. [2024-05-23 14:17:57.262] [ OK ] Started Kernel Logging Service. [2024-05-23 14:17:57.298] [ OK ] Started NS VSync Process. [2024-05-23 14:17:57.324] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:17:57.370] [ OK ] Started NS System Management Process. [2024-05-23 14:17:57.377] [ 8.251274] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:17:57.414] Start /usr/bin/sys-fail-mon [2024-05-23 14:17:57.415] [ 8.288445] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:17:57.432] [ 8.296443] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:17:57.432] Starting NS Inter Domain Comm = Process... [2024-05-23 14:17:57.479] [ 8.296471] [INFO][GMAC]=20 [2024-05-23 14:17:57.481] [ 8.347738] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:17:57.507] [ OK ] Started [ 8.362969] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:17:57.508] TEE-based HSM Service. [2024-05-23 14:17:57.508] [ 8.371903] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:17:57.525] Starting Login Service... [2024-05-23 14:17:57.528] [ 8.387795] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:17:57.528] [ 8.397743] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:17:57.554] [ 8.406074] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:57.554] [ 8.409861] libphy: tcc-gmac-mdio: probed [2024-05-23 14:17:57.554] [ 8.409871] [INFO][GMAC] registered! [2024-05-23 14:17:57.557] [ 8.409878] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:17:57.580] [ 8.409887] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:17:57.593] [ 8.442965] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:17:57.593] [ 8.448727] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:17:57.595] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:17:57.595] [ 8.461934] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:17:57.620] [ 8.471875] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:17:57.620] [ 8.482121] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:17:57.645] [ 8.495544] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:17:57.646] Starting Load Kern[ 8.506206] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:17:57.646] [ 8.506206] -- MASTER Configuration. [2024-05-23 14:17:57.646] [ 8.506206] -- Local Receiver Status Not = OK. [2024-05-23 14:17:57.663] [ 8.506206] -- Remote Receiver Status Not = OK. [2024-05-23 14:17:57.663] el Modules... [2024-05-23 14:17:57.663] [ 8.531810] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:17:57.690] [ 8.539380] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:17:57.690] [ OK ] Started Network Service. [2024-05-23 14:17:57.694] [ 8.551492] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:17:57.694] [ 8.551498] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:17:57.715] [ 8.551503] 5 locks held by = systemd-network/259: [2024-05-23 14:17:57.715] [ 8.551506] #0: (rtnl_mutex){+.+.}, at: = [<000000004741d9e7>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:17:57.715] [ 8.551533] #1: = (&desc->request_mutex){+.+.}, at: [<0000000068c26700>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:17:57.730] [ 8.551553] #2: = (&irq_desc_lock_class){-...}, at: [<0000000056f9b370>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:57.730] [ 8.551568] #3: (rcu_read_lock){....}, = at: [<00000000797cc42f>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:17:57.745] [ 8.551585] #4: (&picinfo->lock){....}, = at: [<0000000046e542aa>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:57.747] [ 8.551605] irq event stamp: 74142 [2024-05-23 14:17:57.760] [ 8.551610] hardirqs last enabled at = (74141): [<000000001036f988>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:17:57.762] [ 8.551616] hardirqs last disabled at = (74142): [<000000000c5257cc>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:17:57.786] [ 8.551624] softirqs last enabled at (0): = [<000000002fd91a2d>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:17:57.786] [ 8.551628] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:17:57.786] [ 8.551630] Preemption disabled at: [2024-05-23 14:17:57.788] [ 8.551635] [<0000000056f9b370>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:17:57.813] [ 8.551645] CPU: 3 PID: 259 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:17:57.813] [ 8.551648] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:17:57.813] [ 8.551652] Call trace: [2024-05-23 14:17:57.813] [ 8.551658] dump_backtrace+0x0/0x1d8 [2024-05-23 14:17:57.815] [ 8.551663] show_stack+0x14/0x20 [2024-05-23 14:17:57.841] [ 8.551669] dump_stack+0xb8/0xf0 [2024-05-23 14:17:57.841] [ 8.551675] ___might_sleep+0x178/0x210 [2024-05-23 14:17:57.841] [ 8.551680] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:17:57.841] [ 8.551684] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:17:57.841] [ 8.551690] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:17:57.841] [ 8.551698] gic_set_type+0x84/0x98 [2024-05-23 14:17:57.843] [ 8.551703] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:17:57.865] [ 8.551708] __setup_irq+0x76c/0x7f8 [2024-05-23 14:17:57.867] [ 8.551713] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:17:57.867] [ 8.551720] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:17:57.867] [ 8.551725] __dev_open+0x100/0x150 [2024-05-23 14:17:57.867] [ 8.551729] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:17:57.867] [ 8.551733] dev_change_flags+0x20/0x60 [2024-05-23 14:17:57.890] [ 8.551737] do_setlink+0x3ec/0xc30 [2024-05-23 14:17:57.891] [ 8.551741] rtnl_setlink+0xcc/0x128 [2024-05-23 14:17:57.891] [ 8.551745] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:17:57.891] [ 8.551751] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:17:57.891] [ 8.551755] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:17:57.891] [ 8.551759] netlink_unicast+0x180/0x1f8 [2024-05-23 14:17:57.891] [ 8.551763] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:17:57.904] [ 8.551769] sock_sendmsg+0x3c/0x58 [2024-05-23 14:17:57.906] [ 8.551774] SyS_sendto+0xd0/0x140 [2024-05-23 14:17:57.906] [ 8.551779] el0_svc_naked+0x34/0x38 [2024-05-23 14:17:57.906] [ 8.554183] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:17:57.931] [ 8.608985] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:17:57.931] [ 8.608997] Disabling lock debugging due to = kernel taint [2024-05-23 14:17:57.931] [ 8.735223] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:17:57.931] [ 8.751044] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:17:57.946] [ 8.757234] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:17:57.946] [ 8.763136] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:17:57.946] [ 8.765628] Done!! [2024-05-23 14:17:57.947] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:17:57.971] [ 8.823195] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:17:57.971] [ 8.823201] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:17:57.988] [ 8.823206] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:17:57.991] [ 8.823206] =20 [2024-05-23 14:17:57.991] [ 8.823513] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:17:57.991] parents, child is 314 [2024-05-23 14:17:57.991] [ 8.823918] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:17:58.017] [IDC]Start. [2024-05-23 14:17:58.017] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:17:58.017] [ 8.823922] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:17:58.017] [ 8.823927] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:17:58.017] [ 8.823927] =20 [2024-05-23 14:17:58.017] [IDC](A7)ConnectReq 0 [2024-05-23 14:17:58.039] [IDC](A7)do_con[ 8.824178] [INFO][GMAC] --] = init_tx_desc: : done [2024-05-23 14:17:58.040] nect 0 [2024-05-23 14:17:58.040] [IDC](A7)Session status [ 8.824194] = [INFO][GMAC] --] DMA initialization done:=20 [2024-05-23 14:17:58.041] 0 -> 1 [2024-05-23 14:17:58.041] [IDC](A7)Tx start session r[ 8.824198] = [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:17:58.041] eq 1 [2024-05-23 14:17:58.041] [IDC](A7)Session status 1 [ 8.824202] = [INFO][GMAC] ch0 tx 1024 rx 1024 [2024-05-23 14:17:58.069] -> 2 [2024-05-23 14:17:58.069] [IDC](R5)ConnectReq 0 [2024-05-23 14:17:58.069] [IDC][ 8.824210] [INFO][GMAC] --] = phy_start: : [2024-05-23 14:17:58.069] (R5)do_connect 0 [2024-05-23 14:17:58.069] [IDC](R5)Sessi[ 8.824269] [INFO][GMAC] --] = tcc_gmac_open done:=20 [2024-05-23 14:17:58.069] on status 0 -> 1 [2024-05-23 14:17:58.069] [IDC](R5)do_en[ 8.866022] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:17:58.095] try_startreq 1 [2024-05-23 14:17:58.119] [IDC](R5)do_peri[ 8.872399] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:17:58.119] odic_startreq 1. [2024-05-23 14:17:58.119] [IDC](R5)Sessi[ 8.878122] Done!! [2024-05-23 14:17:58.119] on status 1 -> 2 [2024-05-23 14:17:58.119] [IDC](A7)Sessi[ 8.937100] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.119] on status 2 -> 3 [2024-05-23 14:17:58.119] [IDC](A7)Session connected. [2024-05-23 14:17:58.128] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:17:58.128] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:17:58.128] [IDC](R5)Session connected.2 [2024-05-23 14:17:58.128] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:17:58.128] [ OK ] Started Cluster Framework. [2024-05-23 14:17:58.128] [ OK ] Started HUD Framework. [2024-05-23 14:17:58.148] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:17:58.162] [ OK ] Started Nvm Process. [2024-05-23 14:17:58.177] [ 8.999630] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:17:58.202] [ 9.044764] Done!! [2024-05-23 14:17:58.202] [ 9.046376] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.217] [ OK ] Started NS hsm control application. [2024-05-23 14:17:58.231] [ OK ] Started Diagnosis Framework. [2024-05-23 14:17:58.248] [ OK ] Started NS Software Update. [2024-05-23 14:17:58.283] [ 9.156548] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.319] [ OK ] Started NS Secondary Verify. [2024-05-23 14:17:58.322] [ OK ] Started Diagnosis Transport. [2024-05-23 14:17:58.365] Starting Wait for Network to be = Configured... [2024-05-23 14:17:58.367] [ OK [ 9.234967] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:17:58.393] ] Reached target Network. [2024-05-23 14:17:58.397] Starting Permit User Sessions... [2024-05-23 14:17:58.397] Starting udev Coldplug all Devices... [2024-05-23 14:17:58.399] [ 9.268384] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.411] [ OK ] Started Load Kernel Modules. [2024-05-23 14:17:58.436] [ OK ] Started Login Service. [2024-05-23 14:17:58.507] [ 9.380223] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.519] [ OK ] Started Permit User Sessions. [2024-05-23 14:17:58.544] [ OK ] Started Getty on tty1. [2024-05-23 14:17:58.570] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:17:58.571] [ OK ] Reached target Login Prompts. [2024-05-23 14:17:58.571] [ OK ] Reached target Multi-User System. [2024-05-23 14:17:58.571] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:17:58.571] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:17:58.606] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:17:58.631] [ 9.496081] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.632] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:17:58.735] [ 9.608278] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.850] [ 9.722564] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:58.864] [ 9.736807] sched: RT throttling activated [2024-05-23 14:17:58.963] [ 9.836250] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:59.077] [ 9.949591] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:17:59.362] [ 10.226618] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:17:59.370] [ 10.226625] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:00.319] [ 11.188314] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:00.361] [ 11.196736] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:00.683] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:05.100]=20 [2024-05-23 14:18:05.100] telechips-nsp1-release login:=20 [2024-05-23 14:18:08.488]=20 [2024-05-23 14:18:08.488] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:18:08.506]=20 [2024-05-23 14:18:08.506] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:18:08.506] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:18:08.506] DRAM: 2 GiB [2024-05-23 14:18:08.529] MMC: sdhc@0x16440000: 0 [2024-05-23 14:18:08.818]=20 [2024-05-23 14:18:08.818] HW Partition tyep is UserData [2024-05-23 14:18:08.829] In: serial [2024-05-23 14:18:08.842] Out: serial [2024-05-23 14:18:08.842] Err: serial [2024-05-23 14:18:08.896] Boot in the UserData environment(0) [2024-05-23 14:18:08.900] Non-secure boot (secure boot flag is clear) [2024-05-23 14:18:08.913] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:18:08.913] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:18:08.913] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:18:08.927] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:18:08.929] Booting using the fdt blob at 0x23000000 [2024-05-23 14:18:08.929] Loading Kernel Image [2024-05-23 14:18:08.953] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:18:08.955] OPTEE is enabled [2024-05-23 14:18:08.955]=20 [2024-05-23 14:18:08.955] Starting kernel ... [2024-05-23 14:18:08.955]=20 [2024-05-23 14:18:09.879] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:18:09.885] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:18:09.898] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:18:09.913] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:18:09.913] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:18:09.913] [ 0.000000] efi: UEFI not found. [2024-05-23 14:18:09.928] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:18:09.928] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:18:09.943] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:18:09.943] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:18:09.958] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:18:09.958] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:18:09.974] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:18:09.974] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:18:09.988] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:18:09.988] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:18:10.003] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:18:10.005] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:18:10.028] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:18:10.028] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:18:10.028] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:18:10.044] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:18:10.044] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:18:10.059] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:18:10.061] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:18:10.087] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:18:10.087] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:18:10.087] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:18:10.102] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:18:10.102] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:18:10.116] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:18:10.118] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:18:10.118] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:18:10.142] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:18:10.142] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:18:10.142] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:18:10.142] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:18:10.144] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:18:10.165] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:18:10.165] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:18:10.165] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:18:10.178] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:18:10.194] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:18:10.220] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:18:10.220] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:18:10.220] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:18:10.220] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:18:10.236] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:18:10.257] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:18:10.258] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:18:10.258] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:18:10.258] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:18:10.285] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:18:10.285] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:18:10.285] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:18:10.300] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:18:10.301] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:18:10.323] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:18:10.325] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:18:10.325] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:18:10.325] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:18:10.352] [ 0.000000] Running RCU self tests [2024-05-23 14:18:10.352] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:18:10.352] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:18:10.352] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:18:10.352] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:18:10.366] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:18:10.370] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:18:10.370] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:18:10.394] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:18:10.409] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:18:10.409] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:18:10.409] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:18:10.421] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:18:10.421] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:18:10.423] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:18:10.423] [ 0.001482] Console: colour dummy device = 80x25 [2024-05-23 14:18:10.447] [ 0.001725] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:18:10.448] [ 0.001728] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:18:10.448] [ 0.001731] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:18:10.448] [ 0.001734] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:18:10.448] [ 0.001736] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:18:10.471] [ 0.001739] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:18:10.482] [ 0.001742] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:18:10.482] [ 0.001744] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:18:10.482] [ 0.001747] memory used by lock dependency = info: 7903 kB [2024-05-23 14:18:10.482] [ 0.001749] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:18:10.484] [ 0.001790] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:18:10.484] [ 0.001798] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:18:10.519] [ 0.002295] Security Framework initialized [2024-05-23 14:18:10.519] [ 0.002422] AppArmor: AppArmor initialized [2024-05-23 14:18:10.519] [ 0.002665] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:18:10.519] [ 0.002688] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:18:10.521] [ 0.019960] ASID allocator initialised with = 32768 entries [2024-05-23 14:18:10.521] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:18:10.521] [ 0.062285] EFI services will not be = available. [2024-05-23 14:18:10.541] [ 0.076129] smp: Bringing up secondary CPUs = ... [2024-05-23 14:18:10.541] [ 0.120757] Detected VIPT I-cache on CPU1 [2024-05-23 14:18:10.541] [ 0.120834] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:18:10.541] [ 0.165002] Detected VIPT I-cache on CPU2 [2024-05-23 14:18:10.543] [ 0.165059] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:18:10.564] [ 0.209285] Detected VIPT I-cache on CPU3 [2024-05-23 14:18:10.564] [ 0.209339] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:18:10.564] [ 0.209714] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:18:10.564] [ 0.209755] SMP: Total of 4 processors = activated. [2024-05-23 14:18:10.574] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:18:10.584] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:18:10.584] [ 0.209970] alternatives: patching kernel = code [2024-05-23 14:18:10.585] [ 0.210524] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:18:10.585] [ 0.213114] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:18:10.604] [ 0.213704] devtmpfs: initialized [2024-05-23 14:18:10.604] [ 0.403491] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:18:10.604] [ 0.403757] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:18:10.616] [ 0.412520] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:18:10.616] [ 0.413462] chipinfo: TCC8030 Rev02 [2024-05-23 14:18:10.616] [ 0.413477] chipinfo: SiP Service v0.1.56 [2024-05-23 14:18:10.630] [ 0.418778] NET: Registered protocol family = 16 [2024-05-23 14:18:10.630] [ 0.422819] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:18:10.632] [ 0.424759] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:18:10.655] [ 0.426471] cpuidle: using governor menu [2024-05-23 14:18:10.655] [ 0.426712] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:18:10.655] [ 0.440815] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:18:10.673] [ 0.441291] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:18:10.674] [ 0.441338] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:18:10.674] [ 0.441382] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:18:10.674] [ 0.441425] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:18:10.674] [ 0.441469] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:18:10.693] [ 0.441513] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:18:10.693] [ 0.441556] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:18:10.693] [ 0.441600] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:18:10.693] [ 0.441643] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:18:10.711] [ 0.441687] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:18:10.711] [ 0.441744] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:18:10.722] [ 0.441789] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:18:10.722] [ 0.441833] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:18:10.724] [ 0.441876] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:18:10.724] [ 0.441919] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:18:10.743] [ 0.441962] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:18:10.743] [ 0.442099] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:18:10.743] [ 0.442144] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:18:10.743] [ 0.442544] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:18:10.757] [ 0.442588] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:18:10.772] [ 0.442631] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:18:10.772] [ 0.442674] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:18:10.772] [ 0.442718] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:18:10.781] [ 0.442761] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:18:10.781] [ 0.442804] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:18:10.792] [ 0.442847] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:18:10.792] [ 0.442904] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:18:10.793] [ 0.442947] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:18:10.793] [ 0.442990] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:18:10.812] [ 0.443034] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:18:10.812] [ 0.443284] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:18:10.812] [ 0.443328] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:18:10.812] [ 0.443371] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:18:10.824] [ 0.443414] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:18:10.824] [ 0.443458] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:18:10.835] [ 0.443501] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:18:10.845] [ 0.443544] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:18:10.847] [ 0.443740] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:18:10.847] [ 0.443783] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:18:10.865] [ 0.443827] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:18:10.875] [ 0.443870] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:18:10.875] [ 0.443913] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:18:10.875] [ 0.443968] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:18:10.877] [ 0.444012] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:18:10.877] [ 0.444055] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:18:10.895] [ 0.444099] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:18:10.905] [ 0.444142] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:18:10.905] [ 0.444185] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:18:10.905] [ 0.444228] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:18:10.906] [ 0.444272] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:18:10.906] [ 0.444315] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:18:10.925] [ 0.444862] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:18:10.925] [ 0.444907] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:18:10.925] [ 0.445079] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:18:10.925] [ 0.445250] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:18:10.935] [ 0.445421] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:18:10.935] [ 0.445588] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:18:10.946] [ 0.445756] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:18:10.946] [ 0.445800] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:18:10.957] [ 0.445843] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:18:10.966] [ 0.446106] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:18:10.968] [ 0.446305] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:18:10.968] [ 0.446493] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:18:10.987] [ 0.446538] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:18:10.987] [ 0.446582] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:18:10.987] [ 0.446625] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:18:10.987] [ 0.446689] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:18:11.001] [ 0.446872] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:18:11.001] [ 0.446917] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:18:11.003] [ 0.447126] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:18:11.022] [ 0.447140] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:18:11.022] [ 0.529856] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:18:11.022] [ 0.529946] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:18:11.034] [ 1.676829] console [ttyAMA0] enabled [2024-05-23 14:18:11.034] [ 1.684670] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:18:11.063] [ 1.713736] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:18:11.076] [ 1.724085] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:18:11.091] [ 1.734592] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:18:11.104] [ 1.744849] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:18:11.195] [ 1.844918] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:18:11.211] [ 1.861185] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:18:11.218] [ 1.868094] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:18:11.232] [ 1.874885] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:18:11.232] [ 1.881275] Linux video capture interface: = v2.00 [2024-05-23 14:18:11.250] [ 1.887138] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:11.252] [ 1.887142] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:18:11.272] [ 1.887147] 6 locks held by swapper/0/1: [2024-05-23 14:18:11.272] [ 1.887150] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:18:11.272] [ 1.887176] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:18:11.285] [ 1.887191] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:18:11.295] [ 1.887209] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:11.299] [ 1.887224] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:18:11.318] [ 1.887240] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:11.318] [ 1.887259] irq event stamp: 288088 [2024-05-23 14:18:11.318] [ 1.887264] hardirqs last enabled at = (288087): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:11.334] [ 1.887269] hardirqs last disabled at = (288088): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:11.344] [ 1.887276] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:11.346] [ 1.887279] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:11.365] [ 1.887282] Preemption disabled at: [2024-05-23 14:18:11.365] [ 1.887287] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:11.365] [ 1.887297] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:18:11.377] [ 1.887300] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:11.377] [ 1.887304] Call trace: [2024-05-23 14:18:11.377] [ 1.887310] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:11.389] [ 1.887314] show_stack+0x14/0x20 [2024-05-23 14:18:11.399] [ 1.887320] dump_stack+0xb8/0xf0 [2024-05-23 14:18:11.399] [ 1.887325] ___might_sleep+0x178/0x210 [2024-05-23 14:18:11.399] [ 1.887329] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:11.409] [ 1.887334] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:11.409] [ 1.887339] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:11.411] [ 1.887346] gic_set_type+0x84/0x98 [2024-05-23 14:18:11.411] [ 1.887351] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:11.411] [ 1.887356] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:11.431] [ 1.887360] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:11.431] [ 1.887365] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:18:11.431] [ 1.887371] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:18:11.431] [ 1.887376] platform_drv_probe+0x58/0xb8 [2024-05-23 14:18:11.442] [ 1.887381] = driver_probe_device+0x228/0x410 [2024-05-23 14:18:11.443] [ 1.887386] __driver_attach+0xfc/0x118 [2024-05-23 14:18:11.443] [ 1.887390] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:18:11.443] [ 1.887395] driver_attach+0x20/0x28 [2024-05-23 14:18:11.465] [ 1.887400] bus_add_driver+0x220/0x268 [2024-05-23 14:18:11.465] [ 1.887405] driver_register+0x60/0xf8 [2024-05-23 14:18:11.465] [ 1.887409] = __platform_driver_register+0x44/0x50 [2024-05-23 14:18:11.465] [ 1.887416] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:18:11.465] [ 1.887421] do_one_initcall+0x50/0x15c [2024-05-23 14:18:11.474] [ 1.887428] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:18:11.478] [ 1.887434] kernel_init+0x10/0x100 [2024-05-23 14:18:11.478] [ 1.887438] ret_from_fork+0x10/0x18 [2024-05-23 14:18:11.497] [ 1.893070] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:18:11.498] [ 2.140582] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:18:11.517] [ 2.154242] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:18:11.519] [ 2.161268] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:18:11.519] [ 2.165869] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:18:11.521] [ 2.170672] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:18:11.541] [ 2.175497] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:18:11.541] [ 2.180051] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:18:11.584] [ 2.234529] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:18:11.598] [ 2.247098] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:11.614] [ 2.265491] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:11.633] [ 2.281078] NET: Registered protocol family = 2 [2024-05-23 14:18:11.645] [ 2.288344] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:18:11.654] [ 2.295960] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:18:11.660] [ 2.307157] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:18:11.681] [ 2.314538] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:18:11.681] [ 2.321309] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:18:11.681] [ 2.329473] NET: Registered protocol family = 1 [2024-05-23 14:18:11.787] [ 2.437377] audit: initializing netlink = subsys (disabled) [2024-05-23 14:18:11.797] [ 2.443642] audit: type=3D2000 = audit(2.432:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:18:11.812] [ 2.444281] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:18:11.875] [ 2.526345] fuse init (API version 7.26) [2024-05-23 14:18:11.893] [ 2.544434] modprobe (66) used greatest = stack depth: 13296 bytes left [2024-05-23 14:18:11.902] [ 2.551102] modprobe (67) used greatest = stack depth: 13280 bytes left [2024-05-23 14:18:11.916] [ 2.554271] io scheduler noop registered = (default) [2024-05-23 14:18:11.916] [ 2.554288] io scheduler mq-deadline = registered [2024-05-23 14:18:11.926] [ 2.554300] io scheduler kyber registered [2024-05-23 14:18:11.927] [ 2.567093] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:11.928] [ 2.567106] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:11.948] [ 2.567114] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:18:11.948] [ 2.567206] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:11.973] [ 2.623327] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:11.981] [ 2.631088] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:11.994] [ 2.636226] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:18:11.994] [ 2.641668] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:12.006] [ 2.642318] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:12.007] [ 2.653075] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:12.029] [ 2.659284] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:18:12.040] [ 2.666828] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:12.042] [ 2.690902] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:12.055] [ 2.697869] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:12.055] [ 2.702569] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:18:12.070] [ 2.707996] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:12.070] [ 2.708666] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:12.070] [ 2.719449] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:12.090] [ 2.725657] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:18:12.090] [ 2.733274] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:12.149] [ 2.800109] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:12.158] [ 2.806876] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:12.174] [ 2.811529] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:18:12.192] [ 2.816956] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:12.194] [ 2.826970] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:18:12.194] [ 2.836690] [INF][WDMA] tcc_wdma_init [2024-05-23 14:18:12.194] [ 2.841537] TCC WDMA Driver Initializing [2024-05-23 14:18:12.216] [ 2.848400] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:18:12.219] [ 2.854470] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:18:12.219] [ 2.865154] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:12.244] [ 2.877812] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:18:12.246] [ 2.887204] [CPU_ID] probe is done [2024-05-23 14:18:12.246] [ 2.890946] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:18:12.268] [ 2.897662] [DRAM_TOOL] probe is done [2024-05-23 14:18:12.269] [ 2.904921] MALI-G51 : r30p0-01eac0 [2024-05-23 14:18:12.269] [ 2.908442] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:18:12.271] [ 2.918408] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:12.283] [ 2.918412] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:18:12.295] [ 2.918417] 6 locks held by swapper/0/1: [2024-05-23 14:18:12.295] [ 2.918420] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:18:12.308] [ 2.918448] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:18:12.310] [ 2.918463] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:18:12.333] [ 2.918481] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:12.333] [ 2.918496] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:18:12.333] [ 2.918512] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:12.346] [ 2.918532] irq event stamp: 453510 [2024-05-23 14:18:12.346] [ 2.918537] hardirqs last enabled at = (453509): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:12.359] [ 2.918542] hardirqs last disabled at = (453510): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:12.373] [ 2.918550] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:12.373] [ 2.918553] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:12.388] [ 2.918556] Preemption disabled at: [2024-05-23 14:18:12.388] [ 2.918561] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:12.389] [ 2.918571] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:18:12.411] [ 2.918574] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:12.411] [ 2.918578] Call trace: [2024-05-23 14:18:12.411] [ 2.918584] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:12.411] [ 2.918589] show_stack+0x14/0x20 [2024-05-23 14:18:12.414] [ 2.918594] dump_stack+0xb8/0xf0 [2024-05-23 14:18:12.436] [ 2.918599] ___might_sleep+0x178/0x210 [2024-05-23 14:18:12.436] [ 2.918603] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:12.436] [ 2.918608] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:12.436] [ 2.918614] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:12.436] [ 2.918621] gic_set_type+0x84/0x98 [2024-05-23 14:18:12.436] [ 2.918626] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:12.446] [ 2.918631] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:12.449] [ 2.918636] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:12.449] [ 2.918642] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:18:12.472] [ 2.918648] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:18:12.472] [ 2.918652] kbase_device_init+0x78/0xf8 [2024-05-23 14:18:12.472] [ 2.918659] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:18:12.472] [ 2.918663] platform_drv_probe+0x58/0xb8 [2024-05-23 14:18:12.472] [ 2.918668] = driver_probe_device+0x228/0x410 [2024-05-23 14:18:12.474] [ 2.918673] __driver_attach+0xfc/0x118 [2024-05-23 14:18:12.489] [ 2.918678] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:18:12.489] [ 2.918683] driver_attach+0x20/0x28 [2024-05-23 14:18:12.489] [ 2.918687] bus_add_driver+0x220/0x268 [2024-05-23 14:18:12.489] [ 2.918692] driver_register+0x60/0xf8 [2024-05-23 14:18:12.511] [ 2.918696] = __platform_driver_register+0x44/0x50 [2024-05-23 14:18:12.513] [ 2.918704] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:18:12.513] [ 2.918709] do_one_initcall+0x50/0x15c [2024-05-23 14:18:12.513] [ 2.918716] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:18:12.513] [ 2.918721] kernel_init+0x10/0x100 [2024-05-23 14:18:12.513] [ 2.918725] ret_from_fork+0x10/0x18 [2024-05-23 14:18:12.526] [ 2.920418] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:18:12.538] [ 3.175185] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:18:12.539] [ 3.181924] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:18:12.560] [ 3.195953] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:18:12.562] [ 3.203263] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:18:12.564] [ 3.215369] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:18:12.577] [ 3.221590] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:18:12.577] [ 3.225971] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:18:12.592] [ 3.233626] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:18:12.630] [ 3.281317] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:18:12.641] [ 3.290169] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:18:12.653] [ 3.298076] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:18:12.668] [ 3.309306] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:18:12.668] [ 3.314592] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:18:12.688] [ 3.325664] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:18:12.688] [ 3.334515] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:18:12.702] [ 3.353660] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:18:12.736] [ 3.369088] libphy: Fixed MDIO Bus: probed [2024-05-23 14:18:12.741] [ 3.374043] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:18:12.741] [ 3.387067] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:18:12.743] [ 3.391597] [INFO][GAMC] gmac index : 1 [2024-05-23 14:18:12.778] [ 3.396043] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:18:12.778] [ 3.401210] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:18:12.778] [ 3.407226] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:18:12.778] [ 3.408645] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:18:12.778] [ 3.409368] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:18:12.780] [ 3.412927] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:18:12.780] [ 3.413706] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:18:12.800] [ 3.414323] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:18:12.800] [ 3.415443] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:18:12.800] [ 3.426862] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:18:12.815] [ 3.426892] GPT:15269887 !=3D 15273599 [2024-05-23 14:18:12.815] [ 3.426899] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:18:12.815] [ 3.426907] GPT:15269887 !=3D 15273599 [2024-05-23 14:18:12.817] [ 3.426914] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:18:12.840] [ 3.427030] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:18:12.840] [ 3.486867] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:18:12.866] [ 3.495169] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:18:12.867] [ 3.509285] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:18:12.867] [ 3.515170] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:12.880] [ 3.515182] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:18:12.880] [ 3.515189] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:18:12.882] [ 3.515201] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:12.906] [ 3.515212] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:18:12.906] [ 3.543973] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:18:12.909] [ 3.559858] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:18:12.922] [ 3.566515] usbhid: USB HID core driver [2024-05-23 14:18:12.922] [ 3.570722] optee: probing for conduit = method from DT. [2024-05-23 14:18:12.936] [ 3.575902] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:18:12.936] [ 3.577887] optee: initialized driver [2024-05-23 14:18:12.938] [ 3.587391] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:18:12.950] [ 3.593114] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:18:12.950] [ 3.598284] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:18:12.965] [ 3.603451] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:18:12.965] [ 3.609226] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:18:12.965] [ 3.615001] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:18:12.980] [ 3.620863] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:18:12.980] [ 3.627333] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:18:12.995] [ 3.634781] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:18:12.995] [ 3.642730] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:18:13.014] [ 3.656745] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:18:13.015] [ 3.664835] NET: Registered protocol family = 17 [2024-05-23 14:18:13.028] [ 3.669788] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:18:13.042] [ 3.687598] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:18:13.207] [ 3.855869] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:13.212] [ 3.855914] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:18:13.228] [ 3.871626] ALSA device list: [2024-05-23 14:18:13.228] [ 3.874620] No soundcards found. [2024-05-23 14:18:13.263] [ 3.880812] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:18:13.263] [ 3.901859] Freeing unused kernel memory: = 4160K [2024-05-23 14:18:13.265] Mounting devtmpfs [2024-05-23 14:18:13.283] [ 3.916517] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:18:13.284] Mounting procfs [2024-05-23 14:18:13.284] Mounting sysfs [2024-05-23 14:18:13.296] [ 3.935977] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:18:13.313] [ 3.964052] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:18:13.357] [ 4.008378] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:18:13.379] [ 4.017929] mount (97) used greatest stack = depth: 11840 bytes left [2024-05-23 14:18:13.393] [ 4.032474] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:18:13.619] [ 4.268439] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:18:13.720] [ 4.366448] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:18:13.745] [ 4.393819] systemd[1]: Detected = architecture arm64. [2024-05-23 14:18:13.790]=20 [2024-05-23 14:18:13.790] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:18:13.801]=20 [2024-05-23 14:18:13.813] [ 4.458727] systemd[1]: Set hostname to = . [2024-05-23 14:18:13.831] [ 4.469982] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:18:13.832] [ 4.478790] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:18:14.069] [ 4.719610] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:18:14.100] [ 4.736766] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:18:14.131] [ 4.781669] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:18:14.145] [ 4.793775] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:18:14.329] [ 4.980028] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:18:14.403] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:18:14.432] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:18:14.434] [ OK ] Reached target Swap. [2024-05-23 14:18:14.465] [ OK ] Listening on udev Control Socket. [2024-05-23 14:18:14.469] [ OK ] Listening on Journal Socket. [2024-05-23 14:18:14.505] Mounting FUSE Control File System... [2024-05-23 14:18:14.534] Mounting POSIX Message Queue File = System... [2024-05-23 14:18:14.568] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:18:14.583] [ OK ] Reached target Remote File Systems. [2024-05-23 14:18:14.602] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:18:14.633] Starting Apply Kernel Variables... [2024-05-23 14:18:14.659] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:18:14.686] Mounting Kernel Debug File System... [2024-05-23 14:18:14.717] Mounting Huge Pages File System... [2024-05-23 14:18:14.733] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:18:14.765] Starting mount data partition = service... [2024-05-23 14:18:14.791] [ OK ] Listening on Syslog Socket. [2024-05-23 14:18:14.822] Starting Journal Service... [2024-05-23 14:18:14.869] Mounting Configuration File System... [2024-05-23 14:18:14.886] [ OK ] Created slice system-getty.slice. [2024-05-23 14:18:14.901] [ 5.548763] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:14.932] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:18:14.949] [ OK ] Reached target Paths. [2024-05-23 14:18:14.966] [ OK ] Created slice User and Session Slice. [2024-05-23 14:18:14.982] [ OK ] Reached target Slices. [2024-05-23 14:18:15.017] Starting udev Cold[ 5.668838] = EXT4-fs (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:18:15.028] plug all Devices... [2024-05-23 14:18:15.108] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:18:15.132] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:18:15.159] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:18:15.182] [ OK ] Started Journal Service. [2024-05-23 14:18:15.205] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:18:15.242] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:18:15.244] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:18:15.266] [ OK ] Started mount data partition service. [2024-05-23 14:18:15.283] [ OK ] Mounted Configuration File System. [2024-05-23 14:18:15.299] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:18:15.361] Starting NS file System mount and = recovery.... [2024-05-23 14:18:15.393] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:18:15.426] Starting udev Kernel Device = Manager... [2024-05-23 14:18:15.449] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:18:15.472] Mounting /var/volatile... [2024-05-23 14:18:15.499] [ OK ] Reached target Containers. [2024-05-23 14:18:15.502] [ 6.148782] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:15.545] Mounting /tmp... [2024-05-23 14:18:15.590] [ 6.239571] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:15.683] [ OK [ 6.333773] EXT4-fs (mmcblk0p36): = mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:15.696] ] Started udev Kernel Device Manager. [2024-05-23 14:18:15.782] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:18:15.816] [ OK ] Mounted /var/volatile. [2024-05-23 14:18:15.833] [ OK ] Mounted /tmp. [2024-05-23 14:18:15.915] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:18:16.030] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:16.140] [ 6.791118] systemd-journald[119]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:18:16.167] Starting Bind mount volatile = /var/spool... [2024-05-23 14:18:16.190] Starting Bind mount volatile = /var/lib... [2024-05-23 14:18:16.222] Starting Bind mount volatile = /var/cache... [2024-05-23 14:18:16.252] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:18:16.355] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:18:16.461] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:18:16.487] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:18:16.522] Starting Load/Save Random Seed... [2024-05-23 14:18:16.551] [ OK ] Reached target Local File Systems. [2024-05-23 14:18:16.574] Starting AppArmor initialization... [2024-05-23 14:18:16.601] Starting Create Volatile Files and = Directories... [2024-05-23 14:18:16.634] Starting netfilter persistent = configuration... [2024-05-23 14:18:16.665] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:18:16.748] [ 7.398028] audit: type=3D1400 = audit(1550139121.128:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D248 comm=3D"apparmor_parser" [2024-05-23 14:18:16.776] [ 7.415828] audit: type=3D1400 = audit(1550139121.128:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:18:16.790] [ OK ] Started [ 7.434248] audit: = type=3D1400 audit(1550139121.128:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D248 comm=3D"apparmor_parser" [2024-05-23 14:18:16.805] Create Volatile Files and Direct[ 7.452961] = audit: type=3D1400 audit(1550139121.128:5): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//HUD_profile" pid=3D248 comm=3D"apparmor_parser" [2024-05-23 14:18:16.821] ories. [2024-05-23 14:18:16.845] [ 7.471644] audit: type=3D1400 = audit(1550139121.128:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:18:16.847] [ 7.487688] audit: type=3D1400 = audit(1550139121.128:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:18:16.861] [ 7.504453] audit: type=3D1400 = audit(1550139121.128:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D248 = comm=3D"apparmor_parser" [2024-05-23 14:18:16.900] [ OK ] Started AppArmor initialization. [2024-05-23 14:18:17.061] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:18:17.087] [ OK ] Reached target Network (Pre). [2024-05-23 14:18:17.117] Starting Network Service... [2024-05-23 14:18:17.140] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:18:17.195] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:18:17.218] [ OK ] Reached target System Initialization. [2024-05-23 14:18:17.231] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:18:17.262] [ OK ] Reached target Timers. [2024-05-23 14:18:17.283] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:18:17.287] [ OK ] Reached target Sockets. [2024-05-23 14:18:17.303] [ OK ] Reached target Basic System. [2024-05-23 14:18:17.333] [ OK ] Started NS VSync Process. [2024-05-23 14:18:17.335] [ 7.985212] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:18:17.364] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:18:17.384] [ 8.029129] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:18:17.385] [ 8.033707] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:18:17.417] [ 8.038219] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:18:17.421] [ OK ] Started Kernel Logging S[ = 8.067491] ns_vsync_dev: loading out-of-tree module taints kernel. [2024-05-23 14:18:17.435] ervice. [2024-05-23 14:18:17.437] [ OK ] Started NS System Management Process. [2024-05-23 14:18:17.479] Start /usr/bin/sys-fail-mon [2024-05-23 14:18:17.501] [ 8.150606] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:18:17.558] Starting NS Inter Domain Comm = Process... [2024-05-23 14:18:17.585] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:18:17.591] [ 8.239697] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:18:17.605] [ 8.246183] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:18:17.617] [ 8.261840] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:18:17.620] [ 8.265251] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:18:17.636] [ 8.265394] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:18:17.636] [ 8.265406] [INFO][GMAC]=20 [2024-05-23 14:18:17.636] [ 8.279199] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:18:17.662] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:18:17.662] [ 8.297174] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:17.664] [ 8.311310] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:18:17.685] [ 8.317045] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:18:17.685] [ OK ] Started D-Bus System Mes[ = 8.330831] ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:18:17.706] sage Bus. [2024-05-23 14:18:17.707] [ 8.342269] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:18:17.707] [ 8.350726] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:17.735] [ 8.384178] libphy: tcc-gmac-mdio: probed [2024-05-23 14:18:17.739] [ 8.389461] [INFO][GMAC] registered! [2024-05-23 14:18:17.752] [ 8.393354] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:18:17.752] [ 8.398204] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:18:17.778] Starting Load Kernel Modules... [2024-05-23 14:18:17.780] Starting Login Service... [2024-05-23 14:18:17.805] [ OK ] Started System Logging Service. [2024-05-23 14:18:17.807] [ OK ] Started Network Service. [2024-05-23 14:18:17.834] [ 8.469625] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:18:17.836] [ 8.476996] Disabling lock debugging due to = kernel taint [2024-05-23 14:18:17.836] [ 8.482936] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:18:17.854] [ 8.489874] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:18:17.854] [ 8.489874] -- MASTER Configuration. [2024-05-23 14:18:17.854] [ 8.489874] -- Local Receiver Status Not = OK. [2024-05-23 14:18:17.865] [ 8.489874] -- Remote Receiver Status Not = OK. [2024-05-23 14:18:17.867] [ 8.507872] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:18:17.867] [ 8.513727] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:18:17.892] [ OK ] Started 8.520431] BUG: sleeping = function called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:17.892] 39mNS Inter Domain Comm Process in_atomic(): = 1, irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:18:17.911] [0m. [2024-05-23 14:18:17.911] [ 8.520436] INFO: lockdep is turned off. [2024-05-23 14:18:17.923] [ 8.520439] irq event stamp: 73327 [2024-05-23 14:18:17.923] [ 8.520455] hardirqs last enabled at = (73327): [<00000000a13cda04>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:17.925] [ 8.520460] hardirqs last disabled at = (73326): [<00000000e7668ac5>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:17.925] [ 8.520467] softirqs last enabled at (0): = [<0000000063bf06ff>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:17.950] [ 8.520470] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:17.996] [ 8.520472] Preemption disabled at: [2024-05-23 14:18:18.000] [ 8.520479] [<0000000003403177>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:18.014] [ 8.520486] CPU: 2 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:18:18.014] [ 8.520488] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:18.029] [ 8.520491] Call trace: [2024-05-23 14:18:18.029] [ 8.520497] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:18.029] [ 8.520500] show_stack+0x14/0x20 [2024-05-23 14:18:18.029] [ 8.520505] dump_stack+0xb8/0xf0 [2024-05-23 14:18:18.043] [ 8.520510] ___might_sleep+0x178/0x210 [2024-05-23 14:18:18.045] [ 8.520513] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:18.045] [ 8.520519] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:18.045] [ 8.520525] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:18.068] [ 8.520533] gic_set_type+0x84/0x98 [2024-05-23 14:18:18.068] [ 8.520537] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:18.068] [ 8.520540] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:18.068] [ 8.520544] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:18.068] [ 8.520550] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:18:18.068] [ 8.520556] __dev_open+0x100/0x150 [2024-05-23 14:18:18.082] [ 8.520559] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:18:18.085] [ 8.520562] dev_change_flags+0x20/0x60 [2024-05-23 14:18:18.085] [ 8.520566] do_setlink+0x3ec/0xc30 [2024-05-23 14:18:18.085] [ 8.520569] rtnl_setlink+0xcc/0x128 [2024-05-23 14:18:18.112] [ 8.520572] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:18:18.112] [ 8.520577] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:18:18.112] [ 8.520580] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:18:18.112] [ 8.520583] netlink_unicast+0x180/0x1f8 [2024-05-23 14:18:18.112] [ 8.520586] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:18:18.112] [ 8.520591] sock_sendmsg+0x3c/0x58 [2024-05-23 14:18:18.112] [ 8.520595] SyS_sendto+0xd0/0x140 [2024-05-23 14:18:18.117] [ 8.520600] el0_svc_naked+0x34/0x38 [2024-05-23 14:18:18.137] [ 8.520843] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:18:18.139] [ 8.660219] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:18:18.139] [ 8.678328] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:18:18.139] [ 8.686147] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:18:18.163] [ 8.692214] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:18:18.174] [ 8.693185] Done!! [2024-05-23 14:18:18.174] [ 8.783968] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:18:18.174] [ 8.787071] Done!! [2024-05-23 14:18:18.174] [ OK ] Started Cluster Framework. [2024-05-23 14:18:18.202] [ 8.839030] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:18:18.205] parents, child is 329 [2024-05-23 14:18:18.232] [IDC]Start. [2024-05-23 14:18:18.232] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:18:18.232] [ 8.839037] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:18:18.242] [ 8.839046] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:18:18.242] [ 8.839046] =20 [2024-05-23 14:18:18.242] [IDC](A7)ConnectReq 0 [2024-05-23 14:18:18.242] [IDC](A7)do_conn[ 8.839894] [INFO][GMAC] = --] init_rx_desc: : done [2024-05-23 14:18:18.262] ect 0 [2024-05-23 14:18:18.262] [IDC](A7)Session status 0[ 8.840416] = [INFO][GMAC] init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:18:18.287] -> 1 [2024-05-23 14:18:18.287] [IDC](A7)Tx start session req[ 8.840421] = [INFO][GMAC] --] init_tx_desc: : before [2024-05-23 14:18:18.287] 1 [2024-05-23 14:18:18.287] [IDC](A7)Session status 1 ->[ 8.840425] = [INFO][GMAC] tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:18:18.287] [ 8.840425] =20 [2024-05-23 14:18:18.312] 2 [2024-05-23 14:18:18.312] [IDC](R5)ConnectReq 0 [2024-05-23 14:18:18.312] [IDC](R5)do_connect 0 [2024-05-23 14:18:18.312] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:18:18.312] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:18:18.312] [[ 8.840693] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:18:18.312] IDC](R5)do_periodic_startreq 1.[ 8.840708] = [INFO][GMAC] --] DMA initialization done:=20 [2024-05-23 14:18:18.312] =0A= [2024-05-23 14:18:18.312] [IDC](R5)Session status 1 -> 2[ 8.840714] = [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:18:18.333] =0A= [2024-05-23 14:18:18.333] [IDC](A7)Session status 2 -> 3[ 8.840718] = [INFO][GMAC] ch0 tx 1024 rx 1024 [2024-05-23 14:18:18.333] =0A= [2024-05-23 14:18:18.333] [IDC](A7)Session connected. [2024-05-23 14:18:18.333] [I[ 8.840726] [INFO][GMAC] --] phy_start: : [2024-05-23 14:18:18.333] DC]TimerStartReq 2 R5:1.0 [2024-05-23 14:18:18.333] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:18:18.346] [IDC](R5)Ses[ 8.840784] [INFO][GMAC] --] = tcc_gmac_open done:=20 [2024-05-23 14:18:18.346] sion connected.2 [2024-05-23 14:18:18.346] [IDC](R5)Sessi[ 8.864822] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:18:18.346] on status 2 -> 3 [2024-05-23 14:18:18.346] [ 8.948727] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:18.358] [ 8.986706] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:18:18.358] [ OK ] Started HUD Framework. [2024-05-23 14:18:18.372] [ 8.991110] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:18:18.372] [ 8.998945] Done!! [2024-05-23 14:18:18.392] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:18:18.413] [ 9.063065] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:18.434] [ OK ] Started Nvm Process. [2024-05-23 14:18:18.446] [ OK ] Started NS hsm control application. [2024-05-23 14:18:18.493] [ OK ] Started Diagnosis Framework. [2024-05-23 14:18:18.544] [ 9.193579] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:18.577] [ OK ] Started Diagnosis Transport. [2024-05-23 14:18:18.646] [ OK ] Started NS Software Update. [2024-05-23 14:18:18.688] [ 9.318299] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:18.699] [ OK ] Started NS Secondary Verify. [2024-05-23 14:18:18.731] [ OK ] Reached target Network. [2024-05-23 14:18:18.775] Starting Permit User Sessions... [2024-05-23 14:18:18.791] [ 9.429356] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:18.793] Starting udev Coldplug all Devices... [2024-05-23 14:18:18.819] Starting Wait for Network to be = Configured... [2024-05-23 14:18:18.834] [ OK ] Started Load Kernel Modules. [2024-05-23 14:18:18.834] [ OK ] Started Permit User Sessions. [2024-05-23 14:18:18.836] [ OK ] Started Login Service. [2024-05-23 14:18:18.861] [ OK ] Started Getty on tty1. [2024-05-23 14:18:18.861] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:18:18.861] [ OK ] Reached target Login Prompts. [2024-05-23 14:18:18.875] [ OK ] Reached target Multi-User System. [2024-05-23 14:18:18.905] [ 9.540352] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:18.910] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:18:18.952] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:18:18.998] [ 9.644707] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:19.001] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:18:19.036] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:18:19.104] [ 9.754283] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:19.215] [ 9.865120] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:19.284] [ 9.934921] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:19.298] [ 9.943333] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:19.336] [ 9.979231] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:19.482] [ 10.120584] sched: RT throttling activated [2024-05-23 14:18:20.248] [ 10.883282] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:20.255] [ 10.883293] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:20.944] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:25.273]=20 [2024-05-23 14:18:25.273] telechips-nsp1-release login:=20 [2024-05-23 14:18:27.722]=20 [2024-05-23 14:18:27.722] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:18:27.741]=20 [2024-05-23 14:18:27.741] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:18:27.741] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:18:27.741] DRAM: 2 GiB [2024-05-23 14:18:27.765] MMC: sdhc@0x16440000: 0 [2024-05-23 14:18:28.051]=20 [2024-05-23 14:18:28.052] HW Partition tyep is UserData [2024-05-23 14:18:28.063] In: serial [2024-05-23 14:18:28.063] Out: serial [2024-05-23 14:18:28.063] Err: serial [2024-05-23 14:18:28.130] Boot in the UserData environment(0) [2024-05-23 14:18:28.136] Non-secure boot (secure boot flag is clear) [2024-05-23 14:18:28.138] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:18:28.163] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:18:28.163] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:18:28.163] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:18:28.163] Booting using the fdt blob at 0x23000000 [2024-05-23 14:18:28.163] Loading Kernel Image [2024-05-23 14:18:28.179] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:18:28.182] OPTEE is enabled [2024-05-23 14:18:28.182]=20 [2024-05-23 14:18:28.182] Starting kernel ... [2024-05-23 14:18:28.182]=20 [2024-05-23 14:18:29.114] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:18:29.119] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:18:29.132] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:18:29.146] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:18:29.148] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:18:29.148] [ 0.000000] efi: UEFI not found. [2024-05-23 14:18:29.173] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:18:29.173] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:18:29.173] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:18:29.175] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:18:29.199] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:18:29.199] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:18:29.199] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:18:29.214] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:18:29.214] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:18:29.229] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:18:29.231] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:18:29.255] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:18:29.255] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:18:29.255] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:18:29.272] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:18:29.272] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:18:29.289] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:18:29.289] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:18:29.304] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:18:29.304] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:18:29.318] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:18:29.318] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:18:29.334] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:18:29.334] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:18:29.348] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:18:29.348] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:18:29.348] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:18:29.363] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:18:29.363] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:18:29.363] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:18:29.378] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:18:29.378] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:18:29.393] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:18:29.394] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:18:29.394] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:18:29.422] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:18:29.425] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:18:29.453] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:18:29.453] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:18:29.453] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:18:29.453] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:18:29.470] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:18:29.492] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:18:29.504] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:18:29.504] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:18:29.504] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:18:29.506] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:18:29.529] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:18:29.530] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:18:29.530] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:18:29.530] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:18:29.558] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:18:29.558] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:18:29.558] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:18:29.560] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:18:29.588] [ 0.000000] Running RCU self tests [2024-05-23 14:18:29.588] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:18:29.588] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:18:29.588] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:18:29.588] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:18:29.590] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:18:29.615] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:18:29.615] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:18:29.615] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:18:29.615] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:18:29.617] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:18:29.641] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:18:29.641] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:18:29.641] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:18:29.656] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:18:29.656] [ 0.001471] Console: colour dummy device = 80x25 [2024-05-23 14:18:29.658] [ 0.001711] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:18:29.683] [ 0.001714] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:18:29.683] [ 0.001717] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:18:29.683] [ 0.001719] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:18:29.683] [ 0.001722] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:18:29.683] [ 0.001724] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:18:29.697] [ 0.001727] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:18:29.697] [ 0.001730] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:18:29.697] [ 0.001732] memory used by lock dependency = info: 7903 kB [2024-05-23 14:18:29.713] [ 0.001735] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:18:29.713] [ 0.001776] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:18:29.736] [ 0.001784] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:18:29.736] [ 0.002283] Security Framework initialized [2024-05-23 14:18:29.736] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:18:29.736] [ 0.002655] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:18:29.739] [ 0.002677] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:18:29.763] [ 0.019952] ASID allocator initialised with = 32768 entries [2024-05-23 14:18:29.763] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:18:29.763] [ 0.062279] EFI services will not be = available. [2024-05-23 14:18:29.763] [ 0.076122] smp: Bringing up secondary CPUs = ... [2024-05-23 14:18:29.763] [ 0.120747] Detected VIPT I-cache on CPU1 [2024-05-23 14:18:29.776] [ 0.120822] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:18:29.778] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:18:29.778] [ 0.165055] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:18:29.801] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:18:29.814] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:18:29.814] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:18:29.814] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:18:29.814] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:18:29.825] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:18:29.825] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:18:29.825] [ 0.210538] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:18:29.828] [ 0.213105] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:18:29.828] [ 0.213764] devtmpfs: initialized [2024-05-23 14:18:29.828] [ 0.403299] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:18:29.852] [ 0.403565] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:18:29.852] [ 0.412322] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:18:29.852] [ 0.413242] chipinfo: TCC8030 Rev02 [2024-05-23 14:18:29.852] [ 0.413257] chipinfo: SiP Service v0.1.56 [2024-05-23 14:18:29.857] [ 0.418554] NET: Registered protocol family = 16 [2024-05-23 14:18:29.879] [ 0.422554] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:18:29.901] [ 0.424481] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:18:29.901] [ 0.426217] cpuidle: using governor menu [2024-05-23 14:18:29.901] [ 0.426483] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:18:29.914] [ 0.440533] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:18:29.914] [ 0.441027] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:18:29.914] [ 0.441074] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:18:29.914] [ 0.441118] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:18:29.914] [ 0.441162] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:18:29.928] [ 0.441206] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:18:29.928] [ 0.441249] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:18:29.952] [ 0.441293] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:18:29.952] [ 0.441336] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:18:29.952] [ 0.441379] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:18:29.952] [ 0.441422] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:18:29.954] [ 0.441466] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:18:29.954] [ 0.441510] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:18:29.954] [ 0.441570] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:18:29.954] [ 0.441614] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:18:29.973] [ 0.441657] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:18:29.974] [ 0.441700] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:18:29.974] [ 0.441744] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:18:29.974] [ 0.441787] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:18:29.974] [ 0.442251] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:18:29.997] [ 0.442296] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:18:29.997] [ 0.442340] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:18:29.997] [ 0.442383] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:18:29.997] [ 0.442427] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:18:29.999] [ 0.442470] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:18:30.024] [ 0.442513] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:18:30.024] [ 0.442557] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:18:30.024] [ 0.442600] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:18:30.024] [ 0.442643] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:18:30.026] [ 0.442700] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:18:30.051] [ 0.442744] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:18:30.051] [ 0.442980] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:18:30.051] [ 0.443023] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:18:30.051] [ 0.443066] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:18:30.063] [ 0.443110] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:18:30.066] [ 0.443153] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:18:30.066] [ 0.443196] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:18:30.089] [ 0.443239] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:18:30.091] [ 0.443437] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:18:30.091] [ 0.443481] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:18:30.091] [ 0.443524] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:18:30.091] [ 0.443568] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:18:30.113] [ 0.443611] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:18:30.126] [ 0.443654] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:18:30.126] [ 0.443698] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:18:30.126] [ 0.443756] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:18:30.126] [ 0.443800] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:18:30.128] [ 0.443843] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:18:30.128] [ 0.443887] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:18:30.128] [ 0.443930] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:18:30.154] [ 0.443973] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:18:30.154] [ 0.444016] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:18:30.154] [ 0.444549] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:18:30.154] [ 0.444607] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:18:30.154] [ 0.444779] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:18:30.182] [ 0.444950] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:18:30.182] [ 0.445118] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:18:30.182] [ 0.445281] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:18:30.184] [ 0.445446] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:18:30.184] [ 0.445490] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:18:30.184] [ 0.445534] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:18:30.206] [ 0.445699] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:18:30.206] [ 0.445865] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:18:30.206] [ 0.446037] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:18:30.206] [ 0.446082] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:18:30.219] [ 0.446125] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:18:30.219] [ 0.446289] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:18:30.221] [ 0.446335] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:18:30.243] [ 0.446561] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:18:30.243] [ 0.446625] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:18:30.243] [ 0.446858] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:18:30.243] [ 0.446872] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:18:30.245] [ 0.529113] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:18:30.269] [ 0.529204] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:18:30.269] [ 1.676083] console [ttyAMA0] enabled [2024-05-23 14:18:30.269] [ 1.683793] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:18:30.296] [ 1.712635] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:18:30.309] [ 1.722918] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:18:30.325] [ 1.733523] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:18:30.349] [ 1.743767] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:18:30.427] [ 1.843610] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:18:30.443] [ 1.859781] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:18:30.454] [ 1.866678] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:18:30.469] [ 1.873467] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:18:30.491] [ 1.879837] Linux video capture interface: = v2.00 [2024-05-23 14:18:30.504] [ 1.885749] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:30.504] [ 1.885753] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:18:30.504] [ 1.885757] 6 locks held by swapper/0/1: [2024-05-23 14:18:30.513] [ 1.885760] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:18:30.513] [ 1.885788] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:18:30.515] [ 1.885803] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:18:30.540] [ 1.885822] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:30.540] [ 1.885837] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:18:30.540] [ 1.885853] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:30.553] [ 1.885872] irq event stamp: 288050 [2024-05-23 14:18:30.553] [ 1.885877] hardirqs last enabled at = (288049): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:30.572] [ 1.885882] hardirqs last disabled at = (288050): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:30.572] [ 1.885889] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:30.583] [ 1.885893] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:30.597] [ 1.885895] Preemption disabled at: [2024-05-23 14:18:30.601] [ 1.885901] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:30.601] [ 1.885910] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:18:30.624] [ 1.885913] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:30.626] [ 1.885917] Call trace: [2024-05-23 14:18:30.626] [ 1.885923] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:30.626] [ 1.885928] show_stack+0x14/0x20 [2024-05-23 14:18:30.626] [ 1.885934] dump_stack+0xb8/0xf0 [2024-05-23 14:18:30.626] [ 1.885939] ___might_sleep+0x178/0x210 [2024-05-23 14:18:30.626] [ 1.885943] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:30.648] [ 1.885947] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:30.652] [ 1.885953] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:30.652] [ 1.885959] gic_set_type+0x84/0x98 [2024-05-23 14:18:30.652] [ 1.885964] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:30.652] [ 1.885969] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:30.652] [ 1.885974] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:30.652] [ 1.885979] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:18:30.679] [ 1.885985] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:18:30.679] [ 1.885989] platform_drv_probe+0x58/0xb8 [2024-05-23 14:18:30.679] [ 1.885995] = driver_probe_device+0x228/0x410 [2024-05-23 14:18:30.679] [ 1.886000] __driver_attach+0xfc/0x118 [2024-05-23 14:18:30.679] [ 1.886005] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:18:30.679] [ 1.886010] driver_attach+0x20/0x28 [2024-05-23 14:18:30.681] [ 1.886014] bus_add_driver+0x220/0x268 [2024-05-23 14:18:30.708] [ 1.886019] driver_register+0x60/0xf8 [2024-05-23 14:18:30.708] [ 1.886023] = __platform_driver_register+0x44/0x50 [2024-05-23 14:18:30.708] [ 1.886030] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:18:30.708] [ 1.886035] do_one_initcall+0x50/0x15c [2024-05-23 14:18:30.708] [ 1.886042] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:18:30.708] [ 1.886048] kernel_init+0x10/0x100 [2024-05-23 14:18:30.710] [ 1.886052] ret_from_fork+0x10/0x18 [2024-05-23 14:18:30.733] [ 1.891625] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:18:30.746] [ 2.138912] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:18:30.748] [ 2.152517] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:18:30.748] [ 2.159536] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:18:30.767] [ 2.164138] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:18:30.769] [ 2.168941] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:18:30.769] [ 2.173765] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:18:30.769] [ 2.178320] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:18:30.815] [ 2.231791] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:18:30.829] [ 2.244378] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:30.848] [ 2.262518] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:30.863] [ 2.277967] NET: Registered protocol family = 2 [2024-05-23 14:18:30.876] [ 2.285391] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:18:30.878] [ 2.293006] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:18:30.903] [ 2.304181] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:18:30.903] [ 2.311793] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:18:30.903] [ 2.318548] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:18:30.918] [ 2.326650] NET: Registered protocol family = 1 [2024-05-23 14:18:31.018] [ 2.434126] audit: initializing netlink = subsys (disabled) [2024-05-23 14:18:31.024] [ 2.440371] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:18:31.040] [ 2.441005] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:18:31.106] [ 2.522772] fuse init (API version 7.26) [2024-05-23 14:18:31.127] [ 2.540959] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:18:31.134] [ 2.550764] io scheduler noop registered = (default) [2024-05-23 14:18:31.147] [ 2.555848] io scheduler mq-deadline = registered [2024-05-23 14:18:31.147] [ 2.560411] io scheduler kyber registered [2024-05-23 14:18:31.173] [ 2.571515] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:31.174] [ 2.578367] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:31.174] [ 2.584576] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:18:31.187] [ 2.592172] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:31.238] [ 2.654788] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:31.248] [ 2.662359] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:31.263] [ 2.667406] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:18:31.265] [ 2.672835] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:31.265] [ 2.673473] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:31.292] [ 2.684227] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:31.292] [ 2.690435] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:18:31.292] [ 2.697999] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:31.315] [ 2.721878] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:31.316] [ 2.728797] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:31.318] [ 2.733471] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:18:31.331] [ 2.738972] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:31.331] [ 2.739539] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:31.344] [ 2.750291] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:31.346] [ 2.756500] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:18:31.383] [ 2.764114] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:31.414] [ 2.830251] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:31.421] [ 2.837025] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:31.435] [ 2.841650] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:18:31.448] [ 2.847077] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:31.450] [ 2.856715] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:18:31.450] [ 2.866340] [INF][WDMA] tcc_wdma_init [2024-05-23 14:18:31.468] [ 2.871194] TCC WDMA Driver Initializing [2024-05-23 14:18:31.468] [ 2.878045] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:18:31.489] [ 2.884258] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:18:31.502] [ 2.894585] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:31.515] [ 2.907400] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:18:31.515] [ 2.916939] [CPU_ID] probe is done [2024-05-23 14:18:31.517] [ 2.920706] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:18:31.517] [ 2.927424] [DRAM_TOOL] probe is done [2024-05-23 14:18:31.536] [ 2.934872] MALI-G51 : r30p0-01eac0 [2024-05-23 14:18:31.537] [ 2.938560] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:18:31.537] [ 2.948446] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:31.553] [ 2.948451] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:18:31.553] [ 2.948456] 6 locks held by swapper/0/1: [2024-05-23 14:18:31.564] [ 2.948459] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:18:31.566] [ 2.948486] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:18:31.592] [ 2.948502] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:18:31.592] [ 2.948520] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:31.592] [ 2.948534] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:18:31.606] [ 2.948550] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:31.609] [ 2.948569] irq event stamp: 453482 [2024-05-23 14:18:31.632] [ 2.948574] hardirqs last enabled at = (453481): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:31.633] [ 2.948580] hardirqs last disabled at = (453482): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:31.633] [ 2.948587] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:31.649] [ 2.948591] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:31.654] [ 2.948594] Preemption disabled at: [2024-05-23 14:18:31.654] [ 2.948599] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:31.677] [ 2.948608] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:18:31.689] [ 2.948611] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:31.689] [ 2.948615] Call trace: [2024-05-23 14:18:31.689] [ 2.948622] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:31.689] [ 2.948627] show_stack+0x14/0x20 [2024-05-23 14:18:31.689] [ 2.948632] dump_stack+0xb8/0xf0 [2024-05-23 14:18:31.691] [ 2.948637] ___might_sleep+0x178/0x210 [2024-05-23 14:18:31.691] [ 2.948641] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:31.691] [ 2.948646] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:31.713] [ 2.948651] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:31.715] [ 2.948658] gic_set_type+0x84/0x98 [2024-05-23 14:18:31.715] [ 2.948663] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:31.715] [ 2.948668] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:31.715] [ 2.948672] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:31.715] [ 2.948679] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:18:31.738] [ 2.948684] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:18:31.751] [ 2.948688] kbase_device_init+0x78/0xf8 [2024-05-23 14:18:31.751] [ 2.948695] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:18:31.751] [ 2.948699] platform_drv_probe+0x58/0xb8 [2024-05-23 14:18:31.751] [ 2.948704] = driver_probe_device+0x228/0x410 [2024-05-23 14:18:31.751] [ 2.948709] __driver_attach+0xfc/0x118 [2024-05-23 14:18:31.762] [ 2.948714] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:18:31.762] [ 2.948718] driver_attach+0x20/0x28 [2024-05-23 14:18:31.762] [ 2.948723] bus_add_driver+0x220/0x268 [2024-05-23 14:18:31.762] [ 2.948728] driver_register+0x60/0xf8 [2024-05-23 14:18:31.764] [ 2.948732] = __platform_driver_register+0x44/0x50 [2024-05-23 14:18:31.764] [ 2.948739] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:18:31.787] [ 2.948744] do_one_initcall+0x50/0x15c [2024-05-23 14:18:31.789] [ 2.948751] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:18:31.789] [ 2.948756] kernel_init+0x10/0x100 [2024-05-23 14:18:31.789] [ 2.948761] ret_from_fork+0x10/0x18 [2024-05-23 14:18:31.789] [ 2.950376] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:18:31.789] [ 3.205134] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:18:31.813] [ 3.211871] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:18:31.813] [ 3.225888] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:18:31.842] [ 3.233077] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:18:31.846] [ 3.245245] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:18:31.846] [ 3.251462] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:18:31.846] [ 3.255843] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:18:31.848] [ 3.263529] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:18:31.899] [ 3.311635] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:18:31.916] [ 3.321396] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:18:31.917] [ 3.329249] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:18:31.945] [ 3.339538] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:18:31.945] [ 3.344814] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:18:31.964] [ 3.355887] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:18:31.967] [ 3.364772] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:18:31.990] [ 3.384009] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:18:31.991] [ 3.386875] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:18:31.991] [ 3.388005] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:18:31.996] [ 3.391696] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:18:32.016] [ 3.392432] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:18:32.018] [ 3.393072] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:18:32.018] [ 3.394212] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:18:32.018] [ 3.404365] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:18:32.043] [ 3.404393] GPT:15269887 !=3D 15273599 [2024-05-23 14:18:32.043] [ 3.404401] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:18:32.043] [ 3.404409] GPT:15269887 !=3D 15273599 [2024-05-23 14:18:32.043] [ 3.404416] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:18:32.043] [ 3.404559] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:18:32.058] [ 3.474587] libphy: Fixed MDIO Bus: probed [2024-05-23 14:18:32.072] [ 3.479650] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:18:32.076] [ 3.492782] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:18:32.090] [ 3.497312] [INFO][GAMC] gmac index : 1 [2024-05-23 14:18:32.090] [ 3.501748] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:18:32.091] [ 3.506972] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:18:32.117] [ 3.512989] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:18:32.117] [ 3.517380] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:18:32.117] [ 3.525743] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:18:32.132] [ 3.539892] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:18:32.133] [ 3.545801] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:32.147] [ 3.545813] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:18:32.149] [ 3.545820] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:18:32.149] [ 3.545831] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:32.176] [ 3.545843] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:18:32.176] [ 3.574626] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:18:32.176] [ 3.590587] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:18:32.194] [ 3.597243] usbhid: USB HID core driver [2024-05-23 14:18:32.195] [ 3.601449] optee: probing for conduit = method from DT. [2024-05-23 14:18:32.195] [ 3.606629] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:18:32.220] [ 3.608630] optee: initialized driver [2024-05-23 14:18:32.220] [ 3.618132] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:18:32.220] [ 3.623850] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:18:32.220] [ 3.629020] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:18:32.220] [ 3.634187] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:18:32.237] [ 3.639962] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:18:32.237] [ 3.645737] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:18:32.237] [ 3.651599] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:18:32.251] [ 3.658068] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:18:32.251] [ 3.665500] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:18:32.266] [ 3.673448] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:18:32.282] [ 3.687582] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:18:32.284] [ 3.697230] NET: Registered protocol family = 17 [2024-05-23 14:18:32.298] [ 3.702198] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:18:32.321] [ 3.719843] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:18:32.482] [ 3.888856] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:32.483] [ 3.888899] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:18:32.498] [ 3.904648] ALSA device list: [2024-05-23 14:18:32.498] [ 3.907642] No soundcards found. [2024-05-23 14:18:32.498] [ 3.913761] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:18:32.520] [ 3.934766] Freeing unused kernel memory: = 4160K [2024-05-23 14:18:32.534] Mounting devtmpfs [2024-05-23 14:18:32.534] [ 3.949425] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:18:32.550] Mounting procfs [2024-05-23 14:18:32.550] Mounting sysfs [2024-05-23 14:18:32.552] [ 3.968479] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:18:32.584] [ 3.997608] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:18:32.624] [ 4.037993] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:18:32.632] [ 4.048587] mount (98) used greatest stack = depth: 11568 bytes left [2024-05-23 14:18:32.650] [ 4.066328] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:18:32.893] [ 4.308076] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:18:32.990] [ 4.406747] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:18:33.018] [ 4.434190] systemd[1]: Detected = architecture arm64. [2024-05-23 14:18:33.064]=20 [2024-05-23 14:18:33.064] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:18:33.079]=20 [2024-05-23 14:18:33.081] [ 4.496645] systemd[1]: Set hostname to = . [2024-05-23 14:18:33.095] [ 4.508000] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:18:33.110] [ 4.517328] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:18:33.336] [ 4.752281] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:18:33.368] [ 4.769432] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:18:33.395] [ 4.811423] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:18:33.412] [ 4.823539] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:18:33.599] [ 5.015369] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:18:33.672] [ OK ] Listening on Syslog Socket. [2024-05-23 14:18:33.687] [ OK ] Reached target Remote File Systems. [2024-05-23 14:18:33.718] [ OK ] Created slice system-getty.slice. [2024-05-23 14:18:33.734] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:18:33.752] [ OK ] Reached target Swap. [2024-05-23 14:18:33.767] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:18:33.782] [ OK ] Listening on udev Control Socket. [2024-05-23 14:18:33.799] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:18:33.820] [ OK ] Created slice User and Session Slice. [2024-05-23 14:18:33.834] [ OK ] Reached target Paths. [2024-05-23 14:18:33.852] [ OK ] Reached target Slices. [2024-05-23 14:18:33.878] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:18:33.902] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:18:33.918] [ OK ] Listening on Journal Socket. [2024-05-23 14:18:33.935] Starting Apply Kernel Variables... [2024-05-23 14:18:33.968] Mounting Configuration File System... [2024-05-23 14:18:33.994] Starting mount data partition = service... [2024-05-23 14:18:34.028] Starting Journal Service... [2024-05-23 14:18:34.061] Mounting Huge Pages File System... [2024-05-23 14:18:34.092] Mounting POSIX Message Queue File = System... [2024-05-23 14:18:34.125] Mounting FUSE Control File System... [2024-05-23 14:18:34.131] [ 5.545537] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:34.145] [ 5.558660] mount (119) used greatest stack = depth: 11408 bytes left [2024-05-23 14:18:34.161] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:18:34.189] Starting udev Coldplug all Devices... [2024-05-23 14:18:34.219] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:18:34.248] Mounting Kernel Debug File System... [2024-05-23 14:18:34.368] [ 5.784153] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:18:34.425] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:18:34.452] [ OK ] Started Journal Service. [2024-05-23 14:18:34.479] [ OK ] Mounted Configuration File System. [2024-05-23 14:18:34.488] [ OK ] Started mount data partition service. [2024-05-23 14:18:34.506] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:18:34.522] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:18:34.538] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:18:34.568] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:18:34.597] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:18:34.632] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:18:34.666] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:18:34.694] Mounting /var/volatile... [2024-05-23 14:18:34.726] Mounting /tmp... [2024-05-23 14:18:34.740] [ OK ] Reached target Containers. [2024-05-23 14:18:34.769] Starting udev Kernel Device = Manager... [2024-05-23 14:18:34.802] Starting NS file System mount and = recovery.... [2024-05-23 14:18:34.828] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:18:34.864] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:18:34.909] [ OK ] Mounted /var/volatile. [2024-05-23 14:18:34.936] [ OK ] Mounted 6.346389] EXT4-fs = (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:34.943] m/tmp. [2024-05-23 14:18:35.045] [ 6.458645] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:35.090] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:18:35.154] [ 6.570480] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:35.168] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:35.250] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:18:35.424] [ 6.839053] systemd-journald[115]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:18:35.447] Starting Bind mount volatile = /var/spool... [2024-05-23 14:18:35.474] Starting Bind mount volatile = /var/lib... [2024-05-23 14:18:35.507] Starting Bind mount volatile = /var/cache... [2024-05-23 14:18:35.537] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:18:35.634] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:18:35.742] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:18:35.771] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:18:35.805] Starting Load/Save Random Seed... [2024-05-23 14:18:35.820] [ OK ] Reached target Local File Systems. [2024-05-23 14:18:35.853] Starting Create Volatile Files and = Directories... [2024-05-23 14:18:35.890] Starting netfilter persistent = configuration... [2024-05-23 14:18:35.920] Starting AppArmor initialization... [2024-05-23 14:18:35.946] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:18:36.118] [ 7.533904] audit: type=3D1400 = audit(1550139121.220:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D259 comm=3D"apparmor_parser" [2024-05-23 14:18:36.135] [ 7.549266] audit: type=3D1400 = audit(1550139121.220:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:18:36.163] [ 7.567923] audit: type=3D1400 = audit(1550139121.220:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:18:36.179] [ 7.584788] audit: type=3D1400 = audit(1550139121.220:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:18:36.204] [ OK [ 7.600335] audit: type=3D1400 = audit(1550139121.220:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:18:36.204] [ 7.617798] audit: type=3D1400 = audit(1550139121.220:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:18:36.220] ] Started Create Volatile[ 7.633609] audit: = type=3D1400 audit(1550139121.220:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D259 comm=3D"apparmor_parser" [2024-05-23 14:18:36.237] Files and Directories. [2024-05-23 14:18:36.265] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:18:36.296] [ OK ] Started AppArmor initialization. [2024-05-23 14:18:36.320] [ OK ] Reached target Network (Pre). [2024-05-23 14:18:36.353] Starting Network Service... [2024-05-23 14:18:36.383] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:18:36.437] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:18:36.463] [ OK ] Reached target System Initialization. [2024-05-23 14:18:36.492] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:18:36.496] [ OK ] Reached target Sockets. [2024-05-23 14:18:36.513] [ OK ] Reached target Basic System. [2024-05-23 14:18:36.542] [ OK ] Started Kernel Logging Service. [2024-05-23 14:18:36.576] Starting Login Ser[ 7.993459] = 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:18:36.587] vice... [2024-05-23 14:18:36.613] [ 8.025822] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:18:36.617] [ 8.031725] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:18:36.633] [ 8.036266] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:18:36.633] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:18:36.688] Starting Load Kernel Modules... [2024-05-23 14:18:36.722] [ OK ] Started NS VSync Process. [2024-05-23 14:18:36.777] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:18:36.785] [ 8.198118] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:18:36.801] [ 8.207395] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:18:36.801] [ 8.216154] Disabling lock debugging due to = kernel taint [2024-05-23 14:18:36.818] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:18:36.835] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:18:36.849] [ 8.259007] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:18:36.849] Start /usr/bin/sys-fail-mon [2024-05-23 14:18:36.851] [ 8.263473] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:18:36.875] [ 8.263484] [INFO][GMAC]=20 [2024-05-23 14:18:36.875] [ 8.266452] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:18:36.875] [ OK ] Started NS System Management Process. [2024-05-23 14:18:36.887] Starting NS Int[ 8.300510] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:18:36.894] er Domain Comm Process... [2024-05-23 14:18:36.907] [ 8.308997] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:18:36.909] [ 8.312600] libphy: tcc-gmac-mdio: probed [2024-05-23 14:18:36.932] [ 8.312606] [INFO][GMAC] registered! [2024-05-23 14:18:36.935] [ 8.312609] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:18:36.935] [ 8.312617] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:18:36.935] [ OK ] Started 8.340092] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:18:36.958] 39mSystem Logging Service. [2024-05-23 14:18:36.971] [ 8.351066] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:18:36.971] [ OK ] Started Da[ 8.361433] ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:36.973] ily Cleanup of Temporary Directorie[ = 8.376783] ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:18:36.973] s. [2024-05-23 14:18:36.973] [ OK ] Reac[ 8.384800] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:18:36.996] hed target Timers.[ 8.389038] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:18:36.996] =0A= [2024-05-23 14:18:36.996] [ OK ] Started 8.389080] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:18:37.010] [ 8.389080] -- MASTER Configuration. [2024-05-23 14:18:37.013] [ 8.389080] -- Local Receiver Status Not = OK. [2024-05-23 14:18:37.013] [ 8.389080] -- Remote Receiver Status Not = OK. [2024-05-23 14:18:37.013] ;1;39mNetwork Service. [2024-05-23 14:18:37.036] [ 8.389096] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:18:37.040] [ 8.389099] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:18:37.040] [ 8.389371] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:37.040] [ 8.389374] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:18:37.065] [ 8.389376] INFO: lockdep is turned off. [2024-05-23 14:18:37.065] [ 8.389378] irq event stamp: 70746 [2024-05-23 14:18:37.065] [ 8.389392] hardirqs last enabled at = (70745): [<000000000551c7b7>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:37.065] [ 8.389398] hardirqs last disabled at = (70746): [<00000000216f794d>] __schedule+0xc8/0x730 [2024-05-23 14:18:37.076] [ 8.389406] softirqs last enabled at (0): = [<00000000c92a43c7>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:37.078] [ 8.389408] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:37.102] [ 8.389410] Preemption disabled at: [2024-05-23 14:18:37.102] [ 8.389417] [<000000005f258679>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:37.102] [ 8.389425] CPU: 2 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:18:37.102] [ 8.389427] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:37.118] [ 8.389429] Call trace: [2024-05-23 14:18:37.118] [ 8.389435] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:37.118] [ 8.389439] show_stack+0x14/0x20 [2024-05-23 14:18:37.118] [ 8.389443] dump_stack+0xb8/0xf0 [2024-05-23 14:18:37.131] [ 8.389447] ___might_sleep+0x178/0x210 [2024-05-23 14:18:37.132] [ 8.389450] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:37.132] [ 8.389456] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:37.132] [ 8.389461] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:37.161] [ 8.389467] gic_set_type+0x84/0x98 [2024-05-23 14:18:37.161] [ 8.389471] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:37.161] [ 8.389475] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:37.161] [ 8.389478] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:37.161] [ 8.389485] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:18:37.161] [ 8.389490] __dev_open+0x100/0x150 [2024-05-23 14:18:37.163] [ 8.389493] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:18:37.163] [ 8.389496] dev_change_flags+0x20/0x60 [2024-05-23 14:18:37.189] [ 8.389500] do_setlink+0x3ec/0xc30 [2024-05-23 14:18:37.189] [ 8.389503] rtnl_setlink+0xcc/0x128 [2024-05-23 14:18:37.189] [ 8.389505] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:18:37.189] [ 8.389510] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:18:37.189] [ 8.389512] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:18:37.189] [ 8.389515] netlink_unicast+0x180/0x1f8 [2024-05-23 14:18:37.191] [ 8.389518] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:18:37.214] [ 8.389524] sock_sendmsg+0x3c/0x58 [2024-05-23 14:18:37.214] [ 8.389528] SyS_sendto+0xd0/0x140 [2024-05-23 14:18:37.214] [ 8.389532] el0_svc_naked+0x34/0x38 [2024-05-23 14:18:37.214] [ 8.389670] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:18:37.214] [ 8.393868] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:18:37.219] [ 8.393874] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:18:37.239] [ 8.393880] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:18:37.239] [ 8.393880] =20 [2024-05-23 14:18:37.239] [ 8.394192] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:18:37.239] [ 8.394594] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:18:37.241] [ 8.394598] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:18:37.253] [ 8.394602] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:18:37.253] [ 8.394602] =20 [2024-05-23 14:18:37.253] [ 8.394751] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:18:37.269] [ 8.394766] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:18:37.269] [ 8.394770] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:18:37.269] [ 8.394774] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:18:37.288] [ 8.394782] [INFO][GMAC] --] phy_start: : [2024-05-23 14:18:37.305] [ 8.394845] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:18:37.305] [ 8.498914] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.305] [ 8.513701] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:18:37.305] [ 8.610912] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.320] Starting Wait for Ne[ 8.709985] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:18:37.320] twork to be Configured... [2024-05-23 14:18:37.323] [[ 8.720697] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:18:37.323] OK [ 8.722929] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.323] ] Reached target Network 8.736143] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:37.348] m. [2024-05-23 14:18:37.348] Starting Permit User Sessions... [2024-05-23 14:18:37.356] [ 8.767488] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:18:37.369] Starting udev Coldplug all Devices... [2024-05-23 14:18:37.369] [ 8.772549] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:18:37.384] [ 8.784039] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:18:37.384] [ OK ] Started 8.795202] Done!! [2024-05-23 14:18:37.384] 39mNS Inter Domain Comm Process. [2024-05-23 14:18:37.401] [ OK ] Started Permit User Sessions. [2024-05-23 14:18:37.420] [ 8.831041] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.422] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:18:37.437] parents, child is 316 [2024-05-23 14:18:37.438] [IDC]Start. [2024-05-23 14:18:37.455] [ OK ] Started 8.855614] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:18:37.457] 39mGetty on tty1. [2024-05-23 14:18:37.457] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:18:37.457] [ OK ] Reached target Login Prompts. [2024-05-23 14:18:37.483] [ OK ] Started Cluster Framework. [2024-05-23 14:18:37.483] [IDC](A7)ConnectReq 0 [2024-05-23 14:18:37.483] [IDC](A7)do_connect 0 [2024-05-23 14:18:37.483] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:18:37.483] [IDC](A7)Tx start session req 1 [2024-05-23 14:18:37.483] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:18:37.483] [IDC](R5)ConnectReq 0 [2024-05-23 14:18:37.483] [IDC](R5)do_connect 0 [2024-05-23 14:18:37.488] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:18:37.488] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:18:37.520] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:18:37.534] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:18:37.534] [ OK ] Started HUD Framework. [2024-05-23 14:18:37.534] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:18:37.534] [IDC](A7)Session connected. [2024-05-23 14:18:37.534] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:18:37.534] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:18:37.534] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:18:37.534] [IDC](R5)Session connected.2 [2024-05-23 14:18:37.534] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:18:37.576] [ 8.941733] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:18:37.576] [ 8.952025] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.585] [ 8.999529] Done!! [2024-05-23 14:18:37.635] [ OK ] Started Nvm Process. [2024-05-23 14:18:37.659] [ 9.075033] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.689] [ 9.097688] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:18:37.708] [ OK ] Started NS hsm control application. [2024-05-23 14:18:37.721] [ OK ] Started Diagnosis Framework. [2024-05-23 14:18:37.736] [ OK ] Started Diagnosis Transport. [2024-05-23 14:18:37.738] [ OK ] Started NS Software Update. [2024-05-23 14:18:37.778] [ OK ] Started NS Secondary Verify. [2024-05-23 14:18:37.779] [ 9.186989] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.791] [ OK ] Started Login Service. [2024-05-23 14:18:37.804] [ OK ] Reached target Multi-User System. [2024-05-23 14:18:37.884] [ 9.295021] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:18:37.893] [ 9.299099] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:37.924] [ 9.340377] Done!! [2024-05-23 14:18:37.960] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:18:37.974] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:18:38.006] [ 9.414987] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:38.077] [ OK ] Started Load Kernel Modules. [2024-05-23 14:18:38.130] [ 9.545764] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:38.156] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:18:38.252] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:18:38.778] [ 10.192667] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:38.806] [ 10.201067] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:38.847] [ 10.261188] sched: RT throttling activated [2024-05-23 14:18:39.657] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:39.751] [ 11.162198] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:39.759] [ 11.162206] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:43.707]=20 [2024-05-23 14:18:43.707] telechips-nsp1-release login:=20 [2024-05-23 14:18:47.945]=20 [2024-05-23 14:18:47.945] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:18:47.969]=20 [2024-05-23 14:18:47.969] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:18:47.969] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:18:47.969] DRAM: 2 GiB [2024-05-23 14:18:47.989] MMC: sdhc@0x16440000: 0 [2024-05-23 14:18:48.275]=20 [2024-05-23 14:18:48.275] HW Partition tyep is UserData [2024-05-23 14:18:48.286] In: serial [2024-05-23 14:18:48.286] Out: serial [2024-05-23 14:18:48.296] Err: serial [2024-05-23 14:18:48.355] Boot in the UserData environment(0) [2024-05-23 14:18:48.357] Non-secure boot (secure boot flag is clear) [2024-05-23 14:18:48.370] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:18:48.372] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:18:48.372] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:18:48.392] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:18:48.394] Booting using the fdt blob at 0x23000000 [2024-05-23 14:18:48.395] Loading Kernel Image [2024-05-23 14:18:48.395] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:18:48.419] OPTEE is enabled [2024-05-23 14:18:48.419]=20 [2024-05-23 14:18:48.419] Starting kernel ... [2024-05-23 14:18:48.419]=20 [2024-05-23 14:18:49.334] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:18:49.340] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:18:49.356] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:18:49.357] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:18:49.385] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:18:49.385] [ 0.000000] efi: UEFI not found. [2024-05-23 14:18:49.385] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:18:49.385] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:18:49.387] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:18:49.413] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:18:49.413] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:18:49.413] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:18:49.429] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:18:49.429] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:18:49.445] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:18:49.445] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:18:49.460] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:18:49.460] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:18:49.475] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:18:49.475] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:18:49.490] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:18:49.492] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:18:49.505] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:18:49.507] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:18:49.520] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:18:49.533] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:18:49.535] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:18:49.562] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:18:49.562] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:18:49.562] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:18:49.562] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:18:49.575] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:18:49.579] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:18:49.579] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:18:49.603] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:18:49.615] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:18:49.615] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:18:49.615] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:18:49.615] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:18:49.617] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:18:49.617] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:18:49.640] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:18:49.656] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:18:49.656] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:18:49.668] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:18:49.670] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:18:49.694] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:18:49.716] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:18:49.716] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:18:49.729] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:18:49.729] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:18:49.729] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:18:49.731] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:18:49.731] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:18:49.758] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:18:49.758] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:18:49.758] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:18:49.758] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:18:49.773] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:18:49.773] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:18:49.788] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:18:49.788] [ 0.000000] Running RCU self tests [2024-05-23 14:18:49.800] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:18:49.802] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:18:49.802] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:18:49.825] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:18:49.827] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:18:49.827] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:18:49.827] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:18:49.827] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:18:49.851] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:18:49.851] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:18:49.851] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:18:49.864] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:18:49.866] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:18:49.889] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:18:49.902] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:18:49.902] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:18:49.902] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:18:49.902] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:18:49.917] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:18:49.917] [ 0.001732] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:18:49.917] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:18:49.921] [ 0.001738] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:18:49.921] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:18:49.921] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:18:49.944] [ 0.001746] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:18:49.946] [ 0.001787] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:18:49.946] [ 0.001795] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:18:49.946] [ 0.002296] Security Framework initialized [2024-05-23 14:18:49.946] [ 0.002422] AppArmor: AppArmor initialized [2024-05-23 14:18:49.981] [ 0.002667] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:18:49.981] [ 0.002689] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:18:49.981] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:18:49.981] [ 0.035857] Hierarchical SRCU = implementation. [2024-05-23 14:18:49.983] [ 0.062280] EFI services will not be = available. [2024-05-23 14:18:49.983] [ 0.076125] smp: Bringing up secondary CPUs = ... [2024-05-23 14:18:49.983] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:18:50.004] [ 0.120825] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:18:50.004] [ 0.165001] Detected VIPT I-cache on CPU2 [2024-05-23 14:18:50.004] [ 0.165060] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:18:50.004] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:18:50.006] [ 0.209335] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:18:50.029] [ 0.209711] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:18:50.029] [ 0.209753] SMP: Total of 4 processors = activated. [2024-05-23 14:18:50.029] [ 0.209769] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:18:50.029] [ 0.209788] CPU: All CPU(s) started at EL2 [2024-05-23 14:18:50.031] [ 0.209971] alternatives: patching kernel = code [2024-05-23 14:18:50.048] [ 0.210524] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:18:50.050] [ 0.213109] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:18:50.050] [ 0.213708] devtmpfs: initialized [2024-05-23 14:18:50.050] [ 0.402917] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:18:50.072] [ 0.403181] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:18:50.072] [ 0.411604] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:18:50.072] [ 0.412506] chipinfo: TCC8030 Rev02 [2024-05-23 14:18:50.072] [ 0.412521] chipinfo: SiP Service v0.1.56 [2024-05-23 14:18:50.087] [ 0.417789] NET: Registered protocol family = 16 [2024-05-23 14:18:50.087] [ 0.421827] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:18:50.087] [ 0.423924] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:18:50.102] [ 0.425577] cpuidle: using governor menu [2024-05-23 14:18:50.102] [ 0.425809] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:18:50.120] [ 0.439982] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:18:50.122] [ 0.440498] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:18:50.122] [ 0.440544] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:18:50.122] [ 0.440588] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:18:50.122] [ 0.440632] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:18:50.141] [ 0.440675] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:18:50.141] [ 0.440718] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:18:50.141] [ 0.440762] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:18:50.142] [ 0.440805] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:18:50.161] [ 0.440849] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:18:50.161] [ 0.440892] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:18:50.161] [ 0.440935] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:18:50.161] [ 0.440980] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:18:50.179] [ 0.441023] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:18:50.179] [ 0.441066] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:18:50.179] [ 0.441109] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:18:50.181] [ 0.441152] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:18:50.200] [ 0.441207] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:18:50.200] [ 0.441251] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:18:50.200] [ 0.441612] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:18:50.200] [ 0.441656] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:18:50.212] [ 0.441699] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:18:50.221] [ 0.441742] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:18:50.223] [ 0.441786] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:18:50.223] [ 0.441829] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:18:50.242] [ 0.441872] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:18:50.242] [ 0.441918] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:18:50.242] [ 0.441960] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:18:50.242] [ 0.442004] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:18:50.253] [ 0.442047] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:18:50.253] [ 0.442090] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:18:50.264] [ 0.442309] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:18:50.267] [ 0.442353] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:18:50.284] [ 0.442410] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:18:50.286] [ 0.442561] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:18:50.286] [ 0.442607] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:18:50.286] [ 0.442651] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:18:50.288] [ 0.442695] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:18:50.306] [ 0.442898] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:18:50.306] [ 0.442942] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:18:50.306] [ 0.442986] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:18:50.306] [ 0.443029] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:18:50.318] [ 0.443072] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:18:50.320] [ 0.443115] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:18:50.339] [ 0.443158] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:18:50.349] [ 0.443201] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:18:50.349] [ 0.443245] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:18:50.349] [ 0.443288] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:18:50.351] [ 0.443331] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:18:50.351] [ 0.443388] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:18:50.365] [ 0.443431] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:18:50.367] [ 0.443474] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:18:50.367] [ 0.444020] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:18:50.385] [ 0.444064] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:18:50.388] [ 0.444234] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:18:50.388] [ 0.444404] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:18:50.388] [ 0.444572] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:18:50.406] [ 0.444751] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:18:50.416] [ 0.444919] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:18:50.416] [ 0.444964] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:18:50.416] [ 0.445007] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:18:50.416] [ 0.445172] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:18:50.419] [ 0.445338] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:18:50.437] [ 0.445503] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:18:50.438] [ 0.445547] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:18:50.438] [ 0.445591] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:18:50.438] [ 0.445634] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:18:50.458] [ 0.445677] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:18:50.458] [ 0.445851] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:18:50.458] [ 0.445897] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:18:50.458] [ 0.446125] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:18:50.469] [ 0.446139] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:18:50.479] [ 0.528588] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:18:50.480] [ 0.528680] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:18:50.480] [ 1.675496] console [ttyAMA0] enabled [2024-05-23 14:18:50.499] [ 1.683340] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:18:50.516] [ 1.712352] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:18:50.527] [ 1.722746] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:18:50.539] [ 1.733261] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:18:50.549] [ 1.743517] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:18:50.648] [ 1.843897] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:18:50.664] [ 1.860424] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:18:50.675] [ 1.867346] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:18:50.698] [ 1.874117] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:18:50.698] [ 1.880487] Linux video capture interface: = v2.00 [2024-05-23 14:18:50.710] [ 1.886305] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:50.712] [ 1.886310] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:18:50.715] [ 1.886314] 6 locks held by swapper/0/1: [2024-05-23 14:18:50.734] [ 1.886317] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:18:50.736] [ 1.886342] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:18:50.736] [ 1.886357] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:18:50.758] [ 1.886375] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:50.758] [ 1.886390] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:18:50.761] [ 1.886406] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:50.781] [ 1.886424] irq event stamp: 288098 [2024-05-23 14:18:50.781] [ 1.886429] hardirqs last enabled at = (288097): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:50.781] [ 1.886434] hardirqs last disabled at = (288098): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:50.794] [ 1.886441] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:50.807] [ 1.886445] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:50.808] [ 1.886447] Preemption disabled at: [2024-05-23 14:18:50.829] [ 1.886453] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:50.829] [ 1.886461] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:18:50.829] [ 1.886464] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:50.829] [ 1.886468] Call trace: [2024-05-23 14:18:50.831] [ 1.886474] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:50.851] [ 1.886479] show_stack+0x14/0x20 [2024-05-23 14:18:50.851] [ 1.886484] dump_stack+0xb8/0xf0 [2024-05-23 14:18:50.851] [ 1.886489] ___might_sleep+0x178/0x210 [2024-05-23 14:18:50.851] [ 1.886493] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:50.851] [ 1.886499] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:50.863] [ 1.886504] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:50.866] [ 1.886511] gic_set_type+0x84/0x98 [2024-05-23 14:18:50.866] [ 1.886516] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:50.866] [ 1.886521] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:50.885] [ 1.886526] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:50.885] [ 1.886531] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:18:50.885] [ 1.886537] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:18:50.886] [ 1.886542] platform_drv_probe+0x58/0xb8 [2024-05-23 14:18:50.886] [ 1.886546] = driver_probe_device+0x228/0x410 [2024-05-23 14:18:50.898] [ 1.886551] __driver_attach+0xfc/0x118 [2024-05-23 14:18:50.898] [ 1.886556] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:18:50.898] [ 1.886561] driver_attach+0x20/0x28 [2024-05-23 14:18:50.910] [ 1.886566] bus_add_driver+0x220/0x268 [2024-05-23 14:18:50.912] [ 1.886571] driver_register+0x60/0xf8 [2024-05-23 14:18:50.912] [ 1.886575] = __platform_driver_register+0x44/0x50 [2024-05-23 14:18:50.931] [ 1.886582] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:18:50.932] [ 1.886586] do_one_initcall+0x50/0x15c [2024-05-23 14:18:50.932] [ 1.886593] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:18:50.932] [ 1.886599] kernel_init+0x10/0x100 [2024-05-23 14:18:50.932] [ 1.886603] ret_from_fork+0x10/0x18 [2024-05-23 14:18:50.951] [ 1.892569] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:18:50.952] [ 2.139917] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:18:50.967] [ 2.153285] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:18:50.970] [ 2.160341] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:18:50.970] [ 2.164944] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:18:50.983] [ 2.169747] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:18:50.986] [ 2.174549] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:18:50.986] [ 2.179104] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:18:51.038] [ 2.233355] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:18:51.051] [ 2.245907] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:51.068] [ 2.264041] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:51.083] [ 2.279454] NET: Registered protocol family = 2 [2024-05-23 14:18:51.096] [ 2.286856] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:18:51.109] [ 2.294472] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:18:51.110] [ 2.305717] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:18:51.121] [ 2.313077] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:18:51.136] [ 2.319834] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:18:51.136] [ 2.328028] NET: Registered protocol family = 1 [2024-05-23 14:18:51.240] [ 2.435508] audit: initializing netlink = subsys (disabled) [2024-05-23 14:18:51.247] [ 2.441892] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:18:51.258] [ 2.442457] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:18:51.329] [ 2.524756] fuse init (API version 7.26) [2024-05-23 14:18:51.348] [ 2.538936] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:18:51.352] [ 2.548659] io scheduler noop registered = (default) [2024-05-23 14:18:51.365] [ 2.553501] io scheduler mq-deadline = registered [2024-05-23 14:18:51.365] [ 2.558074] io scheduler kyber registered [2024-05-23 14:18:51.379] [ 2.568685] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:51.390] [ 2.575538] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:51.401] [ 2.581748] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:18:51.404] [ 2.589625] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:51.456] [ 2.652168] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:51.464] [ 2.659777] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:51.478] [ 2.664656] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:18:51.478] [ 2.670084] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:51.480] [ 2.670723] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:51.502] [ 2.681477] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:51.502] [ 2.687685] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:18:51.502] [ 2.695251] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:51.524] [ 2.719503] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:51.540] [ 2.726299] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:51.540] [ 2.730948] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:18:51.553] [ 2.736374] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:51.553] [ 2.736934] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:18:51.553] [ 2.747687] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:18:51.573] [ 2.753895] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:18:51.573] [ 2.761510] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:18:51.632] [ 2.827986] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:18:51.653] [ 2.834742] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:18:51.654] [ 2.839353] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:18:51.670] [ 2.844779] fbX_probe : update_type =3D 1=20 [2024-05-23 14:18:51.673] [ 2.854710] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:18:51.673] [ 2.864658] [INF][WDMA] tcc_wdma_init [2024-05-23 14:18:51.687] [ 2.869469] TCC WDMA Driver Initializing [2024-05-23 14:18:51.712] [ 2.876515] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:18:51.712] [ 2.882577] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:18:51.724] [ 2.893250] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:51.724] [ 2.905953] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:18:51.726] [ 2.915345] [CPU_ID] probe is done [2024-05-23 14:18:51.726] [ 2.919091] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:18:51.750] [ 2.925839] [DRAM_TOOL] probe is done [2024-05-23 14:18:51.750] [ 2.933335] MALI-G51 : r30p0-01eac0 [2024-05-23 14:18:51.750] [ 2.936865] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:18:51.752] [ 2.946489] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:18:51.768] [ 2.946493] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:18:51.768] [ 2.946498] 6 locks held by swapper/0/1: [2024-05-23 14:18:51.783] [ 2.946501] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:18:51.783] [ 2.946528] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:18:51.799] [ 2.946544] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:18:51.799] [ 2.946563] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:51.814] [ 2.946577] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:18:51.815] [ 2.946593] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:51.841] [ 2.946612] irq event stamp: 453850 [2024-05-23 14:18:51.841] [ 2.946617] hardirqs last enabled at = (453849): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:18:51.841] [ 2.946622] hardirqs last disabled at = (453850): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:18:51.856] [ 2.946630] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:51.856] [ 2.946633] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:51.871] [ 2.946636] Preemption disabled at: [2024-05-23 14:18:51.871] [ 2.946641] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:18:51.873] [ 2.946652] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:18:51.899] [ 2.946655] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:18:51.899] [ 2.946659] Call trace: [2024-05-23 14:18:51.899] [ 2.946665] dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:51.899] [ 2.946670] show_stack+0x14/0x20 [2024-05-23 14:18:51.899] [ 2.946675] dump_stack+0xb8/0xf0 [2024-05-23 14:18:51.912] [ 2.946680] ___might_sleep+0x178/0x210 [2024-05-23 14:18:51.916] [ 2.946684] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:51.916] [ 2.946689] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:51.916] [ 2.946695] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:51.916] [ 2.946702] gic_set_type+0x84/0x98 [2024-05-23 14:18:51.943] [ 2.946707] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:51.943] [ 2.946712] __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:51.943] [ 2.946717] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:51.943] [ 2.946723] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:18:51.943] [ 2.946729] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:18:51.943] [ 2.946733] kbase_device_init+0x78/0xf8 [2024-05-23 14:18:51.945] [ 2.946739] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:18:51.969] [ 2.946744] platform_drv_probe+0x58/0xb8 [2024-05-23 14:18:51.969] [ 2.946749] = driver_probe_device+0x228/0x410 [2024-05-23 14:18:51.969] [ 2.946754] __driver_attach+0xfc/0x118 [2024-05-23 14:18:51.969] [ 2.946759] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:18:51.969] [ 2.946763] driver_attach+0x20/0x28 [2024-05-23 14:18:51.969] [ 2.946768] bus_add_driver+0x220/0x268 [2024-05-23 14:18:51.986] [ 2.946773] driver_register+0x60/0xf8 [2024-05-23 14:18:51.986] [ 2.946777] = __platform_driver_register+0x44/0x50 [2024-05-23 14:18:51.986] [ 2.946784] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:18:51.986] [ 2.946789] do_one_initcall+0x50/0x15c [2024-05-23 14:18:51.988] [ 2.946797] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:18:52.012] [ 2.946802] kernel_init+0x10/0x100 [2024-05-23 14:18:52.012] [ 2.946807] ret_from_fork+0x10/0x18 [2024-05-23 14:18:52.012] [ 2.948561] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:18:52.012] [ 3.203477] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:18:52.025] [ 3.210215] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:18:52.051] [ 3.224219] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:18:52.051] [ 3.231317] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:18:52.053] [ 3.243492] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:18:52.073] [ 3.249712] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:18:52.087] [ 3.254093] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:18:52.087] [ 3.261684] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:18:52.113] [ 3.308620] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:18:52.137] [ 3.319433] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:18:52.140] [ 3.327314] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:18:52.156] [ 3.340837] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:18:52.156] [ 3.346137] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:18:52.180] [ 3.357231] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:18:52.180] [ 3.366072] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:18:52.189] [ 3.384972] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:18:52.216] [ 3.400458] libphy: Fixed MDIO Bus: probed [2024-05-23 14:18:52.217] [ 3.405412] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:18:52.223] [ 3.418856] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:18:52.236] [ 3.423386] [INFO][GAMC] gmac index : 1 [2024-05-23 14:18:52.236] [ 3.427826] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:18:52.238] [ 3.433037] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:18:52.262] [ 3.439160] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:18:52.262] [ 3.443621] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:18:52.262] [ 3.449961] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:18:52.262] [ 3.454228] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:18:52.275] [ 3.460676] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:18:52.287] [ 3.463474] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:18:52.287] [ 3.464759] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:52.290] [ 3.464772] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:18:52.290] [ 3.464779] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:18:52.315] [ 3.464790] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:52.315] [ 3.464803] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:18:52.315] [ 3.466511] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:18:52.315] [ 3.475591] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:18:52.330] [ 3.475600] usbhid: USB HID core driver [2024-05-23 14:18:52.344] [ 3.476002] optee: probing for conduit = method from DT. [2024-05-23 14:18:52.344] [ 3.476028] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:18:52.344] [ 3.477797] optee: initialized driver [2024-05-23 14:18:52.357] [ 3.479421] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:18:52.357] [ 3.479436] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:18:52.357] [ 3.479705] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:18:52.370] [ 3.479713] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:18:52.370] [ 3.479720] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:18:52.372] [ 3.479728] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:18:52.372] [ 3.479735] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:18:52.397] [ 3.479742] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:18:52.397] [ 3.481411] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:18:52.397] [ 3.481419] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:18:52.397] [ 3.488311] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:18:52.412] [ 3.507015] NET: Registered protocol family = 17 [2024-05-23 14:18:52.412] [ 3.507595] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:18:52.433] [ 3.512439] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:18:52.433] [ 3.624222] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:18:52.435] [ 3.629755] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:18:52.449] [ 3.636749] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:18:52.449] [ 3.644160] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:18:52.469] [ 3.664075] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:18:52.486] [ 3.671597] GPT:15269887 !=3D 15273599 [2024-05-23 14:18:52.486] [ 3.675209] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:18:52.488] [ 3.678043] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:18:52.515] [ 3.678085] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:18:52.515] [ 3.679737] ALSA device list: [2024-05-23 14:18:52.515] [ 3.679744] No soundcards found. [2024-05-23 14:18:52.515] [ 3.701989] GPT:15269887 !=3D 15273599 [2024-05-23 14:18:52.515] [ 3.702027] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:18:52.517] [ 3.702152] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:18:52.543] [ 3.728701] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:18:52.555] [ 3.750532] Freeing unused kernel memory: = 4160K [2024-05-23 14:18:52.568] Mounting devtmpfs [2024-05-23 14:18:52.570] [ 3.765593] mount (91) used greatest stack = depth: 12976 bytes left [2024-05-23 14:18:52.584] Mounting procfs [2024-05-23 14:18:52.584] Mounting sysfs [2024-05-23 14:18:52.609] [ 3.785203] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:18:52.619] [ 3.812682] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:18:52.657] [ 3.853420] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:18:52.668] [ 3.863121] mount (98) used greatest stack = depth: 11280 bytes left [2024-05-23 14:18:52.928] [ 4.123839] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:18:53.028] [ 4.223427] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:18:53.057] [ 4.250950] systemd[1]: Detected = architecture arm64. [2024-05-23 14:18:53.100]=20 [2024-05-23 14:18:53.100] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:18:53.112]=20 [2024-05-23 14:18:53.118] [ 4.313653] systemd[1]: Set hostname to = . [2024-05-23 14:18:53.131] [ 4.325082] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:18:53.146] [ 4.334379] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:18:53.389] [ 4.584615] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:18:53.417] [ 4.601729] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:18:53.448] [ 4.643232] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:18:53.466] [ 4.655339] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:18:53.647] [ 4.842444] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:18:53.716] [ OK ] Reached target Swap. [2024-05-23 14:18:53.739] [ OK ] Created slice User and Session Slice. [2024-05-23 14:18:53.756] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:18:53.785] [ OK ] Created slice system-getty.slice. [2024-05-23 14:18:53.805] [ OK ] Listening on Syslog Socket. [2024-05-23 14:18:53.822] [ OK ] Listening on Journal Socket. [2024-05-23 14:18:53.849] Starting mount data partition = service... [2024-05-23 14:18:53.871] Mounting Configuration File System... [2024-05-23 14:18:53.910] Mounting Kernel Debug File System... [2024-05-23 14:18:53.946] Starting Apply Kernel Variables... [2024-05-23 14:18:53.972] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:18:54.006] Mounting Huge Pages File System... [2024-05-23 14:18:54.008] [ 5.203510] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:54.024] [ OK ] Reached target Paths. [2024-05-23 14:18:54.051] Mounting POSIX Message Queue File = System... [2024-05-23 14:18:54.087] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:18:54.114] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:18:54.119] [ OK ] Reached target Slices. [2024-05-23 14:18:54.136] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:18:54.170] [ 5.364029] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:18:54.176] Starting Journal Service... [2024-05-23 14:18:54.205] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:18:54.239] Mounting FUSE Control File System... [2024-05-23 14:18:54.255] [ OK ] Reached target Remote File Systems. [2024-05-23 14:18:54.281] [ OK ] Listening on udev Control Socket. [2024-05-23 14:18:54.305] Starting udev Coldplug all Devices... [2024-05-23 14:18:54.322] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:18:54.395] [ OK ] Started mount data partition service. [2024-05-23 14:18:54.422] [ OK ] Mounted Configuration File System. [2024-05-23 14:18:54.427] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:18:54.456] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:18:54.471] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:18:54.487] [ OK ] Started Journal Service. [2024-05-23 14:18:54.523] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:18:54.539] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:18:54.573] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:18:54.600] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:18:54.654] Starting udev Kernel Device = Manager... [2024-05-23 14:18:54.672] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:18:54.706] Mounting /tmp... [2024-05-23 14:18:54.741] Mounting /var/volatile... [2024-05-23 14:18:54.758] [ OK ] Reached target Containers. [2024-05-23 14:18:54.789] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:18:54.823] Starting NS file System mount and = recovery.... [2024-05-23 14:18:54.844] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:18:54.878] [ OK ] Mounted /tmp. [2024-05-23 14:18:54.905] [ OK ] Mounted /var/volatile. [2024-05-23 14:18:54.954] [ 6.147203] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:55.016] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:18:55.042] [ 6.237640] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:55.144] [ 6.338275] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:18:55.219] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:18:55.341] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:55.452] [ 6.646270] systemd-journald[129]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:18:55.474] Starting Bind mount volatile = /var/cache... [2024-05-23 14:18:55.508] Starting Bind mount volatile = /var/spool... [2024-05-23 14:18:55.537] Starting Bind mount volatile = /var/lib... [2024-05-23 14:18:55.570] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:18:55.775] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:18:55.807] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:18:55.831] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:18:55.865] Starting Load/Save Random Seed... [2024-05-23 14:18:55.891] [ OK ] Reached target Local File Systems. [2024-05-23 14:18:55.913] Starting Create Volatile Files and = Directories... [2024-05-23 14:18:55.944] Starting netfilter persistent = configuration... [2024-05-23 14:18:55.987] Starting AppArmor initialization... [2024-05-23 14:18:56.019] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:18:56.062] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:18:56.109] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:18:56.172] [ 7.367760] audit: type=3D1400 = audit(1550139121.240:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:18:56.214] [ 7.385635] audit: type=3D1400 = audit(1550139121.240:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:18:56.216] [ 7.402492] audit: type=3D1400 = audit(1550139121.240:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:18:56.231] [ 7.419278] audit: type=3D1400 = audit(1550139121.240:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:18:56.246] [ 7.435750] audit: type=3D1400 = audit(1550139121.244:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:18:56.261] [ 7.452365] audit: type=3D1400 = audit(1550139121.244:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:18:56.276] [ 7.468185] audit: type=3D1400 = audit(1550139121.244:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:18:56.293] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:18:56.324] [ OK ] Started AppArmor initialization. [2024-05-23 14:18:56.347] [ OK ] Reached target Network (Pre). [2024-05-23 14:18:56.375] Starting Network Service... [2024-05-23 14:18:56.407] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:18:56.427] [ OK ] Reached target System Initialization. [2024-05-23 14:18:56.458] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:18:56.472] [ OK ] Reached target Sockets. [2024-05-23 14:18:56.491] [ OK ] Reached target Basic System. [2024-05-23 14:18:56.517] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:18:56.551] Starting Login Service... [2024-05-23 14:18:56.575] [ 7.770676] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:18:56.599] [ OK ] Started System Logging Service. [2024-05-23 14:18:56.606] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:18:56.621] [ 7.805940] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:18:56.621] [ 7.810526] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:18:56.621] [ 7.815053] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:18:56.639] [ OK ] Reached target Timers. [2024-05-23 14:18:56.678] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:18:56.711] [ OK ] Started NS VSync Process. [2024-05-23 14:18:56.734] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:18:56.774] [ OK ] Started NS System Management Process. [2024-05-23 14:18:56.791] [ 7.986664] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:18:56.843] Start /usr/bin/sys-fail-mon [2024-05-23 14:18:56.859] [ 8.054658] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:18:56.874] [ 8.061233] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:18:56.891] [ 8.061252] [INFO][GMAC]=20 [2024-05-23 14:18:56.903] [ 8.082939] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:18:56.928] Starting NS Inter Domain Comm = Process... [2024-05-23 14:18:56.931] [ OK ] Started Kernel Logging Service. [2024-05-23 14:18:56.936] [ 8.125725] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:18:56.948] [ 8.131501] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:18:56.950] [ OK ] Started D-Bus System Mes[ = 8.144224] ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: = Successfully registered [2024-05-23 14:18:56.976] sage Bus. [2024-05-23 14:18:56.976] [ 8.156126] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:18:56.976] [ 8.166467] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:56.993] Starting Load Kernel Modules... [2024-05-23 14:18:56.993] [ OK ] Started Network Service.[ = 8.187840] ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:18:57.009] =0A= [2024-05-23 14:18:57.009] [ 8.196829] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:18:57.026] [ 8.206387] libphy: tcc-gmac-mdio: probed [2024-05-23 14:18:57.038] [ 8.207309] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:18:57.050] [ 8.207321] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:18:57.051] [ 8.211445] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:18:57.075] [ 8.248053] [INFO][GMAC] registered! [2024-05-23 14:18:57.077] [ 8.251684] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:18:57.077] [ 8.251838] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:18:57.077] Starting Wait for Network to be = Configured... [2024-05-23 14:18:57.077] [ OK ] Reached target Network. [2024-05-23 14:18:57.112] Starting udev Coldplug all Devices... [2024-05-23 14:18:57.124] Starting Permit User Sessions... [2024-05-23 14:18:57.139] [ 8.335334] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:18:57.155] [ 8.342399] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:18:57.155] [ 8.342399] -- MASTER Configuration. [2024-05-23 14:18:57.158] [ 8.342399] -- Local Receiver Status Not = OK. [2024-05-23 14:18:57.182] [ 8.342399] -- Remote Receiver Status Not = OK. [2024-05-23 14:18:57.182] [ 8.360366] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:18:57.182] [ 8.360377] Disabling lock debugging due to = kernel taint [2024-05-23 14:18:57.182] [ 8.376454] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:18:57.196] [ 8.382329] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:18:57.196] [ OK ] Started NS Inter Doma[ 8.391164] = BUG: sleeping function called from invalid context at = kernel/locking/rtmutex.c:974 [2024-05-23 14:18:57.210] in Comm Process. [2024-05-23 14:18:57.211] [ 8.391168] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:18:57.226] [ 8.391170] INFO: lockdep is turned off. [2024-05-23 14:18:57.228] [ 8.391172] irq event stamp: 73005 [2024-05-23 14:18:57.242] parents, child is 314 [2024-05-23 14:18:57.242] [ 8.391186] hardirqs last enabled at = (73005): [<0000000060e9be72>] el1_irq+0xdc/0x138 [2024-05-23 14:18:57.242] [IDC]Start. [2024-05-23 14:18:57.243] [ 8.391194] hardirqs last disabled at = (73004): [<0000000072a80c79>] preempt_schedule_irq+0x3c/0x68 [2024-05-23 14:18:57.268] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:18:57.268] [ 8.391201] softirqs last enabled at (0): = [<0000000016825ad4>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:18:57.268] [ 8.391204] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:18:57.295] [IDC](A7)ConnectReq 0 [2024-05-23 14:18:57.295] [IDC](A7)do_con[ 8.391206] Preemption = disabled at: [2024-05-23 14:18:57.295] nect 0 [2024-05-23 14:18:57.295] [IDC](A7)Session status [ 8.391213] = [<00000000ca07e75f>] __setup_irq+0x100/0x7f8 [2024-05-23 14:18:57.315] 0 -> 1 [2024-05-23 14:18:57.315] [IDC](A7)Tx start session[ 8.391221] CPU: 0 = PID: 261 Comm: systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:18:57.336] req 1 [2024-05-23 14:18:57.336] [IDC](A7)Session status [ 8.391223] = Hardware name: Telechips TCC8031 Evaluation Board (DT) [2024-05-23 14:18:57.336] 1 -> 2 [2024-05-23 14:18:57.336] [IDC](R5)ConnectReq 0 [2024-05-23 14:18:57.336] [I[ 8.391225] Call trace: [2024-05-23 14:18:57.336] DC](R5)do_connect 0 [2024-05-23 14:18:57.336] [IDC](R5)Ses[ 8.391230] = dump_backtrace+0x0/0x1d8 [2024-05-23 14:18:57.359] sion status 0 -> 1 [2024-05-23 14:18:57.359] [IDC](R5)do_e[ 8.391233] = show_stack+0x14/0x20 [2024-05-23 14:18:57.359] ntry_startreq 1 [2024-05-23 14:18:57.359] [IDC](R5)do_peri[ 8.391237] = dump_stack+0xb8/0xf0 [2024-05-23 14:18:57.359] odic_startreq 1. [2024-05-23 14:18:57.359] [IDC](R5)Sessio[ 8.391241] = ___might_sleep+0x178/0x210 [2024-05-23 14:18:57.359] n status 1 -> 2 [2024-05-23 14:18:57.372] [IDC](A7)Sessio[ 8.391245] = rt_spin_lock+0xa4/0xf0 [2024-05-23 14:18:57.372] n status 2 -> 3 [2024-05-23 14:18:57.372] [IDC](A7)Sessio[ 8.391251] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:18:57.372] n connected. [2024-05-23 14:18:57.372] [IDC]TimerStartReq [ 8.391255] = tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:18:57.372] 2 R5:1.0 [2024-05-23 14:18:57.372] [IDC](R5)Rx TIMER_START[ 8.391262] = gic_set_type+0x84/0x98 [2024-05-23 14:18:57.400] _REQ R5:1.000] 2 [2024-05-23 14:18:57.400] [IDC](R5)Sessio[ 8.391266] = __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:18:57.400] n connected.2 [2024-05-23 14:18:57.400] [IDC](R5)Session s[ 8.391269] = __setup_irq+0x76c/0x7f8 [2024-05-23 14:18:57.408] tatus 2 -> 3 [2024-05-23 14:18:57.408] [ 8.391273] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:18:57.408] [ 8.391279] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:18:57.408] [ 8.391284] __dev_open+0x100/0x150 [2024-05-23 14:18:57.408] [ 8.391287] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:18:57.408] [ 8.391289] dev_change_flags+0x20/0x60 [2024-05-23 14:18:57.408] [ 8.391293] do_setlink+0x3ec/0xc30 [2024-05-23 14:18:57.408] [ 8.391296] rtnl_setlink+0xcc/0x128 [2024-05-23 14:18:57.419] [ 8.391299] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:18:57.419] [ 8.391303] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:18:57.421] [ 8.391306] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:18:57.421] [ 8.391309] netlink_unicast+0x180/0x1f8 [2024-05-23 14:18:57.421] [ 8.391312] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:18:57.446] [ 8.391317] sock_sendmsg+0x3c/0x58 [2024-05-23 14:18:57.446] [ 8.391321] SyS_sendto+0xd0/0x140 [2024-05-23 14:18:57.446] [ 8.391324] el0_svc_naked+0x34/0x38 [2024-05-23 14:18:57.446] [ 8.391465] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:18:57.446] [ 8.440248] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:18:57.460] [ 8.467598] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:18:57.460] [ 8.481314] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:18:57.462] [ 8.483163] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:18:57.488] [ 8.485160] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:18:57.488] [ 8.485549] Done!! [2024-05-23 14:18:57.488] [ 8.563108] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:18:57.488] [ 8.575306] Done!! [2024-05-23 14:18:57.488] [ 8.650399] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:18:57.489] [ 8.654753] Done!! [2024-05-23 14:18:57.526] [ OK ] Started Permit User Sessions. [2024-05-23 14:18:57.526] [ 8.690628] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:18:57.526] [ 8.690634] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:18:57.526] [ 8.690639] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:18:57.528] [ 8.690639] =20 [2024-05-23 14:18:57.528] [ 8.690921] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:18:57.528] [ 8.691139] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:18:57.528] [ 8.691142] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:18:57.550] [ 8.691147] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:18:57.550] [ 8.691147] =20 [2024-05-23 14:18:57.550] [ 8.691279] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:18:57.550] [ 8.691293] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:18:57.552] [ 8.691297] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:18:57.574] [ 8.691301] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:18:57.578] [ 8.691308] [INFO][GMAC] --] phy_start: : [2024-05-23 14:18:57.578] [ 8.691369] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:18:57.578] [ OK ] Started Load Kernel Modules. [2024-05-23 14:18:57.601] [ 8.796031] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:57.608] [ OK ] Started Getty on tty1. [2024-05-23 14:18:57.624] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:18:57.624] [ OK ] Reached target Login Prompts. [2024-05-23 14:18:57.640] [ OK ] Started Cluster Framework. [2024-05-23 14:18:57.640] [ OK ] Started HUD Framework. [2024-05-23 14:18:57.656] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:18:57.714] [ 8.908026] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:57.742] [ OK ] Started Nvm Process. [2024-05-23 14:18:57.758] [ OK ] Started NS hsm control application. [2024-05-23 14:18:57.775] [ OK ] Started Diagnosis Framework. [2024-05-23 14:18:57.799] [ OK ] Started Diagnosis Transport. [2024-05-23 14:18:57.829] [ 9.025094] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:57.859] [ OK ] Started NS Software Update. [2024-05-23 14:18:57.875] [ OK ] Started NS Secondary Verify. [2024-05-23 14:18:57.932] [ 9.127866] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:18:57.963] [ OK ] Started Login Service. [2024-05-23 14:18:57.965] [ 9.140094] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:57.965] [ OK ] Reached target Multi-User System. [2024-05-23 14:18:58.001] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:18:58.008] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:18:58.057] [ 9.251985] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:58.076] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:18:58.169] [ 9.364067] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:58.237] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:18:58.281] [ 9.476063] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:58.367] [ 9.559909] sched: RT throttling activated [2024-05-23 14:18:58.393] [ 9.588204] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:58.517] [ 9.704052] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:58.631] [ 9.812093] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:18:58.787] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:18:58.958] [ 10.151336] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:58.969] [ 10.151344] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:18:59.943] [ 11.137026] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:18:59.975] [ 11.148410] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:19:03.953]=20 [2024-05-23 14:19:03.953] telechips-nsp1-release login:=20 [2024-05-23 14:19:08.162]=20 [2024-05-23 14:19:08.162] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:19:08.186]=20 [2024-05-23 14:19:08.186] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:19:08.186] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:19:08.186] DRAM: 2 GiB [2024-05-23 14:19:08.206] MMC: sdhc@0x16440000: 0 [2024-05-23 14:19:08.492]=20 [2024-05-23 14:19:08.493] HW Partition tyep is UserData [2024-05-23 14:19:08.501] In: serial [2024-05-23 14:19:08.502] Out: serial [2024-05-23 14:19:08.502] Err: serial [2024-05-23 14:19:08.569] Boot in the UserData environment(0) [2024-05-23 14:19:08.571] Non-secure boot (secure boot flag is clear) [2024-05-23 14:19:08.585] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:19:08.585] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:19:08.585] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:19:08.600] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:19:08.600] Booting using the fdt blob at 0x23000000 [2024-05-23 14:19:08.600] Loading Kernel Image [2024-05-23 14:19:08.621] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:19:08.622] OPTEE is enabled [2024-05-23 14:19:08.622]=20 [2024-05-23 14:19:08.622] Starting kernel ... [2024-05-23 14:19:08.622]=20 [2024-05-23 14:19:09.551] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:19:09.571] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:19:09.573] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:19:09.575] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:19:09.602] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:19:09.602] [ 0.000000] efi: UEFI not found. [2024-05-23 14:19:09.602] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:19:09.602] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:19:09.615] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:19:09.627] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:19:09.629] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:19:09.629] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:19:09.653] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:19:09.653] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:19:09.653] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:19:09.668] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:19:09.668] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:19:09.683] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:19:09.684] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:19:09.709] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:19:09.709] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:19:09.709] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:19:09.724] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:19:09.724] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:19:09.739] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:19:09.739] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:19:09.757] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:19:09.757] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:19:09.772] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:19:09.772] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:19:09.787] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:19:09.787] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:19:09.787] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:19:09.802] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:19:09.802] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:19:09.802] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:19:09.817] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:19:09.817] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:19:09.830] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:19:09.831] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:19:09.856] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:19:09.858] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:19:09.884] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:19:09.884] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:19:09.884] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:19:09.884] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:19:09.900] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:19:09.924] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:19:09.924] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:19:09.924] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:19:09.924] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:19:09.948] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:19:09.948] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:19:09.948] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:19:09.964] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:19:09.964] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:19:09.984] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:19:09.997] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:19:09.997] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:19:09.998] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:19:09.998] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:19:10.023] [ 0.000000] Running RCU self tests [2024-05-23 14:19:10.023] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:19:10.023] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:19:10.023] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:19:10.023] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:19:10.038] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:19:10.038] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:19:10.039] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:19:10.068] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:19:10.068] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:19:10.068] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:19:10.068] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:19:10.081] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:19:10.083] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:19:10.106] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:19:10.119] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:19:10.119] [ 0.001720] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:19:10.119] [ 0.001723] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:19:10.119] [ 0.001725] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:19:10.131] [ 0.001728] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:19:10.131] [ 0.001731] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:19:10.131] [ 0.001733] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:19:10.132] [ 0.001736] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:19:10.132] [ 0.001738] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:19:10.155] [ 0.001741] memory used by lock dependency = info: 7903 kB [2024-05-23 14:19:10.157] [ 0.001744] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:19:10.157] [ 0.001784] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:19:10.157] [ 0.001792] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:19:10.181] [ 0.002290] Security Framework initialized [2024-05-23 14:19:10.194] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:19:10.194] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:19:10.194] [ 0.002683] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:19:10.194] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:19:10.195] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:19:10.195] [ 0.062273] EFI services will not be = available. [2024-05-23 14:19:10.195] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:19:10.219] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:19:10.219] [ 0.120829] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:19:10.219] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:19:10.219] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:19:10.219] [ 0.209278] Detected VIPT I-cache on CPU3 [2024-05-23 14:19:10.233] [ 0.209330] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:19:10.233] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:19:10.233] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:19:10.255] [ 0.209764] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:19:10.255] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:19:10.255] [ 0.209964] alternatives: patching kernel = code [2024-05-23 14:19:10.255] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:19:10.255] [ 0.213111] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:19:10.269] [ 0.213698] devtmpfs: initialized [2024-05-23 14:19:10.269] [ 0.403363] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:19:10.283] [ 0.403629] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:19:10.285] [ 0.412422] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:19:10.285] [ 0.413363] chipinfo: TCC8030 Rev02 [2024-05-23 14:19:10.310] [ 0.413378] chipinfo: SiP Service v0.1.56 [2024-05-23 14:19:10.310] [ 0.418658] NET: Registered protocol family = 16 [2024-05-23 14:19:10.310] [ 0.422702] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:19:10.310] [ 0.424635] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:19:10.310] [ 0.426365] cpuidle: using governor menu [2024-05-23 14:19:10.339] [ 0.426600] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:19:10.339] [ 0.440664] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:19:10.339] [ 0.441148] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:19:10.339] [ 0.441195] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:19:10.339] [ 0.441239] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:19:10.358] [ 0.441283] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:19:10.372] [ 0.441326] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:19:10.372] [ 0.441369] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:19:10.372] [ 0.441413] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:19:10.372] [ 0.441456] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:19:10.385] [ 0.441500] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:19:10.385] [ 0.441543] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:19:10.385] [ 0.441602] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:19:10.405] [ 0.441646] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:19:10.405] [ 0.441690] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:19:10.422] [ 0.441733] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:19:10.422] [ 0.441776] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:19:10.422] [ 0.441820] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:19:10.422] [ 0.441863] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:19:10.422] [ 0.441906] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:19:10.424] [ 0.442370] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:19:10.424] [ 0.442416] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:19:10.424] [ 0.442459] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:19:10.444] [ 0.442503] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:19:10.444] [ 0.442546] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:19:10.445] [ 0.442590] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:19:10.445] [ 0.442633] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:19:10.457] [ 0.442677] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:19:10.459] [ 0.442734] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:19:10.459] [ 0.442777] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:19:10.486] [ 0.442820] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:19:10.486] [ 0.442863] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:19:10.486] [ 0.443111] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:19:10.486] [ 0.443155] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:19:10.486] [ 0.443198] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:19:10.500] [ 0.443242] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:19:10.510] [ 0.443285] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:19:10.510] [ 0.443328] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:19:10.522] [ 0.443371] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:19:10.522] [ 0.443572] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:19:10.524] [ 0.443616] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:19:10.524] [ 0.443659] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:19:10.546] [ 0.443702] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:19:10.548] [ 0.443745] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:19:10.548] [ 0.443801] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:19:10.548] [ 0.443844] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:19:10.548] [ 0.443888] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:19:10.571] [ 0.443931] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:19:10.582] [ 0.443974] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:19:10.582] [ 0.444017] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:19:10.582] [ 0.444060] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:19:10.582] [ 0.444103] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:19:10.584] [ 0.444147] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:19:10.584] [ 0.444694] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:19:10.607] [ 0.444739] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:19:10.609] [ 0.444909] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:19:10.609] [ 0.445079] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:19:10.609] [ 0.445247] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:19:10.609] [ 0.445412] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:19:10.632] [ 0.445581] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:19:10.644] [ 0.445624] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:19:10.644] [ 0.445668] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:19:10.644] [ 0.445831] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:19:10.644] [ 0.446002] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:19:10.646] [ 0.446177] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:19:10.646] [ 0.446222] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:19:10.665] [ 0.446266] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:19:10.676] [ 0.446345] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:19:10.676] [ 0.446408] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:19:10.676] [ 0.446608] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:19:10.686] [ 0.446652] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:19:10.686] [ 0.446871] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:19:10.686] [ 0.446884] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:19:10.687] [ 0.529422] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:19:10.706] [ 0.529513] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:19:10.706] [ 1.676398] console [ttyAMA0] enabled [2024-05-23 14:19:10.706] [ 1.684209] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:19:10.737] [ 1.713094] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:19:10.752] [ 1.723375] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:19:10.754] [ 1.733987] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:19:10.765] [ 1.744315] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:19:10.864] [ 1.844000] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:19:10.886] [ 1.860317] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:19:10.889] [ 1.867214] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:19:10.907] [ 1.874003] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:19:10.907] [ 1.880394] Linux video capture interface: = v2.00 [2024-05-23 14:19:10.934] [ 1.886256] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:10.934] [ 1.886261] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:19:10.937] [ 1.886265] 6 locks held by swapper/0/1: [2024-05-23 14:19:10.937] [ 1.886268] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:19:10.953] [ 1.886294] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:19:10.953] [ 1.886309] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:19:10.966] [ 1.886327] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:10.968] [ 1.886342] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:19:10.988] [ 1.886358] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:10.988] [ 1.886376] irq event stamp: 288118 [2024-05-23 14:19:10.996] [ 1.886382] hardirqs last enabled at = (288117): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:11.005] [ 1.886387] hardirqs last disabled at = (288118): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:19:11.008] [ 1.886394] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:11.027] [ 1.886398] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:11.027] [ 1.886400] Preemption disabled at: [2024-05-23 14:19:11.027] [ 1.886406] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:11.038] [ 1.886414] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:19:11.043] [ 1.886417] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:11.062] [ 1.886421] Call trace: [2024-05-23 14:19:11.062] [ 1.886428] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:11.062] [ 1.886432] show_stack+0x14/0x20 [2024-05-23 14:19:11.062] [ 1.886438] dump_stack+0xb8/0xf0 [2024-05-23 14:19:11.062] [ 1.886443] ___might_sleep+0x178/0x210 [2024-05-23 14:19:11.062] [ 1.886447] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:11.073] [ 1.886452] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:11.075] [ 1.886457] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:11.075] [ 1.886464] gic_set_type+0x84/0x98 [2024-05-23 14:19:11.093] [ 1.886469] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:11.093] [ 1.886473] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:11.093] [ 1.886478] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:11.093] [ 1.886483] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:19:11.093] [ 1.886489] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:19:11.104] [ 1.886494] platform_drv_probe+0x58/0xb8 [2024-05-23 14:19:11.104] [ 1.886499] = driver_probe_device+0x228/0x410 [2024-05-23 14:19:11.115] [ 1.886504] __driver_attach+0xfc/0x118 [2024-05-23 14:19:11.125] [ 1.886509] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:19:11.125] [ 1.886514] driver_attach+0x20/0x28 [2024-05-23 14:19:11.134] [ 1.886518] bus_add_driver+0x220/0x268 [2024-05-23 14:19:11.134] [ 1.886523] driver_register+0x60/0xf8 [2024-05-23 14:19:11.134] [ 1.886527] = __platform_driver_register+0x44/0x50 [2024-05-23 14:19:11.136] [ 1.886534] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:19:11.136] [ 1.886539] do_one_initcall+0x50/0x15c [2024-05-23 14:19:11.155] [ 1.886546] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:19:11.155] [ 1.886552] kernel_init+0x10/0x100 [2024-05-23 14:19:11.155] [ 1.886556] ret_from_fork+0x10/0x18 [2024-05-23 14:19:11.155] [ 1.892229] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:19:11.172] [ 2.139482] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:19:11.187] [ 2.153102] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:19:11.188] [ 2.160124] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:19:11.188] [ 2.164725] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:19:11.200] [ 2.169529] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:19:11.202] [ 2.174354] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:19:11.202] [ 2.178908] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:19:11.254] [ 2.233273] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:19:11.269] [ 2.245844] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:11.285] [ 2.264149] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:11.300] [ 2.279739] NET: Registered protocol family = 2 [2024-05-23 14:19:11.315] [ 2.287048] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:19:11.317] [ 2.294669] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:19:11.337] [ 2.305927] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:19:11.337] [ 2.313299] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:19:11.353] [ 2.320192] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:19:11.353] [ 2.328513] NET: Registered protocol family = 1 [2024-05-23 14:19:11.457] [ 2.436311] audit: initializing netlink = subsys (disabled) [2024-05-23 14:19:11.467] [ 2.442656] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:19:11.478] [ 2.443218] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:19:11.546] [ 2.525275] fuse init (API version 7.26) [2024-05-23 14:19:11.572] [ 2.543135] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:19:11.575] [ 2.552846] io scheduler noop registered = (default) [2024-05-23 14:19:11.585] [ 2.557700] io scheduler mq-deadline = registered [2024-05-23 14:19:11.585] [ 2.562262] io scheduler kyber registered [2024-05-23 14:19:11.601] [ 2.573062] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:11.609] [ 2.580201] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:11.621] [ 2.586413] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:19:11.632] [ 2.594026] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:11.677] [ 2.656422] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:11.687] [ 2.664306] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:11.699] [ 2.669165] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:19:11.699] [ 2.674593] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:11.705] [ 2.675217] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:11.727] [ 2.685973] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:11.739] [ 2.692182] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:19:11.739] [ 2.699742] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:11.751] [ 2.723736] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:11.752] [ 2.730516] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:11.766] [ 2.735142] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:19:11.766] [ 2.740568] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:11.766] [ 2.741128] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:11.780] [ 2.751880] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:11.780] [ 2.758088] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:19:11.796] [ 2.765704] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:11.854] [ 2.831598] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:11.860] [ 2.838361] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:11.873] [ 2.843016] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:19:11.889] [ 2.848443] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:11.891] [ 2.858097] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:19:11.891] [ 2.867828] [INF][WDMA] tcc_wdma_init [2024-05-23 14:19:11.924] [ 2.872641] TCC WDMA Driver Initializing [2024-05-23 14:19:11.924] [ 2.880153] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:19:11.936] [ 2.886233] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:19:11.936] [ 2.896782] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:11.948] [ 2.909421] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:19:11.950] [ 2.918811] [CPU_ID] probe is done [2024-05-23 14:19:11.950] [ 2.922560] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:19:11.969] [ 2.929265] [DRAM_TOOL] probe is done [2024-05-23 14:19:11.970] [ 2.936481] MALI-G51 : r30p0-01eac0 [2024-05-23 14:19:11.970] [ 2.940009] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:19:11.973] [ 2.949764] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:11.985] [ 2.949769] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:19:12.003] [ 2.949774] 6 locks held by swapper/0/1: [2024-05-23 14:19:12.013] [ 2.949777] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:19:12.013] [ 2.949804] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:19:12.015] [ 2.949819] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:19:12.037] [ 2.949838] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:12.037] [ 2.949852] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:19:12.037] [ 2.949869] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:12.051] [ 2.949888] irq event stamp: 453754 [2024-05-23 14:19:12.051] [ 2.949893] hardirqs last enabled at = (453753): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:12.066] [ 2.949898] hardirqs last disabled at = (453754): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:19:12.068] [ 2.949906] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:12.089] [ 2.949909] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:12.089] [ 2.949912] Preemption disabled at: [2024-05-23 14:19:12.089] [ 2.949917] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:12.106] [ 2.949928] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:19:12.121] [ 2.949931] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:12.121] [ 2.949934] Call trace: [2024-05-23 14:19:12.121] [ 2.949940] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:12.125] [ 2.949945] show_stack+0x14/0x20 [2024-05-23 14:19:12.125] [ 2.949950] dump_stack+0xb8/0xf0 [2024-05-23 14:19:12.125] [ 2.949956] ___might_sleep+0x178/0x210 [2024-05-23 14:19:12.125] [ 2.949960] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:12.148] [ 2.949965] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:12.148] [ 2.949970] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:12.148] [ 2.949977] gic_set_type+0x84/0x98 [2024-05-23 14:19:12.148] [ 2.949982] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:12.148] [ 2.949987] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:12.148] [ 2.949991] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:12.171] [ 2.949998] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:19:12.172] [ 2.950003] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:19:12.172] [ 2.950008] kbase_device_init+0x78/0xf8 [2024-05-23 14:19:12.172] [ 2.950014] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:19:12.172] [ 2.950019] platform_drv_probe+0x58/0xb8 [2024-05-23 14:19:12.172] [ 2.950024] = driver_probe_device+0x228/0x410 [2024-05-23 14:19:12.186] [ 2.950028] __driver_attach+0xfc/0x118 [2024-05-23 14:19:12.187] [ 2.950033] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:19:12.187] [ 2.950038] driver_attach+0x20/0x28 [2024-05-23 14:19:12.187] [ 2.950043] bus_add_driver+0x220/0x268 [2024-05-23 14:19:12.215] [ 2.950048] driver_register+0x60/0xf8 [2024-05-23 14:19:12.215] [ 2.950052] = __platform_driver_register+0x44/0x50 [2024-05-23 14:19:12.215] [ 2.950060] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:19:12.215] [ 2.950064] do_one_initcall+0x50/0x15c [2024-05-23 14:19:12.215] [ 2.950072] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:19:12.215] [ 2.950078] kernel_init+0x10/0x100 [2024-05-23 14:19:12.218] [ 2.950082] ret_from_fork+0x10/0x18 [2024-05-23 14:19:12.243] [ 2.952018] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:19:12.243] [ 3.206941] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:19:12.243] [ 3.213679] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:19:12.256] [ 3.227715] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:19:12.259] [ 3.234752] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:19:12.276] [ 3.246903] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:19:12.276] [ 3.253124] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:19:12.297] [ 3.257505] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:19:12.297] [ 3.265065] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:19:12.333] [ 3.312173] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:19:12.343] [ 3.319972] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:19:12.357] [ 3.328919] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:19:12.387] [ 3.340398] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:19:12.387] [ 3.345677] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:19:12.407] [ 3.356750] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:19:12.407] [ 3.365614] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:19:12.411] [ 3.384848] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:19:12.438] [ 3.400302] libphy: Fixed MDIO Bus: probed [2024-05-23 14:19:12.438] [ 3.405257] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:19:12.439] [ 3.418315] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:19:12.454] [ 3.419685] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:19:12.454] [ 3.420466] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:19:12.456] [ 3.424440] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:19:12.483] [ 3.425114] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:19:12.483] [ 3.425768] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:19:12.483] [ 3.426818] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:19:12.483] [ 3.437360] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:19:12.498] [ 3.437389] GPT:15269887 !=3D 15273599 [2024-05-23 14:19:12.498] [ 3.437397] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:19:12.498] [ 3.437405] GPT:15269887 !=3D 15273599 [2024-05-23 14:19:12.500] [ 3.437412] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:19:12.527] [ 3.437525] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:19:12.527] [ 3.498025] [INFO][GAMC] gmac index : 1 [2024-05-23 14:19:12.527] [ 3.502535] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:19:12.544] [ 3.507703] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:19:12.544] [ 3.513701] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:19:12.544] [ 3.518091] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:19:12.567] [ 3.526467] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:19:12.569] [ 3.540364] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:19:12.569] [ 3.546281] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:12.589] [ 3.546293] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:19:12.589] [ 3.546299] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:19:12.589] [ 3.546311] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:12.591] [ 3.546323] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:19:12.617] [ 3.575080] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:19:12.617] [ 3.591137] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:19:12.631] [ 3.597793] usbhid: USB HID core driver [2024-05-23 14:19:12.634] [ 3.602017] optee: probing for conduit = method from DT. [2024-05-23 14:19:12.634] [ 3.607198] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:19:12.657] [ 3.609172] optee: initialized driver [2024-05-23 14:19:12.659] [ 3.618662] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:19:12.659] [ 3.624377] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:19:12.659] [ 3.629546] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:19:12.659] [ 3.634713] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:19:12.681] [ 3.640488] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:19:12.683] [ 3.646263] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:19:12.683] [ 3.652125] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:19:12.683] [ 3.658595] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:19:12.708] [ 3.666037] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:19:12.708] [ 3.673987] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:19:12.710] [ 3.687777] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:19:12.723] [ 3.695865] NET: Registered protocol family = 17 [2024-05-23 14:19:12.723] [ 3.700862] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:19:12.741] [ 3.718967] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:19:12.909] [ 3.888711] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:12.918] [ 3.888755] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:19:12.934] [ 3.904760] ALSA device list: [2024-05-23 14:19:12.934] [ 3.907755] No soundcards found. [2024-05-23 14:19:12.936] [ 3.913863] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:19:12.956] [ 3.934963] Freeing unused kernel memory: = 4160K [2024-05-23 14:19:12.969] Mounting devtmpfs [2024-05-23 14:19:12.971] [ 3.949701] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:19:12.985] Mounting procfs [2024-05-23 14:19:12.985] Mounting sysfs [2024-05-23 14:19:12.999] [ 3.968134] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:19:13.025] [ 3.997359] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:19:13.059] [ 4.037786] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:19:13.068] [ 4.046665] mount (97) used greatest stack = depth: 11264 bytes left [2024-05-23 14:19:13.321] [ 4.300070] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:19:13.418] [ 4.396277] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:19:13.448] [ 4.423674] systemd[1]: Detected = architecture arm64. [2024-05-23 14:19:13.488]=20 [2024-05-23 14:19:13.490] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:19:13.501]=20 [2024-05-23 14:19:13.509] [ 4.485289] systemd[1]: Set hostname to = . [2024-05-23 14:19:13.526] [ 4.496557] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:19:13.527] [ 4.505842] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:19:13.770] [ 4.749098] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:19:13.799] [ 4.766215] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:19:13.830] [ 4.808829] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:19:13.844] [ 4.820977] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:19:14.028] [ 5.007061] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:19:14.103] [ OK ] Created slice User and Session Slice. [2024-05-23 14:19:14.127] [ OK ] Listening on Syslog Socket. [2024-05-23 14:19:14.142] [ OK ] Listening on Journal Socket. [2024-05-23 14:19:14.174] Mounting Huge Pages File System... [2024-05-23 14:19:14.205] Mounting Kernel Debug File System... [2024-05-23 14:19:14.231] [ OK ] Created slice system-getty.slice. [2024-05-23 14:19:14.259] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:19:14.279] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:19:14.294] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:19:14.325] Mounting Configuration File System... [2024-05-23 14:19:14.343] [ OK ] Reached target Remote File Systems. [2024-05-23 14:19:14.359] [ OK ] Listening on udev Control Socket. [2024-05-23 14:19:14.362] [ 5.338872] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:19:14.395] Mounting POSIX Message Queue File = System... [2024-05-23 14:19:14.426] Mounting FUSE Control File System... [2024-05-23 14:19:14.437] [ OK ] Reached target Paths. [2024-05-23 14:19:14.458] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:19:14.493] Starting Journal Service... [2024-05-23 14:19:14.509] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:19:14.532] Starting mount data partition = service... [2024-05-23 14:19:14.565] Starting Apply Kernel Variables... [2024-05-23 14:19:14.595] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:19:14.623] Starting udev Coldplug all Devices... [2024-05-23 14:19:14.643] [ OK ] Reached target Slices. [2024-05-23 14:19:14.660] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:19:14.674] [ OK ] Reached target Swap. [2024-05-23 14:19:14.710] [ 5.688136] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:14.719] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:19:14.774] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:19:14.806] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:19:14.826] [ OK ] Started Journal Service. [2024-05-23 14:19:14.847] [ OK ] Mounted Configuration File System. [2024-05-23 14:19:14.877] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:19:14.894] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:19:14.919] [ OK ] Started mount data partition service. [2024-05-23 14:19:14.945] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:19:14.977] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:19:15.036] Starting NS file System mount and = recovery.... [2024-05-23 14:19:15.076] Starting udev Kernel Device = Manager... [2024-05-23 14:19:15.107] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:19:15.126] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:19:15.156] Mounting /var/volatile... [2024-05-23 14:19:15.177] [ OK ] Reached target Containers. [2024-05-23 14:19:15.186] [ 6.164546] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:15.228] Mounting /tmp... [2024-05-23 14:19:15.275] [ 6.253716] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:15.351] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:19:15.374] [ 6.346671] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:15.445] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:19:15.478] [ OK ] Mounted /var/volatile. [2024-05-23 14:19:15.494] [ OK ] Mounted /tmp. [2024-05-23 14:19:15.585] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:19:15.697] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:19:15.804] [ 6.781128] systemd-journald[123]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:19:15.828] Starting Bind mount volatile = /var/spool... [2024-05-23 14:19:15.854] Starting Bind mount volatile = /var/lib... [2024-05-23 14:19:15.889] Starting Bind mount volatile = /var/cache... [2024-05-23 14:19:15.919] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:19:16.107] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:19:16.130] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:19:16.161] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:19:16.198] Starting Load/Save Random Seed... [2024-05-23 14:19:16.215] [ OK ] Reached target Local File Systems. [2024-05-23 14:19:16.244] Starting netfilter persistent = configuration... [2024-05-23 14:19:16.273] Starting AppArmor initialization... [2024-05-23 14:19:16.308] Starting Create Volatile Files and = Directories... [2024-05-23 14:19:16.340] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:19:16.460] [ 7.437659] audit: type=3D1400 = audit(1550139121.132:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:19:16.474] [ 7.452162] audit: type=3D1400 = audit(1550139121.132:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:19:16.500] [ 7.476608] audit: type=3D1400 = audit(1550139121.132:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:19:16.516] [ OK ] Started [ 7.494490] audit: = type=3D1400 audit(1550139121.136:5): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//HUD_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:19:16.547] Create Volatile Files and Direct[ 7.512681] = audit: type=3D1400 audit(1550139121.136:6): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//SwUpdate_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:19:16.572] ories. [2024-05-23 14:19:16.572] [ 7.531244] audit: type=3D1400 = audit(1550139121.136:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:19:16.575] [ 7.547898] audit: type=3D1400 = audit(1550139121.136:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:19:16.605] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:19:16.646] [ OK ] Started AppArmor initialization. [2024-05-23 14:19:16.800] [ OK ] Reached target Network (Pre). [2024-05-23 14:19:16.828] Starting Network Service... [2024-05-23 14:19:16.862] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:19:16.910] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:19:16.930] [ OK ] Reached target System Initialization. [2024-05-23 14:19:16.962] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:19:16.979] [ OK ] Reached target Sockets. [2024-05-23 14:19:16.995] [ OK ] Reached target Basic System. [2024-05-23 14:19:17.025] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:19:17.045] [ 8.024170] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:19:17.060] [ OK ] Started System Logging Service. [2024-05-23 14:19:17.096] [ 8.060889] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:19:17.097] [ 8.065492] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:19:17.097] [[ 8.070775] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:19:17.127] OK ] Started TEE-based HSM Service. [2024-05-23 14:19:17.137] Starting Login Service... [2024-05-23 14:19:17.163] [ OK ] Started NS VSync Process. [2024-05-23 14:19:17.192] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:19:17.260] [ 8.230676] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:19:17.297] Start /usr/bin/sys-fail-mon [2024-05-23 14:19:17.366] [ 8.305797] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:19:17.375] [ 8.306338] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:19:17.375] [ 8.307235] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:19:17.396] [ OK ] Started NS System Management Process. [2024-05-23 14:19:17.412] Starting NS Inter Domain Comm = Process... [2024-05-23 14:19:17.413] [ 8.307250] [INFO][GMAC]=20 [2024-05-23 14:19:17.429] [ 8.388840] libphy: tcc-gmac-mdio: probed [2024-05-23 14:19:17.434] [ 8.397954] [INFO][GMAC] registered! [2024-05-23 14:19:17.434] [ 8.401695] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:19:17.434] [ 8.406534] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:19:17.471] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:19:17.471] [ 8.430624] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:19:17.471] [ 8.436403] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:19:17.473] [ 8.449477] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:19:17.494] [ 8.457917] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:19:17.494] Starting Load Kernel Modules... [2024-05-23 14:19:17.494] [ OK ] Started Daily Cleanup of Temporary [ = 8.473498] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:17.512] Directories. [2024-05-23 14:19:17.525] [ OK ] Reached target Timers. [2024-05-23 14:19:17.527] [ 8.497142] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:19:17.527] [ 8.504119] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:19:17.555] [ 8.504119] -- MASTER Configuration. [2024-05-23 14:19:17.555] [ 8.504119] -- Local Receiver Status Not = OK. [2024-05-23 14:19:17.555] [ 8.504119] -- Remote Receiver Status Not = OK. [2024-05-23 14:19:17.555] [ 8.507676] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:19:17.555] [ 8.507707] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:19:17.568] [ 8.509918] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:19:17.571] [ 8.509931] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:19:17.595] [ 8.520917] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:19:17.599] [ 8.520927] Disabling lock debugging due to = kernel taint [2024-05-23 14:19:17.599] [ 8.523708] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:17.599] [ 8.575714] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:19:17.628] [ 8.581565] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:19:17.628] [ OK ] Started 8.588190] BUG: sleeping = function called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:17.628] 39mKernel Logging Service. [2024-05-23 14:19:17.628] [ 8.588193] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:19:17.641] [ 8.588195] INFO: lockdep is turned off. [2024-05-23 14:19:17.643] [ 8.588197] irq event stamp: 74609 [2024-05-23 14:19:17.643] [ 8.588210] hardirqs last enabled at = (74609): [<000000002a453832>] el1_irq+0xdc/0x138 [2024-05-23 14:19:17.667] [ 8.588220] hardirqs last disabled at = (74608): [<00000000f7063c3d>] preempt_schedule_irq+0x3c/0x68 [2024-05-23 14:19:17.667] [ 8.588227] softirqs last enabled at (0): = [<0000000075b28ad9>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:17.667] [ 8.588230] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:17.681] [ 8.588231] Preemption disabled at: [2024-05-23 14:19:17.681] [ 8.588239] [<0000000012342132>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:17.682] [ 8.588246] CPU: 2 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:19:17.704] [ 8.588248] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:17.704] [ 8.588250] Call trace: [2024-05-23 14:19:17.704] [ 8.588255] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:17.704] [ 8.588259] show_stack+0x14/0x20 [2024-05-23 14:19:17.706] [ 8.588263] dump_stack+0xb8/0xf0 [2024-05-23 14:19:17.732] [ 8.588267] ___might_sleep+0x178/0x210 [2024-05-23 14:19:17.732] [ 8.588270] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:17.732] [ 8.588276] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:17.732] [ 8.588280] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:17.732] [ 8.588286] gic_set_type+0x84/0x98 [2024-05-23 14:19:17.732] [ 8.588290] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:17.734] [ 8.588293] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:17.769] [ 8.588297] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:17.769] [ 8.588303] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:19:17.769] [ 8.588307] __dev_open+0x100/0x150 [2024-05-23 14:19:17.769] [ 8.588310] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:19:17.769] [ 8.588313] dev_change_flags+0x20/0x60 [2024-05-23 14:19:17.769] [ 8.588317] do_setlink+0x3ec/0xc30 [2024-05-23 14:19:17.769] [ 8.588320] rtnl_setlink+0xcc/0x128 [2024-05-23 14:19:17.771] [ 8.588323] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:19:17.771] [ 8.588327] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:19:17.771] [ 8.588329] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:19:17.793] [ 8.588332] netlink_unicast+0x180/0x1f8 [2024-05-23 14:19:17.793] [ 8.588335] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:19:17.793] [ 8.588340] sock_sendmsg+0x3c/0x58 [2024-05-23 14:19:17.793] [ 8.588344] SyS_sendto+0xd0/0x140 [2024-05-23 14:19:17.793] [ 8.588347] el0_svc_naked+0x34/0x38 [2024-05-23 14:19:17.793] [ 8.588477] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:19:17.808] [ 8.621513] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:19:17.808] [ 8.628642] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:19:17.810] [ 8.630391] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:19:17.838] [ 8.636786] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:19:17.838] [ 8.637398] Done!! [2024-05-23 14:19:17.838] [ 8.734017] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:19:17.838] [ 8.736225] Done!! [2024-05-23 14:19:17.838] [ OK ] Started Network Service. [2024-05-23 14:19:17.838] [ 8.811991] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:19:17.852] [ 8.820132] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:19:17.854] [ OK ] Started 8.825032] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:19:17.878] [ 8.825032] =20 [2024-05-23 14:19:17.878] 39mNS Inter Domain Comm Process [INFO][GMAC] = --] init_rx_desc: : done [2024-05-23 14:19:17.878] [0m. [2024-05-23 14:19:17.878] [ 8.829596] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:19:17.878] [ 8.840439] Done!! [2024-05-23 14:19:17.878] [ 8.853248] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:19:17.891] [ 8.859578] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:19:17.893] parents, child is 320 [2024-05-23 14:19:17.893] [ 8.864515] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:19:17.927] [ 8.864515] =20 [2024-05-23 14:19:17.927] [IDC]Start.[ 8.864698] [INFO][GMAC] --] = init_tx_desc: : done [2024-05-23 14:19:17.930]=20 [2024-05-23 14:19:17.930] [ 8.879779] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:19:17.930] [[IDC]Idc driver opened. ret=3D3 [2024-05-23 14:19:17.930] [ 8.879792] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:19:17.930] OK [ 8.883327] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:19:17.930] [IDC](A7)ConnectReq 0 [2024-05-23 14:19:17.930] [ 8.902690] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:19:17.954] [IDC](A7)do_connect 0 [2024-05-23 14:19:17.967] ] [ 8.909090] [INFO][GMAC] --] phy_start: : [2024-05-23 14:19:17.967] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:19:17.967] St[ 8.915323] [INFO][GMAC] --] = tcc_gmac_open done:=20 [2024-05-23 14:19:17.967] arted Load Kernel Modules.[IDC](A7)Tx start = session req 1 [2024-05-23 14:19:17.967]=20 [2024-05-23 14:19:17.967] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:19:17.967] [IDC](R5)ConnectReq 0 [2024-05-23 14:19:17.967] [IDC](R5)do_connect 0 [2024-05-23 14:19:17.978] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:19:17.978] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:19:17.978] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:19:17.978] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:19:17.978] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:19:18.015] [IDC](A7)Session connected. [2024-05-23 14:19:18.015] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:19:18.015] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:19:18.015] [ OK ] Started Cluster Framework. [2024-05-23 14:19:18.030] [ OK ] Started HUD Framework. [2024-05-23 14:19:18.030] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:19:18.030] [IDC](R5)Session connected.2 [2024-05-23 14:19:18.030] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:19:18.030] [ OK ] Started Nvm Process. [2024-05-23 14:19:18.034] [ OK ] Started NS hsm control application. [2024-05-23 14:19:18.034] [ OK ] Started Diagnosis Framework. [2024-05-23 14:19:18.055] [ 9.029334] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.071] [ OK ] Started Diagnosis Transport. [2024-05-23 14:19:18.078] [ OK ] Started NS Software Update. [2024-05-23 14:19:18.092] [ OK ] Started NS Secondary Verify. [2024-05-23 14:19:18.106] Starting Wait for Network to be = Configured... [2024-05-23 14:19:18.107] [ OK ] Reached target Network. [2024-05-23 14:19:18.147] Starting Permit User Sessions... [2024-05-23 14:19:18.167] [ 9.145697] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.206] Starting udev Coldplug all Devices... [2024-05-23 14:19:18.242] [ OK ] Started Login Service. [2024-05-23 14:19:18.262] [ OK ] Started Permit User Sessions. [2024-05-23 14:19:18.267] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:19:18.281] [ 9.255562] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.283] [ OK ] Started Getty on tty1. [2024-05-23 14:19:18.296] [ OK ] Reached target Login Prompts. [2024-05-23 14:19:18.296] [ OK ] Reached target Multi-User System. [2024-05-23 14:19:18.311] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:19:18.313] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:19:18.341] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:19:18.354] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:19:18.391] [ 9.367758] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.439] [ 9.415967] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:19:18.538] [ 9.515615] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.650] [ 9.627527] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.761] [ 9.739526] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:18.877] [ 9.856613] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:19.001] [ 9.967564] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:19.105] [ 10.083212] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:19.270] [ 10.240754] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:19:19.280] [ 10.240761] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:19:20.229] [ 11.207715] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:19:20.238] [ 11.216108] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:19:20.438] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:19:24.760]=20 [2024-05-23 14:19:24.760] telechips-nsp1-release login:=20 [2024-05-23 14:19:28.396]=20 [2024-05-23 14:19:28.396] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:19:28.420]=20 [2024-05-23 14:19:28.420] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:19:28.420] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:19:28.420] DRAM: 2 GiB [2024-05-23 14:19:28.444] MMC: sdhc@0x16440000: 0 [2024-05-23 14:19:28.706]=20 [2024-05-23 14:19:28.706] HW Partition tyep is UserData [2024-05-23 14:19:28.721] In: serial [2024-05-23 14:19:28.721] Out: serial [2024-05-23 14:19:28.721] Err: serial [2024-05-23 14:19:28.783] Boot in the UserData environment(0) [2024-05-23 14:19:28.787] Non-secure boot (secure boot flag is clear) [2024-05-23 14:19:28.802] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:19:28.802] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:19:28.802] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:19:28.815] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:19:28.817] Booting using the fdt blob at 0x23000000 [2024-05-23 14:19:28.817] Loading Kernel Image [2024-05-23 14:19:28.840] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:19:28.843] OPTEE is enabled [2024-05-23 14:19:28.843]=20 [2024-05-23 14:19:28.843] Starting kernel ... [2024-05-23 14:19:28.843]=20 [2024-05-23 14:19:29.767] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:19:29.772] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:19:29.787] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:19:29.801] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:19:29.803] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:19:29.803] [ 0.000000] efi: UEFI not found. [2024-05-23 14:19:29.825] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:19:29.827] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:19:29.827] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:19:29.851] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:19:29.852] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:19:29.852] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:19:29.852] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:19:29.871] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:19:29.873] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:19:29.897] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:19:29.897] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:19:29.897] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:19:29.924] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:19:29.924] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:19:29.925] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:19:29.925] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:19:29.949] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:19:29.949] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:19:29.949] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:19:29.965] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:19:29.965] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:19:29.980] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:19:29.980] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:19:29.994] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:19:29.994] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:19:30.008] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:19:30.010] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:19:30.010] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:19:30.033] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:19:30.045] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:19:30.045] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:19:30.045] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:19:30.045] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:19:30.058] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:19:30.060] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:19:30.060] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:19:30.086] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:19:30.086] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:19:30.100] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:19:30.100] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:19:30.118] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:19:30.140] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:19:30.153] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:19:30.153] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:19:30.153] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:19:30.165] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:19:30.165] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:19:30.166] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:19:30.166] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:19:30.191] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:19:30.191] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:19:30.191] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:19:30.207] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:19:30.207] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:19:30.221] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:19:30.221] [ 0.000000] Running RCU self tests [2024-05-23 14:19:30.221] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:19:30.236] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:19:30.236] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:19:30.236] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:19:30.253] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:19:30.253] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:19:30.255] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:19:30.291] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:19:30.291] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:19:30.291] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:19:30.291] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:19:30.293] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:19:30.312] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:19:30.325] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:19:30.325] [ 0.001478] Console: colour dummy device = 80x25 [2024-05-23 14:19:30.325] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:19:30.327] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:19:30.327] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:19:30.327] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:19:30.353] [ 0.001732] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:19:30.353] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:19:30.353] [ 0.001738] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:19:30.353] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:19:30.353] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:19:30.354] [ 0.001746] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:19:30.383] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:19:30.383] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:19:30.383] [ 0.002292] Security Framework initialized [2024-05-23 14:19:30.385] [ 0.002417] AppArmor: AppArmor initialized [2024-05-23 14:19:30.385] [ 0.002662] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:19:30.410] [ 0.002685] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:19:30.410] [ 0.019968] ASID allocator initialised with = 32768 entries [2024-05-23 14:19:30.410] [ 0.035869] Hierarchical SRCU = implementation. [2024-05-23 14:19:30.410] [ 0.062286] EFI services will not be = available. [2024-05-23 14:19:30.412] [ 0.076137] smp: Bringing up secondary CPUs = ... [2024-05-23 14:19:30.435] [ 0.120763] Detected VIPT I-cache on CPU1 [2024-05-23 14:19:30.435] [ 0.120839] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:19:30.435] [ 0.165005] Detected VIPT I-cache on CPU2 [2024-05-23 14:19:30.435] [ 0.165063] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:19:30.435] [ 0.209291] Detected VIPT I-cache on CPU3 [2024-05-23 14:19:30.448] [ 0.209342] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:19:30.449] [ 0.209717] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:19:30.449] [ 0.209758] SMP: Total of 4 processors = activated. [2024-05-23 14:19:30.473] [ 0.209774] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:19:30.486] [ 0.209793] CPU: All CPU(s) started at EL2 [2024-05-23 14:19:30.486] [ 0.209975] alternatives: patching kernel = code [2024-05-23 14:19:30.486] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:19:30.486] [ 0.213127] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:19:30.486] [ 0.213739] devtmpfs: initialized [2024-05-23 14:19:30.488] [ 0.402962] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:19:30.488] [ 0.403229] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:19:30.511] [ 0.411971] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:19:30.511] [ 0.412882] chipinfo: TCC8030 Rev02 [2024-05-23 14:19:30.511] [ 0.412897] chipinfo: SiP Service v0.1.56 [2024-05-23 14:19:30.511] [ 0.418196] NET: Registered protocol family = 16 [2024-05-23 14:19:30.511] [ 0.422138] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:19:30.527] [ 0.424107] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:19:30.527] [ 0.425689] cpuidle: using governor menu [2024-05-23 14:19:30.527] [ 0.425930] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:19:30.557] [ 0.440071] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:19:30.557] [ 0.440565] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:19:30.557] [ 0.440611] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:19:30.557] [ 0.440655] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:19:30.557] [ 0.440698] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:19:30.577] [ 0.440742] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:19:30.577] [ 0.440785] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:19:30.577] [ 0.440829] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:19:30.577] [ 0.440872] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:19:30.579] [ 0.440916] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:19:30.612] [ 0.440959] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:19:30.612] [ 0.441002] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:19:30.612] [ 0.441047] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:19:30.612] [ 0.441090] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:19:30.612] [ 0.441133] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:19:30.625] [ 0.441176] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:19:30.625] [ 0.441233] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:19:30.627] [ 0.441277] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:19:30.627] [ 0.441320] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:19:30.627] [ 0.441675] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:19:30.656] [ 0.441719] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:19:30.656] [ 0.441762] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:19:30.656] [ 0.441806] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:19:30.656] [ 0.441849] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:19:30.656] [ 0.441892] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:19:30.658] [ 0.441936] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:19:30.685] [ 0.441979] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:19:30.685] [ 0.442023] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:19:30.685] [ 0.442066] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:19:30.685] [ 0.442196] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:19:30.685] [ 0.442241] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:19:30.698] [ 0.442484] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:19:30.711] [ 0.442543] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:19:30.711] [ 0.442586] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:19:30.713] [ 0.442630] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:19:30.713] [ 0.442673] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:19:30.737] [ 0.442717] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:19:30.739] [ 0.442760] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:19:30.739] [ 0.442960] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:19:30.739] [ 0.443004] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:19:30.739] [ 0.443047] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:19:30.761] [ 0.443090] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:19:30.775] [ 0.443133] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:19:30.775] [ 0.443176] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:19:30.775] [ 0.443219] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:19:30.775] [ 0.443262] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:19:30.787] [ 0.443306] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:19:30.787] [ 0.443349] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:19:30.787] [ 0.443404] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:19:30.791] [ 0.443448] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:19:30.791] [ 0.443491] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:19:30.791] [ 0.443534] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:19:30.817] [ 0.444073] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:19:30.817] [ 0.444117] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:19:30.817] [ 0.444287] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:19:30.817] [ 0.444458] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:19:30.817] [ 0.444643] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:19:30.831] [ 0.444810] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:19:30.845] [ 0.444977] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:19:30.845] [ 0.445021] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:19:30.846] [ 0.445065] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:19:30.846] [ 0.445231] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:19:30.846] [ 0.445395] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:19:30.871] [ 0.445561] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:19:30.871] [ 0.445604] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:19:30.871] [ 0.445648] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:19:30.871] [ 0.445691] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:19:30.896] [ 0.445734] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:19:30.897] [ 0.445904] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:19:30.897] [ 0.445948] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:19:30.897] [ 0.446257] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:19:30.897] [ 0.446277] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:19:30.909] [ 0.528496] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:19:30.913] [ 0.528586] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:19:30.915] [ 1.675297] console [ttyAMA0] enabled [2024-05-23 14:19:30.944] [ 1.682930] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:19:30.960] [ 1.711784] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:19:30.962] [ 1.722078] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:19:30.977] [ 1.732666] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:19:30.992] [ 1.742922] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:19:31.081] [ 1.842917] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:19:31.096] [ 1.859132] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:19:31.154] [ 1.866026] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:19:31.155] [ 1.872963] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:19:31.155] [ 1.879331] Linux video capture interface: = v2.00 [2024-05-23 14:19:31.155] [ 1.885225] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:31.155] [ 1.885230] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:19:31.168] [ 1.885234] 6 locks held by swapper/0/1: [2024-05-23 14:19:31.168] [ 1.885237] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:19:31.172] [ 1.885264] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:19:31.172] [ 1.885279] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:19:31.195] [ 1.885299] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:31.210] [ 1.885313] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:19:31.210] [ 1.885329] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:31.227] [ 1.885348] irq event stamp: 288056 [2024-05-23 14:19:31.227] [ 1.885354] hardirqs last enabled at = (288055): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:31.227] [ 1.885359] hardirqs last disabled at = (288056): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:19:31.240] [ 1.885366] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:31.243] [ 1.885370] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:31.243] [ 1.885372] Preemption disabled at: [2024-05-23 14:19:31.243] [ 1.885378] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:31.268] [ 1.885387] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:19:31.268] [ 1.885390] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:31.268] [ 1.885394] Call trace: [2024-05-23 14:19:31.269] [ 1.885400] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:31.269] [ 1.885404] show_stack+0x14/0x20 [2024-05-23 14:19:31.283] [ 1.885410] dump_stack+0xb8/0xf0 [2024-05-23 14:19:31.296] [ 1.885415] ___might_sleep+0x178/0x210 [2024-05-23 14:19:31.296] [ 1.885419] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:31.296] [ 1.885424] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:31.296] [ 1.885429] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:31.298] [ 1.885436] gic_set_type+0x84/0x98 [2024-05-23 14:19:31.298] [ 1.885441] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:31.298] [ 1.885445] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:31.321] [ 1.885450] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:31.323] [ 1.885455] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:19:31.323] [ 1.885462] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:19:31.323] [ 1.885466] platform_drv_probe+0x58/0xb8 [2024-05-23 14:19:31.323] [ 1.885472] = driver_probe_device+0x228/0x410 [2024-05-23 14:19:31.323] [ 1.885477] __driver_attach+0xfc/0x118 [2024-05-23 14:19:31.349] [ 1.885481] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:19:31.349] [ 1.885486] driver_attach+0x20/0x28 [2024-05-23 14:19:31.349] [ 1.885491] bus_add_driver+0x220/0x268 [2024-05-23 14:19:31.349] [ 1.885496] driver_register+0x60/0xf8 [2024-05-23 14:19:31.349] [ 1.885500] = __platform_driver_register+0x44/0x50 [2024-05-23 14:19:31.349] [ 1.885507] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:19:31.351] [ 1.885512] do_one_initcall+0x50/0x15c [2024-05-23 14:19:31.373] [ 1.885519] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:19:31.373] [ 1.885525] kernel_init+0x10/0x100 [2024-05-23 14:19:31.373] [ 1.885529] ret_from_fork+0x10/0x18 [2024-05-23 14:19:31.373] [ 1.891202] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:19:31.376] [ 2.138477] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:19:31.391] [ 2.151990] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:19:31.405] [ 2.159007] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:19:31.405] [ 2.163609] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:19:31.408] [ 2.168412] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:19:31.433] [ 2.173263] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:19:31.433] [ 2.177818] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:19:31.468] [ 2.231192] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:19:31.493] [ 2.243544] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:31.503] [ 2.261648] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:31.518] [ 2.277141] NET: Registered protocol family = 2 [2024-05-23 14:19:31.544] [ 2.284735] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:19:31.546] [ 2.292353] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:19:31.546] [ 2.303504] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:19:31.572] [ 2.311063] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:19:31.576] [ 2.317829] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:19:31.576] [ 2.325951] NET: Registered protocol family = 1 [2024-05-23 14:19:31.672] [ 2.433923] audit: initializing netlink = subsys (disabled) [2024-05-23 14:19:31.685] [ 2.440364] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:19:31.688] [ 2.440997] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:19:31.761] [ 2.523149] fuse init (API version 7.26) [2024-05-23 14:19:31.781] [ 2.541350] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:19:31.793] [ 2.550940] io scheduler noop registered = (default) [2024-05-23 14:19:31.793] [ 2.555781] io scheduler mq-deadline = registered [2024-05-23 14:19:31.811] [ 2.560343] io scheduler kyber registered [2024-05-23 14:19:31.811] [ 2.571172] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:31.827] [ 2.578027] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:31.827] [ 2.584236] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:19:31.829] [ 2.591832] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:31.891] [ 2.654266] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:31.910] [ 2.661851] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:31.912] [ 2.666989] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:19:31.912] [ 2.672418] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:31.930] [ 2.673085] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:31.930] [ 2.683840] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:31.930] [ 2.690049] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:19:31.947] [ 2.697606] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:31.962] [ 2.721618] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:31.968] [ 2.728420] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:31.982] [ 2.733046] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:19:31.984] [ 2.738538] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:31.984] [ 2.739099] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:32.005] [ 2.749851] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:32.005] [ 2.756059] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:19:32.005] [ 2.763677] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:32.067] [ 2.829855] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:32.075] [ 2.836776] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:32.089] [ 2.841381] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:19:32.105] [ 2.846808] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:32.106] [ 2.856855] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:19:32.106] [ 2.866592] [INF][WDMA] tcc_wdma_init [2024-05-23 14:19:32.120] [ 2.871461] TCC WDMA Driver Initializing [2024-05-23 14:19:32.142] [ 2.878596] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:19:32.155] [ 2.884684] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:19:32.155] [ 2.895228] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:32.156] [ 2.907874] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:19:32.156] [ 2.917242] [CPU_ID] probe is done [2024-05-23 14:19:32.176] [ 2.921005] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:19:32.178] [ 2.927720] [DRAM_TOOL] probe is done [2024-05-23 14:19:32.178] [ 2.935001] MALI-G51 : r30p0-01eac0 [2024-05-23 14:19:32.178] [ 2.938551] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:19:32.203] [ 2.948643] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:32.203] [ 2.948647] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:19:32.215] [ 2.948652] 6 locks held by swapper/0/1: [2024-05-23 14:19:32.217] [ 2.948655] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:19:32.217] [ 2.948684] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:19:32.241] [ 2.948699] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:19:32.241] [ 2.948719] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:32.241] [ 2.948733] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:19:32.261] [ 2.948749] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:32.261] [ 2.948769] irq event stamp: 453680 [2024-05-23 14:19:32.263] [ 2.948774] hardirqs last enabled at = (453679): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:32.289] [ 2.948779] hardirqs last disabled at = (453680): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:19:32.289] [ 2.948787] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:32.292] [ 2.948790] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:32.317] [ 2.948793] Preemption disabled at: [2024-05-23 14:19:32.317] [ 2.948798] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:32.317] [ 2.948808] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:19:32.317] [ 2.948810] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:32.331] [ 2.948815] Call trace: [2024-05-23 14:19:32.344] [ 2.948821] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:32.344] [ 2.948826] show_stack+0x14/0x20 [2024-05-23 14:19:32.344] [ 2.948831] dump_stack+0xb8/0xf0 [2024-05-23 14:19:32.356] [ 2.948837] ___might_sleep+0x178/0x210 [2024-05-23 14:19:32.356] [ 2.948840] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:32.356] [ 2.948845] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:32.356] [ 2.948851] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:32.358] [ 2.948858] gic_set_type+0x84/0x98 [2024-05-23 14:19:32.358] [ 2.948863] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:32.358] [ 2.948868] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:32.395] [ 2.948873] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:32.395] [ 2.948879] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:19:32.395] [ 2.948885] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:19:32.395] [ 2.948889] kbase_device_init+0x78/0xf8 [2024-05-23 14:19:32.395] [ 2.948896] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:19:32.395] [ 2.948900] platform_drv_probe+0x58/0xb8 [2024-05-23 14:19:32.405] [ 2.948905] = driver_probe_device+0x228/0x410 [2024-05-23 14:19:32.405] [ 2.948910] __driver_attach+0xfc/0x118 [2024-05-23 14:19:32.405] [ 2.948915] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:19:32.417] [ 2.948920] driver_attach+0x20/0x28 [2024-05-23 14:19:32.417] [ 2.948924] bus_add_driver+0x220/0x268 [2024-05-23 14:19:32.417] [ 2.948929] driver_register+0x60/0xf8 [2024-05-23 14:19:32.419] [ 2.948933] = __platform_driver_register+0x44/0x50 [2024-05-23 14:19:32.419] [ 2.948941] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:19:32.442] [ 2.948946] do_one_initcall+0x50/0x15c [2024-05-23 14:19:32.444] [ 2.948953] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:19:32.444] [ 2.948959] kernel_init+0x10/0x100 [2024-05-23 14:19:32.444] [ 2.948963] ret_from_fork+0x10/0x18 [2024-05-23 14:19:32.444] [ 2.950684] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:19:32.444] [ 3.205915] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:19:32.470] [ 3.212655] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:19:32.470] [ 3.226559] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:19:32.472] [ 3.233584] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:19:32.486] [ 3.245713] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:19:32.502] [ 3.251931] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:19:32.502] [ 3.256314] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:19:32.502] [ 3.263989] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:19:32.548] [ 3.311182] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:19:32.559] [ 3.321589] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:19:32.576] [ 3.329441] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:19:32.578] [ 3.339696] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:19:32.606] [ 3.344972] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:19:32.606] [ 3.356045] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:19:32.606] [ 3.364927] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:19:32.629] [ 3.385546] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:19:32.646] [ 3.386586] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:19:32.646] [ 3.387290] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:19:32.661] [ 3.390804] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:19:32.678] [ 3.391532] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:19:32.678] [ 3.392086] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:19:32.678] [ 3.393239] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:19:32.680] [ 3.404096] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:19:32.680] [ 3.404124] GPT:15269887 !=3D 15273599 [2024-05-23 14:19:32.703] [ 3.404131] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:19:32.705] [ 3.404139] GPT:15269887 !=3D 15273599 [2024-05-23 14:19:32.705] [ 3.404146] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:19:32.705] [ 3.404263] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:19:32.730] [ 3.476311] libphy: Fixed MDIO Bus: probed [2024-05-23 14:19:32.730] [ 3.481263] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:19:32.732] [ 3.494358] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:19:32.745] [ 3.498886] [INFO][GAMC] gmac index : 1 [2024-05-23 14:19:32.745] [ 3.503373] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:19:32.747] [ 3.508540] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:19:32.773] [ 3.514784] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:19:32.773] [ 3.519176] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:19:32.773] [ 3.527530] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:19:32.778] [ 3.541095] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:19:32.792] [ 3.547077] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:32.792] [ 3.547089] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:19:32.806] [ 3.547096] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:19:32.808] [ 3.547108] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:32.808] [ 3.547120] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:19:32.833] [ 3.575969] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:19:32.833] [ 3.592233] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:19:32.848] [ 3.598886] usbhid: USB HID core driver [2024-05-23 14:19:32.860] [ 3.603105] optee: probing for conduit = method from DT. [2024-05-23 14:19:32.860] [ 3.608286] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:19:32.862] [ 3.610151] optee: initialized driver [2024-05-23 14:19:32.862] [ 3.619723] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:19:32.886] [ 3.625446] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:19:32.889] [ 3.630615] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:19:32.889] [ 3.635782] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:19:32.889] [ 3.641557] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:19:32.889] [ 3.647332] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:19:32.912] [ 3.653194] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:19:32.912] [ 3.659663] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:19:32.912] [ 3.667263] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:19:32.914] [ 3.675211] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:19:32.939] [ 3.689153] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:19:32.939] [ 3.697274] NET: Registered protocol family = 17 [2024-05-23 14:19:32.939] [ 3.702210] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:19:32.967] [ 3.719745] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:19:33.126] [ 3.887569] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:33.132] [ 3.887612] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:19:33.147] [ 3.903443] ALSA device list: [2024-05-23 14:19:33.147] [ 3.906526] No soundcards found. [2024-05-23 14:19:33.172] [ 3.912644] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:19:33.174] [ 3.933600] Freeing unused kernel memory: = 4160K [2024-05-23 14:19:33.199] Mounting devtmpfs [2024-05-23 14:19:33.202] [ 3.948733] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:19:33.202] Mounting procfs [2024-05-23 14:19:33.202] [ 3.960584] mount (92) used greatest stack = depth: 12816 bytes left [2024-05-23 14:19:33.217] Mounting sysfs [2024-05-23 14:19:33.233] [ 3.980662] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:19:33.253] [ 4.001452] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:19:33.280] [ 4.043033] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:19:33.291] [ 4.051907] mount (98) used greatest stack = depth: 11424 bytes left [2024-05-23 14:19:33.548] [ 4.310207] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:19:33.645] [ 4.407340] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:19:33.677] [ 4.435569] systemd[1]: Detected = architecture arm64. [2024-05-23 14:19:33.717]=20 [2024-05-23 14:19:33.717] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:19:33.729]=20 [2024-05-23 14:19:33.733] [ 4.496124] systemd[1]: Set hostname to = . [2024-05-23 14:19:33.747] [ 4.507984] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:19:33.762] [ 4.516769] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:19:34.003] [ 4.765590] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:19:34.030] [ 4.782692] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:19:34.064] [ 4.827017] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:19:34.077] [ 4.839116] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:19:34.265] [ 5.027927] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:19:34.341] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:19:34.363] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:19:34.380] [ OK ] Created slice User and Session Slice. [2024-05-23 14:19:34.396] [ OK ] Listening on Journal Socket. [2024-05-23 14:19:34.409] [ OK ] Reached target Paths. [2024-05-23 14:19:34.446] Mounting Configuration File System... [2024-05-23 14:19:34.463] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:19:34.489] Mounting Huge Pages File System... [2024-05-23 14:19:34.513] [ OK ] Listening on udev Control Socket. [2024-05-23 14:19:34.530] [ OK ] Listening on Syslog Socket. [2024-05-23 14:19:34.546] [ OK ] Reached target Swap. [2024-05-23 14:19:34.565] Starting mount data partition = service... [2024-05-23 14:19:34.598] [ OK ] Created slice system-getty.slice. [2024-05-23 14:19:34.613] [ OK ] Reached target Slices. [2024-05-23 14:19:34.633] [ OK ] Reached target Remote File Systems. [2024-05-23 14:19:34.665] Mounting FUSE Control File System... [2024-05-23 14:19:34.710] Starting Apply Kernel Variables... [2024-05-23 14:19:34.729] [ 5.478728] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:34.747] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:19:34.779] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:19:34.794] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:19:34.829] Starting Journal Service... [2024-05-23 14:19:34.856] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:19:34.882] Mounting POSIX Message Queue File = System... [2024-05-23 14:19:34.927] Mounting Kernel Debug File System... [2024-05-23 14:19:34.947] [ 5.702285] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:19:34.978] Starting udev Coldplug all Devices... [2024-05-23 14:19:35.061] [ OK ] Mounted Configuration File System. [2024-05-23 14:19:35.081] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:19:35.113] [ OK ] Started mount data partition service. [2024-05-23 14:19:35.131] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:19:35.160] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:19:35.180] [ OK ] Started Journal Service. [2024-05-23 14:19:35.207] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:19:35.236] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:19:35.263] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:19:35.281] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:19:35.317] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:19:35.347] Mounting /tmp... [2024-05-23 14:19:35.365] [ OK ] Reached target Containers. [2024-05-23 14:19:35.397] Mounting /var/volatile... [2024-05-23 14:19:35.423] Starting udev Kernel Device = Manager... [2024-05-23 14:19:35.450] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:19:35.488] Starting NS file System mount and = recovery.... [2024-05-23 14:19:35.537] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:19:35.566] [ OK ] Mounted /tmp. [2024-05-23 14:19:35.597] [ OK ] Mounted /var/volatile. [2024-05-23 14:19:35.613] [ 6.375399] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:35.707] [ 6.468701] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:35.807] [ 6.569186] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:35.893] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:19:35.922] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:19:35.990] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:19:36.095] [ 6.857771] systemd-journald[122]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:19:36.114] Starting Bind mount volatile = /var/lib... [2024-05-23 14:19:36.146] Starting Bind mount volatile = /var/cache... [2024-05-23 14:19:36.181] Starting Bind mount volatile = /var/spool... [2024-05-23 14:19:36.209] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:19:36.315] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:19:36.400] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:19:36.429] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:19:36.464] Starting Load/Save Random Seed... [2024-05-23 14:19:36.481] [ OK ] Reached target Local File Systems. [2024-05-23 14:19:36.515] Starting netfilter persistent = configuration... [2024-05-23 14:19:36.548] Starting Create Volatile Files and = Directories... [2024-05-23 14:19:36.586] Starting AppArmor initialization... [2024-05-23 14:19:36.616] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:19:36.780] [ 7.542641] audit: type=3D1400 = audit(1550139121.228:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:19:36.795] [ 7.557047] audit: type=3D1400 = audit(1550139121.236:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:19:36.811] [ 7.572948] audit: type=3D1400 = audit(1550139121.236:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:19:36.828] [ 7.589234] audit: type=3D1400 = audit(1550139121.236:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:19:36.844] [ 7.605744] audit: type=3D1400 = audit(1550139121.236:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:19:36.869] [ OK [ 7.621724] audit: type=3D1400 = audit(1550139121.236:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:19:36.884] ] [ 7.639006] audit: type=3D1400 = audit(1550139121.236:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:19:36.900] Started netfilter persistent configuration. [2024-05-23 14:19:36.917] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:19:36.949] [ OK ] Started AppArmor initialization. [2024-05-23 14:19:36.975] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:19:36.996] [ OK ] Reached target Network (Pre). [2024-05-23 14:19:37.022] Starting Network Service... [2024-05-23 14:19:37.062] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:19:37.082] [ OK ] Reached target System Initialization. [2024-05-23 14:19:37.096] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:19:37.112] [ OK ] Reached target Timers. [2024-05-23 14:19:37.153] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:19:37.160] [ OK ] Reached target Sockets. [2024-05-23 14:19:37.174] [ OK ] Reached target Basic System. [2024-05-23 14:19:37.203] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:19:37.234] [ 7.996755] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:19:37.266] [ 8.024643] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:19:37.269] [ 8.030004] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:19:37.283] [ 8.030404] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:19:37.283] Starting Load Kernel Modules... [2024-05-23 14:19:37.309] [ OK ] Started NS VSync Process. [2024-05-23 14:19:37.333] [ 8.095290] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:19:37.342] [ 8.102729] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:19:37.357] [ 8.110116] Disabling lock debugging due to = kernel taint [2024-05-23 14:19:37.357] [ OK ] Started Kernel Logging Service. [2024-05-23 14:19:37.376] Starting Login Service... [2024-05-23 14:19:37.406] [ OK ] Started System Logging Service. [2024-05-23 14:19:37.408] [ 8.163337] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:19:37.413] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:19:37.449] [ OK ] Started NS System Management Process. [2024-05-23 14:19:37.466] Starting NS Inter Domain Comm = Process... [2024-05-23 14:19:37.470] Start /usr/bin/sys-fail-mon [2024-05-23 14:19:37.484] [ 8.236604] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:19:37.484] [ 8.241746] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:19:37.499] [ 8.241762] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:19:37.519] [ 8.242662] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:19:37.521] [ 8.242670] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:19:37.522] [ 8.247654] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:37.541] [ 8.248031] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:19:37.541] [ 8.248044] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:19:37.557] [ 8.248479] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:19:37.557] [ 8.248486] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:19:37.559] [ 8.249000] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:37.588] [ 8.250559] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:19:37.588] [ 8.250569] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:19:37.588] [ 8.250576] [INFO][GMAC]=20 [2024-05-23 14:19:37.588] [ 8.270385] libphy: tcc-gmac-mdio: probed [2024-05-23 14:19:37.591] [ 8.270390] [INFO][GMAC] registered! [2024-05-23 14:19:37.591] [ 8.270393] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:19:37.616] [ 8.270398] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:19:37.616] [ 8.348653] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:19:37.616] [ 8.348695] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:19:37.616] [ 8.348695] -- MASTER Configuration. [2024-05-23 14:19:37.629] [ 8.348695] -- Local Receiver Status Not = OK. [2024-05-23 14:19:37.631] [ 8.348695] -- Remote Receiver Status Not = OK. [2024-05-23 14:19:37.631] [ 8.348710] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:19:37.654] [ 8.348714] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:19:37.656] [ 8.348878] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:37.656] [ 8.348882] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:19:37.656] [ 8.348883] INFO: lockdep is turned off. [2024-05-23 14:19:37.679] [ 8.348885] irq event stamp: 70266 [2024-05-23 14:19:37.692] [ 8.348899] hardirqs last enabled at = (70265): [<00000000e048c0e0>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:37.692] [ 8.348905] hardirqs last disabled at = (70266): [<0000000066a0c03a>] __schedule+0xc8/0x730 [2024-05-23 14:19:37.692] [ 8.348912] softirqs last enabled at (0): = [<0000000056e156bc>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:37.694] [ 8.348915] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:37.722] [ 8.348917] Preemption disabled at: [2024-05-23 14:19:37.722] [ 8.348924] [<00000000c2bfb158>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:37.722] [ 8.348932] CPU: 1 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:19:37.722] [ 8.348934] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:37.722] [ 8.348937] Call trace: [2024-05-23 14:19:37.737] [ 8.348942] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:37.750] [ 8.348945] show_stack+0x14/0x20 [2024-05-23 14:19:37.750] [ 8.348949] dump_stack+0xb8/0xf0 [2024-05-23 14:19:37.750] [ 8.348953] ___might_sleep+0x178/0x210 [2024-05-23 14:19:37.750] [ 8.348956] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:37.750] [ 8.348962] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:37.752] [ 8.348966] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:37.752] [ 8.348972] gic_set_type+0x84/0x98 [2024-05-23 14:19:37.752] [ 8.348976] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:37.776] [ 8.348980] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:37.776] [ 8.348983] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:37.776] [ 8.348989] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:19:37.776] [ 8.348994] __dev_open+0x100/0x150 [2024-05-23 14:19:37.776] [ 8.349000] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:19:37.776] [ 8.349003] dev_change_flags+0x20/0x60 [2024-05-23 14:19:37.793] [ 8.349007] do_setlink+0x3ec/0xc30 [2024-05-23 14:19:37.793] [ 8.349010] rtnl_setlink+0xcc/0x128 [2024-05-23 14:19:37.795] [ 8.349013] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:19:37.795] [ 8.349017] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:19:37.795] [ 8.349020] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:19:37.818] [ 8.349023] netlink_unicast+0x180/0x1f8 [2024-05-23 14:19:37.833] [ 8.349026] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:19:37.833] [ 8.349032] sock_sendmsg+0x3c/0x58 [2024-05-23 14:19:37.833] [ 8.349036] SyS_sendto+0xd0/0x140 [2024-05-23 14:19:37.833] [ 8.349039] el0_svc_naked+0x34/0x38 [2024-05-23 14:19:37.833] [ 8.349161] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:19:37.833] [ 8.353255] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:19:37.835] [ 8.353260] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:19:37.835] [ 8.353264] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:19:37.859] [ 8.353264] =20 [2024-05-23 14:19:37.859] [ 8.353586] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:19:37.859] [ 8.353742] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:19:37.859] [ 8.353746] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:19:37.859] [ 8.353750] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:19:37.872] [ 8.353750] =20 [2024-05-23 14:19:37.874] [ 8.353895] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:19:37.874] [ 8.353909] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:19:37.874] [ 8.353913] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:19:37.900] [ 8.353917] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:19:37.900] [ 8.353925] [INFO][GMAC] --] phy_start: : [2024-05-23 14:19:37.900] [ 8.353984] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:19:37.900] [ 8.458489] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:37.900] [ 8.578464] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:37.900] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:19:37.920] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:19:37.934] [ OK ] Started 8.685746] VPU vpu_vdec = Driver(id:0) Initialized. [2024-05-23 14:19:37.934] ;39mNetwork Service. [2024-05-23 14:19:37.934] [ 8.686546] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:37.954] [ 8.693147] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:19:37.954] [ 8.697880] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:19:37.954] [ 8.698033] Done!! [2024-05-23 14:19:37.954] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:19:37.968] [ OK ] Started Cluster Framework. [2024-05-23 14:19:37.983] [ OK ] Started HUD Framework. [2024-05-23 14:19:37.988] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:19:38.001] parents, child is 314 [2024-05-23 14:19:38.001] [ OK ] Started Nvm Process. [2024-05-23 14:19:38.015] [IDC]Start.[ 8.765165] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:19:38.029] =0A= [2024-05-23 14:19:38.029] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:19:38.040] [IDC](A7)ConnectReq 0 [2024-05-23 14:19:38.040] [IDC](A7)do_connect 0 [2024-05-23 14:19:38.040] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:19:38.040] [IDC](A7)Tx start session req 1 [2024-05-23 14:19:38.040] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:19:38.040] [IDC](R5)ConnectReq 0 [2024-05-23 14:19:38.060] [IDC](R5)do_connect 0 [2024-05-23 14:19:38.060] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:19:38.060] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:19:38.060] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:19:38.082] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:19:38.082] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:19:38.082] [IDC](A7)Session connected. [2024-05-23 14:19:38.082] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:19:38.082] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:19:38.082] [IDC](R5)Session c[ 8.818591] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:19:38.103] onnected.2 [2024-05-23 14:19:38.103] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:19:38.104] [ OK ] Started NS hsm control application. [2024-05-23 14:19:38.104] [ 8.834767] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:19:38.112] [ 8.837782] Done!! [2024-05-23 14:19:38.114] [ OK ] Started Diagnosis Framework. [2024-05-23 14:19:38.147] [ OK ] Started NS Software Update. [2024-05-23 14:19:38.168] [ 8.930739] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:38.200] [ OK ] Started NS Secondary Verify. [2024-05-23 14:19:38.213] [ OK ] Started Diagnosis Transport.[ = 8.993746] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:19:38.269] [ 9.015710] Done!! [2024-05-23 14:19:38.283]=20 [2024-05-23 14:19:38.283] [ 9.042610] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:38.309] Starting Wait for Network to be = Configured... [2024-05-23 14:19:38.311] [ OK ] Reached target Network. [2024-05-23 14:19:38.311] Starting udev Coldplug all Devices... [2024-05-23 14:19:38.311] Starting Permit User Sessions... [2024-05-23 14:19:38.327] [ OK ] Started Load Kernel Modules. [2024-05-23 14:19:38.327] [ OK ] Started Login Service. [2024-05-23 14:19:38.368] [ OK ] Started Permit User Sessions. [2024-05-23 14:19:38.386] [ OK ] Started Getty on tty1. [2024-05-23 14:19:38.400] [ 9.154571] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:38.402] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:19:38.417] [ OK ] Reached target Login Prompts. [2024-05-23 14:19:38.417] [ OK ] Reached target Multi-User System. [2024-05-23 14:19:38.438] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:19:38.451] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:19:38.454] [ 9.204093] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:19:38.474] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:19:38.503] [ OK ] Started Update UTMP a[ 9.267148] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:19:38.513] bout System Runlevel Changes. [2024-05-23 14:19:38.618] [ 9.378619] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:38.728] [ 9.490554] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:39.286] [ 10.038391] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:19:39.295] [ 10.038399] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:19:40.259] [ 11.020701] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:19:40.270] [ 11.029127] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:19:40.284] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:19:44.821]=20 [2024-05-23 14:19:44.821] telechips-nsp1-release login:=20 [2024-05-23 14:19:47.593]=20 [2024-05-23 14:19:47.593] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:19:47.593]=20 [2024-05-23 14:19:47.593] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:19:47.627] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:19:47.627] DRAM: 2 GiB [2024-05-23 14:19:47.652] MMC: sdhc@0x16440000: 0 [2024-05-23 14:19:47.925]=20 [2024-05-23 14:19:47.934] HW Partition tyep is UserData [2024-05-23 14:19:47.934] In: serial [2024-05-23 14:19:47.934] Out: serial [2024-05-23 14:19:47.934] Err: serial [2024-05-23 14:19:47.993] Boot in the UserData environment(0) [2024-05-23 14:19:48.000] Non-secure boot (secure boot flag is clear) [2024-05-23 14:19:48.000] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:19:48.016] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:19:48.016] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:19:48.016] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:19:48.029] Booting using the fdt blob at 0x23000000 [2024-05-23 14:19:48.044] Loading Kernel Image [2024-05-23 14:19:48.057] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:19:48.057] OPTEE is enabled [2024-05-23 14:19:48.057]=20 [2024-05-23 14:19:48.057] Starting kernel ... [2024-05-23 14:19:48.057]=20 [2024-05-23 14:19:48.977] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:19:48.982] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:19:48.996] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:19:49.011] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:19:49.025] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:19:49.025] [ 0.000000] efi: UEFI not found. [2024-05-23 14:19:49.030] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:19:49.030] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:19:49.053] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:19:49.066] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:19:49.066] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:19:49.066] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:19:49.068] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:19:49.091] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:19:49.093] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:19:49.093] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:19:49.093] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:19:49.123] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:19:49.123] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:19:49.123] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:19:49.149] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:19:49.151] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:19:49.151] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:19:49.151] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:19:49.167] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:19:49.167] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:19:49.183] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:19:49.183] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:19:49.198] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:19:49.198] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:19:49.213] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:19:49.213] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:19:49.213] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:19:49.228] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:19:49.228] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:19:49.228] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:19:49.244] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:19:49.244] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:19:49.257] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:19:49.269] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:19:49.269] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:19:49.271] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:19:49.296] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:19:49.296] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:19:49.315] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:19:49.315] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:19:49.329] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:19:49.351] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:19:49.353] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:19:49.353] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:19:49.353] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:19:49.378] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:19:49.378] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:19:49.378] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:19:49.378] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:19:49.391] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:19:49.391] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:19:49.407] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:19:49.407] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:19:49.423] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:19:49.423] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:19:49.437] [ 0.000000] Running RCU self tests [2024-05-23 14:19:49.437] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:19:49.437] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:19:49.452] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:19:49.452] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:19:49.452] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:19:49.468] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:19:49.468] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:19:49.468] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:19:49.483] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:19:49.483] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:19:49.496] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:19:49.508] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:19:49.510] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:19:49.510] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:19:49.535] [ 0.001461] Console: colour dummy device = 80x25 [2024-05-23 14:19:49.535] [ 0.001703] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:19:49.535] [ 0.001706] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:19:49.535] [ 0.001708] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:19:49.540] [ 0.001711] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:19:49.563] [ 0.001714] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:19:49.575] [ 0.001716] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:19:49.575] [ 0.001719] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:19:49.575] [ 0.001722] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:19:49.575] [ 0.001724] memory used by lock dependency = info: 7903 kB [2024-05-23 14:19:49.575] [ 0.001727] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:19:49.577] [ 0.001767] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:19:49.603] [ 0.001775] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:19:49.603] [ 0.002273] Security Framework initialized [2024-05-23 14:19:49.603] [ 0.002397] AppArmor: AppArmor initialized [2024-05-23 14:19:49.603] [ 0.002642] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:19:49.603] [ 0.002665] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:19:49.618] [ 0.019947] ASID allocator initialised with = 32768 entries [2024-05-23 14:19:49.618] [ 0.035848] Hierarchical SRCU = implementation. [2024-05-23 14:19:49.618] [ 0.062270] EFI services will not be = available. [2024-05-23 14:19:49.631] [ 0.076115] smp: Bringing up secondary CPUs = ... [2024-05-23 14:19:49.633] [ 0.120741] Detected VIPT I-cache on CPU1 [2024-05-23 14:19:49.633] [ 0.120815] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:19:49.658] [ 0.164987] Detected VIPT I-cache on CPU2 [2024-05-23 14:19:49.658] [ 0.165044] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:19:49.658] [ 0.209272] Detected VIPT I-cache on CPU3 [2024-05-23 14:19:49.658] [ 0.209324] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:19:49.658] [ 0.209700] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:19:49.658] [ 0.209741] SMP: Total of 4 processors = activated. [2024-05-23 14:19:49.669] [ 0.209757] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:19:49.669] [ 0.209777] CPU: All CPU(s) started at EL2 [2024-05-23 14:19:49.683] [ 0.209958] alternatives: patching kernel = code [2024-05-23 14:19:49.695] [ 0.210535] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:19:49.695] [ 0.213098] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:19:49.697] [ 0.213750] devtmpfs: initialized [2024-05-23 14:19:49.697] [ 0.403168] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:19:49.721] [ 0.403435] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:19:49.722] [ 0.412248] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:19:49.722] [ 0.413175] chipinfo: TCC8030 Rev02 [2024-05-23 14:19:49.722] [ 0.413190] chipinfo: SiP Service v0.1.56 [2024-05-23 14:19:49.722] [ 0.418428] NET: Registered protocol family = 16 [2024-05-23 14:19:49.722] [ 0.422435] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:19:49.749] [ 0.424415] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:19:49.749] [ 0.426011] cpuidle: using governor menu [2024-05-23 14:19:49.749] [ 0.426247] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:19:49.749] [ 0.440389] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:19:49.771] [ 0.440877] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:19:49.771] [ 0.440923] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:19:49.771] [ 0.440967] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:19:49.771] [ 0.441011] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:19:49.771] [ 0.441055] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:19:49.784] [ 0.441098] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:19:49.786] [ 0.441142] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:19:49.786] [ 0.441186] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:19:49.812] [ 0.441230] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:19:49.812] [ 0.441273] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:19:49.812] [ 0.441331] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:19:49.812] [ 0.441375] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:19:49.812] [ 0.441418] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:19:49.831] [ 0.441462] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:19:49.833] [ 0.441505] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:19:49.833] [ 0.441549] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:19:49.833] [ 0.441592] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:19:49.833] [ 0.441635] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:19:49.857] [ 0.442003] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:19:49.857] [ 0.442047] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:19:49.857] [ 0.442090] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:19:49.857] [ 0.442134] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:19:49.857] [ 0.442177] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:19:49.872] [ 0.442220] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:19:49.872] [ 0.442263] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:19:49.874] [ 0.442307] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:19:49.899] [ 0.442363] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:19:49.899] [ 0.442497] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:19:49.899] [ 0.442542] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:19:49.899] [ 0.442586] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:19:49.899] [ 0.442823] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:19:49.916] [ 0.442867] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:19:49.916] [ 0.442910] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:19:49.916] [ 0.442954] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:19:49.931] [ 0.442997] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:19:49.931] [ 0.443040] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:19:49.931] [ 0.443083] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:19:49.946] [ 0.443277] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:19:49.946] [ 0.443321] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:19:49.946] [ 0.443364] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:19:49.961] [ 0.443407] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:19:49.961] [ 0.443450] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:19:49.961] [ 0.443509] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:19:49.976] [ 0.443552] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:19:49.976] [ 0.443595] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:19:49.976] [ 0.443639] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:19:49.992] [ 0.443682] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:19:49.992] [ 0.443725] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:19:49.992] [ 0.443768] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:19:50.002] [ 0.443811] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:19:50.014] [ 0.443855] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:19:50.029] [ 0.444405] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:19:50.029] [ 0.444450] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:19:50.029] [ 0.444622] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:19:50.045] [ 0.444791] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:19:50.045] [ 0.444957] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:19:50.057] [ 0.445121] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:19:50.057] [ 0.445289] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:19:50.057] [ 0.445333] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:19:50.057] [ 0.445376] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:19:50.059] [ 0.445542] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:19:50.059] [ 0.445707] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:19:50.084] [ 0.445874] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:19:50.084] [ 0.445919] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:19:50.084] [ 0.445962] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:19:50.084] [ 0.446006] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:19:50.095] [ 0.446066] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:19:50.096] [ 0.446264] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:19:50.096] [ 0.446308] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:19:50.110] [ 0.446621] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:19:50.123] [ 0.446639] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:19:50.123] [ 0.529048] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:19:50.124] [ 0.529137] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:19:50.124] [ 1.676031] console [ttyAMA0] enabled [2024-05-23 14:19:50.148] [ 1.683795] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:19:50.161] [ 1.712693] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:19:50.179] [ 1.722973] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:19:50.183] [ 1.733573] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:19:50.198] [ 1.743832] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:19:50.290] [ 1.843616] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:19:50.311] [ 1.859704] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:19:50.314] [ 1.866615] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:19:50.344] [ 1.873414] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:19:50.344] [ 1.879803] Linux video capture interface: = v2.00 [2024-05-23 14:19:50.346] [ 1.885710] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:50.361] [ 1.885714] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:19:50.361] [ 1.885719] 6 locks held by swapper/0/1: [2024-05-23 14:19:50.361] [ 1.885722] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:19:50.383] [ 1.885748] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:19:50.383] [ 1.885763] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:19:50.396] [ 1.885781] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:50.398] [ 1.885796] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:19:50.423] [ 1.885813] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:50.423] [ 1.885832] irq event stamp: 288090 [2024-05-23 14:19:50.423] [ 1.885838] hardirqs last enabled at = (288089): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:50.423] [ 1.885843] hardirqs last disabled at = (288090): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:19:50.440] [ 1.885850] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:50.442] [ 1.885854] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:50.467] [ 1.885857] Preemption disabled at: [2024-05-23 14:19:50.467] [ 1.885862] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:50.467] [ 1.885871] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:19:50.467] [ 1.885874] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:50.484] [ 1.885878] Call trace: [2024-05-23 14:19:50.484] [ 1.885883] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:50.484] [ 1.885888] show_stack+0x14/0x20 [2024-05-23 14:19:50.484] [ 1.885894] dump_stack+0xb8/0xf0 [2024-05-23 14:19:50.496] [ 1.885899] ___might_sleep+0x178/0x210 [2024-05-23 14:19:50.508] [ 1.885903] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:50.508] [ 1.885907] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:50.508] [ 1.885913] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:50.511] [ 1.885920] gic_set_type+0x84/0x98 [2024-05-23 14:19:50.511] [ 1.885925] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:50.511] [ 1.885930] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:50.511] [ 1.885934] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:50.536] [ 1.885939] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:19:50.536] [ 1.885946] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:19:50.536] [ 1.885950] platform_drv_probe+0x58/0xb8 [2024-05-23 14:19:50.536] [ 1.885955] = driver_probe_device+0x228/0x410 [2024-05-23 14:19:50.536] [ 1.885960] __driver_attach+0xfc/0x118 [2024-05-23 14:19:50.536] [ 1.885965] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:19:50.549] [ 1.885969] driver_attach+0x20/0x28 [2024-05-23 14:19:50.550] [ 1.885974] bus_add_driver+0x220/0x268 [2024-05-23 14:19:50.550] [ 1.885979] driver_register+0x60/0xf8 [2024-05-23 14:19:50.550] [ 1.885983] = __platform_driver_register+0x44/0x50 [2024-05-23 14:19:50.575] [ 1.885990] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:19:50.575] [ 1.885995] do_one_initcall+0x50/0x15c [2024-05-23 14:19:50.575] [ 1.886002] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:19:50.575] [ 1.886008] kernel_init+0x10/0x100 [2024-05-23 14:19:50.575] [ 1.886012] ret_from_fork+0x10/0x18 [2024-05-23 14:19:50.575] [ 1.891651] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:19:50.590] [ 2.138953] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:19:50.615] [ 2.152483] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:19:50.618] [ 2.159511] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:19:50.618] [ 2.164112] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:19:50.618] [ 2.168916] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:19:50.632] [ 2.173741] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:19:50.632] [ 2.178296] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:19:50.679] [ 2.232518] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:19:50.692] [ 2.244995] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:50.710] [ 2.263120] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:50.726] [ 2.278574] NET: Registered protocol family = 2 [2024-05-23 14:19:50.740] [ 2.285942] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:19:50.742] [ 2.293558] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:19:50.755] [ 2.304820] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:19:50.770] [ 2.312183] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:19:50.770] [ 2.319116] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:19:50.796] [ 2.327495] NET: Registered protocol family = 1 [2024-05-23 14:19:50.881] [ 2.435240] audit: initializing netlink = subsys (disabled) [2024-05-23 14:19:50.889] [ 2.441720] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:19:50.902] [ 2.442279] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:19:50.972] [ 2.524420] fuse init (API version 7.26) [2024-05-23 14:19:50.996] [ 2.542576] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:19:50.999] [ 2.552460] io scheduler noop registered = (default) [2024-05-23 14:19:51.013] [ 2.557303] io scheduler mq-deadline = registered [2024-05-23 14:19:51.013] [ 2.561865] io scheduler kyber registered [2024-05-23 14:19:51.030] [ 2.572609] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:51.032] [ 2.579741] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:51.046] [ 2.585952] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:19:51.063] [ 2.593565] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:51.103] [ 2.656100] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:51.112] [ 2.663968] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:51.126] [ 2.668819] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:19:51.126] [ 2.674248] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:51.127] [ 2.674871] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:51.153] [ 2.685625] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:51.153] [ 2.691834] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:19:51.153] [ 2.699393] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:51.180] [ 2.723397] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:51.182] [ 2.730187] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:51.197] [ 2.734825] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:19:51.200] [ 2.740252] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:51.200] [ 2.740806] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:19:51.200] [ 2.751559] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:19:51.216] [ 2.757767] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:19:51.216] [ 2.765382] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:19:51.278] [ 2.831509] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:19:51.297] [ 2.838280] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:19:51.298] [ 2.843249] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:19:51.313] [ 2.848677] fbX_probe : update_type =3D 1=20 [2024-05-23 14:19:51.315] [ 2.858332] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:19:51.315] [ 2.867959] [INF][WDMA] tcc_wdma_init [2024-05-23 14:19:51.332] [ 2.872736] TCC WDMA Driver Initializing [2024-05-23 14:19:51.332] [ 2.879800] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:19:51.354] [ 2.885880] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:19:51.355] [ 2.896411] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:51.357] [ 2.909117] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:19:51.371] [ 2.918503] [CPU_ID] probe is done [2024-05-23 14:19:51.371] [ 2.922247] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:19:51.385] [ 2.928963] [DRAM_TOOL] probe is done [2024-05-23 14:19:51.385] [ 2.936392] MALI-G51 : r30p0-01eac0 [2024-05-23 14:19:51.387] [ 2.939922] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:19:51.412] [ 2.949670] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:51.412] [ 2.949675] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:19:51.425] [ 2.949680] 6 locks held by swapper/0/1: [2024-05-23 14:19:51.428] [ 2.949682] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:19:51.428] [ 2.949712] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:19:51.454] [ 2.949727] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:19:51.454] [ 2.949746] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:51.454] [ 2.949760] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:19:51.471] [ 2.949777] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:51.471] [ 2.949796] irq event stamp: 453714 [2024-05-23 14:19:51.485] [ 2.949802] hardirqs last enabled at = (453713): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:19:51.494] [ 2.949807] hardirqs last disabled at = (453714): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:19:51.496] [ 2.949814] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:51.521] [ 2.949818] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:51.521] [ 2.949820] Preemption disabled at: [2024-05-23 14:19:51.521] [ 2.949826] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:51.521] [ 2.949835] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:19:51.535] [ 2.949838] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:51.535] [ 2.949842] Call trace: [2024-05-23 14:19:51.535] [ 2.949849] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:51.548] [ 2.949853] show_stack+0x14/0x20 [2024-05-23 14:19:51.548] [ 2.949859] dump_stack+0xb8/0xf0 [2024-05-23 14:19:51.548] [ 2.949864] ___might_sleep+0x178/0x210 [2024-05-23 14:19:51.548] [ 2.949868] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:51.563] [ 2.949873] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:51.563] [ 2.949878] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:51.563] [ 2.949885] gic_set_type+0x84/0x98 [2024-05-23 14:19:51.564] [ 2.949890] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:51.590] [ 2.949895] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:51.590] [ 2.949900] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:51.590] [ 2.949907] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:19:51.590] [ 2.949912] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:19:51.590] [ 2.949917] kbase_device_init+0x78/0xf8 [2024-05-23 14:19:51.590] [ 2.949923] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:19:51.607] [ 2.949927] platform_drv_probe+0x58/0xb8 [2024-05-23 14:19:51.607] [ 2.949933] = driver_probe_device+0x228/0x410 [2024-05-23 14:19:51.607] [ 2.949938] __driver_attach+0xfc/0x118 [2024-05-23 14:19:51.607] [ 2.949942] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:19:51.620] [ 2.949947] driver_attach+0x20/0x28 [2024-05-23 14:19:51.633] [ 2.949952] bus_add_driver+0x220/0x268 [2024-05-23 14:19:51.633] [ 2.949957] driver_register+0x60/0xf8 [2024-05-23 14:19:51.633] [ 2.949961] = __platform_driver_register+0x44/0x50 [2024-05-23 14:19:51.650] [ 2.949968] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:19:51.650] [ 2.949973] do_one_initcall+0x50/0x15c [2024-05-23 14:19:51.650] [ 2.949980] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:19:51.664] [ 2.949986] kernel_init+0x10/0x100 [2024-05-23 14:19:51.664] [ 2.949990] ret_from_fork+0x10/0x18 [2024-05-23 14:19:51.664] [ 2.951930] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:19:51.664] [ 3.206657] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:19:51.667] [ 3.213395] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:19:51.689] [ 3.227442] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:19:51.691] [ 3.234452] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:19:51.693] [ 3.246640] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:19:51.709] [ 3.252860] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:19:51.709] [ 3.257241] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:19:51.734] [ 3.264873] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:19:51.758] [ 3.311644] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:19:51.781] [ 3.322163] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:19:51.782] [ 3.330017] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:19:51.800] [ 3.340294] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:19:51.800] [ 3.345571] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:19:51.823] [ 3.356643] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:19:51.823] [ 3.365506] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:19:51.844] [ 3.384613] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:19:51.846] [ 3.386732] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:19:51.861] [ 3.387581] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:19:51.861] [ 3.391324] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:19:51.861] [ 3.392008] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:19:51.877] [ 3.392633] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:19:51.877] [ 3.393690] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:19:51.890] [ 3.405305] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:19:51.892] [ 3.405335] GPT:15269887 !=3D 15273599 [2024-05-23 14:19:51.892] [ 3.405342] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:19:51.918] [ 3.405350] GPT:15269887 !=3D 15273599 [2024-05-23 14:19:51.918] [ 3.405357] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:19:51.918] [ 3.405474] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:19:51.944] [ 3.475380] libphy: Fixed MDIO Bus: probed [2024-05-23 14:19:51.944] [ 3.480345] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:19:51.953] [ 3.493477] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:19:51.953] [ 3.498008] [INFO][GAMC] gmac index : 1 [2024-05-23 14:19:51.955] [ 3.502445] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:19:51.955] [ 3.507612] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:19:51.980] [ 3.513586] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:19:51.980] [ 3.517977] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:19:51.980] [ 3.526553] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:19:52.005] [ 3.540405] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:19:52.007] [ 3.546263] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:52.007] [ 3.546275] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:19:52.007] [ 3.546282] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:19:52.021] [ 3.546294] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:52.025] [ 3.546305] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:19:52.025] [ 3.575460] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:19:52.053] [ 3.591751] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:19:52.053] [ 3.598406] usbhid: USB HID core driver [2024-05-23 14:19:52.054] [ 3.602624] optee: probing for conduit = method from DT. [2024-05-23 14:19:52.080] [ 3.607804] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:19:52.080] [ 3.609675] optee: initialized driver [2024-05-23 14:19:52.080] [ 3.619277] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:19:52.084] [ 3.624993] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:19:52.084] [ 3.630162] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:19:52.104] [ 3.635329] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:19:52.106] [ 3.641105] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:19:52.106] [ 3.646879] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:19:52.106] [ 3.652741] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:19:52.108] [ 3.659211] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:19:52.133] [ 3.666640] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:19:52.133] [ 3.674589] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:19:52.147] [ 3.688324] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:19:52.150] [ 3.696406] NET: Registered protocol family = 17 [2024-05-23 14:19:52.150] [ 3.701342] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:19:52.167] [ 3.719262] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:19:52.346] [ 3.888181] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:19:52.347] [ 3.888228] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:19:52.363] [ 3.904305] ALSA device list: [2024-05-23 14:19:52.376] [ 3.907300] No soundcards found. [2024-05-23 14:19:52.376] [ 3.913117] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:19:52.390] [ 3.934180] Freeing unused kernel memory: = 4160K [2024-05-23 14:19:52.390] Mounting devtmpfs [2024-05-23 14:19:52.426] [ 3.948890] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:19:52.426] Mounting procfs [2024-05-23 14:19:52.426] Mounting sysfs [2024-05-23 14:19:52.435] [ 3.974625] grep (93) used greatest stack = depth: 12240 bytes left [2024-05-23 14:19:52.442] [ 3.995452] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:19:52.485] [ 4.037181] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:19:52.494] [ 4.046043] mount (97) used greatest stack = depth: 11728 bytes left [2024-05-23 14:19:52.509] [ 4.061226] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:19:52.744] [ 4.296709] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:19:52.841] [ 4.394283] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:19:52.869] [ 4.421568] systemd[1]: Detected = architecture arm64. [2024-05-23 14:19:52.913]=20 [2024-05-23 14:19:52.915] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:19:52.925]=20 [2024-05-23 14:19:52.932] [ 4.484743] systemd[1]: Set hostname to = . [2024-05-23 14:19:52.946] [ 4.496798] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:19:52.967] [ 4.505587] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:19:53.174] [ 4.727149] systemd-sysv-ge (109) used = greatest stack depth: 11248 bytes left [2024-05-23 14:19:53.205] [ 4.758122] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:19:53.234] [ 4.775270] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:19:53.264] [ 4.817431] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:19:53.278] [ 4.829536] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:19:53.465] [ 5.017500] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:19:53.544] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:19:53.562] [ OK ] Listening on Syslog Socket. [2024-05-23 14:19:53.582] [ OK ] Reached target Remote File Systems. [2024-05-23 14:19:53.599] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:19:53.615] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:19:53.639] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:19:53.650] [ OK ] Created slice system-getty.slice. [2024-05-23 14:19:53.669] [ OK ] Listening on udev Control Socket. [2024-05-23 14:19:53.684] [ OK ] Reached target Swap. [2024-05-23 14:19:53.709] [ OK ] Listening on Journal Socket. [2024-05-23 14:19:53.733] Mounting Kernel Debug File System... [2024-05-23 14:19:53.760] Starting Apply Kernel Variables... [2024-05-23 14:19:53.795] Starting mount data partition = service... [2024-05-23 14:19:53.844] Starting udev Coldplug all Devices... [2024-05-23 14:19:53.880] Mounting Huge Pages File System... [2024-05-23 14:19:53.916] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:19:53.943] [ 5.491623] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:53.963] Mounting FUSE Control File System... [2024-05-23 14:19:53.986] Mounting Configuration File System... [2024-05-23 14:19:54.016] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:19:54.031] [ OK ] Reached target Paths. [2024-05-23 14:19:54.053] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:19:54.087] Starting Journal Service... [2024-05-23 14:19:54.100] [ OK ] Created slice User and Session Slice. [2024-05-23 14:19:54.116] [ 5.663506] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:19:54.142] [ OK ] Reached target Slices. [2024-05-23 14:19:54.166] Mounting POSIX Message Queue File = System... [2024-05-23 14:19:54.227] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:19:54.257] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:19:54.282] [ OK ] Started mount data partition service. [2024-05-23 14:19:54.307] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:19:54.339] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:19:54.366] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:19:54.383] [ OK ] Mounted Configuration File System. [2024-05-23 14:19:54.400] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:19:54.417] [ OK ] Started Journal Service. [2024-05-23 14:19:54.450] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:19:54.512] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:19:54.542] Starting udev Kernel Device = Manager... [2024-05-23 14:19:54.570] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:19:54.584] [ OK ] Reached target Containers. [2024-05-23 14:19:54.614] Mounting /tmp... [2024-05-23 14:19:54.646] Mounting /var/volatile... [2024-05-23 14:19:54.680] Starting NS file System mount and = recovery.... [2024-05-23 14:19:54.736] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:19:54.780] [ OK ] Mounted /tmp. [2024-05-23 14:19:54.801] [ OK ] Mounted /var/volatile. [2024-05-23 14:19:54.823] [ 6.364017] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:54.895] [ 6.446762] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:54.993] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:19:55.000] [ 6.550119] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:19:55.085] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:19:55.153] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:19:55.322] [ 6.874353] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:19:55.351] Starting Bind mount volatile = /var/cache... [2024-05-23 14:19:55.368] Starting Bind mount volatile = /var/lib... [2024-05-23 14:19:55.403] Starting Bind mount volatile = /var/spool... [2024-05-23 14:19:55.439] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:19:55.547] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:19:55.633] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:19:55.669] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:19:55.696] Starting Load/Save Random Seed... [2024-05-23 14:19:55.718] [ OK ] Reached target Local File Systems. [2024-05-23 14:19:55.743] Starting Create Volatile Files and = Directories... [2024-05-23 14:19:55.777] Starting netfilter persistent = configuration... [2024-05-23 14:19:55.810] Starting AppArmor initialization... [2024-05-23 14:19:55.840] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:19:55.983] [ 7.536160] audit: type=3D1400 = audit(1550139121.236:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:19:56.021] [ 7.550652] audit: type=3D1400 = audit(1550139121.236:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:19:56.024] [ 7.566576] audit: type=3D1400 = audit(1550139121.236:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:19:56.039] [ 7.582442] audit: type=3D1400 = audit(1550139121.236:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:19:56.064] [ 7.598527] audit: type=3D1400 = audit(1550139121.236:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:19:56.064] [ OK ] [ 7.615506] audit: type=3D1400 = audit(1550139121.236:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:19:56.104] [ 7.633451] audit: type=3D1400 = audit(1550139121.236:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:19:56.108] Started Create Volatile Files and Directories. [2024-05-23 14:19:56.135] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:19:56.154] [ OK ] Started AppArmor initialization. [2024-05-23 14:19:56.185] [ OK ] Reached target Network (Pre). [2024-05-23 14:19:56.200] Starting Network Service... [2024-05-23 14:19:56.234] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:19:56.288] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:19:56.320] [ OK ] Reached target System Initialization. [2024-05-23 14:19:56.336] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:19:56.354] [ OK ] Reached target Sockets. [2024-05-23 14:19:56.375] [ OK ] Reached target Basic System. [2024-05-23 14:19:56.395] [ OK ] Started NS VSync Process. [2024-05-23 14:19:56.436] [ 7.987503] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:19:56.469] [ OK ] Started Kernel Logging Service. [2024-05-23 14:19:56.477] [ 8.026594] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:19:56.495] [ 8.038607] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:19:56.497] [ 8.049421] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:19:56.525] [ 8.054257] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:19:56.535] [ OK ] Started System Logging Service. [2024-05-23 14:19:56.552] [ 8.104172] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:19:56.559] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:19:56.592] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:19:56.626] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:19:56.652] Start /usr/bin/sys-fail-mon [2024-05-23 14:19:56.655] Starting Load Kernel Modules... [2024-05-23 14:19:56.685] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:19:56.704] [ OK ] Started NS System Management Process. [2024-05-23 14:19:56.736] Starting NS Inter [ 8.287241] = [INFO][GMAC] hsio_clk : 250000000 [2024-05-23 14:19:56.742] Domain Comm Process... [2024-05-23 14:19:56.756] [ 8.294594] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:19:56.786] [ 8.294618] [INFO][GMAC]=20 [2024-05-23 14:19:56.789] [ 8.337698] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:19:56.804] [ 8.347728] Disabling lock debugging due to = kernel taint [2024-05-23 14:19:56.804] Starting Login Service... [2024-05-23 14:19:56.817] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:19:56.831] [ 8.363333] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:19:56.833] ;32m OK ] Reached target ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:19:56.833] [0;1;39mTimers. [2024-05-23 14:19:56.856] [ OK ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:19:56.869] [0m] Started Network Se[ 8.395803] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:19:56.869] rvice. [2024-05-23 14:19:56.869] Starting Wait for [ 8.407413] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:56.872] Network to be Configured...[ 8.422090] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:19:56.899] =0A= [2024-05-23 14:19:56.899] [ 8.422757] libphy: tcc-gmac-mdio: probed [2024-05-23 14:19:56.899] [ 8.422763] [INFO][GMAC] registered! [2024-05-23 14:19:56.899] [[ 8.422766] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:19:56.899] [ 8.422771] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:19:56.899] OK ] Reached target Network. [2024-05-23 14:19:56.925] [ 8.448558] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:19:56.929] [ 8.449321] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:19:56.929] [ 8.449328] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:19:56.931] [ 8.449959] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:19:56.956] Starting Permit User Sessions = 8.497419] =3D=3D=3D=3D=3D=3D=3D> VPU Device drivers initializing!! = Start --- [2024-05-23 14:19:56.956] 0m... [2024-05-23 14:19:56.956] [ 8.501340] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:19:56.971] [ 8.501382] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:19:56.971] [ 8.501382] -- MASTER Configuration. [2024-05-23 14:19:56.971] [ 8.501382] -- Local Receiver Status Not = OK. [2024-05-23 14:19:56.986] [ 8.501382] -- Remote Receiver Status Not = OK. [2024-05-23 14:19:56.988] [ 8.501405] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:19:56.988] [ 8.501408] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:19:57.013] [ 8.501796] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:19:57.013] [ 8.501800] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:19:57.013] [ 8.501802] INFO: lockdep is turned off. [2024-05-23 14:19:57.013] [ 8.501804] irq event stamp: 71266 [2024-05-23 14:19:57.015] [ 8.501818] hardirqs last enabled at = (71265): [<000000004d676f74>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:19:57.040] [ 8.501824] hardirqs last disabled at = (71266): [<00000000c0564eb9>] __schedule+0xc8/0x730 [2024-05-23 14:19:57.040] [ 8.501832] softirqs last enabled at (0): = [<000000001e0ea24e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:19:57.053] [ 8.501835] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:19:57.055] [ 8.501837] Preemption disabled at: [2024-05-23 14:19:57.055] [ 8.501845] [<0000000006640dc5>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:19:57.079] [ 8.501853] CPU: 2 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:19:57.093] [ 8.501855] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:19:57.093] [ 8.501858] Call trace: [2024-05-23 14:19:57.093] [ 8.501862] dump_backtrace+0x0/0x1d8 [2024-05-23 14:19:57.093] [ 8.501866] show_stack+0x14/0x20 [2024-05-23 14:19:57.096] [ 8.501870] dump_stack+0xb8/0xf0 [2024-05-23 14:19:57.096] [ 8.501874] ___might_sleep+0x178/0x210 [2024-05-23 14:19:57.096] [ 8.501877] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:19:57.096] [ 8.501883] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:19:57.116] [ 8.501888] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:19:57.118] [ 8.501894] gic_set_type+0x84/0x98 [2024-05-23 14:19:57.118] [ 8.501898] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:19:57.118] [ 8.501902] __setup_irq+0x76c/0x7f8 [2024-05-23 14:19:57.118] [ 8.501905] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:19:57.118] [ 8.501911] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:19:57.140] [ 8.501916] __dev_open+0x100/0x150 [2024-05-23 14:19:57.153] [ 8.501919] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:19:57.153] [ 8.501922] dev_change_flags+0x20/0x60 [2024-05-23 14:19:57.153] [ 8.501926] do_setlink+0x3ec/0xc30 [2024-05-23 14:19:57.153] [ 8.501928] rtnl_setlink+0xcc/0x128 [2024-05-23 14:19:57.153] [ 8.501931] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:19:57.153] [ 8.501935] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:19:57.156] [ 8.501938] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:19:57.156] [ 8.501941] netlink_unicast+0x180/0x1f8 [2024-05-23 14:19:57.156] [ 8.501944] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:19:57.179] [ 8.501950] sock_sendmsg+0x3c/0x58 [2024-05-23 14:19:57.180] [ 8.501954] SyS_sendto+0xd0/0x140 [2024-05-23 14:19:57.180] [ 8.501958] el0_svc_naked+0x34/0x38 [2024-05-23 14:19:57.180] [ 8.502100] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:19:57.180] [ 8.506381] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:19:57.202] [ 8.506386] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:19:57.212] [ 8.506391] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:19:57.212] [ 8.506391] =20 [2024-05-23 14:19:57.212] [ 8.506705] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:19:57.212] [ 8.507182] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:19:57.215] [ 8.507186] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:19:57.215] [ 8.507191] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:19:57.232] [ 8.507191] =20 [2024-05-23 14:19:57.234] [ 8.507343] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:19:57.234] [ 8.507357] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:19:57.234] [ 8.507361] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:19:57.234] [ 8.507365] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:19:57.251] [ 8.507373] [INFO][GMAC] --] phy_start: : [2024-05-23 14:19:57.261] [ 8.507423] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:19:57.261] [ 8.615012] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:57.261] [ 8.722963] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:57.261] Starting udev Coldplug all Devices... [2024-05-23 14:19:57.281] [ OK ] Started NS Inter Domain Comm Process = VPU vpu_vdec Driver(id:0) Initialized. [2024-05-23 14:19:57.282] [0m. [2024-05-23 14:19:57.282] [ 8.823070] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:19:57.284] [ 8.831017] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:57.306] [ OK ] Started Permit User Sessions.[ = 8.849476] [VPU] vpu_venc Driver(id:5) Initialized. [2024-05-23 14:19:57.306]=20 [2024-05-23 14:19:57.306] [ 8.857469] Done!! [2024-05-23 14:19:57.317] parents, child is 317 [2024-05-23 14:19:57.327] [IDC]Start. [2024-05-23 14:19:57.347] [ 8.873522] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:19:57.349] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:19:57.349] [ OK ] Started Getty on tty1. [2024-05-23 14:19:57.349] [IDC](A7)ConnectReq 0 [2024-05-23 14:19:57.351] [IDC](A7)do_connect 0 [2024-05-23 14:19:57.369] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:19:57.387] [IDC](A7)Tx start session req 1 [2024-05-23 14:19:57.387] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:19:57.387] [IDC](R5)ConnectReq 0 [2024-05-23 14:19:57.387] [IDC](R5)do_connect 0 [2024-05-23 14:19:57.387] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:19:57.387] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:19:57.387] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:19:57.406] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:19:57.406] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:19:57.406] [ OK ] Reached target Login Prompts. [2024-05-23 14:19:57.406] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:19:57.418] [IDC](A7)Session connected. [2024-05-23 14:19:57.418] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:19:57.418] [IDC](R5)Rx TIMER_START_REQ R5:1.00[ = 8.947841] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:19:57.418] 0] 2 [2024-05-23 14:19:57.418] [ OK ] Started Cluster Framework. [2024-05-23 14:19:57.418] [ OK ] Started HUD Framework. [2024-05-23 14:19:57.436] [IDC](R5)Session connected.2 [2024-05-23 14:19:57.436] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:19:57.436] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:19:57.447] [ OK ] Started Nvm Process. [2024-05-23 14:19:57.515] [ 8.957590] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:19:57.531] [ 9.066577] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:57.546] [ 9.098042] Done!! [2024-05-23 14:19:57.560] [ OK ] Started NS hsm control application. [2024-05-23 14:19:57.589] [ OK ] Started Diagnosis Framework. [2024-05-23 14:19:57.609] [ OK ] Started Diagnosis Transport. [2024-05-23 14:19:57.656] [ 9.208829] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:57.669] [ OK ] Started NS Software U[ 9.224878] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:19:57.680] pdate. [2024-05-23 14:19:57.715] [ OK ] Started NS Secondary [ 9.237621] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:19:57.727] Verify. [2024-05-23 14:19:57.747] [ 9.270250] Done!! [2024-05-23 14:19:57.750] [ OK ] Started Login Service. [2024-05-23 14:19:57.750] [ OK ] Started Load Kernel Modules. [2024-05-23 14:19:57.776] [ OK ] Reached target Multi-User System. [2024-05-23 14:19:57.778] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:19:57.778] Starting Update UTMP about Syst[ = 9.319045] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:19:57.778] em Runlevel Changes... [2024-05-23 14:19:57.828] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:19:57.857] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:19:57.884] [ 9.431011] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:57.992] [ 9.543055] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:58.114] [ 9.666154] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:19:58.469] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:19:58.646] [ 10.193668] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:19:58.656] [ 10.193675] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:19:59.615] [ 11.163636] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:19:59.629] [ 11.163644] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:20:03.721]=20 [2024-05-23 14:20:03.722] telechips-nsp1-release login:=20 [2024-05-23 14:20:07.830]=20 [2024-05-23 14:20:07.830] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:20:07.853]=20 [2024-05-23 14:20:07.853] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:20:07.853] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:20:07.853] DRAM: 2 GiB [2024-05-23 14:20:07.867] MMC: sdhc@0x16440000: 0 [2024-05-23 14:20:08.141]=20 [2024-05-23 14:20:08.141] HW Partition tyep is UserData [2024-05-23 14:20:08.164] In: serial [2024-05-23 14:20:08.164] Out: serial [2024-05-23 14:20:08.164] Err: serial [2024-05-23 14:20:08.219] Boot in the UserData environment(0) [2024-05-23 14:20:08.223] Non-secure boot (secure boot flag is clear) [2024-05-23 14:20:08.236] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:20:08.240] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:20:08.240] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:20:08.263] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:20:08.265] Booting using the fdt blob at 0x23000000 [2024-05-23 14:20:08.265] Loading Kernel Image [2024-05-23 14:20:08.265] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:20:08.287] OPTEE is enabled [2024-05-23 14:20:08.290]=20 [2024-05-23 14:20:08.290] Starting kernel ... [2024-05-23 14:20:08.290]=20 [2024-05-23 14:20:09.202] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:20:09.209] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:20:09.230] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:20:09.230] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:20:09.232] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:20:09.257] [ 0.000000] efi: UEFI not found. [2024-05-23 14:20:09.257] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:20:09.257] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:20:09.257] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:20:09.275] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:20:09.275] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:20:09.289] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:20:09.289] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:20:09.304] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:20:09.304] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:20:09.319] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:20:09.319] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:20:09.336] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:20:09.336] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:20:09.352] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:20:09.352] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:20:09.366] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:20:09.366] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:20:09.382] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:20:09.382] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:20:09.398] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:20:09.398] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:20:09.413] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:20:09.413] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:20:09.429] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:20:09.429] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:20:09.443] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:20:09.445] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:20:09.445] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:20:09.469] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:20:09.482] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:20:09.482] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:20:09.482] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:20:09.482] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:20:09.484] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:20:09.484] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:20:09.506] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:20:09.522] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:20:09.522] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:20:09.535] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:20:09.548] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:20:09.550] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:20:09.597] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:20:09.597] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:20:09.597] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:20:09.597] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:20:09.610] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:20:09.610] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:20:09.610] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:20:09.611] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:20:09.611] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:20:09.636] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:20:09.636] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:20:09.636] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:20:09.650] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:20:09.650] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:20:09.664] [ 0.000000] Running RCU self tests [2024-05-23 14:20:09.666] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:20:09.666] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:20:09.666] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:20:09.690] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:20:09.690] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:20:09.690] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:20:09.690] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:20:09.692] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:20:09.716] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:20:09.716] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:20:09.716] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:20:09.731] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:20:09.731] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:20:09.746] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:20:09.746] [ 0.001479] Console: colour dummy device = 80x25 [2024-05-23 14:20:09.746] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:20:09.762] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:20:09.762] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:20:09.762] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:20:09.776] [ 0.001732] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:20:09.789] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:20:09.789] [ 0.001737] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:20:09.790] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:20:09.790] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:20:09.790] [ 0.001745] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:20:09.815] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:20:09.815] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:20:09.815] [ 0.002290] Security Framework initialized [2024-05-23 14:20:09.815] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:20:09.827] [ 0.002658] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:20:09.829] [ 0.002680] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:20:09.854] [ 0.019945] ASID allocator initialised with = 32768 entries [2024-05-23 14:20:09.854] [ 0.035845] Hierarchical SRCU = implementation. [2024-05-23 14:20:09.854] [ 0.062261] EFI services will not be = available. [2024-05-23 14:20:09.854] [ 0.076113] smp: Bringing up secondary CPUs = ... [2024-05-23 14:20:09.854] [ 0.120741] Detected VIPT I-cache on CPU1 [2024-05-23 14:20:09.858] [ 0.120816] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:20:09.880] [ 0.164984] Detected VIPT I-cache on CPU2 [2024-05-23 14:20:09.882] [ 0.165039] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:20:09.882] [ 0.209268] Detected VIPT I-cache on CPU3 [2024-05-23 14:20:09.882] [ 0.209321] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:20:09.882] [ 0.209696] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:20:09.903] [ 0.209737] SMP: Total of 4 processors = activated. [2024-05-23 14:20:09.914] [ 0.209753] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:20:09.914] [ 0.209772] CPU: All CPU(s) started at EL2 [2024-05-23 14:20:09.914] [ 0.209951] alternatives: patching kernel = code [2024-05-23 14:20:09.914] [ 0.210505] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:20:09.914] [ 0.213102] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:20:09.917] [ 0.213715] devtmpfs: initialized [2024-05-23 14:20:09.917] [ 0.402728] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:20:09.940] [ 0.402994] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:20:09.941] [ 0.411772] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:20:09.941] [ 0.412680] chipinfo: TCC8030 Rev02 [2024-05-23 14:20:09.941] [ 0.412696] chipinfo: SiP Service v0.1.56 [2024-05-23 14:20:09.942] [ 0.417957] NET: Registered protocol family = 16 [2024-05-23 14:20:09.967] [ 0.421755] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:20:09.967] [ 0.423864] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:20:09.967] [ 0.425438] cpuidle: using governor menu [2024-05-23 14:20:09.967] [ 0.425674] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:20:10.005] [ 0.439846] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:20:10.007] [ 0.440325] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:20:10.007] [ 0.440371] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:20:10.007] [ 0.440415] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:20:10.007] [ 0.440458] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:20:10.007] [ 0.440502] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:20:10.007] [ 0.440545] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:20:10.007] [ 0.440589] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:20:10.009] [ 0.440633] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:20:10.043] [ 0.440676] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:20:10.043] [ 0.440720] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:20:10.043] [ 0.440764] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:20:10.043] [ 0.440808] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:20:10.043] [ 0.440851] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:20:10.045] [ 0.440895] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:20:10.045] [ 0.440938] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:20:10.067] [ 0.440996] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:20:10.069] [ 0.441040] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:20:10.069] [ 0.441083] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:20:10.069] [ 0.441431] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:20:10.069] [ 0.441474] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:20:10.093] [ 0.441518] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:20:10.093] [ 0.441561] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:20:10.093] [ 0.441604] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:20:10.093] [ 0.441647] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:20:10.093] [ 0.441690] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:20:10.107] [ 0.441734] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:20:10.107] [ 0.441777] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:20:10.107] [ 0.441820] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:20:10.125] [ 0.441864] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:20:10.131] [ 0.442009] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:20:10.131] [ 0.442243] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:20:10.131] [ 0.442303] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:20:10.157] [ 0.442347] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:20:10.157] [ 0.442390] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:20:10.157] [ 0.442434] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:20:10.157] [ 0.442477] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:20:10.157] [ 0.442520] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:20:10.170] [ 0.442719] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:20:10.183] [ 0.442763] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:20:10.183] [ 0.442806] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:20:10.187] [ 0.442849] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:20:10.187] [ 0.442893] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:20:10.187] [ 0.442936] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:20:10.217] [ 0.442979] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:20:10.217] [ 0.443022] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:20:10.217] [ 0.443065] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:20:10.217] [ 0.443108] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:20:10.217] [ 0.443165] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:20:10.220] [ 0.443209] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:20:10.244] [ 0.443252] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:20:10.247] [ 0.443296] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:20:10.247] [ 0.443840] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:20:10.247] [ 0.443884] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:20:10.247] [ 0.444054] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:20:10.268] [ 0.444223] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:20:10.270] [ 0.444407] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:20:10.270] [ 0.444573] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:20:10.270] [ 0.444740] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:20:10.270] [ 0.444785] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:20:10.282] [ 0.444828] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:20:10.283] [ 0.444993] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:20:10.283] [ 0.445158] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:20:10.297] [ 0.445322] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:20:10.298] [ 0.445365] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:20:10.299] [ 0.445409] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:20:10.323] [ 0.445452] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:20:10.323] [ 0.445495] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:20:10.323] [ 0.445666] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:20:10.323] [ 0.445710] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:20:10.323] [ 0.445918] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:20:10.349] [ 0.446047] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:20:10.349] [ 0.528436] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:20:10.353] [ 0.528525] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:20:10.353] [ 1.675446] console [ttyAMA0] enabled [2024-05-23 14:20:10.373] [ 1.683098] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:20:10.384] [ 1.711927] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:20:10.397] [ 1.722221] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:20:10.413] [ 1.732794] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:20:10.438] [ 1.743053] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:20:10.515] [ 1.842727] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:20:10.535] [ 1.858879] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:20:10.550] [ 1.865777] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:20:10.553] [ 1.872633] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:20:10.553] [ 1.879000] Linux video capture interface: = v2.00 [2024-05-23 14:20:10.578] [ 1.884911] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:10.578] [ 1.884915] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:20:10.580] [ 1.884920] 6 locks held by swapper/0/1: [2024-05-23 14:20:10.606] [ 1.884923] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:20:10.606] [ 1.884949] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:20:10.606] [ 1.884964] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:20:10.620] [ 1.884982] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:10.633] [ 1.884997] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:20:10.636] [ 1.885013] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:10.636] [ 1.885031] irq event stamp: 287978 [2024-05-23 14:20:10.660] [ 1.885036] hardirqs last enabled at = (287977): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:10.673] [ 1.885041] hardirqs last disabled at = (287978): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:20:10.673] [ 1.885049] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:10.675] [ 1.885053] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:10.675] [ 1.885055] Preemption disabled at: [2024-05-23 14:20:10.698] [ 1.885061] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:10.700] [ 1.885070] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:20:10.700] [ 1.885073] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:10.700] [ 1.885077] Call trace: [2024-05-23 14:20:10.700] [ 1.885083] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:10.722] [ 1.885088] show_stack+0x14/0x20 [2024-05-23 14:20:10.735] [ 1.885093] dump_stack+0xb8/0xf0 [2024-05-23 14:20:10.735] [ 1.885098] ___might_sleep+0x178/0x210 [2024-05-23 14:20:10.735] [ 1.885102] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:10.735] [ 1.885107] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:10.735] [ 1.885113] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:10.735] [ 1.885120] gic_set_type+0x84/0x98 [2024-05-23 14:20:10.737] [ 1.885126] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:10.737] [ 1.885130] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:10.737] [ 1.885135] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:10.760] [ 1.885140] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:20:10.761] [ 1.885146] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:20:10.761] [ 1.885151] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:10.761] [ 1.885156] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:10.761] [ 1.885161] __driver_attach+0xfc/0x118 [2024-05-23 14:20:10.761] [ 1.885165] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:10.787] [ 1.885170] driver_attach+0x20/0x28 [2024-05-23 14:20:10.787] [ 1.885175] bus_add_driver+0x220/0x268 [2024-05-23 14:20:10.787] [ 1.885180] driver_register+0x60/0xf8 [2024-05-23 14:20:10.787] [ 1.885184] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:10.787] [ 1.885191] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:20:10.787] [ 1.885196] do_one_initcall+0x50/0x15c [2024-05-23 14:20:10.799] [ 1.885203] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:20:10.802] [ 1.885210] kernel_init+0x10/0x100 [2024-05-23 14:20:10.802] [ 1.885214] ret_from_fork+0x10/0x18 [2024-05-23 14:20:10.802] [ 1.891042] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:20:10.829] [ 2.138309] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:20:10.830] [ 2.151776] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:20:10.832] [ 2.158804] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:20:10.858] [ 2.163406] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:20:10.858] [ 2.168209] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:20:10.858] [ 2.173057] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:20:10.858] [ 2.177612] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:20:10.904] [ 2.231596] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:20:10.930] [ 2.243988] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:10.934] [ 2.262006] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:10.952] [ 2.277699] NET: Registered protocol family = 2 [2024-05-23 14:20:10.966] [ 2.285518] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:20:10.967] [ 2.293138] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:20:10.981] [ 2.304340] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:20:10.996] [ 2.311690] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:20:10.996] [ 2.318545] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:20:11.016] [ 2.326743] NET: Registered protocol family = 1 [2024-05-23 14:20:11.106] [ 2.434117] audit: initializing netlink = subsys (disabled) [2024-05-23 14:20:11.116] [ 2.440580] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:20:11.131] [ 2.441148] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:20:11.195] [ 2.523241] fuse init (API version 7.26) [2024-05-23 14:20:11.217] [ 2.541376] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:20:11.233] [ 2.551549] io scheduler noop registered = (default) [2024-05-23 14:20:11.235] [ 2.556577] io scheduler mq-deadline = registered [2024-05-23 14:20:11.235] [ 2.561141] io scheduler kyber registered [2024-05-23 14:20:11.252] [ 2.571755] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:11.252] [ 2.578884] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:11.274] [ 2.585096] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:20:11.274] [ 2.592699] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:11.327] [ 2.654925] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:11.335] [ 2.662700] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:11.348] [ 2.667653] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:20:11.348] [ 2.673082] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:11.364] [ 2.673724] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:11.368] [ 2.684479] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:11.368] [ 2.690688] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:20:11.389] [ 2.698225] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:11.393] [ 2.722218] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:11.407] [ 2.729017] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:11.407] [ 2.733646] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:20:11.422] [ 2.739072] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:11.422] [ 2.739630] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:11.422] [ 2.750384] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:11.437] [ 2.756592] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:20:11.437] [ 2.764207] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:11.502] [ 2.830493] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:11.510] [ 2.837243] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:11.523] [ 2.841851] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:20:11.529] [ 2.847277] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:11.542] [ 2.856996] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:20:11.554] [ 2.866704] [INF][WDMA] tcc_wdma_init [2024-05-23 14:20:11.576] [ 2.871489] TCC WDMA Driver Initializing [2024-05-23 14:20:11.576] [ 2.878514] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:20:11.587] [ 2.884596] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:20:11.587] [ 2.895163] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:11.597] [ 2.907868] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:20:11.599] [ 2.917218] [CPU_ID] probe is done [2024-05-23 14:20:11.599] [ 2.921052] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:20:11.615] [ 2.927778] [DRAM_TOOL] probe is done [2024-05-23 14:20:11.616] [ 2.935229] MALI-G51 : r30p0-01eac0 [2024-05-23 14:20:11.616] [ 2.938757] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:20:11.642] [ 2.948457] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:11.644] [ 2.948463] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:20:11.644] [ 2.948468] 6 locks held by swapper/0/1: [2024-05-23 14:20:11.644] [ 2.948471] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:20:11.659] [ 2.948498] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:20:11.660] [ 2.948513] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:20:11.685] [ 2.948531] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:11.685] [ 2.948546] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:20:11.685] [ 2.948562] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:11.700] [ 2.948581] irq event stamp: 453674 [2024-05-23 14:20:11.700] [ 2.948586] hardirqs last enabled at = (453673): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:11.715] [ 2.948591] hardirqs last disabled at = (453674): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:20:11.717] [ 2.948599] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:11.743] [ 2.948602] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:11.743] [ 2.948605] Preemption disabled at: [2024-05-23 14:20:11.743] [ 2.948610] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:11.744] [ 2.948620] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:20:11.759] [ 2.948622] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:11.759] [ 2.948626] Call trace: [2024-05-23 14:20:11.759] [ 2.948632] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:11.773] [ 2.948637] show_stack+0x14/0x20 [2024-05-23 14:20:11.786] [ 2.948643] dump_stack+0xb8/0xf0 [2024-05-23 14:20:11.786] [ 2.948648] ___might_sleep+0x178/0x210 [2024-05-23 14:20:11.786] [ 2.948652] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:11.788] [ 2.948657] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:11.788] [ 2.948662] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:11.788] [ 2.948670] gic_set_type+0x84/0x98 [2024-05-23 14:20:11.788] [ 2.948675] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:11.812] [ 2.948680] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:11.812] [ 2.948684] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:11.812] [ 2.948690] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:20:11.812] [ 2.948696] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:20:11.812] [ 2.948700] kbase_device_init+0x78/0xf8 [2024-05-23 14:20:11.817] [ 2.948707] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:20:11.840] [ 2.948711] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:11.852] [ 2.948717] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:11.852] [ 2.948722] __driver_attach+0xfc/0x118 [2024-05-23 14:20:11.852] [ 2.948726] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:11.852] [ 2.948731] driver_attach+0x20/0x28 [2024-05-23 14:20:11.852] [ 2.948736] bus_add_driver+0x220/0x268 [2024-05-23 14:20:11.852] [ 2.948741] driver_register+0x60/0xf8 [2024-05-23 14:20:11.854] [ 2.948745] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:11.854] [ 2.948753] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:20:11.876] [ 2.948757] do_one_initcall+0x50/0x15c [2024-05-23 14:20:11.878] [ 2.948765] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:20:11.878] [ 2.948771] kernel_init+0x10/0x100 [2024-05-23 14:20:11.878] [ 2.948775] ret_from_fork+0x10/0x18 [2024-05-23 14:20:11.878] [ 2.950700] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:20:11.878] [ 3.205832] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:20:11.899] [ 3.212570] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:20:11.911] [ 3.227127] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:20:11.913] [ 3.234135] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:20:11.920] [ 3.246243] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:20:11.937] [ 3.252577] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:20:11.937] [ 3.256959] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:20:11.939] [ 3.264460] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:20:11.984] [ 3.311006] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:20:11.992] [ 3.318747] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:20:12.005] [ 3.328494] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:20:12.020] [ 3.342639] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:20:12.021] [ 3.347916] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:20:12.047] [ 3.358989] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:20:12.047] [ 3.367833] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:20:12.072] [ 3.386687] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:20:12.088] [ 3.402029] libphy: Fixed MDIO Bus: probed [2024-05-23 14:20:12.088] [ 3.407140] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:20:12.109] [ 3.422175] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:20:12.110] [ 3.422401] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:20:12.110] [ 3.426447] [INFO][GAMC] gmac index : 1 [2024-05-23 14:20:12.110] [ 3.427038] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:20:12.125] [ 3.427046] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:20:12.125] [ 3.428057] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:20:12.125] [ 3.428070] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:20:12.145] [ 3.432130] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:20:12.145] [ 3.440744] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:20:12.145] [ 3.441835] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:12.145] [ 3.441848] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:20:12.155] [ 3.441854] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:20:12.167] [ 3.441866] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:12.169] [ 3.441878] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:20:12.169] [ 3.443596] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:20:12.194] [ 3.452927] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:20:12.194] [ 3.452936] usbhid: USB HID core driver [2024-05-23 14:20:12.194] [ 3.453287] optee: probing for conduit = method from DT. [2024-05-23 14:20:12.194] [ 3.453314] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:20:12.194] [ 3.455250] optee: initialized driver [2024-05-23 14:20:12.196] [ 3.456859] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:20:12.221] [ 3.456874] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:20:12.221] [ 3.456881] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:20:12.221] [ 3.456888] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:20:12.221] [ 3.456896] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:20:12.234] [ 3.456903] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:20:12.237] [ 3.456910] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:20:12.237] [ 3.456918] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:20:12.265] [ 3.458531] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:20:12.265] [ 3.458539] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:20:12.265] [ 3.465437] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:20:12.265] [ 3.481980] NET: Registered protocol family = 17 [2024-05-23 14:20:12.267] [ 3.482602] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:20:12.291] [ 3.487401] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:20:12.291] [ 3.613235] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:20:12.315] [ 3.624933] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:20:12.316] [ 3.630244] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:20:12.316] [ 3.637106] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:20:12.318] [ 3.644377] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:20:12.331] [ 3.649922] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:12.331] [ 3.649970] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:20:12.348] [ 3.652187] ALSA device list: [2024-05-23 14:20:12.348] [ 3.652195] No soundcards found. [2024-05-23 14:20:12.350] [ 3.675249] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:20:12.364] [ 3.684249] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:20:12.365] [ 3.691950] GPT:15269887 !=3D 15273599 [2024-05-23 14:20:12.390] [ 3.695558] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:20:12.390] Mounting devtmpfs[ 3.696285] Freeing unused = kernel memory: 4160K [2024-05-23 14:20:12.390]=20 [2024-05-23 14:20:12.390] [ 3.707999] GPT:15269887 !=3D 15273599 [2024-05-23 14:20:12.390] [ 3.711759] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:20:12.390] [ 3.717064] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:20:12.405] Mounting procfs[ 3.718469] mount (91) used = greatest stack depth: 13232 bytes left [2024-05-23 14:20:12.420]=20 [2024-05-23 14:20:12.420] Mounting sysfs [2024-05-23 14:20:12.435] [ 3.759827] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:20:12.453] [ 3.781081] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:20:12.493] [ 3.820282] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:20:12.501] [ 3.829098] mount (98) used greatest stack = depth: 11648 bytes left [2024-05-23 14:20:12.521] [ 3.846969] mount (100) used greatest stack = depth: 11024 bytes left [2024-05-23 14:20:12.767] [ 4.094486] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:20:12.869] [ 4.196352] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:20:12.897] [ 4.224198] systemd[1]: Detected = architecture arm64. [2024-05-23 14:20:12.943]=20 [2024-05-23 14:20:12.943] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:20:12.954]=20 [2024-05-23 14:20:12.969] [ 4.292350] systemd[1]: Set hostname to = . [2024-05-23 14:20:12.983] [ 4.303722] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:20:12.985] [ 4.312535] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:20:13.231] [ 4.558588] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:20:13.260] [ 4.575696] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:20:13.289] [ 4.617237] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:20:13.303] [ 4.629341] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:20:13.495] [ 4.823231] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:20:13.574] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:20:13.588] [ OK ] Reached target Paths. [2024-05-23 14:20:13.603] [ OK ] Reached target Remote File Systems. [2024-05-23 14:20:13.621] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:20:13.637] [ OK ] Listening on Syslog Socket. [2024-05-23 14:20:13.655] [ OK ] Listening on udev Control Socket. [2024-05-23 14:20:13.671] [ OK ] Created slice User and Session Slice. [2024-05-23 14:20:13.688] [ OK ] Reached target Slices. [2024-05-23 14:20:13.704] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:20:13.719] [ OK ] Listening on Journal Socket. [2024-05-23 14:20:13.753] Mounting Configuration File System... [2024-05-23 14:20:13.780] Mounting Huge Pages File System... [2024-05-23 14:20:13.810] Mounting POSIX Message Queue File = System... [2024-05-23 14:20:13.843] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:20:13.876] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:20:13.908] Mounting FUSE Control File System... [2024-05-23 14:20:13.962] [ 5.289166] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:20:13.974] Starting mount data partition = service... [2024-05-23 14:20:14.002] [ OK ] Created slice system-getty.slice. [2024-05-23 14:20:14.026] Starting Apply Kernel Variables... [2024-05-23 14:20:14.053] [ OK ] Reached target Swap. [2024-05-23 14:20:14.075] Mounting Kernel Debug File System... [2024-05-23 14:20:14.103] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:20:14.124] [ 5.452090] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:14.135] Starting udev Coldplug all Devices... [2024-05-23 14:20:14.153] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:20:14.181] Starting Journal Service... [2024-05-23 14:20:14.241] [ OK ] Mounted Configuration File System. [2024-05-23 14:20:14.257] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:20:14.287] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:20:14.306] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:20:14.337] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:20:14.354] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:20:14.373] [ OK ] Started mount data partition service. [2024-05-23 14:20:14.404] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:20:14.420] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:20:14.472] Starting NS file System mount and = recovery.... [2024-05-23 14:20:14.515] Starting udev Kernel Device = Manager... [2024-05-23 14:20:14.531] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:20:14.569] [ OK ] Reached target Containers. [2024-05-23 14:20:14.588] Mounting /var/volatile... [2024-05-23 14:20:14.610] Mounting /tmp... [2024-05-23 14:20:14.622] [ 5.950361] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:14.694] [ OK ] Started Journal Service. [2024-05-23 14:20:14.704] [ 6.031507] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:14.795] [ OK ] Started [ 6.124775] EXT4-fs = (mmcblk0p36): mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:14.810] udev Kernel Device Manager. [2024-05-23 14:20:14.898] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:20:14.922] [ OK ] Mounted /var/volatile. [2024-05-23 14:20:14.954] [ OK ] Mounted /tmp. [2024-05-23 14:20:15.033] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:20:15.145] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:20:15.265] Starting Bind mount volatile = /var/lib... [2024-05-23 14:20:15.296] Starting Bind mount volatile = /var/spool... [2024-05-23 14:20:15.324] Starting Bind mount volatile = /var/cache... [2024-05-23 14:20:15.355] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:20:15.426] [ 6.753464] systemd-journald[133]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:20:15.470] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:20:15.593] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:20:15.622] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:20:15.655] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:20:15.672] [ OK ] Reached target Local File Systems. [2024-05-23 14:20:15.705] Starting AppArmor initialization... [2024-05-23 14:20:15.734] Starting netfilter persistent = configuration... [2024-05-23 14:20:15.767] Starting Load/Save Random Seed... [2024-05-23 14:20:15.800] Starting Create Volatile Files and = Directories... [2024-05-23 14:20:15.856] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:20:15.901] [ 7.229357] audit: type=3D1400 = audit(1550139121.132:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D251 comm=3D"apparmor_parser" [2024-05-23 14:20:15.917] [ 7.244174] audit: type=3D1400 = audit(1550139121.136:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:20:15.942] [ 7.261087] audit: type=3D1400 = audit(1550139121.136:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:20:15.957] [ 7.277808] audit: type=3D1400 = audit(1550139121.136:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:20:15.976] [ OK ] Started [ 7.296397] audit: = type=3D1400 audit(1550139121.136:6): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//SwUpdate_profile" pid=3D251 comm=3D"apparmor_parser" [2024-05-23 14:20:15.990] AppArmor initialization. [2024-05-23 14:20:15.991] [ 7.315980] audit: type=3D1400 = audit(1550139121.136:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:20:16.017] [ 7.334062] audit: type=3D1400 = audit(1550139121.136:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D251 = comm=3D"apparmor_parser" [2024-05-23 14:20:16.055] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:20:16.072] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:20:16.250] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:20:16.272] [ OK ] Reached target Network (Pre). [2024-05-23 14:20:16.298] Starting Network Service... [2024-05-23 14:20:16.341] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:20:16.360] [ OK ] Reached target System Initialization. [2024-05-23 14:20:16.376] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:20:16.391] [ OK ] Reached target Timers. [2024-05-23 14:20:16.423] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:20:16.424] [ OK ] Reached target Sockets. [2024-05-23 14:20:16.440] [ OK ] Reached target Basic System. [2024-05-23 14:20:16.473] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:20:16.505] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:20:16.515] [ 7.836517] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:20:16.547] [ 7.873848] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:20:16.552] [ 7.878533] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:20:16.568] [ 7.883087] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:20:16.568] Starting Load Kernel Modules... [2024-05-23 14:20:16.606] [ OK ] Started System Logging Service. [2024-05-23 14:20:16.626] [ 7.953654] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:20:16.635] [ 7.960889] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:20:16.650] [ 7.960898] Disabling lock debugging due to = kernel taint [2024-05-23 14:20:16.650] [ OK ] Started Kernel Logging Service. [2024-05-23 14:20:16.665] [ OK ] Started NS VSync Process. [2024-05-23 14:20:16.692] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:20:16.722] Starting Login Service... [2024-05-23 14:20:16.726] [ 8.054035] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:20:16.741] [ 8.060128] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:20:16.756] [ 8.065389] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:16.761] [ 8.065393] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:20:16.775] [ 8.065395] INFO: lockdep is turned off. [2024-05-23 14:20:16.775] [ 8.065397] irq event stamp: 24525 [2024-05-23 14:20:16.777] [ 8.065411] hardirqs last enabled at = (24525): [<000000004cbb2f1a>] vprintk_emit+0x270/0x278 [2024-05-23 14:20:16.798] [ 8.065416] hardirqs last disabled at = (24524): [<000000005fc54f5f>] vprintk_emit+0x12c/0x278 [2024-05-23 14:20:16.798] [ 8.065423] softirqs last enabled at (0): = [<00000000f6fd0ee9>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:16.814] [ 8.065425] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:16.814] [ 8.065427] Preemption disabled at: [2024-05-23 14:20:16.814] [ 8.065434] [<00000000af435c77>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:16.830] [ 8.065442] CPU: 3 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:20:16.830] [ 8.065444] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:16.844] [ 8.065447] Call trace: [2024-05-23 14:20:16.857] [ 8.065452] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:16.857] [ 8.065456] show_stack+0x14/0x20 [2024-05-23 14:20:16.857] [ 8.065461] dump_stack+0xb8/0xf0 [2024-05-23 14:20:16.857] [ 8.065465] ___might_sleep+0x178/0x210 [2024-05-23 14:20:16.859] [ 8.065469] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:16.859] [ 8.065475] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:16.859] [ 8.065479] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:16.882] [ 8.065486] gic_set_type+0x84/0x98 [2024-05-23 14:20:16.882] [ 8.065489] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:16.882] [ 8.065493] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:16.882] [ 8.065497] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:16.882] [ 8.065524] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:20:16.882] [ 8.065542] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:20:16.895] [ 8.065547] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:16.897] [ 8.065552] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:16.897] [ 8.065556] __driver_attach+0xfc/0x118 [2024-05-23 14:20:16.920] [ 8.065559] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:16.933] [ 8.065563] driver_attach+0x20/0x28 [2024-05-23 14:20:16.933] [ 8.065566] bus_add_driver+0x220/0x268 [2024-05-23 14:20:16.933] [ 8.065570] driver_register+0x60/0xf8 [2024-05-23 14:20:16.933] [ 8.065573] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:16.933] [ 8.065590] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:20:16.933] [ 8.065594] do_one_initcall+0x50/0x15c [2024-05-23 14:20:16.935] [ 8.065599] do_init_module+0x54/0x1b0 [2024-05-23 14:20:16.935] [ 8.065602] load_module+0x1e70/0x2428 [2024-05-23 14:20:16.935] [ 8.065605] SyS_finit_module+0xe4/0x118 [2024-05-23 14:20:16.957] [ 8.065608] el0_svc_naked+0x34/0x38 [2024-05-23 14:20:16.959] [ 8.088320] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:20:16.959] [ 8.091106] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:20:16.959] [ 8.092762] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:20:16.959] [ 8.093325] Done!! [2024-05-23 14:20:16.959] [ 8.106329] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:20:16.984] [ 8.106338] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:20:16.984] [ 8.106345] [INFO][GMAC]=20 [2024-05-23 14:20:16.984] [ 8.117206] libphy: tcc-gmac-mdio: probed [2024-05-23 14:20:16.984] [ 8.117212] [INFO][GMAC] registered! [2024-05-23 14:20:16.984] [ 8.117215] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:20:16.984] [ 8.117222] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:20:16.997] [ 8.192416] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:20:16.998] [ 8.192458] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:20:17.020] [ 8.192458] -- MASTER Configuration. [2024-05-23 14:20:17.024] [ 8.192458] -- Local Receiver Status Not = OK. [2024-05-23 14:20:17.024] [ 8.192458] -- Remote Receiver Status Not = OK. [2024-05-23 14:20:17.024] [ 8.192473] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:20:17.024] [ 8.192476] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:20:17.024] [ 8.192737] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:20:17.048] [ 8.193006] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:20:17.048] [ 8.196266] Done!! [2024-05-23 14:20:17.048] [ 8.199841] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:20:17.048] [ 8.199847] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:20:17.054] [ 8.199852] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:20:17.077] [ 8.199852] =20 [2024-05-23 14:20:17.089] [ 8.200162] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:20:17.089] [ 8.200494] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:20:17.089] [ 8.200498] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:20:17.089] [ 8.200503] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:20:17.091] [ 8.200503] =20 [2024-05-23 14:20:17.091] [ 8.200752] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:20:17.091] [ 8.200767] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:20:17.091] [ 8.200771] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:20:17.114] [ 8.200776] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:20:17.114] [ 8.200785] [INFO][GMAC] --] phy_start: : [2024-05-23 14:20:17.114] [ 8.200889] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:20:17.114] [ 8.281091] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:20:17.114] [ 8.283402] Done!! [2024-05-23 14:20:17.127] [ 8.306309] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.140] [ 8.414314] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.140] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:20:17.167] [ OK ] Started NS System Management Process. [2024-05-23 14:20:17.171] Starting NS Inter Domain Comm = Process... [2024-05-23 14:20:17.171] [ OK ] Started Network Service. [2024-05-23 14:20:17.171] [ 8.492945] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:20:17.173] [ 8.498659] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:20:17.198] [Start /usr/bin/sys-fail-mon [2024-05-23 14:20:17.198] 8.508928] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:20:17.198] 2m OK ] Started L[ 8.519764] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:20:17.215] oad Kernel Modules. [2024-05-23 14:20:17.215] [ 8.522342] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.218] Starting Wait for Network to [ = 8.539415] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:17.243] be Configured... [2024-05-23 14:20:17.243] [ OK [ 8.554421] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:20:17.243] ] Reached target N[ 8.562363] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:20:17.257] etwork. [2024-05-23 14:20:17.257] Starting ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:20:17.261] [0;1;39mudev Coldplug all Device[ 8.563001] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:20:17.277] s... [2024-05-23 14:20:17.277] [ 8.563863] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:17.294] Starting Permit User Sessions... [2024-05-23 14:20:17.294] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:20:17.294] [ OK ] Started Permit User Sessions. [2024-05-23 14:20:17.309] [ OK ] Started Getty on tty1. [2024-05-23 14:20:17.311] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:20:17.326] [ OK ] Reached target[ 8.644453] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:20:17.326] Login Prompts. [2024-05-23 14:20:17.341] [ OK ] Started Cluster Framework. [2024-05-23 14:20:17.354] parents, child is 321 [2024-05-23 14:20:17.354] [IDC]Start. [2024-05-23 14:20:17.354] [ 8.666750] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:20:17.369] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:20:17.369] [ OK ] Started HUD Framework. [2024-05-23 14:20:17.371] [IDC](A7)ConnectReq 0 [2024-05-23 14:20:17.371] [IDC](A7)do_connect 0 [2024-05-23 14:20:17.371] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:20:17.371] [IDC](A7)Tx start session req 1 [2024-05-23 14:20:17.371] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:20:17.371] [IDC](R5)ConnectReq 0 [2024-05-23 14:20:17.371] [IDC](R5)do_connect 0 [2024-05-23 14:20:17.394] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:20:17.432] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:20:17.432] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:20:17.432] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:20:17.432] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:20:17.432] [ OK ] Started Nvm Process. [2024-05-23 14:20:17.432] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:20:17.457] [IDC](A7)Session connected. [2024-05-23 14:20:17.457] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:20:17.457] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:20:17.457] [ OK ] Started NS hsm control application. [2024-05-23 14:20:17.457] [IDC](R5)Session connected.2 [2024-05-23 14:20:17.457] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:20:17.457] [ OK ] Started Diagnosis Framework. [2024-05-23 14:20:17.459] [ 8.764073] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.552] [ 8.878426] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.595] [ OK ] Started NS Software Update. [2024-05-23 14:20:17.650] [ OK ] Started NS Secondary Verify. [2024-05-23 14:20:17.670] [ 8.990385] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.673] [ OK ] Started Diagnosis Transport. [2024-05-23 14:20:17.754] [ 9.081645] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:20:17.775] [ 9.102845] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.815] [ OK ] Started Login Service. [2024-05-23 14:20:17.819] [ OK ] Reached target Multi-User System. [2024-05-23 14:20:17.835] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:20:17.860] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:20:17.907] [ 9.232858] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:17.911] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:20:17.940] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:20:18.015] [ 9.342527] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:18.623] [ 9.939306] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:20:18.631] [ 9.939318] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:20:19.225] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:20:19.624] [ 10.927297] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:20:19.633] [ 10.927304] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:20:23.818]=20 [2024-05-23 14:20:23.818] telechips-nsp1-release login:=20 [2024-05-23 14:20:28.046]=20 [2024-05-23 14:20:28.046] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:20:28.069]=20 [2024-05-23 14:20:28.069] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:20:28.069] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:20:28.069] DRAM: 2 GiB [2024-05-23 14:20:28.092] MMC: sdhc@0x16440000: 0 [2024-05-23 14:20:28.356]=20 [2024-05-23 14:20:28.357] HW Partition tyep is UserData [2024-05-23 14:20:28.373] In: serial [2024-05-23 14:20:28.378] Out: serial [2024-05-23 14:20:28.378] Err: serial [2024-05-23 14:20:28.433] Boot in the UserData environment(0) [2024-05-23 14:20:28.438] Non-secure boot (secure boot flag is clear) [2024-05-23 14:20:28.454] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:20:28.454] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:20:28.454] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:20:28.455] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:20:28.483] Booting using the fdt blob at 0x23000000 [2024-05-23 14:20:28.483] Loading Kernel Image [2024-05-23 14:20:28.483] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:20:28.483] OPTEE is enabled [2024-05-23 14:20:28.486]=20 [2024-05-23 14:20:28.486] Starting kernel ... [2024-05-23 14:20:28.486]=20 [2024-05-23 14:20:29.418] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:20:29.422] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:20:29.438] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:20:29.451] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:20:29.453] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:20:29.453] [ 0.000000] efi: UEFI not found. [2024-05-23 14:20:29.482] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:20:29.500] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:20:29.500] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:20:29.500] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:20:29.513] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:20:29.513] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:20:29.513] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:20:29.528] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:20:29.532] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:20:29.532] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:20:29.555] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:20:29.569] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:20:29.569] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:20:29.585] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:20:29.585] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:20:29.589] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:20:29.589] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:20:29.615] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:20:29.638] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:20:29.638] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:20:29.638] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:20:29.640] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:20:29.640] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:20:29.640] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:20:29.671] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:20:29.671] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:20:29.671] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:20:29.671] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:20:29.671] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:20:29.671] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:20:29.699] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:20:29.699] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:20:29.699] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:20:29.699] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:20:29.709] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:20:29.716] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:20:29.736] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:20:29.736] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:20:29.756] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:20:29.756] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:20:29.756] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:20:29.778] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:20:29.778] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:20:29.798] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:20:29.798] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:20:29.798] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:20:29.816] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:20:29.823] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:20:29.823] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:20:29.838] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:20:29.839] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:20:29.839] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:20:29.868] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:20:29.868] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:20:29.868] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:20:29.869] [ 0.000000] Running RCU self tests [2024-05-23 14:20:29.890] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:20:29.902] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:20:29.902] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:20:29.902] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:20:29.916] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:20:29.916] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:20:29.916] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:20:29.916] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:20:29.924] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:20:29.924] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:20:29.948] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:20:29.953] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:20:29.953] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:20:29.953] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:20:29.974] [ 0.001467] Console: colour dummy device = 80x25 [2024-05-23 14:20:29.974] [ 0.001708] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:20:29.974] [ 0.001711] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:20:29.974] [ 0.001714] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:20:29.989] [ 0.001716] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:20:29.989] [ 0.001719] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:20:29.989] [ 0.001722] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:20:30.005] [ 0.001724] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:20:30.018] [ 0.001727] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:20:30.018] [ 0.001729] memory used by lock dependency = info: 7903 kB [2024-05-23 14:20:30.018] [ 0.001732] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:20:30.022] [ 0.001773] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:20:30.022] [ 0.001780] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:20:30.046] [ 0.002281] Security Framework initialized [2024-05-23 14:20:30.046] [ 0.002405] AppArmor: AppArmor initialized [2024-05-23 14:20:30.046] [ 0.002650] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:20:30.046] [ 0.002672] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:20:30.048] [ 0.019952] ASID allocator initialised with = 32768 entries [2024-05-23 14:20:30.069] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:20:30.069] [ 0.062278] EFI services will not be = available. [2024-05-23 14:20:30.069] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:20:30.069] [ 0.120748] Detected VIPT I-cache on CPU1 [2024-05-23 14:20:30.071] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:20:30.093] [ 0.164993] Detected VIPT I-cache on CPU2 [2024-05-23 14:20:30.093] [ 0.165051] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:20:30.093] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:20:30.093] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:20:30.103] [ 0.209710] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:20:30.119] [ 0.209751] SMP: Total of 4 processors = activated. [2024-05-23 14:20:30.119] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:20:30.123] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:20:30.123] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:20:30.123] [ 0.210506] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:20:30.123] [ 0.213207] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:20:30.157] [ 0.213750] devtmpfs: initialized [2024-05-23 14:20:30.157] [ 0.403378] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:20:30.157] [ 0.403645] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:20:30.157] [ 0.412431] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:20:30.157] [ 0.413372] chipinfo: TCC8030 Rev02 [2024-05-23 14:20:30.170] [ 0.413388] chipinfo: SiP Service v0.1.56 [2024-05-23 14:20:30.170] [ 0.418639] NET: Registered protocol family = 16 [2024-05-23 14:20:30.185] [ 0.422659] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:20:30.185] [ 0.424620] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:20:30.205] [ 0.426343] cpuidle: using governor menu [2024-05-23 14:20:30.205] [ 0.426580] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:20:30.205] [ 0.440679] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:20:30.216] [ 0.441162] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:20:30.216] [ 0.441207] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:20:30.216] [ 0.441251] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:20:30.216] [ 0.441294] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:20:30.224] [ 0.441338] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:20:30.224] [ 0.441381] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:20:30.238] [ 0.441425] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:20:30.238] [ 0.441468] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:20:30.267] [ 0.441512] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:20:30.267] [ 0.441554] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:20:30.267] [ 0.441613] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:20:30.275] [ 0.441658] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:20:30.275] [ 0.441701] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:20:30.275] [ 0.441745] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:20:30.275] [ 0.441788] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:20:30.275] [ 0.441831] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:20:30.275] [ 0.441875] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:20:30.283] [ 0.441919] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:20:30.283] [ 0.442401] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:20:30.295] [ 0.442447] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:20:30.302] [ 0.442490] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:20:30.302] [ 0.442534] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:20:30.302] [ 0.442577] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:20:30.314] [ 0.442620] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:20:30.328] [ 0.442663] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:20:30.328] [ 0.442707] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:20:30.330] [ 0.442764] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:20:30.330] [ 0.442807] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:20:30.330] [ 0.442850] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:20:30.346] [ 0.442894] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:20:30.346] [ 0.443144] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:20:30.346] [ 0.443188] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:20:30.354] [ 0.443231] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:20:30.356] [ 0.443274] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:20:30.378] [ 0.443317] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:20:30.378] [ 0.443361] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:20:30.378] [ 0.443404] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:20:30.378] [ 0.443607] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:20:30.384] [ 0.443651] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:20:30.396] [ 0.443694] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:20:30.401] [ 0.443737] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:20:30.401] [ 0.443780] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:20:30.414] [ 0.443837] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:20:30.421] [ 0.443880] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:20:30.421] [ 0.443924] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:20:30.421] [ 0.443967] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:20:30.439] [ 0.444010] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:20:30.452] [ 0.444054] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:20:30.452] [ 0.444097] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:20:30.452] [ 0.444140] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:20:30.452] [ 0.444183] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:20:30.453] [ 0.444734] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:20:30.453] [ 0.444779] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:20:30.474] [ 0.444948] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:20:30.474] [ 0.445116] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:20:30.474] [ 0.445284] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:20:30.474] [ 0.445450] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:20:30.487] [ 0.445617] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:20:30.487] [ 0.445661] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:20:30.490] [ 0.445704] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:20:30.504] [ 0.445870] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:20:30.521] [ 0.446049] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:20:30.521] [ 0.446220] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:20:30.521] [ 0.446264] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:20:30.537] [ 0.446407] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:20:30.537] [ 0.446454] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:20:30.540] [ 0.446517] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:20:30.540] [ 0.446727] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:20:30.540] [ 0.446772] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:20:30.557] [ 0.446989] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:20:30.572] [ 0.447003] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:20:30.572] [ 0.529656] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:20:30.572] [ 0.529747] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:20:30.586] [ 1.676749] console [ttyAMA0] enabled [2024-05-23 14:20:30.586] [ 1.684528] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:20:30.604] [ 1.713386] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:20:30.615] [ 1.723754] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:20:30.633] [ 1.734360] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:20:30.638] [ 1.744634] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:20:30.731] [ 1.844644] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:20:30.749] [ 1.860789] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:20:30.755] [ 1.867685] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:20:30.768] [ 1.874466] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:20:30.781] [ 1.880910] Linux video capture interface: = v2.00 [2024-05-23 14:20:30.783] [ 1.886786] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:30.796] [ 1.886791] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:20:30.804] [ 1.886795] 6 locks held by swapper/0/1: [2024-05-23 14:20:30.804] [ 1.886798] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:20:30.821] [ 1.886824] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:20:30.821] [ 1.886839] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:20:30.836] [ 1.886857] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:30.836] [ 1.886872] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:20:30.851] [ 1.886888] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:30.851] [ 1.886907] irq event stamp: 288130 [2024-05-23 14:20:30.865] [ 1.886912] hardirqs last enabled at = (288129): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:30.868] [ 1.886917] hardirqs last disabled at = (288130): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:20:30.885] [ 1.886925] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:30.885] [ 1.886929] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:30.893] [ 1.886931] Preemption disabled at: [2024-05-23 14:20:30.898] [ 1.886937] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:30.909] [ 1.886946] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:20:30.914] [ 1.886949] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:30.914] [ 1.886953] Call trace: [2024-05-23 14:20:30.926] [ 1.886959] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:30.934] [ 1.886963] show_stack+0x14/0x20 [2024-05-23 14:20:30.934] [ 1.886969] dump_stack+0xb8/0xf0 [2024-05-23 14:20:30.934] [ 1.886974] ___might_sleep+0x178/0x210 [2024-05-23 14:20:30.934] [ 1.886978] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:30.937] [ 1.886983] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:30.937] [ 1.886989] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:30.955] [ 1.886996] gic_set_type+0x84/0x98 [2024-05-23 14:20:30.955] [ 1.887001] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:30.955] [ 1.887006] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:30.955] [ 1.887011] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:30.955] [ 1.887015] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:20:30.970] [ 1.887022] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:20:30.970] [ 1.887027] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:30.970] [ 1.887032] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:30.982] [ 1.887037] __driver_attach+0xfc/0x118 [2024-05-23 14:20:30.986] [ 1.887042] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:30.986] [ 1.887047] driver_attach+0x20/0x28 [2024-05-23 14:20:30.986] [ 1.887052] bus_add_driver+0x220/0x268 [2024-05-23 14:20:30.998] [ 1.887056] driver_register+0x60/0xf8 [2024-05-23 14:20:31.004] [ 1.887060] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:31.004] [ 1.887068] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:20:31.004] [ 1.887073] do_one_initcall+0x50/0x15c [2024-05-23 14:20:31.018] [ 1.887080] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:20:31.021] [ 1.887086] kernel_init+0x10/0x100 [2024-05-23 14:20:31.021] [ 1.887090] ret_from_fork+0x10/0x18 [2024-05-23 14:20:31.021] [ 1.892919] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:20:31.038] [ 2.140335] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:20:31.054] [ 2.153922] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:20:31.057] [ 2.160971] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:20:31.057] [ 2.165572] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:20:31.064] [ 2.170396] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:20:31.074] [ 2.175212] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:20:31.074] [ 2.179767] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:20:31.121] [ 2.234282] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:20:31.137] [ 2.246707] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:31.153] [ 2.264925] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:31.168] [ 2.280507] NET: Registered protocol family = 2 [2024-05-23 14:20:31.183] [ 2.287776] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:20:31.190] [ 2.295392] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:20:31.201] [ 2.306523] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:20:31.214] [ 2.313870] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:20:31.215] [ 2.320717] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:20:31.217] [ 2.329129] NET: Registered protocol family = 1 [2024-05-23 14:20:31.323] [ 2.437074] audit: initializing netlink = subsys (disabled) [2024-05-23 14:20:31.334] [ 2.443398] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:20:31.341] [ 2.443980] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:20:31.415] [ 2.526274] fuse init (API version 7.26) [2024-05-23 14:20:31.437] [ 2.540636] modprobe (66) used greatest = stack depth: 13184 bytes left [2024-05-23 14:20:31.440] [ 2.549990] io scheduler noop registered = (default) [2024-05-23 14:20:31.454] [ 2.554833] io scheduler mq-deadline = registered [2024-05-23 14:20:31.456] [ 2.559396] io scheduler kyber registered [2024-05-23 14:20:31.472] [ 2.570043] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:31.474] [ 2.576896] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:31.474] [ 2.583107] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:20:31.489] [ 2.591034] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:31.540] [ 2.653554] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:31.554] [ 2.661267] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:31.560] [ 2.666257] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:20:31.575] [ 2.671685] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:31.575] [ 2.672427] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:31.587] [ 2.683243] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:31.587] [ 2.689452] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:20:31.589] [ 2.696988] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:31.616] [ 2.721468] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:31.622] [ 2.728296] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:31.625] [ 2.733028] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:20:31.642] [ 2.738454] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:31.652] [ 2.739030] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:31.652] [ 2.749782] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:31.652] [ 2.755991] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:20:31.658] [ 2.763605] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:31.716] [ 2.830254] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:31.724] [ 2.837263] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:31.738] [ 2.841883] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:20:31.754] [ 2.847309] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:31.757] [ 2.857656] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:20:31.757] [ 2.867282] [INF][WDMA] tcc_wdma_init [2024-05-23 14:20:31.759] [ 2.872149] TCC WDMA Driver Initializing [2024-05-23 14:20:31.781] [ 2.879208] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:20:31.781] [ 2.885347] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:20:31.792] [ 2.895719] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:31.796] [ 2.908691] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:20:31.806] [ 2.918173] [CPU_ID] probe is done [2024-05-23 14:20:31.821] [ 2.921991] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:20:31.823] [ 2.928762] [DRAM_TOOL] probe is done [2024-05-23 14:20:31.837] [ 2.935987] MALI-G51 : r30p0-01eac0 [2024-05-23 14:20:31.841] [ 2.939514] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:20:31.841] [ 2.949548] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:31.857] [ 2.949553] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:20:31.857] [ 2.949557] 6 locks held by swapper/0/1: [2024-05-23 14:20:31.859] [ 2.949560] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:20:31.886] [ 2.949589] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:20:31.886] [ 2.949604] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:20:31.886] [ 2.949623] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:31.901] [ 2.949638] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:20:31.901] [ 2.949654] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:31.910] [ 2.949674] irq event stamp: 454126 [2024-05-23 14:20:31.915] [ 2.949679] hardirqs last enabled at = (454125): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:31.930] [ 2.949684] hardirqs last disabled at = (454126): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:20:31.933] [ 2.949692] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:31.949] [ 2.949695] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:31.949] [ 2.949698] Preemption disabled at: [2024-05-23 14:20:31.959] [ 2.949703] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:31.972] [ 2.949713] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:20:31.975] [ 2.949715] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:31.975] [ 2.949720] Call trace: [2024-05-23 14:20:31.975] [ 2.949726] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:31.994] [ 2.949731] show_stack+0x14/0x20 [2024-05-23 14:20:31.994] [ 2.949736] dump_stack+0xb8/0xf0 [2024-05-23 14:20:31.994] [ 2.949742] ___might_sleep+0x178/0x210 [2024-05-23 14:20:31.994] [ 2.949746] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:31.994] [ 2.949751] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:32.008] [ 2.949756] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:32.020] [ 2.949764] gic_set_type+0x84/0x98 [2024-05-23 14:20:32.020] [ 2.949769] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:32.020] [ 2.949773] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:32.022] [ 2.949778] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:32.022] [ 2.949784] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:20:32.022] [ 2.949790] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:20:32.038] [ 2.949794] kbase_device_init+0x78/0xf8 [2024-05-23 14:20:32.038] [ 2.949800] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:20:32.038] [ 2.949804] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:32.042] [ 2.949810] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:32.059] [ 2.949815] __driver_attach+0xfc/0x118 [2024-05-23 14:20:32.068] [ 2.949820] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:32.068] [ 2.949825] driver_attach+0x20/0x28 [2024-05-23 14:20:32.068] [ 2.949830] bus_add_driver+0x220/0x268 [2024-05-23 14:20:32.068] [ 2.949834] driver_register+0x60/0xf8 [2024-05-23 14:20:32.068] [ 2.949839] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:32.077] [ 2.949846] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:20:32.077] [ 2.949850] do_one_initcall+0x50/0x15c [2024-05-23 14:20:32.079] [ 2.949857] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:20:32.079] [ 2.949863] kernel_init+0x10/0x100 [2024-05-23 14:20:32.091] [ 2.949867] ret_from_fork+0x10/0x18 [2024-05-23 14:20:32.092] [ 2.951458] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:20:32.111] [ 3.206468] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:20:32.118] [ 3.213205] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:20:32.118] [ 3.227167] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:20:32.132] [ 3.234395] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:20:32.138] [ 3.246512] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:20:32.148] [ 3.252730] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:20:32.152] [ 3.257111] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:20:32.152] [ 3.264759] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:20:32.199] [ 3.313066] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:20:32.218] [ 3.322791] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:20:32.221] [ 3.330667] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:20:32.234] [ 3.344504] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:20:32.244] [ 3.349787] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:20:32.253] [ 3.360880] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:20:32.271] [ 3.369722] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:20:32.275] [ 3.388922] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:20:32.291] [ 3.404295] libphy: Fixed MDIO Bus: probed [2024-05-23 14:20:32.305] [ 3.409351] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:20:32.309] [ 3.422952] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:20:32.323] [ 3.427485] [INFO][GAMC] gmac index : 1 [2024-05-23 14:20:32.323] [ 3.431967] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:20:32.333] [ 3.437135] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:20:32.338] [ 3.443310] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:20:32.338] [ 3.447773] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:20:32.357] [ 3.453464] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:20:32.360] [ 3.459066] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:20:32.360] [ 3.459181] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:20:32.360] [ 3.467864] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:20:32.381] [ 3.469188] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:32.381] [ 3.469201] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:20:32.381] [ 3.469208] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:20:32.381] [ 3.469220] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:32.402] [ 3.469233] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:20:32.402] [ 3.471000] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:20:32.402] [ 3.480791] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:20:32.422] [ 3.480800] usbhid: USB HID core driver [2024-05-23 14:20:32.422] [ 3.481126] optee: probing for conduit = method from DT. [2024-05-23 14:20:32.422] [ 3.481150] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:20:32.425] [ 3.483132] optee: initialized driver [2024-05-23 14:20:32.425] [ 3.484888] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:20:32.438] [ 3.484903] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:20:32.445] [ 3.484911] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:20:32.445] [ 3.484918] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:20:32.448] [ 3.484925] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:20:32.460] [ 3.484932] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:20:32.501] [ 3.484940] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:20:32.501] [ 3.484947] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:20:32.518] [ 3.486446] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:20:32.518] [ 3.486454] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:20:32.518] [ 3.494004] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:20:32.518] [ 3.510606] NET: Registered protocol family = 17 [2024-05-23 14:20:32.518] [ 3.511046] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:20:32.518] [ 3.516202] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:20:32.545] [ 3.626451] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:20:32.545] [ 3.631971] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:20:32.545] [ 3.638883] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:20:32.545] [ 3.646958] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:20:32.554] [ 3.667299] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:20:32.563] [ 3.675122] GPT:15269887 !=3D 15273599 [2024-05-23 14:20:32.614] [ 3.678743] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:20:32.624] [ 3.680026] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:32.624] [ 3.680071] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:20:32.624] [ 3.682112] ALSA device list: [2024-05-23 14:20:32.624] [ 3.682119] No soundcards found. [2024-05-23 14:20:32.624] [ 3.705431] GPT:15269887 !=3D 15273599 [2024-05-23 14:20:32.624] [ 3.709292] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:20:32.624] [ 3.714618] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:20:32.624] [ 3.714817] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:20:32.659] [ 3.751225] Freeing unused kernel memory: = 4160K [2024-05-23 14:20:32.691] Mounting devtmpfs [2024-05-23 14:20:32.691] Mounting procfs [2024-05-23 14:20:32.691] Mounting sysfs [2024-05-23 14:20:32.691] [ 3.778605] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:20:32.703] [ 3.808235] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:20:32.736] [ 3.849331] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:20:32.750] [ 3.858199] mount (98) used greatest stack = depth: 11856 bytes left [2024-05-23 14:20:32.768] [ 3.874555] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:20:33.013] [ 4.126853] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:20:33.110] [ 4.222917] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:20:33.139] [ 4.250377] systemd[1]: Detected = architecture arm64. [2024-05-23 14:20:33.181]=20 [2024-05-23 14:20:33.187] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:20:33.190]=20 [2024-05-23 14:20:33.200] [ 4.310062] systemd[1]: Set hostname to = . [2024-05-23 14:20:33.208] [ 4.321419] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:20:33.218] [ 4.330704] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:20:33.386] [ 4.499432] systemd-fstab-g (105) used = greatest stack depth: 11488 bytes left [2024-05-23 14:20:33.463] [ 4.576620] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:20:33.486] [ 4.593717] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:20:33.523] [ 4.636909] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:20:33.536] [ 4.649013] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:20:33.725] [ 4.837904] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:20:33.803] [ OK ] Created slice system-getty.slice. [2024-05-23 14:20:33.823] [ OK ] Listening on udev Control Socket. [2024-05-23 14:20:33.842] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:20:33.857] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:20:33.875] [ OK ] Reached target Swap. [2024-05-23 14:20:33.887] [ OK ] Listening on Syslog Socket. [2024-05-23 14:20:33.900] [ OK ] Reached target Paths. [2024-05-23 14:20:33.918] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:20:33.936] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:20:33.952] [ OK ] Listening on Journal Socket. [2024-05-23 14:20:33.981] Starting udev Coldplug all Devices... [2024-05-23 14:20:34.014] Starting mount data partition = service... [2024-05-23 14:20:34.060] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:20:34.118] Starting Apply Kernel Variables... [2024-05-23 14:20:34.172] Mounting Huge Pages File System... [2024-05-23 14:20:34.186] [ 5.292026] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:34.219] Mounting Configuration File System... [2024-05-23 14:20:34.247] [ 5.357157] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:20:34.257] Mounting FUSE Control File System... [2024-05-23 14:20:34.287] Starting Journal Service... [2024-05-23 14:20:34.308] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:20:34.328] [ OK ] Created slice User and Session Slice. [2024-05-23 14:20:34.344] [ OK ] Reached target Slices. [2024-05-23 14:20:34.374] Mounting Kernel Debug File System... [2024-05-23 14:20:34.388] [ OK ] Reached target Remote File Systems. [2024-05-23 14:20:34.419] Mounting POSIX Message Queue File = System... [2024-05-23 14:20:34.446] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:20:34.539] [ OK ] Started mount data partition service. [2024-05-23 14:20:34.569] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:20:34.594] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:20:34.610] [ OK ] Started Journal Service. [2024-05-23 14:20:34.635] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:20:34.653] [ OK ] Mounted Configuration File System. [2024-05-23 14:20:34.669] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:20:34.688] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:20:34.709] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:20:34.737] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:20:34.801] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:20:34.819] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:20:34.846] Mounting /var/volatile... [2024-05-23 14:20:34.861] [ OK ] Reached target Containers. [2024-05-23 14:20:34.889] Mounting /tmp... [2024-05-23 14:20:34.923] Starting udev Kernel Device = Manager... [2024-05-23 14:20:34.950] Starting NS file System mount and = recovery.... [2024-05-23 14:20:35.003] [ OK ] Mounted /var/volatile. [2024-05-23 14:20:35.033] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:20:35.054] [ OK ] Mounted /tmp. [2024-05-23 14:20:35.095] [ 6.206616] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:35.140] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:20:35.181] [ 6.293176] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:35.281] [ 6.394799] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:35.414] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:20:35.444] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:20:35.556] [ 6.669418] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:20:35.577] Starting Bind mount volatile = /var/cache... [2024-05-23 14:20:35.609] Starting Bind mount volatile = /var/lib... [2024-05-23 14:20:35.638] Starting Bind mount volatile = /var/spool... [2024-05-23 14:20:35.667] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:20:35.866] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:20:35.897] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:20:35.928] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:20:35.964] Starting Load/Save Random Seed... [2024-05-23 14:20:35.988] [ OK ] Reached target Local File Systems. [2024-05-23 14:20:36.011] Starting netfilter persistent = configuration... [2024-05-23 14:20:36.042] Starting Create Volatile Files and = Directories... [2024-05-23 14:20:36.071] Starting AppArmor initialization... [2024-05-23 14:20:36.107] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:20:36.246] [ 7.359817] audit: type=3D1400 = audit(1550139121.228:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:20:36.276] [ 7.377958] audit: type=3D1400 = audit(1550139121.228:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:20:36.285] [ 7.394783] audit: type=3D1400 = audit(1550139121.228:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:20:36.306] [ 7.411250] audit: type=3D1400 = audit(1550139121.228:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:20:36.322] [ 7.427561] audit: type=3D1400 = audit(1550139121.228:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:20:36.331] [ 7.443550] audit: type=3D1400 = audit(1550139121.232:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:20:36.349] [ OK [ 7.459355] audit: type=3D1400 = audit(1550139121.232:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:20:36.367] ] Started Create Volatile Files and = Directories. [2024-05-23 14:20:36.392] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:20:36.424] [ OK ] Started AppArmor initialization. [2024-05-23 14:20:36.442] [ OK ] Reached target Network (Pre). [2024-05-23 14:20:36.475] Starting Network Service... [2024-05-23 14:20:36.503] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:20:36.562] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:20:36.584] [ OK ] Reached target System Initialization. [2024-05-23 14:20:36.607] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:20:36.623] [ OK ] Reached target Sockets. [2024-05-23 14:20:36.640] [ OK ] Reached target Basic System. [2024-05-23 14:20:36.671] [ OK ] Started Kernel Logging Service. [2024-05-23 14:20:36.691] [ 7.804511] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:20:36.725] Starting Login Service... [2024-05-23 14:20:36.740] [ 7.846219] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:20:36.742] [ 7.851937] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:20:36.762] [ 7.856720] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:20:36.765] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:20:36.813] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:20:36.866] [ OK ] Started NS VSync Process. [2024-05-23 14:20:36.894] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:20:36.952] [ 8.063465] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:20:36.957] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:20:36.971] [ 8.081497] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:20:36.993] [ 8.085974] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:20:37.008] Start /usr/bin/sys-fail-mon [2024-05-23 14:20:37.029] [ 8.085994] [INFO][GMAC]=20 [2024-05-23 14:20:37.033] [ 8.142358] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:20:37.072] Starting Load Kernel Modules... [2024-05-23 14:20:37.075] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:20:37.089] [ OK ] Reached target Timers. [2024-05-23 14:20:37.108] [ OK ] Started NS System Management Process. [2024-05-23 14:20:37.128] Starting NS Inter Domain Comm = Process... [2024-05-23 14:20:37.162] [ 8.274596] libphy: tcc-gmac-mdio: probed [2024-05-23 14:20:37.167] [ 8.278666] [INFO][GMAC] registered! [2024-05-23 14:20:37.178] [ 8.282295] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:20:37.180] [ 8.289335] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:20:37.202] [ OK ] Started System Logging Service. [2024-05-23 14:20:37.214] [ OK ] Started Network Service. [2024-05-23 14:20:37.226] [ 8.333480] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:20:37.226] [ 8.339227] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:20:37.240] [ 8.351266] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:20:37.256] [ 8.359060] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:20:37.256] [ 8.359071] Disabling lock debugging due to = kernel taint [2024-05-23 14:20:37.271] [ 8.372292] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:20:37.285] [ 8.396634] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:37.299] [ 8.406387] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:20:37.312] [ 8.406428] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:20:37.314] [ 8.406428] -- MASTER Configuration. [2024-05-23 14:20:37.314] [ 8.406428] -- Local Receiver Status Not = OK. [2024-05-23 14:20:37.337] [ 8.406428] -- Remote Receiver Status Not = OK. [2024-05-23 14:20:37.337] [ 8.406446] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:20:37.337] [ 8.406450] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:20:37.337] [ 8.406703] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:37.350] [ 8.406706] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:20:37.350] [ 8.406708] INFO: lockdep is turned off. [2024-05-23 14:20:37.363] [ 8.406711] irq event stamp: 73380 [2024-05-23 14:20:37.364] [ 8.406726] hardirqs last enabled at = (73379): [<000000006227e6cf>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:37.386] [ 8.406732] hardirqs last disabled at = (73380): [<00000000e25e0b77>] __schedule+0xc8/0x730 [2024-05-23 14:20:37.390] [ 8.406739] softirqs last enabled at (0): = [<0000000063a0d161>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:37.390] [ 8.406742] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:37.411] [ 8.406744] Preemption disabled at: [2024-05-23 14:20:37.413] [ 8.406751] [<00000000c62dc74d>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:37.413] [ 8.406758] CPU: 3 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:20:37.413] [ 8.406760] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:37.434] [ 8.406763] Call trace: [2024-05-23 14:20:37.445] [ 8.406768] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:37.445] [ 8.406772] show_stack+0x14/0x20 [2024-05-23 14:20:37.445] [ 8.406776] dump_stack+0xb8/0xf0 [2024-05-23 14:20:37.445] [ 8.406780] ___might_sleep+0x178/0x210 [2024-05-23 14:20:37.445] [ 8.406782] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:37.445] [ 8.406788] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:37.449] [ 8.406792] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:37.449] [ 8.406798] gic_set_type+0x84/0x98 [2024-05-23 14:20:37.449] [ 8.406802] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:37.469] [ 8.406806] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:37.471] [ 8.406809] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:37.471] [ 8.406815] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:20:37.471] [ 8.406820] __dev_open+0x100/0x150 [2024-05-23 14:20:37.471] [ 8.406823] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:20:37.471] [ 8.406826] dev_change_flags+0x20/0x60 [2024-05-23 14:20:37.493] [ 8.406830] do_setlink+0x3ec/0xc30 [2024-05-23 14:20:37.493] [ 8.406833] rtnl_setlink+0xcc/0x128 [2024-05-23 14:20:37.493] [ 8.406836] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:20:37.493] [ 8.406840] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:20:37.493] [ 8.406843] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:20:37.493] [ 8.406846] netlink_unicast+0x180/0x1f8 [2024-05-23 14:20:37.505] [ 8.406848] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:20:37.515] [ 8.406854] sock_sendmsg+0x3c/0x58 [2024-05-23 14:20:37.515] [ 8.406857] SyS_sendto+0xd0/0x140 [2024-05-23 14:20:37.515] [ 8.406861] el0_svc_naked+0x34/0x38 [2024-05-23 14:20:37.517] [ 8.406984] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:20:37.517] [ 8.410979] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:20:37.540] [ 8.410984] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:20:37.540] [ 8.410989] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:20:37.540] [ 8.410989] =20 [2024-05-23 14:20:37.540] [ 8.411268] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:20:37.541] [ 8.411450] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:20:37.565] [ 8.411454] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:20:37.565] [ 8.411458] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:20:37.565] [ 8.411458] =20 [2024-05-23 14:20:37.565] [ 8.411588] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:20:37.565] [ 8.411602] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:20:37.577] [ 8.411606] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:20:37.577] [ 8.411610] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:20:37.577] [ 8.411617] [INFO][GMAC] --] phy_start: : [2024-05-23 14:20:37.592] [ 8.411693] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:20:37.592] [ 8.516352] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:37.592] [ 8.624354] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:37.604] [ OK ] Reached target[ 8.708065] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:20:37.606] Network. [2024-05-23 14:20:37.606] [ 8.716268] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:20:37.631] Starting Permit[ 8.728075] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:20:37.631] User Sessions... [2024-05-23 14:20:37.631] [ 8.732418] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:37.644] [ 8.744741] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:20:37.646] Starting udev C[ 8.751976] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:37.668] oldplug all Devices... [2024-05-23 14:20:37.668] Starting Wait for Network to be = Confi[ 8.770920] =3D=3D=3D=3D=3D=3D=3D> VPU Device drivers = initializing!! Start --- [2024-05-23 14:20:37.668] gured... [2024-05-23 14:20:37.668] [ OK ] Started Permit User Sessions. [2024-05-23 14:20:37.689] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:20:37.707] [ 8.799593] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:20:37.710] [ OK ] Started 8.815299] VPU = vpu_vdec_ext Driver(id:1) Initialized. [2024-05-23 14:20:37.721] 39mCluster Framework. [2024-05-23 14:20:37.721] [ 8.822281] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:20:37.735] parents, child is 321 [2024-05-23 14:20:37.736] [ 8.837869] Done!! [2024-05-23 14:20:37.736] [IDC]Start. [2024-05-23 14:20:37.736] [ 8.846581] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:37.759] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:20:37.759] [ 8.850108] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:20:37.759] [IDC](A7)ConnectReq 0 [2024-05-23 14:20:37.759] [IDC](A7)do_connect 0 [2024-05-23 14:20:37.759] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:20:37.759] [IDC](A7)Tx start session req 1 [2024-05-23 14:20:37.775] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:20:37.775] [[IDC](R5)ConnectReq 0 [2024-05-23 14:20:37.779] OK [IDC](R5)do_connect 0 [2024-05-23 14:20:37.779] ] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:20:37.779] Started HUD = Framework.[IDC](R5)do_entry_startreq 1 [2024-05-23 14:20:37.811]=20 [2024-05-23 14:20:37.811] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:20:37.813] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:20:37.813] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:20:37.813] [IDC](A7)Session connected. [2024-05-23 14:20:37.813] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:20:37.813] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:20:37.813] [IDC](R5)Session connected.2 [2024-05-23 14:20:37.813] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:20:37.813] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:20:37.850] [ OK ] Started Nvm Process. [2024-05-23 14:20:37.850] [ 8.955082] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:37.901] [ 9.006434] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:20:37.907] [ 9.013149] Done!! [2024-05-23 14:20:37.922] [ OK ] Started NS hsm control application. [2024-05-23 14:20:37.961] [ OK ] Started Diagnosis Fra[ 9.076499] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:20:37.971] mework. [2024-05-23 14:20:37.993] [ 9.103274] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:20:37.996] [ OK ] Started Diagnosis Transport. [2024-05-23 14:20:38.051] [ 9.121593] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:20:38.058] [ 9.160277] Done!! [2024-05-23 14:20:38.099] [ 9.188423] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:38.133] [ OK ] Started NS Software Update. [2024-05-23 14:20:38.161] [ OK ] Started NS Secondary Verify. [2024-05-23 14:20:38.187] [ OK ] Started 9.300492] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:20:38.194] 39mGetty on tty1. [2024-05-23 14:20:38.271] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:20:38.278] [ OK ] Reached target Login Prompts. [2024-05-23 14:20:38.312] [ 9.414784] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:38.328] [ OK ] Started Load Kernel Modules. [2024-05-23 14:20:38.403] [ OK ] Started Login Service. [2024-05-23 14:20:38.409] [ OK ] Reached target Multi-User System. [2024-05-23 14:20:38.422] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:20:38.422] [ 9.531428] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:38.448] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:20:38.604] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:20:38.746] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:20:38.972] [ 10.085006] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:20:38.995] [ 10.093427] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:20:39.204] [ 10.311946] sched: RT throttling activated [2024-05-23 14:20:39.906] [ 10.981545] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:20:39.913] [ 10.981556] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:20:40.116] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:20:44.668]=20 [2024-05-23 14:20:44.668] telechips-nsp1-release login:=20 [2024-05-23 14:20:48.270]=20 [2024-05-23 14:20:48.270] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:20:48.294]=20 [2024-05-23 14:20:48.294] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:20:48.294] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:20:48.294] DRAM: 2 GiB [2024-05-23 14:20:48.317] MMC: sdhc@0x16440000: 0 [2024-05-23 14:20:48.579]=20 [2024-05-23 14:20:48.580] HW Partition tyep is UserData [2024-05-23 14:20:48.602] In: serial [2024-05-23 14:20:48.602] Out: serial [2024-05-23 14:20:48.602] Err: serial [2024-05-23 14:20:48.656] Boot in the UserData environment(0) [2024-05-23 14:20:48.660] Non-secure boot (secure boot flag is clear) [2024-05-23 14:20:48.675] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:20:48.675] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:20:48.675] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:20:48.688] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:20:48.690] Booting using the fdt blob at 0x23000000 [2024-05-23 14:20:48.690] Loading Kernel Image [2024-05-23 14:20:48.714] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:20:48.715] OPTEE is enabled [2024-05-23 14:20:48.715]=20 [2024-05-23 14:20:48.715] Starting kernel ... [2024-05-23 14:20:48.715]=20 [2024-05-23 14:20:49.639] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:20:49.645] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:20:49.658] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:20:49.682] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:20:49.682] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:20:49.682] [ 0.000000] efi: UEFI not found. [2024-05-23 14:20:49.682] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:20:49.695] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:20:49.697] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:20:49.722] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:20:49.722] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:20:49.722] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:20:49.735] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:20:49.738] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:20:49.762] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:20:49.762] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:20:49.762] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:20:49.779] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:20:49.791] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:20:49.791] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:20:49.793] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:20:49.816] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:20:49.818] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:20:49.818] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:20:49.841] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:20:49.855] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:20:49.855] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:20:49.855] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:20:49.860] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:20:49.884] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:20:49.887] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:20:49.887] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:20:49.887] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:20:49.887] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:20:49.887] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:20:49.910] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:20:49.924] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:20:49.924] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:20:49.924] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:20:49.926] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:20:49.926] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:20:49.949] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:20:49.975] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:20:49.978] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:20:49.978] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:20:49.978] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:20:49.991] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:20:50.013] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:20:50.015] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:20:50.015] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:20:50.015] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:20:50.051] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:20:50.051] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:20:50.051] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:20:50.051] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:20:50.055] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:20:50.074] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:20:50.076] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:20:50.076] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:20:50.099] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:20:50.108] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:20:50.108] [ 0.000000] Running RCU self tests [2024-05-23 14:20:50.108] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:20:50.108] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:20:50.110] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:20:50.110] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:20:50.128] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:20:50.128] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:20:50.128] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:20:50.130] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:20:50.149] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:20:50.149] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:20:50.149] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:20:50.162] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:20:50.174] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:20:50.174] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:20:50.188] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:20:50.188] [ 0.001722] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:20:50.199] [ 0.001725] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:20:50.201] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:20:50.201] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:20:50.221] [ 0.001733] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:20:50.221] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:20:50.221] [ 0.001738] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:20:50.221] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:20:50.230] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:20:50.232] [ 0.001746] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:20:50.250] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:20:50.252] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:20:50.252] [ 0.002293] Security Framework initialized [2024-05-23 14:20:50.252] [ 0.002418] AppArmor: AppArmor initialized [2024-05-23 14:20:50.271] [ 0.002663] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:20:50.271] [ 0.002685] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:20:50.271] [ 0.019960] ASID allocator initialised with = 32768 entries [2024-05-23 14:20:50.286] [ 0.035861] Hierarchical SRCU = implementation. [2024-05-23 14:20:50.288] [ 0.062286] EFI services will not be = available. [2024-05-23 14:20:50.288] [ 0.076129] smp: Bringing up secondary CPUs = ... [2024-05-23 14:20:50.305] [ 0.120758] Detected VIPT I-cache on CPU1 [2024-05-23 14:20:50.307] [ 0.120834] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:20:50.307] [ 0.164998] Detected VIPT I-cache on CPU2 [2024-05-23 14:20:50.307] [ 0.165058] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:20:50.307] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:20:50.325] [ 0.209336] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:20:50.325] [ 0.209710] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:20:50.325] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:20:50.325] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:20:50.338] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:20:50.338] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:20:50.339] [ 0.210508] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:20:50.358] [ 0.213167] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:20:50.358] [ 0.213734] devtmpfs: initialized [2024-05-23 14:20:50.358] [ 0.403365] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:20:50.369] [ 0.403629] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:20:50.371] [ 0.412448] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:20:50.389] [ 0.413369] chipinfo: TCC8030 Rev02 [2024-05-23 14:20:50.400] [ 0.413385] chipinfo: SiP Service v0.1.56 [2024-05-23 14:20:50.400] [ 0.418664] NET: Registered protocol family = 16 [2024-05-23 14:20:50.400] [ 0.422650] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:20:50.400] [ 0.424600] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:20:50.408] [ 0.426470] cpuidle: using governor menu [2024-05-23 14:20:50.408] [ 0.426740] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:20:50.429] [ 0.440811] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:20:50.431] [ 0.441291] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:20:50.431] [ 0.441337] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:20:50.431] [ 0.441382] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:20:50.431] [ 0.441425] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:20:50.448] [ 0.441469] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:20:50.448] [ 0.441512] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:20:50.448] [ 0.441556] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:20:50.448] [ 0.441599] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:20:50.459] [ 0.441643] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:20:50.475] [ 0.441686] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:20:50.485] [ 0.441729] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:20:50.485] [ 0.441774] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:20:50.485] [ 0.441835] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:20:50.485] [ 0.441956] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:20:50.487] [ 0.442001] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:20:50.487] [ 0.442045] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:20:50.505] [ 0.442088] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:20:50.505] [ 0.442131] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:20:50.505] [ 0.442527] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:20:50.505] [ 0.442571] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:20:50.520] [ 0.442615] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:20:50.520] [ 0.442658] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:20:50.523] [ 0.442701] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:20:50.542] [ 0.442744] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:20:50.542] [ 0.442787] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:20:50.542] [ 0.442831] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:20:50.542] [ 0.442874] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:20:50.556] [ 0.442918] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:20:50.556] [ 0.442974] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:20:50.558] [ 0.443018] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:20:50.575] [ 0.443260] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:20:50.577] [ 0.443304] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:20:50.577] [ 0.443347] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:20:50.595] [ 0.443391] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:20:50.604] [ 0.443434] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:20:50.604] [ 0.443477] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:20:50.604] [ 0.443520] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:20:50.607] [ 0.443713] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:20:50.607] [ 0.443756] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:20:50.626] [ 0.443800] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:20:50.627] [ 0.443843] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:20:50.627] [ 0.443886] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:20:50.627] [ 0.443929] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:20:50.645] [ 0.443972] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:20:50.654] [ 0.444029] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:20:50.654] [ 0.444073] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:20:50.654] [ 0.444116] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:20:50.665] [ 0.444159] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:20:50.665] [ 0.444202] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:20:50.666] [ 0.444245] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:20:50.666] [ 0.444288] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:20:50.684] [ 0.444819] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:20:50.686] [ 0.444877] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:20:50.686] [ 0.445048] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:20:50.686] [ 0.445218] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:20:50.704] [ 0.445385] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:20:50.704] [ 0.445549] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:20:50.704] [ 0.445716] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:20:50.704] [ 0.445760] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:20:50.719] [ 0.445803] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:20:50.728] [ 0.446065] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:20:50.728] [ 0.446261] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:20:50.738] [ 0.446446] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:20:50.741] [ 0.446491] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:20:50.741] [ 0.446535] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:20:50.759] [ 0.446578] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:20:50.761] [ 0.446621] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:20:50.761] [ 0.446805] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:20:50.761] [ 0.446870] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:20:50.779] [ 0.447080] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:20:50.785] [ 0.447094] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:20:50.785] [ 0.529647] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:20:50.785] [ 0.529736] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:20:50.795] [ 1.676708] console [ttyAMA0] enabled [2024-05-23 14:20:50.804] [ 1.684344] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:20:50.825] [ 1.713166] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:20:50.833] [ 1.723446] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:20:50.850] [ 1.734019] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:20:50.861] [ 1.744371] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:20:50.953] [ 1.843920] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:20:50.971] [ 1.860120] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:20:50.976] [ 1.867016] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:20:50.989] [ 1.873805] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:20:51.005] [ 1.880173] Linux video capture interface: = v2.00 [2024-05-23 14:20:51.007] [ 1.886031] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:51.030] [ 1.886035] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:20:51.030] [ 1.886039] 6 locks held by swapper/0/1: [2024-05-23 14:20:51.030] [ 1.886042] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:20:51.031] [ 1.886070] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:20:51.050] [ 1.886085] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:20:51.050] [ 1.886103] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:51.062] [ 1.886118] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:20:51.071] [ 1.886135] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:51.074] [ 1.886153] irq event stamp: 288052 [2024-05-23 14:20:51.093] [ 1.886158] hardirqs last enabled at = (288051): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:51.103] [ 1.886163] hardirqs last disabled at = (288052): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:20:51.103] [ 1.886171] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:51.105] [ 1.886175] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:51.124] [ 1.886178] Preemption disabled at: [2024-05-23 14:20:51.124] [ 1.886183] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:51.124] [ 1.886192] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:20:51.136] [ 1.886195] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:51.137] [ 1.886199] Call trace: [2024-05-23 14:20:51.137] [ 1.886205] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:51.156] [ 1.886210] show_stack+0x14/0x20 [2024-05-23 14:20:51.165] [ 1.886215] dump_stack+0xb8/0xf0 [2024-05-23 14:20:51.165] [ 1.886221] ___might_sleep+0x178/0x210 [2024-05-23 14:20:51.165] [ 1.886225] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:51.165] [ 1.886229] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:51.165] [ 1.886235] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:51.167] [ 1.886241] gic_set_type+0x84/0x98 [2024-05-23 14:20:51.167] [ 1.886246] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:51.188] [ 1.886251] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:51.188] [ 1.886256] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:51.188] [ 1.886261] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:20:51.188] [ 1.886267] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:20:51.188] [ 1.886271] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:51.190] [ 1.886277] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:51.208] [ 1.886282] __driver_attach+0xfc/0x118 [2024-05-23 14:20:51.208] [ 1.886286] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:51.208] [ 1.886291] driver_attach+0x20/0x28 [2024-05-23 14:20:51.208] [ 1.886296] bus_add_driver+0x220/0x268 [2024-05-23 14:20:51.221] [ 1.886301] driver_register+0x60/0xf8 [2024-05-23 14:20:51.232] [ 1.886305] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:51.232] [ 1.886313] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:20:51.232] [ 1.886318] do_one_initcall+0x50/0x15c [2024-05-23 14:20:51.233] [ 1.886325] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:20:51.233] [ 1.886332] kernel_init+0x10/0x100 [2024-05-23 14:20:51.252] [ 1.886336] ret_from_fork+0x10/0x18 [2024-05-23 14:20:51.254] [ 1.891941] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:20:51.254] [ 2.139295] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:20:51.276] [ 2.152824] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:20:51.276] [ 2.159853] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:20:51.276] [ 2.164453] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:20:51.294] [ 2.169257] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:20:51.294] [ 2.174082] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:20:51.294] [ 2.178636] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:20:51.343] [ 2.232017] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:20:51.353] [ 2.244537] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:51.372] [ 2.262681] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:51.388] [ 2.278286] NET: Registered protocol family = 2 [2024-05-23 14:20:51.400] [ 2.285698] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:20:51.414] [ 2.293317] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:20:51.425] [ 2.304464] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:20:51.426] [ 2.312038] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:20:51.456] [ 2.318805] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:20:51.456] [ 2.326894] NET: Registered protocol family = 1 [2024-05-23 14:20:51.544] [ 2.434822] audit: initializing netlink = subsys (disabled) [2024-05-23 14:20:51.551] [ 2.441384] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:20:51.562] [ 2.441949] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:20:51.633] [ 2.524051] fuse init (API version 7.26) [2024-05-23 14:20:51.655] [ 2.542173] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:20:51.662] [ 2.552040] io scheduler noop registered = (default) [2024-05-23 14:20:51.675] [ 2.556895] io scheduler mq-deadline = registered [2024-05-23 14:20:51.675] [ 2.561457] io scheduler kyber registered [2024-05-23 14:20:51.692] [ 2.572790] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:51.696] [ 2.579883] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:51.708] [ 2.586095] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:20:51.720] [ 2.593706] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:51.767] [ 2.656037] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:51.783] [ 2.663766] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:51.785] [ 2.668618] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:20:51.785] [ 2.674046] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:51.799] [ 2.674681] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:51.799] [ 2.685436] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:51.818] [ 2.691645] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:20:51.818] [ 2.699209] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:51.841] [ 2.723224] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:51.843] [ 2.730158] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:51.845] [ 2.734810] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:20:51.868] [ 2.740236] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:51.868] [ 2.740826] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:20:51.868] [ 2.751579] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:20:51.868] [ 2.757788] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:20:51.885] [ 2.765417] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:20:51.941] [ 2.831715] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:20:51.950] [ 2.838484] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:20:51.965] [ 2.843102] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:20:51.967] [ 2.848529] fbX_probe : update_type =3D 1=20 [2024-05-23 14:20:51.979] [ 2.858138] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:20:51.979] [ 2.867832] [INF][WDMA] tcc_wdma_init [2024-05-23 14:20:52.013] [ 2.872615] TCC WDMA Driver Initializing [2024-05-23 14:20:52.013] [ 2.879691] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:20:52.022] [ 2.885792] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:20:52.022] [ 2.896232] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:52.024] [ 2.908865] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:20:52.054] [ 2.918250] [CPU_ID] probe is done [2024-05-23 14:20:52.054] [ 2.921993] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:20:52.054] [ 2.928774] [DRAM_TOOL] probe is done [2024-05-23 14:20:52.056] [ 2.936021] MALI-G51 : r30p0-01eac0 [2024-05-23 14:20:52.056] [ 2.939550] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:20:52.071] [ 2.949469] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:52.072] [ 2.949474] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:20:52.086] [ 2.949479] 6 locks held by swapper/0/1: [2024-05-23 14:20:52.086] [ 2.949482] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:20:52.099] [ 2.949511] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:20:52.112] [ 2.949526] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:20:52.125] [ 2.949545] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:52.127] [ 2.949560] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:20:52.127] [ 2.949576] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:52.152] [ 2.949595] irq event stamp: 453506 [2024-05-23 14:20:52.152] [ 2.949600] hardirqs last enabled at = (453505): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:52.152] [ 2.949605] hardirqs last disabled at = (453506): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:20:52.169] [ 2.949613] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:52.171] [ 2.949616] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:52.194] [ 2.949619] Preemption disabled at: [2024-05-23 14:20:52.196] [ 2.949624] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:52.196] [ 2.949633] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:20:52.196] [ 2.949636] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:52.196] [ 2.949641] Call trace: [2024-05-23 14:20:52.218] [ 2.949647] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:52.231] [ 2.949651] show_stack+0x14/0x20 [2024-05-23 14:20:52.231] [ 2.949657] dump_stack+0xb8/0xf0 [2024-05-23 14:20:52.231] [ 2.949662] ___might_sleep+0x178/0x210 [2024-05-23 14:20:52.231] [ 2.949666] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:52.231] [ 2.949671] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:52.231] [ 2.949676] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:52.244] [ 2.949684] gic_set_type+0x84/0x98 [2024-05-23 14:20:52.244] [ 2.949689] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:52.244] [ 2.949694] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:52.259] [ 2.949699] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:52.259] [ 2.949705] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:20:52.259] [ 2.949711] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:20:52.261] [ 2.949715] kbase_device_init+0x78/0xf8 [2024-05-23 14:20:52.261] [ 2.949721] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:20:52.261] [ 2.949725] platform_drv_probe+0x58/0xb8 [2024-05-23 14:20:52.261] [ 2.949730] = driver_probe_device+0x228/0x410 [2024-05-23 14:20:52.283] [ 2.949735] __driver_attach+0xfc/0x118 [2024-05-23 14:20:52.283] [ 2.949740] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:20:52.283] [ 2.949745] driver_attach+0x20/0x28 [2024-05-23 14:20:52.283] [ 2.949750] bus_add_driver+0x220/0x268 [2024-05-23 14:20:52.283] [ 2.949754] driver_register+0x60/0xf8 [2024-05-23 14:20:52.283] [ 2.949759] = __platform_driver_register+0x44/0x50 [2024-05-23 14:20:52.296] [ 2.949766] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:20:52.296] [ 2.949771] do_one_initcall+0x50/0x15c [2024-05-23 14:20:52.296] [ 2.949779] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:20:52.310] [ 2.949785] kernel_init+0x10/0x100 [2024-05-23 14:20:52.310] [ 2.949789] ret_from_fork+0x10/0x18 [2024-05-23 14:20:52.310] [ 2.951782] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:20:52.325] [ 3.206784] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:20:52.325] [ 3.213524] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:20:52.340] [ 3.227685] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:20:52.364] [ 3.234652] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:20:52.366] [ 3.246708] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:20:52.366] [ 3.252929] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:20:52.368] [ 3.257310] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:20:52.392] [ 3.264870] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:20:52.420] [ 3.311979] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:20:52.430] [ 3.319786] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:20:52.443] [ 3.328756] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:20:52.460] [ 3.340178] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:20:52.460] [ 3.345458] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:20:52.486] [ 3.356531] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:20:52.486] [ 3.365389] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:20:52.508] [ 3.384757] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:20:52.511] [ 3.400517] libphy: Fixed MDIO Bus: probed [2024-05-23 14:20:52.525] [ 3.405480] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:20:52.537] [ 3.418546] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:20:52.539] [ 3.423078] [INFO][GAMC] gmac index : 1 [2024-05-23 14:20:52.539] [ 3.427629] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:20:52.554] [ 3.432797] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:20:52.554] [ 3.438829] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:20:52.554] [ 3.439260] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:20:52.568] [ 3.440095] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:20:52.570] [ 3.443703] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:20:52.570] [ 3.444467] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:20:52.594] [ 3.445077] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:20:52.594] [ 3.446181] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:20:52.594] [ 3.457350] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:20:52.596] [ 3.457379] GPT:15269887 !=3D 15273599 [2024-05-23 14:20:52.622] [ 3.457386] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:20:52.622] [ 3.457394] GPT:15269887 !=3D 15273599 [2024-05-23 14:20:52.622] [ 3.457402] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:20:52.622] [ 3.457519] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:20:52.637] [ 3.518407] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:20:52.637] [ 3.526919] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:20:52.653] [ 3.540907] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:20:52.667] [ 3.546771] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:52.670] [ 3.546783] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:20:52.670] [ 3.546790] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:20:52.697] [ 3.546802] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:52.697] [ 3.546814] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:20:52.697] [ 3.576018] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:20:52.709] [ 3.592347] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:20:52.713] [ 3.599002] usbhid: USB HID core driver [2024-05-23 14:20:52.713] [ 3.603217] optee: probing for conduit = method from DT. [2024-05-23 14:20:52.728] [ 3.608397] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:20:52.728] [ 3.610268] optee: initialized driver [2024-05-23 14:20:52.729] [ 3.619881] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:20:52.743] [ 3.625601] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:20:52.743] [ 3.630770] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:20:52.745] [ 3.635938] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:20:52.770] [ 3.641714] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:20:52.770] [ 3.647489] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:20:52.770] [ 3.653350] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:20:52.770] [ 3.659820] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:20:52.784] [ 3.667383] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:20:52.789] [ 3.675356] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:20:52.813] [ 3.689626] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:20:52.813] [ 3.698456] NET: Registered protocol family = 17 [2024-05-23 14:20:52.813] [ 3.703518] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:20:52.830] [ 3.721244] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:20:53.008] [ 3.890486] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:20:53.010] [ 3.890530] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:20:53.029] [ 3.906256] ALSA device list: [2024-05-23 14:20:53.029] [ 3.909250] No soundcards found. [2024-05-23 14:20:53.029] [ 3.915185] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:20:53.051] [ 3.936212] Freeing unused kernel memory: = 4160K [2024-05-23 14:20:53.071] Mounting devtmpfs [2024-05-23 14:20:53.075] [ 3.951220] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:20:53.075] Mounting procfs [2024-05-23 14:20:53.077] Mounting sysfs [2024-05-23 14:20:53.098] [ 3.985403] cat (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:20:53.110] [ 4.000904] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:20:53.155] [ 4.046208] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:20:53.177] [ 4.055127] mount (97) used greatest stack = depth: 10880 bytes left [2024-05-23 14:20:53.421] [ 4.311660] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:20:53.518] [ 4.408759] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:20:53.547] [ 4.435831] systemd[1]: Detected = architecture arm64. [2024-05-23 14:20:53.590]=20 [2024-05-23 14:20:53.591] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:20:53.602]=20 [2024-05-23 14:20:53.608] [ 4.497139] systemd[1]: Set hostname to = . [2024-05-23 14:20:53.622] [ 4.509292] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:20:53.637] [ 4.518972] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:20:53.872] [ 4.762807] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:20:53.901] [ 4.779905] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:20:53.934] [ 4.824456] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:20:53.946] [ 4.836570] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:20:54.136] [ 5.025496] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:20:54.207] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:20:54.231] [ OK ] Reached target Swap. [2024-05-23 14:20:54.237] [ OK ] Reached target Remote File Systems. [2024-05-23 14:20:54.259] [ OK ] Listening on Journal Socket. [2024-05-23 14:20:54.295] Starting mount data partition = service... [2024-05-23 14:20:54.326] Mounting POSIX Message Queue File = System... [2024-05-23 14:20:54.344] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:20:54.384] Mounting FUSE Control File System... [2024-05-23 14:20:54.412] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:20:54.428] [ OK ] Reached target Paths. [2024-05-23 14:20:54.445] [ OK ] Created slice system-getty.slice. [2024-05-23 14:20:54.461] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:20:54.465] [ 5.353858] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:54.495] Mounting Huge Pages File System... [2024-05-23 14:20:54.511] [ OK ] Created slice User and Session Slice. [2024-05-23 14:20:54.535] [ OK ] Reached target Slices. [2024-05-23 14:20:54.562] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:20:54.578] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:20:54.602] Mounting Kernel Debug File System... [2024-05-23 14:20:54.629] [ OK ] Listening on Syslog Socket. [2024-05-23 14:20:54.645] [ 5.525763] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:20:54.664] Starting Journal Service... [2024-05-23 14:20:54.698] Mounting Configuration File System... [2024-05-23 14:20:54.727] [ OK ] Listening on udev Control Socket. [2024-05-23 14:20:54.746] Starting udev Coldplug all Devices... [2024-05-23 14:20:54.778] Starting Apply Kernel Variables... [2024-05-23 14:20:54.813] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:20:54.906] [ OK ] Started mount data partition service. [2024-05-23 14:20:54.926] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:20:54.946] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:20:54.962] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:20:54.979] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:20:54.999] [ OK ] Started Journal Service. [2024-05-23 14:20:55.028] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:20:55.046] [ OK ] Mounted Configuration File System. [2024-05-23 14:20:55.078] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:20:55.112] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:20:55.175] Starting udev Kernel Device = Manager... [2024-05-23 14:20:55.195] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:20:55.212] [ OK ] Reached target Containers. [2024-05-23 14:20:55.240] Mounting /tmp... [2024-05-23 14:20:55.265] Mounting /var/volatile... [2024-05-23 14:20:55.296] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:20:55.329] Starting NS file System mount and = recovery.... [2024-05-23 14:20:55.351] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:20:55.392] [ OK ] Mounted /tmp. [2024-05-23 14:20:55.413] [ OK ] Mounted /var/volatile. [2024-05-23 14:20:55.473] [ 6.364451] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:55.523] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:20:55.563] [ 6.453320] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:55.664] [ 6.552317] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:20:55.736] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:20:55.765] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:20:55.943] [ 6.833131] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:20:55.960] Starting Bind mount volatile = /var/cache... [2024-05-23 14:20:55.998] Starting Bind mount volatile = /var/lib... [2024-05-23 14:20:56.029] Starting Bind mount volatile = /var/spool... [2024-05-23 14:20:56.055] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:20:56.236] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:20:56.263] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:20:56.296] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:20:56.327] Starting Load/Save Random Seed... [2024-05-23 14:20:56.347] [ OK ] Reached target Local File Systems. [2024-05-23 14:20:56.375] Starting AppArmor initialization... [2024-05-23 14:20:56.399] Starting netfilter persistent = configuration... [2024-05-23 14:20:56.427] Starting Create Volatile Files and = Directories... [2024-05-23 14:20:56.452] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:20:56.555] [ 7.441731] audit: type=3D1400 = audit(1550139121.124:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:20:56.589] [ 7.463543] audit: type=3D1400 = audit(1550139121.128:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:20:56.591] [ 7.480507] audit: type=3D1400 = audit(1550139121.128:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:20:56.609] [ 7.500048] audit: type=3D1400 = audit(1550139121.128:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:20:56.636] [ 7.515687] audit: type=3D1400 = audit(1550139121.128:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:20:56.652] [ 7.531690] audit: type=3D1400 = audit(1550139121.128:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:20:56.673] [ 7.547559] audit: type=3D1400 = audit(1550139121.128:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:20:56.675] [ OK ] Started AppArmor initialization. [2024-05-23 14:20:56.701] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:20:56.731] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:20:56.766] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:20:56.779] [ OK ] Reached target Network (Pre). [2024-05-23 14:20:56.814] Starting Network Service... [2024-05-23 14:20:56.851] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:20:56.881] [ OK ] Reached target System Initialization. [2024-05-23 14:20:56.897] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:20:56.915] [ OK ] Reached target Timers. [2024-05-23 14:20:56.931] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:20:56.947] [ OK ] Reached target Sockets. [2024-05-23 14:20:56.963] [ OK ] Reached target Basic System. [2024-05-23 14:20:56.993] [ OK ] Started System Logging Service. [2024-05-23 14:20:57.031] [ 7.912748] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:20:57.032] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:20:57.059] [ 7.942319] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:20:57.060] [ 7.948300] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:20:57.074] [ 7.952844] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:20:57.076] [ OK ] Started NS VSync Process. [2024-05-23 14:20:57.120] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:20:57.148] [ 8.039082] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:20:57.176] Starting Load Kernel Modules... [2024-05-23 14:20:57.214] Starting Login Service... [2024-05-23 14:20:57.227] [ 8.118110] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:20:57.264] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:20:57.266] [ 8.153988] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:20:57.281] [ 8.161373] Disabling lock debugging due to = kernel taint [2024-05-23 14:20:57.298] [ OK ] Started Kernel Loggin[ 8.179395] = [INFO][GMAC] hsio_clk : 250000000 [2024-05-23 14:20:57.300] g Service. [2024-05-23 14:20:57.314] [ 8.192404] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:20:57.318] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:20:57.332] [ 8.192437] [INFO][GMAC]=20 [2024-05-23 14:20:57.332] [ 8.213836] libphy: tcc-gmac-mdio: probed [2024-05-23 14:20:57.332] [ 8.222715] [INFO][GMAC] registered! [2024-05-23 14:20:57.349] [ 8.226297] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:20:57.349] [ 8.231094] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:20:57.365] [ OK ] Started NS System Management Process. [2024-05-23 14:20:57.368] Starting NS Inter Domain Comm = Process... [2024-05-23 14:20:57.382] [ OK ] Started Network Service. [2024-05-23 14:20:57.384] [ 8.266667] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:20:57.384] [ 8.272370] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:20:57.409] Start /usr/bin/sys-fail-mon [2024-05-23 14:20:57.409] [ 8.282877] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:20:57.409] [ 8.292934] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:20:57.413] [ 8.300399] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:57.438] [ 8.310806] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:20:57.438] [ 8.317659] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:20:57.438] [ 8.317701] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:20:57.453] [ 8.317701] -- MASTER Configuration. [2024-05-23 14:20:57.453] [ 8.317701] -- Local Receiver Status Not = OK. [2024-05-23 14:20:57.455] [ 8.317701] -- Remote Receiver Status Not = OK. [2024-05-23 14:20:57.455] [ 8.317719] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:20:57.481] [ 8.317722] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:20:57.481] [ 8.317984] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:20:57.481] [ 8.317988] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:20:57.483] [ 8.317990] INFO: lockdep is turned off. [2024-05-23 14:20:57.507] [ 8.317991] irq event stamp: 70614 [2024-05-23 14:20:57.507] [ 8.318007] hardirqs last enabled at = (70613): [<000000006d04f283>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:20:57.507] [ 8.318013] hardirqs last disabled at = (70614): [<00000000feba6975>] __schedule+0xc8/0x730 [2024-05-23 14:20:57.507] [ 8.318021] softirqs last enabled at (0): = [<0000000093012d6b>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:20:57.521] [ 8.318023] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:20:57.523] [ 8.318025] Preemption disabled at: [2024-05-23 14:20:57.551] [ 8.318031] [<00000000d8cbd538>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:20:57.551] [ 8.318039] CPU: 2 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:20:57.551] [ 8.318040] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:20:57.551] [ 8.318043] Call trace: [2024-05-23 14:20:57.551] [ 8.318048] dump_backtrace+0x0/0x1d8 [2024-05-23 14:20:57.565] [ 8.318051] show_stack+0x14/0x20 [2024-05-23 14:20:57.565] [ 8.318056] dump_stack+0xb8/0xf0 [2024-05-23 14:20:57.565] [ 8.318061] ___might_sleep+0x178/0x210 [2024-05-23 14:20:57.565] [ 8.318063] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:20:57.567] [ 8.318069] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:20:57.593] [ 8.318074] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:20:57.593] [ 8.318080] gic_set_type+0x84/0x98 [2024-05-23 14:20:57.593] [ 8.318084] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:20:57.593] [ 8.318088] __setup_irq+0x76c/0x7f8 [2024-05-23 14:20:57.593] [ 8.318091] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:20:57.593] [ 8.318097] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:20:57.607] [ 8.318102] __dev_open+0x100/0x150 [2024-05-23 14:20:57.610] [ 8.318105] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:20:57.610] [ 8.318108] dev_change_flags+0x20/0x60 [2024-05-23 14:20:57.610] [ 8.318112] do_setlink+0x3ec/0xc30 [2024-05-23 14:20:57.610] [ 8.318115] rtnl_setlink+0xcc/0x128 [2024-05-23 14:20:57.633] [ 8.318118] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:20:57.633] [ 8.318122] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:20:57.633] [ 8.318125] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:20:57.633] [ 8.318127] netlink_unicast+0x180/0x1f8 [2024-05-23 14:20:57.633] [ 8.318131] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:20:57.633] [ 8.318135] sock_sendmsg+0x3c/0x58 [2024-05-23 14:20:57.648] [ 8.318139] SyS_sendto+0xd0/0x140 [2024-05-23 14:20:57.648] [ 8.318143] el0_svc_naked+0x34/0x38 [2024-05-23 14:20:57.648] [ 8.318271] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:20:57.648] [ 8.322358] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:20:57.665] [ 8.322363] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:20:57.665] [ 8.322368] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:20:57.668] [ 8.322368] =20 [2024-05-23 14:20:57.692] [ 8.322691] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:20:57.694] [ 8.322951] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:20:57.694] [ 8.322955] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:20:57.694] [ 8.322959] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:20:57.694] [ 8.322959] =20 [2024-05-23 14:20:57.694] [ 8.323136] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:20:57.717] [ 8.323153] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:20:57.717] [ 8.323158] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:20:57.717] [ 8.323162] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:20:57.717] [ 8.323169] [INFO][GMAC] --] phy_start: : [2024-05-23 14:20:57.717] [ 8.323233] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:20:57.719] [ 8.427302] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:57.745] [ 8.535308] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:57.745] Starting Wait for Network to be = Configur[ 8.620698] ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:20:57.746] ed... [2024-05-23 14:20:57.746] [ OK ] R[ 8.628346] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:20:57.760] eached target Network 8.640903] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:20:57.762] 0m. [2024-05-23 14:20:57.762] [ 8.643361] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:57.789] [ 8.655718] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:20:57.789] Starting udev Coldplug a[ 8.663363] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:20:57.791] ll Devices... [2024-05-23 14:20:57.791] Starting Permit User Sessions... [2024-05-23 14:20:57.816] [ OK ] Started Permit User Sessions. [2024-05-23 14:20:57.832] [ 8.706216] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:20:57.835] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:20:57.848] [ 8.711696] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:20:57.852] [ 8.736355] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:20:57.865] [ OK ] Started 8.747943] Done!! [2024-05-23 14:20:57.865] 9mCluster Framework. [2024-05-23 14:20:57.865] [ 8.752695] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:57.883] parents, child is 315 [2024-05-23 14:20:57.883] [IDC]Start. [2024-05-23 14:20:57.883] [ 8.768804] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:20:57.901] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:20:57.901] [ OK ] Started HUD Framework. [2024-05-23 14:20:57.901] [IDC](A7)ConnectReq 0 [2024-05-23 14:20:57.901] [IDC](A7)do_connect 0 [2024-05-23 14:20:57.901] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:20:57.915] [IDC](A7)Tx start session req 1 [2024-05-23 14:20:57.937] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:20:57.937] [IDC](R5)ConnectReq 0 [2024-05-23 14:20:57.937] [IDC](R5)do_connect 0 [2024-05-23 14:20:57.937] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:20:57.937] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:20:57.958] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:20:57.958] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:20:57.958] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:20:57.958] [IDC](A7)Session connected. [2024-05-23 14:20:57.958] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:20:57.959] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:20:57.959] [IDC](R5)Session connected.2 [2024-05-23 14:20:57.959] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:20:57.962] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:20:57.993] [ 8.864167] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:58.016] [ OK ] Started Nvm Process. [2024-05-23 14:20:58.029] [ 8.884718] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:20:58.046] [ 8.920314] Done!! [2024-05-23 14:20:58.085] [ 8.975848] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:58.094] [ OK ] Started NS hsm control application. [2024-05-23 14:20:58.140] [ 9.030519] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:20:58.198] [ 9.087441] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:58.229] [ OK ] Started Diagnosis Framework. [2024-05-23 14:20:58.248] [ OK ] Started NS Software Update. [2024-05-23 14:20:58.294] [ 9.158398] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:20:58.302] [ 9.184634] Done!! [2024-05-23 14:20:58.327] [ 9.199368] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:58.331] [ OK ] Started NS Secondary Verify. [2024-05-23 14:20:58.358] [ OK ] Started Diagnosis Transport. [2024-05-23 14:20:58.366] [ OK ] Started Getty on tty1. [2024-05-23 14:20:58.422] [ 9.311572] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:58.451] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:20:58.454] [ OK ] Reached target Login Prompts. [2024-05-23 14:20:58.496] [ OK ] Started Load Kernel Modules. [2024-05-23 14:20:58.533] [ 9.423374] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:20:58.553] [ OK ] Started Login Service. [2024-05-23 14:20:58.562] [ OK ] Reached target Multi-User System. [2024-05-23 14:20:58.599] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:20:58.615] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:20:58.665] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:20:58.699] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:20:58.959] [ 9.835278] sched: RT throttling activated [2024-05-23 14:20:59.194] [ 10.081942] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:20:59.208] [ 10.081949] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:00.133] [ 11.021002] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:00.167] [ 11.029433] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:00.281] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:21:04.694]=20 [2024-05-23 14:21:04.694] telechips-nsp1-release login:=20 [2024-05-23 14:21:06.473]=20 [2024-05-23 14:21:06.473] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:21:06.494]=20 [2024-05-23 14:21:06.494] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:21:06.507] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:21:06.507] DRAM: 2 GiB [2024-05-23 14:21:06.534] MMC: sdhc@0x16440000: 0 [2024-05-23 14:21:06.798]=20 [2024-05-23 14:21:06.799] HW Partition tyep is UserData [2024-05-23 14:21:06.816] In: serial [2024-05-23 14:21:06.818] Out: serial [2024-05-23 14:21:06.818] Err: serial [2024-05-23 14:21:06.875] Boot in the UserData environment(0) [2024-05-23 14:21:06.878] Non-secure boot (secure boot flag is clear) [2024-05-23 14:21:06.893] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:21:06.893] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:21:06.893] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:21:06.913] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:21:06.915] Booting using the fdt blob at 0x23000000 [2024-05-23 14:21:06.915] Loading Kernel Image [2024-05-23 14:21:06.915] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:21:06.940] OPTEE is enabled [2024-05-23 14:21:06.940]=20 [2024-05-23 14:21:06.940] Starting kernel ... [2024-05-23 14:21:06.940]=20 [2024-05-23 14:21:07.861] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:21:07.863] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:21:07.879] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:21:07.881] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:21:07.907] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:21:07.907] [ 0.000000] efi: UEFI not found. [2024-05-23 14:21:07.907] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:21:07.907] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:21:07.922] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:21:07.922] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:21:07.937] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:21:07.937] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:21:07.952] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:21:07.952] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:21:07.969] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:21:07.969] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:21:07.983] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:21:07.983] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:21:07.998] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:21:07.998] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:21:08.014] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:21:08.015] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:21:08.041] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:21:08.041] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:21:08.041] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:21:08.056] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:21:08.056] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:21:08.072] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:21:08.072] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:21:08.087] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:21:08.087] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:21:08.089] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:21:08.115] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:21:08.115] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:21:08.115] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:21:08.115] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:21:08.118] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:21:08.145] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:21:08.145] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:21:08.145] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:21:08.145] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:21:08.158] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:21:08.188] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:21:08.188] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:21:08.188] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:21:08.190] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:21:08.219] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:21:08.219] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:21:08.219] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:21:08.240] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:21:08.240] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:21:08.240] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:21:08.255] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:21:08.257] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:21:08.292] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:21:08.292] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:21:08.292] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:21:08.292] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:21:08.294] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:21:08.316] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:21:08.316] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:21:08.316] [ 0.000000] Running RCU self tests [2024-05-23 14:21:08.316] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:21:08.325] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:21:08.326] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:21:08.350] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:21:08.353] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:21:08.353] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:21:08.353] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:21:08.353] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:21:08.376] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:21:08.376] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:21:08.376] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:21:08.378] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:21:08.403] [ 0.000674] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:21:08.403] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:21:08.403] [ 0.001465] Console: colour dummy device = 80x25 [2024-05-23 14:21:08.403] [ 0.001707] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:21:08.417] [ 0.001710] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:21:08.417] [ 0.001712] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:21:08.419] [ 0.001715] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:21:08.443] [ 0.001718] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:21:08.443] [ 0.001721] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:21:08.443] [ 0.001723] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:21:08.443] [ 0.001726] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:21:08.443] [ 0.001728] memory used by lock dependency = info: 7903 kB [2024-05-23 14:21:08.456] [ 0.001731] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:21:08.458] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:21:08.481] [ 0.001779] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:21:08.481] [ 0.002277] Security Framework initialized [2024-05-23 14:21:08.481] [ 0.002401] AppArmor: AppArmor initialized [2024-05-23 14:21:08.481] [ 0.002647] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:21:08.481] [ 0.002669] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:21:08.496] [ 0.019955] ASID allocator initialised with = 32768 entries [2024-05-23 14:21:08.496] [ 0.035854] Hierarchical SRCU = implementation. [2024-05-23 14:21:08.509] [ 0.062272] EFI services will not be = available. [2024-05-23 14:21:08.511] [ 0.076124] smp: Bringing up secondary CPUs = ... [2024-05-23 14:21:08.511] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:21:08.534] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:21:08.535] [ 0.164996] Detected VIPT I-cache on CPU2 [2024-05-23 14:21:08.535] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:21:08.535] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:21:08.535] [ 0.209330] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:21:08.535] [ 0.209704] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:21:08.556] [ 0.209745] SMP: Total of 4 processors = activated. [2024-05-23 14:21:08.556] [ 0.209760] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:21:08.556] [ 0.209779] CPU: All CPU(s) started at EL2 [2024-05-23 14:21:08.556] [ 0.209959] alternatives: patching kernel = code [2024-05-23 14:21:08.568] [ 0.210501] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:21:08.569] [ 0.213206] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:21:08.569] [ 0.213750] devtmpfs: initialized [2024-05-23 14:21:08.569] [ 0.403405] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:21:08.594] [ 0.403669] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:21:08.594] [ 0.412457] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:21:08.594] [ 0.413380] chipinfo: TCC8030 Rev02 [2024-05-23 14:21:08.594] [ 0.413396] chipinfo: SiP Service v0.1.56 [2024-05-23 14:21:08.609] [ 0.418760] NET: Registered protocol family = 16 [2024-05-23 14:21:08.609] [ 0.422775] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:21:08.609] [ 0.424710] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:21:08.626] [ 0.426432] cpuidle: using governor menu [2024-05-23 14:21:08.626] [ 0.426707] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:21:08.647] [ 0.440801] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:21:08.659] [ 0.441292] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:21:08.659] [ 0.441338] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:21:08.659] [ 0.441382] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:21:08.659] [ 0.441426] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:21:08.661] [ 0.441470] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:21:08.661] [ 0.441513] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:21:08.661] [ 0.441556] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:21:08.687] [ 0.441599] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:21:08.687] [ 0.441643] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:21:08.687] [ 0.441686] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:21:08.687] [ 0.441730] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:21:08.687] [ 0.441774] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:21:08.708] [ 0.441835] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:21:08.708] [ 0.441962] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:21:08.708] [ 0.442008] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:21:08.708] [ 0.442051] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:21:08.712] [ 0.442095] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:21:08.735] [ 0.442138] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:21:08.737] [ 0.442525] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:21:08.737] [ 0.442569] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:21:08.737] [ 0.442612] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:21:08.737] [ 0.442656] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:21:08.759] [ 0.442699] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:21:08.771] [ 0.442742] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:21:08.771] [ 0.442785] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:21:08.771] [ 0.442829] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:21:08.771] [ 0.442872] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:21:08.774] [ 0.442915] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:21:08.774] [ 0.442971] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:21:08.796] [ 0.443014] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:21:08.809] [ 0.443253] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:21:08.809] [ 0.443297] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:21:08.809] [ 0.443340] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:21:08.809] [ 0.443384] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:21:08.822] [ 0.443427] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:21:08.822] [ 0.443470] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:21:08.822] [ 0.443513] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:21:08.834] [ 0.443707] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:21:08.834] [ 0.443750] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:21:08.836] [ 0.443793] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:21:08.836] [ 0.443836] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:21:08.836] [ 0.443880] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:21:08.860] [ 0.443923] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:21:08.860] [ 0.443966] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:21:08.860] [ 0.444023] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:21:08.860] [ 0.444067] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:21:08.873] [ 0.444110] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:21:08.874] [ 0.444153] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:21:08.874] [ 0.444197] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:21:08.877] [ 0.444240] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:21:08.901] [ 0.444283] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:21:08.901] [ 0.444814] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:21:08.901] [ 0.444872] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:21:08.901] [ 0.445046] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:21:08.903] [ 0.445217] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:21:08.928] [ 0.445386] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:21:08.928] [ 0.445552] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:21:08.928] [ 0.445719] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:21:08.928] [ 0.445764] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:21:08.928] [ 0.445807] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:21:08.941] [ 0.446073] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:21:08.941] [ 0.446270] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:21:08.943] [ 0.446452] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:21:08.968] [ 0.446497] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:21:08.968] [ 0.446541] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:21:08.968] [ 0.446584] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:21:08.968] [ 0.446627] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:21:08.970] [ 0.446809] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:21:08.994] [ 0.446872] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:21:08.994] [ 0.447078] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:21:08.994] [ 0.447092] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:21:08.994] [ 0.529478] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:21:09.012] [ 0.529568] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:21:09.012] [ 1.676383] console [ttyAMA0] enabled [2024-05-23 14:21:09.014] [ 1.684076] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:21:09.042] [ 1.712951] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:21:09.050] [ 1.723234] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:21:09.064] [ 1.733830] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:21:09.079] [ 1.744151] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:21:09.172] [ 1.843816] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:21:09.187] [ 1.859988] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:21:09.200] [ 1.866885] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:21:09.203] [ 1.873674] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:21:09.237] [ 1.880042] Linux video capture interface: = v2.00 [2024-05-23 14:21:09.237] [ 1.885885] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:09.239] [ 1.885889] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:21:09.239] [ 1.885894] 6 locks held by swapper/0/1: [2024-05-23 14:21:09.262] [ 1.885896] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:21:09.275] [ 1.885923] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:21:09.275] [ 1.885939] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:21:09.276] [ 1.885957] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:09.276] [ 1.885972] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:21:09.301] [ 1.885988] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:09.301] [ 1.886007] irq event stamp: 288024 [2024-05-23 14:21:09.301] [ 1.886012] hardirqs last enabled at = (288023): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:09.315] [ 1.886017] hardirqs last disabled at = (288024): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:09.328] [ 1.886025] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:09.330] [ 1.886028] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:09.352] [ 1.886031] Preemption disabled at: [2024-05-23 14:21:09.357] [ 1.886036] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:09.357] [ 1.886045] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:21:09.357] [ 1.886049] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:09.357] [ 1.886052] Call trace: [2024-05-23 14:21:09.357] [ 1.886059] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:09.381] [ 1.886063] show_stack+0x14/0x20 [2024-05-23 14:21:09.393] [ 1.886069] dump_stack+0xb8/0xf0 [2024-05-23 14:21:09.393] [ 1.886074] ___might_sleep+0x178/0x210 [2024-05-23 14:21:09.393] [ 1.886078] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:09.393] [ 1.886083] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:09.393] [ 1.886088] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:09.393] [ 1.886096] gic_set_type+0x84/0x98 [2024-05-23 14:21:09.395] [ 1.886101] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:09.395] [ 1.886106] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:09.395] [ 1.886110] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:09.417] [ 1.886115] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:21:09.419] [ 1.886122] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:21:09.419] [ 1.886126] platform_drv_probe+0x58/0xb8 [2024-05-23 14:21:09.419] [ 1.886131] = driver_probe_device+0x228/0x410 [2024-05-23 14:21:09.419] [ 1.886136] __driver_attach+0xfc/0x118 [2024-05-23 14:21:09.419] [ 1.886141] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:21:09.441] [ 1.886146] driver_attach+0x20/0x28 [2024-05-23 14:21:09.454] [ 1.886151] bus_add_driver+0x220/0x268 [2024-05-23 14:21:09.454] [ 1.886156] driver_register+0x60/0xf8 [2024-05-23 14:21:09.454] [ 1.886160] = __platform_driver_register+0x44/0x50 [2024-05-23 14:21:09.454] [ 1.886167] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:21:09.454] [ 1.886171] do_one_initcall+0x50/0x15c [2024-05-23 14:21:09.456] [ 1.886178] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:21:09.456] [ 1.886184] kernel_init+0x10/0x100 [2024-05-23 14:21:09.456] [ 1.886188] ret_from_fork+0x10/0x18 [2024-05-23 14:21:09.479] [ 1.891991] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:21:09.480] [ 2.139639] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:21:09.504] [ 2.153017] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:21:09.507] [ 2.160079] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:21:09.507] [ 2.164681] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:21:09.507] [ 2.169483] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:21:09.507] [ 2.174286] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:21:09.507] [ 2.178840] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:21:09.561] [ 2.233105] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:21:09.573] [ 2.245667] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:09.591] [ 2.263864] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:09.607] [ 2.279250] NET: Registered protocol family = 2 [2024-05-23 14:21:09.621] [ 2.286971] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:21:09.623] [ 2.294613] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:21:09.647] [ 2.305787] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:21:09.647] [ 2.313120] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:21:09.661] [ 2.319967] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:21:09.662] [ 2.328154] NET: Registered protocol family = 1 [2024-05-23 14:21:09.764] [ 2.436016] audit: initializing netlink = subsys (disabled) [2024-05-23 14:21:09.770] [ 2.442249] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:21:09.783] [ 2.442872] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:21:09.853] [ 2.524879] fuse init (API version 7.26) [2024-05-23 14:21:09.877] [ 2.539307] modprobe (66) used greatest = stack depth: 12848 bytes left [2024-05-23 14:21:09.878] [ 2.549150] io scheduler noop registered = (default) [2024-05-23 14:21:09.898] [ 2.554202] io scheduler mq-deadline = registered [2024-05-23 14:21:09.898] [ 2.558766] io scheduler kyber registered [2024-05-23 14:21:09.910] [ 2.569357] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:09.914] [ 2.576211] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:09.914] [ 2.582421] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:21:09.929] [ 2.590288] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:09.980] [ 2.652835] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:09.988] [ 2.660567] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:10.005] [ 2.665440] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:21:10.005] [ 2.670868] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:10.009] [ 2.671505] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:10.035] [ 2.682260] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:10.035] [ 2.688468] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:21:10.035] [ 2.696021] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:10.060] [ 2.720441] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:10.065] [ 2.727353] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:10.065] [ 2.732074] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:21:10.077] [ 2.737501] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:10.079] [ 2.738090] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:10.079] [ 2.748844] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:10.104] [ 2.755052] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:21:10.104] [ 2.762667] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:10.157] [ 2.829070] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:10.165] [ 2.835958] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:10.179] [ 2.840567] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:21:10.194] [ 2.845994] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:10.195] [ 2.856064] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:21:10.195] [ 2.865687] [INF][WDMA] tcc_wdma_init [2024-05-23 14:21:10.211] [ 2.870509] TCC WDMA Driver Initializing [2024-05-23 14:21:10.235] [ 2.877512] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:21:10.235] [ 2.883558] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:21:10.237] [ 2.894014] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:10.237] [ 2.906655] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:21:10.262] [ 2.916085] [CPU_ID] probe is done [2024-05-23 14:21:10.262] [ 2.919896] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:21:10.262] [ 2.926571] [DRAM_TOOL] probe is done [2024-05-23 14:21:10.264] [ 2.934184] MALI-G51 : r30p0-01eac0 [2024-05-23 14:21:10.276] [ 2.937718] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:21:10.278] [ 2.947386] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:10.292] [ 2.947391] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:21:10.294] [ 2.947396] 6 locks held by swapper/0/1: [2024-05-23 14:21:10.319] [ 2.947399] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:21:10.320] [ 2.947425] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:21:10.320] [ 2.947441] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:21:10.333] [ 2.947460] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:10.337] [ 2.947475] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:21:10.363] [ 2.947491] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:10.363] [ 2.947511] irq event stamp: 453730 [2024-05-23 14:21:10.363] [ 2.947516] hardirqs last enabled at = (453729): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:10.363] [ 2.947521] hardirqs last disabled at = (453730): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:10.377] [ 2.947529] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:10.391] [ 2.947532] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:10.396] [ 2.947535] Preemption disabled at: [2024-05-23 14:21:10.396] [ 2.947540] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:10.420] [ 2.947549] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:21:10.423] [ 2.947552] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:10.423] [ 2.947556] Call trace: [2024-05-23 14:21:10.423] [ 2.947562] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:10.423] [ 2.947567] show_stack+0x14/0x20 [2024-05-23 14:21:10.423] [ 2.947573] dump_stack+0xb8/0xf0 [2024-05-23 14:21:10.423] [ 2.947578] ___might_sleep+0x178/0x210 [2024-05-23 14:21:10.447] [ 2.947582] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:10.447] [ 2.947587] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:10.447] [ 2.947592] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:10.447] [ 2.947600] gic_set_type+0x84/0x98 [2024-05-23 14:21:10.447] [ 2.947605] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:10.447] [ 2.947610] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:10.462] [ 2.947615] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:10.462] [ 2.947621] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:21:10.462] [ 2.947626] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:21:10.464] [ 2.947630] kbase_device_init+0x78/0xf8 [2024-05-23 14:21:10.487] [ 2.947637] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:21:10.487] [ 2.947641] platform_drv_probe+0x58/0xb8 [2024-05-23 14:21:10.487] [ 2.947646] = driver_probe_device+0x228/0x410 [2024-05-23 14:21:10.487] [ 2.947651] __driver_attach+0xfc/0x118 [2024-05-23 14:21:10.487] [ 2.947656] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:21:10.487] [ 2.947661] driver_attach+0x20/0x28 [2024-05-23 14:21:10.514] [ 2.947665] bus_add_driver+0x220/0x268 [2024-05-23 14:21:10.514] [ 2.947670] driver_register+0x60/0xf8 [2024-05-23 14:21:10.514] [ 2.947674] = __platform_driver_register+0x44/0x50 [2024-05-23 14:21:10.524] [ 2.947682] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:21:10.524] [ 2.947686] do_one_initcall+0x50/0x15c [2024-05-23 14:21:10.524] [ 2.947695] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:21:10.529] [ 2.947700] kernel_init+0x10/0x100 [2024-05-23 14:21:10.529] [ 2.947705] ret_from_fork+0x10/0x18 [2024-05-23 14:21:10.529] [ 2.949494] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:21:10.568] [ 3.204381] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:21:10.568] [ 3.211124] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:21:10.568] [ 3.225060] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:21:10.576] [ 3.232185] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:21:10.578] [ 3.244318] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:21:10.591] [ 3.250536] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:21:10.593] [ 3.254917] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:21:10.593] [ 3.262373] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:21:10.646] [ 3.312324] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:21:10.650] [ 3.320065] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:21:10.661] [ 3.329826] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:21:10.680] [ 3.340381] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:21:10.680] [ 3.347727] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:21:10.697] [ 3.358802] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:21:10.697] [ 3.367735] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:21:10.725] [ 3.386424] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:21:10.741] [ 3.401860] libphy: Fixed MDIO Bus: probed [2024-05-23 14:21:10.741] [ 3.406835] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:21:10.761] [ 3.420356] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:21:10.762] [ 3.424883] [INFO][GAMC] gmac index : 1 [2024-05-23 14:21:10.762] [ 3.429315] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:21:10.764] [ 3.434527] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:21:10.788] [ 3.440721] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:21:10.788] [ 3.445182] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:21:10.788] [ 3.451156] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:21:10.788] [ 3.456749] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:21:10.801] [ 3.458404] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:21:10.803] [ 3.467368] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:21:10.803] [ 3.468933] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:10.828] [ 3.468945] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:21:10.828] [ 3.468952] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:21:10.828] [ 3.468964] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:10.828] [ 3.468976] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:21:10.829] [ 3.470603] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:21:10.853] [ 3.479576] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:21:10.853] [ 3.479585] usbhid: USB HID core driver [2024-05-23 14:21:10.853] [ 3.480074] optee: probing for conduit = method from DT. [2024-05-23 14:21:10.853] [ 3.480099] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:21:10.859] [ 3.482001] optee: initialized driver [2024-05-23 14:21:10.881] [ 3.483598] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:21:10.893] [ 3.483748] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:21:10.893] [ 3.483756] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:21:10.893] [ 3.483765] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:21:10.893] [ 3.483773] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:21:10.895] [ 3.483780] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:21:10.895] [ 3.483788] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:21:10.920] [ 3.483795] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:21:10.920] [ 3.485297] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:21:10.920] [ 3.485306] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:21:10.921] [ 3.492282] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:21:10.949] [ 3.508454] NET: Registered protocol family = 17 [2024-05-23 14:21:10.949] [ 3.509043] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:21:10.949] [ 3.513839] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:21:10.964] [ 3.626129] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:21:10.964] [ 3.631783] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:21:10.985] [ 3.638644] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:21:10.985] [ 3.645923] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:21:11.000] [ 3.665119] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:21:11.002] [ 3.672884] GPT:15269887 !=3D 15273599 [2024-05-23 14:21:11.016] [ 3.676505] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:21:11.016] [ 3.677877] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:11.016] [ 3.677922] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:21:11.029] [ 3.679562] ALSA device list: [2024-05-23 14:21:11.029] [ 3.679569] No soundcards found. [2024-05-23 14:21:11.043] [ 3.703253] GPT:15269887 !=3D 15273599 [2024-05-23 14:21:11.045] [ 3.703288] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:21:11.045] [ 3.703416] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:21:11.067] [ 3.730107] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:21:11.081] [ 3.752842] Freeing unused kernel memory: = 4160K [2024-05-23 14:21:11.095] Mounting devtmpfs [2024-05-23 14:21:11.097] Mounting procfs [2024-05-23 14:21:11.112] Mounting sysfs [2024-05-23 14:21:11.112] [ 3.780101] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:21:11.136] [ 3.808613] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:21:11.181] [ 3.852458] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:21:11.190] [ 3.861792] mount (98) used greatest stack = depth: 11792 bytes left [2024-05-23 14:21:11.227] [ 3.884804] mount (100) used greatest stack = depth: 11008 bytes left [2024-05-23 14:21:11.463] [ 4.134629] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:21:11.560] [ 4.232057] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:21:11.588] [ 4.259360] systemd[1]: Detected = architecture arm64. [2024-05-23 14:21:11.633]=20 [2024-05-23 14:21:11.633] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:21:11.644]=20 [2024-05-23 14:21:11.649] [ 4.321372] systemd[1]: Set hostname to = . [2024-05-23 14:21:11.663] [ 4.332748] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:21:11.679] [ 4.342043] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:21:11.912] [ 4.584295] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:21:11.944] [ 4.601403] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:21:11.980] [ 4.644766] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:21:11.990] [ 4.656872] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:21:12.175] [ 4.847346] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:21:12.244] [ OK ] Reached target Paths. [2024-05-23 14:21:12.263] [ OK ] Reached target Remote File Systems. [2024-05-23 14:21:12.283] [ OK ] Listening on Journal Socket. [2024-05-23 14:21:12.299] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:21:12.336] Mounting Huge Pages File System... [2024-05-23 14:21:12.365] Mounting FUSE Control File System... [2024-05-23 14:21:12.392] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:21:12.413] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:21:12.431] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:21:12.447] [ OK ] Listening on Syslog Socket. [2024-05-23 14:21:12.469] Starting Journal Service... [2024-05-23 14:21:12.497] [ OK ] Created slice system-getty.slice. [2024-05-23 14:21:12.514] Starting mount data partition = service... [2024-05-23 14:21:12.546] Mounting POSIX Message Queue File = System... [2024-05-23 14:21:12.578] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:21:12.596] [ OK ] Listening on udev Control Socket. [2024-05-23 14:21:12.654] [ 5.325971] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:21:12.686] [ 5.355562] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:12.694] Starting udev Coldplug all Devices... [2024-05-23 14:21:12.707] [ 5.370486] mount (123) used greatest stack = depth: 10864 bytes left [2024-05-23 14:21:12.707] [ OK ] Reached target Swap. [2024-05-23 14:21:12.725] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:21:12.761] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:21:12.795] Mounting Configuration File System... [2024-05-23 14:21:12.814] [ OK ] Created slice User and Session Slice. [2024-05-23 14:21:12.832] [ OK ] Reached target Slices. [2024-05-23 14:21:12.863] Starting Apply Kernel Variables... [2024-05-23 14:21:12.890] Mounting Kernel Debug File System... [2024-05-23 14:21:12.959] [ OK ] Started Journal Service. [2024-05-23 14:21:12.981] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:21:13.000] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:21:13.029] [ OK ] Started mount data partition service. [2024-05-23 14:21:13.046] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:21:13.080] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:21:13.107] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:21:13.132] [ OK ] Mounted Configuration File System. [2024-05-23 14:21:13.163] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:21:13.192] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:21:13.248] Starting udev Kernel Device = Manager... [2024-05-23 14:21:13.280] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:21:13.302] Mounting /tmp... [2024-05-23 14:21:13.321] [ OK ] Reached target Containers. [2024-05-23 14:21:13.347] Mounting /var/volatile... [2024-05-23 14:21:13.385] Starting NS file System mount and = recovery.... [2024-05-23 14:21:13.416] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:21:13.451] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:21:13.506] [ OK ] Mounted /tmp. [2024-05-23 14:21:13.531] [ 6.199803] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:13.537] [ OK ] Mounted /var/volatile. [2024-05-23 14:21:13.612] [ 6.284373] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:13.714] [ 6.386172] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:13.725] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:21:13.812] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:21:13.887] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:21:14.062] [ 6.734283] systemd-journald[114]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:21:14.081] Starting Bind mount volatile = /var/lib... [2024-05-23 14:21:14.115] Starting Bind mount volatile = /var/spool... [2024-05-23 14:21:14.146] Starting Bind mount volatile = /var/cache... [2024-05-23 14:21:14.181] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:21:14.382] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:21:14.415] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:21:14.436] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:21:14.623] Starting Load/Save Random Seed... [2024-05-23 14:21:14.648] [ OK ] Reached target Local File Systems. [2024-05-23 14:21:14.667] Starting AppArmor initialization... [2024-05-23 14:21:14.697] Starting Create Volatile Files and = Directories... [2024-05-23 14:21:14.723] Starting netfilter persistent = configuration... [2024-05-23 14:21:14.768] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:21:14.837] [ 7.509362] audit: type=3D1400 = audit(1550139121.368:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:21:14.875] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:21:14.877] [ 7.530675] audit: type=3D1400 = audit(1550139121.380:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:21:14.877] [ 7.548981] audit: type=3D1400 = audit(1550139121.380:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:21:14.894] [ 7.564885] audit: type=3D1400 = audit(1550139121.380:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:21:14.933] [ 7.582870] audit: type=3D1400 = audit(1550139121.380:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:21:14.935] [ 7.598953] audit: type=3D1400 = audit(1550139121.380:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:21:14.951] [ OK [ 7.616066] audit: type=3D1400 = audit(1550139121.380:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:21:14.970] ] Started AppArmor initialization. [2024-05-23 14:21:14.985] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:21:15.015] [ OK ] Reached target Network (Pre). [2024-05-23 14:21:15.034] Starting Network Service... [2024-05-23 14:21:15.070] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:21:15.121] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:21:15.145] [ OK ] Reached target System Initialization. [2024-05-23 14:21:15.166] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:21:15.183] [ OK ] Reached target Sockets. [2024-05-23 14:21:15.199] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:21:15.237] [ OK ] Reached target Timers. [2024-05-23 14:21:15.239] [ OK ] Reached target Basic System. [2024-05-23 14:21:15.247] [ 7.917448] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:21:15.283] Starting Login Service... [2024-05-23 14:21:15.284] [ 7.947908] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:21:15.284] [ 7.954699] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:21:15.299] [ 7.959211] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:21:15.320] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:21:15.350] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:21:15.386] [ OK ] Started System Logging Service. [2024-05-23 14:21:15.417] [ OK ] Started NS VSync Process. [2024-05-23 14:21:15.442] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:21:15.492] Starting Load Kernel Modules... [2024-05-23 14:21:15.497] [ 8.167824] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:21:15.533] [ 8.193128] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:21:15.534] [ 8.197574] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:21:15.563] [ OK ] Started Kernel Logging Service. [2024-05-23 14:21:15.583] [ 8.197594] [INFO][GMAC]=20 [2024-05-23 14:21:15.586] [ 8.254331] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:21:15.630] [ 8.302056] libphy: tcc-gmac-mdio: probed [2024-05-23 14:21:15.635] [ 8.306128] [INFO][GMAC] registered! [2024-05-23 14:21:15.649] [ 8.306197] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:21:15.649] [ 8.306206] Disabling lock debugging due to = kernel taint [2024-05-23 14:21:15.675] [ 8.322438] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:21:15.676] [ 8.322454] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:21:15.676] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:21:15.676] [ OK ] Started NS System Management Process. [2024-05-23 14:21:15.693] Starting NS Inter Domain Comm = Process... [2024-05-23 14:21:15.693] [ OK ] Started Network Service. [2024-05-23 14:21:15.695] [ OK ] Reached target Network. [2024-05-23 14:21:15.709] Start /usr/bin/sys-fail-mon [2024-05-23 14:21:15.711] [ 8.381677] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:21:15.724] [ 8.387407] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:21:15.748] Starting Permit User Sessions = 8.398712] ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: = Successfully registered [2024-05-23 14:21:15.750] 0m... [2024-05-23 14:21:15.750] [ 8.408140] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:21:15.750] [ 8.408182] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:21:15.752] [ 8.408182] -- MASTER Configuration. [2024-05-23 14:21:15.778] [ 8.408182] -- Local Receiver Status Not = OK. [2024-05-23 14:21:15.778] [ 8.408182] -- Remote Receiver Status Not = OK. [2024-05-23 14:21:15.778] [ 8.408200] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:21:15.778] [ 8.408204] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:21:15.778] [ 8.408401] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:15.794] [ 8.408405] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:21:15.794] [ 8.408407] INFO: lockdep is turned off. [2024-05-23 14:21:15.807] [ 8.408409] irq event stamp: 72785 [2024-05-23 14:21:15.809] [ 8.408422] hardirqs last enabled at = (72785): [<00000000e0c08b5e>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:15.809] [ 8.408427] hardirqs last disabled at = (72784): [<00000000e44b15c1>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:15.834] [ 8.408434] softirqs last enabled at (0): = [<00000000f0a481a4>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:15.834] [ 8.408436] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:15.851] [ 8.408438] Preemption disabled at: [2024-05-23 14:21:15.853] [ 8.408444] [<000000005cf6299f>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:15.853] [ 8.408451] CPU: 0 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:21:15.853] [ 8.408453] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:15.878] [ 8.408456] Call trace: [2024-05-23 14:21:15.878] [ 8.408460] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:15.878] [ 8.408464] show_stack+0x14/0x20 [2024-05-23 14:21:15.878] [ 8.408468] dump_stack+0xb8/0xf0 [2024-05-23 14:21:15.878] [ 8.408472] ___might_sleep+0x178/0x210 [2024-05-23 14:21:15.878] [ 8.408475] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:15.878] [ 8.408481] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:15.894] [ 8.408485] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:15.907] [ 8.408491] gic_set_type+0x84/0x98 [2024-05-23 14:21:15.907] [ 8.408495] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:15.907] [ 8.408498] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:15.909] [ 8.408502] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:15.909] [ 8.408508] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:21:15.909] [ 8.408513] __dev_open+0x100/0x150 [2024-05-23 14:21:15.932] [ 8.408515] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:21:15.934] [ 8.408518] dev_change_flags+0x20/0x60 [2024-05-23 14:21:15.934] [ 8.408522] do_setlink+0x3ec/0xc30 [2024-05-23 14:21:15.934] [ 8.408525] rtnl_setlink+0xcc/0x128 [2024-05-23 14:21:15.934] [ 8.408528] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:21:15.934] [ 8.408532] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:21:15.934] [ 8.408535] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:21:15.958] [ 8.408538] netlink_unicast+0x180/0x1f8 [2024-05-23 14:21:15.958] [ 8.408541] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:21:15.958] [ 8.408546] sock_sendmsg+0x3c/0x58 [2024-05-23 14:21:15.958] [ 8.408550] SyS_sendto+0xd0/0x140 [2024-05-23 14:21:15.958] [ 8.408554] el0_svc_naked+0x34/0x38 [2024-05-23 14:21:15.958] [ 8.408694] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:21:15.972] [ 8.412810] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:21:15.976] [ 8.412816] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:21:15.976] [ 8.412821] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:21:16.002] [ 8.412821] =20 [2024-05-23 14:21:16.002] [ 8.413140] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:21:16.002] [ 8.413435] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:21:16.002] [ 8.413499] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:21:16.002] [ 8.413504] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:21:16.017] [ 8.413504] =20 [2024-05-23 14:21:16.017] [ 8.413699] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:21:16.020] [ 8.413714] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:21:16.020] [ 8.413718] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:21:16.020] [ 8.413722] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:21:16.045] [ 8.413730] [INFO][GMAC] --] phy_start: : [2024-05-23 14:21:16.050] [ 8.413797] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:21:16.050] [ 8.519662] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.050] [ 8.535294] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:21:16.050] [ 8.627686] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.050] [ 8.716384] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:21:16.074] [ 8.716835] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:16.074] [ 8.720809] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:21:16.074] [ 8.720824] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:21:16.089] [ 8.721241] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:21:16.089] [ 8.721247] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:21:16.105] [ 8.721968] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:16.112] [ 8.735684] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.136] [ 8.765243] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:21:16.148] [ 8.770871] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:21:16.148] [ 8.774607] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:21:16.148] [ 8.774743] Done!! [2024-05-23 14:21:16.148] Starting udev Coldplug all Devices... [2024-05-23 14:21:16.148] Starting Wait for Network to be = Configured... [2024-05-23 14:21:16.151] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:21:16.174] [ OK ] Started Permit User Sessions. [2024-05-23 14:21:16.175] [ 8.844051] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.200] parents, child is 320 [2024-05-23 14:21:16.203] [IDC]Start. [2024-05-23 14:21:16.203] [ 8.864875] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:21:16.225] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:21:16.229] [IDC](A7)ConnectReq 0 [2024-05-23 14:21:16.229] [IDC](A7)do_connect 0 [2024-05-23 14:21:16.229] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:21:16.229] [IDC](A7)Tx start session req 1 [2024-05-23 14:21:16.229] [IDC](A[ 8.881647] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:21:16.229] 7)Session status 1 -> 2 [2024-05-23 14:21:16.272] [IDC](R[ 8.888286] Done!! [2024-05-23 14:21:16.272] 5)ConnectReq 0 [2024-05-23 14:21:16.304] [IDC](R5)do_connect 0 [2024-05-23 14:21:16.304] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:21:16.304] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:21:16.304] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:21:16.304] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:21:16.304] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:21:16.304] [IDC](A7)Session connected. [2024-05-23 14:21:16.304] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:21:16.304] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:21:16.304] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:21:16.304] [IDC](R5)Session connected.2 [2024-05-23 14:21:16.304] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:21:16.304] [ OK ] Started Getty on tty1. [2024-05-23 14:21:16.304] [ OK ] Reached target Login Prompts. [2024-05-23 14:21:16.316] [ OK ] Started Cluster Framework. [2024-05-23 14:21:16.316] [ OK ] Started HUD Framework. [2024-05-23 14:21:16.316] [ OK ] Started[ 8.960417] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:21:16.316] NS ethernet phy control application. [2024-05-23 14:21:16.361] [ OK ] Started Nvm Process. [2024-05-23 14:21:16.371] [ 9.040076] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:21:16.381] [ 9.043139] Done!! [2024-05-23 14:21:16.401] [ 9.072889] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.441] [ OK ] Started NS hsm control application. [2024-05-23 14:21:16.468] [ OK ] Started Diagnosis Framework. [2024-05-23 14:21:16.488] [ OK ] Started Diagnosis Transport. [2024-05-23 14:21:16.519] [ OK ] Started NS Software Update. [2024-05-23 14:21:16.522] [ OK ] Started NS Secondary Verify. [2024-05-23 14:21:16.533] [ 9.205164] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.590] [ 9.262795] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:21:16.599] [ OK ] Started Load Kernel Modules. [2024-05-23 14:21:16.634] [ OK ] Started Login Service. [2024-05-23 14:21:16.636] [ OK ] Reached target Multi-User System. [2024-05-23 14:21:16.650] [ 9.315720] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.667] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:21:16.669] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:21:16.703] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:21:16.758] [ 9.430287] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:16.797] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:21:16.868] [ 9.539777] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:17.058] [ 9.728685] sched: RT throttling activated [2024-05-23 14:21:17.503] [ 10.174027] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:17.512] [ 10.182438] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:17.812] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:21:18.500] [ 11.171525] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:18.511] [ 11.179925] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:22.624]=20 [2024-05-23 14:21:22.624] telechips-nsp1-release login:=20 [2024-05-23 14:21:25.729]=20 [2024-05-23 14:21:25.729] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:21:25.729]=20 [2024-05-23 14:21:25.729] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:21:25.762] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:21:25.762] DRAM: 2 GiB [2024-05-23 14:21:25.762] MMC: sdhc@0x16440000: 0 [2024-05-23 14:21:26.022]=20 [2024-05-23 14:21:26.023] HW Partition tyep is UserData [2024-05-23 14:21:26.024] In: serial [2024-05-23 14:21:26.045] Out: serial [2024-05-23 14:21:26.058] Err: serial [2024-05-23 14:21:26.099] Boot in the UserData environment(0) [2024-05-23 14:21:26.103] Non-secure boot (secure boot flag is clear) [2024-05-23 14:21:26.117] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:21:26.117] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:21:26.117] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:21:26.128] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:21:26.132] Booting using the fdt blob at 0x23000000 [2024-05-23 14:21:26.132] Loading Kernel Image [2024-05-23 14:21:26.155] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:21:26.159] OPTEE is enabled [2024-05-23 14:21:26.159]=20 [2024-05-23 14:21:26.159] Starting kernel ... [2024-05-23 14:21:26.159]=20 [2024-05-23 14:21:27.082] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:21:27.086] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:21:27.101] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:21:27.117] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:21:27.117] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:21:27.117] [ 0.000000] efi: UEFI not found. [2024-05-23 14:21:27.130] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:21:27.133] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:21:27.159] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:21:27.159] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:21:27.159] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:21:27.161] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:21:27.185] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:21:27.185] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:21:27.185] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:21:27.204] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:21:27.204] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:21:27.226] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:21:27.226] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:21:27.226] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:21:27.241] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:21:27.241] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:21:27.256] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:21:27.256] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:21:27.272] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:21:27.272] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:21:27.286] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:21:27.286] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:21:27.302] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:21:27.302] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:21:27.316] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:21:27.316] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:21:27.318] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:21:27.340] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:21:27.340] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:21:27.340] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:21:27.340] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:21:27.356] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:21:27.356] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:21:27.358] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:21:27.383] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:21:27.383] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:21:27.399] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:21:27.412] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:21:27.416] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:21:27.416] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:21:27.430] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:21:27.453] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:21:27.453] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:21:27.453] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:21:27.453] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:21:27.472] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:21:27.475] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:21:27.497] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:21:27.499] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:21:27.499] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:21:27.499] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:21:27.524] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:21:27.524] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:21:27.524] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:21:27.538] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:21:27.540] [ 0.000000] Running RCU self tests [2024-05-23 14:21:27.540] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:21:27.565] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:21:27.565] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:21:27.565] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:21:27.565] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:21:27.565] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:21:27.579] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:21:27.579] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:21:27.579] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:21:27.594] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:21:27.594] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:21:27.610] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:21:27.610] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:21:27.624] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:21:27.624] [ 0.001477] Console: colour dummy device = 80x25 [2024-05-23 14:21:27.626] [ 0.001720] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:21:27.652] [ 0.001723] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:21:27.652] [ 0.001726] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:21:27.652] [ 0.001728] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:21:27.652] [ 0.001731] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:21:27.652] [ 0.001734] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:21:27.666] [ 0.001736] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:21:27.680] [ 0.001739] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:21:27.680] [ 0.001742] memory used by lock dependency = info: 7903 kB [2024-05-23 14:21:27.695] [ 0.001744] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:21:27.695] [ 0.001784] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:21:27.698] [ 0.001792] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:21:27.698] [ 0.002294] Security Framework initialized [2024-05-23 14:21:27.698] [ 0.002421] AppArmor: AppArmor initialized [2024-05-23 14:21:27.721] [ 0.002666] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:21:27.733] [ 0.002688] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:21:27.733] [ 0.019963] ASID allocator initialised with = 32768 entries [2024-05-23 14:21:27.733] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:21:27.733] [ 0.062288] EFI services will not be = available. [2024-05-23 14:21:27.735] [ 0.076131] smp: Bringing up secondary CPUs = ... [2024-05-23 14:21:27.735] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:21:27.735] [ 0.120830] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:21:27.759] [ 0.165005] Detected VIPT I-cache on CPU2 [2024-05-23 14:21:27.759] [ 0.165063] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:21:27.759] [ 0.209288] Detected VIPT I-cache on CPU3 [2024-05-23 14:21:27.759] [ 0.209341] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:21:27.759] [ 0.209716] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:21:27.772] [ 0.209756] SMP: Total of 4 processors = activated. [2024-05-23 14:21:27.784] [ 0.209772] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:21:27.784] [ 0.209791] CPU: All CPU(s) started at EL2 [2024-05-23 14:21:27.786] [ 0.209970] alternatives: patching kernel = code [2024-05-23 14:21:27.786] [ 0.210512] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:21:27.786] [ 0.213211] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:21:27.810] [ 0.213762] devtmpfs: initialized [2024-05-23 14:21:27.810] [ 0.403302] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:21:27.810] [ 0.403568] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:21:27.810] [ 0.412391] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:21:27.824] [ 0.413314] chipinfo: TCC8030 Rev02 [2024-05-23 14:21:27.824] [ 0.413330] chipinfo: SiP Service v0.1.56 [2024-05-23 14:21:27.824] [ 0.418634] NET: Registered protocol family = 16 [2024-05-23 14:21:27.839] [ 0.422632] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:21:27.851] [ 0.424576] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:21:27.851] [ 0.426319] cpuidle: using governor menu [2024-05-23 14:21:27.875] [ 0.426591] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:21:27.875] [ 0.440698] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:21:27.878] [ 0.441167] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:21:27.878] [ 0.441214] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:21:27.878] [ 0.441258] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:21:27.878] [ 0.441302] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:21:27.878] [ 0.441345] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:21:27.906] [ 0.441389] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:21:27.906] [ 0.441433] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:21:27.906] [ 0.441476] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:21:27.906] [ 0.441520] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:21:27.906] [ 0.441563] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:21:27.906] [ 0.441606] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:21:27.926] [ 0.441651] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:21:27.926] [ 0.441712] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:21:27.926] [ 0.441755] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:21:27.926] [ 0.441799] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:21:27.928] [ 0.441842] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:21:27.953] [ 0.441885] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:21:27.953] [ 0.442006] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:21:27.953] [ 0.442395] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:21:27.953] [ 0.442439] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:21:27.953] [ 0.442482] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:21:27.968] [ 0.442526] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:21:27.968] [ 0.442569] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:21:27.968] [ 0.442612] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:21:27.984] [ 0.442655] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:21:27.984] [ 0.442699] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:21:27.984] [ 0.442743] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:21:27.997] [ 0.442786] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:21:27.997] [ 0.442843] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:21:28.010] [ 0.442886] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:21:28.012] [ 0.443119] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:21:28.012] [ 0.443163] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:21:28.040] [ 0.443206] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:21:28.040] [ 0.443250] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:21:28.040] [ 0.443293] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:21:28.040] [ 0.443337] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:21:28.040] [ 0.443380] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:21:28.043] [ 0.443571] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:21:28.066] [ 0.443615] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:21:28.066] [ 0.443658] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:21:28.066] [ 0.443701] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:21:28.066] [ 0.443745] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:21:28.066] [ 0.443788] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:21:28.080] [ 0.443831] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:21:28.080] [ 0.443888] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:21:28.080] [ 0.443932] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:21:28.095] [ 0.443975] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:21:28.095] [ 0.444018] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:21:28.095] [ 0.444061] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:21:28.109] [ 0.444105] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:21:28.111] [ 0.444148] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:21:28.111] [ 0.444682] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:21:28.137] [ 0.444739] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:21:28.137] [ 0.444911] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:21:28.137] [ 0.445082] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:21:28.137] [ 0.445252] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:21:28.139] [ 0.445417] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:21:28.162] [ 0.445583] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:21:28.162] [ 0.445627] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:21:28.162] [ 0.445670] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:21:28.162] [ 0.445835] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:21:28.164] [ 0.446094] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:21:28.185] [ 0.446290] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:21:28.185] [ 0.446335] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:21:28.185] [ 0.446378] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:21:28.185] [ 0.446422] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:21:28.201] [ 0.446465] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:21:28.216] [ 0.446659] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:21:28.217] [ 0.446722] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:21:28.229] [ 0.446931] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:21:28.229] [ 0.446945] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:21:28.229] [ 0.529279] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:21:28.232] [ 0.529369] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:21:28.232] [ 1.676301] console [ttyAMA0] enabled [2024-05-23 14:21:28.257] [ 1.683999] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:21:28.276] [ 1.712889] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:21:28.278] [ 1.723163] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:21:28.297] [ 1.733759] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:21:28.297] [ 1.744090] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:21:28.396] [ 1.843696] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:21:28.412] [ 1.859891] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:21:28.428] [ 1.866788] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:21:28.428] [ 1.873579] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:21:28.461] [ 1.879948] Linux video capture interface: = v2.00 [2024-05-23 14:21:28.461] [ 1.885794] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:28.461] [ 1.885799] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:21:28.464] [ 1.885803] 6 locks held by swapper/0/1: [2024-05-23 14:21:28.464] [ 1.885806] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:21:28.486] [ 1.885833] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:21:28.486] [ 1.885848] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:21:28.500] [ 1.885867] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:28.514] [ 1.885882] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:21:28.516] [ 1.885898] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:28.516] [ 1.885917] irq event stamp: 288018 [2024-05-23 14:21:28.541] [ 1.885923] hardirqs last enabled at = (288017): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:28.541] [ 1.885928] hardirqs last disabled at = (288018): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:28.541] [ 1.885935] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:28.557] [ 1.885939] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:28.557] [ 1.885941] Preemption disabled at: [2024-05-23 14:21:28.559] [ 1.885947] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:28.572] [ 1.885956] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:21:28.572] [ 1.885959] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:28.586] [ 1.885963] Call trace: [2024-05-23 14:21:28.588] [ 1.885969] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:28.588] [ 1.885974] show_stack+0x14/0x20 [2024-05-23 14:21:28.588] [ 1.885979] dump_stack+0xb8/0xf0 [2024-05-23 14:21:28.612] [ 1.885984] ___might_sleep+0x178/0x210 [2024-05-23 14:21:28.616] [ 1.885988] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:28.616] [ 1.885993] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:28.616] [ 1.885999] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:28.616] [ 1.886006] gic_set_type+0x84/0x98 [2024-05-23 14:21:28.616] [ 1.886011] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:28.616] [ 1.886016] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:28.629] [ 1.886020] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:28.630] [ 1.886025] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:21:28.630] [ 1.886031] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:21:28.630] [ 1.886036] platform_drv_probe+0x58/0xb8 [2024-05-23 14:21:28.654] [ 1.886041] = driver_probe_device+0x228/0x410 [2024-05-23 14:21:28.667] [ 1.886046] __driver_attach+0xfc/0x118 [2024-05-23 14:21:28.667] [ 1.886051] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:21:28.667] [ 1.886056] driver_attach+0x20/0x28 [2024-05-23 14:21:28.667] [ 1.886060] bus_add_driver+0x220/0x268 [2024-05-23 14:21:28.667] [ 1.886065] driver_register+0x60/0xf8 [2024-05-23 14:21:28.667] [ 1.886069] = __platform_driver_register+0x44/0x50 [2024-05-23 14:21:28.679] [ 1.886077] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:21:28.679] [ 1.886081] do_one_initcall+0x50/0x15c [2024-05-23 14:21:28.679] [ 1.886088] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:21:28.681] [ 1.886095] kernel_init+0x10/0x100 [2024-05-23 14:21:28.681] [ 1.886099] ret_from_fork+0x10/0x18 [2024-05-23 14:21:28.681] [ 1.891773] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:21:28.707] [ 2.139040] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:21:28.707] [ 2.152660] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:21:28.734] [ 2.159676] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:21:28.734] [ 2.164277] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:21:28.734] [ 2.169081] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:21:28.744] [ 2.173906] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:21:28.744] [ 2.178461] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:21:28.785] [ 2.231833] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:21:28.796] [ 2.244487] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:28.814] [ 2.262571] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:28.830] [ 2.278069] NET: Registered protocol family = 2 [2024-05-23 14:21:28.843] [ 2.285585] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:21:28.868] [ 2.293203] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:21:28.868] [ 2.304423] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:21:28.871] [ 2.311849] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:21:28.871] [ 2.318619] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:21:28.900] [ 2.326693] NET: Registered protocol family = 1 [2024-05-23 14:21:28.987] [ 2.434488] audit: initializing netlink = subsys (disabled) [2024-05-23 14:21:28.996] [ 2.440963] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:21:29.022] [ 2.441596] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:21:29.079] [ 2.523695] fuse init (API version 7.26) [2024-05-23 14:21:29.117] [ 2.541826] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:21:29.119] [ 2.551495] io scheduler noop registered = (default) [2024-05-23 14:21:29.119] [ 2.556337] io scheduler mq-deadline = registered [2024-05-23 14:21:29.119] [ 2.560911] io scheduler kyber registered [2024-05-23 14:21:29.124] [ 2.571993] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:29.150] [ 2.578846] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:29.150] [ 2.585058] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:21:29.150] [ 2.592839] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:29.207] [ 2.655270] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:29.216] [ 2.662853] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:29.232] [ 2.667928] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:21:29.232] [ 2.673357] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:29.232] [ 2.674015] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:29.247] [ 2.684770] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:29.247] [ 2.690978] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:21:29.263] [ 2.698541] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:29.281] [ 2.722551] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:29.282] [ 2.729471] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:29.298] [ 2.734144] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:21:29.298] [ 2.739571] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:29.298] [ 2.740141] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:29.314] [ 2.750894] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:29.314] [ 2.757102] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:21:29.330] [ 2.764717] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:29.385] [ 2.830967] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:29.399] [ 2.837747] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:29.413] [ 2.842422] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:21:29.427] [ 2.847849] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:29.427] [ 2.857528] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:21:29.430] [ 2.867233] [INF][WDMA] tcc_wdma_init [2024-05-23 14:21:29.430] [ 2.872086] TCC WDMA Driver Initializing [2024-05-23 14:21:29.451] [ 2.878945] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:21:29.457] [ 2.885168] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:21:29.457] [ 2.895650] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:29.480] [ 2.908320] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:21:29.480] [ 2.917715] [CPU_ID] probe is done [2024-05-23 14:21:29.480] [ 2.921472] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:21:29.482] [ 2.928178] [DRAM_TOOL] probe is done [2024-05-23 14:21:29.496] [ 2.935361] MALI-G51 : r30p0-01eac0 [2024-05-23 14:21:29.496] [ 2.938880] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:21:29.524] [ 2.948601] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:29.526] [ 2.948606] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:21:29.526] [ 2.948611] 6 locks held by swapper/0/1: [2024-05-23 14:21:29.526] [ 2.948614] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:21:29.543] [ 2.948642] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:21:29.561] [ 2.948657] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:21:29.561] [ 2.948675] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:29.565] [ 2.948690] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:21:29.588] [ 2.948706] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:29.590] [ 2.948726] irq event stamp: 453434 [2024-05-23 14:21:29.590] [ 2.948731] hardirqs last enabled at = (453433): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:29.590] [ 2.948736] hardirqs last disabled at = (453434): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:29.616] [ 2.948744] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:29.616] [ 2.948748] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:29.616] [ 2.948750] Preemption disabled at: [2024-05-23 14:21:29.632] [ 2.948755] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:29.648] [ 2.948765] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:21:29.648] [ 2.948768] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:29.681] [ 2.948773] Call trace: [2024-05-23 14:21:29.682] [ 2.948779] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:29.682] [ 2.948784] show_stack+0x14/0x20 [2024-05-23 14:21:29.682] [ 2.948789] dump_stack+0xb8/0xf0 [2024-05-23 14:21:29.682] [ 2.948794] ___might_sleep+0x178/0x210 [2024-05-23 14:21:29.691] [ 2.948798] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:29.691] [ 2.948803] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:29.691] [ 2.948809] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:29.691] [ 2.948816] gic_set_type+0x84/0x98 [2024-05-23 14:21:29.691] [ 2.948821] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:29.691] [ 2.948826] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:29.691] [ 2.948830] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:29.691] [ 2.948837] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:21:29.691] [ 2.948843] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:21:29.718] [ 2.948847] kbase_device_init+0x78/0xf8 [2024-05-23 14:21:29.718] [ 2.948853] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:21:29.718] [ 2.948858] platform_drv_probe+0x58/0xb8 [2024-05-23 14:21:29.718] [ 2.948863] = driver_probe_device+0x228/0x410 [2024-05-23 14:21:29.731] [ 2.948868] __driver_attach+0xfc/0x118 [2024-05-23 14:21:29.731] [ 2.948873] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:21:29.731] [ 2.948878] driver_attach+0x20/0x28 [2024-05-23 14:21:29.731] [ 2.948883] bus_add_driver+0x220/0x268 [2024-05-23 14:21:29.731] [ 2.948888] driver_register+0x60/0xf8 [2024-05-23 14:21:29.744] [ 2.948892] = __platform_driver_register+0x44/0x50 [2024-05-23 14:21:29.744] [ 2.948899] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:21:29.746] [ 2.948904] do_one_initcall+0x50/0x15c [2024-05-23 14:21:29.746] [ 2.948911] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:21:29.746] [ 2.948916] kernel_init+0x10/0x100 [2024-05-23 14:21:29.746] [ 2.948921] ret_from_fork+0x10/0x18 [2024-05-23 14:21:29.769] [ 2.950471] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:21:29.772] [ 3.205262] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:21:29.772] [ 3.212001] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:21:29.797] [ 3.226097] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:21:29.799] [ 3.233274] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:21:29.799] [ 3.245352] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:21:29.815] [ 3.251571] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:21:29.815] [ 3.255952] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:21:29.816] [ 3.263518] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:21:29.863] [ 3.311731] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:21:29.877] [ 3.322181] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:21:29.895] [ 3.330037] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:21:29.895] [ 3.340345] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:21:29.911] [ 3.345623] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:21:29.926] [ 3.356696] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:21:29.947] [ 3.365557] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:21:29.963] [ 3.384830] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:21:29.966] [ 3.387125] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:21:29.966] [ 3.387894] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:21:29.966] [ 3.391544] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:21:29.966] [ 3.392255] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:21:29.979] [ 3.392863] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:21:29.979] [ 3.393943] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:21:29.996] [ 3.405789] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:21:29.996] [ 3.405819] GPT:15269887 !=3D 15273599 [2024-05-23 14:21:29.996] [ 3.405827] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:21:30.014] [ 3.405835] GPT:15269887 !=3D 15273599 [2024-05-23 14:21:30.014] [ 3.405842] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:21:30.014] [ 3.405956] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:21:30.030] [ 3.475532] libphy: Fixed MDIO Bus: probed [2024-05-23 14:21:30.056] [ 3.480498] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:21:30.057] [ 3.493766] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:21:30.057] [ 3.498311] [INFO][GAMC] gmac index : 1 [2024-05-23 14:21:30.057] [ 3.502797] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:21:30.072] [ 3.507963] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:21:30.074] [ 3.513971] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:21:30.074] [ 3.518362] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:21:30.111] [ 3.526630] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:21:30.111] [ 3.540353] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:21:30.111] [ 3.546203] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:30.116] [ 3.546215] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:21:30.116] [ 3.546222] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:21:30.137] [ 3.546233] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:30.140] [ 3.546245] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:21:30.140] [ 3.575126] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:21:30.163] [ 3.591401] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:21:30.165] [ 3.598055] usbhid: USB HID core driver [2024-05-23 14:21:30.165] [ 3.602269] optee: probing for conduit = method from DT. [2024-05-23 14:21:30.165] [ 3.607449] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:21:30.167] [ 3.609322] optee: initialized driver [2024-05-23 14:21:30.191] [ 3.618805] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:21:30.191] [ 3.624530] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:21:30.191] [ 3.629699] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:21:30.191] [ 3.634867] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:21:30.215] [ 3.640642] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:21:30.216] [ 3.646417] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:21:30.216] [ 3.652279] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:21:30.216] [ 3.658748] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:21:30.242] [ 3.666233] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:21:30.243] [ 3.674181] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:21:30.243] [ 3.688275] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:21:30.259] [ 3.696263] NET: Registered protocol family = 17 [2024-05-23 14:21:30.259] [ 3.701381] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:21:30.281] [ 3.719149] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:21:30.446] [ 3.888651] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:30.450] [ 3.888734] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:21:30.466] [ 3.904528] ALSA device list: [2024-05-23 14:21:30.466] [ 3.907523] No soundcards found. [2024-05-23 14:21:30.466] [ 3.913513] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:21:30.498] [ 3.934589] Freeing unused kernel memory: = 4160K [2024-05-23 14:21:30.499] Mounting devtmpfs [2024-05-23 14:21:30.501] [ 3.949043] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:21:30.515] Mounting procfs [2024-05-23 14:21:30.515] Mounting sysfs [2024-05-23 14:21:30.531] [ 3.968530] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:21:30.554] [ 3.997997] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:21:30.591] [ 4.039224] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:21:30.601] [ 4.048683] mount (97) used greatest stack = depth: 11840 bytes left [2024-05-23 14:21:30.617] [ 4.063247] mount (99) used greatest stack = depth: 11440 bytes left [2024-05-23 14:21:30.853] [ 4.301303] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:21:30.952] [ 4.399821] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:21:31.060] [ 4.427247] systemd[1]: Detected = architecture arm64. [2024-05-23 14:21:31.060]=20 [2024-05-23 14:21:31.060] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:21:31.062]=20 [2024-05-23 14:21:31.062] [ 4.488778] systemd[1]: Set hostname to = . [2024-05-23 14:21:31.063] [ 4.500125] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:21:31.063] [ 4.509380] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:21:31.302] [ 4.749935] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:21:31.329] [ 4.767067] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:21:31.361] [ 4.808789] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:21:31.374] [ 4.820894] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:21:31.563] [ 5.010969] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:21:31.633] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:21:31.652] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:21:31.669] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:21:31.685] [ OK ] Reached target Remote File Systems. [2024-05-23 14:21:31.713] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:21:31.720] [ OK ] Reached target Swap. [2024-05-23 14:21:31.740] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:21:31.755] [ OK ] Reached target Paths. [2024-05-23 14:21:31.786] [ OK ] Created slice User and Session Slice. [2024-05-23 14:21:31.791] [ OK ] Listening on udev Control Socket. [2024-05-23 14:21:31.808] [ OK ] Created slice system-getty.slice. [2024-05-23 14:21:31.823] [ OK ] Listening on Journal Socket. [2024-05-23 14:21:31.852] Mounting FUSE Control File System... [2024-05-23 14:21:31.883] Starting Apply Kernel Variables... [2024-05-23 14:21:31.913] Starting udev Coldplug all Devices... [2024-05-23 14:21:31.945] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:21:31.981] Mounting POSIX Message Queue File = System... [2024-05-23 14:21:32.027] Mounting Kernel Debug File System... [2024-05-23 14:21:32.053] [ 5.501700] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:21:32.083] Mounting Configuration File System... [2024-05-23 14:21:32.101] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:21:32.126] Mounting Huge Pages File System... [2024-05-23 14:21:32.151] [ OK ] Listening on Syslog Socket. [2024-05-23 14:21:32.170] Starting Journal Service... [2024-05-23 14:21:32.200] [ OK ] Reached target Slices. [2024-05-23 14:21:32.220] Starting mount data partition = service... [2024-05-23 14:21:32.254] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:21:32.299] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:21:32.317] [ 5.765425] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:32.390] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:21:32.418] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:21:32.445] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:21:32.447] [ OK ] Mounted Configuration File System. [2024-05-23 14:21:32.469] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:21:32.489] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:21:32.516] [ OK ] Started Journal Service. [2024-05-23 14:21:32.541] [ OK ] Started mount data partition service. [2024-05-23 14:21:32.607] Starting NS file System mount and = recovery.... [2024-05-23 14:21:32.643] Starting udev Kernel Device = Manager... [2024-05-23 14:21:32.664] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:21:32.710] Mounting /tmp... [2024-05-23 14:21:32.728] [ OK ] Reached target Containers. [2024-05-23 14:21:32.754] [ 6.199627] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:32.785] Mounting /var/volatile... [2024-05-23 14:21:32.828] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:21:32.851] [ 6.291471] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:32.960] [ 6.400757] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:33.042] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:21:33.078] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:21:33.109] [ OK ] Mounted /tmp. [2024-05-23 14:21:33.121] [ OK ] Mounted /var/volatile. [2024-05-23 14:21:33.210] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:21:33.237] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:21:33.423] [ 6.870433] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:21:33.444] Starting Bind mount volatile = /var/spool... [2024-05-23 14:21:33.480] Starting Bind mount volatile = /var/cache... [2024-05-23 14:21:33.506] Starting Bind mount volatile = /var/lib... [2024-05-23 14:21:33.542] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:21:33.635] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:21:33.742] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:21:33.769] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:21:33.805] Starting Load/Save Random Seed... [2024-05-23 14:21:33.822] [ OK ] Reached target Local File Systems. [2024-05-23 14:21:33.852] Starting netfilter persistent = configuration... [2024-05-23 14:21:33.887] Starting AppArmor initialization... [2024-05-23 14:21:33.919] Starting Create Volatile Files and = Directories... [2024-05-23 14:21:33.952] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:21:34.062] [ 7.510146] audit: type=3D1400 = audit(1550139121.204:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:21:34.101] [ 7.529121] audit: type=3D1400 = audit(1550139121.220:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:21:34.103] [ 7.545034] audit: type=3D1400 = audit(1550139121.220:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:21:34.119] [ 7.560868] audit: type=3D1400 = audit(1550139121.220:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:21:34.134] [ 7.576426] audit: type=3D1400 = audit(1550139121.220:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:21:34.149] [ 7.592442] audit: type=3D1400 = audit(1550139121.220:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:21:34.164] [ 7.608285] audit: type=3D1400 = audit(1550139121.220:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:21:34.184] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:21:34.218] [ OK ] Started AppArmor initialization. [2024-05-23 14:21:34.235] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:21:34.270] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:21:34.296] [ OK ] Reached target Network (Pre). [2024-05-23 14:21:34.320] Starting Network Service... [2024-05-23 14:21:34.361] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:21:34.390] [ OK ] Reached target System Initialization. [2024-05-23 14:21:34.404] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:21:34.422] [ OK ] Reached target Sockets. [2024-05-23 14:21:34.463] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:21:34.466] [ OK ] Reached target Timers. [2024-05-23 14:21:34.469] [ OK ] Reached target Basic System. [2024-05-23 14:21:34.505] [ 7.953605] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:21:34.512] [ OK ] Started NS VSync Process. [2024-05-23 14:21:34.553] [ 7.992836] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:21:34.555] [ 8.001974] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:21:34.572] [ 8.006507] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:21:34.572] [ OK ] Started Kernel Logging Service. [2024-05-23 14:21:34.594] [ 8.041889] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:21:34.602] Starting Login Service... [2024-05-23 14:21:34.670] [ OK ] Started [ 8.118750] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:21:34.678] OP-TEE Supplicant Service. [2024-05-23 14:21:34.721] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:21:34.778] [ OK ] Started NS System Management Process. [2024-05-23 14:21:34.805] [ 8.231908] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:21:34.813] Start /usr/bin/sys-fail-mon [2024-05-23 14:21:34.815] [ 8.232048] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:21:34.843] Starting NS Inter Domain Comm = Process... [2024-05-23 14:21:34.873] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:21:34.917] [ 8.232068] [INFO][GMAC]=20 [2024-05-23 14:21:34.919] [ 8.362780] libphy: tcc-gmac-mdio: probed [2024-05-23 14:21:34.934] [ 8.369507] [INFO][GMAC] registered! [2024-05-23 14:21:34.934] [ 8.371406] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:21:34.934] [ 8.371466] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:21:34.955] [ 8.376876] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:21:34.955] [ 8.376889] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:21:34.969] [ 8.385279] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:34.971] [ 8.386459] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:21:34.996] [ 8.386488] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:21:34.996] [ 8.389790] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:21:34.996] [ 8.389802] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:21:35.010] [ 8.390735] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:35.012] [ 8.459180] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:21:35.037] [[ 8.465146] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:21:35.037] OK ] Started D-Bus System Message Bus. [2024-05-23 14:21:35.052] Starting Load Kernel Modules... [2024-05-23 14:21:35.070] [ OK ] Started System Logging Service. [2024-05-23 14:21:35.073] [ OK ] Started Network Service. [2024-05-23 14:21:35.103] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:21:35.107] [ 8.554180] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:21:35.123] [ 8.570438] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:21:35.137] [ 8.570438] -- MASTER Configuration. [2024-05-23 14:21:35.152] [ 8.570438] -- Local Receiver Status Not = OK. [2024-05-23 14:21:35.153] [ 8.570438] -- Remote Receiver Status Not = OK. [2024-05-23 14:21:35.153] [ 8.577287] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:21:35.179] [ 8.577298] Disabling lock debugging due to = kernel taint [2024-05-23 14:21:35.179] [ 8.611158] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:21:35.179] [ 8.611163] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:21:35.193] [ 8.611349] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:35.195] [ 8.611353] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:21:35.223] [ 8.611355] INFO: lockdep is turned off. [2024-05-23 14:21:35.237] [ 8.611357] irq event stamp: 73072 [2024-05-23 14:21:35.237] [ 8.611373] hardirqs last enabled at = (73071): [<000000005b685388>] preempt_schedule_irq+0x28/0x68 [2024-05-23 14:21:35.238] [ 8.611378] hardirqs last disabled at = (73072): [<00000000d03261f6>] __schedule+0xc8/0x730 [2024-05-23 14:21:35.264] [ 8.611386] softirqs last enabled at (0): = [<000000000863151b>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:35.264] [ 8.611389] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:35.264] [ 8.611391] Preemption disabled at: [2024-05-23 14:21:35.279] [ 8.611398] [<00000000dd1b9346>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:35.279] [ 8.611406] CPU: 2 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:21:35.301] [ 8.611407] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:35.304] [ 8.611410] Call trace: [2024-05-23 14:21:35.304] [ 8.611415] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:35.304] [ 8.611419] show_stack+0x14/0x20 [2024-05-23 14:21:35.304] [ 8.611423] dump_stack+0xb8/0xf0 [2024-05-23 14:21:35.304] [ 8.611427] ___might_sleep+0x178/0x210 [2024-05-23 14:21:35.336] [ 8.611431] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:35.336] [ 8.611437] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:35.336] [ 8.611441] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:35.336] [ 8.611447] gic_set_type+0x84/0x98 [2024-05-23 14:21:35.336] [ 8.611451] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:35.338] [ 8.611454] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:35.338] [ 8.611458] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:35.338] [ 8.611463] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:21:35.338] [ 8.611468] __dev_open+0x100/0x150 [2024-05-23 14:21:35.359] [ 8.611471] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:21:35.359] [ 8.611474] dev_change_flags+0x20/0x60 [2024-05-23 14:21:35.359] [ 8.611478] do_setlink+0x3ec/0xc30 [2024-05-23 14:21:35.359] [ 8.611480] rtnl_setlink+0xcc/0x128 [2024-05-23 14:21:35.359] [ 8.611483] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:21:35.361] [ 8.611487] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:21:35.384] [ 8.611490] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:21:35.384] [ 8.611493] netlink_unicast+0x180/0x1f8 [2024-05-23 14:21:35.384] [ 8.611495] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:21:35.384] [ 8.611501] sock_sendmsg+0x3c/0x58 [2024-05-23 14:21:35.385] [ 8.611505] SyS_sendto+0xd0/0x140 [2024-05-23 14:21:35.385] [ 8.611508] el0_svc_naked+0x34/0x38 [2024-05-23 14:21:35.386] [ 8.611635] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:21:35.410] [ 8.617069] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:21:35.410] [ 8.617074] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:21:35.410] [ 8.617080] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:21:35.412] [ 8.617080] =20 [2024-05-23 14:21:35.432] [ 8.617398] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:21:35.435] [ 8.617702] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:21:35.435] [ 8.617706] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:21:35.435] [ 8.617711] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:21:35.456] [ 8.617711] =20 [2024-05-23 14:21:35.456] [ 8.617858] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:21:35.470] [ 8.617873] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:21:35.470] [ 8.617877] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:21:35.470] [ 8.617881] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:21:35.470] [ 8.617889] [INFO][GMAC] --] phy_start: : [2024-05-23 14:21:35.474] [ 8.617953] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:21:35.474] [ 8.720549] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:21:35.474] [ 8.723084] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:35.498] [ 8.737060] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:21:35.501] [ 8.739398] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:21:35.501] [ 8.748384] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:21:35.501] [ 8.748853] Done!! [2024-05-23 14:21:35.501] [ 8.831092] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:35.501] [ 8.841089] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:21:35.519] [ 8.843724] Done!! [2024-05-23 14:21:35.521] [ 8.939049] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:35.521] [ 8.945532] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:21:35.521] [ 8.947600] Done!! [2024-05-23 14:21:35.521] [ OK ] Started Cluster Framework. [2024-05-23 14:21:35.546] [ OK ] Started HUD Framework. [2024-05-23 14:21:35.546] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:21:35.548] [ OK ] Started Nvm Process. [2024-05-23 14:21:35.561] [ OK ] Started NS hsm control application. [2024-05-23 14:21:35.564] parents, child is 338 [2024-05-23 14:21:35.587] [ OK ] Started Diagnosis Framework. [2024-05-23 14:21:35.590] [ OK ] Started Diagnosis Transport. [2024-05-23 14:21:35.590] [ OK ] Started NS Software Update. [2024-05-23 14:21:35.590] [ OK ] Started NS Secondary Verify. [2024-05-23 14:21:35.590] [ OK ] Reached target Network. [2024-05-23 14:21:35.617] [ 9.050236] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:35.736] [IDC]Start. [2024-05-23 14:21:35.737] [ 9.176283] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:35.737] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:21:35.737] [ 9.176515] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:21:35.756] Starting Permit User Sessions... [2024-05-23 14:21:35.756] [IDC](A7)ConnectReq 0 [2024-05-23 14:21:35.756] [IDC](A7)do_connect 0 [2024-05-23 14:21:35.758] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:21:35.781] [IDC](A7)Tx start session req 1 [2024-05-23 14:21:35.785] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:21:35.785] [IDC](R5)ConnectReq 0 [2024-05-23 14:21:35.785] [IDC](R5)do_connect 0 [2024-05-23 14:21:35.785] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:21:35.785] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:21:35.785] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:21:35.785] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:21:35.785] Starting udev Coldplug all Devices... [2024-05-23 14:21:35.827] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:21:35.831] Starting Wait for Network to be = Configured...[IDC](A7)Session connected. [2024-05-23 14:21:35.831]=20 [2024-05-23 14:21:35.831] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:21:35.831] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:21:35.831] [IDC](R5)Session connected.2 [2024-05-23 14:21:35.831] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:21:35.831] [ OK ] Started Load [ 9.256741] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:21:35.831] Kernel Modules. [2024-05-23 14:21:35.863] [ OK ] Started Login Service. [2024-05-23 14:21:35.863] [ 9.299181] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:35.865] [ OK ] Started Permit User Sessions. [2024-05-23 14:21:35.895] [ OK ] Started Getty on tty1. [2024-05-23 14:21:35.914] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:21:35.928] [ OK ] Reached target Login Prompts. [2024-05-23 14:21:35.928] [ OK ] Reached target Multi-User System. [2024-05-23 14:21:35.943] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:21:35.945] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:21:35.970] [ 9.411111] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:36.000] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:21:36.013] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:21:36.076] [ 9.523838] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:36.191] [ 9.637744] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:36.316] [ 9.752577] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:36.603] [ 10.047819] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:36.611] [ 10.047826] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:37.020] [ 10.457567] sched: RT throttling activated [2024-05-23 14:21:37.550] [ 10.965245] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:37.560] [ 10.965256] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:38.093] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:21:42.240]=20 [2024-05-23 14:21:42.240] telechips-nsp1-release login:=20 [2024-05-23 14:21:44.925]=20 [2024-05-23 14:21:44.925] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:21:44.938]=20 [2024-05-23 14:21:44.938] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:21:44.938] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:21:44.961] DRAM: 2 GiB [2024-05-23 14:21:44.965] MMC: sdhc@0x16440000: 0 [2024-05-23 14:21:45.254]=20 [2024-05-23 14:21:45.254] HW Partition tyep is UserData [2024-05-23 14:21:45.276] In: serial [2024-05-23 14:21:45.277] Out: serial [2024-05-23 14:21:45.277] Err: serial [2024-05-23 14:21:45.331] Boot in the UserData environment(0) [2024-05-23 14:21:45.335] Non-secure boot (secure boot flag is clear) [2024-05-23 14:21:45.349] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:21:45.349] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:21:45.349] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:21:45.363] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:21:45.365] Booting using the fdt blob at 0x23000000 [2024-05-23 14:21:45.365] Loading Kernel Image [2024-05-23 14:21:45.388] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:21:45.390] OPTEE is enabled [2024-05-23 14:21:45.390]=20 [2024-05-23 14:21:45.390] Starting kernel ... [2024-05-23 14:21:45.390]=20 [2024-05-23 14:21:46.313] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:21:46.318] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:21:46.332] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:21:46.346] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:21:46.346] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:21:46.346] [ 0.000000] efi: UEFI not found. [2024-05-23 14:21:46.361] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:21:46.364] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:21:46.390] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:21:46.390] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:21:46.390] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:21:46.390] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:21:46.405] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:21:46.407] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:21:46.420] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:21:46.422] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:21:46.448] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:21:46.448] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:21:46.448] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:21:46.463] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:21:46.463] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:21:46.480] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:21:46.480] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:21:46.496] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:21:46.496] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:21:46.510] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:21:46.510] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:21:46.526] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:21:46.526] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:21:46.541] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:21:46.541] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:21:46.543] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:21:46.568] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:21:46.568] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:21:46.568] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:21:46.568] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:21:46.586] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:21:46.586] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:21:46.586] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:21:46.589] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:21:46.615] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:21:46.615] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:21:46.630] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:21:46.631] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:21:46.656] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:21:46.656] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:21:46.656] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:21:46.683] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:21:46.683] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:21:46.697] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:21:46.697] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:21:46.700] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:21:46.700] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:21:46.724] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:21:46.724] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:21:46.724] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:21:46.740] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:21:46.745] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:21:46.768] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:21:46.781] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:21:46.781] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:21:46.781] [ 0.000000] Running RCU self tests [2024-05-23 14:21:46.781] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:21:46.783] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:21:46.783] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:21:46.783] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:21:46.807] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:21:46.807] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:21:46.807] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:21:46.807] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:21:46.821] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:21:46.833] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:21:46.833] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:21:46.835] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:21:46.862] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:21:46.862] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:21:46.862] [ 0.001474] Console: colour dummy device = 80x25 [2024-05-23 14:21:46.862] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:21:46.877] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:21:46.879] [ 0.001722] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:21:46.879] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:21:46.879] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:21:46.903] [ 0.001729] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:21:46.903] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:21:46.903] [ 0.001735] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:21:46.903] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:21:46.903] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:21:46.919] [ 0.001781] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:21:46.932] [ 0.001789] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:21:46.932] [ 0.002288] Security Framework initialized [2024-05-23 14:21:46.945] [ 0.002412] AppArmor: AppArmor initialized [2024-05-23 14:21:46.945] [ 0.002657] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:21:46.947] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:21:46.947] [ 0.019959] ASID allocator initialised with = 32768 entries [2024-05-23 14:21:46.971] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:21:46.971] [ 0.062283] EFI services will not be = available. [2024-05-23 14:21:46.971] [ 0.076132] smp: Bringing up secondary CPUs = ... [2024-05-23 14:21:46.971] [ 0.120758] Detected VIPT I-cache on CPU1 [2024-05-23 14:21:46.971] [ 0.120834] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:21:46.973] [ 0.165004] Detected VIPT I-cache on CPU2 [2024-05-23 14:21:46.983] [ 0.165061] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:21:46.983] [ 0.209288] Detected VIPT I-cache on CPU3 [2024-05-23 14:21:46.984] [ 0.209341] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:21:47.012] [ 0.209718] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:21:47.012] [ 0.209758] SMP: Total of 4 processors = activated. [2024-05-23 14:21:47.012] [ 0.209774] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:21:47.012] [ 0.209795] CPU: All CPU(s) started at EL2 [2024-05-23 14:21:47.012] [ 0.209976] alternatives: patching kernel = code [2024-05-23 14:21:47.014] [ 0.210526] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:21:47.037] [ 0.213126] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:21:47.037] [ 0.213716] devtmpfs: initialized [2024-05-23 14:21:47.037] [ 0.402706] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:21:47.037] [ 0.402975] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:21:47.055] [ 0.411753] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:21:47.058] [ 0.412659] chipinfo: TCC8030 Rev02 [2024-05-23 14:21:47.058] [ 0.412674] chipinfo: SiP Service v0.1.56 [2024-05-23 14:21:47.058] [ 0.417937] NET: Registered protocol family = 16 [2024-05-23 14:21:47.081] [ 0.421739] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:21:47.102] [ 0.423849] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:21:47.102] [ 0.425421] cpuidle: using governor menu [2024-05-23 14:21:47.102] [ 0.425664] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:21:47.102] [ 0.439832] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:21:47.115] [ 0.440304] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:21:47.115] [ 0.440350] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:21:47.115] [ 0.440394] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:21:47.115] [ 0.440438] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:21:47.127] [ 0.440482] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:21:47.127] [ 0.440525] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:21:47.127] [ 0.440569] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:21:47.141] [ 0.440612] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:21:47.141] [ 0.440656] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:21:47.144] [ 0.440699] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:21:47.144] [ 0.440742] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:21:47.144] [ 0.440786] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:21:47.176] [ 0.440830] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:21:47.180] [ 0.440873] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:21:47.180] [ 0.440916] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:21:47.180] [ 0.440974] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:21:47.180] [ 0.441017] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:21:47.180] [ 0.441061] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:21:47.180] [ 0.441409] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:21:47.202] [ 0.441453] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:21:47.215] [ 0.441496] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:21:47.215] [ 0.441539] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:21:47.215] [ 0.441583] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:21:47.215] [ 0.441626] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:21:47.215] [ 0.441669] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:21:47.218] [ 0.441712] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:21:47.218] [ 0.441755] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:21:47.242] [ 0.441799] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:21:47.242] [ 0.441842] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:21:47.242] [ 0.441886] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:21:47.242] [ 0.442192] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:21:47.242] [ 0.442254] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:21:47.253] [ 0.442298] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:21:47.253] [ 0.442341] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:21:47.267] [ 0.442385] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:21:47.270] [ 0.442428] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:21:47.270] [ 0.442471] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:21:47.293] [ 0.442677] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:21:47.295] [ 0.442721] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:21:47.295] [ 0.442764] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:21:47.295] [ 0.442807] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:21:47.295] [ 0.442851] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:21:47.317] [ 0.442893] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:21:47.329] [ 0.442937] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:21:47.329] [ 0.442980] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:21:47.329] [ 0.443023] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:21:47.329] [ 0.443067] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:21:47.331] [ 0.443124] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:21:47.331] [ 0.443167] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:21:47.353] [ 0.443211] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:21:47.357] [ 0.443254] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:21:47.357] [ 0.443801] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:21:47.357] [ 0.443846] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:21:47.357] [ 0.444016] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:21:47.377] [ 0.444186] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:21:47.389] [ 0.444370] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:21:47.389] [ 0.444535] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:21:47.389] [ 0.444704] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:21:47.389] [ 0.444747] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:21:47.391] [ 0.444791] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:21:47.391] [ 0.444955] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:21:47.413] [ 0.445120] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:21:47.418] [ 0.445285] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:21:47.418] [ 0.445329] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:21:47.418] [ 0.445372] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:21:47.418] [ 0.445415] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:21:47.442] [ 0.445458] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:21:47.453] [ 0.445628] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:21:47.453] [ 0.445672] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:21:47.453] [ 0.445873] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:21:47.453] [ 0.445887] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:21:47.455] [ 0.528300] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:21:47.455] [ 0.528389] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:21:47.479] [ 1.675215] console [ttyAMA0] enabled [2024-05-23 14:21:47.479] [ 1.682848] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:21:47.498] [ 1.711721] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:21:47.509] [ 1.722016] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:21:47.523] [ 1.732607] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:21:47.540] [ 1.742862] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:21:47.627] [ 1.842679] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:21:47.649] [ 1.858865] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:21:47.651] [ 1.865760] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:21:47.666] [ 1.872616] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:21:47.666] [ 1.878984] Linux video capture interface: = v2.00 [2024-05-23 14:21:47.691] [ 1.884802] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:47.691] [ 1.884806] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:21:47.692] [ 1.884810] 6 locks held by swapper/0/1: [2024-05-23 14:21:47.719] [ 1.884813] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:21:47.719] [ 1.884841] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:21:47.719] [ 1.884856] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:21:47.721] [ 1.884875] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:47.746] [ 1.884889] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:21:47.746] [ 1.884906] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:47.751] [ 1.884925] irq event stamp: 287978 [2024-05-23 14:21:47.751] [ 1.884930] hardirqs last enabled at = (287977): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:47.773] [ 1.884935] hardirqs last disabled at = (287978): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:47.773] [ 1.884943] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:47.788] [ 1.884947] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:47.788] [ 1.884949] Preemption disabled at: [2024-05-23 14:21:47.789] [ 1.884954] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:47.815] [ 1.884964] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:21:47.815] [ 1.884967] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:47.815] [ 1.884970] Call trace: [2024-05-23 14:21:47.815] [ 1.884976] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:47.815] [ 1.884981] show_stack+0x14/0x20 [2024-05-23 14:21:47.817] [ 1.884987] dump_stack+0xb8/0xf0 [2024-05-23 14:21:47.841] [ 1.884992] ___might_sleep+0x178/0x210 [2024-05-23 14:21:47.841] [ 1.884996] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:47.841] [ 1.885001] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:47.841] [ 1.885007] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:47.841] [ 1.885013] gic_set_type+0x84/0x98 [2024-05-23 14:21:47.841] [ 1.885018] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:47.844] [ 1.885023] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:47.869] [ 1.885028] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:47.869] [ 1.885034] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:21:47.869] [ 1.885040] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:21:47.869] [ 1.885044] platform_drv_probe+0x58/0xb8 [2024-05-23 14:21:47.869] [ 1.885049] = driver_probe_device+0x228/0x410 [2024-05-23 14:21:47.869] [ 1.885054] __driver_attach+0xfc/0x118 [2024-05-23 14:21:47.886] [ 1.885059] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:21:47.886] [ 1.885064] driver_attach+0x20/0x28 [2024-05-23 14:21:47.886] [ 1.885068] bus_add_driver+0x220/0x268 [2024-05-23 14:21:47.886] [ 1.885073] driver_register+0x60/0xf8 [2024-05-23 14:21:47.898] [ 1.885077] = __platform_driver_register+0x44/0x50 [2024-05-23 14:21:47.900] [ 1.885084] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:21:47.900] [ 1.885089] do_one_initcall+0x50/0x15c [2024-05-23 14:21:47.900] [ 1.885097] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:21:47.924] [ 1.885102] kernel_init+0x10/0x100 [2024-05-23 14:21:47.924] [ 1.885106] ret_from_fork+0x10/0x18 [2024-05-23 14:21:47.924] [ 1.890880] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:21:47.924] [ 2.138114] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:21:47.954] [ 2.151625] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:21:47.954] [ 2.158649] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:21:47.956] [ 2.163251] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:21:47.956] [ 2.168055] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:21:47.975] [ 2.172903] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:21:47.977] [ 2.177458] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:21:48.015] [ 2.230931] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:21:48.027] [ 2.243321] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:48.045] [ 2.261374] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:48.072] [ 2.276972] NET: Registered protocol family = 2 [2024-05-23 14:21:48.074] [ 2.284522] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:21:48.087] [ 2.292140] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:21:48.100] [ 2.303474] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:21:48.102] [ 2.311052] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:21:48.125] [ 2.317814] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:21:48.128] [ 2.325924] NET: Registered protocol family = 1 [2024-05-23 14:21:48.218] [ 2.434347] audit: initializing netlink = subsys (disabled) [2024-05-23 14:21:48.226] [ 2.440875] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:21:48.239] [ 2.441436] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:21:48.309] [ 2.523515] fuse init (API version 7.26) [2024-05-23 14:21:48.333] [ 2.541454] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:21:48.349] [ 2.551087] io scheduler noop registered = (default) [2024-05-23 14:21:48.355] [ 2.556181] io scheduler mq-deadline = registered [2024-05-23 14:21:48.355] [ 2.560744] io scheduler kyber registered [2024-05-23 14:21:48.357] [ 2.571518] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:48.370] [ 2.578572] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:48.370] [ 2.584782] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:21:48.385] [ 2.592396] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:48.439] [ 2.654994] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:48.447] [ 2.662830] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:48.461] [ 2.667688] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:21:48.461] [ 2.673116] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:48.463] [ 2.673761] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:48.488] [ 2.684516] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:48.488] [ 2.690725] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:21:48.489] [ 2.698316] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:48.518] [ 2.722288] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:48.521] [ 2.729130] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:48.521] [ 2.733793] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:21:48.534] [ 2.739219] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:48.534] [ 2.739787] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:21:48.536] [ 2.750540] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:21:48.561] [ 2.756749] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:21:48.561] [ 2.764363] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:21:48.614] [ 2.830344] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:21:48.633] [ 2.837260] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:21:48.634] [ 2.841880] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:21:48.650] [ 2.847309] fbX_probe : update_type =3D 1=20 [2024-05-23 14:21:48.651] [ 2.857067] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:21:48.651] [ 2.866773] [INF][WDMA] tcc_wdma_init [2024-05-23 14:21:48.672] [ 2.871573] TCC WDMA Driver Initializing [2024-05-23 14:21:48.672] [ 2.878504] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:21:48.672] [ 2.884581] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:21:48.695] [ 2.895093] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:48.695] [ 2.907794] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:21:48.712] [ 2.917160] [CPU_ID] probe is done [2024-05-23 14:21:48.712] [ 2.920899] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:21:48.731] [ 2.927618] [DRAM_TOOL] probe is done [2024-05-23 14:21:48.733] [ 2.935092] MALI-G51 : r30p0-01eac0 [2024-05-23 14:21:48.733] [ 2.938621] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:21:48.735] [ 2.948264] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:48.750] [ 2.948268] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:21:48.750] [ 2.948273] 6 locks held by swapper/0/1: [2024-05-23 14:21:48.765] [ 2.948276] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:21:48.765] [ 2.948304] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:21:48.780] [ 2.948320] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:21:48.780] [ 2.948338] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:48.795] [ 2.948353] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:21:48.797] [ 2.948369] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:48.822] [ 2.948388] irq event stamp: 453704 [2024-05-23 14:21:48.822] [ 2.948394] hardirqs last enabled at = (453703): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:21:48.822] [ 2.948399] hardirqs last disabled at = (453704): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:21:48.837] [ 2.948406] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:48.837] [ 2.948409] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:48.852] [ 2.948412] Preemption disabled at: [2024-05-23 14:21:48.852] [ 2.948417] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:48.853] [ 2.948427] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:21:48.878] [ 2.948430] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:48.878] [ 2.948435] Call trace: [2024-05-23 14:21:48.878] [ 2.948441] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:48.878] [ 2.948446] show_stack+0x14/0x20 [2024-05-23 14:21:48.878] [ 2.948452] dump_stack+0xb8/0xf0 [2024-05-23 14:21:48.891] [ 2.948457] ___might_sleep+0x178/0x210 [2024-05-23 14:21:48.893] [ 2.948461] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:48.893] [ 2.948465] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:48.893] [ 2.948471] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:48.915] [ 2.948479] gic_set_type+0x84/0x98 [2024-05-23 14:21:48.917] [ 2.948484] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:48.917] [ 2.948488] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:48.917] [ 2.948493] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:48.917] [ 2.948499] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:21:48.917] [ 2.948505] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:21:48.941] [ 2.948509] kbase_device_init+0x78/0xf8 [2024-05-23 14:21:48.941] [ 2.948515] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:21:48.941] [ 2.948520] platform_drv_probe+0x58/0xb8 [2024-05-23 14:21:48.941] [ 2.948525] = driver_probe_device+0x228/0x410 [2024-05-23 14:21:48.941] [ 2.948530] __driver_attach+0xfc/0x118 [2024-05-23 14:21:48.943] [ 2.948535] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:21:48.966] [ 2.948540] driver_attach+0x20/0x28 [2024-05-23 14:21:48.966] [ 2.948544] bus_add_driver+0x220/0x268 [2024-05-23 14:21:48.966] [ 2.948549] driver_register+0x60/0xf8 [2024-05-23 14:21:48.966] [ 2.948553] = __platform_driver_register+0x44/0x50 [2024-05-23 14:21:48.966] [ 2.948560] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:21:48.966] [ 2.948565] do_one_initcall+0x50/0x15c [2024-05-23 14:21:48.984] [ 2.948572] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:21:48.984] [ 2.948578] kernel_init+0x10/0x100 [2024-05-23 14:21:48.984] [ 2.948582] ret_from_fork+0x10/0x18 [2024-05-23 14:21:48.984] [ 2.950304] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:21:49.001] [ 3.205010] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:21:49.001] [ 3.211750] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:21:49.026] [ 3.226773] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:21:49.030] [ 3.233862] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:21:49.032] [ 3.245871] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:21:49.046] [ 3.252089] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:21:49.046] [ 3.256471] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:21:49.071] [ 3.263970] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:21:49.100] [ 3.310803] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:21:49.107] [ 3.318540] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:21:49.134] [ 3.328299] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:21:49.134] [ 3.338902] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:21:49.136] [ 3.346244] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:21:49.160] [ 3.357318] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:21:49.160] [ 3.366273] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:21:49.169] [ 3.385090] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:21:49.184] [ 3.400628] libphy: Fixed MDIO Bus: probed [2024-05-23 14:21:49.198] [ 3.405577] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:21:49.203] [ 3.419075] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:21:49.217] [ 3.423630] [INFO][GAMC] gmac index : 1 [2024-05-23 14:21:49.217] [ 3.428205] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:21:49.219] [ 3.433416] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:21:49.243] [ 3.439528] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:21:49.243] [ 3.441933] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:21:49.243] [ 3.442888] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:21:49.243] [ 3.450259] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:21:49.258] [ 3.454221] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:21:49.258] [ 3.458206] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:21:49.260] [ 3.462455] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:21:49.285] [ 3.481861] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:21:49.285] [ 3.488637] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:21:49.285] [ 3.492774] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:21:49.286] [ 3.501421] GPT:15269887 !=3D 15273599 [2024-05-23 14:21:49.311] [ 3.501930] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:21:49.311] [ 3.503210] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:49.311] [ 3.503222] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:21:49.311] [ 3.503229] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:21:49.311] [ 3.503241] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:49.325] [ 3.503254] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:21:49.325] [ 3.504830] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:21:49.339] [ 3.514339] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:21:49.341] [ 3.514348] usbhid: USB HID core driver [2024-05-23 14:21:49.341] [ 3.514729] optee: probing for conduit = method from DT. [2024-05-23 14:21:49.364] [ 3.514755] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:21:49.364] [ 3.516606] optee: initialized driver [2024-05-23 14:21:49.364] [ 3.518335] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:21:49.364] [ 3.518350] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:21:49.364] [ 3.518358] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:21:49.378] [ 3.518365] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:21:49.381] [ 3.518373] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:21:49.381] [ 3.518380] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:21:49.406] [ 3.518387] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:21:49.406] [ 3.518395] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:21:49.406] [ 3.519918] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:21:49.408] [ 3.519926] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:21:49.429] [ 3.526855] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:21:49.429] [ 3.545130] NET: Registered protocol family = 17 [2024-05-23 14:21:49.429] [ 3.545735] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:21:49.445] [ 3.550658] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:21:49.445] [ 3.656836] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:21:49.449] [ 3.662880] GPT:15269887 !=3D 15273599 [2024-05-23 14:21:49.472] [ 3.666487] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:21:49.474] [ 3.671784] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:21:49.502] [ 3.715288] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:21:49.506] [ 3.715332] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:21:49.520] [ 3.731666] ALSA device list: [2024-05-23 14:21:49.520] [ 3.734677] No soundcards found. [2024-05-23 14:21:49.536] [ 3.740858] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:21:49.556] [ 3.761908] Freeing unused kernel memory: = 4160K [2024-05-23 14:21:49.557] Mounting devtmpfs [2024-05-23 14:21:49.561] [ 3.777068] mount (91) used greatest stack = depth: 13024 bytes left [2024-05-23 14:21:49.574] Mounting procfs [2024-05-23 14:21:49.574] Mounting sysfs [2024-05-23 14:21:49.599] [ 3.795518] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:21:49.617] [ 3.823141] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:21:49.651] [ 3.866515] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:21:49.669] [ 3.875405] mount (98) used greatest stack = depth: 11264 bytes left [2024-05-23 14:21:49.930] [ 4.145160] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:21:50.028] [ 4.243749] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:21:50.058] [ 4.271245] systemd[1]: Detected = architecture arm64. [2024-05-23 14:21:50.102]=20 [2024-05-23 14:21:50.102] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:21:50.116]=20 [2024-05-23 14:21:50.118] [ 4.331957] systemd[1]: Set hostname to = . [2024-05-23 14:21:50.132] [ 4.343713] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:21:50.149] [ 4.352498] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:21:50.385] [ 4.601355] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:21:50.413] [ 4.618461] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:21:50.444] [ 4.659976] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:21:50.457] [ 4.672094] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:21:50.649] [ 4.861497] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:21:50.719] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:21:50.737] [ OK ] Reached target Swap. [2024-05-23 14:21:50.769] [ OK ] Listening on Journal Socket. [2024-05-23 14:21:50.786] [ OK ] Created slice User and Session Slice. [2024-05-23 14:21:50.802] [ OK ] Reached target Slices. [2024-05-23 14:21:50.820] [ OK ] Listening on Syslog Socket. [2024-05-23 14:21:50.836] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:21:50.852] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:21:50.886] Mounting Kernel Debug File System... [2024-05-23 14:21:50.903] [ OK ] Created slice system-getty.slice. [2024-05-23 14:21:50.925] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:21:50.962] Mounting POSIX Message Queue File = System... [2024-05-23 14:21:50.992] Mounting Configuration File System... [2024-05-23 14:21:51.017] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:21:51.039] Mounting FUSE Control File System... [2024-05-23 14:21:51.051] [ OK ] Reached target Paths. [2024-05-23 14:21:51.082] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:21:51.105] [ OK ] Listening on udev Control Socket. [2024-05-23 14:21:51.138] Starting udev Coldplug all Devices... [2024-05-23 14:21:51.169] [ 5.370488] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:21:51.174] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:21:51.193] Starting Journal Service... [2024-05-23 14:21:51.228] Mounting Huge Pages File System... [2024-05-23 14:21:51.260] Starting mount data partition = service... [2024-05-23 14:21:51.289] Starting Apply Kernel Variables... [2024-05-23 14:21:51.320] [ OK ] Reached target Remote File Systems. [2024-05-23 14:21:51.339] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:21:51.375] [ 5.591702] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:51.385] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:21:51.441] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:21:51.470] [ OK ] Mounted Configuration File System. [2024-05-23 14:21:51.487] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:21:51.513] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:21:51.536] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:21:51.571] [ OK ] Started mount data partition service. [2024-05-23 14:21:51.588] [ OK ] Started Journal Service. [2024-05-23 14:21:51.620] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:21:51.680] Starting NS file System mount and = recovery.... [2024-05-23 14:21:51.728] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:21:51.766] Starting udev Kernel Device = Manager... [2024-05-23 14:21:51.787] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:21:51.812] Mounting /var/volatile... [2024-05-23 14:21:51.818] [ 6.030541] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:51.856] Mounting /tmp... [2024-05-23 14:21:51.880] [ OK ] Reached target Containers. [2024-05-23 14:21:51.917] [ 6.132246] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:52.008] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:21:52.019] [ 6.230578] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:21:52.104] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:21:52.137] [ OK ] Mounted /var/volatile. [2024-05-23 14:21:52.154] [ OK ] Mounted /tmp. [2024-05-23 14:21:52.241] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:21:52.267] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:21:52.438] [ 6.653961] systemd-journald[125]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:21:52.456] Starting Bind mount volatile = /var/spool... [2024-05-23 14:21:52.487] Starting Bind mount volatile = /var/cache... [2024-05-23 14:21:52.521] Starting Bind mount volatile = /var/lib... [2024-05-23 14:21:52.554] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:21:52.661] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:21:52.747] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:21:52.772] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:21:52.808] Starting Load/Save Random Seed... [2024-05-23 14:21:52.821] [ OK ] Reached target Local File Systems. [2024-05-23 14:21:52.854] Starting AppArmor initialization... [2024-05-23 14:21:52.879] Starting Create Volatile Files and = Directories... [2024-05-23 14:21:52.910] Starting netfilter persistent = configuration... [2024-05-23 14:21:52.943] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:21:53.015] [ 7.231163] audit: type=3D1400 = audit(1550139121.084:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:21:53.053] [ 7.250407] audit: type=3D1400 = audit(1550139121.084:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:21:53.055] [ 7.269474] audit: type=3D1400 = audit(1550139121.084:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:21:53.072] [[ 7.286666] audit: type=3D1400 = audit(1550139121.084:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:21:53.088] [ 7.302365] audit: type=3D1400 = audit(1550139121.084:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:21:53.112] OK [ 7.318383] audit: type=3D1400 = audit(1550139121.084:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:21:53.127] ] Started AppArmor initia[ 7.335520] audit: = type=3D1400 audit(1550139121.084:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:21:53.142] lization. [2024-05-23 14:21:53.168] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:21:53.344] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:21:53.371] [ OK ] Reached target Network (Pre). [2024-05-23 14:21:53.393] Starting Network Service... [2024-05-23 14:21:53.428] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:21:53.479] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:21:53.504] [ OK ] Reached target System Initialization. [2024-05-23 14:21:53.522] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:21:53.540] [ OK ] Reached target Sockets. [2024-05-23 14:21:53.557] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:21:53.573] [ OK ] Reached target Timers. [2024-05-23 14:21:53.588] [ OK ] Reached target Basic System. [2024-05-23 14:21:53.622] [ 7.825558] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:21:53.623] [ OK ] Started NS VSync Process. [2024-05-23 14:21:53.648] [ 7.859656] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:21:53.654] [ 7.865599] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:21:53.682] [ OK [ 7.881459] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:21:53.700] ] Started System Logging Service. [2024-05-23 14:21:53.714] [ 7.917381] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:21:53.715] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:21:53.760] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:21:53.789] [ 8.002029] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:21:53.805] Starting Load Kernel Modules... [2024-05-23 14:21:53.808] Start /usr/bin/sys-fail-mon [2024-05-23 14:21:53.821] Starting Login Service... [2024-05-23 14:21:53.853] [ OK ] Started NS System Management Process. [2024-05-23 14:21:53.890] Starting NS Inter [ 8.106306] = [INFO][GMAC] hsio_clk : 250000000 [2024-05-23 14:21:53.900] Domain Comm Process... [2024-05-23 14:21:53.902] [ 8.113390] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:21:53.929] [ OK ] Started Kernel Logging S[ = 8.113411] [INFO][GMAC]=20 [2024-05-23 14:21:53.943] ervice. [2024-05-23 14:21:53.943] [ 8.143003] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:21:53.946] [ 8.155721] Disabling lock debugging due to = kernel taint [2024-05-23 14:21:53.982] [ 8.178059] libphy: tcc-gmac-mdio: probed [2024-05-23 14:21:53.984] [ 8.178064] [INFO][GMAC] registered! [2024-05-23 14:21:53.984] [ 8.178067] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:21:53.984] [ 8.178072] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:21:54.001] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:21:54.014] [ 8.211619] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:21:54.017] [ 8.211637] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:21:54.041] [ 8.212152] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:21:54.043] [ 8.212162] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:21:54.043] [ 8.215122] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:54.068] [ 8.216679] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:21:54.068] [ 8.216694] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:21:54.068] [ 8.217044] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:21:54.068] [ 8.217049] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:21:54.083] [ 8.217475] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:21:54.097] [ 8.256217] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:21:54.099] [ 8.256258] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:21:54.099] [ 8.256258] -- MASTER Configuration. [2024-05-23 14:21:54.124] [ 8.256258] -- Local Receiver Status Not = OK. [2024-05-23 14:21:54.124] [ 8.256258] -- Remote Receiver Status Not = OK. [2024-05-23 14:21:54.124] [ 8.256273] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:21:54.124] [ 8.256276] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:21:54.124] [ 8.256527] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:21:54.138] [ 8.256530] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:21:54.139] [ 8.256533] INFO: lockdep is turned off. [2024-05-23 14:21:54.166] [ 8.256535] irq event stamp: 71126 [2024-05-23 14:21:54.166] [ 8.256549] hardirqs last enabled at = (71125): [<000000003494d936>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:21:54.166] [ 8.256555] hardirqs last disabled at = (71126): [<00000000146a89a9>] __schedule+0xc8/0x730 [2024-05-23 14:21:54.166] [ 8.256562] softirqs last enabled at (0): = [<000000001cb2e977>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:21:54.181] [ 8.256565] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:21:54.181] [ 8.256566] Preemption disabled at: [2024-05-23 14:21:54.195] [ 8.256573] [<00000000af3e9454>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:21:54.205] [ 8.256580] CPU: 3 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:21:54.206] [ 8.256582] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:21:54.206] [ 8.256585] Call trace: [2024-05-23 14:21:54.206] [ 8.256589] dump_backtrace+0x0/0x1d8 [2024-05-23 14:21:54.231] [ 8.256593] show_stack+0x14/0x20 [2024-05-23 14:21:54.231] [ 8.256597] dump_stack+0xb8/0xf0 [2024-05-23 14:21:54.231] [ 8.256601] ___might_sleep+0x178/0x210 [2024-05-23 14:21:54.231] [ 8.256604] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:21:54.231] [ 8.256610] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:21:54.231] [ 8.256614] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:21:54.233] [ 8.256620] gic_set_type+0x84/0x98 [2024-05-23 14:21:54.256] [ 8.256624] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:21:54.256] [ 8.256627] __setup_irq+0x76c/0x7f8 [2024-05-23 14:21:54.256] [ 8.256631] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:21:54.256] [ 8.256636] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:21:54.256] [ 8.256640] __dev_open+0x100/0x150 [2024-05-23 14:21:54.256] [ 8.256643] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:21:54.270] [ 8.256646] dev_change_flags+0x20/0x60 [2024-05-23 14:21:54.273] [ 8.256650] do_setlink+0x3ec/0xc30 [2024-05-23 14:21:54.273] [ 8.256653] rtnl_setlink+0xcc/0x128 [2024-05-23 14:21:54.273] [ 8.256655] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:21:54.294] [ 8.256659] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:21:54.306] [ 8.256662] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:21:54.306] [ 8.256665] netlink_unicast+0x180/0x1f8 [2024-05-23 14:21:54.306] [ 8.256668] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:21:54.306] [ 8.256673] sock_sendmsg+0x3c/0x58 [2024-05-23 14:21:54.306] [ 8.256676] SyS_sendto+0xd0/0x140 [2024-05-23 14:21:54.308] [ 8.256680] el0_svc_naked+0x34/0x38 [2024-05-23 14:21:54.308] [ 8.256801] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:21:54.308] [ 8.260757] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:21:54.328] [ 8.260762] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:21:54.328] [ 8.260767] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:21:54.328] [ 8.260767] =20 [2024-05-23 14:21:54.328] [ 8.261040] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:21:54.330] [ 8.261228] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:21:54.353] [ 8.261232] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:21:54.353] [ 8.261236] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:21:54.353] [ 8.261236] =20 [2024-05-23 14:21:54.353] [ 8.261365] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:21:54.353] [ 8.261380] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:21:54.368] [ 8.261384] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:21:54.368] [ 8.261388] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:21:54.368] [ 8.261395] [INFO][GMAC] --] phy_start: : [2024-05-23 14:21:54.383] [ 8.261455] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:21:54.394] [ 8.304069] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:21:54.394] [ 8.310717] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:21:54.396] [ 8.313322] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:21:54.396] [ 8.316173] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:21:54.396] [ 8.316635] Done!! [2024-05-23 14:21:54.420] [ 8.366142] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.420] [ 8.412634] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:21:54.420] [ 8.414552] Done!! [2024-05-23 14:21:54.420] [ 8.474127] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.420] [ 8.508601] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:21:54.430] [ 8.510817] Done!! [2024-05-23 14:21:54.432] [ 8.582127] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.432] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:21:54.455] [ OK ] Started Network Service. [2024-05-23 14:21:54.469] [ OK ] Started Load Kernel Modules. [2024-05-23 14:21:54.469] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:21:54.471] [ OK ] Started Cluster Framework. [2024-05-23 14:21:54.492] [ OK ] Started HUD Framework. [2024-05-23 14:21:54.497] [ 8.697675] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.497] parents, child is 318 [2024-05-23 14:21:54.500] [IDC]Start. [2024-05-23 14:21:54.525] [ 8.718582] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:21:54.525] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:21:54.534] [IDC](A7)ConnectReq 0 [2024-05-23 14:21:54.534] [IDC](A7)do_connect 0 [2024-05-23 14:21:54.534] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:21:54.534] [IDC](A7)Tx start session req 1 [2024-05-23 14:21:54.534] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:21:54.559] [IDC](R5)ConnectReq 0 [2024-05-23 14:21:54.559] [IDC](R5)do_connect 0 [2024-05-23 14:21:54.559] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:21:54.559] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:21:54.583] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:21:54.583] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:21:54.583] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:21:54.583] [IDC](A7)Session connected. [2024-05-23 14:21:54.583] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:21:54.583] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:21:54.583] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:21:54.583] [IDC](R5)Session connected.2 [2024-05-23 14:21:54.589] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:21:54.589] [ OK ] Started Nvm Process. [2024-05-23 14:21:54.622] [ 8.818690] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.642] [ OK ] Started NS hsm control application. [2024-05-23 14:21:54.675] [ OK ] Started Diagnosis Framework. [2024-05-23 14:21:54.705] [ OK ] Started NS Software Update. [2024-05-23 14:21:54.730] [ 8.946171] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.739] [ 8.953163] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:21:54.766] [ OK ] Started NS Secondary Verify. [2024-05-23 14:21:54.796] [ OK ] Started Diagnosis Transport. [2024-05-23 14:21:54.830] [ OK ] Reached target Network. [2024-05-23 14:21:54.857] [ 9.073310] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.865] Starting Permit User Sessions... [2024-05-23 14:21:54.879] Starting udev Coldplug all Devices... [2024-05-23 14:21:54.905] Starting Wait for Network to be = Configured... [2024-05-23 14:21:54.946] [ OK ] Started Login Service. [2024-05-23 14:21:54.955] [ OK ] Started Permit User Sessions. [2024-05-23 14:21:54.990] [ 9.187204] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:54.994] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:21:54.994] [ OK ] Started Getty on tty1. [2024-05-23 14:21:55.010] [ OK ] Reached target Login Prompts. [2024-05-23 14:21:55.023] [ OK ] Reached target Multi-User System. [2024-05-23 14:21:55.023] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:21:55.023] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:21:55.049] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:21:55.060] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:21:55.089] [ 9.302897] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:55.200] [ 9.415346] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:21:55.734] [ 9.946181] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:55.742] [ 9.946188] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:56.651] [ 10.854405] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:21:56.659] [ 10.854413] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:21:57.499] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:01.388]=20 [2024-05-23 14:22:01.389] telechips-nsp1-release login:=20 [2024-05-23 14:22:05.143]=20 [2024-05-23 14:22:05.143] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:22:05.143]=20 [2024-05-23 14:22:05.143] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:22:05.146] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:22:05.184] DRAM: 2 GiB [2024-05-23 14:22:05.184] MMC: sdhc@0x16440000: 0 [2024-05-23 14:22:05.464]=20 [2024-05-23 14:22:05.465] HW Partition tyep is UserData [2024-05-23 14:22:05.476] In: serial [2024-05-23 14:22:05.476] Out: serial [2024-05-23 14:22:05.476] Err: serial [2024-05-23 14:22:05.541] Boot in the UserData environment(0) [2024-05-23 14:22:05.546] Non-secure boot (secure boot flag is clear) [2024-05-23 14:22:05.562] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:22:05.566] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:22:05.566] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:22:05.566] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:22:05.591] Booting using the fdt blob at 0x23000000 [2024-05-23 14:22:05.595] Loading Kernel Image [2024-05-23 14:22:05.595] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:22:05.595] OPTEE is enabled [2024-05-23 14:22:05.595]=20 [2024-05-23 14:22:05.595] Starting kernel ... [2024-05-23 14:22:05.595]=20 [2024-05-23 14:22:06.527] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:22:06.530] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:22:06.545] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:22:06.559] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:22:06.561] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:22:06.561] [ 0.000000] efi: UEFI not found. [2024-05-23 14:22:06.585] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:22:06.603] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:22:06.603] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:22:06.603] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:22:06.606] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:22:06.606] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:22:06.633] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:22:06.633] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:22:06.633] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:22:06.635] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:22:06.662] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:22:06.662] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:22:06.662] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:22:06.677] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:22:06.677] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:22:06.688] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:22:06.701] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:22:06.703] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:22:06.729] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:22:06.729] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:22:06.729] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:22:06.731] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:22:06.742] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:22:06.755] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:22:06.755] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:22:06.755] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:22:06.769] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:22:06.769] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:22:06.771] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:22:06.797] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:22:06.797] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:22:06.797] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:22:06.797] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:22:06.810] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:22:06.812] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:22:06.835] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:22:06.861] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:22:06.873] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:22:06.873] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:22:06.873] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:22:06.885] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:22:06.908] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:22:06.908] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:22:06.918] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:22:06.918] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:22:06.918] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:22:06.920] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:22:06.920] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:22:06.939] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:22:06.939] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:22:06.949] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:22:06.951] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:22:06.971] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:22:06.971] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:22:06.974] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:22:06.992] [ 0.000000] Running RCU self tests [2024-05-23 14:22:06.992] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:22:06.992] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:22:06.992] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:22:07.004] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:22:07.016] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:22:07.018] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:22:07.018] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:22:07.018] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:22:07.038] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:22:07.038] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:22:07.038] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:22:07.050] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:22:07.061] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:22:07.067] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:22:07.067] [ 0.001474] Console: colour dummy device = 80x25 [2024-05-23 14:22:07.087] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:22:07.087] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:22:07.087] [ 0.001721] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:22:07.087] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:22:07.097] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:22:07.098] [ 0.001729] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:22:07.098] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:22:07.117] [ 0.001734] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:22:07.117] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:22:07.117] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:22:07.119] [ 0.001780] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:22:07.141] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:22:07.141] [ 0.002288] Security Framework initialized [2024-05-23 14:22:07.141] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:22:07.143] [ 0.002658] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:22:07.163] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:22:07.163] [ 0.019946] ASID allocator initialised with = 32768 entries [2024-05-23 14:22:07.163] [ 0.035847] Hierarchical SRCU = implementation. [2024-05-23 14:22:07.173] [ 0.062271] EFI services will not be = available. [2024-05-23 14:22:07.184] [ 0.076115] smp: Bringing up secondary CPUs = ... [2024-05-23 14:22:07.184] [ 0.120742] Detected VIPT I-cache on CPU1 [2024-05-23 14:22:07.187] [ 0.120815] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:22:07.187] [ 0.164987] Detected VIPT I-cache on CPU2 [2024-05-23 14:22:07.204] [ 0.165042] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:22:07.206] [ 0.209273] Detected VIPT I-cache on CPU3 [2024-05-23 14:22:07.206] [ 0.209324] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:22:07.206] [ 0.209700] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:22:07.224] [ 0.209740] SMP: Total of 4 processors = activated. [2024-05-23 14:22:07.234] [ 0.209756] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:22:07.234] [ 0.209775] CPU: All CPU(s) started at EL2 [2024-05-23 14:22:07.234] [ 0.209957] alternatives: patching kernel = code [2024-05-23 14:22:07.234] [ 0.210496] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:22:07.236] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:22:07.236] [ 0.213723] devtmpfs: initialized [2024-05-23 14:22:07.253] [ 0.403350] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:22:07.255] [ 0.403618] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:22:07.255] [ 0.412470] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:22:07.277] [ 0.413408] chipinfo: TCC8030 Rev02 [2024-05-23 14:22:07.277] [ 0.413424] chipinfo: SiP Service v0.1.56 [2024-05-23 14:22:07.277] [ 0.418667] NET: Registered protocol family = 16 [2024-05-23 14:22:07.277] [ 0.422725] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:22:07.279] [ 0.424683] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:22:07.298] [ 0.426432] cpuidle: using governor menu [2024-05-23 14:22:07.298] [ 0.426668] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:22:07.298] [ 0.440771] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:22:07.318] [ 0.441261] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:22:07.321] [ 0.441308] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:22:07.321] [ 0.441352] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:22:07.321] [ 0.441396] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:22:07.321] [ 0.441439] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:22:07.339] [ 0.441483] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:22:07.339] [ 0.441527] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:22:07.339] [ 0.441570] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:22:07.339] [ 0.441614] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:22:07.353] [ 0.441657] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:22:07.353] [ 0.441714] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:22:07.353] [ 0.441759] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:22:07.371] [ 0.441802] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:22:07.371] [ 0.441846] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:22:07.371] [ 0.441889] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:22:07.371] [ 0.441932] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:22:07.383] [ 0.442048] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:22:07.383] [ 0.442094] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:22:07.394] [ 0.442472] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:22:07.399] [ 0.442516] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:22:07.399] [ 0.442559] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:22:07.418] [ 0.442602] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:22:07.418] [ 0.442646] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:22:07.418] [ 0.442689] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:22:07.418] [ 0.442732] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:22:07.429] [ 0.442776] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:22:07.429] [ 0.442832] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:22:07.440] [ 0.442875] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:22:07.450] [ 0.442919] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:22:07.452] [ 0.442962] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:22:07.452] [ 0.443196] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:22:07.469] [ 0.443240] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:22:07.479] [ 0.443283] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:22:07.479] [ 0.443327] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:22:07.479] [ 0.443370] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:22:07.480] [ 0.443413] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:22:07.480] [ 0.443456] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:22:07.500] [ 0.443648] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:22:07.500] [ 0.443691] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:22:07.500] [ 0.443735] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:22:07.500] [ 0.443777] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:22:07.514] [ 0.443821] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:22:07.514] [ 0.443877] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:22:07.516] [ 0.443920] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:22:07.534] [ 0.443963] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:22:07.534] [ 0.444007] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:22:07.534] [ 0.444050] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:22:07.534] [ 0.444093] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:22:07.546] [ 0.444136] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:22:07.546] [ 0.444179] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:22:07.557] [ 0.444222] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:22:07.560] [ 0.444768] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:22:07.560] [ 0.444812] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:22:07.579] [ 0.444983] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:22:07.579] [ 0.445155] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:22:07.579] [ 0.445324] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:22:07.588] [ 0.445488] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:22:07.599] [ 0.445656] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:22:07.599] [ 0.445700] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:22:07.601] [ 0.445743] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:22:07.601] [ 0.445915] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:22:07.621] [ 0.446186] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:22:07.621] [ 0.446383] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:22:07.621] [ 0.446427] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:22:07.623] [ 0.446471] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:22:07.643] [ 0.446515] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:22:07.643] [ 0.446577] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:22:07.643] [ 0.446771] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:22:07.643] [ 0.446815] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:22:07.654] [ 0.447030] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:22:07.654] [ 0.447044] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:22:07.665] [ 0.529936] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:22:07.667] [ 0.530026] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:22:07.686] [ 1.676886] console [ttyAMA0] enabled [2024-05-23 14:22:07.686] [ 1.684667] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:22:07.717] [ 1.713543] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:22:07.720] [ 1.723906] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:22:07.731] [ 1.734410] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:22:07.743] [ 1.744734] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:22:07.839] [ 1.844418] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:22:07.856] [ 1.860812] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:22:07.866] [ 1.867707] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:22:07.895] [ 1.874501] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:22:07.895] [ 1.880889] Linux video capture interface: = v2.00 [2024-05-23 14:22:07.897] [ 1.886743] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:07.911] [ 1.886748] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:22:07.919] [ 1.886752] 6 locks held by swapper/0/1: [2024-05-23 14:22:07.919] [ 1.886755] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:22:07.922] [ 1.886782] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:22:07.942] [ 1.886797] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:22:07.942] [ 1.886816] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:07.942] [ 1.886831] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:22:07.955] [ 1.886847] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:07.968] [ 1.886867] irq event stamp: 288092 [2024-05-23 14:22:07.968] [ 1.886872] hardirqs last enabled at = (288091): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:07.982] [ 1.886877] hardirqs last disabled at = (288092): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:07.982] [ 1.886884] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:07.997] [ 1.886888] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:07.999] [ 1.886891] Preemption disabled at: [2024-05-23 14:22:08.018] [ 1.886896] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:08.018] [ 1.886905] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:22:08.018] [ 1.886908] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:08.019] [ 1.886912] Call trace: [2024-05-23 14:22:08.043] [ 1.886918] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:08.043] [ 1.886923] show_stack+0x14/0x20 [2024-05-23 14:22:08.043] [ 1.886928] dump_stack+0xb8/0xf0 [2024-05-23 14:22:08.043] [ 1.886933] ___might_sleep+0x178/0x210 [2024-05-23 14:22:08.043] [ 1.886937] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:08.043] [ 1.886942] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:08.045] [ 1.886948] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:08.063] [ 1.886954] gic_set_type+0x84/0x98 [2024-05-23 14:22:08.063] [ 1.886959] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:08.063] [ 1.886964] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:08.063] [ 1.886969] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:08.063] [ 1.886974] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:22:08.076] [ 1.886980] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:22:08.076] [ 1.886985] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:08.077] [ 1.886990] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:08.096] [ 1.886995] __driver_attach+0xfc/0x118 [2024-05-23 14:22:08.096] [ 1.887000] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:08.096] [ 1.887004] driver_attach+0x20/0x28 [2024-05-23 14:22:08.096] [ 1.887009] bus_add_driver+0x220/0x268 [2024-05-23 14:22:08.096] [ 1.887014] driver_register+0x60/0xf8 [2024-05-23 14:22:08.109] [ 1.887018] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:08.110] [ 1.887026] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:22:08.110] [ 1.887031] do_one_initcall+0x50/0x15c [2024-05-23 14:22:08.132] [ 1.887038] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:22:08.132] [ 1.887043] kernel_init+0x10/0x100 [2024-05-23 14:22:08.132] [ 1.887047] ret_from_fork+0x10/0x18 [2024-05-23 14:22:08.132] [ 1.892862] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:22:08.152] [ 2.140271] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:22:08.153] [ 2.153894] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:22:08.155] [ 2.160917] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:22:08.166] [ 2.165518] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:22:08.166] [ 2.170322] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:22:08.179] [ 2.175147] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:22:08.179] [ 2.179702] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:22:08.228] [ 2.233644] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:22:08.252] [ 2.246210] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:08.267] [ 2.264581] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:08.284] [ 2.280043] NET: Registered protocol family = 2 [2024-05-23 14:22:08.287] [ 2.287356] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:22:08.299] [ 2.294974] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:22:08.319] [ 2.306151] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:22:08.321] [ 2.313514] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:22:08.321] [ 2.320501] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:22:08.342] [ 2.328832] NET: Registered protocol family = 1 [2024-05-23 14:22:08.434] [ 2.436832] audit: initializing netlink = subsys (disabled) [2024-05-23 14:22:08.438] [ 2.443181] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:22:08.450] [ 2.443743] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:22:08.521] [ 2.525835] fuse init (API version 7.26) [2024-05-23 14:22:08.541] [ 2.543794] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:22:08.552] [ 2.553512] io scheduler noop registered = (default) [2024-05-23 14:22:08.557] [ 2.558366] io scheduler mq-deadline = registered [2024-05-23 14:22:08.576] [ 2.562929] io scheduler kyber registered [2024-05-23 14:22:08.578] [ 2.573722] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:08.578] [ 2.580858] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:08.599] [ 2.587069] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:22:08.599] [ 2.594683] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:08.652] [ 2.656957] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:08.669] [ 2.664879] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:08.670] [ 2.669732] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:22:08.672] [ 2.675159] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:08.684] [ 2.675802] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:08.684] [ 2.686556] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:08.698] [ 2.692765] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:22:08.698] [ 2.700403] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:08.728] [ 2.724465] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:08.730] [ 2.731245] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:08.751] [ 2.735879] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:22:08.753] [ 2.741305] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:08.753] [ 2.741861] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:08.753] [ 2.752613] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:08.755] [ 2.758821] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:22:08.781] [ 2.766434] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:08.827] [ 2.832639] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:08.835] [ 2.839406] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:08.847] [ 2.844049] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:22:08.854] [ 2.849477] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:08.869] [ 2.859200] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:22:08.869] [ 2.868900] [INF][WDMA] tcc_wdma_init [2024-05-23 14:22:08.872] [ 2.873683] TCC WDMA Driver Initializing [2024-05-23 14:22:08.911] [ 2.880755] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:22:08.911] [ 2.886831] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:22:08.919] [ 2.897368] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:08.919] [ 2.910077] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:22:08.921] [ 2.919453] [CPU_ID] probe is done [2024-05-23 14:22:08.921] [ 2.923198] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:22:08.938] [ 2.929900] [DRAM_TOOL] probe is done [2024-05-23 14:22:08.938] [ 2.937184] MALI-G51 : r30p0-01eac0 [2024-05-23 14:22:08.938] [ 2.940711] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:22:08.957] [ 2.950454] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:08.957] [ 2.950459] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:22:08.971] [ 2.950464] 6 locks held by swapper/0/1: [2024-05-23 14:22:08.971] [ 2.950467] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:22:08.986] [ 2.950493] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:22:08.986] [ 2.950508] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:22:09.001] [ 2.950527] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:09.005] [ 2.950541] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:22:09.027] [ 2.950557] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:09.027] [ 2.950577] irq event stamp: 453706 [2024-05-23 14:22:09.027] [ 2.950583] hardirqs last enabled at = (453705): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:09.041] [ 2.950588] hardirqs last disabled at = (453706): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:09.041] [ 2.950595] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:09.054] [ 2.950599] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:09.067] [ 2.950601] Preemption disabled at: [2024-05-23 14:22:09.069] [ 2.950606] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:09.069] [ 2.950616] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:22:09.092] [ 2.950619] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:09.092] [ 2.950624] Call trace: [2024-05-23 14:22:09.092] [ 2.950630] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:09.092] [ 2.950634] show_stack+0x14/0x20 [2024-05-23 14:22:09.092] [ 2.950640] dump_stack+0xb8/0xf0 [2024-05-23 14:22:09.102] [ 2.950645] ___might_sleep+0x178/0x210 [2024-05-23 14:22:09.104] [ 2.950649] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:09.104] [ 2.950654] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:09.125] [ 2.950660] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:09.136] [ 2.950667] gic_set_type+0x84/0x98 [2024-05-23 14:22:09.136] [ 2.950672] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:09.136] [ 2.950676] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:09.136] [ 2.950681] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:09.137] [ 2.950687] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:22:09.139] [ 2.950693] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:22:09.139] [ 2.950697] kbase_device_init+0x78/0xf8 [2024-05-23 14:22:09.139] [ 2.950704] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:22:09.160] [ 2.950708] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:09.160] [ 2.950713] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:09.160] [ 2.950718] __driver_attach+0xfc/0x118 [2024-05-23 14:22:09.160] [ 2.950723] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:09.160] [ 2.950728] driver_attach+0x20/0x28 [2024-05-23 14:22:09.162] [ 2.950732] bus_add_driver+0x220/0x268 [2024-05-23 14:22:09.186] [ 2.950737] driver_register+0x60/0xf8 [2024-05-23 14:22:09.186] [ 2.950741] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:09.186] [ 2.950749] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:22:09.186] [ 2.950753] do_one_initcall+0x50/0x15c [2024-05-23 14:22:09.186] [ 2.950760] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:22:09.187] [ 2.950766] kernel_init+0x10/0x100 [2024-05-23 14:22:09.209] [ 2.950770] ret_from_fork+0x10/0x18 [2024-05-23 14:22:09.209] [ 2.952490] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:22:09.209] [ 3.207149] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:22:09.209] [ 3.213887] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:22:09.223] [ 3.228101] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:22:09.237] [ 3.235145] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:22:09.242] [ 3.247254] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:22:09.254] [ 3.253473] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:22:09.254] [ 3.257854] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:22:09.268] [ 3.265386] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:22:09.309] [ 3.312953] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:22:09.317] [ 3.320762] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:22:09.330] [ 3.329711] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:22:09.353] [ 3.343450] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:22:09.356] [ 3.348733] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:22:09.356] [ 3.359805] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:22:09.382] [ 3.368676] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:22:09.384] [ 3.387743] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:22:09.398] [ 3.403091] libphy: Fixed MDIO Bus: probed [2024-05-23 14:22:09.416] [ 3.408177] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:22:09.418] [ 3.421202] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:22:09.430] [ 3.425772] [INFO][GAMC] gmac index : 1 [2024-05-23 14:22:09.430] [ 3.430347] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:22:09.430] [ 3.435562] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:22:09.444] [ 3.441153] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:22:09.444] [ 3.445144] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:22:09.446] [ 3.445160] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:22:09.468] [ 3.449008] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:22:09.468] [ 3.457733] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:22:09.468] [ 3.458819] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:09.468] [ 3.458831] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:22:09.481] [ 3.458838] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:22:09.481] [ 3.458850] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:09.483] [ 3.458861] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:22:09.495] [ 3.460625] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:22:09.495] [ 3.469725] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:22:09.509] [ 3.469734] usbhid: USB HID core driver [2024-05-23 14:22:09.509] [ 3.470103] optee: probing for conduit = method from DT. [2024-05-23 14:22:09.520] [ 3.470130] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:22:09.522] [ 3.472059] optee: initialized driver [2024-05-23 14:22:09.522] [ 3.473824] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:22:09.543] [ 3.473839] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:22:09.556] [ 3.473847] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:22:09.556] [ 3.473854] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:22:09.556] [ 3.473862] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:22:09.557] [ 3.473869] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:22:09.557] [ 3.473877] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:22:09.578] [ 3.473884] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:22:09.580] [ 3.475424] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:22:09.580] [ 3.475431] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:22:09.580] [ 3.482132] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:22:09.603] [ 3.499808] NET: Registered protocol family = 17 [2024-05-23 14:22:09.603] [ 3.500587] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:22:09.603] [ 3.505289] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:22:09.623] [ 3.614077] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:22:09.623] [ 3.624504] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:22:09.641] [ 3.631314] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:22:09.641] [ 3.638654] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:22:09.641] [ 3.645924] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:22:09.671] [ 3.665836] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:22:09.672] [ 3.672130] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:09.684] [ 3.672179] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:22:09.686] [ 3.673985] ALSA device list: [2024-05-23 14:22:09.686] [ 3.673993] No soundcards found. [2024-05-23 14:22:09.708] [ 3.694211] GPT:15269887 !=3D 15273599 [2024-05-23 14:22:09.708] [ 3.694234] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:22:09.708] [ 3.694242] GPT:15269887 !=3D 15273599 [2024-05-23 14:22:09.708] [ 3.694249] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:22:09.708] [ 3.694375] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:22:09.736] [ 3.730172] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:22:09.752] [ 3.751210] Freeing unused kernel memory: = 4160K [2024-05-23 14:22:09.755] Mounting devtmpfs [2024-05-23 14:22:09.767] [ 3.765949] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:22:09.778] Mounting procfs [2024-05-23 14:22:09.790] Mounting sysfs [2024-05-23 14:22:09.791] [ 3.791653] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:22:09.808] [ 3.812894] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:22:09.854] [ 3.859349] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:22:09.865] [ 3.868200] mount (98) used greatest stack = depth: 11104 bytes left [2024-05-23 14:22:10.129] [ 4.132827] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:22:10.225] [ 4.229790] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:22:10.253] [ 4.257238] systemd[1]: Detected = architecture arm64. [2024-05-23 14:22:10.296]=20 [2024-05-23 14:22:10.296] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:22:10.307]=20 [2024-05-23 14:22:10.322] [ 4.318013] systemd[1]: Set hostname to = . [2024-05-23 14:22:10.325] [ 4.329260] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:22:10.338] [ 4.338639] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:22:10.587] [ 4.592535] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:22:10.615] [ 4.609632] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:22:10.655] [ 4.652891] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:22:10.660] [ 4.664989] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:22:10.850] [ 4.854881] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:22:10.924] [ OK ] Listening on Syslog Socket. [2024-05-23 14:22:10.940] [ OK ] Created slice User and Session Slice. [2024-05-23 14:22:10.961] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:22:10.990] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:22:10.993] [ OK ] Reached target Paths. [2024-05-23 14:22:11.023] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:22:11.048] [ OK ] Listening on Journal Socket. [2024-05-23 14:22:11.074] Starting mount data partition = service... [2024-05-23 14:22:11.106] Starting Apply Kernel Variables... [2024-05-23 14:22:11.136] Mounting POSIX Message Queue File = System... [2024-05-23 14:22:11.171] Mounting Configuration File System... [2024-05-23 14:22:11.207] Mounting Kernel Debug File System... [2024-05-23 14:22:11.240] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:22:11.249] [ 5.254147] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:11.289] Starting Journal Service... [2024-05-23 14:22:11.307] [ OK ] Listening on udev Control Socket. [2024-05-23 14:22:11.323] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:22:11.340] [ 5.342039] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:22:11.356] Starting udev Coldplug all Devices... [2024-05-23 14:22:11.383] Mounting Huge Pages File System... [2024-05-23 14:22:11.404] [ OK ] Created slice system-getty.slice. [2024-05-23 14:22:11.429] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:22:11.444] [ OK ] Reached target Slices. [2024-05-23 14:22:11.473] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:22:11.490] [ OK ] Reached target Swap. [2024-05-23 14:22:11.507] [ OK ] Reached target Remote File Systems. [2024-05-23 14:22:11.531] Mounting FUSE Control File System... [2024-05-23 14:22:11.619] [ OK ] Started mount data partition service. [2024-05-23 14:22:11.640] [ OK ] Started Journal Service. [2024-05-23 14:22:11.662] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:22:11.691] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:22:11.707] [ OK ] Mounted Configuration File System. [2024-05-23 14:22:11.724] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:22:11.747] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:22:11.776] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:22:11.807] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:22:11.840] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:22:11.896] Starting udev Kernel Device = Manager... [2024-05-23 14:22:11.924] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:22:11.947] Mounting /tmp... [2024-05-23 14:22:11.982] Mounting /var/volatile... [2024-05-23 14:22:12.008] [ OK ] Reached target Containers. [2024-05-23 14:22:12.028] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:22:12.065] Starting NS file System mount and = recovery.... [2024-05-23 14:22:12.102] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:22:12.135] [ OK ] Mounted /tmp. [2024-05-23 14:22:12.158] [ OK ] Mounted /var/volatile. [2024-05-23 14:22:12.194] [ 6.199130] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:12.280] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:12.288] [ 6.290187] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:12.386] [ 6.390713] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:12.417] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:22:12.493] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:22:12.668] [ 6.673504] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:22:12.691] Starting Bind mount volatile = /var/spool... [2024-05-23 14:22:12.717] Starting Bind mount volatile = /var/cache... [2024-05-23 14:22:12.747] Starting Bind mount volatile = /var/lib... [2024-05-23 14:22:12.776] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:22:12.975] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:22:13.009] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:22:13.035] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:22:13.213] Starting Load/Save Random Seed... [2024-05-23 14:22:13.226] [ OK ] Reached target Local File Systems. [2024-05-23 14:22:13.258] Starting Create Volatile Files and = Directories... [2024-05-23 14:22:13.288] Starting netfilter persistent = configuration... [2024-05-23 14:22:13.317] Starting AppArmor initialization... [2024-05-23 14:22:13.350] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:22:13.403] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:22:13.440] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:22:13.494] [ 7.498445] audit: type=3D1400 = audit(1550139121.360:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:22:13.531] [ 7.513785] audit: type=3D1400 = audit(1550139121.368:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:22:13.534] [ 7.530846] audit: type=3D1400 = audit(1550139121.368:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:22:13.551] [ 7.546671] audit: type=3D1400 = audit(1550139121.368:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:22:13.566] [ OK [ 7.562237] audit: type=3D1400 = audit(1550139121.368:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:22:13.581] ] [ 7.579687] audit: type=3D1400 = audit(1550139121.368:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:22:13.597] Started Update UTMP about[ 7.595637] audit: = type=3D1400 audit(1550139121.368:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:22:13.611] System Boot/Shutdown. [2024-05-23 14:22:13.636] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:22:13.659] [ OK ] Started AppArmor initialization. [2024-05-23 14:22:13.693] [ OK ] Reached target Network (Pre). [2024-05-23 14:22:13.713] Starting Network Service... [2024-05-23 14:22:13.737] [ OK ] Reached target System Initialization. [2024-05-23 14:22:13.743] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:22:13.760] [ OK ] Reached target Sockets. [2024-05-23 14:22:13.776] [ OK ] Reached target Basic System. [2024-05-23 14:22:13.809] [ OK ] Started Kernel Logging Service. [2024-05-23 14:22:13.843] [ OK ] Started NS VSync Process. [2024-05-23 14:22:13.875] [ OK ] Started System Logging Service. [2024-05-23 14:22:13.895] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:22:13.912] [ OK ] Reached target Timers. [2024-05-23 14:22:13.943] [ 7.937219] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:22:13.944] [ 7.943240] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:22:13.968] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:22:14.012] [ 8.014326] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:22:14.015] [ 8.018934] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:22:14.030] [ 8.020566] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:22:14.030] [ 8.027763] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:22:14.045] Starting Load Kernel Modules... [2024-05-23 14:22:14.065] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:22:14.098] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:22:14.126] [ 8.120945] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:22:14.127] [ 8.128392] Disabling lock debugging due to = kernel taint [2024-05-23 14:22:14.153] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:22:14.155] [ OK ] Started NS System Management Process. [2024-05-23 14:22:14.168] Start /usr/bin/sys-fail-mon [2024-05-23 14:22:14.193] Starting NS Inter Domain Comm = Process... [2024-05-23 14:22:14.196] Starting Login Service... [2024-05-23 14:22:14.196] [ 8.196382] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:22:14.211] [ 8.204005] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:22:14.211] [ 8.205014] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:22:14.227] [ 8.205021] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:22:14.227] [ 8.214849] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:14.241] [ 8.215897] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:22:14.243] [ 8.215911] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:22:14.269] [ 8.218280] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:22:14.269] [ 8.218289] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:22:14.269] [ 8.229156] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:14.287] [ 8.252353] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:22:14.287] [ 8.252362] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:22:14.289] [ 8.252371] [INFO][GMAC]=20 [2024-05-23 14:22:14.313] [ 8.265559] libphy: tcc-gmac-mdio: probed [2024-05-23 14:22:14.327] [ 8.265564] [INFO][GMAC] registered! [2024-05-23 14:22:14.327] [ 8.265567] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:22:14.327] [ 8.265573] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:22:14.327] [ 8.278038] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:22:14.327] [ 8.278970] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:14.343] [ 8.278973] in_atomic(): 1, = irqs_disabled(): 128, pid: 278, name: systemd-modules [2024-05-23 14:22:14.345] [ 8.278975] INFO: lockdep is turned off. [2024-05-23 14:22:14.345] [ 8.278978] irq event stamp: 24551 [2024-05-23 14:22:14.345] [ 8.278992] hardirqs last enabled at = (24551): [<00000000c4e30915>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:14.369] [ 8.278996] hardirqs last disabled at = (24550): [<000000003af7cca8>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:14.369] [ 8.279003] softirqs last enabled at (0): = [<000000003775f6af>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:14.369] [ 8.279006] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:14.387] [ 8.279008] Preemption disabled at: [2024-05-23 14:22:14.389] [ 8.279014] [<000000007d76cd49>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:14.389] [ 8.279021] CPU: 2 PID: 278 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:22:14.409] [ 8.279023] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:14.411] [ 8.279025] Call trace: [2024-05-23 14:22:14.411] [ 8.279030] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:14.411] [ 8.279033] show_stack+0x14/0x20 [2024-05-23 14:22:14.411] [ 8.279037] dump_stack+0xb8/0xf0 [2024-05-23 14:22:14.411] [ 8.279041] ___might_sleep+0x178/0x210 [2024-05-23 14:22:14.435] [ 8.279044] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:14.435] [ 8.279050] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:14.435] [ 8.279054] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:14.435] [ 8.279060] gic_set_type+0x84/0x98 [2024-05-23 14:22:14.435] [ 8.279064] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:14.435] [ 8.279067] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:14.438] [ 8.279071] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:14.464] [ 8.279096] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:22:14.464] [ 8.279113] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:22:14.464] [ 8.279118] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:14.464] [ 8.279123] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:14.464] [ 8.279126] __driver_attach+0xfc/0x118 [2024-05-23 14:22:14.464] [ 8.279130] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:14.467] [ 8.279133] driver_attach+0x20/0x28 [2024-05-23 14:22:14.490] [ 8.279137] bus_add_driver+0x220/0x268 [2024-05-23 14:22:14.492] [ 8.279140] driver_register+0x60/0xf8 [2024-05-23 14:22:14.492] [ 8.279143] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:14.492] [ 8.279161] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:22:14.492] [ 8.279164] do_one_initcall+0x50/0x15c [2024-05-23 14:22:14.492] [ 8.279168] do_init_module+0x54/0x1b0 [2024-05-23 14:22:14.492] [ 8.279171] load_module+0x1e70/0x2428 [2024-05-23 14:22:14.515] [ 8.279174] SyS_finit_module+0xe4/0x118 [2024-05-23 14:22:14.515] [ 8.279177] el0_svc_naked+0x34/0x38 [2024-05-23 14:22:14.515] [ 8.287456] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:22:14.515] [ 8.289842] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:22:14.515] [ 8.292394] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:22:14.528] [ 8.292863] Done!! [2024-05-23 14:22:14.530] [ 8.342355] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:22:14.530] [ 8.342396] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:22:14.567] [ 8.342396] -- MASTER Configuration. [2024-05-23 14:22:14.567] [ 8.342396] -- Local Receiver Status Not = OK. [2024-05-23 14:22:14.567] [ 8.342396] -- Remote Receiver Status Not = OK. [2024-05-23 14:22:14.567] [ 8.342411] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:22:14.567] [ 8.342415] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:22:14.570] [ 8.342775] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:22:14.590] [ 8.346693] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:22:14.590] [ 8.346698] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:22:14.590] [ 8.346703] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:22:14.593] [ 8.346703] =20 [2024-05-23 14:22:14.616] [ 8.346984] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:22:14.629] [ 8.347274] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:22:14.629] [ 8.347278] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:22:14.629] [ 8.347282] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:22:14.629] [ 8.347282] =20 [2024-05-23 14:22:14.629] [ 8.347416] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:22:14.642] [ 8.347431] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:22:14.642] [ 8.347435] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:22:14.644] [ 8.347438] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:22:14.644] [ 8.347446] [INFO][GMAC] --] phy_start: : [2024-05-23 14:22:14.644] [ 8.347517] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:22:14.664] [ 8.378702] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:22:14.677] [ 8.380966] Done!! [2024-05-23 14:22:14.677] [ 8.452286] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:14.677] [ 8.470741] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:22:14.677] [ 8.473052] Done!! [2024-05-23 14:22:14.688] [ 8.560284] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:14.688] [ 8.668294] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:14.688] [ OK ] Started Network Service. [2024-05-23 14:22:14.690] [ OK ] Started Load Kernel Modules. [2024-05-23 14:22:14.718] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:22:14.718] [ OK ] Started Cluster Framework. [2024-05-23 14:22:14.743] [ OK ] Started HUD Framework. [2024-05-23 14:22:14.749] parents, child is 317 [2024-05-23 14:22:14.749] [IDC]Start. [2024-05-23 14:22:14.749] [ 8.752173] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:22:14.765] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:22:14.765] [IDC](A7)ConnectReq 0 [2024-05-23 14:22:14.765] [IDC](A7)do_connect 0 [2024-05-23 14:22:14.767] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:22:14.791] [IDC](A7)Tx start session req 1 [2024-05-23 14:22:14.794] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:22:14.794] [IDC](R5)ConnectReq 0 [2024-05-23 14:22:14.794] [IDC](R5)do_connect 0 [2024-05-23 14:22:14.794] [IDC](R5)[ 8.780351] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:14.794] Session status 0 -> 1 [2024-05-23 14:22:14.794] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:22:14.794] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:22:14.794] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:22:14.837] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:22:14.837] [IDC](A7)Session connected. [2024-05-23 14:22:14.861] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:22:14.861] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:22:14.861] [IDC](R5)Session connected.2 [2024-05-23 14:22:14.861] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:22:14.861] [IDC]Invalid read length. 248=20 [2024-05-23 14:22:14.861] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:22:14.861] [ OK ] Started Nvm Process. [2024-05-23 14:22:14.874] [ OK ] Started NS hsm control application. [2024-05-23 14:22:14.874] [ OK ] Started Diagnosis Framework. [2024-05-23 14:22:14.898] [ OK ] Started Diagnosis Transport. [2024-05-23 14:22:14.913] [ 8.892508] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:14.926] [ OK ] Started NS Software Update. [2024-05-23 14:22:14.930] [ OK ] Started NS Secondary Verify. [2024-05-23 14:22:14.930] [ OK ] Reached target Network. [2024-05-23 14:22:14.949] Starting Permit User Sessions... [2024-05-23 14:22:14.977] Starting udev Coldplug all Devices... [2024-05-23 14:22:14.999] [ 9.004449] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:15.026] Starting Wait for Network to be = Configured... [2024-05-23 14:22:15.071] [ OK ] Started Permit User Sessions. [2024-05-23 14:22:15.093] [ OK ] Started Getty on tty1. [2024-05-23 14:22:15.097] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:22:15.113] [ OK ] Reached target Login Prompts. [2024-05-23 14:22:15.113] [ OK ] Started Login Service. [2024-05-23 14:22:15.113] [ 9.116331] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:15.129] [ OK ] Reached target Multi-User System. [2024-05-23 14:22:15.129] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:22:15.151] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:22:15.187] [ 9.172977] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:22:15.211] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:22:15.229] [ 9.228418] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:15.338] [ 9.340334] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:15.361] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:22:15.448] [ 9.452346] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:16.065] [ 10.061626] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:22:16.073] [ 10.061636] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:22:16.798] [ 10.787137] sched: RT throttling activated [2024-05-23 14:22:17.063] [ 11.058706] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:22:17.073] [ 11.058714] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:22:17.132] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:21.440]=20 [2024-05-23 14:22:21.441] telechips-nsp1-release login:=20 [2024-05-23 14:22:25.377]=20 [2024-05-23 14:22:25.377] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:22:25.400]=20 [2024-05-23 14:22:25.400] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:22:25.400] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:22:25.400] DRAM: 2 GiB [2024-05-23 14:22:25.404] MMC: sdhc@0x16440000: 0 [2024-05-23 14:22:25.687]=20 [2024-05-23 14:22:25.688] HW Partition tyep is UserData [2024-05-23 14:22:25.699] In: serial [2024-05-23 14:22:25.699] Out: serial [2024-05-23 14:22:25.699] Err: serial [2024-05-23 14:22:25.769] Boot in the UserData environment(0) [2024-05-23 14:22:25.771] Non-secure boot (secure boot flag is clear) [2024-05-23 14:22:25.772] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:22:25.797] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:22:25.797] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:22:25.797] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:22:25.797] Booting using the fdt blob at 0x23000000 [2024-05-23 14:22:25.797] Loading Kernel Image [2024-05-23 14:22:25.815] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:22:25.816] OPTEE is enabled [2024-05-23 14:22:25.816]=20 [2024-05-23 14:22:25.816] Starting kernel ... [2024-05-23 14:22:25.816]=20 [2024-05-23 14:22:26.747] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:22:26.751] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:22:26.766] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:22:26.782] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:22:26.784] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:22:26.784] [ 0.000000] efi: UEFI not found. [2024-05-23 14:22:26.784] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:22:26.813] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:22:26.813] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:22:26.813] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:22:26.829] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:22:26.829] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:22:26.844] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:22:26.846] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:22:26.871] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:22:26.871] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:22:26.871] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:22:26.891] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:22:26.894] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:22:26.894] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:22:26.917] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:22:26.920] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:22:26.920] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:22:26.920] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:22:26.946] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:22:26.946] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:22:26.946] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:22:26.963] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:22:26.966] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:22:26.989] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:22:27.002] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:22:27.002] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:22:27.002] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:22:27.002] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:22:27.004] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:22:27.004] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:22:27.027] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:22:27.039] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:22:27.039] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:22:27.039] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:22:27.039] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:22:27.042] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:22:27.069] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:22:27.069] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:22:27.073] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:22:27.100] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:22:27.100] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:22:27.121] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:22:27.131] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:22:27.131] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:22:27.131] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:22:27.133] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:22:27.155] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:22:27.158] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:22:27.158] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:22:27.158] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:22:27.180] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:22:27.180] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:22:27.180] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:22:27.193] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:22:27.193] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:22:27.207] [ 0.000000] Running RCU self tests [2024-05-23 14:22:27.207] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:22:27.207] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:22:27.223] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:22:27.223] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:22:27.223] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:22:27.238] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:22:27.238] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:22:27.238] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:22:27.253] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:22:27.253] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:22:27.266] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:22:27.268] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:22:27.295] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:22:27.295] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:22:27.295] [ 0.001479] Console: colour dummy device = 80x25 [2024-05-23 14:22:27.295] [ 0.001722] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:22:27.309] [ 0.001725] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:22:27.320] [ 0.001728] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:22:27.320] [ 0.001731] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:22:27.320] [ 0.001733] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:22:27.334] [ 0.001736] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:22:27.334] [ 0.001738] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:22:27.336] [ 0.001741] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:22:27.336] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:22:27.336] [ 0.001746] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:22:27.360] [ 0.001788] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:22:27.360] [ 0.001795] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:22:27.360] [ 0.002295] Security Framework initialized [2024-05-23 14:22:27.360] [ 0.002418] AppArmor: AppArmor initialized [2024-05-23 14:22:27.374] [ 0.002663] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:22:27.374] [ 0.002686] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:22:27.389] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:22:27.389] [ 0.035859] Hierarchical SRCU = implementation. [2024-05-23 14:22:27.389] [ 0.062276] EFI services will not be = available. [2024-05-23 14:22:27.409] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:22:27.409] [ 0.120748] Detected VIPT I-cache on CPU1 [2024-05-23 14:22:27.409] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:22:27.409] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:22:27.409] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:22:27.424] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:22:27.424] [ 0.209330] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:22:27.424] [ 0.209705] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:22:27.439] [ 0.209746] SMP: Total of 4 processors = activated. [2024-05-23 14:22:27.439] [ 0.209761] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:22:27.439] [ 0.209781] CPU: All CPU(s) started at EL2 [2024-05-23 14:22:27.453] [ 0.209962] alternatives: patching kernel = code [2024-05-23 14:22:27.455] [ 0.210516] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:22:27.455] [ 0.213109] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:22:27.478] [ 0.213693] devtmpfs: initialized [2024-05-23 14:22:27.481] [ 0.403118] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:22:27.481] [ 0.403385] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:22:27.481] [ 0.412177] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:22:27.481] [ 0.413087] chipinfo: TCC8030 Rev02 [2024-05-23 14:22:27.507] [ 0.413102] chipinfo: SiP Service v0.1.56 [2024-05-23 14:22:27.507] [ 0.418412] NET: Registered protocol family = 16 [2024-05-23 14:22:27.507] [ 0.422364] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:22:27.507] [ 0.424349] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:22:27.507] [ 0.425934] cpuidle: using governor menu [2024-05-23 14:22:27.509] [ 0.426172] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:22:27.544] [ 0.440328] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:22:27.544] [ 0.440802] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:22:27.544] [ 0.440849] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:22:27.544] [ 0.440893] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:22:27.544] [ 0.440937] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:22:27.550] [ 0.440980] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:22:27.550] [ 0.441024] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:22:27.573] [ 0.441068] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:22:27.595] [ 0.441111] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:22:27.595] [ 0.441155] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:22:27.595] [ 0.441198] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:22:27.595] [ 0.441241] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:22:27.595] [ 0.441285] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:22:27.606] [ 0.441329] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:22:27.606] [ 0.441372] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:22:27.606] [ 0.441415] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:22:27.606] [ 0.441472] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:22:27.610] [ 0.441516] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:22:27.610] [ 0.441559] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:22:27.610] [ 0.441909] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:22:27.634] [ 0.441953] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:22:27.634] [ 0.441996] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:22:27.634] [ 0.442040] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:22:27.634] [ 0.442083] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:22:27.634] [ 0.442126] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:22:27.647] [ 0.442169] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:22:27.649] [ 0.442213] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:22:27.649] [ 0.442256] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:22:27.673] [ 0.442385] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:22:27.673] [ 0.442431] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:22:27.673] [ 0.442475] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:22:27.673] [ 0.442714] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:22:27.686] [ 0.442774] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:22:27.698] [ 0.442818] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:22:27.698] [ 0.442861] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:22:27.701] [ 0.442904] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:22:27.701] [ 0.442947] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:22:27.701] [ 0.442990] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:22:27.725] [ 0.443195] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:22:27.725] [ 0.443238] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:22:27.725] [ 0.443281] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:22:27.725] [ 0.443325] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:22:27.725] [ 0.443368] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:22:27.741] [ 0.443411] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:22:27.741] [ 0.443454] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:22:27.741] [ 0.443497] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:22:27.760] [ 0.443541] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:22:27.760] [ 0.443584] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:22:27.760] [ 0.443641] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:22:27.773] [ 0.443684] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:22:27.776] [ 0.443728] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:22:27.776] [ 0.443770] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:22:27.776] [ 0.444308] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:22:27.801] [ 0.444352] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:22:27.801] [ 0.444519] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:22:27.801] [ 0.444689] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:22:27.801] [ 0.444871] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:22:27.801] [ 0.445039] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:22:27.819] [ 0.445205] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:22:27.819] [ 0.445249] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:22:27.819] [ 0.445293] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:22:27.834] [ 0.445458] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:22:27.836] [ 0.445622] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:22:27.836] [ 0.445786] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:22:27.859] [ 0.445830] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:22:27.859] [ 0.445874] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:22:27.859] [ 0.445917] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:22:27.859] [ 0.445961] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:22:27.859] [ 0.446153] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:22:27.875] [ 0.446197] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:22:27.875] [ 0.446507] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:22:27.875] [ 0.446526] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:22:27.890] [ 0.528832] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:22:27.890] [ 0.528922] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:22:27.907] [ 1.675744] console [ttyAMA0] enabled [2024-05-23 14:22:27.909] [ 1.683454] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:22:27.945] [ 1.712306] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:22:27.946] [ 1.722597] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:22:27.961] [ 1.733187] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:22:27.981] [ 1.743441] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:22:28.062] [ 1.843600] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:22:28.077] [ 1.859765] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:22:28.090] [ 1.866660] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:22:28.092] [ 1.873452] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:22:28.126] [ 1.879820] Linux video capture interface: = v2.00 [2024-05-23 14:22:28.126] [ 1.885699] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:28.126] [ 1.885703] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:22:28.139] [ 1.885707] 6 locks held by swapper/0/1: [2024-05-23 14:22:28.141] [ 1.885710] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:22:28.141] [ 1.885738] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:22:28.166] [ 1.885753] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:22:28.166] [ 1.885771] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:28.166] [ 1.885786] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:22:28.180] [ 1.885802] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:28.180] [ 1.885821] irq event stamp: 288100 [2024-05-23 14:22:28.194] [ 1.885826] hardirqs last enabled at = (288099): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:28.206] [ 1.885831] hardirqs last disabled at = (288100): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:28.208] [ 1.885839] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:28.233] [ 1.885843] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:28.233] [ 1.885845] Preemption disabled at: [2024-05-23 14:22:28.233] [ 1.885851] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:28.233] [ 1.885859] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:22:28.235] [ 1.885862] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:28.259] [ 1.885866] Call trace: [2024-05-23 14:22:28.259] [ 1.885872] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:28.259] [ 1.885877] show_stack+0x14/0x20 [2024-05-23 14:22:28.259] [ 1.885883] dump_stack+0xb8/0xf0 [2024-05-23 14:22:28.259] [ 1.885888] ___might_sleep+0x178/0x210 [2024-05-23 14:22:28.259] [ 1.885892] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:28.272] [ 1.885897] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:28.274] [ 1.885902] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:28.274] [ 1.885909] gic_set_type+0x84/0x98 [2024-05-23 14:22:28.274] [ 1.885914] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:28.303] [ 1.885919] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:28.303] [ 1.885924] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:28.303] [ 1.885930] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:22:28.303] [ 1.885937] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:22:28.303] [ 1.885941] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:28.303] [ 1.885946] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:28.305] [ 1.885951] __driver_attach+0xfc/0x118 [2024-05-23 14:22:28.328] [ 1.885956] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:28.341] [ 1.885961] driver_attach+0x20/0x28 [2024-05-23 14:22:28.341] [ 1.885965] bus_add_driver+0x220/0x268 [2024-05-23 14:22:28.341] [ 1.885970] driver_register+0x60/0xf8 [2024-05-23 14:22:28.341] [ 1.885974] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:28.341] [ 1.885981] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:22:28.341] [ 1.885986] do_one_initcall+0x50/0x15c [2024-05-23 14:22:28.356] [ 1.885994] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:22:28.356] [ 1.885999] kernel_init+0x10/0x100 [2024-05-23 14:22:28.356] [ 1.886003] ret_from_fork+0x10/0x18 [2024-05-23 14:22:28.358] [ 1.891683] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:22:28.358] [ 2.138901] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:22:28.384] [ 2.152418] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:22:28.384] [ 2.159431] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:22:28.384] [ 2.164032] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:22:28.398] [ 2.168835] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:22:28.400] [ 2.173683] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:22:28.400] [ 2.178238] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:22:28.451] [ 2.231493] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:22:28.461] [ 2.244058] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:28.490] [ 2.262164] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:28.507] [ 2.277753] NET: Registered protocol family = 2 [2024-05-23 14:22:28.512] [ 2.285278] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:22:28.524] [ 2.292890] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:22:28.540] [ 2.304016] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:22:28.542] [ 2.311599] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:22:28.542] [ 2.318358] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:22:28.579] [ 2.326475] NET: Registered protocol family = 1 [2024-05-23 14:22:28.652] [ 2.434553] audit: initializing netlink = subsys (disabled) [2024-05-23 14:22:28.659] [ 2.441212] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:22:28.672] [ 2.441837] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:22:28.742] [ 2.524128] fuse init (API version 7.26) [2024-05-23 14:22:28.760] [ 2.538456] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:22:28.765] [ 2.548224] io scheduler noop registered = (default) [2024-05-23 14:22:28.779] [ 2.553079] io scheduler mq-deadline = registered [2024-05-23 14:22:28.779] [ 2.557642] io scheduler kyber registered [2024-05-23 14:22:28.804] [ 2.568383] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:28.805] [ 2.575552] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:28.805] [ 2.581763] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:22:28.819] [ 2.589364] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:28.869] [ 2.652061] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:28.878] [ 2.659840] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:28.892] [ 2.664690] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:22:28.892] [ 2.670118] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:28.893] [ 2.670754] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:28.919] [ 2.681509] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:28.919] [ 2.687717] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:22:28.919] [ 2.695274] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:28.945] [ 2.719902] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:28.947] [ 2.726813] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:28.964] [ 2.731457] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:22:28.967] [ 2.736884] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:28.967] [ 2.737466] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:28.967] [ 2.748219] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:28.991] [ 2.754428] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:22:28.991] [ 2.762044] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:29.046] [ 2.828631] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:29.056] [ 2.835786] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:29.081] [ 2.840417] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:22:29.090] [ 2.845843] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:29.090] [ 2.855795] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:22:29.091] [ 2.865415] [INF][WDMA] tcc_wdma_init [2024-05-23 14:22:29.091] [ 2.870200] TCC WDMA Driver Initializing [2024-05-23 14:22:29.132] [ 2.877311] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:22:29.132] [ 2.883480] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:22:29.141] [ 2.893804] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:29.141] [ 2.906438] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:22:29.141] [ 2.915883] [CPU_ID] probe is done [2024-05-23 14:22:29.143] [ 2.919643] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:22:29.163] [ 2.926267] [DRAM_TOOL] probe is done [2024-05-23 14:22:29.165] [ 2.933494] MALI-G51 : r30p0-01eac0 [2024-05-23 14:22:29.165] [ 2.937021] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:22:29.167] [ 2.946780] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:29.181] [ 2.946784] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:22:29.192] [ 2.946788] 6 locks held by swapper/0/1: [2024-05-23 14:22:29.205] [ 2.946792] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:22:29.207] [ 2.946817] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:22:29.207] [ 2.946832] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:22:29.232] [ 2.946850] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:29.232] [ 2.946864] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:22:29.232] [ 2.946880] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:29.251] [ 2.946898] irq event stamp: 453558 [2024-05-23 14:22:29.251] [ 2.946904] hardirqs last enabled at = (453557): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:29.251] [ 2.946909] hardirqs last disabled at = (453558): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:29.267] [ 2.946916] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:29.280] [ 2.946920] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:29.282] [ 2.946922] Preemption disabled at: [2024-05-23 14:22:29.283] [ 2.946927] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:29.310] [ 2.946937] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:22:29.310] [ 2.946940] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:29.310] [ 2.946943] Call trace: [2024-05-23 14:22:29.310] [ 2.946949] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:29.310] [ 2.946954] show_stack+0x14/0x20 [2024-05-23 14:22:29.310] [ 2.946960] dump_stack+0xb8/0xf0 [2024-05-23 14:22:29.324] [ 2.946965] ___might_sleep+0x178/0x210 [2024-05-23 14:22:29.327] [ 2.946969] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:29.327] [ 2.946974] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:29.327] [ 2.946980] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:29.350] [ 2.946986] gic_set_type+0x84/0x98 [2024-05-23 14:22:29.352] [ 2.946991] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:29.352] [ 2.946996] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:29.352] [ 2.947001] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:29.352] [ 2.947007] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:22:29.352] [ 2.947012] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:22:29.374] [ 2.947017] kbase_device_init+0x78/0xf8 [2024-05-23 14:22:29.376] [ 2.947023] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:22:29.376] [ 2.947027] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:29.376] [ 2.947033] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:29.376] [ 2.947038] __driver_attach+0xfc/0x118 [2024-05-23 14:22:29.376] [ 2.947042] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:29.377] [ 2.947047] driver_attach+0x20/0x28 [2024-05-23 14:22:29.402] [ 2.947052] bus_add_driver+0x220/0x268 [2024-05-23 14:22:29.402] [ 2.947057] driver_register+0x60/0xf8 [2024-05-23 14:22:29.402] [ 2.947061] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:29.402] [ 2.947068] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:22:29.402] [ 2.947073] do_one_initcall+0x50/0x15c [2024-05-23 14:22:29.402] [ 2.947080] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:22:29.417] [ 2.947085] kernel_init+0x10/0x100 [2024-05-23 14:22:29.417] [ 2.947090] ret_from_fork+0x10/0x18 [2024-05-23 14:22:29.417] [ 2.948861] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:22:29.432] [ 3.203741] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:22:29.432] [ 3.210479] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:22:29.453] [ 3.228999] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:22:29.455] [ 3.236164] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:22:29.469] [ 3.248341] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:22:29.483] [ 3.254560] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:22:29.483] [ 3.258956] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:22:29.485] [ 3.266432] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:22:29.533] [ 3.315601] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:22:29.542] [ 3.324493] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:22:29.556] [ 3.332396] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:22:29.582] [ 3.343406] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:22:29.582] [ 3.348686] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:22:29.601] [ 3.359759] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:22:29.603] [ 3.368663] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:22:29.627] [ 3.387714] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:22:29.628] [ 3.403166] libphy: Fixed MDIO Bus: probed [2024-05-23 14:22:29.628] [ 3.408126] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:22:29.642] [ 3.421252] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:22:29.666] [ 3.422975] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:22:29.667] [ 3.423696] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:22:29.667] [ 3.427430] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:22:29.667] [ 3.428223] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:22:29.667] [ 3.428828] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:22:29.682] [ 3.429929] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:22:29.686] [ 3.440039] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:22:29.710] [ 3.440067] GPT:15269887 !=3D 15273599 [2024-05-23 14:22:29.723] [ 3.440075] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:22:29.723] [ 3.440083] GPT:15269887 !=3D 15273599 [2024-05-23 14:22:29.723] [ 3.440090] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:22:29.723] [ 3.440204] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:22:29.725] [ 3.500971] [INFO][GAMC] gmac index : 1 [2024-05-23 14:22:29.725] [ 3.505502] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:22:29.749] [ 3.510670] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:22:29.749] [ 3.516664] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:22:29.749] [ 3.521054] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:22:29.749] [ 3.529417] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:22:29.775] [ 3.543676] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:22:29.778] [ 3.549562] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:29.778] [ 3.549575] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:22:29.779] [ 3.549581] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:22:29.806] [ 3.549593] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:29.806] [ 3.549604] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:22:29.806] [ 3.578373] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:22:29.812] [ 3.594327] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:22:29.824] [ 3.600984] usbhid: USB HID core driver [2024-05-23 14:22:29.824] [ 3.605178] optee: probing for conduit = method from DT. [2024-05-23 14:22:29.838] [ 3.610358] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:22:29.838] [ 3.612665] optee: initialized driver [2024-05-23 14:22:29.840] [ 3.622264] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:22:29.855] [ 3.627934] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:22:29.855] [ 3.633103] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:22:29.857] [ 3.638270] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:22:29.881] [ 3.644045] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:22:29.881] [ 3.649820] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:22:29.881] [ 3.655682] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:22:29.881] [ 3.662151] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:22:29.898] [ 3.669614] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:22:29.898] [ 3.677562] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:22:29.913] [ 3.691778] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:22:29.938] [ 3.700368] NET: Registered protocol family = 17 [2024-05-23 14:22:29.941] [ 3.705318] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:22:29.944] [ 3.723532] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:22:30.110] [ 3.891804] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:30.116] [ 3.891847] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:22:30.135] [ 3.907832] ALSA device list: [2024-05-23 14:22:30.135] [ 3.910821] No soundcards found. [2024-05-23 14:22:30.135] [ 3.917052] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:22:30.155] [ 3.938112] Freeing unused kernel memory: = 4160K [2024-05-23 14:22:30.169] Mounting devtmpfs [2024-05-23 14:22:30.170] [ 3.952857] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:22:30.184] Mounting procfs [2024-05-23 14:22:30.184] [ 3.964545] mount (91) used greatest stack = depth: 12816 bytes left [2024-05-23 14:22:30.200] Mounting sysfs [2024-05-23 14:22:30.203] [ 3.985344] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:22:30.226] [ 4.006232] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:22:30.273] [ 4.055111] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:22:30.282] [ 4.064162] mount (97) used greatest stack = depth: 11280 bytes left [2024-05-23 14:22:30.542] [ 4.320722] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:22:30.638] [ 4.420857] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:22:30.667] [ 4.448234] systemd[1]: Detected = architecture arm64. [2024-05-23 14:22:30.711]=20 [2024-05-23 14:22:30.711] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:22:30.725]=20 [2024-05-23 14:22:30.730] [ 4.512730] systemd[1]: Set hostname to = . [2024-05-23 14:22:30.745] [ 4.524482] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:22:30.759] [ 4.533464] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:22:30.990] [ 4.772550] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:22:31.018] [ 4.789650] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:22:31.060] [ 4.833790] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:22:31.064] [ 4.845950] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:22:31.259] [ 5.041037] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:22:31.331] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:22:31.360] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:22:31.377] [ OK ] Listening on Journal Socket. [2024-05-23 14:22:31.406] Mounting FUSE Control File System... [2024-05-23 14:22:31.438] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:22:31.472] Mounting Huge Pages File System... [2024-05-23 14:22:31.499] Starting mount data partition = service... [2024-05-23 14:22:31.513] [ OK ] Reached target Paths. [2024-05-23 14:22:31.544] [ OK ] Listening on Syslog Socket. [2024-05-23 14:22:31.562] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:22:31.580] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:22:31.627] Starting Journal Service... [2024-05-23 14:22:31.636] [ 5.417353] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:31.656] [ OK ] Listening on udev Control Socket. [2024-05-23 14:22:31.694] Starting udev Coldplug all Devices... [2024-05-23 14:22:31.712] Mounting Kernel Debug File System... [2024-05-23 14:22:31.745] Mounting Configuration File System... [2024-05-23 14:22:31.780] Starting Apply Kernel Variables... [2024-05-23 14:22:31.795] [ OK ] Reached target Remote File Systems. [2024-05-23 14:22:31.828] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:22:31.861] [ OK ] Created slice system-getty.slice. [2024-05-23 14:22:31.878] [ OK ] Created slice User and Session Slice. [2024-05-23 14:22:31.894] [ OK ] Reached target Slices. [2024-05-23 14:22:31.931] [ 5.710733] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:22:31.942] Mounting POSIX Message Queue File = System... [2024-05-23 14:22:31.955] [ OK ] Reached target Swap. [2024-05-23 14:22:31.975] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:22:32.034] [ OK ] Started Journal Service. [2024-05-23 14:22:32.061] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:22:32.083] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:22:32.102] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:22:32.127] [ OK ] Started mount data partition service. [2024-05-23 14:22:32.148] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:22:32.177] [ OK ] Mounted Configuration File System. [2024-05-23 14:22:32.195] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:22:32.228] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:22:32.245] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:22:32.304] Starting NS file System mount and = recovery.... [2024-05-23 14:22:32.331] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:22:32.364] Mounting /var/volatile... [2024-05-23 14:22:32.401] Mounting /tmp... [2024-05-23 14:22:32.428] [ OK ] Reached target Containers. [2024-05-23 14:22:32.445] [ 6.219863] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:32.448] Starting udev Kernel Device = Manager... [2024-05-23 14:22:32.479] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:22:32.534] [ 6.317120] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:32.626] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:22:32.645] [ 6.421799] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:32.733] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:22:32.759] [ OK ] Mounted /var/volatile. [2024-05-23 14:22:32.774] [ OK ] Mounted /tmp. [2024-05-23 14:22:32.893] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:32.965] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:22:33.066] [ 6.848663] systemd-journald[117]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:22:33.097] Starting Bind mount volatile = /var/spool... [2024-05-23 14:22:33.121] Starting Bind mount volatile = /var/lib... [2024-05-23 14:22:33.149] Starting Bind mount volatile = /var/cache... [2024-05-23 14:22:33.185] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:22:33.332] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:22:33.392] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:22:33.417] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:22:33.453] Starting Load/Save Random Seed... [2024-05-23 14:22:33.480] [ OK ] Reached target Local File Systems. [2024-05-23 14:22:33.507] Starting AppArmor initialization... [2024-05-23 14:22:33.538] Starting Create Volatile Files and = Directories... [2024-05-23 14:22:33.575] Starting netfilter persistent = configuration... [2024-05-23 14:22:33.607] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:22:33.715] [ 7.497316] audit: type=3D1400 = audit(1550139121.172:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:22:33.755] [ 7.513937] audit: type=3D1400 = audit(1550139121.172:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:22:33.758] [ 7.531160] audit: type=3D1400 = audit(1550139121.172:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:22:33.772] [ 7.548052] audit: type=3D1400 = audit(1550139121.172:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:22:33.787] [ 7.563619] audit: type=3D1400 = audit(1550139121.172:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:22:33.802] [ 7.579610] audit: type=3D1400 = audit(1550139121.172:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:22:33.818] [ 7.595957] audit: type=3D1400 = audit(1550139121.172:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:22:33.833] [ OK ] Started AppArmor initialization. [2024-05-23 14:22:33.863] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:22:33.896] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:22:33.914] [ OK ] Reached target Network (Pre). [2024-05-23 14:22:33.946] Starting Network Service... [2024-05-23 14:22:33.970] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:22:34.029] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:22:34.050] [ OK ] Reached target System Initialization. [2024-05-23 14:22:34.066] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:22:34.083] [ OK ] Reached target Timers. [2024-05-23 14:22:34.099] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:22:34.133] [ OK ] Reached target Sockets. [2024-05-23 14:22:34.145] [ OK ] Reached target Basic System. [2024-05-23 14:22:34.172] [ 7.938484] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:22:34.177] [ OK ] Started System Logging Service. [2024-05-23 14:22:34.198] [ 7.973454] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:22:34.199] [ 7.978038] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:22:34.201] [ 7.982582] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:22:34.225] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:22:34.248] [ OK ] Started Kernel Logging Service. [2024-05-23 14:22:34.266] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:22:34.298] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:22:34.340] Starting Load Kernel Modules... [2024-05-23 14:22:34.371] Starting Login Service... [2024-05-23 14:22:34.401] [ OK ] Started NS VSync Process. [2024-05-23 14:22:34.415] [ 8.196177] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:22:34.430] [ 8.203395] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:22:34.430] [ 8.210754] Disabling lock debugging due to = kernel taint [2024-05-23 14:22:34.446] [ 8.214944] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:22:34.448] [ 8.214954] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:22:34.482] [ 8.214961] [INFO][GMAC]=20 [2024-05-23 14:22:34.485] [ 8.244055] libphy: tcc-gmac-mdio: probed [2024-05-23 14:22:34.499] [ 8.244061] [INFO][GMAC] registered! [2024-05-23 14:22:34.499] [ 8.244064] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:22:34.499] [ 8.244073] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:22:34.514] [ 8.267854] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:22:34.514] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:22:34.527] [ OK ] Started NS System Management Process. [2024-05-23 14:22:34.527] Starting NS Inter Domain Comm = Process... [2024-05-23 14:22:34.551] [ OK ] Started Network Service. [2024-05-23 14:22:34.551] Start /usr/bin/sys-fail-mon [2024-05-23 14:22:34.551] Starting Wait for Network to be = Configured... [2024-05-23 14:22:34.565] [ 8.333470] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:22:34.565] 32m OK ] Reached target 8.341865] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:22:34.580] 0;1;39mNetwork. [2024-05-23 14:22:34.580] [ 8.351923] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:22:34.582] [ 8.351966] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:22:34.609] [ 8.351966] -- MASTER Configuration. [2024-05-23 14:22:34.609] [ 8.351966] -- Local Receiver Status Not = OK. [2024-05-23 14:22:34.609] [ 8.351966] -- Remote Receiver Status Not = OK. [2024-05-23 14:22:34.609] [ 8.351984] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:22:34.609] [ 8.351988] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:22:34.621] [ 8.352288] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:34.624] [ 8.352291] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:22:34.649] [ 8.352293] INFO: lockdep is turned off. [2024-05-23 14:22:34.649] [ 8.352295] irq event stamp: 70658 [2024-05-23 14:22:34.649] [ 8.352308] hardirqs last enabled at = (70657): [<000000007b74d672>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:34.649] [ 8.352314] hardirqs last disabled at = (70658): [<00000000c0f4953d>] __schedule+0xc8/0x730 [2024-05-23 14:22:34.662] [ 8.352321] softirqs last enabled at (0): = [<00000000bed22043>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:34.664] [ 8.352324] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:34.688] [ 8.352326] Preemption disabled at: [2024-05-23 14:22:34.688] [ 8.352333] [<00000000a7c03354>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:34.688] [ 8.352340] CPU: 2 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:22:34.688] [ 8.352342] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:34.703] [ 8.352345] Call trace: [2024-05-23 14:22:34.703] [ 8.352350] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:34.703] [ 8.352353] show_stack+0x14/0x20 [2024-05-23 14:22:34.703] [ 8.352357] dump_stack+0xb8/0xf0 [2024-05-23 14:22:34.716] [ 8.352361] ___might_sleep+0x178/0x210 [2024-05-23 14:22:34.717] [ 8.352364] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:34.717] [ 8.352370] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:34.717] [ 8.352374] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:34.743] [ 8.352381] gic_set_type+0x84/0x98 [2024-05-23 14:22:34.743] [ 8.352384] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:34.743] [ 8.352388] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:34.743] [ 8.352391] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:34.743] [ 8.352397] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:22:34.743] [ 8.352402] __dev_open+0x100/0x150 [2024-05-23 14:22:34.745] [ 8.352404] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:22:34.770] [ 8.352407] dev_change_flags+0x20/0x60 [2024-05-23 14:22:34.770] [ 8.352411] do_setlink+0x3ec/0xc30 [2024-05-23 14:22:34.770] [ 8.352414] rtnl_setlink+0xcc/0x128 [2024-05-23 14:22:34.770] [ 8.352417] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:22:34.770] [ 8.352421] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:22:34.770] [ 8.352424] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:22:34.776] [ 8.352427] netlink_unicast+0x180/0x1f8 [2024-05-23 14:22:34.798] [ 8.352430] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:22:34.800] [ 8.352435] sock_sendmsg+0x3c/0x58 [2024-05-23 14:22:34.800] [ 8.352439] SyS_sendto+0xd0/0x140 [2024-05-23 14:22:34.800] [ 8.352443] el0_svc_naked+0x34/0x38 [2024-05-23 14:22:34.800] [ 8.352568] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:22:34.800] [ 8.356649] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:22:34.823] [ 8.356654] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:22:34.835] [ 8.356660] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:22:34.835] [ 8.356660] =20 [2024-05-23 14:22:34.835] [ 8.356958] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:22:34.835] [ 8.357221] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:22:34.847] [ 8.357224] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:22:34.847] [ 8.357228] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:22:34.847] [ 8.357228] =20 [2024-05-23 14:22:34.849] [ 8.357358] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:22:34.849] [ 8.357372] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:22:34.849] [ 8.357376] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:22:34.872] [ 8.357380] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:22:34.876] [ 8.357387] [INFO][GMAC] --] phy_start: : [2024-05-23 14:22:34.876] [ 8.357443] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:22:34.876] [ 8.464709] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:22:34.876] [ 8.465173] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:34.897] [ 8.574905] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:34.910] Starting Permit[ 8.661531] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:22:34.910] User Sessions...[ 8.672749] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:22:34.912]=20 [2024-05-23 14:22:34.912] [ 8.681930] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:34.931] [ 8.682963] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:34.933] Starting udev C[ 8.700016] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:22:34.933] oldplug all Devices... [2024-05-23 14:22:34.933] [ 8.707206] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:22:34.958] [ OK ] Started 8.719295] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:22:34.958] 9mPermit User Sessions. [2024-05-23 14:22:34.958] [ 8.729624] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:22:34.958] [ OK ] Started Getty on tty1[ 8.740565] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:34.974] . [2024-05-23 14:22:34.974] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:22:34.999] [ OK ] Reached target Login Prompts. [2024-05-23 14:22:34.999] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:22:35.022] [ 8.776666] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:22:35.022] [ 8.785896] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:22:35.022] [ 8.790938] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:35.047] parents, child is 319 [2024-05-23 14:22:35.048] [ 8.824375] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:22:35.048] [IDC]Start. [2024-05-23 14:22:35.048] [ 8.829997] Done!! [2024-05-23 14:22:35.062] [ 8.833088] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:22:35.064] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:22:35.087] [IDC](A7)ConnectReq 0 [2024-05-23 14:22:35.090] [IDC](A7)do_connect 0 [2024-05-23 14:22:35.090] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:22:35.090] [IDC](A7)Tx start session req 1 [2024-05-23 14:22:35.090] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:22:35.090] [IDC](R5)ConnectReq 0 [2024-05-23 14:22:35.090] [IDC](R5)do_connect 0 [2024-05-23 14:22:35.090] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:22:35.090] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:22:35.090] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:22:35.092] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:22:35.122] [ OK ] Started Cluster Framework. [2024-05-23 14:22:35.154] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:22:35.154] [IDC](A7)Session connected. [2024-05-23 14:22:35.154] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:22:35.154] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:22:35.154] [ OK ] Started HUD Framework. [2024-05-23 14:22:35.154] [IDC](R5)Session connected.2 [2024-05-23 14:22:35.154] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:22:35.154] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:22:35.158] [ 8.907116] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:35.158] [ OK ] Started Nvm Process. [2024-05-23 14:22:35.190] [ 8.936092] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:22:35.224] [ 8.971408] Done!! [2024-05-23 14:22:35.248] [ OK ] Started NS hsm control application. [2024-05-23 14:22:35.255] [ 9.022982] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:35.311] [ 9.091793] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:22:35.367] [ OK ] Started Diagnosis Framework. [2024-05-23 14:22:35.378] [ OK ] Started NS Software Update. [2024-05-23 14:22:35.393] [ OK ] Started NS Secondary Verify. [2024-05-23 14:22:35.432] [ OK ] Started Diagnosis Transport. [2024-05-23 14:22:35.432] [ OK ] Started Login Service. [2024-05-23 14:22:35.445] [ OK ] Reached target Multi-User System. [2024-05-23 14:22:35.445] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:22:35.448] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:22:35.472] [ 9.247377] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:35.573] [ OK ] Started Update UTMP about System = Runl[ 9.359146] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:22:35.586] evel Changes. [2024-05-23 14:22:35.646] [ 9.426151] sched: RT throttling activated [2024-05-23 14:22:35.680] [ 9.443359] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:22:35.688] [ 9.447361] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:35.701] [ 9.447365] in_atomic(): 1, = irqs_disabled(): 128, pid: 269, name: systemd-modules [2024-05-23 14:22:35.716] [ 9.447368] INFO: lockdep is turned off. [2024-05-23 14:22:35.716] [ 9.447370] irq event stamp: 24955 [2024-05-23 14:22:35.718] [ 9.447390] hardirqs last enabled at = (24955): [<000000007b74d672>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:35.731] [ 9.447395] hardirqs last disabled at = (24954): [<00000000f1353c32>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:35.746] [ 9.447403] softirqs last enabled at (0): = [<00000000bed22043>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:35.747] [ 9.447405] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:35.762] [ 9.447407] Preemption disabled at: [2024-05-23 14:22:35.762] [ 9.447416] [<00000000a7c03354>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:35.775] [ 9.447424] CPU: 1 PID: 269 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:22:35.777] [ 9.447426] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:35.802] [ 9.447429] Call trace: [2024-05-23 14:22:35.802] [ 9.447436] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:35.802] [ 9.447440] show_stack+0x14/0x20 [2024-05-23 14:22:35.802] [ 9.447445] dump_stack+0xb8/0xf0 [2024-05-23 14:22:35.802] [ 9.447450] ___might_sleep+0x178/0x210 [2024-05-23 14:22:35.813] [ 9.447453] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:35.815] [ 9.447460] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:35.815] [ 9.447464] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:35.815] [ 9.447470] gic_set_type+0x84/0x98 [2024-05-23 14:22:35.842] [ 9.447474] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:35.842] [ 9.447477] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:35.842] [ 9.447481] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:35.842] [ 9.447514] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:22:35.842] [ 9.447537] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:22:35.842] [ 9.447544] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:35.844] [ 9.447550] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:35.868] [ 9.447553] __driver_attach+0xfc/0x118 [2024-05-23 14:22:35.868] [ 9.447558] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:35.868] [ 9.447561] driver_attach+0x20/0x28 [2024-05-23 14:22:35.868] [ 9.447565] bus_add_driver+0x220/0x268 [2024-05-23 14:22:35.868] [ 9.447568] driver_register+0x60/0xf8 [2024-05-23 14:22:35.883] [ 9.447571] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:35.883] [ 9.447579] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:22:35.903] [ 9.447584] do_one_initcall+0x50/0x15c [2024-05-23 14:22:35.906] [ 9.447589] do_init_module+0x54/0x1b0 [2024-05-23 14:22:35.921] [ 9.447592] load_module+0x1e70/0x2428 [2024-05-23 14:22:35.921] [ 9.447595] SyS_finit_module+0xe4/0x118 [2024-05-23 14:22:35.921] [ 9.447598] el0_svc_naked+0x34/0x38 [2024-05-23 14:22:35.923] [ 9.471002] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:35.950] [ 9.485367] Done!! [2024-05-23 14:22:35.950] [ 9.578958] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:35.965] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:22:36.016] [ OK ] Started Load Kernel Modules. [2024-05-23 14:22:36.385] [ 10.161542] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:22:36.393] [ 10.161549] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:22:37.387] [ 11.160616] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:22:37.394] [ 11.160624] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:22:37.503] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:41.405]=20 [2024-05-23 14:22:41.405] telechips-nsp1-release login:=20 [2024-05-23 14:22:45.579]=20 [2024-05-23 14:22:45.579] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:22:45.606]=20 [2024-05-23 14:22:45.606] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:22:45.606] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:22:45.606] DRAM: 2 GiB [2024-05-23 14:22:45.627] MMC: sdhc@0x16440000: 0 [2024-05-23 14:22:45.907]=20 [2024-05-23 14:22:45.908] HW Partition tyep is UserData [2024-05-23 14:22:45.919] In: serial [2024-05-23 14:22:45.919] Out: serial [2024-05-23 14:22:45.919] Err: serial [2024-05-23 14:22:45.985] Boot in the UserData environment(0) [2024-05-23 14:22:45.988] Non-secure boot (secure boot flag is clear) [2024-05-23 14:22:46.004] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:22:46.004] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:22:46.004] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:22:46.006] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:22:46.030] Booting using the fdt blob at 0x23000000 [2024-05-23 14:22:46.030] Loading Kernel Image [2024-05-23 14:22:46.030] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:22:46.057] OPTEE is enabled [2024-05-23 14:22:46.059]=20 [2024-05-23 14:22:46.059] Starting kernel ... [2024-05-23 14:22:46.059]=20 [2024-05-23 14:22:46.969] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:22:46.973] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:22:46.988] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:22:47.002] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:22:47.004] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:22:47.004] [ 0.000000] efi: UEFI not found. [2024-05-23 14:22:47.040] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:22:47.040] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:22:47.040] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:22:47.043] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:22:47.043] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:22:47.063] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:22:47.063] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:22:47.063] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:22:47.078] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:22:47.078] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:22:47.093] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:22:47.093] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:22:47.108] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:22:47.110] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:22:47.134] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:22:47.134] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:22:47.134] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:22:47.150] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:22:47.150] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:22:47.165] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:22:47.165] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:22:47.181] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:22:47.181] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:22:47.194] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:22:47.194] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:22:47.211] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:22:47.211] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:22:47.211] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:22:47.226] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:22:47.226] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:22:47.226] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:22:47.238] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:22:47.238] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:22:47.254] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:22:47.254] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:22:47.280] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:22:47.282] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:22:47.296] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:22:47.310] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:22:47.335] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:22:47.335] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:22:47.337] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:22:47.337] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:22:47.337] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:22:47.360] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:22:47.360] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:22:47.360] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:22:47.362] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:22:47.384] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:22:47.384] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:22:47.384] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:22:47.401] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:22:47.402] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:22:47.428] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:22:47.428] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:22:47.428] [ 0.000000] Running RCU self tests [2024-05-23 14:22:47.428] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:22:47.442] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:22:47.445] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:22:47.445] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:22:47.445] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:22:47.471] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:22:47.471] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:22:47.471] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:22:47.471] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:22:47.472] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:22:47.495] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:22:47.495] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:22:47.496] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:22:47.510] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:22:47.510] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:22:47.523] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:22:47.526] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:22:47.526] [ 0.001722] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:22:47.562] [ 0.001725] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:22:47.562] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:22:47.562] [ 0.001730] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:22:47.562] [ 0.001733] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:22:47.562] [ 0.001735] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:22:47.562] [ 0.001738] memory used by lock dependency = info: 7903 kB [2024-05-23 14:22:47.565] [ 0.001741] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:22:47.565] [ 0.001781] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:22:47.588] [ 0.001789] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:22:47.588] [ 0.002289] Security Framework initialized [2024-05-23 14:22:47.588] [ 0.002416] AppArmor: AppArmor initialized [2024-05-23 14:22:47.588] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:22:47.604] [ 0.002682] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:22:47.612] [ 0.019946] ASID allocator initialised with = 32768 entries [2024-05-23 14:22:47.612] [ 0.035846] Hierarchical SRCU = implementation. [2024-05-23 14:22:47.614] [ 0.062278] EFI services will not be = available. [2024-05-23 14:22:47.614] [ 0.076115] smp: Bringing up secondary CPUs = ... [2024-05-23 14:22:47.639] [ 0.120742] Detected VIPT I-cache on CPU1 [2024-05-23 14:22:47.639] [ 0.120817] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:22:47.639] [ 0.164990] Detected VIPT I-cache on CPU2 [2024-05-23 14:22:47.639] [ 0.165049] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:22:47.639] [ 0.209269] Detected VIPT I-cache on CPU3 [2024-05-23 14:22:47.639] [ 0.209323] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:22:47.653] [ 0.209697] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:22:47.653] [ 0.209738] SMP: Total of 4 processors = activated. [2024-05-23 14:22:47.653] [ 0.209753] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:22:47.671] [ 0.209772] CPU: All CPU(s) started at EL2 [2024-05-23 14:22:47.675] [ 0.209956] alternatives: patching kernel = code [2024-05-23 14:22:47.675] [ 0.210510] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:22:47.675] [ 0.213100] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:22:47.698] [ 0.213686] devtmpfs: initialized [2024-05-23 14:22:47.702] [ 0.403471] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:22:47.702] [ 0.403736] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:22:47.702] [ 0.412485] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:22:47.726] [ 0.413410] chipinfo: TCC8030 Rev02 [2024-05-23 14:22:47.740] [ 0.413425] chipinfo: SiP Service v0.1.56 [2024-05-23 14:22:47.740] [ 0.418743] NET: Registered protocol family = 16 [2024-05-23 14:22:47.740] [ 0.422730] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:22:47.740] [ 0.424687] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:22:47.740] [ 0.426402] cpuidle: using governor menu [2024-05-23 14:22:47.761] [ 0.426636] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:22:47.761] [ 0.440718] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:22:47.764] [ 0.441206] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:22:47.764] [ 0.441253] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:22:47.764] [ 0.441297] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:22:47.764] [ 0.441340] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:22:47.764] [ 0.441384] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:22:47.788] [ 0.441427] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:22:47.803] [ 0.441471] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:22:47.803] [ 0.441514] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:22:47.803] [ 0.441558] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:22:47.803] [ 0.441601] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:22:47.803] [ 0.441644] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:22:47.821] [ 0.441689] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:22:47.821] [ 0.441732] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:22:47.821] [ 0.441776] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:22:47.823] [ 0.441819] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:22:47.823] [ 0.441961] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:22:47.823] [ 0.442006] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:22:47.823] [ 0.442051] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:22:47.848] [ 0.442445] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:22:47.848] [ 0.442489] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:22:47.848] [ 0.442533] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:22:47.848] [ 0.442576] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:22:47.859] [ 0.442619] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:22:47.861] [ 0.442663] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:22:47.861] [ 0.442706] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:22:47.886] [ 0.442750] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:22:47.886] [ 0.442793] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:22:47.886] [ 0.442836] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:22:47.886] [ 0.442879] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:22:47.886] [ 0.442923] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:22:47.901] [ 0.443168] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:22:47.901] [ 0.443227] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:22:47.901] [ 0.443270] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:22:47.915] [ 0.443314] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:22:47.915] [ 0.443357] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:22:47.915] [ 0.443400] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:22:47.930] [ 0.443443] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:22:47.930] [ 0.443637] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:22:47.943] [ 0.443680] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:22:47.945] [ 0.443723] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:22:47.945] [ 0.443766] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:22:47.968] [ 0.443810] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:22:47.981] [ 0.443853] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:22:47.981] [ 0.443896] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:22:47.981] [ 0.443940] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:22:47.981] [ 0.443983] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:22:47.993] [ 0.444027] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:22:47.993] [ 0.444083] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:22:47.993] [ 0.444127] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:22:47.995] [ 0.444170] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:22:47.995] [ 0.444213] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:22:48.017] [ 0.444747] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:22:48.019] [ 0.444792] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:22:48.019] [ 0.444962] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:22:48.019] [ 0.445132] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:22:48.019] [ 0.445317] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:22:48.045] [ 0.445483] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:22:48.045] [ 0.445651] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:22:48.045] [ 0.445695] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:22:48.045] [ 0.445739] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:22:48.045] [ 0.446000] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:22:48.060] [ 0.446202] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:22:48.062] [ 0.446389] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:22:48.062] [ 0.446434] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:22:48.088] [ 0.446478] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:22:48.088] [ 0.446521] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:22:48.088] [ 0.446565] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:22:48.088] [ 0.446751] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:22:48.088] [ 0.446795] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:22:48.107] [ 0.447004] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:22:48.119] [ 0.447018] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:22:48.119] [ 0.529452] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:22:48.119] [ 0.529546] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:22:48.122] [ 1.676229] console [ttyAMA0] enabled [2024-05-23 14:22:48.145] [ 1.683919] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:22:48.161] [ 1.712754] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:22:48.162] [ 1.723049] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:22:48.183] [ 1.733628] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:22:48.185] [ 1.743961] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:22:48.281] [ 1.843844] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:22:48.298] [ 1.860340] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:22:48.313] [ 1.867235] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:22:48.334] [ 1.874023] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:22:48.338] [ 1.880465] Linux video capture interface: = v2.00 [2024-05-23 14:22:48.338] [ 1.886195] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:48.340] [ 1.886200] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:22:48.364] [ 1.886204] 6 locks held by swapper/0/1: [2024-05-23 14:22:48.364] [ 1.886207] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:22:48.364] [ 1.886232] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:22:48.377] [ 1.886247] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:22:48.380] [ 1.886265] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:48.407] [ 1.886279] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:22:48.407] [ 1.886295] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:48.407] [ 1.886314] irq event stamp: 288084 [2024-05-23 14:22:48.407] [ 1.886319] hardirqs last enabled at = (288083): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:48.423] [ 1.886324] hardirqs last disabled at = (288084): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:48.425] [ 1.886331] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:48.452] [ 1.886335] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:48.452] [ 1.886338] Preemption disabled at: [2024-05-23 14:22:48.452] [ 1.886343] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:48.452] [ 1.886352] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:22:48.466] [ 1.886355] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:48.479] [ 1.886358] Call trace: [2024-05-23 14:22:48.479] [ 1.886365] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:48.479] [ 1.886369] show_stack+0x14/0x20 [2024-05-23 14:22:48.481] [ 1.886375] dump_stack+0xb8/0xf0 [2024-05-23 14:22:48.481] [ 1.886380] ___might_sleep+0x178/0x210 [2024-05-23 14:22:48.481] [ 1.886383] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:48.505] [ 1.886388] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:48.506] [ 1.886394] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:48.506] [ 1.886400] gic_set_type+0x84/0x98 [2024-05-23 14:22:48.506] [ 1.886405] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:48.506] [ 1.886410] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:48.506] [ 1.886415] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:48.506] [ 1.886420] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:22:48.531] [ 1.886426] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:22:48.531] [ 1.886430] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:48.531] [ 1.886436] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:48.531] [ 1.886440] __driver_attach+0xfc/0x118 [2024-05-23 14:22:48.531] [ 1.886445] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:48.531] [ 1.886450] driver_attach+0x20/0x28 [2024-05-23 14:22:48.544] [ 1.886455] bus_add_driver+0x220/0x268 [2024-05-23 14:22:48.544] [ 1.886460] driver_register+0x60/0xf8 [2024-05-23 14:22:48.544] [ 1.886464] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:48.558] [ 1.886471] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:22:48.559] [ 1.886475] do_one_initcall+0x50/0x15c [2024-05-23 14:22:48.559] [ 1.886482] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:22:48.559] [ 1.886488] kernel_init+0x10/0x100 [2024-05-23 14:22:48.585] [ 1.886492] ret_from_fork+0x10/0x18 [2024-05-23 14:22:48.585] [ 1.892219] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:22:48.585] [ 2.139433] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:22:48.600] [ 2.152974] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:22:48.603] [ 2.160009] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:22:48.605] [ 2.164612] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:22:48.631] [ 2.169415] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:22:48.631] [ 2.174261] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:22:48.631] [ 2.178816] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:22:48.670] [ 2.232193] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:22:48.683] [ 2.244822] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:48.711] [ 2.262978] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:48.728] [ 2.278393] NET: Registered protocol family = 2 [2024-05-23 14:22:48.729] [ 2.285854] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:22:48.755] [ 2.293472] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:22:48.756] [ 2.304642] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:22:48.756] [ 2.312225] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:22:48.758] [ 2.318970] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:22:48.782] [ 2.327032] NET: Registered protocol family = 1 [2024-05-23 14:22:48.873] [ 2.434859] audit: initializing netlink = subsys (disabled) [2024-05-23 14:22:48.880] [ 2.441379] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:22:48.893] [ 2.442001] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:22:48.962] [ 2.524034] fuse init (API version 7.26) [2024-05-23 14:22:48.980] [ 2.542012] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:22:48.990] [ 2.551926] io scheduler noop registered = (default) [2024-05-23 14:22:49.003] [ 2.556768] io scheduler mq-deadline = registered [2024-05-23 14:22:49.003] [ 2.561329] io scheduler kyber registered [2024-05-23 14:22:49.030] [ 2.572167] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:49.031] [ 2.579019] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:49.031] [ 2.585231] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:22:49.031] [ 2.593013] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:49.093] [ 2.655318] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:49.112] [ 2.662914] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:49.113] [ 2.668002] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:22:49.113] [ 2.673431] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:49.129] [ 2.674055] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:49.129] [ 2.684810] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:49.131] [ 2.691019] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:22:49.152] [ 2.698581] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:49.160] [ 2.722428] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:49.174] [ 2.729335] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:49.174] [ 2.733975] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:22:49.189] [ 2.739477] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:49.189] [ 2.740046] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:22:49.189] [ 2.750799] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:22:49.204] [ 2.757008] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:22:49.204] [ 2.764623] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:22:49.268] [ 2.830470] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:22:49.288] [ 2.837240] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:22:49.292] [ 2.841869] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:22:49.295] [ 2.847295] fbX_probe : update_type =3D 1=20 [2024-05-23 14:22:49.309] [ 2.857068] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:22:49.309] [ 2.866699] [INF][WDMA] tcc_wdma_init [2024-05-23 14:22:49.311] [ 2.871558] TCC WDMA Driver Initializing [2024-05-23 14:22:49.326] [ 2.878546] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:22:49.326] [ 2.884667] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:22:49.348] [ 2.895048] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:49.348] [ 2.908492] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:22:49.363] [ 2.917924] [CPU_ID] probe is done [2024-05-23 14:22:49.363] [ 2.921673] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:22:49.388] [ 2.928443] [DRAM_TOOL] probe is done [2024-05-23 14:22:49.390] [ 2.935666] MALI-G51 : r30p0-01eac0 [2024-05-23 14:22:49.390] [ 2.939193] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:22:49.390] [ 2.949379] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:49.405] [ 2.949384] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:22:49.405] [ 2.949388] 6 locks held by swapper/0/1: [2024-05-23 14:22:49.420] [ 2.949392] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:22:49.420] [ 2.949419] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:22:49.436] [ 2.949434] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:22:49.436] [ 2.949452] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:49.451] [ 2.949466] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:22:49.452] [ 2.949482] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:49.476] [ 2.949503] irq event stamp: 453666 [2024-05-23 14:22:49.476] [ 2.949508] hardirqs last enabled at = (453665): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:49.476] [ 2.949513] hardirqs last disabled at = (453666): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:22:49.492] [ 2.949521] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:49.493] [ 2.949524] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:49.517] [ 2.949527] Preemption disabled at: [2024-05-23 14:22:49.517] [ 2.949532] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:49.517] [ 2.949542] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:22:49.517] [ 2.949545] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:49.534] [ 2.949549] Call trace: [2024-05-23 14:22:49.534] [ 2.949556] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:49.534] [ 2.949560] show_stack+0x14/0x20 [2024-05-23 14:22:49.534] [ 2.949566] dump_stack+0xb8/0xf0 [2024-05-23 14:22:49.536] [ 2.949571] ___might_sleep+0x178/0x210 [2024-05-23 14:22:49.562] [ 2.949575] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:49.562] [ 2.949580] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:49.562] [ 2.949585] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:49.562] [ 2.949593] gic_set_type+0x84/0x98 [2024-05-23 14:22:49.562] [ 2.949599] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:49.562] [ 2.949603] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:49.564] [ 2.949608] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:49.587] [ 2.949614] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:22:49.587] [ 2.949620] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:22:49.587] [ 2.949624] kbase_device_init+0x78/0xf8 [2024-05-23 14:22:49.587] [ 2.949630] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:22:49.587] [ 2.949634] platform_drv_probe+0x58/0xb8 [2024-05-23 14:22:49.591] [ 2.949640] = driver_probe_device+0x228/0x410 [2024-05-23 14:22:49.608] [ 2.949645] __driver_attach+0xfc/0x118 [2024-05-23 14:22:49.621] [ 2.949649] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:22:49.621] [ 2.949654] driver_attach+0x20/0x28 [2024-05-23 14:22:49.621] [ 2.949659] bus_add_driver+0x220/0x268 [2024-05-23 14:22:49.621] [ 2.949664] driver_register+0x60/0xf8 [2024-05-23 14:22:49.623] [ 2.949668] = __platform_driver_register+0x44/0x50 [2024-05-23 14:22:49.623] [ 2.949675] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:22:49.623] [ 2.949681] do_one_initcall+0x50/0x15c [2024-05-23 14:22:49.645] [ 2.949688] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:22:49.648] [ 2.949694] kernel_init+0x10/0x100 [2024-05-23 14:22:49.648] [ 2.949699] ret_from_fork+0x10/0x18 [2024-05-23 14:22:49.648] [ 2.951299] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:22:49.648] [ 3.206057] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:22:49.673] [ 3.212796] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:22:49.673] [ 3.227257] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:22:49.673] [ 3.234272] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:22:49.687] [ 3.246455] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:22:49.702] [ 3.252672] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:22:49.702] [ 3.257053] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:22:49.703] [ 3.264633] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:22:49.750] [ 3.312569] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:22:49.760] [ 3.322048] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:22:49.772] [ 3.329907] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:22:49.801] [ 3.340168] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:22:49.801] [ 3.345445] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:22:49.812] [ 3.356518] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:22:49.834] [ 3.365384] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:22:49.836] [ 3.385869] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:22:49.848] [ 3.387167] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:22:49.850] [ 3.388576] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:22:49.850] [ 3.392312] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:22:49.874] [ 3.393077] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:22:49.887] [ 3.393706] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:22:49.887] [ 3.394783] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:22:49.887] [ 3.404793] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:22:49.889] [ 3.404821] GPT:15269887 !=3D 15273599 [2024-05-23 14:22:49.889] [ 3.404829] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:22:49.889] [ 3.404836] GPT:15269887 !=3D 15273599 [2024-05-23 14:22:49.913] [ 3.404844] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:22:49.913] [ 3.404958] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:22:49.915] [ 3.476567] libphy: Fixed MDIO Bus: probed [2024-05-23 14:22:49.927] [ 3.481533] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:22:49.932] [ 3.494723] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:22:49.946] [ 3.499251] [INFO][GAMC] gmac index : 1 [2024-05-23 14:22:49.946] [ 3.503747] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:22:49.948] [ 3.508913] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:22:49.973] [ 3.514937] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:22:49.973] [ 3.519329] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:22:49.973] [ 3.527625] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:22:49.979] [ 3.541251] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:22:49.992] [ 3.547115] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:49.992] [ 3.547128] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:22:50.006] [ 3.547134] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:22:50.006] [ 3.547146] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:50.008] [ 3.547158] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:22:50.033] [ 3.576308] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:22:50.033] [ 3.592430] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:22:50.048] [ 3.599086] usbhid: USB HID core driver [2024-05-23 14:22:50.048] [ 3.603282] optee: probing for conduit = method from DT. [2024-05-23 14:22:50.049] [ 3.608462] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:22:50.063] [ 3.610341] optee: initialized driver [2024-05-23 14:22:50.063] [ 3.619926] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:22:50.064] [ 3.625641] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:22:50.089] [ 3.630810] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:22:50.089] [ 3.635977] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:22:50.089] [ 3.641752] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:22:50.089] [ 3.647527] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:22:50.103] [ 3.653388] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:22:50.106] [ 3.659857] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:22:50.130] [ 3.667286] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:22:50.133] [ 3.675234] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:22:50.133] [ 3.689228] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:22:50.147] [ 3.697399] NET: Registered protocol family = 17 [2024-05-23 14:22:50.147] [ 3.702338] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:22:50.168] [ 3.720101] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:22:50.328] [ 3.889166] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:22:50.334] [ 3.889209] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:22:50.348] [ 3.905012] ALSA device list: [2024-05-23 14:22:50.348] [ 3.908006] No soundcards found. [2024-05-23 14:22:50.362] [ 3.914001] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:22:50.380] [ 3.934933] Freeing unused kernel memory: = 4160K [2024-05-23 14:22:50.381] Mounting devtmpfs [2024-05-23 14:22:50.406] [ 3.950037] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:22:50.408] Mounting procfs [2024-05-23 14:22:50.408] Mounting sysfs [2024-05-23 14:22:50.408] [ 3.968484] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:22:50.446] [ 3.995822] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:22:50.474] [ 4.036209] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:22:50.484] [ 4.045160] mount (97) used greatest stack = depth: 11264 bytes left [2024-05-23 14:22:50.745] [ 4.305985] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:22:50.844] [ 4.402560] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:22:50.874] [ 4.430613] systemd[1]: Detected = architecture arm64. [2024-05-23 14:22:50.912]=20 [2024-05-23 14:22:50.912] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:22:50.924]=20 [2024-05-23 14:22:50.933] [ 4.493213] systemd[1]: Set hostname to = . [2024-05-23 14:22:50.951] [ 4.504458] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:22:50.963] [ 4.513740] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:22:51.183] [ 4.745006] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:22:51.212] [ 4.762121] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:22:51.242] [ 4.803983] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:22:51.255] [ 4.816090] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:22:51.446] [ 5.007949] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:22:51.521] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:22:51.543] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:22:51.550] [ OK ] Reached target Remote File Systems. [2024-05-23 14:22:51.581] [ OK ] Created slice system-getty.slice. [2024-05-23 14:22:51.597] [ OK ] Reached target Paths. [2024-05-23 14:22:51.609] [ OK ] Listening on udev Control Socket. [2024-05-23 14:22:51.626] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:22:51.642] [ OK ] Reached target Swap. [2024-05-23 14:22:51.674] [ OK ] Listening on Syslog Socket. [2024-05-23 14:22:51.677] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:22:51.693] [ OK ] Listening on Journal Socket. [2024-05-23 14:22:51.732] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:22:51.765] Mounting POSIX Message Queue File = System... [2024-05-23 14:22:51.797] Mounting Configuration File System... [2024-05-23 14:22:51.835] Starting udev Coldplug all Devices... [2024-05-23 14:22:51.887] [ 5.448854] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:22:51.894] Mounting Huge Pages File System... [2024-05-23 14:22:51.908] [ 5.459700] mount (113) used greatest stack = depth: 11168 bytes left [2024-05-23 14:22:51.936] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:22:51.969] Starting Apply Kernel Variables... [2024-05-23 14:22:52.001] Mounting FUSE Control File System... [2024-05-23 14:22:52.032] Starting mount data partition = service... [2024-05-23 14:22:52.066] Mounting Kernel Debug File System... [2024-05-23 14:22:52.077] [ OK ] Created slice User and Session Slice. [2024-05-23 14:22:52.095] [ OK ] Reached target Slices. [2024-05-23 14:22:52.118] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:22:52.132] [ 5.688536] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:52.152] Starting Journal Service... [2024-05-23 14:22:52.230] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:22:52.250] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:22:52.283] [ OK ] Mounted Configuration File System. [2024-05-23 14:22:52.297] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:22:52.319] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:22:52.349] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:22:52.382] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:22:52.406] [ OK ] Started mount data partition service. [2024-05-23 14:22:52.425] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:22:52.449] [ OK ] Started Journal Service. [2024-05-23 14:22:52.511] Starting NS file System mount and = recovery.... [2024-05-23 14:22:52.531] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:22:52.565] Mounting /tmp... [2024-05-23 14:22:52.583] [ OK ] Reached target Containers. [2024-05-23 14:22:52.616] Mounting /var/volatile... [2024-05-23 14:22:52.648] [ 6.210133] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:52.658] Starting udev Kernel Device = Manager... [2024-05-23 14:22:52.700] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:22:52.738] [ 6.298805] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:52.842] [ 6.402665] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:22:52.907] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:22:52.949] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:22:52.970] [ OK ] Mounted /tmp. [2024-05-23 14:22:52.999] [ OK ] Mounted /var/volatile. [2024-05-23 14:22:53.085] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:22:53.113] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:53.299] [ 6.857424] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:22:53.335] Starting Bind mount volatile = /var/lib... [2024-05-23 14:22:53.350] Starting Bind mount volatile = /var/cache... [2024-05-23 14:22:53.381] Starting Bind mount volatile = /var/spool... [2024-05-23 14:22:53.416] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:22:53.610] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:22:53.641] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:22:53.667] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:22:53.700] [ OK ] Reached target Local File Systems. [2024-05-23 14:22:53.716] Starting Create Volatile Files and = Directories... [2024-05-23 14:22:53.751] Starting netfilter persistent = configuration... [2024-05-23 14:22:53.789] Starting AppArmor initialization... [2024-05-23 14:22:53.816] Starting Load/Save Random Seed... [2024-05-23 14:22:53.864] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:22:53.900] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:22:53.978] [ 7.539315] audit: type=3D1400 = audit(1550139121.228:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:22:53.993] [ 7.553770] audit: type=3D1400 = audit(1550139121.232:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:22:54.017] [ 7.569682] audit: type=3D1400 = audit(1550139121.232:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:22:54.032] [ 7.586433] audit: type=3D1400 = audit(1550139121.232:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:22:54.048] [ 7.602001] audit: type=3D1400 = audit(1550139121.232:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:22:54.063] [ 7.618027] audit: type=3D1400 = audit(1550139121.232:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:22:54.077] [ 7.633846] audit: type=3D1400 = audit(1550139121.232:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:22:54.092] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:22:54.121] [ OK ] Started AppArmor initialization. [2024-05-23 14:22:54.133] [ OK ] Reached target Network (Pre). [2024-05-23 14:22:54.167] Starting Network Service... [2024-05-23 14:22:54.194] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:22:54.247] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:22:54.284] [ OK ] Reached target System Initialization. [2024-05-23 14:22:54.301] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:22:54.316] [ OK ] Reached target Timers. [2024-05-23 14:22:54.345] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:22:54.347] [ OK ] Reached target Sockets. [2024-05-23 14:22:54.373] [ OK ] Reached target Basic System. [2024-05-23 14:22:54.383] [ 7.945004] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:22:54.397] [ OK ] Started Kernel Logging Service. [2024-05-23 14:22:54.423] [ 7.973956] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:22:54.424] [ 7.978535] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:22:54.424] [ 7.983024] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:22:54.451] Starting Login Service... [2024-05-23 14:22:54.469] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:22:54.496] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:22:54.546] [ OK ] Started NS VSync Process. [2024-05-23 14:22:54.588] [ OK ] Started System Logging Service. [2024-05-23 14:22:54.639] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:22:54.648] [ 8.207612] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:22:54.659] [ 8.212041] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:22:54.685] [ 8.212064] [INFO][GMAC]=20 [2024-05-23 14:22:54.686] [ 8.236147] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:22:54.756] [ 8.318154] libphy: tcc-gmac-mdio: probed [2024-05-23 14:22:54.761] [ 8.320283] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:22:54.775] Starting Load Kern[ 8.328706] = [INFO][GMAC] registered! [2024-05-23 14:22:54.775] el Modules... [2024-05-23 14:22:54.800] [ 8.339760] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:22:54.802] [ 8.344607] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:22:54.818] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:22:54.851] [ 8.412333] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:22:54.872] [ 8.419706] Disabling lock debugging due to = kernel taint [2024-05-23 14:22:54.874] [ OK ] [ 8.439386] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:22:54.891] Started NS System Manage[ 8.446530] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:22:54.893] [ 8.446530] -- MASTER Configuration. [2024-05-23 14:22:54.918] [ 8.446530] -- Local Receiver Status Not = OK. [2024-05-23 14:22:54.918] [ 8.446530] -- Remote Receiver Status Not = OK. [2024-05-23 14:22:54.918] ment Process.Start /usr/bin/s[ 8.467513] = [INFO][GMAC] --] tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:22:54.918] ys-fail-mon [2024-05-23 14:22:54.918]=20 [2024-05-23 14:22:54.918] [ 8.476039] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:22:54.935] [ 8.483883] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:22:54.935] [ 8.483886] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:22:54.956] [ 8.483888] INFO: lockdep is turned off. [2024-05-23 14:22:54.956] [ 8.483890] irq event stamp: 73078 [2024-05-23 14:22:54.956] [ 8.483906] hardirqs last enabled at = (73077): [<00000000252e082f>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:22:54.956] [ 8.483913] hardirqs last disabled at = (73078): [<000000009d4218ff>] __schedule+0xc8/0x730 [2024-05-23 14:22:54.972] [ 8.483921] softirqs last enabled at (0): = [<00000000f57361b3>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:22:54.985] [ 8.483924] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:22:54.998] [ 8.483926] Preemption disabled at: [2024-05-23 14:22:54.998] [ 8.483933] [<0000000081f3b99d>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:22:54.999] [ 8.483940] CPU: 3 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:22:54.999] [ 8.483942] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:22:55.024] [ 8.483945] Call trace: [2024-05-23 14:22:55.024] [ 8.483950] dump_backtrace+0x0/0x1d8 [2024-05-23 14:22:55.024] [ 8.483953] show_stack+0x14/0x20 [2024-05-23 14:22:55.024] [ 8.483958] dump_stack+0xb8/0xf0 [2024-05-23 14:22:55.024] [ 8.483962] ___might_sleep+0x178/0x210 [2024-05-23 14:22:55.024] [ 8.483964] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:22:55.026] [ 8.483972] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:22:55.050] [ 8.483976] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:22:55.050] [ 8.483982] gic_set_type+0x84/0x98 [2024-05-23 14:22:55.050] [ 8.483986] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:22:55.050] [ 8.483989] __setup_irq+0x76c/0x7f8 [2024-05-23 14:22:55.050] [ 8.483993] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:22:55.050] [ 8.483998] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:22:55.063] [ 8.484003] __dev_open+0x100/0x150 [2024-05-23 14:22:55.068] [ 8.484006] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:22:55.068] [ 8.484009] dev_change_flags+0x20/0x60 [2024-05-23 14:22:55.068] [ 8.484013] do_setlink+0x3ec/0xc30 [2024-05-23 14:22:55.090] [ 8.484016] rtnl_setlink+0xcc/0x128 [2024-05-23 14:22:55.092] [ 8.484019] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:22:55.092] [ 8.484024] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:22:55.092] [ 8.484026] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:22:55.092] [ 8.484029] netlink_unicast+0x180/0x1f8 [2024-05-23 14:22:55.092] [ 8.484032] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:22:55.092] [ 8.484037] sock_sendmsg+0x3c/0x58 [2024-05-23 14:22:55.115] [ 8.484041] SyS_sendto+0xd0/0x140 [2024-05-23 14:22:55.117] [ 8.484045] el0_svc_naked+0x34/0x38 [2024-05-23 14:22:55.117] [ 8.485859] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:22:55.117] [ 8.497721] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:22:55.117] [ 8.497726] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:22:55.139] [ 8.497732] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:22:55.140] [ 8.497732] =20 [2024-05-23 14:22:55.140] [ 8.498055] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:22:55.140] [ 8.498430] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:22:55.140] [ 8.498434] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:22:55.163] [ 8.498438] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:22:55.175] [ 8.498438] =20 [2024-05-23 14:22:55.175] [ 8.498584] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:22:55.175] [ 8.498599] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:22:55.175] [ 8.498603] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:22:55.175] [ 8.498607] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:22:55.186] [ 8.498614] [INFO][GMAC] --] phy_start: : [2024-05-23 14:22:55.186] [ 8.498686] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:22:55.186] [ 8.569362] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:22:55.188] [ 8.578652] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:22:55.188] [ 8.581121] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:22:55.208] [ 8.582794] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:22:55.208] [ 8.584384] Done!! [2024-05-23 14:22:55.208] [ 8.603479] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.208] [ 8.677825] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:22:55.218] [ 8.680129] Done!! [2024-05-23 14:22:55.221] [ 8.711444] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.221] [ 8.753920] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:22:55.242] [ 8.756160] Done!! [2024-05-23 14:22:55.242] Starting NS Inter Domain Comm = Process... [2024-05-23 14:22:55.242] [ OK ] Started Network Service. [2024-05-23 14:22:55.242] [ 8.796250] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:22:55.244] ;32m OK ] Started 8.804361] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:22:55.265] mLoad Kernel Modules. [2024-05-23 14:22:55.265] [ 8.817260] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:22:55.267] [ 8.819495] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.286] [ 8.831903] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:22:55.286] [ 8.839342] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:55.298] [ 8.851869] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:22:55.298] [ 8.857571] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:22:55.312] [ OK ] Reached target[ 8.867172] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:22:55.329] Network. [2024-05-23 14:22:55.329] [ 8.877533] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:22:55.329] Starting udev Col[ 8.886866] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:22:55.342] dplug all Devices... [2024-05-23 14:22:55.342] Starting Permit User Sessions... [2024-05-23 14:22:55.357] Starting Wait for Network to be = Configured... [2024-05-23 14:22:55.359] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:22:55.377] [ 8.927483] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.377] [ OK ] Started Permit User Sessions. [2024-05-23 14:22:55.398] parents, child is 318 [2024-05-23 14:22:55.402] [ OK ] Started Getty on tty1. [2024-05-23 14:22:55.415] [IDC]Start. [2024-05-23 14:22:55.415] [ 8.969687] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:22:55.426] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:22:55.436] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:22:55.436] [ OK ] Reached target Login Prompts. [2024-05-23 14:22:55.455] [ OK ] Started Cluster Framework. [2024-05-23 14:22:55.455] [IDC](A7)ConnectReq 0 [2024-05-23 14:22:55.470] [IDC](A7)do_connect 0 [2024-05-23 14:22:55.470] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:22:55.470] [IDC](A7)Tx start session req 1 [2024-05-23 14:22:55.470] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:22:55.470] [IDC](R5)ConnectReq 0 [2024-05-23 14:22:55.470] [IDC](R5)do_connect 0 [2024-05-23 14:22:55.470] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:22:55.470] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:22:55.497] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:22:55.497] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:22:55.497] [ OK ] Started HUD Framework. [2024-05-23 14:22:55.497] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:22:55.516] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:22:55.516] [IDC](A7)Session connected. [2024-05-23 14:22:55.516] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:22:55.516] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:22:55.516] [I[ 9.046539] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.516] DC](R5)Session connected.2 [2024-05-23 14:22:55.516] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:22:55.521] [ OK ] Started Nvm Process. [2024-05-23 14:22:55.558] [ OK ] Started NS hsm control application. [2024-05-23 14:22:55.582] [ OK ] Started Diagnosis Framework. [2024-05-23 14:22:55.600] [ 9.159863] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.692] [ 9.252544] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:22:55.713] [ 9.272379] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.721] [ OK ] Started Diagnosis Transport. [2024-05-23 14:22:55.735] [ OK ] Started NS Software Update. [2024-05-23 14:22:55.757] [ OK ] Started NS Secondary Verify. [2024-05-23 14:22:55.766] [ OK ] Started Login Service. [2024-05-23 14:22:55.779] [ OK ] Reached target Multi-User System. [2024-05-23 14:22:55.779] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:22:55.793] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:22:55.824] [ 9.383550] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.933] [ 9.495520] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:55.950] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:22:55.964] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:22:56.046] [ 9.607895] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:22:56.705] [ 10.262748] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:22:56.712] [ 10.262755] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:22:57.195] [ 10.719459] sched: RT throttling activated [2024-05-23 14:22:57.203] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:22:57.689] [ 11.248893] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:22:57.705] [ 11.257294] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:01.751]=20 [2024-05-23 14:23:01.751] telechips-nsp1-release login:=20 [2024-05-23 14:23:05.800]=20 [2024-05-23 14:23:05.800] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:23:05.833]=20 [2024-05-23 14:23:05.833] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:23:05.833] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:23:05.833] DRAM: 2 GiB [2024-05-23 14:23:05.870] MMC: sdhc@0x16440000: 0 [2024-05-23 14:23:06.128]=20 [2024-05-23 14:23:06.128] HW Partition tyep is UserData [2024-05-23 14:23:06.149] In: serial [2024-05-23 14:23:06.150] Out: serial [2024-05-23 14:23:06.150] Err: serial [2024-05-23 14:23:06.204] Boot in the UserData environment(0) [2024-05-23 14:23:06.208] Non-secure boot (secure boot flag is clear) [2024-05-23 14:23:06.222] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:23:06.222] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:23:06.222] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:23:06.236] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:23:06.239] Booting using the fdt blob at 0x23000000 [2024-05-23 14:23:06.239] Loading Kernel Image [2024-05-23 14:23:06.261] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:23:06.263] OPTEE is enabled [2024-05-23 14:23:06.263]=20 [2024-05-23 14:23:06.263] Starting kernel ... [2024-05-23 14:23:06.263]=20 [2024-05-23 14:23:07.187] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:23:07.192] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:23:07.212] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:23:07.214] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:23:07.242] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:23:07.242] [ 0.000000] efi: UEFI not found. [2024-05-23 14:23:07.242] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:23:07.242] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:23:07.244] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:23:07.263] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:23:07.263] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:23:07.265] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:23:07.289] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:23:07.289] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:23:07.289] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:23:07.304] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:23:07.306] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:23:07.327] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:23:07.327] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:23:07.328] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:23:07.352] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:23:07.352] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:23:07.352] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:23:07.367] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:23:07.367] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:23:07.382] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:23:07.383] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:23:07.409] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:23:07.409] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:23:07.409] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:23:07.424] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:23:07.424] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:23:07.424] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:23:07.439] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:23:07.439] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:23:07.439] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:23:07.455] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:23:07.455] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:23:07.456] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:23:07.482] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:23:07.482] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:23:07.482] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:23:07.499] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:23:07.527] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:23:07.527] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:23:07.527] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:23:07.527] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:23:07.544] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:23:07.565] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:23:07.578] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:23:07.578] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:23:07.578] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:23:07.580] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:23:07.602] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:23:07.604] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:23:07.604] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:23:07.604] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:23:07.629] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:23:07.629] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:23:07.629] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:23:07.647] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:23:07.647] [ 0.000000] Running RCU self tests [2024-05-23 14:23:07.647] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:23:07.650] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:23:07.675] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:23:07.675] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:23:07.675] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:23:07.675] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:23:07.675] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:23:07.689] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:23:07.704] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:23:07.704] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:23:07.716] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:23:07.730] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:23:07.730] [ 0.000674] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:23:07.733] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:23:07.733] [ 0.001459] Console: colour dummy device = 80x25 [2024-05-23 14:23:07.733] [ 0.001702] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:23:07.757] [ 0.001705] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:23:07.757] [ 0.001707] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:23:07.757] [ 0.001710] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:23:07.757] [ 0.001713] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:23:07.757] [ 0.001715] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:23:07.772] [ 0.001718] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:23:07.772] [ 0.001720] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:23:07.772] [ 0.001723] memory used by lock dependency = info: 7903 kB [2024-05-23 14:23:07.794] [ 0.001726] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:23:07.794] [ 0.001766] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:23:07.794] [ 0.001774] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:23:07.796] [ 0.002274] Security Framework initialized [2024-05-23 14:23:07.821] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:23:07.821] [ 0.002647] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:23:07.821] [ 0.002669] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:23:07.821] [ 0.019958] ASID allocator initialised with = 32768 entries [2024-05-23 14:23:07.840] [ 0.035859] Hierarchical SRCU = implementation. [2024-05-23 14:23:07.840] [ 0.062283] EFI services will not be = available. [2024-05-23 14:23:07.840] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:23:07.840] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:23:07.843] [ 0.120826] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:23:07.864] [ 0.164998] Detected VIPT I-cache on CPU2 [2024-05-23 14:23:07.864] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:23:07.864] [ 0.209283] Detected VIPT I-cache on CPU3 [2024-05-23 14:23:07.864] [ 0.209336] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:23:07.866] [ 0.209715] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:23:07.888] [ 0.209755] SMP: Total of 4 processors = activated. [2024-05-23 14:23:07.888] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:23:07.888] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:23:07.888] [ 0.209971] alternatives: patching kernel = code [2024-05-23 14:23:07.888] [ 0.210522] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:23:07.901] [ 0.213112] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:23:07.914] [ 0.213694] devtmpfs: initialized [2024-05-23 14:23:07.914] [ 0.403351] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:23:07.917] [ 0.403617] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:23:07.917] [ 0.412407] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:23:07.942] [ 0.413328] chipinfo: TCC8030 Rev02 [2024-05-23 14:23:07.942] [ 0.413343] chipinfo: SiP Service v0.1.56 [2024-05-23 14:23:07.942] [ 0.418632] NET: Registered protocol family = 16 [2024-05-23 14:23:07.942] [ 0.422627] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:23:07.942] [ 0.424592] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:23:07.957] [ 0.426454] cpuidle: using governor menu [2024-05-23 14:23:07.975] [ 0.426727] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:23:07.975] [ 0.440824] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:23:07.977] [ 0.441314] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:23:07.977] [ 0.441361] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:23:07.977] [ 0.441405] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:23:07.977] [ 0.441449] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:23:08.002] [ 0.441492] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:23:08.002] [ 0.441536] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:23:08.002] [ 0.441579] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:23:08.002] [ 0.441623] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:23:08.002] [ 0.441666] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:23:08.018] [ 0.441710] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:23:08.018] [ 0.441753] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:23:08.018] [ 0.441797] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:23:08.038] [ 0.441858] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:23:08.040] [ 0.441982] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:23:08.040] [ 0.442026] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:23:08.040] [ 0.442070] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:23:08.040] [ 0.442113] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:23:08.066] [ 0.442156] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:23:08.066] [ 0.442542] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:23:08.066] [ 0.442585] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:23:08.066] [ 0.442629] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:23:08.066] [ 0.442673] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:23:08.082] [ 0.442716] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:23:08.082] [ 0.442759] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:23:08.082] [ 0.442802] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:23:08.096] [ 0.442846] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:23:08.097] [ 0.442889] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:23:08.097] [ 0.442933] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:23:08.121] [ 0.442989] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:23:08.121] [ 0.443032] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:23:08.121] [ 0.443267] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:23:08.121] [ 0.443311] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:23:08.121] [ 0.443355] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:23:08.138] [ 0.443398] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:23:08.138] [ 0.443442] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:23:08.138] [ 0.443485] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:23:08.153] [ 0.443528] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:23:08.158] [ 0.443723] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:23:08.158] [ 0.443767] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:23:08.158] [ 0.443810] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:23:08.182] [ 0.443853] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:23:08.182] [ 0.443897] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:23:08.182] [ 0.443940] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:23:08.182] [ 0.443982] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:23:08.182] [ 0.444039] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:23:08.202] [ 0.444083] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:23:08.202] [ 0.444126] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:23:08.202] [ 0.444169] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:23:08.215] [ 0.444213] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:23:08.216] [ 0.444256] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:23:08.216] [ 0.444299] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:23:08.216] [ 0.444830] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:23:08.241] [ 0.444889] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:23:08.241] [ 0.445060] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:23:08.241] [ 0.445231] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:23:08.241] [ 0.445398] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:23:08.247] [ 0.445561] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:23:08.266] [ 0.445728] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:23:08.278] [ 0.445772] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:23:08.278] [ 0.445816] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:23:08.278] [ 0.446079] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:23:08.278] [ 0.446279] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:23:08.280] [ 0.446466] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:23:08.280] [ 0.446510] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:23:08.306] [ 0.446554] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:23:08.306] [ 0.446597] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:23:08.306] [ 0.446640] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:23:08.306] [ 0.446825] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:23:08.307] [ 0.446889] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:23:08.343] [ 0.447096] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:23:08.343] [ 0.447110] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:23:08.343] [ 0.529495] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:23:08.343] [ 0.529585] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:23:08.344] [ 1.676286] console [ttyAMA0] enabled [2024-05-23 14:23:08.344] [ 1.683928] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:23:08.380] [ 1.712825] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:23:08.383] [ 1.723105] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:23:08.399] [ 1.733700] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:23:08.414] [ 1.744013] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:23:08.502] [ 1.843680] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:23:08.518] [ 1.859851] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:23:08.535] [ 1.866747] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:23:08.535] [ 1.873538] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:23:08.557] [ 1.879905] Linux video capture interface: = v2.00 [2024-05-23 14:23:08.557] [ 1.885750] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:08.560] [ 1.885754] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:23:08.583] [ 1.885758] 6 locks held by swapper/0/1: [2024-05-23 14:23:08.583] [ 1.885761] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:23:08.583] [ 1.885789] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:23:08.598] [ 1.885804] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:23:08.600] [ 1.885822] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:08.625] [ 1.885837] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:23:08.625] [ 1.885854] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:08.625] [ 1.885872] irq event stamp: 288068 [2024-05-23 14:23:08.625] [ 1.885878] hardirqs last enabled at = (288067): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:08.639] [ 1.885883] hardirqs last disabled at = (288068): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:08.654] [ 1.885891] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:08.654] [ 1.885895] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:08.669] [ 1.885897] Preemption disabled at: [2024-05-23 14:23:08.669] [ 1.885902] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:08.669] [ 1.885911] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:23:08.683] [ 1.885915] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:08.683] [ 1.885918] Call trace: [2024-05-23 14:23:08.683] [ 1.885924] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:08.698] [ 1.885929] show_stack+0x14/0x20 [2024-05-23 14:23:08.698] [ 1.885935] dump_stack+0xb8/0xf0 [2024-05-23 14:23:08.698] [ 1.885940] ___might_sleep+0x178/0x210 [2024-05-23 14:23:08.698] [ 1.885944] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:08.710] [ 1.885949] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:08.713] [ 1.885955] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:08.713] [ 1.885962] gic_set_type+0x84/0x98 [2024-05-23 14:23:08.737] [ 1.885967] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:08.740] [ 1.885971] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:08.740] [ 1.885976] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:08.740] [ 1.885981] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:23:08.740] [ 1.885988] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:23:08.740] [ 1.885992] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:08.740] [ 1.885997] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:08.764] [ 1.886002] __driver_attach+0xfc/0x118 [2024-05-23 14:23:08.776] [ 1.886007] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:08.776] [ 1.886012] driver_attach+0x20/0x28 [2024-05-23 14:23:08.776] [ 1.886016] bus_add_driver+0x220/0x268 [2024-05-23 14:23:08.776] [ 1.886021] driver_register+0x60/0xf8 [2024-05-23 14:23:08.776] [ 1.886025] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:08.778] [ 1.886032] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:23:08.778] [ 1.886037] do_one_initcall+0x50/0x15c [2024-05-23 14:23:08.778] [ 1.886045] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:23:08.800] [ 1.886051] kernel_init+0x10/0x100 [2024-05-23 14:23:08.802] [ 1.886055] ret_from_fork+0x10/0x18 [2024-05-23 14:23:08.802] [ 1.891733] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:23:08.802] [ 2.139024] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:23:08.839] [ 2.152632] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:23:08.839] [ 2.159660] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:23:08.839] [ 2.164261] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:23:08.839] [ 2.169065] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:23:08.841] [ 2.173891] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:23:08.841] [ 2.178445] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:23:08.892] [ 2.231887] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:23:08.902] [ 2.244502] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:08.932] [ 2.262578] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:08.949] [ 2.278162] NET: Registered protocol family = 2 [2024-05-23 14:23:08.954] [ 2.285675] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:23:08.954] [ 2.293292] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:23:08.969] [ 2.304371] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:23:08.982] [ 2.311801] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:23:08.984] [ 2.318580] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:23:08.985] [ 2.326690] NET: Registered protocol family = 1 [2024-05-23 14:23:09.092] [ 2.434163] audit: initializing netlink = subsys (disabled) [2024-05-23 14:23:09.101] [ 2.440535] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:23:09.117] [ 2.441100] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:23:09.181] [ 2.523215] fuse init (API version 7.26) [2024-05-23 14:23:09.199] [ 2.537831] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:23:09.211] [ 2.547708] io scheduler noop registered = (default) [2024-05-23 14:23:09.213] [ 2.552550] io scheduler mq-deadline = registered [2024-05-23 14:23:09.239] [ 2.557309] io scheduler kyber registered [2024-05-23 14:23:09.242] [ 2.568182] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:09.242] [ 2.575169] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:09.242] [ 2.581379] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:23:09.258] [ 2.588975] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:09.312] [ 2.652030] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:09.318] [ 2.659755] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:09.331] [ 2.664646] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:23:09.331] [ 2.670074] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:09.333] [ 2.670711] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:09.358] [ 2.681465] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:09.358] [ 2.687674] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:23:09.358] [ 2.695229] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:09.383] [ 2.719864] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:09.387] [ 2.726683] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:09.403] [ 2.731504] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:23:09.403] [ 2.736930] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:09.403] [ 2.737531] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:09.420] [ 2.748283] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:09.420] [ 2.754491] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:23:09.433] [ 2.762106] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:09.486] [ 2.828744] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:09.496] [ 2.836074] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:09.510] [ 2.840712] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:23:09.514] [ 2.846139] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:09.528] [ 2.856708] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:23:09.528] [ 2.866347] [INF][WDMA] tcc_wdma_init [2024-05-23 14:23:09.530] [ 2.871226] TCC WDMA Driver Initializing [2024-05-23 14:23:09.545] [ 2.878219] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:23:09.545] [ 2.884308] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:23:09.567] [ 2.894680] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:09.567] [ 2.907459] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:23:09.585] [ 2.916944] [CPU_ID] probe is done [2024-05-23 14:23:09.585] [ 2.920687] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:23:09.586] [ 2.927389] [DRAM_TOOL] probe is done [2024-05-23 14:23:09.599] [ 2.934651] MALI-G51 : r30p0-01eac0 [2024-05-23 14:23:09.599] [ 2.938180] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:23:09.616] [ 2.947814] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:09.630] [ 2.947819] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:23:09.641] [ 2.947823] 6 locks held by swapper/0/1: [2024-05-23 14:23:09.641] [ 2.947826] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:23:09.643] [ 2.947855] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:23:09.667] [ 2.947870] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:23:09.669] [ 2.947888] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:09.669] [ 2.947903] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:23:09.693] [ 2.947919] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:09.705] [ 2.947938] irq event stamp: 453692 [2024-05-23 14:23:09.705] [ 2.947944] hardirqs last enabled at = (453691): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:09.705] [ 2.947949] hardirqs last disabled at = (453692): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:09.707] [ 2.947956] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:09.732] [ 2.947960] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:09.732] [ 2.947962] Preemption disabled at: [2024-05-23 14:23:09.732] [ 2.947968] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:09.732] [ 2.947977] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:23:09.743] [ 2.947980] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:09.749] [ 2.947984] Call trace: [2024-05-23 14:23:09.749] [ 2.947990] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:09.763] [ 2.947994] show_stack+0x14/0x20 [2024-05-23 14:23:09.763] [ 2.948000] dump_stack+0xb8/0xf0 [2024-05-23 14:23:09.774] [ 2.948006] ___might_sleep+0x178/0x210 [2024-05-23 14:23:09.774] [ 2.948010] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:09.774] [ 2.948015] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:09.774] [ 2.948020] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:09.776] [ 2.948027] gic_set_type+0x84/0x98 [2024-05-23 14:23:09.776] [ 2.948032] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:09.794] [ 2.948037] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:09.796] [ 2.948042] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:09.796] [ 2.948049] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:23:09.796] [ 2.948055] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:23:09.796] [ 2.948059] kbase_device_init+0x78/0xf8 [2024-05-23 14:23:09.814] [ 2.948065] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:23:09.814] [ 2.948070] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:09.814] [ 2.948075] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:09.814] [ 2.948079] __driver_attach+0xfc/0x118 [2024-05-23 14:23:09.815] [ 2.948084] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:09.837] [ 2.948089] driver_attach+0x20/0x28 [2024-05-23 14:23:09.837] [ 2.948094] bus_add_driver+0x220/0x268 [2024-05-23 14:23:09.837] [ 2.948099] driver_register+0x60/0xf8 [2024-05-23 14:23:09.837] [ 2.948103] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:09.837] [ 2.948110] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:23:09.840] [ 2.948115] do_one_initcall+0x50/0x15c [2024-05-23 14:23:09.859] [ 2.948122] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:23:09.859] [ 2.948128] kernel_init+0x10/0x100 [2024-05-23 14:23:09.859] [ 2.948133] ret_from_fork+0x10/0x18 [2024-05-23 14:23:09.859] [ 2.950031] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:23:09.880] [ 3.204795] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:23:09.880] [ 3.211533] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:23:09.897] [ 3.225534] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:23:09.899] [ 3.232864] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:23:09.902] [ 3.245032] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:23:09.913] [ 3.251248] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:23:09.913] [ 3.255629] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:23:09.926] [ 3.263202] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:23:09.970] [ 3.311711] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:23:09.979] [ 3.321415] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:23:09.990] [ 3.329267] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:23:10.003] [ 3.339522] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:23:10.003] [ 3.344799] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:23:10.017] [ 3.355871] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:23:10.041] [ 3.364741] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:23:10.045] [ 3.383700] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:23:10.056] [ 3.386873] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:23:10.077] [ 3.387746] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:23:10.077] [ 3.391399] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:23:10.079] [ 3.392066] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:23:10.079] [ 3.392622] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:23:10.096] [ 3.393775] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:23:10.096] [ 3.404108] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:23:10.096] [ 3.404136] GPT:15269887 !=3D 15273599 [2024-05-23 14:23:10.108] [ 3.404144] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:23:10.108] [ 3.404152] GPT:15269887 !=3D 15273599 [2024-05-23 14:23:10.110] [ 3.404159] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:23:10.129] [ 3.404274] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:23:10.149] [ 3.474402] libphy: Fixed MDIO Bus: probed [2024-05-23 14:23:10.153] [ 3.479436] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:23:10.153] [ 3.492617] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:23:10.168] [ 3.497145] [INFO][GAMC] gmac index : 1 [2024-05-23 14:23:10.168] [ 3.501644] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:23:10.168] [ 3.506811] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:23:10.188] [ 3.512870] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:23:10.191] [ 3.517261] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:23:10.191] [ 3.525892] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:23:10.198] [ 3.540115] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:23:10.208] [ 3.545974] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:10.214] [ 3.545986] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:23:10.231] [ 3.545993] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:23:10.232] [ 3.546004] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:10.232] [ 3.546016] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:23:10.232] [ 3.574698] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:23:10.252] [ 3.590756] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:23:10.264] [ 3.597410] usbhid: USB HID core driver [2024-05-23 14:23:10.264] [ 3.601616] optee: probing for conduit = method from DT. [2024-05-23 14:23:10.284] [ 3.606797] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:23:10.288] [ 3.608770] optee: initialized driver [2024-05-23 14:23:10.288] [ 3.618246] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:23:10.288] [ 3.623982] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:23:10.297] [ 3.629152] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:23:10.299] [ 3.634319] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:23:10.299] [ 3.640095] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:23:10.319] [ 3.645870] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:23:10.319] [ 3.651732] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:23:10.319] [ 3.658201] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:23:10.331] [ 3.665729] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:23:10.331] [ 3.673678] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:23:10.348] [ 3.688030] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:23:10.363] [ 3.696539] NET: Registered protocol family = 17 [2024-05-23 14:23:10.363] [ 3.701672] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:23:10.379] [ 3.719719] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:23:10.547] [ 3.888133] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:10.552] [ 3.888176] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:23:10.565] [ 3.904200] ALSA device list: [2024-05-23 14:23:10.566] [ 3.907195] No soundcards found. [2024-05-23 14:23:10.578] [ 3.913016] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:23:10.598] [ 3.934076] Freeing unused kernel memory: = 4160K [2024-05-23 14:23:10.603] Mounting devtmpfs [2024-05-23 14:23:10.620] [ 3.949387] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:23:10.622] Mounting procfs [2024-05-23 14:23:10.622] Mounting sysfs [2024-05-23 14:23:10.626] [ 3.968851] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:23:10.655] [ 3.997002] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:23:10.702] [ 4.044149] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:23:10.712] [ 4.052953] mount (98) used greatest stack = depth: 11664 bytes left [2024-05-23 14:23:10.729] [ 4.068191] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:23:10.971] [ 4.312879] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:23:11.069] [ 4.410612] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:23:11.097] [ 4.437954] systemd[1]: Detected = architecture arm64. [2024-05-23 14:23:11.139]=20 [2024-05-23 14:23:11.139] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:23:11.151]=20 [2024-05-23 14:23:11.167] [ 4.500885] systemd[1]: Set hostname to = . [2024-05-23 14:23:11.169] [ 4.512121] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:23:11.182] [ 4.521486] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:23:11.422] [ 4.762961] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:23:11.441] [ 4.780271] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:23:11.484] [ 4.823663] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:23:11.493] [ 4.835846] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:23:11.679] [ 5.021871] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:23:11.750] [ OK ] Reached target Remote File Systems. [2024-05-23 14:23:11.770] [ OK ] Created slice User and Session Slice. [2024-05-23 14:23:11.788] [ OK ] Listening on udev Control Socket. [2024-05-23 14:23:11.803] [ OK ] Reached target Swap. [2024-05-23 14:23:11.833] [ OK ] Reached target Paths. [2024-05-23 14:23:11.834] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:23:11.852] [ OK ] Listening on Syslog Socket. [2024-05-23 14:23:11.867] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:23:11.883] [ OK ] Reached target Slices. [2024-05-23 14:23:11.902] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:23:11.920] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:23:11.940] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:23:11.956] [ OK ] Listening on Journal Socket. [2024-05-23 14:23:11.986] Mounting POSIX Message Queue File = System... [2024-05-23 14:23:12.020] Mounting Configuration File System... [2024-05-23 14:23:12.035] [ 5.377183] mount (111) used greatest stack = depth: 11424 bytes left [2024-05-23 14:23:12.050] Starting Journal Service... [2024-05-23 14:23:12.085] Starting Apply Kernel Variables... [2024-05-23 14:23:12.108] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:23:12.138] Mounting FUSE Control File System... [2024-05-23 14:23:12.177] Starting udev Coldplug all Devices... [2024-05-23 14:23:12.202] [ 5.544738] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:23:12.222] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:23:12.272] Mounting Huge Pages File System... [2024-05-23 14:23:12.315] Starting mount data partition = service... [2024-05-23 14:23:12.336] [ OK ] Created slice system-getty.slice. [2024-05-23 14:23:12.384] Mounting Kernel Debug File System... [2024-05-23 14:23:12.421] [ 5.762081] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:12.471] [ OK ] Started Journal Service. [2024-05-23 14:23:12.503] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:23:12.519] [ OK ] Mounted Configuration File System. [2024-05-23 14:23:12.550] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:23:12.572] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:23:12.588] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:23:12.626] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:23:12.648] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:23:12.671] [ OK ] Started mount data partition service. [2024-05-23 14:23:12.703] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:23:12.752] Starting NS file System mount and = recovery.... [2024-05-23 14:23:12.777] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:23:12.803] Mounting /var/volatile... [2024-05-23 14:23:12.821] [ OK ] Reached target Containers. [2024-05-23 14:23:12.853] Mounting /tmp... [2024-05-23 14:23:12.877] [ 6.219552] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:12.889] Starting udev Kernel Device = Manager... [2024-05-23 14:23:12.919] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:23:12.981] [ 6.323155] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:13.080] [ 6.422420] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:13.171] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:23:13.210] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:23:13.236] [ OK ] Mounted /var/volatile. [2024-05-23 14:23:13.269] [ OK ] Mounted /tmp. [2024-05-23 14:23:13.382] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:23:13.453] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:23:13.559] [ 6.900954] systemd-journald[114]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:23:13.587] Starting Bind mount volatile = /var/spool... [2024-05-23 14:23:13.610] Starting Bind mount volatile = /var/cache... [2024-05-23 14:23:13.638] Starting Bind mount volatile = /var/lib... [2024-05-23 14:23:13.671] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:23:13.879] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:23:13.905] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:23:13.937] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:23:13.971] Starting Load/Save Random Seed... [2024-05-23 14:23:13.987] [ OK ] Reached target Local File Systems. [2024-05-23 14:23:14.021] Starting netfilter persistent = configuration... [2024-05-23 14:23:14.055] Starting Create Volatile Files and = Directories... [2024-05-23 14:23:14.087] Starting AppArmor initialization... [2024-05-23 14:23:14.123] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:23:14.287] [ 7.628731] audit: type=3D1400 = audit(1550139121.312:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D259 comm=3D"apparmor_parser" [2024-05-23 14:23:14.304] [ 7.643385] audit: type=3D1400 = audit(1550139121.312:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:23:14.320] [ 7.659993] audit: type=3D1400 = audit(1550139121.312:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:23:14.336] [ 7.676802] audit: type=3D1400 = audit(1550139121.312:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:23:14.351] [ OK [ 7.692348] audit: type=3D1400 = audit(1550139121.312:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:23:14.368] ] [ 7.709792] audit: type=3D1400 = audit(1550139121.312:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:23:14.394] Started netfilter persis[ 7.725757] audit: = type=3D1400 audit(1550139121.312:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D259 comm=3D"apparmor_parser" [2024-05-23 14:23:14.410] tent configuration. [2024-05-23 14:23:14.425] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:23:14.455] [ OK ] Started AppArmor initialization. [2024-05-23 14:23:14.488] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:23:14.505] [ OK ] Reached target Network (Pre). [2024-05-23 14:23:14.539] Starting Network Service... [2024-05-23 14:23:14.586] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:23:14.604] [ OK ] Reached target System Initialization. [2024-05-23 14:23:14.621] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:23:14.638] [ OK ] Reached target Timers. [2024-05-23 14:23:14.654] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:23:14.671] [ OK ] Reached target Sockets. [2024-05-23 14:23:14.687] [ OK ] Reached target Basic System. [2024-05-23 14:23:14.711] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:23:14.745] [ OK ] Started NS VSync Process 8021q: = 802.1Q VLAN Support v1.8 [2024-05-23 14:23:14.755] [0m. [2024-05-23 14:23:14.778] [ 8.120202] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:23:14.789] [ 8.129014] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:23:14.803] [ 8.129311] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:23:14.803] Starting Login Service... [2024-05-23 14:23:14.831] [[ 8.173178] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:23:14.839] OK ] Started System Logging Service. [2024-05-23 14:23:14.898] [ OK ] Started Kernel Logging Service. [2024-05-23 14:23:14.906] [ 8.246261] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:23:14.938] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:23:14.964] [ OK ] Started NS System Management Process. [2024-05-23 14:23:14.988] Starting NS Inter Domain Comm = Process... [2024-05-23 14:23:15.017] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:23:15.018] [ 8.356284] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:23:15.034] Start /usr/bin/sys-fail-mon [2024-05-23 14:23:15.034] [ 8.369589] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:23:15.055] [ 8.369622] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:23:15.055] [ 8.373360] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:23:15.070] [ 8.373373] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:23:15.072] [ 8.390120] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:15.087] [ 8.392320] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:23:15.103] [ 8.392349] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:23:15.103] [ 8.400912] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:23:15.118] [ 8.400925] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:23:15.118] [ 8.421602] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:15.133] [ 8.470820] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:23:15.134] Starting Load Kernel Modules... [2024-05-23 14:23:15.172] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:23:15.174] [ OK ] Started Network Service. [2024-05-23 14:23:15.199] [ 8.470839] [INFO][GMAC]=20 [2024-05-23 14:23:15.204] [ 8.541450] libphy: tcc-gmac-mdio: probed [2024-05-23 14:23:15.229] [ 8.548198] [INFO][GMAC] registered! [2024-05-23 14:23:15.235] [ 8.551856] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:23:15.235] [ 8.551867] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:23:15.235] [ 8.559275] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:23:15.235] [ 8.559287] Disabling lock debugging due to = kernel taint [2024-05-23 14:23:15.237] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:23:15.264] [ OK ] Started Cluster Framework. [2024-05-23 14:23:15.271] parents, child is 310 [2024-05-23 14:23:15.285] [ OK ] Started HUD Framework. [2024-05-23 14:23:15.287] [IDC]Start[ 8.626464] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:23:15.314] . [2024-05-23 14:23:15.314] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:23:15.314] [IDC](A7)ConnectReq 0 [2024-05-23 14:23:15.314] [IDC](A7)do_connect 0 [2024-05-23 14:23:15.314] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:23:15.314] [IDC](A7)Tx start session req 1 [2024-05-23 14:23:15.326] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:23:15.339] [IDC](R5)ConnectReq 0 [2024-05-23 14:23:15.339] [IDC](R5)do_connect 0 [2024-05-23 14:23:15.339] [IDC](R5)[ 8.662905] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:23:15.367] Session status 0 -> 1 [2024-05-23 14:23:15.367] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:23:15.367] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:23:15.367] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:23:15.367] [IDC](A7)Sess[ 8.680388] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:23:15.371] [ 8.680388] -- MASTER Configuration. [2024-05-23 14:23:15.371] [ 8.680388] -- Local Receiver Status Not = OK. [2024-05-23 14:23:15.371] [ 8.680388] -- Remote Receiver Status Not = OK. [2024-05-23 14:23:15.371] ion status 2 -> 3 [2024-05-23 14:23:15.371] [IDC](A7)Session connected. [2024-05-23 14:23:15.371] [I[ 8.702013] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:23:15.414] DC]TimerStartReq 2 R5:1.0 [2024-05-23 14:23:15.414] [IDC][ 8.702022] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:23:15.416] (R5)Rx TIMER_START_REQ R5:1.000][ 8.702330] = BUG: sleeping function called from invalid context at = kernel/locking/rtmutex.c:974 [2024-05-23 14:23:15.416] 2 [2024-05-23 14:23:15.416] [IDC](R5)Session connected.2[ 8.702334] = in_atomic(): 1, irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:23:15.416]=20 [2024-05-23 14:23:15.416] [IDC](R5)Session status 2 -> 3[ 8.702336] = INFO: lockdep is turned off. [2024-05-23 14:23:15.416]=20 [2024-05-23 14:23:15.416] [ 8.702338] irq event stamp: 73464 [2024-05-23 14:23:15.416] [ 8.702352] hardirqs last enabled at = (73463): [<00000000b23f8b3d>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:23:15.441] [ 8.702358] hardirqs last disabled at = (73464): [<00000000e94186e3>] __schedule+0xc8/0x730 [2024-05-23 14:23:15.441] [ 8.702366] softirqs last enabled at (0): = [<0000000094b2c684>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:15.441] [ 8.702369] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:15.457] [ 8.702371] Preemption disabled at: [2024-05-23 14:23:15.457] [ 8.702378] [<00000000ff1fe1a4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:15.457] [ 8.702386] CPU: 0 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:23:15.474] [ 8.702387] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:15.474] [ 8.702390] Call trace: [2024-05-23 14:23:15.474] [ 8.702396] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:15.476] [ 8.702399] show_stack+0x14/0x20 [2024-05-23 14:23:15.501] [ 8.702404] dump_stack+0xb8/0xf0 [2024-05-23 14:23:15.501] [ 8.702408] ___might_sleep+0x178/0x210 [2024-05-23 14:23:15.501] [ 8.702411] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:15.501] [ 8.702417] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:15.501] [ 8.702421] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:15.501] [ 8.702427] gic_set_type+0x84/0x98 [2024-05-23 14:23:15.503] [ 8.702431] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:15.531] [ 8.702435] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:15.531] [ 8.702438] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:15.531] [ 8.702444] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:23:15.531] [ 8.702449] __dev_open+0x100/0x150 [2024-05-23 14:23:15.531] [ 8.702452] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:23:15.531] [ 8.702455] dev_change_flags+0x20/0x60 [2024-05-23 14:23:15.551] [ 8.702459] do_setlink+0x3ec/0xc30 [2024-05-23 14:23:15.553] [ 8.702462] rtnl_setlink+0xcc/0x128 [2024-05-23 14:23:15.553] [ 8.702465] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:23:15.553] [ 8.702469] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:23:15.553] [ 8.702472] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:23:15.553] [ 8.702475] netlink_unicast+0x180/0x1f8 [2024-05-23 14:23:15.575] [ 8.702478] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:23:15.589] [ 8.702482] sock_sendmsg+0x3c/0x58 [2024-05-23 14:23:15.589] [ 8.702487] SyS_sendto+0xd0/0x140 [2024-05-23 14:23:15.589] [ 8.702490] el0_svc_naked+0x34/0x38 [2024-05-23 14:23:15.589] [ 8.738462] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:23:15.589] [ 8.747889] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:23:15.601] [ 8.763479] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:23:15.601] [ 8.763485] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:23:15.603] [ 8.763490] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:23:15.603] [ 8.763490] =20 [2024-05-23 14:23:15.603] [ 8.766688] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:23:15.626] [ 8.767980] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:23:15.639] [ 8.767985] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:23:15.639] [ 8.767991] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:23:15.639] [ 8.767991] =20 [2024-05-23 14:23:15.639] [ 8.768152] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:23:15.639] [ 8.768167] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:23:15.650] [ 8.768171] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:23:15.650] [ 8.768175] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:23:15.652] [ 8.768182] [INFO][GMAC] --] phy_start: : [2024-05-23 14:23:15.652] [ 8.768242] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:23:15.652] [ 8.774494] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:23:15.676] [ 8.787825] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:23:15.689] [ 8.790920] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:23:15.689] [ 8.791429] Done!! [2024-05-23 14:23:15.689] [ 8.859242] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:23:15.689] [ 8.875075] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:15.689] [ 8.881783] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:23:15.691] [ 8.884647] Done!! [2024-05-23 14:23:15.691] [ 8.973494] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:23:15.713] [ 8.976247] Done!! [2024-05-23 14:23:15.724] [ 8.983114] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:15.724] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:23:15.724] [ OK ] Started Nvm Process. [2024-05-23 14:23:15.744] [ OK ] Started NS hsm control application. [2024-05-23 14:23:15.751] [ 9.091782] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:15.776] [ OK ] Started Diagnosis Framework. [2024-05-23 14:23:15.787] [ OK ] Started NS Software Update. [2024-05-23 14:23:15.797] [ OK ] Started NS Secondary Verify. [2024-05-23 14:23:15.822] [ OK ] Started Diagnosis Transport. [2024-05-23 14:23:15.833] [ OK ] Reached target Network. [2024-05-23 14:23:15.852] Starting Permit User Sessions... [2024-05-23 14:23:15.863] [ 9.203212] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:15.876] Starting udev Coldplug all Devices... [2024-05-23 14:23:15.898] Starting Wait for Network to be = Configured... [2024-05-23 14:23:15.920] [ OK ] Started Load Kernel Modules. [2024-05-23 14:23:15.974] [ 9.315143] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:15.992] [ OK ] Started Login Service. [2024-05-23 14:23:16.005] [ OK ] Started Permit User Sessions. [2024-05-23 14:23:16.037] [ OK ] Started Getty on tty1. [2024-05-23 14:23:16.052] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:23:16.056] [ OK ] Reached target Login Prompts. [2024-05-23 14:23:16.058] [ OK ] Reached target Multi-User System. [2024-05-23 14:23:16.078] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:23:16.086] [ 9.427341] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:16.122] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:23:16.134] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:23:16.176] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:23:16.209] [ 9.551257] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:16.262] [ 9.601372] sched: RT throttling activated [2024-05-23 14:23:16.321] [ 9.663126] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:16.440] [ 9.779101] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:16.555] [ 9.887082] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:16.843] [ 10.172282] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:23:16.854] [ 10.172293] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:17.796] [ 11.104157] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:23:17.806] [ 11.104166] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:17.862] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:23:22.389]=20 [2024-05-23 14:23:22.389] telechips-nsp1-release login:=20 [2024-05-23 14:23:25.015]=20 [2024-05-23 14:23:25.015] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:23:25.033]=20 [2024-05-23 14:23:25.033] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:23:25.033] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:23:25.033] DRAM: 2 GiB [2024-05-23 14:23:25.058] MMC: sdhc@0x16440000: 0 [2024-05-23 14:23:25.343]=20 [2024-05-23 14:23:25.343] HW Partition tyep is UserData [2024-05-23 14:23:25.356] In: serial [2024-05-23 14:23:25.356] Out: serial [2024-05-23 14:23:25.356] Err: serial [2024-05-23 14:23:25.431] Boot in the UserData environment(0) [2024-05-23 14:23:25.432] Non-secure boot (secure boot flag is clear) [2024-05-23 14:23:25.432] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:23:25.432] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:23:25.447] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:23:25.447] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:23:25.447] Booting using the fdt blob at 0x23000000 [2024-05-23 14:23:25.461] Loading Kernel Image [2024-05-23 14:23:25.463] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:23:25.488] OPTEE is enabled [2024-05-23 14:23:25.488]=20 [2024-05-23 14:23:25.488] Starting kernel ... [2024-05-23 14:23:25.488]=20 [2024-05-23 14:23:26.403] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:23:26.408] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:23:26.425] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:23:26.427] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:23:26.451] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:23:26.451] [ 0.000000] efi: UEFI not found. [2024-05-23 14:23:26.451] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:23:26.451] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:23:26.466] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:23:26.466] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:23:26.481] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:23:26.481] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:23:26.497] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:23:26.498] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:23:26.512] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:23:26.512] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:23:26.528] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:23:26.529] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:23:26.554] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:23:26.554] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:23:26.554] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:23:26.569] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:23:26.569] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:23:26.585] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:23:26.585] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:23:26.600] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:23:26.600] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:23:26.615] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:23:26.617] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:23:26.638] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:23:26.638] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:23:26.638] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:23:26.640] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:23:26.668] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:23:26.668] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:23:26.668] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:23:26.668] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:23:26.669] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:23:26.696] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:23:26.696] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:23:26.696] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:23:26.696] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:23:26.727] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:23:26.727] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:23:26.729] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:23:26.764] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:23:26.764] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:23:26.767] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:23:26.767] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:23:26.790] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:23:26.803] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:23:26.803] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:23:26.803] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:23:26.817] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:23:26.817] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:23:26.819] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:23:26.842] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:23:26.855] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:23:26.855] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:23:26.855] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:23:26.868] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:23:26.868] [ 0.000000] Running RCU self tests [2024-05-23 14:23:26.870] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:23:26.870] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:23:26.870] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:23:26.894] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:23:26.894] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:23:26.894] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:23:26.894] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:23:26.894] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:23:26.909] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:23:26.909] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:23:26.922] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:23:26.924] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:23:26.952] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:23:26.952] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:23:26.952] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:23:26.952] [ 0.001719] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:23:26.966] [ 0.001722] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:23:26.967] [ 0.001725] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:23:26.967] [ 0.001727] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:23:26.990] [ 0.001730] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:23:27.003] [ 0.001732] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:23:27.003] [ 0.001735] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:23:27.003] [ 0.001738] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:23:27.003] [ 0.001740] memory used by lock dependency = info: 7903 kB [2024-05-23 14:23:27.003] [ 0.001743] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:23:27.005] [ 0.001783] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:23:27.029] [ 0.001791] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:23:27.029] [ 0.002292] Security Framework initialized [2024-05-23 14:23:27.029] [ 0.002418] AppArmor: AppArmor initialized [2024-05-23 14:23:27.029] [ 0.002662] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:23:27.029] [ 0.002684] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:23:27.044] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:23:27.044] [ 0.035857] Hierarchical SRCU = implementation. [2024-05-23 14:23:27.044] [ 0.062282] EFI services will not be = available. [2024-05-23 14:23:27.059] [ 0.076124] smp: Bringing up secondary CPUs = ... [2024-05-23 14:23:27.059] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:23:27.059] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:23:27.073] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:23:27.074] [ 0.165055] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:23:27.074] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:23:27.098] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:23:27.114] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:23:27.114] [ 0.209751] SMP: Total of 4 processors = activated. [2024-05-23 14:23:27.114] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:23:27.114] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:23:27.114] [ 0.209967] alternatives: patching kernel = code [2024-05-23 14:23:27.117] [ 0.210542] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:23:27.117] [ 0.213109] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:23:27.117] [ 0.213762] devtmpfs: initialized [2024-05-23 14:23:27.117] [ 0.403375] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:23:27.140] [ 0.403642] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:23:27.140] [ 0.412422] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:23:27.140] [ 0.413359] chipinfo: TCC8030 Rev02 [2024-05-23 14:23:27.141] [ 0.413374] chipinfo: SiP Service v0.1.56 [2024-05-23 14:23:27.168] [ 0.418643] NET: Registered protocol family = 16 [2024-05-23 14:23:27.168] [ 0.422686] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:23:27.168] [ 0.424630] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:23:27.168] [ 0.426373] cpuidle: using governor menu [2024-05-23 14:23:27.168] [ 0.426612] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:23:27.194] [ 0.440670] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:23:27.194] [ 0.441159] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:23:27.194] [ 0.441205] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:23:27.194] [ 0.441249] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:23:27.194] [ 0.441292] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:23:27.208] [ 0.441336] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:23:27.210] [ 0.441379] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:23:27.210] [ 0.441423] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:23:27.231] [ 0.441466] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:23:27.245] [ 0.441510] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:23:27.245] [ 0.441553] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:23:27.245] [ 0.441611] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:23:27.245] [ 0.441656] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:23:27.265] [ 0.441699] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:23:27.265] [ 0.441743] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:23:27.265] [ 0.441786] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:23:27.268] [ 0.441829] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:23:27.268] [ 0.441872] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:23:27.268] [ 0.441915] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:23:27.268] [ 0.442363] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:23:27.290] [ 0.442409] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:23:27.303] [ 0.442452] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:23:27.303] [ 0.442496] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:23:27.303] [ 0.442539] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:23:27.303] [ 0.442582] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:23:27.304] [ 0.442625] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:23:27.304] [ 0.442669] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:23:27.305] [ 0.442725] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:23:27.329] [ 0.442769] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:23:27.329] [ 0.442812] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:23:27.329] [ 0.442856] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:23:27.329] [ 0.443103] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:23:27.331] [ 0.443146] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:23:27.356] [ 0.443190] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:23:27.356] [ 0.443233] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:23:27.356] [ 0.443276] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:23:27.356] [ 0.443319] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:23:27.358] [ 0.443362] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:23:27.381] [ 0.443564] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:23:27.381] [ 0.443608] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:23:27.381] [ 0.443651] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:23:27.381] [ 0.443694] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:23:27.381] [ 0.443737] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:23:27.396] [ 0.443794] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:23:27.400] [ 0.443837] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:23:27.400] [ 0.443880] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:23:27.424] [ 0.443924] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:23:27.436] [ 0.443967] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:23:27.436] [ 0.444010] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:23:27.436] [ 0.444053] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:23:27.436] [ 0.444096] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:23:27.438] [ 0.444139] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:23:27.438] [ 0.444688] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:23:27.438] [ 0.444734] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:23:27.461] [ 0.444904] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:23:27.461] [ 0.445075] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:23:27.461] [ 0.445244] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:23:27.461] [ 0.445408] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:23:27.463] [ 0.445574] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:23:27.487] [ 0.445618] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:23:27.487] [ 0.445661] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:23:27.487] [ 0.445827] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:23:27.487] [ 0.446003] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:23:27.500] [ 0.446181] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:23:27.503] [ 0.446225] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:23:27.503] [ 0.446269] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:23:27.527] [ 0.446344] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:23:27.529] [ 0.446406] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:23:27.529] [ 0.446604] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:23:27.529] [ 0.446649] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:23:27.529] [ 0.446868] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:23:27.551] [ 0.446882] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:23:27.563] [ 0.528997] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:23:27.563] [ 0.529088] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:23:27.563] [ 1.675868] console [ttyAMA0] enabled [2024-05-23 14:23:27.566] [ 1.683868] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:23:27.594] [ 1.712738] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:23:27.611] [ 1.723017] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:23:27.611] [ 1.733595] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:23:27.632] [ 1.743855] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:23:27.717] [ 1.843759] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:23:27.734] [ 1.859874] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:23:27.747] [ 1.866786] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:23:27.770] [ 1.873578] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:23:27.784] [ 1.879969] Linux video capture interface: = v2.00 [2024-05-23 14:23:27.784] [ 1.885925] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:27.786] [ 1.885930] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:23:27.786] [ 1.885934] 6 locks held by swapper/0/1: [2024-05-23 14:23:27.786] [ 1.885937] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:23:27.812] [ 1.885964] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:23:27.812] [ 1.885979] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:23:27.812] [ 1.885996] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:27.827] [ 1.886011] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:23:27.828] [ 1.886028] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:27.852] [ 1.886046] irq event stamp: 288114 [2024-05-23 14:23:27.852] [ 1.886051] hardirqs last enabled at = (288113): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:27.852] [ 1.886056] hardirqs last disabled at = (288114): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:27.868] [ 1.886064] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:27.870] [ 1.886068] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:27.895] [ 1.886070] Preemption disabled at: [2024-05-23 14:23:27.895] [ 1.886076] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:27.895] [ 1.886084] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:23:27.895] [ 1.886087] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:27.909] [ 1.886091] Call trace: [2024-05-23 14:23:27.921] [ 1.886097] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:27.921] [ 1.886101] show_stack+0x14/0x20 [2024-05-23 14:23:27.921] [ 1.886107] dump_stack+0xb8/0xf0 [2024-05-23 14:23:27.921] [ 1.886112] ___might_sleep+0x178/0x210 [2024-05-23 14:23:27.934] [ 1.886116] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:27.934] [ 1.886121] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:27.934] [ 1.886127] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:27.938] [ 1.886134] gic_set_type+0x84/0x98 [2024-05-23 14:23:27.938] [ 1.886139] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:27.938] [ 1.886143] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:27.938] [ 1.886148] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:27.965] [ 1.886153] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:23:27.965] [ 1.886160] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:23:27.965] [ 1.886164] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:27.965] [ 1.886169] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:27.965] [ 1.886174] __driver_attach+0xfc/0x118 [2024-05-23 14:23:27.965] [ 1.886179] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:27.968] [ 1.886184] driver_attach+0x20/0x28 [2024-05-23 14:23:27.994] [ 1.886189] bus_add_driver+0x220/0x268 [2024-05-23 14:23:27.994] [ 1.886194] driver_register+0x60/0xf8 [2024-05-23 14:23:27.994] [ 1.886198] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:27.994] [ 1.886205] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:23:27.994] [ 1.886210] do_one_initcall+0x50/0x15c [2024-05-23 14:23:27.994] [ 1.886217] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:23:27.996] [ 1.886223] kernel_init+0x10/0x100 [2024-05-23 14:23:28.015] [ 1.886227] ret_from_fork+0x10/0x18 [2024-05-23 14:23:28.017] [ 1.891791] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:23:28.017] [ 2.138985] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:23:28.042] [ 2.152577] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:23:28.042] [ 2.159600] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:23:28.042] [ 2.164199] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:23:28.044] [ 2.169002] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:23:28.071] [ 2.173826] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:23:28.071] [ 2.178380] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:23:28.106] [ 2.232469] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:23:28.119] [ 2.245090] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:28.137] [ 2.263363] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:28.153] [ 2.278774] NET: Registered protocol family = 2 [2024-05-23 14:23:28.166] [ 2.286098] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:23:28.168] [ 2.293713] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:23:28.193] [ 2.304975] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:23:28.193] [ 2.312345] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:23:28.194] [ 2.319199] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:23:28.215] [ 2.327568] NET: Registered protocol family = 1 [2024-05-23 14:23:28.311] [ 2.435282] audit: initializing netlink = subsys (disabled) [2024-05-23 14:23:28.316] [ 2.441595] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:23:28.331] [ 2.442158] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:23:28.398] [ 2.524279] fuse init (API version 7.26) [2024-05-23 14:23:28.419] [ 2.542255] modprobe (66) used greatest = stack depth: 12800 bytes left [2024-05-23 14:23:28.426] [ 2.552021] io scheduler noop registered = (default) [2024-05-23 14:23:28.435] [ 2.556877] io scheduler mq-deadline = registered [2024-05-23 14:23:28.435] [ 2.561439] io scheduler kyber registered [2024-05-23 14:23:28.451] [ 2.572485] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:28.466] [ 2.579630] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:28.466] [ 2.585841] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:23:28.499] [ 2.593440] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:28.530] [ 2.655945] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:28.552] [ 2.663809] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:28.553] [ 2.668664] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:23:28.553] [ 2.674093] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:28.553] [ 2.674720] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:28.568] [ 2.685474] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:28.568] [ 2.691683] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:23:28.583] [ 2.699243] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:28.600] [ 2.723169] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:28.604] [ 2.729968] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:28.618] [ 2.734594] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:23:28.618] [ 2.740021] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:28.618] [ 2.740580] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:28.633] [ 2.751334] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:28.633] [ 2.757542] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:23:28.649] [ 2.765162] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:28.705] [ 2.831224] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:28.713] [ 2.838005] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:28.727] [ 2.842672] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:23:28.734] [ 2.848099] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:28.747] [ 2.857726] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:23:28.749] [ 2.867433] [INF][WDMA] tcc_wdma_init [2024-05-23 14:23:28.749] [ 2.872213] TCC WDMA Driver Initializing [2024-05-23 14:23:28.807] [ 2.879290] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:23:28.807] [ 2.885391] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:23:28.807] [ 2.895992] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:28.810] [ 2.908623] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:23:28.810] [ 2.917982] [CPU_ID] probe is done [2024-05-23 14:23:28.810] [ 2.921721] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:23:28.810] [ 2.928417] [DRAM_TOOL] probe is done [2024-05-23 14:23:28.828] [ 2.935648] MALI-G51 : r30p0-01eac0 [2024-05-23 14:23:28.830] [ 2.939176] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:23:28.830] [ 2.948912] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:28.846] [ 2.948917] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:23:28.846] [ 2.948921] 6 locks held by swapper/0/1: [2024-05-23 14:23:28.846] [ 2.948924] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:23:28.857] [ 2.948951] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:23:28.872] [ 2.948966] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:23:28.872] [ 2.948984] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:28.887] [ 2.948999] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:23:28.887] [ 2.949015] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:28.902] [ 2.949034] irq event stamp: 453690 [2024-05-23 14:23:28.902] [ 2.949039] hardirqs last enabled at = (453689): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:28.917] [ 2.949044] hardirqs last disabled at = (453690): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:28.919] [ 2.949052] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:28.945] [ 2.949056] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:28.945] [ 2.949058] Preemption disabled at: [2024-05-23 14:23:28.945] [ 2.949064] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:28.945] [ 2.949073] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:23:28.960] [ 2.949076] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:28.960] [ 2.949080] Call trace: [2024-05-23 14:23:28.960] [ 2.949086] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:28.979] [ 2.949091] show_stack+0x14/0x20 [2024-05-23 14:23:28.979] [ 2.949096] dump_stack+0xb8/0xf0 [2024-05-23 14:23:28.979] [ 2.949102] ___might_sleep+0x178/0x210 [2024-05-23 14:23:28.979] [ 2.949105] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:28.981] [ 2.949110] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:29.003] [ 2.949116] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:29.019] [ 2.949123] gic_set_type+0x84/0x98 [2024-05-23 14:23:29.019] [ 2.949127] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:29.019] [ 2.949132] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:29.019] [ 2.949137] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:29.019] [ 2.949143] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:23:29.021] [ 2.949148] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:23:29.021] [ 2.949153] kbase_device_init+0x78/0xf8 [2024-05-23 14:23:29.021] [ 2.949159] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:23:29.021] [ 2.949164] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:29.044] [ 2.949169] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:29.044] [ 2.949174] __driver_attach+0xfc/0x118 [2024-05-23 14:23:29.044] [ 2.949179] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:29.044] [ 2.949184] driver_attach+0x20/0x28 [2024-05-23 14:23:29.044] [ 2.949189] bus_add_driver+0x220/0x268 [2024-05-23 14:23:29.044] [ 2.949193] driver_register+0x60/0xf8 [2024-05-23 14:23:29.057] [ 2.949197] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:29.059] [ 2.949205] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:23:29.059] [ 2.949209] do_one_initcall+0x50/0x15c [2024-05-23 14:23:29.082] [ 2.949217] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:23:29.084] [ 2.949222] kernel_init+0x10/0x100 [2024-05-23 14:23:29.084] [ 2.949227] ret_from_fork+0x10/0x18 [2024-05-23 14:23:29.084] [ 2.950815] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:23:29.084] [ 3.205485] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:23:29.111] [ 3.212224] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:23:29.111] [ 3.225999] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:23:29.111] [ 3.233169] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:23:29.128] [ 3.245291] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:23:29.128] [ 3.251510] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:23:29.151] [ 3.255891] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:23:29.151] [ 3.263448] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:23:29.186] [ 3.311670] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:23:29.195] [ 3.319468] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:23:29.208] [ 3.329169] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:23:29.225] [ 3.341189] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:23:29.225] [ 3.348596] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:23:29.250] [ 3.359668] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:23:29.250] [ 3.368525] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:23:29.272] [ 3.387797] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:23:29.286] [ 3.403270] libphy: Fixed MDIO Bus: probed [2024-05-23 14:23:29.286] [ 3.408232] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:23:29.311] [ 3.423248] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:23:29.312] [ 3.427497] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:23:29.312] [ 3.427550] [INFO][GAMC] gmac index : 1 [2024-05-23 14:23:29.312] [ 3.428146] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:23:29.326] [ 3.428154] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:23:29.328] [ 3.429076] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:23:29.328] [ 3.429089] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:23:29.351] [ 3.433263] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:23:29.364] [ 3.441758] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:23:29.364] [ 3.442850] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:29.364] [ 3.442862] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:23:29.364] [ 3.442869] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:23:29.366] [ 3.442881] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:29.366] [ 3.442892] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:23:29.390] [ 3.444943] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:23:29.390] [ 3.453992] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:23:29.390] [ 3.454001] usbhid: USB HID core driver [2024-05-23 14:23:29.390] [ 3.454336] optee: probing for conduit = method from DT. [2024-05-23 14:23:29.403] [ 3.454361] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:23:29.415] [ 3.456375] optee: initialized driver [2024-05-23 14:23:29.415] [ 3.457979] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:23:29.415] [ 3.457994] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:23:29.428] [ 3.458001] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:23:29.428] [ 3.458009] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:23:29.429] [ 3.458016] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:23:29.429] [ 3.458023] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:23:29.453] [ 3.458031] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:23:29.455] [ 3.458038] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:23:29.455] [ 3.459729] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:23:29.455] [ 3.459737] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:23:29.481] [ 3.466537] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:23:29.481] [ 3.482750] NET: Registered protocol family = 17 [2024-05-23 14:23:29.481] [ 3.483726] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:23:29.486] [ 3.488279] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:23:29.501] [ 3.614607] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:23:29.501] [ 3.625369] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:23:29.522] [ 3.630881] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:23:29.522] [ 3.637593] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:23:29.522] [ 3.646068] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:23:29.539] [ 3.651308] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:29.539] [ 3.651348] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:23:29.561] [ 3.652990] ALSA device list: [2024-05-23 14:23:29.561] [ 3.652997] No soundcards found. [2024-05-23 14:23:29.561] [ 3.676843] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:23:29.561] [ 3.685769] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:23:29.578] [ 3.693509] GPT:15269887 !=3D 15273599 [2024-05-23 14:23:29.578] [ 3.697119] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:23:29.580] [ 3.698070] Freeing unused kernel memory: = 4160K [2024-05-23 14:23:29.606] Mounting devtmpfs[ 3.708112] GPT:15269887 = !=3D 15273599 [2024-05-23 14:23:29.606]=20 [2024-05-23 14:23:29.606] [ 3.713166] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:23:29.606] [ 3.718618] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:23:29.630] Mounting procfs [2024-05-23 14:23:29.633] Mounting sysfs [2024-05-23 14:23:29.633] [ 3.746222] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:23:29.652] [ 3.774771] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:23:29.691] [ 3.817415] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:23:29.701] [ 3.826243] mount (98) used greatest stack = depth: 11552 bytes left [2024-05-23 14:23:29.716] [ 3.841988] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:23:29.967] [ 4.090792] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:23:30.070] [ 4.193681] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:23:30.096] [ 4.220953] systemd[1]: Detected = architecture arm64. [2024-05-23 14:23:30.138]=20 [2024-05-23 14:23:30.138] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:23:30.151]=20 [2024-05-23 14:23:30.154] [ 4.280764] systemd[1]: Set hostname to = . [2024-05-23 14:23:30.170] [ 4.292443] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:23:30.186] [ 4.301215] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:23:30.425] [ 4.550365] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:23:30.453] [ 4.567474] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:23:30.486] [ 4.611853] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:23:30.498] [ 4.623957] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:23:30.691] [ 4.816927] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:23:30.769] [ OK ] Reached target Swap. [2024-05-23 14:23:30.788] [ OK ] Listening on Syslog Socket. [2024-05-23 14:23:30.804] [ OK ] Created slice system-getty.slice. [2024-05-23 14:23:30.821] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:23:30.838] [ OK ] Listening on udev Control Socket. [2024-05-23 14:23:30.855] [ OK ] Reached target Remote File Systems. [2024-05-23 14:23:30.872] [ OK ] Created slice User and Session Slice. [2024-05-23 14:23:30.887] [ OK ] Reached target Slices. [2024-05-23 14:23:30.904] [ OK ] Reached target Paths. [2024-05-23 14:23:30.921] [ OK ] Listening on Journal Socket. [2024-05-23 14:23:30.943] Mounting Huge Pages File System... [2024-05-23 14:23:30.972] Mounting FUSE Control File System... [2024-05-23 14:23:31.005] Mounting Kernel Debug File System... [2024-05-23 14:23:31.035] Mounting Configuration File System... [2024-05-23 14:23:31.067] Starting udev Coldplug all Devices... [2024-05-23 14:23:31.084] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:23:31.104] Starting mount data partition = service... [2024-05-23 14:23:31.142] Starting Apply Kernel Variables... [2024-05-23 14:23:31.175] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:23:31.207] Starting Journal Service... [2024-05-23 14:23:31.239] [ 5.355081] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:31.240] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:23:31.276] Mounting POSIX Message Queue File = System... [2024-05-23 14:23:31.305] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:23:31.325] [ 5.449575] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:23:31.354] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:23:31.370] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:23:31.432] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:23:31.455] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:23:31.472] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:23:31.488] [ OK ] Mounted Configuration File System. [2024-05-23 14:23:31.530] [ OK ] Started mount data partition service. [2024-05-23 14:23:31.557] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:23:31.576] [ OK ] Started Journal Service. [2024-05-23 14:23:31.607] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:23:31.641] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:23:31.653] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:23:31.722] Starting udev Kernel Device = Manager... [2024-05-23 14:23:31.739] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:23:31.776] [ OK ] Reached target Containers. [2024-05-23 14:23:31.789] Mounting /var/volatile... [2024-05-23 14:23:31.823] Mounting /tmp... [2024-05-23 14:23:31.848] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:23:31.882] Starting NS file System mount and = recovery.... [2024-05-23 14:23:31.923] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:23:31.965] [ OK ] Mounted /var/volatile. [2024-05-23 14:23:31.990] [ OK ] Mounted /tmp. [2024-05-23 14:23:32.009] [ 6.134692] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:32.101] [ 6.226502] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:32.140] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:23:32.211] [ OK ] Started [ 6.336872] EXT4-fs = (mmcblk0p36): mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:32.223] udev Coldplug all Devices. [2024-05-23 14:23:32.305] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:23:32.484] [ 6.609849] systemd-journald[121]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:23:32.506] Starting Bind mount volatile = /var/spool... [2024-05-23 14:23:32.537] Starting Bind mount volatile = /var/lib... [2024-05-23 14:23:32.569] Starting Bind mount volatile = /var/cache... [2024-05-23 14:23:32.595] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:23:32.710] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:23:32.815] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:23:32.844] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:23:32.879] Starting Load/Save Random Seed... [2024-05-23 14:23:32.894] [ OK ] Reached target Local File Systems. [2024-05-23 14:23:32.927] Starting Create Volatile Files and = Directories... [2024-05-23 14:23:32.973] Starting netfilter persistent = configuration... [2024-05-23 14:23:33.007] Starting AppArmor initialization... [2024-05-23 14:23:33.034] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:23:33.064] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:23:33.163] [ 7.288455] audit: type=3D1400 = audit(1550139121.196:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:23:33.178] [ 7.302857] audit: type=3D1400 = audit(1550139121.200:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:23:33.204] [ 7.318759] audit: type=3D1400 = audit(1550139121.200:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:23:33.220] [ 7.334581] audit: type=3D1400 = audit(1550139121.200:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:23:33.257] [ 7.350199] audit: type=3D1400 = audit(1550139121.200:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:23:33.257] [ 7.366182] audit: type=3D1400 = audit(1550139121.200:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:23:33.259] [ 7.382658] audit: type=3D1400 = audit(1550139121.200:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:23:33.284] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:23:33.305] [ OK ] Started AppArmor initialization. [2024-05-23 14:23:33.324] [ OK ] Reached target Network (Pre). [2024-05-23 14:23:33.354] Starting Network Service... [2024-05-23 14:23:33.384] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:23:33.441] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:23:33.455] [ OK ] Reached target System Initialization. [2024-05-23 14:23:33.472] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:23:33.494] [ OK ] Reached target Sockets. [2024-05-23 14:23:33.511] [ OK ] Reached target Basic System. [2024-05-23 14:23:33.549] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:23:33.574] [ 7.695440] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:23:33.597] Starting Load Kernel Modules... [2024-05-23 14:23:33.625] [ 7.742658] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:23:33.628] [ 7.747257] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:23:33.643] [ 7.763260] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:23:33.644] [ OK ] Started NS VSync Process. [2024-05-23 14:23:33.676] [ 7.801658] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:23:33.688] [ 7.811380] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:23:33.706] [ 7.819704] Disabling lock debugging due to = kernel taint [2024-05-23 14:23:33.706] [ OK ] Started System Logging Service. [2024-05-23 14:23:33.738] [ OK ] Started Kernel Logging Service. [2024-05-23 14:23:33.744] [ 7.865868] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:23:33.793] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:23:33.804] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:23:33.806] [ OK ] Started NS System Management Process. [2024-05-23 14:23:33.817] Starting Login Service... [2024-05-23 14:23:33.831] Start /usr/bin/sys-fail-mon [2024-05-23 14:23:33.845] [ OK ] Started 7.966140] = =3D=3D=3D=3D=3D=3D=3D> VPU Device drivers initializing!! Start --- [2024-05-23 14:23:33.859] 39mTEE-based HSM Service. [2024-05-23 14:23:33.859] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:23:33.859] [ OK ] Re[ 7.982252] BUG: sleeping = function called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:33.875] ached target Timers[ 7.982256] in_atomic(): = 1, irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:23:33.890] . [2024-05-23 14:23:33.890] Starting NS[ 7.982258] INFO: = lockdep is turned off. [2024-05-23 14:23:33.890] Inter Domain Comm Process... [2024-05-23 14:23:33.890] [ 7.982260] irq event stamp: 25015 [2024-05-23 14:23:33.903] [ 7.982275] hardirqs last enabled at = (25015): [<000000000332f563>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:33.905] [ 7.982279] hardirqs last disabled at = (25014): [<00000000cc971eb0>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:33.929] [ 7.982287] softirqs last enabled at (0): = [<00000000aec94447>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:33.929] [ 7.982289] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:33.929] [ 7.982291] Preemption disabled at: [2024-05-23 14:23:33.944] [ 7.982298] [<00000000a972545d>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:33.957] [ 7.982305] CPU: 0 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:23:33.959] [ 7.982307] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:33.959] [ 7.982309] Call trace: [2024-05-23 14:23:33.959] [ 7.982314] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:33.959] [ 7.982318] show_stack+0x14/0x20 [2024-05-23 14:23:33.983] [ 7.982322] dump_stack+0xb8/0xf0 [2024-05-23 14:23:33.983] [ 7.982326] ___might_sleep+0x178/0x210 [2024-05-23 14:23:33.983] [ 7.982329] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:33.983] [ 7.982335] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:33.983] [ 7.982339] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:33.983] [ 7.982345] gic_set_type+0x84/0x98 [2024-05-23 14:23:33.987] [ 7.982348] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:34.008] [ 7.982352] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:34.010] [ 7.982355] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:34.010] [ 7.982385] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:23:34.010] [ 7.982402] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:23:34.010] [ 7.982408] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:34.010] [ 7.982413] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:34.036] [ 7.982416] __driver_attach+0xfc/0x118 [2024-05-23 14:23:34.036] [ 7.982420] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:34.036] [ 7.982424] driver_attach+0x20/0x28 [2024-05-23 14:23:34.036] [ 7.982427] bus_add_driver+0x220/0x268 [2024-05-23 14:23:34.036] [ 7.982430] driver_register+0x60/0xf8 [2024-05-23 14:23:34.036] [ 7.982434] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:34.058] [ 7.982451] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:23:34.072] [ 7.982455] do_one_initcall+0x50/0x15c [2024-05-23 14:23:34.072] [ 7.982459] do_init_module+0x54/0x1b0 [2024-05-23 14:23:34.072] [ 7.982462] load_module+0x1e70/0x2428 [2024-05-23 14:23:34.072] [ 7.982465] SyS_finit_module+0xe4/0x118 [2024-05-23 14:23:34.072] [ 7.982468] el0_svc_naked+0x34/0x38 [2024-05-23 14:23:34.072] [ 7.987050] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:23:34.091] [ 7.987058] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:23:34.091] [ 7.987064] [INFO][GMAC]=20 [2024-05-23 14:23:34.091] [ 7.993069] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:23:34.094] [ 7.997764] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:23:34.094] [ 8.001700] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:23:34.094] [ 8.002138] Done!! [2024-05-23 14:23:34.094] [ 8.017517] libphy: tcc-gmac-mdio: probed [2024-05-23 14:23:34.094] [ 8.017522] [INFO][GMAC] registered! [2024-05-23 14:23:34.117] [ 8.017526] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:23:34.129] [ 8.017530] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:23:34.129] [ 8.093134] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:23:34.129] [ 8.093175] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:23:34.129] [ 8.093175] -- MASTER Configuration. [2024-05-23 14:23:34.131] [ 8.093175] -- Local Receiver Status Not = OK. [2024-05-23 14:23:34.131] [ 8.093175] -- Remote Receiver Status Not = OK. [2024-05-23 14:23:34.131] [ 8.093189] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:23:34.154] [ 8.093193] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:23:34.154] [ 8.094154] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:23:34.154] [ 8.096347] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:23:34.156] [ 8.098461] Done!! [2024-05-23 14:23:34.180] [ 8.099893] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:23:34.192] [ 8.099899] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:23:34.192] [ 8.099904] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:23:34.192] [ 8.099904] =20 [2024-05-23 14:23:34.192] [ 8.100202] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:23:34.192] [ 8.100541] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:23:34.207] [ 8.100544] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:23:34.207] [ 8.100549] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:23:34.209] [ 8.100549] =20 [2024-05-23 14:23:34.209] [ 8.100687] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:23:34.209] [ 8.100702] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:23:34.232] [ 8.100706] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:23:34.234] [ 8.100710] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:23:34.234] [ 8.100717] [INFO][GMAC] --] phy_start: : [2024-05-23 14:23:34.234] [ 8.100779] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:23:34.234] [ 8.198544] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:23:34.258] [ 8.204348] Done!! [2024-05-23 14:23:34.275] [ 8.207032] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:34.275] [ 8.314998] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:34.275] [ OK ] Started Network Service. [2024-05-23 14:23:34.277] [ 8.379267] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:23:34.277] [ 8.379290] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:23:34.309] [ 8.379890] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:23:34.309] [ 8.379897] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:23:34.309] [ 8.395394] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:34.311] [ 8.395723] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:23:34.331] [ 8.395736] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:23:34.334] [ 8.396441] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:23:34.334] [ 8.396447] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:23:34.367] [ 8.396835] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:34.369] [ 8.423000] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:34.369] [ OK ] Started Load Kernel Modules. [2024-05-23 14:23:34.369] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:23:34.395] parents, child is 324 [2024-05-23 14:23:34.398] [ OK ] Started Cluster Framework. [2024-05-23 14:23:34.413] [ OK ] Started HUD Framework [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:23:34.415] [0m.[IDC]Start. [2024-05-23 14:23:34.415]=20 [2024-05-23 14:23:34.415] [IDC]Idc drive[ 8.534614] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:23:34.441] r opened. ret=3D3 [2024-05-23 14:23:34.441] [IDC](A7)ConnectReq 0 [2024-05-23 14:23:34.441] [IDC](A7)do_connect 0 [2024-05-23 14:23:34.441] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:23:34.441] [IDC](A7)Tx start session req 1 [2024-05-23 14:23:34.441] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:23:34.441] [IDC](R5)ConnectReq 0 [2024-05-23 14:23:34.462] [IDC](R5)do_connect 0 [2024-05-23 14:23:34.488] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:23:34.488] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:23:34.488] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:23:34.488] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:23:34.488] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:23:34.488] [IDC](A7)Session connected. [2024-05-23 14:23:34.488] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:23:34.488] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:23:34.501] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:23:34.501] [IDC](R5)Session connected.2 [2024-05-23 14:23:34.501] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:23:34.501] [ OK ] Started Nvm Process. [2024-05-23 14:23:34.525] [ OK ] Started NS hsm control application. [2024-05-23 14:23:34.538] [ 8.660394] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:34.573] [ OK ] Started Diagnosis Framework. [2024-05-23 14:23:34.594] [ OK ] Started NS Software Update. [2024-05-23 14:23:34.616] [ OK ] Started NS Secondary Verify. [2024-05-23 14:23:34.658] [ OK ] Started Diagnosis Transport. [2024-05-23 14:23:34.675] Starting Wait for Network to be = Configured... [2024-05-23 14:23:34.676] [ OK ] Reached target Network[ 8.799453] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:23:34.693] . [2024-05-23 14:23:34.693] Starting udev Coldplug all Devices... [2024-05-23 14:23:34.710] Starting Permit User Sessions... [2024-05-23 14:23:34.718] [ OK ] Started Login Service. [2024-05-23 14:23:34.773] [ 8.897616] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:23:34.792] [ OK ] Started 8.911044] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:23:34.793] 9mPermit User Sessions. [2024-05-23 14:23:34.819] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:23:34.842] [ OK ] Started Getty on tty1. [2024-05-23 14:23:34.846] [ OK ] Reached target Login Prompts. [2024-05-23 14:23:34.861] [ OK ] Reached target Multi-User System. [2024-05-23 14:23:34.875] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:23:34.907] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:23:34.917] [ 9.023214] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:34.968] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:23:35.009] [ 9.135181] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:35.043] [ 9.146210] sched: RT throttling activated [2024-05-23 14:23:35.127] [ 9.253323] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:35.199] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:23:35.614] [ 9.738493] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:23:35.656] [ 9.748171] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:36.540] [ 10.660311] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:23:36.549] [ 10.660319] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:37.108] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:23:41.211]=20 [2024-05-23 14:23:41.211] telechips-nsp1-release login:=20 [2024-05-23 14:23:43.232]=20 [2024-05-23 14:23:43.232] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:23:43.236]=20 [2024-05-23 14:23:43.236] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:23:43.266] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:23:43.269] DRAM: 2 GiB [2024-05-23 14:23:43.269] MMC: sdhc@0x16440000: 0 [2024-05-23 14:23:43.557]=20 [2024-05-23 14:23:43.557] HW Partition tyep is UserData [2024-05-23 14:23:43.579] In: serial [2024-05-23 14:23:43.579] Out: serial [2024-05-23 14:23:43.587] Err: serial [2024-05-23 14:23:43.633] Boot in the UserData environment(0) [2024-05-23 14:23:43.640] Non-secure boot (secure boot flag is clear) [2024-05-23 14:23:43.643] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:23:43.670] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:23:43.670] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:23:43.670] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:23:43.670] Booting using the fdt blob at 0x23000000 [2024-05-23 14:23:43.670] Loading Kernel Image [2024-05-23 14:23:43.683] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:23:43.686] OPTEE is enabled [2024-05-23 14:23:43.686]=20 [2024-05-23 14:23:43.686] Starting kernel ... [2024-05-23 14:23:43.686]=20 [2024-05-23 14:23:44.617] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:23:44.621] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:23:44.636] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:23:44.651] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:23:44.651] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:23:44.651] [ 0.000000] efi: UEFI not found. [2024-05-23 14:23:44.665] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:23:44.667] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:23:44.694] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:23:44.694] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:23:44.694] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:23:44.696] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:23:44.723] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:23:44.723] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:23:44.723] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:23:44.738] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:23:44.740] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:23:44.768] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:23:44.768] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:23:44.768] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:23:44.768] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:23:44.783] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:23:44.783] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:23:44.798] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:23:44.798] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:23:44.814] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:23:44.814] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:23:44.829] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:23:44.829] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:23:44.844] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:23:44.844] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:23:44.859] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:23:44.859] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:23:44.859] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:23:44.874] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:23:44.874] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:23:44.875] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:23:44.896] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:23:44.896] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:23:44.896] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:23:44.902] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:23:44.927] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:23:44.930] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:23:44.954] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:23:44.954] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:23:44.954] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:23:44.956] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:23:44.983] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:23:44.983] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:23:44.983] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:23:45.005] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:23:45.005] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:23:45.005] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:23:45.021] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:23:45.021] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:23:45.035] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:23:45.035] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:23:45.053] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:23:45.053] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:23:45.067] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:23:45.069] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:23:45.093] [ 0.000000] Running RCU self tests [2024-05-23 14:23:45.096] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:23:45.096] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:23:45.096] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:23:45.096] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:23:45.096] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:23:45.121] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:23:45.121] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:23:45.121] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:23:45.121] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:23:45.121] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:23:45.132] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:23:45.147] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:23:45.147] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:23:45.162] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:23:45.162] [ 0.001475] Console: colour dummy device = 80x25 [2024-05-23 14:23:45.162] [ 0.001717] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:23:45.177] [ 0.001720] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:23:45.177] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:23:45.177] [ 0.001725] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:23:45.193] [ 0.001728] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:23:45.193] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:23:45.193] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:23:45.207] [ 0.001736] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:23:45.218] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:23:45.218] [ 0.001741] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:23:45.220] [ 0.001782] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:23:45.243] [ 0.001790] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:23:45.257] [ 0.002289] Security Framework initialized [2024-05-23 14:23:45.257] [ 0.002415] AppArmor: AppArmor initialized [2024-05-23 14:23:45.257] [ 0.002661] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:23:45.257] [ 0.002683] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:23:45.261] [ 0.019952] ASID allocator initialised with = 32768 entries [2024-05-23 14:23:45.261] [ 0.035854] Hierarchical SRCU = implementation. [2024-05-23 14:23:45.261] [ 0.062271] EFI services will not be = available. [2024-05-23 14:23:45.283] [ 0.076121] smp: Bringing up secondary CPUs = ... [2024-05-23 14:23:45.285] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:23:45.285] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:23:45.285] [ 0.164992] Detected VIPT I-cache on CPU2 [2024-05-23 14:23:45.285] [ 0.165050] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:23:45.307] [ 0.209275] Detected VIPT I-cache on CPU3 [2024-05-23 14:23:45.319] [ 0.209327] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:23:45.319] [ 0.209703] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:23:45.319] [ 0.209744] SMP: Total of 4 processors = activated. [2024-05-23 14:23:45.319] [ 0.209760] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:23:45.319] [ 0.209779] CPU: All CPU(s) started at EL2 [2024-05-23 14:23:45.331] [ 0.209959] alternatives: patching kernel = code [2024-05-23 14:23:45.331] [ 0.210513] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:23:45.331] [ 0.213111] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:23:45.333] [ 0.213715] devtmpfs: initialized [2024-05-23 14:23:45.333] [ 0.403462] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:23:45.358] [ 0.403730] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:23:45.358] [ 0.412581] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:23:45.358] [ 0.413506] chipinfo: TCC8030 Rev02 [2024-05-23 14:23:45.358] [ 0.413522] chipinfo: SiP Service v0.1.56 [2024-05-23 14:23:45.359] [ 0.418820] NET: Registered protocol family = 16 [2024-05-23 14:23:45.381] [ 0.422848] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:23:45.381] [ 0.424787] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:23:45.381] [ 0.426515] cpuidle: using governor menu [2024-05-23 14:23:45.381] [ 0.426751] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:23:45.411] [ 0.440822] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:23:45.411] [ 0.441304] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:23:45.411] [ 0.441350] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:23:45.411] [ 0.441394] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:23:45.411] [ 0.441438] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:23:45.414] [ 0.441482] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:23:45.437] [ 0.441525] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:23:45.454] [ 0.441569] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:23:45.454] [ 0.441612] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:23:45.454] [ 0.441656] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:23:45.454] [ 0.441699] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:23:45.454] [ 0.441743] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:23:45.477] [ 0.441787] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:23:45.477] [ 0.441831] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:23:45.477] [ 0.441950] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:23:45.479] [ 0.441995] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:23:45.479] [ 0.442053] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:23:45.479] [ 0.442097] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:23:45.479] [ 0.442141] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:23:45.479] [ 0.442529] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:23:45.502] [ 0.442573] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:23:45.502] [ 0.442617] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:23:45.502] [ 0.442660] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:23:45.502] [ 0.442704] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:23:45.504] [ 0.442747] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:23:45.528] [ 0.442790] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:23:45.528] [ 0.442834] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:23:45.528] [ 0.442877] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:23:45.528] [ 0.442920] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:23:45.530] [ 0.442963] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:23:45.556] [ 0.443007] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:23:45.556] [ 0.443237] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:23:45.556] [ 0.443294] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:23:45.556] [ 0.443338] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:23:45.570] [ 0.443381] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:23:45.572] [ 0.443424] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:23:45.572] [ 0.443467] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:23:45.572] [ 0.443511] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:23:45.597] [ 0.443697] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:23:45.597] [ 0.443741] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:23:45.597] [ 0.443784] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:23:45.597] [ 0.443827] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:23:45.597] [ 0.443871] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:23:45.614] [ 0.443914] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:23:45.616] [ 0.443957] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:23:45.616] [ 0.444000] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:23:45.616] [ 0.444043] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:23:45.640] [ 0.444087] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:23:45.640] [ 0.444143] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:23:45.640] [ 0.444186] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:23:45.640] [ 0.444230] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:23:45.640] [ 0.444273] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:23:45.654] [ 0.444803] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:23:45.654] [ 0.444847] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:23:45.656] [ 0.445017] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:23:45.682] [ 0.445188] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:23:45.682] [ 0.445371] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:23:45.682] [ 0.445540] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:23:45.682] [ 0.445706] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:23:45.682] [ 0.445750] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:23:45.696] [ 0.445793] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:23:45.696] [ 0.446060] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:23:45.698] [ 0.446261] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:23:45.722] [ 0.446446] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:23:45.722] [ 0.446490] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:23:45.722] [ 0.446534] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:23:45.722] [ 0.446578] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:23:45.735] [ 0.446621] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:23:45.737] [ 0.446804] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:23:45.737] [ 0.446848] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:23:45.762] [ 0.447052] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:23:45.762] [ 0.447066] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:23:45.762] [ 0.529681] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:23:45.762] [ 0.529772] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:23:45.776] [ 1.676739] console [ttyAMA0] enabled [2024-05-23 14:23:45.778] [ 1.684436] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:23:45.803] [ 1.713304] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:23:45.817] [ 1.723672] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:23:45.832] [ 1.734185] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:23:45.851] [ 1.744506] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:23:45.933] [ 1.844267] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:23:45.950] [ 1.860781] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:23:45.956] [ 1.867675] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:23:45.971] [ 1.874463] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:23:45.971] [ 1.880830] Linux video capture interface: = v2.00 [2024-05-23 14:23:45.994] [ 1.886573] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:45.994] [ 1.886578] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:23:45.996] [ 1.886583] 6 locks held by swapper/0/1: [2024-05-23 14:23:46.024] [ 1.886586] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:23:46.024] [ 1.886613] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:23:46.024] [ 1.886628] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:23:46.036] [ 1.886646] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:46.038] [ 1.886661] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:23:46.064] [ 1.886677] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:46.064] [ 1.886697] irq event stamp: 288064 [2024-05-23 14:23:46.064] [ 1.886702] hardirqs last enabled at = (288063): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:46.065] [ 1.886707] hardirqs last disabled at = (288064): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:46.090] [ 1.886715] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:46.090] [ 1.886718] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:46.103] [ 1.886721] Preemption disabled at: [2024-05-23 14:23:46.105] [ 1.886726] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:46.105] [ 1.886735] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:23:46.105] [ 1.886738] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:46.132] [ 1.886742] Call trace: [2024-05-23 14:23:46.132] [ 1.886748] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:46.132] [ 1.886753] show_stack+0x14/0x20 [2024-05-23 14:23:46.132] [ 1.886759] dump_stack+0xb8/0xf0 [2024-05-23 14:23:46.132] [ 1.886764] ___might_sleep+0x178/0x210 [2024-05-23 14:23:46.132] [ 1.886768] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:46.134] [ 1.886773] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:46.158] [ 1.886778] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:46.158] [ 1.886786] gic_set_type+0x84/0x98 [2024-05-23 14:23:46.158] [ 1.886791] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:46.158] [ 1.886796] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:46.158] [ 1.886801] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:46.158] [ 1.886806] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:23:46.161] [ 1.886812] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:23:46.187] [ 1.886817] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:46.187] [ 1.886822] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:46.187] [ 1.886826] __driver_attach+0xfc/0x118 [2024-05-23 14:23:46.187] [ 1.886831] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:46.187] [ 1.886836] driver_attach+0x20/0x28 [2024-05-23 14:23:46.187] [ 1.886841] bus_add_driver+0x220/0x268 [2024-05-23 14:23:46.201] [ 1.886846] driver_register+0x60/0xf8 [2024-05-23 14:23:46.203] [ 1.886849] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:46.203] [ 1.886856] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:23:46.203] [ 1.886861] do_one_initcall+0x50/0x15c [2024-05-23 14:23:46.227] [ 1.886868] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:23:46.227] [ 1.886874] kernel_init+0x10/0x100 [2024-05-23 14:23:46.227] [ 1.886878] ret_from_fork+0x10/0x18 [2024-05-23 14:23:46.227] [ 1.892778] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:23:46.246] [ 2.140157] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:23:46.248] [ 2.153782] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:23:46.250] [ 2.160807] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:23:46.264] [ 2.165409] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:23:46.264] [ 2.170213] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:23:46.264] [ 2.175061] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:23:46.279] [ 2.179615] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:23:46.322] [ 2.233318] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:23:46.333] [ 2.245834] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:46.354] [ 2.263929] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:46.369] [ 2.279672] NET: Registered protocol family = 2 [2024-05-23 14:23:46.392] [ 2.287480] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:23:46.392] [ 2.295104] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:23:46.394] [ 2.306235] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:23:46.415] [ 2.313587] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:23:46.415] [ 2.320442] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:23:46.417] [ 2.328660] NET: Registered protocol family = 1 [2024-05-23 14:23:46.523] [ 2.436289] audit: initializing netlink = subsys (disabled) [2024-05-23 14:23:46.530] [ 2.442518] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:23:46.544] [ 2.443147] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:23:46.612] [ 2.525311] fuse init (API version 7.26) [2024-05-23 14:23:46.632] [ 2.543480] modprobe (66) used greatest = stack depth: 12672 bytes left [2024-05-23 14:23:46.654] [ 2.553233] io scheduler noop registered = (default) [2024-05-23 14:23:46.656] [ 2.558087] io scheduler mq-deadline = registered [2024-05-23 14:23:46.656] [ 2.562650] io scheduler kyber registered [2024-05-23 14:23:46.672] [ 2.573282] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:46.673] [ 2.580246] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:46.675] [ 2.586457] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:23:46.701] [ 2.594054] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:46.745] [ 2.656608] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:46.752] [ 2.664432] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:46.766] [ 2.669284] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:23:46.766] [ 2.674713] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:46.767] [ 2.675336] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:46.791] [ 2.686090] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:46.791] [ 2.692299] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:23:46.791] [ 2.699859] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:46.820] [ 2.723778] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:46.823] [ 2.730576] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:46.825] [ 2.735211] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:23:46.839] [ 2.740638] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:46.839] [ 2.741197] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:23:46.840] [ 2.751949] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:23:46.865] [ 2.758158] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:23:46.865] [ 2.765772] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:23:46.920] [ 2.831821] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:23:46.939] [ 2.838565] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:23:46.942] [ 2.843160] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:23:46.954] [ 2.848586] fbX_probe : update_type =3D 1=20 [2024-05-23 14:23:46.957] [ 2.858454] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:23:46.957] [ 2.868083] [INF][WDMA] tcc_wdma_init [2024-05-23 14:23:46.986] [ 2.872951] TCC WDMA Driver Initializing [2024-05-23 14:23:46.986] [ 2.880528] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:23:46.986] [ 2.886616] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:23:46.989] [ 2.897182] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:47.012] [ 2.909829] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:23:47.012] [ 2.919197] [CPU_ID] probe is done [2024-05-23 14:23:47.017] [ 2.922960] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:23:47.038] [ 2.929665] [DRAM_TOOL] probe is done [2024-05-23 14:23:47.039] [ 2.937201] MALI-G51 : r30p0-01eac0 [2024-05-23 14:23:47.039] [ 2.940732] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:23:47.039] [ 2.950462] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:47.055] [ 2.950467] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:23:47.055] [ 2.950471] 6 locks held by swapper/0/1: [2024-05-23 14:23:47.070] [ 2.950474] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:23:47.083] [ 2.950504] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:23:47.085] [ 2.950519] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:23:47.107] [ 2.950538] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:47.121] [ 2.950552] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:23:47.121] [ 2.950568] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:47.123] [ 2.950589] irq event stamp: 453798 [2024-05-23 14:23:47.123] [ 2.950594] hardirqs last enabled at = (453797): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:47.146] [ 2.950599] hardirqs last disabled at = (453798): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:47.158] [ 2.950607] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:47.158] [ 2.950610] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:47.171] [ 2.950613] Preemption disabled at: [2024-05-23 14:23:47.171] [ 2.950618] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:47.171] [ 2.950627] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:23:47.173] [ 2.950630] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:47.173] [ 2.950634] Call trace: [2024-05-23 14:23:47.198] [ 2.950641] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:47.198] [ 2.950645] show_stack+0x14/0x20 [2024-05-23 14:23:47.198] [ 2.950651] dump_stack+0xb8/0xf0 [2024-05-23 14:23:47.198] [ 2.950656] ___might_sleep+0x178/0x210 [2024-05-23 14:23:47.198] [ 2.950660] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:47.198] [ 2.950665] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:47.198] [ 2.950670] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:47.208] [ 2.950677] gic_set_type+0x84/0x98 [2024-05-23 14:23:47.221] [ 2.950682] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:47.221] [ 2.950686] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:47.238] [ 2.950691] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:47.238] [ 2.950698] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:23:47.238] [ 2.950703] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:23:47.240] [ 2.950708] kbase_device_init+0x78/0xf8 [2024-05-23 14:23:47.240] [ 2.950714] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:23:47.240] [ 2.950719] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:47.240] [ 2.950724] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:47.263] [ 2.950728] __driver_attach+0xfc/0x118 [2024-05-23 14:23:47.263] [ 2.950733] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:47.263] [ 2.950738] driver_attach+0x20/0x28 [2024-05-23 14:23:47.263] [ 2.950743] bus_add_driver+0x220/0x268 [2024-05-23 14:23:47.263] [ 2.950748] driver_register+0x60/0xf8 [2024-05-23 14:23:47.263] [ 2.950752] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:47.276] [ 2.950759] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:23:47.278] [ 2.950764] do_one_initcall+0x50/0x15c [2024-05-23 14:23:47.278] [ 2.950772] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:23:47.301] [ 2.950778] kernel_init+0x10/0x100 [2024-05-23 14:23:47.303] [ 2.950782] ret_from_fork+0x10/0x18 [2024-05-23 14:23:47.303] [ 2.952689] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:23:47.303] [ 3.207626] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:23:47.303] [ 3.214365] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:23:47.331] [ 3.228360] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:23:47.331] [ 3.235377] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:23:47.334] [ 3.247432] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:23:47.348] [ 3.253649] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:23:47.348] [ 3.258030] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:23:47.365] [ 3.265605] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:23:47.400] [ 3.312852] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:23:47.408] [ 3.320584] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:23:47.422] [ 3.330345] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:23:47.450] [ 3.340856] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:23:47.450] [ 3.348245] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:23:47.469] [ 3.359318] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:23:47.471] [ 3.368665] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:23:47.494] [ 3.387057] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:23:47.496] [ 3.402515] libphy: Fixed MDIO Bus: probed [2024-05-23 14:23:47.496] [ 3.407501] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:23:47.523] [ 3.420983] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:23:47.528] [ 3.425510] [INFO][GAMC] gmac index : 1 [2024-05-23 14:23:47.528] [ 3.430186] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:23:47.528] [ 3.435398] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:23:47.530] [ 3.441515] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:23:47.556] [ 3.445949] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:23:47.556] [ 3.451337] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:23:47.556] [ 3.457035] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:23:47.556] [ 3.463148] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:23:47.580] [ 3.473403] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:23:47.582] [ 3.473748] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:23:47.582] [ 3.474495] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:23:47.582] [ 3.475110] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:23:47.585] [ 3.476416] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:23:47.596] [ 3.488110] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:23:47.596] [ 3.488261] GPT:15269887 !=3D 15273599 [2024-05-23 14:23:47.611] [ 3.488269] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:23:47.611] [ 3.488276] GPT:15269887 !=3D 15273599 [2024-05-23 14:23:47.611] [ 3.488284] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:23:47.627] [ 3.488399] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:23:47.664] [ 3.543945] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:47.664] [ 3.543957] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:23:47.664] [ 3.543963] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:23:47.664] [ 3.543975] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:47.664] [ 3.543987] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:23:47.666] [ 3.573277] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:23:47.686] [ 3.589699] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:23:47.686] [ 3.596354] usbhid: USB HID core driver [2024-05-23 14:23:47.707] [ 3.600574] optee: probing for conduit = method from DT. [2024-05-23 14:23:47.721] [ 3.605754] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:23:47.721] [ 3.607591] optee: initialized driver [2024-05-23 14:23:47.721] [ 3.617187] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:23:47.724] [ 3.622917] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:23:47.724] [ 3.628086] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:23:47.724] [ 3.633254] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:23:47.749] [ 3.639029] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:23:47.749] [ 3.644803] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:23:47.749] [ 3.650665] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:23:47.749] [ 3.657134] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:23:47.776] [ 3.664711] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:23:47.777] [ 3.672660] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:23:47.777] [ 3.686563] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:23:47.793] [ 3.695886] NET: Registered protocol family = 17 [2024-05-23 14:23:47.793] [ 3.700841] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:23:47.815] [ 3.719083] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:23:47.985] [ 3.887726] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:23:47.987] [ 3.887774] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:23:48.013] [ 3.903485] ALSA device list: [2024-05-23 14:23:48.014] [ 3.906478] No soundcards found. [2024-05-23 14:23:48.014] [ 3.912486] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:23:48.021] [ 3.933632] Freeing unused kernel memory: = 4160K [2024-05-23 14:23:48.037] Mounting devtmpfs [2024-05-23 14:23:48.040] Mounting procfs [2024-05-23 14:23:48.061] Mounting sysfs [2024-05-23 14:23:48.062] [ 3.961186] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:23:48.075] [ 3.988110] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:23:48.116] [ 4.028981] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:23:48.128] [ 4.037904] mount (98) used greatest stack = depth: 11648 bytes left [2024-05-23 14:23:48.145] [ 4.054355] mount (100) used greatest stack = depth: 11392 bytes left [2024-05-23 14:23:48.382] [ 4.294896] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:23:48.481] [ 4.393181] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:23:48.510] [ 4.421288] systemd[1]: Detected = architecture arm64. [2024-05-23 14:23:48.552]=20 [2024-05-23 14:23:48.552] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:23:48.569]=20 [2024-05-23 14:23:48.571] [ 4.481919] systemd[1]: Set hostname to = . [2024-05-23 14:23:48.587] [ 4.494005] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:23:48.602] [ 4.502793] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:23:48.838] [ 4.750741] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:23:48.867] [ 4.767839] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:23:48.897] [ 4.809687] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:23:48.910] [ 4.821832] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:23:49.099] [ 5.011773] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:23:49.174] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:23:49.193] [ OK ] Created slice User and Session Slice. [2024-05-23 14:23:49.210] [ OK ] Listening on Syslog Socket. [2024-05-23 14:23:49.240] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:23:49.257] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:23:49.273] [ OK ] Created slice system-getty.slice. [2024-05-23 14:23:49.290] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:23:49.321] [ OK ] Listening on Journal Socket. [2024-05-23 14:23:49.340] Starting Apply Kernel Variables... [2024-05-23 14:23:49.370] Mounting POSIX Message Queue File = System... [2024-05-23 14:23:49.395] Starting Journal Service... [2024-05-23 14:23:49.427] Mounting Kernel Debug File System... [2024-05-23 14:23:49.456] Mounting FUSE Control File System... [2024-05-23 14:23:49.476] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:23:49.507] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:23:49.536] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:23:49.557] [ OK ] Reached target Paths. [2024-05-23 14:23:49.573] [ OK ] Listening on udev Control Socket. [2024-05-23 14:23:49.606] Starting udev Coldplug all Devices... [2024-05-23 14:23:49.620] [ OK ] Reached target Swap. [2024-05-23 14:23:49.635] [ 5.537683] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:23:49.672] Mounting Huge Pages File System... [2024-05-23 14:23:49.705] Starting mount data partition = service... [2024-05-23 14:23:49.723] [ OK ] Reached target Slices. [2024-05-23 14:23:49.753] Mounting Configuration File System... [2024-05-23 14:23:49.774] [ OK ] Reached target Remote File Systems. [2024-05-23 14:23:49.810] [ 5.722854] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:49.832] [ OK ] Started Journal Service. [2024-05-23 14:23:49.892] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:23:49.911] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:23:49.941] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:23:49.958] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:23:49.974] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:23:50.007] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:23:50.025] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:23:50.057] [ OK ] Started mount data partition service. [2024-05-23 14:23:50.071] [ OK ] Mounted Configuration File System. [2024-05-23 14:23:50.130] Starting NS file System mount and = recovery.... [2024-05-23 14:23:50.157] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:23:50.191] Mounting /var/volatile... [2024-05-23 14:23:50.219] Mounting /tmp... [2024-05-23 14:23:50.241] [ OK ] Reached target Containers. [2024-05-23 14:23:50.260] [ 6.172322] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:50.269] Starting udev Kernel Device = Manager... [2024-05-23 14:23:50.308] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:23:50.355] [ 6.268614] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:50.433] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:23:50.465] [ 6.378529] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:23:50.547] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:23:50.575] [ OK ] Mounted /var/volatile. [2024-05-23 14:23:50.591] [ OK ] Mounted /tmp. [2024-05-23 14:23:50.687] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:23:50.710] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:23:50.886] [ 6.796732] systemd-journald[114]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:23:50.908] Starting Bind mount volatile = /var/cache... [2024-05-23 14:23:50.932] Starting Bind mount volatile = /var/spool... [2024-05-23 14:23:50.959] Starting Bind mount volatile = /var/lib... [2024-05-23 14:23:50.997] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:23:51.199] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:23:51.226] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:23:51.256] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:23:51.288] Starting Load/Save Random Seed... [2024-05-23 14:23:51.309] [ OK ] Reached target Local File Systems. [2024-05-23 14:23:51.339] Starting AppArmor initialization... [2024-05-23 14:23:51.367] Starting Create Volatile Files and = Directories... [2024-05-23 14:23:51.400] Starting netfilter persistent = configuration... [2024-05-23 14:23:51.431] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:23:51.529] [ 7.441369] audit: type=3D1400 = audit(1550139121.140:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:23:51.570] [ 7.458695] audit: type=3D1400 = audit(1550139121.144:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:23:51.571] [ 7.475695] audit: type=3D1400 = audit(1550139121.144:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:23:51.586] [ 7.492414] audit: type=3D1400 = audit(1550139121.144:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:23:51.600] [ 7.508888] audit: type=3D1400 = audit(1550139121.144:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:23:51.617] [ 7.524873] audit: type=3D1400 = audit(1550139121.144:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:23:51.635] [ 7.546784] audit: type=3D1400 = audit(1550139121.144:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:23:51.673] [ OK ] Started AppArmor initialization. [2024-05-23 14:23:51.692] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:23:51.713] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:23:51.743] [ OK ] Reached target Network (Pre). [2024-05-23 14:23:51.769] Starting Network Service... [2024-05-23 14:23:51.805] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:23:51.859] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:23:51.893] [ OK ] Reached target System Initialization. [2024-05-23 14:23:51.910] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:23:51.926] [ OK ] Reached target Sockets. [2024-05-23 14:23:51.943] [ OK ] Reached target Basic System. [2024-05-23 14:23:51.972] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:23:51.994] [ 7.906894] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:23:52.025] Starting Load Kernel Modules... [2024-05-23 14:23:52.042] [ 7.949404] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:23:52.044] [ 7.954012] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:23:52.069] [ 7.958552] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:23:52.071] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:23:52.095] [ OK ] Started NS VSync Process. [2024-05-23 14:23:52.101] [ 8.010669] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:23:52.115] [ 8.019507] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:23:52.115] [ 8.026865] Disabling lock debugging due to = kernel taint [2024-05-23 14:23:52.136] [ OK ] Started Kernel Logging Service. [2024-05-23 14:23:52.159] Starting Login Service... [2024-05-23 14:23:52.174] [ OK ] Started Daily Cleanup[ 8.086917] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:23:52.191] of Temporary Directories. [2024-05-23 14:23:52.192] [ OK ] Reached target Timers. [2024-05-23 14:23:52.210] [ OK ] Started System Logging Service. [2024-05-23 14:23:52.223] [ 8.133948] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:23:52.239] [ 8.134931] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:23:52.239] [ 8.134935] in_atomic(): 1, = irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:23:52.254] [ 8.134937] INFO: lockdep is turned off. [2024-05-23 14:23:52.254] [ 8.134939] irq event stamp: 24577 [2024-05-23 14:23:52.254] [ 8.134954] hardirqs last enabled at = (24577): [<000000004bb734e7>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:23:52.269] [ 8.134958] hardirqs last disabled at = (24576): [<000000007ae8e368>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:23:52.271] [ 8.134965] softirqs last enabled at (0): = [<0000000010e09e90>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:23:52.295] [ 8.134968] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:23:52.295] [ 8.134970] Preemption disabled at: [2024-05-23 14:23:52.295] [ 8.134978] [<00000000aaa6279c>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:23:52.297] [ 8.134985] CPU: 2 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:23:52.323] [ 8.134987] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:23:52.323] [ 8.134990] Call trace: [2024-05-23 14:23:52.323] [ 8.134995] dump_backtrace+0x0/0x1d8 [2024-05-23 14:23:52.323] [ 8.134999] show_stack+0x14/0x20 [2024-05-23 14:23:52.323] [ 8.135004] dump_stack+0xb8/0xf0 [2024-05-23 14:23:52.325] [ 8.135008] ___might_sleep+0x178/0x210 [2024-05-23 14:23:52.348] [ 8.135011] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:23:52.348] [ 8.135017] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:23:52.348] [ 8.135022] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:23:52.348] [ 8.135029] gic_set_type+0x84/0x98 [2024-05-23 14:23:52.348] [ 8.135032] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:23:52.348] [ 8.135036] __setup_irq+0x76c/0x7f8 [2024-05-23 14:23:52.353] [ 8.135039] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:23:52.376] [ 8.135071] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:23:52.378] [ 8.135089] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:23:52.378] [ 8.135095] platform_drv_probe+0x58/0xb8 [2024-05-23 14:23:52.378] [ 8.135100] = driver_probe_device+0x228/0x410 [2024-05-23 14:23:52.378] [ 8.135104] __driver_attach+0xfc/0x118 [2024-05-23 14:23:52.378] [ 8.135108] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:23:52.399] [ 8.135112] driver_attach+0x20/0x28 [2024-05-23 14:23:52.411] [ 8.135115] bus_add_driver+0x220/0x268 [2024-05-23 14:23:52.411] [ 8.135119] driver_register+0x60/0xf8 [2024-05-23 14:23:52.411] [ 8.135122] = __platform_driver_register+0x44/0x50 [2024-05-23 14:23:52.411] [ 8.135141] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:23:52.411] [ 8.135145] do_one_initcall+0x50/0x15c [2024-05-23 14:23:52.414] [ 8.135150] do_init_module+0x54/0x1b0 [2024-05-23 14:23:52.414] [ 8.135153] load_module+0x1e70/0x2428 [2024-05-23 14:23:52.414] [ 8.135156] SyS_finit_module+0xe4/0x118 [2024-05-23 14:23:52.437] [ 8.135159] el0_svc_naked+0x34/0x38 [2024-05-23 14:23:52.441] [ 8.148599] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:23:52.441] [ 8.151405] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:23:52.441] [ 8.158197] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:23:52.441] [ 8.159740] Done!! [2024-05-23 14:23:52.441] [ 8.184214] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:23:52.441] [ 8.184223] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:23:52.465] [ 8.184230] [INFO][GMAC]=20 [2024-05-23 14:23:52.465] [ 8.195608] libphy: tcc-gmac-mdio: probed [2024-05-23 14:23:52.465] [ 8.195613] [INFO][GMAC] registered! [2024-05-23 14:23:52.465] [ 8.195616] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:23:52.465] [ 8.195623] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:23:52.465] [ 8.243446] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:23:52.479] [ 8.248699] Done!! [2024-05-23 14:23:52.479] [ 8.270273] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:23:52.481] [ 8.270315] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:23:52.506] [ 8.270315] -- MASTER Configuration. [2024-05-23 14:23:52.506] [ 8.270315] -- Local Receiver Status Not = OK. [2024-05-23 14:23:52.506] [ 8.270315] -- Remote Receiver Status Not = OK. [2024-05-23 14:23:52.506] [ 8.270329] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:23:52.506] [ 8.270332] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:23:52.521] [ 8.270597] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:23:52.533] [ 8.274654] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:23:52.534] [ 8.274661] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:23:52.534] [ 8.274667] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:23:52.534] [ 8.274667] =20 [2024-05-23 14:23:52.557] [ 8.275016] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:23:52.561] [ 8.275273] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:23:52.561] [ 8.275277] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:23:52.561] [ 8.275281] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:23:52.561] [ 8.275281] =20 [2024-05-23 14:23:52.561] [ 8.275414] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:23:52.585] [ 8.275428] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:23:52.585] [ 8.275433] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:23:52.585] [ 8.275436] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:23:52.585] [ 8.275444] [INFO][GMAC] --] phy_start: : [2024-05-23 14:23:52.585] [ 8.275515] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:23:52.585] [ 8.331839] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:23:52.600] [ 8.336979] Done!! [2024-05-23 14:23:52.600] [ 8.380161] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:52.600] [ 8.488168] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:52.621] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:23:52.642] [ OK ] Started NS System Management Process. [2024-05-23 14:23:52.655] Starting NS Inter Domain Comm = Process... [2024-05-23 14:23:52.663] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:23:52.676] [ OK ] Started [ 8.583070] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:23:52.678] Network Service. [2024-05-23 14:23:52.702] Start /usr/[ 8.590378] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:23:52.715] bin/sys-fail-mon [2024-05-23 14:23:52.715] [ 8.603972] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:23:52.715] [[ 8.610088] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:52.717] OK [ 8.617290] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:23:52.717] ] Started Load Kernel Mo[ 8.626210] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:52.742] dules. [2024-05-23 14:23:52.742] [ 8.641206] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:23:52.742] [ 8.647215] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:23:52.744] Starting Wait fo[ 8.657139] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:23:52.768] r Network to be Configured..[ 8.667222] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:23:52.768] . [2024-05-23 14:23:52.768] [ OK ] Reached target [ 8.676712] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:23:52.784] Network. [2024-05-23 14:23:52.784] Starting Permit User Sessions... [2024-05-23 14:23:52.802] Starting udev Coldplug all Devices... [2024-05-23 14:23:52.804] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:23:52.827] [ 8.716309] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:52.828] [ OK ] Started Permit User Sessions. [2024-05-23 14:23:52.842] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:23:52.843] parents, child is 319 [2024-05-23 14:23:52.843] [ OK ] Started Getty on tty1. [2024-05-23 14:23:52.860] [IDC]Start. [2024-05-23 14:23:52.860] [ OK ] Reached target[ 8.761192] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:23:52.863] Login Prompts. [2024-05-23 14:23:52.888] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:23:52.901] [ OK ] Started Cluster Framework. [2024-05-23 14:23:52.901] [IDC](A7)ConnectReq 0 [2024-05-23 14:23:52.901] [IDC](A7)do_connect 0 [2024-05-23 14:23:52.901] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:23:52.901] [IDC](A7)Tx start session req 1 [2024-05-23 14:23:52.901] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:23:52.901] [IDC](R5)ConnectReq 0 [2024-05-23 14:23:52.901] [IDC](R5)do_connect 0 [2024-05-23 14:23:52.901] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:23:52.928] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:23:52.928] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:23:52.928] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:23:52.928] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:23:52.928] [IDC](A7)Session connected. [2024-05-23 14:23:52.958] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:23:52.958] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:23:52.958] [ OK ] Started HUD Framework. [2024-05-23 14:23:52.958] [IDC](R5)Session connected.2 [2024-05-23 14:23:52.958] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:23:52.958] [ 8.831100] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:52.958] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:23:52.990] [ OK ] Started Nvm Process. [2024-05-23 14:23:53.031] [ 8.944356] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:53.046] [ OK ] Started NS hsm control application. [2024-05-23 14:23:53.078] [ OK ] Started Diagnosis Framework. [2024-05-23 14:23:53.094] [ OK ] Started Diagnosis Transport. [2024-05-23 14:23:53.124] [ OK ] Started NS Software Update. [2024-05-23 14:23:53.143] [ 9.056244] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:53.164] [ 9.077323] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:23:53.179] [ OK ] Started NS Secondary Verify. [2024-05-23 14:23:53.256] [ 9.168325] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:53.321] [ OK ] Started Login Service. [2024-05-23 14:23:53.331] [ OK ] Reached target Multi-User System. [2024-05-23 14:23:53.347] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:23:53.363] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:23:53.383] [ 9.280329] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:53.418] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:23:53.444] [ OK ] Started NS A53 RealTim[ 9.351040] = sched: RT throttling activated [2024-05-23 14:23:53.462] e Schedule Switch. [2024-05-23 14:23:53.483] [ 9.395682] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:23:54.091] [ 10.003111] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:23:54.101] [ 10.011561] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:54.980] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:23:55.088] [ 10.998980] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:23:55.096] [ 10.998991] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:23:59.233]=20 [2024-05-23 14:23:59.233] telechips-nsp1-release login:=20 [2024-05-23 14:24:02.451]=20 [2024-05-23 14:24:02.451] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:24:02.474]=20 [2024-05-23 14:24:02.474] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:24:02.488] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:24:02.488] DRAM: 2 GiB [2024-05-23 14:24:02.528] MMC: sdhc@0x16440000: 0 [2024-05-23 14:24:02.777]=20 [2024-05-23 14:24:02.777] HW Partition tyep is UserData [2024-05-23 14:24:02.799] In: serial [2024-05-23 14:24:02.799] Out: serial [2024-05-23 14:24:02.808] Err: serial [2024-05-23 14:24:02.854] Boot in the UserData environment(0) [2024-05-23 14:24:02.858] Non-secure boot (secure boot flag is clear) [2024-05-23 14:24:02.869] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:24:02.869] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:24:02.869] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:24:02.883] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:24:02.883] Booting using the fdt blob at 0x23000000 [2024-05-23 14:24:02.883] Loading Kernel Image [2024-05-23 14:24:02.908] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:24:02.911] OPTEE is enabled [2024-05-23 14:24:02.911]=20 [2024-05-23 14:24:02.911] Starting kernel ... [2024-05-23 14:24:02.911]=20 [2024-05-23 14:24:03.840] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:24:03.843] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:24:03.858] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:24:03.872] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:24:03.872] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:24:03.872] [ 0.000000] efi: UEFI not found. [2024-05-23 14:24:03.874] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:24:03.899] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:24:03.899] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:24:03.899] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:24:03.913] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:24:03.913] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:24:03.930] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:24:03.932] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:24:03.945] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:24:03.946] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:24:03.973] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:24:03.973] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:24:03.973] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:24:03.989] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:24:03.989] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:24:04.004] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:24:04.004] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:24:04.020] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:24:04.020] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:24:04.035] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:24:04.035] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:24:04.050] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:24:04.050] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:24:04.065] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:24:04.065] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:24:04.067] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:24:04.093] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:24:04.093] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:24:04.093] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:24:04.093] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:24:04.105] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:24:04.107] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:24:04.107] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:24:04.131] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:24:04.131] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:24:04.131] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:24:04.151] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:24:04.165] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:24:04.177] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:24:04.181] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:24:04.181] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:24:04.208] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:24:04.208] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:24:04.208] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:24:04.228] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:24:04.241] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:24:04.241] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:24:04.241] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:24:04.242] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:24:04.272] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:24:04.272] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:24:04.272] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:24:04.272] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:24:04.283] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:24:04.297] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:24:04.308] [ 0.000000] Running RCU self tests [2024-05-23 14:24:04.308] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:24:04.308] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:24:04.322] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:24:04.322] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:24:04.324] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:24:04.324] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:24:04.347] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:24:04.359] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:24:04.359] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:24:04.359] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:24:04.359] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:24:04.371] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:24:04.374] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:24:04.374] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:24:04.399] [ 0.001484] Console: colour dummy device = 80x25 [2024-05-23 14:24:04.399] [ 0.001726] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:24:04.399] [ 0.001729] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:24:04.399] [ 0.001731] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:24:04.399] [ 0.001734] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:24:04.412] [ 0.001736] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:24:04.414] [ 0.001739] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:24:04.414] [ 0.001742] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:24:04.414] [ 0.001744] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:24:04.438] [ 0.001747] memory used by lock dependency = info: 7903 kB [2024-05-23 14:24:04.438] [ 0.001749] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:24:04.438] [ 0.001790] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:24:04.440] [ 0.001798] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:24:04.466] [ 0.002296] Security Framework initialized [2024-05-23 14:24:04.466] [ 0.002420] AppArmor: AppArmor initialized [2024-05-23 14:24:04.466] [ 0.002667] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:24:04.466] [ 0.002689] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:24:04.468] [ 0.019959] ASID allocator initialised with = 32768 entries [2024-05-23 14:24:04.491] [ 0.035861] Hierarchical SRCU = implementation. [2024-05-23 14:24:04.491] [ 0.062283] EFI services will not be = available. [2024-05-23 14:24:04.491] [ 0.076128] smp: Bringing up secondary CPUs = ... [2024-05-23 14:24:04.491] [ 0.120757] Detected VIPT I-cache on CPU1 [2024-05-23 14:24:04.491] [ 0.120833] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:24:04.505] [ 0.165001] Detected VIPT I-cache on CPU2 [2024-05-23 14:24:04.505] [ 0.165058] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:24:04.505] [ 0.209284] Detected VIPT I-cache on CPU3 [2024-05-23 14:24:04.526] [ 0.209337] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:24:04.526] [ 0.209714] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:24:04.526] [ 0.209754] SMP: Total of 4 processors = activated. [2024-05-23 14:24:04.526] [ 0.209770] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:24:04.542] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:24:04.542] [ 0.209970] alternatives: patching kernel = code [2024-05-23 14:24:04.542] [ 0.210524] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:24:04.542] [ 0.213112] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:24:04.563] [ 0.213731] devtmpfs: initialized [2024-05-23 14:24:04.563] [ 0.403334] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:24:04.563] [ 0.403601] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:24:04.565] [ 0.412428] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:24:04.591] [ 0.413369] chipinfo: TCC8030 Rev02 [2024-05-23 14:24:04.591] [ 0.413385] chipinfo: SiP Service v0.1.56 [2024-05-23 14:24:04.591] [ 0.418668] NET: Registered protocol family = 16 [2024-05-23 14:24:04.591] [ 0.422717] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:24:04.591] [ 0.424673] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:24:04.604] [ 0.426398] cpuidle: using governor menu [2024-05-23 14:24:04.630] [ 0.426635] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:24:04.630] [ 0.440714] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:24:04.633] [ 0.441181] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:24:04.633] [ 0.441227] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:24:04.633] [ 0.441272] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:24:04.633] [ 0.441315] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:24:04.633] [ 0.441359] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:24:04.656] [ 0.441402] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:24:04.678] [ 0.441446] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:24:04.678] [ 0.441490] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:24:04.678] [ 0.441533] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:24:04.678] [ 0.441576] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:24:04.680] [ 0.441635] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:24:04.680] [ 0.441679] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:24:04.680] [ 0.441723] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:24:04.680] [ 0.441766] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:24:04.680] [ 0.441810] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:24:04.702] [ 0.441853] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:24:04.702] [ 0.441896] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:24:04.702] [ 0.441940] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:24:04.702] [ 0.442417] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:24:04.705] [ 0.442462] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:24:04.724] [ 0.442505] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:24:04.724] [ 0.442549] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:24:04.724] [ 0.442592] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:24:04.724] [ 0.442635] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:24:04.738] [ 0.442678] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:24:04.738] [ 0.442721] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:24:04.740] [ 0.442777] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:24:04.759] [ 0.442821] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:24:04.759] [ 0.442864] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:24:04.759] [ 0.442908] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:24:04.759] [ 0.443146] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:24:04.770] [ 0.443189] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:24:04.770] [ 0.443233] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:24:04.784] [ 0.443276] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:24:04.784] [ 0.443319] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:24:04.785] [ 0.443362] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:24:04.804] [ 0.443406] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:24:04.804] [ 0.443604] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:24:04.804] [ 0.443647] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:24:04.806] [ 0.443690] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:24:04.826] [ 0.443733] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:24:04.826] [ 0.443777] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:24:04.826] [ 0.443833] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:24:04.836] [ 0.443876] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:24:04.840] [ 0.443919] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:24:04.840] [ 0.443963] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:24:04.858] [ 0.444006] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:24:04.869] [ 0.444049] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:24:04.869] [ 0.444093] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:24:04.869] [ 0.444136] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:24:04.873] [ 0.444179] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:24:04.873] [ 0.444724] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:24:04.873] [ 0.444770] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:24:04.892] [ 0.444940] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:24:04.892] [ 0.445111] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:24:04.892] [ 0.445281] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:24:04.892] [ 0.445447] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:24:04.904] [ 0.445614] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:24:04.904] [ 0.445659] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:24:04.915] [ 0.445702] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:24:04.917] [ 0.445868] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:24:04.917] [ 0.446136] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:24:04.936] [ 0.446334] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:24:04.936] [ 0.446379] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:24:04.936] [ 0.446422] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:24:04.947] [ 0.446466] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:24:04.949] [ 0.446529] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:24:04.967] [ 0.446724] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:24:04.968] [ 0.446768] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:24:04.968] [ 0.446977] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:24:04.968] [ 0.446992] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:24:04.985] [ 0.529433] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:24:04.988] [ 0.529523] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:24:04.988] [ 1.676355] console [ttyAMA0] enabled [2024-05-23 14:24:04.991] [ 1.684159] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:24:05.020] [ 1.713032] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:24:05.030] [ 1.723313] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:24:05.042] [ 1.733892] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:24:05.052] [ 1.744216] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:24:05.150] [ 1.843811] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:24:05.169] [ 1.860054] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:24:05.175] [ 1.866950] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:24:05.187] [ 1.873743] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:24:05.204] [ 1.880132] Linux video capture interface: = v2.00 [2024-05-23 14:24:05.205] [ 1.885999] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:05.225] [ 1.886004] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:24:05.225] [ 1.886008] 6 locks held by swapper/0/1: [2024-05-23 14:24:05.225] [ 1.886011] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:24:05.237] [ 1.886037] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:24:05.239] [ 1.886052] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:05.260] [ 1.886071] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:05.260] [ 1.886086] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:05.272] [ 1.886102] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:05.274] [ 1.886121] irq event stamp: 288074 [2024-05-23 14:24:05.274] [ 1.886126] hardirqs last enabled at = (288073): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:05.295] [ 1.886131] hardirqs last disabled at = (288074): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:05.295] [ 1.886139] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:05.308] [ 1.886142] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:05.309] [ 1.886145] Preemption disabled at: [2024-05-23 14:24:05.330] [ 1.886150] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:05.330] [ 1.886160] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:24:05.330] [ 1.886163] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:05.333] [ 1.886167] Call trace: [2024-05-23 14:24:05.348] [ 1.886173] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:05.358] [ 1.886177] show_stack+0x14/0x20 [2024-05-23 14:24:05.358] [ 1.886183] dump_stack+0xb8/0xf0 [2024-05-23 14:24:05.358] [ 1.886188] ___might_sleep+0x178/0x210 [2024-05-23 14:24:05.358] [ 1.886192] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:05.360] [ 1.886197] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:05.360] [ 1.886202] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:05.360] [ 1.886210] gic_set_type+0x84/0x98 [2024-05-23 14:24:05.380] [ 1.886215] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:05.380] [ 1.886219] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:05.380] [ 1.886224] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:05.380] [ 1.886229] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:24:05.380] [ 1.886236] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:24:05.397] [ 1.886241] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:05.397] [ 1.886246] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:05.397] [ 1.886251] __driver_attach+0xfc/0x118 [2024-05-23 14:24:05.399] [ 1.886256] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:05.416] [ 1.886260] driver_attach+0x20/0x28 [2024-05-23 14:24:05.425] [ 1.886265] bus_add_driver+0x220/0x268 [2024-05-23 14:24:05.425] [ 1.886270] driver_register+0x60/0xf8 [2024-05-23 14:24:05.425] [ 1.886274] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:05.425] [ 1.886281] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:24:05.437] [ 1.886286] do_one_initcall+0x50/0x15c [2024-05-23 14:24:05.438] [ 1.886293] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:24:05.440] [ 1.886298] kernel_init+0x10/0x100 [2024-05-23 14:24:05.440] [ 1.886303] ret_from_fork+0x10/0x18 [2024-05-23 14:24:05.440] [ 1.892017] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:24:05.471] [ 2.139241] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:24:05.471] [ 2.152779] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:24:05.479] [ 2.159819] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:24:05.479] [ 2.164421] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:24:05.484] [ 2.169225] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:24:05.503] [ 2.174049] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:24:05.505] [ 2.178604] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:24:05.541] [ 2.232468] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:24:05.551] [ 2.245019] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:05.574] [ 2.263197] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:05.588] [ 2.278763] NET: Registered protocol family = 2 [2024-05-23 14:24:05.610] [ 2.286179] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:24:05.610] [ 2.293801] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:24:05.620] [ 2.305054] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:24:05.620] [ 2.312416] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:24:05.638] [ 2.319188] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:24:05.638] [ 2.327508] NET: Registered protocol family = 1 [2024-05-23 14:24:05.743] [ 2.435427] audit: initializing netlink = subsys (disabled) [2024-05-23 14:24:05.750] [ 2.441771] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:24:05.763] [ 2.442326] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:24:05.831] [ 2.524414] fuse init (API version 7.26) [2024-05-23 14:24:05.849] [ 2.542268] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:24:05.856] [ 2.548932] modprobe (67) used greatest = stack depth: 13232 bytes left [2024-05-23 14:24:05.875] [ 2.552176] io scheduler noop registered = (default) [2024-05-23 14:24:05.875] [ 2.552194] io scheduler mq-deadline = registered [2024-05-23 14:24:05.875] [ 2.552207] io scheduler kyber registered [2024-05-23 14:24:05.894] [ 2.562175] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:05.906] [ 2.562187] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:05.906] [ 2.562196] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:24:05.918] [ 2.562284] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:05.926] [ 2.618821] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:05.938] [ 2.626721] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:05.939] [ 2.631711] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:24:05.952] [ 2.637140] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:05.952] [ 2.637784] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:05.966] [ 2.648541] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:05.966] [ 2.654750] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:24:05.979] [ 2.662309] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:06.006] [ 2.687106] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:06.009] [ 2.693906] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:06.009] [ 2.698551] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:24:06.022] [ 2.703978] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:06.024] [ 2.704586] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:06.024] [ 2.715338] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:06.047] [ 2.721546] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:24:06.047] [ 2.729160] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:06.102] [ 2.795167] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:06.109] [ 2.801989] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:06.122] [ 2.806645] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:24:06.139] [ 2.812071] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:06.140] [ 2.821725] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:24:06.140] [ 2.831431] [INF][WDMA] tcc_wdma_init [2024-05-23 14:24:06.169] [ 2.836289] TCC WDMA Driver Initializing [2024-05-23 14:24:06.169] [ 2.843356] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:24:06.169] [ 2.849433] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:24:06.177] [ 2.859963] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:06.189] [ 2.872689] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:24:06.213] [ 2.882064] [CPU_ID] probe is done [2024-05-23 14:24:06.215] [ 2.885807] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:24:06.215] [ 2.892530] [DRAM_TOOL] probe is done [2024-05-23 14:24:06.215] [ 2.899779] MALI-G51 : r30p0-01eac0 [2024-05-23 14:24:06.215] [ 2.903312] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:24:06.238] [ 2.913234] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:06.238] [ 2.913239] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:24:06.240] [ 2.913243] 6 locks held by swapper/0/1: [2024-05-23 14:24:06.254] [ 2.913246] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:24:06.254] [ 2.913272] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:24:06.268] [ 2.913287] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:06.268] [ 2.913306] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:06.285] [ 2.913320] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:06.297] [ 2.913336] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:06.298] [ 2.913355] irq event stamp: 453480 [2024-05-23 14:24:06.298] [ 2.913360] hardirqs last enabled at = (453479): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:06.325] [ 2.913365] hardirqs last disabled at = (453480): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:06.325] [ 2.913372] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:06.327] [ 2.913376] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:06.354] [ 2.913378] Preemption disabled at: [2024-05-23 14:24:06.354] [ 2.913384] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:06.354] [ 2.913393] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:24:06.354] [ 2.913396] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:06.356] [ 2.913399] Call trace: [2024-05-23 14:24:06.379] [ 2.913406] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:06.381] [ 2.913410] show_stack+0x14/0x20 [2024-05-23 14:24:06.381] [ 2.913416] dump_stack+0xb8/0xf0 [2024-05-23 14:24:06.381] [ 2.913421] ___might_sleep+0x178/0x210 [2024-05-23 14:24:06.381] [ 2.913425] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:06.381] [ 2.913430] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:06.381] [ 2.913435] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:06.403] [ 2.913442] gic_set_type+0x84/0x98 [2024-05-23 14:24:06.403] [ 2.913447] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:06.403] [ 2.913452] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:06.403] [ 2.913456] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:06.403] [ 2.913462] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:24:06.405] [ 2.913468] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:24:06.430] [ 2.913472] kbase_device_init+0x78/0xf8 [2024-05-23 14:24:06.430] [ 2.913478] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:24:06.430] [ 2.913482] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:06.430] [ 2.913487] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:06.430] [ 2.913492] __driver_attach+0xfc/0x118 [2024-05-23 14:24:06.430] [ 2.913497] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:06.443] [ 2.913502] driver_attach+0x20/0x28 [2024-05-23 14:24:06.444] [ 2.913507] bus_add_driver+0x220/0x268 [2024-05-23 14:24:06.445] [ 2.913511] driver_register+0x60/0xf8 [2024-05-23 14:24:06.445] [ 2.913515] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:06.469] [ 2.913523] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:24:06.469] [ 2.913528] do_one_initcall+0x50/0x15c [2024-05-23 14:24:06.469] [ 2.913534] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:24:06.469] [ 2.913540] kernel_init+0x10/0x100 [2024-05-23 14:24:06.469] [ 2.913545] ret_from_fork+0x10/0x18 [2024-05-23 14:24:06.469] [ 2.915702] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:24:06.484] [ 3.170719] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:24:06.486] [ 3.177457] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:24:06.499] [ 3.191691] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:24:06.514] [ 3.198633] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:24:06.521] [ 3.210740] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:24:06.535] [ 3.216958] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:24:06.535] [ 3.221340] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:24:06.537] [ 3.228866] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:24:06.582] [ 3.275939] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:24:06.594] [ 3.284806] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:24:06.612] [ 3.292687] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:24:06.623] [ 3.304140] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:24:06.626] [ 3.309423] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:24:06.640] [ 3.320496] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:24:06.641] [ 3.329337] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:24:06.668] [ 3.348417] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:24:06.692] [ 3.363910] libphy: Fixed MDIO Bus: probed [2024-05-23 14:24:06.692] [ 3.368898] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:24:06.692] [ 3.382345] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:24:06.715] [ 3.383628] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:24:06.715] [ 3.384410] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:24:06.715] [ 3.388104] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:24:06.715] [ 3.388902] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:24:06.728] [ 3.389564] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:24:06.741] [ 3.390751] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:24:06.741] [ 3.402211] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:24:06.757] [ 3.402241] GPT:15269887 !=3D 15273599 [2024-05-23 14:24:06.757] [ 3.402249] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:24:06.759] [ 3.402256] GPT:15269887 !=3D 15273599 [2024-05-23 14:24:06.759] [ 3.402264] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:24:06.759] [ 3.402381] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:24:06.784] [ 3.462101] [INFO][GAMC] gmac index : 1 [2024-05-23 14:24:06.784] [ 3.466578] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:24:06.784] [ 3.471746] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:24:06.790] [ 3.477837] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:24:06.802] [ 3.482229] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:24:06.804] [ 3.490956] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:24:06.827] [ 3.504941] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:24:06.828] [ 3.510788] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:06.828] [ 3.510800] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:24:06.841] [ 3.510807] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:24:06.843] [ 3.510818] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:06.843] [ 3.510830] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:24:06.864] [ 3.540027] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:24:06.864] [ 3.556263] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:24:06.881] [ 3.562917] usbhid: USB HID core driver [2024-05-23 14:24:06.881] [ 3.567127] optee: probing for conduit = method from DT. [2024-05-23 14:24:06.884] [ 3.572308] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:24:06.898] [ 3.574207] optee: initialized driver [2024-05-23 14:24:06.898] [ 3.583802] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:24:06.898] [ 3.589513] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:24:06.919] [ 3.594681] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:24:06.919] [ 3.599848] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:24:06.919] [ 3.605623] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:24:06.919] [ 3.611398] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:24:06.933] [ 3.617260] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:24:06.933] [ 3.623729] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:24:06.948] [ 3.631158] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:24:06.948] [ 3.639108] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:24:06.963] [ 3.653157] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:24:06.989] [ 3.661277] NET: Registered protocol family = 17 [2024-05-23 14:24:06.989] [ 3.666206] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:24:07.011] [ 3.683828] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:24:07.158] [ 3.851063] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:07.167] [ 3.851108] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:24:07.183] [ 3.866821] ALSA device list: [2024-05-23 14:24:07.183] [ 3.869814] No soundcards found. [2024-05-23 14:24:07.205] [ 3.875988] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:24:07.206] [ 3.896955] Freeing unused kernel memory: = 4160K [2024-05-23 14:24:07.233] Mounting devtmpfs [2024-05-23 14:24:07.233] Mounting procfs [2024-05-23 14:24:07.235] Mounting sysfs [2024-05-23 14:24:07.235] [ 3.924578] mount (92) used greatest stack = depth: 12464 bytes left [2024-05-23 14:24:07.259] [ 3.952112] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:24:07.300] [ 3.990780] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:24:07.307] [ 4.000265] mount (97) used greatest stack = depth: 11648 bytes left [2024-05-23 14:24:07.325] [ 4.018410] mount (99) used greatest stack = depth: 11376 bytes left [2024-05-23 14:24:07.569] [ 4.261835] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:24:07.667] [ 4.359705] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:24:07.697] [ 4.387594] systemd[1]: Detected = architecture arm64. [2024-05-23 14:24:07.741]=20 [2024-05-23 14:24:07.741] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:24:07.754]=20 [2024-05-23 14:24:07.756] [ 4.449131] systemd[1]: Set hostname to = . [2024-05-23 14:24:07.770] [ 4.460921] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:24:07.788] [ 4.469726] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:24:08.014] [ 4.706362] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:24:08.043] [ 4.723478] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:24:08.073] [ 4.766105] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:24:08.088] [ 4.778210] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:24:08.276] [ 4.968948] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:24:08.353] [ OK ] Created slice system-getty.slice. [2024-05-23 14:24:08.374] [ OK ] Listening on udev Control Socket. [2024-05-23 14:24:08.390] [ OK ] Reached target Swap. [2024-05-23 14:24:08.395] [ OK ] Reached target Remote File Systems. [2024-05-23 14:24:08.425] [ OK ] Listening on Syslog Socket. [2024-05-23 14:24:08.429] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:24:08.444] [ OK ] Reached target Paths. [2024-05-23 14:24:08.462] [ OK ] Listening on Journal Socket. [2024-05-23 14:24:08.490] Mounting Configuration File System... [2024-05-23 14:24:08.526] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:24:08.552] Mounting POSIX Message Queue File = System... [2024-05-23 14:24:08.581] Starting mount data partition = service... [2024-05-23 14:24:08.612] Mounting Kernel Debug File System... [2024-05-23 14:24:08.643] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:24:08.713] Starting Apply Kernel Variables... [2024-05-23 14:24:08.744] [ 5.427377] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:24:08.745] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:24:08.761] [ 5.443986] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:08.777] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:24:08.806] Starting udev Coldplug all Devices... [2024-05-23 14:24:08.842] Mounting Huge Pages File System... [2024-05-23 14:24:08.859] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:24:08.877] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:24:08.905] Starting Journal Service... [2024-05-23 14:24:08.934] Mounting FUSE Control File System... [2024-05-23 14:24:08.960] [ OK ] Created slice User and Session Slice. [2024-05-23 14:24:08.977] [ OK ] Reached target Slices. [2024-05-23 14:24:09.024] [ OK ] Mounted Configuration File System. [2024-05-23 14:24:09.054] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:24:09.077] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:24:09.096] [ OK ] Started mount data partition service. [2024-05-23 14:24:09.113] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:24:09.145] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:24:09.177] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:24:09.201] [ OK ] Started Journal Service. [2024-05-23 14:24:09.227] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:24:09.260] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:24:09.309] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:24:09.342] Starting NS file System mount and = recovery.... [2024-05-23 14:24:09.370] Starting udev Kernel Device = Manager... [2024-05-23 14:24:09.394] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:24:09.423] Mounting /var/volatile... [2024-05-23 14:24:09.451] Mounting /tmp... [2024-05-23 14:24:09.478] [ OK ] Reached target Containers. [2024-05-23 14:24:09.479] [ 6.169370] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:09.568] [[ 6.258573] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:09.576] OK ] Started udev Kernel Device Manager. [2024-05-23 14:24:09.668] [ 6.360953] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:09.678] [ OK ] Mounted /var/volatile. [2024-05-23 14:24:09.760] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:24:09.781] [ OK ] Mounted /tmp. [2024-05-23 14:24:09.879] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:24:09.911] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:24:10.085] [ 6.777867] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:24:10.108] Starting Bind mount volatile = /var/cache... [2024-05-23 14:24:10.139] Starting Bind mount volatile = /var/spool... [2024-05-23 14:24:10.176] Starting Bind mount volatile = /var/lib... [2024-05-23 14:24:10.210] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:24:10.300] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:24:10.406] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:24:10.437] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:24:10.471] Starting Load/Save Random Seed... [2024-05-23 14:24:10.495] [ OK ] Reached target Local File Systems. [2024-05-23 14:24:10.519] Starting netfilter persistent = configuration... [2024-05-23 14:24:10.551] Starting AppArmor initialization... [2024-05-23 14:24:10.583] Starting Create Volatile Files and = Directories... [2024-05-23 14:24:10.614] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:24:10.734] [ 7.425414] audit: type=3D1400 = audit(1550139121.160:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:24:10.749] [ 7.439855] audit: type=3D1400 = audit(1550139121.160:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:24:10.787] [ 7.456705] audit: type=3D1400 = audit(1550139121.160:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:24:10.789] [ 7.472630] audit: type=3D1400 = audit(1550139121.160:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:24:10.817] [ 7.488215] audit: type=3D1400 = audit(1550139121.160:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:24:10.819] [ 7.504203] audit: type=3D1400 = audit(1550139121.160:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:24:10.843] [ 7.520057] audit: type=3D1400 = audit(1550139121.164:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:24:10.855] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:24:10.879] [ OK ] Started AppArmor initialization. [2024-05-23 14:24:10.900] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:24:10.932] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:24:10.947] [ OK ] Reached target Network (Pre). [2024-05-23 14:24:10.980] Starting Network Service... [2024-05-23 14:24:11.024] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:24:11.046] [ OK ] Reached target System Initialization. [2024-05-23 14:24:11.079] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:24:11.096] [ OK ] Reached target Sockets. [2024-05-23 14:24:11.111] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:24:11.115] [ OK ] Reached target Timers. [2024-05-23 14:24:11.131] [ OK ] Reached target Basic System. [2024-05-23 14:24:11.165] [ 7.857635] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:24:11.171] Starting Login Service... [2024-05-23 14:24:11.213] [ OK ] Started OP-TEE Supplican[ = 7.900188] [INFO][GMAC] --] tcc_gmac_open: : [2024-05-23 14:24:11.216] t Service. [2024-05-23 14:24:11.230] [ 7.908556] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:24:11.242] [ 7.913874] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:24:11.247] [ OK ] Started NS VSync Process. [2024-05-23 14:24:11.312] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:24:11.345] [ 8.030975] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:24:11.347] [ OK ] Started NS System Management Process. [2024-05-23 14:24:11.384] Start /usr/bin/sys-fail-mon [2024-05-23 14:24:11.419] [ 8.111842] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:24:11.446] [ 8.139427] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:24:11.451] [ 8.143838] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:24:11.479] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:24:11.502] Starting NS Inter Domain Comm = Process... [2024-05-23 14:24:11.514] [ 8.143855] [INFO][GMAC]=20 [2024-05-23 14:24:11.527] [ 8.206790] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:24:11.527] [ 8.215175] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:24:11.543] [ 8.231364] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:24:11.559] [ 8.239780] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:24:11.559] [ 8.249183] libphy: tcc-gmac-mdio: probed [2024-05-23 14:24:11.583] [ 8.249938] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:11.585] [ 8.251297] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:24:11.585] [ 8.251330] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:24:11.599] [ 8.252688] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:24:11.611] [ 8.252701] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:24:11.613] [ 8.253600] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:11.639] [ 8.307362] [INFO][GMAC] registered! [2024-05-23 14:24:11.639] [[ 8.312052] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:24:11.639] OK [ 8.317963] [INFO][GMAC] Phy Addr : = 1, Phy Chip ID : 0x001ccb00 [2024-05-23 14:24:11.639] ] Started D-Bus System Message Bus. [2024-05-23 14:24:11.664] Starting Load Kernel Modules... [2024-05-23 14:24:11.683] [ OK ] Started System Logging Service. [2024-05-23 14:24:11.700] [ OK ] Started Kernel Logging Service. [2024-05-23 14:24:11.717] [ OK ] Started Network Service. [2024-05-23 14:24:11.730] [ 8.412701] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:24:11.732] [ 8.419933] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:24:11.733] [ 8.419933] -- MASTER Configuration. [2024-05-23 14:24:11.760] [ 8.419933] -- Local Receiver Status Not = OK. [2024-05-23 14:24:11.760] [ 8.419933] -- Remote Receiver Status Not = OK. [2024-05-23 14:24:11.760] [[ 8.442013] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:24:11.762] OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:24:11.776] [ 8.442540] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:24:11.776] [ 8.443580] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:11.791] [ 8.443585] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:24:11.791] [ 8.443590] 5 locks held by = systemd-network/260: [2024-05-23 14:24:11.794] [ 8.443593] #0: (rtnl_mutex){+.+.}, at: = [<000000002d7a35c6>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:24:11.821] [ 8.443619] #1: = (&desc->request_mutex){+.+.}, at: [<000000000f169c54>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:11.821] [ 8.443638] #2: = (&irq_desc_lock_class){-...}, at: [<00000000fc400ba7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:11.821] [ 8.443653] #3: (rcu_read_lock){....}, = at: [<000000004ecaa014>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:11.836] [ 8.443669] #4: (&picinfo->lock){....}, = at: [<0000000030604a9c>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:11.836] [ 8.443687] irq event stamp: 74372 [2024-05-23 14:24:11.849] [ 8.443693] hardirqs last enabled at = (74371): [<0000000075aff051>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:11.863] [ 8.443698] hardirqs last disabled at = (74372): [<0000000053ceeb32>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:11.867] [ 8.443705] softirqs last enabled at (0): = [<000000008bc985f7>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:11.892] [ 8.443709] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:11.893] [ 8.443712] Preemption disabled at: [2024-05-23 14:24:11.893] [ 8.443717] [<00000000fc400ba7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:11.893] [ 8.443726] CPU: 3 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:24:11.893] [ 8.443729] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:11.918] [ 8.443733] Call trace: [2024-05-23 14:24:11.918] [ 8.443739] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:11.918] [ 8.443743] show_stack+0x14/0x20 [2024-05-23 14:24:11.918] [ 8.443749] dump_stack+0xb8/0xf0 [2024-05-23 14:24:11.918] [ 8.443754] ___might_sleep+0x178/0x210 [2024-05-23 14:24:11.918] [ 8.443758] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:11.921] [ 8.443762] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:11.944] [ 8.443768] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:11.946] [ 8.443775] gic_set_type+0x84/0x98 [2024-05-23 14:24:11.946] [ 8.443780] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:11.946] [ 8.443784] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:11.946] [ 8.443789] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:11.946] [ 8.443796] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:24:11.946] [ 8.443801] __dev_open+0x100/0x150 [2024-05-23 14:24:11.970] [ 8.443805] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:24:11.970] [ 8.443809] dev_change_flags+0x20/0x60 [2024-05-23 14:24:11.970] [ 8.443813] do_setlink+0x3ec/0xc30 [2024-05-23 14:24:11.970] [ 8.443817] rtnl_setlink+0xcc/0x128 [2024-05-23 14:24:11.970] [ 8.443821] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:24:11.970] [ 8.443826] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:24:11.982] [ 8.443830] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:24:11.995] [ 8.443834] netlink_unicast+0x180/0x1f8 [2024-05-23 14:24:11.995] [ 8.443838] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:24:11.995] [ 8.443844] sock_sendmsg+0x3c/0x58 [2024-05-23 14:24:11.999] [ 8.443849] SyS_sendto+0xd0/0x140 [2024-05-23 14:24:11.999] [ 8.443853] el0_svc_naked+0x34/0x38 [2024-05-23 14:24:11.999] [ 8.444461] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:24:12.024] [ 8.458463] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:24:12.026] [ 8.458474] Disabling lock debugging due to = kernel taint [2024-05-23 14:24:12.026] [ 8.461633] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:24:12.026] [ 8.461638] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:24:12.026] [ 8.461643] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:24:12.050] [ 8.461643] =20 [2024-05-23 14:24:12.050] [ 8.461966] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:24:12.050] [ 8.464908] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:24:12.050] [ 8.464913] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:24:12.050] [ 8.464918] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:24:12.063] [ 8.464918] =20 [2024-05-23 14:24:12.063] [ 8.465068] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:24:12.063] [ 8.465083] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:24:12.077] [ 8.465087] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:24:12.079] [ 8.465091] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:24:12.079] [ 8.465099] [INFO][GMAC] --] phy_start: : [2024-05-23 14:24:12.079] [ 8.465528] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:24:12.104] [ 8.571298] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.104] [ 8.591376] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:24:12.104] [ 8.613280] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:24:12.104] [ 8.622395] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:24:12.104] [ 8.630931] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:24:12.118] [ 8.634311] Done!! [2024-05-23 14:24:12.130] [ 8.679262] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.130] [ 8.715061] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:24:12.132] [ 8.722509] Done!! [2024-05-23 14:24:12.132] [ 8.787256] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.132] [ 8.802045] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:24:12.156] [ 8.807997] Done!! [2024-05-23 14:24:12.156] [ OK ] Started Cluster Framework. [2024-05-23 14:24:12.156] [ OK ] Started HUD Framework. [2024-05-23 14:24:12.156] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:24:12.185] [ OK ] Started Nvm Process. [2024-05-23 14:24:12.197] parents, child is 337 [2024-05-23 14:24:12.197] [ OK ] Started NS hsm control application. [2024-05-23 14:24:12.199] [ OK ] Started Diagnosis Framework. [2024-05-23 14:24:12.199] [ OK ] Started Diagnosis Transport. [2024-05-23 14:24:12.222] [ OK ] Started NS Software Update. [2024-05-23 14:24:12.222] [ OK ] Started NS Secondary Verify. [2024-05-23 14:24:12.222] Starting Wait for Network to be = Configured... [2024-05-23 14:24:12.224] [ OK ] Reached target Network. [2024-05-23 14:24:12.238] Starting udev Coldplug all Devices... [2024-05-23 14:24:12.238] Starting Permit User Sessions... [2024-05-23 14:24:12.238] [ OK ] Started Load Ke[ 8.930734] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:24:12.255] rnel Modules. [2024-05-23 14:24:12.267] [ OK ] Started Login Service. [2024-05-23 14:24:12.365] [ 9.057288] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.397] [ OK ] Started Permit User = Sessions.[IDC]Start. [2024-05-23 14:24:12.403] [ 9.089908] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:24:12.421] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:24:12.421]=20 [2024-05-23 14:24:12.422] [IDC](A7)ConnectReq 0 [2024-05-23 14:24:12.434] [IDC](A7)do_connect 0 [2024-05-23 14:24:12.447] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:24:12.447] [IDC](A7)Tx start session req 1 [2024-05-23 14:24:12.447] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:24:12.447] [IDC](R5)ConnectReq 0 [2024-05-23 14:24:12.450] [IDC](R5)do_connect 0 [2024-05-23 14:24:12.450] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:24:12.450] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:24:12.450] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:24:12.450] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:24:12.468] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:24:12.471] [IDC](A7)Session connected. [2024-05-23 14:24:12.471] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:24:12.471] [I[ 9.146936] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:24:12.471] DC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:24:12.471] ERR : Sfm_timer_thread Sfm_send_msg_to_idc = 00000017 [2024-05-23 14:24:12.471] [IDC](R5)Session connected.2 [2024-05-23 14:24:12.491] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:24:12.513] [ OK ] S[ 9.167369] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.513] tarted Getty on tty1. [2024-05-23 14:24:12.515] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:24:12.515] [ OK ] Reached target Login Prompts. [2024-05-23 14:24:12.515] [ OK ] Reached target Multi-User System. [2024-05-23 14:24:12.538] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:24:12.538] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:24:12.575] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:24:12.598] [ 9.279333] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.599] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:24:12.704] [ 9.387331] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.805] [ 9.495344] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:12.911] [ 9.603316] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:13.230] [ 9.921845] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:24:13.238] [ 9.930229] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:24:14.180] [ 10.869577] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:24:14.209] [ 10.877998] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:24:14.695] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:24:18.727]=20 [2024-05-23 14:24:18.727] telechips-nsp1-release login:=20 [2024-05-23 14:24:20.667]=20 [2024-05-23 14:24:20.667] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:24:20.669]=20 [2024-05-23 14:24:20.669] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:24:20.669] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:24:20.708] DRAM: 2 GiB [2024-05-23 14:24:20.708] MMC: sdhc@0x16440000: 0 [2024-05-23 14:24:20.989]=20 [2024-05-23 14:24:20.998] HW Partition tyep is UserData [2024-05-23 14:24:21.001] In: serial [2024-05-23 14:24:21.001] Out: serial [2024-05-23 14:24:21.001] Err: serial [2024-05-23 14:24:21.066] Boot in the UserData environment(0) [2024-05-23 14:24:21.070] Non-secure boot (secure boot flag is clear) [2024-05-23 14:24:21.085] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:24:21.085] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:24:21.085] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:24:21.099] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:24:21.101] Booting using the fdt blob at 0x23000000 [2024-05-23 14:24:21.101] Loading Kernel Image [2024-05-23 14:24:21.123] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:24:21.125] OPTEE is enabled [2024-05-23 14:24:21.125]=20 [2024-05-23 14:24:21.125] Starting kernel ... [2024-05-23 14:24:21.125]=20 [2024-05-23 14:24:22.050] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:24:22.055] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:24:22.070] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:24:22.084] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:24:22.086] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:24:22.086] [ 0.000000] efi: UEFI not found. [2024-05-23 14:24:22.108] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:24:22.110] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:24:22.110] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:24:22.134] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:24:22.146] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:24:22.146] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:24:22.146] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:24:22.149] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:24:22.172] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:24:22.172] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:24:22.172] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:24:22.186] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:24:22.200] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:24:22.211] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:24:22.211] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:24:22.213] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:24:22.237] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:24:22.239] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:24:22.239] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:24:22.239] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:24:22.264] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:24:22.264] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:24:22.264] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:24:22.278] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:24:22.278] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:24:22.280] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:24:22.305] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:24:22.305] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:24:22.305] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:24:22.305] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:24:22.317] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:24:22.319] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:24:22.319] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:24:22.343] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:24:22.343] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:24:22.343] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:24:22.377] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:24:22.377] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:24:22.377] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:24:22.392] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:24:22.392] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:24:22.409] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:24:22.409] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:24:22.432] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:24:22.432] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:24:22.432] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:24:22.445] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:24:22.447] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:24:22.471] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:24:22.471] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:24:22.471] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:24:22.473] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:24:22.498] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:24:22.498] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:24:22.498] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:24:22.513] [ 0.000000] Running RCU self tests [2024-05-23 14:24:22.513] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:24:22.513] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:24:22.515] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:24:22.541] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:24:22.541] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:24:22.541] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:24:22.541] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:24:22.541] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:24:22.558] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:24:22.558] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:24:22.560] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:24:22.586] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:24:22.586] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:24:22.586] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:24:22.599] [ 0.001467] Console: colour dummy device = 80x25 [2024-05-23 14:24:22.603] [ 0.001708] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:24:22.603] [ 0.001711] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:24:22.632] [ 0.001713] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:24:22.632] [ 0.001716] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:24:22.632] [ 0.001718] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:24:22.632] [ 0.001721] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:24:22.632] [ 0.001724] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:24:22.632] [ 0.001726] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:24:22.634] [ 0.001729] memory used by lock dependency = info: 7903 kB [2024-05-23 14:24:22.657] [ 0.001732] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:24:22.657] [ 0.001772] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:24:22.657] [ 0.001779] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:24:22.657] [ 0.002279] Security Framework initialized [2024-05-23 14:24:22.675] [ 0.002405] AppArmor: AppArmor initialized [2024-05-23 14:24:22.675] [ 0.002649] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:24:22.675] [ 0.002671] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:24:22.693] [ 0.019964] ASID allocator initialised with = 32768 entries [2024-05-23 14:24:22.693] [ 0.035867] Hierarchical SRCU = implementation. [2024-05-23 14:24:22.693] [ 0.062285] EFI services will not be = available. [2024-05-23 14:24:22.706] [ 0.076135] smp: Bringing up secondary CPUs = ... [2024-05-23 14:24:22.709] [ 0.120762] Detected VIPT I-cache on CPU1 [2024-05-23 14:24:22.709] [ 0.120836] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:24:22.709] [ 0.165007] Detected VIPT I-cache on CPU2 [2024-05-23 14:24:22.731] [ 0.165064] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:24:22.731] [ 0.209291] Detected VIPT I-cache on CPU3 [2024-05-23 14:24:22.731] [ 0.209344] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:24:22.731] [ 0.209719] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:24:22.731] [ 0.209760] SMP: Total of 4 processors = activated. [2024-05-23 14:24:22.744] [ 0.209775] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:24:22.744] [ 0.209795] CPU: All CPU(s) started at EL2 [2024-05-23 14:24:22.744] [ 0.209977] alternatives: patching kernel = code [2024-05-23 14:24:22.759] [ 0.210521] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:24:22.759] [ 0.213121] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:24:22.759] [ 0.213705] devtmpfs: initialized [2024-05-23 14:24:22.773] [ 0.403334] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:24:22.775] [ 0.403601] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:24:22.800] [ 0.412411] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:24:22.800] [ 0.413352] chipinfo: TCC8030 Rev02 [2024-05-23 14:24:22.800] [ 0.413367] chipinfo: SiP Service v0.1.56 [2024-05-23 14:24:22.800] [ 0.418619] NET: Registered protocol family = 16 [2024-05-23 14:24:22.800] [ 0.422633] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:24:22.802] [ 0.424597] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:24:22.828] [ 0.426461] cpuidle: using governor menu [2024-05-23 14:24:22.828] [ 0.426699] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:24:22.828] [ 0.440834] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:24:22.828] [ 0.441314] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:24:22.853] [ 0.441361] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:24:22.857] [ 0.441405] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:24:22.857] [ 0.441449] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:24:22.857] [ 0.441492] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:24:22.857] [ 0.441535] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:24:22.857] [ 0.441579] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:24:22.879] [ 0.441622] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:24:22.892] [ 0.441666] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:24:22.892] [ 0.441709] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:24:22.892] [ 0.441767] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:24:22.892] [ 0.441812] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:24:22.912] [ 0.441855] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:24:22.912] [ 0.441899] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:24:22.912] [ 0.441942] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:24:22.916] [ 0.441985] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:24:22.916] [ 0.442028] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:24:22.916] [ 0.442156] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:24:22.916] [ 0.442546] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:24:22.939] [ 0.442590] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:24:22.940] [ 0.442633] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:24:22.940] [ 0.442677] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:24:22.940] [ 0.442720] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:24:22.940] [ 0.442763] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:24:22.963] [ 0.442806] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:24:22.976] [ 0.442850] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:24:22.976] [ 0.442907] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:24:22.976] [ 0.442950] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:24:22.976] [ 0.442993] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:24:22.990] [ 0.443037] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:24:22.990] [ 0.443281] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:24:22.990] [ 0.443325] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:24:23.004] [ 0.443369] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:24:23.004] [ 0.443412] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:24:23.004] [ 0.443455] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:24:23.016] [ 0.443499] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:24:23.016] [ 0.443542] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:24:23.019] [ 0.443736] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:24:23.019] [ 0.443780] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:24:23.019] [ 0.443823] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:24:23.043] [ 0.443867] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:24:23.043] [ 0.443910] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:24:23.043] [ 0.443966] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:24:23.043] [ 0.444010] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:24:23.043] [ 0.444053] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:24:23.057] [ 0.444097] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:24:23.057] [ 0.444140] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:24:23.059] [ 0.444183] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:24:23.085] [ 0.444226] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:24:23.085] [ 0.444269] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:24:23.085] [ 0.444312] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:24:23.085] [ 0.444852] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:24:23.085] [ 0.444897] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:24:23.099] [ 0.445068] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:24:23.101] [ 0.445238] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:24:23.101] [ 0.445406] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:24:23.129] [ 0.445571] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:24:23.129] [ 0.445736] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:24:23.129] [ 0.445780] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:24:23.129] [ 0.445824] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:24:23.129] [ 0.446000] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:24:23.140] [ 0.446263] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:24:23.142] [ 0.446456] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:24:23.142] [ 0.446502] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:24:23.166] [ 0.446545] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:24:23.166] [ 0.446589] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:24:23.166] [ 0.446652] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:24:23.166] [ 0.446840] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:24:23.168] [ 0.446884] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:24:23.192] [ 0.447092] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:24:23.192] [ 0.447106] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:24:23.192] [ 0.529507] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:24:23.192] [ 0.529597] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:24:23.206] [ 1.676465] console [ttyAMA0] enabled [2024-05-23 14:24:23.206] [ 1.684252] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:24:23.241] [ 1.713156] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:24:23.257] [ 1.723437] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:24:23.260] [ 1.734018] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:24:23.278] [ 1.744364] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:24:23.364] [ 1.844247] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:24:23.383] [ 1.860692] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:24:23.388] [ 1.867589] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:24:23.404] [ 1.874367] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:24:23.404] [ 1.880816] Linux video capture interface: = v2.00 [2024-05-23 14:24:23.427] [ 1.886715] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:23.427] [ 1.886720] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:24:23.448] [ 1.886724] 6 locks held by swapper/0/1: [2024-05-23 14:24:23.448] [ 1.886727] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:24:23.448] [ 1.886755] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:24:23.450] [ 1.886770] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:23.473] [ 1.886789] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:23.473] [ 1.886804] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:23.476] [ 1.886820] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:23.501] [ 1.886839] irq event stamp: 288058 [2024-05-23 14:24:23.501] [ 1.886845] hardirqs last enabled at = (288057): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:23.501] [ 1.886850] hardirqs last disabled at = (288058): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:23.513] [ 1.886857] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:23.515] [ 1.886860] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:23.539] [ 1.886863] Preemption disabled at: [2024-05-23 14:24:23.539] [ 1.886868] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:23.539] [ 1.886877] CPU: 3 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:24:23.539] [ 1.886880] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:23.554] [ 1.886884] Call trace: [2024-05-23 14:24:23.554] [ 1.886890] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:23.554] [ 1.886895] show_stack+0x14/0x20 [2024-05-23 14:24:23.554] [ 1.886900] dump_stack+0xb8/0xf0 [2024-05-23 14:24:23.567] [ 1.886905] ___might_sleep+0x178/0x210 [2024-05-23 14:24:23.579] [ 1.886909] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:23.579] [ 1.886914] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:23.579] [ 1.886920] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:23.581] [ 1.886927] gic_set_type+0x84/0x98 [2024-05-23 14:24:23.581] [ 1.886932] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:23.581] [ 1.886936] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:23.608] [ 1.886941] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:23.608] [ 1.886946] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:24:23.608] [ 1.886953] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:24:23.608] [ 1.886957] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:23.608] [ 1.886962] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:23.608] [ 1.886967] __driver_attach+0xfc/0x118 [2024-05-23 14:24:23.621] [ 1.886972] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:23.623] [ 1.886977] driver_attach+0x20/0x28 [2024-05-23 14:24:23.623] [ 1.886981] bus_add_driver+0x220/0x268 [2024-05-23 14:24:23.623] [ 1.886986] driver_register+0x60/0xf8 [2024-05-23 14:24:23.646] [ 1.886990] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:23.659] [ 1.886998] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:24:23.659] [ 1.887003] do_one_initcall+0x50/0x15c [2024-05-23 14:24:23.659] [ 1.887010] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:24:23.659] [ 1.887016] kernel_init+0x10/0x100 [2024-05-23 14:24:23.659] [ 1.887020] ret_from_fork+0x10/0x18 [2024-05-23 14:24:23.661] [ 1.892819] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:24:23.661] [ 2.140045] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:24:23.686] [ 2.153663] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:24:23.686] [ 2.160702] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:24:23.686] [ 2.165303] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:24:23.701] [ 2.170106] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:24:23.701] [ 2.174930] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:24:23.701] [ 2.179485] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:24:23.754] [ 2.233594] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:24:23.765] [ 2.246155] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:23.792] [ 2.264421] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:23.800] [ 2.279789] NET: Registered protocol family = 2 [2024-05-23 14:24:23.816] [ 2.287145] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:24:23.816] [ 2.294764] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:24:23.832] [ 2.306038] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:24:23.835] [ 2.313407] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:24:23.862] [ 2.320248] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:24:23.862] [ 2.328607] NET: Registered protocol family = 1 [2024-05-23 14:24:23.956] [ 2.436441] audit: initializing netlink = subsys (disabled) [2024-05-23 14:24:23.975] [ 2.442781] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:24:23.977] [ 2.443341] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:24:24.046] [ 2.525487] fuse init (API version 7.26) [2024-05-23 14:24:24.071] [ 2.539667] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:24:24.073] [ 2.549382] io scheduler noop registered = (default) [2024-05-23 14:24:24.075] [ 2.554237] io scheduler mq-deadline = registered [2024-05-23 14:24:24.102] [ 2.558799] io scheduler kyber registered [2024-05-23 14:24:24.102] [ 2.569752] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:24.102] [ 2.576807] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:24.105] [ 2.583018] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:24:24.133] [ 2.590628] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:24.173] [ 2.653222] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:24.192] [ 2.661042] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:24.194] [ 2.665912] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:24:24.194] [ 2.671339] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:24.196] [ 2.671974] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:24.221] [ 2.682729] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:24.221] [ 2.688938] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:24:24.221] [ 2.696494] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:24.246] [ 2.721010] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:24.250] [ 2.727811] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:24.263] [ 2.732523] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:24:24.263] [ 2.737950] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:24.263] [ 2.738523] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:24.276] [ 2.749275] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:24.276] [ 2.755484] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:24:24.291] [ 2.763098] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:24.349] [ 2.829684] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:24.358] [ 2.836670] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:24.374] [ 2.841309] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:24:24.376] [ 2.846735] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:24.391] [ 2.856785] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:24:24.391] [ 2.866407] [INF][WDMA] tcc_wdma_init [2024-05-23 14:24:24.393] [ 2.871190] TCC WDMA Driver Initializing [2024-05-23 14:24:24.408] [ 2.878264] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:24:24.408] [ 2.884456] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:24:24.433] [ 2.894965] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:24.433] [ 2.907674] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:24:24.461] [ 2.917157] [CPU_ID] probe is done [2024-05-23 14:24:24.465] [ 2.920906] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:24:24.465] [ 2.927536] [DRAM_TOOL] probe is done [2024-05-23 14:24:24.465] [ 2.934763] MALI-G51 : r30p0-01eac0 [2024-05-23 14:24:24.465] [ 2.938291] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:24:24.470] [ 2.948375] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:24.483] [ 2.948380] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:24:24.496] [ 2.948384] 6 locks held by swapper/0/1: [2024-05-23 14:24:24.510] [ 2.948387] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:24:24.511] [ 2.948416] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:24:24.511] [ 2.948431] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:24.532] [ 2.948450] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:24.532] [ 2.948464] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:24.532] [ 2.948480] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:24.547] [ 2.948498] irq event stamp: 453672 [2024-05-23 14:24:24.547] [ 2.948503] hardirqs last enabled at = (453671): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:24.562] [ 2.948508] hardirqs last disabled at = (453672): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:24.564] [ 2.948516] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:24.589] [ 2.948520] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:24.589] [ 2.948522] Preemption disabled at: [2024-05-23 14:24:24.589] [ 2.948527] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:24.590] [ 2.948537] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:24:24.615] [ 2.948540] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:24.615] [ 2.948544] Call trace: [2024-05-23 14:24:24.615] [ 2.948550] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:24.615] [ 2.948555] show_stack+0x14/0x20 [2024-05-23 14:24:24.615] [ 2.948561] dump_stack+0xb8/0xf0 [2024-05-23 14:24:24.616] [ 2.948566] ___might_sleep+0x178/0x210 [2024-05-23 14:24:24.640] [ 2.948570] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:24.640] [ 2.948575] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:24.640] [ 2.948580] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:24.640] [ 2.948587] gic_set_type+0x84/0x98 [2024-05-23 14:24:24.640] [ 2.948592] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:24.640] [ 2.948597] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:24.654] [ 2.948602] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:24.656] [ 2.948608] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:24:24.656] [ 2.948614] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:24:24.679] [ 2.948618] kbase_device_init+0x78/0xf8 [2024-05-23 14:24:24.681] [ 2.948624] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:24:24.681] [ 2.948628] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:24.681] [ 2.948634] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:24.681] [ 2.948638] __driver_attach+0xfc/0x118 [2024-05-23 14:24:24.681] [ 2.948643] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:24.703] [ 2.948648] driver_attach+0x20/0x28 [2024-05-23 14:24:24.715] [ 2.948653] bus_add_driver+0x220/0x268 [2024-05-23 14:24:24.715] [ 2.948658] driver_register+0x60/0xf8 [2024-05-23 14:24:24.715] [ 2.948662] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:24.715] [ 2.948669] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:24:24.715] [ 2.948674] do_one_initcall+0x50/0x15c [2024-05-23 14:24:24.721] [ 2.948681] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:24:24.721] [ 2.948687] kernel_init+0x10/0x100 [2024-05-23 14:24:24.721] [ 2.948691] ret_from_fork+0x10/0x18 [2024-05-23 14:24:24.721] [ 2.950286] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:24:24.741] [ 3.206008] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:24:24.741] [ 3.212755] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:24:24.759] [ 3.226846] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:24:24.760] [ 3.233971] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:24:24.775] [ 3.246108] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:24:24.779] [ 3.252326] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:24:24.779] [ 3.256707] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:24:24.794] [ 3.264244] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:24:24.832] [ 3.312732] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:24:24.843] [ 3.320541] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:24:24.857] [ 3.330230] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:24:24.883] [ 3.340805] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:24:24.887] [ 3.348141] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:24:24.887] [ 3.359215] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:24:24.910] [ 3.368156] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:24:24.910] [ 3.386858] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:24:24.931] [ 3.402318] libphy: Fixed MDIO Bus: probed [2024-05-23 14:24:24.931] [ 3.407269] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:24:24.953] [ 3.420782] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:24:24.954] [ 3.425310] [INFO][GAMC] gmac index : 1 [2024-05-23 14:24:24.954] [ 3.429741] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:24:24.956] [ 3.434953] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:24:24.981] [ 3.441150] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:24:24.981] [ 3.445611] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:24:24.981] [ 3.451754] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:24:24.981] [ 3.457264] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:24:24.995] [ 3.458452] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:24:24.997] [ 3.467077] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:24:24.997] [ 3.468304] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:25.023] [ 3.468316] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:24:25.023] [ 3.468324] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:24:25.023] [ 3.468335] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:25.023] [ 3.468348] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:24:25.023] [ 3.470170] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:24:25.037] [ 3.479328] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:24:25.037] [ 3.479337] usbhid: USB HID core driver [2024-05-23 14:24:25.050] [ 3.479654] optee: probing for conduit = method from DT. [2024-05-23 14:24:25.052] [ 3.479679] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:24:25.052] [ 3.481585] optee: initialized driver [2024-05-23 14:24:25.076] [ 3.483229] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:24:25.088] [ 3.483245] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:24:25.088] [ 3.483253] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:24:25.088] [ 3.483260] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:24:25.088] [ 3.483267] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:24:25.090] [ 3.483274] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:24:25.090] [ 3.483282] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:24:25.114] [ 3.483289] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:24:25.114] [ 3.484943] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:24:25.114] [ 3.484951] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:24:25.114] [ 3.491724] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:24:25.127] [ 3.508957] NET: Registered protocol family = 17 [2024-05-23 14:24:25.127] [ 3.509542] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:24:25.141] [ 3.514170] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:24:25.145] [ 3.625451] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:24:25.159] [ 3.632004] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:24:25.159] [ 3.638906] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:24:25.173] [ 3.646187] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:24:25.192] [ 3.665026] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:24:25.193] [ 3.672852] GPT:15269887 !=3D 15273599 [2024-05-23 14:24:25.210] [ 3.676468] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:24:25.214] [ 3.679187] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:25.214] [ 3.679233] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:24:25.238] [ 3.681226] ALSA device list: [2024-05-23 14:24:25.238] [ 3.681234] No soundcards found. [2024-05-23 14:24:25.238] [ 3.703125] GPT:15269887 !=3D 15273599 [2024-05-23 14:24:25.238] [ 3.703161] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:24:25.238] [ 3.703289] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:24:25.256] [ 3.729312] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:24:25.281] [ 3.750680] Freeing unused kernel memory: = 4160K [2024-05-23 14:24:25.283] Mounting devtmpfs [2024-05-23 14:24:25.290] [ 3.766118] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:24:25.303] Mounting procfs [2024-05-23 14:24:25.303] Mounting sysfs [2024-05-23 14:24:25.319] [ 3.791786] grep (94) used greatest stack = depth: 12176 bytes left [2024-05-23 14:24:25.343] [ 3.812554] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:24:25.373] [ 3.853847] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:24:25.384] [ 3.862610] mount (98) used greatest stack = depth: 11568 bytes left [2024-05-23 14:24:25.410] [ 3.883285] mount (100) used greatest stack = depth: 11232 bytes left [2024-05-23 14:24:25.642] [ 4.121855] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:24:25.739] [ 4.219735] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:24:25.768] [ 4.247054] systemd[1]: Detected = architecture arm64. [2024-05-23 14:24:25.812]=20 [2024-05-23 14:24:25.812] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:24:25.823]=20 [2024-05-23 14:24:25.829] [ 4.309726] systemd[1]: Set hostname to = . [2024-05-23 14:24:25.846] [ 4.321468] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:24:25.871] [ 4.330334] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:24:26.097] [ 4.576195] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:24:26.124] [ 4.593296] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:24:26.158] [ 4.636680] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:24:26.169] [ 4.648781] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:24:26.356] [ 4.835799] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:24:26.425] [ OK ] Reached target Swap. [2024-05-23 14:24:26.445] [ OK ] Created slice User and Session Slice. [2024-05-23 14:24:26.478] [ OK ] Listening on udev Control Socket. [2024-05-23 14:24:26.480] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:24:26.499] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:24:26.515] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:24:26.530] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:24:26.546] [ OK ] Reached target Slices. [2024-05-23 14:24:26.561] [ OK ] Reached target Paths. [2024-05-23 14:24:26.575] [ OK ] Listening on Journal Socket. [2024-05-23 14:24:26.611] Starting udev Coldplug all Devices... [2024-05-23 14:24:26.632] Mounting POSIX Message Queue File = System... [2024-05-23 14:24:26.662] Starting mount data partition = service... [2024-05-23 14:24:26.695] Mounting Huge Pages File System... [2024-05-23 14:24:26.726] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:24:26.760] Mounting Kernel Debug File System... [2024-05-23 14:24:26.779] [ OK ] Listening on Syslog Socket. [2024-05-23 14:24:26.812] [ 5.287539] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:26.828] Starting Journal Service... [2024-05-23 14:24:26.848] [ 5.328434] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:24:26.861] Mounting FUSE Control File System... [2024-05-23 14:24:26.891] Starting Apply Kernel Variables... [2024-05-23 14:24:26.921] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:24:26.946] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:24:26.979] Mounting Configuration File System... [2024-05-23 14:24:26.997] [ OK ] Created slice system-getty.slice. [2024-05-23 14:24:27.014] [ OK ] Reached target Remote File Systems. [2024-05-23 14:24:27.088] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:24:27.124] [ OK ] Started mount data partition service. [2024-05-23 14:24:27.143] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:24:27.167] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:24:27.183] [ OK ] Started Journal Service. [2024-05-23 14:24:27.212] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:24:27.228] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:24:27.245] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:24:27.277] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:24:27.298] [ OK ] Mounted Configuration File System. [2024-05-23 14:24:27.362] Starting udev Kernel Device = Manager... [2024-05-23 14:24:27.384] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:24:27.413] Mounting /var/volatile... [2024-05-23 14:24:27.433] [ OK ] Reached target Containers. [2024-05-23 14:24:27.463] Mounting /tmp... [2024-05-23 14:24:27.495] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:24:27.529] Starting NS file System mount and = recovery.... [2024-05-23 14:24:27.555] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:24:27.595] [ OK ] Mounted /var/volatile. [2024-05-23 14:24:27.629] [ OK ] Mounted /tmp. [2024-05-23 14:24:27.657] [ 6.137007] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:27.749] [ 6.228270] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:27.776] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:24:27.858] [ 6.337917] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:27.867] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:24:27.946] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:24:28.132] [ 6.611158] systemd-journald[129]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:24:28.150] Starting Bind mount volatile = /var/spool... [2024-05-23 14:24:28.180] Starting Bind mount volatile = /var/lib... [2024-05-23 14:24:28.215] Starting Bind mount volatile = /var/cache... [2024-05-23 14:24:28.251] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:24:28.427] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:24:28.457] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:24:28.482] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:24:28.519] Starting Load/Save Random Seed... [2024-05-23 14:24:28.547] [ OK ] Reached target Local File Systems. [2024-05-23 14:24:28.564] Starting Create Volatile Files and = Directories... [2024-05-23 14:24:28.599] Starting netfilter persistent = configuration... [2024-05-23 14:24:28.633] Starting AppArmor initialization... [2024-05-23 14:24:28.666] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:24:28.795] [ 7.273843] audit: type=3D1400 = audit(1550139121.148:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:24:28.834] [ 7.293254] audit: type=3D1400 = audit(1550139121.148:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:24:28.835] [ 7.310092] audit: type=3D1400 = audit(1550139121.148:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:24:28.856] [ 7.326795] audit: type=3D1400 = audit(1550139121.152:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:24:28.872] [ 7.343255] audit: type=3D1400 = audit(1550139121.152:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:24:28.886] [ 7.359929] audit: type=3D1400 = audit(1550139121.152:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:24:28.902] [[ 7.376698] audit: type=3D1400 = audit(1550139121.152:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:24:28.917] OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:24:28.947] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:24:28.970] [ OK ] Started AppArmor initialization. [2024-05-23 14:24:28.997] [ OK ] Reached target Network (Pre). [2024-05-23 14:24:29.022] Starting Network Service... [2024-05-23 14:24:29.053] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:24:29.111] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:24:29.130] [ OK ] Reached target System Initialization. [2024-05-23 14:24:29.148] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:24:29.165] [ OK ] Reached target Sockets. [2024-05-23 14:24:29.181] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:24:29.197] [ OK ] Reached target Timers. [2024-05-23 14:24:29.213] [ OK ] Reached target Basic System. [2024-05-23 14:24:29.248] [ 7.720560] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:24:29.249] [ OK ] Started NS VSync Process. [2024-05-23 14:24:29.278] [ 7.756670] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:24:29.283] [ 7.761269] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:24:29.296] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:24:29.296] [ 7.768922] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:24:29.339] [ 7.818409] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:24:29.378] Starting Load Kernel Modules... [2024-05-23 14:24:29.409] [ 7.888761] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:24:29.435] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:24:29.464] [ 7.937068] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:24:29.465] [ 7.944440] Disabling lock debugging due to = kernel taint [2024-05-23 14:24:29.480] [ OK ] Started Kernel Logging Service. [2024-05-23 14:24:29.483] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:24:29.499] Start /usr/bin/sys-fail-mon [2024-05-23 14:24:29.511] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:24:29.526] [ OK ] Started System Logging Service. [2024-05-23 14:24:29.526] [ 8.000143] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:24:29.546] [ 8.004538] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:24:29.549] [ OK ] Started NS System Management Process. [2024-05-23 14:24:29.549] Starting NS Inter Domain Comm = Process... [2024-05-23 14:24:29.564] [ 8.004548] [INFO][GMAC]=20 [2024-05-23 14:24:29.567] [ 8.038372] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:24:29.581] [ 8.038976] libphy: tcc-gmac-mdio: probed [2024-05-23 14:24:29.583] [ 8.038981] [INFO][GMAC] registered! [2024-05-23 14:24:29.583] [ 8.038984] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:24:29.583] [ 8.038990] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:24:29.609] [ 8.065025] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:24:29.609] Starting Login S[ 8.075193] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:24:29.609] ervice... [2024-05-23 14:24:29.609] [ 8.086039] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:24:29.625] [ OK ] Started 8.094563] ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:29.640] 9mNetwork Service. [2024-05-23 14:24:29.640] [ OK ] Reached target Network. [2024-05-23 14:24:29.640] [ 8.115736] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:24:29.655] [ 8.123503] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:24:29.655] [ 8.123503] -- MASTER Configuration. [2024-05-23 14:24:29.655] [ 8.123503] -- Local Receiver Status Not = OK. [2024-05-23 14:24:29.666] [ 8.123503] -- Remote Receiver Status Not = OK. [2024-05-23 14:24:29.668] [ 8.124563] =3D=3D=3D=3D=3D=3D=3D> = VPU Device drivers initializing!! Start --- [2024-05-23 14:24:29.692] Starting udev Coldplug a[ 8.128406] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:24:29.706] ll Devices... [2024-05-23 14:24:29.706] [ 8.128421] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:24:29.706] [ 8.128849] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:24:29.719] [ 8.128856] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:24:29.719] [ 8.132687] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:29.731] [ 8.135595] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:29.733] [ 8.135599] in_atomic(): 1, = irqs_disabled(): 128, pid: 273, name: systemd-modules [2024-05-23 14:24:29.733] [ 8.135601] INFO: lockdep is turned off. [2024-05-23 14:24:29.768] [ 8.135604] irq event stamp: 24805 [2024-05-23 14:24:29.768] [ 8.135619] hardirqs last enabled at = (24805): [<0000000029f3b8cc>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:29.768] [ 8.135623] hardirqs last disabled at = (24804): [<0000000012e4109f>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:29.768] [ 8.135632] softirqs last enabled at (0): = [<00000000bac3c98c>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:29.777] [ 8.135634] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:29.778] [ 8.135636] Preemption disabled at: [2024-05-23 14:24:29.778] [ 8.135644] [<000000005f30f213>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:29.799] [ 8.135652] CPU: 3 PID: 273 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:24:29.799] [ 8.135654] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:29.799] [ 8.135657] Call trace: [2024-05-23 14:24:29.799] [ 8.135662] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:29.812] [ 8.135665] show_stack+0x14/0x20 [2024-05-23 14:24:29.812] [ 8.135669] dump_stack+0xb8/0xf0 [2024-05-23 14:24:29.812] [ 8.135674] ___might_sleep+0x178/0x210 [2024-05-23 14:24:29.813] [ 8.135677] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:29.836] [ 8.135683] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:29.836] [ 8.135688] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:29.836] [ 8.135695] gic_set_type+0x84/0x98 [2024-05-23 14:24:29.836] [ 8.135699] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:29.836] [ 8.135703] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:29.839] [ 8.135706] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:29.856] [ 8.135737] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:24:29.856] [ 8.135754] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:24:29.856] [ 8.135760] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:29.856] [ 8.135764] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:29.858] [ 8.135768] __driver_attach+0xfc/0x118 [2024-05-23 14:24:29.876] [ 8.135771] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:29.876] [ 8.135775] driver_attach+0x20/0x28 [2024-05-23 14:24:29.876] [ 8.135779] bus_add_driver+0x220/0x268 [2024-05-23 14:24:29.876] [ 8.135782] driver_register+0x60/0xf8 [2024-05-23 14:24:29.876] [ 8.135785] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:29.889] [ 8.135805] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:24:29.889] [ 8.135809] do_one_initcall+0x50/0x15c [2024-05-23 14:24:29.889] [ 8.135813] do_init_module+0x54/0x1b0 [2024-05-23 14:24:29.901] [ 8.135816] load_module+0x1e70/0x2428 [2024-05-23 14:24:29.901] [ 8.135819] SyS_finit_module+0xe4/0x118 [2024-05-23 14:24:29.901] [ 8.135822] el0_svc_naked+0x34/0x38 [2024-05-23 14:24:29.912] [ 8.150826] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:24:29.914] [ 8.169378] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:24:29.914] [ 8.177234] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:24:29.932] [ 8.181896] Done!! [2024-05-23 14:24:29.932] [ 8.251162] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:24:29.932] [ 8.266672] Done!! [2024-05-23 14:24:29.932] [ 8.346490] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:24:29.944] [ 8.348921] Done!! [2024-05-23 14:24:29.944] [ 8.417712] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:24:29.946] [ 8.417717] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:24:29.965] [ 8.418013] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:24:29.965] [ 8.422233] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:24:29.965] [ 8.422238] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:24:29.979] [ 8.422243] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:24:29.979] [ 8.422243] =20 [2024-05-23 14:24:29.979] [ 8.422541] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:24:29.983] [ 8.422752] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:24:30.002] [ 8.422756] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:24:30.002] [ 8.422817] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:24:30.002] [ 8.422817] =20 [2024-05-23 14:24:30.002] [ 8.422962] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:24:30.015] [ 8.422977] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:24:30.015] [ 8.422981] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:24:30.015] [ 8.422985] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:24:30.030] [ 8.422992] [INFO][GMAC] --] phy_start: : [2024-05-23 14:24:30.030] [ 8.423049] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:24:30.030] Starting Permit User Sessions... [2024-05-23 14:24:30.048] Starting Wait for Network to be = Configured... [2024-05-23 14:24:30.049] [ OK ] [ 8.528159] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.062] Started Load Kernel Modules. [2024-05-23 14:24:30.062] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:24:30.074] [ OK ] Started Permit User Sessions. [2024-05-23 14:24:30.091] [ OK ] Started Login Service. [2024-05-23 14:24:30.102] parents, child is 323 [2024-05-23 14:24:30.112] [IDC]Start. [2024-05-23 14:24:30.114] [ 8.584835] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:24:30.120] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:24:30.123] [ OK ] Started Getty on tty1. [2024-05-23 14:24:30.143] [IDC](A7)ConnectReq 0 [2024-05-23 14:24:30.143] [IDC](A7)do_connect 0 [2024-05-23 14:24:30.150] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:24:30.150] [IDC](A7)Tx start session req 1 [2024-05-23 14:24:30.150] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:24:30.150] [IDC](R5)ConnectReq 0 [2024-05-23 14:24:30.150] [IDC](R5)do_connect 0 [2024-05-23 14:24:30.150] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:24:30.150] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:24:30.150] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:24:30.169] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:24:30.169] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:24:30.197] [ OK ] Reached target Login Prompts. [2024-05-23 14:24:30.197] [IDC](A7)Sessi[ 8.640119] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.197] on status 2 -> 3 [2024-05-23 14:24:30.197] [IDC](A7)Session connected. [2024-05-23 14:24:30.197] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:24:30.206] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:24:30.206] [ OK ] Started Cluster Framework. [2024-05-23 14:24:30.206] [IDC](R5)Session connected.2 [2024-05-23 14:24:30.206] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:24:30.207] [ OK ] Started HUD Framework. [2024-05-23 14:24:30.207] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:24:30.255] [ OK ] Started Nvm Process. [2024-05-23 14:24:30.279] [ 8.756357] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.295] [ OK ] Started NS hsm control application. [2024-05-23 14:24:30.302] [ OK ] Started Diagnosis Framework. [2024-05-23 14:24:30.339] [ OK ] Started NS Software Update. [2024-05-23 14:24:30.387] [ OK ] Started NS Secondary [ 8.868983] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:24:30.409] Verify. [2024-05-23 14:24:30.409] [ OK ] Started Diagnosis Transport. [2024-05-23 14:24:30.421] [ OK ] Reached target Multi-User System. [2024-05-23 14:24:30.449] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:24:30.469] [ 8.948383] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:24:30.483] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:24:30.503] [ 8.983046] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.595] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:24:30.614] [ 9.092106] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.627] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:24:30.724] [ 9.204148] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.837] [ 9.316728] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:30.969] [ 9.432210] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:31.052] [ 9.520050] sched: RT throttling activated [2024-05-23 14:24:31.082] [ 9.540169] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:31.098] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:24:31.438] [ 9.910061] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:24:31.447] [ 9.910068] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:24:32.423] [ 10.888892] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:24:32.430] [ 10.888908] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:24:36.509]=20 [2024-05-23 14:24:36.509] telechips-nsp1-release login:=20 [2024-05-23 14:24:39.879]=20 [2024-05-23 14:24:39.879] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:24:39.895]=20 [2024-05-23 14:24:39.895] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:24:39.895] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:24:39.895] DRAM: 2 GiB [2024-05-23 14:24:39.917] MMC: sdhc@0x16440000: 0 [2024-05-23 14:24:40.207]=20 [2024-05-23 14:24:40.207] HW Partition tyep is UserData [2024-05-23 14:24:40.219] In: serial [2024-05-23 14:24:40.221] Out: serial [2024-05-23 14:24:40.221] Err: serial [2024-05-23 14:24:40.288] Boot in the UserData environment(0) [2024-05-23 14:24:40.291] Non-secure boot (secure boot flag is clear) [2024-05-23 14:24:40.317] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:24:40.320] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:24:40.320] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:24:40.320] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:24:40.320] Booting using the fdt blob at 0x23000000 [2024-05-23 14:24:40.320] Loading Kernel Image [2024-05-23 14:24:40.326] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:24:40.340] OPTEE is enabled [2024-05-23 14:24:40.340]=20 [2024-05-23 14:24:40.340] Starting kernel ... [2024-05-23 14:24:40.340]=20 [2024-05-23 14:24:41.267] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:24:41.277] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:24:41.291] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:24:41.293] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:24:41.306] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:24:41.306] [ 0.000000] efi: UEFI not found. [2024-05-23 14:24:41.306] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:24:41.322] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:24:41.322] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:24:41.337] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:24:41.337] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:24:41.353] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:24:41.353] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:24:41.368] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:24:41.369] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:24:41.394] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:24:41.394] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:24:41.394] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:24:41.410] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:24:41.410] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:24:41.426] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:24:41.426] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:24:41.442] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:24:41.442] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:24:41.457] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:24:41.457] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:24:41.473] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:24:41.473] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:24:41.488] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:24:41.488] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:24:41.503] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:24:41.503] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:24:41.503] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:24:41.518] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:24:41.518] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:24:41.518] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:24:41.533] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:24:41.533] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:24:41.547] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:24:41.560] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:24:41.562] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:24:41.562] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:24:41.584] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:24:41.587] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:24:41.613] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:24:41.613] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:24:41.613] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:24:41.637] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:24:41.637] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:24:41.637] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:24:41.639] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:24:41.663] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:24:41.663] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:24:41.663] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:24:41.680] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:24:41.680] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:24:41.694] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:24:41.694] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:24:41.711] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:24:41.711] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:24:41.725] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:24:41.727] [ 0.000000] Running RCU self tests [2024-05-23 14:24:41.727] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:24:41.751] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:24:41.754] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:24:41.754] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:24:41.754] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:24:41.754] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:24:41.777] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:24:41.789] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:24:41.789] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:24:41.789] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:24:41.789] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:24:41.791] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:24:41.815] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:24:41.815] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:24:41.815] [ 0.001463] Console: colour dummy device = 80x25 [2024-05-23 14:24:41.815] [ 0.001704] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:24:41.830] [ 0.001707] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:24:41.830] [ 0.001709] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:24:41.830] [ 0.001712] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:24:41.843] [ 0.001715] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:24:41.856] [ 0.001717] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:24:41.856] [ 0.001720] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:24:41.858] [ 0.001723] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:24:41.858] [ 0.001725] memory used by lock dependency = info: 7903 kB [2024-05-23 14:24:41.858] [ 0.001728] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:24:41.882] [ 0.001768] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:24:41.882] [ 0.001776] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:24:41.882] [ 0.002276] Security Framework initialized [2024-05-23 14:24:41.882] [ 0.002404] AppArmor: AppArmor initialized [2024-05-23 14:24:41.888] [ 0.002650] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:24:41.911] [ 0.002672] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:24:41.911] [ 0.019946] ASID allocator initialised with = 32768 entries [2024-05-23 14:24:41.911] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:24:41.911] [ 0.062268] EFI services will not be = available. [2024-05-23 14:24:41.913] [ 0.076117] smp: Bringing up secondary CPUs = ... [2024-05-23 14:24:41.936] [ 0.120743] Detected VIPT I-cache on CPU1 [2024-05-23 14:24:41.936] [ 0.120820] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:24:41.936] [ 0.164988] Detected VIPT I-cache on CPU2 [2024-05-23 14:24:41.936] [ 0.165046] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:24:41.936] [ 0.209275] Detected VIPT I-cache on CPU3 [2024-05-23 14:24:41.949] [ 0.209326] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:24:41.951] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:24:41.951] [ 0.209743] SMP: Total of 4 processors = activated. [2024-05-23 14:24:41.978] [ 0.209759] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:24:41.978] [ 0.209779] CPU: All CPU(s) started at EL2 [2024-05-23 14:24:41.978] [ 0.209960] alternatives: patching kernel = code [2024-05-23 14:24:41.978] [ 0.210502] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:24:41.978] [ 0.213114] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:24:41.978] [ 0.213723] devtmpfs: initialized [2024-05-23 14:24:41.980] [ 0.403317] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:24:42.001] [ 0.403579] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:24:42.001] [ 0.412310] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:24:42.001] [ 0.413234] chipinfo: TCC8030 Rev02 [2024-05-23 14:24:42.017] [ 0.413250] chipinfo: SiP Service v0.1.56 [2024-05-23 14:24:42.019] [ 0.418546] NET: Registered protocol family = 16 [2024-05-23 14:24:42.019] [ 0.422534] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:24:42.019] [ 0.424486] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:24:42.045] [ 0.426215] cpuidle: using governor menu [2024-05-23 14:24:42.045] [ 0.426487] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:24:42.045] [ 0.440557] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:24:42.045] [ 0.441036] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:24:42.067] [ 0.441082] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:24:42.067] [ 0.441127] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:24:42.067] [ 0.441170] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:24:42.067] [ 0.441214] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:24:42.067] [ 0.441257] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:24:42.085] [ 0.441300] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:24:42.085] [ 0.441344] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:24:42.085] [ 0.441387] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:24:42.087] [ 0.441431] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:24:42.120] [ 0.441474] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:24:42.133] [ 0.441518] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:24:42.133] [ 0.441580] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:24:42.133] [ 0.441624] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:24:42.133] [ 0.441667] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:24:42.133] [ 0.441710] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:24:42.133] [ 0.441753] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:24:42.135] [ 0.441797] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:24:42.135] [ 0.442260] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:24:42.135] [ 0.442305] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:24:42.159] [ 0.442349] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:24:42.159] [ 0.442393] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:24:42.159] [ 0.442436] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:24:42.159] [ 0.442480] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:24:42.159] [ 0.442523] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:24:42.172] [ 0.442566] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:24:42.172] [ 0.442610] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:24:42.174] [ 0.442653] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:24:42.201] [ 0.442710] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:24:42.201] [ 0.442754] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:24:42.201] [ 0.442990] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:24:42.201] [ 0.443034] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:24:42.201] [ 0.443077] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:24:42.217] [ 0.443120] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:24:42.217] [ 0.443163] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:24:42.217] [ 0.443207] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:24:42.244] [ 0.443250] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:24:42.244] [ 0.443448] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:24:42.244] [ 0.443492] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:24:42.246] [ 0.443535] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:24:42.246] [ 0.443578] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:24:42.246] [ 0.443622] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:24:42.268] [ 0.443665] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:24:42.268] [ 0.443708] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:24:42.268] [ 0.443765] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:24:42.268] [ 0.443809] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:24:42.282] [ 0.443852] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:24:42.284] [ 0.443895] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:24:42.284] [ 0.443939] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:24:42.307] [ 0.443982] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:24:42.320] [ 0.444025] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:24:42.320] [ 0.444560] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:24:42.320] [ 0.444617] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:24:42.320] [ 0.444789] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:24:42.322] [ 0.444960] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:24:42.322] [ 0.445129] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:24:42.344] [ 0.445293] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:24:42.353] [ 0.445459] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:24:42.353] [ 0.445503] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:24:42.353] [ 0.445546] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:24:42.353] [ 0.445712] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:24:42.356] [ 0.445878] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:24:42.356] [ 0.446059] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:24:42.378] [ 0.446104] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:24:42.378] [ 0.446148] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:24:42.378] [ 0.446285] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:24:42.378] [ 0.446330] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:24:42.380] [ 0.446538] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:24:42.404] [ 0.446603] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:24:42.404] [ 0.446830] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:24:42.404] [ 0.446844] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:24:42.404] [ 0.528882] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:24:42.410] [ 0.528973] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:24:42.434] [ 1.675783] console [ttyAMA0] enabled [2024-05-23 14:24:42.434] [ 1.683466] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:24:42.461] [ 1.712326] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:24:42.462] [ 1.722606] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:24:42.477] [ 1.733204] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:24:42.492] [ 1.743447] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:24:42.582] [ 1.843087] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:24:42.597] [ 1.859307] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:24:42.614] [ 1.866248] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:24:42.614] [ 1.873039] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:24:42.638] [ 1.879409] Linux video capture interface: = v2.00 [2024-05-23 14:24:42.638] [ 1.885335] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:42.640] [ 1.885339] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:24:42.666] [ 1.885344] 6 locks held by swapper/0/1: [2024-05-23 14:24:42.666] [ 1.885347] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:24:42.666] [ 1.885374] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:24:42.666] [ 1.885389] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:42.683] [ 1.885407] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:42.685] [ 1.885421] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:42.711] [ 1.885438] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:42.711] [ 1.885456] irq event stamp: 288036 [2024-05-23 14:24:42.711] [ 1.885462] hardirqs last enabled at = (288035): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:42.725] [ 1.885467] hardirqs last disabled at = (288036): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:42.738] [ 1.885474] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:42.744] [ 1.885478] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:42.744] [ 1.885481] Preemption disabled at: [2024-05-23 14:24:42.767] [ 1.885486] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:42.768] [ 1.885495] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:24:42.768] [ 1.885498] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:42.768] [ 1.885502] Call trace: [2024-05-23 14:24:42.769] [ 1.885508] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:42.769] [ 1.885512] show_stack+0x14/0x20 [2024-05-23 14:24:42.792] [ 1.885518] dump_stack+0xb8/0xf0 [2024-05-23 14:24:42.803] [ 1.885523] ___might_sleep+0x178/0x210 [2024-05-23 14:24:42.803] [ 1.885527] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:42.803] [ 1.885532] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:42.803] [ 1.885538] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:42.803] [ 1.885544] gic_set_type+0x84/0x98 [2024-05-23 14:24:42.803] [ 1.885549] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:42.805] [ 1.885554] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:42.805] [ 1.885559] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:42.805] [ 1.885564] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:24:42.831] [ 1.885571] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:24:42.831] [ 1.885575] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:42.831] [ 1.885580] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:42.831] [ 1.885585] __driver_attach+0xfc/0x118 [2024-05-23 14:24:42.831] [ 1.885590] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:42.843] [ 1.885595] driver_attach+0x20/0x28 [2024-05-23 14:24:42.843] [ 1.885599] bus_add_driver+0x220/0x268 [2024-05-23 14:24:42.857] [ 1.885604] driver_register+0x60/0xf8 [2024-05-23 14:24:42.857] [ 1.885608] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:42.869] [ 1.885616] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:24:42.869] [ 1.885621] do_one_initcall+0x50/0x15c [2024-05-23 14:24:42.869] [ 1.885628] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:24:42.871] [ 1.885634] kernel_init+0x10/0x100 [2024-05-23 14:24:42.871] [ 1.885638] ret_from_fork+0x10/0x18 [2024-05-23 14:24:42.871] [ 1.891284] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:24:42.892] [ 2.138578] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:24:42.892] [ 2.152196] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:24:42.912] [ 2.159220] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:24:42.912] [ 2.163822] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:24:42.912] [ 2.168625] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:24:42.912] [ 2.173449] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:24:42.926] [ 2.178003] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:24:42.969] [ 2.231442] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:24:42.995] [ 2.244030] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:43.011] [ 2.262206] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:43.028] [ 2.277998] NET: Registered protocol family = 2 [2024-05-23 14:24:43.030] [ 2.285784] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:24:43.045] [ 2.293409] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:24:43.045] [ 2.304669] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:24:43.067] [ 2.312029] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:24:43.067] [ 2.318888] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:24:43.067] [ 2.327242] NET: Registered protocol family = 1 [2024-05-23 14:24:43.173] [ 2.434874] audit: initializing netlink = subsys (disabled) [2024-05-23 14:24:43.181] [ 2.441203] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:24:43.195] [ 2.441762] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:24:43.263] [ 2.524008] fuse init (API version 7.26) [2024-05-23 14:24:43.284] [ 2.542026] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:24:43.290] [ 2.551695] io scheduler noop registered = (default) [2024-05-23 14:24:43.304] [ 2.556550] io scheduler mq-deadline = registered [2024-05-23 14:24:43.304] [ 2.561111] io scheduler kyber registered [2024-05-23 14:24:43.328] [ 2.571925] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:43.331] [ 2.578781] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:43.331] [ 2.584991] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:24:43.333] [ 2.592592] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:43.394] [ 2.655089] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:43.412] [ 2.662852] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:43.414] [ 2.667703] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:24:43.414] [ 2.673131] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:43.427] [ 2.673757] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:43.429] [ 2.684512] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:43.452] [ 2.690721] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:24:43.454] [ 2.698279] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:43.474] [ 2.722145] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:43.476] [ 2.728939] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:43.476] [ 2.733576] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:24:43.493] [ 2.739002] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:43.497] [ 2.739558] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:24:43.497] [ 2.750311] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:24:43.497] [ 2.756520] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:24:43.518] [ 2.764135] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:24:43.568] [ 2.830074] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:24:43.575] [ 2.836826] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:24:43.588] [ 2.841445] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:24:43.594] [ 2.846873] fbX_probe : update_type =3D 1=20 [2024-05-23 14:24:43.609] [ 2.856603] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:24:43.609] [ 2.866230] [INF][WDMA] tcc_wdma_init [2024-05-23 14:24:43.610] [ 2.871093] TCC WDMA Driver Initializing [2024-05-23 14:24:43.626] [ 2.877916] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:24:43.626] [ 2.883997] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:24:43.650] [ 2.894427] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:43.650] [ 2.907132] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:24:43.663] [ 2.916591] [CPU_ID] probe is done [2024-05-23 14:24:43.663] [ 2.920346] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:24:43.665] [ 2.927131] [DRAM_TOOL] probe is done [2024-05-23 14:24:43.680] [ 2.934443] MALI-G51 : r30p0-01eac0 [2024-05-23 14:24:43.680] [ 2.937972] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:24:43.695] [ 2.947532] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:43.708] [ 2.947537] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:24:43.709] [ 2.947541] 6 locks held by swapper/0/1: [2024-05-23 14:24:43.709] [ 2.947544] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:24:43.735] [ 2.947571] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:24:43.735] [ 2.947586] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:24:43.735] [ 2.947605] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:43.753] [ 2.947619] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:24:43.753] [ 2.947635] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:43.770] [ 2.947654] irq event stamp: 453628 [2024-05-23 14:24:43.770] [ 2.947660] hardirqs last enabled at = (453627): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:24:43.786] [ 2.947665] hardirqs last disabled at = (453628): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:24:43.786] [ 2.947673] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:43.801] [ 2.947676] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:43.801] [ 2.947679] Preemption disabled at: [2024-05-23 14:24:43.801] [ 2.947684] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:43.816] [ 2.947694] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:24:43.816] [ 2.947697] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:43.830] [ 2.947700] Call trace: [2024-05-23 14:24:43.830] [ 2.947707] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:43.830] [ 2.947712] show_stack+0x14/0x20 [2024-05-23 14:24:43.830] [ 2.947717] dump_stack+0xb8/0xf0 [2024-05-23 14:24:43.843] [ 2.947723] ___might_sleep+0x178/0x210 [2024-05-23 14:24:43.856] [ 2.947727] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:43.856] [ 2.947731] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:43.856] [ 2.947737] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:43.859] [ 2.947744] gic_set_type+0x84/0x98 [2024-05-23 14:24:43.859] [ 2.947749] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:43.859] [ 2.947753] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:43.883] [ 2.947758] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:43.895] [ 2.947764] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:24:43.895] [ 2.947770] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:24:43.895] [ 2.947774] kbase_device_init+0x78/0xf8 [2024-05-23 14:24:43.895] [ 2.947781] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:24:43.895] [ 2.947785] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:43.895] [ 2.947790] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:43.899] [ 2.947795] __driver_attach+0xfc/0x118 [2024-05-23 14:24:43.899] [ 2.947800] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:43.921] [ 2.947804] driver_attach+0x20/0x28 [2024-05-23 14:24:43.921] [ 2.947809] bus_add_driver+0x220/0x268 [2024-05-23 14:24:43.934] [ 2.947814] driver_register+0x60/0xf8 [2024-05-23 14:24:43.934] [ 2.947818] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:43.934] [ 2.947826] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:24:43.934] [ 2.947831] do_one_initcall+0x50/0x15c [2024-05-23 14:24:43.934] [ 2.947838] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:24:43.936] [ 2.947843] kernel_init+0x10/0x100 [2024-05-23 14:24:43.936] [ 2.947848] ret_from_fork+0x10/0x18 [2024-05-23 14:24:43.936] [ 2.949471] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:24:43.962] [ 3.204153] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:24:43.962] [ 3.210891] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:24:43.976] [ 3.224866] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:24:43.977] [ 3.231986] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:24:43.982] [ 3.244174] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:24:43.995] [ 3.250392] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:24:43.995] [ 3.254773] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:24:44.010] [ 3.262265] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:24:44.050] [ 3.311270] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:24:44.058] [ 3.319003] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:24:44.072] [ 3.328767] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:24:44.088] [ 3.339416] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:24:44.088] [ 3.346753] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:24:44.111] [ 3.357827] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:24:44.111] [ 3.367175] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:24:44.133] [ 3.385558] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:24:44.147] [ 3.400989] libphy: Fixed MDIO Bus: probed [2024-05-23 14:24:44.147] [ 3.405975] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:24:44.174] [ 3.419455] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:24:44.174] [ 3.423984] [INFO][GAMC] gmac index : 1 [2024-05-23 14:24:44.176] [ 3.428588] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:24:44.176] [ 3.433799] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:24:44.199] [ 3.439768] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:24:44.199] [ 3.444229] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:24:44.199] [ 3.450312] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:24:44.199] [ 3.456079] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:24:44.213] [ 3.457867] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:24:44.213] [ 3.466899] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:24:44.213] [ 3.468017] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:44.229] [ 3.468030] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:24:44.229] [ 3.468037] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:24:44.229] [ 3.468048] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:44.245] [ 3.468060] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:24:44.245] [ 3.469621] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:24:44.265] [ 3.478791] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:24:44.268] [ 3.478800] usbhid: USB HID core driver [2024-05-23 14:24:44.268] [ 3.479144] optee: probing for conduit = method from DT. [2024-05-23 14:24:44.268] [ 3.479170] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:24:44.268] [ 3.480997] optee: initialized driver [2024-05-23 14:24:44.288] [ 3.482680] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:24:44.288] [ 3.482695] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:24:44.288] [ 3.482703] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:24:44.288] [ 3.482710] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:24:44.302] [ 3.482717] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:24:44.303] [ 3.482724] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:24:44.303] [ 3.482732] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:24:44.328] [ 3.482739] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:24:44.328] [ 3.484296] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:24:44.328] [ 3.484304] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:24:44.330] [ 3.491027] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:24:44.355] [ 3.507729] NET: Registered protocol family = 17 [2024-05-23 14:24:44.355] [ 3.508168] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:24:44.355] [ 3.513004] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:24:44.370] [ 3.625057] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:24:44.370] [ 3.630734] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:24:44.391] [ 3.637423] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:24:44.391] [ 3.644780] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:24:44.413] [ 3.665131] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:24:44.414] [ 3.672936] GPT:15269887 !=3D 15273599 [2024-05-23 14:24:44.416] [ 3.676555] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:24:44.439] [ 3.678167] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:24:44.439] [ 3.678213] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:24:44.439] [ 3.680031] ALSA device list: [2024-05-23 14:24:44.439] [ 3.680038] No soundcards found. [2024-05-23 14:24:44.464] [ 3.703349] GPT:15269887 !=3D 15273599 [2024-05-23 14:24:44.466] [ 3.703385] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:24:44.466] [ 3.703513] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:24:44.479] [ 3.729647] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:24:44.496] [ 3.751391] Freeing unused kernel memory: = 4160K [2024-05-23 14:24:44.500] Mounting devtmpfs [2024-05-23 14:24:44.518] [ 3.766354] mount (91) used greatest stack = depth: 12928 bytes left [2024-05-23 14:24:44.518] Mounting procfs [2024-05-23 14:24:44.539] Mounting sysfs [2024-05-23 14:24:44.547] [ 3.785734] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:24:44.559] [ 3.814763] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:24:44.595] [ 3.856848] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:24:44.607] [ 3.865717] mount (98) used greatest stack = depth: 11104 bytes left [2024-05-23 14:24:44.871] [ 4.132526] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:24:44.968] [ 4.228891] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:24:45.000] [ 4.256568] systemd[1]: Detected = architecture arm64. [2024-05-23 14:24:45.038]=20 [2024-05-23 14:24:45.041] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:24:45.050]=20 [2024-05-23 14:24:45.063] [ 4.316256] systemd[1]: Set hostname to = . [2024-05-23 14:24:45.066] [ 4.328014] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:24:45.079] [ 4.337108] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:24:45.310] [ 4.571121] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:24:45.339] [ 4.588221] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:24:45.371] [ 4.632591] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:24:45.384] [ 4.644711] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:24:45.573] [ 4.833657] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:24:45.646] [ OK ] Reached target Swap. [2024-05-23 14:24:45.665] [ OK ] Listening on Syslog Socket. [2024-05-23 14:24:45.680] [ OK ] Listening on udev Control Socket. [2024-05-23 14:24:45.698] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:24:45.714] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:24:45.732] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:24:45.745] [ OK ] Reached target Remote File Systems. [2024-05-23 14:24:45.781] [ OK ] Created slice User and Session Slice. [2024-05-23 14:24:45.801] [ OK ] Reached target Slices. [2024-05-23 14:24:45.804] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:24:45.818] [ OK ] Reached target Paths. [2024-05-23 14:24:45.848] [ OK ] Created slice system-getty.slice. [2024-05-23 14:24:45.865] [ OK ] Listening on Journal Socket. [2024-05-23 14:24:45.886] Mounting Kernel Debug File System... [2024-05-23 14:24:45.922] Starting Apply Kernel Variables... [2024-05-23 14:24:45.951] Mounting FUSE Control File System... [2024-05-23 14:24:45.981] Mounting Configuration File System... [2024-05-23 14:24:46.014] Starting mount data partition = service... [2024-05-23 14:24:46.042] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:24:46.074] Mounting POSIX Message Queue File = System... [2024-05-23 14:24:46.107] Starting udev Coldplug all Devices... [2024-05-23 14:24:46.141] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:24:46.165] [ 5.415307] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:46.187] Mounting Huge Pages File System... [2024-05-23 14:24:46.215] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:24:46.231] [ 5.489113] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:24:46.248] Starting Journal Service... [2024-05-23 14:24:46.323] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:24:46.354] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:24:46.382] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:24:46.398] [ OK ] Mounted Configuration File System. [2024-05-23 14:24:46.415] [ OK ] Started mount data partition service. [2024-05-23 14:24:46.439] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:24:46.465] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:24:46.497] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:24:46.515] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:24:46.557] [ OK ] Started Journal Service. [2024-05-23 14:24:46.599] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:24:46.642] Starting udev Kernel Device = Manager... [2024-05-23 14:24:46.646] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:24:46.684] Mounting /tmp... [2024-05-23 14:24:46.715] Mounting /var/volatile... [2024-05-23 14:24:46.733] [ OK ] Reached target Containers. [2024-05-23 14:24:46.765] Starting NS file System mount and = recovery.... [2024-05-23 14:24:46.798] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:24:46.833] [ OK ] Mounted /tmp. [2024-05-23 14:24:46.861] [ OK ] Mounted /var/volatile. [2024-05-23 14:24:46.907] [ 6.164347] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:46.933] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:24:46.993] [ 6.253622] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:47.092] [ 6.353819] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:24:47.200] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:24:47.234] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:24:47.345] [ 6.606042] systemd-journald[133]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:24:47.366] Starting Bind mount volatile = /var/lib... [2024-05-23 14:24:47.395] Starting Bind mount volatile = /var/cache... [2024-05-23 14:24:47.434] Starting Bind mount volatile = /var/spool... [2024-05-23 14:24:47.466] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:24:47.665] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:24:47.700] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:24:47.722] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:24:47.758] Starting Load/Save Random Seed... [2024-05-23 14:24:47.784] [ OK ] Reached target Local File Systems. [2024-05-23 14:24:47.803] Starting Create Volatile Files and = Directories... [2024-05-23 14:24:47.835] Starting AppArmor initialization... [2024-05-23 14:24:47.876] Starting netfilter persistent = configuration... [2024-05-23 14:24:47.906] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:24:47.992] [ 7.251716] audit: type=3D1400 = audit(1550139121.112:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:24:48.017] [ 7.268288] audit: type=3D1400 = audit(1550139121.116:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:24:48.033] [ 7.285446] audit: type=3D1400 = audit(1550139121.116:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:24:48.058] [ 7.302267] audit: type=3D1400 = audit(1550139121.116:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:24:48.058] [ 7.318766] audit: type=3D1400 = audit(1550139121.116:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:24:48.074] [ 7.334878] audit: type=3D1400 = audit(1550139121.116:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:24:48.099] [ 7.350848] audit: type=3D1400 = audit(1550139121.116:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:24:48.114] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:24:48.134] [ OK ] Started AppArmor initialization. [2024-05-23 14:24:48.167] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:24:48.188] [ OK ] Reached target Network (Pre). [2024-05-23 14:24:48.219] Starting Network Service... [2024-05-23 14:24:48.250] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:24:48.302] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:24:48.333] [ OK ] Reached target System Initialization. [2024-05-23 14:24:48.350] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:24:48.366] [ OK ] Reached target Timers. [2024-05-23 14:24:48.383] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:24:48.400] [ OK ] Reached target Sockets. [2024-05-23 14:24:48.414] [ OK ] Reached target Basic System. [2024-05-23 14:24:48.436] [ 7.697451] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:24:48.452] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:24:48.483] [ 7.740561] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:24:48.487] [ 7.745160] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:24:48.501] [ 7.749693] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:24:48.504] [ OK ] Started System Logging Service. [2024-05-23 14:24:48.528] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:24:48.552] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:24:48.595] Starting Load Kernel Modules... [2024-05-23 14:24:48.625] Starting Login Service... [2024-05-23 14:24:48.667] [ 7.923474] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:24:48.673] [ 7.930818] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:24:48.686] [ 7.930826] Disabling lock debugging due to = kernel taint [2024-05-23 14:24:48.686] [ OK ] Started Kernel Logging Service. [2024-05-23 14:24:48.717] [ 7.970651] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:24:48.720] [ 7.975039] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:24:48.737] [ OK ] Started NS VSync Process. [2024-05-23 14:24:48.737] [ 7.975048] [INFO][GMAC]=20 [2024-05-23 14:24:48.737] [ 7.991719] libphy: tcc-gmac-mdio: probed [2024-05-23 14:24:48.751] [ 7.998404] [INFO][GMAC] registered! [2024-05-23 14:24:48.752] [ 8.001999] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:24:48.752] [ 8.006817] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:24:48.775] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:24:48.777] [ 8.032986] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:24:48.802] [ 8.040665] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:24:48.803] [ 8.045219] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:24:48.803] [ 8.045223] in_atomic(): 1, = irqs_disabled(): 128, pid: 276, name: systemd-modules [2024-05-23 14:24:48.803] [ 8.045225] INFO: lockdep is turned off. [2024-05-23 14:24:48.818] [ 8.045227] irq event stamp: 24501 [2024-05-23 14:24:48.820] [ 8.045242] hardirqs last enabled at = (24501): [<0000000061fd4561>] vprintk_emit+0x270/0x278 [2024-05-23 14:24:48.820] [ 8.045247] hardirqs last disabled at = (24500): [<00000000f30271e6>] vprintk_emit+0x12c/0x278 [2024-05-23 14:24:48.848] [ 8.045254] softirqs last enabled at (0): = [<00000000a389bb19>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:24:48.848] [ 8.045257] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:24:48.848] [ 8.045258] Preemption disabled at: [2024-05-23 14:24:48.848] [ 8.045265] [<000000006136a11a>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:24:48.861] [ 8.045273] CPU: 2 PID: 276 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:24:48.875] [ 8.045274] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:24:48.879] [ 8.045277] Call trace: [2024-05-23 14:24:48.879] [ 8.045283] dump_backtrace+0x0/0x1d8 [2024-05-23 14:24:48.879] [ 8.045287] show_stack+0x14/0x20 [2024-05-23 14:24:48.902] [ 8.045292] dump_stack+0xb8/0xf0 [2024-05-23 14:24:48.917] [ 8.045296] ___might_sleep+0x178/0x210 [2024-05-23 14:24:48.918] [ 8.045300] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:24:48.918] [ 8.045307] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:24:48.918] [ 8.045311] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:24:48.918] [ 8.045318] gic_set_type+0x84/0x98 [2024-05-23 14:24:48.918] [ 8.045321] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:24:48.929] [ 8.045325] __setup_irq+0x76c/0x7f8 [2024-05-23 14:24:48.929] [ 8.045328] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:24:48.929] [ 8.045360] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:24:48.929] [ 8.045378] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:24:48.931] [ 8.045383] platform_drv_probe+0x58/0xb8 [2024-05-23 14:24:48.931] [ 8.045389] = driver_probe_device+0x228/0x410 [2024-05-23 14:24:48.953] [ 8.045392] __driver_attach+0xfc/0x118 [2024-05-23 14:24:48.967] [ 8.045396] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:24:48.967] [ 8.045400] driver_attach+0x20/0x28 [2024-05-23 14:24:48.967] [ 8.045404] bus_add_driver+0x220/0x268 [2024-05-23 14:24:48.967] [ 8.045407] driver_register+0x60/0xf8 [2024-05-23 14:24:48.967] [ 8.045410] = __platform_driver_register+0x44/0x50 [2024-05-23 14:24:48.967] [ 8.045428] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:24:48.982] [ 8.045432] do_one_initcall+0x50/0x15c [2024-05-23 14:24:48.982] [ 8.045437] do_init_module+0x54/0x1b0 [2024-05-23 14:24:48.982] [ 8.045440] load_module+0x1e70/0x2428 [2024-05-23 14:24:48.982] [ 8.045443] SyS_finit_module+0xe4/0x118 [2024-05-23 14:24:48.994] [ 8.045446] el0_svc_naked+0x34/0x38 [2024-05-23 14:24:48.994] [ 8.054253] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:24:48.994] [ 8.056529] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:24:49.009] [ 8.061471] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:24:49.009] [ 8.062071] Done!! [2024-05-23 14:24:49.009] [ 8.092662] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:24:49.015] [ 8.092704] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:24:49.015] [ 8.092704] -- MASTER Configuration. [2024-05-23 14:24:49.015] [ 8.092704] -- Local Receiver Status Not = OK. [2024-05-23 14:24:49.039] [ 8.092704] -- Remote Receiver Status Not = OK. [2024-05-23 14:24:49.051] [ 8.092721] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:24:49.051] [ 8.092724] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:24:49.051] [ 8.093110] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:24:49.051] [ 8.100708] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:24:49.053] [ 8.100713] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:24:49.053] [ 8.100719] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:24:49.075] [ 8.100719] =20 [2024-05-23 14:24:49.077] [ 8.101037] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:24:49.077] [ 8.101582] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:24:49.077] [ 8.101586] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:24:49.077] [ 8.101591] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:24:49.099] [ 8.101591] =20 [2024-05-23 14:24:49.112] [ 8.101743] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:24:49.112] [ 8.101759] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:24:49.112] [ 8.101763] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:24:49.112] [ 8.101767] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:24:49.112] [ 8.101774] [INFO][GMAC] --] phy_start: : [2024-05-23 14:24:49.122] [ 8.101841] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:24:49.122] [ 8.133424] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:24:49.122] [ 8.139170] Done!! [2024-05-23 14:24:49.131] [ 8.206578] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:49.131] [ 8.233143] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:24:49.134] [ 8.236793] Done!! [2024-05-23 14:24:49.134] [ 8.314587] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:49.151] [ OK ] Started NS System Management Process. [2024-05-23 14:24:49.153] Starting NS Inter Domain Comm = Process... [2024-05-23 14:24:49.153] [ OK ] Started Network Service. [2024-05-23 14:24:49.153] [ OK ] Started Load Kernel M[ 8.413327] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:24:49.167] odules. [2024-05-23 14:24:49.167] [ 8.421416] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:24:49.180] Start /usr/bin/sys-fail-mon[ 8.422635] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:24:49.180]=20 [2024-05-23 14:24:49.180] [ 8.439538] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:24:49.196] [ 8.447920] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:24:49.198] [ 8.455287] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:49.217] Starting Wait f[ 8.467963] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:24:49.217] or Network to be Configured.[ 8.476074] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:24:49.230] .. [2024-05-23 14:24:49.230] [ OK ] Reached tar[ 8.488384] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:24:49.240] get Network. [2024-05-23 14:24:49.240] [ 8.498827] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:24:49.255] [ 8.499700] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:24:49.266] Starting udev Coldplug all Devices... [2024-05-23 14:24:49.268] Starting Permit User Sessions = 8.530639] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:24:49.279] 0m... [2024-05-23 14:24:49.294] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:24:49.299] [ OK ] Started Permit User Sessions. [2024-05-23 14:24:49.319] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:24:49.320] [ OK ] Started Getty on tty1. [2024-05-23 14:24:49.332] [ OK ] Reached target Login Prompts. [2024-05-23 14:24:49.332] parents, child is 326 [2024-05-23 14:24:49.332] [ OK ] Started Cluster Framework. [2024-05-23 14:24:49.344] [IDC]Start. [2024-05-23 14:24:49.346] [ 8.600087] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:24:49.365] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:24:49.387] [IDC](A7)ConnectReq 0 [2024-05-23 14:24:49.387] [IDC](A7)do_connect 0 [2024-05-23 14:24:49.387] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:24:49.387] [IDC](A7)Tx start session req 1 [2024-05-23 14:24:49.387] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:24:49.387] [IDC](R5)ConnectReq 0 [2024-05-23 14:24:49.387] [IDC](R5)do_connect 0 [2024-05-23 14:24:49.405] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:24:49.405] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:24:49.405] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:24:49.405] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:24:49.405] [ OK ] Started HUD Framework. [2024-05-23 14:24:49.405] [ OK[ 8.642903] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:49.405] ] Started NS ethernet phy control = application. [2024-05-23 14:24:49.428] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:24:49.428] [IDC](A7)Session connected. [2024-05-23 14:24:49.428] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:24:49.428] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:24:49.428] [IDC](R5)Session connected.2 [2024-05-23 14:24:49.438] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:24:49.438] [ OK ] Started Nvm Process. [2024-05-23 14:24:49.448] [ OK ] Started NS hsm control application. [2024-05-23 14:24:49.465] [ OK ] Started Diagnosis Framework. [2024-05-23 14:24:49.497] [ 8.758631] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:49.527] [ OK ] Started NS Software Update. [2024-05-23 14:24:49.612] [ 8.870650] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:49.636] [ OK ] Started NS Secondary Verify. [2024-05-23 14:24:49.643] [ OK ] Started Diagnosis Transport. [2024-05-23 14:24:49.666] [ OK ] Started Login Service. [2024-05-23 14:24:49.667] [ OK ] Reached target Multi-User System. [2024-05-23 14:24:49.718] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:24:49.725] [ 8.983716] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:49.737] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:24:49.782] [[ 9.043936] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:24:49.797] OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:24:49.837] [ OK ] Started 9.098698] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:24:49.846] 9mUpdate UTMP about System Runlevel Changes. [2024-05-23 14:24:49.949] [ 9.210616] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:24:50.451] [ 9.709416] sched: RT throttling activated [2024-05-23 14:24:50.587] [ 9.847693] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:24:50.596] [ 9.847700] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:24:51.541] [ 10.799673] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:24:51.547] [ 10.808061] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:24:51.624] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:24:55.680]=20 [2024-05-23 14:24:55.680] telechips-nsp1-release login:=20 [2024-05-23 14:24:58.091]=20 [2024-05-23 14:24:58.091] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:24:58.121]=20 [2024-05-23 14:24:58.121] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:24:58.149] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:24:58.149] DRAM: 2 GiB [2024-05-23 14:24:58.149] MMC: sdhc@0x16440000: 0 [2024-05-23 14:24:58.416]=20 [2024-05-23 14:24:58.416] HW Partition tyep is UserData [2024-05-23 14:24:58.428] In: serial [2024-05-23 14:24:58.428] Out: serial [2024-05-23 14:24:58.428] Err: serial [2024-05-23 14:24:58.493] Boot in the UserData environment(0) [2024-05-23 14:24:58.497] Non-secure boot (secure boot flag is clear) [2024-05-23 14:24:58.512] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:24:58.512] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:24:58.512] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:24:58.528] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:24:58.528] Booting using the fdt blob at 0x23000000 [2024-05-23 14:24:58.528] Loading Kernel Image [2024-05-23 14:24:58.543] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:24:58.547] OPTEE is enabled [2024-05-23 14:24:58.547]=20 [2024-05-23 14:24:58.547] Starting kernel ... [2024-05-23 14:24:58.547]=20 [2024-05-23 14:24:59.478] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:24:59.482] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:24:59.496] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:24:59.523] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:24:59.523] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:24:59.523] [ 0.000000] efi: UEFI not found. [2024-05-23 14:24:59.523] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:24:59.525] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:24:59.551] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:24:59.551] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:24:59.551] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:24:59.566] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:24:59.566] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:24:59.581] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:24:59.583] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:24:59.611] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:24:59.611] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:24:59.611] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:24:59.625] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:24:59.638] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:24:59.638] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:24:59.641] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:24:59.663] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:24:59.665] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:24:59.665] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:24:59.689] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:24:59.702] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:24:59.702] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:24:59.702] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:24:59.704] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:24:59.704] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:24:59.729] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:24:59.729] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:24:59.729] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:24:59.729] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:24:59.729] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:24:59.745] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:24:59.745] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:24:59.747] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:24:59.775] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:24:59.775] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:24:59.775] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:24:59.791] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:24:59.805] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:24:59.805] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:24:59.820] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:24:59.820] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:24:59.839] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:24:59.839] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:24:59.861] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:24:59.861] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:24:59.861] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:24:59.865] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:24:59.890] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:24:59.890] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:24:59.890] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:24:59.905] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:24:59.907] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:24:59.930] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:24:59.930] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:24:59.930] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:24:59.930] [ 0.000000] Running RCU self tests [2024-05-23 14:24:59.943] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:24:59.943] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:24:59.945] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:24:59.971] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:24:59.971] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:24:59.971] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:24:59.971] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:24:59.971] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:24:59.988] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:24:59.989] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:24:59.989] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:25:00.010] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:25:00.010] [ 0.000683] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:25:00.012] [ 0.000702] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:25:00.035] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:25:00.035] [ 0.001715] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:25:00.035] [ 0.001718] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:25:00.035] [ 0.001721] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:25:00.059] [ 0.001723] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:25:00.061] [ 0.001726] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:25:00.061] [ 0.001728] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:25:00.061] [ 0.001731] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:25:00.061] [ 0.001734] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:25:00.061] [ 0.001736] memory used by lock dependency = info: 7903 kB [2024-05-23 14:25:00.078] [ 0.001739] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:25:00.078] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:25:00.092] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:25:00.094] [ 0.002285] Security Framework initialized [2024-05-23 14:25:00.094] [ 0.002410] AppArmor: AppArmor initialized [2024-05-23 14:25:00.094] [ 0.002656] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:00.123] [ 0.002679] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:00.123] [ 0.019960] ASID allocator initialised with = 32768 entries [2024-05-23 14:25:00.123] [ 0.035859] Hierarchical SRCU = implementation. [2024-05-23 14:25:00.123] [ 0.062286] EFI services will not be = available. [2024-05-23 14:25:00.134] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:25:00.147] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:25:00.147] [ 0.120828] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:25:00.147] [ 0.164999] Detected VIPT I-cache on CPU2 [2024-05-23 14:25:00.162] [ 0.165056] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:25:00.162] [ 0.209283] Detected VIPT I-cache on CPU3 [2024-05-23 14:25:00.162] [ 0.209337] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:25:00.166] [ 0.209715] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:25:00.166] [ 0.209755] SMP: Total of 4 processors = activated. [2024-05-23 14:25:00.166] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:25:00.191] [ 0.209791] CPU: All CPU(s) started at EL2 [2024-05-23 14:25:00.202] [ 0.209972] alternatives: patching kernel = code [2024-05-23 14:25:00.202] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:25:00.202] [ 0.213113] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:25:00.202] [ 0.213697] devtmpfs: initialized [2024-05-23 14:25:00.202] [ 0.403473] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:25:00.204] [ 0.403741] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:25:00.227] [ 0.412604] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:25:00.240] [ 0.413529] chipinfo: TCC8030 Rev02 [2024-05-23 14:25:00.240] [ 0.413545] chipinfo: SiP Service v0.1.56 [2024-05-23 14:25:00.240] [ 0.418963] NET: Registered protocol family = 16 [2024-05-23 14:25:00.240] [ 0.422963] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:25:00.240] [ 0.424930] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:25:00.251] [ 0.426710] cpuidle: using governor menu [2024-05-23 14:25:00.251] [ 0.426946] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:25:00.254] [ 0.441015] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:25:00.254] [ 0.441500] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441547] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441591] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441634] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441678] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441721] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441765] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441808] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:25:00.292] [ 0.441852] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:25:00.305] [ 0.441984] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:25:00.308] [ 0.442028] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:25:00.308] [ 0.442073] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:25:00.340] [ 0.442116] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:25:00.342] [ 0.442160] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:25:00.342] [ 0.442203] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:25:00.342] [ 0.442261] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:25:00.342] [ 0.442304] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:25:00.342] [ 0.442348] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:25:00.342] [ 0.442738] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:25:00.364] [ 0.442782] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:25:00.377] [ 0.442825] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:25:00.377] [ 0.442869] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:25:00.377] [ 0.442912] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:25:00.377] [ 0.442955] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:25:00.389] [ 0.442998] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:25:00.389] [ 0.443042] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:25:00.392] [ 0.443085] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:25:00.392] [ 0.443128] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:25:00.392] [ 0.443171] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:25:00.412] [ 0.443215] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:25:00.412] [ 0.443456] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:25:00.412] [ 0.443514] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:25:00.412] [ 0.443557] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:25:00.426] [ 0.443601] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:25:00.428] [ 0.443644] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:25:00.428] [ 0.443687] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:25:00.454] [ 0.443730] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:25:00.454] [ 0.443925] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:25:00.454] [ 0.443969] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:25:00.454] [ 0.444012] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:25:00.454] [ 0.444055] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:25:00.456] [ 0.444098] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:25:00.482] [ 0.444141] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:25:00.482] [ 0.444184] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:25:00.482] [ 0.444227] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:25:00.482] [ 0.444271] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:25:00.482] [ 0.444314] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:25:00.499] [ 0.444369] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:25:00.499] [ 0.444413] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:25:00.499] [ 0.444456] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:25:00.513] [ 0.444499] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:25:00.515] [ 0.445030] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:25:00.515] [ 0.445074] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:25:00.538] [ 0.445243] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:25:00.545] [ 0.445414] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:25:00.545] [ 0.445598] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:25:00.545] [ 0.445763] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:25:00.545] [ 0.446029] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:25:00.567] [ 0.446076] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:25:00.580] [ 0.446120] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:25:00.580] [ 0.446324] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:25:00.580] [ 0.446508] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:25:00.580] [ 0.446682] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:25:00.580] [ 0.446726] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:25:00.582] [ 0.446770] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:25:00.582] [ 0.446813] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:25:00.605] [ 0.446856] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:25:00.605] [ 0.447032] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:25:00.605] [ 0.447076] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:25:00.605] [ 0.447280] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:25:00.605] [ 0.447294] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:25:00.632] [ 0.529578] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:00.632] [ 0.529670] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:00.642] [ 1.676658] console [ttyAMA0] enabled [2024-05-23 14:25:00.642] [ 1.684324] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:00.668] [ 1.713159] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:25:00.671] [ 1.723522] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:25:00.685] [ 1.734030] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:25:00.699] [ 1.744488] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:25:00.791] [ 1.844223] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:25:00.813] [ 1.860734] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:25:00.816] [ 1.867627] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:25:00.832] [ 1.874418] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:25:00.832] [ 1.880786] Linux video capture interface: = v2.00 [2024-05-23 14:25:00.856] [ 1.886531] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:00.856] [ 1.886535] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:00.875] [ 1.886540] 6 locks held by swapper/0/1: [2024-05-23 14:25:00.889] [ 1.886543] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:00.889] [ 1.886570] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:00.889] [ 1.886585] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:00.902] [ 1.886603] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:00.904] [ 1.886618] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:00.904] [ 1.886634] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:00.929] [ 1.886653] irq event stamp: 288032 [2024-05-23 14:25:00.929] [ 1.886658] hardirqs last enabled at = (288031): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:00.929] [ 1.886664] hardirqs last disabled at = (288032): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:00.945] [ 1.886671] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:00.958] [ 1.886674] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:00.963] [ 1.886677] Preemption disabled at: [2024-05-23 14:25:00.963] [ 1.886683] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:00.963] [ 1.886691] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:25:00.989] [ 1.886694] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:00.989] [ 1.886698] Call trace: [2024-05-23 14:25:00.989] [ 1.886705] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:00.989] [ 1.886709] show_stack+0x14/0x20 [2024-05-23 14:25:00.989] [ 1.886715] dump_stack+0xb8/0xf0 [2024-05-23 14:25:00.989] [ 1.886720] ___might_sleep+0x178/0x210 [2024-05-23 14:25:00.989] [ 1.886724] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:01.002] [ 1.886729] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:01.003] [ 1.886734] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:01.003] [ 1.886742] gic_set_type+0x84/0x98 [2024-05-23 14:25:01.003] [ 1.886747] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:01.028] [ 1.886751] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:01.028] [ 1.886756] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:01.028] [ 1.886761] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:25:01.028] [ 1.886768] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:25:01.028] [ 1.886773] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:01.030] [ 1.886778] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:01.054] [ 1.886783] __driver_attach+0xfc/0x118 [2024-05-23 14:25:01.054] [ 1.886788] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:01.054] [ 1.886792] driver_attach+0x20/0x28 [2024-05-23 14:25:01.054] [ 1.886797] bus_add_driver+0x220/0x268 [2024-05-23 14:25:01.054] [ 1.886802] driver_register+0x60/0xf8 [2024-05-23 14:25:01.054] [ 1.886806] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:01.067] [ 1.886814] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:25:01.079] [ 1.886819] do_one_initcall+0x50/0x15c [2024-05-23 14:25:01.079] [ 1.886827] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:01.081] [ 1.886833] kernel_init+0x10/0x100 [2024-05-23 14:25:01.081] [ 1.886837] ret_from_fork+0x10/0x18 [2024-05-23 14:25:01.081] [ 1.892710] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:25:01.107] [ 2.140011] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:25:01.107] [ 2.153573] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:25:01.126] [ 2.160615] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:25:01.128] [ 2.165216] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:25:01.128] [ 2.170020] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:25:01.128] [ 2.174872] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:25:01.128] [ 2.179427] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:25:01.180] [ 2.232829] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:25:01.193] [ 2.245411] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:01.211] [ 2.263568] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:01.226] [ 2.279262] NET: Registered protocol family = 2 [2024-05-23 14:25:01.240] [ 2.286775] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:25:01.252] [ 2.294389] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:25:01.265] [ 2.305683] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:25:01.266] [ 2.313044] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:25:01.291] [ 2.319814] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:25:01.294] [ 2.327922] NET: Registered protocol family = 1 [2024-05-23 14:25:01.385] [ 2.435350] audit: initializing netlink = subsys (disabled) [2024-05-23 14:25:01.390] [ 2.441772] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:25:01.403] [ 2.442329] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:25:01.474] [ 2.524264] fuse init (API version 7.26) [2024-05-23 14:25:01.498] [ 2.542579] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:25:01.498] [ 2.549245] modprobe (66) used greatest = stack depth: 13024 bytes left [2024-05-23 14:25:01.513] [ 2.552551] io scheduler noop registered = (default) [2024-05-23 14:25:01.513] [ 2.552568] io scheduler mq-deadline = registered [2024-05-23 14:25:01.513] [ 2.552581] io scheduler kyber registered [2024-05-23 14:25:01.528] [ 2.562491] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:01.528] [ 2.562503] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:01.531] [ 2.562512] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:25:01.554] [ 2.562601] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:01.576] [ 2.619569] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:01.579] [ 2.627327] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:01.585] [ 2.632627] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:25:01.611] [ 2.638058] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:01.611] [ 2.638704] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:01.611] [ 2.649462] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:01.611] [ 2.655671] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:25:01.611] [ 2.663232] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:01.647] [ 2.688081] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:01.648] [ 2.694977] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:01.648] [ 2.699638] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:25:01.663] [ 2.705064] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:01.663] [ 2.705663] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:01.665] [ 2.716416] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:01.690] [ 2.722624] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:25:01.690] [ 2.730239] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:01.744] [ 2.796302] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:01.751] [ 2.803098] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:01.765] [ 2.807732] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:25:01.781] [ 2.813159] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:01.782] [ 2.822877] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:25:01.782] [ 2.832583] [INF][WDMA] tcc_wdma_init [2024-05-23 14:25:01.807] [ 2.837376] TCC WDMA Driver Initializing [2024-05-23 14:25:01.809] [ 2.844423] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:25:01.809] [ 2.850518] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:25:01.811] [ 2.861110] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:01.824] [ 2.873785] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:25:01.840] [ 2.883281] [CPU_ID] probe is done [2024-05-23 14:25:01.840] [ 2.887031] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:25:01.861] [ 2.893729] [DRAM_TOOL] probe is done [2024-05-23 14:25:01.863] [ 2.901318] MALI-G51 : r30p0-01eac0 [2024-05-23 14:25:01.863] [ 2.904851] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:25:01.865] [ 2.914800] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:01.881] [ 2.914805] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:01.884] [ 2.914810] 6 locks held by swapper/0/1: [2024-05-23 14:25:01.907] [ 2.914812] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:01.909] [ 2.914839] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:01.909] [ 2.914854] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:01.932] [ 2.914872] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:01.943] [ 2.914887] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:01.943] [ 2.914903] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:01.957] [ 2.914922] irq event stamp: 453374 [2024-05-23 14:25:01.957] [ 2.914927] hardirqs last enabled at = (453373): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:01.960] [ 2.914932] hardirqs last disabled at = (453374): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:01.960] [ 2.914940] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:01.987] [ 2.914943] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:01.987] [ 2.914946] Preemption disabled at: [2024-05-23 14:25:01.987] [ 2.914951] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:01.987] [ 2.914961] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:25:02.004] [ 2.914963] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:02.004] [ 2.914968] Call trace: [2024-05-23 14:25:02.004] [ 2.914973] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:02.004] [ 2.914978] show_stack+0x14/0x20 [2024-05-23 14:25:02.018] [ 2.914984] dump_stack+0xb8/0xf0 [2024-05-23 14:25:02.031] [ 2.914989] ___might_sleep+0x178/0x210 [2024-05-23 14:25:02.031] [ 2.914993] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:02.031] [ 2.914998] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:02.033] [ 2.915003] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:02.033] [ 2.915010] gic_set_type+0x84/0x98 [2024-05-23 14:25:02.033] [ 2.915015] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:02.056] [ 2.915020] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:02.058] [ 2.915025] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:02.058] [ 2.915030] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:25:02.058] [ 2.915036] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:25:02.058] [ 2.915040] kbase_device_init+0x78/0xf8 [2024-05-23 14:25:02.058] [ 2.915046] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:25:02.080] [ 2.915051] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:02.093] [ 2.915056] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:02.093] [ 2.915061] __driver_attach+0xfc/0x118 [2024-05-23 14:25:02.093] [ 2.915066] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:02.093] [ 2.915071] driver_attach+0x20/0x28 [2024-05-23 14:25:02.093] [ 2.915075] bus_add_driver+0x220/0x268 [2024-05-23 14:25:02.095] [ 2.915080] driver_register+0x60/0xf8 [2024-05-23 14:25:02.095] [ 2.915084] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:02.095] [ 2.915091] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:25:02.118] [ 2.915096] do_one_initcall+0x50/0x15c [2024-05-23 14:25:02.131] [ 2.915103] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:02.131] [ 2.915108] kernel_init+0x10/0x100 [2024-05-23 14:25:02.131] [ 2.915112] ret_from_fork+0x10/0x18 [2024-05-23 14:25:02.131] [ 2.916932] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:25:02.142] [ 3.171680] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:25:02.142] [ 3.178456] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:25:02.144] [ 3.192382] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:25:02.162] [ 3.199497] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:25:02.163] [ 3.211580] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:25:02.168] [ 3.217799] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:25:02.186] [ 3.222180] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:25:02.186] [ 3.229727] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:25:02.224] [ 3.276693] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:25:02.234] [ 3.286570] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:25:02.245] [ 3.294474] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:25:02.258] [ 3.306920] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:25:02.268] [ 3.312200] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:25:02.279] [ 3.323273] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:25:02.281] [ 3.332484] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:25:02.298] [ 3.351348] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:25:02.330] [ 3.366839] libphy: Fixed MDIO Bus: probed [2024-05-23 14:25:02.330] [ 3.371836] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:25:02.335] [ 3.384956] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:25:02.362] [ 3.389502] [INFO][GAMC] gmac index : 1 [2024-05-23 14:25:02.362] [ 3.393937] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:25:02.362] [ 3.399105] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:25:02.362] [ 3.403763] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:25:02.364] [ 3.404582] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:25:02.364] [ 3.408447] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:25:02.381] [ 3.409210] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:25:02.381] [ 3.409848] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:25:02.381] [ 3.410946] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:25:02.394] [ 3.421055] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:25:02.395] [ 3.421084] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:02.411] [ 3.421092] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:25:02.411] [ 3.421100] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:02.411] [ 3.421107] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:25:02.413] [ 3.421222] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:25:02.433] [ 3.480352] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:02.435] [ 3.484749] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:25:02.447] [ 3.493076] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:25:02.462] [ 3.507045] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:25:02.467] [ 3.512989] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:02.468] [ 3.513001] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:25:02.488] [ 3.513008] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:25:02.488] [ 3.513019] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:02.488] [ 3.513031] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:25:02.490] [ 3.541792] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:25:02.512] [ 3.557885] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:25:02.515] [ 3.564541] usbhid: USB HID core driver [2024-05-23 14:25:02.526] [ 3.568753] optee: probing for conduit = method from DT. [2024-05-23 14:25:02.528] [ 3.573934] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:25:02.545] [ 3.575841] optee: initialized driver [2024-05-23 14:25:02.546] [ 3.585443] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:25:02.547] [ 3.591157] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:25:02.547] [ 3.596326] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:25:02.566] [ 3.601493] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:25:02.566] [ 3.607268] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:25:02.566] [ 3.613044] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:25:02.569] [ 3.618905] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:25:02.588] [ 3.625375] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:25:02.588] [ 3.633021] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:25:02.590] [ 3.640970] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:25:02.608] [ 3.655021] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:25:02.610] [ 3.662989] NET: Registered protocol family = 17 [2024-05-23 14:25:02.622] [ 3.667956] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:25:02.635] [ 3.686178] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:25:02.802] [ 3.854847] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:02.808] [ 3.854895] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:25:02.826] [ 3.870610] ALSA device list: [2024-05-23 14:25:02.826] [ 3.873603] No soundcards found. [2024-05-23 14:25:02.844] [ 3.879476] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:02.867] [ 3.900563] Freeing unused kernel memory: = 4160K [2024-05-23 14:25:02.868] Mounting devtmpfs [2024-05-23 14:25:02.868] Mounting procfs [2024-05-23 14:25:02.880] Mounting sysfs [2024-05-23 14:25:02.881] [ 3.927657] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:25:02.904] [ 3.955873] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:25:02.948] [ 4.000795] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:25:02.958] [ 4.011020] mount (97) used greatest stack = depth: 11104 bytes left [2024-05-23 14:25:03.214] [ 4.266741] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:25:03.313] [ 4.364410] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:25:03.343] [ 4.391608] systemd[1]: Detected = architecture arm64. [2024-05-23 14:25:03.383]=20 [2024-05-23 14:25:03.383] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:25:03.396]=20 [2024-05-23 14:25:03.403] [ 4.453793] systemd[1]: Set hostname to = . [2024-05-23 14:25:03.417] [ 4.465603] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:25:03.433] [ 4.474385] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:25:03.667] [ 4.718051] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:25:03.691] [ 4.735207] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:25:03.733] [ 4.777246] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:25:03.740] [ 4.789404] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:25:03.927] [ 4.979295] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:25:04.002] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:25:04.018] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:25:04.033] [ OK ] Reached target Remote File Systems. [2024-05-23 14:25:04.050] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:25:04.065] [ OK ] Reached target Paths. [2024-05-23 14:25:04.085] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:25:04.101] [ OK ] Created slice User and Session Slice. [2024-05-23 14:25:04.119] [ OK ] Reached target Slices. [2024-05-23 14:25:04.149] [ OK ] Created slice system-getty.slice. [2024-05-23 14:25:04.167] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:25:04.183] [ OK ] Listening on Journal Socket. [2024-05-23 14:25:04.207] Mounting Configuration File System... [2024-05-23 14:25:04.236] Starting mount data partition = service... [2024-05-23 14:25:04.314] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:25:04.350] Mounting Huge Pages File System... [2024-05-23 14:25:04.409] Mounting FUSE Cont[ 5.461432] = EXT4-fs (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:25:04.420] rol File System... [2024-05-23 14:25:04.432] [ 5.470784] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:04.459] Mounting Kernel Debug File System... [2024-05-23 14:25:04.486] Mounting POSIX Message Queue File = System... [2024-05-23 14:25:04.503] [ OK ] Listening on Syslog Socket. [2024-05-23 14:25:04.533] Starting Journal Service... [2024-05-23 14:25:04.567] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:25:04.583] [ OK ] Listening on udev Control Socket. [2024-05-23 14:25:04.608] Starting udev Coldplug all Devices... [2024-05-23 14:25:04.632] [ OK ] Reached target Swap. [2024-05-23 14:25:04.658] Starting Apply Kernel Variables... [2024-05-23 14:25:04.719] [ OK ] Mounted Configuration File System. [2024-05-23 14:25:04.753] [ OK ] Started mount data partition service. [2024-05-23 14:25:04.784] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:25:04.800] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:25:04.826] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:25:04.849] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:25:04.855] [ OK ] Started Journal Service. [2024-05-23 14:25:04.884] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:25:04.901] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:25:04.945] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:25:05.010] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:25:05.043] Starting udev Kernel Device = Manager... [2024-05-23 14:25:05.067] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:25:05.090] Mounting /tmp... [2024-05-23 14:25:05.118] [ OK ] Reached target Containers. [2024-05-23 14:25:05.142] Mounting /var/volatile... [2024-05-23 14:25:05.171] Starting NS file System mount and = recovery.... [2024-05-23 14:25:05.201] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:25:05.235] [ OK ] Mounted /tmp. [2024-05-23 14:25:05.284] [ OK ] Mounted /var/volatile. [2024-05-23 14:25:05.318] [ 6.362153] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:05.398] [ 6.448806] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:05.439] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:25:05.497] [ 6.549932] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:05.577] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:25:05.610] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:25:05.791] [ 6.843026] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:25:05.818] Starting Bind mount volatile = /var/lib... [2024-05-23 14:25:05.850] Starting Bind mount volatile = /var/spool... [2024-05-23 14:25:05.868] Starting Bind mount volatile = /var/cache... [2024-05-23 14:25:05.898] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:25:06.108] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:25:06.136] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:25:06.162] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:25:06.326] [ OK ] Reached target Local File Systems. [2024-05-23 14:25:06.354] Starting AppArmor initialization... [2024-05-23 14:25:06.386] Starting netfilter persistent = configuration... [2024-05-23 14:25:06.412] Starting Create Volatile Files and = Directories... [2024-05-23 14:25:06.446] Starting Load/Save Random Seed... [2024-05-23 14:25:06.494] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:25:06.529] [ 7.578892] audit: type=3D1400 = audit(1550139121.308:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:25:06.553] [ 7.593380] audit: type=3D1400 = audit(1550139121.308:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:25:06.577] [ OK ] Started [ 7.610844] audit: = type=3D1400 audit(1550139121.308:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:25:06.579] AppArmor initialization. [2024-05-23 14:25:06.603] [ 7.630968] audit: type=3D1400 = audit(1550139121.308:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:25:06.606] [ 7.650383] audit: type=3D1400 = audit(1550139121.308:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:25:06.635] [ 7.666417] audit: type=3D1400 = audit(1550139121.308:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:25:06.635] [[ 7.682253] audit: type=3D1400 = audit(1550139121.308:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:25:06.650] OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:25:06.682] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:25:06.696] [ OK ] Reached target Network (Pre). [2024-05-23 14:25:06.724] Starting Network Service... [2024-05-23 14:25:06.755] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:25:06.808] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:25:06.836] [ OK ] Reached target System Initialization. [2024-05-23 14:25:06.854] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:25:06.874] [ OK ] Reached target Timers. [2024-05-23 14:25:06.882] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:25:06.905] [ OK ] Reached target Sockets. [2024-05-23 14:25:06.919] [ OK ] Reached target Basic System. [2024-05-23 14:25:06.952] [ 7.996513] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:25:06.954] [ OK ] Started Kernel Logging Service. [2024-05-23 14:25:06.986] [ 8.026431] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:25:06.987] [ 8.031025] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:25:06.987] [ 8.036390] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:25:07.012] [ OK ] Started NS VSync Process. [2024-05-23 14:25:07.077] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:25:07.088] [ 8.136477] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:25:07.155] [ 8.207375] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:25:07.168] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:25:07.211] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:25:07.217] [ 8.268182] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:07.232] [ 8.273663] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:25:07.252] [ OK ] Started NS System Management Process. [2024-05-23 14:25:07.255] Start /usr/bin/sys-fail-mon [2024-05-23 14:25:07.271] Starting NS Inter Domain Comm = Process... [2024-05-23 14:25:07.303] Starting Login Service... [2024-05-23 14:25:07.307] [ 8.273682] [INFO][GMAC]=20 [2024-05-23 14:25:07.320] [ 8.358627] libphy: tcc-gmac-mdio: probed [2024-05-23 14:25:07.320] [ 8.365342] [INFO][GMAC] registered! [2024-05-23 14:25:07.320] [ 8.369251] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:25:07.334] [ 8.374101] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:25:07.351] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:25:07.371] [ 8.420873] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:25:07.378] [ 8.426621] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:25:07.395] [ 8.439953] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:25:07.397] [ 8.448430] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:25:07.423] [ 8.458716] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:07.436] [ 8.459658] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:25:07.439] [ 8.459684] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:25:07.455] [ 8.461680] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:25:07.455] [ 8.461692] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:25:07.470] [ 8.464523] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:07.484] [ 8.473680] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:25:07.484] [ 8.473875] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:25:07.498] [ 8.473875] -- MASTER Configuration. [2024-05-23 14:25:07.500] [ 8.473875] -- Local Receiver Status Not = OK. [2024-05-23 14:25:07.500] [ 8.473875] -- Remote Receiver Status Not = OK. [2024-05-23 14:25:07.500] [ 8.473927] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:25:07.527] [ 8.473934] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:25:07.527] [ 8.476946] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:07.527] [ 8.476951] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:25:07.529] [ 8.476956] 5 locks held by = systemd-network/260: [2024-05-23 14:25:07.556] [ 8.476959] #0: (rtnl_mutex){+.+.}, at: = [<0000000035818183>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:25:07.556] [ 8.476987] #1: = (&desc->request_mutex){+.+.}, at: [<0000000056885fe9>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:07.556] [ 8.477007] #2: = (&irq_desc_lock_class){-...}, at: [<00000000589193e6>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:07.570] [ 8.477022] #3: (rcu_read_lock){....}, = at: [<00000000fb9ecdb0>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:07.583] [ 8.477038] #4: (&picinfo->lock){....}, = at: [<000000002cf1edc1>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:07.587] [ 8.477057] irq event stamp: 74672 [2024-05-23 14:25:07.587] [ 8.477062] hardirqs last enabled at = (74671): [<00000000a5ca97aa>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:07.610] [ 8.477067] hardirqs last disabled at = (74672): [<00000000c5d56f04>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:07.612] [ 8.477075] softirqs last enabled at (0): = [<000000009f968890>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:07.612] [ 8.477079] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:07.637] [ 8.477081] Preemption disabled at: [2024-05-23 14:25:07.637] [ 8.477087] [<00000000589193e6>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:07.637] [ 8.477097] CPU: 2 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:25:07.637] [ 8.477099] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:07.639] [ 8.477103] Call trace: [2024-05-23 14:25:07.661] [ 8.477110] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:07.663] [ 8.477114] show_stack+0x14/0x20 [2024-05-23 14:25:07.663] [ 8.477120] dump_stack+0xb8/0xf0 [2024-05-23 14:25:07.663] [ 8.477125] ___might_sleep+0x178/0x210 [2024-05-23 14:25:07.663] [ 8.477129] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:07.663] [ 8.477134] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:07.663] [ 8.477139] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:07.687] [ 8.477147] gic_set_type+0x84/0x98 [2024-05-23 14:25:07.687] [ 8.477152] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:07.687] [ 8.477156] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:07.687] [ 8.477161] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:07.687] [ 8.477169] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:25:07.687] [ 8.477174] __dev_open+0x100/0x150 [2024-05-23 14:25:07.701] [ 8.477179] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:25:07.710] [ 8.477183] dev_change_flags+0x20/0x60 [2024-05-23 14:25:07.710] [ 8.477187] do_setlink+0x3ec/0xc30 [2024-05-23 14:25:07.710] [ 8.477191] rtnl_setlink+0xcc/0x128 [2024-05-23 14:25:07.712] [ 8.477195] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:25:07.712] [ 8.477200] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:25:07.735] [ 8.477204] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:25:07.737] [ 8.477209] netlink_unicast+0x180/0x1f8 [2024-05-23 14:25:07.737] [ 8.477213] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:25:07.737] [ 8.477220] sock_sendmsg+0x3c/0x58 [2024-05-23 14:25:07.737] [ 8.477225] SyS_sendto+0xd0/0x140 [2024-05-23 14:25:07.737] [ 8.477230] el0_svc_naked+0x34/0x38 [2024-05-23 14:25:07.737] [ 8.478359] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:25:07.750] [ 8.520670] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:25:07.754] [ 8.520683] Disabling lock debugging due to = kernel taint [2024-05-23 14:25:07.754] [ 8.522605] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:25:07.779] [ 8.522611] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:25:07.779] [ 8.522616] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:25:07.779] [ 8.522616] =20 [2024-05-23 14:25:07.779] [ 8.522936] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:25:07.779] [ 8.523387] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:25:07.794] [ 8.523391] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:25:07.797] [ 8.523396] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:25:07.797] [ 8.523396] =20 [2024-05-23 14:25:07.797] [ 8.523564] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:25:07.821] [ 8.523579] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:25:07.821] [ 8.523583] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:25:07.821] [ 8.523587] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:25:07.821] [ 8.523595] [INFO][GMAC] --] phy_start: : [2024-05-23 14:25:07.821] [ 8.523828] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:25:07.843] [ 8.610024] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:25:07.845] [ 8.615102] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:25:07.845] [ 8.622971] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:25:07.845] [ 8.626880] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:25:07.845] [ 8.627300] Done!! [2024-05-23 14:25:07.845] [ 8.628279] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:07.869] [ 8.706476] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:25:07.869] [ 8.708411] Done!! [2024-05-23 14:25:07.869] [ 8.736076] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:07.869] [ 8.790461] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:25:07.874] [ 8.792714] Done!! [2024-05-23 14:25:07.897] [ 8.844031] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:07.909] Starting Load Kernel Modules... [2024-05-23 14:25:07.909] [ OK ] Started System Logging Service. [2024-05-23 14:25:07.909] [ OK ] Started Network Servi[ 8.952129] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:25:07.911] ce. [2024-05-23 14:25:07.911] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:25:07.936] [ OK ] Started Load Kernel Modules. [2024-05-23 14:25:07.936] [ OK ] Started Cluster Framework. [2024-05-23 14:25:07.936] [ OK ] Started HUD Framework. [2024-05-23 14:25:07.936] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:25:07.962] parents, child is 320 [2024-05-23 14:25:07.964] [IDC]Start. [2024-05-23 14:25:07.964] [ 9.009916] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:25:07.984] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:25:07.984] [ OK ] Started Nvm Process. [2024-05-23 14:25:07.984] [IDC](A7)ConnectReq 0 [2024-05-23 14:25:07.984] [IDC](A7)do_connect 0 [2024-05-23 14:25:07.986] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:25:08.009] [IDC](A7)Tx start session req 1 [2024-05-23 14:25:08.023] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:25:08.023] [IDC](R5)ConnectReq 0 [2024-05-23 14:25:08.023] [IDC](R5)do_connect 0 [2024-05-23 14:25:08.023] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:25:08.023] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:25:08.023] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:25:08.023] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:25:08.023] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:25:08.023] [IDC](A7)Session connected. [2024-05-23 14:25:08.054] [IDC]TimerStartReq 2 R5:[ 9.064164] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:25:08.054] 1.0 [2024-05-23 14:25:08.054] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:25:08.054] [IDC](R5)Session connected.2 [2024-05-23 14:25:08.082] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:25:08.082] [ OK ] Started NS hsm control application. [2024-05-23 14:25:08.082] [ OK ] Started Diagnosis Framework. [2024-05-23 14:25:08.082] [ OK ] Started NS Software Update. [2024-05-23 14:25:08.106] [ OK ] Started NS Secondary Verify. [2024-05-23 14:25:08.134] [ OK ] Started Diagnosis Transport. [2024-05-23 14:25:08.137] [ 9.176110] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:08.174] Starting Wait for Network to be = Configured... [2024-05-23 14:25:08.178] [ OK ] Reached target Network. [2024-05-23 14:25:08.204] Starting udev Coldplug all Devices... [2024-05-23 14:25:08.219] Starting Permit User Sessions... [2024-05-23 14:25:08.235] [ OK ] Started Login Service[ 9.288265] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:25:08.249] . [2024-05-23 14:25:08.267] [ OK ] Started Permit User Sessions. [2024-05-23 14:25:08.282] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:25:08.288] [ OK ] Started Getty on tty1. [2024-05-23 14:25:08.299] [ OK ] Reached target Login Prompts. [2024-05-23 14:25:08.299] [ OK ] Reached target Multi-User System. [2024-05-23 14:25:08.311] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:25:08.313] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:25:08.348] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:25:08.352] [ 9.400327] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:08.373] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:25:08.383] [ 9.424208] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:25:08.460] [ 9.512124] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:08.572] [ 9.624135] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:09.266] [ 10.316920] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:25:09.273] [ 10.316927] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:25:10.039] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:25:10.216] [ 11.252422] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:25:10.224] [ 11.252429] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:25:14.737]=20 [2024-05-23 14:25:14.737] telechips-nsp1-release login:=20 [2024-05-23 14:25:17.311]=20 [2024-05-23 14:25:17.311] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:25:17.313]=20 [2024-05-23 14:25:17.313] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:25:17.338] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:25:17.338] DRAM: 2 GiB [2024-05-23 14:25:17.363] MMC: sdhc@0x16440000: 0 [2024-05-23 14:25:17.636]=20 [2024-05-23 14:25:17.637] HW Partition tyep is UserData [2024-05-23 14:25:17.659] In: serial [2024-05-23 14:25:17.659] Out: serial [2024-05-23 14:25:17.659] Err: serial [2024-05-23 14:25:17.713] Boot in the UserData environment(0) [2024-05-23 14:25:17.718] Non-secure boot (secure boot flag is clear) [2024-05-23 14:25:17.731] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:25:17.731] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:25:17.731] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:25:17.745] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:25:17.747] Booting using the fdt blob at 0x23000000 [2024-05-23 14:25:17.747] Loading Kernel Image [2024-05-23 14:25:17.771] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:25:17.774] OPTEE is enabled [2024-05-23 14:25:17.774]=20 [2024-05-23 14:25:17.774] Starting kernel ... [2024-05-23 14:25:17.774]=20 [2024-05-23 14:25:18.697] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:25:18.714] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:25:18.716] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:25:18.730] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:25:18.730] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:25:18.732] [ 0.000000] efi: UEFI not found. [2024-05-23 14:25:18.757] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:25:18.757] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:25:18.757] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:25:18.759] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:25:18.783] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:25:18.783] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:25:18.784] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:25:18.802] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:25:18.802] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:25:18.816] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:25:18.816] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:25:18.835] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:25:18.835] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:25:18.850] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:25:18.850] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:25:18.861] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:25:18.861] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:25:18.879] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:25:18.879] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:25:18.895] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:25:18.895] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:25:18.910] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:25:18.910] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:25:18.925] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:25:18.925] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:25:18.939] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:25:18.940] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:25:18.940] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:25:18.965] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:25:18.968] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:25:18.968] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:25:18.968] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:25:18.968] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:25:18.992] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:25:18.992] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:25:18.992] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:25:19.013] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:25:19.037] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:25:19.050] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:25:19.050] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:25:19.050] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:25:19.072] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:25:19.074] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:25:19.074] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:25:19.074] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:25:19.097] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:25:19.100] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:25:19.100] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:25:19.100] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:25:19.124] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:25:19.124] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:25:19.124] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:25:19.138] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:25:19.140] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:25:19.166] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:25:19.166] [ 0.000000] Running RCU self tests [2024-05-23 14:25:19.166] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:25:19.166] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:25:19.166] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:25:19.168] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:25:19.192] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:25:19.192] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:25:19.192] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:25:19.192] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:25:19.205] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:25:19.209] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:25:19.209] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:25:19.235] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:25:19.235] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:25:19.235] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:25:19.249] [ 0.001461] Console: colour dummy device = 80x25 [2024-05-23 14:25:19.252] [ 0.001702] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:25:19.252] [ 0.001705] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:25:19.276] [ 0.001707] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:25:19.288] [ 0.001710] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:25:19.288] [ 0.001713] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:25:19.288] [ 0.001716] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:25:19.288] [ 0.001718] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:25:19.288] [ 0.001721] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:25:19.288] [ 0.001723] memory used by lock dependency = info: 7903 kB [2024-05-23 14:25:19.290] [ 0.001726] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:25:19.290] [ 0.001766] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:25:19.314] [ 0.001774] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:25:19.314] [ 0.002275] Security Framework initialized [2024-05-23 14:25:19.314] [ 0.002401] AppArmor: AppArmor initialized [2024-05-23 14:25:19.314] [ 0.002645] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:19.329] [ 0.002668] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:19.329] [ 0.019960] ASID allocator initialised with = 32768 entries [2024-05-23 14:25:19.354] [ 0.035861] Hierarchical SRCU = implementation. [2024-05-23 14:25:19.354] [ 0.062283] EFI services will not be = available. [2024-05-23 14:25:19.354] [ 0.076129] smp: Bringing up secondary CPUs = ... [2024-05-23 14:25:19.357] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:25:19.357] [ 0.120830] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:25:19.357] [ 0.164999] Detected VIPT I-cache on CPU2 [2024-05-23 14:25:19.378] [ 0.165056] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:25:19.378] [ 0.209285] Detected VIPT I-cache on CPU3 [2024-05-23 14:25:19.378] [ 0.209337] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:25:19.378] [ 0.209713] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:25:19.378] [ 0.209754] SMP: Total of 4 processors = activated. [2024-05-23 14:25:19.392] [ 0.209769] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:25:19.392] [ 0.209789] CPU: All CPU(s) started at EL2 [2024-05-23 14:25:19.392] [ 0.209967] alternatives: patching kernel = code [2024-05-23 14:25:19.408] [ 0.210510] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:25:19.408] [ 0.213216] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:25:19.408] [ 0.213767] devtmpfs: initialized [2024-05-23 14:25:19.410] [ 0.403473] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:25:19.432] [ 0.403743] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:25:19.432] [ 0.412521] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:25:19.432] [ 0.413446] chipinfo: TCC8030 Rev02 [2024-05-23 14:25:19.434] [ 0.413461] chipinfo: SiP Service v0.1.56 [2024-05-23 14:25:19.462] [ 0.418778] NET: Registered protocol family = 16 [2024-05-23 14:25:19.462] [ 0.422785] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:25:19.462] [ 0.424713] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:25:19.462] [ 0.426494] cpuidle: using governor menu [2024-05-23 14:25:19.462] [ 0.426735] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:25:19.484] [ 0.440780] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:25:19.484] [ 0.441268] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:25:19.484] [ 0.441315] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:25:19.484] [ 0.441360] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:25:19.486] [ 0.441404] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:25:19.510] [ 0.441447] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:25:19.510] [ 0.441491] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:25:19.510] [ 0.441534] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:25:19.510] [ 0.441578] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:25:19.510] [ 0.441621] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:25:19.526] [ 0.441664] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:25:19.526] [ 0.441708] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:25:19.526] [ 0.441752] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:25:19.548] [ 0.441795] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:25:19.548] [ 0.441839] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:25:19.548] [ 0.441970] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:25:19.548] [ 0.442029] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:25:19.548] [ 0.442072] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:25:19.565] [ 0.442116] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:25:19.565] [ 0.442499] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:25:19.565] [ 0.442543] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:25:19.579] [ 0.442586] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:25:19.594] [ 0.442630] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:25:19.594] [ 0.442673] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:25:19.606] [ 0.442717] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:25:19.606] [ 0.442760] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:25:19.606] [ 0.442803] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:25:19.608] [ 0.442847] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:25:19.608] [ 0.442890] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:25:19.631] [ 0.442933] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:25:19.633] [ 0.442977] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:25:19.633] [ 0.443221] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:25:19.633] [ 0.443279] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:25:19.633] [ 0.443323] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:25:19.656] [ 0.443366] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:25:19.669] [ 0.443409] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:25:19.669] [ 0.443453] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:25:19.669] [ 0.443495] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:25:19.669] [ 0.443688] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:25:19.681] [ 0.443732] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:25:19.681] [ 0.443775] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:25:19.681] [ 0.443818] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:25:19.685] [ 0.443862] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:25:19.685] [ 0.443905] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:25:19.709] [ 0.443947] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:25:19.721] [ 0.443990] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:25:19.721] [ 0.444034] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:25:19.721] [ 0.444077] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:25:19.721] [ 0.444132] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:25:19.721] [ 0.444176] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:25:19.723] [ 0.444220] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:25:19.723] [ 0.444263] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:25:19.747] [ 0.444795] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:25:19.747] [ 0.444839] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:25:19.747] [ 0.445010] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:25:19.747] [ 0.445180] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:25:19.747] [ 0.445363] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:25:19.762] [ 0.445528] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:25:19.762] [ 0.445697] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:25:19.762] [ 0.445741] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:25:19.778] [ 0.445784] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:25:19.778] [ 0.446049] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:25:19.778] [ 0.446242] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:25:19.792] [ 0.446420] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:25:19.792] [ 0.446465] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:25:19.794] [ 0.446509] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:25:19.822] [ 0.446552] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:25:19.822] [ 0.446596] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:25:19.822] [ 0.446776] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:25:19.822] [ 0.446820] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:25:19.822] [ 0.447025] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:25:19.825] [ 0.447039] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:25:19.851] [ 0.529523] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:19.851] [ 0.529615] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:19.851] [ 1.676389] console [ttyAMA0] enabled [2024-05-23 14:25:19.864] [ 1.684096] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:19.882] [ 1.712935] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:25:19.890] [ 1.723236] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:25:19.903] [ 1.733819] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:25:19.916] [ 1.744145] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:25:20.010] [ 1.843752] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:25:20.032] [ 1.860105] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:25:20.035] [ 1.867002] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:25:20.050] [ 1.873793] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:25:20.050] [ 1.880161] Linux video capture interface: = v2.00 [2024-05-23 14:25:20.076] [ 1.886000] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:20.076] [ 1.886005] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:20.096] [ 1.886009] 6 locks held by swapper/0/1: [2024-05-23 14:25:20.110] [ 1.886012] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:20.110] [ 1.886038] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:20.110] [ 1.886054] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:20.112] [ 1.886072] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:20.135] [ 1.886087] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:20.150] [ 1.886103] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:20.150] [ 1.886121] irq event stamp: 288066 [2024-05-23 14:25:20.150] [ 1.886127] hardirqs last enabled at = (288065): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:20.153] [ 1.886132] hardirqs last disabled at = (288066): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:20.153] [ 1.886139] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:20.182] [ 1.886143] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:20.182] [ 1.886145] Preemption disabled at: [2024-05-23 14:25:20.182] [ 1.886151] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:20.182] [ 1.886160] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:25:20.197] [ 1.886164] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:20.198] [ 1.886168] Call trace: [2024-05-23 14:25:20.198] [ 1.886174] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:20.198] [ 1.886179] show_stack+0x14/0x20 [2024-05-23 14:25:20.222] [ 1.886184] dump_stack+0xb8/0xf0 [2024-05-23 14:25:20.234] [ 1.886189] ___might_sleep+0x178/0x210 [2024-05-23 14:25:20.234] [ 1.886193] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:20.234] [ 1.886198] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:20.234] [ 1.886204] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:20.234] [ 1.886211] gic_set_type+0x84/0x98 [2024-05-23 14:25:20.234] [ 1.886216] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:20.236] [ 1.886221] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:20.236] [ 1.886226] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:20.236] [ 1.886230] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:25:20.261] [ 1.886237] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:25:20.261] [ 1.886242] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:20.261] [ 1.886247] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:20.261] [ 1.886251] __driver_attach+0xfc/0x118 [2024-05-23 14:25:20.261] [ 1.886256] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:20.261] [ 1.886261] driver_attach+0x20/0x28 [2024-05-23 14:25:20.274] [ 1.886266] bus_add_driver+0x220/0x268 [2024-05-23 14:25:20.287] [ 1.886271] driver_register+0x60/0xf8 [2024-05-23 14:25:20.287] [ 1.886275] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:20.299] [ 1.886282] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:25:20.299] [ 1.886287] do_one_initcall+0x50/0x15c [2024-05-23 14:25:20.299] [ 1.886294] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:20.299] [ 1.886299] kernel_init+0x10/0x100 [2024-05-23 14:25:20.301] [ 1.886304] ret_from_fork+0x10/0x18 [2024-05-23 14:25:20.301] [ 1.892015] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:25:20.322] [ 2.139196] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:25:20.323] [ 2.152741] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:25:20.346] [ 2.159769] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:25:20.346] [ 2.164370] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:25:20.346] [ 2.169174] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:25:20.348] [ 2.174021] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:25:20.348] [ 2.178576] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:25:20.399] [ 2.231986] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:25:20.411] [ 2.244559] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:20.429] [ 2.262682] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:20.445] [ 2.278378] NET: Registered protocol family = 2 [2024-05-23 14:25:20.459] [ 2.285833] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:25:20.483] [ 2.293451] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:25:20.485] [ 2.304535] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:25:20.485] [ 2.311981] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:25:20.487] [ 2.318752] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:25:20.500] [ 2.326829] NET: Registered protocol family = 1 [2024-05-23 14:25:20.602] [ 2.434690] audit: initializing netlink = subsys (disabled) [2024-05-23 14:25:20.609] [ 2.440980] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:25:20.624] [ 2.441607] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:25:20.691] [ 2.523777] fuse init (API version 7.26) [2024-05-23 14:25:20.717] [ 2.537812] modprobe (65) used greatest = stack depth: 13296 bytes left [2024-05-23 14:25:20.718] [ 2.544480] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:25:20.718] [ 2.547952] io scheduler noop registered = (default) [2024-05-23 14:25:20.733] [ 2.547969] io scheduler mq-deadline = registered [2024-05-23 14:25:20.733] [ 2.547981] io scheduler kyber registered [2024-05-23 14:25:20.733] [ 2.561750] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:20.748] [ 2.561762] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:20.748] [ 2.561771] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:25:20.763] [ 2.561859] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:20.785] [ 2.618354] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:20.793] [ 2.626210] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:20.807] [ 2.631071] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:25:20.807] [ 2.636513] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:20.808] [ 2.637157] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:20.833] [ 2.647915] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:20.833] [ 2.654124] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:25:20.833] [ 2.661683] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:20.860] [ 2.686550] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:20.861] [ 2.693458] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:20.877] [ 2.698120] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:25:20.877] [ 2.703547] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:20.877] [ 2.704165] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:20.895] [ 2.714917] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:20.895] [ 2.721125] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:25:20.898] [ 2.728741] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:20.962] [ 2.794760] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:20.970] [ 2.801568] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:20.986] [ 2.806206] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:25:21.000] [ 2.811633] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:21.002] [ 2.821501] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:25:21.002] [ 2.831250] [INF][WDMA] tcc_wdma_init [2024-05-23 14:25:21.003] [ 2.836138] TCC WDMA Driver Initializing [2024-05-23 14:25:21.016] [ 2.843087] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:25:21.016] [ 2.849182] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:25:21.032] [ 2.859647] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:21.049] [ 2.872317] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:25:21.071] [ 2.881769] [CPU_ID] probe is done [2024-05-23 14:25:21.076] [ 2.885530] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:25:21.076] [ 2.892240] [DRAM_TOOL] probe is done [2024-05-23 14:25:21.076] [ 2.899815] MALI-G51 : r30p0-01eac0 [2024-05-23 14:25:21.076] [ 2.903348] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:25:21.101] [ 2.913316] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:21.104] [ 2.913320] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:21.104] [ 2.913325] 6 locks held by swapper/0/1: [2024-05-23 14:25:21.104] [ 2.913328] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:21.120] [ 2.913355] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:21.120] [ 2.913370] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:21.135] [ 2.913388] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:21.137] [ 2.913403] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:21.161] [ 2.913419] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:21.161] [ 2.913438] irq event stamp: 453418 [2024-05-23 14:25:21.161] [ 2.913443] hardirqs last enabled at = (453417): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:21.180] [ 2.913448] hardirqs last disabled at = (453418): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:21.180] [ 2.913456] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:21.195] [ 2.913459] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:21.195] [ 2.913462] Preemption disabled at: [2024-05-23 14:25:21.197] [ 2.913467] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:21.224] [ 2.913476] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:25:21.224] [ 2.913479] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:21.224] [ 2.913483] Call trace: [2024-05-23 14:25:21.224] [ 2.913489] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:21.224] [ 2.913494] show_stack+0x14/0x20 [2024-05-23 14:25:21.227] [ 2.913499] dump_stack+0xb8/0xf0 [2024-05-23 14:25:21.253] [ 2.913504] ___might_sleep+0x178/0x210 [2024-05-23 14:25:21.253] [ 2.913508] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:21.253] [ 2.913513] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:21.253] [ 2.913519] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:21.253] [ 2.913526] gic_set_type+0x84/0x98 [2024-05-23 14:25:21.253] [ 2.913531] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:21.253] [ 2.913536] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:21.273] [ 2.913540] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:21.273] [ 2.913547] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:25:21.273] [ 2.913552] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:25:21.273] [ 2.913557] kbase_device_init+0x78/0xf8 [2024-05-23 14:25:21.273] [ 2.913563] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:25:21.287] [ 2.913567] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:21.287] [ 2.913572] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:21.287] [ 2.913577] __driver_attach+0xfc/0x118 [2024-05-23 14:25:21.301] [ 2.913582] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:21.301] [ 2.913587] driver_attach+0x20/0x28 [2024-05-23 14:25:21.301] [ 2.913591] bus_add_driver+0x220/0x268 [2024-05-23 14:25:21.301] [ 2.913596] driver_register+0x60/0xf8 [2024-05-23 14:25:21.315] [ 2.913600] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:21.315] [ 2.913607] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:25:21.315] [ 2.913612] do_one_initcall+0x50/0x15c [2024-05-23 14:25:21.330] [ 2.913619] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:21.332] [ 2.913624] kernel_init+0x10/0x100 [2024-05-23 14:25:21.332] [ 2.913629] ret_from_fork+0x10/0x18 [2024-05-23 14:25:21.332] [ 2.915590] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:25:21.359] [ 3.170766] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:25:21.359] [ 3.177505] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:25:21.361] [ 3.191456] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:25:21.374] [ 3.198532] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:25:21.377] [ 3.210668] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:25:21.391] [ 3.216887] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:25:21.391] [ 3.221268] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:25:21.406] [ 3.228808] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:25:21.445] [ 3.275894] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:25:21.452] [ 3.285768] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:25:21.467] [ 3.293683] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:25:21.490] [ 3.305845] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:25:21.490] [ 3.311127] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:25:21.491] [ 3.322200] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:25:21.512] [ 3.331071] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:25:21.517] [ 3.350252] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:25:21.556] [ 3.365840] libphy: Fixed MDIO Bus: probed [2024-05-23 14:25:21.556] [ 3.370803] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:25:21.558] [ 3.384078] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:25:21.558] [ 3.388641] [INFO][GAMC] gmac index : 1 [2024-05-23 14:25:21.576] [ 3.393078] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:25:21.576] [ 3.398245] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:25:21.576] [ 3.402926] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:25:21.576] [ 3.403762] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:25:21.598] [ 3.407710] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:25:21.598] [ 3.408461] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:25:21.598] [ 3.409104] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:25:21.600] [ 3.410195] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:25:21.627] [ 3.419869] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:25:21.627] [ 3.419897] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:21.627] [ 3.419905] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:25:21.627] [ 3.419913] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:21.627] [ 3.419920] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:25:21.643] [ 3.420035] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:25:21.685] [ 3.479703] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:21.685] [ 3.484099] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:25:21.685] [ 3.492538] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:25:21.688] [ 3.506426] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:25:21.688] [ 3.512381] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:21.688] [ 3.512393] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:25:21.706] [ 3.512400] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:25:21.706] [ 3.512412] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:21.706] [ 3.512423] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:25:21.732] [ 3.541186] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:25:21.734] [ 3.557182] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:25:21.734] [ 3.563836] usbhid: USB HID core driver [2024-05-23 14:25:21.751] [ 3.568045] optee: probing for conduit = method from DT. [2024-05-23 14:25:21.753] [ 3.573226] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:25:21.753] [ 3.575102] optee: initialized driver [2024-05-23 14:25:21.753] [ 3.584681] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:25:21.778] [ 3.590395] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:25:21.778] [ 3.595564] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:25:21.778] [ 3.600731] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:25:21.778] [ 3.606506] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:25:21.790] [ 3.612281] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:25:21.792] [ 3.618142] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:25:21.792] [ 3.624612] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:25:21.819] [ 3.632197] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:25:21.819] [ 3.640146] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:25:21.834] [ 3.654179] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:25:21.836] [ 3.662155] NET: Registered protocol family = 17 [2024-05-23 14:25:21.836] [ 3.667141] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:25:21.852] [ 3.684892] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:25:22.019] [ 3.852342] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:22.026] [ 3.852386] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:25:22.046] [ 3.868189] ALSA device list: [2024-05-23 14:25:22.046] [ 3.871256] No soundcards found. [2024-05-23 14:25:22.067] [ 3.877390] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:22.068] [ 3.898316] Freeing unused kernel memory: = 4160K [2024-05-23 14:25:22.084] Mounting devtmpfs [2024-05-23 14:25:22.084] [ 3.913103] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:25:22.106] Mounting procfs [2024-05-23 14:25:22.106] Mounting sysfs [2024-05-23 14:25:22.106] [ 3.931815] mount (92) used greatest stack = depth: 13040 bytes left [2024-05-23 14:25:22.108] [ 3.938823] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:25:22.135] [ 3.959933] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:25:22.173] [ 4.005526] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:25:22.182] [ 4.014456] mount (97) used greatest stack = depth: 11344 bytes left [2024-05-23 14:25:22.452] [ 4.283582] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:25:22.551] [ 4.383749] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:25:22.580] [ 4.411069] systemd[1]: Detected = architecture arm64. [2024-05-23 14:25:22.624]=20 [2024-05-23 14:25:22.624] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:25:22.635]=20 [2024-05-23 14:25:22.652] [ 4.476920] systemd[1]: Set hostname to = . [2024-05-23 14:25:22.655] [ 4.488303] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:25:22.670] [ 4.497850] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:25:22.909] [ 4.740727] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:25:22.937] [ 4.757829] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:25:22.968] [ 4.800727] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:25:22.981] [ 4.812832] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:25:23.166] [ 4.998878] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:25:23.240] [ OK ] Listening on Syslog Socket. [2024-05-23 14:25:23.269] [ OK ] Listening on Journal Socket. [2024-05-23 14:25:23.291] Mounting Huge Pages File System... [2024-05-23 14:25:23.323] Starting mount data partition = service... [2024-05-23 14:25:23.355] Mounting FUSE Control File System... [2024-05-23 14:25:23.374] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:25:23.390] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:25:23.417] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:25:23.441] Mounting POSIX Message Queue File = System... [2024-05-23 14:25:23.470] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:25:23.480] [ 5.312866] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:23.507] [ OK ] Created slice User and Session Slice. [2024-05-23 14:25:23.521] [ OK ] Reached target Slices. [2024-05-23 14:25:23.541] [ OK ] Listening on udev Control Socket. [2024-05-23 14:25:23.569] Starting udev Coldplug all Devices... [2024-05-23 14:25:23.596] Mounting Kernel Debug File System... [2024-05-23 14:25:23.625] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:25:23.652] [ OK ] Created slice system-getty.slice. [2024-05-23 14:25:23.673] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:25:23.680] [ OK ] Reached target Paths. [2024-05-23 14:25:23.697] [ 5.529662] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:25:23.714] Mounting Configuration File System... [2024-05-23 14:25:23.728] [ OK ] Reached target Remote File Systems. [2024-05-23 14:25:23.744] [ OK ] Reached target Swap. [2024-05-23 14:25:23.778] Starting Apply Kernel Variables... [2024-05-23 14:25:23.803] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:25:23.823] Starting Journal Service... [2024-05-23 14:25:23.882] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:25:23.911] [ OK ] Started mount data partition service. [2024-05-23 14:25:23.936] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:25:23.954] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:25:23.970] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:25:24.004] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:25:24.023] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:25:24.060] [ OK ] Mounted Configuration File System. [2024-05-23 14:25:24.066] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:25:24.119] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:25:24.136] [ OK ] Reached target Containers. [2024-05-23 14:25:24.169] Mounting /tmp... [2024-05-23 14:25:24.198] Mounting /var/volatile... [2024-05-23 14:25:24.231] Starting udev Kernel Device = Manager... [2024-05-23 14:25:24.258] Starting NS file System mount and = recovery.... [2024-05-23 14:25:24.288] [ OK ] Started Journal Service. [2024-05-23 14:25:24.320] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:25:24.360] [ OK ] Mounted /tmp. [2024-05-23 14:25:24.390] [ OK ] Mounted /var/volatile. [2024-05-23 14:25:24.407] [ 6.240423] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:24.492] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:25:24.503] [ 6.335826] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:24.618] [ 6.450680] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:24.752] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:25:24.822] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:25:24.936] Starting Bind mount volatile = /var/spool... [2024-05-23 14:25:24.965] Starting Bind mount volatile = /var/lib... [2024-05-23 14:25:25.005] Starting Bind mount volatile = /var/cache... [2024-05-23 14:25:25.028] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:25:25.088] [ 6.920902] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:25:25.239] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:25:25.272] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:25:25.304] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:25:25.325] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:25:25.506] Starting Load/Save Random Seed... [2024-05-23 14:25:25.523] [ OK ] Reached target Local File Systems. [2024-05-23 14:25:25.556] Starting AppArmor initialization... [2024-05-23 14:25:25.588] Starting Create Volatile Files and = Directories... [2024-05-23 14:25:25.616] Starting netfilter persistent = configuration... [2024-05-23 14:25:25.653] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:25:25.722] [ 7.554677] audit: type=3D1400 = audit(1550139121.264:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:25:25.757] [ 7.569958] audit: type=3D1400 = audit(1550139121.264:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:25:25.762] [ 7.587029] audit: type=3D1400 = audit(1550139121.268:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:25:25.778] [ OK ] Started Cre[ 7.603583] audit: = type=3D1400 audit(1550139121.268:5): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//HUD_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:25:25.794] ate Volatile Files and Directori[ 7.621837] = audit: type=3D1400 audit(1550139121.268:6): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//SwUpdate_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:25:25.808] es. [2024-05-23 14:25:25.821] [ 7.640519] audit: type=3D1400 = audit(1550139121.268:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:25:25.824] [ 7.656850] audit: type=3D1400 = audit(1550139121.268:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:25:25.867] [ OK ] Started AppArmor initialization. [2024-05-23 14:25:25.894] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:25:25.921] [ OK ] Reached target Network (Pre). [2024-05-23 14:25:25.943] Starting Network Service... [2024-05-23 14:25:25.977] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:25:26.026] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:25:26.055] [ OK ] Reached target System Initialization. [2024-05-23 14:25:26.084] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:25:26.086] [ OK ] Reached target Timers. [2024-05-23 14:25:26.104] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:25:26.122] [ OK ] Reached target Sockets. [2024-05-23 14:25:26.138] [ OK ] Reached target Basic System. [2024-05-23 14:25:26.156] [ 7.986405] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:25:26.182] [ 8.010777] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:25:26.184] [ 8.015379] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:25:26.200] [ 8.020587] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:25:26.200] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:25:26.236] Starting Load Kernel Modules... [2024-05-23 14:25:26.271] [ OK ] Started NS VSync Process. [2024-05-23 14:25:26.310] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:25:26.322] [ 8.150778] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:25:26.337] [ 8.157994] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:25:26.337] [ 8.165929] Disabling lock debugging due to = kernel taint [2024-05-23 14:25:26.362] Starting Login Service... [2024-05-23 14:25:26.367] [ OK ] Started System Logging Service. [2024-05-23 14:25:26.382] [ 8.209071] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:25:26.384] Start /usr/bin/sys-fail-mon [2024-05-23 14:25:26.399] [ OK ] Started NS System Management Process. [2024-05-23 14:25:26.413] Starting NS Inter Domain Comm = Process... [2024-05-23 14:25:26.413] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:25:26.413] [ 8.243330] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:26.427] [ 8.248789] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:25:26.427] [ 8.248801] [INFO][GMAC]=20 [2024-05-23 14:25:26.427] [ 8.249690] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:25:26.440] [ 8.249705] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:25:26.440] [ 8.257040] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:25:26.455] [ 8.257048] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:25:26.455] [ 8.261220] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:26.471] [ 8.263776] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:25:26.473] [ 8.263791] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:25:26.498] [ 8.265937] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:25:26.498] [ 8.265945] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:25:26.498] [ 8.281311] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:26.515] [ 8.308269] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:25:26.515] [ 8.309161] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:26.531] [ 8.309165] in_atomic(): 1, = irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:25:26.531] [ 8.309167] INFO: lockdep is turned off. [2024-05-23 14:25:26.545] [ 8.309169] irq event stamp: 24863 [2024-05-23 14:25:26.558] [ 8.309183] hardirqs last enabled at = (24863): [<00000000d010e134>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:26.558] [ 8.309187] hardirqs last disabled at = (24862): [<000000004089b5e9>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:26.560] [ 8.309195] softirqs last enabled at (0): = [<00000000b6482e98>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:26.587] [ 8.309197] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:26.587] [ 8.309199] Preemption disabled at: [2024-05-23 14:25:26.587] [ 8.309206] [<0000000009107b59>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:26.587] [ 8.309213] CPU: 2 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:25:26.602] [ 8.309214] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:26.616] [ 8.309217] Call trace: [2024-05-23 14:25:26.616] [ 8.309222] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:26.616] [ 8.309225] show_stack+0x14/0x20 [2024-05-23 14:25:26.628] [ 8.309229] dump_stack+0xb8/0xf0 [2024-05-23 14:25:26.628] [ 8.309233] ___might_sleep+0x178/0x210 [2024-05-23 14:25:26.628] [ 8.309236] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:26.628] [ 8.309242] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:26.631] [ 8.309246] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:26.631] [ 8.309251] gic_set_type+0x84/0x98 [2024-05-23 14:25:26.631] [ 8.309255] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:26.654] [ 8.309258] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:26.655] [ 8.309262] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:26.655] [ 8.309288] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:25:26.655] [ 8.309306] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:25:26.655] [ 8.309311] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:26.655] [ 8.309316] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:26.679] [ 8.309319] __driver_attach+0xfc/0x118 [2024-05-23 14:25:26.691] [ 8.309323] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:26.691] [ 8.309326] driver_attach+0x20/0x28 [2024-05-23 14:25:26.691] [ 8.309330] bus_add_driver+0x220/0x268 [2024-05-23 14:25:26.691] [ 8.309333] driver_register+0x60/0xf8 [2024-05-23 14:25:26.691] [ 8.309336] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:26.691] [ 8.309354] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:25:26.705] [ 8.309357] do_one_initcall+0x50/0x15c [2024-05-23 14:25:26.705] [ 8.309362] do_init_module+0x54/0x1b0 [2024-05-23 14:25:26.705] [ 8.309364] load_module+0x1e70/0x2428 [2024-05-23 14:25:26.707] [ 8.309368] SyS_finit_module+0xe4/0x118 [2024-05-23 14:25:26.707] [ 8.309371] el0_svc_naked+0x34/0x38 [2024-05-23 14:25:26.707] [ 8.314132] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:25:26.731] [ 8.319108] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:25:26.743] [ 8.321171] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:25:26.743] [ 8.322489] Done!! [2024-05-23 14:25:26.743] [ 8.401655] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:25:26.743] [ 8.403803] Done!! [2024-05-23 14:25:26.743] [ 8.509680] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:25:26.755] [ 8.511902] Done!! [2024-05-23 14:25:26.755] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:25:26.757] [ OK ] Started Kernel Logging Service. [2024-05-23 14:25:26.757] [ OK ] Started Network Service. [2024-05-23 14:25:26.781] [ OK ] Started Load Kernel Modules. [2024-05-23 14:25:26.781] [ 8.598115] libphy: tcc-gmac-mdio: probed [2024-05-23 14:25:26.781] [ 8.607321] [INFO][GMAC] registered! [2024-05-23 14:25:26.781] [ 8.610906] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:25:26.793] [ 8.615715] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:25:26.793] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:25:26.808] [ OK ] Started Cluster Framework. [2024-05-23 14:25:26.808] [ OK ] Started HUD Framework. [2024-05-23 14:25:26.839] parents, child is 319 [2024-05-23 14:25:26.841] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:25:26.841] [IDC]Start. [2024-05-23 14:25:26.843] [ 8.674588] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:25:26.870] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:25:26.870] [IDC](A7)ConnectReq 0 [2024-05-23 14:25:26.870] [IDC](A7)do_connect 0 [2024-05-23 14:25:26.870] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:25:26.884] [IDC](A7)Tx start session req 1 [2024-05-23 14:25:26.884] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:25:26.884] [IDC](R5)ConnectReq 0 [2024-05-23 14:25:26.884] [IDC[ 8.708881] tcc_rtl9000b_master_mode: = Set Master Mode, PHY is Master Mode. [2024-05-23 14:25:26.905] ](R5)do_connect 0 [2024-05-23 14:25:26.933] [IDC](R5)Session[ 8.720046] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:25:26.933] [ 8.720046] -- MASTER Configuration. [2024-05-23 14:25:26.933] [ 8.720046] -- Local Receiver Status Not = OK. [2024-05-23 14:25:26.933] [ 8.720046] -- Remote Receiver Status Not = OK. [2024-05-23 14:25:26.933] status 0 -> 1 [2024-05-23 14:25:26.939] [IDC](R5)do_entry_[ 8.739856] [INFO][GMAC] = --] tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:25:26.939] startreq 1 [2024-05-23 14:25:26.939] [IDC](R5)do_periodic[ 8.748420] = [INFO][GMAC] --] tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:25:26.939] _startreq 1. [2024-05-23 14:25:26.939] [IDC](R5)Session s[ 8.757897] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:25:26.939] tatus 1 -> 2 [2024-05-23 14:25:26.973] [ OK ] Started Nvm Process. [2024-05-23 14:25:26.973] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:25:26.994] [IDC](A7)Session connected. [2024-05-23 14:25:26.994] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:25:26.994] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:25:26.994] [IDC](R5)Session connected.2 [2024-05-23 14:25:26.994] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:25:26.994] [ OK ] Started NS hsm control application. [2024-05-23 14:25:26.994] [ 8.793129] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:25:26.994] [ 8.802089] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:25:26.994] [ 8.807006] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:25:27.005] [ 8.807006] =20 [2024-05-23 14:25:27.005] [ 8.807467] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:25:27.005] [ 8.807982] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:25:27.009] [ 8.807990] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:25:27.009] [ 8.807997] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:25:27.029] [ 8.807997] =20 [2024-05-23 14:25:27.029] [ 8.808439] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:25:27.029] [ 8.808455] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:25:27.029] [ 8.808460] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:25:27.029] [ 8.808464] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:25:27.055] [ 8.808481] [INFO][GMAC] --] phy_start: : [2024-05-23 14:25:27.055] [ 8.808591] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:25:27.055] [ OK ] Started Diagnosis Framework. [2024-05-23 14:25:27.074] [ OK ] Started Diagnosis Transport. [2024-05-23 14:25:27.076] [ OK ] Started NS Software Update. [2024-05-23 14:25:27.100] [ 8.915838] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.109] [ OK ] Started NS Secondary Verify. [2024-05-23 14:25:27.123] Starting Wait for Network to be = Configured... [2024-05-23 14:25:27.137] [ OK ] Reached target Network. [2024-05-23 14:25:27.139] Starting udev Coldplug all Devices... [2024-05-23 14:25:27.139] Starting Permit User Sessions... [2024-05-23 14:25:27.176] [ OK ] Started Login Service. [2024-05-23 14:25:27.195] [ 9.027274] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.222] [ 9.054385] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:25:27.237] [ OK ] Started Permit User Sessions. [2024-05-23 14:25:27.263] [ OK ] Started Getty on tty1. [2024-05-23 14:25:27.276] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:25:27.290] [ OK ] Reached target Login Prompts. [2024-05-23 14:25:27.290] [ OK ] Reached target Multi-User System. [2024-05-23 14:25:27.305] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:25:27.317] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:25:27.317] [ 9.139344] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.351] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:25:27.419] [ 9.251345] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.446] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:25:27.531] [ 9.363372] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.643] [ 9.475330] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.766] [ 9.599300] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:27.882] [ 9.711243] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:28.003] [ 9.820365] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:28.084] [ 9.908021] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:25:28.092] [ 9.908029] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:25:28.113] [ 9.931204] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:28.977] [ 10.808792] sched: RT throttling activated [2024-05-23 14:25:29.018] [ 10.846991] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:25:29.027] [ 10.847003] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:25:29.418] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:25:33.794]=20 [2024-05-23 14:25:33.794] telechips-nsp1-release login:=20 [2024-05-23 14:25:36.584]=20 [2024-05-23 14:25:36.584] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:25:36.615]=20 [2024-05-23 14:25:36.615] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:25:36.615] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:25:36.615] DRAM: 2 GiB [2024-05-23 14:25:36.638] MMC: sdhc@0x16440000: 0 [2024-05-23 14:25:36.898]=20 [2024-05-23 14:25:36.898] HW Partition tyep is UserData [2024-05-23 14:25:36.920] In: serial [2024-05-23 14:25:36.920] Out: serial [2024-05-23 14:25:36.929] Err: serial [2024-05-23 14:25:36.974] Boot in the UserData environment(0) [2024-05-23 14:25:36.979] Non-secure boot (secure boot flag is clear) [2024-05-23 14:25:36.992] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:25:37.005] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:25:37.005] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:25:37.007] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:25:37.007] Booting using the fdt blob at 0x23000000 [2024-05-23 14:25:37.007] Loading Kernel Image [2024-05-23 14:25:37.029] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:25:37.032] OPTEE is enabled [2024-05-23 14:25:37.032]=20 [2024-05-23 14:25:37.032] Starting kernel ... [2024-05-23 14:25:37.032]=20 [2024-05-23 14:25:37.959] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:25:37.963] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:25:37.980] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:25:37.994] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:25:37.995] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:25:37.995] [ 0.000000] efi: UEFI not found. [2024-05-23 14:25:37.995] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:25:38.022] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:25:38.022] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:25:38.022] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:25:38.038] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:25:38.038] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:25:38.054] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:25:38.054] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:25:38.069] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:25:38.069] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:25:38.087] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:25:38.087] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:25:38.102] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:25:38.102] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:25:38.119] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:25:38.119] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:25:38.138] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:25:38.138] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:25:38.151] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:25:38.168] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:25:38.168] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:25:38.170] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:25:38.194] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:25:38.206] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:25:38.206] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:25:38.206] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:25:38.206] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:25:38.209] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:25:38.209] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:25:38.209] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:25:38.233] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:25:38.233] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:25:38.233] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:25:38.234] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:25:38.260] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:25:38.260] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:25:38.275] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:25:38.276] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:25:38.306] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:25:38.306] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:25:38.306] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:25:38.328] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:25:38.328] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:25:38.328] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:25:38.332] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:25:38.356] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:25:38.356] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:25:38.356] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:25:38.370] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:25:38.383] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:25:38.384] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:25:38.384] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:25:38.409] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:25:38.409] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:25:38.409] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:25:38.422] [ 0.000000] Running RCU self tests [2024-05-23 14:25:38.436] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:25:38.436] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:25:38.436] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:25:38.451] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:25:38.451] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:25:38.452] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:25:38.452] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:25:38.452] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:25:38.477] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:25:38.477] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:25:38.477] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:25:38.479] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:25:38.504] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:25:38.504] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:25:38.504] [ 0.001474] Console: colour dummy device = 80x25 [2024-05-23 14:25:38.504] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:25:38.517] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:25:38.517] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:25:38.519] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:25:38.544] [ 0.001725] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:25:38.544] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:25:38.544] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:25:38.544] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:25:38.544] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:25:38.557] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:25:38.570] [ 0.001778] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:25:38.585] [ 0.001786] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:25:38.585] [ 0.002285] Security Framework initialized [2024-05-23 14:25:38.585] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:25:38.588] [ 0.002656] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:38.588] [ 0.002678] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:38.612] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:25:38.616] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:25:38.616] [ 0.062277] EFI services will not be = available. [2024-05-23 14:25:38.616] [ 0.076124] smp: Bringing up secondary CPUs = ... [2024-05-23 14:25:38.616] [ 0.120750] Detected VIPT I-cache on CPU1 [2024-05-23 14:25:38.616] [ 0.120828] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:25:38.638] [ 0.164994] Detected VIPT I-cache on CPU2 [2024-05-23 14:25:38.651] [ 0.165051] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:25:38.651] [ 0.209283] Detected VIPT I-cache on CPU3 [2024-05-23 14:25:38.651] [ 0.209335] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:25:38.651] [ 0.209710] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:25:38.651] [ 0.209751] SMP: Total of 4 processors = activated. [2024-05-23 14:25:38.654] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:25:38.654] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:25:38.654] [ 0.209968] alternatives: patching kernel = code [2024-05-23 14:25:38.679] [ 0.210521] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:25:38.679] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:25:38.679] [ 0.213699] devtmpfs: initialized [2024-05-23 14:25:38.679] [ 0.403394] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:25:38.681] [ 0.403660] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:25:38.706] [ 0.412446] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:25:38.706] [ 0.413370] chipinfo: TCC8030 Rev02 [2024-05-23 14:25:38.706] [ 0.413385] chipinfo: SiP Service v0.1.56 [2024-05-23 14:25:38.706] [ 0.418665] NET: Registered protocol family = 16 [2024-05-23 14:25:38.706] [ 0.422657] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:25:38.733] [ 0.424586] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:25:38.733] [ 0.426465] cpuidle: using governor menu [2024-05-23 14:25:38.733] [ 0.426737] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:25:38.736] [ 0.440792] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:25:38.736] [ 0.441278] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:25:38.760] [ 0.441324] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:25:38.772] [ 0.441368] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:25:38.772] [ 0.441412] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:25:38.772] [ 0.441455] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:25:38.772] [ 0.441499] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:25:38.772] [ 0.441542] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:25:38.785] [ 0.441586] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:25:38.785] [ 0.441629] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:25:38.788] [ 0.441672] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:25:38.788] [ 0.441716] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:25:38.788] [ 0.441761] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:25:38.821] [ 0.441822] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:25:38.834] [ 0.441944] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:25:38.834] [ 0.441990] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:25:38.834] [ 0.442034] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:25:38.834] [ 0.442077] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:25:38.834] [ 0.442121] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:25:38.834] [ 0.442513] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:25:38.836] [ 0.442557] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:25:38.836] [ 0.442600] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:25:38.836] [ 0.442643] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:25:38.859] [ 0.442686] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:25:38.859] [ 0.442729] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:25:38.859] [ 0.442772] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:25:38.859] [ 0.442816] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:25:38.861] [ 0.442859] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:25:38.874] [ 0.442902] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:25:38.874] [ 0.442959] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:25:38.887] [ 0.443003] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:25:38.900] [ 0.443252] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:25:38.900] [ 0.443296] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:25:38.903] [ 0.443339] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:25:38.903] [ 0.443382] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:25:38.903] [ 0.443425] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:25:38.931] [ 0.443469] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:25:38.931] [ 0.443512] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:25:38.931] [ 0.443702] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:25:38.931] [ 0.443746] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:25:38.931] [ 0.443789] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:25:38.933] [ 0.443832] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:25:38.956] [ 0.443875] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:25:38.956] [ 0.443918] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:25:38.956] [ 0.443961] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:25:38.956] [ 0.444018] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:25:38.968] [ 0.444062] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:25:38.969] [ 0.444105] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:25:38.969] [ 0.444148] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:25:38.982] [ 0.444191] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:25:38.984] [ 0.444234] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:25:38.984] [ 0.444278] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:25:39.009] [ 0.444807] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:25:39.009] [ 0.444865] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:25:39.009] [ 0.445037] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:25:39.009] [ 0.445207] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:25:39.009] [ 0.445376] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:25:39.022] [ 0.445542] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:25:39.035] [ 0.445708] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:25:39.035] [ 0.445752] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:25:39.052] [ 0.445796] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:25:39.052] [ 0.446057] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:25:39.065] [ 0.446255] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:25:39.065] [ 0.446441] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:25:39.065] [ 0.446485] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:25:39.068] [ 0.446529] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:25:39.068] [ 0.446572] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:25:39.068] [ 0.446615] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:25:39.089] [ 0.446800] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:25:39.089] [ 0.446865] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:25:39.089] [ 0.447078] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:25:39.089] [ 0.447092] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:25:39.101] [ 0.529499] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:39.103] [ 0.529589] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:39.128] [ 1.676294] console [ttyAMA0] enabled [2024-05-23 14:25:39.128] [ 1.683949] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:39.151] [ 1.712844] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:25:39.156] [ 1.723123] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:25:39.171] [ 1.733718] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:25:39.173] [ 1.744040] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:25:39.272] [ 1.843819] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:25:39.288] [ 1.860084] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:25:39.303] [ 1.866980] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:25:39.303] [ 1.873769] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:25:39.326] [ 1.880136] Linux video capture interface: = v2.00 [2024-05-23 14:25:39.327] [ 1.885896] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:39.340] [ 1.885901] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:39.342] [ 1.885905] 6 locks held by swapper/0/1: [2024-05-23 14:25:39.342] [ 1.885908] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:39.369] [ 1.885934] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:39.369] [ 1.885949] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:39.369] [ 1.885967] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:39.386] [ 1.885982] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:39.386] [ 1.885997] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:39.400] [ 1.886017] irq event stamp: 288070 [2024-05-23 14:25:39.400] [ 1.886022] hardirqs last enabled at = (288069): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:39.414] [ 1.886027] hardirqs last disabled at = (288070): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:39.414] [ 1.886034] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:39.430] [ 1.886038] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:39.430] [ 1.886040] Preemption disabled at: [2024-05-23 14:25:39.446] [ 1.886046] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:39.449] [ 1.886055] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:25:39.449] [ 1.886058] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:39.476] [ 1.886061] Call trace: [2024-05-23 14:25:39.476] [ 1.886068] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:39.476] [ 1.886073] show_stack+0x14/0x20 [2024-05-23 14:25:39.476] [ 1.886078] dump_stack+0xb8/0xf0 [2024-05-23 14:25:39.476] [ 1.886083] ___might_sleep+0x178/0x210 [2024-05-23 14:25:39.476] [ 1.886087] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:39.476] [ 1.886092] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:39.478] [ 1.886098] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:39.503] [ 1.886106] gic_set_type+0x84/0x98 [2024-05-23 14:25:39.503] [ 1.886111] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:39.503] [ 1.886115] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:39.503] [ 1.886120] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:39.503] [ 1.886125] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:25:39.503] [ 1.886131] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:25:39.516] [ 1.886136] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:39.531] [ 1.886141] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:39.531] [ 1.886146] __driver_attach+0xfc/0x118 [2024-05-23 14:25:39.531] [ 1.886151] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:39.534] [ 1.886156] driver_attach+0x20/0x28 [2024-05-23 14:25:39.534] [ 1.886160] bus_add_driver+0x220/0x268 [2024-05-23 14:25:39.534] [ 1.886165] driver_register+0x60/0xf8 [2024-05-23 14:25:39.534] [ 1.886169] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:39.557] [ 1.886177] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:25:39.557] [ 1.886181] do_one_initcall+0x50/0x15c [2024-05-23 14:25:39.557] [ 1.886189] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:39.557] [ 1.886195] kernel_init+0x10/0x100 [2024-05-23 14:25:39.557] [ 1.886199] ret_from_fork+0x10/0x18 [2024-05-23 14:25:39.557] [ 1.891811] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:25:39.584] [ 2.139110] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:25:39.585] [ 2.152727] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:25:39.610] [ 2.159760] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:25:39.612] [ 2.164362] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:25:39.612] [ 2.169165] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:25:39.612] [ 2.173989] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:25:39.612] [ 2.178544] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:25:39.660] [ 2.232079] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:25:39.673] [ 2.244621] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:39.702] [ 2.262714] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:39.706] [ 2.278392] NET: Registered protocol family = 2 [2024-05-23 14:25:39.720] [ 2.285856] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:25:39.745] [ 2.293474] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:25:39.747] [ 2.304661] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:25:39.747] [ 2.312106] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:25:39.749] [ 2.318874] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:25:39.763] [ 2.326977] NET: Registered protocol family = 1 [2024-05-23 14:25:39.863] [ 2.434616] audit: initializing netlink = subsys (disabled) [2024-05-23 14:25:39.870] [ 2.441182] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:25:39.885] [ 2.441730] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:25:39.954] [ 2.523835] fuse init (API version 7.26) [2024-05-23 14:25:39.967] [ 2.538201] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:25:39.980] [ 2.547910] io scheduler noop registered = (default) [2024-05-23 14:25:39.984] [ 2.552752] io scheduler mq-deadline = registered [2024-05-23 14:25:40.006] [ 2.557315] io scheduler kyber registered [2024-05-23 14:25:40.019] [ 2.567867] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:40.019] [ 2.574727] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:40.020] [ 2.581149] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:25:40.020] [ 2.588750] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:40.080] [ 2.651521] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:40.089] [ 2.659312] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:40.104] [ 2.664175] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:25:40.104] [ 2.669604] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:40.104] [ 2.670244] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:40.124] [ 2.680998] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:40.124] [ 2.687207] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:25:40.136] [ 2.694764] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:40.152] [ 2.719323] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:40.168] [ 2.726132] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:40.168] [ 2.730777] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:25:40.168] [ 2.736203] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:40.188] [ 2.736780] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:40.201] [ 2.747533] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:40.201] [ 2.753741] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:25:40.213] [ 2.761356] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:40.256] [ 2.827992] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:40.264] [ 2.834900] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:40.274] [ 2.839577] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:25:40.287] [ 2.845004] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:40.288] [ 2.855014] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:25:40.302] [ 2.864738] [INF][WDMA] tcc_wdma_init [2024-05-23 14:25:40.302] [ 2.869531] TCC WDMA Driver Initializing [2024-05-23 14:25:40.304] [ 2.876652] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:25:40.320] [ 2.882717] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:25:40.345] [ 2.893227] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:40.345] [ 2.905888] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:25:40.365] [ 2.915499] [CPU_ID] probe is done [2024-05-23 14:25:40.367] [ 2.919320] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:25:40.367] [ 2.925970] [DRAM_TOOL] probe is done [2024-05-23 14:25:40.367] [ 2.933823] MALI-G51 : r30p0-01eac0 [2024-05-23 14:25:40.367] [ 2.937356] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:25:40.382] [ 2.946935] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:40.401] [ 2.946940] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:40.401] [ 2.946944] 6 locks held by swapper/0/1: [2024-05-23 14:25:40.401] [ 2.946947] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:40.417] [ 2.946974] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:40.417] [ 2.946989] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:40.446] [ 2.947008] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:40.446] [ 2.947022] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:40.448] [ 2.947039] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:40.467] [ 2.947059] irq event stamp: 453752 [2024-05-23 14:25:40.469] [ 2.947065] hardirqs last enabled at = (453751): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:40.469] [ 2.947070] hardirqs last disabled at = (453752): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:40.493] [ 2.947077] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:40.493] [ 2.947081] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:40.493] [ 2.947083] Preemption disabled at: [2024-05-23 14:25:40.493] [ 2.947089] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:40.509] [ 2.947099] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:25:40.513] [ 2.947102] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:40.513] [ 2.947106] Call trace: [2024-05-23 14:25:40.536] [ 2.947112] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:40.538] [ 2.947117] show_stack+0x14/0x20 [2024-05-23 14:25:40.538] [ 2.947122] dump_stack+0xb8/0xf0 [2024-05-23 14:25:40.538] [ 2.947127] ___might_sleep+0x178/0x210 [2024-05-23 14:25:40.538] [ 2.947131] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:40.538] [ 2.947136] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:40.538] [ 2.947141] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:40.561] [ 2.947148] gic_set_type+0x84/0x98 [2024-05-23 14:25:40.573] [ 2.947153] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:40.573] [ 2.947158] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:40.573] [ 2.947163] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:40.573] [ 2.947169] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:25:40.573] [ 2.947175] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:25:40.586] [ 2.947179] kbase_device_init+0x78/0xf8 [2024-05-23 14:25:40.586] [ 2.947185] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:25:40.586] [ 2.947189] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:40.589] [ 2.947195] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:40.589] [ 2.947200] __driver_attach+0xfc/0x118 [2024-05-23 14:25:40.589] [ 2.947205] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:40.589] [ 2.947210] driver_attach+0x20/0x28 [2024-05-23 14:25:40.613] [ 2.947214] bus_add_driver+0x220/0x268 [2024-05-23 14:25:40.613] [ 2.947219] driver_register+0x60/0xf8 [2024-05-23 14:25:40.613] [ 2.947223] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:40.613] [ 2.947231] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:25:40.613] [ 2.947235] do_one_initcall+0x50/0x15c [2024-05-23 14:25:40.613] [ 2.947243] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:40.627] [ 2.947249] kernel_init+0x10/0x100 [2024-05-23 14:25:40.639] [ 2.947253] ret_from_fork+0x10/0x18 [2024-05-23 14:25:40.639] [ 2.949106] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:25:40.641] [ 3.204458] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:25:40.641] [ 3.211196] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:25:40.666] [ 3.225240] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:25:40.666] [ 3.232520] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:25:40.691] [ 3.244735] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:25:40.693] [ 3.250954] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:25:40.693] [ 3.255335] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:25:40.693] [ 3.262813] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:25:40.740] [ 3.311795] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:25:40.760] [ 3.319533] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:25:40.761] [ 3.327384] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:25:40.786] [ 3.337840] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:25:40.786] [ 3.343224] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:25:40.788] [ 3.354297] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:25:40.825] [ 3.363277] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:25:40.825] [ 3.381951] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:25:40.837] [ 3.397397] libphy: Fixed MDIO Bus: probed [2024-05-23 14:25:40.838] [ 3.402347] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:25:40.854] [ 3.415822] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:25:40.857] [ 3.420352] [INFO][GAMC] gmac index : 1 [2024-05-23 14:25:40.857] [ 3.424788] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:25:40.873] [ 3.430000] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:25:40.873] [ 3.436179] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:40.873] [ 3.440641] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:25:40.896] [ 3.446905] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:25:40.896] [ 3.449894] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:25:40.896] [ 3.457613] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:25:40.898] [ 3.458531] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:25:40.898] [ 3.459889] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:40.920] [ 3.459902] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:25:40.920] [ 3.459909] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:25:40.920] [ 3.459920] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:40.922] [ 3.459932] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:25:40.935] [ 3.461546] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:25:40.935] [ 3.470884] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:25:40.950] [ 3.470893] usbhid: USB HID core driver [2024-05-23 14:25:40.950] [ 3.471355] optee: probing for conduit = method from DT. [2024-05-23 14:25:40.950] [ 3.471380] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:25:40.963] [ 3.473227] optee: initialized driver [2024-05-23 14:25:40.966] [ 3.474817] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:25:40.966] [ 3.474832] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:25:40.990] [ 3.474840] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:25:41.004] [ 3.474847] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:25:41.004] [ 3.474855] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:25:41.004] [ 3.474862] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:25:41.004] [ 3.474869] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:25:41.020] [ 3.474876] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:25:41.020] [ 3.476560] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:25:41.023] [ 3.476568] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:25:41.023] [ 3.483354] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:25:41.045] [ 3.497397] NET: Registered protocol family = 17 [2024-05-23 14:25:41.047] [ 3.497848] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:25:41.047] [ 3.502638] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:25:41.067] [ 3.620311] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:25:41.070] [ 3.626986] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:25:41.070] [ 3.633883] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:25:41.072] [ 3.641192] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:25:41.089] [ 3.661210] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:25:41.103] [ 3.667596] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:41.105] [ 3.667638] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:25:41.130] [ 3.669792] ALSA device list: [2024-05-23 14:25:41.130] [ 3.669801] No soundcards found. [2024-05-23 14:25:41.130] [ 3.689982] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:41.130] [ 3.690007] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:25:41.130] [ 3.690015] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:41.143] [ 3.690023] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:25:41.143] [ 3.690145] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:25:41.160] [ 3.726383] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:41.186] [ 3.748106] Freeing unused kernel memory: = 4160K [2024-05-23 14:25:41.188] Mounting devtmpfs [2024-05-23 14:25:41.191] [ 3.763314] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:25:41.206] Mounting procfs [2024-05-23 14:25:41.206] Mounting sysfs [2024-05-23 14:25:41.221] [ 3.781966] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:25:41.239] [ 3.810227] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:25:41.280] [ 3.851660] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:25:41.289] [ 3.860527] mount (98) used greatest stack = depth: 11456 bytes left [2024-05-23 14:25:41.550] [ 4.119628] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:25:41.645] [ 4.216430] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:25:41.674] [ 4.244179] systemd[1]: Detected = architecture arm64. [2024-05-23 14:25:41.717]=20 [2024-05-23 14:25:41.718] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:25:41.732]=20 [2024-05-23 14:25:41.734] [ 4.304838] systemd[1]: Set hostname to = . [2024-05-23 14:25:41.748] [ 4.316076] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:25:41.763] [ 4.324954] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:25:41.994] [ 4.565714] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:25:42.019] [ 4.582829] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:25:42.055] [ 4.627491] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:25:42.069] [ 4.639592] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:25:42.256] [ 4.826901] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:25:42.327] [ OK ] Reached target Swap. [2024-05-23 14:25:42.356] [ OK ] Listening on Journal Socket. [2024-05-23 14:25:42.376] Starting mount data partition = service... [2024-05-23 14:25:42.393] [ OK ] Reached target Remote File Systems. [2024-05-23 14:25:42.423] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:25:42.451] Starting Apply Kernel Variables... [2024-05-23 14:25:42.489] Mounting Kernel Debug File System... [2024-05-23 14:25:42.504] [ OK ] Created slice system-getty.slice. [2024-05-23 14:25:42.540] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:25:42.555] [ 5.112751] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:42.558] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:25:42.575] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:25:42.606] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:25:42.633] [ OK ] Reached target Paths. [2024-05-23 14:25:42.658] Mounting POSIX Message Queue File = System... [2024-05-23 14:25:42.672] [ OK ] Created slice User and Session Slice. [2024-05-23 14:25:42.689] [ OK ] Reached target Slices. [2024-05-23 14:25:42.722] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:25:42.756] Mounting Huge Pages File System... [2024-05-23 14:25:42.799] Mounting FUSE Control File System... [2024-05-23 14:25:42.823] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:25:42.829] [ 5.400655] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:25:42.844] [ OK ] Listening on udev Control Socket. [2024-05-23 14:25:42.872] Starting udev Coldplug all Devices... [2024-05-23 14:25:42.899] Mounting Configuration File System... [2024-05-23 14:25:42.923] [ OK ] Listening on Syslog Socket. [2024-05-23 14:25:42.944] Starting Journal Service... [2024-05-23 14:25:43.019] [ OK ] Started mount data partition service. [2024-05-23 14:25:43.042] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:25:43.058] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:25:43.090] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:25:43.107] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:25:43.130] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:25:43.157] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:25:43.173] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:25:43.193] [ OK ] Mounted Configuration File System. [2024-05-23 14:25:43.224] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:25:43.241] [ OK ] Reached target Containers. [2024-05-23 14:25:43.273] Mounting /var/volatile... [2024-05-23 14:25:43.300] Mounting /tmp... [2024-05-23 14:25:43.325] Starting udev Kernel Device = Manager... [2024-05-23 14:25:43.356] Starting NS file System mount and = recovery.... [2024-05-23 14:25:43.380] [ OK ] Started Journal Service. [2024-05-23 14:25:43.421] [ OK ] Mounted /var/volatile. [2024-05-23 14:25:43.449] [ OK ] Mounted /tmp. [2024-05-23 14:25:43.474] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:25:43.499] [ 6.070484] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:43.598] [ 6.166673] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:43.702] [ 6.273334] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:25:43.723] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:25:43.797] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:25:43.871] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:25:44.050] Starting Bind mount volatile = /var/cache... [2024-05-23 14:25:44.081] Starting Bind mount volatile = /var/lib... [2024-05-23 14:25:44.115] Starting Bind mount volatile = /var/spool... [2024-05-23 14:25:44.149] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:25:44.206] [ 6.777054] systemd-journald[133]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:25:44.250] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:25:44.393] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:25:44.425] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:25:44.456] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:25:44.488] Starting Load/Save Random Seed... [2024-05-23 14:25:44.508] [ OK ] Reached target Local File Systems. [2024-05-23 14:25:44.532] Starting netfilter persistent = configuration... [2024-05-23 14:25:44.559] Starting AppArmor initialization... [2024-05-23 14:25:44.592] Starting Create Volatile Files and = Directories... [2024-05-23 14:25:44.625] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:25:44.752] [ 7.322893] systemd-tmpfile (248) used = greatest stack depth: 11424 bytes left [2024-05-23 14:25:44.761] [ 7.325408] audit: type=3D1400 = audit(1550139121.200:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:25:44.775] [ 7.326073] audit: type=3D1400 = audit(1550139121.200:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:25:44.790] [ 7.326269] audit: type=3D1400 = audit(1550139121.200:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:25:44.805] [ 7.326469] audit: type=3D1400 = audit(1550139121.200:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:25:44.821] [ 7.326644] audit: type=3D1400 = audit(1550139121.200:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:25:44.836] [ 7.326812] audit: type=3D1400 = audit(1550139121.200:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:25:44.852] [ 7.326979] audit: type=3D1400 = audit(1550139121.200:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:25:44.877] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:25:44.896] [ OK ] Started AppArmor initialization. [2024-05-23 14:25:44.925] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:25:44.961] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:25:44.978] [ OK ] Reached target Network (Pre). [2024-05-23 14:25:45.008] Starting Network Service... [2024-05-23 14:25:45.050] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:25:45.075] [ OK ] Reached target System Initialization. [2024-05-23 14:25:45.091] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:25:45.108] [ OK ] Reached target Timers. [2024-05-23 14:25:45.124] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:25:45.146] [ OK ] Reached target Sockets. [2024-05-23 14:25:45.175] [ OK ] Reached target Basic System. [2024-05-23 14:25:45.203] [ OK ] Started System Logging Service. [2024-05-23 14:25:45.224] [ 7.791237] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:25:45.237] [ OK ] Started NS VSync Process. [2024-05-23 14:25:45.252] [ 7.821803] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:25:45.265] [ 7.826470] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:25:45.265] [ 7.831027] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:25:45.292] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:25:45.337] [ 7.887155] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:25:45.361] Starting Load Kernel Modules... [2024-05-23 14:25:45.392] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:25:45.407] [ 7.976679] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:25:45.444] [ 8.012364] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:25:45.452] [ 8.021026] Disabling lock debugging due to = kernel taint [2024-05-23 14:25:45.470] [ OK ] Started NS System Management Process. [2024-05-23 14:25:45.472] Start /usr/bin/sys-fail-mon [2024-05-23 14:25:45.486] Starting NS Inter Domain Comm = Process... [2024-05-23 14:25:45.489] [ 8.059983] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:45.502] [ 8.064367] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:25:45.503] [ 8.064379] [INFO][GMAC]=20 [2024-05-23 14:25:45.528] [ 8.065342] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:25:45.528] [ 8.065359] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:25:45.528] [ 8.065919] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:25:45.541] [ 8.065926] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:25:45.543] [ 8.066502] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:45.565] [ 8.066853] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:25:45.565] [ 8.066868] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:25:45.565] [ 8.067599] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:25:45.578] [ 8.067607] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:25:45.578] [ 8.069365] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:45.593] [ 8.137782] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:25:45.606] [ 8.138711] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:45.608] [ 8.138714] in_atomic(): 1, = irqs_disabled(): 128, pid: 274, name: systemd-modules [2024-05-23 14:25:45.633] [ 8.138716] INFO: lockdep is turned off. [2024-05-23 14:25:45.633] [ 8.138718] irq event stamp: 24991 [2024-05-23 14:25:45.633] [ 8.138732] hardirqs last enabled at = (24991): [<000000002daf8c2f>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:45.633] [ 8.138736] hardirqs last disabled at = (24990): [<000000001a58da8c>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:45.647] [ 8.138743] softirqs last enabled at (0): = [<0000000083599d5b>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:45.647] [ 8.138746] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:45.664] [ 8.138748] Preemption disabled at: [2024-05-23 14:25:45.664] [ 8.138754] [<000000007457881b>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:45.666] [ 8.138761] CPU: 0 PID: 274 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:25:45.680] [ 8.138763] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:45.680] [ 8.138765] Call trace: [2024-05-23 14:25:45.692] [ 8.138770] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:45.694] [ 8.138773] show_stack+0x14/0x20 [2024-05-23 14:25:45.694] [ 8.138778] dump_stack+0xb8/0xf0 [2024-05-23 14:25:45.694] [ 8.138782] ___might_sleep+0x178/0x210 [2024-05-23 14:25:45.717] [ 8.138784] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:45.722] [ 8.138790] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:45.722] [ 8.138794] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:45.722] [ 8.138800] gic_set_type+0x84/0x98 [2024-05-23 14:25:45.722] [ 8.138804] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:45.722] [ 8.138807] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:45.722] [ 8.138811] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:45.744] [ 8.138837] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:25:45.746] [ 8.138855] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:25:45.746] [ 8.138860] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:45.746] [ 8.138864] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:45.746] [ 8.138868] __driver_attach+0xfc/0x118 [2024-05-23 14:25:45.746] [ 8.138872] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:45.746] [ 8.138875] driver_attach+0x20/0x28 [2024-05-23 14:25:45.770] [ 8.138879] bus_add_driver+0x220/0x268 [2024-05-23 14:25:45.770] [ 8.138882] driver_register+0x60/0xf8 [2024-05-23 14:25:45.770] [ 8.138885] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:45.770] [ 8.138903] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:25:45.770] [ 8.138906] do_one_initcall+0x50/0x15c [2024-05-23 14:25:45.770] [ 8.138910] do_init_module+0x54/0x1b0 [2024-05-23 14:25:45.783] [ 8.138913] load_module+0x1e70/0x2428 [2024-05-23 14:25:45.785] [ 8.138916] SyS_finit_module+0xe4/0x118 [2024-05-23 14:25:45.785] [ 8.138919] el0_svc_naked+0x34/0x38 [2024-05-23 14:25:45.785] [ 8.146444] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:25:45.811] [ 8.150398] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:25:45.811] [ 8.154379] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:25:45.811] [ 8.155032] Done!! [2024-05-23 14:25:45.811] [ 8.253900] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:25:45.811] [ 8.257245] Done!! [2024-05-23 14:25:45.811] [ 8.345667] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:25:45.826] [ 8.350599] Done!! [2024-05-23 14:25:45.826] [ OK ] Started Kernel Logging Service. [2024-05-23 14:25:45.829] Starting Login Service... [2024-05-23 14:25:45.843] [ 8.405037] libphy: tcc-gmac-mdio: probed [2024-05-23 14:25:45.843] [ 8.409068] [INFO][GMAC] registered! [2024-05-23 14:25:45.843] [ 8.412667] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:25:45.859] [ 8.412676] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:25:45.859] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:25:45.859] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:25:45.876] [ OK ] Started Network Service. [2024-05-23 14:25:45.876] [ OK ] Started Load Kernel Modules. [2024-05-23 14:25:45.876] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:25:45.893] [ OK ] Started Cluster Framework. [2024-05-23 14:25:45.908] [ OK ] Started HUD Framework. [2024-05-23 14:25:45.926] parents, child is 318 [2024-05-23 14:25:45.931] [IDC]Start. [2024-05-23 14:25:45.931] [ 8.498334] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:25:45.945] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:25:45.945] [ 8.502391] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:25:45.960] [IDC](A7)ConnectReq 0 [2024-05-23 14:25:45.973] [IDC](A7)do_[ 8.518474] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:25:45.973] [ 8.518474] -- MASTER Configuration. [2024-05-23 14:25:45.973] [ 8.518474] -- Local Receiver Status Not = OK. [2024-05-23 14:25:45.998] [ 8.518474] -- Remote Receiver Status Not = OK. [2024-05-23 14:25:45.998] connect 0 [2024-05-23 14:25:45.998] [IDC](A7)Session status [ 8.539367] = [INFO][GMAC] --] tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:25:46.000] 0 -> 1 [2024-05-23 14:25:46.000] [IDC](A7)Tx start session req 1 [2024-05-23 14:25:46.000] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:25:46.000] [[IDC](R5)Co[ 8.548440] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:25:46.000] nnectReq 0 [2024-05-23 14:25:46.000] OK [IDC](R5)do_connect [ 8.563296] = [INFO][GMAC] init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:25:46.024] 0 [2024-05-23 14:25:46.024] ] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:25:46.038] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:25:46.038] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:25:46.038] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:25:46.038] Started NS ethernet phy control application. [2024-05-23 14:25:46.038] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:25:46.038] [IDC](A7)Session connected. [2024-05-23 14:25:46.038] [I[ 8.591984] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:25:46.075] DC]TimerStartReq 2 R5:1.0 [2024-05-23 14:25:46.075] [IDC][ 8.601245] [INFO][GMAC] --] = init_rx_desc: : before [2024-05-23 14:25:46.075] (R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:25:46.078] [ OK ] Started Nvm Pro[ 8.611840] = [INFO][GMAC] tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:25:46.078] [ 8.611840] =20 [2024-05-23 14:25:46.078] cess. [2024-05-23 14:25:46.078] [IDC](R5)Session connected.2 [2024-05-23 14:25:46.078] [IDC](R[ 8.612144] [INFO][GMAC] --] = init_rx_desc: : done [2024-05-23 14:25:46.078] 5)Session status 2 -> 3 [2024-05-23 14:25:46.078] [ 8.612694] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:25:46.078] m OK ] Started NS hsm control app[ = 8.612698] [INFO][GMAC] --] init_tx_desc: : before [2024-05-23 14:25:46.101] lication. [2024-05-23 14:25:46.103] [ 8.612703] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:25:46.103] [ 8.612703] =20 [2024-05-23 14:25:46.103] [ 8.612929] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:25:46.103] [ 8.612977] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:25:46.126] [ 8.616882] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:25:46.126] [ 8.616887] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:25:46.126] [ 8.616902] [INFO][GMAC] --] phy_start: : [2024-05-23 14:25:46.126] [ 8.617027] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:25:46.126] [ OK ] Started Diagnosis Framework. [2024-05-23 14:25:46.145] [ OK ] Started Diagnosis Transport. [2024-05-23 14:25:46.158] [ 8.723306] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.176] [ OK ] Started NS Software Update. [2024-05-23 14:25:46.185] [ OK ] Started NS Secondary Verify. [2024-05-23 14:25:46.198] [ OK ] Reached target Network. [2024-05-23 14:25:46.207] Starting Permit User Sessions... [2024-05-23 14:25:46.221] Starting udev Coldplug all Devices... [2024-05-23 14:25:46.221] Starting Wait for Network to be = Configured... [2024-05-23 14:25:46.237] [ OK ] Started Login Service. [2024-05-23 14:25:46.267] [ 8.838040] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.277] [ 8.848381] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:25:46.325] [ OK ] Started Permit User Sessions. [2024-05-23 14:25:46.355] [ OK ] Started Getty on tty1. [2024-05-23 14:25:46.376] [ OK [ 8.947224] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.381] ] Started Serial Getty on ttyAMA0. [2024-05-23 14:25:46.396] [ OK ] Reached target Login Prompts. [2024-05-23 14:25:46.396] [ OK ] Reached target Multi-User System. [2024-05-23 14:25:46.411] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:25:46.427] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:25:46.468] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:25:46.494] [ 9.065648] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.503] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:25:46.605] [ 9.175323] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.688] [ 9.259135] sched: RT throttling activated [2024-05-23 14:25:46.716] [ 9.287182] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.842] [ 9.407297] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:46.944] [ 9.515198] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:47.059] [ 9.627490] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:47.178] [ 9.739730] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:25:47.182] [ 9.749989] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:25:47.197] [ 9.749996] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:25:48.179] [ 10.721786] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:25:48.187] [ 10.721793] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:25:48.576] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:25:52.651]=20 [2024-05-23 14:25:52.651] telechips-nsp1-release login:=20 [2024-05-23 14:25:54.789]=20 [2024-05-23 14:25:54.791] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:25:54.819]=20 [2024-05-23 14:25:54.819] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:25:54.819] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:25:54.819] DRAM: 2 GiB [2024-05-23 14:25:54.834] MMC: sdhc@0x16440000: 0 [2024-05-23 14:25:55.120]=20 [2024-05-23 14:25:55.120] HW Partition tyep is UserData [2024-05-23 14:25:55.141] In: serial [2024-05-23 14:25:55.143] Out: serial [2024-05-23 14:25:55.143] Err: serial [2024-05-23 14:25:55.196] Boot in the UserData environment(0) [2024-05-23 14:25:55.200] Non-secure boot (secure boot flag is clear) [2024-05-23 14:25:55.215] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:25:55.215] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:25:55.215] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:25:55.229] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:25:55.231] Booting using the fdt blob at 0x23000000 [2024-05-23 14:25:55.231] Loading Kernel Image [2024-05-23 14:25:55.254] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:25:55.256] OPTEE is enabled [2024-05-23 14:25:55.256]=20 [2024-05-23 14:25:55.256] Starting kernel ... [2024-05-23 14:25:55.256]=20 [2024-05-23 14:25:56.179] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:25:56.183] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:25:56.198] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:25:56.212] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:25:56.212] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:25:56.212] [ 0.000000] efi: UEFI not found. [2024-05-23 14:25:56.227] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:25:56.229] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:25:56.254] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:25:56.254] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:25:56.254] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:25:56.256] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:25:56.282] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:25:56.282] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:25:56.282] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:25:56.298] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:25:56.298] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:25:56.314] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:25:56.314] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:25:56.329] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:25:56.329] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:25:56.347] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:25:56.347] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:25:56.361] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:25:56.363] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:25:56.390] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:25:56.390] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:25:56.390] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:25:56.403] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:25:56.415] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:25:56.415] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:25:56.417] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:25:56.417] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:25:56.441] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:25:56.453] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:25:56.453] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:25:56.453] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:25:56.455] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:25:56.455] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:25:56.455] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:25:56.479] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:25:56.479] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:25:56.495] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:25:56.497] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:25:56.520] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:25:56.520] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:25:56.520] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:25:56.540] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:25:56.540] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:25:56.566] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:25:56.566] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:25:56.566] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:25:56.567] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:25:56.591] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:25:56.591] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:25:56.591] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:25:56.596] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:25:56.620] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:25:56.620] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:25:56.620] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:25:56.634] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:25:56.634] [ 0.000000] Running RCU self tests [2024-05-23 14:25:56.634] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:25:56.650] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:25:56.650] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:25:56.650] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:25:56.667] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:25:56.667] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:25:56.667] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:25:56.685] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:25:56.687] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:25:56.687] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:25:56.710] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:25:56.711] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:25:56.711] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:25:56.713] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:25:56.727] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:25:56.727] [ 0.001717] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:25:56.753] [ 0.001720] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:25:56.753] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:25:56.753] [ 0.001726] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:25:56.755] [ 0.001728] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:25:56.755] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:25:56.755] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:25:56.775] [ 0.001736] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:25:56.778] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:25:56.778] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:25:56.778] [ 0.001783] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:25:56.803] [ 0.001791] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:25:56.803] [ 0.002291] Security Framework initialized [2024-05-23 14:25:56.803] [ 0.002418] AppArmor: AppArmor initialized [2024-05-23 14:25:56.803] [ 0.002663] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:56.803] [ 0.002687] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:25:56.823] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:25:56.823] [ 0.035854] Hierarchical SRCU = implementation. [2024-05-23 14:25:56.823] [ 0.062273] EFI services will not be = available. [2024-05-23 14:25:56.836] [ 0.076121] smp: Bringing up secondary CPUs = ... [2024-05-23 14:25:56.850] [ 0.120746] Detected VIPT I-cache on CPU1 [2024-05-23 14:25:56.850] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:25:56.850] [ 0.164993] Detected VIPT I-cache on CPU2 [2024-05-23 14:25:56.854] [ 0.165050] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:25:56.854] [ 0.209277] Detected VIPT I-cache on CPU3 [2024-05-23 14:25:56.854] [ 0.209329] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:25:56.877] [ 0.209705] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:25:56.879] [ 0.209746] SMP: Total of 4 processors = activated. [2024-05-23 14:25:56.879] [ 0.209762] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:25:56.879] [ 0.209781] CPU: All CPU(s) started at EL2 [2024-05-23 14:25:56.879] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:25:56.879] [ 0.210519] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:25:56.903] [ 0.213109] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:25:56.903] [ 0.213696] devtmpfs: initialized [2024-05-23 14:25:56.903] [ 0.402705] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:25:56.903] [ 0.402974] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:25:56.916] [ 0.411753] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:25:56.918] [ 0.412662] chipinfo: TCC8030 Rev02 [2024-05-23 14:25:56.918] [ 0.412677] chipinfo: SiP Service v0.1.56 [2024-05-23 14:25:56.941] [ 0.417979] NET: Registered protocol family = 16 [2024-05-23 14:25:56.959] [ 0.421927] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:25:56.959] [ 0.423909] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:25:56.959] [ 0.425491] cpuidle: using governor menu [2024-05-23 14:25:56.959] [ 0.425731] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:25:56.978] [ 0.439867] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:25:56.978] [ 0.440341] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:25:56.978] [ 0.440387] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:25:56.978] [ 0.440431] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:25:56.990] [ 0.440475] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:25:56.990] [ 0.440519] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:25:56.990] [ 0.440562] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:25:57.004] [ 0.440605] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:25:57.004] [ 0.440649] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:25:57.004] [ 0.440692] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:25:57.025] [ 0.440735] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:25:57.025] [ 0.440779] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:25:57.025] [ 0.440823] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:25:57.038] [ 0.440866] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:25:57.038] [ 0.440910] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:25:57.038] [ 0.440953] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:25:57.038] [ 0.441010] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:25:57.040] [ 0.441054] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:25:57.040] [ 0.441098] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:25:57.040] [ 0.441452] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:25:57.064] [ 0.441495] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:25:57.064] [ 0.441539] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:25:57.064] [ 0.441582] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:25:57.064] [ 0.441625] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:25:57.068] [ 0.441668] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:25:57.097] [ 0.441711] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:25:57.097] [ 0.441755] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:25:57.097] [ 0.441798] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:25:57.097] [ 0.441842] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:25:57.097] [ 0.441979] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:25:57.110] [ 0.442024] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:25:57.115] [ 0.442261] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:25:57.115] [ 0.442321] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:25:57.115] [ 0.442364] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:25:57.135] [ 0.442408] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:25:57.138] [ 0.442451] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:25:57.138] [ 0.442494] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:25:57.138] [ 0.442537] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:25:57.138] [ 0.442746] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:25:57.163] [ 0.442789] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:25:57.163] [ 0.442832] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:25:57.163] [ 0.442875] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:25:57.163] [ 0.442919] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:25:57.163] [ 0.442962] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:25:57.177] [ 0.443005] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:25:57.179] [ 0.443048] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:25:57.179] [ 0.443091] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:25:57.202] [ 0.443134] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:25:57.204] [ 0.443190] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:25:57.204] [ 0.443234] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:25:57.204] [ 0.443277] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:25:57.204] [ 0.443320] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:25:57.229] [ 0.443867] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:25:57.229] [ 0.443911] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:25:57.229] [ 0.444081] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:25:57.229] [ 0.444251] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:25:57.229] [ 0.444435] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:25:57.242] [ 0.444603] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:25:57.244] [ 0.444771] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:25:57.244] [ 0.444816] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:25:57.269] [ 0.444859] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:25:57.269] [ 0.445025] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:25:57.269] [ 0.445190] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:25:57.269] [ 0.445356] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:25:57.271] [ 0.445400] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:25:57.295] [ 0.445443] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:25:57.295] [ 0.445486] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:25:57.295] [ 0.445529] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:25:57.295] [ 0.445699] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:25:57.296] [ 0.445743] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:25:57.321] [ 0.446035] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:25:57.321] [ 0.446053] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:25:57.321] [ 0.528445] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:57.321] [ 0.528534] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:57.337] [ 1.675201] console [ttyAMA0] enabled [2024-05-23 14:25:57.337] [ 1.682844] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:25:57.370] [ 1.711698] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:25:57.372] [ 1.721991] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:25:57.386] [ 1.732583] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:25:57.402] [ 1.742837] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:25:57.493] [ 1.842643] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:25:57.508] [ 1.858739] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:25:57.523] [ 1.865637] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:25:57.547] [ 1.872749] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:25:57.549] [ 1.879119] Linux video capture interface: = v2.00 [2024-05-23 14:25:57.549] [ 1.885002] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:57.550] [ 1.885007] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:57.576] [ 1.885011] 6 locks held by swapper/0/1: [2024-05-23 14:25:57.576] [ 1.885014] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:57.576] [ 1.885040] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:57.578] [ 1.885055] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:57.606] [ 1.885074] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:57.606] [ 1.885089] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:57.606] [ 1.885105] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:57.623] [ 1.885125] irq event stamp: 288028 [2024-05-23 14:25:57.623] [ 1.885130] hardirqs last enabled at = (288027): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:57.637] [ 1.885135] hardirqs last disabled at = (288028): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:57.638] [ 1.885142] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:57.663] [ 1.885146] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:57.663] [ 1.885148] Preemption disabled at: [2024-05-23 14:25:57.663] [ 1.885154] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:57.663] [ 1.885163] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:25:57.676] [ 1.885166] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:57.678] [ 1.885170] Call trace: [2024-05-23 14:25:57.678] [ 1.885176] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:57.701] [ 1.885180] show_stack+0x14/0x20 [2024-05-23 14:25:57.703] [ 1.885186] dump_stack+0xb8/0xf0 [2024-05-23 14:25:57.703] [ 1.885191] ___might_sleep+0x178/0x210 [2024-05-23 14:25:57.703] [ 1.885195] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:57.703] [ 1.885199] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:57.703] [ 1.885205] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:57.703] [ 1.885212] gic_set_type+0x84/0x98 [2024-05-23 14:25:57.705] [ 1.885218] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:57.729] [ 1.885222] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:57.729] [ 1.885227] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:57.729] [ 1.885232] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:25:57.729] [ 1.885239] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:25:57.729] [ 1.885244] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:57.729] [ 1.885249] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:57.744] [ 1.885254] __driver_attach+0xfc/0x118 [2024-05-23 14:25:57.744] [ 1.885258] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:57.744] [ 1.885263] driver_attach+0x20/0x28 [2024-05-23 14:25:57.746] [ 1.885268] bus_add_driver+0x220/0x268 [2024-05-23 14:25:57.770] [ 1.885273] driver_register+0x60/0xf8 [2024-05-23 14:25:57.770] [ 1.885277] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:57.770] [ 1.885284] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:25:57.770] [ 1.885289] do_one_initcall+0x50/0x15c [2024-05-23 14:25:57.770] [ 1.885297] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:57.770] [ 1.885302] kernel_init+0x10/0x100 [2024-05-23 14:25:57.784] [ 1.885307] ret_from_fork+0x10/0x18 [2024-05-23 14:25:57.796] [ 1.891204] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:25:57.800] [ 2.138441] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:25:57.820] [ 2.152060] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:25:57.821] [ 2.159076] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:25:57.821] [ 2.163678] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:25:57.821] [ 2.168482] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:25:57.823] [ 2.173330] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:25:57.848] [ 2.177884] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:25:57.881] [ 2.231285] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:25:57.904] [ 2.243888] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:57.921] [ 2.262019] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:57.937] [ 2.277626] NET: Registered protocol family = 2 [2024-05-23 14:25:57.939] [ 2.285071] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:25:57.955] [ 2.292685] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:25:57.955] [ 2.303871] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:25:57.970] [ 2.311284] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:25:57.970] [ 2.318042] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:25:57.985] [ 2.326151] NET: Registered protocol family = 1 [2024-05-23 14:25:58.085] [ 2.433844] audit: initializing netlink = subsys (disabled) [2024-05-23 14:25:58.090] [ 2.440588] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:25:58.105] [ 2.441146] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:25:58.174] [ 2.523200] fuse init (API version 7.26) [2024-05-23 14:25:58.188] [ 2.537533] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:25:58.203] [ 2.547270] io scheduler noop registered = (default) [2024-05-23 14:25:58.203] [ 2.552112] io scheduler mq-deadline = registered [2024-05-23 14:25:58.217] [ 2.556675] io scheduler kyber registered [2024-05-23 14:25:58.221] [ 2.567440] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:58.250] [ 2.574292] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:58.250] [ 2.580825] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:25:58.250] [ 2.588435] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:58.301] [ 2.651152] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:58.322] [ 2.658886] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:58.324] [ 2.663738] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:25:58.324] [ 2.669166] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:58.324] [ 2.669800] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:58.340] [ 2.680554] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:58.340] [ 2.686763] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:25:58.356] [ 2.694320] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:58.371] [ 2.718875] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:58.375] [ 2.725794] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:58.389] [ 2.730738] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:25:58.389] [ 2.736166] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:58.390] [ 2.736779] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:25:58.417] [ 2.747532] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:25:58.417] [ 2.753740] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:25:58.417] [ 2.761359] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:25:58.478] [ 2.827877] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:25:58.485] [ 2.834821] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:25:58.500] [ 2.839454] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:25:58.504] [ 2.844880] fbX_probe : update_type =3D 1=20 [2024-05-23 14:25:58.520] [ 2.854775] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:25:58.520] [ 2.864396] [INF][WDMA] tcc_wdma_init [2024-05-23 14:25:58.522] [ 2.869179] TCC WDMA Driver Initializing [2024-05-23 14:25:58.556] [ 2.876674] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:25:58.556] [ 2.882847] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:25:58.558] [ 2.893253] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:25:58.558] [ 2.905879] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:25:58.582] [ 2.915325] [CPU_ID] probe is done [2024-05-23 14:25:58.582] [ 2.919072] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:25:58.582] [ 2.925697] [DRAM_TOOL] probe is done [2024-05-23 14:25:58.583] [ 2.932925] MALI-G51 : r30p0-01eac0 [2024-05-23 14:25:58.598] [ 2.936452] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:25:58.599] [ 2.946319] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:25:58.613] [ 2.946324] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:25:58.614] [ 2.946329] 6 locks held by swapper/0/1: [2024-05-23 14:25:58.642] [ 2.946332] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:25:58.642] [ 2.946358] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:25:58.642] [ 2.946373] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:25:58.655] [ 2.946391] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:58.668] [ 2.946406] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:25:58.670] [ 2.946422] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:58.670] [ 2.946442] irq event stamp: 453502 [2024-05-23 14:25:58.694] [ 2.946447] hardirqs last enabled at = (453501): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:25:58.694] [ 2.946453] hardirqs last disabled at = (453502): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:25:58.694] [ 2.946460] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:25:58.710] [ 2.946463] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:25:58.710] [ 2.946466] Preemption disabled at: [2024-05-23 14:25:58.727] [ 2.946471] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:25:58.739] [ 2.946481] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:25:58.739] [ 2.946484] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:25:58.739] [ 2.946488] Call trace: [2024-05-23 14:25:58.740] [ 2.946495] dump_backtrace+0x0/0x1d8 [2024-05-23 14:25:58.740] [ 2.946500] show_stack+0x14/0x20 [2024-05-23 14:25:58.740] [ 2.946505] dump_stack+0xb8/0xf0 [2024-05-23 14:25:58.766] [ 2.946510] ___might_sleep+0x178/0x210 [2024-05-23 14:25:58.766] [ 2.946514] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:25:58.766] [ 2.946519] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:25:58.766] [ 2.946525] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:25:58.766] [ 2.946532] gic_set_type+0x84/0x98 [2024-05-23 14:25:58.766] [ 2.946537] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:25:58.768] [ 2.946542] __setup_irq+0x76c/0x7f8 [2024-05-23 14:25:58.793] [ 2.946546] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:25:58.793] [ 2.946552] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:25:58.793] [ 2.946558] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:25:58.793] [ 2.946562] kbase_device_init+0x78/0xf8 [2024-05-23 14:25:58.793] [ 2.946568] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:25:58.806] [ 2.946573] platform_drv_probe+0x58/0xb8 [2024-05-23 14:25:58.808] [ 2.946578] = driver_probe_device+0x228/0x410 [2024-05-23 14:25:58.808] [ 2.946583] __driver_attach+0xfc/0x118 [2024-05-23 14:25:58.808] [ 2.946588] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:25:58.828] [ 2.946593] driver_attach+0x20/0x28 [2024-05-23 14:25:58.830] [ 2.946597] bus_add_driver+0x220/0x268 [2024-05-23 14:25:58.830] [ 2.946602] driver_register+0x60/0xf8 [2024-05-23 14:25:58.830] [ 2.946606] = __platform_driver_register+0x44/0x50 [2024-05-23 14:25:58.830] [ 2.946614] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:25:58.830] [ 2.946618] do_one_initcall+0x50/0x15c [2024-05-23 14:25:58.853] [ 2.946625] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:25:58.853] [ 2.946631] kernel_init+0x10/0x100 [2024-05-23 14:25:58.853] [ 2.946636] ret_from_fork+0x10/0x18 [2024-05-23 14:25:58.853] [ 2.948429] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:25:58.853] [ 3.203245] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:25:58.867] [ 3.209984] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:25:58.888] [ 3.228489] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:25:58.890] [ 3.235719] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:25:58.906] [ 3.248011] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:25:58.906] [ 3.254227] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:25:58.927] [ 3.258608] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:25:58.927] [ 3.266117] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:25:58.965] [ 3.315127] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:25:58.976] [ 3.325641] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:25:58.990] [ 3.333544] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:25:59.016] [ 3.347442] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:25:59.032] [ 3.352721] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:25:59.032] [ 3.363798] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:25:59.044] [ 3.372640] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:25:59.049] [ 3.391973] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:25:59.064] [ 3.407439] libphy: Fixed MDIO Bus: probed [2024-05-23 14:25:59.064] [ 3.412389] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:25:59.080] [ 3.425805] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:25:59.092] [ 3.430389] [INFO][GAMC] gmac index : 1 [2024-05-23 14:25:59.104] [ 3.435010] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:25:59.104] [ 3.440221] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:25:59.109] [ 3.446814] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:25:59.109] [ 3.451250] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:25:59.109] [ 3.456237] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:25:59.133] [ 3.461875] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:25:59.133] [ 3.462711] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:25:59.133] [ 3.472078] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:25:59.133] [ 3.473261] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:59.133] [ 3.473273] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:25:59.148] [ 3.473280] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:25:59.160] [ 3.473292] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:59.160] [ 3.473304] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:25:59.162] [ 3.474985] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:25:59.185] [ 3.484000] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:25:59.187] [ 3.484009] usbhid: USB HID core driver [2024-05-23 14:25:59.187] [ 3.484395] optee: probing for conduit = method from DT. [2024-05-23 14:25:59.187] [ 3.484422] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:25:59.187] [ 3.486220] optee: initialized driver [2024-05-23 14:25:59.187] [ 3.487916] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:25:59.214] [ 3.487931] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:25:59.214] [ 3.487938] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:25:59.214] [ 3.487946] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:25:59.214] [ 3.487953] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:25:59.216] [ 3.487960] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:25:59.242] [ 3.487968] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:25:59.242] [ 3.487975] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:25:59.242] [ 3.489688] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:25:59.256] [ 3.489696] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:25:59.257] [ 3.496509] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:25:59.257] [ 3.513387] NET: Registered protocol family = 17 [2024-05-23 14:25:59.257] [ 3.514232] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:25:59.281] [ 3.519097] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:25:59.281] [ 3.629007] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:25:59.295] [ 3.634826] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:25:59.297] [ 3.641637] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:25:59.323] [ 3.648939] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:25:59.323] [ 3.668031] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:25:59.344] [ 3.675560] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:59.344] [ 3.679172] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:25:59.344] [ 3.684625] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:25:59.344] [ 3.684669] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:25:59.356] [ 3.686962] ALSA device list: [2024-05-23 14:25:59.356] [ 3.686970] No soundcards found. [2024-05-23 14:25:59.356] [ 3.706259] GPT:15269887 !=3D 15273599 [2024-05-23 14:25:59.375] [ 3.706287] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:25:59.375] [ 3.706581] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:25:59.395] [ 3.733085] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:25:59.404] [ 3.754310] Freeing unused kernel memory: = 4160K [2024-05-23 14:25:59.418] Mounting devtmpfs [2024-05-23 14:25:59.420] [ 3.768867] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:25:59.435] Mounting procfs [2024-05-23 14:25:59.435] Mounting sysfs [2024-05-23 14:25:59.457] [ 3.794933] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:25:59.472] [ 3.815758] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:25:59.506] [ 3.857066] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:25:59.518] [ 3.866342] mount (98) used greatest stack = depth: 11568 bytes left [2024-05-23 14:25:59.556] [ 3.886206] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:25:59.777] [ 4.127289] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:25:59.877] [ 4.227764] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:25:59.911] [ 4.255764] systemd[1]: Detected = architecture arm64. [2024-05-23 14:25:59.951]=20 [2024-05-23 14:25:59.953] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:25:59.968]=20 [2024-05-23 14:25:59.982] [ 4.316369] systemd[1]: Set hostname to = . [2024-05-23 14:25:59.986] [ 4.327789] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:25:59.988] [ 4.336695] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:26:00.235] [ 4.585270] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:26:00.263] [ 4.602373] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:26:00.294] [ 4.644313] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:26:00.308] [ 4.656421] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:26:00.496] [ 4.845492] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:26:00.570] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:26:00.592] [ OK ] Reached target Remote File Systems. [2024-05-23 14:26:00.624] [ OK ] Created slice User and Session Slice. [2024-05-23 14:26:00.643] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:26:00.654] [ OK ] Listening on Journal Socket. [2024-05-23 14:26:00.686] Starting Apply Kernel Variables... [2024-05-23 14:26:00.726] Mounting FUSE Control File System... [2024-05-23 14:26:00.778] Mounting Configuration File System... [2024-05-23 14:26:00.794] Mounting Huge Pages File System... [2024-05-23 14:26:00.817] [ OK ] Reached target Swap. [2024-05-23 14:26:00.834] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:26:00.840] Mounting POSIX Message Queue File = System... [2024-05-23 14:26:00.894] Starting mount data partition = service... [2024-05-23 14:26:00.919] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:26:00.919] [ OK ] Reached target Paths. [2024-05-23 14:26:00.928] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:26:00.958] [ OK ] Created slice system-getty.slice. [2024-05-23 14:26:00.972] [ OK ] Listening on udev Control Socket. [2024-05-23 14:26:00.990] [ OK ] Reached target Slices. [2024-05-23 14:26:00.995] [ 5.340874] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:01.011] [ OK ] Listening on Syslog Socket. [2024-05-23 14:26:01.030] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:26:01.059] Starting udev Coldplug all Devices... [2024-05-23 14:26:01.092] Starting Journal Service... [2024-05-23 14:26:01.146] Mounting Kernel Debug File System... [2024-05-23 14:26:01.157] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:26:01.247] [ 5.597940] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:26:01.270] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:26:01.289] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:26:01.322] [ OK ] Mounted Configuration File System. [2024-05-23 14:26:01.338] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:26:01.355] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:26:01.377] [ OK ] Started mount data partition service. [2024-05-23 14:26:01.407] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:26:01.423] [ OK ] Started Journal Service. [2024-05-23 14:26:01.459] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:26:01.484] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:26:01.548] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:26:01.578] Starting udev Kernel Device = Manager... [2024-05-23 14:26:01.606] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:26:01.629] Mounting /var/volatile... [2024-05-23 14:26:01.641] [ OK ] Reached target Containers. [2024-05-23 14:26:01.671] Mounting /tmp... [2024-05-23 14:26:01.706] Starting NS file System mount and = recovery.... [2024-05-23 14:26:01.751] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:26:01.793] [ OK ] Mounted /var/volatile. [2024-05-23 14:26:01.823] [ OK ] Mounted /tmp. [2024-05-23 14:26:01.847] [ 6.196407] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:01.930] [ 6.279434] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:02.027] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:26:02.034] [ 6.381817] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:02.114] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:26:02.183] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:26:02.383] [ 6.710324] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:26:02.392] Starting Bind mount volatile = /var/cache... [2024-05-23 14:26:02.407] Starting Bind mount volatile = /var/spool... [2024-05-23 14:26:02.435] Starting Bind mount volatile = /var/lib... [2024-05-23 14:26:02.467] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:26:02.618] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:26:02.685] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:26:02.715] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:26:02.750] Starting Load/Save Random Seed... [2024-05-23 14:26:02.778] [ OK ] Reached target Local File Systems. [2024-05-23 14:26:02.800] Starting AppArmor initialization... [2024-05-23 14:26:02.830] Starting Create Volatile Files and = Directories... [2024-05-23 14:26:02.869] Starting netfilter persistent = configuration... [2024-05-23 14:26:02.895] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:26:02.979] [ 7.328774] audit: type=3D1400 = audit(1550139121.196:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:26:03.024] [ 7.345511] audit: type=3D1400 = audit(1550139121.196:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:03.028] [ 7.362375] audit: type=3D1400 = audit(1550139121.196:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:03.050] [ 7.380301] audit: type=3D1400 = audit(1550139121.196:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:03.068] [ 7.397296] audit: type=3D1400 = audit(1550139121.196:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:03.071] [ 7.414287] audit: type=3D1400 = audit(1550139121.196:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:03.096] [ 7.431285] audit: type=3D1400 = audit(1550139121.196:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:03.120] [ OK ] Started AppArmor initialization. [2024-05-23 14:26:03.142] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:26:03.174] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:26:03.190] [ OK ] Reached target Network (Pre). [2024-05-23 14:26:03.218] Starting Network Service... [2024-05-23 14:26:03.250] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:26:03.307] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:26:03.327] [ OK ] Reached target System Initialization. [2024-05-23 14:26:03.352] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:26:03.361] [ OK ] Reached target Sockets. [2024-05-23 14:26:03.379] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:26:03.394] [ OK ] Reached target Timers. [2024-05-23 14:26:03.409] [ OK ] Reached target Basic System. [2024-05-23 14:26:03.441] [ 7.784773] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:26:03.443] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:26:03.460] [ 7.810372] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:26:03.472] [ 7.815204] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:26:03.472] [ 7.819876] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:26:03.489] Starting Load Kernel Modules... [2024-05-23 14:26:03.527] Starting Login Service... [2024-05-23 14:26:03.553] [ OK ] Started Kernel Logging Service. [2024-05-23 14:26:03.581] [ 7.931967] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:26:03.591] [ OK ] Started [ 7.941195] = vpu_c7_lib_arm64_v4_14: module license 'Proprietary' taints kernel. [2024-05-23 14:26:03.605] OP-TEE Supplicant Service. [2024-05-23 14:26:03.607] [ 7.952183] Disabling lock debugging due to = kernel taint [2024-05-23 14:26:03.629] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:26:03.642] [ OK ] Started NS VSync Process. [2024-05-23 14:26:03.672] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:26:03.691] [ OK ] Started NS System Management Process. [2024-05-23 14:26:03.708] [ 8.048777] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:26:03.710] [ 8.059807] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:26:03.726] [ 8.059817] [INFO][GMAC]=20 [2024-05-23 14:26:03.726] [ 8.066715] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:26:03.726] Start /usr/bin/sys-fail-mon [2024-05-23 14:26:03.749] Starting NS Inter Domain Comm = Process... [2024-05-23 14:26:03.750] [ 8.093721] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:26:03.750] [ 8.094936] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:26:03.764] [ 8.105530] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:26:03.778] [ 8.115706] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:26:03.778] [[ 8.124092] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:26:03.797] [ 8.131627] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:03.797] OK [ 8.132078] libphy: tcc-gmac-mdio: = probed [2024-05-23 14:26:03.809] [ 8.132083] [INFO][GMAC] registered! [2024-05-23 14:26:03.811] ] [ 8.132086] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:26:03.811] [ 8.132091] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:26:03.834] Started System Logging S[ 8.164290] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:26:03.834] ervice. [2024-05-23 14:26:03.834] [ 8.172260] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:26:03.834] [ OK ] Started 8.183042] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:26:03.850] 39mNetwork Service. [2024-05-23 14:26:03.850] [ 8.193361] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:26:03.853] Starting Wait for Network to be = Configured.[ 8.205036] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:03.877] .. [2024-05-23 14:26:03.877] [ 8.208910] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:26:03.879] [ 8.208951] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:26:03.901] [ 8.208951] -- MASTER Configuration. [2024-05-23 14:26:03.901] [ 8.208951] -- Local Receiver Status Not = OK. [2024-05-23 14:26:03.901] [ 8.208951] -- Remote Receiver Status Not = OK. [2024-05-23 14:26:03.901] [ 8.208968] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:26:03.902] [ 8.208972] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:26:03.915] [ 8.209200] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:03.926] [ 8.209203] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:26:03.938] [ 8.209205] INFO: lockdep is turned off. [2024-05-23 14:26:03.938] [ 8.209207] irq event stamp: 70378 [2024-05-23 14:26:03.940] [ 8.209222] hardirqs last enabled at = (70377): [<0000000019c92ad8>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:03.962] [ 8.209228] hardirqs last disabled at = (70378): [<000000000692f19a>] __schedule+0xc8/0x730 [2024-05-23 14:26:03.964] [ 8.209235] softirqs last enabled at (0): = [<000000000b084d2b>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:03.964] [ 8.209238] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:03.986] [ 8.209240] Preemption disabled at: [2024-05-23 14:26:03.986] [ 8.209247] [<0000000025380383>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:03.986] [ 8.209254] CPU: 1 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:26:03.986] [ 8.209256] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:03.997] [ 8.209259] Call trace: [2024-05-23 14:26:04.011] [ 8.209264] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:04.011] [ 8.209268] show_stack+0x14/0x20 [2024-05-23 14:26:04.011] [ 8.209272] dump_stack+0xb8/0xf0 [2024-05-23 14:26:04.014] [ 8.209276] ___might_sleep+0x178/0x210 [2024-05-23 14:26:04.014] [ 8.209279] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:04.014] [ 8.209284] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:04.014] [ 8.209289] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:04.037] [ 8.209294] gic_set_type+0x84/0x98 [2024-05-23 14:26:04.037] [ 8.209298] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:04.037] [ 8.209302] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:04.037] [ 8.209305] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:04.037] [ 8.209312] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:26:04.037] [ 8.209316] __dev_open+0x100/0x150 [2024-05-23 14:26:04.049] [ 8.209319] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:26:04.051] [ 8.209322] dev_change_flags+0x20/0x60 [2024-05-23 14:26:04.051] [ 8.209326] do_setlink+0x3ec/0xc30 [2024-05-23 14:26:04.072] [ 8.209329] rtnl_setlink+0xcc/0x128 [2024-05-23 14:26:04.076] [ 8.209332] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:26:04.076] [ 8.209336] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:26:04.076] [ 8.209339] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:26:04.076] [ 8.209342] netlink_unicast+0x180/0x1f8 [2024-05-23 14:26:04.076] [ 8.209345] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:26:04.076] [ 8.209350] sock_sendmsg+0x3c/0x58 [2024-05-23 14:26:04.097] [ 8.209354] SyS_sendto+0xd0/0x140 [2024-05-23 14:26:04.108] [ 8.209358] el0_svc_naked+0x34/0x38 [2024-05-23 14:26:04.108] [ 8.209508] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:26:04.108] [ 8.214707] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:26:04.108] [ 8.214713] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:26:04.110] [ 8.214718] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:26:04.110] [ 8.214718] =20 [2024-05-23 14:26:04.130] [ 8.215054] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:26:04.134] [ 8.215326] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:26:04.134] [ 8.215330] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:26:04.134] [ 8.215334] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:26:04.136] [ 8.215334] =20 [2024-05-23 14:26:04.136] [ 8.215484] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:26:04.155] [ 8.215498] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:26:04.155] [ 8.215502] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:26:04.155] [ 8.215506] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:26:04.155] [ 8.215514] [INFO][GMAC] --] phy_start: : [2024-05-23 14:26:04.157] [ 8.215574] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:26:04.182] [ 8.326448] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.182] [ 8.434437] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.182] [ OK ] Reached target Network. [2024-05-23 14:26:04.192] Starting udev C[ 8.542160] VPU = vpu_vdec Driver(id:0) Initialized. [2024-05-23 14:26:04.201] oldplug all Devices... [2024-05-23 14:26:04.213] [ 8.542511] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.233] Starting Permit User Sessions... [2024-05-23 14:26:04.238] [ 8.574342] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:26:04.250] [ 8.586746] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:26:04.250] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:26:04.266] [ 8.601299] Done!! [2024-05-23 14:26:04.276] [ OK ] Started Permit User Sessions. [2024-05-23 14:26:04.293] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:26:04.301] parents, child is 316 [2024-05-23 14:26:04.303] [IDC]Start. [2024-05-23 14:26:04.318] [ OK ] Started Getty on tty1.[ 8.657165] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:26:04.321] =0A= [2024-05-23 14:26:04.321] [ OK ] Reached tar[ 8.662592] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:26:04.347] get Login Prompts. [2024-05-23 14:26:04.347] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:26:04.347] [ OK ] Started Cluster Framework. [2024-05-23 14:26:04.347] [IDC](A7)ConnectReq 0 [2024-05-23 14:26:04.347] [IDC](A7)do_connect 0 [2024-05-23 14:26:04.347] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:26:04.347] [IDC](A7)Tx start session req 1 [2024-05-23 14:26:04.360] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:26:04.386] [IDC](R5)ConnectReq 0 [2024-05-23 14:26:04.386] [IDC](R5)do_connect 0 [2024-05-23 14:26:04.386] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:26:04.386] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:26:04.386] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:26:04.386] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:26:04.390] [ OK ] Started HUD Framework. [2024-05-23 14:26:04.390] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:26:04.390] [IDC](A7)Session connected. [2024-05-23 14:26:04.390] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:26:04.390] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:26:04.390] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:26:04.434] [IDC](R5)Session connected.2 [2024-05-23 14:26:04.434] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:26:04.437] [ OK ] Started Nvm Process. [2024-05-23 14:26:04.437] [ OK ] Started NS hsm control application. [2024-05-23 14:26:04.437] [ 8.779840] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.457] [ OK ] Started Diagnosis Framework. [2024-05-23 14:26:04.487] [ OK ] Started Diagnosis Transport. [2024-05-23 14:26:04.498] [ 8.826884] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:26:04.510] [ 8.840735] Done!! [2024-05-23 14:26:04.549] [ 8.898604] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.562] [ OK ] Started NS Software Update. [2024-05-23 14:26:04.616] [ OK ] Started NS Secondary Verify. [2024-05-23 14:26:04.645] [ OK ] Started Login Service. [2024-05-23 14:26:04.662] [ OK ] Reached target[ 9.012499] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:26:04.675] Multi-User System. [2024-05-23 14:26:04.773] [ 9.092829] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:26:04.792] [ 9.123200] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:26:04.807] [ 9.126607] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.807] [ 9.133727] Done!! [2024-05-23 14:26:04.831] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:26:04.876] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:26:04.886] [ 9.234599] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:04.899] [ OK ] Started Load Kernel Modules. [2024-05-23 14:26:04.969] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:26:04.996] [ 9.346509] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:05.028] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:26:05.136] [ 9.485541] sched: RT throttling activated [2024-05-23 14:26:05.667] [ 10.010223] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:26:05.673] [ 10.010230] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:26:06.102] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:26:06.647] [ 10.996297] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:26:06.666] [ 11.004707] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:26:10.592]=20 [2024-05-23 14:26:10.592] telechips-nsp1-release login:=20 [2024-05-23 14:26:14.010]=20 [2024-05-23 14:26:14.010] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:26:14.015]=20 [2024-05-23 14:26:14.015] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:26:14.039] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:26:14.065] DRAM: 2 GiB [2024-05-23 14:26:14.065] MMC: sdhc@0x16440000: 0 [2024-05-23 14:26:14.334]=20 [2024-05-23 14:26:14.334] HW Partition tyep is UserData [2024-05-23 14:26:14.345] In: serial [2024-05-23 14:26:14.350] Out: serial [2024-05-23 14:26:14.350] Err: serial [2024-05-23 14:26:14.411] Boot in the UserData environment(0) [2024-05-23 14:26:14.414] Non-secure boot (secure boot flag is clear) [2024-05-23 14:26:14.430] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:26:14.430] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:26:14.430] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:26:14.443] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:26:14.445] Booting using the fdt blob at 0x23000000 [2024-05-23 14:26:14.445] Loading Kernel Image [2024-05-23 14:26:14.467] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:26:14.468] OPTEE is enabled [2024-05-23 14:26:14.469]=20 [2024-05-23 14:26:14.469] Starting kernel ... [2024-05-23 14:26:14.469]=20 [2024-05-23 14:26:15.393] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:26:15.399] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:26:15.417] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:26:15.417] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:26:15.432] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:26:15.432] [ 0.000000] efi: UEFI not found. [2024-05-23 14:26:15.432] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:26:15.448] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:26:15.448] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:26:15.465] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:26:15.465] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:26:15.480] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:26:15.480] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:26:15.495] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:26:15.495] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:26:15.510] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:26:15.510] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:26:15.524] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:26:15.538] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:26:15.540] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:26:15.560] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:26:15.573] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:26:15.573] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:26:15.574] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:26:15.574] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:26:15.600] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:26:15.600] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:26:15.600] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:26:15.616] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:26:15.616] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:26:15.630] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:26:15.632] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:26:15.632] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:26:15.655] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:26:15.658] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:26:15.658] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:26:15.658] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:26:15.658] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:26:15.685] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:26:15.685] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:26:15.685] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:26:15.685] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:26:15.705] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:26:15.732] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:26:15.732] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:26:15.732] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:26:15.732] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:26:15.750] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:26:15.771] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:26:15.775] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:26:15.775] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:26:15.775] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:26:15.799] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:26:15.799] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:26:15.799] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:26:15.801] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:26:15.825] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:26:15.825] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:26:15.825] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:26:15.840] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:26:15.840] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:26:15.855] [ 0.000000] Running RCU self tests [2024-05-23 14:26:15.855] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:26:15.855] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:26:15.871] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:26:15.879] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:26:15.879] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:26:15.884] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:26:15.884] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:26:15.907] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:26:15.922] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:26:15.922] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:26:15.922] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:26:15.924] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:26:15.924] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:26:15.950] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:26:15.950] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:26:15.950] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:26:15.950] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:26:15.950] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:26:15.959] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:26:15.972] [ 0.001725] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:26:15.974] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:26:15.974] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:26:15.974] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:26:15.998] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:26:16.001] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:26:16.001] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:26:16.001] [ 0.001786] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:26:16.023] [ 0.002285] Security Framework initialized [2024-05-23 14:26:16.025] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:26:16.025] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:26:16.025] [ 0.002676] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:26:16.025] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:26:16.039] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:26:16.039] [ 0.062279] EFI services will not be = available. [2024-05-23 14:26:16.039] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:26:16.053] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:26:16.055] [ 0.120828] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:26:16.055] [ 0.164999] Detected VIPT I-cache on CPU2 [2024-05-23 14:26:16.078] [ 0.165056] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:26:16.090] [ 0.209283] Detected VIPT I-cache on CPU3 [2024-05-23 14:26:16.090] [ 0.209337] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:26:16.090] [ 0.209713] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:26:16.090] [ 0.209754] SMP: Total of 4 processors = activated. [2024-05-23 14:26:16.090] [ 0.209770] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:26:16.092] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:26:16.092] [ 0.209970] alternatives: patching kernel = code [2024-05-23 14:26:16.115] [ 0.210515] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:26:16.117] [ 0.213122] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:26:16.117] [ 0.213732] devtmpfs: initialized [2024-05-23 14:26:16.117] [ 0.402755] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:26:16.117] [ 0.403022] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:26:16.142] [ 0.411847] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:26:16.142] [ 0.412756] chipinfo: TCC8030 Rev02 [2024-05-23 14:26:16.142] [ 0.412771] chipinfo: SiP Service v0.1.56 [2024-05-23 14:26:16.142] [ 0.418039] NET: Registered protocol family = 16 [2024-05-23 14:26:16.142] [ 0.421990] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:26:16.153] [ 0.423962] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:26:16.155] [ 0.425545] cpuidle: using governor menu [2024-05-23 14:26:16.155] [ 0.425779] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:26:16.182] [ 0.439955] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:26:16.182] [ 0.440430] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:26:16.182] [ 0.440476] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:26:16.182] [ 0.440521] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:26:16.206] [ 0.440564] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:26:16.224] [ 0.440608] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:26:16.224] [ 0.440651] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:26:16.224] [ 0.440694] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:26:16.224] [ 0.440737] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:26:16.224] [ 0.440781] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:26:16.247] [ 0.440824] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:26:16.247] [ 0.440868] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:26:16.247] [ 0.440912] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:26:16.247] [ 0.440955] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:26:16.258] [ 0.440998] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:26:16.258] [ 0.441042] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:26:16.258] [ 0.441099] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:26:16.258] [ 0.441143] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:26:16.258] [ 0.441186] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:26:16.260] [ 0.441529] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:26:16.260] [ 0.441573] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:26:16.285] [ 0.441616] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:26:16.285] [ 0.441660] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:26:16.285] [ 0.441703] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:26:16.285] [ 0.441746] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:26:16.285] [ 0.441789] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:26:16.301] [ 0.441833] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:26:16.301] [ 0.441876] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:26:16.301] [ 0.441920] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:26:16.317] [ 0.442052] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:26:16.317] [ 0.442097] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:26:16.317] [ 0.442333] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:26:16.332] [ 0.442392] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:26:16.334] [ 0.442436] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:26:16.334] [ 0.442479] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:26:16.358] [ 0.442522] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:26:16.373] [ 0.442566] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:26:16.373] [ 0.442609] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:26:16.373] [ 0.442812] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:26:16.373] [ 0.442856] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:26:16.373] [ 0.442899] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:26:16.385] [ 0.442942] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:26:16.385] [ 0.442985] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:26:16.388] [ 0.443028] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:26:16.388] [ 0.443071] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:26:16.388] [ 0.443114] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:26:16.412] [ 0.443157] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:26:16.412] [ 0.443200] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:26:16.412] [ 0.443257] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:26:16.412] [ 0.443300] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:26:16.412] [ 0.443344] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:26:16.427] [ 0.443386] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:26:16.427] [ 0.443931] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:26:16.427] [ 0.443976] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:26:16.441] [ 0.444148] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:26:16.441] [ 0.444320] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:26:16.443] [ 0.444506] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:26:16.468] [ 0.444674] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:26:16.468] [ 0.444841] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:26:16.468] [ 0.444885] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:26:16.468] [ 0.444928] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:26:16.468] [ 0.445093] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:26:16.482] [ 0.445258] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:26:16.482] [ 0.445423] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:26:16.496] [ 0.445466] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:26:16.505] [ 0.445509] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:26:16.505] [ 0.445553] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:26:16.506] [ 0.445596] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:26:16.506] [ 0.445766] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:26:16.531] [ 0.445810] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:26:16.531] [ 0.446110] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:26:16.531] [ 0.446129] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:26:16.531] [ 0.528467] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:26:16.544] [ 0.528558] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:26:16.558] [ 1.675276] console [ttyAMA0] enabled [2024-05-23 14:26:16.569] [ 1.682925] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:26:16.575] [ 1.711866] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:26:16.586] [ 1.722158] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:26:16.602] [ 1.732736] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:26:16.619] [ 1.742990] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:26:16.707] [ 1.842762] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:26:16.722] [ 1.858921] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:26:16.738] [ 1.865818] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:26:16.762] [ 1.872675] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:26:16.765] [ 1.879042] Linux video capture interface: = v2.00 [2024-05-23 14:26:16.765] [ 1.884917] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:16.765] [ 1.884922] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:26:16.782] [ 1.884926] 6 locks held by swapper/0/1: [2024-05-23 14:26:16.782] [ 1.884929] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:26:16.784] [ 1.884956] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:26:16.810] [ 1.884971] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:26:16.810] [ 1.884990] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:16.810] [ 1.885004] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:26:16.826] [ 1.885020] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:16.828] [ 1.885039] irq event stamp: 287966 [2024-05-23 14:26:16.841] [ 1.885045] hardirqs last enabled at = (287965): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:16.843] [ 1.885050] hardirqs last disabled at = (287966): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:16.871] [ 1.885057] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:16.871] [ 1.885061] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:16.871] [ 1.885063] Preemption disabled at: [2024-05-23 14:26:16.871] [ 1.885068] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:16.885] [ 1.885077] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:26:16.886] [ 1.885080] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:16.909] [ 1.885084] Call trace: [2024-05-23 14:26:16.911] [ 1.885090] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:16.911] [ 1.885095] show_stack+0x14/0x20 [2024-05-23 14:26:16.911] [ 1.885100] dump_stack+0xb8/0xf0 [2024-05-23 14:26:16.911] [ 1.885106] ___might_sleep+0x178/0x210 [2024-05-23 14:26:16.911] [ 1.885110] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:16.911] [ 1.885114] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:16.934] [ 1.885120] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:16.934] [ 1.885128] gic_set_type+0x84/0x98 [2024-05-23 14:26:16.944] [ 1.885133] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:16.944] [ 1.885137] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:16.944] [ 1.885142] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:16.944] [ 1.885147] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:26:16.944] [ 1.885154] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:26:16.957] [ 1.885158] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:16.957] [ 1.885163] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:16.958] [ 1.885168] __driver_attach+0xfc/0x118 [2024-05-23 14:26:16.958] [ 1.885173] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:16.958] [ 1.885178] driver_attach+0x20/0x28 [2024-05-23 14:26:16.981] [ 1.885182] bus_add_driver+0x220/0x268 [2024-05-23 14:26:16.982] [ 1.885187] driver_register+0x60/0xf8 [2024-05-23 14:26:16.982] [ 1.885191] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:16.982] [ 1.885199] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:26:16.982] [ 1.885204] do_one_initcall+0x50/0x15c [2024-05-23 14:26:16.982] [ 1.885210] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:26:17.003] [ 1.885216] kernel_init+0x10/0x100 [2024-05-23 14:26:17.007] [ 1.885221] ret_from_fork+0x10/0x18 [2024-05-23 14:26:17.007] [ 1.891129] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:26:17.007] [ 2.138429] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:26:17.027] [ 2.151936] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:26:17.027] [ 2.158972] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:26:17.042] [ 2.163573] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:26:17.044] [ 2.168376] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:26:17.044] [ 2.173223] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:26:17.044] [ 2.177778] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:26:17.095] [ 2.231014] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:26:17.108] [ 2.243494] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:17.125] [ 2.261566] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:17.143] [ 2.277159] NET: Registered protocol family = 2 [2024-05-23 14:26:17.158] [ 2.284685] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:26:17.159] [ 2.292298] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:26:17.173] [ 2.303525] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:26:17.184] [ 2.311101] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:26:17.194] [ 2.317865] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:26:17.205] [ 2.325982] NET: Registered protocol family = 1 [2024-05-23 14:26:17.297] [ 2.433896] audit: initializing netlink = subsys (disabled) [2024-05-23 14:26:17.306] [ 2.440549] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:26:17.320] [ 2.441172] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:26:17.387] [ 2.523128] fuse init (API version 7.26) [2024-05-23 14:26:17.406] [ 2.541075] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:26:17.422] [ 2.551276] io scheduler noop registered = (default) [2024-05-23 14:26:17.426] [ 2.556118] io scheduler mq-deadline = registered [2024-05-23 14:26:17.426] [ 2.560680] io scheduler kyber registered [2024-05-23 14:26:17.443] [ 2.571470] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:17.454] [ 2.578323] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:17.456] [ 2.584533] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:26:17.472] [ 2.592131] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:17.519] [ 2.654723] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:17.526] [ 2.662334] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:17.539] [ 2.667275] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:26:17.539] [ 2.672704] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:17.552] [ 2.673339] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:17.554] [ 2.684094] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:17.575] [ 2.690303] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:26:17.588] [ 2.697841] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:17.591] [ 2.722104] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:17.606] [ 2.729017] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:17.606] [ 2.733672] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:26:17.606] [ 2.739098] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:17.625] [ 2.739674] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:17.625] [ 2.750492] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:17.625] [ 2.756701] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:26:17.638] [ 2.764315] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:17.695] [ 2.830803] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:17.702] [ 2.837570] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:17.715] [ 2.842167] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:26:17.721] [ 2.847594] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:17.735] [ 2.857264] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:26:17.735] [ 2.866959] [INF][WDMA] tcc_wdma_init [2024-05-23 14:26:17.737] [ 2.871738] TCC WDMA Driver Initializing [2024-05-23 14:26:17.774] [ 2.879328] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:26:17.774] [ 2.885451] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:26:17.774] [ 2.895906] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:17.791] [ 2.908532] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:26:17.793] [ 2.917917] [CPU_ID] probe is done [2024-05-23 14:26:17.793] [ 2.921663] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:26:17.814] [ 2.928372] [DRAM_TOOL] probe is done [2024-05-23 14:26:17.817] [ 2.935946] MALI-G51 : r30p0-01eac0 [2024-05-23 14:26:17.817] [ 2.939477] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:26:17.817] [ 2.949186] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:17.832] [ 2.949190] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:26:17.832] [ 2.949195] 6 locks held by swapper/0/1: [2024-05-23 14:26:17.845] [ 2.949198] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:26:17.857] [ 2.949226] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:26:17.863] [ 2.949241] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:26:17.863] [ 2.949261] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:17.886] [ 2.949275] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:26:17.886] [ 2.949291] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:17.889] [ 2.949311] irq event stamp: 453476 [2024-05-23 14:26:17.906] [ 2.949316] hardirqs last enabled at = (453475): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:17.909] [ 2.949321] hardirqs last disabled at = (453476): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:17.930] [ 2.949329] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:17.932] [ 2.949333] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:17.932] [ 2.949335] Preemption disabled at: [2024-05-23 14:26:17.932] [ 2.949340] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:17.953] [ 2.949350] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:26:17.965] [ 2.949353] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:17.965] [ 2.949357] Call trace: [2024-05-23 14:26:17.965] [ 2.949363] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:17.965] [ 2.949368] show_stack+0x14/0x20 [2024-05-23 14:26:17.968] [ 2.949374] dump_stack+0xb8/0xf0 [2024-05-23 14:26:17.968] [ 2.949379] ___might_sleep+0x178/0x210 [2024-05-23 14:26:17.968] [ 2.949383] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:17.988] [ 2.949388] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:17.989] [ 2.949393] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:17.989] [ 2.949400] gic_set_type+0x84/0x98 [2024-05-23 14:26:17.989] [ 2.949405] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:17.989] [ 2.949410] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:17.989] [ 2.949415] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:18.013] [ 2.949421] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:26:18.013] [ 2.949427] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:26:18.013] [ 2.949431] kbase_device_init+0x78/0xf8 [2024-05-23 14:26:18.013] [ 2.949437] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:26:18.013] [ 2.949441] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:18.023] [ 2.949447] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:18.027] [ 2.949452] __driver_attach+0xfc/0x118 [2024-05-23 14:26:18.027] [ 2.949456] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:18.049] [ 2.949461] driver_attach+0x20/0x28 [2024-05-23 14:26:18.050] [ 2.949466] bus_add_driver+0x220/0x268 [2024-05-23 14:26:18.050] [ 2.949471] driver_register+0x60/0xf8 [2024-05-23 14:26:18.050] [ 2.949475] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:18.050] [ 2.949482] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:26:18.050] [ 2.949486] do_one_initcall+0x50/0x15c [2024-05-23 14:26:18.050] [ 2.949493] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:26:18.071] [ 2.949499] kernel_init+0x10/0x100 [2024-05-23 14:26:18.071] [ 2.949503] ret_from_fork+0x10/0x18 [2024-05-23 14:26:18.071] [ 2.951454] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:26:18.073] [ 3.206720] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:26:18.089] [ 3.213460] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:26:18.091] [ 3.227864] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:26:18.104] [ 3.235025] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:26:18.126] [ 3.247218] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:26:18.128] [ 3.253435] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:26:18.128] [ 3.257816] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:26:18.140] [ 3.265328] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:26:18.179] [ 3.315176] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:26:18.196] [ 3.326047] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:26:18.199] [ 3.333939] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:26:18.213] [ 3.345125] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:26:18.215] [ 3.350479] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:26:18.243] [ 3.361552] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:26:18.243] [ 3.370520] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:26:18.275] [ 3.389615] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:26:18.276] [ 3.405150] libphy: Fixed MDIO Bus: probed [2024-05-23 14:26:18.276] [ 3.410116] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:26:18.290] [ 3.423242] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:26:18.313] [ 3.427786] [INFO][GAMC] gmac index : 1 [2024-05-23 14:26:18.313] [ 3.432241] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:26:18.313] [ 3.437409] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:26:18.316] [ 3.442973] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:26:18.316] [ 3.443710] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:26:18.334] [ 3.443726] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:26:18.335] [ 3.447521] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:26:18.335] [ 3.456273] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:26:18.335] [ 3.457358] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:18.357] [ 3.457370] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:26:18.360] [ 3.457377] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:26:18.360] [ 3.457389] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:18.360] [ 3.457401] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:26:18.360] [ 3.459161] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:26:18.382] [ 3.467946] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:26:18.382] [ 3.467954] usbhid: USB HID core driver [2024-05-23 14:26:18.382] [ 3.468301] optee: probing for conduit = method from DT. [2024-05-23 14:26:18.382] [ 3.468326] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:26:18.394] [ 3.470230] optee: initialized driver [2024-05-23 14:26:18.396] [ 3.471962] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:26:18.396] [ 3.471977] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:26:18.421] [ 3.471985] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:26:18.421] [ 3.471992] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:26:18.421] [ 3.471999] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:26:18.421] [ 3.472006] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:26:18.423] [ 3.472014] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:26:18.448] [ 3.472021] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:26:18.448] [ 3.473546] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:26:18.448] [ 3.473554] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:26:18.450] [ 3.480348] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:26:18.471] [ 3.494608] NET: Registered protocol family = 17 [2024-05-23 14:26:18.471] [ 3.495078] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:26:18.471] [ 3.500207] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:26:18.486] [ 3.615163] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:26:18.502] [ 3.627041] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:26:18.504] [ 3.632855] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:26:18.504] [ 3.639607] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:26:18.521] [ 3.647035] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:26:18.545] [ 3.664431] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:18.547] [ 3.664479] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:26:18.547] [ 3.665757] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:26:18.559] [ 3.665786] GPT:15269887 !=3D 15273599 [2024-05-23 14:26:18.559] [ 3.665794] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:26:18.562] [ 3.665802] GPT:15269887 !=3D 15273599 [2024-05-23 14:26:18.582] [ 3.665809] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:26:18.585] [ 3.665929] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:26:18.606] [ 3.720737] ALSA device list: [2024-05-23 14:26:18.608] [ 3.723738] No soundcards found. [2024-05-23 14:26:18.608] [ 3.729802] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:26:18.625] [ 3.750841] Freeing unused kernel memory: = 4160K [2024-05-23 14:26:18.627] Mounting devtmpfs [2024-05-23 14:26:18.641] [ 3.765357] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:26:18.643] Mounting procfs [2024-05-23 14:26:18.643] Mounting sysfs [2024-05-23 14:26:18.666] [ 3.784397] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:26:18.675] [ 3.811890] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:26:18.717] [ 3.853701] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:26:18.728] [ 3.862813] mount (98) used greatest stack = depth: 11376 bytes left [2024-05-23 14:26:18.986] [ 4.122156] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:26:19.084] [ 4.220079] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:26:19.113] [ 4.247406] systemd[1]: Detected = architecture arm64. [2024-05-23 14:26:19.158]=20 [2024-05-23 14:26:19.158] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:26:19.172]=20 [2024-05-23 14:26:19.176] [ 4.312558] systemd[1]: Set hostname to = . [2024-05-23 14:26:19.191] [ 4.323903] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:26:19.205] [ 4.333064] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:26:19.442] [ 4.578196] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:26:19.470] [ 4.595299] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:26:19.502] [ 4.636941] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:26:19.515] [ 4.649053] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:26:19.698] [ 4.834290] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:26:19.771] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:26:19.793] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:26:19.810] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:26:19.826] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:26:19.844] [ OK ] Reached target Remote File Systems. [2024-05-23 14:26:19.861] [ OK ] Reached target Paths. [2024-05-23 14:26:19.876] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:26:19.892] [ OK ] Reached target Swap. [2024-05-23 14:26:19.917] [ OK ] Created slice User and Session Slice. [2024-05-23 14:26:19.925] [ OK ] Listening on Journal Socket. [2024-05-23 14:26:19.961] Starting Apply Kernel Variables... [2024-05-23 14:26:19.993] Mounting POSIX Message Queue File = System... [2024-05-23 14:26:20.011] Mounting Kernel Debug File System... [2024-05-23 14:26:20.044] Mounting Configuration File System... [2024-05-23 14:26:20.072] Starting mount data partition = service... [2024-05-23 14:26:20.105] Mounting Huge Pages File System... [2024-05-23 14:26:20.139] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:26:20.158] [ OK ] Listening on udev Control Socket. [2024-05-23 14:26:20.195] Starting udev Coldplug all Devices... [2024-05-23 14:26:20.211] [ OK ] Created slice system-getty.slice. [2024-05-23 14:26:20.229] [ 5.365319] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:20.243] [ 5.373376] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:26:20.245] [ OK ] Listening on Syslog Socket. [2024-05-23 14:26:20.280] Starting Journal Service... [2024-05-23 14:26:20.292] [ OK ] Reached target Slices. [2024-05-23 14:26:20.328] Mounting FUSE Control File System... [2024-05-23 14:26:20.362] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:26:20.448] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:26:20.465] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:26:20.494] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:26:20.510] [ OK ] Mounted Configuration File System. [2024-05-23 14:26:20.528] [ OK ] Started mount data partition service. [2024-05-23 14:26:20.540] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:26:20.570] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:26:20.595] [ OK ] Started Journal Service. [2024-05-23 14:26:20.628] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:26:20.648] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:26:20.697] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:26:20.728] Mounting /var/volatile... [2024-05-23 14:26:20.748] [ OK ] Reached target Containers. [2024-05-23 14:26:20.771] Mounting /tmp... [2024-05-23 14:26:20.801] Starting udev Kernel Device = Manager... [2024-05-23 14:26:20.829] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:26:20.861] Starting NS file System mount and = recovery.... [2024-05-23 14:26:20.906] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:26:20.951] [ OK ] Mounted /var/volatile. [2024-05-23 14:26:20.979] [ OK ] Mounted /tmp. [2024-05-23 14:26:20.995] [ 6.130234] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:21.090] [ 6.225830] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:21.111] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:26:21.191] [ 6.324520] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:21.260] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:26:21.329] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:26:21.496] [ 6.632319] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:26:21.515] Starting Bind mount volatile = /var/lib... [2024-05-23 14:26:21.546] Starting Bind mount volatile = /var/spool... [2024-05-23 14:26:21.580] Starting Bind mount volatile = /var/cache... [2024-05-23 14:26:21.609] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:26:21.802] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:26:21.829] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:26:21.863] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:26:21.878] [ OK ] Reached target Local File Systems. [2024-05-23 14:26:21.911] Starting AppArmor initialization... [2024-05-23 14:26:21.946] Starting netfilter persistent = configuration... [2024-05-23 14:26:21.970] Starting Create Volatile Files and = Directories... [2024-05-23 14:26:22.005] Starting Load/Save Random Seed... [2024-05-23 14:26:22.081] [ 7.217209] audit: type=3D1400 = audit(1550139121.092:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:26:22.112] [ 7.233060] audit: type=3D1400 = audit(1550139121.096:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:22.137] [ 7.250285] audit: type=3D1400 = audit(1550139121.096:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:22.150] [ 7.266675] audit: type=3D1400 = audit(1550139121.096:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:22.163] [ 7.282289] audit: type=3D1400 = audit(1550139121.096:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:22.188] [ 7.300307] audit: type=3D1400 = audit(1550139121.096:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:22.190] [ 7.316139] audit: type=3D1400 = audit(1550139121.096:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:26:22.230] [ OK ] Started AppArmor initialization. [2024-05-23 14:26:22.264] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:26:22.282] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:26:22.312] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:26:22.347] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:26:22.380] [ OK ] Reached target Network (Pre). [2024-05-23 14:26:22.400] Starting Network Service... [2024-05-23 14:26:22.439] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:26:22.463] [ OK ] Reached target System Initialization. [2024-05-23 14:26:22.480] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:26:22.496] [ OK ] Reached target Sockets. [2024-05-23 14:26:22.512] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:26:22.527] [ OK ] Reached target Timers. [2024-05-23 14:26:22.544] [ OK ] Reached target Basic System. [2024-05-23 14:26:22.580] [ OK ] Started NS VSync Process. [2024-05-23 14:26:22.586] [ 7.719254] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:26:22.630] [ OK ] Started System Logging Service. [2024-05-23 14:26:22.634] [ 7.769252] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:26:22.647] [ 7.776952] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:26:22.647] [ 7.781501] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:26:22.664] Starting Login Service... [2024-05-23 14:26:22.664] [ 7.796805] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:26:22.715] [ OK ] Started Kernel Logging Service. [2024-05-23 14:26:22.746] [ 7.868564] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:26:22.775] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:26:22.824] Starting Load Kernel Modules... [2024-05-23 14:26:22.859] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:26:22.871] [ 8.002611] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:26:22.896] [ 8.008094] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:26:22.913] [ 8.008357] [INFO][GMAC]=20 [2024-05-23 14:26:22.914] [ 8.044795] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:26:22.931] [ 8.058137] libphy: tcc-gmac-mdio: probed [2024-05-23 14:26:22.931] [ 8.058148] [INFO][GMAC] registered! [2024-05-23 14:26:22.956] [ 8.058155] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:26:22.957] [ 8.058165] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:26:22.957] [ 8.079545] Disabling lock debugging due to = kernel taint [2024-05-23 14:26:22.957] [ OK ] Started NS System Management Process. [2024-05-23 14:26:22.957] Start /usr/bin/sys-fail-mon [2024-05-23 14:26:22.982] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:26:22.985] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:26:22.985] Starting NS Inter Domain Comm = Process... [2024-05-23 14:26:23.000] [ OK ] Started Network Service. [2024-05-23 14:26:23.000] [ OK ] Reached target Network. [2024-05-23 14:26:23.000] [ 8.133409] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:26:23.019] [ 8.140535] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:26:23.019] [ 8.140535] -- MASTER Configuration. [2024-05-23 14:26:23.019] [ 8.140535] -- Local Receiver Status Not = OK. [2024-05-23 14:26:23.021] [ 8.140535] -- Remote Receiver Status Not = OK. [2024-05-23 14:26:23.047] [ 8.158488] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:26:23.047] [ 8.165129] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:26:23.047] [ 8.166097] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:26:23.047] Starting udev Coldplug a[ 8.166110] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:26:23.063] ll Devices...[ 8.166728] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:26:23.065] [ 8.166735] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:26:23.091] [ 8.167366] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:23.091] [ 8.167710] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:26:23.091]=20 [2024-05-23 14:26:23.091] [ 8.167737] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:26:23.108] [ 8.168174] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:26:23.108] [ 8.168180] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:26:23.124] [ 8.168738] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:23.126] [ 8.208948] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:26:23.153] [ 8.216607] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:23.153] [ 8.216611] in_atomic(): 1, = irqs_disabled(): 128, pid: 280, name: systemd-modules [2024-05-23 14:26:23.153] [ 8.216613] INFO: lockdep is turned off. [2024-05-23 14:26:23.153] [ 8.216616] irq event stamp: 24689 [2024-05-23 14:26:23.155] [ 8.216631] hardirqs last enabled at = (24689): [<0000000030186e48>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:23.180] [ 8.216635] hardirqs last disabled at = (24688): [<00000000c7654006>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:23.180] [ 8.216643] softirqs last enabled at (0): = [<000000001df140a2>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:23.205] [ 8.216645] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:23.207] [ 8.216647] Preemption disabled at: [2024-05-23 14:26:23.207] [ 8.216654] [<00000000517e4f3b>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:23.207] [ 8.216661] CPU: 1 PID: 280 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:26:23.207] [ 8.216663] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:23.224] [ 8.216666] Call trace: [2024-05-23 14:26:23.226] [ 8.216671] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:23.226] [ 8.216674] show_stack+0x14/0x20 [2024-05-23 14:26:23.226] [ 8.216679] dump_stack+0xb8/0xf0 [2024-05-23 14:26:23.226] [ 8.216683] ___might_sleep+0x178/0x210 [2024-05-23 14:26:23.251] [ 8.216685] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:23.251] [ 8.216693] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:23.251] [ 8.216697] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:23.251] [ 8.216703] gic_set_type+0x84/0x98 [2024-05-23 14:26:23.251] [ 8.216707] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:23.251] [ 8.216710] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:23.266] [ 8.216714] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:23.266] [ 8.216748] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:26:23.266] [ 8.216765] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:26:23.281] [ 8.216770] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:23.284] [ 8.216775] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:23.284] [ 8.216779] __driver_attach+0xfc/0x118 [2024-05-23 14:26:23.284] [ 8.216783] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:23.284] [ 8.216786] driver_attach+0x20/0x28 [2024-05-23 14:26:23.306] [ 8.216790] bus_add_driver+0x220/0x268 [2024-05-23 14:26:23.308] [ 8.216793] driver_register+0x60/0xf8 [2024-05-23 14:26:23.308] [ 8.216796] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:23.308] [ 8.216814] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:26:23.308] [ 8.216818] do_one_initcall+0x50/0x15c [2024-05-23 14:26:23.308] [ 8.216822] do_init_module+0x54/0x1b0 [2024-05-23 14:26:23.331] [ 8.216825] load_module+0x1e70/0x2428 [2024-05-23 14:26:23.333] [ 8.216828] SyS_finit_module+0xe4/0x118 [2024-05-23 14:26:23.333] [ 8.216831] el0_svc_naked+0x34/0x38 [2024-05-23 14:26:23.333] [ 8.238517] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:26:23.333] [ 8.243753] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:26:23.333] [ 8.250059] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:26:23.355] [ 8.251207] Done!! [2024-05-23 14:26:23.357] [ 8.336854] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:26:23.357] [ 8.338919] Done!! [2024-05-23 14:26:23.357] [ 8.417002] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:26:23.357] [ 8.419964] Done!! [2024-05-23 14:26:23.357] Starting Permit[ 8.489765] = [INFO][GMAC] init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:26:23.381] User Sessions... [2024-05-23 14:26:23.381] Starting Wait for Network to be = Configured [INFO][GMAC] init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz = 2048 [2024-05-23 14:26:23.381] [0m... [2024-05-23 14:26:23.381] [ 8.512733] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:26:23.394] [ 8.512743] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:26:23.396] [ 8.512743] =20 [2024-05-23 14:26:23.396] [ 8.513022] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:26:23.396] [ 8.513288] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:26:23.422] [ 8.513292] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:26:23.422] [ 8.513296] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:26:23.422] [ 8.513296] =20 [2024-05-23 14:26:23.422] [ 8.513436] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:26:23.422] [ 8.513450] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:26:23.424] [ 8.513454] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:26:23.449] [ 8.513458] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:26:23.449] [ 8.513465] [INFO][GMAC] --] phy_start: : [2024-05-23 14:26:23.449] [ 8.513516] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:26:23.449] [ OK ] Started Load Kernel Modules. [2024-05-23 14:26:23.449] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:26:23.480] [ OK ] Started Permit User Sessions. [2024-05-23 14:26:23.498] parents, child is 323 [2024-05-23 14:26:23.499] [ 8.622175] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:23.499] [IDC]Start. [2024-05-23 14:26:23.512] [ 8.635061] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:26:23.514] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:26:23.514] [IDC](A7)ConnectReq 0 [2024-05-23 14:26:23.528] [IDC](A7)do_connect 0 [2024-05-23 14:26:23.541] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:26:23.541] [IDC](A7)Tx start session req 1 [2024-05-23 14:26:23.541] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:26:23.541] [IDC](R5)ConnectReq 0 [2024-05-23 14:26:23.541] [IDC](R5)do_connect 0 [2024-05-23 14:26:23.541] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:26:23.566] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:26:23.566] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:26:23.566] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:26:23.566] [ OK ] Started Getty on tty1. [2024-05-23 14:26:23.592] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:26:23.592] [IDC](A7)Session connected. [2024-05-23 14:26:23.592] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:26:23.592] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:26:23.592] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:26:23.592] [ OK ] Reached target Login Prompts. [2024-05-23 14:26:23.592] [ OK ] Started Cluster Framework. [2024-05-23 14:26:23.596] [IDC](R5)Session connected.2 [2024-05-23 14:26:23.596] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:26:23.596] [ OK ] Started HUD Framework. [2024-05-23 14:26:23.626] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:26:23.628] [ OK ] Started Nvm Process 8.748177] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:26:23.628] 0m. [2024-05-23 14:26:23.722] [ OK ] Started NS hsm control application. [2024-05-23 14:26:23.729] [ 8.864131] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:23.747] [ OK ] Started Diagnosis Framework. [2024-05-23 14:26:23.781] [ OK ] Started Diagnosis Transport. [2024-05-23 14:26:23.815] [ OK ] Started NS Software Update. [2024-05-23 14:26:23.834] [ OK ] Started NS Secondary Verify. [2024-05-23 14:26:23.842] [ 8.974482] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:23.857] [ 8.982489] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:26:23.857] [ OK ] Started Login Service. [2024-05-23 14:26:23.857] [ OK ] Reached target Multi-User System. [2024-05-23 14:26:23.874] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:26:23.876] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:26:23.932] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:26:23.940] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:26:23.962] [ 9.098071] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:24.075] [ 9.210543] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:24.191] [ 9.325357] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:24.312] [ 9.439548] sched: RT throttling activated [2024-05-23 14:26:24.317] [ 9.441207] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:24.412] [ 9.546667] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:24.525] [ 9.655497] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:24.733] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:26:24.815] [ 9.939073] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:26:24.823] [ 9.939081] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:26:25.789] [ 10.923471] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:26:25.817] [ 10.933872] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:26:29.983]=20 [2024-05-23 14:26:29.983] telechips-nsp1-release login:=20 [2024-05-23 14:26:34.235]=20 [2024-05-23 14:26:34.237] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:26:34.237]=20 [2024-05-23 14:26:34.237] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:26:34.237] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:26:34.260] DRAM: 2 GiB [2024-05-23 14:26:34.285] MMC: sdhc@0x16440000: 0 [2024-05-23 14:26:34.556]=20 [2024-05-23 14:26:34.556] HW Partition tyep is UserData [2024-05-23 14:26:34.570] In: serial [2024-05-23 14:26:34.570] Out: serial [2024-05-23 14:26:34.570] Err: serial [2024-05-23 14:26:34.632] Boot in the UserData environment(0) [2024-05-23 14:26:34.636] Non-secure boot (secure boot flag is clear) [2024-05-23 14:26:34.652] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:26:34.652] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:26:34.652] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:26:34.666] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:26:34.666] Booting using the fdt blob at 0x23000000 [2024-05-23 14:26:34.666] Loading Kernel Image [2024-05-23 14:26:34.674] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:26:34.686] OPTEE is enabled [2024-05-23 14:26:34.686]=20 [2024-05-23 14:26:34.686] Starting kernel ... [2024-05-23 14:26:34.686]=20 [2024-05-23 14:26:35.616] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:26:35.621] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:26:35.636] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:26:35.650] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:26:35.663] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:26:35.663] [ 0.000000] efi: UEFI not found. [2024-05-23 14:26:35.676] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:26:35.676] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:26:35.678] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:26:35.678] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:26:35.704] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:26:35.704] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:26:35.704] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:26:35.721] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:26:35.721] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:26:35.736] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:26:35.736] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:26:35.751] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:26:35.751] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:26:35.766] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:26:35.766] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:26:35.782] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:26:35.782] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:26:35.798] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:26:35.798] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:26:35.812] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:26:35.812] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:26:35.828] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:26:35.828] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:26:35.842] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:26:35.842] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:26:35.857] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:26:35.857] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:26:35.857] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:26:35.882] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:26:35.882] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:26:35.882] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:26:35.884] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:26:35.908] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:26:35.921] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:26:35.921] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:26:35.921] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:26:35.949] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:26:35.949] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:26:35.949] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:26:35.949] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:26:35.964] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:26:35.988] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:26:35.988] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:26:35.988] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:26:35.988] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:26:36.005] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:26:36.005] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:26:36.019] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:26:36.021] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:26:36.048] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:26:36.048] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:26:36.048] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:26:36.048] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:26:36.062] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:26:36.062] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:26:36.078] [ 0.000000] Running RCU self tests [2024-05-23 14:26:36.078] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:26:36.078] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:26:36.092] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:26:36.102] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:26:36.102] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:26:36.114] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:26:36.114] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:26:36.126] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:26:36.126] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:26:36.128] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:26:36.128] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:26:36.152] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:26:36.152] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:26:36.152] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:26:36.166] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:26:36.178] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:26:36.178] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:26:36.180] [ 0.001722] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:26:36.180] [ 0.001725] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:26:36.180] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:26:36.206] [ 0.001730] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:26:36.206] [ 0.001733] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:26:36.206] [ 0.001735] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:26:36.206] [ 0.001738] memory used by lock dependency = info: 7903 kB [2024-05-23 14:26:36.206] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:26:36.219] [ 0.001781] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:26:36.221] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:26:36.244] [ 0.002285] Security Framework initialized [2024-05-23 14:26:36.244] [ 0.002410] AppArmor: AppArmor initialized [2024-05-23 14:26:36.244] [ 0.002656] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:26:36.244] [ 0.002678] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:26:36.246] [ 0.019945] ASID allocator initialised with = 32768 entries [2024-05-23 14:26:36.271] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:26:36.271] [ 0.062272] EFI services will not be = available. [2024-05-23 14:26:36.271] [ 0.076117] smp: Bringing up secondary CPUs = ... [2024-05-23 14:26:36.271] [ 0.120743] Detected VIPT I-cache on CPU1 [2024-05-23 14:26:36.271] [ 0.120816] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:26:36.284] [ 0.164985] Detected VIPT I-cache on CPU2 [2024-05-23 14:26:36.288] [ 0.165042] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:26:36.288] [ 0.209272] Detected VIPT I-cache on CPU3 [2024-05-23 14:26:36.310] [ 0.209324] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:26:36.314] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:26:36.314] [ 0.209742] SMP: Total of 4 processors = activated. [2024-05-23 14:26:36.314] [ 0.209758] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:26:36.314] [ 0.209777] CPU: All CPU(s) started at EL2 [2024-05-23 14:26:36.314] [ 0.209957] alternatives: patching kernel = code [2024-05-23 14:26:36.338] [ 0.210535] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:26:36.350] [ 0.213099] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:26:36.350] [ 0.213753] devtmpfs: initialized [2024-05-23 14:26:36.350] [ 0.402906] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:26:36.350] [ 0.403170] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:26:36.352] [ 0.411633] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:26:36.352] [ 0.412525] chipinfo: TCC8030 Rev02 [2024-05-23 14:26:36.375] [ 0.412541] chipinfo: SiP Service v0.1.56 [2024-05-23 14:26:36.378] [ 0.417873] NET: Registered protocol family = 16 [2024-05-23 14:26:36.378] [ 0.421887] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:26:36.378] [ 0.424020] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:26:36.378] [ 0.425657] cpuidle: using governor menu [2024-05-23 14:26:36.378] [ 0.425895] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:26:36.412] [ 0.440043] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:26:36.412] [ 0.440535] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:26:36.412] [ 0.440582] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:26:36.412] [ 0.440626] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:26:36.412] [ 0.440670] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:26:36.412] [ 0.440713] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:26:36.414] [ 0.440756] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:26:36.439] [ 0.440800] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:26:36.439] [ 0.440844] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:26:36.439] [ 0.440887] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:26:36.439] [ 0.440930] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:26:36.439] [ 0.440974] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:26:36.461] [ 0.441018] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:26:36.461] [ 0.441061] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:26:36.461] [ 0.441105] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:26:36.461] [ 0.441148] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:26:36.461] [ 0.441191] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:26:36.474] [ 0.441246] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:26:36.474] [ 0.441290] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:26:36.476] [ 0.441644] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:26:36.501] [ 0.441689] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:26:36.501] [ 0.441732] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:26:36.501] [ 0.441776] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:26:36.501] [ 0.441820] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:26:36.502] [ 0.441864] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:26:36.527] [ 0.441907] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:26:36.527] [ 0.441951] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:26:36.527] [ 0.441994] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:26:36.527] [ 0.442037] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:26:36.529] [ 0.442080] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:26:36.552] [ 0.442124] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:26:36.552] [ 0.442348] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:26:36.552] [ 0.442392] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:26:36.552] [ 0.442556] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:26:36.558] [ 0.442602] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:26:36.581] [ 0.442645] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:26:36.594] [ 0.442688] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:26:36.594] [ 0.442731] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:26:36.594] [ 0.442937] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:26:36.594] [ 0.442981] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:26:36.605] [ 0.443024] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:26:36.605] [ 0.443067] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:26:36.605] [ 0.443110] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:26:36.607] [ 0.443153] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:26:36.607] [ 0.443196] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:26:36.630] [ 0.443239] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:26:36.632] [ 0.443283] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:26:36.632] [ 0.443326] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:26:36.632] [ 0.443369] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:26:36.632] [ 0.443426] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:26:36.656] [ 0.443470] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:26:36.656] [ 0.443512] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:26:36.656] [ 0.444057] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:26:36.656] [ 0.444102] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:26:36.656] [ 0.444271] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:26:36.672] [ 0.444441] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:26:36.674] [ 0.444609] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:26:36.674] [ 0.444791] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:26:36.697] [ 0.444959] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:26:36.711] [ 0.445003] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:26:36.711] [ 0.445047] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:26:36.711] [ 0.445212] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:26:36.711] [ 0.445378] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:26:36.713] [ 0.445542] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:26:36.713] [ 0.445586] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:26:36.713] [ 0.445630] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:26:36.736] [ 0.445673] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:26:36.736] [ 0.445716] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:26:36.736] [ 0.445897] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:26:36.736] [ 0.445941] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:26:36.738] [ 0.446162] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:26:36.764] [ 0.446177] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:26:36.764] [ 0.528624] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:26:36.764] [ 0.528713] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:26:36.764] [ 1.675519] console [ttyAMA0] enabled [2024-05-23 14:26:36.780] [ 1.683318] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:26:36.799] [ 1.712339] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:26:36.811] [ 1.722731] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:26:36.824] [ 1.733249] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:26:36.842] [ 1.743501] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:26:36.931] [ 1.843801] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:26:36.947] [ 1.860364] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:26:36.964] [ 1.867332] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:26:36.964] [ 1.874106] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:26:36.985] [ 1.880474] Linux video capture interface: = v2.00 [2024-05-23 14:26:36.985] [ 1.886243] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:37.000] [ 1.886247] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:26:37.001] [ 1.886252] 6 locks held by swapper/0/1: [2024-05-23 14:26:37.001] [ 1.886255] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:26:37.026] [ 1.886283] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:26:37.026] [ 1.886298] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:26:37.026] [ 1.886317] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:37.041] [ 1.886332] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:26:37.041] [ 1.886348] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:37.056] [ 1.886367] irq event stamp: 288068 [2024-05-23 14:26:37.056] [ 1.886373] hardirqs last enabled at = (288067): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:37.072] [ 1.886378] hardirqs last disabled at = (288068): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:37.074] [ 1.886385] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:37.098] [ 1.886389] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:37.098] [ 1.886391] Preemption disabled at: [2024-05-23 14:26:37.098] [ 1.886396] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:37.098] [ 1.886405] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:26:37.112] [ 1.886408] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:37.112] [ 1.886412] Call trace: [2024-05-23 14:26:37.114] [ 1.886418] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:37.140] [ 1.886422] show_stack+0x14/0x20 [2024-05-23 14:26:37.140] [ 1.886428] dump_stack+0xb8/0xf0 [2024-05-23 14:26:37.140] [ 1.886434] ___might_sleep+0x178/0x210 [2024-05-23 14:26:37.140] [ 1.886438] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:37.140] [ 1.886443] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:37.140] [ 1.886448] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:37.140] [ 1.886455] gic_set_type+0x84/0x98 [2024-05-23 14:26:37.143] [ 1.886460] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:37.169] [ 1.886465] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:37.169] [ 1.886469] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:37.169] [ 1.886475] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:26:37.169] [ 1.886481] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:26:37.169] [ 1.886486] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:37.169] [ 1.886491] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:37.185] [ 1.886496] __driver_attach+0xfc/0x118 [2024-05-23 14:26:37.187] [ 1.886500] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:37.187] [ 1.886505] driver_attach+0x20/0x28 [2024-05-23 14:26:37.187] [ 1.886510] bus_add_driver+0x220/0x268 [2024-05-23 14:26:37.210] [ 1.886514] driver_register+0x60/0xf8 [2024-05-23 14:26:37.214] [ 1.886518] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:37.214] [ 1.886526] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:26:37.214] [ 1.886531] do_one_initcall+0x50/0x15c [2024-05-23 14:26:37.214] [ 1.886538] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:26:37.214] [ 1.886543] kernel_init+0x10/0x100 [2024-05-23 14:26:37.214] [ 1.886547] ret_from_fork+0x10/0x18 [2024-05-23 14:26:37.232] [ 1.892547] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:26:37.245] [ 2.139923] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:26:37.247] [ 2.153251] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:26:37.266] [ 2.160295] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:26:37.268] [ 2.164898] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:26:37.268] [ 2.169700] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:26:37.268] [ 2.174503] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:26:37.268] [ 2.179058] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:26:37.320] [ 2.233250] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:26:37.332] [ 2.245863] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:37.361] [ 2.264105] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:37.370] [ 2.279504] NET: Registered protocol family = 2 [2024-05-23 14:26:37.396] [ 2.286892] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:26:37.396] [ 2.294507] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:26:37.408] [ 2.305723] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:26:37.422] [ 2.313056] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:26:37.422] [ 2.319805] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:26:37.423] [ 2.328027] NET: Registered protocol family = 1 [2024-05-23 14:26:37.522] [ 2.435745] audit: initializing netlink = subsys (disabled) [2024-05-23 14:26:37.532] [ 2.442118] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:26:37.549] [ 2.442684] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:26:37.611] [ 2.524948] fuse init (API version 7.26) [2024-05-23 14:26:37.625] [ 2.539016] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:26:37.644] [ 2.549041] io scheduler noop registered = (default) [2024-05-23 14:26:37.644] [ 2.553884] io scheduler mq-deadline = registered [2024-05-23 14:26:37.658] [ 2.558446] io scheduler kyber registered [2024-05-23 14:26:37.658] [ 2.569015] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:37.672] [ 2.575868] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:37.672] [ 2.582230] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:26:37.689] [ 2.590099] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:37.739] [ 2.652721] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:37.748] [ 2.660513] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:37.762] [ 2.665389] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:26:37.762] [ 2.670816] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:37.764] [ 2.671458] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:37.791] [ 2.682213] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:37.791] [ 2.688423] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:26:37.791] [ 2.696053] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:37.811] [ 2.720508] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:37.813] [ 2.727309] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:37.825] [ 2.732068] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:26:37.825] [ 2.737494] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:37.841] [ 2.738070] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:37.841] [ 2.748823] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:37.842] [ 2.755031] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:26:37.867] [ 2.762643] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:37.916] [ 2.829171] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:37.939] [ 2.836059] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:37.940] [ 2.840676] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:26:37.943] [ 2.846102] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:37.957] [ 2.856901] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:26:37.957] [ 2.866569] [INF][WDMA] tcc_wdma_init [2024-05-23 14:26:37.960] [ 2.871365] TCC WDMA Driver Initializing [2024-05-23 14:26:37.975] [ 2.878344] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:26:37.975] [ 2.884491] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:26:37.999] [ 2.894876] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:37.999] [ 2.907519] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:26:38.025] [ 2.917035] [CPU_ID] probe is done [2024-05-23 14:26:38.026] [ 2.920781] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:26:38.026] [ 2.927445] [DRAM_TOOL] probe is done [2024-05-23 14:26:38.026] [ 2.934920] MALI-G51 : r30p0-01eac0 [2024-05-23 14:26:38.026] [ 2.938448] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:26:38.045] [ 2.948210] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:38.047] [ 2.948215] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:26:38.074] [ 2.948219] 6 locks held by swapper/0/1: [2024-05-23 14:26:38.074] [ 2.948223] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:26:38.074] [ 2.948249] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:26:38.076] [ 2.948264] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:26:38.102] [ 2.948283] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:38.102] [ 2.948298] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:26:38.102] [ 2.948314] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:38.119] [ 2.948333] irq event stamp: 453852 [2024-05-23 14:26:38.122] [ 2.948338] hardirqs last enabled at = (453851): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:38.122] [ 2.948343] hardirqs last disabled at = (453852): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:38.146] [ 2.948350] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:38.146] [ 2.948354] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:38.163] [ 2.948356] Preemption disabled at: [2024-05-23 14:26:38.175] [ 2.948362] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:38.175] [ 2.948371] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:26:38.175] [ 2.948374] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:38.180] [ 2.948378] Call trace: [2024-05-23 14:26:38.180] [ 2.948384] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:38.180] [ 2.948388] show_stack+0x14/0x20 [2024-05-23 14:26:38.202] [ 2.948394] dump_stack+0xb8/0xf0 [2024-05-23 14:26:38.204] [ 2.948399] ___might_sleep+0x178/0x210 [2024-05-23 14:26:38.204] [ 2.948403] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:38.204] [ 2.948408] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:38.204] [ 2.948413] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:38.204] [ 2.948421] gic_set_type+0x84/0x98 [2024-05-23 14:26:38.204] [ 2.948426] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:38.227] [ 2.948431] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:38.240] [ 2.948435] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:38.240] [ 2.948441] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:26:38.240] [ 2.948447] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:26:38.240] [ 2.948451] kbase_device_init+0x78/0xf8 [2024-05-23 14:26:38.240] [ 2.948457] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:26:38.244] [ 2.948462] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:38.244] [ 2.948467] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:38.244] [ 2.948472] __driver_attach+0xfc/0x118 [2024-05-23 14:26:38.267] [ 2.948477] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:38.269] [ 2.948482] driver_attach+0x20/0x28 [2024-05-23 14:26:38.269] [ 2.948486] bus_add_driver+0x220/0x268 [2024-05-23 14:26:38.269] [ 2.948491] driver_register+0x60/0xf8 [2024-05-23 14:26:38.269] [ 2.948495] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:38.269] [ 2.948503] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:26:38.269] [ 2.948507] do_one_initcall+0x50/0x15c [2024-05-23 14:26:38.292] [ 2.948515] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:26:38.304] [ 2.948521] kernel_init+0x10/0x100 [2024-05-23 14:26:38.304] [ 2.948525] ret_from_fork+0x10/0x18 [2024-05-23 14:26:38.304] [ 2.950151] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:26:38.304] [ 3.205700] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:26:38.306] [ 3.212440] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:26:38.329] [ 3.226983] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:26:38.333] [ 3.234599] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:26:38.346] [ 3.246746] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:26:38.351] [ 3.252965] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:26:38.351] [ 3.257346] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:26:38.353] [ 3.265064] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:26:38.399] [ 3.312616] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:26:38.410] [ 3.322386] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:26:38.423] [ 3.330265] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:26:38.449] [ 3.341279] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:26:38.453] [ 3.346559] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:26:38.453] [ 3.357632] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:26:38.476] [ 3.366472] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:26:38.487] [ 3.385472] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:26:38.489] [ 3.400963] libphy: Fixed MDIO Bus: probed [2024-05-23 14:26:38.515] [ 3.405949] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:26:38.515] [ 3.419155] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:26:38.515] [ 3.420402] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:26:38.517] [ 3.421195] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:26:38.539] [ 3.425199] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:26:38.539] [ 3.425907] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:26:38.539] [ 3.426468] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:26:38.539] [ 3.427638] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:26:38.553] [ 3.437811] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:26:38.553] [ 3.437840] GPT:15269887 !=3D 15273599 [2024-05-23 14:26:38.567] [ 3.437848] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:26:38.567] [ 3.437855] GPT:15269887 !=3D 15273599 [2024-05-23 14:26:38.567] [ 3.437863] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:26:38.580] [ 3.437976] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:26:38.593] [ 3.498975] [INFO][GAMC] gmac index : 1 [2024-05-23 14:26:38.593] [ 3.503567] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:26:38.618] [ 3.508734] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:26:38.621] [ 3.514832] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:26:38.621] [ 3.519223] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:26:38.621] [ 3.527566] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:26:38.628] [ 3.541472] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:26:38.641] [ 3.547695] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:38.641] [ 3.547708] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:26:38.656] [ 3.547714] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:26:38.656] [ 3.547726] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:38.658] [ 3.547738] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:26:38.683] [ 3.576865] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:26:38.683] [ 3.593055] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:26:38.697] [ 3.599710] usbhid: USB HID core driver [2024-05-23 14:26:38.697] [ 3.604028] optee: probing for conduit = method from DT. [2024-05-23 14:26:38.699] [ 3.609210] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:26:38.713] [ 3.611086] optee: initialized driver [2024-05-23 14:26:38.713] [ 3.620671] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:26:38.715] [ 3.626399] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:26:38.740] [ 3.631616] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:26:38.740] [ 3.636783] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:26:38.740] [ 3.642558] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:26:38.740] [ 3.648333] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:26:38.742] [ 3.654195] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:26:38.765] [ 3.660665] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:26:38.765] [ 3.668402] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:26:38.765] [ 3.676352] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:26:38.781] [ 3.690208] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:26:38.807] [ 3.699165] NET: Registered protocol family = 17 [2024-05-23 14:26:38.807] [ 3.704181] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:26:38.828] [ 3.721817] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:26:38.980] [ 3.890863] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:38.983] [ 3.890907] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:26:38.998] [ 3.906643] ALSA device list: [2024-05-23 14:26:38.998] [ 3.909637] No soundcards found. [2024-05-23 14:26:39.024] [ 3.916320] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:26:39.027] [ 3.937474] Freeing unused kernel memory: = 4160K [2024-05-23 14:26:39.052] Mounting devtmpfs [2024-05-23 14:26:39.052] [ 3.952498] mount (90) used greatest stack = depth: 13152 bytes left [2024-05-23 14:26:39.056] Mounting procfs [2024-05-23 14:26:39.056] Mounting sysfs [2024-05-23 14:26:39.076] [ 3.971671] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:26:39.078] [ 3.986365] cat (94) used greatest stack = depth: 12448 bytes left [2024-05-23 14:26:39.103] [ 4.001681] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:26:39.134] [ 4.047450] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:26:39.143] [ 4.056513] mount (97) used greatest stack = depth: 11104 bytes left [2024-05-23 14:26:39.394] [ 4.308343] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:26:39.495] [ 4.407725] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:26:39.527] [ 4.435045] systemd[1]: Detected = architecture arm64. [2024-05-23 14:26:39.565]=20 [2024-05-23 14:26:39.565] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:26:39.578]=20 [2024-05-23 14:26:39.584] [ 4.497680] systemd[1]: Set hostname to = . [2024-05-23 14:26:39.601] [ 4.509020] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:26:39.627] [ 4.518372] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:26:39.845] [ 4.758730] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:26:39.874] [ 4.775843] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:26:39.905] [ 4.819324] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:26:39.919] [ 4.831434] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:26:40.107] [ 5.019603] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:26:40.179] [ OK ] Listening on udev Control Socket. [2024-05-23 14:26:40.195] [ OK ] Reached target Remote File Systems. [2024-05-23 14:26:40.212] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:26:40.233] [ OK ] Reached target Swap. [2024-05-23 14:26:40.251] [ OK ] Listening on Syslog Socket. [2024-05-23 14:26:40.268] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:26:40.297] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:26:40.315] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:26:40.332] [ OK ] Created slice system-getty.slice. [2024-05-23 14:26:40.348] [ OK ] Reached target Paths. [2024-05-23 14:26:40.364] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:26:40.381] [ OK ] Created slice User and Session Slice. [2024-05-23 14:26:40.397] [ OK ] Reached target Slices. [2024-05-23 14:26:40.401] [ OK ] Listening on Journal Socket. [2024-05-23 14:26:40.431] Mounting POSIX Message Queue File = System... [2024-05-23 14:26:40.464] Mounting Kernel Debug File System... [2024-05-23 14:26:40.494] Mounting Configuration File System... [2024-05-23 14:26:40.524] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:26:40.553] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:26:40.589] Starting udev Coldplug all Devices... [2024-05-23 14:26:40.602] [ 5.515208] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:26:40.651] Starting mount data partition = service... [2024-05-23 14:26:40.694] Starting Apply Kernel Variables... [2024-05-23 14:26:40.748] Starting Journal Service... [2024-05-23 14:26:40.791] [ 5.704924] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:40.801] Mounting FUSE Control File System... [2024-05-23 14:26:40.832] Mounting Huge Pages File System... [2024-05-23 14:26:40.897] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:26:40.918] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:26:40.931] [ OK ] Mounted Configuration File System. [2024-05-23 14:26:40.961] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:26:40.998] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:26:41.026] [ OK ] Started mount data partition service. [2024-05-23 14:26:41.053] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:26:41.083] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:26:41.099] [ OK ] Started Journal Service. [2024-05-23 14:26:41.118] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:26:41.176] Starting NS file System mount and = recovery.... [2024-05-23 14:26:41.221] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:26:41.236] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:26:41.267] Mounting /var/volatile... [2024-05-23 14:26:41.301] Mounting /tmp... [2024-05-23 14:26:41.307] [ 6.219065] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:41.321] [ OK ] Reached target Containers. [2024-05-23 14:26:41.367] Starting udev Kernel Device = Manager... [2024-05-23 14:26:41.399] [ 6.305287] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:26:41.493] [ OK ] Started udev Kernel Device Manager.[ = 6.410514] EXT4-fs (mmcblk0p36): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:26:41.509] =0A= [2024-05-23 14:26:41.585] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:26:41.608] [ OK ] Mounted /var/volatile. [2024-05-23 14:26:41.633] [ OK ] Mounted /tmp. [2024-05-23 14:26:41.720] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:26:41.750] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:26:41.923] [ 6.836742] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:26:41.949] Starting Bind mount volatile = /var/cache... [2024-05-23 14:26:41.978] Starting Bind mount volatile = /var/lib... [2024-05-23 14:26:42.008] Starting Bind mount volatile = /var/spool... [2024-05-23 14:26:42.039] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:26:42.222] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:26:42.250] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:26:42.283] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:26:42.313] Starting Load/Save Random Seed... [2024-05-23 14:26:42.329] [ OK ] Reached target Local File Systems. [2024-05-23 14:26:42.361] Starting netfilter persistent = configuration... [2024-05-23 14:26:42.390] Starting Create Volatile Files and = Directories... [2024-05-23 14:26:42.426] Starting AppArmor initialization... [2024-05-23 14:26:42.453] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:26:42.605] [ 7.515315] audit: type=3D1400 = audit(1550139121.200:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:26:42.641] [ 7.531052] audit: type=3D1400 = audit(1550139121.200:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:26:42.643] [ 7.548106] audit: type=3D1400 = audit(1550139121.200:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:26:42.659] [ 7.565450] audit: type=3D1400 = audit(1550139121.200:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:26:42.674] [ 7.581017] audit: type=3D1400 = audit(1550139121.200:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:26:42.689] [ 7.597591] audit: type=3D1400 = audit(1550139121.200:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:26:42.704] [ 7.614385] audit: type=3D1400 = audit(1550139121.204:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:26:42.718] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:26:42.750] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:26:42.771] [ OK ] Started AppArmor initialization. [2024-05-23 14:26:42.807] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:26:42.834] [ OK ] Reached target Network (Pre). [2024-05-23 14:26:42.852] Starting Network Service... [2024-05-23 14:26:42.898] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:26:42.920] [ OK ] Reached target System Initialization. [2024-05-23 14:26:42.932] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:26:42.951] [ OK ] Reached target Timers. [2024-05-23 14:26:42.970] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:26:43.000] [ OK ] Reached target Sockets. [2024-05-23 14:26:43.004] [ OK ] Reached target Basic System. [2024-05-23 14:26:43.041] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:26:43.069] [ 7.981870] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:26:43.101] Starting Load Kernel Modules... [2024-05-23 14:26:43.116] [ 8.025576] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:26:43.119] [ 8.030176] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:26:43.133] [ 8.034747] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:26:43.135] [ OK ] Started System Logging Service. [2024-05-23 14:26:43.162] [ 8.075604] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:26:43.170] [ 8.082827] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:26:43.185] [ 8.090199] Disabling lock debugging due to = kernel taint [2024-05-23 14:26:43.185] [ OK ] Started Kernel Logging Service. [2024-05-23 14:26:43.205] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:26:43.234] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:26:43.251] Starting Login Service... [2024-05-23 14:26:43.268] [ OK ] Started NS VSync Process. [2024-05-23 14:26:43.307] [ 8.220611] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:26:43.337] [ 8.233916] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:43.346] [ 8.233922] in_atomic(): 1, = irqs_disabled(): 128, pid: 264, name: systemd-modules [2024-05-23 14:26:43.361] [ 8.233924] INFO: lockdep is turned off. [2024-05-23 14:26:43.361] [ 8.233926] irq event stamp: 24679 [2024-05-23 14:26:43.363] [ 8.233957] hardirqs last enabled at = (24679): [<000000006882d9bb>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:43.376] [ 8.233962] hardirqs last disabled at = (24678): [<00000000099ec349>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:43.392] [ 8.233975] softirqs last enabled at (0): = [<00000000d9df266a>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:43.392] [ 8.233979] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:43.407] [ 8.233981] Preemption disabled at: [2024-05-23 14:26:43.407] [ 8.233994] [<000000008bed65f0>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:43.408] [ 8.234006] CPU: 2 PID: 264 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:26:43.433] [ 8.234008] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:43.433] [ 8.234014] Call trace: [2024-05-23 14:26:43.433] [ 8.234023] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:43.433] [ 8.234027] show_stack+0x14/0x20 [2024-05-23 14:26:43.433] [ 8.234035] dump_stack+0xb8/0xf0 [2024-05-23 14:26:43.446] [ 8.234042] ___might_sleep+0x178/0x210 [2024-05-23 14:26:43.449] [ 8.234045] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:43.449] [ 8.234057] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:43.449] [ 8.234062] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:43.473] [ 8.234076] gic_set_type+0x84/0x98 [2024-05-23 14:26:43.486] [ 8.234079] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:43.486] [ 8.234083] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:43.486] [ 8.234087] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:43.486] [ 8.234145] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:26:43.486] [ 8.234164] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:26:43.486] [ 8.234174] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:43.489] [ 8.234184] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:43.489] [ 8.234188] __driver_attach+0xfc/0x118 [2024-05-23 14:26:43.489] [ 8.234192] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:43.511] [ 8.234196] driver_attach+0x20/0x28 [2024-05-23 14:26:43.513] [ 8.234200] bus_add_driver+0x220/0x268 [2024-05-23 14:26:43.513] [ 8.234204] driver_register+0x60/0xf8 [2024-05-23 14:26:43.513] [ 8.234208] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:43.513] [ 8.234226] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:26:43.513] [ 8.234229] do_one_initcall+0x50/0x15c [2024-05-23 14:26:43.535] [ 8.234234] do_init_module+0x54/0x1b0 [2024-05-23 14:26:43.549] [ 8.234236] load_module+0x1e70/0x2428 [2024-05-23 14:26:43.549] [ 8.234240] SyS_finit_module+0xe4/0x118 [2024-05-23 14:26:43.549] [ 8.234243] el0_svc_naked+0x34/0x38 [2024-05-23 14:26:43.549] [ 8.246073] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:26:43.549] [ 8.253744] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:26:43.554] [ 8.255488] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:26:43.554] [ 8.268035] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:26:43.554] [ 8.268044] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:26:43.576] [ 8.268051] [INFO][GMAC]=20 [2024-05-23 14:26:43.576] [ 8.270137] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:26:43.578] [ 8.270287] Done!! [2024-05-23 14:26:43.578] [ 8.287652] libphy: tcc-gmac-mdio: probed [2024-05-23 14:26:43.578] [ 8.287658] [INFO][GMAC] registered! [2024-05-23 14:26:43.578] [ 8.287661] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:26:43.578] [ 8.287665] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:26:43.600] [ 8.334430] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:26:43.603] [ 8.336527] Done!! [2024-05-23 14:26:43.603] [ 8.361987] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:26:43.603] [ 8.362028] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:26:43.603] [ 8.362028] -- MASTER Configuration. [2024-05-23 14:26:43.626] [ 8.362028] -- Local Receiver Status Not = OK. [2024-05-23 14:26:43.626] [ 8.362028] -- Remote Receiver Status Not = OK. [2024-05-23 14:26:43.626] [ 8.362042] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:26:43.626] [ 8.362045] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:26:43.626] [ 8.362405] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:26:43.643] [ 8.366493] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:26:43.643] [ 8.366500] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:26:43.644] [ 8.366506] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:26:43.670] [ 8.366506] =20 [2024-05-23 14:26:43.670] [ 8.366866] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:26:43.670] [ 8.367151] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:26:43.670] [ 8.367155] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:26:43.670] [ 8.367159] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:26:43.684] [ 8.367159] =20 [2024-05-23 14:26:43.687] [ 8.367309] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:26:43.687] [ 8.367324] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:26:43.687] [ 8.367328] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:26:43.710] [ 8.367332] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:26:43.715] [ 8.367340] [INFO][GMAC] --] phy_start: : [2024-05-23 14:26:43.715] [ 8.367406] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:26:43.715] [ 8.430354] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:26:43.715] [ 8.432670] Done!! [2024-05-23 14:26:43.715] [ 8.471920] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:43.737] [ 8.579931] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:43.750] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:26:43.750] [ OK ] Started NS System Management Process. [2024-05-23 14:26:43.752] Starting NS Inter Domain Comm = Process... [2024-05-23 14:26:43.752] [ OK ] Started Network Service. [2024-05-23 14:26:43.776] Start /usr/bin/sys-fail-mon [2024-05-23 14:26:43.777] [ 8.671094] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:26:43.777] [ 8.677651] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:26:43.777] [ 8.688590] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:43.791] [ 8.688662] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:26:43.791] [ 8.688669] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:26:43.806] [[ 8.689138] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:43.820] [ 8.690642] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:26:43.822] [ 8.690667] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:26:43.846] OK [ 8.691192] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:26:43.846] [ 8.691198] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:26:43.846] ] [ 8.692590] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:43.863] Started Load Kernel Modules. [2024-05-23 14:26:43.863] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:26:43.889] [ OK ] Started Cluster Framework. [2024-05-23 14:26:43.893] [ OK ] Started HUD Framework. [2024-05-23 14:26:43.898] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:26:43.911] parents, child is 323 [2024-05-23 14:26:43.911] [IDC]Start. [2024-05-23 14:26:43.913] [ 8.825519] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:26:43.926] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:26:43.926] [ OK ] Started Nvm Process. [2024-05-23 14:26:43.943] [IDC](A7)ConnectReq 0 [2024-05-23 14:26:43.943] [IDC](A7)do_connect 0 [2024-05-23 14:26:43.943] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:26:43.943] [IDC](A7)Tx start session req 1 [2024-05-23 14:26:43.962] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:26:43.969] [IDC](R5)ConnectReq 0 [2024-05-23 14:26:43.969] [IDC](R5)do_connect 0 [2024-05-23 14:26:43.969] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:26:43.969] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:26:43.969] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:26:43.969] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:26:43.969] [I[ 8.872700] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:44.011] DC](A7)Session status 2 -> 3 [2024-05-23 14:26:44.011] [IDC](A7)Session connected. [2024-05-23 14:26:44.015] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:26:44.015] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:26:44.015] [ OK ] Started NS hsm control application. [2024-05-23 14:26:44.015] [IDC](R5)Session connected.2 [2024-05-23 14:26:44.015] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:26:44.015] [ OK ] Started Diagnosis Framework. [2024-05-23 14:26:44.015] [ OK ] Started Diagnosis Transport. [2024-05-23 14:26:44.049] [ OK ] Started NS Software Update. [2024-05-23 14:26:44.059] [ OK ] Started NS Secondary Verify. [2024-05-23 14:26:44.085] [ 8.987971] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:44.132] Starting Wait for Network to be = Configured... [2024-05-23 14:26:44.137] [ OK ] Reached target Network. [2024-05-23 14:26:44.169] Starting udev Coldplug all Devices... [2024-05-23 14:26:44.185] Starting Permit User Sessions = 9.099966] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:26:44.195] m... [2024-05-23 14:26:44.222] [ OK ] Started Permit User Sessions. [2024-05-23 14:26:44.224] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:26:44.226] [ OK ] Started Getty on tty1. [2024-05-23 14:26:44.240] [ OK ] Reached target Login Prompts. [2024-05-23 14:26:44.240] [ OK ] Started Login Service. [2024-05-23 14:26:44.240] [ OK ] Reached target Multi-User System. [2024-05-23 14:26:44.257] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:26:44.257] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:26:44.283] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:26:44.301] [ 9.211988] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:44.315] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:26:44.382] [ 9.295361] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:26:44.416] [ 9.328045] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:44.527] [ 9.440052] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:44.643] [ 9.556046] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:26:45.194] [ 10.102729] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:26:45.199] [ 10.111113] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:26:46.107] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:26:46.170] [ 11.081692] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:26:46.179] [ 11.081703] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:26:50.616]=20 [2024-05-23 14:26:50.616] telechips-nsp1-release login:=20 [2024-05-23 14:26:54.460]=20 [2024-05-23 14:26:54.464] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:26:54.464]=20 [2024-05-23 14:26:54.464] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:26:54.485] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:26:54.511] DRAM: 2 GiB [2024-05-23 14:26:54.534] MMC: sdhc@0x16440000: 0 [2024-05-23 14:26:54.784]=20 [2024-05-23 14:26:54.784] HW Partition tyep is UserData [2024-05-23 14:26:54.804] In: serial [2024-05-23 14:26:54.809] Out: serial [2024-05-23 14:26:54.809] Err: serial [2024-05-23 14:26:54.862] Boot in the UserData environment(0) [2024-05-23 14:26:54.864] Non-secure boot (secure boot flag is clear) [2024-05-23 14:26:54.881] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:26:54.881] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:26:54.881] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:26:54.883] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:26:54.909] Booting using the fdt blob at 0x23000000 [2024-05-23 14:26:54.909] Loading Kernel Image [2024-05-23 14:26:54.909] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:26:54.929] OPTEE is enabled [2024-05-23 14:26:54.939]=20 [2024-05-23 14:26:54.939] Starting kernel ... [2024-05-23 14:26:54.939]=20 [2024-05-23 14:26:55.845] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:26:55.850] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:26:55.864] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:26:55.888] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:26:55.888] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:26:55.888] [ 0.000000] efi: UEFI not found. [2024-05-23 14:26:55.888] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:26:55.890] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:26:55.919] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:26:55.919] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:26:55.919] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:26:55.933] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:26:55.946] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:26:55.948] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:26:55.948] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:26:55.973] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:26:55.973] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:26:55.973] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:26:55.991] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:26:55.993] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:26:56.016] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:26:56.029] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:26:56.029] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:26:56.029] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:26:56.030] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:26:56.054] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:26:56.055] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:26:56.055] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:26:56.079] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:26:56.092] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:26:56.092] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:26:56.092] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:26:56.092] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:26:56.095] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:26:56.095] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:26:56.095] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:26:56.119] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:26:56.119] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:26:56.119] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:26:56.121] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:26:56.146] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:26:56.146] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:26:56.171] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:26:56.171] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:26:56.171] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:26:56.187] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:26:56.187] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:26:56.205] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:26:56.205] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:26:56.229] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:26:56.229] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:26:56.229] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:26:56.232] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:26:56.257] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:26:56.257] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:26:56.257] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:26:56.271] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:26:56.274] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:26:56.296] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:26:56.298] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:26:56.298] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:26:56.298] [ 0.000000] Running RCU self tests [2024-05-23 14:26:56.323] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:26:56.323] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:26:56.323] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:26:56.323] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:26:56.323] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:26:56.336] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:26:56.338] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:26:56.338] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:26:56.361] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:26:56.361] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:26:56.361] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:26:56.376] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:26:56.385] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:26:56.385] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:26:56.398] [ 0.001467] Console: colour dummy device = 80x25 [2024-05-23 14:26:56.400] [ 0.001707] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:26:56.400] [ 0.001710] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:26:56.423] [ 0.001712] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:26:56.426] [ 0.001715] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:26:56.426] [ 0.001718] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:26:56.426] [ 0.001720] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:26:56.426] [ 0.001723] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:26:56.426] [ 0.001726] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:26:56.449] [ 0.001728] memory used by lock dependency = info: 7903 kB [2024-05-23 14:26:56.462] [ 0.001731] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:26:56.462] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:26:56.462] [ 0.001779] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:26:56.464] [ 0.002280] Security Framework initialized [2024-05-23 14:26:56.464] [ 0.002406] AppArmor: AppArmor initialized [2024-05-23 14:26:56.464] [ 0.002651] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:26:56.488] [ 0.002673] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:26:56.488] [ 0.019947] ASID allocator initialised with = 32768 entries [2024-05-23 14:26:56.488] [ 0.035850] Hierarchical SRCU = implementation. [2024-05-23 14:26:56.488] [ 0.062273] EFI services will not be = available. [2024-05-23 14:26:56.490] [ 0.076116] smp: Bringing up secondary CPUs = ... [2024-05-23 14:26:56.516] [ 0.120742] Detected VIPT I-cache on CPU1 [2024-05-23 14:26:56.516] [ 0.120818] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:26:56.516] [ 0.164987] Detected VIPT I-cache on CPU2 [2024-05-23 14:26:56.516] [ 0.165044] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:26:56.516] [ 0.209271] Detected VIPT I-cache on CPU3 [2024-05-23 14:26:56.518] [ 0.209322] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:26:56.540] [ 0.209698] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:26:56.540] [ 0.209738] SMP: Total of 4 processors = activated. [2024-05-23 14:26:56.540] [ 0.209754] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:26:56.540] [ 0.209773] CPU: All CPU(s) started at EL2 [2024-05-23 14:26:56.540] [ 0.209954] alternatives: patching kernel = code [2024-05-23 14:26:56.558] [ 0.210530] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:26:56.569] [ 0.213098] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:26:56.569] [ 0.213756] devtmpfs: initialized [2024-05-23 14:26:56.569] [ 0.403479] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:26:56.573] [ 0.403745] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:26:56.594] [ 0.412483] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:26:56.596] [ 0.413425] chipinfo: TCC8030 Rev02 [2024-05-23 14:26:56.596] [ 0.413440] chipinfo: SiP Service v0.1.56 [2024-05-23 14:26:56.596] [ 0.418717] NET: Registered protocol family = 16 [2024-05-23 14:26:56.596] [ 0.422768] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:26:56.596] [ 0.424695] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:26:56.631] [ 0.426410] cpuidle: using governor menu [2024-05-23 14:26:56.631] [ 0.426651] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:26:56.631] [ 0.440702] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:26:56.631] [ 0.441189] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:26:56.645] [ 0.441237] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:26:56.645] [ 0.441281] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:26:56.645] [ 0.441324] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:26:56.647] [ 0.441368] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:26:56.647] [ 0.441412] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:26:56.670] [ 0.441455] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:26:56.692] [ 0.441498] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:26:56.692] [ 0.441542] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:26:56.692] [ 0.441585] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:26:56.692] [ 0.441643] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:26:56.692] [ 0.441687] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:26:56.703] [ 0.441731] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:26:56.703] [ 0.441774] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:26:56.703] [ 0.441817] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:26:56.703] [ 0.441860] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:26:56.705] [ 0.441904] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:26:56.705] [ 0.441947] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:26:56.705] [ 0.442410] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:26:56.729] [ 0.442455] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:26:56.729] [ 0.442499] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:26:56.729] [ 0.442542] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:26:56.729] [ 0.442585] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:26:56.742] [ 0.442628] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:26:56.744] [ 0.442672] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:26:56.744] [ 0.442715] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:26:56.767] [ 0.442771] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:26:56.767] [ 0.442815] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:26:56.767] [ 0.442858] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:26:56.767] [ 0.442901] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:26:56.780] [ 0.443142] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:26:56.784] [ 0.443186] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:26:56.784] [ 0.443229] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:26:56.807] [ 0.443273] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:26:56.808] [ 0.443316] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:26:56.808] [ 0.443359] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:26:56.808] [ 0.443402] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:26:56.808] [ 0.443600] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:26:56.808] [ 0.443643] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:26:56.825] [ 0.443687] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:26:56.825] [ 0.443730] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:26:56.825] [ 0.443773] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:26:56.842] [ 0.443829] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:26:56.845] [ 0.443872] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:26:56.845] [ 0.443915] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:26:56.845] [ 0.443959] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:26:56.869] [ 0.444002] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:26:56.869] [ 0.444046] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:26:56.869] [ 0.444089] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:26:56.869] [ 0.444132] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:26:56.869] [ 0.444175] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:26:56.886] [ 0.444725] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:26:56.897] [ 0.444771] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:26:56.897] [ 0.444941] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:26:56.901] [ 0.445112] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:26:56.901] [ 0.445281] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:26:56.901] [ 0.445446] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:26:56.923] [ 0.445613] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:26:56.925] [ 0.445657] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:26:56.925] [ 0.445700] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:26:56.925] [ 0.445870] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:26:56.925] [ 0.446043] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:26:56.949] [ 0.446214] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:26:56.949] [ 0.446258] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:26:56.949] [ 0.446302] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:26:56.949] [ 0.446435] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:26:56.962] [ 0.446499] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:26:56.964] [ 0.446708] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:26:56.964] [ 0.446752] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:26:56.990] [ 0.446979] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:26:56.990] [ 0.446993] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:26:56.990] [ 0.529469] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:26:56.990] [ 0.529557] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:26:56.994] [ 1.676442] console [ttyAMA0] enabled [2024-05-23 14:26:57.031] [ 1.684272] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:26:57.032] [ 1.713173] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:26:57.042] [ 1.723452] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:26:57.058] [ 1.734024] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:26:57.059] [ 1.744359] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:26:57.158] [ 1.844067] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:26:57.181] [ 1.860387] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:26:57.183] [ 1.867283] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:26:57.200] [ 1.874071] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:26:57.200] [ 1.880462] Linux video capture interface: = v2.00 [2024-05-23 14:26:57.223] [ 1.886336] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:57.223] [ 1.886341] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:26:57.223] [ 1.886345] 6 locks held by swapper/0/1: [2024-05-23 14:26:57.248] [ 1.886348] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:26:57.248] [ 1.886374] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:26:57.248] [ 1.886389] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:26:57.265] [ 1.886407] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:57.265] [ 1.886422] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:26:57.285] [ 1.886438] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:57.285] [ 1.886456] irq event stamp: 288134 [2024-05-23 14:26:57.285] [ 1.886462] hardirqs last enabled at = (288133): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:57.300] [ 1.886467] hardirqs last disabled at = (288134): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:57.300] [ 1.886475] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:57.315] [ 1.886478] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:57.316] [ 1.886481] Preemption disabled at: [2024-05-23 14:26:57.341] [ 1.886486] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:57.341] [ 1.886495] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:26:57.341] [ 1.886498] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:57.341] [ 1.886502] Call trace: [2024-05-23 14:26:57.341] [ 1.886508] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:57.354] [ 1.886513] show_stack+0x14/0x20 [2024-05-23 14:26:57.355] [ 1.886519] dump_stack+0xb8/0xf0 [2024-05-23 14:26:57.355] [ 1.886524] ___might_sleep+0x178/0x210 [2024-05-23 14:26:57.355] [ 1.886528] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:57.383] [ 1.886532] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:57.383] [ 1.886538] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:57.383] [ 1.886545] gic_set_type+0x84/0x98 [2024-05-23 14:26:57.383] [ 1.886550] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:57.383] [ 1.886554] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:57.383] [ 1.886559] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:57.386] [ 1.886565] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:26:57.409] [ 1.886571] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:26:57.413] [ 1.886575] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:57.413] [ 1.886581] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:57.413] [ 1.886586] __driver_attach+0xfc/0x118 [2024-05-23 14:26:57.413] [ 1.886590] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:57.413] [ 1.886595] driver_attach+0x20/0x28 [2024-05-23 14:26:57.413] [ 1.886600] bus_add_driver+0x220/0x268 [2024-05-23 14:26:57.436] [ 1.886605] driver_register+0x60/0xf8 [2024-05-23 14:26:57.448] [ 1.886609] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:57.448] [ 1.886616] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:26:57.448] [ 1.886621] do_one_initcall+0x50/0x15c [2024-05-23 14:26:57.448] [ 1.886627] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:26:57.448] [ 1.886633] kernel_init+0x10/0x100 [2024-05-23 14:26:57.450] [ 1.886637] ret_from_fork+0x10/0x18 [2024-05-23 14:26:57.450] [ 1.892312] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:26:57.473] [ 2.139509] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:26:57.475] [ 2.153051] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:26:57.475] [ 2.160077] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:26:57.491] [ 2.164678] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:26:57.491] [ 2.169482] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:26:57.491] [ 2.174305] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:26:57.505] [ 2.178860] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:26:57.548] [ 2.233047] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:26:57.559] [ 2.245669] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:57.578] [ 2.263952] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:57.595] [ 2.279351] NET: Registered protocol family = 2 [2024-05-23 14:26:57.610] [ 2.286680] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:26:57.610] [ 2.294293] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:26:57.626] [ 2.305407] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:26:57.628] [ 2.312776] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:26:57.657] [ 2.319629] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:26:57.657] [ 2.327965] NET: Registered protocol family = 1 [2024-05-23 14:26:57.750] [ 2.435843] audit: initializing netlink = subsys (disabled) [2024-05-23 14:26:57.760] [ 2.442098] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:26:57.775] [ 2.442727] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:26:57.839] [ 2.524716] fuse init (API version 7.26) [2024-05-23 14:26:57.865] [ 2.542588] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:26:57.867] [ 2.549240] modprobe (67) used greatest = stack depth: 13232 bytes left [2024-05-23 14:26:57.881] [ 2.552459] io scheduler noop registered = (default) [2024-05-23 14:26:57.881] [ 2.552476] io scheduler mq-deadline = registered [2024-05-23 14:26:57.881] [ 2.552489] io scheduler kyber registered [2024-05-23 14:26:57.895] [ 2.562422] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:57.899] [ 2.562435] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:57.899] [ 2.562443] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:26:57.925] [ 2.562533] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:57.945] [ 2.619031] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:57.946] [ 2.626725] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:57.947] [ 2.632115] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:26:57.961] [ 2.637547] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:57.961] [ 2.638181] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:57.975] [ 2.649153] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:57.976] [ 2.655363] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:26:57.999] [ 2.662911] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:58.015] [ 2.687638] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:58.015] [ 2.694450] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:58.015] [ 2.699021] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:26:58.036] [ 2.704447] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:58.036] [ 2.705049] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:26:58.036] [ 2.715801] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:26:58.050] [ 2.722010] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:26:58.051] [ 2.729627] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:26:58.109] [ 2.795310] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:26:58.133] [ 2.802128] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:26:58.135] [ 2.806788] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:26:58.137] [ 2.812215] fbX_probe : update_type =3D 1=20 [2024-05-23 14:26:58.151] [ 2.821982] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:26:58.151] [ 2.831693] [INF][WDMA] tcc_wdma_init [2024-05-23 14:26:58.152] [ 2.836557] TCC WDMA Driver Initializing [2024-05-23 14:26:58.165] [ 2.843634] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:26:58.165] [ 2.849720] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:26:58.183] [ 2.860267] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:26:58.201] [ 2.872993] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:26:58.201] [ 2.882381] [CPU_ID] probe is done [2024-05-23 14:26:58.222] [ 2.886125] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:26:58.224] [ 2.892827] [DRAM_TOOL] probe is done [2024-05-23 14:26:58.224] [ 2.900108] MALI-G51 : r30p0-01eac0 [2024-05-23 14:26:58.224] [ 2.903637] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:26:58.249] [ 2.913651] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:26:58.249] [ 2.913656] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:26:58.249] [ 2.913661] 6 locks held by swapper/0/1: [2024-05-23 14:26:58.269] [ 2.913664] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:26:58.283] [ 2.913690] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:26:58.283] [ 2.913705] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:26:58.285] [ 2.913723] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:58.285] [ 2.913738] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:26:58.310] [ 2.913754] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:58.310] [ 2.913772] irq event stamp: 453540 [2024-05-23 14:26:58.310] [ 2.913778] hardirqs last enabled at = (453539): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:26:58.326] [ 2.913783] hardirqs last disabled at = (453540): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:26:58.326] [ 2.913790] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:26:58.340] [ 2.913794] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:26:58.340] [ 2.913796] Preemption disabled at: [2024-05-23 14:26:58.355] [ 2.913802] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:26:58.356] [ 2.913811] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:26:58.379] [ 2.913814] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:26:58.393] [ 2.913818] Call trace: [2024-05-23 14:26:58.393] [ 2.913824] dump_backtrace+0x0/0x1d8 [2024-05-23 14:26:58.393] [ 2.913829] show_stack+0x14/0x20 [2024-05-23 14:26:58.393] [ 2.913835] dump_stack+0xb8/0xf0 [2024-05-23 14:26:58.393] [ 2.913840] ___might_sleep+0x178/0x210 [2024-05-23 14:26:58.393] [ 2.913844] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:26:58.404] [ 2.913849] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:26:58.404] [ 2.913855] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:26:58.404] [ 2.913862] gic_set_type+0x84/0x98 [2024-05-23 14:26:58.407] [ 2.913867] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:26:58.407] [ 2.913871] __setup_irq+0x76c/0x7f8 [2024-05-23 14:26:58.407] [ 2.913876] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:26:58.431] [ 2.913882] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:26:58.443] [ 2.913888] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:26:58.443] [ 2.913892] kbase_device_init+0x78/0xf8 [2024-05-23 14:26:58.443] [ 2.913898] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:26:58.443] [ 2.913902] platform_drv_probe+0x58/0xb8 [2024-05-23 14:26:58.443] [ 2.913907] = driver_probe_device+0x228/0x410 [2024-05-23 14:26:58.445] [ 2.913912] __driver_attach+0xfc/0x118 [2024-05-23 14:26:58.445] [ 2.913917] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:26:58.445] [ 2.913922] driver_attach+0x20/0x28 [2024-05-23 14:26:58.445] [ 2.913927] bus_add_driver+0x220/0x268 [2024-05-23 14:26:58.469] [ 2.913931] driver_register+0x60/0xf8 [2024-05-23 14:26:58.469] [ 2.913936] = __platform_driver_register+0x44/0x50 [2024-05-23 14:26:58.469] [ 2.913942] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:26:58.469] [ 2.913947] do_one_initcall+0x50/0x15c [2024-05-23 14:26:58.469] [ 2.913955] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:26:58.471] [ 2.913960] kernel_init+0x10/0x100 [2024-05-23 14:26:58.497] [ 2.913965] ret_from_fork+0x10/0x18 [2024-05-23 14:26:58.497] [ 2.915847] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:26:58.497] [ 3.171046] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:26:58.497] [ 3.177785] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:26:58.522] [ 3.191732] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:26:58.527] [ 3.198821] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:26:58.529] [ 3.210968] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:26:58.543] [ 3.217185] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:26:58.543] [ 3.221567] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:26:58.545] [ 3.229102] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:26:58.590] [ 3.276200] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:26:58.613] [ 3.287085] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:26:58.615] [ 3.294964] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:26:58.635] [ 3.307090] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:26:58.635] [ 3.312374] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:26:58.650] [ 3.323447] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:26:58.650] [ 3.332293] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:26:58.666] [ 3.350916] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:26:58.701] [ 3.366322] libphy: Fixed MDIO Bus: probed [2024-05-23 14:26:58.703] [ 3.371286] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:26:58.703] [ 3.383265] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:26:58.703] [ 3.384446] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:26:58.720] [ 3.384502] [INFO][GAMC] gmac index : 1 [2024-05-23 14:26:58.720] [ 3.385158] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:26:58.720] [ 3.385165] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:26:58.733] [ 3.386430] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:26:58.737] [ 3.386444] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:26:58.737] [ 3.390443] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:26:58.737] [ 3.399147] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:26:58.765] [ 3.400646] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:58.765] [ 3.400660] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:26:58.765] [ 3.400667] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:26:58.765] [ 3.400679] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:58.765] [ 3.400690] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:26:58.778] [ 3.402298] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:26:58.781] [ 3.411287] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:26:58.805] [ 3.411296] usbhid: USB HID core driver [2024-05-23 14:26:58.808] [ 3.411699] optee: probing for conduit = method from DT. [2024-05-23 14:26:58.808] [ 3.411724] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:26:58.808] [ 3.413682] optee: initialized driver [2024-05-23 14:26:58.808] [ 3.415303] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:26:58.808] [ 3.415318] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:26:58.831] [ 3.415326] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:26:58.844] [ 3.415333] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:26:58.844] [ 3.415340] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:26:58.844] [ 3.415347] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:26:58.844] [ 3.415355] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:26:58.846] [ 3.415362] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:26:58.846] [ 3.417005] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:26:58.871] [ 3.417013] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:26:58.871] [ 3.423930] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:26:58.871] [ 3.437431] NET: Registered protocol family = 17 [2024-05-23 14:26:58.871] [ 3.437873] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:26:58.885] [ 3.442432] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:26:58.900] [ 3.574300] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:26:58.919] [ 3.586635] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:26:58.920] [ 3.592548] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:26:58.920] [ 3.599343] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:26:58.932] [ 3.608067] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:26:58.934] [ 3.608084] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:26:58.936] [ 3.608128] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:26:58.961] [ 3.609782] ALSA device list: [2024-05-23 14:26:58.961] [ 3.609790] No soundcards found. [2024-05-23 14:26:58.961] [ 3.638658] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:26:58.961] [ 3.646839] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:26:58.976] [ 3.654605] GPT:15269887 !=3D 15273599 [2024-05-23 14:26:58.976] [ 3.658215] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:26:58.990] [ 3.660177] Freeing unused kernel memory: = 4160K [2024-05-23 14:26:58.992] Mounting devtmpfs[ 3.669448] GPT:15269887 = !=3D 15273599 [2024-05-23 14:26:58.992]=20 [2024-05-23 14:26:58.992] [ 3.674502] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:26:59.020] [ 3.679989] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:26:59.020] Mounting procfs [2024-05-23 14:26:59.020] [ 3.700753] mount (92) used greatest stack = depth: 13120 bytes left [2024-05-23 14:26:59.035] Mounting sysfs [2024-05-23 14:26:59.054] [ 3.729668] cat (95) used greatest stack = depth: 12688 bytes left [2024-05-23 14:26:59.059] [ 3.744684] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:26:59.102] [ 3.787461] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:26:59.112] [ 3.797211] mount (98) used greatest stack = depth: 11120 bytes left [2024-05-23 14:26:59.368] [ 4.053390] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:26:59.464] [ 4.148886] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:26:59.493] [ 4.175954] systemd[1]: Detected = architecture arm64. [2024-05-23 14:26:59.536]=20 [2024-05-23 14:26:59.536] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:26:59.548]=20 [2024-05-23 14:26:59.551] [ 4.237197] systemd[1]: Set hostname to = . [2024-05-23 14:26:59.566] [ 4.249052] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:26:59.582] [ 4.257805] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:26:59.826] [ 4.512112] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:26:59.857] [ 4.529223] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:26:59.887] [ 4.571799] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:26:59.902] [ 4.583978] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:27:00.087] [ 4.772295] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:27:00.160] [ OK ] Reached target Paths. [2024-05-23 14:27:00.182] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:27:00.212] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:27:00.215] [ OK ] Reached target Remote File Systems. [2024-05-23 14:27:00.233] [ OK ] Reached target Swap. [2024-05-23 14:27:00.254] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:27:00.268] [ OK ] Created slice system-getty.slice. [2024-05-23 14:27:00.285] [ OK ] Created slice User and Session Slice. [2024-05-23 14:27:00.300] [ OK ] Reached target Slices. [2024-05-23 14:27:00.329] [ OK ] Listening on Syslog Socket. [2024-05-23 14:27:00.338] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:27:00.368] [ OK ] Listening on Journal Socket. [2024-05-23 14:27:00.388] Mounting Kernel Debug File System... [2024-05-23 14:27:00.420] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:27:00.456] Starting mount data partition = service... [2024-05-23 14:27:00.495] Starting Journal Service... [2024-05-23 14:27:00.539] Mounting Huge Pages File System... [2024-05-23 14:27:00.574] Mounting FUSE Control File System... [2024-05-23 14:27:00.617] [ 5.302539] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:00.634] Starting Apply Kernel Variables... [2024-05-23 14:27:00.669] Mounting POSIX Message Queue File = System... [2024-05-23 14:27:00.693] Mounting Configuration File System... [2024-05-23 14:27:00.725] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:27:00.751] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:27:00.769] [ OK ] Listening on udev Control Socket. [2024-05-23 14:27:00.791] Starting udev Coldplug all Devices... [2024-05-23 14:27:00.806] [ 5.489784] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:27:00.898] [ OK ] Started Journal Service. [2024-05-23 14:27:00.924] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:27:00.959] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:27:00.986] [ OK ] Started mount data partition service. [2024-05-23 14:27:01.001] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:27:01.019] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:27:01.053] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:27:01.069] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:27:01.086] [ OK ] Mounted Configuration File System. [2024-05-23 14:27:01.103] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:27:01.154] Starting NS file System mount and = recovery.... [2024-05-23 14:27:01.170] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:27:01.188] [ OK ] Reached target Containers. [2024-05-23 14:27:01.217] Mounting /var/volatile... [2024-05-23 14:27:01.253] Mounting /tmp... [2024-05-23 14:27:01.278] Starting udev Kernel Device = Manager... [2024-05-23 14:27:01.284] [ 5.968215] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:01.319] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:27:01.375] [ 6.060145] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:01.451] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:27:01.487] [ 6.160145] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:01.561] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:27:01.586] [ OK ] Mounted /var/volatile. [2024-05-23 14:27:01.605] [ OK ] Mounted /tmp. [2024-05-23 14:27:01.784] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:27:01.808] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:01.917] [ 6.602808] systemd-journald[115]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:27:01.949] Starting Bind mount volatile = /var/lib... [2024-05-23 14:27:01.970] Starting Bind mount volatile = /var/cache... [2024-05-23 14:27:02.001] Starting Bind mount volatile = /var/spool... [2024-05-23 14:27:02.033] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:27:02.219] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:27:02.243] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:27:02.273] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:27:02.301] [ OK ] Reached target Local File Systems. [2024-05-23 14:27:02.326] Starting Create Volatile Files and = Directories... [2024-05-23 14:27:02.359] Starting AppArmor initialization... [2024-05-23 14:27:02.397] Starting netfilter persistent = configuration... [2024-05-23 14:27:02.431] Starting Load/Save Random Seed... [2024-05-23 14:27:02.475] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:27:02.508] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:27:02.547] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:27:02.553] [ 7.239087] audit: type=3D1400 = audit(1550139121.180:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D247 comm=3D"apparmor_parser" [2024-05-23 14:27:02.570] [ 7.254469] audit: type=3D1400 = audit(1550139121.184:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D247 = comm=3D"apparmor_parser" [2024-05-23 14:27:02.598] [ 7.271115] audit: type=3D1400 = audit(1550139121.184:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D247 = comm=3D"apparmor_parser" [2024-05-23 14:27:02.611] [ OK ] Started AppArmor[ 7.296874] audit: = type=3D1400 audit(1550139121.184:5): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//HUD_profile" pid=3D247 comm=3D"apparmor_parser" [2024-05-23 14:27:02.642] initialization. [2024-05-23 14:27:02.654] [ 7.317456] audit: type=3D1400 = audit(1550139121.184:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D247 = comm=3D"apparmor_parser" [2024-05-23 14:27:02.656] [ 7.334472] audit: type=3D1400 = audit(1550139121.184:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D247 = comm=3D"apparmor_parser" [2024-05-23 14:27:02.682] [ 7.351221] audit: type=3D1400 = audit(1550139121.184:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D247 = comm=3D"apparmor_parser" [2024-05-23 14:27:02.707] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:27:02.880] [ OK ] Reached target Network (Pre). [2024-05-23 14:27:02.910] Starting Network Service... [2024-05-23 14:27:02.937] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:27:02.957] [ OK ] Reached target System Initialization. [2024-05-23 14:27:02.973] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:27:02.991] [ OK ] Reached target Sockets. [2024-05-23 14:27:03.019] [ OK ] Reached target Basic System. [2024-05-23 14:27:03.044] [ OK ] Started NS VSync Process. [2024-05-23 14:27:03.078] [ OK ] Started Kernel Logging Service. [2024-05-23 14:27:03.115] [ 7.799837] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:27:03.137] [ 7.811300] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:27:03.139] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:27:03.193] [ 7.878368] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:27:03.199] [ 7.883163] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:27:03.226] [ 7.888184] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:27:03.226] [ 7.891876] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:27:03.226] [ OK ] Started NS System Management Process. [2024-05-23 14:27:03.253] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:27:03.255] Start /usr/bin/sys-fail-mon [2024-05-23 14:27:03.271] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:27:03.305] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:27:03.332] Starting Load Kernel Modules... [2024-05-23 14:27:03.361] Starting Login Service... [2024-05-23 14:27:03.391] [ OK ] Started System Logging Service. [2024-05-23 14:27:03.431] Starting NS Inter Domain Comm = Process... [2024-05-23 14:27:03.439] [ OK ] Started 8.120058] [INFO][GMAC] = hsio_clk : 250000000 [2024-05-23 14:27:03.454] 39mDaily Cleanup of Temporary Directo[ = 8.130535] [INFO][GMAC] MDIO bus priv->pbl 8=20 [2024-05-23 14:27:03.454] ries. [2024-05-23 14:27:03.456] [ OK ] Reached target Timers. [2024-05-23 14:27:03.483] [ OK ] Started 8.130792] [INFO][GMAC]=20 [2024-05-23 14:27:03.483] 1;39mNetwork Service. [2024-05-23 14:27:03.483] [ 8.143742] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:27:03.499] [ 8.165415] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:27:03.499] [ 8.165479] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:27:03.515] [ 8.168429] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:27:03.516] [ 8.168442] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:27:03.530] [ 8.169607] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:03.545] [ 8.174279] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:27:03.545] [ 8.174312] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:27:03.560] [ 8.175661] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:27:03.560] [ 8.175679] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:27:03.576] [ 8.181350] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:03.591] [ 8.216356] libphy: tcc-gmac-mdio: probed [2024-05-23 14:27:03.591] [ 8.216396] [INFO][GMAC] registered! [2024-05-23 14:27:03.605] [ 8.216402] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:27:03.607] [ 8.216411] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:27:03.607] [ 8.289007] Disabling lock debugging due to = kernel taint [2024-05-23 14:27:03.633] [ OK ] Started 8.297623] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:27:03.633] 39mNS Inter Domain Comm Process. [2024-05-23 14:27:03.633] [ 8.309662] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:27:03.633] [ 8.309662] -- MASTER Configuration. [2024-05-23 14:27:03.646] [ 8.309662] -- Local Receiver Status Not = OK. [2024-05-23 14:27:03.648] [ 8.309662] -- Remote Receiver Status Not = OK. [2024-05-23 14:27:03.648] [ 8.309680] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:27:03.672] [ 8.309684] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:27:03.672] [ 8.311603] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:03.672] [ 8.311613] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:27:03.687] [ 8.311616] INFO: lockdep is turned off. [2024-05-23 14:27:03.692] [ 8.311620] irq event stamp: 71340 [2024-05-23 14:27:03.708] [ 8.311635] hardirqs last enabled at = (71339): [<00000000b2352f04>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:03.708] [ 8.311642] hardirqs last disabled at = (71340): [<000000001f3b3dda>] __schedule+0xc8/0x730 [2024-05-23 14:27:03.730] [ 8.311651] softirqs last enabled at (0): = [<00000000362053d9>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:03.730] [ 8.311654] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:03.730] [ 8.311658] Preemption disabled at: [2024-05-23 14:27:03.743] [ 8.311666] [<00000000092fef6d>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:03.745] [ 8.311675] CPU: 1 PID: 262 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:27:03.768] [ 8.311676] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:03.781] [ 8.311679] Call trace: [2024-05-23 14:27:03.781] [ 8.311684] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:03.781] [ 8.311688] show_stack+0x14/0x20 [2024-05-23 14:27:03.781] [ 8.311692] dump_stack+0xb8/0xf0 [2024-05-23 14:27:03.783] [ 8.311696] ___might_sleep+0x178/0x210 [2024-05-23 14:27:03.783] [ 8.311699] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:03.783] [ 8.311705] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:03.783] [ 8.311709] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:03.806] [ 8.311715] gic_set_type+0x84/0x98 [2024-05-23 14:27:03.806] [ 8.311719] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:03.806] [ 8.311723] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:03.806] [ 8.311726] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:03.806] [ 8.311733] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:27:03.808] [ 8.311737] __dev_open+0x100/0x150 [2024-05-23 14:27:03.820] [ 8.311740] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:27:03.833] [ 8.311743] dev_change_flags+0x20/0x60 [2024-05-23 14:27:03.833] [ 8.311748] do_setlink+0x3ec/0xc30 [2024-05-23 14:27:03.833] [ 8.311751] rtnl_setlink+0xcc/0x128 [2024-05-23 14:27:03.845] [ 8.311754] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:27:03.845] [ 8.311758] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:27:03.845] [ 8.311761] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:27:03.847] [ 8.311763] netlink_unicast+0x180/0x1f8 [2024-05-23 14:27:03.847] [ 8.311766] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:27:03.847] [ 8.311771] sock_sendmsg+0x3c/0x58 [2024-05-23 14:27:03.870] [ 8.311775] SyS_sendto+0xd0/0x140 [2024-05-23 14:27:03.872] [ 8.311778] el0_svc_naked+0x34/0x38 [2024-05-23 14:27:03.872] [ 8.311919] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:27:03.872] [ 8.318004] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:27:03.872] [ 8.318009] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:27:03.894] [ 8.318015] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:27:03.907] [ 8.318015] =20 [2024-05-23 14:27:03.907] [ 8.318332] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:27:03.907] [ 8.318579] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:27:03.907] [ 8.318583] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:27:03.908] [ 8.318587] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:27:03.908] [ 8.318587] =20 [2024-05-23 14:27:03.908] [ 8.318736] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:27:03.933] [ 8.318751] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:27:03.933] [ 8.318754] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:27:03.933] [ 8.318758] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:27:03.933] [ 8.318765] [INFO][GMAC] --] phy_start: : [2024-05-23 14:27:03.933] [ 8.322203] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:27:03.935] [ 8.403322] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:27:03.961] [ 8.416350] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:27:03.961] [ 8.418460] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:27:03.961] [ 8.425681] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:27:03.961] [ 8.426115] Done!! [2024-05-23 14:27:03.961] [ 8.427603] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:03.964] [ 8.519239] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:27:03.992] [ 8.524633] Done!! [2024-05-23 14:27:03.992] [ 8.535602] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:03.992] [ 8.609117] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:27:03.992] [ 8.610966] Done!! [2024-05-23 14:27:03.992] [ 8.643514] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.004] [ OK ] Started Cluster Framework. [2024-05-23 14:27:04.040] [ OK ] Started HUD Framework. [2024-05-23 14:27:04.050] parents, child is 331 [2024-05-23 14:27:04.069] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:27:04.070] [ 8.751660] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.072] [IDC]Start. [2024-05-23 14:27:04.096] [ 8.760298] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:27:04.098] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:27:04.098] [ OK ] Started Nvm Process. [2024-05-23 14:27:04.112] [IDC](A7)ConnectReq 0 [2024-05-23 14:27:04.114] [IDC](A7)do_connect 0 [2024-05-23 14:27:04.114] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:27:04.114] [IDC](A7)Tx start session req 1 [2024-05-23 14:27:04.114] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:27:04.114] [IDC](R5)ConnectReq 0 [2024-05-23 14:27:04.139] [IDC](R5)do_connect 0 [2024-05-23 14:27:04.173] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:27:04.173] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:27:04.173] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:27:04.173] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:27:04.173] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:27:04.173] [IDC](A7)Session connected. [2024-05-23 14:27:04.173] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:27:04.173] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:27:04.173] [ OK ] Started NS hsm control application. [2024-05-23 14:27:04.176] [IDC](R5)Session connected.2 [2024-05-23 14:27:04.176] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:27:04.176] [ OK ] Started Diagnosis Framework. [2024-05-23 14:27:04.220] [ 8.866346] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.220] [ OK ] Started Diagnosis Transport. [2024-05-23 14:27:04.220] [ 8.878111] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:27:04.231] [ OK ] Started NS Software Update. [2024-05-23 14:27:04.255] [ OK ] Started NS Secondary Verify. [2024-05-23 14:27:04.289] Starting Wait for Network to be = Configured... [2024-05-23 14:27:04.291] [ OK ] Reached target Network. [2024-05-23 14:27:04.305] [ 8.979860] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.310] Starting udev Coldplug all Devices... [2024-05-23 14:27:04.399] Starting Permit User Sessions... [2024-05-23 14:27:04.408] [ 9.091590] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.447] [ OK ] Started Load Kernel Modules. [2024-05-23 14:27:04.455] [ OK ] Started Permit User Sessions. [2024-05-23 14:27:04.472] [ OK ] Started Login Service. [2024-05-23 14:27:04.472] [ OK ] Started Getty on tty1. [2024-05-23 14:27:04.508] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:27:04.513] [ OK ] Reached target Login Prompts. [2024-05-23 14:27:04.516] [ OK ] Reached target Multi-User System. [2024-05-23 14:27:04.530] [ 9.208777] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.653] [ 9.323555] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.705] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:27:04.740] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:27:04.756] [ 9.436381] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:04.942] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:27:05.087] [ 9.772183] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:27:05.097] [ 9.782305] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:27:05.110] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:27:06.018] [ 10.702446] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:27:06.041] [ 10.710847] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:27:06.900] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:10.760]=20 [2024-05-23 14:27:10.760] telechips-nsp1-release login:=20 [2024-05-23 14:27:13.688]=20 [2024-05-23 14:27:13.688] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:27:13.711]=20 [2024-05-23 14:27:13.711] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:27:13.711] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:27:13.711] DRAM: 2 GiB [2024-05-23 14:27:13.715] MMC: sdhc@0x16440000: 0 [2024-05-23 14:27:13.998]=20 [2024-05-23 14:27:14.000] HW Partition tyep is UserData [2024-05-23 14:27:14.010] In: serial [2024-05-23 14:27:14.010] Out: serial [2024-05-23 14:27:14.010] Err: serial [2024-05-23 14:27:14.076] Boot in the UserData environment(0) [2024-05-23 14:27:14.080] Non-secure boot (secure boot flag is clear) [2024-05-23 14:27:14.098] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:27:14.112] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:27:14.112] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:27:14.112] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:27:14.114] Booting using the fdt blob at 0x23000000 [2024-05-23 14:27:14.114] Loading Kernel Image [2024-05-23 14:27:14.138] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:27:14.139] OPTEE is enabled [2024-05-23 14:27:14.139]=20 [2024-05-23 14:27:14.139] Starting kernel ... [2024-05-23 14:27:14.139]=20 [2024-05-23 14:27:15.063] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:27:15.065] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:27:15.081] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:27:15.095] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:27:15.107] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:27:15.107] [ 0.000000] efi: UEFI not found. [2024-05-23 14:27:15.110] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:27:15.110] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:27:15.137] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:27:15.137] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:27:15.137] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:27:15.151] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:27:15.153] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:27:15.154] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:27:15.181] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:27:15.181] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:27:15.181] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:27:15.199] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:27:15.199] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:27:15.213] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:27:15.223] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:27:15.227] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:27:15.227] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:27:15.251] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:27:15.251] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:27:15.251] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:27:15.268] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:27:15.268] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:27:15.286] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:27:15.286] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:27:15.286] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:27:15.303] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:27:15.303] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:27:15.303] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:27:15.317] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:27:15.319] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:27:15.319] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:27:15.348] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:27:15.348] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:27:15.348] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:27:15.348] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:27:15.350] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:27:15.375] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:27:15.389] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:27:15.392] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:27:15.417] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:27:15.435] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:27:15.435] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:27:15.435] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:27:15.456] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:27:15.456] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:27:15.458] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:27:15.458] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:27:15.458] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:27:15.483] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:27:15.483] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:27:15.483] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:27:15.483] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:27:15.497] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:27:15.498] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:27:15.526] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:27:15.526] [ 0.000000] Running RCU self tests [2024-05-23 14:27:15.526] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:27:15.526] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:27:15.529] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:27:15.552] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:27:15.567] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:27:15.567] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:27:15.567] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:27:15.567] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:27:15.569] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:27:15.569] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:27:15.569] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:27:15.593] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:27:15.593] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:27:15.594] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:27:15.619] [ 0.001461] Console: colour dummy device = 80x25 [2024-05-23 14:27:15.619] [ 0.001702] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:27:15.619] [ 0.001705] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:27:15.619] [ 0.001707] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:27:15.620] [ 0.001710] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:27:15.646] [ 0.001713] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:27:15.646] [ 0.001716] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:27:15.646] [ 0.001718] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:27:15.646] [ 0.001721] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:27:15.646] [ 0.001724] memory used by lock dependency = info: 7903 kB [2024-05-23 14:27:15.658] [ 0.001726] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:27:15.660] [ 0.001765] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:27:15.684] [ 0.001773] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:27:15.684] [ 0.002271] Security Framework initialized [2024-05-23 14:27:15.684] [ 0.002397] AppArmor: AppArmor initialized [2024-05-23 14:27:15.684] [ 0.002643] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:27:15.684] [ 0.002665] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:27:15.699] [ 0.019950] ASID allocator initialised with = 32768 entries [2024-05-23 14:27:15.705] [ 0.035852] Hierarchical SRCU = implementation. [2024-05-23 14:27:15.705] [ 0.062276] EFI services will not be = available. [2024-05-23 14:27:15.728] [ 0.076119] smp: Bringing up secondary CPUs = ... [2024-05-23 14:27:15.740] [ 0.120745] Detected VIPT I-cache on CPU1 [2024-05-23 14:27:15.740] [ 0.120821] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:27:15.740] [ 0.164990] Detected VIPT I-cache on CPU2 [2024-05-23 14:27:15.740] [ 0.165046] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:27:15.740] [ 0.209275] Detected VIPT I-cache on CPU3 [2024-05-23 14:27:15.742] [ 0.209328] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:27:15.742] [ 0.209703] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:27:15.742] [ 0.209744] SMP: Total of 4 processors = activated. [2024-05-23 14:27:15.766] [ 0.209761] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:27:15.766] [ 0.209780] CPU: All CPU(s) started at EL2 [2024-05-23 14:27:15.766] [ 0.209960] alternatives: patching kernel = code [2024-05-23 14:27:15.766] [ 0.210503] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:27:15.766] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:27:15.780] [ 0.213715] devtmpfs: initialized [2024-05-23 14:27:15.792] [ 0.403485] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:27:15.792] [ 0.403754] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:27:15.795] [ 0.412578] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:27:15.795] [ 0.413502] chipinfo: TCC8030 Rev02 [2024-05-23 14:27:15.818] [ 0.413518] chipinfo: SiP Service v0.1.56 [2024-05-23 14:27:15.820] [ 0.418827] NET: Registered protocol family = 16 [2024-05-23 14:27:15.820] [ 0.422830] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:27:15.820] [ 0.424763] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:27:15.820] [ 0.426538] cpuidle: using governor menu [2024-05-23 14:27:15.853] [ 0.426777] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:27:15.867] [ 0.440873] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:27:15.867] [ 0.441362] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:27:15.867] [ 0.441408] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:27:15.867] [ 0.441452] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:27:15.867] [ 0.441496] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:27:15.867] [ 0.441539] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:27:15.869] [ 0.441582] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:27:15.869] [ 0.441626] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:27:15.869] [ 0.441669] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:27:15.895] [ 0.441713] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:27:15.895] [ 0.441756] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:27:15.895] [ 0.441799] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:27:15.895] [ 0.441844] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:27:15.895] [ 0.441967] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:27:15.914] [ 0.442012] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:27:15.927] [ 0.442055] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:27:15.927] [ 0.442113] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:27:15.927] [ 0.442157] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:27:15.927] [ 0.442200] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:27:15.929] [ 0.442577] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:27:15.929] [ 0.442620] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:27:15.951] [ 0.442664] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:27:15.953] [ 0.442707] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:27:15.953] [ 0.442750] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:27:15.953] [ 0.442793] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:27:15.953] [ 0.442837] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:27:15.977] [ 0.442880] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:27:15.977] [ 0.442924] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:27:15.977] [ 0.442967] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:27:15.977] [ 0.443011] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:27:15.977] [ 0.443054] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:27:15.991] [ 0.443287] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:27:15.991] [ 0.443345] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:27:15.993] [ 0.443389] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:27:16.018] [ 0.443433] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:27:16.018] [ 0.443476] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:27:16.018] [ 0.443519] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:27:16.018] [ 0.443562] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:27:16.020] [ 0.443754] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:27:16.047] [ 0.443798] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:27:16.047] [ 0.443841] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:27:16.047] [ 0.443884] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:27:16.047] [ 0.443927] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:27:16.047] [ 0.443971] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:27:16.049] [ 0.444014] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:27:16.076] [ 0.444057] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:27:16.076] [ 0.444101] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:27:16.076] [ 0.444144] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:27:16.076] [ 0.444200] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:27:16.076] [ 0.444243] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:27:16.089] [ 0.444287] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:27:16.105] [ 0.444330] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:27:16.105] [ 0.444859] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:27:16.118] [ 0.444904] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:27:16.118] [ 0.445074] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:27:16.118] [ 0.445245] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:27:16.120] [ 0.445427] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:27:16.120] [ 0.445593] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:27:16.120] [ 0.445760] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:27:16.146] [ 0.445805] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:27:16.146] [ 0.445848] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:27:16.146] [ 0.446114] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:27:16.146] [ 0.446310] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:27:16.146] [ 0.446496] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:27:16.162] [ 0.446541] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:27:16.173] [ 0.446584] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:27:16.173] [ 0.446628] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:27:16.175] [ 0.446671] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:27:16.175] [ 0.446853] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:27:16.199] [ 0.446897] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:27:16.199] [ 0.447105] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:27:16.199] [ 0.447118] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:27:16.199] [ 0.529571] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:27:16.201] [ 0.529662] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:27:16.225] [ 1.676353] console [ttyAMA0] enabled [2024-05-23 14:27:16.225] [ 1.684071] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:27:16.251] [ 1.712930] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:27:16.254] [ 1.723224] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:27:16.269] [ 1.733797] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:27:16.286] [ 1.744121] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:27:16.374] [ 1.843803] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:27:16.402] [ 1.860037] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:27:16.403] [ 1.866934] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:27:16.427] [ 1.873728] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:27:16.428] [ 1.880095] Linux video capture interface: = v2.00 [2024-05-23 14:27:16.428] [ 1.885917] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:16.441] [ 1.885922] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:27:16.443] [ 1.885926] 6 locks held by swapper/0/1: [2024-05-23 14:27:16.443] [ 1.885929] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:27:16.469] [ 1.885957] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:27:16.469] [ 1.885972] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:27:16.469] [ 1.885991] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:16.484] [ 1.886006] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:27:16.484] [ 1.886022] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:16.499] [ 1.886041] irq event stamp: 288068 [2024-05-23 14:27:16.499] [ 1.886047] hardirqs last enabled at = (288067): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:16.514] [ 1.886052] hardirqs last disabled at = (288068): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:27:16.516] [ 1.886059] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:16.541] [ 1.886062] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:16.541] [ 1.886065] Preemption disabled at: [2024-05-23 14:27:16.541] [ 1.886070] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:16.541] [ 1.886079] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:27:16.555] [ 1.886083] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:16.555] [ 1.886087] Call trace: [2024-05-23 14:27:16.568] [ 1.886093] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:16.571] [ 1.886097] show_stack+0x14/0x20 [2024-05-23 14:27:16.571] [ 1.886103] dump_stack+0xb8/0xf0 [2024-05-23 14:27:16.571] [ 1.886108] ___might_sleep+0x178/0x210 [2024-05-23 14:27:16.571] [ 1.886112] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:16.598] [ 1.886117] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:16.598] [ 1.886122] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:16.598] [ 1.886129] gic_set_type+0x84/0x98 [2024-05-23 14:27:16.598] [ 1.886134] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:16.598] [ 1.886139] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:16.598] [ 1.886144] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:16.600] [ 1.886149] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:27:16.623] [ 1.886155] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:27:16.623] [ 1.886160] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:16.623] [ 1.886165] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:16.623] [ 1.886170] __driver_attach+0xfc/0x118 [2024-05-23 14:27:16.623] [ 1.886174] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:16.623] [ 1.886179] driver_attach+0x20/0x28 [2024-05-23 14:27:16.637] [ 1.886184] bus_add_driver+0x220/0x268 [2024-05-23 14:27:16.639] [ 1.886189] driver_register+0x60/0xf8 [2024-05-23 14:27:16.639] [ 1.886193] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:16.639] [ 1.886200] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:27:16.662] [ 1.886205] do_one_initcall+0x50/0x15c [2024-05-23 14:27:16.674] [ 1.886212] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:27:16.674] [ 1.886217] kernel_init+0x10/0x100 [2024-05-23 14:27:16.674] [ 1.886222] ret_from_fork+0x10/0x18 [2024-05-23 14:27:16.674] [ 1.891967] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:27:16.676] [ 2.139157] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:27:16.698] [ 2.152754] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:27:16.704] [ 2.159793] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:27:16.704] [ 2.164394] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:27:16.704] [ 2.169198] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:27:16.718] [ 2.174045] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:27:16.731] [ 2.178600] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:27:16.763] [ 2.232863] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:27:16.778] [ 2.245702] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:16.801] [ 2.263953] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:16.810] [ 2.279717] NET: Registered protocol family = 2 [2024-05-23 14:27:16.824] [ 2.287535] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:27:16.826] [ 2.295236] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:27:16.851] [ 2.306474] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:27:16.851] [ 2.313854] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:27:16.852] [ 2.320636] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:27:16.866] [ 2.328736] NET: Registered protocol family = 1 [2024-05-23 14:27:16.967] [ 2.437200] audit: initializing netlink = subsys (disabled) [2024-05-23 14:27:16.975] [ 2.443689] audit: type=3D2000 = audit(2.432:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:27:16.989] [ 2.444258] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:27:17.056] [ 2.526279] fuse init (API version 7.26) [2024-05-23 14:27:17.085] [ 2.544364] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:27:17.086] [ 2.554289] io scheduler noop registered = (default) [2024-05-23 14:27:17.105] [ 2.559792] io scheduler mq-deadline = registered [2024-05-23 14:27:17.105] [ 2.564356] io scheduler kyber registered [2024-05-23 14:27:17.118] [ 2.574749] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:17.122] [ 2.581607] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:17.122] [ 2.587994] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:27:17.137] [ 2.595595] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:17.187] [ 2.657912] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:17.195] [ 2.665541] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:17.214] [ 2.670394] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:27:17.214] [ 2.675823] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:17.214] [ 2.676446] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:17.227] [ 2.687219] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:17.227] [ 2.693428] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:27:17.242] [ 2.700985] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:17.255] [ 2.724975] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:17.269] [ 2.732055] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:17.269] [ 2.736714] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:27:17.295] [ 2.742140] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:17.295] [ 2.742730] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:17.295] [ 2.753482] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:17.300] [ 2.759691] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:27:17.300] [ 2.767326] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:17.363] [ 2.833089] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:17.371] [ 2.839929] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:17.384] [ 2.844528] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:27:17.390] [ 2.849954] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:17.408] [ 2.859665] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:27:17.408] [ 2.869293] [INF][WDMA] tcc_wdma_init [2024-05-23 14:27:17.408] [ 2.874073] TCC WDMA Driver Initializing [2024-05-23 14:27:17.436] [ 2.881467] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:27:17.448] [ 2.887850] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:27:17.448] [ 2.898233] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:17.451] [ 2.910935] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:27:17.475] [ 2.920391] [CPU_ID] probe is done [2024-05-23 14:27:17.479] [ 2.924136] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:27:17.479] [ 2.930756] [DRAM_TOOL] probe is done [2024-05-23 14:27:17.479] [ 2.937992] MALI-G51 : r30p0-01eac0 [2024-05-23 14:27:17.479] [ 2.941519] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:27:17.503] [ 2.951011] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:17.504] [ 2.951015] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:27:17.504] [ 2.951020] 6 locks held by swapper/0/1: [2024-05-23 14:27:17.504] [ 2.951023] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:27:17.520] [ 2.951050] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:27:17.520] [ 2.951065] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:27:17.538] [ 2.951083] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:17.538] [ 2.951097] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:27:17.557] [ 2.951114] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:17.557] [ 2.951132] irq event stamp: 453800 [2024-05-23 14:27:17.570] [ 2.951138] hardirqs last enabled at = (453799): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:17.572] [ 2.951143] hardirqs last disabled at = (453800): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:27:17.598] [ 2.951151] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:17.598] [ 2.951154] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:17.598] [ 2.951157] Preemption disabled at: [2024-05-23 14:27:17.598] [ 2.951162] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:17.610] [ 2.951171] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:27:17.610] [ 2.951174] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:17.627] [ 2.951178] Call trace: [2024-05-23 14:27:17.630] [ 2.951184] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:17.630] [ 2.951189] show_stack+0x14/0x20 [2024-05-23 14:27:17.630] [ 2.951194] dump_stack+0xb8/0xf0 [2024-05-23 14:27:17.630] [ 2.951199] ___might_sleep+0x178/0x210 [2024-05-23 14:27:17.654] [ 2.951203] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:17.654] [ 2.951208] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:17.654] [ 2.951213] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:17.654] [ 2.951221] gic_set_type+0x84/0x98 [2024-05-23 14:27:17.654] [ 2.951226] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:17.654] [ 2.951230] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:17.656] [ 2.951235] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:17.681] [ 2.951242] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:27:17.681] [ 2.951247] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:27:17.681] [ 2.951251] kbase_device_init+0x78/0xf8 [2024-05-23 14:27:17.681] [ 2.951258] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:27:17.681] [ 2.951263] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:17.683] [ 2.951268] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:17.707] [ 2.951273] __driver_attach+0xfc/0x118 [2024-05-23 14:27:17.707] [ 2.951278] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:17.707] [ 2.951283] driver_attach+0x20/0x28 [2024-05-23 14:27:17.707] [ 2.951288] bus_add_driver+0x220/0x268 [2024-05-23 14:27:17.707] [ 2.951292] driver_register+0x60/0xf8 [2024-05-23 14:27:17.707] [ 2.951297] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:17.719] [ 2.951304] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:27:17.719] [ 2.951309] do_one_initcall+0x50/0x15c [2024-05-23 14:27:17.719] [ 2.951317] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:27:17.733] [ 2.951323] kernel_init+0x10/0x100 [2024-05-23 14:27:17.736] [ 2.951327] ret_from_fork+0x10/0x18 [2024-05-23 14:27:17.736] [ 2.953071] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:27:17.764] [ 3.208326] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:27:17.764] [ 3.215067] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:27:17.764] [ 3.229021] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:27:17.797] [ 3.236230] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:27:17.797] [ 3.248522] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:27:17.797] [ 3.254742] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:27:17.798] [ 3.259196] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:27:17.798] [ 3.266724] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:27:17.848] [ 3.315870] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:27:17.856] [ 3.326706] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:27:17.866] [ 3.334585] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:27:17.884] [ 3.347891] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:27:17.886] [ 3.353177] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:27:17.911] [ 3.364250] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:27:17.924] [ 3.373133] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:27:17.930] [ 3.392782] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:27:17.943] [ 3.408379] libphy: Fixed MDIO Bus: probed [2024-05-23 14:27:17.945] [ 3.413345] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:27:17.958] [ 3.423078] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:27:17.958] [ 3.427780] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:27:17.975] [ 3.427844] [INFO][GAMC] gmac index : 1 [2024-05-23 14:27:17.975] [ 3.428406] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:27:17.975] [ 3.428415] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:27:17.977] [ 3.429328] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:27:18.001] [ 3.429341] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:27:18.001] [ 3.433376] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:27:18.001] [ 3.442048] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:27:18.001] [ 3.443270] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:18.001] [ 3.443282] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:27:18.018] [ 3.443289] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:27:18.018] [ 3.443301] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:18.020] [ 3.443313] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:27:18.047] [ 3.444947] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:27:18.047] [ 3.454091] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:27:18.047] [ 3.454100] usbhid: USB HID core driver [2024-05-23 14:27:18.047] [ 3.454435] optee: probing for conduit = method from DT. [2024-05-23 14:27:18.047] [ 3.454460] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:27:18.061] [ 3.456430] optee: initialized driver [2024-05-23 14:27:18.064] [ 3.457989] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:27:18.064] [ 3.458004] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:27:18.086] [ 3.458011] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:27:18.091] [ 3.458019] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:27:18.091] [ 3.458026] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:27:18.091] [ 3.458033] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:27:18.091] [ 3.458041] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:27:18.115] [ 3.458048] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:27:18.115] [ 3.459703] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:27:18.115] [ 3.459711] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:27:18.115] [ 3.466517] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:27:18.130] [ 3.482785] NET: Registered protocol family = 17 [2024-05-23 14:27:18.132] [ 3.483386] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:27:18.157] [ 3.488072] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:27:18.157] [ 3.613954] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:27:18.157] [ 3.625938] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:27:18.171] [ 3.631550] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:27:18.171] [ 3.638212] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:27:18.187] [ 3.645480] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:27:18.187] [ 3.652759] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:18.213] [ 3.652801] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:27:18.213] [ 3.654459] ALSA device list: [2024-05-23 14:27:18.213] [ 3.654466] No soundcards found. [2024-05-23 14:27:18.213] [ 3.676110] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:27:18.238] [ 3.685904] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:27:18.240] [ 3.693684] GPT:15269887 !=3D 15273599 [2024-05-23 14:27:18.240] [ 3.697294] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:27:18.240] [ 3.698086] Freeing unused kernel memory: = 4160K [2024-05-23 14:27:18.240] Mounting devtmpfs[ 3.708289] GPT:15269887 = !=3D 15273599 [2024-05-23 14:27:18.253]=20 [2024-05-23 14:27:18.253] [ 3.713341] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:27:18.253] [ 3.718798] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:27:18.270] [ 3.725547] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:27:18.272] Mounting procfs [2024-05-23 14:27:18.307] Mounting sysfs [2024-05-23 14:27:18.307] [ 3.760402] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:27:18.318] [ 3.784440] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:27:18.363] [ 3.833463] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:27:18.375] [ 3.842288] mount (98) used greatest stack = depth: 11296 bytes left [2024-05-23 14:27:18.630] [ 4.098974] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:27:18.725] [ 4.195463] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:27:18.753] [ 4.222789] systemd[1]: Detected = architecture arm64. [2024-05-23 14:27:18.797]=20 [2024-05-23 14:27:18.797] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:27:18.811]=20 [2024-05-23 14:27:18.815] [ 4.284937] systemd[1]: Set hostname to = . [2024-05-23 14:27:18.829] [ 4.296201] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:27:18.844] [ 4.306096] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:27:19.082] [ 4.552420] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:27:19.111] [ 4.569599] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:27:19.142] [ 4.612013] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:27:19.155] [ 4.624122] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:27:19.343] [ 4.812853] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:27:19.416] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:27:19.432] [ OK ] Listening on Journal Socket. [2024-05-23 14:27:19.451] [ OK ] Created slice User and Session Slice. [2024-05-23 14:27:19.468] [ OK ] Reached target Slices. [2024-05-23 14:27:19.504] Mounting FUSE Control File System... [2024-05-23 14:27:19.531] Starting Apply Kernel Variables... [2024-05-23 14:27:19.567] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:27:19.587] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:27:19.604] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:27:19.622] [ OK ] Reached target Swap. [2024-05-23 14:27:19.645] Starting mount data partition = service... [2024-05-23 14:27:19.674] Mounting Huge Pages File System... [2024-05-23 14:27:19.705] [ OK ] Created slice system-getty.slice. [2024-05-23 14:27:19.734] Mounting Kernel Debug File System... [2024-05-23 14:27:19.754] [ OK ] Listening on Syslog Socket. [2024-05-23 14:27:19.775] [ 5.245215] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:19.786] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:27:19.805] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:27:19.822] [ OK ] Reached target Paths. [2024-05-23 14:27:19.861] [ 5.331090] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:27:19.870] Mounting Configuration File System... [2024-05-23 14:27:19.888] [ OK ] Reached target Remote File Systems. [2024-05-23 14:27:19.917] Mounting POSIX Message Queue File = System... [2024-05-23 14:27:19.938] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:27:19.971] Starting Journal Service... [2024-05-23 14:27:19.988] [ OK ] Listening on udev Control Socket. [2024-05-23 14:27:20.014] Starting udev Coldplug all Devices... [2024-05-23 14:27:20.083] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:27:20.116] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:27:20.139] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:27:20.170] [ OK ] Started mount data partition service. [2024-05-23 14:27:20.189] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:27:20.205] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:27:20.224] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:27:20.240] [ OK ] Mounted Configuration File System. [2024-05-23 14:27:20.256] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:27:20.275] [ OK ] Started Journal Service. [2024-05-23 14:27:20.342] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:27:20.372] Starting NS file System mount and = recovery.... [2024-05-23 14:27:20.406] Starting udev Kernel Device = Manager... [2024-05-23 14:27:20.430] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:27:20.456] Mounting /tmp... [2024-05-23 14:27:20.472] [ OK ] Reached target Containers. [2024-05-23 14:27:20.496] Mounting /var/volatile... [2024-05-23 14:27:20.522] [ 5.980402] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:20.586] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:27:20.598] [ 6.068055] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:20.698] [ OK ] Mounted /tmp. [2024-05-23 14:27:20.702] [ 6.169949] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:20.790] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:27:20.809] [ OK ] Mounted /var/volatile. [2024-05-23 14:27:20.905] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:27:21.017] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:21.128] [ 6.597438] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:27:21.156] Starting Bind mount volatile = /var/cache... [2024-05-23 14:27:21.176] Starting Bind mount volatile = /var/spool... [2024-05-23 14:27:21.214] Starting Bind mount volatile = /var/lib... [2024-05-23 14:27:21.246] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:27:21.445] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:27:21.474] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:27:21.500] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:27:21.536] Starting Load/Save Random Seed... [2024-05-23 14:27:21.543] [ OK ] Reached target Local File Systems. [2024-05-23 14:27:21.576] Starting AppArmor initialization... [2024-05-23 14:27:21.608] Starting netfilter persistent = configuration... [2024-05-23 14:27:21.639] Starting Create Volatile Files and = Directories... [2024-05-23 14:27:21.666] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:27:21.772] [ 7.241979] audit: type=3D1400 = audit(1550139121.140:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:27:21.810] [ OK ] Started [ 7.266321] audit: = type=3D1400 audit(1550139121.144:3): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//Cluster_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:27:21.824] Create Volatile Files and Direct[ 7.285945] = audit: type=3D1400 audit(1550139121.144:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:27:21.854] ories. [2024-05-23 14:27:21.854] [ 7.305609] audit: type=3D1400 = audit(1550139121.144:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:27:21.856] [ 7.321179] audit: type=3D1400 = audit(1550139121.144:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:27:21.881] [ 7.337178] audit: type=3D1400 = audit(1550139121.144:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:27:21.906] [ 7.353016] audit: type=3D1400 = audit(1550139121.144:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:27:21.912] [ OK ] Started AppArmor initialization. [2024-05-23 14:27:21.934] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:27:22.101] [ OK ] Reached target Network (Pre). [2024-05-23 14:27:22.132] Starting Network Service... [2024-05-23 14:27:22.167] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:27:22.219] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:27:22.242] [ OK ] Reached target System Initialization. [2024-05-23 14:27:22.258] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:27:22.278] [ OK ] Reached target Sockets. [2024-05-23 14:27:22.295] [ OK ] Reached target Basic System. [2024-05-23 14:27:22.326] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:27:22.358] [ 7.827057] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:27:22.365] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:27:22.392] [ 7.859168] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:27:22.409] [ 7.863937] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:27:22.409] [ OK ] Started [ 7.870000] [INFO][GMAC] = gmac_clk : 125000000 [2024-05-23 14:27:22.411] NS VSync Process. [2024-05-23 14:27:22.486] [ 7.955916] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:27:22.507] [ OK ] Started System Logging Service. [2024-05-23 14:27:22.532] Starting Login Service... [2024-05-23 14:27:22.558] [ 8.026114] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:27:22.574] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:27:22.613] Starting Load Kernel Modules... [2024-05-23 14:27:22.646] [ 8.111367] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:27:22.653] [ 8.111508] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:27:22.691] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:27:22.700] [ 8.111524] [INFO][GMAC]=20 [2024-05-23 14:27:22.712] [ 8.168560] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:27:22.715] [ 8.178718] Disabling lock debugging due to = kernel taint [2024-05-23 14:27:22.737] [ 8.181997] libphy: tcc-gmac-mdio: probed [2024-05-23 14:27:22.740] [ 8.182003] [INFO][GMAC] registered! [2024-05-23 14:27:22.740] [ 8.182007] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:27:22.740] [ 8.182035] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:27:22.762] [ OK ] Started Kernel Logging Service. [2024-05-23 14:27:22.763] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:27:22.763] [ OK ] Reached target Timers. [2024-05-23 14:27:22.765] [ OK ] Started NS System Management Process. [2024-05-23 14:27:22.791] Starting NS Inter Domain Comm [ = 8.242092] ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:27:22.791] Process... [2024-05-23 14:27:22.791] [ OK 8.250667] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:27:22.805] m] Started Network Serv[ 8.261799] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:27:22.807] ice. [2024-05-23 14:27:22.807] Start /usr/bin/sys-fai[ 8.261842] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:27:22.832] [ 8.261842] -- MASTER Configuration. [2024-05-23 14:27:22.832] [ 8.261842] -- Local Receiver Status Not = OK. [2024-05-23 14:27:22.832] [ 8.261842] -- Remote Receiver Status Not = OK. [2024-05-23 14:27:22.832] l-mon[ 8.261859] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:27:22.832] [ 8.261863] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:27:22.848]=20 [2024-05-23 14:27:22.848] [ 8.288548] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:22.848] [ 8.288551] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:27:22.864] [ 8.288553] INFO: lockdep is turned off. [2024-05-23 14:27:22.864] [ 8.288555] irq event stamp: 72080 [2024-05-23 14:27:22.864] [ 8.288569] hardirqs last enabled at = (72079): [<00000000d3499417>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:27:22.878] [ 8.288574] hardirqs last disabled at = (72080): [<00000000f1cbc2db>] __schedule+0xc8/0x730 [2024-05-23 14:27:22.878] [ 8.288582] softirqs last enabled at (0): = [<000000003e32ea5c>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:22.892] [ 8.288584] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:22.907] [ 8.288586] Preemption disabled at: [2024-05-23 14:27:22.909] [ 8.288593] [<00000000205cfc1a>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:22.909] [ 8.288600] CPU: 3 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:27:22.930] [ 8.288601] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:22.930] [ 8.288604] Call trace: [2024-05-23 14:27:22.930] [ 8.288609] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:22.930] [ 8.288612] show_stack+0x14/0x20 [2024-05-23 14:27:22.930] [ 8.288616] dump_stack+0xb8/0xf0 [2024-05-23 14:27:22.935] [ 8.288620] ___might_sleep+0x178/0x210 [2024-05-23 14:27:22.953] [ 8.288623] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:22.954] [ 8.288628] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:22.954] [ 8.288633] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:22.954] [ 8.288638] gic_set_type+0x84/0x98 [2024-05-23 14:27:22.954] [ 8.288642] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:22.954] [ 8.288645] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:22.981] [ 8.288649] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:22.981] [ 8.288654] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:27:22.981] [ 8.288659] __dev_open+0x100/0x150 [2024-05-23 14:27:22.981] [ 8.288662] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:27:22.981] [ 8.288665] dev_change_flags+0x20/0x60 [2024-05-23 14:27:22.981] [ 8.288669] do_setlink+0x3ec/0xc30 [2024-05-23 14:27:22.981] [ 8.288671] rtnl_setlink+0xcc/0x128 [2024-05-23 14:27:22.995] [ 8.288674] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:27:23.008] [ 8.288678] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:27:23.008] [ 8.288681] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:27:23.008] [ 8.288684] netlink_unicast+0x180/0x1f8 [2024-05-23 14:27:23.010] [ 8.288687] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:27:23.010] [ 8.288692] sock_sendmsg+0x3c/0x58 [2024-05-23 14:27:23.010] [ 8.288696] SyS_sendto+0xd0/0x140 [2024-05-23 14:27:23.033] [ 8.288699] el0_svc_naked+0x34/0x38 [2024-05-23 14:27:23.035] [ 8.288818] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:27:23.035] [ 8.292871] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:27:23.035] [ 8.292876] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:27:23.035] [ 8.292881] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:27:23.058] [ 8.292881] =20 [2024-05-23 14:27:23.058] [ 8.293160] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:27:23.058] [ 8.293337] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:27:23.058] [ 8.293340] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:27:23.058] [ 8.293344] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:27:23.071] [ 8.293344] =20 [2024-05-23 14:27:23.073] [ 8.293477] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:27:23.073] [ 8.293492] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:27:23.073] [ 8.293496] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:27:23.099] [ 8.293500] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:27:23.099] [ 8.293509] [INFO][GMAC] --] phy_start: : [2024-05-23 14:27:23.099] [ 8.293572] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:27:23.099] [ 8.399177] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.099] [ 8.507169] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.099] [ OK ] Reached target[ 8.567937] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:27:23.113] Network. [2024-05-23 14:27:23.113] [ 8.578871] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:27:23.130] Starting Permit[ 8.589028] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:23.156] User Sessions... [2024-05-23 14:27:23.158] [ 8.604328] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:27:23.158] [ 8.610450] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:27:23.158] [ 8.610883] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:27:23.195] [ 8.610891] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:27:23.195] [ 8.611700] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:23.195] [ 8.615249] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.196] [ 8.638411] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:27:23.196] [ 8.651075] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:27:23.196] [ 8.656666] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:27:23.220] [ 8.660982] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:27:23.220] [ 8.662002] Done!! [2024-05-23 14:27:23.220] Starting udev Coldplug all Devices... [2024-05-23 14:27:23.220] Starting Wait for Network to be = Configured... [2024-05-23 14:27:23.220] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:27:23.236] [ OK ] Started Permit User Sessions. [2024-05-23 14:27:23.258] [ OK ] Started Getty on tty1. [2024-05-23 14:27:23.259] [ 8.723217] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.259] parents, child is 315 [2024-05-23 14:27:23.275] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:27:23.280] [ OK ] Reached target Lo[ 8.733341] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:27:23.304] gin Prompts. [2024-05-23 14:27:23.304] [IDC]Start. [2024-05-23 14:27:23.304] [ 8.737878] Done!! [2024-05-23 14:27:23.313] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:27:23.313] [ 8.751085] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:27:23.313] [IDC](A7)ConnectReq 0 [2024-05-23 14:27:23.313] [IDC](A7)do_connect 0 [2024-05-23 14:27:23.313] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:27:23.313] [IDC](A7)Tx start session req 1 [2024-05-23 14:27:23.313] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:27:23.325] [IDC](R5)ConnectReq 0 [2024-05-23 14:27:23.325] [IDC](R5)do_connect 0 [2024-05-23 14:27:23.325] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:27:23.325] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:27:23.348] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:27:23.348] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:27:23.348] [ OK ] Started Cluster Framework. [2024-05-23 14:27:23.369] [ OK ] Started HUD Framework. [2024-05-23 14:27:23.369] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:27:23.369] [IDC](A7)Session connected. [2024-05-23 14:27:23.369] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:27:23.369] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:27:23.369] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:27:23.393] [IDC](R5)Session connected.2 [2024-05-23 14:27:23.393] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:27:23.395] [ 8.843465] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.415] [ OK ] Started Nvm Process. [2024-05-23 14:27:23.441] [ OK ] Started NS hsm control application. [2024-05-23 14:27:23.459] [ OK ] Started Diagnosis Framework. [2024-05-23 14:27:23.491] [ OK ] Started Diagnosis Transport. [2024-05-23 14:27:23.497] [ 8.949540] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:27:23.512] [ 8.963105] Done!! [2024-05-23 14:27:23.512] [ 8.963416] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.542] [ OK ] Started NS Software Update. [2024-05-23 14:27:23.562] [ OK ] Started NS Secondary Verify. [2024-05-23 14:27:23.607] [ 9.076232] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.627] [ OK ] Started Load Kernel Modules. [2024-05-23 14:27:23.684] [ OK ] Started Login Service. [2024-05-23 14:27:23.691] [ OK ] Reached target Multi-User System. [2024-05-23 14:27:23.707] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:27:23.731] Starting Update[ 9.184171] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:27:23.731] UTMP about System Runlevel Chan[ 9.187258] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:27:23.731] ges... [2024-05-23 14:27:23.746] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:27:23.799] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:27:23.827] [ 9.296646] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:23.938] [ 9.407222] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:24.162] [ 9.626358] sched: RT throttling activated [2024-05-23 14:27:24.596] [ 10.057573] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:27:24.607] [ 10.057580] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:27:25.053] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:25.615] [ 11.057418] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:27:25.622] [ 11.057426] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:27:29.655]=20 [2024-05-23 14:27:29.655] telechips-nsp1-release login:=20 [2024-05-23 14:27:33.911]=20 [2024-05-23 14:27:33.911] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:27:33.932]=20 [2024-05-23 14:27:33.932] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:27:33.932] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:27:33.932] DRAM: 2 GiB [2024-05-23 14:27:33.954] MMC: sdhc@0x16440000: 0 [2024-05-23 14:27:34.221]=20 [2024-05-23 14:27:34.221] HW Partition tyep is UserData [2024-05-23 14:27:34.234] In: serial [2024-05-23 14:27:34.234] Out: serial [2024-05-23 14:27:34.234] Err: serial [2024-05-23 14:27:34.297] Boot in the UserData environment(0) [2024-05-23 14:27:34.302] Non-secure boot (secure boot flag is clear) [2024-05-23 14:27:34.316] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:27:34.318] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:27:34.318] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:27:34.340] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:27:34.353] Booting using the fdt blob at 0x23000000 [2024-05-23 14:27:34.353] Loading Kernel Image [2024-05-23 14:27:34.353] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:27:34.355] OPTEE is enabled [2024-05-23 14:27:34.355]=20 [2024-05-23 14:27:34.355] Starting kernel ... [2024-05-23 14:27:34.355]=20 [2024-05-23 14:27:35.282] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:27:35.286] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:27:35.300] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:27:35.315] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:27:35.315] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:27:35.315] [ 0.000000] efi: UEFI not found. [2024-05-23 14:27:35.332] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:27:35.332] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:27:35.354] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:27:35.354] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:27:35.354] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:27:35.370] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:27:35.370] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:27:35.397] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:27:35.397] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:27:35.398] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:27:35.418] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:27:35.419] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:27:35.419] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:27:35.443] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:27:35.443] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:27:35.443] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:27:35.456] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:27:35.471] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:27:35.473] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:27:35.473] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:27:35.497] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:27:35.497] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:27:35.497] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:27:35.518] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:27:35.518] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:27:35.518] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:27:35.518] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:27:35.532] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:27:35.532] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:27:35.532] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:27:35.549] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:27:35.549] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:27:35.551] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:27:35.577] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:27:35.577] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:27:35.577] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:27:35.595] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:27:35.621] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:27:35.621] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:27:35.621] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:27:35.621] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:27:35.638] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:27:35.659] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:27:35.661] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:27:35.661] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:27:35.661] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:27:35.685] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:27:35.685] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:27:35.685] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:27:35.701] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:27:35.701] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:27:35.715] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:27:35.717] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:27:35.743] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:27:35.743] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:27:35.743] [ 0.000000] Running RCU self tests [2024-05-23 14:27:35.743] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:27:35.745] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:27:35.768] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:27:35.770] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:27:35.770] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:27:35.770] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:27:35.770] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:27:35.805] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:27:35.805] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:27:35.805] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:27:35.805] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:27:35.814] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:27:35.815] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:27:35.815] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:27:35.842] [ 0.001467] Console: colour dummy device = 80x25 [2024-05-23 14:27:35.842] [ 0.001712] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:27:35.842] [ 0.001715] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:27:35.842] [ 0.001717] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:27:35.853] [ 0.001720] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:27:35.855] [ 0.001723] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:27:35.855] [ 0.001725] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:27:35.855] [ 0.001728] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:27:35.880] [ 0.001730] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:27:35.880] [ 0.001733] memory used by lock dependency = info: 7903 kB [2024-05-23 14:27:35.880] [ 0.001736] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:27:35.880] [ 0.001776] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:27:35.894] [ 0.001784] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:27:35.894] [ 0.002285] Security Framework initialized [2024-05-23 14:27:35.894] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:27:35.908] [ 0.002655] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:27:35.908] [ 0.002679] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:27:35.922] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:27:35.922] [ 0.035857] Hierarchical SRCU = implementation. [2024-05-23 14:27:35.922] [ 0.062282] EFI services will not be = available. [2024-05-23 14:27:35.938] [ 0.076125] smp: Bringing up secondary CPUs = ... [2024-05-23 14:27:35.938] [ 0.120753] Detected VIPT I-cache on CPU1 [2024-05-23 14:27:35.938] [ 0.120828] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:27:35.951] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:27:35.953] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:27:35.953] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:27:35.953] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:27:35.973] [ 0.209709] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:27:35.973] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:27:35.973] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:27:35.973] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:27:35.987] [ 0.209968] alternatives: patching kernel = code [2024-05-23 14:27:35.989] [ 0.210509] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:27:35.989] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:27:36.011] [ 0.213727] devtmpfs: initialized [2024-05-23 14:27:36.024] [ 0.403358] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:27:36.024] [ 0.403622] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:27:36.024] [ 0.412425] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:27:36.038] [ 0.413366] chipinfo: TCC8030 Rev02 [2024-05-23 14:27:36.038] [ 0.413382] chipinfo: SiP Service v0.1.56 [2024-05-23 14:27:36.038] [ 0.418665] NET: Registered protocol family = 16 [2024-05-23 14:27:36.050] [ 0.422713] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:27:36.050] [ 0.424631] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:27:36.050] [ 0.426363] cpuidle: using governor menu [2024-05-23 14:27:36.077] [ 0.426600] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:27:36.077] [ 0.440650] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:27:36.088] [ 0.441132] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:27:36.088] [ 0.441178] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:27:36.088] [ 0.441223] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:27:36.088] [ 0.441267] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:27:36.088] [ 0.441310] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:27:36.090] [ 0.441354] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:27:36.090] [ 0.441398] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:27:36.090] [ 0.441441] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:27:36.116] [ 0.441485] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:27:36.116] [ 0.441528] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:27:36.116] [ 0.441587] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:27:36.117] [ 0.441631] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:27:36.128] [ 0.441675] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:27:36.128] [ 0.441719] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:27:36.138] [ 0.441762] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:27:36.138] [ 0.441805] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:27:36.140] [ 0.441848] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:27:36.140] [ 0.441892] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:27:36.161] [ 0.442353] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:27:36.161] [ 0.442399] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:27:36.161] [ 0.442442] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:27:36.161] [ 0.442485] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:27:36.164] [ 0.442528] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:27:36.182] [ 0.442572] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:27:36.182] [ 0.442615] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:27:36.182] [ 0.442658] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:27:36.183] [ 0.442714] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:27:36.207] [ 0.442757] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:27:36.207] [ 0.442801] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:27:36.207] [ 0.442845] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:27:36.207] [ 0.443094] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:27:36.209] [ 0.443138] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:27:36.228] [ 0.443182] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:27:36.228] [ 0.443225] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:27:36.228] [ 0.443268] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:27:36.229] [ 0.443311] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:27:36.252] [ 0.443354] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:27:36.252] [ 0.443557] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:27:36.252] [ 0.443600] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:27:36.252] [ 0.443644] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:27:36.264] [ 0.443687] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:27:36.264] [ 0.443730] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:27:36.266] [ 0.443786] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:27:36.285] [ 0.443830] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:27:36.285] [ 0.443873] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:27:36.285] [ 0.443916] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:27:36.285] [ 0.443959] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:27:36.298] [ 0.444002] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:27:36.298] [ 0.444045] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:27:36.309] [ 0.444088] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:27:36.320] [ 0.444131] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:27:36.320] [ 0.444679] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:27:36.329] [ 0.444724] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:27:36.329] [ 0.444894] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:27:36.331] [ 0.445066] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:27:36.348] [ 0.445234] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:27:36.350] [ 0.445399] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:27:36.350] [ 0.445566] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:27:36.350] [ 0.445610] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:27:36.368] [ 0.445653] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:27:36.370] [ 0.445819] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:27:36.370] [ 0.445992] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:27:36.370] [ 0.446167] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:27:36.389] [ 0.446211] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:27:36.389] [ 0.446255] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:27:36.389] [ 0.446330] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:27:36.389] [ 0.446393] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:27:36.401] [ 0.446593] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:27:36.401] [ 0.446637] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:27:36.413] [ 0.446853] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:27:36.415] [ 0.446867] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:27:36.415] [ 0.529376] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:27:36.435] [ 0.529467] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:27:36.435] [ 1.676385] console [ttyAMA0] enabled [2024-05-23 14:27:36.436] [ 1.684210] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:27:36.469] [ 1.713063] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:27:36.485] [ 1.723350] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:27:36.487] [ 1.733938] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:27:36.500] [ 1.744270] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:27:36.595] [ 1.843802] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:27:36.619] [ 1.859882] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:27:36.620] [ 1.866779] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:27:36.632] [ 1.873569] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:27:36.632] [ 1.879958] Linux video capture interface: = v2.00 [2024-05-23 14:27:36.650] [ 1.885889] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:36.661] [ 1.885893] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:27:36.663] [ 1.885897] 6 locks held by swapper/0/1: [2024-05-23 14:27:36.678] [ 1.885900] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:27:36.680] [ 1.885927] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:27:36.680] [ 1.885942] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:27:36.701] [ 1.885961] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:36.701] [ 1.885976] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:27:36.717] [ 1.885992] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:36.718] [ 1.886010] irq event stamp: 288066 [2024-05-23 14:27:36.719] [ 1.886016] hardirqs last enabled at = (288065): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:36.740] [ 1.886021] hardirqs last disabled at = (288066): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:27:36.740] [ 1.886028] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:36.753] [ 1.886032] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:36.763] [ 1.886034] Preemption disabled at: [2024-05-23 14:27:36.765] [ 1.886039] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:36.765] [ 1.886048] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:27:36.785] [ 1.886051] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:36.785] [ 1.886055] Call trace: [2024-05-23 14:27:36.785] [ 1.886061] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:36.785] [ 1.886066] show_stack+0x14/0x20 [2024-05-23 14:27:36.785] [ 1.886071] dump_stack+0xb8/0xf0 [2024-05-23 14:27:36.798] [ 1.886076] ___might_sleep+0x178/0x210 [2024-05-23 14:27:36.801] [ 1.886080] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:36.801] [ 1.886085] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:36.801] [ 1.886091] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:36.820] [ 1.886098] gic_set_type+0x84/0x98 [2024-05-23 14:27:36.820] [ 1.886103] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:36.820] [ 1.886108] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:36.820] [ 1.886113] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:36.823] [ 1.886117] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:27:36.841] [ 1.886124] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:27:36.854] [ 1.886129] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:36.854] [ 1.886134] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:36.854] [ 1.886139] __driver_attach+0xfc/0x118 [2024-05-23 14:27:36.854] [ 1.886144] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:36.857] [ 1.886149] driver_attach+0x20/0x28 [2024-05-23 14:27:36.857] [ 1.886153] bus_add_driver+0x220/0x268 [2024-05-23 14:27:36.857] [ 1.886158] driver_register+0x60/0xf8 [2024-05-23 14:27:36.857] [ 1.886162] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:36.876] [ 1.886170] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:27:36.876] [ 1.886175] do_one_initcall+0x50/0x15c [2024-05-23 14:27:36.876] [ 1.886181] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:27:36.876] [ 1.886187] kernel_init+0x10/0x100 [2024-05-23 14:27:36.876] [ 1.886191] ret_from_fork+0x10/0x18 [2024-05-23 14:27:36.888] [ 1.891752] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:27:36.890] [ 2.138983] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:27:36.903] [ 2.152642] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:27:36.915] [ 2.159668] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:27:36.917] [ 2.164271] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:27:36.935] [ 2.169074] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:27:36.935] [ 2.173899] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:27:36.935] [ 2.178454] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:27:36.986] [ 2.232576] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:27:36.997] [ 2.245301] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:37.020] [ 2.263581] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:37.032] [ 2.279157] NET: Registered protocol family = 2 [2024-05-23 14:27:37.042] [ 2.286472] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:27:37.056] [ 2.294090] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:27:37.057] [ 2.305258] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:27:37.069] [ 2.312620] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:27:37.092] [ 2.319463] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:27:37.092] [ 2.327803] NET: Registered protocol family = 1 [2024-05-23 14:27:37.187] [ 2.435689] audit: initializing netlink = subsys (disabled) [2024-05-23 14:27:37.205] [ 2.442034] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:27:37.206] [ 2.442600] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:27:37.277] [ 2.524625] fuse init (API version 7.26) [2024-05-23 14:27:37.291] [ 2.538683] modprobe (66) used greatest = stack depth: 13296 bytes left [2024-05-23 14:27:37.304] [ 2.545346] modprobe (67) used greatest = stack depth: 13280 bytes left [2024-05-23 14:27:37.304] [ 2.548481] io scheduler noop registered = (default) [2024-05-23 14:27:37.320] [ 2.548499] io scheduler mq-deadline = registered [2024-05-23 14:27:37.324] [ 2.548512] io scheduler kyber registered [2024-05-23 14:27:37.324] [ 2.565511] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:37.345] [ 2.572528] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:37.347] [ 2.578739] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:27:37.347] [ 2.586352] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:37.401] [ 2.649176] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:37.408] [ 2.656955] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:37.421] [ 2.661798] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:27:37.421] [ 2.667227] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:37.433] [ 2.667864] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:37.435] [ 2.678617] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:37.455] [ 2.684826] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:27:37.467] [ 2.692379] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:37.473] [ 2.717213] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:37.486] [ 2.724086] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:37.486] [ 2.728715] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:27:37.488] [ 2.734142] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:37.497] [ 2.734737] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:37.501] [ 2.745489] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:37.520] [ 2.751698] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:27:37.520] [ 2.759311] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:37.578] [ 2.826122] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:37.585] [ 2.832934] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:37.597] [ 2.837585] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:27:37.604] [ 2.843045] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:37.616] [ 2.852760] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:27:37.617] [ 2.862385] [INF][WDMA] tcc_wdma_init [2024-05-23 14:27:37.640] [ 2.867248] TCC WDMA Driver Initializing [2024-05-23 14:27:37.652] [ 2.874215] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:27:37.652] [ 2.880324] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:27:37.671] [ 2.890693] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:37.672] [ 2.903984] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:27:37.672] [ 2.913475] [CPU_ID] probe is done [2024-05-23 14:27:37.672] [ 2.917223] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:27:37.697] [ 2.923971] [DRAM_TOOL] probe is done [2024-05-23 14:27:37.700] [ 2.931433] MALI-G51 : r30p0-01eac0 [2024-05-23 14:27:37.700] [ 2.935061] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:27:37.700] [ 2.944748] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:37.716] [ 2.944753] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:27:37.716] [ 2.944757] 6 locks held by swapper/0/1: [2024-05-23 14:27:37.729] [ 2.944760] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:27:37.731] [ 2.944787] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:27:37.756] [ 2.944802] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:27:37.756] [ 2.944820] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:37.756] [ 2.944835] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:27:37.772] [ 2.944851] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:37.772] [ 2.944869] irq event stamp: 453614 [2024-05-23 14:27:37.774] [ 2.944874] hardirqs last enabled at = (453613): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:37.802] [ 2.944879] hardirqs last disabled at = (453614): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:27:37.802] [ 2.944887] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:37.816] [ 2.944890] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:37.830] [ 2.944893] Preemption disabled at: [2024-05-23 14:27:37.830] [ 2.944898] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:37.830] [ 2.944908] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:27:37.832] [ 2.944911] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:37.832] [ 2.944915] Call trace: [2024-05-23 14:27:37.856] [ 2.944921] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:37.859] [ 2.944926] show_stack+0x14/0x20 [2024-05-23 14:27:37.859] [ 2.944931] dump_stack+0xb8/0xf0 [2024-05-23 14:27:37.859] [ 2.944937] ___might_sleep+0x178/0x210 [2024-05-23 14:27:37.859] [ 2.944941] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:37.859] [ 2.944945] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:37.859] [ 2.944951] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:37.882] [ 2.944958] gic_set_type+0x84/0x98 [2024-05-23 14:27:37.894] [ 2.944963] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:37.894] [ 2.944967] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:37.894] [ 2.944972] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:37.894] [ 2.944979] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:27:37.894] [ 2.944984] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:27:37.905] [ 2.944988] kbase_device_init+0x78/0xf8 [2024-05-23 14:27:37.905] [ 2.944995] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:27:37.905] [ 2.944999] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:37.907] [ 2.945004] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:37.907] [ 2.945009] __driver_attach+0xfc/0x118 [2024-05-23 14:27:37.907] [ 2.945014] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:37.930] [ 2.945019] driver_attach+0x20/0x28 [2024-05-23 14:27:37.945] [ 2.945023] bus_add_driver+0x220/0x268 [2024-05-23 14:27:37.945] [ 2.945028] driver_register+0x60/0xf8 [2024-05-23 14:27:37.945] [ 2.945032] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:37.945] [ 2.945039] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:27:37.945] [ 2.945044] do_one_initcall+0x50/0x15c [2024-05-23 14:27:37.945] [ 2.945051] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:27:37.957] [ 2.945057] kernel_init+0x10/0x100 [2024-05-23 14:27:37.957] [ 2.945061] ret_from_fork+0x10/0x18 [2024-05-23 14:27:37.957] [ 2.946654] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:27:37.959] [ 3.201316] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:27:37.982] [ 3.208055] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:27:37.984] [ 3.222091] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:27:37.984] [ 3.229161] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:27:38.011] [ 3.241352] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:27:38.011] [ 3.247570] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:27:38.011] [ 3.251951] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:27:38.013] [ 3.259491] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:27:38.058] [ 3.307676] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:27:38.073] [ 3.315475] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:27:38.087] [ 3.324424] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:27:38.089] [ 3.335887] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:27:38.102] [ 3.341173] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:27:38.128] [ 3.352246] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:27:38.131] [ 3.361089] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:27:38.152] [ 3.380659] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:27:38.154] [ 3.396325] libphy: Fixed MDIO Bus: probed [2024-05-23 14:27:38.154] [ 3.401290] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:27:38.169] [ 3.415227] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:27:38.179] [ 3.415940] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:27:38.181] [ 3.415993] [INFO][GAMC] gmac index : 1 [2024-05-23 14:27:38.181] [ 3.416582] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:27:38.207] [ 3.416590] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:27:38.207] [ 3.417544] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:27:38.207] [ 3.417557] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:27:38.207] [ 3.421594] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:27:38.207] [ 3.430427] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:27:38.220] [ 3.431713] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:38.223] [ 3.431725] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:27:38.223] [ 3.431732] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:27:38.250] [ 3.431744] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:38.250] [ 3.431756] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:27:38.250] [ 3.433381] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:27:38.250] [ 3.442460] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:27:38.265] [ 3.442469] usbhid: USB HID core driver [2024-05-23 14:27:38.268] [ 3.442801] optee: probing for conduit = method from DT. [2024-05-23 14:27:38.268] [ 3.442826] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:27:38.268] [ 3.444891] optee: initialized driver [2024-05-23 14:27:38.291] [ 3.446512] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:27:38.294] [ 3.446527] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:27:38.294] [ 3.446535] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:27:38.294] [ 3.446542] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:27:38.294] [ 3.446549] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:27:38.317] [ 3.446556] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:27:38.329] [ 3.446564] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:27:38.329] [ 3.446571] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:27:38.329] [ 3.448290] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:27:38.331] [ 3.448298] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:27:38.331] [ 3.455308] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:27:38.358] [ 3.469285] NET: Registered protocol family = 17 [2024-05-23 14:27:38.358] [ 3.469732] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:27:38.358] [ 3.474463] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:27:38.360] [ 3.606141] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:27:38.372] [ 3.617620] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:27:38.386] [ 3.623588] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:27:38.388] [ 3.630393] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:27:38.408] [ 3.637807] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:27:38.411] [ 3.638606] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:38.411] [ 3.638650] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:27:38.434] [ 3.640410] ALSA device list: [2024-05-23 14:27:38.436] [ 3.640417] No soundcards found. [2024-05-23 14:27:38.436] [ 3.668750] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:27:38.436] [ 3.678261] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:27:38.460] [ 3.686007] GPT:15269887 !=3D 15273599 [2024-05-23 14:27:38.473] [ 3.689618] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:27:38.473] [ 3.690826] Freeing unused kernel memory: = 4160K [2024-05-23 14:27:38.473] Mounting devtmpfs[ 3.700652] GPT:15269887 = !=3D 15273599 [2024-05-23 14:27:38.473]=20 [2024-05-23 14:27:38.473] [ 3.705714] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:27:38.478] [ 3.711195] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:27:38.499] Mounting procfs[ 3.717983] mount (91) used = greatest stack depth: 12976 bytes left [2024-05-23 14:27:38.501]=20 [2024-05-23 14:27:38.501] Mounting sysfs [2024-05-23 14:27:38.525] [ 3.754045] grep (94) used greatest stack = depth: 12000 bytes left [2024-05-23 14:27:38.528] [ 3.775346] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:27:38.569] [ 3.816675] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:27:38.587] [ 3.825546] mount (98) used greatest stack = depth: 11312 bytes left [2024-05-23 14:27:38.606] [ 3.844789] mount (100) used greatest stack = depth: 10848 bytes left [2024-05-23 14:27:38.832] [ 4.080495] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:27:38.930] [ 4.177014] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:27:38.958] [ 4.204486] systemd[1]: Detected = architecture arm64. [2024-05-23 14:27:39.003]=20 [2024-05-23 14:27:39.003] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:27:39.019]=20 [2024-05-23 14:27:39.022] [ 4.264683] systemd[1]: Set hostname to = . [2024-05-23 14:27:39.036] [ 4.275886] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:27:39.055] [ 4.285204] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:27:39.292] [ 4.536632] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:27:39.316] [ 4.553754] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:27:39.358] [ 4.597848] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:27:39.362] [ 4.609958] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:27:39.550] [ 4.798819] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:27:39.620] [ OK ] Reached target Swap. [2024-05-23 14:27:39.651] [ OK ] Created slice User and Session Slice. [2024-05-23 14:27:39.657] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:27:39.676] [ OK ] Listening on Syslog Socket. [2024-05-23 14:27:39.690] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:27:39.708] [ OK ] Listening on udev Control Socket. [2024-05-23 14:27:39.723] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:27:39.737] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:27:39.757] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:27:39.773] [ OK ] Reached target Slices. [2024-05-23 14:27:39.789] [ OK ] Reached target Remote File Systems. [2024-05-23 14:27:39.823] [ OK ] Created slice system-getty.slice. [2024-05-23 14:27:39.827] [ OK ] Listening on Journal Socket. [2024-05-23 14:27:39.858] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:27:39.885] Starting mount data partition = service... [2024-05-23 14:27:39.920] Starting udev Coldplug all Devices... [2024-05-23 14:27:40.005] Mounting Huge Pages File System... [2024-05-23 14:27:40.034] [ 5.281361] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:27:40.068] Starting Apply Kernel Variables... [2024-05-23 14:27:40.101] [ 5.350103] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:40.112] Mounting FUSE Control File System... [2024-05-23 14:27:40.145] Starting Journal Service... [2024-05-23 14:27:40.176] Mounting Kernel Debug File System... [2024-05-23 14:27:40.203] Mounting Configuration File System... [2024-05-23 14:27:40.234] Mounting POSIX Message Queue File = System... [2024-05-23 14:27:40.262] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:27:40.279] [ OK ] Reached target Paths. [2024-05-23 14:27:40.364] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:27:40.393] [ OK ] Started mount data partition service. [2024-05-23 14:27:40.427] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:27:40.446] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:27:40.476] [ OK ] Started Journal Service. [2024-05-23 14:27:40.492] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:27:40.521] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:27:40.543] [ OK ] Mounted Configuration File System. [2024-05-23 14:27:40.559] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:27:40.585] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:27:40.641] Starting NS file System mount and = recovery.... [2024-05-23 14:27:40.676] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:27:40.735] Starting udev Kernel Device = Manager... [2024-05-23 14:27:40.760] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:27:40.776] [ 6.022190] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:40.784] Mounting /tmp... [2024-05-23 14:27:40.813] Mounting /var/volatile... [2024-05-23 14:27:40.827] [ OK ] Reached target Containers. [2024-05-23 14:27:40.866] [ 6.113980] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:40.972] [ 6.218715] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:41.047] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:27:41.086] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:27:41.111] [ OK ] Mounted /tmp. [2024-05-23 14:27:41.128] [ OK ] Mounted /var/volatile. [2024-05-23 14:27:41.223] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:27:41.245] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:41.419] [ 6.667424] systemd-journald[129]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:27:41.440] Starting Bind mount volatile = /var/lib... [2024-05-23 14:27:41.470] Starting Bind mount volatile = /var/spool... [2024-05-23 14:27:41.502] Starting Bind mount volatile = /var/cache... [2024-05-23 14:27:41.540] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:27:41.720] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:27:41.748] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:27:41.777] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:27:41.797] [ OK ] Reached target Local File Systems. [2024-05-23 14:27:41.828] Starting Create Volatile Files and = Directories... [2024-05-23 14:27:41.862] Starting netfilter persistent = configuration... [2024-05-23 14:27:41.887] Starting AppArmor initialization... [2024-05-23 14:27:41.919] Starting Load/Save Random Seed... [2024-05-23 14:27:41.968] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:27:42.002] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:27:42.036] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:27:42.064] [ 7.311093] audit: type=3D1400 = audit(1550139121.224:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:27:42.080] [ 7.326550] audit: type=3D1400 = audit(1550139121.232:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:27:42.105] [ 7.347358] audit: type=3D1400 = audit(1550139121.232:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:27:42.137] [ 7.363257] audit: type=3D1400 = audit(1550139121.232:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:27:42.139] [ 7.378886] audit: type=3D1400 = audit(1550139121.232:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:27:42.164] [ 7.394892] audit: type=3D1400 = audit(1550139121.232:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:27:42.164] [ 7.410726] audit: type=3D1400 = audit(1550139121.232:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:27:42.216] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:27:42.246] [ OK ] Started AppArmor initialization. [2024-05-23 14:27:42.278] [ OK ] Reached target Network (Pre). [2024-05-23 14:27:42.312] Starting Network Service... [2024-05-23 14:27:42.331] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:27:42.361] [ OK ] Reached target System Initialization. [2024-05-23 14:27:42.378] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:27:42.393] [ OK ] Reached target Sockets. [2024-05-23 14:27:42.412] [ OK ] Reached target Basic System. [2024-05-23 14:27:42.434] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:27:42.479] Starting Load Kernel Modules... [2024-05-23 14:27:42.514] [ 7.760061] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:27:42.519] [ OK ] Started System Logging Service. [2024-05-23 14:27:42.561] Starting Login Service... [2024-05-23 14:27:42.589] [ 7.835774] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:27:42.593] [ 7.840350] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:27:42.608] [ 7.840956] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:27:42.608] [ 7.840972] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:27:42.624] [ 7.840978] Disabling lock debugging due to = kernel taint [2024-05-23 14:27:42.624] [ 7.864537] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:27:42.624] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:27:42.656] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:27:42.677] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:27:42.681] [ OK ] Reached target Timers. [2024-05-23 14:27:42.695] [ OK ] Started Kernel Logging Service. [2024-05-23 14:27:42.712] [ OK ] Started 7.957805] = =3D=3D=3D=3D=3D=3D=3D> VPU Device drivers initializing!! Start --- [2024-05-23 14:27:42.718] 39mNS VSync Process. [2024-05-23 14:27:42.748] [ 7.969515] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:42.758] [ 7.969519] in_atomic(): 1, = irqs_disabled(): 128, pid: 263, name: systemd-modules [2024-05-23 14:27:42.773] [ 7.969522] INFO: lockdep is turned off. [2024-05-23 14:27:42.773] [ 7.969524] irq event stamp: 24721 [2024-05-23 14:27:42.773] [ 7.969540] hardirqs last enabled at = (24721): [<00000000aeafccd3>] vprintk_emit+0x270/0x278 [2024-05-23 14:27:42.788] [ 7.969545] hardirqs last disabled at = (24720): [<000000002972f14a>] vprintk_emit+0x12c/0x278 [2024-05-23 14:27:42.788] [ 7.969554] softirqs last enabled at (0): = [<00000000c73160b8>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:42.803] [ 7.969557] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:42.818] [ 7.969558] Preemption disabled at: [2024-05-23 14:27:42.818] [ 7.969564] [<0000000021010ae4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:42.818] [ 7.969572] CPU: 2 PID: 263 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:27:42.834] [ 7.969573] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:42.834] [ 7.969576] Call trace: [2024-05-23 14:27:42.834] [ 7.969581] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:42.848] [ 7.969585] show_stack+0x14/0x20 [2024-05-23 14:27:42.850] [ 7.969590] dump_stack+0xb8/0xf0 [2024-05-23 14:27:42.850] [ 7.969594] ___might_sleep+0x178/0x210 [2024-05-23 14:27:42.850] [ 7.969598] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:42.872] [ 7.969604] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:42.874] [ 7.969609] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:42.874] [ 7.969614] gic_set_type+0x84/0x98 [2024-05-23 14:27:42.874] [ 7.969618] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:42.874] [ 7.969621] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:42.874] [ 7.969625] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:42.874] [ 7.969656] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:27:42.898] [ 7.969674] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:27:42.898] [ 7.969679] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:42.898] [ 7.969685] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:42.898] [ 7.969688] __driver_attach+0xfc/0x118 [2024-05-23 14:27:42.898] [ 7.969692] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:42.898] [ 7.969696] driver_attach+0x20/0x28 [2024-05-23 14:27:42.912] [ 7.969699] bus_add_driver+0x220/0x268 [2024-05-23 14:27:42.912] [ 7.969703] driver_register+0x60/0xf8 [2024-05-23 14:27:42.912] [ 7.969706] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:42.926] [ 7.969724] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:27:42.929] [ 7.969728] do_one_initcall+0x50/0x15c [2024-05-23 14:27:42.929] [ 7.969732] do_init_module+0x54/0x1b0 [2024-05-23 14:27:42.929] [ 7.969735] load_module+0x1e70/0x2428 [2024-05-23 14:27:42.951] [ 7.969738] SyS_finit_module+0xe4/0x118 [2024-05-23 14:27:42.963] [ 7.969742] el0_svc_naked+0x34/0x38 [2024-05-23 14:27:42.963] [ 8.024652] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:27:42.963] [ 8.046394] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:27:42.963] [ 8.049388] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:27:42.963] [ 8.052121] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:27:42.965] [ 8.052262] Done!! [2024-05-23 14:27:42.966] [ 8.087014] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:27:42.966] [ 8.087022] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:27:42.989] [ 8.087029] [INFO][GMAC]=20 [2024-05-23 14:27:42.991] [ 8.098189] libphy: tcc-gmac-mdio: probed [2024-05-23 14:27:42.991] [ 8.098194] [INFO][GMAC] registered! [2024-05-23 14:27:42.991] [ 8.098197] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:27:42.991] [ 8.098202] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:27:42.991] [ 8.133453] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:27:43.013] [ 8.135531] Done!! [2024-05-23 14:27:43.026] [ 8.173155] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:27:43.026] [ 8.173197] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:27:43.026] [ 8.173197] -- MASTER Configuration. [2024-05-23 14:27:43.026] [ 8.173197] -- Local Receiver Status Not = OK. [2024-05-23 14:27:43.028] [ 8.173197] -- Remote Receiver Status Not = OK. [2024-05-23 14:27:43.028] [ 8.173210] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:27:43.028] [ 8.173214] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:27:43.048] [ 8.173604] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:27:43.048] [ 8.177502] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:27:43.048] [ 8.177506] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:27:43.063] [ 8.177511] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:27:43.063] [ 8.177511] =20 [2024-05-23 14:27:43.063] [ 8.177790] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:27:43.063] [ 8.177962] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:27:43.079] [ 8.177965] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:27:43.079] [ 8.177969] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:27:43.093] [ 8.177969] =20 [2024-05-23 14:27:43.095] [ 8.178099] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:27:43.095] [ 8.178113] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:27:43.095] [ 8.178117] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:27:43.116] [ 8.178121] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:27:43.129] [ 8.178128] [INFO][GMAC] --] phy_start: : [2024-05-23 14:27:43.129] [ 8.178186] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:27:43.129] [ 8.218589] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:27:43.129] [ 8.224470] Done!! [2024-05-23 14:27:43.131] [ 8.282993] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.131] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:27:43.131] [ OK ] Started NS System Management Process. [2024-05-23 14:27:43.155] Starting NS Inter Domain Comm = Process... [2024-05-23 14:27:43.155] [ O[ 8.391062] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.155] K ] Started Network Service. [2024-05-23 14:27:43.159] [ 8.393277] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:27:43.171] Start /usr/bin/sys-fail-mon [2024-05-23 14:27:43.171] [ 8.393292] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:27:43.187] [ 8.395530] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:27:43.193] [ 8.395538] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:27:43.193] [ 8.410519] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:43.221] [ 8.411883] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:27:43.221] [ 8.411898] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:27:43.221] [ 8.412330] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:27:43.237] [ 8.412337] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:27:43.237] [ 8.413402] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:43.252] [ OK ] Started Load Kernel Modules. [2024-05-23 14:27:43.252] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:27:43.288] parents, child is 320 [2024-05-23 14:27:43.292] [ OK ] Started Cluster Framework. [2024-05-23 14:27:43.305] [ OK ] Started HUD Framework. [2024-05-23 14:27:43.305] [IDC]Start. [2024-05-23 14:27:43.305] [ 8.550010] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:27:43.320] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:27:43.320] [IDC](A7)ConnectReq 0 [2024-05-23 14:27:43.320] [IDC](A7)do_connect 0 [2024-05-23 14:27:43.320] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:27:43.334] [IDC](A7)Tx start session req 1 [2024-05-23 14:27:43.347] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:27:43.347] [IDC](R5)ConnectReq 0 [2024-05-23 14:27:43.347] [IDC](R5)do_connect 0 [2024-05-23 14:27:43.347] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:27:43.347] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:27:43.349] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:27:43.349] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:27:43.349] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:27:43.349] [IDC](A7)Session connected. [2024-05-23 14:27:43.349] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:27:43.385] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:27:43.385] [IDC](R5)Session connected.2 [2024-05-23 14:27:43.385] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:27:43.385] [ 8.609626] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.385] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:27:43.425] [ OK ] Started Nvm Process. [2024-05-23 14:27:43.425] [ OK ] Started NS hsm control application. [2024-05-23 14:27:43.450] [ OK ] Started Diagnosis Framework. [2024-05-23 14:27:43.478] [ 8.725614] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.510] [ OK ] Started Diagnosis Transport. [2024-05-23 14:27:43.530] [ OK ] Started NS Software Update. [2024-05-23 14:27:43.554] [ OK ] Started NS Secondary Verify. [2024-05-23 14:27:43.582] [ 8.827784] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:27:43.593] [ 8.841368] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.614] Starting Wait for Network to be = Configured... [2024-05-23 14:27:43.630] [ OK ] Reached target Network. [2024-05-23 14:27:43.652] Starting Permit User Sessions... [2024-05-23 14:27:43.653] Starting udev Coldplug all Devices... [2024-05-23 14:27:43.677] [ OK ] Started Login Service. [2024-05-23 14:27:43.733] [ 8.979281] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.802] [ OK ] Started Permit User Sessions. [2024-05-23 14:27:43.829] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:27:43.831] [ OK ] Started Getty on tty1. [2024-05-23 14:27:43.845] [ OK ] Reached target Login Prompts. [2024-05-23 14:27:43.847] [ OK ] Reached target Multi-User System = 9.091063] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:27:43.872] 0m. [2024-05-23 14:27:43.872] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:27:43.872] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:27:43.943] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:27:43.962] [ 9.203137] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:43.997] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:27:44.069] [ 9.316078] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:44.181] [ 9.427106] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:27:44.282] [ 9.517415] sched: RT throttling activated [2024-05-23 14:27:44.567] [ 9.812570] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:27:44.576] [ 9.812579] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:27:45.470] [ 10.712177] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:27:45.481] [ 10.712248] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:27:45.762] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:50.260]=20 [2024-05-23 14:27:50.265] telechips-nsp1-release login:=20 [2024-05-23 14:27:52.102]=20 [2024-05-23 14:27:52.102] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:27:52.119]=20 [2024-05-23 14:27:52.119] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:27:52.144] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:27:52.144] DRAM: 2 GiB [2024-05-23 14:27:52.169] MMC: sdhc@0x16440000: 0 [2024-05-23 14:27:52.432]=20 [2024-05-23 14:27:52.432] HW Partition tyep is UserData [2024-05-23 14:27:52.434] In: serial [2024-05-23 14:27:52.453] Out: serial [2024-05-23 14:27:52.455] Err: serial [2024-05-23 14:27:52.508] Boot in the UserData environment(0) [2024-05-23 14:27:52.512] Non-secure boot (secure boot flag is clear) [2024-05-23 14:27:52.527] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:27:52.527] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:27:52.527] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:27:52.540] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:27:52.542] Booting using the fdt blob at 0x23000000 [2024-05-23 14:27:52.542] Loading Kernel Image [2024-05-23 14:27:52.566] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:27:52.571] OPTEE is enabled [2024-05-23 14:27:52.571]=20 [2024-05-23 14:27:52.571] Starting kernel ... [2024-05-23 14:27:52.571]=20 [2024-05-23 14:27:53.490] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:27:53.495] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:27:53.510] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:27:53.524] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:27:53.524] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:27:53.524] [ 0.000000] efi: UEFI not found. [2024-05-23 14:27:53.550] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:27:53.551] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:27:53.552] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:27:53.552] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:27:53.573] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:27:53.573] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:27:53.588] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:27:53.597] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:27:53.599] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:27:53.622] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:27:53.625] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:27:53.625] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:27:53.625] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:27:53.651] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:27:53.651] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:27:53.651] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:27:53.666] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:27:53.668] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:27:53.692] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:27:53.692] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:27:53.692] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:27:53.706] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:27:53.709] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:27:53.733] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:27:53.733] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:27:53.733] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:27:53.733] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:27:53.733] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:27:53.745] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:27:53.747] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:27:53.770] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:27:53.773] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:27:53.773] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:27:53.773] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:27:53.773] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:27:53.796] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:27:53.810] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:27:53.810] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:27:53.825] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:27:53.825] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:27:53.840] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:27:53.876] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:27:53.876] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:27:53.876] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:27:53.889] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:27:53.889] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:27:53.889] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:27:53.892] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:27:53.892] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:27:53.917] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:27:53.917] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:27:53.917] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:27:53.923] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:27:53.948] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:27:53.948] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:27:53.948] [ 0.000000] Running RCU self tests [2024-05-23 14:27:53.948] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:27:53.962] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:27:53.966] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:27:53.966] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:27:53.988] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:27:54.000] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:27:54.000] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:27:54.000] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:27:54.000] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:27:54.001] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:27:54.001] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:27:54.028] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:27:54.028] [ 0.000683] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:27:54.028] [ 0.000702] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:27:54.030] [ 0.001466] Console: colour dummy device = 80x25 [2024-05-23 14:27:54.059] [ 0.001707] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:27:54.059] [ 0.001711] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:27:54.059] [ 0.001713] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:27:54.059] [ 0.001716] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:27:54.059] [ 0.001719] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:27:54.072] [ 0.001721] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:27:54.074] [ 0.001724] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:27:54.074] [ 0.001726] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:27:54.074] [ 0.001729] memory used by lock dependency = info: 7903 kB [2024-05-23 14:27:54.099] [ 0.001732] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:27:54.099] [ 0.001772] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:27:54.099] [ 0.001780] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:27:54.099] [ 0.002280] Security Framework initialized [2024-05-23 14:27:54.112] [ 0.002406] AppArmor: AppArmor initialized [2024-05-23 14:27:54.119] [ 0.002651] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:27:54.119] [ 0.002673] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:27:54.145] [ 0.019952] ASID allocator initialised with = 32768 entries [2024-05-23 14:27:54.145] [ 0.035854] Hierarchical SRCU = implementation. [2024-05-23 14:27:54.145] [ 0.062282] EFI services will not be = available. [2024-05-23 14:27:54.145] [ 0.076122] smp: Bringing up secondary CPUs = ... [2024-05-23 14:27:54.145] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:27:54.152] [ 0.120825] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:27:54.154] [ 0.164994] Detected VIPT I-cache on CPU2 [2024-05-23 14:27:54.154] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:27:54.169] [ 0.209277] Detected VIPT I-cache on CPU3 [2024-05-23 14:27:54.169] [ 0.209330] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:27:54.169] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:27:54.171] [ 0.209746] SMP: Total of 4 processors = activated. [2024-05-23 14:27:54.195] [ 0.209762] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:27:54.195] [ 0.209782] CPU: All CPU(s) started at EL2 [2024-05-23 14:27:54.195] [ 0.209964] alternatives: patching kernel = code [2024-05-23 14:27:54.195] [ 0.210505] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:27:54.195] [ 0.213210] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:27:54.209] [ 0.213753] devtmpfs: initialized [2024-05-23 14:27:54.211] [ 0.402873] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:27:54.235] [ 0.403138] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:27:54.248] [ 0.411931] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:27:54.248] [ 0.412837] chipinfo: TCC8030 Rev02 [2024-05-23 14:27:54.248] [ 0.412853] chipinfo: SiP Service v0.1.56 [2024-05-23 14:27:54.248] [ 0.418124] NET: Registered protocol family = 16 [2024-05-23 14:27:54.248] [ 0.422055] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:27:54.261] [ 0.424035] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:27:54.261] [ 0.425614] cpuidle: using governor menu [2024-05-23 14:27:54.261] [ 0.425850] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:27:54.275] [ 0.439976] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:27:54.300] [ 0.440462] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:27:54.300] [ 0.440509] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:27:54.300] [ 0.440553] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:27:54.312] [ 0.440597] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:27:54.312] [ 0.440640] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:27:54.312] [ 0.440684] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:27:54.312] [ 0.440728] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:27:54.312] [ 0.440771] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:27:54.331] [ 0.440814] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:27:54.331] [ 0.440857] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:27:54.331] [ 0.440901] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:27:54.341] [ 0.440945] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:27:54.341] [ 0.440988] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:27:54.341] [ 0.441032] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:27:54.341] [ 0.441075] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:27:54.344] [ 0.441133] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:27:54.344] [ 0.441177] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:27:54.361] [ 0.441220] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:27:54.363] [ 0.441570] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:27:54.363] [ 0.441614] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:27:54.363] [ 0.441658] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:27:54.387] [ 0.441701] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:27:54.387] [ 0.441744] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:27:54.387] [ 0.441788] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:27:54.387] [ 0.441831] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:27:54.389] [ 0.441875] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:27:54.408] [ 0.441918] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:27:54.408] [ 0.441961] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:27:54.408] [ 0.442094] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:27:54.408] [ 0.442139] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:27:54.419] [ 0.442382] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:27:54.419] [ 0.442441] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:27:54.433] [ 0.442485] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:27:54.433] [ 0.442528] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:27:54.448] [ 0.442571] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:27:54.450] [ 0.442615] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:27:54.450] [ 0.442658] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:27:54.450] [ 0.442867] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:27:54.469] [ 0.442911] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:27:54.469] [ 0.442954] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:27:54.469] [ 0.442998] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:27:54.469] [ 0.443041] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:27:54.482] [ 0.443084] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:27:54.484] [ 0.443127] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:27:54.484] [ 0.443170] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:27:54.504] [ 0.443214] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:27:54.504] [ 0.443257] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:27:54.504] [ 0.443313] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:27:54.504] [ 0.443357] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:27:54.518] [ 0.443400] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:27:54.518] [ 0.443444] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:27:54.520] [ 0.443990] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:27:54.540] [ 0.444034] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:27:54.540] [ 0.444205] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:27:54.540] [ 0.444376] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:27:54.541] [ 0.444562] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:27:54.552] [ 0.444730] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:27:54.552] [ 0.444898] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:27:54.562] [ 0.444942] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:27:54.564] [ 0.444985] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:27:54.582] [ 0.445149] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:27:54.584] [ 0.445314] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:27:54.584] [ 0.445480] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:27:54.584] [ 0.445524] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:27:54.603] [ 0.445568] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:27:54.603] [ 0.445611] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:27:54.603] [ 0.445654] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:27:54.603] [ 0.445824] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:27:54.614] [ 0.445867] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:27:54.616] [ 0.446172] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:27:54.633] [ 0.446192] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:27:54.635] [ 0.528602] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:27:54.635] [ 0.528692] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:27:54.652] [ 1.675380] console [ttyAMA0] enabled [2024-05-23 14:27:54.662] [ 1.683004] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:27:54.673] [ 1.711867] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:27:54.684] [ 1.722160] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:27:54.695] [ 1.732748] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:27:54.710] [ 1.743003] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:27:54.804] [ 1.842785] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:27:54.822] [ 1.858910] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:27:54.828] [ 1.865807] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:27:54.842] [ 1.872745] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:27:54.842] [ 1.879113] Linux video capture interface: = v2.00 [2024-05-23 14:27:54.861] [ 1.884940] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:54.861] [ 1.884944] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:27:54.873] [ 1.884948] 6 locks held by swapper/0/1: [2024-05-23 14:27:54.873] [ 1.884951] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:27:54.886] [ 1.884979] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:27:54.897] [ 1.884994] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:27:54.899] [ 1.885013] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:54.920] [ 1.885028] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:27:54.920] [ 1.885043] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:54.932] [ 1.885063] irq event stamp: 288040 [2024-05-23 14:27:54.934] [ 1.885068] hardirqs last enabled at = (288039): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:54.956] [ 1.885073] hardirqs last disabled at = (288040): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:27:54.956] [ 1.885081] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:54.956] [ 1.885084] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:54.970] [ 1.885087] Preemption disabled at: [2024-05-23 14:27:54.970] [ 1.885092] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:54.973] [ 1.885101] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:27:54.993] [ 1.885104] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:54.993] [ 1.885108] Call trace: [2024-05-23 14:27:54.993] [ 1.885114] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:54.993] [ 1.885119] show_stack+0x14/0x20 [2024-05-23 14:27:54.993] [ 1.885125] dump_stack+0xb8/0xf0 [2024-05-23 14:27:55.006] [ 1.885130] ___might_sleep+0x178/0x210 [2024-05-23 14:27:55.006] [ 1.885134] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:55.006] [ 1.885139] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:55.018] [ 1.885144] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:55.019] [ 1.885151] gic_set_type+0x84/0x98 [2024-05-23 14:27:55.020] [ 1.885156] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:55.039] [ 1.885161] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:55.049] [ 1.885166] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:55.049] [ 1.885171] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:27:55.049] [ 1.885178] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:27:55.049] [ 1.885182] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:55.051] [ 1.885187] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:55.051] [ 1.885192] __driver_attach+0xfc/0x118 [2024-05-23 14:27:55.051] [ 1.885197] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:55.073] [ 1.885202] driver_attach+0x20/0x28 [2024-05-23 14:27:55.073] [ 1.885206] bus_add_driver+0x220/0x268 [2024-05-23 14:27:55.073] [ 1.885211] driver_register+0x60/0xf8 [2024-05-23 14:27:55.073] [ 1.885215] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:55.073] [ 1.885223] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:27:55.089] [ 1.885228] do_one_initcall+0x50/0x15c [2024-05-23 14:27:55.100] [ 1.885235] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:27:55.100] [ 1.885240] kernel_init+0x10/0x100 [2024-05-23 14:27:55.100] [ 1.885245] ret_from_fork+0x10/0x18 [2024-05-23 14:27:55.100] [ 1.891045] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:27:55.103] [ 2.138257] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:27:55.123] [ 2.151744] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:27:55.123] [ 2.158761] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:27:55.125] [ 2.163363] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:27:55.150] [ 2.168166] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:27:55.150] [ 2.173017] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:27:55.150] [ 2.177572] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:27:55.192] [ 2.231212] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:27:55.205] [ 2.243566] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:55.223] [ 2.261610] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:55.241] [ 2.277283] NET: Registered protocol family = 2 [2024-05-23 14:27:55.255] [ 2.284793] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:27:55.255] [ 2.292412] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:27:55.273] [ 2.303607] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:27:55.273] [ 2.311015] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:27:55.288] [ 2.317777] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:27:55.289] [ 2.325886] NET: Registered protocol family = 1 [2024-05-23 14:27:55.395] [ 2.433965] audit: initializing netlink = subsys (disabled) [2024-05-23 14:27:55.403] [ 2.440447] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:27:55.415] [ 2.440989] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:27:55.484] [ 2.523059] fuse init (API version 7.26) [2024-05-23 14:27:55.504] [ 2.541267] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:27:55.510] [ 2.547937] modprobe (66) used greatest = stack depth: 12704 bytes left [2024-05-23 14:27:55.524] [ 2.551007] io scheduler noop registered = (default) [2024-05-23 14:27:55.524] [ 2.551024] io scheduler mq-deadline = registered [2024-05-23 14:27:55.529] [ 2.551037] io scheduler kyber registered [2024-05-23 14:27:55.550] [ 2.560558] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:55.561] [ 2.560571] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:55.561] [ 2.560579] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:27:55.561] [ 2.560667] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:55.578] [ 2.617069] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:55.590] [ 2.624847] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:55.592] [ 2.629811] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:27:55.606] [ 2.635253] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:55.606] [ 2.635937] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:55.609] [ 2.646692] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:55.634] [ 2.652902] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:27:55.634] [ 2.660440] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:55.657] [ 2.685424] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:55.658] [ 2.692222] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:55.658] [ 2.696875] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:27:55.672] [ 2.702319] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:55.672] [ 2.702917] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:27:55.685] [ 2.713670] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:27:55.687] [ 2.719878] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:27:55.709] [ 2.727491] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:27:55.757] [ 2.793904] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:27:55.775] [ 2.800793] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:27:55.777] [ 2.805406] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:27:55.791] [ 2.810832] fbX_probe : update_type =3D 1=20 [2024-05-23 14:27:55.792] [ 2.821356] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:27:55.792] [ 2.831096] [INF][WDMA] tcc_wdma_init [2024-05-23 14:27:55.807] [ 2.835951] TCC WDMA Driver Initializing [2024-05-23 14:27:55.807] [ 2.843037] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:27:55.824] [ 2.849325] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:27:55.824] [ 2.859910] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:27:55.849] [ 2.872544] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:27:55.849] [ 2.881983] [CPU_ID] probe is done [2024-05-23 14:27:55.849] [ 2.885732] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:27:55.873] [ 2.892462] [DRAM_TOOL] probe is done [2024-05-23 14:27:55.873] [ 2.899746] MALI-G51 : r30p0-01eac0 [2024-05-23 14:27:55.873] [ 2.903272] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:27:55.892] [ 2.912875] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:27:55.894] [ 2.912879] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:27:55.894] [ 2.912884] 6 locks held by swapper/0/1: [2024-05-23 14:27:55.908] [ 2.912886] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:27:55.922] [ 2.912913] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:27:55.923] [ 2.912929] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:27:55.923] [ 2.912947] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:55.950] [ 2.912962] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:27:55.950] [ 2.912978] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:55.950] [ 2.912996] irq event stamp: 453424 [2024-05-23 14:27:55.952] [ 2.913002] hardirqs last enabled at = (453423): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:27:55.979] [ 2.913007] hardirqs last disabled at = (453424): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:27:55.979] [ 2.913014] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:27:55.992] [ 2.913018] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:27:55.996] [ 2.913020] Preemption disabled at: [2024-05-23 14:27:55.996] [ 2.913025] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:27:56.019] [ 2.913035] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:27:56.021] [ 2.913038] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:27:56.021] [ 2.913041] Call trace: [2024-05-23 14:27:56.021] [ 2.913047] dump_backtrace+0x0/0x1d8 [2024-05-23 14:27:56.021] [ 2.913052] show_stack+0x14/0x20 [2024-05-23 14:27:56.021] [ 2.913057] dump_stack+0xb8/0xf0 [2024-05-23 14:27:56.044] [ 2.913062] ___might_sleep+0x178/0x210 [2024-05-23 14:27:56.057] [ 2.913066] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:27:56.057] [ 2.913071] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:27:56.057] [ 2.913076] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:27:56.057] [ 2.913084] gic_set_type+0x84/0x98 [2024-05-23 14:27:56.057] [ 2.913089] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:27:56.057] [ 2.913093] __setup_irq+0x76c/0x7f8 [2024-05-23 14:27:56.059] [ 2.913098] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:27:56.059] [ 2.913104] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:27:56.059] [ 2.913110] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:27:56.083] [ 2.913114] kbase_device_init+0x78/0xf8 [2024-05-23 14:27:56.083] [ 2.913120] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:27:56.083] [ 2.913125] platform_drv_probe+0x58/0xb8 [2024-05-23 14:27:56.083] [ 2.913130] = driver_probe_device+0x228/0x410 [2024-05-23 14:27:56.083] [ 2.913135] __driver_attach+0xfc/0x118 [2024-05-23 14:27:56.085] [ 2.913140] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:27:56.108] [ 2.913144] driver_attach+0x20/0x28 [2024-05-23 14:27:56.108] [ 2.913149] bus_add_driver+0x220/0x268 [2024-05-23 14:27:56.108] [ 2.913154] driver_register+0x60/0xf8 [2024-05-23 14:27:56.108] [ 2.913158] = __platform_driver_register+0x44/0x50 [2024-05-23 14:27:56.108] [ 2.913165] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:27:56.108] [ 2.913170] do_one_initcall+0x50/0x15c [2024-05-23 14:27:56.122] [ 2.913177] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:27:56.123] [ 2.913182] kernel_init+0x10/0x100 [2024-05-23 14:27:56.123] [ 2.913187] ret_from_fork+0x10/0x18 [2024-05-23 14:27:56.123] [ 2.915260] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:27:56.148] [ 3.169981] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:27:56.148] [ 3.176719] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:27:56.152] [ 3.190430] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:27:56.165] [ 3.197488] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:27:56.171] [ 3.209671] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:27:56.186] [ 3.215892] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:27:56.186] [ 3.220273] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:27:56.201] [ 3.227851] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:27:56.236] [ 3.274961] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:27:56.246] [ 3.284782] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:27:56.259] [ 3.292660] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:27:56.274] [ 3.304208] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:27:56.274] [ 3.309486] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:27:56.298] [ 3.320559] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:27:56.298] [ 3.329421] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:27:56.312] [ 3.348491] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:27:56.328] [ 3.364109] libphy: Fixed MDIO Bus: probed [2024-05-23 14:27:56.362] [ 3.369061] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:27:56.362] [ 3.382072] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:27:56.362] [ 3.386626] [INFO][GAMC] gmac index : 1 [2024-05-23 14:27:56.372] [ 3.391144] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:27:56.372] [ 3.396312] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:27:56.372] [ 3.402055] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:27:56.373] [ 3.402875] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:27:56.373] [ 3.402890] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:27:56.395] [ 3.406969] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:27:56.395] [ 3.415521] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:27:56.395] [ 3.416645] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:56.395] [ 3.416657] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:27:56.408] [ 3.416665] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:27:56.410] [ 3.416677] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:56.432] [ 3.416689] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:27:56.434] [ 3.418657] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:27:56.434] [ 3.431458] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:27:56.434] [ 3.431467] usbhid: USB HID core driver [2024-05-23 14:27:56.434] [ 3.431845] optee: probing for conduit = method from DT. [2024-05-23 14:27:56.450] [ 3.431870] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:27:56.450] [ 3.433849] optee: initialized driver [2024-05-23 14:27:56.450] [ 3.435591] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:27:56.470] [ 3.435606] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:27:56.483] [ 3.435613] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:27:56.483] [ 3.435621] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:27:56.483] [ 3.435628] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:27:56.485] [ 3.435635] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:27:56.485] [ 3.435643] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:27:56.508] [ 3.435650] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:27:56.510] [ 3.437177] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:27:56.510] [ 3.437185] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:27:56.510] [ 3.444065] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:27:56.530] [ 3.460813] NET: Registered protocol family = 17 [2024-05-23 14:27:56.542] [ 3.461432] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:27:56.542] [ 3.466739] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:27:56.543] [ 3.574365] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:27:56.567] [ 3.585796] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:27:56.568] [ 3.591261] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:27:56.568] [ 3.597895] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:27:56.568] [ 3.605204] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:27:56.585] [ 3.623640] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:27:56.599] [ 3.631652] GPT:15269887 !=3D 15273599 [2024-05-23 14:27:56.599] [ 3.633502] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:27:56.613] [ 3.633550] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:27:56.625] [ 3.635382] ALSA device list: [2024-05-23 14:27:56.625] [ 3.635390] No soundcards found. [2024-05-23 14:27:56.628] [ 3.655972] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:27:56.628] [ 3.655999] GPT:15269887 !=3D 15273599 [2024-05-23 14:27:56.628] [ 3.656007] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:27:56.654] [ 3.656134] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:27:56.654] [ 3.688429] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:27:56.680] [ 3.709602] Freeing unused kernel memory: = 4160K [2024-05-23 14:27:56.681] Mounting devtmpfs [2024-05-23 14:27:56.687] Mounting procfs [2024-05-23 14:27:56.704] Mounting sysfs [2024-05-23 14:27:56.724] [ 3.752345] cat (95) used greatest stack = depth: 12480 bytes left [2024-05-23 14:27:56.728] [ 3.766781] grep (97) used greatest stack = depth: 12176 bytes left [2024-05-23 14:27:56.741] [ 3.767851] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:27:56.771] [ 3.810602] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:27:56.792] [ 3.819550] mount (98) used greatest stack = depth: 11856 bytes left [2024-05-23 14:27:56.795] [ 3.834026] mount (100) used greatest stack = depth: 11440 bytes left [2024-05-23 14:27:57.034] [ 4.072757] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:27:57.131] [ 4.169430] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:27:57.163] [ 4.197378] systemd[1]: Detected = architecture arm64. [2024-05-23 14:27:57.206]=20 [2024-05-23 14:27:57.206] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:27:57.219]=20 [2024-05-23 14:27:57.221] [ 4.259948] systemd[1]: Set hostname to = . [2024-05-23 14:27:57.235] [ 4.271234] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:27:57.251] [ 4.281129] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:27:57.486] [ 4.524670] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:27:57.515] [ 4.541773] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:27:57.546] [ 4.584516] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:27:57.560] [ 4.596673] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:27:57.750] [ 4.788319] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:27:57.825] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:27:57.857] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:27:57.878] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:27:57.894] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:27:57.911] [ OK ] Listening on Syslog Socket. [2024-05-23 14:27:57.927] [ OK ] Created slice User and Session Slice. [2024-05-23 14:27:57.944] [ OK ] Reached target Slices. [2024-05-23 14:27:57.951] [ OK ] Listening on Journal Socket. [2024-05-23 14:27:57.981] Starting Journal Service... [2024-05-23 14:27:58.011] Mounting POSIX Message Queue File = System... [2024-05-23 14:27:58.039] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:27:58.081] Mounting Huge Pages File System... [2024-05-23 14:27:58.106] [ OK ] Listening on udev Control Socket. [2024-05-23 14:27:58.144] Starting udev Coldplug all Devices... [2024-05-23 14:27:58.149] [ 5.185763] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:27:58.164] [ OK ] Reached target Paths. [2024-05-23 14:27:58.190] Mounting Kernel Debug File System... [2024-05-23 14:27:58.235] Starting Apply Kernel Variables... [2024-05-23 14:27:58.258] [ OK ] Reached target Swap. [2024-05-23 14:27:58.277] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:27:58.294] [ OK ] Reached target Remote File Systems. [2024-05-23 14:27:58.317] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:27:58.348] Starting mount data partition = service... [2024-05-23 14:27:58.384] Mounting Configuration File System... [2024-05-23 14:27:58.416] [ OK ] Created slice system-getty.slice. [2024-05-23 14:27:58.444] Mounting FUSE Control File System... [2024-05-23 14:27:58.461] [ 5.491245] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:58.507] [ OK ] Started Journal Service. [2024-05-23 14:27:58.532] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:27:58.566] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:27:58.594] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:27:58.610] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:27:58.633] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:27:58.661] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:27:58.695] [ OK ] Started mount data partition service. [2024-05-23 14:27:58.711] [ OK ] Mounted Configuration File System. [2024-05-23 14:27:58.745] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:27:58.793] Starting NS file System mount and = recovery.... [2024-05-23 14:27:58.809] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:27:58.893] Mounting /var/volatile... [2024-05-23 14:27:58.905] [ OK ] Reached target Containers. [2024-05-23 14:27:58.925] [ 5.963091] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:58.945] Mounting /tmp... [2024-05-23 14:27:58.984] Starting udev Kernel Device = Manager... [2024-05-23 14:27:59.013] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:27:59.021] [ 6.056925] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:59.127] [ 6.165334] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:27:59.136] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:27:59.232] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:27:59.261] [ OK ] Mounted /var/volatile. [2024-05-23 14:27:59.282] [ OK ] Mounted /tmp. [2024-05-23 14:27:59.383] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:27:59.413] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:27:59.584] [ 6.622778] systemd-journald[111]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:27:59.609] Starting Bind mount volatile = /var/lib... [2024-05-23 14:27:59.636] Starting Bind mount volatile = /var/cache... [2024-05-23 14:27:59.673] Starting Bind mount volatile = /var/spool... [2024-05-23 14:27:59.707] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:27:59.890] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:27:59.918] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:27:59.946] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:27:59.976] [ OK ] Reached target Local File Systems. [2024-05-23 14:28:00.001] Starting Create Volatile Files and = Directories... [2024-05-23 14:28:00.032] Starting AppArmor initialization... [2024-05-23 14:28:00.070] Starting netfilter persistent = configuration... [2024-05-23 14:28:00.112] Starting Load/Save Random Seed... [2024-05-23 14:28:00.158] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:28:00.195] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:28:00.206] [ 7.244001] audit: type=3D1400 = audit(1550139121.168:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:28:00.234] [ 7.258502] audit: type=3D1400 = audit(1550139121.172:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:28:00.249] [ 7.274624] audit: type=3D1400 = audit(1550139121.172:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:28:00.277] [ 7.291262] audit: type=3D1400 = audit(1550139121.172:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:28:00.277] [ 7.307848] audit: type=3D1400 = audit(1550139121.172:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:28:00.303] [ 7.323833] audit: type=3D1400 = audit(1550139121.172:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:28:00.303] [ OK [ 7.339692] audit: type=3D1400 = audit(1550139121.172:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:28:00.319] ] Started AppArmor initialization. [2024-05-23 14:28:00.348] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:28:00.516] [ OK ] Reached target Network (Pre). [2024-05-23 14:28:00.543] Starting Network Service... [2024-05-23 14:28:00.573] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:28:00.627] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:28:00.646] [ OK ] Reached target System Initialization. [2024-05-23 14:28:00.677] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:28:00.684] [ OK ] Reached target Sockets. [2024-05-23 14:28:00.700] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:28:00.717] [ OK ] Reached target Timers. [2024-05-23 14:28:00.746] [ OK ] Reached target Basic System. [2024-05-23 14:28:00.763] [ 7.792264] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:28:00.781] [ 7.819692] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:28:00.789] [ 7.824833] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:28:00.803] [ 7.829854] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:28:00.803] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:28:00.838] Starting Load Kernel Modules... [2024-05-23 14:28:00.883] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:28:00.907] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:28:00.911] [ 7.948641] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:28:00.927] [ 7.956085] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:28:00.927] [ 7.963447] Disabling lock debugging due to = kernel taint [2024-05-23 14:28:00.944] [ OK ] Started NS VSync Process. [2024-05-23 14:28:00.966] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:28:00.981] [ OK ] Started NS System Management Process. [2024-05-23 14:28:01.009] Starting NS Inter Domain Comm = Process... [2024-05-23 14:28:01.013] Start /usr/bin/sys-fail-mon [2024-05-23 14:28:01.030] [ 8.058671] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:01.031] [ 8.058885] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:01.031] [ 8.058910] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:28:01.046] [ 8.058917] [INFO][GMAC]=20 [2024-05-23 14:28:01.047] [ 8.063968] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:01.064] [ 8.080179] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:28:01.065] [ 8.080975] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:01.080] [ 8.080983] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:01.080] [ 8.082109] libphy: tcc-gmac-mdio: probed [2024-05-23 14:28:01.095] [ 8.082115] [INFO][GMAC] registered! [2024-05-23 14:28:01.095] [ 8.082118] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:28:01.095] [ 8.082127] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:28:01.111] [ 8.082874] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:01.111] [ 8.083248] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:01.125] [ 8.083275] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:28:01.125] [ 8.083724] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:01.140] [ 8.083731] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:01.140] [ 8.084415] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:01.155] [ 8.132439] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:28:01.169] [ 8.133753] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:01.179] [ 8.133756] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:28:01.181] [ 8.133759] INFO: lockdep is turned off. [2024-05-23 14:28:01.181] [ 8.133761] irq event stamp: 24783 [2024-05-23 14:28:01.204] [ 8.133778] hardirqs last enabled at = (24783): [<00000000f83d0ef4>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:01.206] [ 8.133782] hardirqs last disabled at = (24782): [<000000001842c302>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:01.206] [ 8.133789] softirqs last enabled at (0): = [<00000000f67cdd25>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:01.231] [ 8.133792] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:01.231] [ 8.133794] Preemption disabled at: [2024-05-23 14:28:01.231] [ 8.133801] [<00000000a0f024d5>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:01.231] [ 8.133808] CPU: 0 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:28:01.246] [ 8.133810] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:01.246] [ 8.133812] Call trace: [2024-05-23 14:28:01.246] [ 8.133817] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:01.248] [ 8.133821] show_stack+0x14/0x20 [2024-05-23 14:28:01.272] [ 8.133825] dump_stack+0xb8/0xf0 [2024-05-23 14:28:01.272] [ 8.133829] ___might_sleep+0x178/0x210 [2024-05-23 14:28:01.272] [ 8.133832] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:01.272] [ 8.133838] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:01.272] [ 8.133843] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:01.272] [ 8.133849] gic_set_type+0x84/0x98 [2024-05-23 14:28:01.272] [ 8.133853] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:01.287] [ 8.133856] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:01.287] [ 8.133860] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:01.287] [ 8.133889] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:28:01.289] [ 8.133907] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:28:01.313] [ 8.133912] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:01.313] [ 8.133917] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:01.313] [ 8.133920] __driver_attach+0xfc/0x118 [2024-05-23 14:28:01.313] [ 8.133924] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:01.313] [ 8.133928] driver_attach+0x20/0x28 [2024-05-23 14:28:01.313] [ 8.133931] bus_add_driver+0x220/0x268 [2024-05-23 14:28:01.326] [ 8.133935] driver_register+0x60/0xf8 [2024-05-23 14:28:01.329] [ 8.133938] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:01.329] [ 8.133955] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:28:01.329] [ 8.133959] do_one_initcall+0x50/0x15c [2024-05-23 14:28:01.357] [ 8.133964] do_init_module+0x54/0x1b0 [2024-05-23 14:28:01.357] [ 8.133966] load_module+0x1e70/0x2428 [2024-05-23 14:28:01.357] [ 8.133969] SyS_finit_module+0xe4/0x118 [2024-05-23 14:28:01.357] [ 8.133973] el0_svc_naked+0x34/0x38 [2024-05-23 14:28:01.357] [ 8.143136] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:28:01.357] [ 8.147295] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:28:01.370] [ 8.151166] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:28:01.373] [ 8.152570] Done!! [2024-05-23 14:28:01.373] [ 8.168361] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:28:01.373] [ 8.168403] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:28:01.399] [ 8.168403] -- MASTER Configuration. [2024-05-23 14:28:01.399] [ 8.168403] -- Local Receiver Status Not = OK. [2024-05-23 14:28:01.399] [ 8.168403] -- Remote Receiver Status Not = OK. [2024-05-23 14:28:01.399] [ 8.168420] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:28:01.399] [ 8.168424] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:28:01.401] [ 8.168714] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:28:01.426] [ 8.172799] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:28:01.426] [ 8.172804] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:28:01.426] [ 8.172809] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:28:01.426] [ 8.172809] =20 [2024-05-23 14:28:01.429] [ 8.173088] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:28:01.450] [ 8.173300] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:28:01.463] [ 8.173303] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:28:01.463] [ 8.173307] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:28:01.463] [ 8.173307] =20 [2024-05-23 14:28:01.463] [ 8.173439] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:28:01.465] [ 8.173453] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:28:01.465] [ 8.173457] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:28:01.465] [ 8.173461] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:28:01.491] [ 8.173468] [INFO][GMAC] --] phy_start: : [2024-05-23 14:28:01.491] [ 8.173532] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:28:01.491] [ 8.237603] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:28:01.491] [ 8.242891] Done!! [2024-05-23 14:28:01.491] [ 8.282293] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:01.491] [ 8.325829] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:28:01.506] [ 8.330850] Done!! [2024-05-23 14:28:01.506] [ 8.390263] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:01.506] [ 8.498266] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:01.530] [ OK ] Started Kernel Logging Service. [2024-05-23 14:28:01.532] [ OK ] Started System Logging Service. [2024-05-23 14:28:01.532] Starting Login Service... [2024-05-23 14:28:01.532] [ OK ] Started Network Service. [2024-05-23 14:28:01.532] [ OK ] Started Load Kernel Modules. [2024-05-23 14:28:01.550] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:28:01.550] [ OK ] Started Cluster Framework. [2024-05-23 14:28:01.550] [ OK ] Started HUD Framework. [2024-05-23 14:28:01.566] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:28:01.581] [ 8.607707] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:01.582] parents, child is 324 [2024-05-23 14:28:01.582] [IDC]Start. [2024-05-23 14:28:01.607] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:28:01.611] [ 8.624386] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:28:01.611] [IDC](A7)ConnectReq 0 [2024-05-23 14:28:01.611] [IDC](A7)do_connect 0 [2024-05-23 14:28:01.611] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:28:01.611] [IDC](A7)Tx start session req 1 [2024-05-23 14:28:01.611] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:28:01.613] [IDC](R5)ConnectReq 0 [2024-05-23 14:28:01.635] [IDC](R5)do_connect 0 [2024-05-23 14:28:01.659] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:28:01.659] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:28:01.659] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:28:01.659] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:28:01.659] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:28:01.659] [IDC](A7)Session connected. [2024-05-23 14:28:01.659] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:28:01.659] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:28:01.659] [IDC](R5)Session connected.2 [2024-05-23 14:28:01.681] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:28:01.681] [ OK ] Started Nvm Process. [2024-05-23 14:28:01.697] [ OK ] Started NS hsm control application. [2024-05-23 14:28:01.714] [ 8.742455] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:01.747] [ OK ] Started Diagnosis Framework. [2024-05-23 14:28:01.761] [ OK ] Started Diagnosis Transport. [2024-05-23 14:28:01.780] [ OK ] Started NS Software Update. [2024-05-23 14:28:01.798] [ OK ] Started NS Secondary Verify. [2024-05-23 14:28:01.815] Starting Wait for Network to be = Configured... [2024-05-23 14:28:01.820] [ OK ][ 8.854359] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:01.834] Reached target Network. [2024-05-23 14:28:01.849] Starting Permit User Sessions... [2024-05-23 14:28:01.889] Starting udev Coldplug all Devices... [2024-05-23 14:28:01.890] [ 8.923178] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:01.901] [ OK ] Started Login Service. [2024-05-23 14:28:01.914] [ OK ] Started Permit User Sessions. [2024-05-23 14:28:01.914] [ OK ] Started Getty on tty1. [2024-05-23 14:28:01.930] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:28:01.930] [ OK ] Reached target 8.966352] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:28:01.946] ;39mLogin Prompts. [2024-05-23 14:28:01.946] [ OK ] Reached target Multi-User System. [2024-05-23 14:28:01.946] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:28:01.961] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:28:01.987] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:28:02.023] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:28:02.048] [ 9.078311] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:02.164] [ 9.198379] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:02.273] [ 9.310357] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:02.795] [ 9.828810] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:28:02.803] [ 9.828817] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:28:03.762] [ 10.795867] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:28:03.783] [ 10.795875] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:28:04.313] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:28:08.309]=20 [2024-05-23 14:28:08.309] telechips-nsp1-release login:=20 [2024-05-23 14:28:11.331]=20 [2024-05-23 14:28:11.331] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:28:11.336]=20 [2024-05-23 14:28:11.336] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:28:11.336] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:28:11.336] DRAM: 2 GiB [2024-05-23 14:28:11.367] MMC: sdhc@0x16440000: 0 [2024-05-23 14:28:11.656]=20 [2024-05-23 14:28:11.656] HW Partition tyep is UserData [2024-05-23 14:28:11.658] In: serial [2024-05-23 14:28:11.658] Out: serial [2024-05-23 14:28:11.658] Err: serial [2024-05-23 14:28:11.723] Boot in the UserData environment(0) [2024-05-23 14:28:11.731] Non-secure boot (secure boot flag is clear) [2024-05-23 14:28:11.732] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:28:11.759] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:28:11.759] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:28:11.759] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:28:11.759] Booting using the fdt blob at 0x23000000 [2024-05-23 14:28:11.759] Loading Kernel Image [2024-05-23 14:28:11.773] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:28:11.776] OPTEE is enabled [2024-05-23 14:28:11.776]=20 [2024-05-23 14:28:11.776] Starting kernel ... [2024-05-23 14:28:11.776]=20 [2024-05-23 14:28:12.706] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:28:12.711] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:28:12.725] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:28:12.741] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:28:12.741] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:28:12.741] [ 0.000000] efi: UEFI not found. [2024-05-23 14:28:12.755] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:28:12.768] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:28:12.770] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:28:12.770] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:28:12.795] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:28:12.795] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:28:12.795] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:28:12.810] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:28:12.810] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:28:12.825] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:28:12.825] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:28:12.841] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:28:12.841] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:28:12.857] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:28:12.857] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:28:12.872] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:28:12.872] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:28:12.888] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:28:12.888] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:28:12.903] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:28:12.903] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:28:12.918] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:28:12.919] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:28:12.943] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:28:12.943] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:28:12.943] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:28:12.943] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:28:12.958] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:28:12.960] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:28:12.960] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:28:12.987] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:28:12.987] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:28:12.987] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:28:12.987] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:28:13.001] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:28:13.004] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:28:13.032] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:28:13.032] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:28:13.033] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:28:13.061] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:28:13.061] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:28:13.061] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:28:13.083] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:28:13.085] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:28:13.085] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:28:13.107] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:28:13.109] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:28:13.109] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:28:13.109] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:28:13.124] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:28:13.124] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:28:13.140] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:28:13.140] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:28:13.155] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:28:13.155] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:28:13.170] [ 0.000000] Running RCU self tests [2024-05-23 14:28:13.170] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:28:13.170] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:28:13.171] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:28:13.196] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:28:13.196] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:28:13.196] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:28:13.196] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:28:13.209] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:28:13.211] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:28:13.211] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:28:13.232] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:28:13.232] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:28:13.234] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:28:13.259] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:28:13.259] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:28:13.259] [ 0.001719] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:28:13.259] [ 0.001722] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:28:13.272] [ 0.001725] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:28:13.274] [ 0.001728] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:28:13.274] [ 0.001730] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:28:13.297] [ 0.001733] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:28:13.300] [ 0.001735] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:28:13.300] [ 0.001738] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:28:13.300] [ 0.001741] memory used by lock dependency = info: 7903 kB [2024-05-23 14:28:13.300] [ 0.001743] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:28:13.300] [ 0.001785] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:28:13.324] [ 0.001793] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:28:13.324] [ 0.002292] Security Framework initialized [2024-05-23 14:28:13.324] [ 0.002417] AppArmor: AppArmor initialized [2024-05-23 14:28:13.324] [ 0.002661] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:28:13.340] [ 0.002683] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:28:13.344] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:28:13.344] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:28:13.369] [ 0.062281] EFI services will not be = available. [2024-05-23 14:28:13.385] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:28:13.385] [ 0.120750] Detected VIPT I-cache on CPU1 [2024-05-23 14:28:13.385] [ 0.120825] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:28:13.385] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:28:13.385] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:28:13.397] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:28:13.397] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:28:13.397] [ 0.209710] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:28:13.397] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:28:13.408] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:28:13.408] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:28:13.410] [ 0.209967] alternatives: patching kernel = code [2024-05-23 14:28:13.410] [ 0.210522] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:28:13.410] [ 0.213107] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:28:13.436] [ 0.213703] devtmpfs: initialized [2024-05-23 14:28:13.436] [ 0.403053] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:28:13.436] [ 0.403320] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:28:13.436] [ 0.412087] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:28:13.451] [ 0.412995] chipinfo: TCC8030 Rev02 [2024-05-23 14:28:13.451] [ 0.413011] chipinfo: SiP Service v0.1.56 [2024-05-23 14:28:13.451] [ 0.418279] NET: Registered protocol family = 16 [2024-05-23 14:28:13.451] [ 0.422213] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:28:13.468] [ 0.424205] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:28:13.468] [ 0.425794] cpuidle: using governor menu [2024-05-23 14:28:13.468] [ 0.426031] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:28:13.485] [ 0.440186] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:28:13.485] [ 0.440659] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:28:13.510] [ 0.440705] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:28:13.523] [ 0.440749] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:28:13.523] [ 0.440793] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:28:13.523] [ 0.440836] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:28:13.523] [ 0.440880] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:28:13.523] [ 0.440924] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:28:13.546] [ 0.440967] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:28:13.546] [ 0.441011] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:28:13.546] [ 0.441054] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:28:13.547] [ 0.441097] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:28:13.547] [ 0.441141] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:28:13.547] [ 0.441184] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:28:13.547] [ 0.441228] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:28:13.547] [ 0.441271] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:28:13.572] [ 0.441328] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:28:13.572] [ 0.441372] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:28:13.572] [ 0.441416] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:28:13.572] [ 0.441770] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:28:13.572] [ 0.441814] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:28:13.587] [ 0.441857] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:28:13.587] [ 0.441901] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:28:13.588] [ 0.441945] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:28:13.609] [ 0.441989] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:28:13.609] [ 0.442032] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:28:13.609] [ 0.442075] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:28:13.609] [ 0.442119] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:28:13.623] [ 0.442257] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:28:13.623] [ 0.442303] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:28:13.623] [ 0.442347] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:28:13.636] [ 0.442585] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:28:13.636] [ 0.442645] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:28:13.649] [ 0.442689] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:28:13.651] [ 0.442733] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:28:13.651] [ 0.442776] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:28:13.675] [ 0.442819] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:28:13.675] [ 0.442862] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:28:13.675] [ 0.443069] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:28:13.675] [ 0.443112] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:28:13.675] [ 0.443156] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:28:13.689] [ 0.443199] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:28:13.703] [ 0.443242] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:28:13.703] [ 0.443285] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:28:13.706] [ 0.443328] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:28:13.706] [ 0.443371] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:28:13.706] [ 0.443414] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:28:13.732] [ 0.443457] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:28:13.732] [ 0.443513] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:28:13.732] [ 0.443556] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:28:13.732] [ 0.443599] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:28:13.732] [ 0.443642] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:28:13.736] [ 0.444175] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:28:13.760] [ 0.444220] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:28:13.760] [ 0.444389] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:28:13.760] [ 0.444560] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:28:13.760] [ 0.444743] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:28:13.764] [ 0.444910] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:28:13.783] [ 0.445080] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:28:13.785] [ 0.445124] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:28:13.785] [ 0.445167] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:28:13.785] [ 0.445331] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:28:13.808] [ 0.445497] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:28:13.820] [ 0.445661] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:28:13.820] [ 0.445706] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:28:13.820] [ 0.445749] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:28:13.820] [ 0.445792] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:28:13.824] [ 0.445835] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:28:13.824] [ 0.446012] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:28:13.846] [ 0.446057] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:28:13.848] [ 0.446367] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:28:13.848] [ 0.446386] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:28:13.848] [ 0.528722] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:28:13.848] [ 0.528811] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:28:13.872] [ 1.675561] console [ttyAMA0] enabled [2024-05-23 14:28:13.872] [ 1.683164] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:28:13.893] [ 1.712002] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:28:13.902] [ 1.722292] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:28:13.915] [ 1.732877] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:28:13.934] [ 1.743134] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:28:14.020] [ 1.843125] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:28:14.043] [ 1.859236] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:28:14.044] [ 1.866134] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:28:14.072] [ 1.873296] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:28:14.072] [ 1.879666] Linux video capture interface: = v2.00 [2024-05-23 14:28:14.084] [ 1.885558] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:14.086] [ 1.885563] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:28:14.086] [ 1.885567] 6 locks held by swapper/0/1: [2024-05-23 14:28:14.099] [ 1.885570] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:28:14.101] [ 1.885596] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:28:14.127] [ 1.885611] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:14.127] [ 1.885630] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:14.127] [ 1.885644] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:14.142] [ 1.885660] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:14.143] [ 1.885680] irq event stamp: 288082 [2024-05-23 14:28:14.143] [ 1.885685] hardirqs last enabled at = (288081): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:14.171] [ 1.885690] hardirqs last disabled at = (288082): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:14.171] [ 1.885697] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:14.173] [ 1.885701] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:14.199] [ 1.885703] Preemption disabled at: [2024-05-23 14:28:14.199] [ 1.885709] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:14.199] [ 1.885718] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:28:14.199] [ 1.885721] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:14.201] [ 1.885725] Call trace: [2024-05-23 14:28:14.223] [ 1.885732] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:14.225] [ 1.885737] show_stack+0x14/0x20 [2024-05-23 14:28:14.225] [ 1.885743] dump_stack+0xb8/0xf0 [2024-05-23 14:28:14.225] [ 1.885748] ___might_sleep+0x178/0x210 [2024-05-23 14:28:14.225] [ 1.885752] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:14.225] [ 1.885757] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:14.225] [ 1.885762] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:14.248] [ 1.885771] gic_set_type+0x84/0x98 [2024-05-23 14:28:14.248] [ 1.885776] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:14.248] [ 1.885780] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:14.248] [ 1.885785] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:14.248] [ 1.885790] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:28:14.251] [ 1.885796] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:28:14.263] [ 1.885801] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:14.263] [ 1.885806] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:14.263] [ 1.885811] __driver_attach+0xfc/0x118 [2024-05-23 14:28:14.277] [ 1.885816] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:14.279] [ 1.885821] driver_attach+0x20/0x28 [2024-05-23 14:28:14.279] [ 1.885825] bus_add_driver+0x220/0x268 [2024-05-23 14:28:14.279] [ 1.885830] driver_register+0x60/0xf8 [2024-05-23 14:28:14.301] [ 1.885834] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:14.303] [ 1.885841] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:28:14.303] [ 1.885846] do_one_initcall+0x50/0x15c [2024-05-23 14:28:14.303] [ 1.885854] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:28:14.303] [ 1.885859] kernel_init+0x10/0x100 [2024-05-23 14:28:14.303] [ 1.885864] ret_from_fork+0x10/0x18 [2024-05-23 14:28:14.326] [ 1.891732] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:28:14.339] [ 2.139035] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:28:14.341] [ 2.152645] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:28:14.341] [ 2.159669] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:28:14.362] [ 2.164270] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:28:14.377] [ 2.169074] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:28:14.377] [ 2.173922] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:28:14.377] [ 2.178477] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:28:14.411] [ 2.231867] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:28:14.421] [ 2.244434] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:14.439] [ 2.262574] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:14.459] [ 2.278049] NET: Registered protocol family = 2 [2024-05-23 14:28:14.473] [ 2.285505] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:28:14.473] [ 2.293117] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:28:14.494] [ 2.304220] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:28:14.494] [ 2.311804] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:28:14.495] [ 2.318558] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:28:14.521] [ 2.326667] NET: Registered protocol family = 1 [2024-05-23 14:28:14.612] [ 2.434803] audit: initializing netlink = subsys (disabled) [2024-05-23 14:28:14.632] [ 2.441543] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:28:14.638] [ 2.442100] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:28:14.701] [ 2.524328] fuse init (API version 7.26) [2024-05-23 14:28:14.728] [ 2.542356] modprobe (65) used greatest = stack depth: 12736 bytes left [2024-05-23 14:28:14.729] [ 2.552352] io scheduler noop registered = (default) [2024-05-23 14:28:14.744] [ 2.557197] io scheduler mq-deadline = registered [2024-05-23 14:28:14.744] [ 2.561761] io scheduler kyber registered [2024-05-23 14:28:14.761] [ 2.572795] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:14.762] [ 2.579856] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:14.764] [ 2.586067] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:28:14.789] [ 2.593677] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:14.833] [ 2.655958] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:14.841] [ 2.663677] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:14.853] [ 2.668540] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:28:14.853] [ 2.673968] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:14.867] [ 2.674614] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:14.869] [ 2.685368] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:14.869] [ 2.691577] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:28:14.894] [ 2.699213] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:14.911] [ 2.723284] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:14.912] [ 2.730194] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:14.912] [ 2.734845] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:28:14.927] [ 2.740271] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:14.927] [ 2.740834] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:14.929] [ 2.751587] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:14.954] [ 2.757795] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:28:14.954] [ 2.765410] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:15.011] [ 2.831673] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:15.028] [ 2.838442] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:15.029] [ 2.843178] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:28:15.045] [ 2.848605] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:15.046] [ 2.858274] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:28:15.046] [ 2.867901] [INF][WDMA] tcc_wdma_init [2024-05-23 14:28:15.075] [ 2.872683] TCC WDMA Driver Initializing [2024-05-23 14:28:15.075] [ 2.880158] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:28:15.092] [ 2.886255] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:28:15.092] [ 2.896680] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:15.094] [ 2.909311] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:28:15.117] [ 2.918693] [CPU_ID] probe is done [2024-05-23 14:28:15.120] [ 2.922439] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:28:15.120] [ 2.929152] [DRAM_TOOL] probe is done [2024-05-23 14:28:15.120] [ 2.936472] MALI-G51 : r30p0-01eac0 [2024-05-23 14:28:15.120] [ 2.940001] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:28:15.135] [ 2.949805] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:15.148] [ 2.949810] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:28:15.148] [ 2.949815] 6 locks held by swapper/0/1: [2024-05-23 14:28:15.148] [ 2.949818] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:28:15.163] [ 2.949845] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:28:15.178] [ 2.949861] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:15.180] [ 2.949881] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:15.201] [ 2.949895] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:15.201] [ 2.949911] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:15.201] [ 2.949930] irq event stamp: 453566 [2024-05-23 14:28:15.219] [ 2.949936] hardirqs last enabled at = (453565): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:15.221] [ 2.949941] hardirqs last disabled at = (453566): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:15.245] [ 2.949948] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:15.256] [ 2.949952] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:15.256] [ 2.949954] Preemption disabled at: [2024-05-23 14:28:15.256] [ 2.949960] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:15.269] [ 2.949970] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:28:15.269] [ 2.949973] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:15.271] [ 2.949977] Call trace: [2024-05-23 14:28:15.271] [ 2.949983] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:15.271] [ 2.949987] show_stack+0x14/0x20 [2024-05-23 14:28:15.294] [ 2.949993] dump_stack+0xb8/0xf0 [2024-05-23 14:28:15.297] [ 2.949998] ___might_sleep+0x178/0x210 [2024-05-23 14:28:15.297] [ 2.950002] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:15.297] [ 2.950006] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:15.297] [ 2.950012] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:15.297] [ 2.950019] gic_set_type+0x84/0x98 [2024-05-23 14:28:15.297] [ 2.950024] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:15.318] [ 2.950029] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:15.328] [ 2.950033] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:15.328] [ 2.950040] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:28:15.328] [ 2.950045] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:28:15.328] [ 2.950049] kbase_device_init+0x78/0xf8 [2024-05-23 14:28:15.328] [ 2.950056] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:28:15.330] [ 2.950060] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:15.330] [ 2.950065] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:15.349] [ 2.950070] __driver_attach+0xfc/0x118 [2024-05-23 14:28:15.349] [ 2.950075] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:15.349] [ 2.950080] driver_attach+0x20/0x28 [2024-05-23 14:28:15.349] [ 2.950085] bus_add_driver+0x220/0x268 [2024-05-23 14:28:15.349] [ 2.950090] driver_register+0x60/0xf8 [2024-05-23 14:28:15.365] [ 2.950094] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:15.365] [ 2.950101] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:28:15.365] [ 2.950106] do_one_initcall+0x50/0x15c [2024-05-23 14:28:15.365] [ 2.950114] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:28:15.376] [ 2.950120] kernel_init+0x10/0x100 [2024-05-23 14:28:15.376] [ 2.950124] ret_from_fork+0x10/0x18 [2024-05-23 14:28:15.376] [ 2.951855] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:28:15.390] [ 3.206553] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:28:15.392] [ 3.213292] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:28:15.411] [ 3.226939] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:28:15.414] [ 3.233953] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:28:15.425] [ 3.246058] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:28:15.438] [ 3.252277] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:28:15.438] [ 3.256659] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:28:15.459] [ 3.264227] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:28:15.488] [ 3.311745] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:28:15.498] [ 3.321986] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:28:15.509] [ 3.329842] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:28:15.521] [ 3.340128] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:28:15.523] [ 3.345405] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:28:15.544] [ 3.356477] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:28:15.544] [ 3.365338] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:28:15.565] [ 3.385486] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:28:15.575] [ 3.387235] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:28:15.593] [ 3.387945] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:28:15.595] [ 3.391908] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:28:15.595] [ 3.392661] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:28:15.613] [ 3.393305] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:28:15.615] [ 3.394385] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:28:15.615] [ 3.404310] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:28:15.634] [ 3.404339] GPT:15269887 !=3D 15273599 [2024-05-23 14:28:15.634] [ 3.404346] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:28:15.634] [ 3.404354] GPT:15269887 !=3D 15273599 [2024-05-23 14:28:15.634] [ 3.404361] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:28:15.653] [ 3.404478] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:28:15.656] [ 3.476185] libphy: Fixed MDIO Bus: probed [2024-05-23 14:28:15.675] [ 3.481152] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:28:15.677] [ 3.494200] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:28:15.677] [ 3.498729] [INFO][GAMC] gmac index : 1 [2024-05-23 14:28:15.690] [ 3.503249] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:28:15.690] [ 3.508416] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:28:15.706] [ 3.514392] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:15.716] [ 3.518783] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:28:15.716] [ 3.527184] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:28:15.730] [ 3.540981] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:28:15.730] [ 3.546822] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:15.745] [ 3.546834] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:28:15.747] [ 3.546841] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:28:15.747] [ 3.546853] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:15.747] [ 3.546865] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:28:15.766] [ 3.575755] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:28:15.769] [ 3.591914] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:28:15.779] [ 3.598569] usbhid: USB HID core driver [2024-05-23 14:28:15.781] [ 3.602781] optee: probing for conduit = method from DT. [2024-05-23 14:28:15.799] [ 3.607961] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:28:15.799] [ 3.609831] optee: initialized driver [2024-05-23 14:28:15.799] [ 3.619402] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:28:15.810] [ 3.625128] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:28:15.810] [ 3.630297] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:28:15.821] [ 3.635465] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:28:15.823] [ 3.641240] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:28:15.841] [ 3.647100] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:28:15.843] [ 3.652963] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:28:15.843] [ 3.659432] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:28:15.860] [ 3.666877] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:28:15.861] [ 3.674825] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:28:15.865] [ 3.688727] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:28:15.879] [ 3.696808] NET: Registered protocol family = 17 [2024-05-23 14:28:15.879] [ 3.701745] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:28:15.897] [ 3.719942] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:28:16.069] [ 3.889445] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:16.073] [ 3.889491] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:28:16.087] [ 3.905460] ALSA device list: [2024-05-23 14:28:16.087] [ 3.908455] No soundcards found. [2024-05-23 14:28:16.099] [ 3.914303] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:28:16.115] [ 3.935337] Freeing unused kernel memory: = 4160K [2024-05-23 14:28:16.121] Mounting devtmpfs [2024-05-23 14:28:16.142] Mounting procfs [2024-05-23 14:28:16.143] Mounting sysfs [2024-05-23 14:28:16.143] [ 3.962300] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:28:16.176] [ 3.989861] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:28:16.206] [ 4.028761] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:28:16.215] [ 4.037590] mount (97) used greatest stack = depth: 11616 bytes left [2024-05-23 14:28:16.233] [ 4.055690] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:28:16.479] [ 4.301292] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:28:16.574] [ 4.397425] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:28:16.610] [ 4.425280] systemd[1]: Detected = architecture arm64. [2024-05-23 14:28:16.647]=20 [2024-05-23 14:28:16.647] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:28:16.658]=20 [2024-05-23 14:28:16.666] [ 4.488955] systemd[1]: Set hostname to = . [2024-05-23 14:28:16.678] [ 4.500561] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:28:16.691] [ 4.509613] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:28:16.927] [ 4.750164] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:28:16.952] [ 4.767278] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:28:16.986] [ 4.808942] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:28:16.999] [ 4.821100] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:28:17.187] [ 5.009882] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:28:17.263] [ OK ] Listening on udev Control Socket. [2024-05-23 14:28:17.280] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:28:17.294] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:28:17.313] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:28:17.327] [ OK ] Reached target Swap. [2024-05-23 14:28:17.342] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:28:17.358] [ OK ] Created slice User and Session Slice. [2024-05-23 14:28:17.385] [ OK ] Listening on Journal Socket. [2024-05-23 14:28:17.414] Mounting Configuration File System... [2024-05-23 14:28:17.436] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:28:17.469] Mounting POSIX Message Queue File = System... [2024-05-23 14:28:17.508] Mounting FUSE Control File System... [2024-05-23 14:28:17.533] [ 5.355708] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:28:17.549] Mounting Huge Pages File System... [2024-05-23 14:28:17.578] [ OK ] Listening on Syslog Socket. [2024-05-23 14:28:17.597] Starting Journal Service... [2024-05-23 14:28:17.625] Starting mount data partition = service... [2024-05-23 14:28:17.654] Starting Apply Kernel Variables... [2024-05-23 14:28:17.677] [ OK ] Reached target Remote File Systems. [2024-05-23 14:28:17.698] [ OK ] Created slice system-getty.slice. [2024-05-23 14:28:17.714] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:28:17.749] Starting udev Coldplug all Devices... [2024-05-23 14:28:17.780] [ 5.602906] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:17.799] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:28:17.814] [ OK ] Reached target Slices. [2024-05-23 14:28:17.829] [ OK ] Reached target Paths. [2024-05-23 14:28:17.867] Mounting Kernel Debug File System... [2024-05-23 14:28:17.932] [ OK ] Mounted Configuration File System. [2024-05-23 14:28:17.947] [ OK ] Started Journal Service. [2024-05-23 14:28:17.985] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:28:18.009] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:28:18.031] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:28:18.034] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:28:18.073] [ OK ] Started mount data partition service. [2024-05-23 14:28:18.098] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:28:18.131] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:28:18.164] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:28:18.213] Starting NS file System mount and = recovery.... [2024-05-23 14:28:18.230] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:28:18.265] Mounting /tmp... [2024-05-23 14:28:18.307] Mounting /var/volatile... [2024-05-23 14:28:18.330] [ OK ] Reached target Containers. [2024-05-23 14:28:18.348] [ 6.156357] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:18.382] Starting udev Kernel Device = Manager... [2024-05-23 14:28:18.424] [ 6.246060] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:18.433] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:28:18.524] [ 6.347266] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:18.591] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:28:18.632] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:28:18.665] [ OK ] Mounted /tmp. [2024-05-23 14:28:18.675] [ OK ] Mounted /var/volatile. [2024-05-23 14:28:18.777] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:28:18.802] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:28:18.974] [ 6.797033] systemd-journald[122]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:28:18.998] Starting Bind mount volatile = /var/cache... [2024-05-23 14:28:19.025] Starting Bind mount volatile = /var/spool... [2024-05-23 14:28:19.068] Starting Bind mount volatile = /var/lib... [2024-05-23 14:28:19.098] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:28:19.277] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:28:19.306] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:28:19.337] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:28:19.375] Starting Load/Save Random Seed... [2024-05-23 14:28:19.395] [ OK ] Reached target Local File Systems. [2024-05-23 14:28:19.419] Starting Create Volatile Files and = Directories... [2024-05-23 14:28:19.449] Starting AppArmor initialization... [2024-05-23 14:28:19.479] Starting netfilter persistent = configuration... [2024-05-23 14:28:19.504] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:28:19.559] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:28:19.658] [ 7.480565] audit: type=3D1400 = audit(1550139121.172:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:28:19.681] [ 7.502918] audit: type=3D1400 = audit(1550139121.176:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:28:19.705] [ 7.520694] audit: type=3D1400 = audit(1550139121.176:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:28:19.720] [ 7.537485] audit: type=3D1400 = audit(1550139121.176:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:28:19.734] [ 7.553987] audit: type=3D1400 = audit(1550139121.176:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:28:19.750] [ 7.570697] audit: type=3D1400 = audit(1550139121.176:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:28:19.766] [ OK [ 7.587714] audit: type=3D1400 = audit(1550139121.176:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:28:19.783] ] Started AppArmor initialization. [2024-05-23 14:28:19.810] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:28:19.830] [ OK ] Reached target Network (Pre). [2024-05-23 14:28:19.886] Starting Network Service... [2024-05-23 14:28:19.900] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:28:19.950] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:28:19.983] [ OK ] Reached target System Initialization. [2024-05-23 14:28:19.999] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:28:20.003] [ OK ] Reached target Sockets. [2024-05-23 14:28:20.018] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:28:20.037] [ OK ] Reached target Timers. [2024-05-23 14:28:20.066] [ OK ] Reached target Basic System. [2024-05-23 14:28:20.095] [ 7.903906] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:28:20.096] Starting Login Service... [2024-05-23 14:28:20.117] [ 7.934975] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:28:20.118] [ 7.939795] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:28:20.133] [ 7.944691] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:28:20.133] [ OK ] Started NS VSync Process. [2024-05-23 14:28:20.159] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:28:20.213] [ 8.032573] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:28:20.238] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:28:20.284] [ 8.105999] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:20.316] [ OK ] Started Kernel Logging Service. [2024-05-23 14:28:20.337] [ OK ] Started System Logging Service. [2024-05-23 14:28:20.367] [ 8.183269] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:20.370] [ 8.187691] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:28:20.384] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:28:20.417] Starting Load Kernel Modules... [2024-05-23 14:28:20.425] [ 8.187710] [INFO][GMAC]=20 [2024-05-23 14:28:20.437] [ 8.245467] libphy: tcc-gmac-mdio: probed [2024-05-23 14:28:20.450] [ 8.252180] [INFO][GMAC] registered! [2024-05-23 14:28:20.450] [ 8.255797] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:28:20.450] [ 8.260643] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:28:20.468] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:28:20.503] [ 8.325790] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:28:20.512] [ OK ] Started NS System Manage[ = 8.336385] Disabling lock debugging due to kernel taint [2024-05-23 14:28:20.524] ment Process. [2024-05-23 14:28:20.525] [ 8.347987] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:28:20.539] [ 8.354937] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:28:20.539] [ 8.354937] -- MASTER Configuration. [2024-05-23 14:28:20.554] [ 8.354937] -- Local Receiver Status Not = OK. [2024-05-23 14:28:20.554] [ 8.354937] -- Remote Receiver Status Not = OK. [2024-05-23 14:28:20.554] Start /usr/bin/sys-fail-mon [2024-05-23 14:28:20.564] [ 8.376174] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:28:20.565] [ 8.383131] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:28:20.593] [ 8.383368] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:20.593] [ 8.383371] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:28:20.593] [ 8.383373] INFO: lockdep is turned off. [2024-05-23 14:28:20.607] [ 8.383375] irq event stamp: 73238 [2024-05-23 14:28:20.609] [ 8.383390] hardirqs last enabled at = (73237): [<00000000e21916d6>] el1_irq+0xdc/0x138 [2024-05-23 14:28:20.609] [ 8.383398] hardirqs last disabled at = (73238): [<00000000e964e028>] __schedule+0xc8/0x730 [2024-05-23 14:28:20.630] [ 8.383405] softirqs last enabled at (0): = [<000000000623a42c>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:20.630] [ 8.383408] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:20.644] [ 8.383409] Preemption disabled at: [2024-05-23 14:28:20.647] [ 8.383417] [<000000009560b0f3>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:20.647] [ 8.383425] CPU: 2 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:28:20.671] [ 8.383426] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:20.671] [ 8.383429] Call trace: [2024-05-23 14:28:20.671] [ 8.383433] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:20.671] [ 8.383437] show_stack+0x14/0x20 [2024-05-23 14:28:20.671] [ 8.383442] dump_stack+0xb8/0xf0 [2024-05-23 14:28:20.671] [ 8.383446] ___might_sleep+0x178/0x210 [2024-05-23 14:28:20.673] [ 8.383449] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:20.697] [ 8.383456] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:20.697] [ 8.383460] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:20.697] [ 8.383466] gic_set_type+0x84/0x98 [2024-05-23 14:28:20.697] [ 8.383470] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:20.697] [ 8.383474] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:20.697] [ 8.383477] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:20.710] [ 8.383483] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:28:20.722] [ 8.383488] __dev_open+0x100/0x150 [2024-05-23 14:28:20.722] [ 8.383491] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:28:20.722] [ 8.383493] dev_change_flags+0x20/0x60 [2024-05-23 14:28:20.724] [ 8.383498] do_setlink+0x3ec/0xc30 [2024-05-23 14:28:20.724] [ 8.383500] rtnl_setlink+0xcc/0x128 [2024-05-23 14:28:20.724] [ 8.383503] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:28:20.749] [ 8.383507] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:28:20.749] [ 8.383510] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:28:20.749] [ 8.383513] netlink_unicast+0x180/0x1f8 [2024-05-23 14:28:20.749] [ 8.383516] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:28:20.749] [ 8.383521] sock_sendmsg+0x3c/0x58 [2024-05-23 14:28:20.749] [ 8.383525] SyS_sendto+0xd0/0x140 [2024-05-23 14:28:20.751] [ 8.383529] el0_svc_naked+0x34/0x38 [2024-05-23 14:28:20.775] [ 8.383654] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:28:20.787] [ 8.388015] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:28:20.787] [ 8.388020] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:28:20.787] [ 8.388026] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:28:20.800] [ 8.388026] =20 [2024-05-23 14:28:20.800] [ 8.388358] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:28:20.800] [ 8.388748] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:28:20.802] [ 8.388752] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:28:20.802] [ 8.388757] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:28:20.802] [ 8.388757] =20 [2024-05-23 14:28:20.802] [ 8.388950] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:28:20.829] [ 8.388965] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:28:20.830] [ 8.388969] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:28:20.830] [ 8.388973] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:28:20.830] [ 8.388981] [INFO][GMAC] --] phy_start: : [2024-05-23 14:28:20.830] [ 8.389043] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:28:20.832] [ 8.481183] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:28:20.858] [ 8.489155] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:28:20.858] [ 8.493245] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:28:20.858] [ 8.495088] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:20.858] [ 8.495733] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:28:20.858] [ 8.497404] Done!! [2024-05-23 14:28:20.858] [ 8.589531] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:28:20.876] [ 8.591699] Done!! [2024-05-23 14:28:20.876] [ 8.603045] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:20.876] [ 8.673524] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:28:20.888] [ 8.675804] Done!! [2024-05-23 14:28:20.890] Starting NS Inter Domain Comm = Process... [2024-05-23 14:28:20.891] [ OK ] Started 8.709122] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:20.912] 0;1;39mNetwork Service. [2024-05-23 14:28:20.912] [ 8.717041] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:28:20.912] [ 8.717520] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:20.927] [ 8.717526] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:20.929] [ 8.717551] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:20.929] [ 8.719410] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:20.954] [ 8.719802] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:20.954] [ 8.719815] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:28:20.954] [ 8.720288] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:20.968] [ 8.720294] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:20.968] [ 8.722321] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:20.984] [ OK ] Started Load Kernel Modules. [2024-05-23 14:28:20.985] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:28:21.010] [ OK ] Started Cluster Framework. [2024-05-23 14:28:21.010] [ 8.823140] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:21.010] [ OK ] Started HUD Framework. [2024-05-23 14:28:21.036] parents, child is 321 [2024-05-23 14:28:21.038] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:28:21.038] [IDC]Start. [2024-05-23 14:28:21.051] [ 8.861927] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:28:21.054] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:28:21.075] [ OK ] Started Nvm Process. [2024-05-23 14:28:21.079] [IDC](A7)ConnectReq 0 [2024-05-23 14:28:21.079] [IDC](A7)do_connect 0 [2024-05-23 14:28:21.079] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:28:21.079] [IDC](A7)Tx start session req 1 [2024-05-23 14:28:21.079] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:28:21.079] [IDC](R5)ConnectReq 0 [2024-05-23 14:28:21.079] [IDC](R5)do_connect 0 [2024-05-23 14:28:21.083] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:28:21.113] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:28:21.113] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:28:21.134] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:28:21.134] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:28:21.134] [IDC](A7)Session connected. [2024-05-23 14:28:21.134] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:28:21.134] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:28:21.134] [IDC](R5)Session connected.2 [2024-05-23 14:28:21.134] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:28:21.134] [ OK ] Started NS hsm control application. [2024-05-23 14:28:21.134] [ 8.937870] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:21.152] [ OK ] Started Diagnosis Framework. [2024-05-23 14:28:21.164] [ OK ] Started NS Software Update. [2024-05-23 14:28:21.184] [ OK ] Started NS Secondary Verify. [2024-05-23 14:28:21.218] [ OK ] Started Diagnosis Transport. [2024-05-23 14:28:21.226] [ 9.047326] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:21.239] [ OK ] Reached target Network. [2024-05-23 14:28:21.255] Starting udev Coldplug all Devices... [2024-05-23 14:28:21.296] Starting Permit User Sessions... [2024-05-23 14:28:21.317] Starting Wait for Network to be = Configured... [2024-05-23 14:28:21.335] [ OK ] Started Login Service. [2024-05-23 14:28:21.341] [ OK ] Started 9.159095] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:28:21.344] 39mPermit User Sessions. [2024-05-23 14:28:21.395] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:28:21.395] [ OK ] Started Getty on tty1. [2024-05-23 14:28:21.395] [ OK ] Reached target Login Prompts. [2024-05-23 14:28:21.395] [ OK ] Reached target Multi-User System. [2024-05-23 14:28:21.404] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:28:21.404] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:28:21.417] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:28:21.436] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:28:21.449] [ 9.271140] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:21.462] [ 9.276915] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:21.560] [ 9.383538] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:21.687] [ 9.510189] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:22.215] [ 10.035023] sched: RT throttling activated [2024-05-23 14:28:22.361] [ 10.167869] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:28:22.375] [ 10.167877] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:28:22.988] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:28:23.297] [ 11.119354] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:28:23.320] [ 11.127753] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:28:27.825]=20 [2024-05-23 14:28:27.825] telechips-nsp1-release login:=20 [2024-05-23 14:28:31.545]=20 [2024-05-23 14:28:31.545] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:28:31.564]=20 [2024-05-23 14:28:31.564] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:28:31.564] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:28:31.564] DRAM: 2 GiB [2024-05-23 14:28:31.588] MMC: sdhc@0x16440000: 0 [2024-05-23 14:28:31.875]=20 [2024-05-23 14:28:31.875] HW Partition tyep is UserData [2024-05-23 14:28:31.897] In: serial [2024-05-23 14:28:31.897] Out: serial [2024-05-23 14:28:31.899] Err: serial [2024-05-23 14:28:31.951] Boot in the UserData environment(0) [2024-05-23 14:28:31.956] Non-secure boot (secure boot flag is clear) [2024-05-23 14:28:31.982] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:28:31.982] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:28:31.982] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:28:31.993] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:28:31.993] Booting using the fdt blob at 0x23000000 [2024-05-23 14:28:31.993] Loading Kernel Image [2024-05-23 14:28:31.995] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:28:32.010] OPTEE is enabled [2024-05-23 14:28:32.010]=20 [2024-05-23 14:28:32.010] Starting kernel ... [2024-05-23 14:28:32.010]=20 [2024-05-23 14:28:32.935] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:28:32.940] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:28:32.953] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:28:32.969] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:28:32.969] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:28:32.970] [ 0.000000] efi: UEFI not found. [2024-05-23 14:28:32.991] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:28:33.003] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:28:33.003] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:28:33.008] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:28:33.008] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:28:33.034] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:28:33.034] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:28:33.034] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:28:33.038] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:28:33.063] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:28:33.063] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:28:33.063] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:28:33.079] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:28:33.081] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:28:33.107] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:28:33.107] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:28:33.107] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:28:33.108] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:28:33.122] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:28:33.123] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:28:33.148] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:28:33.148] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:28:33.148] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:28:33.164] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:28:33.164] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:28:33.165] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:28:33.190] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:28:33.190] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:28:33.190] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:28:33.190] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:28:33.203] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:28:33.207] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:28:33.207] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:28:33.234] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:28:33.234] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:28:33.234] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:28:33.263] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:28:33.263] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:28:33.263] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:28:33.277] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:28:33.291] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:28:33.315] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:28:33.315] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:28:33.317] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:28:33.317] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:28:33.317] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:28:33.341] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:28:33.341] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:28:33.341] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:28:33.354] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:28:33.356] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:28:33.380] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:28:33.385] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:28:33.385] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:28:33.385] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:28:33.412] [ 0.000000] Running RCU self tests [2024-05-23 14:28:33.412] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:28:33.412] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:28:33.412] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:28:33.412] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:28:33.414] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:28:33.438] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:28:33.438] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:28:33.438] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:28:33.438] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:28:33.439] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:28:33.451] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:28:33.465] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:28:33.467] [ 0.000682] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:28:33.490] [ 0.000702] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:28:33.501] [ 0.001479] Console: colour dummy device = 80x25 [2024-05-23 14:28:33.501] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:28:33.501] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:28:33.501] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:28:33.503] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:28:33.503] [ 0.001733] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:28:33.526] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:28:33.527] [ 0.001738] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:28:33.527] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:28:33.527] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:28:33.527] [ 0.001746] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:28:33.551] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:28:33.562] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:28:33.562] [ 0.002292] Security Framework initialized [2024-05-23 14:28:33.562] [ 0.002417] AppArmor: AppArmor initialized [2024-05-23 14:28:33.562] [ 0.002662] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:28:33.564] [ 0.002684] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:28:33.586] [ 0.019964] ASID allocator initialised with = 32768 entries [2024-05-23 14:28:33.588] [ 0.035866] Hierarchical SRCU = implementation. [2024-05-23 14:28:33.588] [ 0.062291] EFI services will not be = available. [2024-05-23 14:28:33.588] [ 0.076136] smp: Bringing up secondary CPUs = ... [2024-05-23 14:28:33.588] [ 0.120764] Detected VIPT I-cache on CPU1 [2024-05-23 14:28:33.588] [ 0.120840] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:28:33.612] [ 0.165007] Detected VIPT I-cache on CPU2 [2024-05-23 14:28:33.612] [ 0.165065] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:28:33.612] [ 0.209292] Detected VIPT I-cache on CPU3 [2024-05-23 14:28:33.612] [ 0.209345] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:28:33.612] [ 0.209721] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:28:33.626] [ 0.209763] SMP: Total of 4 processors = activated. [2024-05-23 14:28:33.626] [ 0.209778] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:28:33.626] [ 0.209797] CPU: All CPU(s) started at EL2 [2024-05-23 14:28:33.642] [ 0.209980] alternatives: patching kernel = code [2024-05-23 14:28:33.642] [ 0.210534] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:28:33.642] [ 0.213117] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:28:33.645] [ 0.213710] devtmpfs: initialized [2024-05-23 14:28:33.671] [ 0.403526] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:28:33.671] [ 0.403793] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:28:33.671] [ 0.412583] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:28:33.671] [ 0.413506] chipinfo: TCC8030 Rev02 [2024-05-23 14:28:33.672] [ 0.413522] chipinfo: SiP Service v0.1.56 [2024-05-23 14:28:33.700] [ 0.418917] NET: Registered protocol family = 16 [2024-05-23 14:28:33.700] [ 0.422969] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:28:33.700] [ 0.424912] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:28:33.700] [ 0.426650] cpuidle: using governor menu [2024-05-23 14:28:33.700] [ 0.426889] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:28:33.721] [ 0.440954] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:28:33.721] [ 0.441437] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:28:33.721] [ 0.441484] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:28:33.721] [ 0.441528] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:28:33.734] [ 0.441572] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:28:33.746] [ 0.441615] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:28:33.746] [ 0.441659] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:28:33.748] [ 0.441702] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:28:33.748] [ 0.441745] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:28:33.748] [ 0.441789] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:28:33.783] [ 0.441832] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:28:33.783] [ 0.441960] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:28:33.783] [ 0.442007] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:28:33.783] [ 0.442051] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:28:33.783] [ 0.442094] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:28:33.796] [ 0.442138] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:28:33.796] [ 0.442195] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:28:33.796] [ 0.442239] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:28:33.798] [ 0.442282] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:28:33.798] [ 0.442658] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:28:33.822] [ 0.442702] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:28:33.822] [ 0.442746] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:28:33.822] [ 0.442789] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:28:33.822] [ 0.442832] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:28:33.822] [ 0.442876] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:28:33.836] [ 0.442919] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:28:33.849] [ 0.442962] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:28:33.849] [ 0.443005] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:28:33.862] [ 0.443049] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:28:33.862] [ 0.443092] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:28:33.865] [ 0.443135] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:28:33.865] [ 0.443368] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:28:33.865] [ 0.443427] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:28:33.892] [ 0.443470] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:28:33.892] [ 0.443514] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:28:33.892] [ 0.443557] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:28:33.892] [ 0.443600] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:28:33.892] [ 0.443643] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:28:33.895] [ 0.443830] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:28:33.918] [ 0.443873] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:28:33.918] [ 0.443916] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:28:33.918] [ 0.443959] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:28:33.918] [ 0.444003] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:28:33.918] [ 0.444045] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:28:33.935] [ 0.444089] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:28:33.938] [ 0.444131] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:28:33.938] [ 0.444175] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:28:33.961] [ 0.444218] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:28:33.963] [ 0.444274] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:28:33.963] [ 0.444317] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:28:33.963] [ 0.444361] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:28:33.963] [ 0.444404] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:28:33.986] [ 0.444937] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:28:33.987] [ 0.444981] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:28:33.987] [ 0.445148] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:28:33.987] [ 0.445318] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:28:33.987] [ 0.445501] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:28:33.989] [ 0.445668] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:28:34.013] [ 0.445835] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:28:34.013] [ 0.445880] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:28:34.013] [ 0.446017] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:28:34.013] [ 0.446216] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:28:34.015] [ 0.446396] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:28:34.039] [ 0.446577] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:28:34.039] [ 0.446621] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:28:34.039] [ 0.446665] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:28:34.039] [ 0.446708] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:28:34.044] [ 0.446751] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:28:34.068] [ 0.446929] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:28:34.068] [ 0.446973] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:28:34.068] [ 0.447183] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:28:34.068] [ 0.447197] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:28:34.068] [ 0.529746] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:28:34.088] [ 0.529836] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:28:34.088] [ 1.676678] console [ttyAMA0] enabled [2024-05-23 14:28:34.090] [ 1.684360] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:28:34.117] [ 1.713217] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:28:34.135] [ 1.723585] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:28:34.148] [ 1.734096] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:28:34.169] [ 1.744417] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:28:34.248] [ 1.844193] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:28:34.266] [ 1.860712] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:28:34.285] [ 1.867608] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:28:34.285] [ 1.874401] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:28:34.307] [ 1.880772] Linux video capture interface: = v2.00 [2024-05-23 14:28:34.319] [ 1.886518] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:34.319] [ 1.886522] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:28:34.321] [ 1.886526] 6 locks held by swapper/0/1: [2024-05-23 14:28:34.321] [ 1.886529] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:28:34.345] [ 1.886555] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:28:34.345] [ 1.886570] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:34.345] [ 1.886590] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:34.360] [ 1.886604] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:34.360] [ 1.886621] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:34.376] [ 1.886640] irq event stamp: 288078 [2024-05-23 14:28:34.376] [ 1.886645] hardirqs last enabled at = (288077): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:34.391] [ 1.886650] hardirqs last disabled at = (288078): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:34.391] [ 1.886657] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:34.406] [ 1.886661] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:34.407] [ 1.886663] Preemption disabled at: [2024-05-23 14:28:34.433] [ 1.886669] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:34.433] [ 1.886678] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:28:34.433] [ 1.886681] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:34.433] [ 1.886685] Call trace: [2024-05-23 14:28:34.433] [ 1.886691] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:34.435] [ 1.886695] show_stack+0x14/0x20 [2024-05-23 14:28:34.464] [ 1.886701] dump_stack+0xb8/0xf0 [2024-05-23 14:28:34.464] [ 1.886707] ___might_sleep+0x178/0x210 [2024-05-23 14:28:34.464] [ 1.886711] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:34.464] [ 1.886715] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:34.464] [ 1.886721] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:34.464] [ 1.886729] gic_set_type+0x84/0x98 [2024-05-23 14:28:34.464] [ 1.886734] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:34.466] [ 1.886738] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:34.493] [ 1.886743] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:34.493] [ 1.886748] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:28:34.493] [ 1.886754] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:28:34.493] [ 1.886759] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:34.493] [ 1.886764] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:34.493] [ 1.886768] __driver_attach+0xfc/0x118 [2024-05-23 14:28:34.495] [ 1.886773] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:34.517] [ 1.886778] driver_attach+0x20/0x28 [2024-05-23 14:28:34.517] [ 1.886783] bus_add_driver+0x220/0x268 [2024-05-23 14:28:34.517] [ 1.886788] driver_register+0x60/0xf8 [2024-05-23 14:28:34.517] [ 1.886792] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:34.517] [ 1.886799] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:28:34.517] [ 1.886804] do_one_initcall+0x50/0x15c [2024-05-23 14:28:34.532] [ 1.886811] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:28:34.532] [ 1.886817] kernel_init+0x10/0x100 [2024-05-23 14:28:34.532] [ 1.886821] ret_from_fork+0x10/0x18 [2024-05-23 14:28:34.534] [ 1.892668] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:28:34.559] [ 2.140022] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:28:34.559] [ 2.153671] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:28:34.574] [ 2.160697] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:28:34.574] [ 2.165299] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:28:34.576] [ 2.170102] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:28:34.590] [ 2.174949] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:28:34.590] [ 2.179504] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:28:34.637] [ 2.233396] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:28:34.650] [ 2.245997] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:34.669] [ 2.264329] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:34.696] [ 2.279663] NET: Registered protocol family = 2 [2024-05-23 14:28:34.697] [ 2.287166] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:28:34.710] [ 2.294787] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:28:34.712] [ 2.306009] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:28:34.739] [ 2.313348] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:28:34.739] [ 2.320198] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:28:34.739] [ 2.328425] NET: Registered protocol family = 1 [2024-05-23 14:28:34.841] [ 2.436210] audit: initializing netlink = subsys (disabled) [2024-05-23 14:28:34.848] [ 2.442546] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:28:34.861] [ 2.443088] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:28:34.930] [ 2.525311] fuse init (API version 7.26) [2024-05-23 14:28:34.948] [ 2.543484] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:28:34.957] [ 2.553104] io scheduler noop registered = (default) [2024-05-23 14:28:34.971] [ 2.557947] io scheduler mq-deadline = registered [2024-05-23 14:28:34.971] [ 2.562509] io scheduler kyber registered [2024-05-23 14:28:34.998] [ 2.573253] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:34.998] [ 2.580386] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:35.000] [ 2.586598] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:28:35.000] [ 2.594207] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:35.061] [ 2.656599] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:35.069] [ 2.664380] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:35.083] [ 2.669378] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:28:35.083] [ 2.674807] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:35.085] [ 2.675432] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:35.112] [ 2.686186] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:35.112] [ 2.692395] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:28:35.112] [ 2.699932] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:35.130] [ 2.723855] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:35.136] [ 2.730913] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:35.151] [ 2.735575] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:28:35.151] [ 2.741002] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:35.152] [ 2.741572] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:35.173] [ 2.752324] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:35.173] [ 2.758532] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:28:35.173] [ 2.766146] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:35.236] [ 2.831931] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:35.246] [ 2.838780] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:35.263] [ 2.843397] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:28:35.266] [ 2.848824] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:35.278] [ 2.858582] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:28:35.291] [ 2.868303] [INF][WDMA] tcc_wdma_init [2024-05-23 14:28:35.291] [ 2.873251] TCC WDMA Driver Initializing [2024-05-23 14:28:35.314] [ 2.880891] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:28:35.314] [ 2.886981] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:28:35.316] [ 2.897612] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:35.316] [ 2.910252] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:28:35.341] [ 2.919638] [CPU_ID] probe is done [2024-05-23 14:28:35.341] [ 2.923385] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:28:35.341] [ 2.930155] [DRAM_TOOL] probe is done [2024-05-23 14:28:35.353] [ 2.937649] MALI-G51 : r30p0-01eac0 [2024-05-23 14:28:35.354] [ 2.941179] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:28:35.358] [ 2.950916] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:35.372] [ 2.950921] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:28:35.396] [ 2.950925] 6 locks held by swapper/0/1: [2024-05-23 14:28:35.398] [ 2.950929] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:28:35.398] [ 2.950957] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:28:35.398] [ 2.950973] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:35.414] [ 2.950992] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:35.414] [ 2.951006] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:35.429] [ 2.951022] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:35.429] [ 2.951042] irq event stamp: 453756 [2024-05-23 14:28:35.443] [ 2.951047] hardirqs last enabled at = (453755): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:35.445] [ 2.951052] hardirqs last disabled at = (453756): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:35.471] [ 2.951060] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:35.471] [ 2.951063] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:35.471] [ 2.951066] Preemption disabled at: [2024-05-23 14:28:35.473] [ 2.951071] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:35.502] [ 2.951081] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:28:35.502] [ 2.951084] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:35.502] [ 2.951088] Call trace: [2024-05-23 14:28:35.502] [ 2.951095] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:35.502] [ 2.951100] show_stack+0x14/0x20 [2024-05-23 14:28:35.502] [ 2.951105] dump_stack+0xb8/0xf0 [2024-05-23 14:28:35.516] [ 2.951111] ___might_sleep+0x178/0x210 [2024-05-23 14:28:35.516] [ 2.951115] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:35.516] [ 2.951119] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:35.516] [ 2.951125] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:35.529] [ 2.951132] gic_set_type+0x84/0x98 [2024-05-23 14:28:35.531] [ 2.951137] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:35.531] [ 2.951142] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:35.531] [ 2.951146] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:35.555] [ 2.951153] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:28:35.555] [ 2.951159] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:28:35.555] [ 2.951163] kbase_device_init+0x78/0xf8 [2024-05-23 14:28:35.555] [ 2.951169] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:28:35.555] [ 2.951174] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:35.559] [ 2.951179] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:35.582] [ 2.951183] __driver_attach+0xfc/0x118 [2024-05-23 14:28:35.583] [ 2.951188] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:35.583] [ 2.951193] driver_attach+0x20/0x28 [2024-05-23 14:28:35.583] [ 2.951198] bus_add_driver+0x220/0x268 [2024-05-23 14:28:35.583] [ 2.951203] driver_register+0x60/0xf8 [2024-05-23 14:28:35.583] [ 2.951207] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:35.606] [ 2.951214] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:28:35.619] [ 2.951219] do_one_initcall+0x50/0x15c [2024-05-23 14:28:35.619] [ 2.951226] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:28:35.619] [ 2.951232] kernel_init+0x10/0x100 [2024-05-23 14:28:35.619] [ 2.951236] ret_from_fork+0x10/0x18 [2024-05-23 14:28:35.619] [ 2.953217] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:28:35.632] [ 3.207928] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:28:35.632] [ 3.214667] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:28:35.649] [ 3.229098] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:28:35.651] [ 3.236289] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:28:35.675] [ 3.248572] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:28:35.679] [ 3.254790] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:28:35.679] [ 3.259171] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:28:35.679] [ 3.266691] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:28:35.721] [ 3.316732] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:28:35.732] [ 3.327554] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:28:35.745] [ 3.335445] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:28:35.762] [ 3.346619] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:28:35.762] [ 3.351903] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:28:35.797] [ 3.362976] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:28:35.797] [ 3.371858] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:28:35.811] [ 3.391396] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:28:35.812] [ 3.406830] libphy: Fixed MDIO Bus: probed [2024-05-23 14:28:35.829] [ 3.411823] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:28:35.833] [ 3.424091] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:28:35.858] [ 3.424971] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:28:35.870] [ 3.425036] [INFO][GAMC] gmac index : 1 [2024-05-23 14:28:35.870] [ 3.425615] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:28:35.870] [ 3.425623] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:28:35.870] [ 3.426542] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:35.870] [ 3.426555] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:28:35.881] [ 3.430993] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:28:35.881] [ 3.439574] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:28:35.881] [ 3.440836] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:35.883] [ 3.440848] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:28:35.883] [ 3.440855] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:28:35.909] [ 3.440867] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:35.909] [ 3.440879] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:28:35.909] [ 3.442501] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:28:35.909] [ 3.452351] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:28:35.923] [ 3.452360] usbhid: USB HID core driver [2024-05-23 14:28:35.923] [ 3.452740] optee: probing for conduit = method from DT. [2024-05-23 14:28:35.923] [ 3.452765] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:28:35.937] [ 3.454586] optee: initialized driver [2024-05-23 14:28:35.950] [ 3.456344] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:28:35.950] [ 3.456359] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:28:35.953] [ 3.456367] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:28:35.953] [ 3.456374] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:28:35.953] [ 3.456381] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:28:35.980] [ 3.456388] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:28:35.980] [ 3.456396] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:28:35.980] [ 3.456403] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:28:35.980] [ 3.457951] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:28:35.993] [ 3.457959] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:28:35.996] [ 3.464704] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:28:36.019] [ 3.478220] NET: Registered protocol family = 17 [2024-05-23 14:28:36.020] [ 3.478661] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:28:36.020] [ 3.483506] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:28:36.033] [ 3.615632] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:28:36.035] [ 3.627611] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:28:36.048] [ 3.633062] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:28:36.050] [ 3.639701] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:28:36.072] [ 3.646302] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:36.074] [ 3.646362] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:28:36.074] [ 3.646912] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:28:36.074] [ 3.657709] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:28:36.100] [ 3.657739] GPT:15269887 !=3D 15273599 [2024-05-23 14:28:36.100] [ 3.657747] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:28:36.100] [ 3.657754] GPT:15269887 !=3D 15273599 [2024-05-23 14:28:36.100] [ 3.657762] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:28:36.100] [ 3.657875] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:28:36.116] [ 3.709935] ALSA device list: [2024-05-23 14:28:36.118] [ 3.712936] No soundcards found. [2024-05-23 14:28:36.145] [ 3.718974] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:28:36.146] [ 3.740124] Freeing unused kernel memory: = 4160K [2024-05-23 14:28:36.162] Mounting devtmpfs [2024-05-23 14:28:36.162] [ 3.755174] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:28:36.178] Mounting procfs [2024-05-23 14:28:36.178] Mounting sysfs [2024-05-23 14:28:36.180] [ 3.775297] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:28:36.216] [ 3.802784] grep (97) used greatest stack = depth: 12272 bytes left [2024-05-23 14:28:36.220] [ 3.803865] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:28:36.247] [ 3.842219] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:28:36.257] [ 3.853143] mount (98) used greatest stack = depth: 11200 bytes left [2024-05-23 14:28:36.514] [ 4.108507] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:28:36.614] [ 4.208174] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:28:36.646] [ 4.235586] systemd[1]: Detected = architecture arm64. [2024-05-23 14:28:36.685]=20 [2024-05-23 14:28:36.687] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:28:36.698]=20 [2024-05-23 14:28:36.702] [ 4.297833] systemd[1]: Set hostname to = . [2024-05-23 14:28:36.716] [ 4.309593] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:28:36.731] [ 4.318546] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:28:36.968] [ 4.563239] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:28:36.993] [ 4.580350] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:28:37.034] [ 4.622933] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:28:37.042] [ 4.635078] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:28:37.235] [ 4.827026] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:28:37.309] [ OK ] Created slice User and Session Slice. [2024-05-23 14:28:37.333] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:28:37.351] [ OK ] Reached target Paths. [2024-05-23 14:28:37.371] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:28:37.384] [ OK ] Listening on Syslog Socket. [2024-05-23 14:28:37.401] [ OK ] Reached target Slices. [2024-05-23 14:28:37.418] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:28:37.433] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:28:37.448] [ OK ] Listening on Journal Socket. [2024-05-23 14:28:37.483] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:28:37.509] Starting Journal Service... [2024-05-23 14:28:37.558] Mounting FUSE Control File System... [2024-05-23 14:28:37.611] Starting mount dat[ 5.206913] = EXT4-fs (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:28:37.634] a partition service... [2024-05-23 14:28:37.657] Mounting Kernel Debug File System... [2024-05-23 14:28:37.698] Mounting Huge Pages File System... [2024-05-23 14:28:37.717] [ OK ] Listening on udev Control Socket. [2024-05-23 14:28:37.738] [ OK ] Reached target Remote File Systems. [2024-05-23 14:28:37.770] [ 5.365461] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:37.782] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:28:37.818] Mounting POSIX Message Queue File = System... [2024-05-23 14:28:37.830] [ OK ] Reached target Swap. [2024-05-23 14:28:37.867] Starting udev Coldplug all Devices... [2024-05-23 14:28:37.896] Starting Apply Kernel Variables... [2024-05-23 14:28:37.928] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:28:37.951] [ OK ] Created slice system-getty.slice. [2024-05-23 14:28:37.976] Mounting Configuration File System... [2024-05-23 14:28:38.045] [ OK ] Started Journal Service. [2024-05-23 14:28:38.082] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:28:38.105] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:28:38.122] [ OK ] Started mount data partition service. [2024-05-23 14:28:38.152] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:28:38.169] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:28:38.182] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:28:38.226] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:28:38.256] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:28:38.287] [ OK ] Mounted Configuration File System. [2024-05-23 14:28:38.336] Starting NS file System mount and = recovery.... [2024-05-23 14:28:38.361] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:28:38.391] Mounting /var/volatile... [2024-05-23 14:28:38.432] Mounting /tmp... [2024-05-23 14:28:38.452] [ OK ] Reached target Containers. [2024-05-23 14:28:38.468] [ 6.059469] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:38.489] Starting udev Kernel Device = Manager... [2024-05-23 14:28:38.518] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:28:38.558] [ 6.153134] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:38.658] [ 6.254170] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:38.735] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:28:38.771] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:28:38.803] [ OK ] Mounted /var/volatile. [2024-05-23 14:28:38.819] [ OK ] Mounted /tmp. [2024-05-23 14:28:38.903] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:28:38.930] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:28:39.112] [ 6.703968] systemd-journald[112]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:28:39.136] Starting Bind mount volatile = /var/spool... [2024-05-23 14:28:39.158] Starting Bind mount volatile = /var/lib... [2024-05-23 14:28:39.195] Starting Bind mount volatile = /var/cache... [2024-05-23 14:28:39.232] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:28:39.413] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:28:39.442] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:28:39.474] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:28:39.510] Starting Load/Save Random Seed... [2024-05-23 14:28:39.536] [ OK ] Reached target Local File Systems. [2024-05-23 14:28:39.563] Starting netfilter persistent = configuration... [2024-05-23 14:28:39.595] Starting AppArmor initialization... [2024-05-23 14:28:39.630] Starting Create Volatile Files and = Directories... [2024-05-23 14:28:39.663] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:28:39.800] [ 7.394504] audit: type=3D1400 = audit(1550139121.276:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:28:39.837] [ 7.409840] audit: type=3D1400 = audit(1550139121.280:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:28:39.839] [ 7.427054] audit: type=3D1400 = audit(1550139121.280:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:28:39.855] [ 7.443718] audit: type=3D1400 = audit(1550139121.280:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:28:39.871] [ 7.459907] audit: type=3D1400 = audit(1550139121.280:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:28:39.887] [ 7.459973] audit: type=3D1400 = audit(1550139121.280:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:28:39.902] [ 7.461067] audit: type=3D1400 = audit(1550139121.280:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:28:39.916] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:28:39.953] [ OK ] Started AppArmor initialization. [2024-05-23 14:28:39.969] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:28:40.006] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:28:40.022] [ OK ] Reached target Network (Pre). [2024-05-23 14:28:40.054] Starting Network Service... [2024-05-23 14:28:40.098] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:28:40.121] [ OK ] Reached target System Initialization. [2024-05-23 14:28:40.134] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:28:40.154] [ OK ] Reached target Timers. [2024-05-23 14:28:40.187] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:28:40.204] [ OK ] Reached target Sockets. [2024-05-23 14:28:40.220] [ OK ] Reached target Basic System. [2024-05-23 14:28:40.246] Starting Login Service... [2024-05-23 14:28:40.270] [ 7.862734] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:28:40.284] [ OK ] Started Kernel Logging Service. [2024-05-23 14:28:40.326] [ 7.909225] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:28:40.328] [ 7.913829] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:28:40.328] [ 7.918370] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:28:40.353] [ OK ] Started System Logging Service. [2024-05-23 14:28:40.392] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:28:40.422] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:28:40.459] [ OK ] Started NS VSync Process. [2024-05-23 14:28:40.488] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:28:40.541] [ 8.135922] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:28:40.551] [ 8.144292] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:40.570] [ 8.149299] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:28:40.588] [ OK ] Started NS System Management = Process.[ 8.149316] [INFO][GMAC]=20 [2024-05-23 14:28:40.629] [ 8.218694] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:40.654] Start /usr/bin/sys-fail-mon [2024-05-23 14:28:40.660]=20 [2024-05-23 14:28:40.681] Starting NS Inter Domain Comm = Process... [2024-05-23 14:28:40.690] [ 8.285481] libphy: tcc-gmac-mdio: probed [2024-05-23 14:28:40.706] [ 8.288751] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:40.706] [ 8.288806] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:28:40.721] [ 8.292198] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:40.736] [ 8.292218] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:40.736] [ 8.293703] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:40.752] [ 8.295423] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:40.752] [ 8.295451] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:28:40.768] [ 8.298128] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:40.768] [ 8.298142] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:40.784] [ 8.299297] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:40.808] [ 8.380318] [INFO][GMAC] registered! [2024-05-23 14:28:40.810] [ 8.380485] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:28:40.810] [ 8.380496] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:28:40.810] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:28:40.836] Starting Load Kernel Modules... [2024-05-23 14:28:40.840] [ OK ] Started Network Service. [2024-05-23 14:28:40.868] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:28:40.870] [ 8.459105] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:28:40.884] [ 8.468603] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:28:40.884] [ 8.468603] -- MASTER Configuration. [2024-05-23 14:28:40.886] [ 8.468603] -- Local Receiver Status Not = OK. [2024-05-23 14:28:40.911] [ 8.468603] -- Remote Receiver Status Not = OK. [2024-05-23 14:28:40.911] [ 8.489598] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:28:40.911] [ 8.495481] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:28:40.911] [ 8.502730] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:40.932] [ 8.502736] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:28:40.946] [ 8.502740] 5 locks held by = systemd-network/262: [2024-05-23 14:28:40.946] [ 8.502744] #0: (rtnl_mutex){+.+.}, at: = [<000000000a871a38>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:28:40.961] [ 8.502773] #1: = (&desc->request_mutex){+.+.}, at: [<000000007bfbbffb>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:40.961] parents, child is 315 [2024-05-23 14:28:40.963] [ 8.502791] #2: = (&irq_desc_lock_class){-...}, at: [<00000000851faedc>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:40.990] [IDC]Start. [2024-05-23 14:28:40.990] [ 8.502806] #3: (rcu_read_lock){....}, = at: [<00000000c94873a5>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:40.990] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:28:40.990] [ 8.502822] #4: (&picinfo->lock){....}, = at: [<000000007709f3f4>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:41.005] [IDC](A7)ConnectReq 0 [2024-05-23 14:28:41.005] [IDC](A7)d[ 8.502841] irq event stamp: = 74540 [2024-05-23 14:28:41.005] o_connect 0 [2024-05-23 14:28:41.005] [ 8.502846] hardirqs last enabled at = (74539): [<000000001b70bfaf>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:41.019] [IDC](A7)Session status 0 -> 1[ 8.502851] = hardirqs last disabled at (74540): [<00000000e3213818>] = _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:41.036]=20 [2024-05-23 14:28:41.036] [IDC](A7)Tx start session req 1[ 8.502859] = softirqs last enabled at (0): [<00000000e033d206>] = copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:41.050] =0A= [2024-05-23 14:28:41.050] [ 8.502863] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:41.063] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:28:41.063] [ 8.502866] Preemption disabled at: [2024-05-23 14:28:41.063] [IDC](R5)ConnectReq 0 [2024-05-23 14:28:41.063] [ 8.502871] [<00000000851faedc>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:41.086] [IDC](R5)do_connect 0 [2024-05-23 14:28:41.086] [ 8.502881] CPU: 2 PID: 262 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:28:41.112] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:28:41.112] [ 8.502884] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:41.112] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:28:41.112] [ 8.502888] Call trace: [2024-05-23 14:28:41.112] [IDC](R5)do_periodic_startreq 1.[ 8.502894] = dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:41.112] =0A= [2024-05-23 14:28:41.112] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:28:41.140] [ 8.502899] show_stack+0x14/0x20 [2024-05-23 14:28:41.140] [ 8.502904] dump_stack+0xb8/0xf0 [2024-05-23 14:28:41.140] [ 8.502912] ___might_sleep+0x178/0x210 [2024-05-23 14:28:41.140] [IDC](A7)Session status 2 -> 3[ 8.502916] = rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:41.140]=20 [2024-05-23 14:28:41.140] [ 8.502920] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:41.166] [IDC](A7)Session connected. [2024-05-23 14:28:41.166] [ 8.502926] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:41.166] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:28:41.166] [ 8.502933] gic_set_type+0x84/0x98 [2024-05-23 14:28:41.166] [ 8.502938] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:41.166] [IDC](R5)Rx TIMER_START_REQ R5:1.[ = 8.502943] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:41.166] 000] 2 [2024-05-23 14:28:41.166] [ 8.502948] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:41.187] [ 8.502955] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:28:41.187] [ 8.502961] __dev_open+0x100/0x150 [2024-05-23 14:28:41.187] [ 8.502966] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:28:41.187] [IDC](R5)Session connected.2 [2024-05-23 14:28:41.187] [ 8.502970] dev_change_flags+0x20/0x60 [2024-05-23 14:28:41.187] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:28:41.187] [ 8.502974] do_setlink+0x3ec/0xc30 [2024-05-23 14:28:41.187] [ 8.502978] rtnl_setlink+0xcc/0x128 [2024-05-23 14:28:41.198] [ 8.502982] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:28:41.198] [ 8.502988] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:28:41.198] [ 8.502991] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:28:41.198] [ 8.502995] netlink_unicast+0x180/0x1f8 [2024-05-23 14:28:41.198] [ 8.502999] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:28:41.200] [ 8.503006] sock_sendmsg+0x3c/0x58 [2024-05-23 14:28:41.200] [ 8.503011] SyS_sendto+0xd0/0x140 [2024-05-23 14:28:41.200] [ 8.503016] el0_svc_naked+0x34/0x38 [2024-05-23 14:28:41.224] [ 8.503710] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:28:41.224] [ 8.540835] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:28:41.224] [ 8.540847] Disabling lock debugging due to = kernel taint [2024-05-23 14:28:41.224] [ 8.570402] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:28:41.240] [ 8.684411] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:28:41.240] [ 8.765879] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:28:41.254] [ 8.781715] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:28:41.256] [ 8.791165] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:28:41.256] [ 8.796689] Done!! [2024-05-23 14:28:41.256] [ OK ] Started Cluster Framework. [2024-05-23 14:28:41.281] [ 8.852658] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:28:41.281] [ 8.860258] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:28:41.281] [ 8.865211] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:28:41.281] [ 8.865211] =20 [2024-05-23 14:28:41.281] [ 8.865604] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:28:41.305] [ 8.878360] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:28:41.306] [ 8.878365] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:28:41.306] [ 8.878370] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:28:41.331] [ 8.878370] =20 [2024-05-23 14:28:41.331] [ 8.878510] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:28:41.331] [ 8.878525] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:28:41.331] [ 8.878529] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:28:41.331] [ 8.878533] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:28:41.333] [ 8.878541] [INFO][GMAC] --] phy_start: : [2024-05-23 14:28:41.361] [ 8.878724] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:28:41.361] [ 8.892928] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:28:41.361] [ 8.906683] Done!! [2024-05-23 14:28:41.361] [ 8.945707] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:41.361] [ OK ] Started HUD Framework. [2024-05-23 14:28:41.385] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:28:41.390] [ OK ] Started Nvm Process. [2024-05-23 14:28:41.390] [ OK ] Started NS hsm control application. [2024-05-23 14:28:41.422] [ 8.991032] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:28:41.426] [ 9.013311] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:41.439] [ OK ] Started Diagnosis Framework. [2024-05-23 14:28:41.465] [ OK ] Started NS Software Update. [2024-05-23 14:28:41.509] [ 9.102455] Done!! [2024-05-23 14:28:41.514] [ OK ] Started NS Secondary Verify. [2024-05-23 14:28:41.528] [ OK ] Started Diagnosis Transport. [2024-05-23 14:28:41.543] [ OK ] Reached target Network. [2024-05-23 14:28:41.543] [ 9.135329] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:41.557] Starting Permit User Sessions... [2024-05-23 14:28:41.603] Starting udev Coldplug all Devices... [2024-05-23 14:28:41.635] Starting Wait for Network to be = Configured... [2024-05-23 14:28:41.663] [ OK ] Started Load Kernel Modules. [2024-05-23 14:28:41.688] [ OK ] Started Permit User Sessions. [2024-05-23 14:28:41.705] [ 9.290495] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:41.722] [ OK ] Started Getty on tty1. [2024-05-23 14:28:41.737] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:28:41.740] [ OK ] Reached target Login Prompts. [2024-05-23 14:28:41.740] [ OK ] Started Login Service. [2024-05-23 14:28:41.765] [ OK ] Reached target Multi-User System. [2024-05-23 14:28:41.788] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:28:41.806] [ 9.401062] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:41.841] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:28:41.934] [ 9.518580] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:42.037] [ 9.626401] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:42.109] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:28:42.144] [ 9.739814] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:42.238] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:28:42.297] [ 9.887832] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:42.405] [ 10.000098] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:42.437] [ 10.028159] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:28:42.448] [ 10.028168] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:28:42.521] [ 10.113942] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:43.358] [ 10.943550] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:28:43.363] [ 10.943560] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:28:44.089] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:28:48.185]=20 [2024-05-23 14:28:48.185] telechips-nsp1-release login:=20 [2024-05-23 14:28:49.756]=20 [2024-05-23 14:28:49.756] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:28:49.768]=20 [2024-05-23 14:28:49.768] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:28:49.768] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:28:49.784] DRAM: 2 GiB [2024-05-23 14:28:49.807] MMC: sdhc@0x16440000: 0 [2024-05-23 14:28:50.086]=20 [2024-05-23 14:28:50.086] HW Partition tyep is UserData [2024-05-23 14:28:50.098] In: serial [2024-05-23 14:28:50.098] Out: serial [2024-05-23 14:28:50.098] Err: serial [2024-05-23 14:28:50.163] Boot in the UserData environment(0) [2024-05-23 14:28:50.167] Non-secure boot (secure boot flag is clear) [2024-05-23 14:28:50.182] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:28:50.182] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:28:50.182] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:28:50.196] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:28:50.198] Booting using the fdt blob at 0x23000000 [2024-05-23 14:28:50.198] Loading Kernel Image [2024-05-23 14:28:50.221] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:28:50.224] OPTEE is enabled [2024-05-23 14:28:50.224]=20 [2024-05-23 14:28:50.224] Starting kernel ... [2024-05-23 14:28:50.224]=20 [2024-05-23 14:28:51.148] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:28:51.164] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:28:51.167] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:28:51.189] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:28:51.189] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:28:51.189] [ 0.000000] efi: UEFI not found. [2024-05-23 14:28:51.189] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:28:51.205] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:28:51.207] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:28:51.230] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:28:51.230] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:28:51.230] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:28:51.255] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:28:51.258] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:28:51.258] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:28:51.258] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:28:51.273] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:28:51.273] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:28:51.288] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:28:51.288] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:28:51.306] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:28:51.306] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:28:51.321] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:28:51.321] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:28:51.336] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:28:51.336] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:28:51.351] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:28:51.351] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:28:51.367] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:28:51.368] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:28:51.392] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:28:51.392] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:28:51.392] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:28:51.392] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:28:51.392] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:28:51.407] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:28:51.407] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:28:51.422] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:28:51.422] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:28:51.422] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:28:51.437] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:28:51.437] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:28:51.466] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:28:51.466] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:28:51.480] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:28:51.480] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:28:51.496] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:28:51.522] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:28:51.522] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:28:51.522] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:28:51.522] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:28:51.533] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:28:51.548] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:28:51.550] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:28:51.550] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:28:51.568] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:28:51.568] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:28:51.582] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:28:51.584] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:28:51.608] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:28:51.608] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:28:51.608] [ 0.000000] Running RCU self tests [2024-05-23 14:28:51.608] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:28:51.608] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:28:51.625] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:28:51.636] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:28:51.636] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:28:51.636] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:28:51.649] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:28:51.649] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:28:51.651] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:28:51.651] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:28:51.675] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:28:51.675] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:28:51.675] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:28:51.690] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:28:51.690] [ 0.001464] Console: colour dummy device = 80x25 [2024-05-23 14:28:51.715] [ 0.001705] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:28:51.718] [ 0.001708] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:28:51.718] [ 0.001711] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:28:51.718] [ 0.001713] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:28:51.718] [ 0.001716] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:28:51.718] [ 0.001719] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:28:51.732] [ 0.001721] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:28:51.732] [ 0.001724] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:28:51.732] [ 0.001727] memory used by lock dependency = info: 7903 kB [2024-05-23 14:28:51.746] [ 0.001730] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:28:51.760] [ 0.001770] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:28:51.763] [ 0.001778] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:28:51.763] [ 0.002275] Security Framework initialized [2024-05-23 14:28:51.763] [ 0.002400] AppArmor: AppArmor initialized [2024-05-23 14:28:51.787] [ 0.002646] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:28:51.790] [ 0.002668] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:28:51.790] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:28:51.790] [ 0.035857] Hierarchical SRCU = implementation. [2024-05-23 14:28:51.790] [ 0.062276] EFI services will not be = available. [2024-05-23 14:28:51.813] [ 0.076124] smp: Bringing up secondary CPUs = ... [2024-05-23 14:28:51.827] [ 0.120753] Detected VIPT I-cache on CPU1 [2024-05-23 14:28:51.827] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:28:51.827] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:28:51.827] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:28:51.829] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:28:51.829] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:28:51.829] [ 0.209711] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:28:51.846] [ 0.209752] SMP: Total of 4 processors = activated. [2024-05-23 14:28:51.852] [ 0.209768] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:28:51.852] [ 0.209787] CPU: All CPU(s) started at EL2 [2024-05-23 14:28:51.852] [ 0.209969] alternatives: patching kernel = code [2024-05-23 14:28:51.852] [ 0.210522] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:28:51.870] [ 0.213114] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:28:51.884] [ 0.213728] devtmpfs: initialized [2024-05-23 14:28:51.884] [ 0.403385] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:28:51.884] [ 0.403652] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:28:51.886] [ 0.412400] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:28:51.886] [ 0.413341] chipinfo: TCC8030 Rev02 [2024-05-23 14:28:51.886] [ 0.413357] chipinfo: SiP Service v0.1.56 [2024-05-23 14:28:51.915] [ 0.418632] NET: Registered protocol family = 16 [2024-05-23 14:28:51.915] [ 0.422698] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:28:51.915] [ 0.424640] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:28:51.915] [ 0.426540] cpuidle: using governor menu [2024-05-23 14:28:51.915] [ 0.426777] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:28:51.936] [ 0.440891] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:28:51.949] [ 0.441369] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:28:51.949] [ 0.441416] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:28:51.949] [ 0.441460] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:28:51.949] [ 0.441503] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:28:51.953] [ 0.441547] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:28:51.953] [ 0.441590] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:28:51.953] [ 0.441633] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:28:51.979] [ 0.441677] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:28:51.979] [ 0.441721] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:28:51.979] [ 0.441764] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:28:51.979] [ 0.441822] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:28:51.979] [ 0.441867] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:28:51.999] [ 0.441911] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:28:52.012] [ 0.441954] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:28:52.012] [ 0.441997] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:28:52.012] [ 0.442128] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:28:52.012] [ 0.442172] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:28:52.012] [ 0.442215] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:28:52.014] [ 0.442603] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:28:52.014] [ 0.442647] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:28:52.037] [ 0.442690] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:28:52.037] [ 0.442734] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:28:52.037] [ 0.442777] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:28:52.037] [ 0.442820] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:28:52.039] [ 0.442863] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:28:52.064] [ 0.442907] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:28:52.064] [ 0.442963] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:28:52.064] [ 0.443006] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:28:52.064] [ 0.443049] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:28:52.065] [ 0.443093] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:28:52.088] [ 0.443347] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:28:52.088] [ 0.443390] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:28:52.089] [ 0.443434] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:28:52.089] [ 0.443477] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:28:52.116] [ 0.443520] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:28:52.116] [ 0.443563] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:28:52.118] [ 0.443606] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:28:52.118] [ 0.443800] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:28:52.118] [ 0.443843] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:28:52.118] [ 0.443886] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:28:52.140] [ 0.443929] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:28:52.140] [ 0.443973] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:28:52.140] [ 0.444029] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:28:52.140] [ 0.444072] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:28:52.142] [ 0.444115] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:28:52.168] [ 0.444159] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:28:52.168] [ 0.444203] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:28:52.168] [ 0.444246] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:28:52.168] [ 0.444288] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:28:52.168] [ 0.444332] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:28:52.181] [ 0.444375] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:28:52.186] [ 0.444921] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:28:52.186] [ 0.444966] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:28:52.210] [ 0.445137] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:28:52.213] [ 0.445309] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:28:52.213] [ 0.445479] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:28:52.213] [ 0.445644] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:28:52.213] [ 0.445812] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:28:52.213] [ 0.445856] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:28:52.236] [ 0.445900] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:28:52.236] [ 0.446171] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:28:52.236] [ 0.446358] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:28:52.236] [ 0.446539] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:28:52.249] [ 0.446584] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:28:52.249] [ 0.446628] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:28:52.249] [ 0.446671] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:28:52.265] [ 0.446736] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:28:52.265] [ 0.446920] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:28:52.265] [ 0.446964] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:28:52.281] [ 0.447172] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:28:52.281] [ 0.447186] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:28:52.281] [ 0.529788] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:28:52.297] [ 0.529879] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:28:52.297] [ 1.676794] console [ttyAMA0] enabled [2024-05-23 14:28:52.322] [ 1.684639] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:28:52.335] [ 1.713658] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:28:52.348] [ 1.724007] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:28:52.373] [ 1.734515] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:28:52.375] [ 1.744860] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:28:52.462] [ 1.844903] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:28:52.478] [ 1.861201] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:28:52.504] [ 1.868110] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:28:52.516] [ 1.874898] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:28:52.516] [ 1.881289] Linux video capture interface: = v2.00 [2024-05-23 14:28:52.518] [ 1.887068] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:52.527] [ 1.887072] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:28:52.529] [ 1.887076] 6 locks held by swapper/0/1: [2024-05-23 14:28:52.553] [ 1.887079] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:28:52.566] [ 1.887105] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:28:52.566] [ 1.887121] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:52.580] [ 1.887139] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:52.580] [ 1.887153] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:52.582] [ 1.887170] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:52.582] [ 1.887189] irq event stamp: 288080 [2024-05-23 14:28:52.606] [ 1.887195] hardirqs last enabled at = (288079): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:52.606] [ 1.887200] hardirqs last disabled at = (288080): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:52.606] [ 1.887207] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:52.621] [ 1.887211] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:52.621] [ 1.887213] Preemption disabled at: [2024-05-23 14:28:52.635] [ 1.887218] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:52.635] [ 1.887227] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:28:52.637] [ 1.887230] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:52.661] [ 1.887234] Call trace: [2024-05-23 14:28:52.661] [ 1.887240] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:52.661] [ 1.887244] show_stack+0x14/0x20 [2024-05-23 14:28:52.661] [ 1.887250] dump_stack+0xb8/0xf0 [2024-05-23 14:28:52.661] [ 1.887255] ___might_sleep+0x178/0x210 [2024-05-23 14:28:52.661] [ 1.887259] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:52.661] [ 1.887263] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:52.678] [ 1.887269] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:52.678] [ 1.887276] gic_set_type+0x84/0x98 [2024-05-23 14:28:52.678] [ 1.887281] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:52.680] [ 1.887286] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:52.703] [ 1.887290] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:52.717] [ 1.887295] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:28:52.717] [ 1.887302] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:28:52.717] [ 1.887306] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:52.717] [ 1.887311] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:52.717] [ 1.887316] __driver_attach+0xfc/0x118 [2024-05-23 14:28:52.719] [ 1.887321] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:52.719] [ 1.887326] driver_attach+0x20/0x28 [2024-05-23 14:28:52.719] [ 1.887330] bus_add_driver+0x220/0x268 [2024-05-23 14:28:52.741] [ 1.887335] driver_register+0x60/0xf8 [2024-05-23 14:28:52.743] [ 1.887339] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:52.743] [ 1.887346] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:28:52.743] [ 1.887351] do_one_initcall+0x50/0x15c [2024-05-23 14:28:52.743] [ 1.887358] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:28:52.743] [ 1.887363] kernel_init+0x10/0x100 [2024-05-23 14:28:52.743] [ 1.887368] ret_from_fork+0x10/0x18 [2024-05-23 14:28:52.768] [ 1.893210] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:28:52.768] [ 2.140706] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:28:52.784] [ 2.154356] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:28:52.785] [ 2.161380] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:28:52.785] [ 2.165981] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:28:52.799] [ 2.170785] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:28:52.801] [ 2.175609] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:28:52.801] [ 2.180163] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:28:52.851] [ 2.233871] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:28:52.863] [ 2.246499] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:52.890] [ 2.264862] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:52.897] [ 2.280260] NET: Registered protocol family = 2 [2024-05-23 14:28:52.910] [ 2.287678] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:28:52.935] [ 2.295295] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:28:52.937] [ 2.306509] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:28:52.937] [ 2.313892] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:28:52.950] [ 2.320817] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:28:52.962] [ 2.328974] NET: Registered protocol family = 1 [2024-05-23 14:28:53.054] [ 2.436814] audit: initializing netlink = subsys (disabled) [2024-05-23 14:28:53.061] [ 2.443168] audit: type=3D2000 = audit(2.432:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:28:53.074] [ 2.443736] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:28:53.143] [ 2.525939] fuse init (API version 7.26) [2024-05-23 14:28:53.166] [ 2.543799] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:28:53.183] [ 2.553740] io scheduler noop registered = (default) [2024-05-23 14:28:53.184] [ 2.558593] io scheduler mq-deadline = registered [2024-05-23 14:28:53.184] [ 2.563155] io scheduler kyber registered [2024-05-23 14:28:53.200] [ 2.573919] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:53.204] [ 2.580813] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:53.217] [ 2.587022] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:28:53.234] [ 2.594889] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:53.274] [ 2.657187] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:53.283] [ 2.665120] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:53.296] [ 2.669977] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:28:53.296] [ 2.675405] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:53.298] [ 2.676026] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:53.325] [ 2.686781] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:53.325] [ 2.692990] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:28:53.325] [ 2.700548] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:53.350] [ 2.724526] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:53.351] [ 2.731303] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:53.366] [ 2.735918] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:28:53.371] [ 2.741344] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:53.371] [ 2.741899] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:28:53.395] [ 2.752651] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:28:53.408] [ 2.758962] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:28:53.408] [ 2.766577] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:28:53.449] [ 2.832330] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:28:53.457] [ 2.839096] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:28:53.470] [ 2.843745] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:28:53.484] [ 2.849172] fbX_probe : update_type =3D 1=20 [2024-05-23 14:28:53.485] [ 2.858961] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:28:53.487] [ 2.868591] [INF][WDMA] tcc_wdma_init [2024-05-23 14:28:53.502] [ 2.873447] TCC WDMA Driver Initializing [2024-05-23 14:28:53.502] [ 2.880370] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:28:53.527] [ 2.886468] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:28:53.527] [ 2.897051] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:53.546] [ 2.909698] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:28:53.547] [ 2.919166] [CPU_ID] probe is done [2024-05-23 14:28:53.547] [ 2.922907] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:28:53.547] [ 2.929617] [DRAM_TOOL] probe is done [2024-05-23 14:28:53.573] [ 2.936914] MALI-G51 : r30p0-01eac0 [2024-05-23 14:28:53.573] [ 2.940435] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:28:53.573] [ 2.950209] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:53.589] [ 2.950213] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:28:53.589] [ 2.950218] 6 locks held by swapper/0/1: [2024-05-23 14:28:53.590] [ 2.950221] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:28:53.614] [ 2.950248] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:28:53.614] [ 2.950263] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:53.614] [ 2.950281] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:53.630] [ 2.950295] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:53.632] [ 2.950312] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:53.657] [ 2.950330] irq event stamp: 453682 [2024-05-23 14:28:53.657] [ 2.950336] hardirqs last enabled at = (453681): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:53.657] [ 2.950341] hardirqs last disabled at = (453682): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:53.672] [ 2.950348] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:53.672] [ 2.950352] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:28:53.689] [ 2.950354] Preemption disabled at: [2024-05-23 14:28:53.689] [ 2.950360] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:53.691] [ 2.950369] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:28:53.704] [ 2.950372] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:28:53.704] [ 2.950376] Call trace: [2024-05-23 14:28:53.704] [ 2.950383] dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:53.718] [ 2.950387] show_stack+0x14/0x20 [2024-05-23 14:28:53.718] [ 2.950393] dump_stack+0xb8/0xf0 [2024-05-23 14:28:53.718] [ 2.950398] ___might_sleep+0x178/0x210 [2024-05-23 14:28:53.720] [ 2.950402] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:53.747] [ 2.950407] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:53.747] [ 2.950413] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:53.747] [ 2.950420] gic_set_type+0x84/0x98 [2024-05-23 14:28:53.747] [ 2.950425] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:53.747] [ 2.950430] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:53.747] [ 2.950434] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:53.747] [ 2.950441] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:28:53.762] [ 2.950448] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:28:53.762] [ 2.950452] kbase_device_init+0x78/0xf8 [2024-05-23 14:28:53.762] [ 2.950458] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:28:53.776] [ 2.950463] platform_drv_probe+0x58/0xb8 [2024-05-23 14:28:53.779] [ 2.950468] = driver_probe_device+0x228/0x410 [2024-05-23 14:28:53.779] [ 2.950473] __driver_attach+0xfc/0x118 [2024-05-23 14:28:53.779] [ 2.950478] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:28:53.802] [ 2.950482] driver_attach+0x20/0x28 [2024-05-23 14:28:53.804] [ 2.950487] bus_add_driver+0x220/0x268 [2024-05-23 14:28:53.804] [ 2.950492] driver_register+0x60/0xf8 [2024-05-23 14:28:53.804] [ 2.950496] = __platform_driver_register+0x44/0x50 [2024-05-23 14:28:53.804] [ 2.950504] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:28:53.804] [ 2.950508] do_one_initcall+0x50/0x15c [2024-05-23 14:28:53.827] [ 2.950515] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:28:53.839] [ 2.950521] kernel_init+0x10/0x100 [2024-05-23 14:28:53.839] [ 2.950525] ret_from_fork+0x10/0x18 [2024-05-23 14:28:53.839] [ 2.952120] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:28:53.839] [ 3.206907] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:28:53.841] [ 3.213645] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:28:53.863] [ 3.227511] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:28:53.864] [ 3.234645] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:28:53.864] [ 3.246766] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:28:53.882] [ 3.252984] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:28:53.882] [ 3.257366] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:28:53.884] [ 3.264913] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:28:53.930] [ 3.313403] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:28:53.942] [ 3.321918] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:28:53.956] [ 3.329840] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:28:53.958] [ 3.340118] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:28:53.973] [ 3.345397] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:28:53.975] [ 3.356470] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:28:54.009] [ 3.365321] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:28:54.011] [ 3.384091] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:28:54.024] [ 3.389269] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:28:54.024] [ 3.389989] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:28:54.026] [ 3.393675] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:28:54.050] [ 3.394393] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:28:54.050] [ 3.395040] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:28:54.050] [ 3.396105] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:28:54.050] [ 3.405805] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:28:54.064] [ 3.405836] GPT:15269887 !=3D 15273599 [2024-05-23 14:28:54.064] [ 3.405844] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:28:54.066] [ 3.405852] GPT:15269887 !=3D 15273599 [2024-05-23 14:28:54.091] [ 3.405859] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:28:54.091] [ 3.405975] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:28:54.093] [ 3.474826] libphy: Fixed MDIO Bus: probed [2024-05-23 14:28:54.105] [ 3.479832] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:28:54.109] [ 3.492992] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:28:54.123] [ 3.497524] [INFO][GAMC] gmac index : 1 [2024-05-23 14:28:54.123] [ 3.502059] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:28:54.136] [ 3.507226] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:28:54.149] [ 3.513369] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:54.149] [ 3.517760] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:28:54.151] [ 3.526029] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:28:54.174] [ 3.539737] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:28:54.176] [ 3.545689] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:54.176] [ 3.545701] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:28:54.176] [ 3.545708] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:28:54.190] [ 3.545720] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:54.202] [ 3.545731] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:28:54.202] [ 3.574489] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:28:54.228] [ 3.590644] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:28:54.230] [ 3.597298] usbhid: USB HID core driver [2024-05-23 14:28:54.230] [ 3.601538] optee: probing for conduit = method from DT. [2024-05-23 14:28:54.230] [ 3.606718] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:28:54.231] [ 3.608592] optee: initialized driver [2024-05-23 14:28:54.257] [ 3.618163] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:28:54.257] [ 3.623884] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:28:54.257] [ 3.629053] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:28:54.257] [ 3.634220] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:28:54.259] [ 3.639996] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:28:54.283] [ 3.645771] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:28:54.283] [ 3.651633] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:28:54.283] [ 3.658103] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:28:54.285] [ 3.665699] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:28:54.300] [ 3.673648] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:28:54.305] [ 3.687514] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:28:54.320] [ 3.695517] NET: Registered protocol family = 17 [2024-05-23 14:28:54.320] [ 3.700492] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:28:54.336] [ 3.718050] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:28:54.508] [ 3.887414] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:28:54.511] [ 3.887461] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:28:54.526] [ 3.903168] ALSA device list: [2024-05-23 14:28:54.526] [ 3.906161] No soundcards found. [2024-05-23 14:28:54.550] [ 3.912014] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:28:54.552] [ 3.933172] Freeing unused kernel memory: = 4160K [2024-05-23 14:28:54.569] Mounting devtmpfs [2024-05-23 14:28:54.569] [ 3.948019] mount (90) used greatest stack = depth: 12736 bytes left [2024-05-23 14:28:54.581] Mounting procfs [2024-05-23 14:28:54.583] Mounting sysfs [2024-05-23 14:28:54.605] [ 3.967533] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:28:54.614] [ 3.997000] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:28:54.656] [ 4.038199] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:28:54.665] [ 4.047161] mount (97) used greatest stack = depth: 11264 bytes left [2024-05-23 14:28:54.926] [ 4.309890] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:28:55.026] [ 4.407901] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:28:55.055] [ 4.435879] systemd[1]: Detected = architecture arm64. [2024-05-23 14:28:55.099]=20 [2024-05-23 14:28:55.099] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:28:55.111]=20 [2024-05-23 14:28:55.115] [ 4.498443] systemd[1]: Set hostname to = . [2024-05-23 14:28:55.129] [ 4.509644] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:28:55.145] [ 4.518898] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:28:55.385] [ 4.767205] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:28:55.413] [ 4.784321] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:28:55.446] [ 4.826494] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:28:55.470] [ 4.838642] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:28:55.643] [ 5.025672] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:28:55.715] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:28:55.736] [ OK ] Listening on Journal Socket. [2024-05-23 14:28:55.767] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:28:55.787] [ OK ] Listening on udev Control Socket. [2024-05-23 14:28:55.804] [ OK ] Created slice system-getty.slice. [2024-05-23 14:28:55.833] [ OK ] Reached target Remote File Systems. [2024-05-23 14:28:55.855] Mounting Huge Pages File System... [2024-05-23 14:28:55.871] [ OK ] Reached target Swap. [2024-05-23 14:28:55.903] Starting Apply Kernel Variables = 5.288194] EXT4-fs (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:28:55.915] m... [2024-05-23 14:28:55.935] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:28:55.953] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:28:55.986] Mounting FUSE Control File System... [2024-05-23 14:28:56.012] Mounting Configuration File System... [2024-05-23 14:28:56.036] [ OK ] Reached target Paths. [2024-05-23 14:28:56.053] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:28:56.075] Starting mount data partition = service... [2024-05-23 14:28:56.104] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:28:56.122] Starting udev Coldplug all Devices... [2024-05-23 14:28:56.175] Mounting POSIX Message Queue File = System... [2024-05-23 14:28:56.201] [ OK ] Listening on Syslog Socket. [2024-05-23 14:28:56.220] [ 5.595147] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:56.248] Starting Journal Service... [2024-05-23 14:28:56.263] [ OK ] Created slice User and Session Slice. [2024-05-23 14:28:56.286] [ OK ] Reached target Slices. [2024-05-23 14:28:56.309] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:28:56.337] Mounting Kernel Debug File System... [2024-05-23 14:28:56.428] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:28:56.454] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:28:56.470] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:28:56.508] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:28:56.512] [ OK ] Mounted Configuration File System. [2024-05-23 14:28:56.535] [ OK ] Started mount data partition service. [2024-05-23 14:28:56.557] [ OK ] Started Journal Service. [2024-05-23 14:28:56.592] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:28:56.619] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:28:56.640] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:28:56.709] Starting NS file System mount and = recovery.... [2024-05-23 14:28:56.723] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:28:56.762] Mounting /tmp... [2024-05-23 14:28:56.771] [ OK ] Reached target Containers. [2024-05-23 14:28:56.808] Mounting /var/volatile... [2024-05-23 14:28:56.837] [ 6.210455] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:56.854] Starting udev Kernel Device = Manager... [2024-05-23 14:28:56.880] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:28:56.920] [ 6.300434] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:57.003] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:28:57.019] [ 6.401585] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:28:57.104] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:28:57.124] [ OK ] Mounted /tmp. [2024-05-23 14:28:57.154] [ OK ] Mounted /var/volatile. [2024-05-23 14:28:57.239] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:28:57.272] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:28:57.439] [ 6.821857] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:28:57.458] Starting Bind mount volatile = /var/lib... [2024-05-23 14:28:57.488] Starting Bind mount volatile = /var/spool... [2024-05-23 14:28:57.523] Starting Bind mount volatile = /var/cache... [2024-05-23 14:28:57.554] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:28:57.740] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:28:57.769] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:28:57.798] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:28:57.821] [ OK ] Reached target Local File Systems. [2024-05-23 14:28:57.855] Starting Create Volatile Files and = Directories... [2024-05-23 14:28:57.889] Starting netfilter persistent = configuration... [2024-05-23 14:28:57.920] Starting AppArmor initialization... [2024-05-23 14:28:57.960] Starting Load/Save Random Seed... [2024-05-23 14:28:57.998] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:28:58.035] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:28:58.084] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:28:58.129] [ 7.511951] audit: type=3D1400 = audit(1550139121.196:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:28:58.149] [ 7.528950] audit: type=3D1400 = audit(1550139121.196:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:28:58.176] [ 7.545002] audit: type=3D1400 = audit(1550139121.200:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:28:58.179] [ 7.560979] audit: type=3D1400 = audit(1550139121.200:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:28:58.207] [ 7.576522] audit: type=3D1400 = audit(1550139121.200:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:28:58.232] [ 7.592510] audit: type=3D1400 = audit(1550139121.200:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:28:58.238] [ 7.608361] audit: type=3D1400 = audit(1550139121.200:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:28:58.275] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:28:58.291] [ OK ] Started AppArmor initialization. [2024-05-23 14:28:58.323] [ OK ] Reached target Network (Pre). [2024-05-23 14:28:58.356] Starting Network Service... [2024-05-23 14:28:58.376] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:28:58.405] [ OK ] Reached target System Initialization. [2024-05-23 14:28:58.424] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:28:58.440] [ OK ] Reached target Sockets. [2024-05-23 14:28:58.457] [ OK ] Reached target Basic System. [2024-05-23 14:28:58.490] [ OK ] Started Kernel Logging Service. [2024-05-23 14:28:58.525] [ OK ] Started NS VSync Process. [2024-05-23 14:28:58.557] [ 7.939181] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:28:58.608] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:28:58.619] [ 7.996472] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:28:58.652] [ 8.034642] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:28:58.672] [ 8.035333] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:28:58.676] [ 8.036525] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:28:58.691] [ OK ] Started NS System Management Process. [2024-05-23 14:28:58.691] Start /usr/bin/sys-fail-mon [2024-05-23 14:28:58.693] [ 8.075866] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:58.752] [ 8.131435] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:58.757] [ 8.138509] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:28:58.771] Starting NS Inter [ 8.153909] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:28:58.785] Domain Comm Process... [2024-05-23 14:28:58.785] [ 8.164543] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:58.801] [ 8.175213] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:58.816] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:28:58.816] [ 8.197122] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:28:58.831] [ 8.202899] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:28:58.831] [ OK ] Started [ 8.214581] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:28:58.846] TEE-based HSM Service. [2024-05-23 14:28:58.846] [ 8.224065] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:28:58.861] [ 8.235366] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:28:58.877] [ OK ] Started System Logging Service. [2024-05-23 14:28:58.890] [ 8.260887] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:28:58.891] [ 8.265548] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:28:58.906] Starting Login Service... [2024-05-23 14:28:58.907] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:28:58.909] [ OK ] Reached target Timers. [2024-05-23 14:28:58.953] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:28:58.957] [ 8.265566] [INFO][GMAC]=20 [2024-05-23 14:28:58.969] [ 8.339090] libphy: tcc-gmac-mdio: probed [2024-05-23 14:28:58.969] [ 8.345805] [INFO][GMAC] registered! [2024-05-23 14:28:58.969] [ 8.349429] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:28:58.985] [ 8.355789] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:28:58.985] Starting Load Kernel Modules... [2024-05-23 14:28:59.009] [ OK ] Started Network Service. [2024-05-23 14:28:59.042] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:28:59.073] [ 8.450840] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:28:59.077] [ 8.457825] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:28:59.090] [ 8.457825] -- MASTER Configuration. [2024-05-23 14:28:59.090] [ 8.457825] -- Local Receiver Status Not = OK. [2024-05-23 14:28:59.090] [ 8.457825] -- Remote Receiver Status Not = OK. [2024-05-23 14:28:59.106] [ 8.475907] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:28:59.106] [ 8.483465] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:28:59.139] [ 8.492029] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:28:59.139] [ 8.492035] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:28:59.150] [ 8.492040] 5 locks held by = systemd-network/261: [2024-05-23 14:28:59.152] [ 8.492043] #0: (rtnl_mutex){+.+.}, at: = [<000000003753a247>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:28:59.152] [ 8.492068] #1: = (&desc->request_mutex){+.+.}, at: [<00000000075f087f>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:28:59.176] parents, child is 315 [2024-05-23 14:28:59.176] [ 8.492087] #2: = (&irq_desc_lock_class){-...}, at: [<000000001b82316f>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:28:59.176] [IDC]Start. [2024-05-23 14:28:59.176] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:28:59.201] [ 8.492102] #3: (rcu_read_lock){....}, = at: [<00000000467c7f56>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:28:59.205] [IDC](A7)ConnectReq 0 [2024-05-23 14:28:59.205] [IDC](A7)do_con[ 8.492117] #4: = (&picinfo->lock){....}, at: [<00000000374d81c2>] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:59.205] nect 0 [2024-05-23 14:28:59.205] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:28:59.207] [IDC](A7)Tx start session r[ 8.492136] irq = event stamp: 73842 [2024-05-23 14:28:59.234] eq 1 [2024-05-23 14:28:59.234] [IDC](A7)Session status 1 [ 8.492142] = hardirqs last enabled at (73841): [<0000000067d8f25b>] = _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:28:59.234] -> 2 [2024-05-23 14:28:59.234] [IDC](R5)ConnectReq 0 [2024-05-23 14:28:59.234] [IDC[ 8.492147] hardirqs last disabled at = (73842): [<00000000fcf3578b>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:28:59.256] ](R5)do_connect 0 [2024-05-23 14:28:59.279] [IDC](R5)Sess[ 8.492154] softirqs last = enabled at (0): [<000000001f76a5a2>] = copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:28:59.279] ion status 0 -> 1 [2024-05-23 14:28:59.279] [IDC](R5)do_e[ 8.492158] softirqs last = disabled at (0): [< (null)>] (null) [2024-05-23 14:28:59.279] ntry_startreq 1 [2024-05-23 14:28:59.291] [IDC](R5)do_per[ 8.492161] Preemption = disabled at: [2024-05-23 14:28:59.291] iodic_startreq 1. [2024-05-23 14:28:59.291] [IDC](R5)Sess[ 8.492166] = [<000000001b82316f>] __setup_irq+0x100/0x7f8 [2024-05-23 14:28:59.291] ion status 1 -> 2 [2024-05-23 14:28:59.291] [IDC](A7)Sess[ 8.492176] CPU: 3 PID: 261 = Comm: systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:28:59.293] ion status 2 -> 3 [2024-05-23 14:28:59.293] [IDC](A7)Sess[ 8.492178] Hardware name: = Telechips TCC8031 Evaluation Board (DT) [2024-05-23 14:28:59.293] ion connected. [2024-05-23 14:28:59.293] [IDC]TimerStartR[ 8.492182] Call trace: [2024-05-23 14:28:59.317] eq 2 R5:1.0 [2024-05-23 14:28:59.317] [IDC](R5)Rx TIMER_S[ 8.492188] = dump_backtrace+0x0/0x1d8 [2024-05-23 14:28:59.317] TART_REQ R5:1.000] 2 [2024-05-23 14:28:59.317] [IDC](R5)S[ 8.492193] show_stack+0x14/0x20 [2024-05-23 14:28:59.317] ession connected.2 [2024-05-23 14:28:59.317] [IDC](R5)Ses[ 8.492198] = dump_stack+0xb8/0xf0 [2024-05-23 14:28:59.317] sion status 2 -> 3 [2024-05-23 14:28:59.317] [ 8.492204] ___might_sleep+0x178/0x210 [2024-05-23 14:28:59.332] [ 8.492208] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:28:59.344] [ 8.492213] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:28:59.344] [ 8.492218] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:28:59.344] [ 8.492225] gic_set_type+0x84/0x98 [2024-05-23 14:28:59.346] [ 8.492230] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:28:59.346] [ 8.492235] __setup_irq+0x76c/0x7f8 [2024-05-23 14:28:59.369] [ 8.492240] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:28:59.370] [ 8.492246] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:28:59.370] [ 8.492251] __dev_open+0x100/0x150 [2024-05-23 14:28:59.370] [ 8.492256] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:28:59.370] [ 8.492259] dev_change_flags+0x20/0x60 [2024-05-23 14:28:59.370] [ 8.492263] do_setlink+0x3ec/0xc30 [2024-05-23 14:28:59.370] [ 8.492267] rtnl_setlink+0xcc/0x128 [2024-05-23 14:28:59.385] [ 8.492271] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:28:59.385] [ 8.492277] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:28:59.385] [ 8.492281] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:28:59.387] [ 8.492284] netlink_unicast+0x180/0x1f8 [2024-05-23 14:28:59.408] [ 8.492288] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:28:59.408] [ 8.492295] sock_sendmsg+0x3c/0x58 [2024-05-23 14:28:59.408] [ 8.492300] SyS_sendto+0xd0/0x140 [2024-05-23 14:28:59.408] [ 8.492304] el0_svc_naked+0x34/0x38 [2024-05-23 14:28:59.408] [ 8.501616] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:28:59.423] [ 8.520375] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:28:59.423] [ 8.520385] Disabling lock debugging due to = kernel taint [2024-05-23 14:28:59.423] [ 8.555979] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:28:59.438] [ 8.645247] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:28:59.438] [ 8.682426] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:28:59.456] [ 8.695057] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:28:59.468] [ 8.702850] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:28:59.468] [ 8.706144] Done!! [2024-05-23 14:28:59.468] [ 8.796557] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:28:59.470] [ 8.805300] Done!! [2024-05-23 14:28:59.470] [ OK ] Started Cluster Framework. [2024-05-23 14:28:59.470] [ 8.851096] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:28:59.497] [ 8.858806] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:28:59.497] [ 8.858816] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:28:59.520] [ 8.858816] =20 [2024-05-23 14:28:59.520] [ 8.859113] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:28:59.551] [ 8.859550] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:28:59.566] [ 8.859554] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:28:59.566] [ 8.859558] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:28:59.581] [ 8.859558] =20 [2024-05-23 14:28:59.581] [ 8.859700] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:28:59.584] [ 8.859715] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:28:59.597] [ 8.859719] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:28:59.597] [ 8.859723] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:28:59.599] [ 8.859730] [INFO][GMAC] --] phy_start: : [2024-05-23 14:28:59.625] [ 8.859788] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:28:59.625] [ 8.912320] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:28:59.625] [ 8.925913] Done!! [2024-05-23 14:28:59.625] [ 8.990822] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:28:59.625] [ 8.995954] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:28:59.650] [ OK ] Started HUD Framework. [2024-05-23 14:28:59.653] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:28:59.653] [ OK ] Started Nvm Process. [2024-05-23 14:28:59.693] [ OK ] Started NS hsm control application. [2024-05-23 14:28:59.732] [ OK ] Started 9.115029] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:28:59.740] 39mDiagnosis Framework. [2024-05-23 14:28:59.804] [ OK ] Started Diagnosis Transport. [2024-05-23 14:28:59.832] [ OK ] Started NS Software Update. [2024-05-23 14:28:59.837] [ OK ] Started NS Secondary Verify. [2024-05-23 14:28:59.869] Starting Wait for Network to be = Configured... [2024-05-23 14:28:59.875] [ OK ] Reached target Network. [2024-05-23 14:28:59.892] Starting udev Coldplug all Devices... [2024-05-23 14:28:59.909] [ 9.289126] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.001] Starting Permit User Sessions... [2024-05-23 14:29:00.027] [ OK ] Started Load Kernel Modules. [2024-05-23 14:29:00.066] [ 9.405338] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.069] [ OK ] Started Permit User Sessions. [2024-05-23 14:29:00.107] [ OK ] Started Getty on tty1. [2024-05-23 14:29:00.130] [ 9.512755] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.137] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:29:00.164] [ OK ] Reached target Login Prompts. [2024-05-23 14:29:00.164] [ OK ] Started Login Service. [2024-05-23 14:29:00.164] [ OK ] Reached target Multi-User System. [2024-05-23 14:29:00.166] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:29:00.166] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:29:00.247] [ 9.620831] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.265] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:29:00.349] [ 9.728777] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.454] [ 9.837057] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.474] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:29:00.583] [ 9.949505] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:00.608] [ 9.982666] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:00.624] [ 9.991064] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:29:00.683] [ 10.057429] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:01.551] [ 10.908503] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:01.575] [ 10.908513] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:29:02.156] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:29:06.691]=20 [2024-05-23 14:29:06.691] telechips-nsp1-release login:=20 [2024-05-23 14:29:08.982]=20 [2024-05-23 14:29:08.982] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:29:08.982]=20 [2024-05-23 14:29:08.982] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:29:08.982] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:29:09.018] DRAM: 2 GiB [2024-05-23 14:29:09.043] MMC: sdhc@0x16440000: 0 [2024-05-23 14:29:09.301]=20 [2024-05-23 14:29:09.321] HW Partition tyep is UserData [2024-05-23 14:29:09.323] In: serial [2024-05-23 14:29:09.323] Out: serial [2024-05-23 14:29:09.323] Err: serial [2024-05-23 14:29:09.379] Boot in the UserData environment(0) [2024-05-23 14:29:09.382] Non-secure boot (secure boot flag is clear) [2024-05-23 14:29:09.401] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:29:09.403] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:29:09.403] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:29:09.403] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:29:09.426] Booting using the fdt blob at 0x23000000 [2024-05-23 14:29:09.438] Loading Kernel Image [2024-05-23 14:29:09.438] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:29:09.438] OPTEE is enabled [2024-05-23 14:29:09.440]=20 [2024-05-23 14:29:09.440] Starting kernel ... [2024-05-23 14:29:09.440]=20 [2024-05-23 14:29:10.363] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:29:10.367] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:29:10.382] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:29:10.399] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:29:10.399] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:29:10.399] [ 0.000000] efi: UEFI not found. [2024-05-23 14:29:10.400] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:29:10.424] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:29:10.424] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:29:10.424] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:29:10.439] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:29:10.441] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:29:10.464] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:29:10.464] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:29:10.468] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:29:10.494] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:29:10.494] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:29:10.494] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:29:10.496] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:29:10.520] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:29:10.520] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:29:10.520] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:29:10.536] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:29:10.536] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:29:10.552] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:29:10.552] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:29:10.572] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:29:10.572] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:29:10.585] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:29:10.585] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:29:10.600] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:29:10.613] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:29:10.613] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:29:10.617] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:29:10.617] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:29:10.617] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:29:10.645] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:29:10.645] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:29:10.645] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:29:10.645] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:29:10.647] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:29:10.670] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:29:10.688] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:29:10.688] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:29:10.702] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:29:10.717] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:29:10.717] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:29:10.741] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:29:10.741] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:29:10.744] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:29:10.744] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:29:10.744] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:29:10.769] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:29:10.769] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:29:10.769] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:29:10.794] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:29:10.796] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:29:10.796] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:29:10.796] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:29:10.811] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:29:10.811] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:29:10.827] [ 0.000000] Running RCU self tests [2024-05-23 14:29:10.827] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:29:10.827] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:29:10.829] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:29:10.854] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:29:10.854] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:29:10.854] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:29:10.854] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:29:10.855] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:29:10.868] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:29:10.868] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:29:10.885] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:29:10.885] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:29:10.900] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:29:10.900] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:29:10.913] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:29:10.926] [ 0.001712] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:29:10.926] [ 0.001715] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:29:10.930] [ 0.001718] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:29:10.930] [ 0.001720] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:29:10.930] [ 0.001723] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:29:10.954] [ 0.001726] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:29:10.968] [ 0.001729] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:29:10.968] [ 0.001731] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:29:10.968] [ 0.001734] memory used by lock dependency = info: 7903 kB [2024-05-23 14:29:10.968] [ 0.001736] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:29:10.980] [ 0.001777] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:29:10.980] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:29:10.981] [ 0.002285] Security Framework initialized [2024-05-23 14:29:10.981] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:29:10.981] [ 0.002657] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:29:11.005] [ 0.002680] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:29:11.005] [ 0.019955] ASID allocator initialised with = 32768 entries [2024-05-23 14:29:11.005] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:29:11.005] [ 0.062275] EFI services will not be = available. [2024-05-23 14:29:11.020] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:29:11.020] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:29:11.020] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:29:11.034] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:29:11.034] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:29:11.034] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:29:11.036] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:29:11.062] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:29:11.062] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:29:11.062] [ 0.209764] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:29:11.062] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:29:11.062] [ 0.209962] alternatives: patching kernel = code [2024-05-23 14:29:11.064] [ 0.210506] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:29:11.088] [ 0.213209] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:29:11.088] [ 0.213762] devtmpfs: initialized [2024-05-23 14:29:11.088] [ 0.403479] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:29:11.088] [ 0.403746] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:29:11.102] [ 0.412520] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:29:11.102] [ 0.413444] chipinfo: TCC8030 Rev02 [2024-05-23 14:29:11.102] [ 0.413459] chipinfo: SiP Service v0.1.56 [2024-05-23 14:29:11.106] [ 0.418771] NET: Registered protocol family = 16 [2024-05-23 14:29:11.132] [ 0.422816] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:29:11.132] [ 0.424743] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:29:11.132] [ 0.426529] cpuidle: using governor menu [2024-05-23 14:29:11.132] [ 0.426767] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:29:11.152] [ 0.440844] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:29:11.162] [ 0.441311] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:29:11.162] [ 0.441358] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:29:11.162] [ 0.441403] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:29:11.162] [ 0.441446] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:29:11.164] [ 0.441490] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:29:11.164] [ 0.441533] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:29:11.187] [ 0.441577] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:29:11.208] [ 0.441620] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:29:11.208] [ 0.441664] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:29:11.208] [ 0.441707] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:29:11.208] [ 0.441750] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:29:11.225] [ 0.441795] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:29:11.225] [ 0.441838] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:29:11.225] [ 0.441979] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:29:11.225] [ 0.442024] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:29:11.225] [ 0.442083] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:29:11.236] [ 0.442127] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:29:11.236] [ 0.442170] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:29:11.236] [ 0.442566] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:29:11.238] [ 0.442610] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:29:11.238] [ 0.442653] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:29:11.261] [ 0.442697] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:29:11.263] [ 0.442740] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:29:11.263] [ 0.442783] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:29:11.263] [ 0.442826] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:29:11.263] [ 0.442870] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:29:11.285] [ 0.442913] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:29:11.299] [ 0.442956] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:29:11.299] [ 0.442999] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:29:11.299] [ 0.443043] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:29:11.299] [ 0.443275] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:29:11.302] [ 0.443333] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:29:11.302] [ 0.443376] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:29:11.302] [ 0.443420] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:29:11.326] [ 0.443463] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:29:11.326] [ 0.443506] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:29:11.326] [ 0.443549] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:29:11.326] [ 0.443740] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:29:11.328] [ 0.443783] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:29:11.352] [ 0.443827] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:29:11.352] [ 0.443870] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:29:11.352] [ 0.443913] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:29:11.352] [ 0.443956] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:29:11.352] [ 0.443999] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:29:11.366] [ 0.444043] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:29:11.366] [ 0.444086] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:29:11.366] [ 0.444129] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:29:11.381] [ 0.444186] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:29:11.381] [ 0.444229] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:29:11.381] [ 0.444272] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:29:11.396] [ 0.444315] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:29:11.396] [ 0.444846] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:29:11.396] [ 0.444890] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:29:11.411] [ 0.445060] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:29:11.411] [ 0.445231] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:29:11.413] [ 0.445416] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:29:11.438] [ 0.445582] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:29:11.438] [ 0.445748] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:29:11.438] [ 0.445792] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:29:11.438] [ 0.445835] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:29:11.438] [ 0.446103] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:29:11.453] [ 0.446305] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:29:11.453] [ 0.446490] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:29:11.454] [ 0.446535] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:29:11.482] [ 0.446579] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:29:11.482] [ 0.446622] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:29:11.482] [ 0.446666] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:29:11.482] [ 0.446845] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:29:11.482] [ 0.446888] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:29:11.496] [ 0.447091] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:29:11.496] [ 0.447105] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:29:11.496] [ 0.529604] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:29:11.512] [ 0.529695] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:29:11.512] [ 1.676760] console [ttyAMA0] enabled [2024-05-23 14:29:11.538] [ 1.684482] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:29:11.546] [ 1.713314] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:29:11.559] [ 1.723696] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:29:11.573] [ 1.734206] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:29:11.603] [ 1.744527] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:29:11.677] [ 1.844455] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:29:11.702] [ 1.860906] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:29:11.704] [ 1.867802] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:29:11.722] [ 1.874588] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:29:11.722] [ 1.880959] Linux video capture interface: = v2.00 [2024-05-23 14:29:11.744] [ 1.886704] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:11.745] [ 1.886708] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:29:11.745] [ 1.886713] 6 locks held by swapper/0/1: [2024-05-23 14:29:11.745] [ 1.886716] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:29:11.762] [ 1.886741] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:29:11.762] [ 1.886757] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:29:11.782] [ 1.886775] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:11.782] [ 1.886789] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:29:11.798] [ 1.886806] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:11.798] [ 1.886824] irq event stamp: 288068 [2024-05-23 14:29:11.810] [ 1.886829] hardirqs last enabled at = (288067): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:11.812] [ 1.886834] hardirqs last disabled at = (288068): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:29:11.840] [ 1.886841] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:11.840] [ 1.886845] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:11.840] [ 1.886848] Preemption disabled at: [2024-05-23 14:29:11.854] [ 1.886853] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:11.856] [ 1.886862] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:29:11.856] [ 1.886865] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:11.880] [ 1.886869] Call trace: [2024-05-23 14:29:11.882] [ 1.886875] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:11.882] [ 1.886880] show_stack+0x14/0x20 [2024-05-23 14:29:11.882] [ 1.886885] dump_stack+0xb8/0xf0 [2024-05-23 14:29:11.882] [ 1.886891] ___might_sleep+0x178/0x210 [2024-05-23 14:29:11.882] [ 1.886894] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:11.882] [ 1.886899] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:11.904] [ 1.886905] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:11.916] [ 1.886912] gic_set_type+0x84/0x98 [2024-05-23 14:29:11.916] [ 1.886917] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:11.916] [ 1.886921] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:11.916] [ 1.886926] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:11.916] [ 1.886931] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:29:11.918] [ 1.886937] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:29:11.918] [ 1.886942] platform_drv_probe+0x58/0xb8 [2024-05-23 14:29:11.918] [ 1.886947] = driver_probe_device+0x228/0x410 [2024-05-23 14:29:11.943] [ 1.886952] __driver_attach+0xfc/0x118 [2024-05-23 14:29:11.946] [ 1.886957] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:29:11.946] [ 1.886962] driver_attach+0x20/0x28 [2024-05-23 14:29:11.946] [ 1.886967] bus_add_driver+0x220/0x268 [2024-05-23 14:29:11.946] [ 1.886971] driver_register+0x60/0xf8 [2024-05-23 14:29:11.946] [ 1.886975] = __platform_driver_register+0x44/0x50 [2024-05-23 14:29:11.946] [ 1.886983] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:29:11.969] [ 1.886987] do_one_initcall+0x50/0x15c [2024-05-23 14:29:11.981] [ 1.886995] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:29:11.981] [ 1.887000] kernel_init+0x10/0x100 [2024-05-23 14:29:11.981] [ 1.887005] ret_from_fork+0x10/0x18 [2024-05-23 14:29:11.981] [ 1.892860] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:29:11.983] [ 2.140170] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:29:12.003] [ 2.153790] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:29:12.005] [ 2.160805] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:29:12.005] [ 2.165407] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:29:12.005] [ 2.170211] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:29:12.020] [ 2.175060] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:29:12.023] [ 2.179615] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:29:12.067] [ 2.233643] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:29:12.079] [ 2.246215] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:12.098] [ 2.264499] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:12.115] [ 2.279880] NET: Registered protocol family = 2 [2024-05-23 14:29:12.128] [ 2.287593] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:29:12.128] [ 2.295216] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:29:12.144] [ 2.306349] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:29:12.158] [ 2.313713] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:29:12.170] [ 2.320558] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:29:12.181] [ 2.328677] NET: Registered protocol family = 1 [2024-05-23 14:29:12.270] [ 2.436478] audit: initializing netlink = subsys (disabled) [2024-05-23 14:29:12.280] [ 2.442811] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:29:12.295] [ 2.443369] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:29:12.358] [ 2.525395] fuse init (API version 7.26) [2024-05-23 14:29:12.382] [ 2.543576] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:29:12.386] [ 2.553450] io scheduler noop registered = (default) [2024-05-23 14:29:12.403] [ 2.558294] io scheduler mq-deadline = registered [2024-05-23 14:29:12.403] [ 2.562856] io scheduler kyber registered [2024-05-23 14:29:12.407] [ 2.573713] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:12.420] [ 2.580568] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:12.420] [ 2.586780] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:29:12.436] [ 2.594565] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:12.491] [ 2.657074] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:12.498] [ 2.664854] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:12.512] [ 2.669713] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:29:12.512] [ 2.675141] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:12.514] [ 2.675785] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:12.539] [ 2.686541] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:12.539] [ 2.692750] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:29:12.539] [ 2.700362] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:12.564] [ 2.724316] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:12.565] [ 2.731203] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:12.582] [ 2.735829] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:29:12.582] [ 2.741255] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:12.582] [ 2.741818] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:12.603] [ 2.752570] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:12.604] [ 2.758778] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:29:12.604] [ 2.766394] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:12.665] [ 2.832365] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:12.673] [ 2.839109] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:12.685] [ 2.843702] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:29:12.703] [ 2.849128] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:12.705] [ 2.858826] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:29:12.705] [ 2.868532] [INF][WDMA] tcc_wdma_init [2024-05-23 14:29:12.706] [ 2.873323] TCC WDMA Driver Initializing [2024-05-23 14:29:12.732] [ 2.880709] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:29:12.732] [ 2.886906] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:29:12.732] [ 2.897662] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:12.755] [ 2.910401] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:29:12.755] [ 2.919781] [CPU_ID] probe is done [2024-05-23 14:29:12.758] [ 2.923543] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:29:12.793] [ 2.930253] [DRAM_TOOL] probe is done [2024-05-23 14:29:12.793] [ 2.937713] MALI-G51 : r30p0-01eac0 [2024-05-23 14:29:12.793] [ 2.941242] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:29:12.802] [ 2.951118] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:12.803] [ 2.951123] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:29:12.803] [ 2.951128] 6 locks held by swapper/0/1: [2024-05-23 14:29:12.818] [ 2.951131] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:29:12.822] [ 2.951159] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:29:12.845] [ 2.951174] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:29:12.858] [ 2.951193] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:12.858] [ 2.951207] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:29:12.858] [ 2.951223] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:12.860] [ 2.951243] irq event stamp: 453798 [2024-05-23 14:29:12.860] [ 2.951248] hardirqs last enabled at = (453797): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:12.885] [ 2.951253] hardirqs last disabled at = (453798): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:29:12.885] [ 2.951261] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:12.899] [ 2.951264] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:12.899] [ 2.951267] Preemption disabled at: [2024-05-23 14:29:12.899] [ 2.951272] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:12.915] [ 2.951282] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:29:12.915] [ 2.951284] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:12.930] [ 2.951289] Call trace: [2024-05-23 14:29:12.930] [ 2.951295] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:12.930] [ 2.951300] show_stack+0x14/0x20 [2024-05-23 14:29:12.930] [ 2.951305] dump_stack+0xb8/0xf0 [2024-05-23 14:29:12.932] [ 2.951310] ___might_sleep+0x178/0x210 [2024-05-23 14:29:12.957] [ 2.951314] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:12.957] [ 2.951319] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:12.957] [ 2.951325] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:12.957] [ 2.951332] gic_set_type+0x84/0x98 [2024-05-23 14:29:12.957] [ 2.951337] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:12.957] [ 2.951342] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:12.970] [ 2.951347] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:12.972] [ 2.951353] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:29:12.972] [ 2.951359] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:29:12.995] [ 2.951363] kbase_device_init+0x78/0xf8 [2024-05-23 14:29:13.008] [ 2.951370] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:29:13.008] [ 2.951374] platform_drv_probe+0x58/0xb8 [2024-05-23 14:29:13.008] [ 2.951379] = driver_probe_device+0x228/0x410 [2024-05-23 14:29:13.008] [ 2.951384] __driver_attach+0xfc/0x118 [2024-05-23 14:29:13.008] [ 2.951389] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:29:13.008] [ 2.951394] driver_attach+0x20/0x28 [2024-05-23 14:29:13.020] [ 2.951399] bus_add_driver+0x220/0x268 [2024-05-23 14:29:13.020] [ 2.951403] driver_register+0x60/0xf8 [2024-05-23 14:29:13.020] [ 2.951408] = __platform_driver_register+0x44/0x50 [2024-05-23 14:29:13.022] [ 2.951415] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:29:13.022] [ 2.951420] do_one_initcall+0x50/0x15c [2024-05-23 14:29:13.022] [ 2.951428] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:29:13.048] [ 2.951435] kernel_init+0x10/0x100 [2024-05-23 14:29:13.048] [ 2.951439] ret_from_fork+0x10/0x18 [2024-05-23 14:29:13.048] [ 2.953197] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:29:13.048] [ 3.207902] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:29:13.050] [ 3.214676] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:29:13.077] [ 3.228661] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:29:13.077] [ 3.235678] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:29:13.081] [ 3.247933] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:29:13.094] [ 3.254195] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:29:13.094] [ 3.258577] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:29:13.120] [ 3.266169] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:29:13.146] [ 3.312877] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:29:13.156] [ 3.323723] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:29:13.169] [ 3.331571] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:29:13.184] [ 3.345225] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:29:13.184] [ 3.350502] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:29:13.201] [ 3.361596] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:29:13.226] [ 3.370433] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:29:13.226] [ 3.389840] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:29:13.245] [ 3.405645] libphy: Fixed MDIO Bus: probed [2024-05-23 14:29:13.247] [ 3.410611] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:29:13.262] [ 3.422738] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:29:13.262] [ 3.426558] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:29:13.284] [ 3.426633] [INFO][GAMC] gmac index : 1 [2024-05-23 14:29:13.284] [ 3.427228] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:29:13.284] [ 3.427236] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:29:13.284] [ 3.428525] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:29:13.284] [ 3.428539] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:29:13.298] [ 3.432122] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:29:13.298] [ 3.440987] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:29:13.298] [ 3.442122] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:13.316] [ 3.442134] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:29:13.316] [ 3.442141] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:29:13.316] [ 3.442153] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:13.338] [ 3.442165] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:29:13.338] [ 3.443872] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:29:13.338] [ 3.452955] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:29:13.340] [ 3.452965] usbhid: USB HID core driver [2024-05-23 14:29:13.365] [ 3.453325] optee: probing for conduit = method from DT. [2024-05-23 14:29:13.365] [ 3.453350] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:29:13.365] [ 3.455288] optee: initialized driver [2024-05-23 14:29:13.365] [ 3.457021] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:29:13.365] [ 3.457037] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:29:13.390] [ 3.457044] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:29:13.391] [ 3.457051] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:29:13.391] [ 3.457059] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:29:13.391] [ 3.457066] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:29:13.391] [ 3.457073] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:29:13.407] [ 3.457080] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:29:13.407] [ 3.458599] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:29:13.425] [ 3.458607] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:29:13.425] [ 3.465653] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:29:13.425] [ 3.482300] NET: Registered protocol family = 17 [2024-05-23 14:29:13.427] [ 3.482784] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:29:13.454] [ 3.487575] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:29:13.454] [ 3.613734] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:29:13.459] [ 3.625709] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:29:13.472] [ 3.631221] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:29:13.472] [ 3.637872] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:29:13.487] [ 3.645238] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:29:13.487] [ 3.652388] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:13.502] [ 3.652429] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:29:13.502] [ 3.654083] ALSA device list: [2024-05-23 14:29:13.504] [ 3.654090] No soundcards found. [2024-05-23 14:29:13.529] [ 3.675803] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:29:13.529] [ 3.684916] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:29:13.529] [ 3.692426] GPT:15269887 !=3D 15273599 [2024-05-23 14:29:13.530] [ 3.696025] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:29:13.558] Mounting devtmpfs[ 3.697077] Freeing unused = kernel memory: 4160K [2024-05-23 14:29:13.558]=20 [2024-05-23 14:29:13.558] [ 3.708479] GPT:15269887 !=3D 15273599 [2024-05-23 14:29:13.558] [ 3.712246] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:29:13.558] [ 3.717543] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:29:13.574] Mounting procfs [2024-05-23 14:29:13.574] [ 3.724055] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:29:13.574] Mounting sysfs [2024-05-23 14:29:13.598] [ 3.747462] mount (93) used greatest stack = depth: 12464 bytes left [2024-05-23 14:29:13.620] [ 3.777775] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:29:13.655] [ 3.822812] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:29:13.665] [ 3.831670] mount (98) used greatest stack = depth: 11120 bytes left [2024-05-23 14:29:13.919] [ 4.084301] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:29:14.014] [ 4.180788] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:29:14.045] [ 4.208753] systemd[1]: Detected = architecture arm64. [2024-05-23 14:29:14.087]=20 [2024-05-23 14:29:14.087] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:29:14.099]=20 [2024-05-23 14:29:14.103] [ 4.269932] systemd[1]: Set hostname to = . [2024-05-23 14:29:14.120] [ 4.281212] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:29:14.146] [ 4.290522] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:29:14.378] [ 4.544435] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:29:14.453] [ 4.561603] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:29:14.453] [ 4.604268] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:29:14.472] [ 4.616382] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:29:14.637] [ 4.803984] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:29:14.711] [ OK ] Listening on Syslog Socket. [2024-05-23 14:29:14.739] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:29:14.756] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:29:14.772] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:29:14.790] [ OK ] Listening on udev Control Socket. [2024-05-23 14:29:14.806] [ OK ] Reached target Paths. [2024-05-23 14:29:14.822] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:29:14.843] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:29:14.858] [ OK ] Created slice User and Session Slice. [2024-05-23 14:29:14.876] [ OK ] Reached target Slices. [2024-05-23 14:29:14.891] [ OK ] Reached target Remote File Systems. [2024-05-23 14:29:14.906] [ OK ] Reached target Swap. [2024-05-23 14:29:14.922] [ OK ] Created slice system-getty.slice. [2024-05-23 14:29:14.938] [ OK ] Listening on Journal Socket. [2024-05-23 14:29:14.972] Mounting Configuration File System... [2024-05-23 14:29:15.000] Mounting Huge Pages File System... [2024-05-23 14:29:15.028] Starting Journal Service... [2024-05-23 14:29:15.059] Starting mount data partition = service... [2024-05-23 14:29:15.092] Starting Apply Kernel Variables... [2024-05-23 14:29:15.121] Mounting POSIX Message Queue File = System... [2024-05-23 14:29:15.151] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:29:15.221] Starting udev Coldplug all Devices... [2024-05-23 14:29:15.239] [ 5.396374] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:15.283] Mounting FUSE Control File System... [2024-05-23 14:29:15.314] [ 5.481093] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:29:15.339] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:29:15.374] Mounting Kernel Debug File System... [2024-05-23 14:29:15.448] [ OK ] Started Journal Service. [2024-05-23 14:29:15.474] [ OK ] Mounted Configuration File System. [2024-05-23 14:29:15.488] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:29:15.523] [ OK ] Started mount data partition service. [2024-05-23 14:29:15.545] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:29:15.560] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:29:15.590] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:29:15.610] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:29:15.640] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:29:15.659] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:29:15.725] Starting udev Kernel Device = Manager... [2024-05-23 14:29:15.739] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:29:15.773] Mounting /var/volatile... [2024-05-23 14:29:15.794] [ OK ] Reached target Containers. [2024-05-23 14:29:15.829] Mounting /tmp... [2024-05-23 14:29:15.862] Starting NS file System mount and = recovery.... [2024-05-23 14:29:15.897] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:29:15.929] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:29:15.972] [ OK ] Mounted /var/volatile. [2024-05-23 14:29:16.007] [ OK ] Mounted /tmp. [2024-05-23 14:29:16.008] [ 6.165982] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:16.077] [ 6.244436] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:16.136] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:29:16.181] [ 6.348429] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:16.286] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:29:16.315] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:29:16.497] [ 6.660936] systemd-journald[114]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:29:16.524] Starting Bind mount volatile = /var/cache... [2024-05-23 14:29:16.543] Starting Bind mount volatile = /var/spool... [2024-05-23 14:29:16.574] Starting Bind mount volatile = /var/lib... [2024-05-23 14:29:16.603] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:29:16.815] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:29:16.848] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:29:16.876] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:29:16.911] Starting Load/Save Random Seed... [2024-05-23 14:29:16.941] [ OK ] Reached target Local File Systems. [2024-05-23 14:29:16.960] Starting AppArmor initialization... [2024-05-23 14:29:16.997] Starting netfilter persistent = configuration... [2024-05-23 14:29:17.029] Starting Create Volatile Files and = Directories... [2024-05-23 14:29:17.067] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:29:17.144] [ 7.310889] audit: type=3D1400 = audit(1550139121.224:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:29:17.170] [ 7.336471] audit: type=3D1400 = audit(1550139121.224:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:29:17.197] [ 7.355698] audit: type=3D1400 = audit(1550139121.224:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:29:17.212] [ 7.376448] audit: type=3D1400 = audit(1550139121.224:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:29:17.229] [ 7.394704] audit: type=3D1400 = audit(1550139121.224:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:29:17.254] [ 7.411614] audit: type=3D1400 = audit(1550139121.224:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:29:17.270] [ 7.428427] audit: type=3D1400 = audit(1550139121.224:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:29:17.306] [ OK ] Started AppArmor initialization. [2024-05-23 14:29:17.341] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:29:17.362] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:29:17.397] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:29:17.425] [ OK ] Reached target Network (Pre). [2024-05-23 14:29:17.450] Starting Network Service... [2024-05-23 14:29:17.494] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:29:17.511] [ OK ] Reached target System Initialization. [2024-05-23 14:29:17.528] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:29:17.545] [ OK ] Reached target Timers. [2024-05-23 14:29:17.563] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:29:17.591] [ OK ] Reached target Sockets. [2024-05-23 14:29:17.594] [ OK ] Reached target Basic System. [2024-05-23 14:29:17.621] [ OK ] Started Kernel Logging Service. [2024-05-23 14:29:17.652] [ 7.819142] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:29:17.659] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:29:17.692] [ 7.859274] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:29:17.697] [ 7.863861] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:29:17.715] [ 7.869369] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:29:17.742] Starting Load Kernel Modules... [2024-05-23 14:29:17.759] [ OK ] Started NS VSync Process. [2024-05-23 14:29:17.786] [ 7.953472] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:29:17.796] [ 7.960680] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:29:17.812] [ 7.968039] Disabling lock debugging due to = kernel taint [2024-05-23 14:29:17.812] [ OK ] Started System Logging Service. [2024-05-23 14:29:17.842] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:29:17.865] [ 8.024258] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:29:17.866] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:29:17.896] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:29:17.902] [ OK ] Started NS System Management Process. [2024-05-23 14:29:17.919] Starting NS Inter Domain Comm = Process... [2024-05-23 14:29:17.921] [ 8.084529] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:29:17.934] [ 8.086363] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:29:17.934] [ 8.096340] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:29:17.949] [ 8.097395] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:29:17.949] [ 8.097404] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:29:17.949] [ 8.097410] [INFO][GMAC]=20 [2024-05-23 14:29:17.951] [ 8.112867] libphy: tcc-gmac-mdio: probed [2024-05-23 14:29:17.976] [ 8.112906] [INFO][GMAC] registered! [2024-05-23 14:29:17.976] [ 8.112909] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:29:17.976] [ 8.112917] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:29:17.976] [ 8.136387] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:29:17.988] [ 8.144771] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:29:18.000] Start /usr/bin/sys-fail-mon [2024-05-23 14:29:18.001] [ 8.153117] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:18.004] [ 8.166633] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:29:18.028] [ 8.172347] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:29:18.029] Starting Login S[ 8.181970] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:29:18.030] ervice... [2024-05-23 14:29:18.030] [ 8.190300] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:29:18.056] [ 8.190342] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:29:18.056] [ 8.190342] -- MASTER Configuration. [2024-05-23 14:29:18.056] [ 8.190342] -- Local Receiver Status Not = OK. [2024-05-23 14:29:18.056] [ 8.190342] -- Remote Receiver Status Not = OK. [2024-05-23 14:29:18.056] [ 8.190357] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:29:18.068] [ 8.190360] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:29:18.070] [ 8.190529] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:18.096] [ 8.190532] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:29:18.096] [ 8.190535] INFO: lockdep is turned off. [2024-05-23 14:29:18.096] [ 8.190537] irq event stamp: 68522 [2024-05-23 14:29:18.096] [ 8.190551] hardirqs last enabled at = (68521): [<00000000d71127d9>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:18.109] [ 8.190557] hardirqs last disabled at = (68522): [<00000000747842e1>] __schedule+0xc8/0x730 [2024-05-23 14:29:18.113] [ 8.190565] softirqs last enabled at (0): = [<000000000a871e09>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:18.137] [ 8.190567] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:18.139] [ 8.190569] Preemption disabled at: [2024-05-23 14:29:18.139] [ 8.190576] [<00000000d2ece549>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:18.139] [ 8.190583] CPU: 3 PID: 262 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:29:18.162] [ 8.190585] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:18.175] [ 8.190588] Call trace: [2024-05-23 14:29:18.175] [ 8.190593] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:18.175] [ 8.190596] show_stack+0x14/0x20 [2024-05-23 14:29:18.175] [ 8.190600] dump_stack+0xb8/0xf0 [2024-05-23 14:29:18.175] [ 8.190604] ___might_sleep+0x178/0x210 [2024-05-23 14:29:18.175] [ 8.190607] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:18.177] [ 8.190613] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:18.177] [ 8.190618] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:18.177] [ 8.190624] gic_set_type+0x84/0x98 [2024-05-23 14:29:18.200] [ 8.190628] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:18.204] [ 8.190632] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:18.204] [ 8.190635] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:18.204] [ 8.190641] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:29:18.204] [ 8.190645] __dev_open+0x100/0x150 [2024-05-23 14:29:18.204] [ 8.190648] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:29:18.204] [ 8.190651] dev_change_flags+0x20/0x60 [2024-05-23 14:29:18.226] [ 8.190655] do_setlink+0x3ec/0xc30 [2024-05-23 14:29:18.238] [ 8.190658] rtnl_setlink+0xcc/0x128 [2024-05-23 14:29:18.238] [ 8.190661] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:29:18.238] [ 8.190665] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:29:18.238] [ 8.190668] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:29:18.238] [ 8.190671] netlink_unicast+0x180/0x1f8 [2024-05-23 14:29:18.238] [ 8.190674] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:29:18.240] [ 8.190679] sock_sendmsg+0x3c/0x58 [2024-05-23 14:29:18.240] [ 8.190682] SyS_sendto+0xd0/0x140 [2024-05-23 14:29:18.240] [ 8.190686] el0_svc_naked+0x34/0x38 [2024-05-23 14:29:18.263] [ 8.190809] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:29:18.276] [ 8.195194] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:29:18.276] [ 8.195199] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:29:18.276] [ 8.195204] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:29:18.278] [ 8.195204] =20 [2024-05-23 14:29:18.278] [ 8.195515] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:29:18.278] [ 8.195803] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:29:18.296] [ 8.195807] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:29:18.309] [ 8.195811] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:29:18.309] [ 8.195811] =20 [2024-05-23 14:29:18.309] [ 8.195955] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:29:18.309] [ 8.195970] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:29:18.311] [ 8.195974] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:29:18.311] [ 8.195978] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:29:18.311] [ 8.195986] [INFO][GMAC] --] phy_start: : [2024-05-23 14:29:18.333] [ 8.196066] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:29:18.341] [ 8.300167] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.341] [ 8.408180] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.341] [ 8.492331] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:29:18.341] [ OK ] Started Network Service. [2024-05-23 14:29:18.359] [ 8.501176] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:18.368] [ 8.516216] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.376] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:29:18.406] [ 8.537281] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:29:18.408] [ 8.549684] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:29:18.408] [ 8.565888] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:29:18.420] [ 8.570288] Done!! [2024-05-23 14:29:18.420] parents, child is 311 [2024-05-23 14:29:18.420] [ OK ] Started Cluster Framework. [2024-05-23 14:29:18.433] [IDC]Start. [2024-05-23 14:29:18.433] [ 8.595467] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:29:18.445] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:29:18.445] [ OK ] Started HUD Framework. [2024-05-23 14:29:18.460] [IDC](A7)ConnectReq 0 [2024-05-23 14:29:18.460] [IDC](A7)do_connect 0 [2024-05-23 14:29:18.460] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:29:18.460] [IDC](A7)Tx start session req 1 [2024-05-23 14:29:18.460] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:29:18.463] [IDC](R5)ConnectReq 0 [2024-05-23 14:29:18.480] [IDC](R5)do[ 8.628262] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.491] _connect 0 [2024-05-23 14:29:18.491] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:29:18.491] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:29:18.491] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:29:18.491] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:29:18.491] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:29:18.510] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:29:18.510] [IDC](A7)Session connected. [2024-05-23 14:29:18.533] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:29:18.533] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:29:18.533] [ OK ] Started Nvm Process. [2024-05-23 14:29:18.533] [IDC](R5)Session connected.2 [2024-05-23 14:29:18.533] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:29:18.533] [IDC]Invalid read length. 248=20 [2024-05-23 14:29:18.539] [ OK ] Started NS hsm control application. [2024-05-23 14:29:18.539] [ OK ] Started Diagnosis Framework. [2024-05-23 14:29:18.560] [ OK ] Started NS Software Up[ 8.727028] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:29:18.574] date.[ 8.729656] Done!! [2024-05-23 14:29:18.594] [ 8.741694] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.596]=20 [2024-05-23 14:29:18.612] [ OK ] Started NS Secondary Verify. [2024-05-23 14:29:18.670] [ OK ] Started Diagnosis Transport. [2024-05-23 14:29:18.702] [ 8.868542] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.725] Starting Wait for Network to be = Configured... [2024-05-23 14:29:18.730] [ OK ] Reached target Network. [2024-05-23 14:29:18.751] [ 8.871659] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:29:18.752] [ 8.910159] Done!! [2024-05-23 14:29:18.771] Starting udev Coldplug all Devices... [2024-05-23 14:29:18.775] Starting Permit User Sessions... [2024-05-23 14:29:18.775] [ OK ] Started Load Kernel Modules. [2024-05-23 14:29:18.777] [ OK ] Started Login Service. [2024-05-23 14:29:18.814] [ 8.980311] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.841] [ OK ] Started Permit User Sessions. [2024-05-23 14:29:18.855] [ OK ] Started Getty on tty1. [2024-05-23 14:29:18.875] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:29:18.881] [ OK ] Reached target Login Prompts. [2024-05-23 14:29:18.894] [ OK ] Reached target Multi-User System. [2024-05-23 14:29:18.897] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:29:18.918] [ 9.067105] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:29:18.925] [ 9.092324] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:18.957] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:29:19.038] [ 9.204259] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:19.111] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:29:19.149] [ 9.316416] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:19.734] [ 9.899023] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:19.742] [ 9.899030] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:29:19.756] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:29:20.634] [ 10.795956] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:20.641] [ 10.795963] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:29:20.961] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:29:25.198]=20 [2024-05-23 14:29:25.198] telechips-nsp1-release login:=20 [2024-05-23 14:29:28.209]=20 [2024-05-23 14:29:28.209] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:29:28.230]=20 [2024-05-23 14:29:28.230] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:29:28.230] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:29:28.230] DRAM: 2 GiB [2024-05-23 14:29:28.233] MMC: sdhc@0x16440000: 0 [2024-05-23 14:29:28.521]=20 [2024-05-23 14:29:28.521] HW Partition tyep is UserData [2024-05-23 14:29:28.544] In: serial [2024-05-23 14:29:28.544] Out: serial [2024-05-23 14:29:28.544] Err: serial [2024-05-23 14:29:28.597] Boot in the UserData environment(0) [2024-05-23 14:29:28.601] Non-secure boot (secure boot flag is clear) [2024-05-23 14:29:28.614] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:29:28.615] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:29:28.615] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:29:28.640] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:29:28.653] Booting using the fdt blob at 0x23000000 [2024-05-23 14:29:28.653] Loading Kernel Image [2024-05-23 14:29:28.653] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:29:28.655] OPTEE is enabled [2024-05-23 14:29:28.655]=20 [2024-05-23 14:29:28.655] Starting kernel ... [2024-05-23 14:29:28.655]=20 [2024-05-23 14:29:29.583] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:29:29.587] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:29:29.603] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:29:29.605] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:29:29.630] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:29:29.630] [ 0.000000] efi: UEFI not found. [2024-05-23 14:29:29.630] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:29:29.630] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:29:29.643] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:29:29.646] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:29:29.672] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:29:29.672] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:29:29.672] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:29:29.674] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:29:29.699] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:29:29.699] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:29:29.699] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:29:29.718] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:29:29.718] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:29:29.731] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:29:29.734] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:29:29.762] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:29:29.762] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:29:29.762] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:29:29.762] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:29:29.777] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:29:29.777] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:29:29.793] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:29:29.793] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:29:29.809] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:29:29.809] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:29:29.822] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:29:29.822] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:29:29.822] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:29:29.843] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:29:29.843] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:29:29.843] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:29:29.845] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:29:29.870] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:29:29.870] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:29:29.870] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:29:29.870] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:29:29.899] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:29:29.899] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:29:29.914] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:29:29.914] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:29:29.931] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:29:29.953] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:29:29.965] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:29:29.965] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:29:29.965] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:29:29.967] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:29:29.967] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:29:29.991] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:29:29.991] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:29:29.991] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:29:30.006] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:29:30.006] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:29:30.020] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:29:30.020] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:29:30.036] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:29:30.036] [ 0.000000] Running RCU self tests [2024-05-23 14:29:30.036] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:29:30.050] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:29:30.050] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:29:30.050] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:29:30.066] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:29:30.066] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:29:30.067] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:29:30.092] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:29:30.092] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:29:30.092] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:29:30.092] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:29:30.108] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:29:30.121] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:29:30.122] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:29:30.122] [ 0.001466] Console: colour dummy device = 80x25 [2024-05-23 14:29:30.146] [ 0.001708] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:29:30.158] [ 0.001711] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:29:30.158] [ 0.001713] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:29:30.158] [ 0.001716] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:29:30.158] [ 0.001719] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:29:30.171] [ 0.001721] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:29:30.171] [ 0.001724] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:29:30.171] [ 0.001727] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:29:30.173] [ 0.001729] memory used by lock dependency = info: 7903 kB [2024-05-23 14:29:30.173] [ 0.001732] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:29:30.196] [ 0.001772] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:29:30.209] [ 0.001780] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:29:30.209] [ 0.002278] Security Framework initialized [2024-05-23 14:29:30.209] [ 0.002403] AppArmor: AppArmor initialized [2024-05-23 14:29:30.209] [ 0.002649] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:29:30.220] [ 0.002671] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:29:30.220] [ 0.019951] ASID allocator initialised with = 32768 entries [2024-05-23 14:29:30.222] [ 0.035851] Hierarchical SRCU = implementation. [2024-05-23 14:29:30.222] [ 0.062269] EFI services will not be = available. [2024-05-23 14:29:30.247] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:29:30.247] [ 0.120747] Detected VIPT I-cache on CPU1 [2024-05-23 14:29:30.247] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:29:30.247] [ 0.164990] Detected VIPT I-cache on CPU2 [2024-05-23 14:29:30.247] [ 0.165047] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:29:30.248] [ 0.209274] Detected VIPT I-cache on CPU3 [2024-05-23 14:29:30.272] [ 0.209325] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:29:30.272] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:29:30.272] [ 0.209743] SMP: Total of 4 processors = activated. [2024-05-23 14:29:30.272] [ 0.209759] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:29:30.272] [ 0.209778] CPU: All CPU(s) started at EL2 [2024-05-23 14:29:30.286] [ 0.209958] alternatives: patching kernel = code [2024-05-23 14:29:30.287] [ 0.210499] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:29:30.287] [ 0.213197] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:29:30.312] [ 0.213752] devtmpfs: initialized [2024-05-23 14:29:30.314] [ 0.403286] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:29:30.314] [ 0.403553] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:29:30.314] [ 0.412312] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:29:30.314] [ 0.413235] chipinfo: TCC8030 Rev02 [2024-05-23 14:29:30.339] [ 0.413250] chipinfo: SiP Service v0.1.56 [2024-05-23 14:29:30.339] [ 0.418576] NET: Registered protocol family = 16 [2024-05-23 14:29:30.339] [ 0.422579] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:29:30.339] [ 0.424524] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:29:30.339] [ 0.426421] cpuidle: using governor menu [2024-05-23 14:29:30.355] [ 0.426659] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:29:30.359] [ 0.440706] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:29:30.359] [ 0.441185] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:29:30.396] [ 0.441231] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441275] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441319] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441362] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441406] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441450] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441493] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441537] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:29:30.418] [ 0.441580] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:29:30.421] [ 0.441623] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:29:30.421] [ 0.441667] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:29:30.421] [ 0.441711] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:29:30.421] [ 0.441754] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:29:30.442] [ 0.441797] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:29:30.455] [ 0.441933] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:29:30.455] [ 0.441979] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:29:30.455] [ 0.442023] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:29:30.455] [ 0.442412] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:29:30.457] [ 0.442456] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:29:30.457] [ 0.442500] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:29:30.457] [ 0.442543] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:29:30.480] [ 0.442586] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:29:30.480] [ 0.442630] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:29:30.480] [ 0.442673] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:29:30.480] [ 0.442716] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:29:30.483] [ 0.442760] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:29:30.508] [ 0.442803] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:29:30.508] [ 0.442846] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:29:30.508] [ 0.442890] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:29:30.508] [ 0.443128] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:29:30.520] [ 0.443188] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:29:30.521] [ 0.443232] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:29:30.521] [ 0.443275] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:29:30.523] [ 0.443318] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:29:30.548] [ 0.443361] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:29:30.548] [ 0.443404] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:29:30.548] [ 0.443597] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:29:30.548] [ 0.443640] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:29:30.550] [ 0.443684] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:29:30.573] [ 0.443727] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:29:30.573] [ 0.443771] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:29:30.573] [ 0.443813] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:29:30.573] [ 0.443857] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:29:30.573] [ 0.443899] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:29:30.588] [ 0.443943] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:29:30.588] [ 0.443986] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:29:30.589] [ 0.444042] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:29:30.614] [ 0.444086] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:29:30.614] [ 0.444129] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:29:30.614] [ 0.444172] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:29:30.614] [ 0.444701] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:29:30.614] [ 0.444746] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:29:30.630] [ 0.444915] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:29:30.630] [ 0.445084] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:29:30.632] [ 0.445266] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:29:30.658] [ 0.445432] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:29:30.658] [ 0.445601] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:29:30.658] [ 0.445645] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:29:30.658] [ 0.445688] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:29:30.658] [ 0.445854] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:29:30.670] [ 0.446118] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:29:30.675] [ 0.446319] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:29:30.675] [ 0.446364] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:29:30.699] [ 0.446408] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:29:30.711] [ 0.446451] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:29:30.711] [ 0.446494] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:29:30.711] [ 0.446686] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:29:30.711] [ 0.446730] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:29:30.714] [ 0.446949] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:29:30.714] [ 0.446963] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:29:30.714] [ 0.529298] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:29:30.736] [ 0.529389] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:29:30.736] [ 1.676268] console [ttyAMA0] enabled [2024-05-23 14:29:30.736] [ 1.684001] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:29:30.771] [ 1.712860] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:29:30.789] [ 1.723157] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:29:30.792] [ 1.733733] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:29:30.809] [ 1.744066] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:29:30.896] [ 1.843959] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:29:30.922] [ 1.860377] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:29:30.937] [ 1.867272] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:29:30.939] [ 1.874061] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:29:30.939] [ 1.880519] Linux video capture interface: = v2.00 [2024-05-23 14:29:30.962] [ 1.886264] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:30.963] [ 1.886269] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:29:30.963] [ 1.886273] 6 locks held by swapper/0/1: [2024-05-23 14:29:30.963] [ 1.886276] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:29:30.979] [ 1.886301] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:29:30.979] [ 1.886316] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:29:30.993] [ 1.886334] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:31.008] [ 1.886349] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:29:31.009] [ 1.886366] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:31.034] [ 1.886384] irq event stamp: 288046 [2024-05-23 14:29:31.034] [ 1.886390] hardirqs last enabled at = (288045): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:31.034] [ 1.886395] hardirqs last disabled at = (288046): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:29:31.036] [ 1.886402] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:31.064] [ 1.886406] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:31.064] [ 1.886408] Preemption disabled at: [2024-05-23 14:29:31.064] [ 1.886414] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:31.064] [ 1.886423] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:29:31.078] [ 1.886426] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:31.080] [ 1.886429] Call trace: [2024-05-23 14:29:31.080] [ 1.886435] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:31.104] [ 1.886440] show_stack+0x14/0x20 [2024-05-23 14:29:31.107] [ 1.886445] dump_stack+0xb8/0xf0 [2024-05-23 14:29:31.107] [ 1.886451] ___might_sleep+0x178/0x210 [2024-05-23 14:29:31.107] [ 1.886454] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:31.107] [ 1.886459] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:31.107] [ 1.886465] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:31.107] [ 1.886472] gic_set_type+0x84/0x98 [2024-05-23 14:29:31.107] [ 1.886476] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:31.131] [ 1.886481] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:31.131] [ 1.886486] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:31.131] [ 1.886491] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:29:31.131] [ 1.886498] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:29:31.131] [ 1.886502] platform_drv_probe+0x58/0xb8 [2024-05-23 14:29:31.131] [ 1.886507] = driver_probe_device+0x228/0x410 [2024-05-23 14:29:31.146] [ 1.886512] __driver_attach+0xfc/0x118 [2024-05-23 14:29:31.146] [ 1.886517] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:29:31.146] [ 1.886522] driver_attach+0x20/0x28 [2024-05-23 14:29:31.148] [ 1.886527] bus_add_driver+0x220/0x268 [2024-05-23 14:29:31.172] [ 1.886531] driver_register+0x60/0xf8 [2024-05-23 14:29:31.172] [ 1.886535] = __platform_driver_register+0x44/0x50 [2024-05-23 14:29:31.172] [ 1.886543] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:29:31.172] [ 1.886548] do_one_initcall+0x50/0x15c [2024-05-23 14:29:31.172] [ 1.886555] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:29:31.172] [ 1.886560] kernel_init+0x10/0x100 [2024-05-23 14:29:31.184] [ 1.886565] ret_from_fork+0x10/0x18 [2024-05-23 14:29:31.198] [ 1.892304] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:29:31.200] [ 2.139534] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:29:31.220] [ 2.153157] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:29:31.221] [ 2.160190] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:29:31.221] [ 2.164792] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:29:31.221] [ 2.169594] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:29:31.236] [ 2.174442] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:29:31.236] [ 2.178997] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:29:31.283] [ 2.232876] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:29:31.295] [ 2.245372] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:31.322] [ 2.263713] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:31.338] [ 2.279053] NET: Registered protocol family = 2 [2024-05-23 14:29:31.340] [ 2.286608] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:29:31.355] [ 2.294231] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:29:31.357] [ 2.305343] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:29:31.370] [ 2.312682] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:29:31.370] [ 2.319463] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:29:31.385] [ 2.327646] NET: Registered protocol family = 1 [2024-05-23 14:29:31.486] [ 2.435401] audit: initializing netlink = subsys (disabled) [2024-05-23 14:29:31.492] [ 2.441689] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:29:31.507] [ 2.442297] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:29:31.575] [ 2.524502] fuse init (API version 7.26) [2024-05-23 14:29:31.593] [ 2.542636] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:29:31.608] [ 2.552334] io scheduler noop registered = (default) [2024-05-23 14:29:31.610] [ 2.557176] io scheduler mq-deadline = registered [2024-05-23 14:29:31.636] [ 2.561738] io scheduler kyber registered [2024-05-23 14:29:31.636] [ 2.572350] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:31.636] [ 2.579200] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:31.637] [ 2.585715] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:29:31.662] [ 2.593327] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:31.706] [ 2.655863] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:31.713] [ 2.663451] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:31.728] [ 2.668451] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:29:31.728] [ 2.673879] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:31.730] [ 2.674506] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:31.758] [ 2.685261] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:31.758] [ 2.691469] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:29:31.758] [ 2.699006] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:31.773] [ 2.722894] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:31.780] [ 2.729988] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:31.793] [ 2.734651] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:29:31.793] [ 2.740078] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:31.805] [ 2.740652] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:31.818] [ 2.751405] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:31.831] [ 2.757614] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:29:31.831] [ 2.765230] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:31.881] [ 2.831252] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:31.892] [ 2.838106] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:31.906] [ 2.842691] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:29:31.931] [ 2.848118] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:31.944] [ 2.857877] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:29:31.944] [ 2.867603] [INF][WDMA] tcc_wdma_init [2024-05-23 14:29:31.944] [ 2.872520] TCC WDMA Driver Initializing [2024-05-23 14:29:31.944] [ 2.879743] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:29:31.956] [ 2.885840] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:29:31.957] [ 2.896424] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:31.970] [ 2.909066] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:29:31.972] [ 2.918452] [CPU_ID] probe is done [2024-05-23 14:29:31.995] [ 2.922203] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:29:32.010] [ 2.928929] [DRAM_TOOL] probe is done [2024-05-23 14:29:32.010] [ 2.936186] MALI-G51 : r30p0-01eac0 [2024-05-23 14:29:32.010] [ 2.939713] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:29:32.022] [ 2.949882] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:32.022] [ 2.949888] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:29:32.024] [ 2.949892] 6 locks held by swapper/0/1: [2024-05-23 14:29:32.024] [ 2.949895] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:29:32.045] [ 2.949922] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:29:32.045] [ 2.949938] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:29:32.059] [ 2.949957] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:32.061] [ 2.949971] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:29:32.086] [ 2.949988] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:32.086] [ 2.950006] irq event stamp: 453746 [2024-05-23 14:29:32.086] [ 2.950012] hardirqs last enabled at = (453745): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:32.088] [ 2.950017] hardirqs last disabled at = (453746): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:29:32.102] [ 2.950024] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:32.117] [ 2.950028] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:32.117] [ 2.950030] Preemption disabled at: [2024-05-23 14:29:32.117] [ 2.950036] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:32.138] [ 2.950045] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:29:32.138] [ 2.950048] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:32.138] [ 2.950052] Call trace: [2024-05-23 14:29:32.138] [ 2.950058] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:32.152] [ 2.950063] show_stack+0x14/0x20 [2024-05-23 14:29:32.154] [ 2.950068] dump_stack+0xb8/0xf0 [2024-05-23 14:29:32.154] [ 2.950073] ___might_sleep+0x178/0x210 [2024-05-23 14:29:32.154] [ 2.950077] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:32.179] [ 2.950082] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:32.179] [ 2.950088] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:32.179] [ 2.950095] gic_set_type+0x84/0x98 [2024-05-23 14:29:32.179] [ 2.950100] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:32.179] [ 2.950105] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:32.179] [ 2.950110] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:32.181] [ 2.950116] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:29:32.206] [ 2.950122] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:29:32.206] [ 2.950126] kbase_device_init+0x78/0xf8 [2024-05-23 14:29:32.206] [ 2.950133] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:29:32.206] [ 2.950138] platform_drv_probe+0x58/0xb8 [2024-05-23 14:29:32.206] [ 2.950143] = driver_probe_device+0x228/0x410 [2024-05-23 14:29:32.206] [ 2.950148] __driver_attach+0xfc/0x118 [2024-05-23 14:29:32.220] [ 2.950153] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:29:32.222] [ 2.950157] driver_attach+0x20/0x28 [2024-05-23 14:29:32.222] [ 2.950162] bus_add_driver+0x220/0x268 [2024-05-23 14:29:32.222] [ 2.950167] driver_register+0x60/0xf8 [2024-05-23 14:29:32.250] [ 2.950171] = __platform_driver_register+0x44/0x50 [2024-05-23 14:29:32.250] [ 2.950179] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:29:32.250] [ 2.950183] do_one_initcall+0x50/0x15c [2024-05-23 14:29:32.250] [ 2.950192] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:29:32.250] [ 2.950198] kernel_init+0x10/0x100 [2024-05-23 14:29:32.250] [ 2.950202] ret_from_fork+0x10/0x18 [2024-05-23 14:29:32.253] [ 2.951961] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:29:32.276] [ 3.207257] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:29:32.276] [ 3.213996] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:29:32.290] [ 3.228085] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:29:32.292] [ 3.235120] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:29:32.306] [ 3.247412] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:29:32.313] [ 3.253630] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:29:32.313] [ 3.258011] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:29:32.338] [ 3.265571] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:29:32.363] [ 3.312249] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:29:32.373] [ 3.321985] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:29:32.386] [ 3.329840] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:29:32.411] [ 3.340132] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:29:32.416] [ 3.345409] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:29:32.416] [ 3.356481] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:29:32.439] [ 3.365343] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:29:32.451] [ 3.384245] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:29:32.454] [ 3.387334] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:29:32.454] [ 3.388526] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:29:32.478] [ 3.391992] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:29:32.478] [ 3.392700] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:29:32.478] [ 3.393294] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:29:32.478] [ 3.394404] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:29:32.492] [ 3.404712] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:29:32.506] [ 3.404741] GPT:15269887 !=3D 15273599 [2024-05-23 14:29:32.506] [ 3.404748] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:29:32.519] [ 3.404756] GPT:15269887 !=3D 15273599 [2024-05-23 14:29:32.519] [ 3.404764] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:29:32.521] [ 3.404877] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:29:32.557] [ 3.474869] libphy: Fixed MDIO Bus: probed [2024-05-23 14:29:32.557] [ 3.479957] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:29:32.557] [ 3.493042] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:29:32.567] [ 3.497573] [INFO][GAMC] gmac index : 1 [2024-05-23 14:29:32.567] [ 3.502001] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:29:32.567] [ 3.507168] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:29:32.579] [ 3.513202] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:29:32.579] [ 3.517593] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:29:32.582] [ 3.526157] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:29:32.608] [ 3.540389] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:29:32.608] [ 3.546243] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:32.608] [ 3.546256] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:29:32.625] [ 3.546263] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:29:32.628] [ 3.546274] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:32.628] [ 3.546286] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:29:32.628] [ 3.575086] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:29:32.657] [ 3.591131] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:29:32.657] [ 3.597787] usbhid: USB HID core driver [2024-05-23 14:29:32.657] [ 3.601996] optee: probing for conduit = method from DT. [2024-05-23 14:29:32.681] [ 3.607177] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:29:32.687] [ 3.609154] optee: initialized driver [2024-05-23 14:29:32.687] [ 3.618657] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:29:32.687] [ 3.624381] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:29:32.687] [ 3.629551] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:29:32.689] [ 3.634718] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:29:32.713] [ 3.640494] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:29:32.716] [ 3.646268] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:29:32.716] [ 3.652131] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:29:32.716] [ 3.658600] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:29:32.738] [ 3.666031] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:29:32.739] [ 3.673980] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:29:32.739] [ 3.687914] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:29:32.755] [ 3.696146] NET: Registered protocol family = 17 [2024-05-23 14:29:32.755] [ 3.701124] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:29:32.770] [ 3.718927] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:29:32.939] [ 3.887110] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:32.943] [ 3.887157] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:29:32.958] [ 3.902869] ALSA device list: [2024-05-23 14:29:32.958] [ 3.905863] No soundcards found. [2024-05-23 14:29:32.984] [ 3.911871] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:29:32.986] [ 3.932856] Freeing unused kernel memory: = 4160K [2024-05-23 14:29:33.001] Mounting devtmpfs [2024-05-23 14:29:33.001] [ 3.948057] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:29:33.019] Mounting procfs [2024-05-23 14:29:33.019] Mounting sysfs [2024-05-23 14:29:33.019] [ 3.966122] mount (92) used greatest stack = depth: 13200 bytes left [2024-05-23 14:29:33.035] [ 3.973270] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:29:33.044] [ 3.993278] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:29:33.086] [ 4.035879] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:29:33.107] [ 4.044754] mount (97) used greatest stack = depth: 11648 bytes left [2024-05-23 14:29:33.124] [ 4.064873] mount (99) used greatest stack = depth: 11440 bytes left [2024-05-23 14:29:33.356] [ 4.305607] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:29:33.454] [ 4.401529] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:29:33.480] [ 4.428922] systemd[1]: Detected = architecture arm64. [2024-05-23 14:29:33.523]=20 [2024-05-23 14:29:33.523] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:29:33.535]=20 [2024-05-23 14:29:33.539] [ 4.489272] systemd[1]: Set hostname to = . [2024-05-23 14:29:33.554] [ 4.500659] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:29:33.583] [ 4.509933] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:29:33.808] [ 4.757661] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:29:33.837] [ 4.774777] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:29:33.868] [ 4.818051] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:29:33.882] [ 4.830165] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:29:34.076] [ 5.025574] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:29:34.151] [ OK ] Listening on Journal Socket. [2024-05-23 14:29:34.175] [ OK ] Listening on Syslog Socket. [2024-05-23 14:29:34.191] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:29:34.203] [ OK ] Reached target Paths. [2024-05-23 14:29:34.242] Mounting Kernel Debug File System... [2024-05-23 14:29:34.260] [ OK ] Reached target Remote File Systems. [2024-05-23 14:29:34.286] Mounting Configuration File System... [2024-05-23 14:29:34.309] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:29:34.336] Starting mount data partition = service... [2024-05-23 14:29:34.393] Starting Apply Kernel Variables... [2024-05-23 14:29:34.425] [ OK ] Listening on udev Control Socket. [2024-05-23 14:29:34.439] [ OK ] Reached target Swap. [2024-05-23 14:29:34.482] [ 5.431610] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:34.492] Mounting Huge Pages File System... [2024-05-23 14:29:34.522] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:29:34.554] Mounting FUSE Control File System... [2024-05-23 14:29:34.576] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:29:34.616] [ 5.565475] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:29:34.624] Starting udev Coldplug all Devices... [2024-05-23 14:29:34.641] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:29:34.659] [ OK ] Created slice system-getty.slice. [2024-05-23 14:29:34.679] [ OK ] Created slice User and Session Slice. [2024-05-23 14:29:34.696] [ OK ] Reached target Slices. [2024-05-23 14:29:34.726] Mounting POSIX Message Queue File = System... [2024-05-23 14:29:34.746] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:29:34.776] Starting Journal Service... [2024-05-23 14:29:34.806] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:29:34.866] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:29:34.888] [ OK ] Mounted Configuration File System. [2024-05-23 14:29:34.910] [ OK ] Started mount data partition service. [2024-05-23 14:29:34.942] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:29:34.960] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:29:34.977] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:29:34.993] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:29:35.026] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:29:35.054] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:29:35.088] [ OK ] Started Journal Service. [2024-05-23 14:29:35.131] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:29:35.165] Mounting /var/volatile... [2024-05-23 14:29:35.194] Mounting /tmp... [2024-05-23 14:29:35.211] [ OK ] Reached target Containers. [2024-05-23 14:29:35.243] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:29:35.277] Starting udev Kernel Device = Manager... [2024-05-23 14:29:35.310] Starting NS file System mount and = recovery.... [2024-05-23 14:29:35.354] [ OK ] Mounted /var/volatile. [2024-05-23 14:29:35.377] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:29:35.393] [ OK ] Mounted /tmp. [2024-05-23 14:29:35.445] [ 6.392434] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:35.539] [ 6.488767] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:35.652] [ 6.600688] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:35.677] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:29:35.751] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:29:35.820] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:29:35.925] [ 6.874301] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:29:35.942] Starting Bind mount volatile = /var/cache... [2024-05-23 14:29:35.977] Starting Bind mount volatile = /var/lib... [2024-05-23 14:29:36.012] Starting Bind mount volatile = /var/spool... [2024-05-23 14:29:36.044] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:29:36.240] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:29:36.268] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:29:36.297] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:29:36.330] Starting Load/Save Random Seed... [2024-05-23 14:29:36.348] [ OK ] Reached target Local File Systems. [2024-05-23 14:29:36.381] Starting AppArmor initialization... [2024-05-23 14:29:36.412] Starting netfilter persistent = configuration... [2024-05-23 14:29:36.448] Starting Create Volatile Files and = Directories... [2024-05-23 14:29:36.489] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:29:36.537] [ 7.486448] audit: type=3D1400 = audit(1550139121.176:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:29:36.552] [ 7.500877] audit: type=3D1400 = audit(1550139121.180:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:36.581] [ 7.520671] audit: type=3D1400 = audit(1550139121.180:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:36.596] [ 7.536517] audit: type=3D1400 = audit(1550139121.180:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:36.612] [ 7.552092] audit: type=3D1400 = audit(1550139121.180:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:36.626] [ 7.568091] audit: type=3D1400 = audit(1550139121.180:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:36.653] [ 7.583944] audit: type=3D1400 = audit(1550139121.180:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:36.701] [ OK ] Started AppArmor initialization. [2024-05-23 14:29:36.727] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:29:36.760] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:29:36.789] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:29:36.811] [ OK ] Reached target Network (Pre). [2024-05-23 14:29:36.831] Starting Network Service... [2024-05-23 14:29:36.877] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:29:36.896] [ OK ] Reached target System Initialization. [2024-05-23 14:29:36.911] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:29:36.927] [ OK ] Reached target Timers. [2024-05-23 14:29:36.970] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:29:36.971] [ OK ] Reached target Sockets. [2024-05-23 14:29:36.981] [ OK ] Reached target Basic System. [2024-05-23 14:29:37.015] [ OK ] Started NS VSync Process. [2024-05-23 14:29:37.030] [ 7.979947] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:29:37.075] [ 8.024884] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:29:37.080] [ 8.029509] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:29:37.095] [ 8.034001] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:29:37.097] [ OK ] Started System Logging Service. [2024-05-23 14:29:37.111] [ 8.054766] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:29:37.137] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:29:37.182] [ 8.131717] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:29:37.188] Starting Load Kernel Modules... [2024-05-23 14:29:37.223] Starting Login Service... [2024-05-23 14:29:37.258] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:29:37.292] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:29:37.311] [ 8.251159] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:29:37.313] [ 8.258526] Disabling lock debugging due to = kernel taint [2024-05-23 14:29:37.315] [ 8.259630] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:29:37.342] [ 8.259639] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:29:37.342] [ 8.259646] [INFO][GMAC]=20 [2024-05-23 14:29:37.342] [ 8.274404] libphy: tcc-gmac-mdio: probed [2024-05-23 14:29:37.342] [ 8.274410] [INFO][GMAC] registered! [2024-05-23 14:29:37.342] [ 8.274413] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:29:37.342] [ 8.274418] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:29:37.358] [ OK ] Started Kernel Logging Service. [2024-05-23 14:29:37.376] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:29:37.411] [ 8.349777] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:29:37.415] [ 8.356735] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:29:37.415] [ 8.356735] -- MASTER Configuration. [2024-05-23 14:29:37.429] [ 8.356735] -- Local Receiver Status Not = OK. [2024-05-23 14:29:37.432] [ 8.356735] -- Remote Receiver Status Not = OK. [2024-05-23 14:29:37.432] Start /usr/bin/sys-fail-mon [2024-05-23 14:29:37.455] [ 8.356755] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:29:37.468] [ 8.356758] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:29:37.468] [ 8.365169] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:37.468] [ 8.365173] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:29:37.470] [ 8.365175] INFO: lockdep is turned off. [2024-05-23 14:29:37.470] [ 8.365178] irq event stamp: 68984 [2024-05-23 14:29:37.470] [ 8.365195] hardirqs last enabled at = (68983): [<000000003418ef97>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:37.494] [ 8.365201] hardirqs last disabled at = (68984): [<000000005fd2a4c1>] __schedule+0xc8/0x730 [2024-05-23 14:29:37.494] [ 8.365210] softirqs last enabled at (0): = [<000000001524e1f0>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:37.496] [ 8.365213] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:37.524] [ 8.365215] Preemption disabled at: [2024-05-23 14:29:37.524] [ 8.365222] [<0000000018b94837>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:37.524] [ 8.365230] CPU: 3 PID: 262 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:29:37.524] [ 8.365232] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:37.538] [ 8.365235] Call trace: [2024-05-23 14:29:37.539] [ 8.365241] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:37.539] [ 8.365244] show_stack+0x14/0x20 [2024-05-23 14:29:37.539] [ 8.365249] dump_stack+0xb8/0xf0 [2024-05-23 14:29:37.539] [ 8.365253] ___might_sleep+0x178/0x210 [2024-05-23 14:29:37.564] [ 8.365256] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:37.564] [ 8.365264] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:37.564] [ 8.365268] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:37.564] [ 8.365276] gic_set_type+0x84/0x98 [2024-05-23 14:29:37.564] [ 8.365280] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:37.564] [ 8.365283] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:37.577] [ 8.365287] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:37.589] [ 8.365293] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:29:37.589] [ 8.365298] __dev_open+0x100/0x150 [2024-05-23 14:29:37.589] [ 8.365301] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:29:37.591] [ 8.365304] dev_change_flags+0x20/0x60 [2024-05-23 14:29:37.591] [ 8.365308] do_setlink+0x3ec/0xc30 [2024-05-23 14:29:37.591] [ 8.365311] rtnl_setlink+0xcc/0x128 [2024-05-23 14:29:37.614] [ 8.365314] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:29:37.616] [ 8.365319] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:29:37.616] [ 8.365322] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:29:37.616] [ 8.365325] netlink_unicast+0x180/0x1f8 [2024-05-23 14:29:37.616] [ 8.365328] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:29:37.616] [ 8.365333] sock_sendmsg+0x3c/0x58 [2024-05-23 14:29:37.616] [ 8.365337] SyS_sendto+0xd0/0x140 [2024-05-23 14:29:37.642] [ 8.365341] el0_svc_naked+0x34/0x38 [2024-05-23 14:29:37.642] [ 8.365508] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:29:37.642] [ 8.369773] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:29:37.642] [ 8.369779] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:29:37.642] [ 8.369785] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:29:37.660] [ 8.369785] =20 [2024-05-23 14:29:37.660] [ 8.370124] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:29:37.660] [ 8.370454] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:29:37.661] [ 8.370459] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:29:37.688] [ 8.370463] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:29:37.688] [ 8.370463] =20 [2024-05-23 14:29:37.688] [ 8.370617] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:29:37.688] [ 8.370632] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:29:37.688] [ 8.370636] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:29:37.688] [ 8.370640] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:29:37.701] [ 8.370647] [INFO][GMAC] --] phy_start: : [2024-05-23 14:29:37.705] [ 8.370714] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:29:37.705] [ 8.397540] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:29:37.728] [ 8.406199] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:29:37.731] [ 8.412061] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:29:37.731] [ 8.413797] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:29:37.731] [ 8.414234] Done!! [2024-05-23 14:29:37.731] [ 8.475546] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:37.732] [ 8.518029] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:29:37.754] [ 8.520178] Done!! [2024-05-23 14:29:37.756] [ 8.583564] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:37.756] [ 8.623134] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:29:37.756] [ 8.627716] Done!! [2024-05-23 14:29:37.756] [ 8.691541] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:37.756] [ OK ] Started NS System Management Process. [2024-05-23 14:29:37.780] Starting NS Inter Domain Comm = Process... [2024-05-23 14:29:37.780] [ OK ] Started Network Service. [2024-05-23 14:29:37.780] [ OK ] [ 8.718236] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:29:37.780] Started Load Kernel Mod[ 8.725918] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:29:37.795] ules. [2024-05-23 14:29:37.795] [ 8.738776] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:29:37.810] [ 8.747625] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:29:37.810] [ 8.755040] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:37.824] Starting Wait f[ 8.767661] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:29:37.826] or Network to be Configured.[ 8.775832] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:29:37.851] .. [2024-05-23 14:29:37.851] [ OK ] Reached tar[ 8.788158] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:29:37.851] get Network. [2024-05-23 14:29:37.853] [ 8.798600] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:29:37.880] [ 8.799582] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:37.880] Starting udev Coldplug all Devices..[ = 8.813914] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:37.882] . [2024-05-23 14:29:37.882] Starting Permit User Sessions... [2024-05-23 14:29:37.908] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:29:37.908] [ OK ] Started Permit User Sessions. [2024-05-23 14:29:37.933] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:29:37.949] [ OK ] Started Getty on tty1. [2024-05-23 14:29:37.949] parents, child is 325 [2024-05-23 14:29:37.962] [ OK ] Reached target Login Prompts. [2024-05-23 14:29:37.962] [IDC]Start. [2024-05-23 14:29:37.962] [ OK ] Started Cluster Framework = 8.895861] ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:29:37.975] 0m. [2024-05-23 14:29:37.975] [IDC]Idc driver opened. ret=3D3[ 8.907576] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:29:37.977] =0A= [2024-05-23 14:29:37.977] [ OK ] [IDC](A7)ConnectReq 0 [2024-05-23 14:29:37.977] [IDC](A7)do_connect 0 [2024-05-23 14:29:37.977] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:29:37.977] [IDC](A7)Tx start session req 1 [2024-05-23 14:29:38.003] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:29:38.024] [IDC](R5)ConnectReq 0 [2024-05-23 14:29:38.024] [IDC](R5)do_connect 0 [2024-05-23 14:29:38.024] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:29:38.024] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:29:38.024] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:29:38.024] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:29:38.024] Started HUD Framework. [2024-05-23 14:29:38.024] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:29:38.024] [IDC](A7)Session connected. [2024-05-23 14:29:38.024] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:29:38.036] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:29:38.037] [IDC](R5)Session connected.2 [2024-05-23 14:29:38.037] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:29:38.059] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:29:38.086] [ 9.035620] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:38.126] [ OK ] Started Nvm Process. [2024-05-23 14:29:38.162] [ OK ] Started NS hsm control application. [2024-05-23 14:29:38.202] [ 9.151624] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:38.213] [ 9.157844] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:29:38.230] [ OK ] Started Diagnosis Framework. [2024-05-23 14:29:38.230] [ OK ] Started Diagnosis Transport. [2024-05-23 14:29:38.268] [ OK ] Started NS Software Update. [2024-05-23 14:29:38.273] [ OK ] Started NS Secondary Verify. [2024-05-23 14:29:38.324] [ 9.273385] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:38.367] [ OK ] Started Login Service. [2024-05-23 14:29:38.392] [ OK ] Reached target Multi-User System. [2024-05-23 14:29:38.424] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:29:38.446] [ 9.384224] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:38.495] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:29:38.546] [ 9.495624] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:38.554] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:29:38.591] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:29:39.217] [ 10.156066] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:39.228] [ 10.156073] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:29:39.994] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:29:40.150] [ 11.099243] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:40.163] [ 11.107703] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:29:44.191]=20 [2024-05-23 14:29:44.191] telechips-nsp1-release login:=20 [2024-05-23 14:29:48.413]=20 [2024-05-23 14:29:48.413] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:29:48.415]=20 [2024-05-23 14:29:48.415] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:29:48.443] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:29:48.443] DRAM: 2 GiB [2024-05-23 14:29:48.468] MMC: sdhc@0x16440000: 0 [2024-05-23 14:29:48.737]=20 [2024-05-23 14:29:48.737] HW Partition tyep is UserData [2024-05-23 14:29:48.749] In: serial [2024-05-23 14:29:48.749] Out: serial [2024-05-23 14:29:48.749] Err: serial [2024-05-23 14:29:48.816] Boot in the UserData environment(0) [2024-05-23 14:29:48.819] Non-secure boot (secure boot flag is clear) [2024-05-23 14:29:48.835] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:29:48.838] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:29:48.838] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:29:48.838] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:29:48.862] Booting using the fdt blob at 0x23000000 [2024-05-23 14:29:48.875] Loading Kernel Image [2024-05-23 14:29:48.875] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:29:48.875] OPTEE is enabled [2024-05-23 14:29:48.877]=20 [2024-05-23 14:29:48.877] Starting kernel ... [2024-05-23 14:29:48.877]=20 [2024-05-23 14:29:49.797] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:29:49.803] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:29:49.819] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:29:49.823] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:29:49.849] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:29:49.849] [ 0.000000] efi: UEFI not found. [2024-05-23 14:29:49.849] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:29:49.849] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:29:49.864] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:29:49.868] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:29:49.891] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:29:49.893] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:29:49.893] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:29:49.893] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:29:49.917] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:29:49.917] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:29:49.917] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:29:49.932] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:29:49.932] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:29:49.947] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:29:49.947] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:29:49.962] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:29:49.962] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:29:49.976] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:29:49.989] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:29:49.991] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:29:50.018] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:29:50.018] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:29:50.018] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:29:50.020] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:29:50.047] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:29:50.047] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:29:50.047] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:29:50.047] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:29:50.047] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:29:50.049] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:29:50.075] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:29:50.075] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:29:50.075] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:29:50.077] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:29:50.089] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:29:50.092] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:29:50.116] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:29:50.116] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:29:50.134] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:29:50.136] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:29:50.136] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:29:50.173] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:29:50.173] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:29:50.173] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:29:50.175] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:29:50.197] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:29:50.199] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:29:50.199] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:29:50.199] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:29:50.224] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:29:50.224] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:29:50.224] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:29:50.242] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:29:50.242] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:29:50.244] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:29:50.269] [ 0.000000] Running RCU self tests [2024-05-23 14:29:50.269] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:29:50.269] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:29:50.269] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:29:50.269] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:29:50.287] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:29:50.299] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:29:50.299] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:29:50.299] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:29:50.302] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:29:50.302] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:29:50.327] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:29:50.327] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:29:50.327] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:29:50.342] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:29:50.342] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:29:50.342] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:29:50.363] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:29:50.363] [ 0.001722] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:29:50.363] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:29:50.365] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:29:50.389] [ 0.001730] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:29:50.392] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:29:50.392] [ 0.001735] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:29:50.392] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:29:50.392] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:29:50.392] [ 0.001781] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:29:50.416] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:29:50.416] [ 0.002287] Security Framework initialized [2024-05-23 14:29:50.416] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:29:50.416] [ 0.002654] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:29:50.430] [ 0.002678] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:29:50.441] [ 0.019950] ASID allocator initialised with = 32768 entries [2024-05-23 14:29:50.443] [ 0.035851] Hierarchical SRCU = implementation. [2024-05-23 14:29:50.443] [ 0.062273] EFI services will not be = available. [2024-05-23 14:29:50.443] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:29:50.467] [ 0.120742] Detected VIPT I-cache on CPU1 [2024-05-23 14:29:50.467] [ 0.120817] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:29:50.467] [ 0.164987] Detected VIPT I-cache on CPU2 [2024-05-23 14:29:50.467] [ 0.165043] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:29:50.467] [ 0.209271] Detected VIPT I-cache on CPU3 [2024-05-23 14:29:50.469] [ 0.209323] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:29:50.497] [ 0.209698] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:29:50.497] [ 0.209739] SMP: Total of 4 processors = activated. [2024-05-23 14:29:50.497] [ 0.209755] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:29:50.497] [ 0.209775] CPU: All CPU(s) started at EL2 [2024-05-23 14:29:50.497] [ 0.209954] alternatives: patching kernel = code [2024-05-23 14:29:50.499] [ 0.210509] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:29:50.522] [ 0.213112] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:29:50.522] [ 0.213718] devtmpfs: initialized [2024-05-23 14:29:50.522] [ 0.402691] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:29:50.522] [ 0.402960] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:29:50.536] [ 0.411799] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:29:50.549] [ 0.412709] chipinfo: TCC8030 Rev02 [2024-05-23 14:29:50.549] [ 0.412725] chipinfo: SiP Service v0.1.56 [2024-05-23 14:29:50.549] [ 0.417979] NET: Registered protocol family = 16 [2024-05-23 14:29:50.561] [ 0.421924] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:29:50.561] [ 0.423935] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:29:50.563] [ 0.425522] cpuidle: using governor menu [2024-05-23 14:29:50.563] [ 0.425757] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:29:50.602] [ 0.439922] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:29:50.602] [ 0.440403] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:29:50.602] [ 0.440450] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:29:50.602] [ 0.440494] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:29:50.602] [ 0.440537] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:29:50.613] [ 0.440581] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:29:50.613] [ 0.440624] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:29:50.613] [ 0.440668] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:29:50.615] [ 0.440712] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:29:50.615] [ 0.440756] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:29:50.615] [ 0.440799] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:29:50.651] [ 0.440842] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:29:50.651] [ 0.440887] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:29:50.651] [ 0.440930] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:29:50.651] [ 0.440973] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:29:50.651] [ 0.441016] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:29:50.651] [ 0.441074] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:29:50.654] [ 0.441117] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:29:50.654] [ 0.441161] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:29:50.677] [ 0.441512] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:29:50.677] [ 0.441555] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:29:50.677] [ 0.441598] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:29:50.677] [ 0.441642] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:29:50.679] [ 0.441685] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:29:50.704] [ 0.441729] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:29:50.704] [ 0.441772] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:29:50.704] [ 0.441815] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:29:50.704] [ 0.441858] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:29:50.706] [ 0.441902] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:29:50.731] [ 0.442040] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:29:50.731] [ 0.442085] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:29:50.731] [ 0.442321] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:29:50.731] [ 0.442380] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:29:50.736] [ 0.442423] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:29:50.758] [ 0.442467] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:29:50.760] [ 0.442510] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:29:50.760] [ 0.442553] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:29:50.760] [ 0.442596] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:29:50.760] [ 0.442798] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:29:50.781] [ 0.442841] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:29:50.793] [ 0.442884] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:29:50.793] [ 0.442927] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:29:50.793] [ 0.442971] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:29:50.793] [ 0.443014] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:29:50.796] [ 0.443057] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:29:50.796] [ 0.443100] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:29:50.819] [ 0.443143] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:29:50.823] [ 0.443186] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:29:50.823] [ 0.443242] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:29:50.823] [ 0.443286] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:29:50.823] [ 0.443329] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:29:50.843] [ 0.443372] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:29:50.845] [ 0.443915] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:29:50.845] [ 0.443959] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:29:50.845] [ 0.444131] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:29:50.845] [ 0.444302] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:29:50.863] [ 0.444488] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:29:50.863] [ 0.444654] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:29:50.863] [ 0.444822] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:29:50.863] [ 0.444866] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:29:50.873] [ 0.444909] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:29:50.873] [ 0.445074] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:29:50.886] [ 0.445238] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:29:50.886] [ 0.445403] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:29:50.897] [ 0.445447] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:29:50.902] [ 0.445491] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:29:50.902] [ 0.445534] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:29:50.920] [ 0.445577] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:29:50.920] [ 0.445746] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:29:50.920] [ 0.445790] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:29:50.920] [ 0.446090] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:29:50.931] [ 0.446109] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:29:50.931] [ 0.528507] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:29:50.941] [ 0.528596] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:29:50.955] [ 1.675251] console [ttyAMA0] enabled [2024-05-23 14:29:50.957] [ 1.682865] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:29:50.989] [ 1.711700] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:29:50.992] [ 1.721992] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:29:51.004] [ 1.732574] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:29:51.021] [ 1.742832] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:29:51.112] [ 1.842533] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:29:51.127] [ 1.858661] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:29:51.140] [ 1.865559] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:29:51.142] [ 1.872427] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:29:51.169] [ 1.878795] Linux video capture interface: = v2.00 [2024-05-23 14:29:51.169] [ 1.884605] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:51.171] [ 1.884609] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:29:51.189] [ 1.884614] 6 locks held by swapper/0/1: [2024-05-23 14:29:51.189] [ 1.884616] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:29:51.189] [ 1.884644] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:29:51.203] [ 1.884659] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:29:51.205] [ 1.884678] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:51.225] [ 1.884693] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:29:51.225] [ 1.884709] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:51.240] [ 1.884727] irq event stamp: 288004 [2024-05-23 14:29:51.242] [ 1.884733] hardirqs last enabled at = (288003): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:51.260] [ 1.884738] hardirqs last disabled at = (288004): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:29:51.262] [ 1.884745] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:51.262] [ 1.884749] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:51.284] [ 1.884751] Preemption disabled at: [2024-05-23 14:29:51.284] [ 1.884757] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:51.284] [ 1.884766] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:29:51.285] [ 1.884768] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:51.305] [ 1.884772] Call trace: [2024-05-23 14:29:51.305] [ 1.884779] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:51.305] [ 1.884783] show_stack+0x14/0x20 [2024-05-23 14:29:51.305] [ 1.884789] dump_stack+0xb8/0xf0 [2024-05-23 14:29:51.305] [ 1.884795] ___might_sleep+0x178/0x210 [2024-05-23 14:29:51.326] [ 1.884799] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:51.328] [ 1.884804] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:51.328] [ 1.884809] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:51.328] [ 1.884817] gic_set_type+0x84/0x98 [2024-05-23 14:29:51.328] [ 1.884822] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:51.328] [ 1.884827] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:51.339] [ 1.884831] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:51.341] [ 1.884837] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:29:51.341] [ 1.884843] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:29:51.362] [ 1.884848] platform_drv_probe+0x58/0xb8 [2024-05-23 14:29:51.362] [ 1.884853] = driver_probe_device+0x228/0x410 [2024-05-23 14:29:51.362] [ 1.884858] __driver_attach+0xfc/0x118 [2024-05-23 14:29:51.362] [ 1.884862] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:29:51.362] [ 1.884867] driver_attach+0x20/0x28 [2024-05-23 14:29:51.363] [ 1.884872] bus_add_driver+0x220/0x268 [2024-05-23 14:29:51.384] [ 1.884877] driver_register+0x60/0xf8 [2024-05-23 14:29:51.384] [ 1.884881] = __platform_driver_register+0x44/0x50 [2024-05-23 14:29:51.384] [ 1.884888] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:29:51.384] [ 1.884893] do_one_initcall+0x50/0x15c [2024-05-23 14:29:51.384] [ 1.884900] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:29:51.398] [ 1.884905] kernel_init+0x10/0x100 [2024-05-23 14:29:51.398] [ 1.884910] ret_from_fork+0x10/0x18 [2024-05-23 14:29:51.398] [ 1.890508] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:29:51.412] [ 2.137775] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:29:51.426] [ 2.151285] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:29:51.442] [ 2.158335] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:29:51.444] [ 2.162936] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:29:51.444] [ 2.167740] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:29:51.444] [ 2.172590] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:29:51.457] [ 2.177145] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:29:51.500] [ 2.230618] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:29:51.514] [ 2.243155] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:51.541] [ 2.261238] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:51.547] [ 2.276827] NET: Registered protocol family = 2 [2024-05-23 14:29:51.560] [ 2.284304] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:29:51.562] [ 2.291919] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:29:51.582] [ 2.303164] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:29:51.582] [ 2.310697] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:29:51.597] [ 2.317462] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:29:51.597] [ 2.325557] NET: Registered protocol family = 1 [2024-05-23 14:29:51.702] [ 2.433366] audit: initializing netlink = subsys (disabled) [2024-05-23 14:29:51.709] [ 2.440109] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:29:51.721] [ 2.440667] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:29:51.792] [ 2.523041] fuse init (API version 7.26) [2024-05-23 14:29:51.810] [ 2.540946] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:29:51.820] [ 2.550761] io scheduler noop registered = (default) [2024-05-23 14:29:51.834] [ 2.555602] io scheduler mq-deadline = registered [2024-05-23 14:29:51.834] [ 2.560176] io scheduler kyber registered [2024-05-23 14:29:51.849] [ 2.571368] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:51.851] [ 2.578455] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:51.864] [ 2.584667] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:29:51.864] [ 2.592278] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:51.923] [ 2.654731] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:51.931] [ 2.662511] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:51.943] [ 2.667359] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:29:51.943] [ 2.672788] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:51.957] [ 2.673423] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:51.957] [ 2.684179] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:51.967] [ 2.690387] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:29:51.978] [ 2.697966] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:51.993] [ 2.722289] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:52.007] [ 2.729193] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:52.007] [ 2.733970] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:29:52.040] [ 2.739397] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:52.040] [ 2.739965] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:29:52.040] [ 2.750718] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:29:52.040] [ 2.756927] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:29:52.047] [ 2.764545] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:29:52.102] [ 2.831000] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:29:52.108] [ 2.837943] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:29:52.119] [ 2.842578] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:29:52.127] [ 2.848004] fbX_probe : update_type =3D 1=20 [2024-05-23 14:29:52.139] [ 2.857636] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:29:52.139] [ 2.867263] [INF][WDMA] tcc_wdma_init [2024-05-23 14:29:52.164] [ 2.872043] TCC WDMA Driver Initializing [2024-05-23 14:29:52.167] [ 2.879499] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:29:52.167] [ 2.885642] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:29:52.167] [ 2.896108] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:52.194] [ 2.908742] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:29:52.194] [ 2.918211] [CPU_ID] probe is done [2024-05-23 14:29:52.196] [ 2.922097] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:29:52.234] [ 2.928737] [DRAM_TOOL] probe is done [2024-05-23 14:29:52.234] [ 2.935956] MALI-G51 : r30p0-01eac0 [2024-05-23 14:29:52.234] [ 2.939484] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:29:52.234] [ 2.949379] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:52.243] [ 2.949385] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:29:52.244] [ 2.949389] 6 locks held by swapper/0/1: [2024-05-23 14:29:52.244] [ 2.949392] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:29:52.269] [ 2.949419] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:29:52.269] [ 2.949434] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:29:52.269] [ 2.949453] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:52.285] [ 2.949468] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:29:52.285] [ 2.949484] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:52.300] [ 2.949503] irq event stamp: 453534 [2024-05-23 14:29:52.300] [ 2.949508] hardirqs last enabled at = (453533): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:29:52.314] [ 2.949513] hardirqs last disabled at = (453534): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:29:52.314] [ 2.949520] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:52.329] [ 2.949524] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:52.331] [ 2.949526] Preemption disabled at: [2024-05-23 14:29:52.357] [ 2.949531] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:29:52.357] [ 2.949541] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:29:52.357] [ 2.949544] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:29:52.357] [ 2.949548] Call trace: [2024-05-23 14:29:52.357] [ 2.949554] dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:52.370] [ 2.949559] show_stack+0x14/0x20 [2024-05-23 14:29:52.373] [ 2.949565] dump_stack+0xb8/0xf0 [2024-05-23 14:29:52.373] [ 2.949570] ___might_sleep+0x178/0x210 [2024-05-23 14:29:52.373] [ 2.949574] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:52.397] [ 2.949578] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:52.410] [ 2.949584] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:52.410] [ 2.949591] gic_set_type+0x84/0x98 [2024-05-23 14:29:52.410] [ 2.949596] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:52.410] [ 2.949601] __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:52.410] [ 2.949606] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:52.410] [ 2.949612] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:29:52.425] [ 2.949618] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:29:52.425] [ 2.949622] kbase_device_init+0x78/0xf8 [2024-05-23 14:29:52.425] [ 2.949628] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:29:52.438] [ 2.949632] platform_drv_probe+0x58/0xb8 [2024-05-23 14:29:52.438] [ 2.949638] = driver_probe_device+0x228/0x410 [2024-05-23 14:29:52.438] [ 2.949642] __driver_attach+0xfc/0x118 [2024-05-23 14:29:52.440] [ 2.949647] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:29:52.440] [ 2.949652] driver_attach+0x20/0x28 [2024-05-23 14:29:52.440] [ 2.949657] bus_add_driver+0x220/0x268 [2024-05-23 14:29:52.440] [ 2.949662] driver_register+0x60/0xf8 [2024-05-23 14:29:52.463] [ 2.949666] = __platform_driver_register+0x44/0x50 [2024-05-23 14:29:52.463] [ 2.949673] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:29:52.463] [ 2.949678] do_one_initcall+0x50/0x15c [2024-05-23 14:29:52.463] [ 2.949685] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:29:52.463] [ 2.949691] kernel_init+0x10/0x100 [2024-05-23 14:29:52.465] [ 2.949695] ret_from_fork+0x10/0x18 [2024-05-23 14:29:52.486] [ 2.951436] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:29:52.486] [ 3.206449] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:29:52.486] [ 3.213187] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:29:52.501] [ 3.231332] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:29:52.515] [ 3.238649] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:29:52.527] [ 3.250885] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:29:52.528] [ 3.257104] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:29:52.543] [ 3.261485] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:29:52.545] [ 3.268985] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:29:52.587] [ 3.318456] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:29:52.610] [ 3.329359] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:29:52.612] [ 3.337239] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:29:52.637] [ 3.349936] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:29:52.642] [ 3.355220] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:29:52.642] [ 3.366297] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:29:52.665] [ 3.375161] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:29:52.665] [ 3.394313] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:29:52.679] [ 3.409668] libphy: Fixed MDIO Bus: probed [2024-05-23 14:29:52.694] [ 3.414666] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:29:52.696] [ 3.425622] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:29:52.710] [ 3.427745] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:29:52.710] [ 3.427809] [INFO][GAMC] gmac index : 1 [2024-05-23 14:29:52.710] [ 3.428389] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:29:52.725] [ 3.428397] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:29:52.725] [ 3.429295] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:29:52.725] [ 3.429308] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:29:52.750] [ 3.433550] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:29:52.751] [ 3.442715] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:29:52.751] [ 3.443798] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:52.751] [ 3.443811] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:29:52.751] [ 3.443818] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:29:52.764] [ 3.443829] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:52.777] [ 3.443841] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:29:52.777] [ 3.445449] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:29:52.779] [ 3.454589] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:29:52.779] [ 3.454598] usbhid: USB HID core driver [2024-05-23 14:29:52.806] [ 3.455000] optee: probing for conduit = method from DT. [2024-05-23 14:29:52.806] [ 3.455024] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:29:52.806] [ 3.456910] optee: initialized driver [2024-05-23 14:29:52.806] [ 3.458623] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:29:52.806] [ 3.458638] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:29:52.808] [ 3.458646] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:29:52.820] [ 3.458653] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:29:52.820] [ 3.458661] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:29:52.834] [ 3.458668] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:29:52.840] [ 3.458675] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:29:52.840] [ 3.458682] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:29:52.864] [ 3.460197] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:29:52.878] [ 3.460205] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:29:52.878] [ 3.467260] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:29:52.878] [ 3.485078] NET: Registered protocol family = 17 [2024-05-23 14:29:52.878] [ 3.485562] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:29:52.880] [ 3.490562] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:29:52.903] [ 3.616272] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:29:52.903] [ 3.628583] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:29:52.903] [ 3.634109] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:29:52.919] [ 3.640783] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:29:52.919] [ 3.648061] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:29:52.933] [ 3.654260] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:29:52.933] [ 3.654304] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:29:52.949] [ 3.656758] ALSA device list: [2024-05-23 14:29:52.949] [ 3.656766] No soundcards found. [2024-05-23 14:29:52.949] [ 3.679290] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:29:52.963] [ 3.688521] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:29:52.976] [ 3.696273] GPT:15269887 !=3D 15273599 [2024-05-23 14:29:52.980] [ 3.699882] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:29:52.980] [ 3.700482] Freeing unused kernel memory: = 4160K [2024-05-23 14:29:53.002] Mounting devtmpfs[ 3.710871] GPT:15269887 = !=3D 15273599 [2024-05-23 14:29:53.005]=20 [2024-05-23 14:29:53.005] [ 3.715921] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:29:53.005] [ 3.721366] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:29:53.027] Mounting procfs[ 3.727861] mount (91) used = greatest stack depth: 13232 bytes left [2024-05-23 14:29:53.032]=20 [2024-05-23 14:29:53.032] Mounting sysfs [2024-05-23 14:29:53.032] [ 3.756461] mount (93) used greatest stack = depth: 12912 bytes left [2024-05-23 14:29:53.056] [ 3.763756] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:29:53.069] [ 3.784583] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:29:53.098] [ 3.829475] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:29:53.108] [ 3.838564] mount (98) used greatest stack = depth: 11648 bytes left [2024-05-23 14:29:53.125] [ 3.854942] mount (100) used greatest stack = depth: 11440 bytes left [2024-05-23 14:29:53.369] [ 4.099718] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:29:53.469] [ 4.200158] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:29:53.501] [ 4.228008] systemd[1]: Detected = architecture arm64. [2024-05-23 14:29:53.545]=20 [2024-05-23 14:29:53.545] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:29:53.560]=20 [2024-05-23 14:29:53.562] [ 4.291620] systemd[1]: Set hostname to = . [2024-05-23 14:29:53.575] [ 4.303578] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:29:53.592] [ 4.312313] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:29:53.830] [ 4.559321] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:29:53.857] [ 4.576433] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:29:53.896] [ 4.619375] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:29:53.901] [ 4.631488] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:29:54.104] [ 4.831188] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:29:54.176] [ OK ] Listening on Journal Socket. [2024-05-23 14:29:54.212] Mounting POSIX Message Queue File = System... [2024-05-23 14:29:54.244] Starting mount data partition = service... [2024-05-23 14:29:54.280] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:29:54.312] [ OK ] Created slice User and Session Slice. [2024-05-23 14:29:54.329] [ OK ] Listening on udev Control Socket. [2024-05-23 14:29:54.346] [ OK ] Reached target Paths. [2024-05-23 14:29:54.362] [ OK ] Reached target Slices. [2024-05-23 14:29:54.389] Mounting FUSE Control File System... [2024-05-23 14:29:54.400] [ OK ] Reached target Remote File Systems. [2024-05-23 14:29:54.415] [ 5.139939] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:54.446] Mounting Huge Pages File System... [2024-05-23 14:29:54.460] [ OK ] Created slice system-getty.slice. [2024-05-23 14:29:54.489] Mounting Configuration File System... [2024-05-23 14:29:54.513] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:29:54.529] [ OK ] Listening on Syslog Socket. [2024-05-23 14:29:54.546] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:29:54.571] Starting udev Coldplug all Devices... [2024-05-23 14:29:54.597] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:29:54.618] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:29:54.646] Mounting Kernel Debug File System... [2024-05-23 14:29:54.664] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:29:54.697] [ 5.421699] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:29:54.712] Starting Journal Service... [2024-05-23 14:29:54.736] Starting Apply Kernel Variables... [2024-05-23 14:29:54.763] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:29:54.780] [ OK ] Reached target Swap. [2024-05-23 14:29:54.829] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:29:54.862] [ OK ] Started mount data partition service. [2024-05-23 14:29:54.885] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:29:54.913] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:29:54.930] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:29:54.936] [ OK ] Mounted Configuration File System. [2024-05-23 14:29:54.980] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:29:54.996] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:29:55.018] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:29:55.047] [ OK ] Started Journal Service. [2024-05-23 14:29:55.116] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:29:55.162] Starting udev Kernel Device = Manager... [2024-05-23 14:29:55.177] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:29:55.205] Mounting /tmp... [2024-05-23 14:29:55.218] [ OK ] Reached target Containers. [2024-05-23 14:29:55.249] Mounting /var/volatile... [2024-05-23 14:29:55.280] Starting NS file System mount and = recovery.... [2024-05-23 14:29:55.306] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:29:55.346] [ OK ] Mounted /tmp. [2024-05-23 14:29:55.376] [ OK ] Mounted /var/volatile. [2024-05-23 14:29:55.416] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:29:55.420] [ 6.148154] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:55.523] [ 6.251983] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:55.598] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:29:55.615] [ 6.346619] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:29:55.732] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:29:55.916] [ 6.645684] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:29:55.933] Starting Bind mount volatile = /var/spool... [2024-05-23 14:29:55.965] Starting Bind mount volatile = /var/cache... [2024-05-23 14:29:56.005] Starting Bind mount volatile = /var/lib... [2024-05-23 14:29:56.038] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:29:56.177] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:29:56.242] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:29:56.267] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:29:56.447] Starting Load/Save Random Seed... [2024-05-23 14:29:56.464] [ OK ] Reached target Local File Systems. [2024-05-23 14:29:56.493] Starting Create Volatile Files and = Directories... [2024-05-23 14:29:56.522] Starting AppArmor initialization... [2024-05-23 14:29:56.552] Starting netfilter persistent = configuration... [2024-05-23 14:29:56.582] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:29:56.660] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:29:56.681] [ 7.412331] audit: type=3D1400 = audit(1550139121.308:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:29:56.720] Starting Update UT[ 7.435354] = audit: type=3D1400 audit(1550139121.316:3): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//Cluster_profile" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:29:56.724] MP about System Boot/Shutdown 7.455361] = audit: type=3D1400 audit(1550139121.316:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:29:56.749] m... [2024-05-23 14:29:56.749] [ 7.475478] audit: type=3D1400 = audit(1550139121.316:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:56.764] [ 7.492012] audit: type=3D1400 = audit(1550139121.316:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:56.780] [ 7.508938] audit: type=3D1400 = audit(1550139121.316:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:56.795] [ 7.524738] audit: type=3D1400 = audit(1550139121.316:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:29:56.812] [ OK ] Started AppArmor initialization. [2024-05-23 14:29:56.849] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:29:56.863] [ OK ] Reached target Network (Pre). [2024-05-23 14:29:56.898] Starting Network Service... [2024-05-23 14:29:56.931] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:29:56.952] [ OK ] Reached target System Initialization. [2024-05-23 14:29:56.982] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:29:56.999] [ OK ] Reached target Sockets. [2024-05-23 14:29:57.015] [ OK ] Reached target Basic System. [2024-05-23 14:29:57.035] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:29:57.067] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:29:57.098] [ 7.827400] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:29:57.115] [ OK ] Started NS VSync Process. [2024-05-23 14:29:57.149] [ 7.866888] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:29:57.151] [ 7.871487] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:29:57.151] [ 7.876686] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:29:57.179] Starting Login Service... [2024-05-23 14:29:57.199] [ 7.927791] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:29:57.233] [ OK ] Started System Logging Service. [2024-05-23 14:29:57.271] [ 8.002461] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:29:57.301] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:29:57.318] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:29:57.332] [ OK ] Reached target Timers. [2024-05-23 14:29:57.349] [ OK ] Started NS System Management Process. [2024-05-23 14:29:57.366] Starting NS Inter Domain Comm = Process... [2024-05-23 14:29:57.383] [ 8.108213] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:29:57.388] Start /usr/bin/sys-fail-mon [2024-05-23 14:29:57.388] [ 8.112659] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:29:57.448] [ OK ] Started Kernel Logging Service. [2024-05-23 14:29:57.454] [ 8.112802] [INFO][GMAC]=20 [2024-05-23 14:29:57.463] [ 8.182836] libphy: tcc-gmac-mdio: probed [2024-05-23 14:29:57.465] [ 8.190016] [INFO][GMAC] registered! [2024-05-23 14:29:57.465] [ 8.190550] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:29:57.490] [ 8.190577] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:29:57.490] [ 8.194749] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:29:57.490] [ 8.194762] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:29:57.507] [ 8.205639] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:57.509] [ 8.214605] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:29:57.536] [ 8.214637] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:29:57.536] [ 8.217012] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:29:57.536] [ 8.217025] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:29:57.549] [ 8.218823] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:29:57.551] [ 8.278942] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:29:57.575] [ 8.278959] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:29:57.575] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:29:57.600] Starting Load Kernel Modules... [2024-05-23 14:29:57.602] [ OK ] Started Network Service. [2024-05-23 14:29:57.626] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:29:57.628] [ 8.358011] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:29:57.644] [ 8.366926] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:29:57.644] [ 8.366926] -- MASTER Configuration. [2024-05-23 14:29:57.645] [ 8.366926] -- Local Receiver Status Not = OK. [2024-05-23 14:29:57.674] [ 8.366926] -- Remote Receiver Status Not = OK. [2024-05-23 14:29:57.674] [ 8.385388] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:29:57.674] [ 8.386481] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:29:57.688] [ 8.386493] Disabling lock debugging due to = kernel taint [2024-05-23 14:29:57.689] [ 8.411885] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:29:57.689] [ 8.412200] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:29:57.718] [ 8.412203] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:29:57.718] [ 8.412205] INFO: lockdep is turned off. [2024-05-23 14:29:57.718] [ 8.412207] irq event stamp: 73112 [2024-05-23 14:29:57.718] [ 8.412221] hardirqs last enabled at = (73111): [<000000003cb45968>] preempt_schedule_irq+0x28/0x68 [2024-05-23 14:29:57.732] parents, child is 312 [2024-05-23 14:29:57.732] [ 8.412227] hardirqs last disabled at = (73112): [<0000000020704a07>] __schedule+0xc8/0x730 [2024-05-23 14:29:57.734] [IDC]Start. [2024-05-23 14:29:57.758] [ 8.412234] softirqs last enabled at (0): = [<00000000f0e2c221>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:29:57.783] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:29:57.783] [ 8.412237] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:29:57.783] [IDC](A7)ConnectReq 0 [2024-05-23 14:29:57.783] [IDC](A7)do_conn[ 8.412238] Preemption = disabled at: [2024-05-23 14:29:57.797] ect 0 [2024-05-23 14:29:57.797] [IDC](A7)Session status 0[ 8.412245] = [<000000002e12703a>] __setup_irq+0x100/0x7f8 [2024-05-23 14:29:57.797] -> 1 [2024-05-23 14:29:57.797] [IDC](A7)Tx start session re[ 8.412253] = CPU: 0 PID: 262 Comm: systemd-network Tainted: P W O = 4.14.202-tcc #1 [2024-05-23 14:29:57.797] q 1 [2024-05-23 14:29:57.797] [IDC](A7)Session status 1 -[ 8.412254] = Hardware name: Telechips TCC8031 Evaluation Board (DT) [2024-05-23 14:29:57.811] > 2 [2024-05-23 14:29:57.811] [IDC](R5)ConnectReq 0 [2024-05-23 14:29:57.811] [IDC][ 8.412257] Call trace: [2024-05-23 14:29:57.811] (R5)do_connect 0 [2024-05-23 14:29:57.811] [IDC](R5)Sessi[ 8.412262] = dump_backtrace+0x0/0x1d8 [2024-05-23 14:29:57.848] on status 0 -> 1 [2024-05-23 14:29:57.848] [IDC](R5)do_en[ 8.412265] = show_stack+0x14/0x20 [2024-05-23 14:29:57.848] try_startreq 1 [2024-05-23 14:29:57.848] [IDC](R5)do_peri[ 8.412269] = dump_stack+0xb8/0xf0 [2024-05-23 14:29:57.873] odic_startreq 1. [2024-05-23 14:29:57.873] [IDC](R5)Sessi[ 8.412274] = ___might_sleep+0x178/0x210 [2024-05-23 14:29:57.873] on status 1 -> 2 [2024-05-23 14:29:57.873] [IDC](A7)Sessi[ 8.412277] = rt_spin_lock+0xa4/0xf0 [2024-05-23 14:29:57.873] on status 2 -> 3 [2024-05-23 14:29:57.873] [IDC](A7)Sessi[ 8.412283] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:29:57.873] on connected. [2024-05-23 14:29:57.873] [IDC]TimerStartRe[ 8.412287] = tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:29:57.873] q 2 R5:1.0 [2024-05-23 14:29:57.873] [IDC](R5)Rx TIMER_ST[ 8.412293] = gic_set_type+0x84/0x98 [2024-05-23 14:29:57.873] ART_REQ R5:1.000] 2 [2024-05-23 14:29:57.873] [IDC](R5)Se[ 8.412296] = __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:29:57.875] ssion connected.2 [2024-05-23 14:29:57.875] [IDC](R5)Sess[ 8.412300] = __setup_irq+0x76c/0x7f8 [2024-05-23 14:29:57.875] ion status 2 -> 3 [2024-05-23 14:29:57.875] [ 8.412303] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:29:57.875] [ 8.412309] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:29:57.875] [ 8.412313] __dev_open+0x100/0x150 [2024-05-23 14:29:57.875] [ 8.412316] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:29:57.890] [ 8.412319] dev_change_flags+0x20/0x60 [2024-05-23 14:29:57.894] [ 8.412323] do_setlink+0x3ec/0xc30 [2024-05-23 14:29:57.894] [ 8.412326] rtnl_setlink+0xcc/0x128 [2024-05-23 14:29:57.894] [ 8.412329] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:29:57.917] [ 8.412333] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:29:57.930] [ 8.412335] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:29:57.930] [ 8.412338] netlink_unicast+0x180/0x1f8 [2024-05-23 14:29:57.930] [ 8.412341] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:29:57.930] [ 8.412346] sock_sendmsg+0x3c/0x58 [2024-05-23 14:29:57.930] [ 8.412350] SyS_sendto+0xd0/0x140 [2024-05-23 14:29:57.930] [ 8.412354] el0_svc_naked+0x34/0x38 [2024-05-23 14:29:57.941] [ 8.412514] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:29:57.941] [ 8.428238] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:29:57.941] [ 8.428243] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:29:57.943] [ 8.428248] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:29:57.943] [ 8.428248] =20 [2024-05-23 14:29:57.967] [ 8.429149] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:29:57.971] [ 8.431609] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:29:57.971] [ 8.431614] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:29:57.971] [ 8.431620] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:29:57.971] [ 8.431620] =20 [2024-05-23 14:29:57.971] [ 8.431778] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:29:57.994] [ 8.431793] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:29:58.005] [ 8.431797] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:29:58.005] [ 8.431801] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:29:58.005] [ 8.431809] [INFO][GMAC] --] phy_start: : [2024-05-23 14:29:58.005] [ 8.431872] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:29:58.005] [ 8.467819] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:29:58.007] [ 8.511656] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:29:58.031] [ 8.538253] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.031] [ 8.538334] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:29:58.031] [ 8.550463] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:29:58.031] [ 8.564948] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:29:58.031] [ 8.565445] Done!! [2024-05-23 14:29:58.031] [ 8.645796] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.048] [ 8.675543] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:29:58.048] [ 8.678304] Done!! [2024-05-23 14:29:58.048] [ 8.753787] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.049] [ 8.772273] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:29:58.075] [ 8.774191] Done!! [2024-05-23 14:29:58.075] [ OK ] Started Cluster Framework. [2024-05-23 14:29:58.075] [ OK ] Started HUD Framework. [2024-05-23 14:29:58.075] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:29:58.092] [ OK ] Started Nvm Process. [2024-05-23 14:29:58.131] [ 8.861851] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.162] [ OK ] Started NS hsm control application. [2024-05-23 14:29:58.163] [ OK ] Started Diagnosis Framework. [2024-05-23 14:29:58.182] [ OK ] Started Diagnosis Transport. [2024-05-23 14:29:58.197] [ OK ] Started NS Software Update. [2024-05-23 14:29:58.216] [ OK ] Started NS Secondary Verify. [2024-05-23 14:29:58.249] Starting Wait for Network to be = Configured... [2024-05-23 14:29:58.251] [ 8.977184] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.277] [ OK ] Reached target Network. [2024-05-23 14:29:58.278] Starting udev Coldplug all Devices... [2024-05-23 14:29:58.281] Starting Permit User Sessions... [2024-05-23 14:29:58.320] [ 9.051285] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:29:58.351] [ OK ] Started Load Kernel Modules. [2024-05-23 14:29:58.362] [ 9.092103] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.415] [ OK ] Started Login Service. [2024-05-23 14:29:58.427] [ OK ] Started Permit User Sessions. [2024-05-23 14:29:58.442] [ OK ] Started Getty on tty1. [2024-05-23 14:29:58.470] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:29:58.470] [ OK ] Reached target Login Prompts. [2024-05-23 14:29:58.470] [ OK ] Reached target Multi-User System. [2024-05-23 14:29:58.470] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:29:58.492] Starting NS A53 RealTime Schedule = Swi[ 9.202171] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:29:58.508] tch... [2024-05-23 14:29:58.600] [ 9.328769] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.703] [ 9.420157] sched: RT throttling activated [2024-05-23 14:29:58.714] [ 9.438471] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.715] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:29:58.819] [ 9.549871] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:29:58.954] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:29:59.107] [ 9.837588] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:29:59.116] [ 9.845974] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:00.024] [ 10.754266] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:00.033] [ 10.762668] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:00.708] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:04.856]=20 [2024-05-23 14:30:04.857] telechips-nsp1-release login:=20 [2024-05-23 14:30:06.622]=20 [2024-05-23 14:30:06.622] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:30:06.638]=20 [2024-05-23 14:30:06.638] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:30:06.638] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:30:06.638] DRAM: 2 GiB [2024-05-23 14:30:06.661] MMC: sdhc@0x16440000: 0 [2024-05-23 14:30:06.949]=20 [2024-05-23 14:30:06.949] HW Partition tyep is UserData [2024-05-23 14:30:06.970] In: serial [2024-05-23 14:30:06.972] Out: serial [2024-05-23 14:30:06.972] Err: serial [2024-05-23 14:30:07.026] Boot in the UserData environment(0) [2024-05-23 14:30:07.029] Non-secure boot (secure boot flag is clear) [2024-05-23 14:30:07.043] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:30:07.043] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:30:07.043] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:30:07.059] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:30:07.059] Booting using the fdt blob at 0x23000000 [2024-05-23 14:30:07.059] Loading Kernel Image [2024-05-23 14:30:07.075] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:30:07.076] OPTEE is enabled [2024-05-23 14:30:07.076]=20 [2024-05-23 14:30:07.076] Starting kernel ... [2024-05-23 14:30:07.078]=20 [2024-05-23 14:30:08.011] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:30:08.017] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:30:08.030] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:30:08.044] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:30:08.044] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:30:08.044] [ 0.000000] efi: UEFI not found. [2024-05-23 14:30:08.058] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:30:08.061] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:30:08.088] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:30:08.088] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:30:08.088] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:30:08.090] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:30:08.116] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:30:08.116] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:30:08.116] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:30:08.130] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:30:08.142] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:30:08.144] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:30:08.144] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:30:08.169] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:30:08.169] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:30:08.169] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:30:08.184] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:30:08.189] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:30:08.212] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:30:08.224] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:30:08.224] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:30:08.226] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:30:08.226] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:30:08.251] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:30:08.251] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:30:08.251] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:30:08.251] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:30:08.251] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:30:08.266] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:30:08.266] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:30:08.268] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:30:08.294] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:30:08.294] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:30:08.294] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:30:08.294] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:30:08.311] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:30:08.340] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:30:08.340] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:30:08.340] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:30:08.355] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:30:08.359] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:30:08.394] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:30:08.394] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:30:08.394] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:30:08.394] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:30:08.394] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:30:08.406] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:30:08.408] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:30:08.444] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:30:08.444] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:30:08.444] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:30:08.444] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:30:08.446] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:30:08.467] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:30:08.467] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:30:08.467] [ 0.000000] Running RCU self tests [2024-05-23 14:30:08.467] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:30:08.482] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:30:08.482] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:30:08.482] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:30:08.494] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:30:08.494] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:30:08.508] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:30:08.508] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:30:08.508] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:30:08.524] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:30:08.524] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:30:08.538] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:30:08.538] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:30:08.553] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:30:08.553] [ 0.001467] Console: colour dummy device = 80x25 [2024-05-23 14:30:08.555] [ 0.001707] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:30:08.580] [ 0.001709] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:30:08.580] [ 0.001712] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:30:08.580] [ 0.001715] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:30:08.580] [ 0.001718] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:30:08.580] [ 0.001720] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:30:08.595] [ 0.001723] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:30:08.595] [ 0.001725] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:30:08.595] [ 0.001728] memory used by lock dependency = info: 7903 kB [2024-05-23 14:30:08.609] [ 0.001731] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:30:08.611] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:30:08.639] [ 0.001779] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:30:08.639] [ 0.002278] Security Framework initialized [2024-05-23 14:30:08.639] [ 0.002403] AppArmor: AppArmor initialized [2024-05-23 14:30:08.639] [ 0.002649] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:30:08.639] [ 0.002670] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:30:08.642] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:30:08.668] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:30:08.668] [ 0.062271] EFI services will not be = available. [2024-05-23 14:30:08.668] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:30:08.668] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:30:08.668] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:30:08.670] [ 0.164994] Detected VIPT I-cache on CPU2 [2024-05-23 14:30:08.694] [ 0.165050] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:30:08.694] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:30:08.694] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:30:08.694] [ 0.209709] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:30:08.694] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:30:08.711] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:30:08.714] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:30:08.714] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:30:08.714] [ 0.210516] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:30:08.737] [ 0.213109] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:30:08.739] [ 0.213689] devtmpfs: initialized [2024-05-23 14:30:08.739] [ 0.403521] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:30:08.739] [ 0.403790] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:30:08.739] [ 0.412604] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:30:08.764] [ 0.413531] chipinfo: TCC8030 Rev02 [2024-05-23 14:30:08.764] [ 0.413546] chipinfo: SiP Service v0.1.56 [2024-05-23 14:30:08.764] [ 0.418912] NET: Registered protocol family = 16 [2024-05-23 14:30:08.764] [ 0.422917] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:30:08.764] [ 0.424852] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:30:08.778] [ 0.426597] cpuidle: using governor menu [2024-05-23 14:30:08.778] [ 0.426833] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:30:08.803] [ 0.440911] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:30:08.805] [ 0.441395] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:30:08.805] [ 0.441441] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:30:08.805] [ 0.441485] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:30:08.805] [ 0.441528] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:30:08.805] [ 0.441572] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:30:08.841] [ 0.441615] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:30:08.841] [ 0.441659] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:30:08.841] [ 0.441702] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:30:08.841] [ 0.441746] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:30:08.841] [ 0.441789] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:30:08.844] [ 0.441833] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:30:08.844] [ 0.441956] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:30:08.844] [ 0.442001] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:30:08.868] [ 0.442045] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:30:08.868] [ 0.442088] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:30:08.868] [ 0.442146] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:30:08.868] [ 0.442189] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:30:08.868] [ 0.442233] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:30:08.881] [ 0.442610] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:30:08.894] [ 0.442654] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:30:08.894] [ 0.442698] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:30:08.896] [ 0.442741] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:30:08.896] [ 0.442785] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:30:08.919] [ 0.442828] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:30:08.924] [ 0.442871] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:30:08.924] [ 0.442915] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:30:08.924] [ 0.442958] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:30:08.924] [ 0.443001] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:30:08.924] [ 0.443045] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:30:08.950] [ 0.443088] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:30:08.950] [ 0.443320] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:30:08.950] [ 0.443378] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:30:08.950] [ 0.443421] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:30:08.950] [ 0.443465] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:30:08.964] [ 0.443508] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:30:08.977] [ 0.443551] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:30:08.977] [ 0.443594] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:30:08.993] [ 0.443783] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:30:08.993] [ 0.443827] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:30:08.993] [ 0.443870] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:30:09.003] [ 0.443913] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:30:09.003] [ 0.443956] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:30:09.003] [ 0.443999] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:30:09.005] [ 0.444042] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:30:09.005] [ 0.444085] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:30:09.030] [ 0.444128] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:30:09.030] [ 0.444172] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:30:09.030] [ 0.444228] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:30:09.030] [ 0.444271] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:30:09.030] [ 0.444314] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:30:09.045] [ 0.444357] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:30:09.045] [ 0.444888] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:30:09.045] [ 0.444933] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:30:09.060] [ 0.445105] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:30:09.073] [ 0.445274] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:30:09.073] [ 0.445458] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:30:09.075] [ 0.445625] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:30:09.075] [ 0.445792] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:30:09.075] [ 0.445836] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:30:09.100] [ 0.445972] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:30:09.100] [ 0.446182] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:30:09.100] [ 0.446371] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:30:09.100] [ 0.446554] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:30:09.102] [ 0.446598] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:30:09.126] [ 0.446642] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:30:09.126] [ 0.446686] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:30:09.126] [ 0.446728] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:30:09.126] [ 0.446907] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:30:09.139] [ 0.446951] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:30:09.141] [ 0.447153] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:30:09.141] [ 0.447167] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:30:09.163] [ 0.529752] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:30:09.165] [ 0.529843] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:30:09.165] [ 1.676682] console [ttyAMA0] enabled [2024-05-23 14:30:09.165] [ 1.684372] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:30:09.193] [ 1.713203] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:30:09.208] [ 1.723603] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:30:09.224] [ 1.734117] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:30:09.244] [ 1.744438] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:30:09.326] [ 1.844182] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:30:09.342] [ 1.860579] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:30:09.349] [ 1.867473] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:30:09.365] [ 1.874262] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:30:09.365] [ 1.880630] Linux video capture interface: = v2.00 [2024-05-23 14:30:09.389] [ 1.886471] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:09.389] [ 1.886476] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:30:09.389] [ 1.886480] 6 locks held by swapper/0/1: [2024-05-23 14:30:09.411] [ 1.886483] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:30:09.411] [ 1.886510] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:30:09.411] [ 1.886525] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:30:09.426] [ 1.886543] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:09.426] [ 1.886558] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:30:09.445] [ 1.886574] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:09.445] [ 1.886593] irq event stamp: 288080 [2024-05-23 14:30:09.459] [ 1.886598] hardirqs last enabled at = (288079): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:09.462] [ 1.886603] hardirqs last disabled at = (288080): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:09.487] [ 1.886611] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:09.487] [ 1.886615] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:09.487] [ 1.886617] Preemption disabled at: [2024-05-23 14:30:09.487] [ 1.886622] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:09.504] [ 1.886631] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:30:09.517] [ 1.886634] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:09.517] [ 1.886638] Call trace: [2024-05-23 14:30:09.521] [ 1.886644] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:09.521] [ 1.886649] show_stack+0x14/0x20 [2024-05-23 14:30:09.521] [ 1.886654] dump_stack+0xb8/0xf0 [2024-05-23 14:30:09.521] [ 1.886660] ___might_sleep+0x178/0x210 [2024-05-23 14:30:09.543] [ 1.886663] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:09.545] [ 1.886668] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:09.545] [ 1.886674] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:09.545] [ 1.886681] gic_set_type+0x84/0x98 [2024-05-23 14:30:09.545] [ 1.886686] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:09.545] [ 1.886691] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:09.545] [ 1.886695] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:09.570] [ 1.886700] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:30:09.570] [ 1.886707] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:30:09.570] [ 1.886711] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:09.570] [ 1.886716] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:09.570] [ 1.886721] __driver_attach+0xfc/0x118 [2024-05-23 14:30:09.570] [ 1.886726] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:09.582] [ 1.886731] driver_attach+0x20/0x28 [2024-05-23 14:30:09.584] [ 1.886735] bus_add_driver+0x220/0x268 [2024-05-23 14:30:09.584] [ 1.886740] driver_register+0x60/0xf8 [2024-05-23 14:30:09.584] [ 1.886744] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:09.611] [ 1.886751] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:30:09.611] [ 1.886756] do_one_initcall+0x50/0x15c [2024-05-23 14:30:09.611] [ 1.886764] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:30:09.611] [ 1.886769] kernel_init+0x10/0x100 [2024-05-23 14:30:09.611] [ 1.886774] ret_from_fork+0x10/0x18 [2024-05-23 14:30:09.611] [ 1.892601] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:30:09.628] [ 2.139766] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:30:09.642] [ 2.153308] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:30:09.643] [ 2.160324] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:30:09.645] [ 2.164925] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:30:09.672] [ 2.169729] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:30:09.672] [ 2.174574] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:30:09.672] [ 2.179129] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:30:09.717] [ 2.232998] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:30:09.725] [ 2.245527] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:09.753] [ 2.263691] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:09.761] [ 2.279103] NET: Registered protocol family = 2 [2024-05-23 14:30:09.776] [ 2.286712] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:30:09.776] [ 2.294331] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:30:09.791] [ 2.305514] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:30:09.816] [ 2.312857] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:30:09.823] [ 2.319627] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:30:09.823] [ 2.327717] NET: Registered protocol family = 1 [2024-05-23 14:30:09.915] [ 2.435655] audit: initializing netlink = subsys (disabled) [2024-05-23 14:30:09.925] [ 2.442249] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:30:09.939] [ 2.442785] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:30:10.005] [ 2.525017] fuse init (API version 7.26) [2024-05-23 14:30:10.028] [ 2.543097] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:30:10.032] [ 2.552708] io scheduler noop registered = (default) [2024-05-23 14:30:10.048] [ 2.557562] io scheduler mq-deadline = registered [2024-05-23 14:30:10.048] [ 2.562124] io scheduler kyber registered [2024-05-23 14:30:10.071] [ 2.572962] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:10.071] [ 2.580020] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:10.074] [ 2.586231] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:30:10.094] [ 2.594009] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:10.137] [ 2.656632] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:10.145] [ 2.664465] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:10.159] [ 2.669435] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:30:10.159] [ 2.674864] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:10.160] [ 2.675490] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:10.185] [ 2.686244] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:10.185] [ 2.692453] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:30:10.185] [ 2.699993] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:10.209] [ 2.723954] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:10.212] [ 2.730796] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:10.225] [ 2.735443] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:30:10.225] [ 2.740870] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:10.227] [ 2.741439] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:10.253] [ 2.752192] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:10.253] [ 2.758400] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:30:10.253] [ 2.766015] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:10.312] [ 2.832076] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:10.319] [ 2.838868] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:10.333] [ 2.843448] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:30:10.338] [ 2.848875] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:10.352] [ 2.858749] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:30:10.352] [ 2.868471] [INF][WDMA] tcc_wdma_init [2024-05-23 14:30:10.353] [ 2.873264] TCC WDMA Driver Initializing [2024-05-23 14:30:10.377] [ 2.880298] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:30:10.377] [ 2.886393] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:30:10.398] [ 2.896963] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:10.401] [ 2.909752] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:30:10.401] [ 2.919133] [CPU_ID] probe is done [2024-05-23 14:30:10.404] [ 2.922883] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:30:10.429] [ 2.929594] [DRAM_TOOL] probe is done [2024-05-23 14:30:10.429] [ 2.936882] MALI-G51 : r30p0-01eac0 [2024-05-23 14:30:10.429] [ 2.940410] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:30:10.441] [ 2.950424] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:10.443] [ 2.950428] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:30:10.458] [ 2.950433] 6 locks held by swapper/0/1: [2024-05-23 14:30:10.458] [ 2.950436] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:30:10.472] [ 2.950465] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:30:10.474] [ 2.950480] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:30:10.499] [ 2.950499] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:10.499] [ 2.950514] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:30:10.499] [ 2.950530] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:10.513] [ 2.950550] irq event stamp: 453774 [2024-05-23 14:30:10.513] [ 2.950556] hardirqs last enabled at = (453773): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:10.528] [ 2.950561] hardirqs last disabled at = (453774): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:10.528] [ 2.950568] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:10.540] [ 2.950572] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:10.554] [ 2.950574] Preemption disabled at: [2024-05-23 14:30:10.557] [ 2.950580] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:10.557] [ 2.950589] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:30:10.583] [ 2.950592] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:10.583] [ 2.950596] Call trace: [2024-05-23 14:30:10.583] [ 2.950603] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:10.583] [ 2.950607] show_stack+0x14/0x20 [2024-05-23 14:30:10.583] [ 2.950613] dump_stack+0xb8/0xf0 [2024-05-23 14:30:10.583] [ 2.950618] ___might_sleep+0x178/0x210 [2024-05-23 14:30:10.583] [ 2.950622] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:10.599] [ 2.950627] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:10.599] [ 2.950632] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:10.599] [ 2.950640] gic_set_type+0x84/0x98 [2024-05-23 14:30:10.599] [ 2.950645] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:10.615] [ 2.950649] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:10.615] [ 2.950654] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:10.615] [ 2.950660] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:30:10.617] [ 2.950666] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:30:10.641] [ 2.950670] kbase_device_init+0x78/0xf8 [2024-05-23 14:30:10.644] [ 2.950676] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:30:10.644] [ 2.950680] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:10.644] [ 2.950686] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:10.644] [ 2.950691] __driver_attach+0xfc/0x118 [2024-05-23 14:30:10.644] [ 2.950696] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:10.665] [ 2.950701] driver_attach+0x20/0x28 [2024-05-23 14:30:10.666] [ 2.950705] bus_add_driver+0x220/0x268 [2024-05-23 14:30:10.666] [ 2.950710] driver_register+0x60/0xf8 [2024-05-23 14:30:10.666] [ 2.950715] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:10.666] [ 2.950722] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:30:10.666] [ 2.950727] do_one_initcall+0x50/0x15c [2024-05-23 14:30:10.678] [ 2.950735] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:30:10.680] [ 2.950741] kernel_init+0x10/0x100 [2024-05-23 14:30:10.680] [ 2.950745] ret_from_fork+0x10/0x18 [2024-05-23 14:30:10.680] [ 2.952375] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:30:10.705] [ 3.207340] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:30:10.705] [ 3.214079] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:30:10.708] [ 3.228442] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:30:10.722] [ 3.235467] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:30:10.727] [ 3.247647] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:30:10.741] [ 3.253866] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:30:10.741] [ 3.258247] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:30:10.757] [ 3.265816] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:30:10.793] [ 3.312479] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:30:10.802] [ 3.322326] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:30:10.816] [ 3.330219] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:30:10.830] [ 3.343599] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:30:10.830] [ 3.348876] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:30:10.846] [ 3.359949] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:30:10.870] [ 3.368791] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:30:10.870] [ 3.388145] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:30:10.885] [ 3.403500] libphy: Fixed MDIO Bus: probed [2024-05-23 14:30:10.913] [ 3.408814] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:30:10.915] [ 3.421992] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:30:10.915] [ 3.426562] [INFO][GAMC] gmac index : 1 [2024-05-23 14:30:10.915] [ 3.431125] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:30:10.933] [ 3.436293] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:30:10.933] [ 3.442460] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:30:10.933] [ 3.444149] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:30:10.933] [ 3.444164] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:30:10.947] [ 3.448070] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:30:10.947] [ 3.457317] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:30:10.947] [ 3.458398] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:10.963] [ 3.458410] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:30:10.963] [ 3.458417] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:30:10.963] [ 3.458428] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:10.978] [ 3.458440] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:30:10.978] [ 3.460352] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:30:10.993] [ 3.469233] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:30:10.993] [ 3.469242] usbhid: USB HID core driver [2024-05-23 14:30:10.993] [ 3.469592] optee: probing for conduit = method from DT. [2024-05-23 14:30:11.009] [ 3.469620] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:30:11.009] [ 3.471576] optee: initialized driver [2024-05-23 14:30:11.009] [ 3.473275] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:30:11.011] [ 3.473289] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:30:11.034] [ 3.473297] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:30:11.034] [ 3.473304] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:30:11.034] [ 3.473312] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:30:11.034] [ 3.473319] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:30:11.047] [ 3.473326] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:30:11.049] [ 3.473333] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:30:11.072] [ 3.474875] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:30:11.085] [ 3.474883] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:30:11.085] [ 3.481615] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:30:11.085] [ 3.501091] NET: Registered protocol family = 17 [2024-05-23 14:30:11.085] [ 3.501695] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:30:11.099] [ 3.506440] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:30:11.100] [ 3.614812] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:30:11.136] [ 3.625591] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:30:11.136] [ 3.631522] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:30:11.136] [ 3.638298] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:30:11.138] [ 3.645818] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:30:11.146] [ 3.666142] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:30:11.156] [ 3.670741] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:11.171] [ 3.670790] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:30:11.171] [ 3.672833] ALSA device list: [2024-05-23 14:30:11.172] [ 3.672841] No soundcards found. [2024-05-23 14:30:11.196] [ 3.694280] GPT:15269887 !=3D 15273599 [2024-05-23 14:30:11.196] [ 3.694310] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:30:11.196] [ 3.694319] GPT:15269887 !=3D 15273599 [2024-05-23 14:30:11.196] [ 3.694326] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:30:11.196] [ 3.694453] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:30:11.212] [ 3.730603] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:30:11.232] [ 3.751430] Freeing unused kernel memory: = 4160K [2024-05-23 14:30:11.245] Mounting devtmpfs [2024-05-23 14:30:11.258] [ 3.766036] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:30:11.259] Mounting procfs [2024-05-23 14:30:11.259] Mounting sysfs [2024-05-23 14:30:11.284] [ 3.785749] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:30:11.295] [ 3.815146] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:30:11.335] [ 3.854430] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:30:11.349] [ 3.863378] mount (98) used greatest stack = depth: 11808 bytes left [2024-05-23 14:30:11.385] [ 3.883152] mount (100) used greatest stack = depth: 11408 bytes left [2024-05-23 14:30:11.601] [ 4.119575] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:30:11.696] [ 4.215994] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:30:11.725] [ 4.243289] systemd[1]: Detected = architecture arm64. [2024-05-23 14:30:11.770]=20 [2024-05-23 14:30:11.770] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:30:11.781]=20 [2024-05-23 14:30:11.797] [ 4.305554] systemd[1]: Set hostname to = . [2024-05-23 14:30:11.798] [ 4.316893] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:30:11.813] [ 4.326236] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:30:12.053] [ 4.572970] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:30:12.082] [ 4.590120] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:30:12.115] [ 4.634202] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:30:12.127] [ 4.646307] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:30:12.317] [ 4.837058] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:30:12.395] [ OK ] Created slice system-getty.slice. [2024-05-23 14:30:12.414] [ OK ] Reached target Remote File Systems. [2024-05-23 14:30:12.431] [ OK ] Reached target Swap. [2024-05-23 14:30:12.448] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:30:12.461] [ OK ] Reached target Paths. [2024-05-23 14:30:12.484] [ OK ] Listening on Journal Socket. [2024-05-23 14:30:12.514] Mounting POSIX Message Queue File = System... [2024-05-23 14:30:12.541] Starting mount data partition = service... [2024-05-23 14:30:12.567] [ 5.087408] mount (111) used greatest stack = depth: 11312 bytes left [2024-05-23 14:30:12.579] Mounting FUSE Control File System... [2024-05-23 14:30:12.614] Mounting Kernel Debug File System... [2024-05-23 14:30:12.643] Mounting Huge Pages File System... [2024-05-23 14:30:12.678] Mounting Configuration File System... [2024-05-23 14:30:12.707] [ 5.224591] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:12.715] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:30:12.728] [ 5.242600] mount-data-part (112) used = greatest stack depth: 11120 bytes left [2024-05-23 14:30:12.747] Starting Apply Kernel Variables... [2024-05-23 14:30:12.763] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:30:12.781] [ OK ] Listening on udev Control Socket. [2024-05-23 14:30:12.801] [ OK ] Listening on Syslog Socket. [2024-05-23 14:30:12.828] [ OK ] Created slice User and Session Slice. [2024-05-23 14:30:12.833] [ OK ] Reached target Slices. [2024-05-23 14:30:12.865] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:30:12.888] Starting Journal Service... [2024-05-23 14:30:12.914] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:30:12.931] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:30:12.953] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:30:12.981] Starting udev Coldplug all Devices... [2024-05-23 14:30:13.015] [ 5.534842] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:30:13.097] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:30:13.131] [ OK ] Started mount data partition service. [2024-05-23 14:30:13.146] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:30:13.162] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:30:13.178] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:30:13.194] [ OK ] Mounted Configuration File System. [2024-05-23 14:30:13.211] [ OK ] Started Journal Service. [2024-05-23 14:30:13.249] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:30:13.265] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:30:13.284] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:30:13.340] Starting udev Kernel Device = Manager... [2024-05-23 14:30:13.372] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:30:13.387] Mounting /var/volatile... [2024-05-23 14:30:13.415] [ OK ] Reached target Containers. [2024-05-23 14:30:13.436] Mounting /tmp... [2024-05-23 14:30:13.465] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:30:13.499] Starting NS file System mount and = recovery.... [2024-05-23 14:30:13.523] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:30:13.561] [ OK ] Mounted /var/volatile. [2024-05-23 14:30:13.582] [ OK ] Mounted /tmp. [2024-05-23 14:30:13.631] [ 6.150524] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:13.679] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:30:13.721] [ 6.241120] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:13.819] [ 6.339272] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:13.891] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:30:14.121] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:14.150] [ 6.656677] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:30:14.167] Starting Bind mount volatile = /var/lib... [2024-05-23 14:30:14.190] Starting Bind mount volatile = /var/cache... [2024-05-23 14:30:14.219] Starting Bind mount volatile = /var/spool... [2024-05-23 14:30:14.250] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:30:14.444] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:30:14.478] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:30:14.507] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:30:14.534] [ OK ] Reached target Local File Systems. [2024-05-23 14:30:14.557] Starting netfilter persistent = configuration... [2024-05-23 14:30:14.593] Starting AppArmor initialization... [2024-05-23 14:30:14.623] Starting Create Volatile Files and = Directories... [2024-05-23 14:30:14.652] Starting Load/Save Random Seed... [2024-05-23 14:30:14.732] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:30:14.781] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:30:14.823] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:30:14.838] [ 7.357679] audit: type=3D1400 = audit(1550139121.232:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:30:14.877] [ 7.374841] audit: type=3D1400 = audit(1550139121.236:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:30:14.880] [ 7.392983] audit: type=3D1400 = audit(1550139121.236:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:30:14.896] [ OK ] Started [ 7.410978] audit: = type=3D1400 audit(1550139121.236:5): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//HUD_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:30:14.911] AppArmor initialization. [2024-05-23 14:30:14.913] [ 7.430135] audit: type=3D1400 = audit(1550139121.236:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:30:14.938] [ 7.448595] audit: type=3D1400 = audit(1550139121.236:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:30:14.953] [ 7.465287] audit: type=3D1400 = audit(1550139121.236:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:30:14.983] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:30:15.148] [ OK ] Reached target Network (Pre). [2024-05-23 14:30:15.178] Starting Network Service... [2024-05-23 14:30:15.207] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:30:15.234] [ OK ] Reached target System Initialization. [2024-05-23 14:30:15.250] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:30:15.268] [ OK ] Reached target Sockets. [2024-05-23 14:30:15.284] [ OK ] Reached target Basic System. [2024-05-23 14:30:15.307] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:30:15.355] Starting Load Kernel Modules... [2024-05-23 14:30:15.388] [ OK ] Started NS VSync Process[ = 7.907213] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:30:15.394] . [2024-05-23 14:30:15.425] [ 7.944945] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:30:15.433] [ 7.952169] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:30:15.448] [ 7.959532] Disabling lock debugging due to = kernel taint [2024-05-23 14:30:15.467] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:30:15.469] [ 7.983201] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:30:15.469] [ 7.988176] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:30:15.484] [ 7.993342] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:30:15.500] [ 8.008663] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:30:15.502] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:30:15.520] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:30:15.520] [ OK ] Started NS System Management Process. [2024-05-23 14:30:15.537] Starting NS Inter Domain Comm = Process... [2024-05-23 14:30:15.537] Starting Login Service... [2024-05-23 14:30:15.537] Start /usr/bin/sys-fail-mon [2024-05-23 14:30:15.537] [ OK ] Started Kernel Logging Service. [2024-05-23 14:30:15.559] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:30:15.559] [ OK ] Reached target Timers. [2024-05-23 14:30:15.559] [ OK ] Started System Logging Service. [2024-05-23 14:30:15.559] [ [ 8.075690] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:30:15.574] OK ] Started Network Service. [2024-05-23 14:30:15.574] [ 8.092281] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:15.590] [ 8.092285] in_atomic(): 1, = irqs_disabled(): 128, pid: 263, name: systemd-modules [2024-05-23 14:30:15.590] [ 8.092287] INFO: lockdep is turned off. [2024-05-23 14:30:15.603] [ 8.092289] irq event stamp: 24875 [2024-05-23 14:30:15.617] [ 8.092303] hardirqs last enabled at = (24875): [<0000000049ec0bd1>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:15.619] [ 8.092307] hardirqs last disabled at = (24874): [<00000000bcd4eb90>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:15.619] [ 8.092314] softirqs last enabled at (0): = [<000000000ad7a319>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:15.643] [ 8.092317] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:15.643] [ 8.092318] Preemption disabled at: [2024-05-23 14:30:15.643] [ 8.092325] [<000000000543e173>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:15.643] [ 8.092333] CPU: 2 PID: 263 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:30:15.658] [ 8.092334] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:15.658] [ 8.092337] Call trace: [2024-05-23 14:30:15.660] [ 8.092342] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:15.687] [ 8.092345] show_stack+0x14/0x20 [2024-05-23 14:30:15.687] [ 8.092350] dump_stack+0xb8/0xf0 [2024-05-23 14:30:15.687] [ 8.092354] ___might_sleep+0x178/0x210 [2024-05-23 14:30:15.687] [ 8.092356] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:15.687] [ 8.092362] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:15.687] [ 8.092367] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:15.700] [ 8.092372] gic_set_type+0x84/0x98 [2024-05-23 14:30:15.714] [ 8.092376] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:15.714] [ 8.092379] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:15.714] [ 8.092383] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:15.719] [ 8.092411] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:30:15.719] [ 8.092433] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:30:15.719] [ 8.092444] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:15.719] [ 8.092450] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:15.744] [ 8.092455] __driver_attach+0xfc/0x118 [2024-05-23 14:30:15.744] [ 8.092460] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:15.744] [ 8.092465] driver_attach+0x20/0x28 [2024-05-23 14:30:15.744] [ 8.092470] bus_add_driver+0x220/0x268 [2024-05-23 14:30:15.744] [ 8.092475] driver_register+0x60/0xf8 [2024-05-23 14:30:15.744] [ 8.092480] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:15.747] [ 8.092499] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:30:15.769] [ 8.092504] do_one_initcall+0x50/0x15c [2024-05-23 14:30:15.782] [ 8.092510] do_init_module+0x54/0x1b0 [2024-05-23 14:30:15.782] [ 8.092514] load_module+0x1e70/0x2428 [2024-05-23 14:30:15.782] [ 8.092519] SyS_finit_module+0xe4/0x118 [2024-05-23 14:30:15.782] [ 8.092523] el0_svc_naked+0x34/0x38 [2024-05-23 14:30:15.782] [ 8.108652] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:30:15.784] [ 8.117169] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:30:15.784] [ 8.120484] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:30:15.784] [ 8.121484] Done!! [2024-05-23 14:30:15.784] [ 8.194313] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:30:15.808] [ 8.196517] Done!! [2024-05-23 14:30:15.808] [ 8.223845] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:30:15.808] [ 8.223854] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:30:15.808] [ 8.223861] [INFO][GMAC]=20 [2024-05-23 14:30:15.808] [ 8.237456] libphy: tcc-gmac-mdio: probed [2024-05-23 14:30:15.808] [ 8.237461] [INFO][GMAC] registered! [2024-05-23 14:30:15.822] [ 8.237465] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:30:15.835] [ 8.237472] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:30:15.835] [ 8.271432] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:30:15.838] [ 8.276639] Done!! [2024-05-23 14:30:15.838] [ 8.313856] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:30:15.861] [ 8.313898] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:30:15.866] [ 8.313898] -- MASTER Configuration. [2024-05-23 14:30:15.866] [ 8.313898] -- Local Receiver Status Not = OK. [2024-05-23 14:30:15.866] [ 8.313898] -- Remote Receiver Status Not = OK. [2024-05-23 14:30:15.866] [ 8.313911] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:30:15.866] [ 8.313915] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:30:15.889] [ 8.314262] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:30:15.901] [ 8.318428] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:30:15.901] [ 8.318433] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:30:15.901] [ 8.318438] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:30:15.903] [ 8.318438] =20 [2024-05-23 14:30:15.903] [ 8.318744] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:30:15.903] [ 8.318911] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:30:15.926] [ 8.318915] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:30:15.928] [ 8.318919] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:30:15.928] [ 8.318919] =20 [2024-05-23 14:30:15.928] [ 8.319063] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:30:15.928] [ 8.319078] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:30:15.928] [ 8.319082] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:30:15.955] [ 8.319086] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:30:15.955] [ 8.319094] [INFO][GMAC] --] phy_start: : [2024-05-23 14:30:15.955] [ 8.319153] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:30:15.955] [ 8.423771] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:15.955] [ OK ] Reached target Network. [2024-05-23 14:30:15.972] [ 8.476422] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:30:15.986] [ 8.476437] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:30:16.003] [ 8.476813] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:30:16.005] [ 8.476819] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:30:16.031] [ 8.478829] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:16.031] [ 8.479270] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:30:16.031] [ 8.479283] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:30:16.047] [ 8.479693] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:30:16.047] [ 8.479700] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:30:16.062] [ 8.482437] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:16.064] [ 8.531786] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.092] Starting Permit User Sessions... [2024-05-23 14:30:16.092] Starting udev Coldplug all Devices... [2024-05-23 14:30:16.092] Starting Wait for Network to be = Configured... [2024-05-23 14:30:16.092] [ OK ] Started Load Kernel Modules. [2024-05-23 14:30:16.105] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:30:16.119] [ OK ] Started Permit User Sessions. [2024-05-23 14:30:16.121] [ OK ] Started Login Service. [2024-05-23 14:30:16.144] [ 8.643906] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.148] [ OK ] Started Getty on tty1. [2024-05-23 14:30:16.148] parents, child is 321 [2024-05-23 14:30:16.148] [IDC]Start. [2024-05-23 14:30:16.150] [ 8.667470] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:30:16.165] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:30:16.165] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:30:16.167] [ OK ] Reached target Login Prompts. [2024-05-23 14:30:16.195] [IDC](A7)ConnectReq 0 [2024-05-23 14:30:16.195] [IDC](A7)do_connect 0 [2024-05-23 14:30:16.195] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:30:16.195] [IDC](A7)Tx start session req 1 [2024-05-23 14:30:16.195] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:30:16.195] [IDC](R5)ConnectReq 0 [2024-05-23 14:30:16.195] [IDC](R5)do_connect 0 [2024-05-23 14:30:16.195] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:30:16.195] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:30:16.195] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:30:16.217] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:30:16.247] [ OK ] Started Cluster Framework. [2024-05-23 14:30:16.247] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:30:16.247] [IDC](A7)Session connected. [2024-05-23 14:30:16.247] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:30:16.247] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:30:16.247] [ OK ] Started HUD Framework. [2024-05-23 14:30:16.270] [IDC](R5)Session connected.2 [2024-05-23 14:30:16.270] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:30:16.270] [ 8.755820] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.293] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:30:16.349] [ 8.868629] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.400] [ 8.920081] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:30:16.460] [ 8.979902] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.486] [ OK ] Started Nvm Process. [2024-05-23 14:30:16.568] [ OK ] Started NS hsm control application. [2024-05-23 14:30:16.577] [ 9.097346] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.614] [ OK ] Started Diagnosis Framework. [2024-05-23 14:30:16.641] [ OK ] Started NS Software Update. [2024-05-23 14:30:16.670] [ OK ] Started NS Secondary Verify. [2024-05-23 14:30:16.678] [ OK ] Started Diagnosis Transport. [2024-05-23 14:30:16.692] [ OK ] Reached target Multi-User System. [2024-05-23 14:30:16.694] [ 9.211838] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.714] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:30:16.755] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:30:16.804] [ 9.323864] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:16.870] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:30:16.916] [ 9.435856] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:17.048] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:30:17.468] [ 9.986974] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:17.476] [ 9.995418] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:18.469] [ 10.989017] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:18.483] [ 11.000023] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:18.958] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:22.331]=20 [2024-05-23 14:30:22.331] telechips-nsp1-release login:=20 [2024-05-23 14:30:25.848]=20 [2024-05-23 14:30:25.848] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:30:25.848]=20 [2024-05-23 14:30:25.848] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:30:25.848] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:30:25.871] DRAM: 2 GiB [2024-05-23 14:30:25.895] MMC: sdhc@0x16440000: 0 [2024-05-23 14:30:26.164]=20 [2024-05-23 14:30:26.165] HW Partition tyep is UserData [2024-05-23 14:30:26.176] In: serial [2024-05-23 14:30:26.176] Out: serial [2024-05-23 14:30:26.176] Err: serial [2024-05-23 14:30:26.241] Boot in the UserData environment(0) [2024-05-23 14:30:26.246] Non-secure boot (secure boot flag is clear) [2024-05-23 14:30:26.272] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:30:26.273] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:30:26.273] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:30:26.273] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:30:26.273] Booting using the fdt blob at 0x23000000 [2024-05-23 14:30:26.273] Loading Kernel Image [2024-05-23 14:30:26.280] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:30:26.294] OPTEE is enabled [2024-05-23 14:30:26.294]=20 [2024-05-23 14:30:26.294] Starting kernel ... [2024-05-23 14:30:26.294]=20 [2024-05-23 14:30:27.225] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:30:27.230] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:30:27.244] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:30:27.260] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:30:27.260] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:30:27.260] [ 0.000000] efi: UEFI not found. [2024-05-23 14:30:27.274] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:30:27.276] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:30:27.300] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:30:27.300] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:30:27.300] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:30:27.315] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:30:27.315] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:30:27.338] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:30:27.338] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:30:27.338] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:30:27.354] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:30:27.366] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:30:27.379] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:30:27.379] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:30:27.381] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:30:27.404] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:30:27.406] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:30:27.406] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:30:27.406] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:30:27.432] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:30:27.432] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:30:27.432] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:30:27.448] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:30:27.448] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:30:27.472] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:30:27.475] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:30:27.475] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:30:27.475] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:30:27.475] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:30:27.475] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:30:27.491] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:30:27.491] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:30:27.517] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:30:27.521] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:30:27.521] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:30:27.521] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:30:27.537] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:30:27.553] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:30:27.553] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:30:27.569] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:30:27.569] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:30:27.595] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:30:27.595] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:30:27.595] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:30:27.597] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:30:27.622] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:30:27.622] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:30:27.622] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:30:27.638] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:30:27.640] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:30:27.640] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:30:27.662] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:30:27.662] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:30:27.675] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:30:27.677] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:30:27.697] [ 0.000000] Running RCU self tests [2024-05-23 14:30:27.700] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:30:27.700] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:30:27.700] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:30:27.700] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:30:27.723] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:30:27.735] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:30:27.735] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:30:27.735] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:30:27.735] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:30:27.737] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:30:27.737] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:30:27.760] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:30:27.760] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:30:27.760] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:30:27.776] [ 0.001461] Console: colour dummy device = 80x25 [2024-05-23 14:30:27.776] [ 0.001706] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:30:27.777] [ 0.001709] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:30:27.804] [ 0.001712] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:30:27.804] [ 0.001714] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:30:27.804] [ 0.001717] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:30:27.804] [ 0.001720] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:30:27.804] [ 0.001723] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:30:27.804] [ 0.001725] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:30:27.808] [ 0.001728] memory used by lock dependency = info: 7903 kB [2024-05-23 14:30:27.835] [ 0.001731] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:30:27.835] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:30:27.835] [ 0.001779] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:30:27.835] [ 0.002279] Security Framework initialized [2024-05-23 14:30:27.847] [ 0.002407] AppArmor: AppArmor initialized [2024-05-23 14:30:27.859] [ 0.002651] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:30:27.859] [ 0.002673] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:30:27.877] [ 0.019949] ASID allocator initialised with = 32768 entries [2024-05-23 14:30:27.877] [ 0.035850] Hierarchical SRCU = implementation. [2024-05-23 14:30:27.879] [ 0.062263] EFI services will not be = available. [2024-05-23 14:30:27.879] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:30:27.879] [ 0.120742] Detected VIPT I-cache on CPU1 [2024-05-23 14:30:27.879] [ 0.120818] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:30:27.903] [ 0.164987] Detected VIPT I-cache on CPU2 [2024-05-23 14:30:27.903] [ 0.165043] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:30:27.903] [ 0.209272] Detected VIPT I-cache on CPU3 [2024-05-23 14:30:27.903] [ 0.209324] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:30:27.903] [ 0.209700] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:30:27.916] [ 0.209741] SMP: Total of 4 processors = activated. [2024-05-23 14:30:27.917] [ 0.209756] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:30:27.917] [ 0.209776] CPU: All CPU(s) started at EL2 [2024-05-23 14:30:27.942] [ 0.209955] alternatives: patching kernel = code [2024-05-23 14:30:27.942] [ 0.210509] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:30:27.942] [ 0.213101] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:30:27.942] [ 0.213689] devtmpfs: initialized [2024-05-23 14:30:27.942] [ 0.403506] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:30:27.957] [ 0.403772] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:30:27.957] [ 0.412589] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:30:27.958] [ 0.413513] chipinfo: TCC8030 Rev02 [2024-05-23 14:30:27.984] [ 0.413529] chipinfo: SiP Service v0.1.56 [2024-05-23 14:30:27.984] [ 0.418966] NET: Registered protocol family = 16 [2024-05-23 14:30:27.984] [ 0.422970] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:30:27.984] [ 0.424910] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:30:27.984] [ 0.426683] cpuidle: using governor menu [2024-05-23 14:30:27.997] [ 0.426923] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:30:28.021] [ 0.441012] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:30:28.021] [ 0.441490] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:30:28.022] [ 0.441537] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:30:28.022] [ 0.441581] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:30:28.022] [ 0.441625] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:30:28.022] [ 0.441668] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:30:28.045] [ 0.441711] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:30:28.069] [ 0.441755] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:30:28.069] [ 0.441798] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:30:28.069] [ 0.441929] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:30:28.069] [ 0.441974] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:30:28.074] [ 0.442018] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:30:28.074] [ 0.442062] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:30:28.074] [ 0.442106] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:30:28.074] [ 0.442149] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:30:28.074] [ 0.442192] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:30:28.074] [ 0.442250] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:30:28.094] [ 0.442293] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:30:28.094] [ 0.442337] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:30:28.094] [ 0.442709] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:30:28.094] [ 0.442752] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:30:28.107] [ 0.442796] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:30:28.118] [ 0.442839] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:30:28.118] [ 0.442882] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:30:28.120] [ 0.442926] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:30:28.120] [ 0.442969] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:30:28.143] [ 0.443012] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:30:28.145] [ 0.443056] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:30:28.145] [ 0.443099] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:30:28.145] [ 0.443142] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:30:28.145] [ 0.443185] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:30:28.168] [ 0.443426] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:30:28.180] [ 0.443484] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:30:28.180] [ 0.443527] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:30:28.180] [ 0.443571] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:30:28.180] [ 0.443614] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:30:28.182] [ 0.443657] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:30:28.182] [ 0.443700] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:30:28.205] [ 0.443890] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:30:28.206] [ 0.443934] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:30:28.206] [ 0.443977] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:30:28.206] [ 0.444020] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:30:28.206] [ 0.444063] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:30:28.228] [ 0.444106] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:30:28.238] [ 0.444149] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:30:28.238] [ 0.444192] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:30:28.238] [ 0.444235] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:30:28.238] [ 0.444278] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:30:28.241] [ 0.444334] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:30:28.241] [ 0.444377] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:30:28.259] [ 0.444420] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:30:28.259] [ 0.444463] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:30:28.259] [ 0.444994] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:30:28.259] [ 0.445039] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:30:28.271] [ 0.445209] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:30:28.271] [ 0.445379] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:30:28.282] [ 0.445563] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:30:28.285] [ 0.445731] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:30:28.285] [ 0.445994] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:30:28.305] [ 0.446040] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:30:28.305] [ 0.446084] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:30:28.305] [ 0.446284] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:30:28.305] [ 0.446468] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:30:28.317] [ 0.446647] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:30:28.317] [ 0.446691] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:30:28.331] [ 0.446734] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:30:28.331] [ 0.446778] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:30:28.342] [ 0.446821] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:30:28.352] [ 0.446997] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:30:28.352] [ 0.447041] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:30:28.362] [ 0.447241] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:30:28.362] [ 0.447255] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:30:28.363] [ 0.529662] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:30:28.383] [ 0.529753] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:30:28.383] [ 1.676614] console [ttyAMA0] enabled [2024-05-23 14:30:28.383] [ 1.684308] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:30:28.408] [ 1.713143] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:30:28.420] [ 1.723522] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:30:28.432] [ 1.734031] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:30:28.447] [ 1.744355] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:30:28.538] [ 1.844145] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:30:28.560] [ 1.860637] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:30:28.562] [ 1.867533] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:30:28.579] [ 1.874325] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:30:28.596] [ 1.880694] Linux video capture interface: = v2.00 [2024-05-23 14:30:28.605] [ 1.886444] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:28.605] [ 1.886449] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:30:28.607] [ 1.886453] 6 locks held by swapper/0/1: [2024-05-23 14:30:28.607] [ 1.886456] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:30:28.623] [ 1.886482] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:30:28.625] [ 1.886497] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:30:28.644] [ 1.886516] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:28.644] [ 1.886530] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:30:28.658] [ 1.886547] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:28.660] [ 1.886565] irq event stamp: 288010 [2024-05-23 14:30:28.675] [ 1.886571] hardirqs last enabled at = (288009): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:28.677] [ 1.886576] hardirqs last disabled at = (288010): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:28.696] [ 1.886583] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:28.696] [ 1.886586] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:28.697] [ 1.886589] Preemption disabled at: [2024-05-23 14:30:28.717] [ 1.886594] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:28.717] [ 1.886604] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:30:28.717] [ 1.886606] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:28.737] [ 1.886610] Call trace: [2024-05-23 14:30:28.737] [ 1.886616] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:28.737] [ 1.886621] show_stack+0x14/0x20 [2024-05-23 14:30:28.737] [ 1.886627] dump_stack+0xb8/0xf0 [2024-05-23 14:30:28.739] [ 1.886632] ___might_sleep+0x178/0x210 [2024-05-23 14:30:28.739] [ 1.886636] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:28.754] [ 1.886640] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:28.756] [ 1.886646] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:28.756] [ 1.886652] gic_set_type+0x84/0x98 [2024-05-23 14:30:28.756] [ 1.886657] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:28.756] [ 1.886662] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:28.772] [ 1.886667] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:28.772] [ 1.886672] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:30:28.772] [ 1.886678] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:30:28.772] [ 1.886683] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:28.784] [ 1.886688] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:28.794] [ 1.886693] __driver_attach+0xfc/0x118 [2024-05-23 14:30:28.794] [ 1.886698] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:28.796] [ 1.886702] driver_attach+0x20/0x28 [2024-05-23 14:30:28.796] [ 1.886707] bus_add_driver+0x220/0x268 [2024-05-23 14:30:28.796] [ 1.886712] driver_register+0x60/0xf8 [2024-05-23 14:30:28.816] [ 1.886716] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:28.816] [ 1.886724] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:30:28.816] [ 1.886728] do_one_initcall+0x50/0x15c [2024-05-23 14:30:28.816] [ 1.886735] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:30:28.817] [ 1.886741] kernel_init+0x10/0x100 [2024-05-23 14:30:28.839] [ 1.886745] ret_from_fork+0x10/0x18 [2024-05-23 14:30:28.839] [ 1.892617] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:30:28.839] [ 2.139948] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:30:28.860] [ 2.153569] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:30:28.861] [ 2.160590] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:30:28.861] [ 2.165191] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:30:28.872] [ 2.169994] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:30:28.874] [ 2.174842] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:30:28.874] [ 2.179397] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:30:28.927] [ 2.233009] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:30:28.944] [ 2.245614] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:28.958] [ 2.263757] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:28.974] [ 2.279282] NET: Registered protocol family = 2 [2024-05-23 14:30:28.988] [ 2.286723] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:30:28.990] [ 2.294338] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:30:29.011] [ 2.305456] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:30:29.011] [ 2.312925] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:30:29.025] [ 2.319685] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:30:29.035] [ 2.327766] NET: Registered protocol family = 1 [2024-05-23 14:30:29.130] [ 2.435690] audit: initializing netlink = subsys (disabled) [2024-05-23 14:30:29.139] [ 2.442280] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:30:29.151] [ 2.442961] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:30:29.220] [ 2.525139] fuse init (API version 7.26) [2024-05-23 14:30:29.245] [ 2.543016] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:30:29.248] [ 2.552884] io scheduler noop registered = (default) [2024-05-23 14:30:29.260] [ 2.557725] io scheduler mq-deadline = registered [2024-05-23 14:30:29.260] [ 2.562287] io scheduler kyber registered [2024-05-23 14:30:29.280] [ 2.573077] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:29.282] [ 2.580024] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:29.282] [ 2.586235] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:30:29.296] [ 2.594110] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:29.351] [ 2.656649] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:29.362] [ 2.664435] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:29.373] [ 2.669292] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:30:29.375] [ 2.674719] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:29.375] [ 2.675345] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:29.396] [ 2.686100] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:29.396] [ 2.692309] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:30:29.396] [ 2.699868] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:29.418] [ 2.723753] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:29.431] [ 2.730651] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:29.431] [ 2.735296] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:30:29.449] [ 2.740723] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:29.449] [ 2.741288] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:29.468] [ 2.752040] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:29.470] [ 2.758248] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:30:29.470] [ 2.765863] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:29.527] [ 2.831994] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:29.535] [ 2.838759] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:29.547] [ 2.843378] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:30:29.553] [ 2.848806] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:29.568] [ 2.858429] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:30:29.568] [ 2.868137] [INF][WDMA] tcc_wdma_init [2024-05-23 14:30:29.581] [ 2.872993] TCC WDMA Driver Initializing [2024-05-23 14:30:29.601] [ 2.880202] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:30:29.601] [ 2.886356] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:30:29.612] [ 2.896906] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:29.614] [ 2.909544] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:30:29.614] [ 2.918934] [CPU_ID] probe is done [2024-05-23 14:30:29.636] [ 2.922680] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:30:29.636] [ 2.929384] [DRAM_TOOL] probe is done [2024-05-23 14:30:29.636] [ 2.936662] MALI-G51 : r30p0-01eac0 [2024-05-23 14:30:29.636] [ 2.940189] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:30:29.650] [ 2.950177] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:29.664] [ 2.950182] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:30:29.664] [ 2.950186] 6 locks held by swapper/0/1: [2024-05-23 14:30:29.677] [ 2.950189] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:30:29.678] [ 2.950217] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:30:29.704] [ 2.950232] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:30:29.704] [ 2.950250] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:29.704] [ 2.950265] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:30:29.719] [ 2.950281] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:29.719] [ 2.950300] irq event stamp: 453544 [2024-05-23 14:30:29.735] [ 2.950305] hardirqs last enabled at = (453543): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:29.735] [ 2.950310] hardirqs last disabled at = (453544): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:29.749] [ 2.950319] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:29.751] [ 2.950322] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:29.773] [ 2.950325] Preemption disabled at: [2024-05-23 14:30:29.773] [ 2.950330] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:29.773] [ 2.950340] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:30:29.784] [ 2.950343] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:29.795] [ 2.950347] Call trace: [2024-05-23 14:30:29.795] [ 2.950353] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:29.797] [ 2.950357] show_stack+0x14/0x20 [2024-05-23 14:30:29.797] [ 2.950363] dump_stack+0xb8/0xf0 [2024-05-23 14:30:29.797] [ 2.950368] ___might_sleep+0x178/0x210 [2024-05-23 14:30:29.797] [ 2.950372] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:29.819] [ 2.950377] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:29.819] [ 2.950383] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:29.819] [ 2.950390] gic_set_type+0x84/0x98 [2024-05-23 14:30:29.819] [ 2.950395] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:29.819] [ 2.950400] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:29.830] [ 2.950405] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:29.832] [ 2.950411] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:30:29.832] [ 2.950416] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:30:29.853] [ 2.950421] kbase_device_init+0x78/0xf8 [2024-05-23 14:30:29.865] [ 2.950427] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:30:29.865] [ 2.950432] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:29.865] [ 2.950437] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:29.865] [ 2.950442] __driver_attach+0xfc/0x118 [2024-05-23 14:30:29.865] [ 2.950447] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:29.867] [ 2.950452] driver_attach+0x20/0x28 [2024-05-23 14:30:29.867] [ 2.950456] bus_add_driver+0x220/0x268 [2024-05-23 14:30:29.867] [ 2.950461] driver_register+0x60/0xf8 [2024-05-23 14:30:29.889] [ 2.950465] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:29.889] [ 2.950473] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:30:29.889] [ 2.950478] do_one_initcall+0x50/0x15c [2024-05-23 14:30:29.889] [ 2.950486] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:30:29.889] [ 2.950491] kernel_init+0x10/0x100 [2024-05-23 14:30:29.891] [ 2.950495] ret_from_fork+0x10/0x18 [2024-05-23 14:30:29.914] [ 2.952411] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:30:29.914] [ 3.207415] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:30:29.914] [ 3.214152] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:30:29.939] [ 3.228211] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:30:29.943] [ 3.235234] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:30:29.945] [ 3.247309] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:30:29.957] [ 3.253526] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:30:29.957] [ 3.257907] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:30:29.980] [ 3.265475] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:30:30.007] [ 3.312645] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:30:30.020] [ 3.322511] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:30:30.034] [ 3.330394] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:30:30.036] [ 3.341744] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:30:30.049] [ 3.347025] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:30:30.066] [ 3.358098] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:30:30.066] [ 3.366969] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:30:30.087] [ 3.385975] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:30:30.101] [ 3.401532] libphy: Fixed MDIO Bus: probed [2024-05-23 14:30:30.101] [ 3.406496] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:30:30.115] [ 3.419546] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:30:30.129] [ 3.424100] [INFO][GAMC] gmac index : 1 [2024-05-23 14:30:30.129] [ 3.428738] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:30:30.129] [ 3.433906] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:30:30.143] [ 3.439895] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:30:30.143] [ 3.440606] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:30:30.145] [ 3.440621] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:30:30.168] [ 3.444554] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:30:30.168] [ 3.453428] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:30:30.168] [ 3.454549] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:30.168] [ 3.454561] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:30:30.170] [ 3.454568] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:30:30.192] [ 3.454580] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:30.192] [ 3.454591] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:30:30.192] [ 3.456378] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:30:30.193] [ 3.465393] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:30:30.216] [ 3.465402] usbhid: USB HID core driver [2024-05-23 14:30:30.216] [ 3.465736] optee: probing for conduit = method from DT. [2024-05-23 14:30:30.216] [ 3.465761] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:30:30.216] [ 3.467628] optee: initialized driver [2024-05-23 14:30:30.218] [ 3.469377] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:30:30.242] [ 3.469393] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:30:30.242] [ 3.469400] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:30:30.242] [ 3.469407] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:30:30.242] [ 3.469415] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:30:30.245] [ 3.469422] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:30:30.267] [ 3.469430] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:30:30.267] [ 3.469437] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:30:30.267] [ 3.470972] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:30:30.281] [ 3.470980] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:30:30.281] [ 3.477802] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:30:30.283] [ 3.491662] NET: Registered protocol family = 17 [2024-05-23 14:30:30.305] [ 3.492280] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:30:30.305] [ 3.496976] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:30:30.327] [ 3.612600] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:30:30.330] [ 3.623033] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:30:30.330] [ 3.628616] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:30:30.333] [ 3.635341] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:30:30.356] [ 3.643832] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:30:30.358] [ 3.663364] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:30:30.371] [ 3.665607] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:30.372] [ 3.665653] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:30:30.395] [ 3.667313] ALSA device list: [2024-05-23 14:30:30.395] [ 3.667320] No soundcards found. [2024-05-23 14:30:30.395] [ 3.691753] GPT:15269887 !=3D 15273599 [2024-05-23 14:30:30.395] [ 3.691776] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:30:30.397] [ 3.691784] GPT:15269887 !=3D 15273599 [2024-05-23 14:30:30.422] [ 3.691792] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:30:30.422] [ 3.692086] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:30:30.424] [ 3.727539] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:30:30.443] [ 3.748847] Freeing unused kernel memory: = 4160K [2024-05-23 14:30:30.455] Mounting devtmpfs [2024-05-23 14:30:30.458] [ 3.763832] mount (91) used greatest stack = depth: 12800 bytes left [2024-05-23 14:30:30.470] Mounting procfs [2024-05-23 14:30:30.472] Mounting sysfs [2024-05-23 14:30:30.485] [ 3.789891] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:30:30.514] [ 3.811848] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:30:30.547] [ 3.853014] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:30:30.558] [ 3.861859] mount (98) used greatest stack = depth: 11712 bytes left [2024-05-23 14:30:30.593] [ 3.878570] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:30:30.814] [ 4.119703] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:30:30.912] [ 4.217286] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:30:30.940] [ 4.245149] systemd[1]: Detected = architecture arm64. [2024-05-23 14:30:30.984]=20 [2024-05-23 14:30:30.985] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:30:30.995]=20 [2024-05-23 14:30:31.000] [ 4.305738] systemd[1]: Set hostname to = . [2024-05-23 14:30:31.015] [ 4.317000] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:30:31.030] [ 4.326326] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:30:31.231] [ 4.536140] systemd-sysv-ge (110) used = greatest stack depth: 10944 bytes left [2024-05-23 14:30:31.266] [ 4.567126] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:30:31.292] [ 4.584247] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:30:31.322] [ 4.627862] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:30:31.338] [ 4.640049] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:30:31.530] [ 4.834967] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:30:31.600] [ OK ] Reached target Swap. [2024-05-23 14:30:31.618] [ OK ] Listening on Journal Socket. [2024-05-23 14:30:31.652] Mounting POSIX Message Queue File = System... [2024-05-23 14:30:31.684] Starting Apply Kernel Variables... [2024-05-23 14:30:31.717] Mounting Configuration File System... [2024-05-23 14:30:31.739] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:30:31.770] Mounting Huge Pages File System... [2024-05-23 14:30:31.788] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:30:31.805] [ 5.110058] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:30:31.834] Mounting FUSE Control File System... [2024-05-23 14:30:31.851] [ OK ] Created slice system-getty.slice. [2024-05-23 14:30:31.878] Mounting Kernel Debug File System... [2024-05-23 14:30:31.900] [ OK ] Created slice User and Session Slice. [2024-05-23 14:30:31.917] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:30:31.936] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:30:31.950] [ OK ] Listening on Syslog Socket. [2024-05-23 14:30:31.978] [ OK ] Listening on udev Control Socket. [2024-05-23 14:30:32.000] Starting udev Coldplug all Devices... [2024-05-23 14:30:32.022] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:30:32.042] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:30:32.073] Starting Journal Service... [2024-05-23 14:30:32.085] [ OK ] Reached target Slices. [2024-05-23 14:30:32.102] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:30:32.134] Starting mount data partition = service... [2024-05-23 14:30:32.151] [ OK ] Reached target Remote File Systems. [2024-05-23 14:30:32.168] [ OK ] Reached target Paths. [2024-05-23 14:30:32.194] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:30:32.226] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:30:32.232] [ 5.536703] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:32.287] [ OK ] Mounted Configuration File System. [2024-05-23 14:30:32.317] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:30:32.334] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:30:32.351] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:30:32.368] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:30:32.413] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:30:32.440] [ OK ] Started mount data partition service. [2024-05-23 14:30:32.474] [ OK ] Started Journal Service. [2024-05-23 14:30:32.548] Starting NS file System mount and = recovery.... [2024-05-23 14:30:32.611] Starting udev Kernel Device = Manager... [2024-05-23 14:30:32.637] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:30:32.665] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:30:32.684] [ OK ] Reached target Containers. [2024-05-23 14:30:32.701] [ 6.000934] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:32.718] Mounting /tmp... [2024-05-23 14:30:32.753] Mounting /var/volatile... [2024-05-23 14:30:32.796] [ 6.101151] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:32.893] [ 6.197898] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:32.976] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:30:33.013] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:30:33.036] [ OK ] Mounted /tmp. [2024-05-23 14:30:33.056] [ OK ] Mounted /var/volatile. [2024-05-23 14:30:33.085] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:33.227] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:30:33.329] [ 6.634016] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:30:33.348] Starting Bind mount volatile = /var/cache... [2024-05-23 14:30:33.385] Starting Bind mount volatile = /var/spool... [2024-05-23 14:30:33.409] Starting Bind mount volatile = /var/lib... [2024-05-23 14:30:33.438] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:30:33.640] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:30:33.669] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:30:33.703] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:30:33.735] Starting Load/Save Random Seed... [2024-05-23 14:30:33.753] [ OK ] Reached target Local File Systems. [2024-05-23 14:30:33.786] Starting Create Volatile Files and = Directories... [2024-05-23 14:30:33.826] Starting netfilter persistent = configuration... [2024-05-23 14:30:33.859] Starting AppArmor initialization... [2024-05-23 14:30:33.891] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:30:34.031] [ 7.336310] audit: type=3D1400 = audit(1550139121.212:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:30:34.073] [ 7.357464] audit: type=3D1400 = audit(1550139121.216:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:30:34.074] [ 7.377304] audit: type=3D1400 = audit(1550139121.216:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:30:34.089] [ 7.377369] audit: type=3D1400 = audit(1550139121.216:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:30:34.114] [ 7.377429] audit: type=3D1400 = audit(1550139121.216:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:30:34.131] [ 7.377489] audit: type=3D1400 = audit(1550139121.216:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:30:34.145] [ 7.377549] audit: type=3D1400 = audit(1550139121.216:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:30:34.170] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:30:34.186] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:30:34.206] [ OK ] Started AppArmor initialization. [2024-05-23 14:30:34.233] [ OK ] Reached target Network (Pre). [2024-05-23 14:30:34.255] Starting Network Service... [2024-05-23 14:30:34.286] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:30:34.345] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:30:34.370] [ OK ] Reached target System Initialization. [2024-05-23 14:30:34.387] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:30:34.403] [ OK ] Reached target Sockets. [2024-05-23 14:30:34.420] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:30:34.437] [ OK ] Reached target Timers. [2024-05-23 14:30:34.453] [ OK ] Reached target Basic System. [2024-05-23 14:30:34.470] [ 7.771772] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:30:34.492] [ 7.797643] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:30:34.498] [ 7.802932] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:30:34.512] [ 7.807460] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:30:34.512] Starting Login Service... [2024-05-23 14:30:34.537] [ OK ] Started System Logging Service. [2024-05-23 14:30:34.580] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:30:34.628] Starting Load Kernel Modules... [2024-05-23 14:30:34.660] [ OK ] Started NS VSync Process. [2024-05-23 14:30:34.693] [ 7.998675] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:30:34.708] [ 8.013208] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:30:34.722] [ 8.013217] Disabling lock debugging due to = kernel taint [2024-05-23 14:30:34.724] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:30:34.749] [ 8.036081] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:30:34.749] [ 8.040470] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:30:34.749] [ OK ] Started NS System Management Process. [2024-05-23 14:30:34.754] Starting NS Inter Domain Comm = Process... [2024-05-23 14:30:34.768] Start /usr/bin/sys-fail-mon [2024-05-23 14:30:34.774] [ 8.040480] [INFO][GMAC]=20 [2024-05-23 14:30:34.787] [ 8.077891] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:30:34.799] [ 8.085835] libphy: tcc-gmac-mdio: probed [2024-05-23 14:30:34.799] [ 8.089868] [INFO][GMAC] registered! [2024-05-23 14:30:34.801] [ 8.093473] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:30:34.801] [ 8.093481] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:30:34.801] [ OK ] Started Kernel Logging Service. [2024-05-23 14:30:34.826] [ 8.113241] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:30:34.826] [ 8.118932] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:30:34.826] [ 8.129047] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:30:34.842] [ 8.137416] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:30:34.842] [ 8.144616] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:34.855] [ 8.154988] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:30:34.870] [ 8.163318] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:30:34.870] [ 8.169010] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:30:34.896] [ 8.170187] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:30:34.896] [ 8.170228] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:30:34.896] [ 8.170228] -- MASTER Configuration. [2024-05-23 14:30:34.896] [ 8.170228] -- Local Receiver Status Not = OK. [2024-05-23 14:30:34.898] [ 8.170228] -- Remote Receiver Status Not = OK. [2024-05-23 14:30:34.921] [ 8.170244] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:30:34.930] [ 8.170247] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:30:34.930] [ 8.215681] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:30:34.930] [ 8.216059] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:34.932] [ 8.216062] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:30:34.957] [ 8.216064] INFO: lockdep is turned off. [2024-05-23 14:30:34.957] [ 8.216067] irq event stamp: 70140 [2024-05-23 14:30:34.957] [ 8.216082] hardirqs last enabled at = (70139): [<000000005eea269b>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:34.957] [ 8.216088] hardirqs last disabled at = (70140): [<00000000418a02f1>] __schedule+0xc8/0x730 [2024-05-23 14:30:34.971] [ 8.216096] softirqs last enabled at (0): = [<00000000bc932854>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:34.971] [ 8.216098] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:34.987] [ 8.216100] Preemption disabled at: [2024-05-23 14:30:34.987] [ 8.216107] [<0000000078beb19f>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:34.987] [ 8.216115] CPU: 1 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:30:35.003] [ 8.216117] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:35.003] [ 8.216120] Call trace: [2024-05-23 14:30:35.003] [ 8.216124] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:35.018] [ 8.216128] show_stack+0x14/0x20 [2024-05-23 14:30:35.018] [ 8.216132] dump_stack+0xb8/0xf0 [2024-05-23 14:30:35.018] [ 8.216137] ___might_sleep+0x178/0x210 [2024-05-23 14:30:35.018] [ 8.216139] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:35.031] [ 8.216147] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:35.033] [ 8.216151] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:35.033] [ 8.216158] gic_set_type+0x84/0x98 [2024-05-23 14:30:35.033] [ 8.216162] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:35.060] [ 8.216166] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:35.060] [ 8.216169] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:35.060] [ 8.216175] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:30:35.060] [ 8.216180] __dev_open+0x100/0x150 [2024-05-23 14:30:35.060] [ 8.216183] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:30:35.060] [ 8.216186] dev_change_flags+0x20/0x60 [2024-05-23 14:30:35.060] [ 8.216190] do_setlink+0x3ec/0xc30 [2024-05-23 14:30:35.073] [ 8.216193] rtnl_setlink+0xcc/0x128 [2024-05-23 14:30:35.088] [ 8.216196] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:30:35.088] [ 8.216200] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:30:35.088] [ 8.216203] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:30:35.091] [ 8.216206] netlink_unicast+0x180/0x1f8 [2024-05-23 14:30:35.091] [ 8.216209] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:30:35.091] [ 8.216215] sock_sendmsg+0x3c/0x58 [2024-05-23 14:30:35.091] [ 8.216219] SyS_sendto+0xd0/0x140 [2024-05-23 14:30:35.114] [ 8.216223] el0_svc_naked+0x34/0x38 [2024-05-23 14:30:35.126] [ 8.216396] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:30:35.126] [ 8.220534] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:30:35.126] [ 8.220538] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:30:35.126] [ 8.220543] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:30:35.128] [ 8.220543] =20 [2024-05-23 14:30:35.128] [ 8.220872] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:30:35.128] [ 8.221159] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:30:35.151] [ 8.221163] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:30:35.151] [ 8.221167] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:30:35.151] [ 8.221167] =20 [2024-05-23 14:30:35.151] [ 8.221317] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:30:35.151] [ 8.221332] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:30:35.165] [ 8.221336] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:30:35.179] [ 8.221340] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:30:35.179] [ 8.221347] [INFO][GMAC] --] phy_start: : [2024-05-23 14:30:35.191] [ 8.221416] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:30:35.191] [ 8.327956] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.191] [ 8.435958] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.204] [ 8.485322] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:30:35.204] [ 8.486434] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:35.206] [ 8.496909] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:30:35.228] [ 8.502014] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:30:35.230] [ 8.505963] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:30:35.230] [ 8.506709] Done!! [2024-05-23 14:30:35.230] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:30:35.230] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:30:35.230] [ OK ] Started Network Service. [2024-05-23 14:30:35.255] [ OK ] Started NS Inter Domain Comm = Process.[ 8.544059] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:30:35.255]=20 [2024-05-23 14:30:35.255] [ OK ] Started Cluster Framework. [2024-05-23 14:30:35.271] parents, child is 315 [2024-05-23 14:30:35.287] [IDC]Start. [2024-05-23 14:30:35.289] [ 8.589940] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:30:35.300] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:30:35.305] [ OK ] Started HUD Framework. [2024-05-23 14:30:35.331] [IDC](A7)ConnectReq 0 [2024-05-23 14:30:35.331] [IDC](A7)do_connect 0 [2024-05-23 14:30:35.331] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:30:35.331] [IDC](A7)Tx start session req 1 [2024-05-23 14:30:35.332] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:30:35.332] [IDC](R5)ConnectReq 0 [2024-05-23 14:30:35.332] [IDC](R5)do_connect 0 [2024-05-23 14:30:35.332] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:30:35.332] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:30:35.354] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:30:35.380] [IDC](R5)Session[ 8.634578] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:30:35.380] status 1 -> 2 [2024-05-23 14:30:35.380] [IDC](A7)Session s[ 8.640214] Done!! [2024-05-23 14:30:35.380] tatus 2 -> 3 [2024-05-23 14:30:35.380] [IDC](A7)Session connected. [2024-05-23 14:30:35.380] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:30:35.380] [IDC](R5[ 8.658958] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.403] )Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:30:35.403] [IDC](R5)Session connected.2 [2024-05-23 14:30:35.403] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:30:35.403] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:30:35.406] [ OK ] Started Nvm Process. [2024-05-23 14:30:35.426] [ OK ] Started NS hsm control application. [2024-05-23 14:30:35.454] [ OK ] Started Diagnosis Framework. [2024-05-23 14:30:35.471] [ 8.772107] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.493] [ OK ] Started Diagnosis Transport. [2024-05-23 14:30:35.525] [ 8.819082] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:30:35.533] [ 8.830193] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:30:35.548] [ OK ] Started NS Software Update. [2024-05-23 14:30:35.548] [IDC][IDC_Info_GetSessionStatus]Failed to = lock. 9 0 [2024-05-23 14:30:35.562] [IDC][IDC_Info_SetSessionStatus]Failed to = lock. 9 0 [2024-05-23 14:30:35.588] [ OK ] Started NS Secondary Verify. [2024-05-23 14:30:35.598] [ 8.881291] Done!! [2024-05-23 14:30:35.609] [ 8.889358] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.619] Starting Wait for Network to be = Configured... [2024-05-23 14:30:35.619] [ OK ] Reached target Network. [2024-05-23 14:30:35.634] Starting Permit User Sessions... [2024-05-23 14:30:35.654] Starting udev Coldplug all Devices... [2024-05-23 14:30:35.658] [ OK ] Started Load Kernel Modules. [2024-05-23 14:30:35.673] [ OK ] Started Login Service. [2024-05-23 14:30:35.690] [ 8.995980] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.803] [ 9.108047] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.839] [ OK ] Started Permit User Sessions. [2024-05-23 14:30:35.841] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:30:35.841] [ OK ] Started Getty on tty1. [2024-05-23 14:30:35.857] [ OK ] Reached target Login Prompts. [2024-05-23 14:30:35.857] [ OK ] Reached target Multi-User System. [2024-05-23 14:30:35.857] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:30:35.873] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:30:35.918] [ 9.222666] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:35.938] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:30:35.955] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:30:36.027] [ 9.332096] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:36.545] [ 9.843769] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:36.554] [ 9.843776] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:37.476] [ 10.775869] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:37.486] [ 10.775879] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:37.651] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:42.257]=20 [2024-05-23 14:30:42.257] telechips-nsp1-release login:=20 [2024-05-23 14:30:44.060]=20 [2024-05-23 14:30:44.060] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:30:44.083]=20 [2024-05-23 14:30:44.083] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:30:44.083] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:30:44.083] DRAM: 2 GiB [2024-05-23 14:30:44.104] MMC: sdhc@0x16440000: 0 [2024-05-23 14:30:44.388]=20 [2024-05-23 14:30:44.390] HW Partition tyep is UserData [2024-05-23 14:30:44.400] In: serial [2024-05-23 14:30:44.400] Out: serial [2024-05-23 14:30:44.400] Err: serial [2024-05-23 14:30:44.468] Boot in the UserData environment(0) [2024-05-23 14:30:44.470] Non-secure boot (secure boot flag is clear) [2024-05-23 14:30:44.484] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:30:44.497] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:30:44.498] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:30:44.501] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:30:44.501] Booting using the fdt blob at 0x23000000 [2024-05-23 14:30:44.501] Loading Kernel Image [2024-05-23 14:30:44.524] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:30:44.525] OPTEE is enabled [2024-05-23 14:30:44.525]=20 [2024-05-23 14:30:44.525] Starting kernel ... [2024-05-23 14:30:44.525]=20 [2024-05-23 14:30:45.450] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:30:45.457] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:30:45.473] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:30:45.475] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:30:45.490] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:30:45.490] [ 0.000000] efi: UEFI not found. [2024-05-23 14:30:45.490] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:30:45.506] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:30:45.506] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:30:45.518] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:30:45.531] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:30:45.535] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:30:45.559] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:30:45.571] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:30:45.571] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:30:45.571] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:30:45.575] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:30:45.598] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:30:45.600] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:30:45.600] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:30:45.600] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:30:45.626] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:30:45.626] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:30:45.626] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:30:45.642] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:30:45.642] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:30:45.658] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:30:45.658] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:30:45.681] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:30:45.681] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:30:45.681] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:30:45.683] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:30:45.708] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:30:45.708] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:30:45.708] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:30:45.708] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:30:45.708] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:30:45.728] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:30:45.728] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:30:45.728] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:30:45.742] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:30:45.754] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:30:45.780] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:30:45.780] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:30:45.780] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:30:45.794] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:30:45.815] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:30:45.832] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:30:45.832] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:30:45.832] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:30:45.833] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:30:45.833] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:30:45.856] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:30:45.856] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:30:45.856] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:30:45.862] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:30:45.889] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:30:45.889] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:30:45.889] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:30:45.891] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:30:45.916] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:30:45.916] [ 0.000000] Running RCU self tests [2024-05-23 14:30:45.916] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:30:45.916] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:30:45.916] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:30:45.934] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:30:45.934] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:30:45.934] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:30:45.952] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:30:45.952] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:30:45.952] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:30:45.965] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:30:45.967] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:30:45.991] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:30:45.991] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:30:45.991] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:30:45.991] [ 0.001469] Console: colour dummy device = 80x25 [2024-05-23 14:30:46.009] [ 0.001712] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:30:46.011] [ 0.001715] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:30:46.011] [ 0.001718] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:30:46.011] [ 0.001721] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:30:46.036] [ 0.001723] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:30:46.036] [ 0.001726] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:30:46.036] [ 0.001729] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:30:46.036] [ 0.001731] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:30:46.036] [ 0.001734] memory used by lock dependency = info: 7903 kB [2024-05-23 14:30:46.049] [ 0.001737] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:30:46.049] [ 0.001777] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:30:46.062] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:30:46.062] [ 0.002284] Security Framework initialized [2024-05-23 14:30:46.063] [ 0.002415] AppArmor: AppArmor initialized [2024-05-23 14:30:46.088] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:30:46.088] [ 0.002682] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:30:46.088] [ 0.019952] ASID allocator initialised with = 32768 entries [2024-05-23 14:30:46.088] [ 0.035852] Hierarchical SRCU = implementation. [2024-05-23 14:30:46.101] [ 0.062279] EFI services will not be = available. [2024-05-23 14:30:46.115] [ 0.076121] smp: Bringing up secondary CPUs = ... [2024-05-23 14:30:46.115] [ 0.120746] Detected VIPT I-cache on CPU1 [2024-05-23 14:30:46.117] [ 0.120819] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:30:46.117] [ 0.164994] Detected VIPT I-cache on CPU2 [2024-05-23 14:30:46.117] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:30:46.137] [ 0.209275] Detected VIPT I-cache on CPU3 [2024-05-23 14:30:46.150] [ 0.209326] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:30:46.150] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:30:46.150] [ 0.209743] SMP: Total of 4 processors = activated. [2024-05-23 14:30:46.150] [ 0.209759] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:30:46.152] [ 0.209779] CPU: All CPU(s) started at EL2 [2024-05-23 14:30:46.152] [ 0.209960] alternatives: patching kernel = code [2024-05-23 14:30:46.152] [ 0.210533] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:30:46.176] [ 0.213105] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:30:46.176] [ 0.213762] devtmpfs: initialized [2024-05-23 14:30:46.176] [ 0.403377] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:30:46.176] [ 0.403640] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:30:46.178] [ 0.412401] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:30:46.206] [ 0.413343] chipinfo: TCC8030 Rev02 [2024-05-23 14:30:46.206] [ 0.413358] chipinfo: SiP Service v0.1.56 [2024-05-23 14:30:46.206] [ 0.418635] NET: Registered protocol family = 16 [2024-05-23 14:30:46.206] [ 0.422677] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:30:46.206] [ 0.424610] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:30:46.208] [ 0.426483] cpuidle: using governor menu [2024-05-23 14:30:46.237] [ 0.426721] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:30:46.237] [ 0.440762] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:30:46.237] [ 0.441248] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:30:46.237] [ 0.441294] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:30:46.261] [ 0.441339] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:30:46.261] [ 0.441383] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:30:46.273] [ 0.441426] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:30:46.273] [ 0.441470] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:30:46.273] [ 0.441513] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:30:46.273] [ 0.441557] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:30:46.273] [ 0.441601] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:30:46.293] [ 0.441644] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:30:46.293] [ 0.441703] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:30:46.295] [ 0.441748] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:30:46.295] [ 0.441791] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:30:46.295] [ 0.441835] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:30:46.295] [ 0.441878] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:30:46.318] [ 0.441921] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:30:46.319] [ 0.441964] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:30:46.319] [ 0.442082] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:30:46.319] [ 0.442506] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:30:46.319] [ 0.442551] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:30:46.331] [ 0.442594] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:30:46.333] [ 0.442638] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:30:46.333] [ 0.442681] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:30:46.358] [ 0.442724] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:30:46.358] [ 0.442767] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:30:46.358] [ 0.442810] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:30:46.358] [ 0.442867] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:30:46.358] [ 0.442910] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:30:46.371] [ 0.442954] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:30:46.384] [ 0.442997] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:30:46.384] [ 0.443240] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:30:46.386] [ 0.443284] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:30:46.386] [ 0.443327] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:30:46.409] [ 0.443370] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:30:46.413] [ 0.443413] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:30:46.413] [ 0.443456] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:30:46.413] [ 0.443499] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:30:46.413] [ 0.443695] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:30:46.436] [ 0.443738] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:30:46.449] [ 0.443781] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:30:46.449] [ 0.443823] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:30:46.449] [ 0.443867] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:30:46.449] [ 0.443923] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:30:46.451] [ 0.443967] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:30:46.451] [ 0.444010] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:30:46.451] [ 0.444053] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:30:46.477] [ 0.444096] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:30:46.477] [ 0.444139] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:30:46.477] [ 0.444182] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:30:46.477] [ 0.444226] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:30:46.477] [ 0.444269] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:30:46.479] [ 0.444813] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:30:46.504] [ 0.444859] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:30:46.504] [ 0.445030] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:30:46.504] [ 0.445201] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:30:46.504] [ 0.445369] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:30:46.506] [ 0.445535] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:30:46.521] [ 0.445702] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:30:46.521] [ 0.445747] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:30:46.521] [ 0.445790] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:30:46.535] [ 0.445963] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:30:46.537] [ 0.446229] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:30:46.537] [ 0.446420] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:30:46.565] [ 0.446467] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:30:46.565] [ 0.446511] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:30:46.565] [ 0.446554] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:30:46.565] [ 0.446617] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:30:46.565] [ 0.446809] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:30:46.579] [ 0.446854] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:30:46.581] [ 0.447070] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:30:46.581] [ 0.447084] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:30:46.603] [ 0.529449] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:30:46.608] [ 0.529541] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:30:46.608] [ 1.676422] console [ttyAMA0] enabled [2024-05-23 14:30:46.608] [ 1.684239] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:30:46.635] [ 1.713297] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:30:46.650] [ 1.723582] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:30:46.666] [ 1.734138] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:30:46.669] [ 1.744465] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:30:46.764] [ 1.844150] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:30:46.780] [ 1.860716] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:30:46.796] [ 1.867610] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:30:46.796] [ 1.874401] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:30:46.819] [ 1.880790] Linux video capture interface: = v2.00 [2024-05-23 14:30:46.819] [ 1.886557] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:46.833] [ 1.886561] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:30:46.835] [ 1.886565] 6 locks held by swapper/0/1: [2024-05-23 14:30:46.835] [ 1.886568] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:30:46.859] [ 1.886593] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:30:46.859] [ 1.886609] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:30:46.859] [ 1.886627] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:46.874] [ 1.886641] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:30:46.874] [ 1.886657] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:46.896] [ 1.886675] irq event stamp: 288116 [2024-05-23 14:30:46.896] [ 1.886681] hardirqs last enabled at = (288115): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:46.898] [ 1.886685] hardirqs last disabled at = (288116): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:46.924] [ 1.886693] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:46.924] [ 1.886697] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:46.924] [ 1.886699] Preemption disabled at: [2024-05-23 14:30:46.940] [ 1.886704] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:46.940] [ 1.886713] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:30:46.940] [ 1.886716] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:46.955] [ 1.886720] Call trace: [2024-05-23 14:30:46.955] [ 1.886726] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:46.955] [ 1.886730] show_stack+0x14/0x20 [2024-05-23 14:30:46.955] [ 1.886736] dump_stack+0xb8/0xf0 [2024-05-23 14:30:46.967] [ 1.886741] ___might_sleep+0x178/0x210 [2024-05-23 14:30:46.969] [ 1.886745] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:46.969] [ 1.886750] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:46.969] [ 1.886755] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:46.995] [ 1.886762] gic_set_type+0x84/0x98 [2024-05-23 14:30:46.995] [ 1.886767] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:46.995] [ 1.886771] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:46.995] [ 1.886776] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:46.995] [ 1.886781] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:30:46.995] [ 1.886787] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:30:46.998] [ 1.886792] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:47.022] [ 1.886797] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:47.022] [ 1.886802] __driver_attach+0xfc/0x118 [2024-05-23 14:30:47.022] [ 1.886806] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:47.022] [ 1.886811] driver_attach+0x20/0x28 [2024-05-23 14:30:47.022] [ 1.886816] bus_add_driver+0x220/0x268 [2024-05-23 14:30:47.022] [ 1.886821] driver_register+0x60/0xf8 [2024-05-23 14:30:47.035] [ 1.886825] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:47.036] [ 1.886832] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:30:47.036] [ 1.886836] do_one_initcall+0x50/0x15c [2024-05-23 14:30:47.060] [ 1.886843] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:30:47.071] [ 1.886849] kernel_init+0x10/0x100 [2024-05-23 14:30:47.071] [ 1.886854] ret_from_fork+0x10/0x18 [2024-05-23 14:30:47.071] [ 1.892656] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:30:47.071] [ 2.139963] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:30:47.075] [ 2.153581] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:30:47.099] [ 2.160594] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:30:47.099] [ 2.165195] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:30:47.099] [ 2.169998] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:30:47.099] [ 2.174822] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:30:47.100] [ 2.179376] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:30:47.153] [ 2.233666] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:30:47.167] [ 2.246237] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:47.194] [ 2.264549] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:47.201] [ 2.280156] NET: Registered protocol family = 2 [2024-05-23 14:30:47.214] [ 2.287462] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:30:47.216] [ 2.295075] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:30:47.237] [ 2.306186] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:30:47.237] [ 2.313556] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:30:47.253] [ 2.320472] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:30:47.253] [ 2.328630] NET: Registered protocol family = 1 [2024-05-23 14:30:47.356] [ 2.436211] audit: initializing netlink = subsys (disabled) [2024-05-23 14:30:47.363] [ 2.442478] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:30:47.377] [ 2.443110] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:30:47.446] [ 2.525170] fuse init (API version 7.26) [2024-05-23 14:30:47.467] [ 2.539390] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:30:47.470] [ 2.548906] io scheduler noop registered = (default) [2024-05-23 14:30:47.484] [ 2.553748] io scheduler mq-deadline = registered [2024-05-23 14:30:47.484] [ 2.558310] io scheduler kyber registered [2024-05-23 14:30:47.500] [ 2.569128] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:47.502] [ 2.576699] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:47.516] [ 2.582911] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:30:47.528] [ 2.590522] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:47.573] [ 2.652951] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:47.582] [ 2.660779] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:47.597] [ 2.665657] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:30:47.597] [ 2.671085] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:47.599] [ 2.671729] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:47.621] [ 2.682484] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:47.621] [ 2.688693] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:30:47.621] [ 2.696253] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:47.647] [ 2.720456] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:47.652] [ 2.727240] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:47.668] [ 2.731854] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:30:47.686] [ 2.737280] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:47.686] [ 2.737835] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:30:47.686] [ 2.748588] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:30:47.701] [ 2.754796] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:30:47.701] [ 2.762411] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:30:47.748] [ 2.828762] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:30:47.758] [ 2.835575] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:30:47.767] [ 2.840388] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:30:47.793] [ 2.845815] fbX_probe : update_type =3D 1=20 [2024-05-23 14:30:47.796] [ 2.855711] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:30:47.796] [ 2.865344] [INF][WDMA] tcc_wdma_init [2024-05-23 14:30:47.796] [ 2.870137] TCC WDMA Driver Initializing [2024-05-23 14:30:47.798] [ 2.877171] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:30:47.821] [ 2.883303] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:30:47.833] [ 2.893946] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:47.835] [ 2.906654] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:30:47.836] [ 2.916119] [CPU_ID] probe is done [2024-05-23 14:30:47.851] [ 2.919857] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:30:47.851] [ 2.926504] [DRAM_TOOL] probe is done [2024-05-23 14:30:47.853] [ 2.933736] MALI-G51 : r30p0-01eac0 [2024-05-23 14:30:47.867] [ 2.937265] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:30:47.869] [ 2.947202] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:47.885] [ 2.947207] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:30:47.886] [ 2.947212] 6 locks held by swapper/0/1: [2024-05-23 14:30:47.911] [ 2.947215] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:30:47.911] [ 2.947242] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:30:47.911] [ 2.947257] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:30:47.925] [ 2.947275] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:47.927] [ 2.947289] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:30:47.952] [ 2.947305] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:47.952] [ 2.947325] irq event stamp: 453692 [2024-05-23 14:30:47.952] [ 2.947330] hardirqs last enabled at = (453691): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:47.955] [ 2.947335] hardirqs last disabled at = (453692): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:47.980] [ 2.947343] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:47.980] [ 2.947346] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:47.980] [ 2.947349] Preemption disabled at: [2024-05-23 14:30:47.994] [ 2.947354] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:47.995] [ 2.947365] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:30:48.019] [ 2.947367] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:48.031] [ 2.947372] Call trace: [2024-05-23 14:30:48.031] [ 2.947379] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:48.031] [ 2.947383] show_stack+0x14/0x20 [2024-05-23 14:30:48.031] [ 2.947389] dump_stack+0xb8/0xf0 [2024-05-23 14:30:48.031] [ 2.947394] ___might_sleep+0x178/0x210 [2024-05-23 14:30:48.031] [ 2.947398] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:48.034] [ 2.947403] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:48.034] [ 2.947408] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:48.034] [ 2.947416] gic_set_type+0x84/0x98 [2024-05-23 14:30:48.056] [ 2.947421] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:48.074] [ 2.947425] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:48.074] [ 2.947430] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:48.074] [ 2.947436] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:30:48.074] [ 2.947442] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:30:48.074] [ 2.947446] kbase_device_init+0x78/0xf8 [2024-05-23 14:30:48.084] [ 2.947453] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:30:48.084] [ 2.947457] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:48.084] [ 2.947462] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:48.084] [ 2.947467] __driver_attach+0xfc/0x118 [2024-05-23 14:30:48.098] [ 2.947472] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:48.098] [ 2.947477] driver_attach+0x20/0x28 [2024-05-23 14:30:48.098] [ 2.947482] bus_add_driver+0x220/0x268 [2024-05-23 14:30:48.100] [ 2.947486] driver_register+0x60/0xf8 [2024-05-23 14:30:48.100] [ 2.947491] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:48.100] [ 2.947498] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:30:48.124] [ 2.947503] do_one_initcall+0x50/0x15c [2024-05-23 14:30:48.133] [ 2.947510] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:30:48.133] [ 2.947516] kernel_init+0x10/0x100 [2024-05-23 14:30:48.133] [ 2.947520] ret_from_fork+0x10/0x18 [2024-05-23 14:30:48.133] [ 2.949551] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:30:48.133] [ 3.204823] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:30:48.145] [ 3.211562] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:30:48.150] [ 3.225741] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:30:48.175] [ 3.232883] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:30:48.175] [ 3.245041] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:30:48.175] [ 3.251260] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:30:48.175] [ 3.255641] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:30:48.197] [ 3.263089] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:30:48.232] [ 3.312633] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:30:48.243] [ 3.320567] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:30:48.258] [ 3.329518] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:30:48.262] [ 3.342338] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:30:48.276] [ 3.347618] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:30:48.290] [ 3.358691] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:30:48.312] [ 3.367533] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:30:48.315] [ 3.386536] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:30:48.340] [ 3.401981] libphy: Fixed MDIO Bus: probed [2024-05-23 14:30:48.340] [ 3.406936] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:30:48.345] [ 3.420164] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:30:48.357] [ 3.424692] [INFO][GAMC] gmac index : 1 [2024-05-23 14:30:48.359] [ 3.429161] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:30:48.359] [ 3.434329] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:30:48.383] [ 3.439919] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:30:48.395] [ 3.440423] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:30:48.395] [ 3.440438] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:30:48.395] [ 3.444396] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:30:48.395] [ 3.453211] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:30:48.395] [ 3.454283] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:48.397] [ 3.454296] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:30:48.397] [ 3.454303] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:30:48.422] [ 3.454314] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:48.422] [ 3.454326] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:30:48.422] [ 3.456359] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:30:48.422] [ 3.465330] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:30:48.436] [ 3.465340] usbhid: USB HID core driver [2024-05-23 14:30:48.436] [ 3.465692] optee: probing for conduit = method from DT. [2024-05-23 14:30:48.436] [ 3.465718] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:30:48.450] [ 3.467547] optee: initialized driver [2024-05-23 14:30:48.452] [ 3.469349] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:30:48.452] [ 3.469364] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:30:48.474] [ 3.469371] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:30:48.480] [ 3.469379] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:30:48.480] [ 3.469386] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:30:48.480] [ 3.469393] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:30:48.480] [ 3.469401] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:30:48.503] [ 3.469408] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:30:48.516] [ 3.470920] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:30:48.516] [ 3.470928] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:30:48.516] [ 3.477855] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:30:48.518] [ 3.491585] NET: Registered protocol family = 17 [2024-05-23 14:30:48.518] [ 3.492113] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:30:48.542] [ 3.497055] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:30:48.542] [ 3.612192] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:30:48.544] [ 3.623512] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:30:48.558] [ 3.629436] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:30:48.558] [ 3.636318] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:30:48.573] [ 3.643656] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:30:48.584] [ 3.662178] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:30:48.598] [ 3.662672] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:30:48.598] [ 3.663574] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:30:48.614] [ 3.663601] GPT:15269887 !=3D 15273599 [2024-05-23 14:30:48.614] [ 3.663609] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:30:48.616] [ 3.663617] GPT:15269887 !=3D 15273599 [2024-05-23 14:30:48.639] [ 3.663624] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:30:48.652] [ 3.663745] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:30:48.652] [ 3.718929] ALSA device list: [2024-05-23 14:30:48.654] [ 3.721932] No soundcards found. [2024-05-23 14:30:48.654] [ 3.727883] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:30:48.680] [ 3.749203] Freeing unused kernel memory: = 4160K [2024-05-23 14:30:48.680] Mounting devtmpfs [2024-05-23 14:30:48.700] [ 3.764519] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:30:48.703] Mounting procfs [2024-05-23 14:30:48.703] Mounting sysfs [2024-05-23 14:30:48.705] [ 3.783874] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:30:48.735] [ 3.812134] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:30:48.769] [ 3.849621] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:30:48.779] [ 3.858458] mount (98) used greatest stack = depth: 11312 bytes left [2024-05-23 14:30:49.037] [ 4.117139] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:30:49.132] [ 4.211869] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:30:49.161] [ 4.239198] systemd[1]: Detected = architecture arm64. [2024-05-23 14:30:49.203]=20 [2024-05-23 14:30:49.203] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:30:49.215]=20 [2024-05-23 14:30:49.221] [ 4.301718] systemd[1]: Set hostname to = . [2024-05-23 14:30:49.235] [ 4.312938] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:30:49.250] [ 4.321821] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:30:49.492] [ 4.572519] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:30:49.520] [ 4.589629] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:30:49.553] [ 4.631884] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:30:49.566] [ 4.644108] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:30:49.753] [ 4.832880] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:30:49.828] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:30:49.849] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:30:49.869] [ OK ] Listening on Journal Socket. [2024-05-23 14:30:49.899] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:30:49.930] Mounting Huge Pages File System... [2024-05-23 14:30:49.969] Mounting POSIX Message Queue File = System... [2024-05-23 14:30:50.022] Mounting Configuration File System... [2024-05-23 14:30:50.034] [ 5.111731] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:30:50.050] [ OK ] Reached target Remote File Systems. [2024-05-23 14:30:50.069] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:30:50.085] [ OK ] Reached target Swap. [2024-05-23 14:30:50.103] [ OK ] Created slice User and Session Slice. [2024-05-23 14:30:50.136] Mounting FUSE Control File System... [2024-05-23 14:30:50.153] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:30:50.169] [ OK ] Reached target Paths. [2024-05-23 14:30:50.186] [ OK ] Reached target Slices. [2024-05-23 14:30:50.206] Starting Apply Kernel Variables... [2024-05-23 14:30:50.223] [ OK ] Listening on udev Control Socket. [2024-05-23 14:30:50.253] [ OK ] Created slice system-getty.slice. [2024-05-23 14:30:50.270] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:30:50.303] Mounting Kernel Debug File System... [2024-05-23 14:30:50.320] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:30:50.342] Starting udev Coldplug all Devices... [2024-05-23 14:30:50.370] Starting mount data partition = service... [2024-05-23 14:30:50.392] [ OK ] Listening on Syslog Socket. [2024-05-23 14:30:50.419] Starting Journal Service... [2024-05-23 14:30:50.471] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:30:50.483] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:30:50.502] [ OK ] Mounted POSIX Message Qu[ = 5.580988] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:30:50.518] eue File System. [2024-05-23 14:30:50.561] [ OK ] Mounted Configuration File System. [2024-05-23 14:30:50.586] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:30:50.609] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:30:50.638] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:30:50.658] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:30:50.700] [ OK ] Started mount data partition service. [2024-05-23 14:30:50.736] [ OK ] Started Journal Service. [2024-05-23 14:30:50.790] Starting NS file System mount and = recovery.... [2024-05-23 14:30:50.805] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:30:50.821] [ OK ] Reached target Containers. [2024-05-23 14:30:50.857] Mounting /var/volatile... [2024-05-23 14:30:50.889] Mounting /tmp... [2024-05-23 14:30:50.920] [ 5.993648] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:50.924] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:30:50.982] Starting udev Kernel Device = Manager... [2024-05-23 14:30:51.006] [ 6.086476] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:51.112] [ 6.191458] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:30:51.122] [ 6.203180] mount (153) used greatest stack = depth: 11184 bytes left [2024-05-23 14:30:51.185] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:30:51.223] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:30:51.254] [ OK ] Mounted /var/volatile. [2024-05-23 14:30:51.271] [ OK ] Mounted /tmp. [2024-05-23 14:30:51.366] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:30:51.390] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:51.562] [ 6.642796] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:30:51.587] Starting Bind mount volatile = /var/lib... [2024-05-23 14:30:51.615] Starting Bind mount volatile = /var/cache... [2024-05-23 14:30:51.645] Starting Bind mount volatile = /var/spool... [2024-05-23 14:30:51.676] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:30:51.863] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:30:51.890] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:30:51.921] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:30:51.956] Starting Load/Save Random Seed... [2024-05-23 14:30:51.969] [ OK ] Reached target Local File Systems. [2024-05-23 14:30:52.005] Starting Create Volatile Files and = Directories... [2024-05-23 14:30:52.029] Starting AppArmor initialization... [2024-05-23 14:30:52.067] Starting netfilter persistent = configuration... [2024-05-23 14:30:52.103] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:30:52.140] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:30:52.190] [ 7.270014] audit: type=3D1400 = audit(1550139121.148:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:30:52.206] [ 7.284488] audit: type=3D1400 = audit(1550139121.148:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:30:52.243] [ 7.301314] audit: type=3D1400 = audit(1550139121.148:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:30:52.245] [ 7.318053] audit: type=3D1400 = audit(1550139121.148:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:30:52.263] [ 7.334601] audit: type=3D1400 = audit(1550139121.148:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:30:52.281] [ 7.351468] audit: type=3D1400 = audit(1550139121.152:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:30:52.297] [ 7.368148] audit: type=3D1400 = audit(1550139121.152:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:30:52.338] [ OK ] Started AppArmor initialization. [2024-05-23 14:30:52.354] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:30:52.374] [ OK ] Reached target Network (Pre). [2024-05-23 14:30:52.406] Starting Network Service... [2024-05-23 14:30:52.439] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:30:52.494] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:30:52.521] [ OK ] Reached target System Initialization. [2024-05-23 14:30:52.539] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:30:52.557] [ OK ] Reached target Sockets. [2024-05-23 14:30:52.573] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:30:52.589] [ OK ] Reached target Timers. [2024-05-23 14:30:52.608] [ OK ] Reached target Basic System. [2024-05-23 14:30:52.638] [ 7.708976] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:30:52.640] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:30:52.672] [ 7.742986] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:30:52.674] [ 7.749225] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:30:52.675] [ 7.753717] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:30:52.689] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:30:52.727] Starting Load Kernel Modules... [2024-05-23 14:30:52.756] [ OK ] Started Kernel Logging Service. [2024-05-23 14:30:52.798] [ 7.876989] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:30:52.830] [ 7.885160] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:30:52.830] [[ 7.893981] Disabling lock debugging due = to kernel taint [2024-05-23 14:30:52.833] OK ] Started TEE-based HSM Service. [2024-05-23 14:30:52.853] Starting Login Service... [2024-05-23 14:30:52.856] [ OK ] Started System Logging Service. [2024-05-23 14:30:52.889] [ OK ] Started NS VSync Process. [2024-05-23 14:30:52.900] [ 7.980055] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:30:52.914] [ 7.984445] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:30:52.943] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:30:52.954] [ 7.984458] [INFO][GMAC]=20 [2024-05-23 14:30:52.967] [ 8.034390] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:30:52.967] [ 8.045993] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:30:52.984] [ 8.054572] libphy: tcc-gmac-mdio: probed [2024-05-23 14:30:52.984] [ 8.054578] [INFO][GMAC] registered! [2024-05-23 14:30:52.984] [ 8.054581] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:30:52.999] [ 8.054588] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:30:53.001] [ 8.076923] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:30:53.014] [ 8.076927] in_atomic(): 1, = irqs_disabled(): 128, pid: 267, name: systemd-modules [2024-05-23 14:30:53.030] [ 8.076929] INFO: lockdep is turned off. [2024-05-23 14:30:53.032] [ 8.076931] irq event stamp: 24829 [2024-05-23 14:30:53.058] Start /usr/bin/sys-fail-mon [2024-05-23 14:30:53.058] [ 8.076945] hardirqs last enabled at = (24829): [<00000000fc670e21>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:30:53.058] [ 8.076950] hardirqs last disabled at = (24828): [<00000000b538c98b>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:30:53.060] [ 8.076957] softirqs last enabled at (0): = [<00000000e3fb7a3f>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:30:53.085] [ 8.076959] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:30:53.085] [ 8.076961] Preemption disabled at: [2024-05-23 14:30:53.085] [ 8.076968] [<000000004c76f2d6>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:30:53.085] [ 8.076975] CPU: 1 PID: 267 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:30:53.102] [ 8.076977] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:30:53.102] [ 8.076980] Call trace: [2024-05-23 14:30:53.102] [ 8.076984] dump_backtrace+0x0/0x1d8 [2024-05-23 14:30:53.116] [ 8.076988] show_stack+0x14/0x20 [2024-05-23 14:30:53.117] [ 8.076992] dump_stack+0xb8/0xf0 [2024-05-23 14:30:53.117] [ 8.076996] ___might_sleep+0x178/0x210 [2024-05-23 14:30:53.117] [ 8.076998] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:30:53.141] [ 8.077004] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:30:53.154] [ 8.077008] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:30:53.154] [ 8.077014] gic_set_type+0x84/0x98 [2024-05-23 14:30:53.154] [ 8.077018] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:30:53.154] [ 8.077021] __setup_irq+0x76c/0x7f8 [2024-05-23 14:30:53.154] [ 8.077025] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:30:53.154] [ 8.077054] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:30:53.156] [ 8.077072] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:30:53.156] [ 8.077078] platform_drv_probe+0x58/0xb8 [2024-05-23 14:30:53.156] [ 8.077083] = driver_probe_device+0x228/0x410 [2024-05-23 14:30:53.180] [ 8.077086] __driver_attach+0xfc/0x118 [2024-05-23 14:30:53.180] [ 8.077090] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:30:53.180] [ 8.077093] driver_attach+0x20/0x28 [2024-05-23 14:30:53.180] [ 8.077097] bus_add_driver+0x220/0x268 [2024-05-23 14:30:53.180] [ 8.077100] driver_register+0x60/0xf8 [2024-05-23 14:30:53.180] [ 8.077103] = __platform_driver_register+0x44/0x50 [2024-05-23 14:30:53.193] [ 8.077121] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:30:53.206] [ 8.077125] do_one_initcall+0x50/0x15c [2024-05-23 14:30:53.206] [ 8.077130] do_init_module+0x54/0x1b0 [2024-05-23 14:30:53.206] [ 8.077133] load_module+0x1e70/0x2428 [2024-05-23 14:30:53.219] [ 8.077136] SyS_finit_module+0xe4/0x118 [2024-05-23 14:30:53.219] [ 8.077139] el0_svc_naked+0x34/0x38 [2024-05-23 14:30:53.219] [ 8.094245] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:30:53.223] [ 8.097655] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:30:53.223] [ 8.099533] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:30:53.223] [ 8.100088] Done!! [2024-05-23 14:30:53.246] [ 8.136088] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:30:53.247] [ 8.136130] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:30:53.247] [ 8.136130] -- MASTER Configuration. [2024-05-23 14:30:53.247] [ 8.136130] -- Local Receiver Status Not = OK. [2024-05-23 14:30:53.247] [ 8.136130] -- Remote Receiver Status Not = OK. [2024-05-23 14:30:53.247] [ 8.136148] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:30:53.263] [ 8.136152] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:30:53.275] [ 8.136477] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:30:53.275] [ 8.140690] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:30:53.277] [ 8.140695] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:30:53.301] [ 8.140700] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:30:53.303] [ 8.140700] =20 [2024-05-23 14:30:53.303] [ 8.140974] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:30:53.303] [ 8.141243] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:30:53.303] [ 8.141246] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:30:53.303] [ 8.141250] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:30:53.326] [ 8.141250] =20 [2024-05-23 14:30:53.326] [ 8.141387] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:30:53.326] [ 8.141402] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:30:53.326] [ 8.141406] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:30:53.326] [ 8.141410] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:30:53.326] [ 8.141417] [INFO][GMAC] --] phy_start: : [2024-05-23 14:30:53.341] [ 8.141475] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:30:53.341] [ 8.187231] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:30:53.343] [ 8.191915] Done!! [2024-05-23 14:30:53.367] [ 8.248004] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:53.371] [ 8.287288] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:30:53.371] [ 8.292312] Done!! [2024-05-23 14:30:53.371] [ 8.355985] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:53.371] [ OK ] Started NS System Management Process. [2024-05-23 14:30:53.371] Starting NS Inter Domain Comm = Process... [2024-05-23 14:30:53.395] [ OK ] Started Network Service. [2024-05-23 14:30:53.395] [ OK[ 8.457608] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:30:53.395] ] Started Load Ke[ 8.464909] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:30:53.409] rnel Modules. [2024-05-23 14:30:53.409] Startin[ 8.477813] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:30:53.423] g Wait for Network to b[ 8.478343] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:30:53.425] e Configured... [2024-05-23 14:30:53.425] [ 8.495967] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:30:53.425] [ 8.496618] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:53.450] [ 8.496980] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:30:53.450] [ 8.496993] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:30:53.475] [ 8.497403] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:30:53.476] [ 8.497408] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:30:53.476] [ 8.497812] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:30:53.489] [ OK ] Reached target Network. [2024-05-23 14:30:53.493] Starting udev Coldplug all Devices... [2024-05-23 14:30:53.517] Starting Permit User Sessions... [2024-05-23 14:30:53.521] [ OK ] Started NS Inter Doma[ 8.584043] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:30:53.521] in Comm Process. [2024-05-23 14:30:53.521] [ OK ] Started Permit User Sessions. [2024-05-23 14:30:53.537] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:30:53.566] [ OK ] Started Getty on tty1. [2024-05-23 14:30:53.566] [ OK ] Reached target Login Prompts. [2024-05-23 14:30:53.566] parents, child is 324 [2024-05-23 14:30:53.575] [ OK ] Started Cluster Framework. [2024-05-23 14:30:53.575] [ OK ] Started HUD Framework. [2024-05-23 14:30:53.575] [IDC]Start.[ 8.642656] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:30:53.587]=20 [2024-05-23 14:30:53.587] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:30:53.587] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:30:53.599] [IDC](A7)ConnectReq 0 [2024-05-23 14:30:53.599] [IDC](A7)do_connect 0 [2024-05-23 14:30:53.599] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:30:53.601] [IDC](A7)Tx start session req 1 [2024-05-23 14:30:53.601] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:30:53.601] [IDC](R5)ConnectReq 0 [2024-05-23 14:30:53.601] [IDC](R5)do_connect 0 [2024-05-23 14:30:53.601] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:30:53.628] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:30:53.628] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:30:53.628] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:30:53.628] [ OK ] Started Nvm Process. [2024-05-23 14:30:53.628] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:30:53.628] [IDC](A7)Session connected. [2024-05-23 14:30:53.628] [IDC]TimerStartRe[ 8.696289] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:30:53.658] q 2 R5:1.0 [2024-05-23 14:30:53.658] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:30:53.660] [IDC](R5)Session connected.2 [2024-05-23 14:30:53.660] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:30:53.660] [ OK ] Started NS hsm control application. [2024-05-23 14:30:53.690] [ OK ] Started Diagnosis Framework. [2024-05-23 14:30:53.732] [ 8.812461] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:53.783] [ OK ] Started NS Software Update. [2024-05-23 14:30:53.804] [ OK ] Started NS Secondary Verify. [2024-05-23 14:30:53.815] [ OK ] Started Diagnosis Transport. [2024-05-23 14:30:53.840] [ OK ] Started Login Service. [2024-05-23 14:30:53.840] [ OK ] Reached target Multi-User System. [2024-05-23 14:30:53.862] Starting Update[ 8.924044] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:30:53.865] UTMP about System Runlevel Changes... [2024-05-23 14:30:53.939] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:30:53.961] [ 9.036032] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:53.993] [ 9.073073] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:30:54.034] [ 9.113391] sched: RT throttling activated [2024-05-23 14:30:54.068] [ 9.148067] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:54.114] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:30:54.141] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:30:54.180] [ 9.260291] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:30:54.854] [ 9.933338] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:54.862] [ 9.941742] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:55.540] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:30:55.854] [ 10.911530] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:30:55.861] [ 10.911538] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:30:59.828]=20 [2024-05-23 14:30:59.830] telechips-nsp1-release login:=20 [2024-05-23 14:31:03.288]=20 [2024-05-23 14:31:03.288] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:31:03.288]=20 [2024-05-23 14:31:03.288] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:31:03.298] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:31:03.324] DRAM: 2 GiB [2024-05-23 14:31:03.348] MMC: sdhc@0x16440000: 0 [2024-05-23 14:31:03.611]=20 [2024-05-23 14:31:03.611] HW Partition tyep is UserData [2024-05-23 14:31:03.637] In: serial [2024-05-23 14:31:03.637] Out: serial [2024-05-23 14:31:03.637] Err: serial [2024-05-23 14:31:03.691] Boot in the UserData environment(0) [2024-05-23 14:31:03.696] Non-secure boot (secure boot flag is clear) [2024-05-23 14:31:03.698] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:31:03.736] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:31:03.736] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:31:03.736] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:31:03.736] Booting using the fdt blob at 0x23000000 [2024-05-23 14:31:03.736] Loading Kernel Image [2024-05-23 14:31:03.736] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:31:03.756] OPTEE is enabled [2024-05-23 14:31:03.758]=20 [2024-05-23 14:31:03.758] Starting kernel ... [2024-05-23 14:31:03.758]=20 [2024-05-23 14:31:04.672] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:31:04.680] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:31:04.704] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:31:04.704] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:31:04.704] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:31:04.726] [ 0.000000] efi: UEFI not found. [2024-05-23 14:31:04.726] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:31:04.726] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:31:04.726] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:31:04.748] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:31:04.748] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:31:04.750] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:31:04.792] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:31:04.792] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:31:04.792] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:31:04.792] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:31:04.794] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:31:04.820] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:31:04.820] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:31:04.820] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:31:04.841] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:31:04.854] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:31:04.854] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:31:04.854] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:31:04.875] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:31:04.877] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:31:04.877] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:31:04.877] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:31:04.908] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:31:04.908] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:31:04.908] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:31:04.908] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:31:04.919] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:31:04.923] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:31:04.923] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:31:04.923] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:31:04.953] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:31:04.953] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:31:04.953] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:31:04.953] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:31:04.955] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:31:04.987] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:31:04.987] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:31:05.009] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:31:05.012] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:31:05.012] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:31:05.012] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:31:05.068] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:31:05.068] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:31:05.068] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:31:05.068] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:31:05.070] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:31:05.070] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:31:05.070] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:31:05.101] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:31:05.101] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:31:05.101] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:31:05.101] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:31:05.120] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:31:05.121] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:31:05.121] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:31:05.154] [ 0.000000] Running RCU self tests [2024-05-23 14:31:05.154] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:31:05.154] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:31:05.154] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:31:05.154] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:31:05.154] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:31:05.170] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:31:05.186] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:31:05.186] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:31:05.186] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:31:05.186] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:31:05.205] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:31:05.222] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:31:05.222] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:31:05.222] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:31:05.237] [ 0.001470] Console: colour dummy device = 80x25 [2024-05-23 14:31:05.237] [ 0.001709] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:31:05.237] [ 0.001712] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:31:05.249] [ 0.001715] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:31:05.249] [ 0.001718] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:31:05.249] [ 0.001720] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:31:05.254] [ 0.001723] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:31:05.254] [ 0.001726] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:31:05.254] [ 0.001728] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:31:05.271] [ 0.001731] memory used by lock dependency = info: 7903 kB [2024-05-23 14:31:05.283] [ 0.001733] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:31:05.283] [ 0.001775] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:31:05.298] [ 0.001782] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:31:05.298] [ 0.002282] Security Framework initialized [2024-05-23 14:31:05.298] [ 0.002410] AppArmor: AppArmor initialized [2024-05-23 14:31:05.304] [ 0.002655] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:31:05.304] [ 0.002679] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:31:05.314] [ 0.019955] ASID allocator initialised with = 32768 entries [2024-05-23 14:31:05.319] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:31:05.319] [ 0.062274] EFI services will not be = available. [2024-05-23 14:31:05.319] [ 0.076122] smp: Bringing up secondary CPUs = ... [2024-05-23 14:31:05.339] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:31:05.353] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:31:05.353] [ 0.164993] Detected VIPT I-cache on CPU2 [2024-05-23 14:31:05.353] [ 0.165050] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:31:05.353] [ 0.209276] Detected VIPT I-cache on CPU3 [2024-05-23 14:31:05.369] [ 0.209327] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:31:05.369] [ 0.209704] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:31:05.369] [ 0.209746] SMP: Total of 4 processors = activated. [2024-05-23 14:31:05.372] [ 0.209761] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:31:05.372] [ 0.209781] CPU: All CPU(s) started at EL2 [2024-05-23 14:31:05.372] [ 0.209961] alternatives: patching kernel = code [2024-05-23 14:31:05.372] [ 0.210507] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:31:05.390] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:31:05.390] [ 0.213693] devtmpfs: initialized [2024-05-23 14:31:05.390] [ 0.402870] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:31:05.399] [ 0.403140] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:31:05.401] [ 0.411897] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:31:05.422] [ 0.412803] chipinfo: TCC8030 Rev02 [2024-05-23 14:31:05.422] [ 0.412819] chipinfo: SiP Service v0.1.56 [2024-05-23 14:31:05.422] [ 0.418113] NET: Registered protocol family = 16 [2024-05-23 14:31:05.422] [ 0.422071] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:31:05.435] [ 0.424045] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:31:05.456] [ 0.425628] cpuidle: using governor menu [2024-05-23 14:31:05.456] [ 0.425866] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:31:05.470] [ 0.440041] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:31:05.470] [ 0.440510] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:31:05.470] [ 0.440557] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:31:05.470] [ 0.440601] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:31:05.486] [ 0.440645] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:31:05.486] [ 0.440688] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:31:05.486] [ 0.440732] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:31:05.500] [ 0.440776] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:31:05.500] [ 0.440819] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:31:05.500] [ 0.440863] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:31:05.500] [ 0.440906] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:31:05.505] [ 0.440950] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:31:05.505] [ 0.440994] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:31:05.524] [ 0.441038] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:31:05.527] [ 0.441081] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:31:05.527] [ 0.441124] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:31:05.527] [ 0.441182] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:31:05.527] [ 0.441225] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:31:05.548] [ 0.441269] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441627] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441671] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441714] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441758] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441801] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441845] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441888] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441933] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.441976] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.442106] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:31:05.594] [ 0.442150] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:31:05.598] [ 0.442194] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:31:05.598] [ 0.442433] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:31:05.610] [ 0.442492] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:31:05.617] [ 0.442536] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:31:05.617] [ 0.442579] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:31:05.618] [ 0.442623] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:31:05.631] [ 0.442666] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:31:05.633] [ 0.442709] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:31:05.633] [ 0.442912] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:31:05.648] [ 0.442956] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:31:05.648] [ 0.442999] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:31:05.648] [ 0.443042] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:31:05.662] [ 0.443085] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:31:05.662] [ 0.443128] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:31:05.662] [ 0.443171] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:31:05.688] [ 0.443214] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:31:05.697] [ 0.443258] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:31:05.697] [ 0.443301] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:31:05.697] [ 0.443358] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:31:05.697] [ 0.443401] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:31:05.697] [ 0.443445] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:31:05.699] [ 0.443487] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:31:05.711] [ 0.444027] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:31:05.752] [ 0.444072] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:31:05.752] [ 0.444242] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.444412] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.444596] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.444763] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.444931] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.444975] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.445018] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.445183] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:31:05.764] [ 0.445347] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:31:05.782] [ 0.445512] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:31:05.782] [ 0.445556] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:31:05.792] [ 0.445600] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:31:05.792] [ 0.445643] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:31:05.792] [ 0.445686] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:31:05.792] [ 0.445857] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:31:05.803] [ 0.445901] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:31:05.803] [ 0.446204] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:31:05.814] [ 0.446223] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:31:05.814] [ 0.528654] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:31:05.823] [ 0.528744] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:31:05.839] [ 1.675397] console [ttyAMA0] enabled [2024-05-23 14:31:05.849] [ 1.683057] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:31:05.854] [ 1.711859] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:31:05.866] [ 1.722155] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:31:05.879] [ 1.732744] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:31:05.889] [ 1.743001] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:31:05.986] [ 1.842813] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:31:06.002] [ 1.858946] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:31:06.010] [ 1.865842] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:31:06.022] [ 1.872706] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:31:06.034] [ 1.879075] Linux video capture interface: = v2.00 [2024-05-23 14:31:06.042] [ 1.884879] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:06.044] [ 1.884883] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:31:06.057] [ 1.884887] 6 locks held by swapper/0/1: [2024-05-23 14:31:06.057] [ 1.884890] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:31:06.070] [ 1.884916] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:31:06.072] [ 1.884931] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:06.087] [ 1.884950] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:06.089] [ 1.884964] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:06.103] [ 1.884981] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:06.112] [ 1.885000] irq event stamp: 288016 [2024-05-23 14:31:06.114] [ 1.885005] hardirqs last enabled at = (288015): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:06.127] [ 1.885010] hardirqs last disabled at = (288016): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:06.127] [ 1.885018] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:06.139] [ 1.885021] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:06.149] [ 1.885024] Preemption disabled at: [2024-05-23 14:31:06.149] [ 1.885029] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:06.160] [ 1.885038] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:31:06.161] [ 1.885041] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:06.170] [ 1.885045] Call trace: [2024-05-23 14:31:06.170] [ 1.885050] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:06.184] [ 1.885055] show_stack+0x14/0x20 [2024-05-23 14:31:06.186] [ 1.885061] dump_stack+0xb8/0xf0 [2024-05-23 14:31:06.186] [ 1.885066] ___might_sleep+0x178/0x210 [2024-05-23 14:31:06.186] [ 1.885070] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:06.186] [ 1.885075] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:06.195] [ 1.885080] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:06.195] [ 1.885087] gic_set_type+0x84/0x98 [2024-05-23 14:31:06.201] [ 1.885092] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:06.214] [ 1.885097] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:06.216] [ 1.885102] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:06.216] [ 1.885106] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:31:06.216] [ 1.885113] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:31:06.231] [ 1.885117] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:06.231] [ 1.885122] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:06.231] [ 1.885127] __driver_attach+0xfc/0x118 [2024-05-23 14:31:06.231] [ 1.885132] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:06.239] [ 1.885137] driver_attach+0x20/0x28 [2024-05-23 14:31:06.239] [ 1.885141] bus_add_driver+0x220/0x268 [2024-05-23 14:31:06.249] [ 1.885146] driver_register+0x60/0xf8 [2024-05-23 14:31:06.249] [ 1.885150] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:06.251] [ 1.885157] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:31:06.265] [ 1.885162] do_one_initcall+0x50/0x15c [2024-05-23 14:31:06.265] [ 1.885170] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:31:06.265] [ 1.885176] kernel_init+0x10/0x100 [2024-05-23 14:31:06.267] [ 1.885180] ret_from_fork+0x10/0x18 [2024-05-23 14:31:06.282] [ 1.890936] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:31:06.282] [ 2.138245] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:31:06.294] [ 2.151790] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:31:06.307] [ 2.158801] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:31:06.309] [ 2.163403] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:31:06.323] [ 2.168206] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:31:06.323] [ 2.173054] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:31:06.323] [ 2.177609] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:31:06.375] [ 2.230971] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:31:06.386] [ 2.243487] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:06.404] [ 2.261581] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:06.420] [ 2.277249] NET: Registered protocol family = 2 [2024-05-23 14:31:06.429] [ 2.284750] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:31:06.443] [ 2.292368] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:31:06.459] [ 2.303530] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:31:06.461] [ 2.310965] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:31:06.461] [ 2.317730] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:31:06.471] [ 2.325822] NET: Registered protocol family = 1 [2024-05-23 14:31:06.580] [ 2.433767] audit: initializing netlink = subsys (disabled) [2024-05-23 14:31:06.584] [ 2.440414] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:31:06.595] [ 2.441037] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:31:06.669] [ 2.523153] fuse init (API version 7.26) [2024-05-23 14:31:06.684] [ 2.541199] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:31:06.694] [ 2.551110] io scheduler noop registered = (default) [2024-05-23 14:31:06.702] [ 2.555955] io scheduler mq-deadline = registered [2024-05-23 14:31:06.705] [ 2.560516] io scheduler kyber registered [2024-05-23 14:31:06.720] [ 2.571527] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:06.728] [ 2.578582] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:06.730] [ 2.584794] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:31:06.745] [ 2.592407] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:06.799] [ 2.654999] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:06.805] [ 2.662779] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:06.815] [ 2.667643] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:31:06.834] [ 2.673072] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:06.834] [ 2.673698] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:06.836] [ 2.684452] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:06.836] [ 2.690661] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:31:06.850] [ 2.698314] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:06.866] [ 2.722331] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:06.872] [ 2.729240] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:06.882] [ 2.733891] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:31:06.884] [ 2.739318] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:06.894] [ 2.739885] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:06.894] [ 2.750638] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:06.905] [ 2.756846] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:31:06.916] [ 2.764462] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:06.975] [ 2.830606] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:06.981] [ 2.837387] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:06.990] [ 2.842011] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:31:07.003] [ 2.847439] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:07.012] [ 2.857114] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:31:07.016] [ 2.866828] [INF][WDMA] tcc_wdma_init [2024-05-23 14:31:07.031] [ 2.871607] TCC WDMA Driver Initializing [2024-05-23 14:31:07.033] [ 2.879105] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:31:07.033] [ 2.885221] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:31:07.049] [ 2.895699] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:07.058] [ 2.908320] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:31:07.075] [ 2.917709] [CPU_ID] probe is done [2024-05-23 14:31:07.078] [ 2.921524] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:31:07.078] [ 2.928235] [DRAM_TOOL] probe is done [2024-05-23 14:31:07.080] [ 2.935456] MALI-G51 : r30p0-01eac0 [2024-05-23 14:31:07.095] [ 2.938982] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:31:07.096] [ 2.948965] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:07.106] [ 2.948970] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:31:07.116] [ 2.948974] 6 locks held by swapper/0/1: [2024-05-23 14:31:07.116] [ 2.948977] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:31:07.129] [ 2.949004] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:31:07.131] [ 2.949019] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:07.147] [ 2.949038] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:07.158] [ 2.949052] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:07.166] [ 2.949069] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:07.168] [ 2.949087] irq event stamp: 453532 [2024-05-23 14:31:07.183] [ 2.949093] hardirqs last enabled at = (453531): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:07.185] [ 2.949098] hardirqs last disabled at = (453532): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:07.200] [ 2.949105] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:07.200] [ 2.949109] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:07.214] [ 2.949111] Preemption disabled at: [2024-05-23 14:31:07.214] [ 2.949117] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:07.214] [ 2.949127] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:31:07.223] [ 2.949130] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:07.234] [ 2.949134] Call trace: [2024-05-23 14:31:07.234] [ 2.949141] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:07.234] [ 2.949145] show_stack+0x14/0x20 [2024-05-23 14:31:07.243] [ 2.949151] dump_stack+0xb8/0xf0 [2024-05-23 14:31:07.245] [ 2.949156] ___might_sleep+0x178/0x210 [2024-05-23 14:31:07.245] [ 2.949160] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:07.260] [ 2.949165] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:07.261] [ 2.949171] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:07.261] [ 2.949179] gic_set_type+0x84/0x98 [2024-05-23 14:31:07.261] [ 2.949184] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:07.277] [ 2.949188] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:07.287] [ 2.949193] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:07.287] [ 2.949199] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:31:07.287] [ 2.949205] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:31:07.291] [ 2.949209] kbase_device_init+0x78/0xf8 [2024-05-23 14:31:07.291] [ 2.949216] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:31:07.291] [ 2.949221] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:07.307] [ 2.949226] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:07.307] [ 2.949231] __driver_attach+0xfc/0x118 [2024-05-23 14:31:07.307] [ 2.949235] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:07.307] [ 2.949240] driver_attach+0x20/0x28 [2024-05-23 14:31:07.316] [ 2.949245] bus_add_driver+0x220/0x268 [2024-05-23 14:31:07.318] [ 2.949250] driver_register+0x60/0xf8 [2024-05-23 14:31:07.318] [ 2.949254] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:07.336] [ 2.949262] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:31:07.336] [ 2.949266] do_one_initcall+0x50/0x15c [2024-05-23 14:31:07.337] [ 2.949274] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:31:07.337] [ 2.949280] kernel_init+0x10/0x100 [2024-05-23 14:31:07.339] [ 2.949285] ret_from_fork+0x10/0x18 [2024-05-23 14:31:07.354] [ 2.951228] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:31:07.362] [ 3.205917] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:31:07.362] [ 3.212654] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:31:07.380] [ 3.226855] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:31:07.382] [ 3.233876] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:31:07.391] [ 3.245979] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:31:07.401] [ 3.252198] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:31:07.401] [ 3.256580] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:31:07.412] [ 3.264084] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:31:07.454] [ 3.310946] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:31:07.465] [ 3.318747] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:31:07.474] [ 3.327718] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:31:07.485] [ 3.338986] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:31:07.495] [ 3.344269] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:31:07.506] [ 3.355343] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:31:07.521] [ 3.364206] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:31:07.540] [ 3.383418] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:31:07.542] [ 3.398986] libphy: Fixed MDIO Bus: probed [2024-05-23 14:31:07.554] [ 3.403942] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:31:07.566] [ 3.417047] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:31:07.572] [ 3.418196] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:31:07.574] [ 3.419461] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:31:07.590] [ 3.423258] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:31:07.600] [ 3.423999] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:31:07.600] [ 3.424588] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:31:07.600] [ 3.425699] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:31:07.609] [ 3.435321] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:31:07.611] [ 3.435351] GPT:15269887 !=3D 15273599 [2024-05-23 14:31:07.611] [ 3.435358] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:31:07.627] [ 3.435366] GPT:15269887 !=3D 15273599 [2024-05-23 14:31:07.627] [ 3.435373] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:31:07.627] [ 3.435488] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:31:07.640] [ 3.496775] [INFO][GAMC] gmac index : 1 [2024-05-23 14:31:07.657] [ 3.501290] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:31:07.657] [ 3.506458] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:31:07.657] [ 3.512492] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:31:07.667] [ 3.516883] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:31:07.677] [ 3.525438] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:31:07.697] [ 3.539370] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:31:07.698] [ 3.545228] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:07.698] [ 3.545240] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:31:07.700] [ 3.545247] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:31:07.716] [ 3.545258] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:07.716] [ 3.545270] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:31:07.718] [ 3.574041] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:31:07.733] [ 3.590119] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:31:07.742] [ 3.596774] usbhid: USB HID core driver [2024-05-23 14:31:07.744] [ 3.600981] optee: probing for conduit = method from DT. [2024-05-23 14:31:07.762] [ 3.606160] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:31:07.762] [ 3.608112] optee: initialized driver [2024-05-23 14:31:07.762] [ 3.617646] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:31:07.775] [ 3.623375] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:31:07.775] [ 3.628544] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:31:07.786] [ 3.633712] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:31:07.786] [ 3.639487] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:31:07.801] [ 3.645262] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:31:07.801] [ 3.651124] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:31:07.801] [ 3.657594] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:31:07.818] [ 3.665113] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:31:07.820] [ 3.673061] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:31:07.838] [ 3.687613] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:31:07.847] [ 3.695486] NET: Registered protocol family = 17 [2024-05-23 14:31:07.849] [ 3.700600] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:31:07.863] [ 3.718574] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:31:08.034] [ 3.888880] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:08.039] [ 3.888925] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:31:08.049] [ 3.904704] ALSA device list: [2024-05-23 14:31:08.051] [ 3.907698] No soundcards found. [2024-05-23 14:31:08.070] [ 3.913661] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:31:08.084] [ 3.934699] Freeing unused kernel memory: = 4160K [2024-05-23 14:31:08.089] Mounting devtmpfs [2024-05-23 14:31:08.092] [ 3.949232] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:31:08.104] Mounting procfs [2024-05-23 14:31:08.106] Mounting sysfs [2024-05-23 14:31:08.121] [ 3.968044] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:31:08.140] [ 3.996359] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:31:08.181] [ 4.038093] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:31:08.197] [ 4.047052] mount (97) used greatest stack = depth: 11568 bytes left [2024-05-23 14:31:08.218] [ 4.066522] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:31:08.455] [ 4.312021] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:31:08.555] [ 4.409571] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:31:08.580] [ 4.436872] systemd[1]: Detected = architecture arm64. [2024-05-23 14:31:08.627]=20 [2024-05-23 14:31:08.627] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:31:08.636]=20 [2024-05-23 14:31:08.643] [ 4.499998] systemd[1]: Set hostname to = . [2024-05-23 14:31:08.665] [ 4.511294] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:31:08.666] [ 4.520634] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:31:08.906] [ 4.760040] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:31:08.930] [ 4.777142] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:31:08.965] [ 4.820094] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:31:08.976] [ 4.832205] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:31:09.167] [ 5.024283] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:31:09.237] [ OK ] Reached target Remote File Systems. [2024-05-23 14:31:09.255] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:31:09.273] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:31:09.291] [ OK ] Created slice User and Session Slice. [2024-05-23 14:31:09.306] [ OK ] Reached target Paths. [2024-05-23 14:31:09.338] [ OK ] Listening on Journal Socket. [2024-05-23 14:31:09.360] Mounting FUSE Control File System... [2024-05-23 14:31:09.390] Mounting Kernel Debug File System... [2024-05-23 14:31:09.422] Starting mount data partition = service... [2024-05-23 14:31:09.488] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:31:09.510] [ OK ] Reached target Slices. [2024-05-23 14:31:09.555] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:31:09.588] Starting Apply Kernel Variables = 5.445777] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:31:09.603] m... [2024-05-23 14:31:09.622] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:31:09.651] [ 5.507174] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:31:09.659] Mounting Huge Pages File System... [2024-05-23 14:31:09.690] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:31:09.706] [ OK ] Created slice system-getty.slice. [2024-05-23 14:31:09.722] [ OK ] Listening on Syslog Socket. [2024-05-23 14:31:09.737] [ OK ] Reached target Swap. [2024-05-23 14:31:09.765] Mounting Configuration File System... [2024-05-23 14:31:09.795] Mounting POSIX Message Queue File = System... [2024-05-23 14:31:09.809] [ OK ] Listening on udev Control Socket. [2024-05-23 14:31:09.851] Starting udev Coldplug all Devices... [2024-05-23 14:31:09.856] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:31:09.890] Starting Journal Service... [2024-05-23 14:31:09.947] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:31:09.973] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:31:09.993] [ OK ] Started mount data partition service. [2024-05-23 14:31:10.025] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:31:10.057] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:31:10.075] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:31:10.092] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:31:10.109] [ OK ] Mounted Configuration File System. [2024-05-23 14:31:10.141] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:31:10.182] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:31:10.211] Mounting /tmp... [2024-05-23 14:31:10.236] Mounting /var/volatile... [2024-05-23 14:31:10.256] [ OK ] Reached target Containers. [2024-05-23 14:31:10.280] Starting udev Kernel Device = Manager... [2024-05-23 14:31:10.310] Starting NS file System mount and = recovery.... [2024-05-23 14:31:10.340] [ OK ] Started Journal Service. [2024-05-23 14:31:10.376] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:31:10.417] [ OK ] Mounted /tmp. [2024-05-23 14:31:10.440] [ OK ] Mounted /var/volatile. [2024-05-23 14:31:10.443] [ 6.298446] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:10.530] [ 6.387233] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:10.644] [ 6.500968] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:10.675] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:31:10.748] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:31:10.861] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:31:10.987] Starting Bind mount volatile = /var/lib... [2024-05-23 14:31:11.022] Starting Bind mount volatile = /var/cache... [2024-05-23 14:31:11.050] Starting Bind mount volatile = /var/spool... [2024-05-23 14:31:11.081] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:31:11.186] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:31:11.294] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:31:11.325] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:31:11.355] [ 7.206169] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:31:11.359] [ OK ] Reached target Local File Systems. [2024-05-23 14:31:11.391] Starting AppArmor initialization... [2024-05-23 14:31:11.418] Starting netfilter persistent = configuration... [2024-05-23 14:31:11.448] Starting Load/Save Random Seed... [2024-05-23 14:31:11.488] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:31:11.516] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:31:11.559] Starting Create Volatile Files and = Directories... [2024-05-23 14:31:11.577] [ 7.434613] audit: type=3D1400 = audit(1550139121.116:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D245 comm=3D"apparmor_parser" [2024-05-23 14:31:11.592] [ 7.449055] audit: type=3D1400 = audit(1550139121.116:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D245 = comm=3D"apparmor_parser" [2024-05-23 14:31:11.619] [ 7.464972] audit: type=3D1400 = audit(1550139121.124:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D245 = comm=3D"apparmor_parser" [2024-05-23 14:31:11.634] [ 7.465041] audit: type=3D1400 = audit(1550139121.124:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D245 = comm=3D"apparmor_parser" [2024-05-23 14:31:11.650] [ 7.465102] audit: type=3D1400 = audit(1550139121.124:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D245 = comm=3D"apparmor_parser" [2024-05-23 14:31:11.665] [ 7.465163] audit: type=3D1400 = audit(1550139121.124:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D245 = comm=3D"apparmor_parser" [2024-05-23 14:31:11.680] [ 7.465224] audit: type=3D1400 = audit(1550139121.124:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D245 = comm=3D"apparmor_parser" [2024-05-23 14:31:11.694] [ OK ] Started AppArmor initialization. [2024-05-23 14:31:11.725] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:31:11.758] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:31:11.922] [ OK ] Reached target Network (Pre). [2024-05-23 14:31:11.948] Starting Network Service... [2024-05-23 14:31:11.980] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:31:12.044] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:31:12.060] [ OK ] Reached target System Initialization. [2024-05-23 14:31:12.092] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:31:12.108] [ OK ] Reached target Sockets. [2024-05-23 14:31:12.125] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:31:12.134] [ OK ] Reached target Timers. [2024-05-23 14:31:12.150] [ OK ] Reached target Basic System. [2024-05-23 14:31:12.165] [ 8.021181] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:31:12.192] Starting Login Service... [2024-05-23 14:31:12.195] [ 8.049038] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:31:12.209] [ 8.054832] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:31:12.209] [ 8.060914] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:31:12.235] [ OK ] Started NS VSync Process. [2024-05-23 14:31:12.327] [ 8.183953] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:31:12.336] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:31:12.371] [ OK ] Started NS System Management Process. [2024-05-23 14:31:12.404] [ 8.259929] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:31:12.410] Start /usr/bin/sys-fail-mon [2024-05-23 14:31:12.436] Starting NS Inter Domain Comm = Process... [2024-05-23 14:31:12.437] [ 8.292854] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:31:12.452] [ 8.298606] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:31:12.452] [ 8.306377] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:31:12.468] [ 8.306511] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:31:12.470] [ 8.306528] [INFO][GMAC]=20 [2024-05-23 14:31:12.481] [ 8.324531] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:31:12.494] [ 8.335585] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:31:12.496] [ 8.345152] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:12.521] [ 8.346678] libphy: tcc-gmac-mdio: probed [2024-05-23 14:31:12.521] [ 8.346688] [INFO][GMAC] registered! [2024-05-23 14:31:12.521] [ 8.346694] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:31:12.521] [ 8.346704] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:31:12.521] [ OK ] Started Kernel Logging S[ = 8.379150] ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:31:12.536] ervice. [2024-05-23 14:31:12.536] [ 8.388457] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:31:12.553] [ OK ] Started [ 8.400811] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:31:12.580] OP-TEE Supplicant Service. [2024-05-23 14:31:12.582] [ 8.412215] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:31:12.582] [ 8.424693] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:12.582] [ 8.425240] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:31:12.600] [ 8.425292] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:31:12.600] [ 8.425292] -- MASTER Configuration. [2024-05-23 14:31:12.600] [ 8.425292] -- Local Receiver Status Not = OK. [2024-05-23 14:31:12.602] [ 8.425292] -- Remote Receiver Status Not = OK. [2024-05-23 14:31:12.627] [ 8.425343] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:31:12.627] [ 8.425350] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:31:12.627] [ 8.426042] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:12.627] [ 8.426047] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:31:12.643] [ 8.426051] 5 locks held by = systemd-network/259: [2024-05-23 14:31:12.643] [ 8.426054] #0: (rtnl_mutex){+.+.}, at: = [<000000008b12e353>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:31:12.659] [ 8.426080] #1: = (&desc->request_mutex){+.+.}, at: [<000000003bb6a458>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:12.659] [ 8.426098] #2: = (&irq_desc_lock_class){-...}, at: [<000000007638bd61>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:12.674] [ 8.426113] #3: (rcu_read_lock){....}, = at: [<00000000f341728c>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:12.674] [ 8.426129] #4: (&picinfo->lock){....}, = at: [<00000000c0ac456d>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:12.688] [ 8.426147] irq event stamp: 74346 [2024-05-23 14:31:12.688] [ 8.426153] hardirqs last enabled at = (74345): [<000000007ad95544>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:12.705] [ 8.426158] hardirqs last disabled at = (74346): [<000000005a9e7d54>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:12.705] [ 8.426165] softirqs last enabled at (0): = [<00000000cedb6b81>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:12.720] [ 8.426168] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:12.721] [ 8.426171] Preemption disabled at: [2024-05-23 14:31:12.745] [ 8.426176] [<000000007638bd61>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:12.745] [ 8.426186] CPU: 2 PID: 259 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:31:12.745] [ 8.426189] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:12.745] [ 8.426192] Call trace: [2024-05-23 14:31:12.759] [ 8.426198] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:12.761] [ 8.426203] show_stack+0x14/0x20 [2024-05-23 14:31:12.761] [ 8.426209] dump_stack+0xb8/0xf0 [2024-05-23 14:31:12.761] [ 8.426215] ___might_sleep+0x178/0x210 [2024-05-23 14:31:12.761] [ 8.426219] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:12.785] [ 8.426224] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:12.785] [ 8.426230] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:12.785] [ 8.426237] gic_set_type+0x84/0x98 [2024-05-23 14:31:12.785] [ 8.426242] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:12.785] [ 8.426247] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:12.785] [ 8.426252] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:12.798] [ 8.426259] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:31:12.801] [ 8.426264] __dev_open+0x100/0x150 [2024-05-23 14:31:12.801] [ 8.426268] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:31:12.801] [ 8.426272] dev_change_flags+0x20/0x60 [2024-05-23 14:31:12.823] [ 8.426277] do_setlink+0x3ec/0xc30 [2024-05-23 14:31:12.825] [ 8.426281] rtnl_setlink+0xcc/0x128 [2024-05-23 14:31:12.825] [ 8.426285] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:31:12.825] [ 8.426290] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:31:12.825] [ 8.426294] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:31:12.825] [ 8.426298] netlink_unicast+0x180/0x1f8 [2024-05-23 14:31:12.847] [ 8.426302] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:31:12.861] [ 8.426309] sock_sendmsg+0x3c/0x58 [2024-05-23 14:31:12.861] [ 8.426314] SyS_sendto+0xd0/0x140 [2024-05-23 14:31:12.861] [ 8.426319] el0_svc_naked+0x34/0x38 [2024-05-23 14:31:12.861] [ 8.427022] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:31:12.861] [ 8.445111] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:31:12.875] [ 8.445122] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:31:12.875] [ 8.445130] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:31:12.892] [ 8.445130] =20 [2024-05-23 14:31:12.892] [ 8.445428] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:31:12.892] [ 8.448113] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:31:12.892] [ 8.448169] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:31:12.894] [ 8.448178] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:31:12.894] [ 8.448178] =20 [2024-05-23 14:31:12.894] [ 8.448335] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:31:12.894] [ 8.448354] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:31:12.915] [ 8.448361] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:31:12.915] [ 8.448368] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:31:12.915] [ 8.448381] [INFO][GMAC] --] phy_start: : [2024-05-23 14:31:12.915] [ 8.450483] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:31:12.917] [ 8.558388] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:12.941] [ 8.670319] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:12.941] [ 8.778336] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:12.941] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:31:12.958] [ OK ] Started System Logging Service. [2024-05-23 14:31:12.976] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:31:13.006] Starting Load Kernel Modules... [2024-05-23 14:31:13.007] [ OK ] Started Network Service. [2024-05-23 14:31:13.048] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:31:13.050] [ 8.886379] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:13.076] [ 8.932822] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:31:13.084] [ 8.940194] Disabling lock debugging due to = kernel taint [2024-05-23 14:31:13.114] [ OK ] Started Cluster Framework. [2024-05-23 14:31:13.114] [ OK ] Started HUD Framework. [2024-05-23 14:31:13.124] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:31:13.124] parents, child is 310 [2024-05-23 14:31:13.126] [ OK ] Started Nvm Process. [2024-05-23 14:31:13.126] [IDC]Start. [2024-05-23 14:31:13.126] [ 8.981185] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:31:13.158] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:31:13.158] [IDC](A7)ConnectReq 0 [2024-05-23 14:31:13.158] [IDC](A7)do_connect 0 [2024-05-23 14:31:13.158] [IDC](A7[ 8.998348] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:13.171] )Session status 0 -> 1 [2024-05-23 14:31:13.171] [IDC](A7)Tx start session req 1 [2024-05-23 14:31:13.171] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:31:13.171] [IDC](R5)ConnectReq 0 [2024-05-23 14:31:13.171] [IDC](R5)do_connect 0 [2024-05-23 14:31:13.171] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:31:13.186] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:31:13.186] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:31:13.186] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:31:13.186] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:31:13.221] [IDC](A7)Session connected. [2024-05-23 14:31:13.221] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:31:13.221] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:31:13.221] [IDC](R5)Session connected.2 [2024-05-23 14:31:13.221] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:31:13.247] [ OK ] Started NS hsm control application. [2024-05-23 14:31:13.259] [ OK ] Started Diagnosis Framework. [2024-05-23 14:31:13.259] [ OK ] Started NS Software Update. [2024-05-23 14:31:13.282] [ OK ] Started NS Secondary Verify. [2024-05-23 14:31:13.285] [ 9.125378] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:13.285] [ 9.140555] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:31:13.303] [ OK ] Started Diagnosis Transport. [2024-05-23 14:31:13.319] [ OK ] Reached target Network. [2024-05-23 14:31:13.356] Starting udev Coldplug all Devices... [2024-05-23 14:31:13.390] [ 9.243178] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:13.436] [ 9.249155] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:31:13.438] [ 9.288377] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:31:13.454] [ 9.306387] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:31:13.468] [ 9.308270] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:31:13.468] Starting Permit User Sessions = 9.322178] Done!! [2024-05-23 14:31:13.482] 0m... [2024-05-23 14:31:13.497] Starting Wait for Network to be = Configured... [2024-05-23 14:31:13.497] [ OK ] Started Login Service. [2024-05-23 14:31:13.517] [ 9.354293] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:13.568] [ OK ] Started Permit User Sessions. [2024-05-23 14:31:13.611] [ 9.466427] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:13.619] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:31:13.660] [ 9.494863] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:31:13.662] [ 9.497888] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:13.678] [ 9.497893] in_atomic(): 1, = irqs_disabled(): 128, pid: 303, name: systemd-modules [2024-05-23 14:31:13.678] [ 9.497897] INFO: lockdep is turned off. [2024-05-23 14:31:13.678] [ 9.497902] irq event stamp: 24955 [2024-05-23 14:31:13.681] [ 9.497936] hardirqs last enabled at = (24955): [<000000007ad95544>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:13.707] [ 9.497941] hardirqs last disabled at = (24954): [<000000005a9e7d54>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:13.707] [ 9.497954] softirqs last enabled at (0): = [<00000000cedb6b81>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:13.724] [ 9.497957] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:13.724] [ 9.497959] Preemption disabled at: [2024-05-23 14:31:13.726] [ 9.497971] [<000000007638bd61>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:13.751] [ 9.497983] CPU: 0 PID: 303 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:31:13.751] [ 9.497985] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:13.751] [ 9.497990] Call trace: [2024-05-23 14:31:13.751] [ 9.498000] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:13.751] [ 9.498003] show_stack+0x14/0x20 [2024-05-23 14:31:13.765] [ 9.498009] dump_stack+0xb8/0xf0 [2024-05-23 14:31:13.777] [ 9.498016] ___might_sleep+0x178/0x210 [2024-05-23 14:31:13.777] [ 9.498019] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:13.777] [ 9.498031] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:13.780] [ 9.498037] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:13.780] [ 9.498051] gic_set_type+0x84/0x98 [2024-05-23 14:31:13.780] [ 9.498056] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:13.805] [ 9.498059] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:13.819] [ 9.498063] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:13.819] [ 9.498117] jmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:31:13.819] [ 9.498133] jmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:31:13.843] [ 9.498141] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:13.844] [ 9.498149] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:13.872] [ 9.498153] __driver_attach+0xfc/0x118 [2024-05-23 14:31:13.883] [ 9.498157] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:13.886] [ 9.498163] driver_attach+0x20/0x28 [2024-05-23 14:31:13.886] [ 9.498166] bus_add_driver+0x220/0x268 [2024-05-23 14:31:13.910] [ 9.498170] driver_register+0x60/0xf8 [2024-05-23 14:31:13.912] [ 9.498174] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:13.912] [ 9.498182] jmgr_init+0x28/0xfe4 [jpu_dev] [2024-05-23 14:31:13.912] [ 9.498187] do_one_initcall+0x50/0x15c [2024-05-23 14:31:13.912] [ 9.498196] do_init_module+0x54/0x1b0 [2024-05-23 14:31:13.912] [ 9.498199] load_module+0x1e70/0x2428 [2024-05-23 14:31:13.948] [ 9.498203] SyS_finit_module+0xe4/0x118 [2024-05-23 14:31:13.948] [ 9.498207] el0_svc_naked+0x34/0x38 [2024-05-23 14:31:13.957] [ 9.505597] Done!! [2024-05-23 14:31:13.959] [ 9.578408] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:14.009] [ OK ] Started Getty on tty1. [2024-05-23 14:31:14.027] [ OK ] Reached target Login Prompts. [2024-05-23 14:31:14.033] [ OK ] Reached target Multi-User System. [2024-05-23 14:31:14.062] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:31:14.078] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:31:14.133] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:31:14.172] [ 9.978387] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:31:14.175] [ 10.004072] Done!! [2024-05-23 14:31:14.206] [ OK ] Started Load Kernel Modules. [2024-05-23 14:31:14.229] [ 10.085263] sched: RT throttling activated [2024-05-23 14:31:14.393] [ 10.235521] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:31:14.402] [ 10.235530] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:31:14.513] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:31:14.773] [ 10.617440] NOHZ: local_softirq_pending 02 [2024-05-23 14:31:14.778] [ 10.617683] NOHZ: local_softirq_pending 02 [2024-05-23 14:31:14.793] [ 10.617809] NOHZ: local_softirq_pending 02 [2024-05-23 14:31:14.797] [ 10.618154] NOHZ: local_softirq_pending 02 [2024-05-23 14:31:14.797] [ 10.618165] NOHZ: local_softirq_pending 02 [2024-05-23 14:31:15.361] [ 11.216450] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:31:15.396] [ 11.224834] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:31:15.710] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:31:19.936]=20 [2024-05-23 14:31:19.936] telechips-nsp1-release login:=20 [2024-05-23 14:31:23.516]=20 [2024-05-23 14:31:23.516] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:31:23.538]=20 [2024-05-23 14:31:23.538] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:31:23.538] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:31:23.538] DRAM: 2 GiB [2024-05-23 14:31:23.562] MMC: sdhc@0x16440000: 0 [2024-05-23 14:31:23.828]=20 [2024-05-23 14:31:23.828] HW Partition tyep is UserData [2024-05-23 14:31:23.849] In: serial [2024-05-23 14:31:23.849] Out: serial [2024-05-23 14:31:23.851] Err: serial [2024-05-23 14:31:23.904] Boot in the UserData environment(0) [2024-05-23 14:31:23.908] Non-secure boot (secure boot flag is clear) [2024-05-23 14:31:23.922] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:31:23.922] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:31:23.922] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:31:23.936] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:31:23.949] Booting using the fdt blob at 0x23000000 [2024-05-23 14:31:23.949] Loading Kernel Image [2024-05-23 14:31:23.951] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:31:23.971] OPTEE is enabled [2024-05-23 14:31:23.972]=20 [2024-05-23 14:31:23.972] Starting kernel ... [2024-05-23 14:31:23.972]=20 [2024-05-23 14:31:24.887] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:31:24.893] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:31:24.907] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:31:24.925] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:31:24.925] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:31:24.925] [ 0.000000] efi: UEFI not found. [2024-05-23 14:31:24.939] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:31:24.950] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:31:24.950] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:31:24.953] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:31:24.980] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:31:24.980] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:31:24.980] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:31:24.982] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:31:25.008] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:31:25.008] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:31:25.008] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:31:25.021] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:31:25.025] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:31:25.049] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:31:25.051] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:31:25.051] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:31:25.051] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:31:25.077] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:31:25.077] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:31:25.077] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:31:25.091] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:31:25.091] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:31:25.107] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:31:25.107] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:31:25.122] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:31:25.122] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:31:25.122] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:31:25.137] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:31:25.137] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:31:25.137] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:31:25.152] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:31:25.152] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:31:25.167] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:31:25.169] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:31:25.169] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:31:25.194] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:31:25.209] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:31:25.209] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:31:25.225] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:31:25.225] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:31:25.238] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:31:25.261] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:31:25.273] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:31:25.273] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:31:25.273] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:31:25.275] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:31:25.275] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:31:25.300] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:31:25.300] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:31:25.300] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:31:25.302] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:31:25.328] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:31:25.328] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:31:25.328] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:31:25.345] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:31:25.345] [ 0.000000] Running RCU self tests [2024-05-23 14:31:25.345] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:31:25.355] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:31:25.357] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:31:25.357] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:31:25.383] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:31:25.383] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:31:25.383] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:31:25.383] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:31:25.389] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:31:25.411] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:31:25.414] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:31:25.414] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:31:25.437] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:31:25.439] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:31:25.439] [ 0.001473] Console: colour dummy device = 80x25 [2024-05-23 14:31:25.439] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:31:25.439] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:31:25.463] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:31:25.463] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:31:25.463] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:31:25.463] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:31:25.463] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:31:25.464] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:31:25.494] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:31:25.494] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:31:25.494] [ 0.001778] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:31:25.496] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:31:25.497] [ 0.002284] Security Framework initialized [2024-05-23 14:31:25.521] [ 0.002408] AppArmor: AppArmor initialized [2024-05-23 14:31:25.534] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:31:25.534] [ 0.002675] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:31:25.534] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:31:25.534] [ 0.035860] Hierarchical SRCU = implementation. [2024-05-23 14:31:25.536] [ 0.062280] EFI services will not be = available. [2024-05-23 14:31:25.536] [ 0.076129] smp: Bringing up secondary CPUs = ... [2024-05-23 14:31:25.558] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:31:25.559] [ 0.120833] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:31:25.559] [ 0.164999] Detected VIPT I-cache on CPU2 [2024-05-23 14:31:25.559] [ 0.165057] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:31:25.559] [ 0.209285] Detected VIPT I-cache on CPU3 [2024-05-23 14:31:25.559] [ 0.209337] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:31:25.572] [ 0.209711] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:31:25.572] [ 0.209752] SMP: Total of 4 processors = activated. [2024-05-23 14:31:25.572] [ 0.209768] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:31:25.588] [ 0.209788] CPU: All CPU(s) started at EL2 [2024-05-23 14:31:25.588] [ 0.209968] alternatives: patching kernel = code [2024-05-23 14:31:25.588] [ 0.210540] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:31:25.602] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:31:25.604] [ 0.213715] devtmpfs: initialized [2024-05-23 14:31:25.604] [ 0.402745] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:31:25.631] [ 0.403011] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:31:25.631] [ 0.411826] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:31:25.631] [ 0.412734] chipinfo: TCC8030 Rev02 [2024-05-23 14:31:25.631] [ 0.412749] chipinfo: SiP Service v0.1.56 [2024-05-23 14:31:25.631] [ 0.418009] NET: Registered protocol family = 16 [2024-05-23 14:31:25.633] [ 0.421970] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:31:25.658] [ 0.423955] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:31:25.658] [ 0.425541] cpuidle: using governor menu [2024-05-23 14:31:25.658] [ 0.425779] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:31:25.658] [ 0.439939] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:31:25.688] [ 0.440412] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:31:25.688] [ 0.440459] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:31:25.688] [ 0.440503] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:31:25.688] [ 0.440546] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:31:25.688] [ 0.440590] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:31:25.688] [ 0.440633] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:31:25.690] [ 0.440677] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:31:25.721] [ 0.440720] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:31:25.721] [ 0.440763] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:31:25.721] [ 0.440806] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:31:25.721] [ 0.440850] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:31:25.721] [ 0.440894] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:31:25.741] [ 0.440937] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:31:25.741] [ 0.440981] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:31:25.754] [ 0.441024] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:31:25.754] [ 0.441081] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:31:25.754] [ 0.441125] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:31:25.754] [ 0.441168] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:31:25.765] [ 0.441529] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:31:25.765] [ 0.441572] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:31:25.767] [ 0.441616] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:31:25.767] [ 0.441659] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:31:25.767] [ 0.441703] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:31:25.793] [ 0.441746] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:31:25.793] [ 0.441789] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:31:25.793] [ 0.441833] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:31:25.793] [ 0.441876] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:31:25.805] [ 0.442024] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:31:25.820] [ 0.442070] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:31:25.820] [ 0.442114] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:31:25.820] [ 0.442352] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:31:25.831] [ 0.442412] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:31:25.831] [ 0.442456] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:31:25.833] [ 0.442499] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:31:25.833] [ 0.442543] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:31:25.856] [ 0.442586] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:31:25.858] [ 0.442629] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:31:25.858] [ 0.442826] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:31:25.858] [ 0.442870] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:31:25.858] [ 0.442914] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:31:25.893] [ 0.442957] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:31:25.893] [ 0.443000] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:31:25.893] [ 0.443043] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:31:25.893] [ 0.443086] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:31:25.893] [ 0.443129] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:31:25.902] [ 0.443173] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:31:25.902] [ 0.443216] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:31:25.902] [ 0.443273] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:31:25.904] [ 0.443316] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:31:25.927] [ 0.443359] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:31:25.929] [ 0.443403] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:31:25.929] [ 0.443946] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:31:25.929] [ 0.443990] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:31:25.929] [ 0.444159] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:31:25.952] [ 0.444329] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:31:25.966] [ 0.444512] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:31:25.966] [ 0.444680] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:31:25.966] [ 0.444847] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:31:25.966] [ 0.444891] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:31:25.967] [ 0.444935] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:31:25.967] [ 0.445099] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:31:25.967] [ 0.445262] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:31:25.992] [ 0.445428] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:31:25.992] [ 0.445472] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:31:25.992] [ 0.445516] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:31:25.992] [ 0.445559] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:31:26.004] [ 0.445602] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:31:26.017] [ 0.445773] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:31:26.017] [ 0.445817] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:31:26.019] [ 0.446119] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:31:26.019] [ 0.446138] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:31:26.019] [ 0.528543] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:31:26.045] [ 0.528633] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:31:26.045] [ 1.675282] console [ttyAMA0] enabled [2024-05-23 14:31:26.045] [ 1.682901] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:31:26.077] [ 1.711744] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:31:26.081] [ 1.722037] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:31:26.096] [ 1.732618] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:31:26.123] [ 1.742873] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:31:26.201] [ 1.842633] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:31:26.222] [ 1.858751] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:31:26.224] [ 1.865647] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:31:26.240] [ 1.872500] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:31:26.264] [ 1.878868] Linux video capture interface: = v2.00 [2024-05-23 14:31:26.276] [ 1.884671] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:26.276] [ 1.884675] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:31:26.276] [ 1.884680] 6 locks held by swapper/0/1: [2024-05-23 14:31:26.286] [ 1.884683] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:31:26.286] [ 1.884709] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:31:26.288] [ 1.884724] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:26.312] [ 1.884743] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:26.312] [ 1.884758] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:26.312] [ 1.884774] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:26.329] [ 1.884793] irq event stamp: 288024 [2024-05-23 14:31:26.329] [ 1.884798] hardirqs last enabled at = (288023): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:26.343] [ 1.884804] hardirqs last disabled at = (288024): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:26.357] [ 1.884811] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:26.358] [ 1.884815] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:26.380] [ 1.884817] Preemption disabled at: [2024-05-23 14:31:26.382] [ 1.884823] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:26.382] [ 1.884832] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:31:26.382] [ 1.884835] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:26.383] [ 1.884839] Call trace: [2024-05-23 14:31:26.383] [ 1.884845] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:26.395] [ 1.884850] show_stack+0x14/0x20 [2024-05-23 14:31:26.397] [ 1.884856] dump_stack+0xb8/0xf0 [2024-05-23 14:31:26.397] [ 1.884861] ___might_sleep+0x178/0x210 [2024-05-23 14:31:26.397] [ 1.884865] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:26.426] [ 1.884870] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:26.426] [ 1.884875] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:26.426] [ 1.884882] gic_set_type+0x84/0x98 [2024-05-23 14:31:26.426] [ 1.884887] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:26.426] [ 1.884892] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:26.426] [ 1.884897] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:26.426] [ 1.884902] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:31:26.452] [ 1.884908] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:31:26.452] [ 1.884913] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:26.452] [ 1.884918] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:26.455] [ 1.884923] __driver_attach+0xfc/0x118 [2024-05-23 14:31:26.455] [ 1.884928] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:26.455] [ 1.884932] driver_attach+0x20/0x28 [2024-05-23 14:31:26.455] [ 1.884937] bus_add_driver+0x220/0x268 [2024-05-23 14:31:26.471] [ 1.884942] driver_register+0x60/0xf8 [2024-05-23 14:31:26.473] [ 1.884946] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:26.473] [ 1.884954] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:31:26.473] [ 1.884958] do_one_initcall+0x50/0x15c [2024-05-23 14:31:26.473] [ 1.884966] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:31:26.500] [ 1.884972] kernel_init+0x10/0x100 [2024-05-23 14:31:26.500] [ 1.884977] ret_from_fork+0x10/0x18 [2024-05-23 14:31:26.500] [ 1.890571] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:31:26.500] [ 2.137904] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:31:26.517] [ 2.151401] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:31:26.536] [ 2.158454] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:31:26.538] [ 2.163055] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:31:26.538] [ 2.167858] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:31:26.538] [ 2.172709] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:31:26.538] [ 2.177263] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:31:26.589] [ 2.230635] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:31:26.604] [ 2.243292] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:26.633] [ 2.261356] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:26.634] [ 2.276970] NET: Registered protocol family = 2 [2024-05-23 14:31:26.652] [ 2.284731] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:31:26.652] [ 2.292353] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:31:26.668] [ 2.303513] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:31:26.670] [ 2.310873] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:31:26.683] [ 2.317643] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:31:26.684] [ 2.325765] NET: Registered protocol family = 1 [2024-05-23 14:31:26.792] [ 2.433232] audit: initializing netlink = subsys (disabled) [2024-05-23 14:31:26.801] [ 2.439615] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:31:26.817] [ 2.440246] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:31:26.880] [ 2.522342] fuse init (API version 7.26) [2024-05-23 14:31:26.908] [ 2.540601] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:31:26.910] [ 2.550618] io scheduler noop registered = (default) [2024-05-23 14:31:26.924] [ 2.555653] io scheduler mq-deadline = registered [2024-05-23 14:31:26.924] [ 2.560216] io scheduler kyber registered [2024-05-23 14:31:26.928] [ 2.570734] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:26.943] [ 2.577589] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:26.943] [ 2.583799] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:31:26.958] [ 2.591673] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:27.013] [ 2.654323] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:27.020] [ 2.662076] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:27.034] [ 2.666922] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:31:27.034] [ 2.672350] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:27.035] [ 2.672986] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:27.060] [ 2.683741] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:27.060] [ 2.689966] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:31:27.060] [ 2.697521] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:27.091] [ 2.721844] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:27.093] [ 2.728831] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:27.093] [ 2.733464] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:31:27.108] [ 2.738891] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:27.108] [ 2.739464] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:27.108] [ 2.750217] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:27.124] [ 2.756425] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:31:27.124] [ 2.764039] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:27.190] [ 2.830507] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:27.206] [ 2.837257] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:27.208] [ 2.841847] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:31:27.224] [ 2.847398] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:27.226] [ 2.857109] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:31:27.226] [ 2.866727] [INF][WDMA] tcc_wdma_init [2024-05-23 14:31:27.265] [ 2.871505] TCC WDMA Driver Initializing [2024-05-23 14:31:27.265] [ 2.878585] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:31:27.265] [ 2.884715] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:31:27.268] [ 2.895202] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:27.268] [ 2.907936] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:31:27.289] [ 2.917285] [CPU_ID] probe is done [2024-05-23 14:31:27.289] [ 2.921024] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:31:27.289] [ 2.927734] [DRAM_TOOL] probe is done [2024-05-23 14:31:27.295] [ 2.935037] MALI-G51 : r30p0-01eac0 [2024-05-23 14:31:27.306] [ 2.938565] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:31:27.327] [ 2.948341] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:27.327] [ 2.948346] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:31:27.327] [ 2.948351] 6 locks held by swapper/0/1: [2024-05-23 14:31:27.347] [ 2.948354] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:31:27.349] [ 2.948382] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:31:27.349] [ 2.948397] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:27.374] [ 2.948415] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:27.374] [ 2.948430] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:27.374] [ 2.948446] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:27.388] [ 2.948465] irq event stamp: 453606 [2024-05-23 14:31:27.388] [ 2.948470] hardirqs last enabled at = (453605): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:27.403] [ 2.948475] hardirqs last disabled at = (453606): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:27.403] [ 2.948483] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:27.419] [ 2.948487] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:27.419] [ 2.948489] Preemption disabled at: [2024-05-23 14:31:27.432] [ 2.948494] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:27.434] [ 2.948504] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:31:27.457] [ 2.948507] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:27.472] [ 2.948511] Call trace: [2024-05-23 14:31:27.472] [ 2.948517] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:27.472] [ 2.948522] show_stack+0x14/0x20 [2024-05-23 14:31:27.472] [ 2.948527] dump_stack+0xb8/0xf0 [2024-05-23 14:31:27.472] [ 2.948533] ___might_sleep+0x178/0x210 [2024-05-23 14:31:27.472] [ 2.948537] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:27.475] [ 2.948542] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:27.475] [ 2.948547] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:27.475] [ 2.948554] gic_set_type+0x84/0x98 [2024-05-23 14:31:27.475] [ 2.948559] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:27.498] [ 2.948564] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:27.498] [ 2.948569] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:27.498] [ 2.948575] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:31:27.498] [ 2.948581] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:31:27.498] [ 2.948585] kbase_device_init+0x78/0xf8 [2024-05-23 14:31:27.498] [ 2.948592] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:31:27.512] [ 2.948596] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:27.525] [ 2.948602] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:27.525] [ 2.948607] __driver_attach+0xfc/0x118 [2024-05-23 14:31:27.527] [ 2.948611] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:27.527] [ 2.948616] driver_attach+0x20/0x28 [2024-05-23 14:31:27.527] [ 2.948621] bus_add_driver+0x220/0x268 [2024-05-23 14:31:27.527] [ 2.948626] driver_register+0x60/0xf8 [2024-05-23 14:31:27.553] [ 2.948630] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:27.553] [ 2.948638] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:31:27.553] [ 2.948643] do_one_initcall+0x50/0x15c [2024-05-23 14:31:27.553] [ 2.948650] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:31:27.553] [ 2.948656] kernel_init+0x10/0x100 [2024-05-23 14:31:27.555] [ 2.948660] ret_from_fork+0x10/0x18 [2024-05-23 14:31:27.567] [ 2.950817] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:31:27.579] [ 3.205639] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:31:27.581] [ 3.212378] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:31:27.604] [ 3.226184] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:31:27.608] [ 3.233121] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:31:27.608] [ 3.245209] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:31:27.611] [ 3.251425] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:31:27.635] [ 3.255807] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:31:27.635] [ 3.263356] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:31:27.668] [ 3.310590] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:31:27.676] [ 3.318332] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:31:27.691] [ 3.328094] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:31:27.718] [ 3.341814] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:31:27.718] [ 3.347091] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:31:27.739] [ 3.358164] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:31:27.744] [ 3.366998] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:31:27.767] [ 3.385792] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:31:27.769] [ 3.401199] libphy: Fixed MDIO Bus: probed [2024-05-23 14:31:27.769] [ 3.406379] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:31:27.777] [ 3.419626] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:31:27.792] [ 3.424244] [INFO][GAMC] gmac index : 1 [2024-05-23 14:31:27.792] [ 3.428767] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:31:27.793] [ 3.434004] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:31:27.818] [ 3.439721] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:31:27.818] [ 3.442453] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:31:27.818] [ 3.442469] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:31:27.818] [ 3.446513] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:31:27.818] [ 3.455316] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:31:27.832] [ 3.456419] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:27.835] [ 3.456431] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:31:27.835] [ 3.456438] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:31:27.858] [ 3.456450] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:27.862] [ 3.456461] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:31:27.862] [ 3.458457] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:31:27.862] [ 3.467403] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:31:27.886] [ 3.467412] usbhid: USB HID core driver [2024-05-23 14:31:27.899] [ 3.467759] optee: probing for conduit = method from DT. [2024-05-23 14:31:27.899] [ 3.467786] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:31:27.899] [ 3.469575] optee: initialized driver [2024-05-23 14:31:27.899] [ 3.471515] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:31:27.899] [ 3.471529] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:31:27.901] [ 3.471537] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:31:27.901] [ 3.471544] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:31:27.901] [ 3.471552] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:31:27.926] [ 3.471559] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:31:27.926] [ 3.471566] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:31:27.926] [ 3.471574] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:31:27.926] [ 3.473096] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:31:27.942] [ 3.473105] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:31:27.942] [ 3.480013] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:31:27.956] [ 3.498790] NET: Registered protocol family = 17 [2024-05-23 14:31:27.956] [ 3.499274] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:31:27.971] [ 3.504420] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:31:27.971] [ 3.612712] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:31:27.986] [ 3.624778] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:31:28.011] [ 3.630742] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:31:28.016] [ 3.637444] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:31:28.016] [ 3.644773] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:31:28.021] [ 3.663791] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:31:28.035] [ 3.668662] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:28.035] [ 3.668712] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:31:28.050] [ 3.670482] ALSA device list: [2024-05-23 14:31:28.050] [ 3.670489] No soundcards found. [2024-05-23 14:31:28.050] [ 3.692006] GPT:15269887 !=3D 15273599 [2024-05-23 14:31:28.066] [ 3.692035] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:31:28.066] [ 3.692044] GPT:15269887 !=3D 15273599 [2024-05-23 14:31:28.066] [ 3.692051] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:31:28.076] [ 3.692176] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:31:28.091] [ 3.728346] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:31:28.116] [ 3.749366] Freeing unused kernel memory: = 4160K [2024-05-23 14:31:28.118] Mounting devtmpfs [2024-05-23 14:31:28.121] [ 3.764155] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:31:28.136] Mounting procfs [2024-05-23 14:31:28.136] Mounting sysfs [2024-05-23 14:31:28.161] [ 3.782717] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:31:28.168] [ 3.810154] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:31:28.211] [ 3.853388] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:31:28.222] [ 3.862374] mount (98) used greatest stack = depth: 10768 bytes left [2024-05-23 14:31:28.476] [ 4.117757] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:31:28.573] [ 4.214718] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:31:28.605] [ 4.242163] systemd[1]: Detected = architecture arm64. [2024-05-23 14:31:28.645]=20 [2024-05-23 14:31:28.646] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:31:28.657]=20 [2024-05-23 14:31:28.662] [ 4.303621] systemd[1]: Set hostname to = . [2024-05-23 14:31:28.680] [ 4.314891] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:31:28.706] [ 4.324172] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:31:28.929] [ 4.570566] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:31:28.955] [ 4.587677] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:31:28.993] [ 4.629381] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:31:29.001] [ 4.641493] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:31:29.189] [ 4.830824] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:31:29.262] [ OK ] Reached target Paths. [2024-05-23 14:31:29.276] [ OK ] Reached target Swap. [2024-05-23 14:31:29.295] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:31:29.323] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:31:29.343] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:31:29.360] [ OK ] Listening on Journal Socket. [2024-05-23 14:31:29.385] Mounting FUSE Control File System... [2024-05-23 14:31:29.419] Starting Apply Kernel Variables... [2024-05-23 14:31:29.451] Mounting Huge Pages File System... [2024-05-23 14:31:29.484] Mounting POSIX Message Queue File = System... [2024-05-23 14:31:29.509] [ OK ] Listening on Syslog Socket. [2024-05-23 14:31:29.534] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:31:29.559] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:31:29.577] [ OK ] Created slice User and Session Slice. [2024-05-23 14:31:29.603] Starting mount data partition = service... [2024-05-23 14:31:29.609] [ 5.250105] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:31:29.624] [ OK ] Reached target Remote File Systems. [2024-05-23 14:31:29.652] [ OK ] Reached target Slices. [2024-05-23 14:31:29.677] [ OK ] Created slice system-getty.slice. [2024-05-23 14:31:29.693] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:31:29.740] Starting Journal Service... [2024-05-23 14:31:29.760] [ 5.401467] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:29.775] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:31:29.810] [ OK ] Listening on udev Control Socket. [2024-05-23 14:31:29.828] Starting udev Coldplug all Devices... [2024-05-23 14:31:29.860] Mounting Kernel Debug File System... [2024-05-23 14:31:29.889] Mounting Configuration File System... [2024-05-23 14:31:29.959] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:31:29.994] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:31:30.009] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:31:30.027] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:31:30.046] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:31:30.075] [ OK ] Started Journal Service. [2024-05-23 14:31:30.093] [ OK ] Started mount data partition service. [2024-05-23 14:31:30.114] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:31:30.146] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:31:30.174] [ OK ] Mounted Configuration File System. [2024-05-23 14:31:30.225] Starting NS file System mount and = recovery.... [2024-05-23 14:31:30.243] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:31:30.277] Mounting /tmp... [2024-05-23 14:31:30.294] [ OK ] Reached target Containers. [2024-05-23 14:31:30.318] Mounting /var/volatile... [2024-05-23 14:31:30.350] Starting udev Kernel Device = Manager... [2024-05-23 14:31:30.359] [ 5.995765] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:30.394] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:31:30.454] [ 6.095405] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:30.552] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:31:30.564] [ 6.206920] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:30.662] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:31:30.695] [ OK ] Mounted /tmp. [2024-05-23 14:31:30.711] [ OK ] Mounted /var/volatile. [2024-05-23 14:31:30.798] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:31:30.825] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:31:30.996] [ 6.637799] systemd-journald[125]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:31:31.019] Starting Bind mount volatile = /var/spool... [2024-05-23 14:31:31.045] Starting Bind mount volatile = /var/lib... [2024-05-23 14:31:31.079] Starting Bind mount volatile = /var/cache... [2024-05-23 14:31:31.107] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:31:31.203] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:31:31.314] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:31:31.347] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:31:31.375] Starting Load/Save Random Seed... [2024-05-23 14:31:31.394] [ OK ] Reached target Local File Systems. [2024-05-23 14:31:31.428] Starting netfilter persistent = configuration... [2024-05-23 14:31:31.454] Starting Create Volatile Files and = Directories... [2024-05-23 14:31:31.489] Starting AppArmor initialization... [2024-05-23 14:31:31.515] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:31:31.620] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:31:31.662] [ 7.303832] audit: type=3D1400 = audit(1550139121.184:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:31:31.683] [ 7.320743] audit: type=3D1400 = audit(1550139121.184:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:31:31.705] [ 7.337678] audit: type=3D1400 = audit(1550139121.184:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:31:31.727] [ 7.354581] audit: type=3D1400 = audit(1550139121.184:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:31:31.755] [ 7.371004] audit: type=3D1400 = audit(1550139121.184:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:31:31.755] [ 7.387971] audit: type=3D1400 = audit(1550139121.184:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:31:31.777] [ 7.404612] audit: type=3D1400 = audit(1550139121.184:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:31:31.802] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:31:31.830] [ OK ] Started AppArmor initialization. [2024-05-23 14:31:31.862] [ OK ] Reached target Network (Pre). [2024-05-23 14:31:31.882] Starting Network Service... [2024-05-23 14:31:31.914] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:31:31.967] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:31:31.995] [ OK ] Reached target System Initialization. [2024-05-23 14:31:32.012] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:31:32.027] [ OK ] Reached target Timers. [2024-05-23 14:31:32.046] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:31:32.062] [ OK ] Reached target Sockets. [2024-05-23 14:31:32.080] [ OK ] Reached target Basic System. [2024-05-23 14:31:32.102] [ 7.743780] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:31:32.108] [ OK ] Started NS VSync Process. [2024-05-23 14:31:32.139] [ 7.778961] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:31:32.143] [ 7.783989] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:31:32.173] [ 7.794983] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:31:32.176] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:31:32.196] [ 7.835473] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:31:32.202] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:31:32.244] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:31:32.261] Start /usr/bin/sys-fail-mon [2024-05-23 14:31:32.288] [ 7.929927] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:31:32.312] [ OK ] Started System Logging Service. [2024-05-23 14:31:32.329] [ OK ] Started Kernel Logging Service. [2024-05-23 14:31:32.346] [ OK ] Started NS System Management Process. [2024-05-23 14:31:32.362] Starting NS Inter Domain Comm = Process... [2024-05-23 14:31:32.379] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:31:32.396] [ 8.027635] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:31:32.397] [ 8.030081] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:31:32.397] [ 8.030222] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:31:32.419] [ 8.030235] [INFO][GMAC]=20 [2024-05-23 14:31:32.419] [ 8.042316] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:31:32.419] [ 8.057635] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:31:32.434] [ 8.066060] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:31:32.434] [ 8.074618] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:32.450] [ 8.090686] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:31:32.463] [ 8.096411] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:31:32.479] [ 8.109769] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:31:32.481] [ 8.119177] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:31:32.498] Starting Load Kernel Modules... [2024-05-23 14:31:32.517] [ 8.146071] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:32.522] Starting Login Service... [2024-05-23 14:31:32.523] [ OK ] Started Network Service. [2024-05-23 14:31:32.570] [ 8.212297] libphy: tcc-gmac-mdio: probed [2024-05-23 14:31:32.587] [ 8.217601] [INFO][GMAC] registered! [2024-05-23 14:31:32.588] [ 8.221228] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:31:32.588] [ 8.225616] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:31:32.602] [ 8.225626] Disabling lock debugging due to = kernel taint [2024-05-23 14:31:32.603] [ OK ] Started 8.239679] [INFO][GMAC] = Phy Addr : 1, Phy Chip ID : 0x001ccb00 [2024-05-23 14:31:32.629] 39mNS Inter Domain Comm Process. [2024-05-23 14:31:32.646] parents, child is 315 [2024-05-23 14:31:32.648] [IDC]Start. [2024-05-23 14:31:32.648] [ 8.289587] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:31:32.663] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:31:32.679] [ OK ] Started Cluster Framework. [2024-05-23 14:31:32.684] [IDC](A7)ConnectReq 0 [2024-05-23 14:31:32.684] [IDC](A7)do_connect 0 [2024-05-23 14:31:32.684] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:31:32.684] [IDC](A7)Tx start session req 1 [2024-05-23 14:31:32.687] [IDC](A7)Session status 1 -[ 8.324108] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:31:32.713] > 2 [2024-05-23 14:31:32.713] [IDC](R5)ConnectReq 0 [2024-05-23 14:31:32.713] [IDC](R5)do_connect 0 [2024-05-23 14:31:32.713] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:31:32.713] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:31:32.713] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:31:32.713] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:31:32.713] [ OK ] Started HUD Framework. [2024-05-23 14:31:32.739] [IDC](A7)Session status 2 ->[ 8.354123] = [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:31:32.742] [ 8.354123] -- MASTER Configuration. [2024-05-23 14:31:32.742] [ 8.354123] -- Local Receiver Status Not = OK. [2024-05-23 14:31:32.742] [ 8.354123] -- Remote Receiver Status Not = OK. [2024-05-23 14:31:32.742] 3 [2024-05-23 14:31:32.742] [IDC](A7)Session connected. [2024-05-23 14:31:32.742] [IDC]T[ 8.375608] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:31:32.773] imerStartReq 2 R5:1.0 [2024-05-23 14:31:32.773] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:31:32.785] [IDC](R5)Session[ 8.386441] [INFO][GMAC] = --] tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:31:32.785] connected.2 [2024-05-23 14:31:32.785] [IDC](R5)Session s[ 8.393613] = =3D=3D=3D=3D=3D=3D=3D> VPU Device drivers initializing!! Start --- [2024-05-23 14:31:32.785] tatus 2 -> 3 [2024-05-23 14:31:32.785] [ OK ] Started 8.398410] BUG: sleeping = function called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:32.788] 39mNS ethernet phy control application. [2024-05-23 14:31:32.810] [ 8.398414] in_atomic(): 1, = irqs_disabled(): 128, pid: 305, name: systemd-modules [2024-05-23 14:31:32.813] [ 8.398416] INFO: lockdep is turned off. [2024-05-23 14:31:32.813] [ 8.398419] irq event stamp: 24683 [2024-05-23 14:31:32.813] [ 8.398439] hardirqs last enabled at = (24683): [<000000004807a224>] vprintk_emit+0x270/0x278 [2024-05-23 14:31:32.829] [ 8.398443] hardirqs last disabled at = (24682): [<00000000ee850674>] vprintk_emit+0x12c/0x278 [2024-05-23 14:31:32.855] [ 8.398458] softirqs last enabled at (0): = [<0000000040d49bda>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:32.857] [ 8.398461] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:32.857] [ 8.398463] Preemption disabled at: [2024-05-23 14:31:32.859] [ 8.398477] [<000000009b2d5b65>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:32.883] [ 8.398490] CPU: 0 PID: 305 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:31:32.883] [ 8.398492] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:32.883] [ 8.398494] Call trace: [2024-05-23 14:31:32.883] [ 8.398499] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:32.895] [ 8.398503] show_stack+0x14/0x20 [2024-05-23 14:31:32.898] [ 8.398509] dump_stack+0xb8/0xf0 [2024-05-23 14:31:32.898] [ 8.398513] ___might_sleep+0x178/0x210 [2024-05-23 14:31:32.898] [ 8.398517] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:32.922] [ 8.398524] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:32.925] [ 8.398528] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:32.925] [ 8.398534] gic_set_type+0x84/0x98 [2024-05-23 14:31:32.925] [ 8.398538] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:32.925] [ 8.398541] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:32.925] [ 8.398545] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:32.925] [ 8.398584] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:31:32.948] [ 8.398602] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:31:32.960] [ 8.398607] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:32.960] [ 8.398612] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:32.960] [ 8.398616] __driver_attach+0xfc/0x118 [2024-05-23 14:31:32.960] [ 8.398620] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:32.960] [ 8.398623] driver_attach+0x20/0x28 [2024-05-23 14:31:32.962] [ 8.398627] bus_add_driver+0x220/0x268 [2024-05-23 14:31:32.962] [ 8.398630] driver_register+0x60/0xf8 [2024-05-23 14:31:32.962] [ 8.398633] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:32.962] [ 8.398651] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:31:32.989] [ 8.398656] do_one_initcall+0x50/0x15c [2024-05-23 14:31:32.989] [ 8.398660] do_init_module+0x54/0x1b0 [2024-05-23 14:31:32.989] [ 8.398663] load_module+0x1e70/0x2428 [2024-05-23 14:31:32.989] [ 8.398666] SyS_finit_module+0xe4/0x118 [2024-05-23 14:31:32.989] [ 8.398669] el0_svc_naked+0x34/0x38 [2024-05-23 14:31:32.989] [ 8.431968] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:31:32.990] [ 8.436652] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:31:33.016] [ 8.443501] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:31:33.016] [ 8.445168] Done!! [2024-05-23 14:31:33.016] [ 8.551915] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:31:33.016] [ OK ] Started Nvm Process. [2024-05-23 14:31:33.029] [ OK ] Started NS hsm control application. [2024-05-23 14:31:33.032] [ 8.652932] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:31:33.034] [ 8.667291] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:31:33.060] [ 8.671222] Done!! [2024-05-23 14:31:33.060] [ 8.687111] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:31:33.060] [ 8.694196] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:31:33.062] [ 8.699146] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:31:33.078] [ 8.699146] =20 [2024-05-23 14:31:33.078] [ 8.700057] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:31:33.080] [ 8.700902] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:31:33.093] [ 8.700908] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:31:33.099] [ 8.700914] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:31:33.112] [ 8.700914] =20 [2024-05-23 14:31:33.112] [ 8.701154] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:31:33.112] [ 8.701174] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:31:33.127] [ 8.701181] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:31:33.127] [ 8.701185] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:31:33.134] [ 8.701197] [INFO][GMAC] --] phy_start: : [2024-05-23 14:31:33.156] [ 8.701254] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:31:33.156] [ OK ] Started Diagnosis Framework. [2024-05-23 14:31:33.156] [ OK ] Started Diagnosis Transport. [2024-05-23 14:31:33.172] [ 8.806061] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.172] [ OK ] Started NS Software Update. [2024-05-23 14:31:33.188] [ OK ] Started NS Secondary Verify. [2024-05-23 14:31:33.188] [ OK ] Reached target Network. [2024-05-23 14:31:33.210] Starting Permit User Sessions... [2024-05-23 14:31:33.261] Starting udev Coldplug all Devices... [2024-05-23 14:31:33.280] [ 8.909234] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:31:33.284] [ 8.918124] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.313] [ 8.945186] Done!! [2024-05-23 14:31:33.321] Starting Wait for Network to be = Configured... [2024-05-23 14:31:33.322] [ OK ] Started Load Kernel Modules. [2024-05-23 14:31:33.339] [ OK ] Started Permit User Sessions. [2024-05-23 14:31:33.364] [ OK ] Started Getty on tty1. [2024-05-23 14:31:33.397] [ 9.034064] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.421] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:31:33.447] [ OK ] Reached target Login Prompts. [2024-05-23 14:31:33.464] [ OK ] Started Login Service. [2024-05-23 14:31:33.466] [ OK ] Reached target Multi-User System. [2024-05-23 14:31:33.482] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:31:33.484] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:31:33.509] [ 9.150520] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.585] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:31:33.616] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:31:33.650] [ 9.263914] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.729] [ 9.370047] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.842] [ 9.483165] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:33.962] [ 9.603514] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:34.076] [ 9.705918] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:31:34.086] [ 9.705926] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:31:34.101] [ 9.713920] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:34.182] [ 9.822020] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:34.993] [ 10.605058] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:31:35.006] [ 10.605067] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:31:35.393] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:31:39.696]=20 [2024-05-23 14:31:39.696] telechips-nsp1-release login:=20 [2024-05-23 14:31:42.726]=20 [2024-05-23 14:31:42.726] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:31:42.726]=20 [2024-05-23 14:31:42.726] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:31:42.736] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:31:42.762] DRAM: 2 GiB [2024-05-23 14:31:42.786] MMC: sdhc@0x16440000: 0 [2024-05-23 14:31:43.047]=20 [2024-05-23 14:31:43.047] HW Partition tyep is UserData [2024-05-23 14:31:43.060] In: serial [2024-05-23 14:31:43.060] Out: serial [2024-05-23 14:31:43.060] Err: serial [2024-05-23 14:31:43.125] Boot in the UserData environment(0) [2024-05-23 14:31:43.129] Non-secure boot (secure boot flag is clear) [2024-05-23 14:31:43.143] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:31:43.143] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:31:43.143] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:31:43.157] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:31:43.171] Booting using the fdt blob at 0x23000000 [2024-05-23 14:31:43.171] Loading Kernel Image [2024-05-23 14:31:43.173] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:31:43.173] OPTEE is enabled [2024-05-23 14:31:43.193]=20 [2024-05-23 14:31:43.193] Starting kernel ... [2024-05-23 14:31:43.195]=20 [2024-05-23 14:31:44.108] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:31:44.112] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:31:44.127] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:31:44.152] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:31:44.152] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:31:44.152] [ 0.000000] efi: UEFI not found. [2024-05-23 14:31:44.152] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:31:44.154] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:31:44.178] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:31:44.178] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:31:44.178] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:31:44.195] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:31:44.195] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:31:44.210] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:31:44.210] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:31:44.225] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:31:44.225] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:31:44.240] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:31:44.242] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:31:44.267] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:31:44.267] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:31:44.267] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:31:44.284] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:31:44.284] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:31:44.300] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:31:44.300] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:31:44.315] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:31:44.315] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:31:44.330] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:31:44.330] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:31:44.345] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:31:44.356] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:31:44.356] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:31:44.358] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:31:44.358] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:31:44.358] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:31:44.385] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:31:44.385] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:31:44.385] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:31:44.385] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:31:44.399] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:31:44.412] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:31:44.427] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:31:44.427] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:31:44.451] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:31:44.451] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:31:44.451] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:31:44.477] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:31:44.477] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:31:44.479] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:31:44.503] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:31:44.505] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:31:44.505] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:31:44.505] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:31:44.532] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:31:44.532] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:31:44.532] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:31:44.532] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:31:44.550] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:31:44.550] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:31:44.567] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:31:44.567] [ 0.000000] Running RCU self tests [2024-05-23 14:31:44.567] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:31:44.580] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:31:44.582] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:31:44.582] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:31:44.605] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:31:44.618] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:31:44.618] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:31:44.618] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:31:44.618] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:31:44.620] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:31:44.620] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:31:44.644] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:31:44.644] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:31:44.644] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:31:44.659] [ 0.001479] Console: colour dummy device = 80x25 [2024-05-23 14:31:44.659] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:31:44.661] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:31:44.686] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:31:44.686] [ 0.001730] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:31:44.686] [ 0.001732] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:31:44.686] [ 0.001735] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:31:44.686] [ 0.001738] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:31:44.686] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:31:44.702] [ 0.001743] memory used by lock dependency = info: 7903 kB [2024-05-23 14:31:44.702] [ 0.001746] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:31:44.702] [ 0.001785] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:31:44.718] [ 0.001793] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:31:44.718] [ 0.002292] Security Framework initialized [2024-05-23 14:31:44.731] [ 0.002416] AppArmor: AppArmor initialized [2024-05-23 14:31:44.731] [ 0.002663] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:31:44.731] [ 0.002686] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:31:44.748] [ 0.019968] ASID allocator initialised with = 32768 entries [2024-05-23 14:31:44.748] [ 0.035872] Hierarchical SRCU = implementation. [2024-05-23 14:31:44.749] [ 0.062292] EFI services will not be = available. [2024-05-23 14:31:44.775] [ 0.076139] smp: Bringing up secondary CPUs = ... [2024-05-23 14:31:44.775] [ 0.120765] Detected VIPT I-cache on CPU1 [2024-05-23 14:31:44.775] [ 0.120840] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:31:44.775] [ 0.165011] Detected VIPT I-cache on CPU2 [2024-05-23 14:31:44.775] [ 0.165068] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:31:44.777] [ 0.209295] Detected VIPT I-cache on CPU3 [2024-05-23 14:31:44.802] [ 0.209348] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:31:44.802] [ 0.209725] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:31:44.802] [ 0.209767] SMP: Total of 4 processors = activated. [2024-05-23 14:31:44.802] [ 0.209782] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:31:44.802] [ 0.209802] CPU: All CPU(s) started at EL2 [2024-05-23 14:31:44.807] [ 0.209983] alternatives: patching kernel = code [2024-05-23 14:31:44.829] [ 0.210524] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:31:44.842] [ 0.213125] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:31:44.842] [ 0.213711] devtmpfs: initialized [2024-05-23 14:31:44.842] [ 0.403379] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:31:44.842] [ 0.403645] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:31:44.847] [ 0.412476] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:31:44.847] [ 0.413396] chipinfo: TCC8030 Rev02 [2024-05-23 14:31:44.870] [ 0.413411] chipinfo: SiP Service v0.1.56 [2024-05-23 14:31:44.872] [ 0.418720] NET: Registered protocol family = 16 [2024-05-23 14:31:44.872] [ 0.422735] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:31:44.872] [ 0.424700] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:31:44.872] [ 0.426419] cpuidle: using governor menu [2024-05-23 14:31:44.872] [ 0.426689] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:31:44.898] [ 0.440795] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:31:44.898] [ 0.441284] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:31:44.898] [ 0.441330] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:31:44.898] [ 0.441375] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:31:44.898] [ 0.441419] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:31:44.912] [ 0.441462] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:31:44.924] [ 0.441506] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:31:44.924] [ 0.441549] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:31:44.947] [ 0.441592] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:31:44.947] [ 0.441636] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:31:44.947] [ 0.441679] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:31:44.952] [ 0.441722] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:31:44.952] [ 0.441767] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:31:44.952] [ 0.441828] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:31:44.952] [ 0.441872] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:31:44.952] [ 0.442002] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:31:44.975] [ 0.442047] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:31:44.987] [ 0.442090] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:31:44.987] [ 0.442133] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:31:44.987] [ 0.442523] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:31:44.987] [ 0.442567] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:31:44.989] [ 0.442610] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:31:44.989] [ 0.442653] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:31:44.989] [ 0.442696] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:31:45.013] [ 0.442740] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:31:45.013] [ 0.442783] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:31:45.013] [ 0.442826] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:31:45.013] [ 0.442869] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:31:45.015] [ 0.442912] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:31:45.042] [ 0.442969] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:31:45.042] [ 0.443012] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:31:45.042] [ 0.443256] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:31:45.042] [ 0.443300] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:31:45.044] [ 0.443343] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:31:45.066] [ 0.443386] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:31:45.068] [ 0.443429] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:31:45.068] [ 0.443472] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:31:45.068] [ 0.443516] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:31:45.068] [ 0.443709] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:31:45.092] [ 0.443753] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:31:45.092] [ 0.443796] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:31:45.092] [ 0.443839] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:31:45.092] [ 0.443882] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:31:45.092] [ 0.443925] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:31:45.106] [ 0.443968] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:31:45.106] [ 0.444025] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:31:45.106] [ 0.444069] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:31:45.122] [ 0.444112] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:31:45.122] [ 0.444155] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:31:45.122] [ 0.444198] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:31:45.138] [ 0.444241] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:31:45.138] [ 0.444285] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:31:45.138] [ 0.444814] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:31:45.152] [ 0.444872] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:31:45.164] [ 0.445042] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:31:45.164] [ 0.445212] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:31:45.166] [ 0.445380] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:31:45.166] [ 0.445545] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:31:45.189] [ 0.445711] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:31:45.191] [ 0.445756] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:31:45.191] [ 0.445799] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:31:45.191] [ 0.446067] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:31:45.191] [ 0.446268] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:31:45.215] [ 0.446450] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:31:45.215] [ 0.446494] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:31:45.215] [ 0.446538] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:31:45.215] [ 0.446582] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:31:45.226] [ 0.446625] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:31:45.228] [ 0.446810] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:31:45.228] [ 0.446875] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:31:45.252] [ 0.447085] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:31:45.252] [ 0.447099] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:31:45.252] [ 0.529469] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:31:45.252] [ 0.529558] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:31:45.254] [ 1.676274] console [ttyAMA0] enabled [2024-05-23 14:31:45.281] [ 1.683913] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:31:45.290] [ 1.712769] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:31:45.303] [ 1.723050] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:31:45.320] [ 1.733644] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:31:45.343] [ 1.743955] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:31:45.421] [ 1.843627] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:31:45.437] [ 1.859816] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:31:45.450] [ 1.866712] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:31:45.452] [ 1.873503] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:31:45.487] [ 1.879873] Linux video capture interface: = v2.00 [2024-05-23 14:31:45.487] [ 1.885713] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:45.487] [ 1.885717] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:31:45.493] [ 1.885721] 6 locks held by swapper/0/1: [2024-05-23 14:31:45.493] [ 1.885724] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:31:45.521] [ 1.885750] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:31:45.521] [ 1.885766] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:45.521] [ 1.885785] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:45.535] [ 1.885799] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:45.549] [ 1.885816] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:45.553] [ 1.885835] irq event stamp: 288024 [2024-05-23 14:31:45.553] [ 1.885840] hardirqs last enabled at = (288023): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:45.577] [ 1.885845] hardirqs last disabled at = (288024): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:45.594] [ 1.885853] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:45.594] [ 1.885856] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:45.594] [ 1.885859] Preemption disabled at: [2024-05-23 14:31:45.610] [ 1.885864] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:45.610] [ 1.885874] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:31:45.610] [ 1.885877] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:45.623] [ 1.885880] Call trace: [2024-05-23 14:31:45.623] [ 1.885887] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:45.623] [ 1.885891] show_stack+0x14/0x20 [2024-05-23 14:31:45.623] [ 1.885897] dump_stack+0xb8/0xf0 [2024-05-23 14:31:45.625] [ 1.885902] ___might_sleep+0x178/0x210 [2024-05-23 14:31:45.625] [ 1.885906] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:45.625] [ 1.885911] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:45.649] [ 1.885916] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:45.650] [ 1.885923] gic_set_type+0x84/0x98 [2024-05-23 14:31:45.651] [ 1.885928] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:45.651] [ 1.885933] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:45.651] [ 1.885938] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:45.651] [ 1.885943] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:31:45.651] [ 1.885949] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:31:45.675] [ 1.885953] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:45.675] [ 1.885958] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:45.675] [ 1.885963] __driver_attach+0xfc/0x118 [2024-05-23 14:31:45.675] [ 1.885968] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:45.675] [ 1.885973] driver_attach+0x20/0x28 [2024-05-23 14:31:45.675] [ 1.885977] bus_add_driver+0x220/0x268 [2024-05-23 14:31:45.685] [ 1.885982] driver_register+0x60/0xf8 [2024-05-23 14:31:45.688] [ 1.885986] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:45.688] [ 1.885994] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:31:45.725] [ 1.885998] do_one_initcall+0x50/0x15c [2024-05-23 14:31:45.725] [ 1.886005] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:31:45.725] [ 1.886011] kernel_init+0x10/0x100 [2024-05-23 14:31:45.725] [ 1.886015] ret_from_fork+0x10/0x18 [2024-05-23 14:31:45.725] [ 1.891627] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:31:45.729] [ 2.138878] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:31:45.743] [ 2.152490] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:31:45.745] [ 2.159524] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:31:45.745] [ 2.164126] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:31:45.747] [ 2.168930] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:31:45.778] [ 2.173755] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:31:45.778] [ 2.178310] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:31:45.811] [ 2.232221] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:31:45.823] [ 2.244721] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:45.841] [ 2.262786] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:45.856] [ 2.278281] NET: Registered protocol family = 2 [2024-05-23 14:31:45.869] [ 2.285701] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:31:45.893] [ 2.293321] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:31:45.895] [ 2.304612] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:31:45.895] [ 2.312035] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:31:45.897] [ 2.318798] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:31:45.928] [ 2.326980] NET: Registered protocol family = 1 [2024-05-23 14:31:46.016] [ 2.434696] audit: initializing netlink = subsys (disabled) [2024-05-23 14:31:46.020] [ 2.441262] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:31:46.035] [ 2.441827] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:31:46.103] [ 2.523948] fuse init (API version 7.26) [2024-05-23 14:31:46.127] [ 2.541965] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:31:46.130] [ 2.551627] io scheduler noop registered = (default) [2024-05-23 14:31:46.143] [ 2.556469] io scheduler mq-deadline = registered [2024-05-23 14:31:46.143] [ 2.561032] io scheduler kyber registered [2024-05-23 14:31:46.160] [ 2.571831] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:46.162] [ 2.578682] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:46.163] [ 2.584893] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:31:46.188] [ 2.592673] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:46.234] [ 2.655209] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:46.241] [ 2.662797] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:46.254] [ 2.667781] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:31:46.254] [ 2.673209] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:46.261] [ 2.673863] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:46.287] [ 2.684619] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:46.287] [ 2.690827] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:31:46.287] [ 2.698477] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:46.310] [ 2.722589] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:46.312] [ 2.729505] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:46.313] [ 2.734150] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:31:46.338] [ 2.739577] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:46.338] [ 2.740149] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:31:46.338] [ 2.750939] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:31:46.338] [ 2.757148] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:31:46.353] [ 2.764763] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:31:46.409] [ 2.831121] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:31:46.417] [ 2.837892] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:31:46.430] [ 2.842546] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:31:46.443] [ 2.847972] fbX_probe : update_type =3D 1=20 [2024-05-23 14:31:46.445] [ 2.857631] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:31:46.447] [ 2.867335] [INF][WDMA] tcc_wdma_init [2024-05-23 14:31:46.474] [ 2.872118] TCC WDMA Driver Initializing [2024-05-23 14:31:46.474] [ 2.879139] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:31:46.486] [ 2.885369] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:31:46.486] [ 2.896027] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:46.488] [ 2.908681] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:31:46.514] [ 2.918077] [CPU_ID] probe is done [2024-05-23 14:31:46.514] [ 2.921821] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:31:46.514] [ 2.928523] [DRAM_TOOL] probe is done [2024-05-23 14:31:46.514] [ 2.935736] MALI-G51 : r30p0-01eac0 [2024-05-23 14:31:46.532] [ 2.939263] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:31:46.532] [ 2.948990] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:46.548] [ 2.948995] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:31:46.548] [ 2.949000] 6 locks held by swapper/0/1: [2024-05-23 14:31:46.560] [ 2.949003] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:31:46.562] [ 2.949029] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:31:46.590] [ 2.949044] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:31:46.590] [ 2.949062] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:46.590] [ 2.949077] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:31:46.603] [ 2.949094] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:46.615] [ 2.949113] irq event stamp: 453514 [2024-05-23 14:31:46.615] [ 2.949118] hardirqs last enabled at = (453513): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:46.617] [ 2.949123] hardirqs last disabled at = (453514): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:46.642] [ 2.949130] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:46.642] [ 2.949134] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:46.642] [ 2.949136] Preemption disabled at: [2024-05-23 14:31:46.644] [ 2.949142] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:46.669] [ 2.949151] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:31:46.669] [ 2.949154] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:46.669] [ 2.949159] Call trace: [2024-05-23 14:31:46.669] [ 2.949165] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:46.669] [ 2.949169] show_stack+0x14/0x20 [2024-05-23 14:31:46.682] [ 2.949175] dump_stack+0xb8/0xf0 [2024-05-23 14:31:46.684] [ 2.949180] ___might_sleep+0x178/0x210 [2024-05-23 14:31:46.684] [ 2.949184] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:46.684] [ 2.949189] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:46.709] [ 2.949195] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:46.709] [ 2.949202] gic_set_type+0x84/0x98 [2024-05-23 14:31:46.709] [ 2.949207] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:46.709] [ 2.949212] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:46.709] [ 2.949217] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:46.709] [ 2.949223] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:31:46.711] [ 2.949228] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:31:46.736] [ 2.949233] kbase_device_init+0x78/0xf8 [2024-05-23 14:31:46.736] [ 2.949240] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:31:46.736] [ 2.949244] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:46.736] [ 2.949249] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:46.736] [ 2.949253] __driver_attach+0xfc/0x118 [2024-05-23 14:31:46.738] [ 2.949258] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:46.761] [ 2.949263] driver_attach+0x20/0x28 [2024-05-23 14:31:46.761] [ 2.949268] bus_add_driver+0x220/0x268 [2024-05-23 14:31:46.761] [ 2.949273] driver_register+0x60/0xf8 [2024-05-23 14:31:46.761] [ 2.949277] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:46.761] [ 2.949284] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:31:46.761] [ 2.949289] do_one_initcall+0x50/0x15c [2024-05-23 14:31:46.774] [ 2.949297] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:31:46.777] [ 2.949303] kernel_init+0x10/0x100 [2024-05-23 14:31:46.777] [ 2.949307] ret_from_fork+0x10/0x18 [2024-05-23 14:31:46.777] [ 2.950986] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:31:46.801] [ 3.205732] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:31:46.801] [ 3.212471] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:31:46.804] [ 3.226598] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:31:46.818] [ 3.234346] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:31:46.843] [ 3.246425] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:31:46.846] [ 3.252644] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:31:46.846] [ 3.257026] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:31:46.846] [ 3.264639] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:31:46.890] [ 3.311587] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:31:46.907] [ 3.322518] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:31:46.909] [ 3.330398] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:31:46.924] [ 3.344111] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:31:46.938] [ 3.349389] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:31:46.961] [ 3.360462] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:31:46.965] [ 3.369319] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:31:46.967] [ 3.388319] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:31:46.994] [ 3.403928] libphy: Fixed MDIO Bus: probed [2024-05-23 14:31:46.996] [ 3.408988] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:31:47.011] [ 3.422475] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:31:47.012] [ 3.427048] [INFO][GAMC] gmac index : 1 [2024-05-23 14:31:47.012] [ 3.431732] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:31:47.025] [ 3.436942] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:31:47.027] [ 3.442068] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:31:47.027] [ 3.443926] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:31:47.057] [ 3.443942] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:31:47.057] [ 3.447868] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:31:47.057] [ 3.456747] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:31:47.057] [ 3.457851] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:47.057] [ 3.457863] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:31:47.057] [ 3.457870] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:31:47.078] [ 3.457881] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:47.078] [ 3.457893] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:31:47.078] [ 3.459984] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:31:47.082] [ 3.469068] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:31:47.104] [ 3.469077] usbhid: USB HID core driver [2024-05-23 14:31:47.104] [ 3.469436] optee: probing for conduit = method from DT. [2024-05-23 14:31:47.104] [ 3.469462] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:31:47.104] [ 3.471537] optee: initialized driver [2024-05-23 14:31:47.104] [ 3.473179] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:31:47.118] [ 3.473194] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:31:47.118] [ 3.473201] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:31:47.118] [ 3.473209] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:31:47.133] [ 3.473216] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:31:47.133] [ 3.473223] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:31:47.146] [ 3.473231] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:31:47.162] [ 3.473238] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:31:47.162] [ 3.474749] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:31:47.173] [ 3.474757] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:31:47.173] [ 3.481540] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:31:47.175] [ 3.500731] NET: Registered protocol family = 17 [2024-05-23 14:31:47.175] [ 3.501197] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:31:47.203] [ 3.506335] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:31:47.203] [ 3.615337] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:31:47.205] [ 3.626652] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:31:47.219] [ 3.632133] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:31:47.221] [ 3.640878] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:31:47.235] [ 3.648477] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:31:47.245] [ 3.667962] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:31:47.261] [ 3.671081] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:31:47.261] [ 3.671124] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:31:47.280] [ 3.672838] ALSA device list: [2024-05-23 14:31:47.280] [ 3.672846] No soundcards found. [2024-05-23 14:31:47.280] [ 3.696305] GPT:15269887 !=3D 15273599 [2024-05-23 14:31:47.282] [ 3.696329] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:31:47.306] [ 3.696337] GPT:15269887 !=3D 15273599 [2024-05-23 14:31:47.306] [ 3.696345] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:31:47.306] [ 3.696472] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:31:47.324] [ 3.732863] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:31:47.332] [ 3.753761] Freeing unused kernel memory: = 4160K [2024-05-23 14:31:47.343] Mounting devtmpfs [2024-05-23 14:31:47.348] [ 3.768680] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:31:47.360] Mounting procfs [2024-05-23 14:31:47.360] Mounting sysfs [2024-05-23 14:31:47.382] [ 3.803562] cat (95) used greatest stack = depth: 12688 bytes left [2024-05-23 14:31:47.396] [ 3.818797] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:31:47.443] [ 3.865518] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:31:47.456] [ 3.874419] mount (98) used greatest stack = depth: 11536 bytes left [2024-05-23 14:31:47.478] [ 3.890798] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:31:47.706] [ 4.127687] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:31:47.804] [ 4.225051] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:31:47.832] [ 4.252447] systemd[1]: Detected = architecture arm64. [2024-05-23 14:31:47.879]=20 [2024-05-23 14:31:47.879] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:31:47.890]=20 [2024-05-23 14:31:47.891] [ 4.312633] systemd[1]: Set hostname to = . [2024-05-23 14:31:47.906] [ 4.324757] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:31:47.921] [ 4.333873] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:31:48.160] [ 4.581042] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:31:48.188] [ 4.598146] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:31:48.222] [ 4.643001] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:31:48.234] [ 4.655114] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:31:48.425] [ 4.843364] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:31:48.493] [ OK ] Reached target Swap. [2024-05-23 14:31:48.513] [ OK ] Reached target Remote File Systems. [2024-05-23 14:31:48.530] [ OK ] Listening on Syslog Socket. [2024-05-23 14:31:48.549] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:31:48.564] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:31:48.595] [ OK ] Created slice system-getty.slice. [2024-05-23 14:31:48.613] [ OK ] Listening on udev Control Socket. [2024-05-23 14:31:48.629] [ OK ] Reached target Paths. [2024-05-23 14:31:48.646] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:31:48.663] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:31:48.670] [ OK ] Listening on Journal Socket. [2024-05-23 14:31:48.698] Starting Apply Kernel Variables... [2024-05-23 14:31:48.731] Starting udev Coldplug all Devices... [2024-05-23 14:31:48.763] Mounting Kernel Debug File System... [2024-05-23 14:31:48.793] Mounting POSIX Message Queue File = System... [2024-05-23 14:31:48.829] Mounting Configuration File System... [2024-05-23 14:31:48.857] [ 5.272095] sh (112) used greatest stack = depth: 11408 bytes left [2024-05-23 14:31:48.859] Mounting Huge Pages File System... [2024-05-23 14:31:48.897] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:31:48.921] Starting mount data partition = service... [2024-05-23 14:31:48.962] Mounting FUSE Control File System... [2024-05-23 14:31:48.986] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:31:49.014] Starting Journal Service... [2024-05-23 14:31:49.021] [ 5.441277] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:49.050] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:31:49.065] [ OK ] Created slice User and Session Slice. [2024-05-23 14:31:49.082] [ OK ] Reached target Slices. [2024-05-23 14:31:49.140] [ 5.562033] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:31:49.220] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:31:49.256] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:31:49.280] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:31:49.296] [ OK ] Mounted Configuration File System. [2024-05-23 14:31:49.313] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:31:49.328] [ OK ] Started Journal Service. [2024-05-23 14:31:49.357] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:31:49.383] [ OK ] Started mount data partition service. [2024-05-23 14:31:49.399] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:31:49.430] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:31:49.488] Starting NS file System mount and = recovery.... [2024-05-23 14:31:49.522] Starting udev Kernel Device = Manager... [2024-05-23 14:31:49.545] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:31:49.563] [ OK ] Reached target Containers. [2024-05-23 14:31:49.590] Mounting /tmp... [2024-05-23 14:31:49.635] Mounting /var/volatile... [2024-05-23 14:31:49.639] [ 6.058441] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:49.675] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:31:49.730] [ 6.150506] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:49.823] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:31:49.832] [ 6.254095] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:31:49.924] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:31:49.947] [ OK ] Mounted /tmp. [2024-05-23 14:31:49.964] [ OK ] Mounted /var/volatile. [2024-05-23 14:31:50.050] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:31:50.081] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:31:50.256] [ 6.677530] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:31:50.280] Starting Bind mount volatile = /var/spool... [2024-05-23 14:31:50.314] Starting Bind mount volatile = /var/lib... [2024-05-23 14:31:50.345] Starting Bind mount volatile = /var/cache... [2024-05-23 14:31:50.378] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:31:50.484] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:31:50.572] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:31:50.598] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:31:50.635] Starting Load/Save Random Seed... [2024-05-23 14:31:50.652] [ OK ] Reached target Local File Systems. [2024-05-23 14:31:50.683] Starting AppArmor initialization... [2024-05-23 14:31:50.712] Starting Create Volatile Files and = Directories... [2024-05-23 14:31:50.748] Starting netfilter persistent = configuration... [2024-05-23 14:31:50.783] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:31:50.870] [ 7.291121] audit: type=3D1400 = audit(1550139121.156:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:31:50.884] [ 7.305523] audit: type=3D1400 = audit(1550139121.164:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:31:50.910] [ 7.321464] audit: type=3D1400 = audit(1550139121.164:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:31:50.924] [ 7.337282] audit: type=3D1400 = audit(1550139121.164:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:31:50.939] [ 7.353762] audit: type=3D1400 = audit(1550139121.164:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:31:50.954] [ 7.370699] audit: type=3D1400 = audit(1550139121.164:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:31:50.969] [ 7.387123] audit: type=3D1400 = audit(1550139121.164:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:31:51.027] [ OK ] Started AppArmor initialization. [2024-05-23 14:31:51.055] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:31:51.088] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:31:51.115] [ OK ] Reached target Network (Pre). [2024-05-23 14:31:51.135] Starting Network Service... [2024-05-23 14:31:51.165] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:31:51.224] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:31:51.249] [ OK ] Reached target System Initialization. [2024-05-23 14:31:51.265] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:31:51.282] [ OK ] Reached target Sockets. [2024-05-23 14:31:51.298] [ OK ] Reached target Basic System. [2024-05-23 14:31:51.328] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:31:51.362] [ 7.784015] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:31:51.393] Starting Load Kernel Modules... [2024-05-23 14:31:51.401] [ 7.817793] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:31:51.418] [ 7.825323] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:31:51.418] [ 7.832302] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:31:51.435] [ OK ] Started Kernel Logging Service. [2024-05-23 14:31:51.446] [ 7.866305] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:31:51.462] [ 7.873508] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:31:51.462] [ 7.880856] Disabling lock debugging due to = kernel taint [2024-05-23 14:31:51.491] [ OK ] Started NS VSync Process. [2024-05-23 14:31:51.491] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:31:51.509] [ OK ] Reached target Timers. [2024-05-23 14:31:51.536] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:31:51.545] [ 7.966795] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:31:51.562] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:31:51.577] [ 7.996463] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:31:51.592] [ 8.003563] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:31:51.607] [ 8.003567] in_atomic(): 1, = irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:31:51.607] [ 8.003569] INFO: lockdep is turned off. [2024-05-23 14:31:51.609] [ 8.003571] irq event stamp: 24581 [2024-05-23 14:31:51.633] [ 8.003585] hardirqs last enabled at = (24581): [<000000003880b769>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:31:51.633] [ 8.003589] hardirqs last disabled at = (24580): [<0000000063583139>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:31:51.633] [ 8.003596] softirqs last enabled at (0): = [<000000008834beb8>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:31:51.649] [ 8.003599] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:31:51.649] [ 8.003601] Preemption disabled at: [2024-05-23 14:31:51.663] [ 8.003607] [<00000000a8cee1c7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:31:51.672] [ 8.003615] CPU: 0 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:31:51.672] [ 8.003617] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:31:51.674] [ 8.003619] Call trace: [2024-05-23 14:31:51.674] [ 8.003624] dump_backtrace+0x0/0x1d8 [2024-05-23 14:31:51.701] [ 8.003628] show_stack+0x14/0x20 [2024-05-23 14:31:51.701] [ 8.003632] dump_stack+0xb8/0xf0 [2024-05-23 14:31:51.701] [ 8.003636] ___might_sleep+0x178/0x210 [2024-05-23 14:31:51.701] [ 8.003639] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:31:51.701] [ 8.003645] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:31:51.701] [ 8.003649] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:31:51.701] [ 8.003655] gic_set_type+0x84/0x98 [2024-05-23 14:31:51.715] [ 8.003659] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:31:51.717] [ 8.003663] __setup_irq+0x76c/0x7f8 [2024-05-23 14:31:51.717] [ 8.003666] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:31:51.717] [ 8.003696] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:31:51.739] [ 8.003714] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:31:51.739] [ 8.003720] platform_drv_probe+0x58/0xb8 [2024-05-23 14:31:51.739] [ 8.003726] = driver_probe_device+0x228/0x410 [2024-05-23 14:31:51.739] [ 8.003729] __driver_attach+0xfc/0x118 [2024-05-23 14:31:51.739] [ 8.003733] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:31:51.741] [ 8.003737] driver_attach+0x20/0x28 [2024-05-23 14:31:51.764] [ 8.003740] bus_add_driver+0x220/0x268 [2024-05-23 14:31:51.764] [ 8.003744] driver_register+0x60/0xf8 [2024-05-23 14:31:51.764] [ 8.003747] = __platform_driver_register+0x44/0x50 [2024-05-23 14:31:51.764] [ 8.003764] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:31:51.764] [ 8.003768] do_one_initcall+0x50/0x15c [2024-05-23 14:31:51.764] [ 8.003772] do_init_module+0x54/0x1b0 [2024-05-23 14:31:51.777] [ 8.003775] load_module+0x1e70/0x2428 [2024-05-23 14:31:51.778] [ 8.003778] SyS_finit_module+0xe4/0x118 [2024-05-23 14:31:51.778] [ 8.003781] el0_svc_naked+0x34/0x38 [2024-05-23 14:31:51.778] [ 8.010089] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:31:51.804] [ 8.059215] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:31:51.804] [ 8.059224] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:31:51.804] [ 8.059230] [INFO][GMAC]=20 [2024-05-23 14:31:51.804] [ 8.074614] libphy: tcc-gmac-mdio: probed [2024-05-23 14:31:51.804] [ 8.074619] [INFO][GMAC] registered! [2024-05-23 14:31:51.804] [ 8.074622] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:31:51.806] [ 8.074628] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:31:51.830] [ 8.148964] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:31:51.830] [ 8.149006] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:31:51.830] [ 8.149006] -- MASTER Configuration. [2024-05-23 14:31:51.830] [ 8.149006] -- Local Receiver Status Not = OK. [2024-05-23 14:31:51.837] [ 8.149006] -- Remote Receiver Status Not = OK. [2024-05-23 14:31:51.859] [ 8.149019] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:31:51.872] [ 8.149022] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:31:51.872] [ 8.149283] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:31:51.872] [ 8.153226] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:31:51.872] [ 8.153229] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:31:51.874] [ 8.153235] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:31:51.874] [ 8.153235] =20 [2024-05-23 14:31:51.896] [ 8.153540] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:31:51.898] [ 8.153722] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:31:51.898] [ 8.153726] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:31:51.898] [ 8.153730] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:31:51.898] [ 8.153730] =20 [2024-05-23 14:31:51.920] [ 8.153886] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:31:51.929] [ 8.153901] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:31:51.929] [ 8.153905] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:31:51.929] [ 8.153909] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:31:51.929] [ 8.153916] [INFO][GMAC] --] phy_start: : [2024-05-23 14:31:51.929] [ 8.153976] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:31:51.929] [ 8.258882] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:51.931] Starting Login Service... [2024-05-23 14:31:51.956] [ 8.355053] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:31:51.956] [ 8.359852] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:31:51.956] [ 8.360319] Done!! [2024-05-23 14:31:51.956] [ 8.366945] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:51.979] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:31:51.999] [ OK ] Started NS System Management Process. [2024-05-23 14:31:52.001] Starting NS Inter Domain Comm = Process... [2024-05-23 14:31:52.026] [ OK ] Started System Logging Service. [2024-05-23 14:31:52.028] [ OK ] Started Network Service[ 8.434230] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:31:52.028] . [2024-05-23 14:31:52.028] [ 8.439950] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:31:52.028] Start /usr/bin/sys-fail-mon[ 8.441998] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:31:52.044]=20 [2024-05-23 14:31:52.044] [ 8.462736] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:31:52.060] [ 8.471122] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:31:52.060] [ 8.478530] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:52.076] [ 8.483268] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.076] [ OK ] Reached target[ 8.495653] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:31:52.091] Network. [2024-05-23 14:31:52.091] [ 8.503853] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:31:52.105] [ 8.504323] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:31:52.108] [ 8.504331] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:31:52.131] [ 8.505012] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:31:52.142] [ 8.507411] Done!! [2024-05-23 14:31:52.142] Starting Permit User Sessions... [2024-05-23 14:31:52.142] Starting udev Coldplug all Devices... [2024-05-23 14:31:52.142] Starting Wait for Network to be = Configured... [2024-05-23 14:31:52.145] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:31:52.169] [ OK ] Started Permit User Sessions. [2024-05-23 14:31:52.181] [ OK ] Started Getty on tty1[ 8.592678] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:31:52.183] . [2024-05-23 14:31:52.183] parents, child is 318 [2024-05-23 14:31:52.207] [ 8.599867] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:31:52.211] [IDC]Start. [2024-05-23 14:31:52.211] [ 8.606333] Done!! [2024-05-23 14:31:52.211] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:31:52.211] [ 8.617029] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:31:52.211] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:31:52.227] [IDC](A7)ConnectReq 0 [2024-05-23 14:31:52.249] [IDC](A7)do_connect 0 [2024-05-23 14:31:52.249] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:31:52.249] [IDC](A7)Tx start session req 1 [2024-05-23 14:31:52.249] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:31:52.249] [IDC](R5)ConnectReq 0 [2024-05-23 14:31:52.249] [IDC](R5)do_connect 0 [2024-05-23 14:31:52.272] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:31:52.272] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:31:52.272] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:31:52.272] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:31:52.272] [ OK ] Reached target Login Prompts. [2024-05-23 14:31:52.272] [ OK ] Started Cluster Framework. [2024-05-23 14:31:52.272] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:31:52.276] [IDC](A7)Session connected. [2024-05-23 14:31:52.276] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:31:52.276] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:31:52.276] [ OK ] Started HUD Framework. [2024-05-23 14:31:52.276] [IDC](R5)Session connected.2 [2024-05-23 14:31:52.276] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:31:52.276] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:31:52.314] [ 8.706949] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.314] [ OK ] Started Nvm Process. [2024-05-23 14:31:52.333] [ OK ] Started NS hsm control application. [2024-05-23 14:31:52.346] [ OK ] Started Diagnosis Framework. [2024-05-23 14:31:52.383] [ OK ] Started Diagnosis Transport. [2024-05-23 14:31:52.405] [ 8.826918] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.487] [ OK ] Started NS Software Update. [2024-05-23 14:31:52.516] [ 8.937618] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:31:52.533] [ 8.946947] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.550] [ OK ] Started NS Secondary Verify. [2024-05-23 14:31:52.584] [ OK ] Started Load Kernel Modules. [2024-05-23 14:31:52.638] [ 9.058936] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.754] [ 9.174901] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.784] [ OK ] Started Login Service. [2024-05-23 14:31:52.790] [ OK ] Reached target Multi-User System. [2024-05-23 14:31:52.806] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:31:52.807] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:31:52.847] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:31:52.868] [ 9.289324] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:31:52.900] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:31:52.996] [ 9.389711] sched: RT throttling activated [2024-05-23 14:31:53.496] [ 9.910700] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:31:53.504] [ 9.910710] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:31:54.347] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:31:54.429] [ 10.845253] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:31:54.437] [ 10.845260] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:31:58.541]=20 [2024-05-23 14:31:58.542] telechips-nsp1-release login:=20 [2024-05-23 14:32:02.944]=20 [2024-05-23 14:32:02.944] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:32:02.947]=20 [2024-05-23 14:32:02.947] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:32:02.968] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:32:02.973] DRAM: 2 GiB [2024-05-23 14:32:02.997] MMC: sdhc@0x16440000: 0 [2024-05-23 14:32:03.276]=20 [2024-05-23 14:32:03.276] HW Partition tyep is UserData [2024-05-23 14:32:03.278] In: serial [2024-05-23 14:32:03.278] Out: serial [2024-05-23 14:32:03.278] Err: serial [2024-05-23 14:32:03.346] Boot in the UserData environment(0) [2024-05-23 14:32:03.350] Non-secure boot (secure boot flag is clear) [2024-05-23 14:32:03.364] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:32:03.378] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:32:03.378] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:32:03.378] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:32:03.392] Booting using the fdt blob at 0x23000000 [2024-05-23 14:32:03.392] Loading Kernel Image [2024-05-23 14:32:03.394] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:32:03.394] OPTEE is enabled [2024-05-23 14:32:03.414]=20 [2024-05-23 14:32:03.414] Starting kernel ... [2024-05-23 14:32:03.428]=20 [2024-05-23 14:32:04.328] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:32:04.344] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:32:04.346] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:32:04.362] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:32:04.362] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:32:04.362] [ 0.000000] efi: UEFI not found. [2024-05-23 14:32:04.375] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:32:04.388] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:32:04.390] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:32:04.390] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:32:04.415] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:32:04.415] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:32:04.415] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:32:04.434] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:32:04.434] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:32:04.449] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:32:04.461] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:32:04.463] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:32:04.463] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:32:04.493] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:32:04.493] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:32:04.493] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:32:04.507] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:32:04.520] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:32:04.520] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:32:04.523] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:32:04.546] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:32:04.550] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:32:04.550] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:32:04.574] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:32:04.586] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:32:04.586] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:32:04.586] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:32:04.586] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:32:04.586] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:32:04.588] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:32:04.588] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:32:04.612] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:32:04.612] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:32:04.612] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:32:04.612] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:32:04.626] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:32:04.657] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:32:04.657] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:32:04.657] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:32:04.675] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:32:04.675] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:32:04.708] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:32:04.708] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:32:04.708] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:32:04.708] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:32:04.708] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:32:04.722] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:32:04.722] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:32:04.737] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:32:04.737] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:32:04.753] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:32:04.753] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:32:04.767] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:32:04.767] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:32:04.784] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:32:04.784] [ 0.000000] Running RCU self tests [2024-05-23 14:32:04.787] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:32:04.812] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:32:04.812] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:32:04.812] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:32:04.812] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:32:04.812] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:32:04.824] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:32:04.824] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:32:04.825] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:32:04.850] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:32:04.850] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:32:04.850] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:32:04.871] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:32:04.871] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:32:04.872] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:32:04.872] [ 0.001721] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:32:04.900] [ 0.001724] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:32:04.900] [ 0.001727] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:32:04.900] [ 0.001729] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:32:04.900] [ 0.001732] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:32:04.900] [ 0.001734] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:32:04.911] [ 0.001737] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:32:04.913] [ 0.001740] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:32:04.913] [ 0.001742] memory used by lock dependency = info: 7903 kB [2024-05-23 14:32:04.937] [ 0.001745] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:32:04.937] [ 0.001786] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:32:04.937] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:32:04.937] [ 0.002293] Security Framework initialized [2024-05-23 14:32:04.954] [ 0.002419] AppArmor: AppArmor initialized [2024-05-23 14:32:04.954] [ 0.002663] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:32:04.954] [ 0.002685] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:32:04.973] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:32:04.975] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:32:04.975] [ 0.062280] EFI services will not be = available. [2024-05-23 14:32:04.975] [ 0.076125] smp: Bringing up secondary CPUs = ... [2024-05-23 14:32:04.998] [ 0.120753] Detected VIPT I-cache on CPU1 [2024-05-23 14:32:05.002] [ 0.120828] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:32:05.002] [ 0.164998] Detected VIPT I-cache on CPU2 [2024-05-23 14:32:05.002] [ 0.165055] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:32:05.002] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:32:05.002] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:32:05.023] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:32:05.036] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:32:05.036] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:32:05.036] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:32:05.036] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:32:05.038] [ 0.210514] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:32:05.038] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:32:05.038] [ 0.213692] devtmpfs: initialized [2024-05-23 14:32:05.064] [ 0.403384] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:32:05.064] [ 0.403649] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:32:05.064] [ 0.412441] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:32:05.064] [ 0.413383] chipinfo: TCC8030 Rev02 [2024-05-23 14:32:05.085] [ 0.413399] chipinfo: SiP Service v0.1.56 [2024-05-23 14:32:05.098] [ 0.418679] NET: Registered protocol family = 16 [2024-05-23 14:32:05.098] [ 0.422717] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:32:05.098] [ 0.424685] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:32:05.098] [ 0.426393] cpuidle: using governor menu [2024-05-23 14:32:05.123] [ 0.426630] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:32:05.123] [ 0.440673] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:32:05.137] [ 0.441159] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:32:05.137] [ 0.441206] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:32:05.137] [ 0.441251] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:32:05.137] [ 0.441294] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:32:05.137] [ 0.441337] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:32:05.141] [ 0.441380] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:32:05.141] [ 0.441424] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:32:05.141] [ 0.441467] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:32:05.165] [ 0.441511] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:32:05.187] [ 0.441554] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:32:05.187] [ 0.441612] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:32:05.187] [ 0.441657] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:32:05.187] [ 0.441700] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:32:05.187] [ 0.441743] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:32:05.200] [ 0.441786] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:32:05.200] [ 0.441830] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:32:05.200] [ 0.441873] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:32:05.200] [ 0.441916] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:32:05.200] [ 0.442391] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:32:05.212] [ 0.442437] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:32:05.212] [ 0.442480] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:32:05.214] [ 0.442524] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:32:05.214] [ 0.442567] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:32:05.214] [ 0.442610] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:32:05.238] [ 0.442653] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:32:05.238] [ 0.442697] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:32:05.238] [ 0.442754] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:32:05.238] [ 0.442797] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:32:05.240] [ 0.442841] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:32:05.264] [ 0.442884] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:32:05.264] [ 0.443128] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:32:05.264] [ 0.443171] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:32:05.264] [ 0.443215] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:32:05.266] [ 0.443258] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:32:05.292] [ 0.443301] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:32:05.292] [ 0.443344] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:32:05.292] [ 0.443387] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:32:05.292] [ 0.443590] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:32:05.293] [ 0.443634] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:32:05.318] [ 0.443677] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:32:05.318] [ 0.443720] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:32:05.318] [ 0.443763] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:32:05.318] [ 0.443820] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:32:05.318] [ 0.443863] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:32:05.332] [ 0.443906] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:32:05.346] [ 0.443950] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:32:05.346] [ 0.443993] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:32:05.348] [ 0.444036] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:32:05.348] [ 0.444079] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:32:05.348] [ 0.444123] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:32:05.373] [ 0.444166] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:32:05.373] [ 0.444719] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:32:05.373] [ 0.444764] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:32:05.373] [ 0.444937] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:32:05.373] [ 0.445108] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:32:05.387] [ 0.445278] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:32:05.387] [ 0.445443] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:32:05.387] [ 0.445609] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:32:05.403] [ 0.445653] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:32:05.403] [ 0.445696] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:32:05.403] [ 0.445863] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:32:05.417] [ 0.446043] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:32:05.417] [ 0.446218] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:32:05.430] [ 0.446262] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:32:05.432] [ 0.446337] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:32:05.432] [ 0.446384] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:32:05.457] [ 0.446445] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:32:05.457] [ 0.446645] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:32:05.457] [ 0.446688] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:32:05.457] [ 0.446901] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:32:05.457] [ 0.446914] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:32:05.470] [ 0.529403] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:32:05.472] [ 0.529494] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:32:05.498] [ 1.676438] console [ttyAMA0] enabled [2024-05-23 14:32:05.498] [ 1.684238] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:32:05.514] [ 1.713126] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:32:05.521] [ 1.723405] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:32:05.535] [ 1.734125] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:32:05.549] [ 1.744464] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:32:05.643] [ 1.844127] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:32:05.658] [ 1.860440] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:32:05.671] [ 1.867336] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:32:05.695] [ 1.874130] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:32:05.697] [ 1.880521] Linux video capture interface: = v2.00 [2024-05-23 14:32:05.697] [ 1.886400] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:05.711] [ 1.886404] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:32:05.714] [ 1.886409] 6 locks held by swapper/0/1: [2024-05-23 14:32:05.714] [ 1.886412] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:32:05.737] [ 1.886439] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:32:05.737] [ 1.886454] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:32:05.737] [ 1.886473] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:05.756] [ 1.886487] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:32:05.756] [ 1.886503] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:05.772] [ 1.886522] irq event stamp: 288094 [2024-05-23 14:32:05.772] [ 1.886528] hardirqs last enabled at = (288093): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:05.785] [ 1.886533] hardirqs last disabled at = (288094): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:05.787] [ 1.886540] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:05.812] [ 1.886543] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:05.812] [ 1.886546] Preemption disabled at: [2024-05-23 14:32:05.812] [ 1.886551] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:05.812] [ 1.886561] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:32:05.825] [ 1.886564] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:05.828] [ 1.886568] Call trace: [2024-05-23 14:32:05.828] [ 1.886574] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:05.828] [ 1.886578] show_stack+0x14/0x20 [2024-05-23 14:32:05.853] [ 1.886584] dump_stack+0xb8/0xf0 [2024-05-23 14:32:05.853] [ 1.886589] ___might_sleep+0x178/0x210 [2024-05-23 14:32:05.853] [ 1.886593] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:05.853] [ 1.886598] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:05.853] [ 1.886603] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:05.853] [ 1.886611] gic_set_type+0x84/0x98 [2024-05-23 14:32:05.857] [ 1.886616] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:05.880] [ 1.886620] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:05.892] [ 1.886625] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:05.892] [ 1.886630] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:32:05.892] [ 1.886636] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:32:05.892] [ 1.886640] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:05.892] [ 1.886645] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:05.894] [ 1.886650] __driver_attach+0xfc/0x118 [2024-05-23 14:32:05.894] [ 1.886655] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:05.894] [ 1.886660] driver_attach+0x20/0x28 [2024-05-23 14:32:05.917] [ 1.886665] bus_add_driver+0x220/0x268 [2024-05-23 14:32:05.927] [ 1.886669] driver_register+0x60/0xf8 [2024-05-23 14:32:05.927] [ 1.886674] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:05.927] [ 1.886680] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:32:05.927] [ 1.886685] do_one_initcall+0x50/0x15c [2024-05-23 14:32:05.927] [ 1.886692] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:32:05.929] [ 1.886698] kernel_init+0x10/0x100 [2024-05-23 14:32:05.929] [ 1.886702] ret_from_fork+0x10/0x18 [2024-05-23 14:32:05.929] [ 1.892403] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:32:05.954] [ 2.139606] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:32:05.954] [ 2.153222] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:32:05.980] [ 2.160254] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:32:05.980] [ 2.164855] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:32:05.980] [ 2.169659] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:32:05.982] [ 2.174484] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:32:05.982] [ 2.179038] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:32:06.030] [ 2.233216] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:32:06.044] [ 2.245779] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:06.061] [ 2.264016] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:06.077] [ 2.279474] NET: Registered protocol family = 2 [2024-05-23 14:32:06.091] [ 2.286792] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:32:06.093] [ 2.294409] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:32:06.118] [ 2.305625] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:32:06.118] [ 2.312988] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:32:06.118] [ 2.319901] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:32:06.135] [ 2.328083] NET: Registered protocol family = 1 [2024-05-23 14:32:06.234] [ 2.435727] audit: initializing netlink = subsys (disabled) [2024-05-23 14:32:06.253] [ 2.442075] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:32:06.255] [ 2.442641] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:32:06.323] [ 2.524794] fuse init (API version 7.26) [2024-05-23 14:32:06.347] [ 2.539139] modprobe (66) used greatest = stack depth: 13296 bytes left [2024-05-23 14:32:06.350] [ 2.545802] modprobe (67) used greatest = stack depth: 13280 bytes left [2024-05-23 14:32:06.364] [ 2.548928] io scheduler noop registered = (default) [2024-05-23 14:32:06.366] [ 2.548945] io scheduler mq-deadline = registered [2024-05-23 14:32:06.366] [ 2.548958] io scheduler kyber registered [2024-05-23 14:32:06.366] [ 2.562115] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:06.392] [ 2.562128] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:06.392] [ 2.562136] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:32:06.392] [ 2.562225] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:06.416] [ 2.618735] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:06.424] [ 2.626406] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:06.438] [ 2.631329] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:32:06.438] [ 2.636759] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:06.441] [ 2.637432] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:06.466] [ 2.648190] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:06.466] [ 2.654400] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:32:06.466] [ 2.661940] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:06.485] [ 2.686878] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:06.492] [ 2.693776] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:06.506] [ 2.698350] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:32:06.506] [ 2.703777] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:06.508] [ 2.704377] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:06.533] [ 2.715130] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:06.533] [ 2.721339] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:32:06.533] [ 2.728957] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:06.594] [ 2.795244] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:06.601] [ 2.802103] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:06.615] [ 2.806733] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:32:06.631] [ 2.812160] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:06.632] [ 2.822043] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:32:06.632] [ 2.831772] [INF][WDMA] tcc_wdma_init [2024-05-23 14:32:06.648] [ 2.836639] TCC WDMA Driver Initializing [2024-05-23 14:32:06.665] [ 2.844138] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:32:06.665] [ 2.850301] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:32:06.668] [ 2.860877] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:06.696] [ 2.873614] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:32:06.696] [ 2.883058] [CPU_ID] probe is done [2024-05-23 14:32:06.696] [ 2.886805] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:32:06.696] [ 2.893528] [DRAM_TOOL] probe is done [2024-05-23 14:32:06.718] [ 2.900824] MALI-G51 : r30p0-01eac0 [2024-05-23 14:32:06.718] [ 2.904352] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:32:06.718] [ 2.914049] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:06.746] [ 2.914053] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:32:06.746] [ 2.914058] 6 locks held by swapper/0/1: [2024-05-23 14:32:06.746] [ 2.914061] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:32:06.749] [ 2.914087] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:32:06.772] [ 2.914102] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:32:06.786] [ 2.914120] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:06.786] [ 2.914135] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:32:06.803] [ 2.914151] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:06.803] [ 2.914170] irq event stamp: 453600 [2024-05-23 14:32:06.819] [ 2.914175] hardirqs last enabled at = (453599): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:06.819] [ 2.914180] hardirqs last disabled at = (453600): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:06.829] [ 2.914188] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:06.829] [ 2.914191] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:06.849] [ 2.914194] Preemption disabled at: [2024-05-23 14:32:06.849] [ 2.914199] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:06.849] [ 2.914208] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:32:06.864] [ 2.914211] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:06.864] [ 2.914215] Call trace: [2024-05-23 14:32:06.864] [ 2.914221] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:06.866] [ 2.914226] show_stack+0x14/0x20 [2024-05-23 14:32:06.866] [ 2.914231] dump_stack+0xb8/0xf0 [2024-05-23 14:32:06.866] [ 2.914237] ___might_sleep+0x178/0x210 [2024-05-23 14:32:06.866] [ 2.914240] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:06.889] [ 2.914245] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:06.904] [ 2.914251] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:06.904] [ 2.914258] gic_set_type+0x84/0x98 [2024-05-23 14:32:06.904] [ 2.914263] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:06.904] [ 2.914267] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:06.904] [ 2.914272] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:06.904] [ 2.914278] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:32:06.906] [ 2.914283] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:32:06.906] [ 2.914287] kbase_device_init+0x78/0xf8 [2024-05-23 14:32:06.906] [ 2.914293] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:32:06.931] [ 2.914298] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:06.931] [ 2.914303] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:06.931] [ 2.914308] __driver_attach+0xfc/0x118 [2024-05-23 14:32:06.931] [ 2.914312] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:06.931] [ 2.914317] driver_attach+0x20/0x28 [2024-05-23 14:32:06.931] [ 2.914322] bus_add_driver+0x220/0x268 [2024-05-23 14:32:06.948] [ 2.914327] driver_register+0x60/0xf8 [2024-05-23 14:32:06.960] [ 2.914331] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:06.960] [ 2.914338] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:32:06.960] [ 2.914342] do_one_initcall+0x50/0x15c [2024-05-23 14:32:06.960] [ 2.914349] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:32:06.962] [ 2.914355] kernel_init+0x10/0x100 [2024-05-23 14:32:06.962] [ 2.914359] ret_from_fork+0x10/0x18 [2024-05-23 14:32:06.962] [ 2.916405] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:32:06.987] [ 3.171159] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:32:06.987] [ 3.177900] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:32:06.989] [ 3.191907] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:32:07.003] [ 3.199028] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:32:07.029] [ 3.211109] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:32:07.031] [ 3.217327] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:32:07.031] [ 3.221710] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:32:07.031] [ 3.229292] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:32:07.080] [ 3.276275] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:32:07.098] [ 3.286035] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:32:07.100] [ 3.293928] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:32:07.125] [ 3.306298] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:32:07.129] [ 3.311673] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:32:07.129] [ 3.322746] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:32:07.131] [ 3.331735] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:32:07.156] [ 3.351923] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:32:07.188] [ 3.363445] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:32:07.188] [ 3.364225] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:32:07.188] [ 3.367964] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:32:07.200] [ 3.368757] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:32:07.200] [ 3.369356] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:32:07.203] [ 3.370471] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:32:07.203] [ 3.380236] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:32:07.226] [ 3.380263] GPT:15269887 !=3D 15273599 [2024-05-23 14:32:07.227] [ 3.380271] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:32:07.227] [ 3.380278] GPT:15269887 !=3D 15273599 [2024-05-23 14:32:07.227] [ 3.380286] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:32:07.227] [ 3.380398] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:32:07.252] [ 3.442558] libphy: Fixed MDIO Bus: probed [2024-05-23 14:32:07.253] [ 3.447511] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:32:07.258] [ 3.460633] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:32:07.270] [ 3.465164] [INFO][GAMC] gmac index : 1 [2024-05-23 14:32:07.270] [ 3.469603] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:32:07.284] [ 3.474769] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:32:07.298] [ 3.480783] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:32:07.298] [ 3.485174] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:32:07.301] [ 3.493549] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:32:07.324] [ 3.507448] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:32:07.326] [ 3.513288] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:07.326] [ 3.513300] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:32:07.326] [ 3.513306] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:32:07.328] [ 3.513318] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:07.355] [ 3.513330] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:32:07.355] [ 3.542090] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:32:07.356] [ 3.558206] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:32:07.370] [ 3.564862] usbhid: USB HID core driver [2024-05-23 14:32:07.370] [ 3.569067] optee: probing for conduit = method from DT. [2024-05-23 14:32:07.397] [ 3.574250] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:32:07.397] [ 3.576275] optee: initialized driver [2024-05-23 14:32:07.397] [ 3.585791] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:32:07.399] [ 3.591505] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:32:07.399] [ 3.596674] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:32:07.419] [ 3.601841] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:32:07.431] [ 3.607669] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:32:07.431] [ 3.613443] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:32:07.431] [ 3.619306] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:32:07.433] [ 3.625775] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:32:07.433] [ 3.633327] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:32:07.458] [ 3.641276] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:32:07.458] [ 3.654961] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:32:07.482] [ 3.662955] NET: Registered protocol family = 17 [2024-05-23 14:32:07.484] [ 3.668013] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:32:07.484] [ 3.686029] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:32:07.654] [ 3.854311] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:07.659] [ 3.854358] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:32:07.674] [ 3.870070] ALSA device list: [2024-05-23 14:32:07.674] [ 3.873064] No soundcards found. [2024-05-23 14:32:07.700] [ 3.878926] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:32:07.700] [ 3.899905] Freeing unused kernel memory: = 4160K [2024-05-23 14:32:07.721] Mounting devtmpfs [2024-05-23 14:32:07.721] [ 3.914956] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:32:07.721] Mounting procfs [2024-05-23 14:32:07.725] [ 3.927138] mount (91) used greatest stack = depth: 12992 bytes left [2024-05-23 14:32:07.737] Mounting sysfs [2024-05-23 14:32:07.739] [ 3.940842] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:32:07.766] [ 3.967761] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:32:07.808] [ 4.010064] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:32:07.824] [ 4.018900] mount (97) used greatest stack = depth: 11136 bytes left [2024-05-23 14:32:08.079] [ 4.280731] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:32:08.176] [ 4.378431] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:32:08.206] [ 4.405737] systemd[1]: Detected = architecture arm64. [2024-05-23 14:32:08.248]=20 [2024-05-23 14:32:08.250] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:32:08.261]=20 [2024-05-23 14:32:08.269] [ 4.469275] systemd[1]: Set hostname to = . [2024-05-23 14:32:08.286] [ 4.481411] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:32:08.301] [ 4.490564] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:32:08.532] [ 4.733545] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:32:08.556] [ 4.750656] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:32:08.591] [ 4.794182] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:32:08.604] [ 4.806292] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:32:08.796] [ 4.995296] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:32:08.868] [ OK ] Listening on Syslog Socket. [2024-05-23 14:32:08.890] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:32:08.902] [ OK ] Reached target Swap. [2024-05-23 14:32:08.933] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:32:08.950] [ OK ] Reached target Remote File Systems. [2024-05-23 14:32:08.966] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:32:08.982] [ OK ] Listening on Journal Socket. [2024-05-23 14:32:09.013] Mounting FUSE Control File System... [2024-05-23 14:32:09.050] Starting mount data partition = service... [2024-05-23 14:32:09.081] Mounting Kernel Debug File System... [2024-05-23 14:32:09.111] Mounting POSIX Message Queue File = System... [2024-05-23 14:32:09.149] Mounting Configuration File System... [2024-05-23 14:32:09.183] Starting Apply Kernel Variables... [2024-05-23 14:32:09.206] [ OK ] Listening on udev Control Socket.[ = 5.405548] EXT4-fs (mmcblk0p18): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:32:09.234]=20 [2024-05-23 14:32:09.237] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:32:09.267] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:32:09.285] [ OK ] Created slice system-getty.slice. [2024-05-23 14:32:09.303] [ OK ] Reached target Paths. [2024-05-23 14:32:09.346] [ 5.547444] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:32:09.357] Starting udev Coldplug all Devices... [2024-05-23 14:32:09.383] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:32:09.414] Mounting Huge Pages File System... [2024-05-23 14:32:09.434] [ OK ] Created slice User and Session Slice. [2024-05-23 14:32:09.450] [ OK ] Reached target Slices. [2024-05-23 14:32:09.467] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:32:09.500] Starting Journal Service... [2024-05-23 14:32:09.550] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:32:09.581] [ OK ] Started mount data partition service. [2024-05-23 14:32:09.601] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:32:09.634] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:32:09.644] [ OK ] Mounted Configuration File System. [2024-05-23 14:32:09.667] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:32:09.708] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:32:09.733] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:32:09.751] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:32:09.810] Starting udev Kernel Device = Manager... [2024-05-23 14:32:09.833] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:32:09.858] Mounting /var/volatile... [2024-05-23 14:32:09.892] Mounting /tmp... [2024-05-23 14:32:09.903] [ OK ] Reached target Containers. [2024-05-23 14:32:09.934] Starting NS file System mount and = recovery.... [2024-05-23 14:32:09.962] [ OK ] Started Journal Service. [2024-05-23 14:32:09.988] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:32:10.027] [ OK ] Mounted /var/volatile. [2024-05-23 14:32:10.050] [ OK ] Mounted /tmp. [2024-05-23 14:32:10.072] [ 6.273427] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:10.132] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:32:10.162] [ 6.360758] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:10.253] [ 6.452795] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:10.326] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:32:10.356] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:32:10.547] Starting Bind mount volatile = /var/lib... [2024-05-23 14:32:10.581] Starting Bind mount volatile = /var/cache... [2024-05-23 14:32:10.605] Starting Bind mount volatile = /var/spool... [2024-05-23 14:32:10.641] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:32:10.701] [ 6.901798] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:32:10.754] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:32:10.860] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:32:10.891] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:32:10.919] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:32:10.952] [ OK ] Reached target Local File Systems. [2024-05-23 14:32:10.985] Starting netfilter persistent = configuration... [2024-05-23 14:32:11.016] Starting AppArmor initialization... [2024-05-23 14:32:11.046] Starting Load/Save Random Seed... [2024-05-23 14:32:11.077] Starting Create Volatile Files and = Directories... [2024-05-23 14:32:11.112] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:32:11.216] [ 7.418516] audit: type=3D1400 = audit(1550139121.132:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:32:11.244] [ 7.443180] audit: type=3D1400 = audit(1550139121.144:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:32:11.270] [ 7.459089] audit: type=3D1400 = audit(1550139121.144:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:32:11.295] [ 7.474906] audit: type=3D1400 = audit(1550139121.144:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:32:11.300] [ 7.490459] audit: type=3D1400 = audit(1550139121.144:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:32:11.325] [ 7.506461] audit: type=3D1400 = audit(1550139121.144:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:32:11.325] [ 7.522966] audit: type=3D1400 = audit(1550139121.144:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:32:11.339] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:32:11.369] [ OK ] Started AppArmor initialization. [2024-05-23 14:32:11.395] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:32:11.430] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:32:11.453] [ OK ] Reached target Network (Pre). [2024-05-23 14:32:11.478] Starting Network Service... [2024-05-23 14:32:11.522] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:32:11.553] [ OK ] Reached target System Initialization. [2024-05-23 14:32:11.562] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:32:11.577] [ OK ] Reached target Timers. [2024-05-23 14:32:11.593] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:32:11.620] [ OK ] Reached target Sockets. [2024-05-23 14:32:11.636] [ OK ] Reached target Basic System. [2024-05-23 14:32:11.657] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:32:11.686] [ 7.888202] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:32:11.702] Starting Login Service... [2024-05-23 14:32:11.719] [ 7.918627] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:32:11.722] [ 7.923221] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:32:11.738] [ 7.928100] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:32:11.738] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:32:11.785] Starting Load Kernel Modules... [2024-05-23 14:32:11.828] [ OK ] Started Kernel Logging Service. [2024-05-23 14:32:11.865] [ OK ] Started System Logging Service. [2024-05-23 14:32:11.895] [ 8.096021] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:32:11.902] [ 8.103251] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:32:11.918] [ 8.110658] irq event stamp: 213834 [2024-05-23 14:32:11.918] [[ 8.110661] Disabling lock debugging due = to kernel taint [2024-05-23 14:32:11.920] [ 8.110676] hardirqs last enabled at = (213833): [<000000004b16a0a9>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:11.946] OK [ 8.110685] hardirqs last disabled at = (213834): [<0000000026956fa0>] _raw_spin_lock_irq+0x20/0xa8 [2024-05-23 14:32:11.946] [ 8.110693] softirqs last enabled at (0): = [<00000000d61f780b>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:11.948] ] [ 8.110696] softirqs last disabled at = (0): [< (null)>] (null) [2024-05-23 14:32:11.973] [ 8.155645] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:32:11.973] Started TEE-based HSM Se[ 8.155654] = [INFO][GMAC] MDIO bus priv->pbl 8=20 [2024-05-23 14:32:11.973] rvice. [2024-05-23 14:32:11.973] [ 8.155662] [INFO][GMAC]=20 [2024-05-23 14:32:11.973] [ 8.170187] libphy: tcc-gmac-mdio: probed [2024-05-23 14:32:11.987] [ 8.176843] [INFO][GMAC] registered! [2024-05-23 14:32:11.987] [ 8.180436] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:32:11.987] [ 8.185249] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:32:12.010] [ OK ] Started NS VSync Process. [2024-05-23 14:32:12.026] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:32:12.067] [ 8.269240] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:32:12.073] Start /usr/bin/sys-fail-mon [2024-05-23 14:32:12.100] [ 8.286375] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:32:12.102] [ 8.297309] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:32:12.104] [ 8.297309] -- MASTER Configuration. [2024-05-23 14:32:12.117] [ 8.297309] -- Local Receiver Status Not = OK. [2024-05-23 14:32:12.117] [ 8.297309] -- Remote Receiver Status Not = OK. [2024-05-23 14:32:12.117] [ 8.304292] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:32:12.133] [ 8.305278] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:12.133] [[ 8.305282] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:32:12.149] [ 8.305285] INFO: lockdep is turned off. [2024-05-23 14:32:12.149] OK [ 8.305287] irq event stamp: 24285 [2024-05-23 14:32:12.149] [ 8.305302] hardirqs last enabled at = (24285): [<000000004b16a0a9>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:12.164] ] [ 8.305306] hardirqs last disabled at = (24284): [<00000000b8c07d0d>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:12.178] Started NS System Manage[ 8.305314] = softirqs last enabled at (0): [<00000000d61f780b>] = copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:12.180] ment Process. [2024-05-23 14:32:12.204] [ 8.305316] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:12.216] [ 8.305318] Preemption disabled at: [2024-05-23 14:32:12.216] [ 8.305326] [<00000000cab4ce5e>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:12.216] [ 8.305335] CPU: 2 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:32:12.219] [ 8.305337] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:12.219] [ 8.305339] Call trace: [2024-05-23 14:32:12.219] [ 8.305344] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:12.219] [ 8.305348] show_stack+0x14/0x20 [2024-05-23 14:32:12.245] [ 8.305352] dump_stack+0xb8/0xf0 [2024-05-23 14:32:12.245] [ 8.305356] ___might_sleep+0x178/0x210 [2024-05-23 14:32:12.245] [ 8.305359] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:12.245] [ 8.305366] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:12.245] [ 8.305370] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:12.245] [ 8.305377] gic_set_type+0x84/0x98 [2024-05-23 14:32:12.247] [ 8.305381] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:12.270] [ 8.305385] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:12.274] [ 8.305388] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:12.274] [ 8.305417] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:32:12.274] [ 8.305434] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:32:12.274] [ 8.305440] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:12.274] [ 8.305445] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:12.297] [ 8.305448] __driver_attach+0xfc/0x118 [2024-05-23 14:32:12.297] [ 8.305452] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:12.299] [ 8.305456] driver_attach+0x20/0x28 [2024-05-23 14:32:12.299] [ 8.305459] bus_add_driver+0x220/0x268 [2024-05-23 14:32:12.299] [ 8.305463] driver_register+0x60/0xf8 [2024-05-23 14:32:12.299] [ 8.305465] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:12.299] [ 8.305484] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:32:12.321] [ 8.305488] do_one_initcall+0x50/0x15c [2024-05-23 14:32:12.334] [ 8.305492] do_init_module+0x54/0x1b0 [2024-05-23 14:32:12.334] [ 8.305495] load_module+0x1e70/0x2428 [2024-05-23 14:32:12.334] [ 8.305498] SyS_finit_module+0xe4/0x118 [2024-05-23 14:32:12.334] [ 8.305501] el0_svc_naked+0x34/0x38 [2024-05-23 14:32:12.334] [ 8.313348] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:32:12.336] [ 8.316269] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:32:12.336] [ 8.318010] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:32:12.336] [ 8.320199] Done!! [2024-05-23 14:32:12.336] [ 8.382104] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:32:12.356] [ 8.384256] Done!! [2024-05-23 14:32:12.356] [ 8.474085] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:32:12.356] [ 8.476344] Done!! [2024-05-23 14:32:12.356] [ 8.554590] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:32:12.370] [ 8.560444] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:32:12.370] [ 8.563922] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:32:12.372] [ 8.568229] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:32:12.397] [ 8.568235] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:32:12.397] Starting NS Inter Domain[ 8.568240] = [INFO][GMAC] tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:32:12.397] [ 8.568240] =20 [2024-05-23 14:32:12.397] Comm Process...[ 8.568555] [INFO][GMAC] = --] init_rx_desc: : done [2024-05-23 14:32:12.414] [ 8.568755] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:32:12.414] [ 8.568758] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:32:12.414]=20 [2024-05-23 14:32:12.414] [ 8.568762] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:32:12.428] [ 8.568762] =20 [2024-05-23 14:32:12.430] [ 8.568912] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:32:12.430] [ 8.568927] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:32:12.430] [ 8.568931] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:32:12.459] [ 8.568935] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:32:12.459] [ 8.568942] [INFO][GMAC] --] phy_start: : [2024-05-23 14:32:12.459] [ 8.569007] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:32:12.459] [ OK ] Started Network Service. [2024-05-23 14:32:12.459] [ OK ] Started 8.656805] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:32:12.472] 9mLoad Kernel Modules. [2024-05-23 14:32:12.474] [ 8.664131] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:32:12.497] [ 8.675612] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:12.504] [ 8.681048] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:32:12.504] [ 8.689420] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:32:12.504] [ 8.696713] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:12.531] [ 8.709322] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:32:12.531] [ 8.715017] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:32:12.531] [ OK ] Reached target[ 8.724621] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:32:12.545] Network. [2024-05-23 14:32:12.550] [ 8.735074] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:32:12.550] Starting Permit [ 8.744118] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:12.576] User Sessions... [2024-05-23 14:32:12.576] Starting udev Coldplug all Devices... [2024-05-23 14:32:12.576] Starting Wait for Network to be = Configured... [2024-05-23 14:32:12.604] [ 8.783709] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:12.604] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:32:12.606] [ OK ] Started Permit User Sessions. [2024-05-23 14:32:12.623] [ OK ] Started Getty on tty1. [2024-05-23 14:32:12.625] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:32:12.625] [ OK ] Reached target Login Prompts. [2024-05-23 14:32:12.640] [ OK ] Started Cluster Framework. [2024-05-23 14:32:12.654] parents, child is 320 [2024-05-23 14:32:12.654] [ OK ] Started HUD Framework. [2024-05-23 14:32:12.654] [IDC]Start. [2024-05-23 14:32:12.656] [ 8.846643] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:32:12.656] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:32:12.684] [IDC](A7)ConnectReq 0 [2024-05-23 14:32:12.684] [IDC](A7)do_connect 0 [2024-05-23 14:32:12.684] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:32:12.684] [IDC](A7)Tx start session req 1 [2024-05-23 14:32:12.684] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:32:12.684] [IDC](R5)ConnectReq 0 [2024-05-23 14:32:12.684] [IDC](R5)do_connect 0 [2024-05-23 14:32:12.684] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:32:12.684] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:32:12.718] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:32:12.742] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:32:12.742] [ OK ] Started NS ethernet phy control = applicati[ 8.895744] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:32:12.742] on. [2024-05-23 14:32:12.742] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:32:12.742] [IDC](A7)Session connected. [2024-05-23 14:32:12.742] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:32:12.742] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:32:12.742] [IDC](R5)Session connected.2 [2024-05-23 14:32:12.742] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:32:12.756] [ OK ] Started Nvm Process. [2024-05-23 14:32:12.810] [ 9.011738] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:12.853] [ OK ] Started NS hsm control application. [2024-05-23 14:32:12.875] [ 9.075433] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:32:12.924] [ 9.124179] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:13.005] [ OK ] Started Diagnosis Framework. [2024-05-23 14:32:13.065] [ 9.267230] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:13.153] [ OK ] Started Diagnosis Transport. [2024-05-23 14:32:13.165] [ OK ] Started NS Software Update. [2024-05-23 14:32:13.190] [ OK ] Started NS Secondary Verify. [2024-05-23 14:32:13.192] [ 9.379692] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:13.274] [ OK ] Started Login Service. [2024-05-23 14:32:13.279] [ OK ] Reached target Multi-User System. [2024-05-23 14:32:13.293] [ 9.491710] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:13.327] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:32:13.354] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:32:13.399] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:32:13.406] [ 9.606042] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:13.445] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:32:13.531] [ 9.719760] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:13.841] [ 10.040858] sched: RT throttling activated [2024-05-23 14:32:13.899] [ 10.088273] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:32:13.922] [ 10.088298] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:32:14.795] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:32:14.849] [ 11.039517] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:32:14.858] [ 11.039527] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:32:18.977]=20 [2024-05-23 14:32:18.977] telechips-nsp1-release login:=20 [2024-05-23 14:32:23.159]=20 [2024-05-23 14:32:23.159] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:32:23.172]=20 [2024-05-23 14:32:23.172] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:32:23.198] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:32:23.198] DRAM: 2 GiB [2024-05-23 14:32:23.223] MMC: sdhc@0x16440000: 0 [2024-05-23 14:32:23.488]=20 [2024-05-23 14:32:23.488] HW Partition tyep is UserData [2024-05-23 14:32:23.509] In: serial [2024-05-23 14:32:23.514] Out: serial [2024-05-23 14:32:23.514] Err: serial [2024-05-23 14:32:23.564] Boot in the UserData environment(0) [2024-05-23 14:32:23.571] Non-secure boot (secure boot flag is clear) [2024-05-23 14:32:23.573] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:32:23.598] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:32:23.598] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:32:23.598] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:32:23.598] Booting using the fdt blob at 0x23000000 [2024-05-23 14:32:23.598] Loading Kernel Image [2024-05-23 14:32:23.611] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:32:23.614] OPTEE is enabled [2024-05-23 14:32:23.626]=20 [2024-05-23 14:32:23.626] Starting kernel ... [2024-05-23 14:32:23.628]=20 [2024-05-23 14:32:24.551] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:32:24.553] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:32:24.567] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:32:24.583] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:32:24.583] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:32:24.583] [ 0.000000] efi: UEFI not found. [2024-05-23 14:32:24.596] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:32:24.609] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:32:24.610] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:32:24.610] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:32:24.635] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:32:24.635] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:32:24.635] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:32:24.651] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:32:24.651] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:32:24.669] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:32:24.669] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:32:24.686] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:32:24.686] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:32:24.701] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:32:24.701] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:32:24.716] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:32:24.716] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:32:24.731] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:32:24.731] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:32:24.747] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:32:24.747] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:32:24.762] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:32:24.762] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:32:24.777] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:32:24.777] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:32:24.778] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:32:24.805] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:32:24.805] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:32:24.805] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:32:24.805] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:32:24.808] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:32:24.838] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:32:24.838] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:32:24.838] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:32:24.838] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:32:24.840] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:32:24.864] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:32:24.866] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:32:24.891] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:32:24.891] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:32:24.891] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:32:24.919] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:32:24.919] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:32:24.932] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:32:24.932] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:32:24.934] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:32:24.934] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:32:24.958] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:32:24.958] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:32:24.958] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:32:24.975] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:32:24.975] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:32:24.989] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:32:24.989] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:32:25.004] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:32:25.004] [ 0.000000] Running RCU self tests [2024-05-23 14:32:25.004] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:32:25.018] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:32:25.018] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:32:25.018] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:32:25.033] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:32:25.033] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:32:25.035] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:32:25.062] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:32:25.062] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:32:25.062] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:32:25.062] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:32:25.077] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:32:25.077] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:32:25.093] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:32:25.093] [ 0.001464] Console: colour dummy device = 80x25 [2024-05-23 14:32:25.093] [ 0.001706] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:32:25.108] [ 0.001710] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:32:25.108] [ 0.001712] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:32:25.108] [ 0.001715] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:32:25.123] [ 0.001718] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:32:25.123] [ 0.001720] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:32:25.123] [ 0.001723] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:32:25.137] [ 0.001725] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:32:25.149] [ 0.001728] memory used by lock dependency = info: 7903 kB [2024-05-23 14:32:25.149] [ 0.001731] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:32:25.163] [ 0.001771] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:32:25.167] [ 0.001778] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:32:25.167] [ 0.002279] Security Framework initialized [2024-05-23 14:32:25.167] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:32:25.167] [ 0.002648] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:32:25.189] [ 0.002670] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:32:25.189] [ 0.019958] ASID allocator initialised with = 32768 entries [2024-05-23 14:32:25.189] [ 0.035857] Hierarchical SRCU = implementation. [2024-05-23 14:32:25.189] [ 0.062281] EFI services will not be = available. [2024-05-23 14:32:25.204] [ 0.076124] smp: Bringing up secondary CPUs = ... [2024-05-23 14:32:25.217] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:32:25.217] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:32:25.231] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:32:25.231] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:32:25.231] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:32:25.232] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:32:25.232] [ 0.209707] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:32:25.232] [ 0.209747] SMP: Total of 4 processors = activated. [2024-05-23 14:32:25.255] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:32:25.258] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:32:25.258] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:32:25.258] [ 0.210520] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:32:25.258] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:32:25.258] [ 0.213700] devtmpfs: initialized [2024-05-23 14:32:25.281] [ 0.403031] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:32:25.293] [ 0.403298] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:32:25.293] [ 0.411805] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:32:25.293] [ 0.412705] chipinfo: TCC8030 Rev02 [2024-05-23 14:32:25.295] [ 0.412721] chipinfo: SiP Service v0.1.56 [2024-05-23 14:32:25.295] [ 0.418091] NET: Registered protocol family = 16 [2024-05-23 14:32:25.295] [ 0.422084] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:32:25.331] [ 0.424170] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:32:25.331] [ 0.425843] cpuidle: using governor menu [2024-05-23 14:32:25.331] [ 0.426089] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:32:25.331] [ 0.440316] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:32:25.333] [ 0.440813] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:32:25.333] [ 0.440860] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:32:25.333] [ 0.440904] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:32:25.360] [ 0.440948] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:32:25.360] [ 0.440992] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:32:25.360] [ 0.441035] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:32:25.360] [ 0.441078] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:32:25.360] [ 0.441122] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:32:25.362] [ 0.441165] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:32:25.398] [ 0.441209] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:32:25.398] [ 0.441252] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:32:25.398] [ 0.441296] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:32:25.398] [ 0.441340] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:32:25.398] [ 0.441383] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:32:25.400] [ 0.441426] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:32:25.400] [ 0.441469] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:32:25.400] [ 0.441524] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:32:25.424] [ 0.441568] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:32:25.424] [ 0.441950] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:32:25.424] [ 0.441994] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:32:25.424] [ 0.442038] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:32:25.424] [ 0.442081] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:32:25.438] [ 0.442124] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:32:25.438] [ 0.442168] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:32:25.440] [ 0.442211] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:32:25.464] [ 0.442254] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:32:25.464] [ 0.442297] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:32:25.464] [ 0.442340] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:32:25.464] [ 0.442383] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:32:25.466] [ 0.442524] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:32:25.490] [ 0.442769] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:32:25.490] [ 0.442813] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:32:25.490] [ 0.442872] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:32:25.490] [ 0.442916] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:32:25.492] [ 0.442959] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:32:25.515] [ 0.443003] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:32:25.515] [ 0.443046] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:32:25.515] [ 0.443250] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:32:25.515] [ 0.443294] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:32:25.517] [ 0.443337] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:32:25.542] [ 0.443380] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:32:25.542] [ 0.443423] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:32:25.542] [ 0.443466] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:32:25.542] [ 0.443509] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:32:25.542] [ 0.443552] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:32:25.557] [ 0.443596] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:32:25.557] [ 0.443639] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:32:25.557] [ 0.443682] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:32:25.571] [ 0.443738] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:32:25.571] [ 0.443782] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:32:25.571] [ 0.443825] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:32:25.587] [ 0.444360] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:32:25.587] [ 0.444405] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:32:25.600] [ 0.444574] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:32:25.602] [ 0.444743] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:32:25.602] [ 0.444910] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:32:25.602] [ 0.445091] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:32:25.617] [ 0.445261] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:32:25.617] [ 0.445306] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:32:25.617] [ 0.445349] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:32:25.633] [ 0.445515] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:32:25.633] [ 0.445680] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:32:25.635] [ 0.445850] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:32:25.659] [ 0.445895] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:32:25.659] [ 0.445939] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:32:25.659] [ 0.445983] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:32:25.659] [ 0.446026] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:32:25.661] [ 0.446216] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:32:25.686] [ 0.446260] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:32:25.686] [ 0.446588] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:32:25.686] [ 0.446605] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:32:25.686] [ 0.529166] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:32:25.699] [ 0.529257] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:32:25.701] [ 1.676168] console [ttyAMA0] enabled [2024-05-23 14:32:25.721] [ 1.683997] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:32:25.738] [ 1.713033] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:32:25.741] [ 1.723415] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:32:25.755] [ 1.734009] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:32:25.771] [ 1.744264] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:32:25.862] [ 1.844221] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:32:25.884] [ 1.860679] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:32:25.886] [ 1.867590] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:32:25.904] [ 1.874355] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:32:25.904] [ 1.880723] Linux video capture interface: = v2.00 [2024-05-23 14:32:25.938] [ 1.886477] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:25.938] [ 1.886481] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:32:25.938] [ 1.886485] 6 locks held by swapper/0/1: [2024-05-23 14:32:25.941] [ 1.886488] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:32:25.941] [ 1.886515] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:32:25.962] [ 1.886530] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:32:25.962] [ 1.886548] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:25.977] [ 1.886563] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:32:25.990] [ 1.886579] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:25.992] [ 1.886597] irq event stamp: 288068 [2024-05-23 14:32:25.992] [ 1.886602] hardirqs last enabled at = (288067): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:26.019] [ 1.886607] hardirqs last disabled at = (288068): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:26.019] [ 1.886614] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:26.019] [ 1.886618] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:26.032] [ 1.886621] Preemption disabled at: [2024-05-23 14:32:26.042] [ 1.886626] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:26.042] [ 1.886635] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:32:26.044] [ 1.886638] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:26.044] [ 1.886641] Call trace: [2024-05-23 14:32:26.067] [ 1.886647] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:26.069] [ 1.886652] show_stack+0x14/0x20 [2024-05-23 14:32:26.069] [ 1.886657] dump_stack+0xb8/0xf0 [2024-05-23 14:32:26.069] [ 1.886663] ___might_sleep+0x178/0x210 [2024-05-23 14:32:26.069] [ 1.886666] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:26.069] [ 1.886671] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:26.069] [ 1.886677] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:26.097] [ 1.886685] gic_set_type+0x84/0x98 [2024-05-23 14:32:26.097] [ 1.886690] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:26.097] [ 1.886694] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:26.097] [ 1.886699] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:26.097] [ 1.886704] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:32:26.097] [ 1.886711] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:32:26.097] [ 1.886715] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:26.100] [ 1.886720] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:26.125] [ 1.886725] __driver_attach+0xfc/0x118 [2024-05-23 14:32:26.125] [ 1.886730] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:26.125] [ 1.886735] driver_attach+0x20/0x28 [2024-05-23 14:32:26.125] [ 1.886740] bus_add_driver+0x220/0x268 [2024-05-23 14:32:26.125] [ 1.886745] driver_register+0x60/0xf8 [2024-05-23 14:32:26.125] [ 1.886749] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:26.138] [ 1.886756] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:32:26.151] [ 1.886761] do_one_initcall+0x50/0x15c [2024-05-23 14:32:26.151] [ 1.886768] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:32:26.151] [ 1.886774] kernel_init+0x10/0x100 [2024-05-23 14:32:26.154] [ 1.886778] ret_from_fork+0x10/0x18 [2024-05-23 14:32:26.154] [ 1.892638] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:32:26.178] [ 2.139973] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:32:26.180] [ 2.153430] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:32:26.180] [ 2.160501] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:32:26.186] [ 2.165102] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:32:26.213] [ 2.169904] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:32:26.213] [ 2.174707] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:32:26.213] [ 2.179262] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:32:26.251] [ 2.233518] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:32:26.264] [ 2.246095] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:26.282] [ 2.264357] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:26.298] [ 2.279759] NET: Registered protocol family = 2 [2024-05-23 14:32:26.312] [ 2.287063] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:32:26.314] [ 2.294678] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:32:26.339] [ 2.305985] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:32:26.339] [ 2.313335] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:32:26.341] [ 2.320180] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:32:26.355] [ 2.328584] NET: Registered protocol family = 1 [2024-05-23 14:32:26.456] [ 2.436285] audit: initializing netlink = subsys (disabled) [2024-05-23 14:32:26.462] [ 2.442515] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:32:26.475] [ 2.443142] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:32:26.545] [ 2.525551] fuse init (API version 7.26) [2024-05-23 14:32:26.568] [ 2.539695] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:32:26.570] [ 2.549699] io scheduler noop registered = (default) [2024-05-23 14:32:26.585] [ 2.554542] io scheduler mq-deadline = registered [2024-05-23 14:32:26.585] [ 2.559105] io scheduler kyber registered [2024-05-23 14:32:26.601] [ 2.569947] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:26.602] [ 2.577043] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:26.602] [ 2.583253] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:32:26.622] [ 2.590864] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:26.672] [ 2.653327] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:26.681] [ 2.661142] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:26.690] [ 2.666023] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:32:26.690] [ 2.671451] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:26.707] [ 2.672223] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:26.707] [ 2.682978] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:26.709] [ 2.689187] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:32:26.733] [ 2.696743] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:26.739] [ 2.720990] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:26.752] [ 2.727792] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:26.752] [ 2.732473] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:32:26.768] [ 2.737899] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:26.768] [ 2.738461] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:26.768] [ 2.749214] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:26.784] [ 2.755422] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:32:26.784] [ 2.763058] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:26.851] [ 2.829388] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:26.856] [ 2.836318] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:26.870] [ 2.840934] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:32:26.885] [ 2.846361] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:26.886] [ 2.856647] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:32:26.886] [ 2.866316] [INF][WDMA] tcc_wdma_init [2024-05-23 14:32:26.923] [ 2.871109] TCC WDMA Driver Initializing [2024-05-23 14:32:26.923] [ 2.878083] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:32:26.932] [ 2.884291] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:32:26.932] [ 2.894764] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:26.936] [ 2.907409] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:32:26.955] [ 2.916878] [CPU_ID] probe is done [2024-05-23 14:32:26.955] [ 2.920623] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:32:26.965] [ 2.927291] [DRAM_TOOL] probe is done [2024-05-23 14:32:26.965] [ 2.934709] MALI-G51 : r30p0-01eac0 [2024-05-23 14:32:26.965] [ 2.938237] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:32:26.992] [ 2.948047] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:26.995] [ 2.948052] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:32:26.995] [ 2.948057] 6 locks held by swapper/0/1: [2024-05-23 14:32:26.995] [ 2.948059] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:32:26.998] [ 2.948086] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:32:27.022] [ 2.948102] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:32:27.022] [ 2.948120] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:27.022] [ 2.948135] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:32:27.037] [ 2.948151] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:27.051] [ 2.948170] irq event stamp: 453880 [2024-05-23 14:32:27.063] [ 2.948176] hardirqs last enabled at = (453879): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:27.063] [ 2.948181] hardirqs last disabled at = (453880): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:27.065] [ 2.948189] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:27.090] [ 2.948192] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:27.090] [ 2.948195] Preemption disabled at: [2024-05-23 14:32:27.090] [ 2.948200] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:27.090] [ 2.948210] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:32:27.105] [ 2.948212] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:27.105] [ 2.948216] Call trace: [2024-05-23 14:32:27.105] [ 2.948222] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:27.119] [ 2.948227] show_stack+0x14/0x20 [2024-05-23 14:32:27.119] [ 2.948232] dump_stack+0xb8/0xf0 [2024-05-23 14:32:27.119] [ 2.948238] ___might_sleep+0x178/0x210 [2024-05-23 14:32:27.119] [ 2.948242] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:27.121] [ 2.948247] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:27.145] [ 2.948253] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:27.145] [ 2.948260] gic_set_type+0x84/0x98 [2024-05-23 14:32:27.145] [ 2.948265] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:27.145] [ 2.948269] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:27.145] [ 2.948274] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:27.145] [ 2.948280] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:32:27.161] [ 2.948286] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:32:27.161] [ 2.948290] kbase_device_init+0x78/0xf8 [2024-05-23 14:32:27.161] [ 2.948296] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:32:27.164] [ 2.948301] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:27.189] [ 2.948306] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:27.189] [ 2.948311] __driver_attach+0xfc/0x118 [2024-05-23 14:32:27.189] [ 2.948316] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:27.189] [ 2.948321] driver_attach+0x20/0x28 [2024-05-23 14:32:27.189] [ 2.948325] bus_add_driver+0x220/0x268 [2024-05-23 14:32:27.189] [ 2.948330] driver_register+0x60/0xf8 [2024-05-23 14:32:27.201] [ 2.948334] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:27.203] [ 2.948342] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:32:27.203] [ 2.948347] do_one_initcall+0x50/0x15c [2024-05-23 14:32:27.226] [ 2.948354] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:32:27.238] [ 2.948360] kernel_init+0x10/0x100 [2024-05-23 14:32:27.238] [ 2.948364] ret_from_fork+0x10/0x18 [2024-05-23 14:32:27.238] [ 2.950013] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:32:27.238] [ 3.204990] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:32:27.251] [ 3.211729] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:32:27.253] [ 3.225973] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:32:27.253] [ 3.233251] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:32:27.275] [ 3.245513] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:32:27.275] [ 3.251731] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:32:27.275] [ 3.256113] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:32:27.292] [ 3.263680] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:32:27.331] [ 3.312685] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:32:27.350] [ 3.323745] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:32:27.351] [ 3.331639] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:32:27.367] [ 3.344134] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:32:27.368] [ 3.349414] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:32:27.396] [ 3.360487] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:32:27.396] [ 3.369355] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:32:27.430] [ 3.388112] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:32:27.432] [ 3.403460] libphy: Fixed MDIO Bus: probed [2024-05-23 14:32:27.432] [ 3.408512] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:32:27.440] [ 3.421560] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:32:27.453] [ 3.426088] [INFO][GAMC] gmac index : 1 [2024-05-23 14:32:27.453] [ 3.430544] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:32:27.455] [ 3.435712] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:32:27.481] [ 3.439756] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:32:27.481] [ 3.441127] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:32:27.481] [ 3.444830] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:32:27.481] [ 3.445547] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:32:27.483] [ 3.446165] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:32:27.510] [ 3.447840] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:32:27.510] [ 3.458298] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:32:27.510] [ 3.458327] GPT:15269887 !=3D 15273599 [2024-05-23 14:32:27.510] [ 3.458334] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:32:27.522] [ 3.458342] GPT:15269887 !=3D 15273599 [2024-05-23 14:32:27.536] [ 3.458349] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:32:27.536] [ 3.458465] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:32:27.550] [ 3.517290] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:32:27.556] [ 3.521687] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:32:27.556] [ 3.530187] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:32:27.580] [ 3.544373] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:32:27.583] [ 3.550251] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:27.583] [ 3.550263] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:32:27.583] [ 3.550270] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:32:27.597] [ 3.550282] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:27.611] [ 3.550294] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:32:27.611] [ 3.579048] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:32:27.628] [ 3.594925] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:32:27.628] [ 3.601580] usbhid: USB HID core driver [2024-05-23 14:32:27.628] [ 3.605788] optee: probing for conduit = method from DT. [2024-05-23 14:32:27.650] [ 3.610968] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:32:27.650] [ 3.612993] optee: initialized driver [2024-05-23 14:32:27.650] [ 3.622492] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:32:27.650] [ 3.628291] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:32:27.672] [ 3.633460] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:32:27.672] [ 3.638627] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:32:27.672] [ 3.644402] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:32:27.672] [ 3.650177] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:32:27.683] [ 3.656039] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:32:27.683] [ 3.662508] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:32:27.704] [ 3.669984] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:32:27.704] [ 3.677933] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:32:27.719] [ 3.691709] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:32:27.721] [ 3.699709] NET: Registered protocol family = 17 [2024-05-23 14:32:27.734] [ 3.704701] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:32:27.748] [ 3.722647] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:32:27.917] [ 3.889981] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:27.919] [ 3.890024] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:32:27.936] [ 3.905765] ALSA device list: [2024-05-23 14:32:27.936] [ 3.908759] No soundcards found. [2024-05-23 14:32:27.936] [ 3.914869] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:32:27.954] [ 3.935937] Freeing unused kernel memory: = 4160K [2024-05-23 14:32:27.968] Mounting devtmpfs [2024-05-23 14:32:27.970] [ 3.950771] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:32:27.984] Mounting procfs [2024-05-23 14:32:27.984] Mounting sysfs [2024-05-23 14:32:27.988] [ 3.970021] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:32:28.019] [ 3.997799] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:32:28.059] [ 4.040450] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:32:28.070] [ 4.049324] mount (98) used greatest stack = depth: 11840 bytes left [2024-05-23 14:32:28.083] [ 4.064564] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:32:28.332] [ 4.312749] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:32:28.430] [ 4.411630] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:32:28.461] [ 4.438986] systemd[1]: Detected = architecture arm64. [2024-05-23 14:32:28.503]=20 [2024-05-23 14:32:28.503] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:32:28.517]=20 [2024-05-23 14:32:28.520] [ 4.501799] systemd[1]: Set hostname to = . [2024-05-23 14:32:28.537] [ 4.513201] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:32:28.562] [ 4.522832] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:32:28.790] [ 4.771129] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:32:28.822] [ 4.788232] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:32:28.852] [ 4.830167] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:32:28.861] [ 4.842285] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:32:29.052] [ 5.033692] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:32:29.128] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:32:29.154] [ OK ] Reached target Remote File Systems. [2024-05-23 14:32:29.171] [ OK ] Listening on udev Control Socket. [2024-05-23 14:32:29.187] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:32:29.204] [ OK ] Created slice User and Session Slice. [2024-05-23 14:32:29.220] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:32:29.237] [ OK ] Reached target Slices. [2024-05-23 14:32:29.254] [ OK ] Reached target Swap. [2024-05-23 14:32:29.271] [ OK ] Reached target Paths. [2024-05-23 14:32:29.287] [ OK ] Created slice system-getty.slice. [2024-05-23 14:32:29.304] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:32:29.321] [ OK ] Listening on Journal Socket. [2024-05-23 14:32:29.343] Mounting Kernel Debug File System... [2024-05-23 14:32:29.372] Mounting POSIX Message Queue File = System... [2024-05-23 14:32:29.404] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:32:29.437] Mounting Huge Pages File System... [2024-05-23 14:32:29.476] [ 5.457182] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:32:29.487] Starting mount data partition = service... [2024-05-23 14:32:29.527] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:32:29.557] Starting Apply Kernel Variables... [2024-05-23 14:32:29.590] Mounting FUSE Control File System... [2024-05-23 14:32:29.633] Mounting Configuration File System... [2024-05-23 14:32:29.654] [ OK ] Listening on Syslog Socket. [2024-05-23 14:32:29.671] [ 5.648507] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:29.688] Starting Journal Service... [2024-05-23 14:32:29.704] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:32:29.729] Starting udev Coldplug all Devices... [2024-05-23 14:32:29.794] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:32:29.822] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:32:29.848] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:32:29.871] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:32:29.902] [ OK ] Started mount data partition service. [2024-05-23 14:32:29.922] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:32:29.947] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:32:29.972] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:32:29.989] [ OK ] Started Journal Service. [2024-05-23 14:32:30.022] [ OK ] Mounted Configuration File System. [2024-05-23 14:32:30.065] Starting NS file System mount and = recovery.... [2024-05-23 14:32:30.122] Starting udev Kernel Device = Manager... [2024-05-23 14:32:30.137] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:32:30.153] [ OK ] Reached target Containers. [2024-05-23 14:32:30.189] Mounting /var/volatile... [2024-05-23 14:32:30.206] [ 6.187526] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:30.236] Mounting /tmp... [2024-05-23 14:32:30.255] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:32:30.299] [ 6.281047] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:30.376] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:32:30.410] [ 6.388782] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:30.417] [ OK ] Mounted /var/volatile. [2024-05-23 14:32:30.505] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:32:30.525] [ OK ] Mounted /tmp. [2024-05-23 14:32:30.616] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:32:30.731] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:32:30.839] [ 6.820524] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:32:30.857] Starting Bind mount volatile = /var/cache... [2024-05-23 14:32:30.889] Starting Bind mount volatile = /var/spool... [2024-05-23 14:32:30.920] Starting Bind mount volatile = /var/lib... [2024-05-23 14:32:30.955] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:32:31.167] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:32:31.193] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:32:31.223] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:32:31.255] Starting Load/Save Random Seed... [2024-05-23 14:32:31.273] [ OK ] Reached target Local File Systems. [2024-05-23 14:32:31.306] Starting AppArmor initialization... [2024-05-23 14:32:31.336] Starting netfilter persistent = configuration... [2024-05-23 14:32:31.374] Starting Create Volatile Files and = Directories... [2024-05-23 14:32:31.406] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:32:31.504] [ 7.485207] audit: type=3D1400 = audit(1550139121.164:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:32:31.549] [ 7.509151] audit: type=3D1400 = audit(1550139121.168:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:31.553] [ 7.534564] audit: type=3D1400 = audit(1550139121.168:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:31.581] [ 7.550404] audit: type=3D1400 = audit(1550139121.168:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:31.607] [ 7.566026] audit: type=3D1400 = audit(1550139121.168:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:31.620] [ 7.580108] 25-ip6tables (258) used = greatest stack depth: 11408 bytes left [2024-05-23 14:32:31.620] [ 7.588927] audit: type=3D1400 = audit(1550139121.168:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:31.648] [ 7.604773] audit: type=3D1400 = audit(1550139121.168:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:31.652] [ OK ] Started AppArmor initialization. [2024-05-23 14:32:31.680] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:32:31.706] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:32:31.745] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:32:31.760] [ OK ] Reached target Network (Pre). [2024-05-23 14:32:31.790] Starting Network Service... [2024-05-23 14:32:31.830] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:32:31.857] [ OK ] Reached target System Initialization. [2024-05-23 14:32:31.872] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:32:31.894] [ OK ] Reached target Sockets. [2024-05-23 14:32:31.927] [ OK ] Reached target Basic System. [2024-05-23 14:32:31.957] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:32:31.984] [ 7.966317] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:32:32.007] Starting Load Kernel Modules... [2024-05-23 14:32:32.029] [ 8.007540] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:32:32.033] [ 8.014511] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:32:32.048] [ 8.019055] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:32:32.049] [ OK ] Started NS VSync Process. [2024-05-23 14:32:32.090] [ OK ] Started System Logging Service. [2024-05-23 14:32:32.126] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:32:32.137] [ 8.111818] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:32:32.153] [ 8.112780] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:32:32.153] [ 8.129551] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:32:32.175] [ 8.136956] Disabling lock debugging due to = kernel taint [2024-05-23 14:32:32.175] Starting Login Service... [2024-05-23 14:32:32.191] [ 8.158418] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:32:32.191] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:32:32.217] [ OK ] Reached target Timers. [2024-05-23 14:32:32.222] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:32:32.243] [ OK ] Started Kernel Logging Service. [2024-05-23 14:32:32.258] [ 8.237118] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:32:32.275] [ 8.244171] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:32.291] [ 8.244174] in_atomic(): 1, = irqs_disabled(): 128, pid: 263, name: systemd-modules [2024-05-23 14:32:32.293] [ 8.244176] INFO: lockdep is turned off. [2024-05-23 14:32:32.318] [ 8.244178] irq event stamp: 24957 [2024-05-23 14:32:32.318] [ 8.244192] hardirqs last enabled at = (24957): [<000000009218d59f>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:32.318] [ 8.244196] hardirqs last disabled at = (24956): [<00000000dc3586e6>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:32.338] [ 8.244203] softirqs last enabled at (0): = [<00000000fe8171dc>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:32.340] [ 8.244206] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:32.340] [ 8.244208] Preemption disabled at: [2024-05-23 14:32:32.340] [ 8.244214] [<000000003b240851>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:32.356] [ 8.244222] CPU: 0 PID: 263 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:32:32.356] [ 8.244223] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:32.370] [ 8.244226] Call trace: [2024-05-23 14:32:32.372] [ 8.244231] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:32.372] [ 8.244234] show_stack+0x14/0x20 [2024-05-23 14:32:32.372] [ 8.244238] dump_stack+0xb8/0xf0 [2024-05-23 14:32:32.372] [ 8.244242] ___might_sleep+0x178/0x210 [2024-05-23 14:32:32.396] [ 8.244245] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:32.396] [ 8.244251] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:32.396] [ 8.244255] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:32.396] [ 8.244261] gic_set_type+0x84/0x98 [2024-05-23 14:32:32.396] [ 8.244265] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:32.396] [ 8.244268] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:32.409] [ 8.244272] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:32.410] [ 8.244301] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:32:32.410] [ 8.244318] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:32:32.435] [ 8.244323] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:32.439] [ 8.244328] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:32.439] [ 8.244332] __driver_attach+0xfc/0x118 [2024-05-23 14:32:32.439] [ 8.244336] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:32.439] [ 8.244339] driver_attach+0x20/0x28 [2024-05-23 14:32:32.439] [ 8.244343] bus_add_driver+0x220/0x268 [2024-05-23 14:32:32.439] [ 8.244346] driver_register+0x60/0xf8 [2024-05-23 14:32:32.440] [ 8.244349] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:32.465] [ 8.244367] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:32:32.465] [ 8.244371] do_one_initcall+0x50/0x15c [2024-05-23 14:32:32.465] [ 8.244375] do_init_module+0x54/0x1b0 [2024-05-23 14:32:32.465] [ 8.244378] load_module+0x1e70/0x2428 [2024-05-23 14:32:32.465] [ 8.244381] SyS_finit_module+0xe4/0x118 [2024-05-23 14:32:32.465] [ 8.244384] el0_svc_naked+0x34/0x38 [2024-05-23 14:32:32.471] [ 8.256011] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:32:32.493] [ 8.277347] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:32:32.506] [ 8.278902] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:32:32.506] [ 8.289198] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:32:32.506] [ 8.290141] Done!! [2024-05-23 14:32:32.506] [ 8.386432] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:32:32.506] [ 8.388549] Done!! [2024-05-23 14:32:32.506] [ 8.476761] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:32:32.508] [ 8.476771] [INFO][GMAC]=20 [2024-05-23 14:32:32.508] [ 8.478379] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:32:32.532] [ 8.480666] Done!! [2024-05-23 14:32:32.532] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:32:32.532] [ OK ] Started NS System Management Process. [2024-05-23 14:32:32.534] [ 8.515828] libphy: tcc-gmac-mdio: probed [2024-05-23 14:32:32.548] [ 8.519868] [INFO][GMAC] registered! [2024-05-23 14:32:32.548] [ 8.523470] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:32:32.548] Start /usr/bin/sys-fail-mon [2024-05-23 14:32:32.561] [ 8.528338] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:32:32.574] Starting NS Inter Domain Comm Process = 8.545977] ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:32:32.576] 0m... [2024-05-23 14:32:32.576] [ OK ] Start[ 8.554115] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:32:32.605] ed Network Service. [2024-05-23 14:32:32.605] [[ 8.567083] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:32:32.605] OK ] Started 8.577914] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:32:32.607] ;39mLoad Kernel Modules. [2024-05-23 14:32:32.633] [ 8.588034] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:32.633] Starting Wait for Ne[ 8.603199] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:32:32.633] twork to be Configured... [2024-05-23 14:32:32.635] [ 8.607451] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:32:32.657] [ 8.607492] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:32:32.657] [ 8.607492] -- MASTER Configuration. [2024-05-23 14:32:32.657] [ 8.607492] -- Local Receiver Status Not = OK. [2024-05-23 14:32:32.657] [ 8.607492] -- Remote Receiver Status Not = OK. [2024-05-23 14:32:32.674] [ 8.607509] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:32:32.686] [ 8.607512] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:32:32.686] [[ 8.607827] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:32:32.691] [ 8.613597] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:32:32.691] [ 8.613602] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:32:32.691] OK [ 8.613608] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:32:32.712] [ 8.613608] =20 [2024-05-23 14:32:32.712] [ 8.613949] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:32:32.712] [ 8.614205] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:32:32.712] ] [ 8.614209] [INFO][GMAC] --] = init_tx_desc: : before [2024-05-23 14:32:32.723] [ 8.614213] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:32:32.724] [ 8.614213] =20 [2024-05-23 14:32:32.724] [ 8.614386] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:32:32.724] Reached target Network 8.614401] = [INFO][GMAC] --] DMA initialization done:=20 [2024-05-23 14:32:32.753] 0m.[ 8.614405] [INFO][GMAC] buf sz 2048 pbl = 8 [2024-05-23 14:32:32.753] [ 8.614409] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:32:32.753] [ 8.614417] [INFO][GMAC] --] phy_start: : [2024-05-23 14:32:32.753] [ 8.614501] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:32:32.753]=20 [2024-05-23 14:32:32.753] [ 8.719981] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:32.767] [ 8.736046] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:32:32.768] [ 8.745775] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:32:32.798] [ 8.753633] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:32:32.798] Starting udev Coldplug all [ 8.761213] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:32.798] Devices... [2024-05-23 14:32:32.823] Starting Permit User Sessions... [2024-05-23 14:32:32.826] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:32:32.842] [ OK ] Started Cluster Framework. [2024-05-23 14:32:32.857] [ 8.829493] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:32.859] parents, child is 320 [2024-05-23 14:32:32.860] [IDC]Start. [2024-05-23 14:32:32.873] [ OK ] Started HUD Framework. [2024-05-23 14:32:32.886] [ 8.845248] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:32:32.888] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:32:32.888] [IDC](A7)ConnectReq 0 [2024-05-23 14:32:32.888] [IDC](A7)do_connect 0 [2024-05-23 14:32:32.888] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:32:32.911] [IDC](A7)Tx start session req 1 [2024-05-23 14:32:32.928] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:32:32.928] [IDC](R5)ConnectReq 0 [2024-05-23 14:32:32.928] [IDC](R5)do_connect 0 [2024-05-23 14:32:32.928] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:32:32.928] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:32:32.928] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:32:32.928] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:32:32.928] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:32:32.928] [IDC](A7)Session connected. [2024-05-23 14:32:32.957] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:32:32.957] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:32:32.957] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:32:32.957] [IDC](R5)Session connected.2 [2024-05-23 14:32:32.962] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:32:32.992] [ 8.941651] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:32.995] [ OK ] Started Nvm Process. [2024-05-23 14:32:32.995] [ OK ] Started NS hsm control application. [2024-05-23 14:32:33.008] [ OK ] Started Diagnosis Framework. [2024-05-23 14:32:33.081] [ 9.058764] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:33.110] [ OK ] Started Diagnosis Transport. [2024-05-23 14:32:33.142] [ 9.119877] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:32:33.188] [ 9.169000] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:33.201] [ OK ] Started NS Software Update. [2024-05-23 14:32:33.239] [ OK ] Started NS Secondary Verify. [2024-05-23 14:32:33.255] [ OK ] Started Permit User Sessions. [2024-05-23 14:32:33.270] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:32:33.285] [ OK ] Started Getty on tty1. [2024-05-23 14:32:33.285] [ OK ] Reached target Login Prompts. [2024-05-23 14:32:33.311] [ 9.286066] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:33.315] [ OK ] Started Login Service. [2024-05-23 14:32:33.328] [ OK ] Reached target Multi-User System. [2024-05-23 14:32:33.352] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:32:33.375] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:32:33.414] [ 9.396303] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:33.435] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:32:33.511] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:32:33.541] [ 9.513189] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:33.655] [ 9.635973] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:33.770] [ 9.749560] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:34.086] [ 10.067093] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:32:34.100] [ 10.075514] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:32:34.876] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:32:35.054] [ 11.023735] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:32:35.060] [ 11.023744] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:32:39.746]=20 [2024-05-23 14:32:39.746] telechips-nsp1-release login:=20 [2024-05-23 14:32:41.397]=20 [2024-05-23 14:32:41.397] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:32:41.397]=20 [2024-05-23 14:32:41.397] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:32:41.418] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:32:41.418] DRAM: 2 GiB [2024-05-23 14:32:41.439] MMC: sdhc@0x16440000: 0 [2024-05-23 14:32:41.708]=20 [2024-05-23 14:32:41.726] HW Partition tyep is UserData [2024-05-23 14:32:41.727] In: serial [2024-05-23 14:32:41.727] Out: serial [2024-05-23 14:32:41.727] Err: serial [2024-05-23 14:32:41.788] Boot in the UserData environment(0) [2024-05-23 14:32:41.796] Non-secure boot (secure boot flag is clear) [2024-05-23 14:32:41.796] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:32:41.808] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:32:41.817] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:32:41.817] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:32:41.818] Booting using the fdt blob at 0x23000000 [2024-05-23 14:32:41.818] Loading Kernel Image [2024-05-23 14:32:41.841] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:32:41.843] OPTEE is enabled [2024-05-23 14:32:41.843]=20 [2024-05-23 14:32:41.843] Starting kernel ... [2024-05-23 14:32:41.843]=20 [2024-05-23 14:32:42.768] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:32:42.773] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:32:42.793] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:32:42.793] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:32:42.808] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:32:42.808] [ 0.000000] efi: UEFI not found. [2024-05-23 14:32:42.808] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:32:42.824] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:32:42.824] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:32:42.839] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:32:42.839] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:32:42.855] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:32:42.855] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:32:42.869] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:32:42.869] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:32:42.885] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:32:42.887] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:32:42.912] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:32:42.912] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:32:42.912] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:32:42.929] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:32:42.929] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:32:42.945] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:32:42.956] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:32:42.958] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:32:42.958] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:32:42.984] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:32:42.984] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:32:42.984] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:32:43.000] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:32:43.012] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:32:43.012] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:32:43.018] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:32:43.018] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:32:43.018] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:32:43.042] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:32:43.046] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:32:43.046] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:32:43.046] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:32:43.046] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:32:43.071] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:32:43.071] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:32:43.086] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:32:43.086] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:32:43.108] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:32:43.108] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:32:43.110] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:32:43.137] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:32:43.138] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:32:43.138] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:32:43.158] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:32:43.160] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:32:43.160] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:32:43.182] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:32:43.195] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:32:43.195] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:32:43.195] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:32:43.197] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:32:43.221] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:32:43.221] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:32:43.221] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:32:43.221] [ 0.000000] Running RCU self tests [2024-05-23 14:32:43.243] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:32:43.243] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:32:43.243] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:32:43.243] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:32:43.259] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:32:43.261] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:32:43.261] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:32:43.261] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:32:43.273] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:32:43.273] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:32:43.285] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:32:43.293] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:32:43.304] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:32:43.316] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:32:43.325] [ 0.001473] Console: colour dummy device = 80x25 [2024-05-23 14:32:43.325] [ 0.001713] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:32:43.329] [ 0.001716] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:32:43.329] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:32:43.346] [ 0.001721] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:32:43.349] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:32:43.349] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:32:43.349] [ 0.001729] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:32:43.349] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:32:43.366] [ 0.001734] memory used by lock dependency = info: 7903 kB [2024-05-23 14:32:43.369] [ 0.001737] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:32:43.369] [ 0.001777] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:32:43.392] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:32:43.392] [ 0.002281] Security Framework initialized [2024-05-23 14:32:43.392] [ 0.002404] AppArmor: AppArmor initialized [2024-05-23 14:32:43.392] [ 0.002649] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:32:43.394] [ 0.002671] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:32:43.413] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:32:43.413] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:32:43.413] [ 0.062287] EFI services will not be = available. [2024-05-23 14:32:43.413] [ 0.076125] smp: Bringing up secondary CPUs = ... [2024-05-23 14:32:43.425] [ 0.120749] Detected VIPT I-cache on CPU1 [2024-05-23 14:32:43.425] [ 0.120821] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:32:43.426] [ 0.164998] Detected VIPT I-cache on CPU2 [2024-05-23 14:32:43.448] [ 0.165058] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:32:43.448] [ 0.209280] Detected VIPT I-cache on CPU3 [2024-05-23 14:32:43.448] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:32:43.448] [ 0.209709] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:32:43.450] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:32:43.468] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:32:43.468] [ 0.209786] CPU: All CPU(s) started at EL2 [2024-05-23 14:32:43.468] [ 0.209964] alternatives: patching kernel = code [2024-05-23 14:32:43.468] [ 0.210507] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:32:43.479] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:32:43.482] [ 0.213694] devtmpfs: initialized [2024-05-23 14:32:43.482] [ 0.403549] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:32:43.501] [ 0.403817] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:32:43.501] [ 0.412616] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:32:43.501] [ 0.413559] chipinfo: TCC8030 Rev02 [2024-05-23 14:32:43.515] [ 0.413574] chipinfo: SiP Service v0.1.56 [2024-05-23 14:32:43.515] [ 0.418877] NET: Registered protocol family = 16 [2024-05-23 14:32:43.515] [ 0.422883] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:32:43.526] [ 0.424805] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:32:43.549] [ 0.426500] cpuidle: using governor menu [2024-05-23 14:32:43.550] [ 0.426736] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:32:43.550] [ 0.440851] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:32:43.550] [ 0.441331] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:32:43.550] [ 0.441377] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:32:43.568] [ 0.441421] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:32:43.568] [ 0.441464] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:32:43.568] [ 0.441508] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:32:43.568] [ 0.441552] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:32:43.578] [ 0.441595] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:32:43.580] [ 0.441639] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:32:43.598] [ 0.441683] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:32:43.602] [ 0.441726] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:32:43.602] [ 0.441785] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:32:43.602] [ 0.441830] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:32:43.602] [ 0.441873] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:32:43.631] [ 0.441917] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:32:43.631] [ 0.441960] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:32:43.631] [ 0.442003] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:32:43.631] [ 0.442046] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:32:43.631] [ 0.442165] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:32:43.634] [ 0.442571] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:32:43.634] [ 0.442615] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:32:43.653] [ 0.442659] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:32:43.653] [ 0.442702] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:32:43.653] [ 0.442746] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:32:43.655] [ 0.442789] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:32:43.678] [ 0.442832] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:32:43.678] [ 0.442876] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:32:43.678] [ 0.442932] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:32:43.689] [ 0.442975] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:32:43.699] [ 0.443019] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:32:43.699] [ 0.443062] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:32:43.699] [ 0.443301] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:32:43.701] [ 0.443345] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:32:43.701] [ 0.443388] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:32:43.721] [ 0.443432] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:32:43.721] [ 0.443475] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:32:43.721] [ 0.443518] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:32:43.723] [ 0.443562] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:32:43.743] [ 0.443751] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:32:43.743] [ 0.443794] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:32:43.743] [ 0.443838] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:32:43.743] [ 0.443881] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:32:43.753] [ 0.443925] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:32:43.755] [ 0.443981] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:32:43.772] [ 0.444025] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:32:43.783] [ 0.444069] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:32:43.783] [ 0.444112] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:32:43.783] [ 0.444155] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:32:43.785] [ 0.444198] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:32:43.785] [ 0.444241] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:32:43.802] [ 0.444285] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:32:43.804] [ 0.444328] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:32:43.804] [ 0.444874] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:32:43.804] [ 0.444918] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:32:43.825] [ 0.445090] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:32:43.825] [ 0.445260] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:32:43.825] [ 0.445430] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:32:43.825] [ 0.445597] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:32:43.827] [ 0.445764] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:32:43.845] [ 0.445808] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:32:43.845] [ 0.445852] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:32:43.845] [ 0.446028] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:32:43.857] [ 0.446297] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:32:43.867] [ 0.446492] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:32:43.871] [ 0.446537] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:32:43.871] [ 0.446580] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:32:43.871] [ 0.446624] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:32:43.887] [ 0.446687] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:32:43.887] [ 0.446874] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:32:43.887] [ 0.446918] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:32:43.898] [ 0.447127] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:32:43.900] [ 0.447141] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:32:43.900] [ 0.529172] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:32:43.919] [ 0.529264] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:32:43.919] [ 1.676100] console [ttyAMA0] enabled [2024-05-23 14:32:43.922] [ 1.683934] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:32:43.951] [ 1.712870] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:32:43.962] [ 1.723147] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:32:43.972] [ 1.733735] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:32:43.985] [ 1.744054] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:32:44.083] [ 1.843994] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:32:44.100] [ 1.860341] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:32:44.107] [ 1.867239] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:32:44.120] [ 1.874019] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:32:44.136] [ 1.880407] Linux video capture interface: = v2.00 [2024-05-23 14:32:44.138] [ 1.886257] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:44.149] [ 1.886261] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:32:44.151] [ 1.886265] 6 locks held by swapper/0/1: [2024-05-23 14:32:44.151] [ 1.886268] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:32:44.172] [ 1.886294] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:32:44.172] [ 1.886309] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:32:44.190] [ 1.886327] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:44.190] [ 1.886342] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:32:44.206] [ 1.886358] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:44.206] [ 1.886376] irq event stamp: 288078 [2024-05-23 14:32:44.206] [ 1.886381] hardirqs last enabled at = (288077): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:44.218] [ 1.886386] hardirqs last disabled at = (288078): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:44.233] [ 1.886393] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:44.235] [ 1.886397] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:44.254] [ 1.886400] Preemption disabled at: [2024-05-23 14:32:44.254] [ 1.886405] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:44.254] [ 1.886414] CPU: 3 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:32:44.264] [ 1.886417] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:44.274] [ 1.886420] Call trace: [2024-05-23 14:32:44.274] [ 1.886426] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:44.283] [ 1.886431] show_stack+0x14/0x20 [2024-05-23 14:32:44.283] [ 1.886436] dump_stack+0xb8/0xf0 [2024-05-23 14:32:44.283] [ 1.886442] ___might_sleep+0x178/0x210 [2024-05-23 14:32:44.285] [ 1.886445] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:44.285] [ 1.886450] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:44.303] [ 1.886456] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:44.305] [ 1.886463] gic_set_type+0x84/0x98 [2024-05-23 14:32:44.305] [ 1.886468] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:44.305] [ 1.886472] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:44.305] [ 1.886477] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:44.323] [ 1.886482] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:32:44.335] [ 1.886488] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:32:44.335] [ 1.886492] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:44.335] [ 1.886497] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:44.335] [ 1.886502] __driver_attach+0xfc/0x118 [2024-05-23 14:32:44.337] [ 1.886507] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:44.337] [ 1.886512] driver_attach+0x20/0x28 [2024-05-23 14:32:44.337] [ 1.886517] bus_add_driver+0x220/0x268 [2024-05-23 14:32:44.355] [ 1.886521] driver_register+0x60/0xf8 [2024-05-23 14:32:44.357] [ 1.886526] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:44.357] [ 1.886532] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:32:44.357] [ 1.886537] do_one_initcall+0x50/0x15c [2024-05-23 14:32:44.357] [ 1.886544] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:32:44.377] [ 1.886549] kernel_init+0x10/0x100 [2024-05-23 14:32:44.377] [ 1.886554] ret_from_fork+0x10/0x18 [2024-05-23 14:32:44.377] [ 1.892222] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:32:44.391] [ 2.139466] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:32:44.393] [ 2.153111] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:32:44.405] [ 2.160123] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:32:44.405] [ 2.164725] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:32:44.414] [ 2.169530] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:32:44.417] [ 2.174354] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:32:44.436] [ 2.178909] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:32:44.473] [ 2.233111] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:32:44.485] [ 2.245588] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:44.501] [ 2.263897] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:44.520] [ 2.279318] NET: Registered protocol family = 2 [2024-05-23 14:32:44.533] [ 2.286640] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:32:44.549] [ 2.294261] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:32:44.551] [ 2.305576] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:32:44.552] [ 2.312951] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:32:44.565] [ 2.319811] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:32:44.566] [ 2.327981] NET: Registered protocol family = 1 [2024-05-23 14:32:44.674] [ 2.435760] audit: initializing netlink = subsys (disabled) [2024-05-23 14:32:44.684] [ 2.442117] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:32:44.695] [ 2.442682] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:32:44.764] [ 2.524691] fuse init (API version 7.26) [2024-05-23 14:32:44.785] [ 2.542679] modprobe (66) used greatest = stack depth: 13264 bytes left [2024-05-23 14:32:44.790] [ 2.552378] io scheduler noop registered = (default) [2024-05-23 14:32:44.804] [ 2.557230] io scheduler mq-deadline = registered [2024-05-23 14:32:44.804] [ 2.561793] io scheduler kyber registered [2024-05-23 14:32:44.829] [ 2.572514] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:44.832] [ 2.579366] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:44.832] [ 2.585751] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:32:44.834] [ 2.593363] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:44.895] [ 2.655632] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:44.902] [ 2.663384] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:44.914] [ 2.668242] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:32:44.914] [ 2.673671] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:44.926] [ 2.674290] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:44.929] [ 2.685045] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:44.951] [ 2.691254] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:32:44.962] [ 2.698815] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:44.967] [ 2.722869] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:44.977] [ 2.729644] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:44.980] [ 2.734264] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:32:44.980] [ 2.739690] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:45.001] [ 2.740243] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:32:45.002] [ 2.750995] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:32:45.002] [ 2.757204] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:32:45.024] [ 2.764818] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:32:45.069] [ 2.830606] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:32:45.077] [ 2.837376] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:32:45.090] [ 2.842029] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:32:45.102] [ 2.847525] fbX_probe : update_type =3D 1=20 [2024-05-23 14:32:45.105] [ 2.857223] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:32:45.106] [ 2.866854] [INF][WDMA] tcc_wdma_init [2024-05-23 14:32:45.123] [ 2.871709] TCC WDMA Driver Initializing [2024-05-23 14:32:45.123] [ 2.878650] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:32:45.143] [ 2.884732] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:32:45.148] [ 2.895154] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:45.169] [ 2.908192] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:32:45.170] [ 2.917724] [CPU_ID] probe is done [2024-05-23 14:32:45.170] [ 2.921470] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:32:45.170] [ 2.928189] [DRAM_TOOL] probe is done [2024-05-23 14:32:45.190] [ 2.935310] MALI-G51 : r30p0-01eac0 [2024-05-23 14:32:45.193] [ 2.938836] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:32:45.193] [ 2.948642] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:45.208] [ 2.948647] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:32:45.208] [ 2.948651] 6 locks held by swapper/0/1: [2024-05-23 14:32:45.220] [ 2.948655] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:32:45.224] [ 2.948681] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:32:45.248] [ 2.948697] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:32:45.261] [ 2.948716] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:45.261] [ 2.948731] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:32:45.263] [ 2.948747] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:45.263] [ 2.948767] irq event stamp: 453664 [2024-05-23 14:32:45.282] [ 2.948772] hardirqs last enabled at = (453663): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:45.284] [ 2.948778] hardirqs last disabled at = (453664): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:45.284] [ 2.948785] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:45.311] [ 2.948789] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:45.311] [ 2.948791] Preemption disabled at: [2024-05-23 14:32:45.311] [ 2.948797] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:45.311] [ 2.948807] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:32:45.324] [ 2.948810] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:45.324] [ 2.948814] Call trace: [2024-05-23 14:32:45.337] [ 2.948820] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:45.339] [ 2.948825] show_stack+0x14/0x20 [2024-05-23 14:32:45.339] [ 2.948830] dump_stack+0xb8/0xf0 [2024-05-23 14:32:45.339] [ 2.948835] ___might_sleep+0x178/0x210 [2024-05-23 14:32:45.339] [ 2.948839] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:45.361] [ 2.948844] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:45.363] [ 2.948849] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:45.363] [ 2.948857] gic_set_type+0x84/0x98 [2024-05-23 14:32:45.363] [ 2.948862] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:45.363] [ 2.948866] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:45.363] [ 2.948871] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:45.389] [ 2.948877] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:32:45.389] [ 2.948883] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:32:45.389] [ 2.948887] kbase_device_init+0x78/0xf8 [2024-05-23 14:32:45.389] [ 2.948893] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:32:45.389] [ 2.948897] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:45.391] [ 2.948902] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:45.414] [ 2.948907] __driver_attach+0xfc/0x118 [2024-05-23 14:32:45.417] [ 2.948912] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:45.417] [ 2.948917] driver_attach+0x20/0x28 [2024-05-23 14:32:45.417] [ 2.948922] bus_add_driver+0x220/0x268 [2024-05-23 14:32:45.417] [ 2.948927] driver_register+0x60/0xf8 [2024-05-23 14:32:45.417] [ 2.948931] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:45.417] [ 2.948938] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:32:45.441] [ 2.948943] do_one_initcall+0x50/0x15c [2024-05-23 14:32:45.441] [ 2.948951] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:32:45.441] [ 2.948957] kernel_init+0x10/0x100 [2024-05-23 14:32:45.441] [ 2.948961] ret_from_fork+0x10/0x18 [2024-05-23 14:32:45.441] [ 2.950562] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:32:45.455] [ 3.205236] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:32:45.455] [ 3.211976] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:32:45.476] [ 3.225939] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:32:45.476] [ 3.233128] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:32:45.505] [ 3.245349] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:32:45.505] [ 3.251566] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:32:45.505] [ 3.255947] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:32:45.514] [ 3.263409] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:32:45.554] [ 3.312182] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:32:45.559] [ 3.321068] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:32:45.574] [ 3.328951] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:32:45.589] [ 3.340297] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:32:45.589] [ 3.345580] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:32:45.613] [ 3.356653] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:32:45.613] [ 3.365499] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:32:45.646] [ 3.384732] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:32:45.648] [ 3.400252] libphy: Fixed MDIO Bus: probed [2024-05-23 14:32:45.648] [ 3.405226] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:32:45.657] [ 3.418507] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:32:45.672] [ 3.423036] [INFO][GAMC] gmac index : 1 [2024-05-23 14:32:45.672] [ 3.427753] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:32:45.672] [ 3.432922] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:32:45.689] [ 3.439157] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:32:45.689] [ 3.439292] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:32:45.689] [ 3.440123] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:32:45.704] [ 3.443778] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:32:45.716] [ 3.444513] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:32:45.716] [ 3.445105] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:32:45.718] [ 3.446262] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:32:45.718] [ 3.456238] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:32:45.743] [ 3.456266] GPT:15269887 !=3D 15273599 [2024-05-23 14:32:45.743] [ 3.456274] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:32:45.743] [ 3.456282] GPT:15269887 !=3D 15273599 [2024-05-23 14:32:45.743] [ 3.456289] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:32:45.743] [ 3.456403] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:32:45.762] [ 3.518808] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:32:45.766] [ 3.527310] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:32:45.781] [ 3.541071] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:32:45.795] [ 3.546943] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:45.795] [ 3.546956] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:32:45.797] [ 3.546963] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:32:45.822] [ 3.546974] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:45.822] [ 3.546986] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:32:45.822] [ 3.576178] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:32:45.834] [ 3.592642] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:32:45.841] [ 3.599297] usbhid: USB HID core driver [2024-05-23 14:32:45.853] [ 3.603577] optee: probing for conduit = method from DT. [2024-05-23 14:32:45.855] [ 3.608759] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:32:45.855] [ 3.610610] optee: initialized driver [2024-05-23 14:32:45.884] [ 3.620190] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:32:45.884] [ 3.625894] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:32:45.884] [ 3.631064] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:32:45.884] [ 3.636232] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:32:45.884] [ 3.642008] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:32:45.898] [ 3.647783] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:32:45.899] [ 3.653645] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:32:45.899] [ 3.660114] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:32:45.921] [ 3.667896] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:32:45.921] [ 3.675846] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:32:45.948] [ 3.689795] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:32:45.950] [ 3.699125] NET: Registered protocol family = 17 [2024-05-23 14:32:45.950] [ 3.704062] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:32:45.964] [ 3.721512] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:32:46.136] [ 3.890658] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:32:46.139] [ 3.890701] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:32:46.156] [ 3.906409] ALSA device list: [2024-05-23 14:32:46.156] [ 3.909402] No soundcards found. [2024-05-23 14:32:46.156] [ 3.915279] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:32:46.174] [ 3.936185] Freeing unused kernel memory: = 4160K [2024-05-23 14:32:46.189] Mounting devtmpfs [2024-05-23 14:32:46.201] [ 3.950869] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:32:46.203] Mounting procfs [2024-05-23 14:32:46.203] Mounting sysfs [2024-05-23 14:32:46.208] [ 3.970119] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:32:46.238] [ 3.998565] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:32:46.278] [ 4.039319] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:32:46.292] [ 4.048920] mount (97) used greatest stack = depth: 11312 bytes left [2024-05-23 14:32:46.547] [ 4.307369] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:32:46.644] [ 4.404842] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:32:46.673] [ 4.432004] systemd[1]: Detected = architecture arm64. [2024-05-23 14:32:46.715]=20 [2024-05-23 14:32:46.715] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:32:46.730]=20 [2024-05-23 14:32:46.732] [ 4.493180] systemd[1]: Set hostname to = . [2024-05-23 14:32:46.745] [ 4.504450] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:32:46.760] [ 4.513687] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:32:46.994] [ 4.754499] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:32:47.020] [ 4.771608] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:32:47.055] [ 4.817144] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:32:47.068] [ 4.829257] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:32:47.262] [ 5.022389] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:32:47.330] [ OK ] Reached target Remote File Systems. [2024-05-23 14:32:47.356] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:32:47.372] [ OK ] Listening on Syslog Socket. [2024-05-23 14:32:47.387] [ OK ] Listening on udev Control Socket. [2024-05-23 14:32:47.407] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:32:47.422] [ OK ] Reached target Paths. [2024-05-23 14:32:47.431] [ OK ] Listening on Journal Socket. [2024-05-23 14:32:47.472] Mounting Kernel Debug File System... [2024-05-23 14:32:47.492] Starting mount data partition = service... [2024-05-23 14:32:47.546] Mounting FUSE Control File System... [2024-05-23 14:32:47.577] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:32:47.616] Mounting POSIX Message Queue File = System... [2024-05-23 14:32:47.662] [ 5.422791] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:47.671] Mounting Huge Pages File System... [2024-05-23 14:32:47.686] [ OK ] Reached target Swap. [2024-05-23 14:32:47.723] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:32:47.739] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:32:47.764] Starting udev Coldplug all Devices... [2024-05-23 14:32:47.790] [ OK ] Created slice system-getty.slice. [2024-05-23 14:32:47.820] [ 5.580642] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:32:47.826] Mounting Configuration File System... [2024-05-23 14:32:47.863] Starting Apply Kernel Variables... [2024-05-23 14:32:47.890] [ OK ] Created slice User and Session Slice. [2024-05-23 14:32:47.906] [ OK ] Reached target Slices. [2024-05-23 14:32:47.924] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:32:47.941] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:32:47.964] Starting Journal Service... [2024-05-23 14:32:48.019] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:32:48.045] [ OK ] Started mount data partition service. [2024-05-23 14:32:48.074] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:32:48.083] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:32:48.100] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:32:48.138] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:32:48.143] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:32:48.174] [ OK ] Mounted Configuration File System. [2024-05-23 14:32:48.196] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:32:48.266] Starting udev Kernel Device = Manager... [2024-05-23 14:32:48.290] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:32:48.308] Mounting /tmp... [2024-05-23 14:32:48.331] [ OK ] Reached target Containers. [2024-05-23 14:32:48.357] Mounting /var/volatile... [2024-05-23 14:32:48.391] Starting NS file System mount and = recovery.... [2024-05-23 14:32:48.410] [ OK ] Started Journal Service. [2024-05-23 14:32:48.440] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:32:48.474] [ OK ] Mounted /tmp. [2024-05-23 14:32:48.492] [ OK ] Mounted /var/volatile. [2024-05-23 14:32:48.524] [ 6.285389] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:48.572] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:32:48.603] [ 6.365194] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:48.699] [ 6.459087] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:32:48.826] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:32:48.857] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:32:48.977] Starting Bind mount volatile = /var/lib... [2024-05-23 14:32:49.008] Starting Bind mount volatile = /var/cache... [2024-05-23 14:32:49.041] Starting Bind mount volatile = /var/spool... [2024-05-23 14:32:49.073] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:32:49.124] [ 6.885147] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:32:49.285] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:32:49.313] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:32:49.340] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:32:49.375] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:32:49.393] [ OK ] Reached target Local File Systems. [2024-05-23 14:32:49.424] Starting AppArmor initialization... [2024-05-23 14:32:49.450] Starting Create Volatile Files and = Directories... [2024-05-23 14:32:49.475] Starting netfilter persistent = configuration... [2024-05-23 14:32:49.509] Starting Load/Save Random Seed... [2024-05-23 14:32:49.590] [ 7.350525] systemd-tmpfile (238) used = greatest stack depth: 11136 bytes left [2024-05-23 14:32:49.598] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:32:49.625] [ 7.386873] audit: type=3D1400 = audit(1550139121.076:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:32:49.663] [ 7.402389] audit: type=3D1400 = audit(1550139121.076:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:49.667] [ 7.402457] audit: type=3D1400 = audit(1550139121.076:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:49.684] [ 7.402521] audit: type=3D1400 = audit(1550139121.080:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:49.709] [ 7.402584] audit: type=3D1400 = audit(1550139121.080:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:49.709] [ 7.402645] audit: type=3D1400 = audit(1550139121.080:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:49.727] [ 7.402707] audit: type=3D1400 = audit(1550139121.080:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:32:49.743] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:32:49.769] [ OK ] Started AppArmor initialization. [2024-05-23 14:32:49.793] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:32:49.958] [ OK ] Reached target Network (Pre). [2024-05-23 14:32:49.992] Starting Network Service... [2024-05-23 14:32:50.026] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:32:50.070] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:32:50.092] [ OK ] Reached target System Initialization. [2024-05-23 14:32:50.109] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:32:50.154] [ OK ] Reached target Sockets. [2024-05-23 14:32:50.156] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:32:50.173] [ OK ] Reached target Timers. [2024-05-23 14:32:50.177] [ OK ] Reached target Basic System. [2024-05-23 14:32:50.209] [ 7.966407] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:32:50.211] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:32:50.242] [ 7.996157] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:32:50.244] [ 8.000767] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:32:50.246] [ 8.005280] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:32:50.261] Starting Load Kernel Modules... [2024-05-23 14:32:50.291] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:32:50.331] [ OK ] Started Kernel Logging Service. [2024-05-23 14:32:50.340] [ 8.101814] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:32:50.354] [ 8.109017] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:32:50.357] [ 8.116363] irq event stamp: 198158 [2024-05-23 14:32:50.379] [ 8.116365] Disabling lock debugging due to = kernel taint [2024-05-23 14:32:50.393] [ 8.116380] hardirqs last enabled at = (198157): [<0000000056f6f7bf>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:50.393] [ 8.116386] hardirqs last disabled at = (198158): [<00000000c41157d9>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:50.405] [ 8.116394] softirqs last enabled at (0): = [<000000006edb44b5>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:50.405] [ 8.116396] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:50.407] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:32:50.430] [ OK ] Started System Logging Service. [2024-05-23 14:32:50.443] Starting Login Service... [2024-05-23 14:32:50.461] [ OK ] Started NS VSync Process. [2024-05-23 14:32:50.479] [ 8.237177] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:32:50.496] [ 8.244816] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:32:50.543] Start /usr/bin/sys-fail-mon [2024-05-23 14:32:50.558] [ 8.244828] [INFO][GMAC]=20 [2024-05-23 14:32:50.562] [ 8.297869] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:32:50.577] [ 8.319632] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:32:50.577] [ 8.320540] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:32:50.591] [ 8.320544] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:32:50.591] [ 8.320546] INFO: lockdep is turned off. [2024-05-23 14:32:50.593] [ 8.320549] irq event stamp: 24621 [2024-05-23 14:32:50.606] [ 8.320565] hardirqs last enabled at = (24621): [<0000000056f6f7bf>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:32:50.606] [ 8.320569] hardirqs last disabled at = (24620): [<00000000c41157d9>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:32:50.622] [ 8.320577] softirqs last enabled at (0): = [<000000006edb44b5>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:32:50.624] [ 8.320580] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:32:50.648] [ 8.320582] Preemption disabled at: [2024-05-23 14:32:50.648] [ 8.320589] [<00000000d30d6112>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:32:50.648] [ 8.320596] CPU: 1 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:32:50.648] [ 8.320598] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:32:50.663] [ 8.320601] Call trace: [2024-05-23 14:32:50.663] [ 8.320606] dump_backtrace+0x0/0x1d8 [2024-05-23 14:32:50.663] [ 8.320609] show_stack+0x14/0x20 [2024-05-23 14:32:50.665] [ 8.320613] dump_stack+0xb8/0xf0 [2024-05-23 14:32:50.689] [ 8.320618] ___might_sleep+0x178/0x210 [2024-05-23 14:32:50.691] [ 8.320620] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:32:50.691] [ 8.320626] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:32:50.691] [ 8.320630] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:32:50.691] [ 8.320636] gic_set_type+0x84/0x98 [2024-05-23 14:32:50.691] [ 8.320640] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:32:50.691] [ 8.320643] __setup_irq+0x76c/0x7f8 [2024-05-23 14:32:50.717] [ 8.320647] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:32:50.717] [ 8.320675] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:32:50.717] [ 8.320693] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:32:50.717] [ 8.320698] platform_drv_probe+0x58/0xb8 [2024-05-23 14:32:50.717] [ 8.320703] = driver_probe_device+0x228/0x410 [2024-05-23 14:32:50.717] [ 8.320707] __driver_attach+0xfc/0x118 [2024-05-23 14:32:50.732] [ 8.320710] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:32:50.735] [ 8.320714] driver_attach+0x20/0x28 [2024-05-23 14:32:50.735] [ 8.320717] bus_add_driver+0x220/0x268 [2024-05-23 14:32:50.735] [ 8.320721] driver_register+0x60/0xf8 [2024-05-23 14:32:50.758] [ 8.320724] = __platform_driver_register+0x44/0x50 [2024-05-23 14:32:50.760] [ 8.320742] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:32:50.760] [ 8.320747] do_one_initcall+0x50/0x15c [2024-05-23 14:32:50.760] [ 8.320751] do_init_module+0x54/0x1b0 [2024-05-23 14:32:50.760] [ 8.320754] load_module+0x1e70/0x2428 [2024-05-23 14:32:50.760] [ 8.320757] SyS_finit_module+0xe4/0x118 [2024-05-23 14:32:50.760] [ 8.320760] el0_svc_naked+0x34/0x38 [2024-05-23 14:32:50.783] [ 8.326778] libphy: tcc-gmac-mdio: probed [2024-05-23 14:32:50.796] [ 8.326784] [INFO][GMAC] registered! [2024-05-23 14:32:50.796] [ 8.326787] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:32:50.796] [ 8.326792] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:32:50.796] [ 8.353888] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:32:50.796] [ 8.355831] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:32:50.809] [ 8.371069] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:32:50.809] [ 8.371642] Done!! [2024-05-23 14:32:50.809] [ 8.405637] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:32:50.811] [ 8.405678] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:32:50.811] [ 8.405678] -- MASTER Configuration. [2024-05-23 14:32:50.835] [ 8.405678] -- Local Receiver Status Not = OK. [2024-05-23 14:32:50.848] [ 8.405678] -- Remote Receiver Status Not = OK. [2024-05-23 14:32:50.848] [ 8.405691] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:32:50.848] [ 8.405695] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:32:50.848] [ 8.407393] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:32:50.850] [ 8.411421] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:32:50.850] [ 8.412499] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:32:50.872] [ 8.412506] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:32:50.874] [ 8.412506] =20 [2024-05-23 14:32:50.874] [ 8.412834] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:32:50.874] [ 8.413096] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:32:50.874] [ 8.413099] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:32:50.897] [ 8.413103] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:32:50.910] [ 8.413103] =20 [2024-05-23 14:32:50.910] [ 8.413260] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:32:50.910] [ 8.413274] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:32:50.910] [ 8.413278] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:32:50.910] [ 8.413282] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:32:50.912] [ 8.413290] [INFO][GMAC] --] phy_start: : [2024-05-23 14:32:50.912] [ 8.414073] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:32:50.912] [ 8.473871] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:32:50.935] [ 8.476699] Done!! [2024-05-23 14:32:50.935] [ 8.519494] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:50.935] [ 8.561924] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:32:50.935] [ 8.564907] Done!! [2024-05-23 14:32:50.935] [ 8.627479] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:50.937] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:32:50.961] [ OK ] Started NS System Management Process. [2024-05-23 14:32:50.961] Starting NS Inter Domain Comm = Process... [2024-05-23 14:32:50.961] [ OK ] Started Network Service. [2024-05-23 14:32:50.976] [ OK ] Started Load[ 8.727961] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:32:50.978] Kernel Modules. [2024-05-23 14:32:50.978] [ 8.735151] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:32:51.003] [ 8.735491] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:51.004] Starting Wait for Network[ = 8.752129] ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: = Successfully registered [2024-05-23 14:32:51.004] to be Configured... [2024-05-23 14:32:51.005] [ 8.763372] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:32:51.030] m OK ] Reached target 8.773871] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:51.030] 9mNetwork. [2024-05-23 14:32:51.030] [ 8.788765] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:32:51.048] [ 8.788779] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:32:51.050] [ 8.789508] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:32:51.075] [ 8.789515] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:32:51.075] [ 8.791307] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:32:51.075] Starting udev Coldplug all Devices... [2024-05-23 14:32:51.095] [ 8.843524] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:51.095] Starting Permit User Sessions... [2024-05-23 14:32:51.095] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:32:51.120] [ OK ] Started Permit User Sessions. [2024-05-23 14:32:51.120] [ OK ] Started Getty on tty1. [2024-05-23 14:32:51.154] parents, child is 324 [2024-05-23 14:32:51.154] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:32:51.154] [ OK ] Reached target Login Prompts. [2024-05-23 14:32:51.156] [IDC]Start. [2024-05-23 14:32:51.156] [ 8.908147] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:32:51.176] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:32:51.178] [ OK ] Started Cluster Framework. [2024-05-23 14:32:51.178] [IDC](A7)ConnectReq 0 [2024-05-23 14:32:51.178] [IDC](A7)do_connect 0 [2024-05-23 14:32:51.178] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:32:51.178] [IDC](A7)Tx start session req 1 [2024-05-23 14:32:51.178] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:32:51.211] [IDC](R5)ConnectReq 0 [2024-05-23 14:32:51.239] [IDC](R5)do_connect 0 [2024-05-23 14:32:51.239] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:32:51.239] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:32:51.239] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:32:51.239] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:32:51.239] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:32:51.239] [IDC](A7)Session conne[ 8.957431] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:32:51.239] cted. [2024-05-23 14:32:51.239] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:32:51.239] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:32:51.239] [IDC](R5)Session connected.2 [2024-05-23 14:32:51.239] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:32:51.256] [ OK ] Started HUD Framework. [2024-05-23 14:32:51.274] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:32:51.310] [ 9.071621] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:51.338] [ OK ] Started Nvm Process. [2024-05-23 14:32:51.360] [ OK ] Started NS hsm control application. [2024-05-23 14:32:51.377] [ OK ] Started Diagnosis Framework. [2024-05-23 14:32:51.414] [ OK ] Started Diagnosis Transport. [2024-05-23 14:32:51.428] [ OK ] Started NS Software Update. [2024-05-23 14:32:51.454] [ 9.192969] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:51.459] [ OK ] Started NS Secondary Verify. [2024-05-23 14:32:51.540] [ 9.300426] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:32:51.561] [ 9.304920] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:51.574] [ OK ] Started Login Service. [2024-05-23 14:32:51.578] [ OK ] Reached target Multi-User System. [2024-05-23 14:32:51.604] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:32:51.609] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:32:51.611] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:32:51.639] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:32:51.661] [ 9.415622] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:51.779] [ 9.540405] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:32:52.503] [ 10.264831] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:32:52.528] [ 10.273223] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:32:53.336] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:32:53.553] [ 11.307588] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:32:53.561] [ 11.307596] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:32:57.690]=20 [2024-05-23 14:32:57.690] telechips-nsp1-release login:=20 [2024-05-23 14:33:00.591]=20 [2024-05-23 14:33:00.611] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:33:00.615]=20 [2024-05-23 14:33:00.615] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:33:00.615] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:33:00.615] DRAM: 2 GiB [2024-05-23 14:33:00.638] MMC: sdhc@0x16440000: 0 [2024-05-23 14:33:00.921]=20 [2024-05-23 14:33:00.921] HW Partition tyep is UserData [2024-05-23 14:33:00.943] In: serial [2024-05-23 14:33:00.945] Out: serial [2024-05-23 14:33:00.945] Err: serial [2024-05-23 14:33:00.998] Boot in the UserData environment(0) [2024-05-23 14:33:01.002] Non-secure boot (secure boot flag is clear) [2024-05-23 14:33:01.016] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:33:01.016] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:33:01.016] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:33:01.031] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:33:01.044] Booting using the fdt blob at 0x23000000 [2024-05-23 14:33:01.044] Loading Kernel Image [2024-05-23 14:33:01.046] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:33:01.046] OPTEE is enabled [2024-05-23 14:33:01.067]=20 [2024-05-23 14:33:01.067] Starting kernel ... [2024-05-23 14:33:01.073]=20 [2024-05-23 14:33:01.981] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:33:01.985] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:33:02.000] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:33:02.015] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:33:02.015] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:33:02.015] [ 0.000000] efi: UEFI not found. [2024-05-23 14:33:02.030] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:33:02.042] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:33:02.054] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:33:02.054] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:33:02.056] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:33:02.081] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:33:02.083] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:33:02.083] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:33:02.083] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:33:02.109] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:33:02.109] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:33:02.109] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:33:02.125] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:33:02.138] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:33:02.154] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:33:02.154] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:33:02.157] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:33:02.157] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:33:02.187] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:33:02.187] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:33:02.187] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:33:02.188] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:33:02.215] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:33:02.215] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:33:02.215] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:33:02.215] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:33:02.216] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:33:02.242] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:33:02.242] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:33:02.242] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:33:02.242] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:33:02.255] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:33:02.255] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:33:02.257] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:33:02.280] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:33:02.280] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:33:02.303] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:33:02.307] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:33:02.307] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:33:02.339] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:33:02.339] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:33:02.339] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:33:02.359] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:33:02.371] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:33:02.371] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:33:02.371] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:33:02.372] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:33:02.396] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:33:02.399] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:33:02.399] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:33:02.399] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:33:02.427] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:33:02.427] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:33:02.427] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:33:02.430] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:33:02.455] [ 0.000000] Running RCU self tests [2024-05-23 14:33:02.455] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:33:02.455] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:33:02.455] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:33:02.455] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:33:02.457] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:33:02.483] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:33:02.483] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:33:02.483] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:33:02.483] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:33:02.484] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:33:02.508] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:33:02.508] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:33:02.508] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:33:02.523] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:33:02.523] [ 0.001473] Console: colour dummy device = 80x25 [2024-05-23 14:33:02.537] [ 0.001715] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:33:02.549] [ 0.001718] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:33:02.549] [ 0.001721] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:33:02.551] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:33:02.551] [ 0.001726] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:33:02.551] [ 0.001729] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:33:02.576] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:33:02.576] [ 0.001734] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:33:02.576] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:33:02.576] [ 0.001739] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:33:02.576] [ 0.001780] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:33:02.590] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:33:02.590] [ 0.002284] Security Framework initialized [2024-05-23 14:33:02.605] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:33:02.607] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:33:02.607] [ 0.002676] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:33:02.635] [ 0.019949] ASID allocator initialised with = 32768 entries [2024-05-23 14:33:02.635] [ 0.035853] Hierarchical SRCU = implementation. [2024-05-23 14:33:02.635] [ 0.062277] EFI services will not be = available. [2024-05-23 14:33:02.635] [ 0.076122] smp: Bringing up secondary CPUs = ... [2024-05-23 14:33:02.635] [ 0.120748] Detected VIPT I-cache on CPU1 [2024-05-23 14:33:02.637] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:33:02.650] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:33:02.650] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:33:02.650] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:33:02.654] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:33:02.678] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:33:02.678] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:33:02.678] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:33:02.678] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:33:02.678] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:33:02.680] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:33:02.704] [ 0.213115] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:33:02.704] [ 0.213701] devtmpfs: initialized [2024-05-23 14:33:02.704] [ 0.402919] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:33:02.704] [ 0.403186] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:33:02.721] [ 0.411965] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:33:02.734] [ 0.412874] chipinfo: TCC8030 Rev02 [2024-05-23 14:33:02.734] [ 0.412890] chipinfo: SiP Service v0.1.56 [2024-05-23 14:33:02.734] [ 0.418166] NET: Registered protocol family = 16 [2024-05-23 14:33:02.747] [ 0.422117] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:33:02.747] [ 0.424077] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:33:02.772] [ 0.425651] cpuidle: using governor menu [2024-05-23 14:33:02.772] [ 0.425888] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:33:02.772] [ 0.440021] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:33:02.775] [ 0.440515] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:33:02.775] [ 0.440562] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:33:02.775] [ 0.440606] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:33:02.775] [ 0.440650] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:33:02.775] [ 0.440693] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:33:02.801] [ 0.440737] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:33:02.801] [ 0.440781] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:33:02.801] [ 0.440824] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:33:02.801] [ 0.440867] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:33:02.801] [ 0.440910] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:33:02.821] [ 0.440954] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:33:02.823] [ 0.440998] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:33:02.823] [ 0.441041] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:33:02.823] [ 0.441085] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:33:02.823] [ 0.441128] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:33:02.848] [ 0.441185] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:33:02.848] [ 0.441229] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:33:02.848] [ 0.441273] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:33:02.848] [ 0.441628] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:33:02.848] [ 0.441671] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:33:02.861] [ 0.441715] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:33:02.862] [ 0.441758] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:33:02.862] [ 0.441802] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:33:02.891] [ 0.441845] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:33:02.891] [ 0.441888] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:33:02.891] [ 0.441932] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:33:02.891] [ 0.441975] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:33:02.891] [ 0.442019] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:33:02.904] [ 0.442148] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:33:02.905] [ 0.442194] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:33:02.905] [ 0.442431] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:33:02.932] [ 0.442490] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:33:02.932] [ 0.442534] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:33:02.932] [ 0.442578] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:33:02.932] [ 0.442621] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:33:02.932] [ 0.442665] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:33:02.936] [ 0.442708] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:33:02.962] [ 0.442911] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:33:02.962] [ 0.442955] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:33:02.962] [ 0.442998] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:33:02.962] [ 0.443041] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:33:02.962] [ 0.443084] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:33:02.965] [ 0.443128] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:33:02.990] [ 0.443171] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:33:02.990] [ 0.443213] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:33:02.990] [ 0.443257] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:33:02.990] [ 0.443300] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:33:02.990] [ 0.443357] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:33:03.006] [ 0.443400] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:33:03.006] [ 0.443444] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:33:03.006] [ 0.443487] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:33:03.021] [ 0.444023] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:33:03.036] [ 0.444067] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:33:03.036] [ 0.444239] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:33:03.048] [ 0.444407] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:33:03.048] [ 0.444591] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:33:03.048] [ 0.444757] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:33:03.051] [ 0.444925] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:33:03.051] [ 0.444969] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:33:03.073] [ 0.445013] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:33:03.075] [ 0.445177] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:33:03.075] [ 0.445340] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:33:03.075] [ 0.445505] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:33:03.075] [ 0.445549] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:33:03.099] [ 0.445592] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:33:03.099] [ 0.445636] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:33:03.099] [ 0.445679] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:33:03.099] [ 0.445848] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:33:03.099] [ 0.445892] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:33:03.114] [ 0.446193] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:33:03.114] [ 0.446212] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:33:03.114] [ 0.528586] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:33:03.130] [ 0.528675] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:33:03.130] [ 1.675358] console [ttyAMA0] enabled [2024-05-23 14:33:03.156] [ 1.682971] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:33:03.171] [ 1.711829] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:33:03.175] [ 1.722118] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:33:03.190] [ 1.732710] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:33:03.205] [ 1.742964] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:33:03.295] [ 1.843039] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:33:03.322] [ 1.863930] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:33:03.324] [ 1.870825] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:33:03.352] [ 1.877613] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:33:03.352] [ 1.883985] Linux video capture interface: = v2.00 [2024-05-23 14:33:03.356] [ 1.889752] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:03.369] [ 1.889757] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:33:03.371] [ 1.889761] 6 locks held by swapper/0/1: [2024-05-23 14:33:03.371] [ 1.889764] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:33:03.397] [ 1.889789] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:33:03.397] [ 1.889804] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:33:03.397] [ 1.889822] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:03.415] [ 1.889837] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:33:03.427] [ 1.889852] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:03.429] [ 1.889871] irq event stamp: 288078 [2024-05-23 14:33:03.429] [ 1.889876] hardirqs last enabled at = (288077): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:03.453] [ 1.889881] hardirqs last disabled at = (288078): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:03.453] [ 1.889888] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:03.453] [ 1.889892] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:03.473] [ 1.889895] Preemption disabled at: [2024-05-23 14:33:03.473] [ 1.889900] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:03.485] [ 1.889909] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:33:03.485] [ 1.889912] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:03.488] [ 1.889916] Call trace: [2024-05-23 14:33:03.488] [ 1.889922] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:03.488] [ 1.889926] show_stack+0x14/0x20 [2024-05-23 14:33:03.510] [ 1.889932] dump_stack+0xb8/0xf0 [2024-05-23 14:33:03.512] [ 1.889937] ___might_sleep+0x178/0x210 [2024-05-23 14:33:03.512] [ 1.889941] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:03.512] [ 1.889946] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:03.512] [ 1.889951] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:03.512] [ 1.889958] gic_set_type+0x84/0x98 [2024-05-23 14:33:03.512] [ 1.889963] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:03.536] [ 1.889967] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:03.536] [ 1.889972] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:03.536] [ 1.889977] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:33:03.536] [ 1.889983] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:33:03.536] [ 1.889988] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:03.536] [ 1.889993] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:03.550] [ 1.889997] __driver_attach+0xfc/0x118 [2024-05-23 14:33:03.550] [ 1.890002] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:03.550] [ 1.890007] driver_attach+0x20/0x28 [2024-05-23 14:33:03.564] [ 1.890012] bus_add_driver+0x220/0x268 [2024-05-23 14:33:03.566] [ 1.890017] driver_register+0x60/0xf8 [2024-05-23 14:33:03.566] [ 1.890021] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:03.566] [ 1.890027] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:33:03.586] [ 1.890032] do_one_initcall+0x50/0x15c [2024-05-23 14:33:03.586] [ 1.890039] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:33:03.586] [ 1.890044] kernel_init+0x10/0x100 [2024-05-23 14:33:03.586] [ 1.890048] ret_from_fork+0x10/0x18 [2024-05-23 14:33:03.586] [ 1.895680] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:33:03.618] [ 2.142835] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:33:03.621] [ 2.156302] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:33:03.621] [ 2.163340] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:33:03.621] [ 2.167941] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:33:03.639] [ 2.172744] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:33:03.639] [ 2.177591] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:33:03.639] [ 2.182146] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:33:03.688] [ 2.235691] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:33:03.699] [ 2.248081] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:03.718] [ 2.266211] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:03.733] [ 2.281826] NET: Registered protocol family = 2 [2024-05-23 14:33:03.747] [ 2.289306] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:33:03.760] [ 2.296919] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:33:03.773] [ 2.307983] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:33:03.774] [ 2.315651] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:33:03.774] [ 2.322402] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:33:03.801] [ 2.330457] NET: Registered protocol family = 1 [2024-05-23 14:33:03.890] [ 2.438457] audit: initializing netlink = subsys (disabled) [2024-05-23 14:33:03.898] [ 2.444945] audit: type=3D2000 = audit(2.432:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:33:03.913] [ 2.445519] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:33:03.982] [ 2.527626] fuse init (API version 7.26) [2024-05-23 14:33:04.006] [ 2.545842] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:33:04.022] [ 2.555769] io scheduler noop registered = (default) [2024-05-23 14:33:04.024] [ 2.560609] io scheduler mq-deadline = registered [2024-05-23 14:33:04.024] [ 2.565364] io scheduler kyber registered [2024-05-23 14:33:04.040] [ 2.576018] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:04.043] [ 2.583257] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:04.043] [ 2.589469] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:33:04.060] [ 2.597072] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:04.112] [ 2.659318] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:04.118] [ 2.667165] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:04.134] [ 2.672120] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:33:04.134] [ 2.677548] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:04.136] [ 2.678168] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:04.165] [ 2.688922] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:04.165] [ 2.695131] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:33:04.165] [ 2.702689] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:04.190] [ 2.726919] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:04.192] [ 2.733697] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:04.192] [ 2.738344] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:33:04.212] [ 2.743770] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:04.212] [ 2.744331] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:04.212] [ 2.755084] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:04.214] [ 2.761292] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:33:04.240] [ 2.768909] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:04.288] [ 2.835412] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:04.306] [ 2.842277] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:04.308] [ 2.847049] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:33:04.323] [ 2.852477] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:04.324] [ 2.862424] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:33:04.324] [ 2.872154] [INF][WDMA] tcc_wdma_init [2024-05-23 14:33:04.356] [ 2.876931] TCC WDMA Driver Initializing [2024-05-23 14:33:04.356] [ 2.884022] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:33:04.356] [ 2.890077] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:33:04.368] [ 2.900927] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:04.371] [ 2.913646] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:33:04.407] [ 2.923194] [CPU_ID] probe is done [2024-05-23 14:33:04.407] [ 2.927019] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:33:04.407] [ 2.933677] [DRAM_TOOL] probe is done [2024-05-23 14:33:04.407] [ 2.941095] MALI-G51 : r30p0-01eac0 [2024-05-23 14:33:04.409] [ 2.944623] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:33:04.409] [ 2.954271] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:04.431] [ 2.954275] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:33:04.431] [ 2.954280] 6 locks held by swapper/0/1: [2024-05-23 14:33:04.431] [ 2.954283] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:33:04.449] [ 2.954310] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:33:04.451] [ 2.954326] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:33:04.480] [ 2.954344] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:04.480] [ 2.954359] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:33:04.480] [ 2.954375] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:04.483] [ 2.954394] irq event stamp: 453712 [2024-05-23 14:33:04.502] [ 2.954399] hardirqs last enabled at = (453711): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:04.504] [ 2.954404] hardirqs last disabled at = (453712): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:04.504] [ 2.954411] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:04.529] [ 2.954415] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:04.529] [ 2.954417] Preemption disabled at: [2024-05-23 14:33:04.529] [ 2.954422] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:04.529] [ 2.954432] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:33:04.543] [ 2.954435] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:04.543] [ 2.954438] Call trace: [2024-05-23 14:33:04.557] [ 2.954444] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:04.559] [ 2.954449] show_stack+0x14/0x20 [2024-05-23 14:33:04.559] [ 2.954454] dump_stack+0xb8/0xf0 [2024-05-23 14:33:04.559] [ 2.954460] ___might_sleep+0x178/0x210 [2024-05-23 14:33:04.559] [ 2.954463] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:04.571] [ 2.954468] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:04.573] [ 2.954474] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:04.573] [ 2.954481] gic_set_type+0x84/0x98 [2024-05-23 14:33:04.597] [ 2.954486] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:04.608] [ 2.954491] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:04.608] [ 2.954495] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:04.608] [ 2.954501] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:33:04.608] [ 2.954507] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:33:04.608] [ 2.954511] kbase_device_init+0x78/0xf8 [2024-05-23 14:33:04.608] [ 2.954518] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:33:04.622] [ 2.954522] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:04.622] [ 2.954527] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:04.622] [ 2.954532] __driver_attach+0xfc/0x118 [2024-05-23 14:33:04.626] [ 2.954537] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:04.626] [ 2.954542] driver_attach+0x20/0x28 [2024-05-23 14:33:04.626] [ 2.954546] bus_add_driver+0x220/0x268 [2024-05-23 14:33:04.648] [ 2.954551] driver_register+0x60/0xf8 [2024-05-23 14:33:04.649] [ 2.954555] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:04.649] [ 2.954563] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:33:04.649] [ 2.954568] do_one_initcall+0x50/0x15c [2024-05-23 14:33:04.649] [ 2.954575] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:33:04.649] [ 2.954581] kernel_init+0x10/0x100 [2024-05-23 14:33:04.672] [ 2.954585] ret_from_fork+0x10/0x18 [2024-05-23 14:33:04.686] [ 2.956641] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:33:04.686] [ 3.212058] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:33:04.686] [ 3.218873] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:33:04.688] [ 3.233123] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:33:04.715] [ 3.240442] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:33:04.715] [ 3.252852] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:33:04.715] [ 3.259071] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:33:04.735] [ 3.263452] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:33:04.747] [ 3.271106] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:33:04.773] [ 3.319555] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:33:04.781] [ 3.330443] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:33:04.796] [ 3.338295] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:33:04.825] [ 3.348607] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:33:04.825] [ 3.353884] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:33:04.845] [ 3.364957] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:33:04.845] [ 3.373819] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:33:04.857] [ 3.393072] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:33:04.870] [ 3.394624] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:33:04.871] [ 3.395679] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:33:04.871] [ 3.399636] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:33:04.894] [ 3.400309] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:33:04.907] [ 3.400938] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:33:04.907] [ 3.402030] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:33:04.907] [ 3.414049] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:33:04.909] [ 3.414079] GPT:15269887 !=3D 15273599 [2024-05-23 14:33:04.909] [ 3.414087] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:33:04.933] [ 3.414094] GPT:15269887 !=3D 15273599 [2024-05-23 14:33:04.945] [ 3.414102] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:33:04.945] [ 3.414218] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:33:04.947] [ 3.483831] libphy: Fixed MDIO Bus: probed [2024-05-23 14:33:04.947] [ 3.488832] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:33:04.961] [ 3.502029] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:33:04.964] [ 3.506557] [INFO][GAMC] gmac index : 1 [2024-05-23 14:33:04.964] [ 3.511060] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:33:04.976] [ 3.516228] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:33:04.976] [ 3.522555] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:33:04.988] [ 3.526949] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:33:04.990] [ 3.535314] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:33:05.009] [ 3.548814] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:33:05.009] [ 3.554679] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:05.020] [ 3.554691] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:33:05.022] [ 3.554698] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:33:05.041] [ 3.554709] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:05.050] [ 3.554721] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:33:05.050] [ 3.583631] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:33:05.052] [ 3.599757] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:33:05.071] [ 3.606413] usbhid: USB HID core driver [2024-05-23 14:33:05.071] [ 3.610597] optee: probing for conduit = method from DT. [2024-05-23 14:33:05.071] [ 3.615778] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:33:05.082] [ 3.617661] optee: initialized driver [2024-05-23 14:33:05.084] [ 3.627225] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:33:05.102] [ 3.632959] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:33:05.113] [ 3.638128] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:33:05.113] [ 3.643330] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:33:05.113] [ 3.649105] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:33:05.122] [ 3.654912] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:33:05.122] [ 3.660774] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:33:05.125] [ 3.667243] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:33:05.144] [ 3.674680] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:33:05.144] [ 3.682628] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:33:05.160] [ 3.696590] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:33:05.162] [ 3.704626] NET: Registered protocol family = 17 [2024-05-23 14:33:05.162] [ 3.709558] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:33:05.188] [ 3.727234] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:33:05.349] [ 3.894798] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:05.354] [ 3.894948] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:33:05.366] [ 3.910646] ALSA device list: [2024-05-23 14:33:05.366] [ 3.913639] No soundcards found. [2024-05-23 14:33:05.389] [ 3.919552] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:33:05.392] [ 3.940443] Freeing unused kernel memory: = 4160K [2024-05-23 14:33:05.401] Mounting devtmpfs [2024-05-23 14:33:05.423] [ 3.955375] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:33:05.428] Mounting procfs [2024-05-23 14:33:05.428] Mounting sysfs [2024-05-23 14:33:05.439] [ 3.981899] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:33:05.455] [ 4.002213] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:33:05.499] [ 4.044262] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:33:05.506] [ 4.053172] mount (97) used greatest stack = depth: 11648 bytes left [2024-05-23 14:33:05.521] [ 4.069054] mount (99) used greatest stack = depth: 11200 bytes left [2024-05-23 14:33:05.772] [ 4.318979] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:33:05.870] [ 4.417057] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:33:05.898] [ 4.444799] systemd[1]: Detected = architecture arm64. [2024-05-23 14:33:05.944]=20 [2024-05-23 14:33:05.944] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:33:05.956]=20 [2024-05-23 14:33:05.960] [ 4.508530] systemd[1]: Set hostname to = . [2024-05-23 14:33:05.972] [ 4.519802] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:33:05.989] [ 4.528992] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:33:06.235] [ 4.783459] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:33:06.262] [ 4.800574] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:33:06.296] [ 4.844702] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:33:06.309] [ 4.856847] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:33:06.501] [ 5.045066] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:33:06.569] [ OK ] Listening on Syslog Socket. [2024-05-23 14:33:06.592] [ OK ] Reached target Remote File Systems. [2024-05-23 14:33:06.609] [ OK ] Listening on Journal Socket. [2024-05-23 14:33:06.637] Mounting FUSE Control File System... [2024-05-23 14:33:06.669] Mounting Huge Pages File System... [2024-05-23 14:33:06.693] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:33:06.726] Mounting Configuration File System... [2024-05-23 14:33:06.732] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:33:06.758] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:33:06.775] [ OK ] Reached target Paths. [2024-05-23 14:33:06.804] Mounting POSIX Message Queue File = System... [2024-05-23 14:33:06.825] [ OK ] Created slice User and Session Slice. [2024-05-23 14:33:06.841] [ OK ] Reached target Slices. [2024-05-23 14:33:06.875] Mounting Kernel Debug File System... [2024-05-23 14:33:06.892] [ OK ] Reached target Swap. [2024-05-23 14:33:06.909] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:33:06.927] [ OK ] Listening on udev Control Socket. [2024-05-23 14:33:06.959] Starting udev Coldplug all Devices... [2024-05-23 14:33:06.982] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:33:07.009] [ OK ] Created slice system-getty.slice. [2024-05-23 14:33:07.043] Starting Apply Kernel Variables... [2024-05-23 14:33:07.060] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:33:07.074] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:33:07.090] [ 5.628397] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:33:07.109] Starting Journal Service... [2024-05-23 14:33:07.142] Starting mount data partition = service... [2024-05-23 14:33:07.176] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:33:07.210] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:33:07.228] [ OK ] Mounted Configuration File System. [2024-05-23 14:33:07.259] [ 5.796026] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:07.277] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:33:07.325] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:33:07.341] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:33:07.380] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:33:07.411] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:33:07.444] [ OK ] Started mount data partition service. [2024-05-23 14:33:07.460] [ OK ] Started Journal Service. [2024-05-23 14:33:07.525] Starting NS file System mount and = recovery.... [2024-05-23 14:33:07.560] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:33:07.578] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:33:07.615] Mounting /var/volatile... [2024-05-23 14:33:07.645] Mounting /tmp... [2024-05-23 14:33:07.655] [ 6.203106] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:07.674] [ OK ] Reached target Containers. [2024-05-23 14:33:07.710] Starting udev Kernel Device = Manager... [2024-05-23 14:33:07.744] [ 6.291135] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:07.846] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:33:07.865] [ 6.401722] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:07.930] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:33:07.961] [ OK ] Mounted /var/volatile. [2024-05-23 14:33:07.977] [ OK ] Mounted /tmp. [2024-05-23 14:33:08.065] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:33:08.093] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:33:08.263] [ 6.810247] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:33:08.294] Starting Bind mount volatile = /var/spool... [2024-05-23 14:33:08.315] Starting Bind mount volatile = /var/lib... [2024-05-23 14:33:08.346] Starting Bind mount volatile = /var/cache... [2024-05-23 14:33:08.376] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:33:08.484] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:33:08.596] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:33:08.628] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:33:08.665] Starting Load/Save Random Seed... [2024-05-23 14:33:08.682] [ OK ] Reached target Local File Systems. [2024-05-23 14:33:08.714] Starting AppArmor initialization... [2024-05-23 14:33:08.745] Starting netfilter persistent = configuration... [2024-05-23 14:33:08.784] Starting Create Volatile Files and = Directories... [2024-05-23 14:33:08.811] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:33:08.901] [ 7.448727] audit: type=3D1400 = audit(1550139121.124:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:33:08.926] [ 7.464158] audit: type=3D1400 = audit(1550139121.128:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:33:08.939] [ 7.480217] audit: type=3D1400 = audit(1550139121.128:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:33:08.954] [ 7.498137] audit: type=3D1400 = audit(1550139121.128:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:33:08.969] [ 7.514033] audit: type=3D1400 = audit(1550139121.128:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:33:08.986] [ 7.530196] audit: type=3D1400 = audit(1550139121.128:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:33:09.000] [ 7.546024] audit: type=3D1400 = audit(1550139121.128:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:33:09.039] [ OK ] Started AppArmor initialization. [2024-05-23 14:33:09.064] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:33:09.094] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:33:09.125] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:33:09.139] [ OK ] Reached target Network (Pre). [2024-05-23 14:33:09.178] Starting Network Service... [2024-05-23 14:33:09.208] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:33:09.243] [ OK ] Reached target System Initialization. [2024-05-23 14:33:09.261] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:33:09.270] [ OK ] Reached target Timers. [2024-05-23 14:33:09.295] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:33:09.311] [ OK ] Reached target Sockets. [2024-05-23 14:33:09.316] [ OK ] Reached target Basic System. [2024-05-23 14:33:09.364] [ OK ] Started System Logging Service. [2024-05-23 14:33:09.366] [ 7.909036] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:33:09.395] [ OK ] Started Kernel Logging Service. [2024-05-23 14:33:09.398] [ 7.944535] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:33:09.413] [ 7.949122] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:33:09.413] [ 7.953660] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:33:09.438] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:33:09.485] Starting Load Kernel Modules... [2024-05-23 14:33:09.514] Starting Login Service... [2024-05-23 14:33:09.552] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:33:09.559] [ 8.104176] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:33:09.573] [ 8.112897] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:33:09.573] [ 8.120276] Disabling lock debugging due to = kernel taint [2024-05-23 14:33:09.592] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:33:09.612] [ OK ] Started NS VSync Process. [2024-05-23 14:33:09.629] [ 8.174914] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:33:09.644] [ 8.180023] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:33:09.647] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:33:09.671] [ OK ] Started NS System Management Process. [2024-05-23 14:33:09.675] Starting NS Inter Domain Comm = Process... [2024-05-23 14:33:09.691] [ OK ] Started Network Servi[ 8.180034] = [INFO][GMAC]=20 [2024-05-23 14:33:09.691] ce. [2024-05-23 14:33:09.691] [ 8.229916] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:33:09.693] Start /usr/bin/sys-fail-mon [2024-05-23 14:33:09.717] [ 8.240801] libphy: tcc-gmac-mdio: probed [2024-05-23 14:33:09.719] [ 8.246135] [INFO][GMAC] registered! [2024-05-23 14:33:09.719] [ 8.247788] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:33:09.719] [ 8.247814] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:33:09.719] [ 8.248343] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:33:09.744] [ 8.248351] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:33:09.744] [ 8.257248] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:09.748] [ 8.257694] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:33:09.774] [ 8.257728] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:33:09.774] [ 8.258435] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:33:09.774] [ 8.258445] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:33:09.781] [ 8.260443] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:09.808] [ 8.287463] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:33:09.808] [ 8.289113] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:09.808] [ 8.289117] in_atomic(): 1, = irqs_disabled(): 128, pid: 267, name: systemd-modules [2024-05-23 14:33:09.810] [ 8.289119] INFO: lockdep is turned off. [2024-05-23 14:33:09.837] [ 8.289121] irq event stamp: 24795 [2024-05-23 14:33:09.837] [ 8.289135] hardirqs last enabled at = (24795): [<00000000a66fb5f9>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:09.837] [ 8.289139] hardirqs last disabled at = (24794): [<00000000aaedc6d5>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:09.837] [ 8.289146] softirqs last enabled at (0): = [<000000009872171f>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:09.858] [ 8.289149] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:09.858] [ 8.289151] Preemption disabled at: [2024-05-23 14:33:09.858] [ 8.289157] [<000000002c251d64>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:09.871] [ 8.289164] CPU: 1 PID: 267 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:33:09.873] [ 8.289166] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:09.896] [ 8.289168] Call trace: [2024-05-23 14:33:09.898] [ 8.289173] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:09.898] [ 8.289176] show_stack+0x14/0x20 [2024-05-23 14:33:09.898] [ 8.289180] dump_stack+0xb8/0xf0 [2024-05-23 14:33:09.898] [ 8.289184] ___might_sleep+0x178/0x210 [2024-05-23 14:33:09.898] [ 8.289187] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:09.898] [ 8.289193] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:09.921] [ 8.289197] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:09.933] [ 8.289203] gic_set_type+0x84/0x98 [2024-05-23 14:33:09.933] [ 8.289206] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:09.933] [ 8.289210] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:09.933] [ 8.289213] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:09.933] [ 8.289240] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:33:09.935] [ 8.289257] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:33:09.935] [ 8.289262] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:09.935] [ 8.289267] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:09.935] [ 8.289271] __driver_attach+0xfc/0x118 [2024-05-23 14:33:09.959] [ 8.289274] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:09.959] [ 8.289278] driver_attach+0x20/0x28 [2024-05-23 14:33:09.959] [ 8.289282] bus_add_driver+0x220/0x268 [2024-05-23 14:33:09.959] [ 8.289285] driver_register+0x60/0xf8 [2024-05-23 14:33:09.959] [ 8.289288] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:09.959] [ 8.289306] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:33:09.973] [ 8.289309] do_one_initcall+0x50/0x15c [2024-05-23 14:33:09.977] [ 8.289313] do_init_module+0x54/0x1b0 [2024-05-23 14:33:09.977] [ 8.289316] load_module+0x1e70/0x2428 [2024-05-23 14:33:09.977] [ 8.289319] SyS_finit_module+0xe4/0x118 [2024-05-23 14:33:10.002] [ 8.289322] el0_svc_naked+0x34/0x38 [2024-05-23 14:33:10.013] [ 8.311286] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:33:10.013] [ 8.318276] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:33:10.013] [ 8.324528] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:33:10.013] [ 8.325337] Done!! [2024-05-23 14:33:10.013] [ 8.405320] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:33:10.017] [ 8.407828] Done!! [2024-05-23 14:33:10.017] [ 8.497369] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:33:10.017] [ 8.499730] Done!! [2024-05-23 14:33:10.038] [ 8.563763] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:33:10.038] [ 8.563771] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:33:10.040] Starting Wait for Network to be = Configured... [2024-05-23 14:33:10.040] [ OK ] Reached target Network. [2024-05-23 14:33:10.040] Starting Permit User Sessions... [2024-05-23 14:33:10.067] Starting udev Coldplug all Devices... [2024-05-23 14:33:10.067] [ OK ] Started Load Kernel Modules. [2024-05-23 14:33:10.069] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:33:10.083] [ OK ] Started Permit User Sessions. [2024-05-23 14:33:10.100] [ OK ] Started Getty on tty1[ 8.649647] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:33:10.114] . [2024-05-23 14:33:10.114] parents, child is 319 [2024-05-23 14:33:10.116] [ 8.658231] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:33:10.129] [ 8.658231] -- MASTER Configuration. [2024-05-23 14:33:10.129] [ 8.658231] -- Local Receiver Status Not = OK. [2024-05-23 14:33:10.129] [ 8.658231] -- Remote Receiver Status Not = OK. [2024-05-23 14:33:10.144] [IDC]Start. [2024-05-23 14:33:10.144] [ 8.681457] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:33:10.144] [[IDC]Idc driver opened. ret=3D3 [2024-05-23 14:33:10.144] [ 8.685017] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:33:10.159] OK [IDC](A7)ConnectR[ 8.700386] = [INFO][GMAC] --] tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:33:10.174] eq 0 [2024-05-23 14:33:10.174] ] [IDC](A7)do_connect 0 [2024-05-23 14:33:10.199] [IDC](A7[ 8.710668] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:33:10.199] )Session status 0 -> 1 [2024-05-23 14:33:10.199] [IDC](A7)Tx start session req 1 [2024-05-23 14:33:10.199] [IDC](A7)Session [ 8.723566] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:33:10.224] status 1 -> 2 [2024-05-23 14:33:10.224] [IDC](R5)ConnectRe[ 8.733718] [INFO][GMAC] = --] init_rx_desc: : before [2024-05-23 14:33:10.224] q 0 [2024-05-23 14:33:10.224] [IDC](R5)do_connect 0 [2024-05-23 14:33:10.224] [IDC[ 8.740238] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:33:10.249] [ 8.740238] =20 [2024-05-23 14:33:10.249] ](R5)Session status 0 -> 1 [2024-05-23 14:33:10.249] [IDC[ 8.740568] [INFO][GMAC] --] = init_rx_desc: : done [2024-05-23 14:33:10.249] ](R5)do_entry_startreq 1 [2024-05-23 14:33:10.249] Starte[ 8.758565] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:33:10.249] d Serial Getty on ttyAM[ 8.767146] = [INFO][GMAC] --] init_tx_desc: : before [2024-05-23 14:33:10.269] A0.[IDC](R5)do_periodic_star[ 8.774771] = [INFO][GMAC] tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:33:10.269] [ 8.774771] =20 [2024-05-23 14:33:10.269] treq 1. [2024-05-23 14:33:10.269]=20 [2024-05-23 14:33:10.269] [IDC](R5)Session stat[ 8.775113] = [INFO][GMAC] --] init_tx_desc: : done [2024-05-23 14:33:10.269] us 1 -> 2 [2024-05-23 14:33:10.269] [IDC](A7)Session stat[ 8.792723] = [INFO][GMAC] --] DMA initialization done:=20 [2024-05-23 14:33:10.271] us 2 -> 3 [2024-05-23 14:33:10.271] [IDC](A7)Session conn[ 8.792735] = [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:33:10.271] ected. [2024-05-23 14:33:10.271] [IDC]TimerStartReq 2 R5:[ 8.792743] = [INFO][GMAC] ch0 tx 1024 rx 1024 [2024-05-23 14:33:10.271] 1.0 [2024-05-23 14:33:10.271] [IDC](R5)Rx TIMER_START_REQ[ 8.792751] = [INFO][GMAC] --] phy_start: : [2024-05-23 14:33:10.290] R5:1.000] 2 [2024-05-23 14:33:10.303] [ OK [ 8.792806] [INFO][GMAC] --] = tcc_gmac_open done:=20 [2024-05-23 14:33:10.303] ] Reached target Login Prompts. [2024-05-23 14:33:10.303] [IDC](R5)Session connected.2 [2024-05-23 14:33:10.303] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:33:10.303] [ OK ] Started Cluster Framework. [2024-05-23 14:33:10.307] [ OK ] Started HUD Framework. [2024-05-23 14:33:10.330] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:33:10.358] [ 8.905587] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:10.393] [ OK ] Started Nvm Process. [2024-05-23 14:33:10.424] [ OK ] Started NS hsm control application. [2024-05-23 14:33:10.460] [ OK ] Started Diagnosis Framework. [2024-05-23 14:33:10.490] [ 9.027425] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:10.493] [ OK ] Started NS Software Update. [2024-05-23 14:33:10.513] [ OK ] Started NS Secondary Verify. [2024-05-23 14:33:10.531] [ OK ] Started Diagnosis Transport. [2024-05-23 14:33:10.558] [ 9.100875] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:33:10.591] [ 9.138948] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:10.645] [ OK ] Started Login Service. [2024-05-23 14:33:10.652] [ OK ] Reached target Multi-User System. [2024-05-23 14:33:10.669] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:33:10.691] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:33:10.709] [ 9.257607] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:10.778] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:33:10.796] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:33:10.819] [ 9.366941] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:10.932] [ 9.478945] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:11.043] [ 9.578877] sched: RT throttling activated [2024-05-23 14:33:11.047] [ 9.590895] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:11.165] [ 9.712659] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:11.301] [ 9.826918] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:11.401] [ 9.934898] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:11.601] [ 10.148042] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:33:11.614] [ 10.148051] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:33:12.227] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:33:12.652] [ 11.196705] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:33:12.660] [ 11.196758] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:33:16.396]=20 [2024-05-23 14:33:16.396] telechips-nsp1-release login:=20 [2024-05-23 14:33:19.838]=20 [2024-05-23 14:33:19.838] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:33:19.864]=20 [2024-05-23 14:33:19.864] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:33:19.864] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:33:19.864] DRAM: 2 GiB [2024-05-23 14:33:19.888] MMC: sdhc@0x16440000: 0 [2024-05-23 14:33:20.166]=20 [2024-05-23 14:33:20.166] HW Partition tyep is UserData [2024-05-23 14:33:20.190] In: serial [2024-05-23 14:33:20.190] Out: serial [2024-05-23 14:33:20.190] Err: serial [2024-05-23 14:33:20.244] Boot in the UserData environment(0) [2024-05-23 14:33:20.250] Non-secure boot (secure boot flag is clear) [2024-05-23 14:33:20.263] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:33:20.266] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:33:20.266] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:33:20.266] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:33:20.291] Booting using the fdt blob at 0x23000000 [2024-05-23 14:33:20.291] Loading Kernel Image [2024-05-23 14:33:20.291] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:33:20.292] OPTEE is enabled [2024-05-23 14:33:20.305]=20 [2024-05-23 14:33:20.305] Starting kernel ... [2024-05-23 14:33:20.318]=20 [2024-05-23 14:33:21.228] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:33:21.232] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:33:21.247] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:33:21.262] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:33:21.262] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:33:21.262] [ 0.000000] efi: UEFI not found. [2024-05-23 14:33:21.275] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:33:21.278] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:33:21.303] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:33:21.303] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:33:21.303] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:33:21.305] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:33:21.331] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:33:21.331] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:33:21.331] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:33:21.346] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:33:21.346] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:33:21.365] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:33:21.365] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:33:21.378] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:33:21.391] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:33:21.393] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:33:21.393] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:33:21.420] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:33:21.420] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:33:21.420] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:33:21.434] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:33:21.437] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:33:21.463] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:33:21.463] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:33:21.463] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:33:21.463] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:33:21.466] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:33:21.489] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:33:21.490] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:33:21.490] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:33:21.490] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:33:21.515] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:33:21.526] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:33:21.526] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:33:21.526] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:33:21.526] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:33:21.541] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:33:21.567] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:33:21.567] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:33:21.567] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:33:21.567] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:33:21.582] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:33:21.603] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:33:21.605] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:33:21.605] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:33:21.628] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:33:21.644] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:33:21.644] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:33:21.644] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:33:21.657] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:33:21.657] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:33:21.659] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:33:21.659] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:33:21.684] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:33:21.684] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:33:21.684] [ 0.000000] Running RCU self tests [2024-05-23 14:33:21.684] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:33:21.703] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:33:21.706] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:33:21.706] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:33:21.706] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:33:21.730] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:33:21.730] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:33:21.730] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:33:21.730] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:33:21.730] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:33:21.749] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:33:21.762] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:33:21.774] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:33:21.774] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:33:21.776] [ 0.001468] Console: colour dummy device = 80x25 [2024-05-23 14:33:21.776] [ 0.001710] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:33:21.800] [ 0.001713] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:33:21.802] [ 0.001715] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:33:21.802] [ 0.001718] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:33:21.802] [ 0.001721] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:33:21.802] [ 0.001723] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:33:21.802] [ 0.001726] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:33:21.827] [ 0.001729] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:33:21.827] [ 0.001731] memory used by lock dependency = info: 7903 kB [2024-05-23 14:33:21.827] [ 0.001734] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:33:21.827] [ 0.001774] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:33:21.841] [ 0.001782] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:33:21.841] [ 0.002282] Security Framework initialized [2024-05-23 14:33:21.841] [ 0.002407] AppArmor: AppArmor initialized [2024-05-23 14:33:21.854] [ 0.002652] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:33:21.857] [ 0.002674] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:33:21.880] [ 0.019955] ASID allocator initialised with = 32768 entries [2024-05-23 14:33:21.892] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:33:21.892] [ 0.062279] EFI services will not be = available. [2024-05-23 14:33:21.892] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:33:21.892] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:33:21.892] [ 0.120828] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:33:21.894] [ 0.164998] Detected VIPT I-cache on CPU2 [2024-05-23 14:33:21.894] [ 0.165055] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:33:21.917] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:33:21.919] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:33:21.919] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:33:21.919] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:33:21.919] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:33:21.919] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:33:21.944] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:33:21.944] [ 0.210520] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:33:21.944] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:33:21.944] [ 0.213693] devtmpfs: initialized [2024-05-23 14:33:21.944] [ 0.403488] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:33:21.960] [ 0.403758] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:33:21.960] [ 0.412497] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:33:21.962] [ 0.413420] chipinfo: TCC8030 Rev02 [2024-05-23 14:33:21.987] [ 0.413436] chipinfo: SiP Service v0.1.56 [2024-05-23 14:33:21.987] [ 0.418879] NET: Registered protocol family = 16 [2024-05-23 14:33:21.987] [ 0.422901] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:33:21.987] [ 0.424844] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:33:21.987] [ 0.426588] cpuidle: using governor menu [2024-05-23 14:33:22.010] [ 0.426829] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:33:22.021] [ 0.440951] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:33:22.021] [ 0.441437] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:33:22.021] [ 0.441483] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:33:22.021] [ 0.441527] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:33:22.023] [ 0.441570] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:33:22.023] [ 0.441614] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:33:22.047] [ 0.441657] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:33:22.071] [ 0.441700] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:33:22.071] [ 0.441744] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:33:22.071] [ 0.441787] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:33:22.071] [ 0.441831] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:33:22.071] [ 0.441952] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:33:22.082] [ 0.441997] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:33:22.082] [ 0.442041] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:33:22.082] [ 0.442085] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:33:22.082] [ 0.442128] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:33:22.084] [ 0.442187] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:33:22.084] [ 0.442231] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:33:22.084] [ 0.442274] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:33:22.111] [ 0.442659] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:33:22.111] [ 0.442703] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:33:22.111] [ 0.442746] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:33:22.111] [ 0.442789] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:33:22.111] [ 0.442832] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:33:22.125] [ 0.442875] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:33:22.125] [ 0.442918] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:33:22.125] [ 0.442962] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:33:22.138] [ 0.443005] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:33:22.138] [ 0.443048] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:33:22.140] [ 0.443091] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:33:22.166] [ 0.443135] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:33:22.166] [ 0.443374] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:33:22.166] [ 0.443433] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:33:22.166] [ 0.443476] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:33:22.168] [ 0.443519] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:33:22.179] [ 0.443562] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:33:22.183] [ 0.443606] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:33:22.183] [ 0.443649] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:33:22.209] [ 0.443839] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:33:22.209] [ 0.443883] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:33:22.209] [ 0.443926] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:33:22.209] [ 0.443969] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:33:22.209] [ 0.444013] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:33:22.224] [ 0.444055] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:33:22.226] [ 0.444099] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:33:22.226] [ 0.444141] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:33:22.226] [ 0.444185] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:33:22.248] [ 0.444228] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:33:22.248] [ 0.444284] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:33:22.248] [ 0.444327] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:33:22.248] [ 0.444371] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:33:22.261] [ 0.444414] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:33:22.274] [ 0.444940] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:33:22.274] [ 0.444984] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:33:22.277] [ 0.445155] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:33:22.277] [ 0.445327] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:33:22.300] [ 0.445509] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:33:22.307] [ 0.445675] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:33:22.307] [ 0.445842] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:33:22.307] [ 0.446008] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:33:22.307] [ 0.446056] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:33:22.307] [ 0.446270] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:33:22.330] [ 0.446462] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:33:22.342] [ 0.446640] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:33:22.342] [ 0.446684] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:33:22.342] [ 0.446728] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:33:22.342] [ 0.446771] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:33:22.344] [ 0.446814] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:33:22.344] [ 0.446992] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:33:22.367] [ 0.447036] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:33:22.379] [ 0.447243] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:33:22.379] [ 0.447257] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:33:22.379] [ 0.529633] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:33:22.379] [ 0.529724] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:33:22.391] [ 1.676649] console [ttyAMA0] enabled [2024-05-23 14:33:22.407] [ 1.684328] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:33:22.409] [ 1.713172] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:33:22.423] [ 1.723553] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:33:22.440] [ 1.734062] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:33:22.466] [ 1.744382] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:33:22.541] [ 1.844188] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:33:22.571] [ 1.860676] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:33:22.576] [ 1.867571] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:33:22.576] [ 1.874359] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:33:22.602] [ 1.880730] Linux video capture interface: = v2.00 [2024-05-23 14:33:22.602] [ 1.886472] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:22.602] [ 1.886476] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:33:22.624] [ 1.886480] 6 locks held by swapper/0/1: [2024-05-23 14:33:22.624] [ 1.886483] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:33:22.624] [ 1.886510] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:33:22.625] [ 1.886526] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:33:22.651] [ 1.886544] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:22.651] [ 1.886559] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:33:22.652] [ 1.886575] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:22.680] [ 1.886594] irq event stamp: 288110 [2024-05-23 14:33:22.680] [ 1.886599] hardirqs last enabled at = (288109): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:22.680] [ 1.886604] hardirqs last disabled at = (288110): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:22.695] [ 1.886612] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:22.708] [ 1.886615] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:22.710] [ 1.886618] Preemption disabled at: [2024-05-23 14:33:22.710] [ 1.886623] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:22.710] [ 1.886632] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:33:22.738] [ 1.886634] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:22.738] [ 1.886639] Call trace: [2024-05-23 14:33:22.738] [ 1.886645] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:22.738] [ 1.886649] show_stack+0x14/0x20 [2024-05-23 14:33:22.738] [ 1.886655] dump_stack+0xb8/0xf0 [2024-05-23 14:33:22.738] [ 1.886660] ___might_sleep+0x178/0x210 [2024-05-23 14:33:22.740] [ 1.886664] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:22.762] [ 1.886669] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:22.775] [ 1.886674] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:22.775] [ 1.886682] gic_set_type+0x84/0x98 [2024-05-23 14:33:22.775] [ 1.886687] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:22.775] [ 1.886692] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:22.775] [ 1.886696] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:22.775] [ 1.886701] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:33:22.777] [ 1.886707] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:33:22.777] [ 1.886712] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:22.801] [ 1.886717] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:22.802] [ 1.886722] __driver_attach+0xfc/0x118 [2024-05-23 14:33:22.802] [ 1.886726] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:22.802] [ 1.886731] driver_attach+0x20/0x28 [2024-05-23 14:33:22.802] [ 1.886736] bus_add_driver+0x220/0x268 [2024-05-23 14:33:22.802] [ 1.886741] driver_register+0x60/0xf8 [2024-05-23 14:33:22.802] [ 1.886745] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:22.828] [ 1.886752] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:33:22.828] [ 1.886756] do_one_initcall+0x50/0x15c [2024-05-23 14:33:22.828] [ 1.886764] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:33:22.828] [ 1.886769] kernel_init+0x10/0x100 [2024-05-23 14:33:22.828] [ 1.886773] ret_from_fork+0x10/0x18 [2024-05-23 14:33:22.828] [ 1.892620] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:33:22.844] [ 2.139888] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:33:22.858] [ 2.153436] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:33:22.861] [ 2.160447] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:33:22.874] [ 2.165048] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:33:22.876] [ 2.169851] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:33:22.876] [ 2.174698] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:33:22.901] [ 2.179253] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:33:22.931] [ 2.232600] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:33:22.942] [ 2.245306] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:22.962] [ 2.263454] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:22.980] [ 2.279098] NET: Registered protocol family = 2 [2024-05-23 14:33:22.993] [ 2.286543] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:33:22.993] [ 2.294165] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:33:23.015] [ 2.305410] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:33:23.015] [ 2.312777] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:33:23.017] [ 2.319546] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:33:23.041] [ 2.327644] NET: Registered protocol family = 1 [2024-05-23 14:33:23.133] [ 2.435602] audit: initializing netlink = subsys (disabled) [2024-05-23 14:33:23.140] [ 2.442210] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:33:23.155] [ 2.442769] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:33:23.223] [ 2.524848] fuse init (API version 7.26) [2024-05-23 14:33:23.242] [ 2.542792] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:33:23.252] [ 2.552501] io scheduler noop registered = (default) [2024-05-23 14:33:23.266] [ 2.557343] io scheduler mq-deadline = registered [2024-05-23 14:33:23.266] [ 2.561952] io scheduler kyber registered [2024-05-23 14:33:23.269] [ 2.572689] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:23.283] [ 2.579540] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:23.284] [ 2.585750] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:33:23.299] [ 2.593346] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:23.355] [ 2.656194] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:23.362] [ 2.663795] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:23.375] [ 2.668657] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:33:23.375] [ 2.674086] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:23.377] [ 2.674706] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:23.402] [ 2.685462] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:23.402] [ 2.691670] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:33:23.402] [ 2.699234] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:23.426] [ 2.723132] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:23.428] [ 2.730037] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:23.455] [ 2.734677] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:33:23.455] [ 2.740103] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:23.455] [ 2.740673] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:23.457] [ 2.751427] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:23.457] [ 2.757635] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:33:23.478] [ 2.765251] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:23.529] [ 2.831313] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:23.535] [ 2.838084] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:23.551] [ 2.842703] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:33:23.554] [ 2.848131] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:23.568] [ 2.857786] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:33:23.568] [ 2.867412] [INF][WDMA] tcc_wdma_init [2024-05-23 14:33:23.570] [ 2.872297] TCC WDMA Driver Initializing [2024-05-23 14:33:23.596] [ 2.879229] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:33:23.596] [ 2.885323] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:33:23.596] [ 2.895655] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:23.619] [ 2.908955] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:33:23.619] [ 2.918411] [CPU_ID] probe is done [2024-05-23 14:33:23.623] [ 2.922165] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:33:23.648] [ 2.928880] [DRAM_TOOL] probe is done [2024-05-23 14:33:23.648] [ 2.936117] MALI-G51 : r30p0-01eac0 [2024-05-23 14:33:23.648] [ 2.939636] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:33:23.650] [ 2.949601] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:23.671] [ 2.949605] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:33:23.671] [ 2.949610] 6 locks held by swapper/0/1: [2024-05-23 14:33:23.671] [ 2.949613] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:33:23.687] [ 2.949640] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:33:23.687] [ 2.949655] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:33:23.703] [ 2.949673] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:23.703] [ 2.949688] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:33:23.719] [ 2.949704] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:23.720] [ 2.949723] irq event stamp: 453590 [2024-05-23 14:33:23.733] [ 2.949728] hardirqs last enabled at = (453589): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:23.733] [ 2.949733] hardirqs last disabled at = (453590): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:23.750] [ 2.949741] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:23.752] [ 2.949745] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:23.775] [ 2.949747] Preemption disabled at: [2024-05-23 14:33:23.775] [ 2.949753] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:23.775] [ 2.949761] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:33:23.775] [ 2.949764] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:23.789] [ 2.949768] Call trace: [2024-05-23 14:33:23.789] [ 2.949774] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:23.789] [ 2.949779] show_stack+0x14/0x20 [2024-05-23 14:33:23.791] [ 2.949784] dump_stack+0xb8/0xf0 [2024-05-23 14:33:23.817] [ 2.949790] ___might_sleep+0x178/0x210 [2024-05-23 14:33:23.817] [ 2.949794] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:23.817] [ 2.949798] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:23.817] [ 2.949804] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:23.817] [ 2.949811] gic_set_type+0x84/0x98 [2024-05-23 14:33:23.817] [ 2.949816] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:23.819] [ 2.949821] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:23.841] [ 2.949826] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:23.843] [ 2.949832] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:33:23.843] [ 2.949838] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:33:23.843] [ 2.949842] kbase_device_init+0x78/0xf8 [2024-05-23 14:33:23.843] [ 2.949849] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:33:23.843] [ 2.949853] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:23.866] [ 2.949859] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:23.867] [ 2.949864] __driver_attach+0xfc/0x118 [2024-05-23 14:33:23.867] [ 2.949868] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:23.867] [ 2.949873] driver_attach+0x20/0x28 [2024-05-23 14:33:23.867] [ 2.949878] bus_add_driver+0x220/0x268 [2024-05-23 14:33:23.867] [ 2.949883] driver_register+0x60/0xf8 [2024-05-23 14:33:23.880] [ 2.949887] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:23.893] [ 2.949894] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:33:23.893] [ 2.949899] do_one_initcall+0x50/0x15c [2024-05-23 14:33:23.897] [ 2.949906] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:33:23.897] [ 2.949912] kernel_init+0x10/0x100 [2024-05-23 14:33:23.897] [ 2.949916] ret_from_fork+0x10/0x18 [2024-05-23 14:33:23.897] [ 2.951529] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:33:23.924] [ 3.206192] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:33:23.925] [ 3.212929] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:33:23.926] [ 3.226862] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:33:23.943] [ 3.234073] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:33:23.944] [ 3.246201] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:33:23.958] [ 3.252419] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:33:23.958] [ 3.256801] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:33:23.972] [ 3.264371] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:33:24.010] [ 3.312575] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:33:24.018] [ 3.320385] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:33:24.033] [ 3.329355] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:33:24.048] [ 3.340718] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:33:24.048] [ 3.346001] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:33:24.074] [ 3.357073] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:33:24.074] [ 3.365950] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:33:24.096] [ 3.385076] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:33:24.099] [ 3.400637] libphy: Fixed MDIO Bus: probed [2024-05-23 14:33:24.113] [ 3.405590] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:33:24.126] [ 3.418532] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:33:24.128] [ 3.423061] [INFO][GAMC] gmac index : 1 [2024-05-23 14:33:24.128] [ 3.427505] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:33:24.142] [ 3.432672] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:33:24.144] [ 3.439195] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:33:24.144] [ 3.439668] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:33:24.177] [ 3.440475] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:33:24.177] [ 3.444186] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:33:24.177] [ 3.444982] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:33:24.177] [ 3.445590] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:33:24.190] [ 3.446744] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:33:24.190] [ 3.457368] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:33:24.203] [ 3.457396] GPT:15269887 !=3D 15273599 [2024-05-23 14:33:24.203] [ 3.457404] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:33:24.215] [ 3.457412] GPT:15269887 !=3D 15273599 [2024-05-23 14:33:24.215] [ 3.457419] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:33:24.215] [ 3.457536] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:33:24.217] [ 3.518900] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:33:24.242] [ 3.527200] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:33:24.242] [ 3.541222] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:33:24.267] [ 3.547105] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:24.272] [ 3.547117] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:33:24.272] [ 3.547123] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:33:24.272] [ 3.547135] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:24.272] [ 3.547146] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:33:24.275] [ 3.576276] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:33:24.299] [ 3.592880] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:33:24.299] [ 3.599535] usbhid: USB HID core driver [2024-05-23 14:33:24.301] [ 3.603776] optee: probing for conduit = method from DT. [2024-05-23 14:33:24.328] [ 3.608956] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:33:24.328] [ 3.610841] optee: initialized driver [2024-05-23 14:33:24.328] [ 3.620464] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:33:24.328] [ 3.626173] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:33:24.330] [ 3.631344] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:33:24.359] [ 3.636511] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:33:24.359] [ 3.642286] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:33:24.359] [ 3.648061] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:33:24.359] [ 3.653923] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:33:24.361] [ 3.660392] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:33:24.387] [ 3.667831] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:33:24.387] [ 3.675951] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:33:24.389] [ 3.690020] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:33:24.405] [ 3.698189] NET: Registered protocol family = 17 [2024-05-23 14:33:24.405] [ 3.703129] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:33:24.419] [ 3.720893] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:33:24.591] [ 3.889348] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:24.593] [ 3.889391] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:33:24.609] [ 3.905386] ALSA device list: [2024-05-23 14:33:24.609] [ 3.908381] No soundcards found. [2024-05-23 14:33:24.613] [ 3.914569] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:33:24.644] [ 3.935571] Freeing unused kernel memory: = 4160K [2024-05-23 14:33:24.648] Mounting devtmpfs [2024-05-23 14:33:24.661] [ 3.950223] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:33:24.662] Mounting procfs [2024-05-23 14:33:24.662] [ 3.962357] mount (91) used greatest stack = depth: 12816 bytes left [2024-05-23 14:33:24.678] Mounting sysfs [2024-05-23 14:33:24.679] [ 3.981894] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:33:24.711] [ 4.002758] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:33:24.739] [ 4.042224] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:33:24.762] [ 4.051127] mount (97) used greatest stack = depth: 11536 bytes left [2024-05-23 14:33:24.777] [ 4.066245] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:33:25.005] [ 4.307704] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:33:25.104] [ 4.404749] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:33:25.132] [ 4.432582] systemd[1]: Detected = architecture arm64. [2024-05-23 14:33:25.174]=20 [2024-05-23 14:33:25.175] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:33:25.186]=20 [2024-05-23 14:33:25.191] [ 4.493557] systemd[1]: Set hostname to = . [2024-05-23 14:33:25.209] [ 4.505367] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:33:25.234] [ 4.514885] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:33:25.447] [ 4.747067] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:33:25.472] [ 4.764168] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:33:25.511] [ 4.807274] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:33:25.517] [ 4.819381] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:33:25.709] [ 5.010592] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:33:25.789] [ OK ] Created slice system-getty.slice. [2024-05-23 14:33:25.812] [ OK ] Reached target Remote File Systems. [2024-05-23 14:33:25.829] [ OK ] Listening on Syslog Socket. [2024-05-23 14:33:25.845] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:33:25.862] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:33:25.879] [ OK ] Listening on udev Control Socket. [2024-05-23 14:33:25.895] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:33:25.912] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:33:25.925] [ OK ] Created slice User and Session Slice. [2024-05-23 14:33:25.941] [ OK ] Reached target Slices. [2024-05-23 14:33:25.962] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:33:25.979] [ OK ] Reached target Paths. [2024-05-23 14:33:26.011] [ OK ] Reached target Swap. [2024-05-23 14:33:26.014] [ OK ] Listening on Journal Socket. [2024-05-23 14:33:26.038] Starting udev Coldplug all Devices... [2024-05-23 14:33:26.069] Mounting FUSE Control File System... [2024-05-23 14:33:26.100] Mounting Huge Pages File System... [2024-05-23 14:33:26.128] Mounting Kernel Debug File System... [2024-05-23 14:33:26.163] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:33:26.167] [ 5.468849] sh (110) used greatest stack = depth: 11360 bytes left [2024-05-23 14:33:26.195] Mounting Configuration File System... [2024-05-23 14:33:26.219] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:33:26.247] Mounting POSIX Message Queue File = System... [2024-05-23 14:33:26.282] Starting Apply Kernel Variables... [2024-05-23 14:33:26.293] [ 5.594120] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:33:26.333] Starting mount data partition = service... [2024-05-23 14:33:26.362] Starting Journal Service... [2024-05-23 14:33:26.407] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:33:26.423] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:33:26.458] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:33:26.461] [ 5.758443] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:26.528] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:33:26.544] [ OK ] Mounted Configuration File System. [2024-05-23 14:33:26.581] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:33:26.596] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:33:26.614] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:33:26.646] [ OK ] Started mount data partition service. [2024-05-23 14:33:26.690] Starting NS file System mount and = recovery.... [2024-05-23 14:33:26.714] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:33:26.756] Mounting /tmp... [2024-05-23 14:33:26.766] [ OK ] Reached target Containers. [2024-05-23 14:33:26.805] Mounting /var/volatile... [2024-05-23 14:33:26.825] [ 6.123283] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:26.845] Starting udev Kernel Device = Manager... [2024-05-23 14:33:26.909] [ OK ] Started Journal Service EXT4-fs = (mmcblk0p38): mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:26.923] [0m. [2024-05-23 14:33:27.013] [ 6.315958] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:27.086] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:33:27.121] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:33:27.147] [ OK ] Mounted /tmp. [2024-05-23 14:33:27.163] [ OK ] Mounted /var/volatile. [2024-05-23 14:33:27.259] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:33:27.284] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:33:27.473] Starting Bind mount volatile = /var/lib... [2024-05-23 14:33:27.501] Starting Bind mount volatile = /var/cache... [2024-05-23 14:33:27.531] Starting Bind mount volatile = /var/spool... [2024-05-23 14:33:27.565] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:33:27.626] [ 6.927574] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:33:27.786] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:33:27.814] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:33:27.839] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:33:27.866] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:33:27.898] [ OK ] Reached target Local File Systems. [2024-05-23 14:33:27.925] Starting netfilter persistent = configuration... [2024-05-23 14:33:27.966] Starting Create Volatile Files and = Directories... [2024-05-23 14:33:27.997] Starting AppArmor initialization... [2024-05-23 14:33:28.025] Starting Load/Save Random Seed... [2024-05-23 14:33:28.200] [ 7.501595] audit: type=3D1400 = audit(1550139121.192:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:33:28.238] [ 7.516799] audit: type=3D1400 = audit(1550139121.192:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:33:28.239] [ 7.533721] audit: type=3D1400 = audit(1550139121.192:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:33:28.255] [ 7.549537] audit: type=3D1400 = audit(1550139121.192:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:33:28.269] [ OK [ 7.565086] audit: type=3D1400 = audit(1550139121.192:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:33:28.285] [ 7.582566] audit: type=3D1400 = audit(1550139121.192:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:33:28.298] ] Started Create Volatile[ 7.598366] audit: = type=3D1400 audit(1550139121.192:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:33:28.314] Files and Directories. [2024-05-23 14:33:28.342] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:33:28.365] [ OK ] Started AppArmor initialization. [2024-05-23 14:33:28.395] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:33:28.412] [ OK ] Reached target Network (Pre). [2024-05-23 14:33:28.439] Starting Network Service... [2024-05-23 14:33:28.475] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:33:28.528] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:33:28.548] [ OK ] Reached target System Initialization. [2024-05-23 14:33:28.566] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:33:28.585] [ OK ] Reached target Timers. [2024-05-23 14:33:28.612] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:33:28.618] [ OK ] Reached target Sockets. [2024-05-23 14:33:28.634] [ OK ] Reached target Basic System. [2024-05-23 14:33:28.664] [ 7.967146] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:33:28.674] [ OK ] Started System Logging Service. [2024-05-23 14:33:28.715] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:33:28.718] [ 8.015655] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:33:28.733] [ 8.023545] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:33:28.733] [ 8.028496] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:33:28.753] Starting Load Kernel Modules... [2024-05-23 14:33:28.785] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:33:28.819] [ OK ] Started NS VSync Process. [2024-05-23 14:33:28.847] [ 8.145254] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:33:28.851] [ 8.154243] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:33:28.870] [ 8.168276] Disabling lock debugging due to = kernel taint [2024-05-23 14:33:28.873] [ OK ] Started Kernel Logging Service. [2024-05-23 14:33:28.900] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:33:28.926] [ 8.216634] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:33:28.929] [ OK ] Started NS System Management Process. [2024-05-23 14:33:28.930] Starting NS Inter Domain Comm = Process... [2024-05-23 14:33:28.946] Start /usr/bin/sys-fail-mon [2024-05-23 14:33:28.961] [ 8.252772] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:33:28.961] [ 8.258481] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:33:28.976] [ 8.262069] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:33:28.976] [ 8.262078] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:33:28.976] [ 8.262084] [INFO][GMAC]=20 [2024-05-23 14:33:28.978] [ 8.273616] libphy: tcc-gmac-mdio: probed [2024-05-23 14:33:29.005] [ 8.273621] [INFO][GMAC] registered! [2024-05-23 14:33:29.005] [ 8.273624] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:33:29.005] [ 8.273629] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:33:29.005] Starting Login [ 8.298735] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:33:29.019] Service... [2024-05-23 14:33:29.019] [ 8.309290] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:33:29.019] [ 8.318347] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:29.032] [ 8.330981] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:33:29.045] [ OK [ 8.336685] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:33:29.048] ] Started TEE-based HSM Service. [2024-05-23 14:33:29.076] [ 8.347792] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:33:29.076] [ 8.347800] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:33:29.076] [ 8.348771] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:29.091] [ 8.350090] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:33:29.094] [ 8.350133] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:33:29.094] [ 8.350133] -- MASTER Configuration. [2024-05-23 14:33:29.119] [ 8.350133] -- Local Receiver Status Not = OK. [2024-05-23 14:33:29.131] [ 8.350133] -- Remote Receiver Status Not = OK. [2024-05-23 14:33:29.131] [ 8.350148] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:33:29.131] [ 8.350152] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:33:29.131] [ 8.350373] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:29.146] [ 8.350377] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:33:29.146] [ 8.350379] INFO: lockdep is turned off. [2024-05-23 14:33:29.159] [ 8.350381] irq event stamp: 70734 [2024-05-23 14:33:29.159] [ 8.350395] hardirqs last enabled at = (70733): [<00000000e6719c3b>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:29.161] [ 8.350401] hardirqs last disabled at = (70734): [<0000000037db48c4>] __schedule+0xc8/0x730 [2024-05-23 14:33:29.161] [ 8.350409] softirqs last enabled at (0): = [<0000000055caebde>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:29.186] [ 8.350411] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:29.186] [ 8.350413] Preemption disabled at: [2024-05-23 14:33:29.186] [ 8.350421] [<00000000359b7522>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:29.186] [ 8.350429] CPU: 1 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:33:29.202] [ 8.350431] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:29.216] [ 8.350434] Call trace: [2024-05-23 14:33:29.216] [ 8.350439] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:29.216] [ 8.350443] show_stack+0x14/0x20 [2024-05-23 14:33:29.230] [ 8.350447] dump_stack+0xb8/0xf0 [2024-05-23 14:33:29.232] [ 8.350451] ___might_sleep+0x178/0x210 [2024-05-23 14:33:29.232] [ 8.350454] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:29.232] [ 8.350460] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:29.256] [ 8.350465] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:29.256] [ 8.350471] gic_set_type+0x84/0x98 [2024-05-23 14:33:29.256] [ 8.350475] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:29.256] [ 8.350479] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:29.256] [ 8.350483] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:29.256] [ 8.350488] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:33:29.257] [ 8.350493] __dev_open+0x100/0x150 [2024-05-23 14:33:29.281] [ 8.350496] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:33:29.281] [ 8.350499] dev_change_flags+0x20/0x60 [2024-05-23 14:33:29.281] [ 8.350503] do_setlink+0x3ec/0xc30 [2024-05-23 14:33:29.281] [ 8.350506] rtnl_setlink+0xcc/0x128 [2024-05-23 14:33:29.281] [ 8.350508] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:33:29.281] [ 8.350513] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:33:29.299] [ 8.350515] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:33:29.299] [ 8.350518] netlink_unicast+0x180/0x1f8 [2024-05-23 14:33:29.299] [ 8.350521] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:33:29.299] [ 8.350526] sock_sendmsg+0x3c/0x58 [2024-05-23 14:33:29.299] [ 8.350530] SyS_sendto+0xd0/0x140 [2024-05-23 14:33:29.314] [ 8.350534] el0_svc_naked+0x34/0x38 [2024-05-23 14:33:29.317] [ 8.350690] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:33:29.317] [ 8.355172] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:33:29.341] [ 8.355178] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:33:29.353] [ 8.355184] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:33:29.353] [ 8.355184] =20 [2024-05-23 14:33:29.353] [ 8.355498] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:33:29.353] [ 8.355820] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:33:29.353] [ 8.355824] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:33:29.355] [ 8.355828] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:33:29.355] [ 8.355828] =20 [2024-05-23 14:33:29.355] [ 8.356094] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:33:29.379] [ 8.356133] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:33:29.379] [ 8.356138] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:33:29.379] [ 8.356142] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:33:29.380] [ 8.356149] [INFO][GMAC] --] phy_start: : [2024-05-23 14:33:29.380] [ 8.356205] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:33:29.381] [ 8.378078] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:33:29.406] [ 8.388074] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:33:29.406] [ 8.391833] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:33:29.406] [ 8.394498] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:33:29.406] [ 8.394934] Done!! [2024-05-23 14:33:29.406] [ 8.463919] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.420] [ 8.486405] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:33:29.433] [ 8.489137] Done!! [2024-05-23 14:33:29.433] [ 8.571904] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.433] [ 8.578316] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:33:29.435] [ 8.580824] Done!! [2024-05-23 14:33:29.435] [ 8.679896] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.460] [ OK ] Started Network Service. [2024-05-23 14:33:29.472] [ OK ] Started Load Kernel Modules. [2024-05-23 14:33:29.472] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:33:29.497] [ 8.787944] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.499] parents, child is 321 [2024-05-23 14:33:29.499] [ OK ] Started Cluster Framework. [2024-05-23 14:33:29.515] [ OK ] Started HUD Framework. [2024-05-23 14:33:29.515] [IDC]Start. [2024-05-23 14:33:29.515] [ 8.810301] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:33:29.531] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:33:29.543] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:33:29.543] [IDC](A7)ConnectReq 0 [2024-05-23 14:33:29.543] [IDC](A7)do_connect 0 [2024-05-23 14:33:29.543] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:33:29.566] [IDC](A7)Tx start session req 1 [2024-05-23 14:33:29.566] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:33:29.566] [IDC](R5)ConnectReq 0 [2024-05-23 14:33:29.566] [IDC](R5)do_connect 0 [2024-05-23 14:33:29.566] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:33:29.591] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:33:29.591] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:33:29.591] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:33:29.591] [ OK ] Started Nvm Process. [2024-05-23 14:33:29.591] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:33:29.591] [IDC](A7)Session connected. [2024-05-23 14:33:29.591] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:33:29.591] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:33:29.619] [IDC](R5)Session connected.2 [2024-05-23 14:33:29.619] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:33:29.619] [ OK ] Started NS hsm control application. [2024-05-23 14:33:29.633] [ 8.908478] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.653] [ OK ] Started Diagnosis Framework. [2024-05-23 14:33:29.682] [ OK ] Started Diagnosis Transport. [2024-05-23 14:33:29.713] [ OK ] Started NS Software Update. [2024-05-23 14:33:29.732] [ OK ] Started NS Secondary Verify. [2024-05-23 14:33:29.735] [ OK[ 9.026378] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.735] ] Reached target Network. [2024-05-23 14:33:29.766] Starting udev Coldplug all Devices... [2024-05-23 14:33:29.782] Starting Permit User Sessions... [2024-05-23 14:33:29.814] Starting Wait for Network to be = Configured... [2024-05-23 14:33:29.834] [ OK ] Started Permit User Sessions. [2024-05-23 14:33:29.849] [ 9.143924] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:29.868] [ OK ] Started Getty on tty1. [2024-05-23 14:33:29.880] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:33:29.894] [ OK ] Reached target Login Prompts. [2024-05-23 14:33:29.896] [ OK ] Started Login Service. [2024-05-23 14:33:29.910] [ OK ] Reached target Multi-User System. [2024-05-23 14:33:29.936] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:33:29.939] [ 9.227619] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:33:29.948] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:33:29.965] [ 9.255992] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:30.030] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:33:30.068] [ 9.368065] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:30.104] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:33:30.211] [ 9.513205] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:30.345] [ 9.643889] sched: RT throttling activated [2024-05-23 14:33:30.752] [ 10.052414] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:33:30.758] [ 10.060790] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:33:31.442] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:33:31.764] [ 11.062545] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:33:31.772] [ 11.062552] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:33:36.164]=20 [2024-05-23 14:33:36.164] telechips-nsp1-release login:=20 [2024-05-23 14:33:40.081]=20 [2024-05-23 14:33:40.081] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:33:40.105]=20 [2024-05-23 14:33:40.105] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:33:40.105] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:33:40.105] DRAM: 2 GiB [2024-05-23 14:33:40.118] MMC: sdhc@0x16440000: 0 [2024-05-23 14:33:40.386]=20 [2024-05-23 14:33:40.386] HW Partition tyep is UserData [2024-05-23 14:33:40.408] In: serial [2024-05-23 14:33:40.409] Out: serial [2024-05-23 14:33:40.409] Err: serial [2024-05-23 14:33:40.463] Boot in the UserData environment(0) [2024-05-23 14:33:40.467] Non-secure boot (secure boot flag is clear) [2024-05-23 14:33:40.482] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:33:40.482] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:33:40.482] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:33:40.496] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:33:40.498] Booting using the fdt blob at 0x23000000 [2024-05-23 14:33:40.498] Loading Kernel Image [2024-05-23 14:33:40.521] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:33:40.522] OPTEE is enabled [2024-05-23 14:33:40.522]=20 [2024-05-23 14:33:40.522] Starting kernel ... [2024-05-23 14:33:40.522]=20 [2024-05-23 14:33:41.446] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:33:41.451] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:33:41.464] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:33:41.482] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:33:41.482] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:33:41.482] [ 0.000000] efi: UEFI not found. [2024-05-23 14:33:41.495] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:33:41.496] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:33:41.526] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:33:41.526] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:33:41.526] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:33:41.526] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:33:41.541] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:33:41.541] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:33:41.556] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:33:41.556] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:33:41.572] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:33:41.572] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:33:41.587] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:33:41.587] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:33:41.603] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:33:41.603] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:33:41.617] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:33:41.619] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:33:41.632] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:33:41.634] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:33:41.659] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:33:41.659] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:33:41.659] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:33:41.676] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:33:41.676] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:33:41.676] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:33:41.691] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:33:41.691] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:33:41.691] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:33:41.706] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:33:41.706] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:33:41.721] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:33:41.734] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:33:41.734] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:33:41.735] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:33:41.735] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:33:41.763] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:33:41.764] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:33:41.789] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:33:41.789] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:33:41.789] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:33:41.810] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:33:41.810] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:33:41.831] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:33:41.845] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:33:41.845] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:33:41.845] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:33:41.859] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:33:41.859] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:33:41.860] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:33:41.883] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:33:41.885] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:33:41.885] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:33:41.885] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:33:41.910] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:33:41.910] [ 0.000000] Running RCU self tests [2024-05-23 14:33:41.910] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:33:41.910] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:33:41.912] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:33:41.935] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:33:41.935] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:33:41.935] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:33:41.935] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:33:41.935] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:33:41.950] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:33:41.950] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:33:41.966] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:33:41.978] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:33:41.990] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:33:41.990] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:33:41.991] [ 0.001469] Console: colour dummy device = 80x25 [2024-05-23 14:33:41.991] [ 0.001710] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:33:42.018] [ 0.001713] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:33:42.018] [ 0.001716] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:33:42.018] [ 0.001718] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:33:42.018] [ 0.001721] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:33:42.018] [ 0.001724] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:33:42.020] [ 0.001726] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:33:42.046] [ 0.001729] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:33:42.046] [ 0.001731] memory used by lock dependency = info: 7903 kB [2024-05-23 14:33:42.046] [ 0.001734] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:33:42.046] [ 0.001774] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:33:42.059] [ 0.001782] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:33:42.061] [ 0.002279] Security Framework initialized [2024-05-23 14:33:42.061] [ 0.002405] AppArmor: AppArmor initialized [2024-05-23 14:33:42.084] [ 0.002650] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:33:42.087] [ 0.002672] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:33:42.087] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:33:42.087] [ 0.035857] Hierarchical SRCU = implementation. [2024-05-23 14:33:42.087] [ 0.062267] EFI services will not be = available. [2024-05-23 14:33:42.109] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:33:42.121] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:33:42.121] [ 0.120826] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:33:42.121] [ 0.164993] Detected VIPT I-cache on CPU2 [2024-05-23 14:33:42.121] [ 0.165049] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:33:42.124] [ 0.209277] Detected VIPT I-cache on CPU3 [2024-05-23 14:33:42.124] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:33:42.124] [ 0.209707] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:33:42.148] [ 0.209748] SMP: Total of 4 processors = activated. [2024-05-23 14:33:42.148] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:33:42.148] [ 0.209783] CPU: All CPU(s) started at EL2 [2024-05-23 14:33:42.148] [ 0.209962] alternatives: patching kernel = code [2024-05-23 14:33:42.148] [ 0.210517] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:33:42.161] [ 0.213105] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:33:42.173] [ 0.213708] devtmpfs: initialized [2024-05-23 14:33:42.173] [ 0.402750] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:33:42.175] [ 0.403013] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:33:42.175] [ 0.411565] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:33:42.201] [ 0.412467] chipinfo: TCC8030 Rev02 [2024-05-23 14:33:42.201] [ 0.412482] chipinfo: SiP Service v0.1.56 [2024-05-23 14:33:42.201] [ 0.417734] NET: Registered protocol family = 16 [2024-05-23 14:33:42.201] [ 0.421736] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:33:42.201] [ 0.423852] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:33:42.204] [ 0.425515] cpuidle: using governor menu [2024-05-23 14:33:42.231] [ 0.425751] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:33:42.231] [ 0.439931] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:33:42.231] [ 0.440472] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:33:42.231] [ 0.440520] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:33:42.255] [ 0.440564] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:33:42.269] [ 0.440608] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:33:42.269] [ 0.440651] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:33:42.269] [ 0.440695] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:33:42.269] [ 0.440738] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:33:42.269] [ 0.440781] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:33:42.296] [ 0.440825] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:33:42.296] [ 0.440868] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:33:42.296] [ 0.440912] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:33:42.296] [ 0.440956] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:33:42.307] [ 0.440999] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:33:42.307] [ 0.441042] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:33:42.307] [ 0.441085] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:33:42.307] [ 0.441128] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:33:42.307] [ 0.441183] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:33:42.309] [ 0.441227] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:33:42.309] [ 0.441581] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:33:42.332] [ 0.441625] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:33:42.345] [ 0.441668] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:33:42.345] [ 0.441711] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:33:42.345] [ 0.441754] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:33:42.345] [ 0.441798] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:33:42.347] [ 0.441842] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:33:42.347] [ 0.441887] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:33:42.347] [ 0.441930] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:33:42.372] [ 0.441973] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:33:42.372] [ 0.442016] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:33:42.372] [ 0.442059] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:33:42.372] [ 0.442288] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:33:42.375] [ 0.442332] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:33:42.399] [ 0.442496] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:33:42.399] [ 0.442544] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:33:42.399] [ 0.442588] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:33:42.399] [ 0.442631] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:33:42.399] [ 0.442674] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:33:42.413] [ 0.442880] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:33:42.413] [ 0.442924] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:33:42.415] [ 0.442967] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:33:42.440] [ 0.443011] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:33:42.440] [ 0.443054] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:33:42.440] [ 0.443097] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:33:42.440] [ 0.443140] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:33:42.440] [ 0.443183] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:33:42.454] [ 0.443227] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:33:42.454] [ 0.443270] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:33:42.454] [ 0.443313] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:33:42.466] [ 0.443370] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:33:42.466] [ 0.443414] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:33:42.480] [ 0.443457] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:33:42.480] [ 0.444001] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:33:42.480] [ 0.444046] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:33:42.495] [ 0.444215] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:33:42.495] [ 0.444385] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:33:42.495] [ 0.444553] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:33:42.513] [ 0.444734] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:33:42.513] [ 0.444903] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:33:42.513] [ 0.444947] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:33:42.538] [ 0.444991] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:33:42.540] [ 0.445156] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:33:42.540] [ 0.445322] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:33:42.540] [ 0.445489] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:33:42.540] [ 0.445533] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:33:42.542] [ 0.445576] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:33:42.566] [ 0.445619] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:33:42.566] [ 0.445662] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:33:42.566] [ 0.445836] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:33:42.566] [ 0.445881] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:33:42.579] [ 0.446099] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:33:42.579] [ 0.446114] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:33:42.579] [ 0.528751] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:33:42.592] [ 0.528841] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:33:42.593] [ 1.675614] console [ttyAMA0] enabled [2024-05-23 14:33:42.619] [ 1.683410] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:33:42.629] [ 1.712456] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:33:42.648] [ 1.722836] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:33:42.662] [ 1.733351] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:33:42.675] [ 1.743605] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:33:42.761] [ 1.843845] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:33:42.776] [ 1.860367] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:33:42.790] [ 1.867294] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:33:42.791] [ 1.874064] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:33:42.826] [ 1.880431] Linux video capture interface: = v2.00 [2024-05-23 14:33:42.826] [ 1.886273] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:42.826] [ 1.886277] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:33:42.829] [ 1.886281] 6 locks held by swapper/0/1: [2024-05-23 14:33:42.829] [ 1.886284] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:33:42.856] [ 1.886310] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:33:42.856] [ 1.886325] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:33:42.856] [ 1.886343] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:42.875] [ 1.886358] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:33:42.875] [ 1.886374] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:42.890] [ 1.886392] irq event stamp: 288058 [2024-05-23 14:33:42.890] [ 1.886398] hardirqs last enabled at = (288057): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:42.905] [ 1.886403] hardirqs last disabled at = (288058): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:42.906] [ 1.886410] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:42.928] [ 1.886414] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:42.928] [ 1.886416] Preemption disabled at: [2024-05-23 14:33:42.928] [ 1.886422] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:42.931] [ 1.886431] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:33:42.945] [ 1.886434] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:42.945] [ 1.886438] Call trace: [2024-05-23 14:33:42.945] [ 1.886444] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:42.958] [ 1.886448] show_stack+0x14/0x20 [2024-05-23 14:33:42.973] [ 1.886454] dump_stack+0xb8/0xf0 [2024-05-23 14:33:42.973] [ 1.886460] ___might_sleep+0x178/0x210 [2024-05-23 14:33:42.973] [ 1.886463] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:42.973] [ 1.886469] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:42.985] [ 1.886474] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:42.985] [ 1.886481] gic_set_type+0x84/0x98 [2024-05-23 14:33:42.985] [ 1.886486] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:42.998] [ 1.886491] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:42.998] [ 1.886496] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:42.998] [ 1.886501] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:33:43.000] [ 1.886507] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:33:43.000] [ 1.886512] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:43.000] [ 1.886517] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:43.023] [ 1.886522] __driver_attach+0xfc/0x118 [2024-05-23 14:33:43.027] [ 1.886527] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:43.027] [ 1.886532] driver_attach+0x20/0x28 [2024-05-23 14:33:43.027] [ 1.886536] bus_add_driver+0x220/0x268 [2024-05-23 14:33:43.027] [ 1.886541] driver_register+0x60/0xf8 [2024-05-23 14:33:43.027] [ 1.886545] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:43.050] [ 1.886552] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:33:43.059] [ 1.886557] do_one_initcall+0x50/0x15c [2024-05-23 14:33:43.059] [ 1.886564] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:33:43.059] [ 1.886570] kernel_init+0x10/0x100 [2024-05-23 14:33:43.059] [ 1.886574] ret_from_fork+0x10/0x18 [2024-05-23 14:33:43.059] [ 1.892622] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:33:43.061] [ 2.140040] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:33:43.075] [ 2.153400] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:33:43.095] [ 2.160461] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:33:43.097] [ 2.165063] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:33:43.097] [ 2.169867] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:33:43.097] [ 2.174669] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:33:43.097] [ 2.179224] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:33:43.150] [ 2.233488] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:33:43.162] [ 2.246006] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:43.180] [ 2.264241] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:43.195] [ 2.279696] NET: Registered protocol family = 2 [2024-05-23 14:33:43.209] [ 2.287011] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:33:43.234] [ 2.294622] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:33:43.237] [ 2.305858] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:33:43.237] [ 2.313192] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:33:43.238] [ 2.319955] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:33:43.253] [ 2.328143] NET: Registered protocol family = 1 [2024-05-23 14:33:43.354] [ 2.435567] audit: initializing netlink = subsys (disabled) [2024-05-23 14:33:43.358] [ 2.441851] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:33:43.373] [ 2.442482] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:33:43.444] [ 2.524652] fuse init (API version 7.26) [2024-05-23 14:33:43.463] [ 2.538873] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:33:43.464] [ 2.545518] modprobe (66) used greatest = stack depth: 12832 bytes left [2024-05-23 14:33:43.480] [ 2.548629] io scheduler noop registered = (default) [2024-05-23 14:33:43.480] [ 2.548646] io scheduler mq-deadline = registered [2024-05-23 14:33:43.480] [ 2.548658] io scheduler kyber registered [2024-05-23 14:33:43.493] [ 2.558396] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:43.495] [ 2.558408] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:43.495] [ 2.558417] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:33:43.523] [ 2.558504] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:43.531] [ 2.614359] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:43.545] [ 2.622128] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:43.545] [ 2.627105] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:33:43.560] [ 2.632535] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:43.560] [ 2.633185] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:43.562] [ 2.644231] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:43.587] [ 2.650436] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:33:43.587] [ 2.657987] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:43.611] [ 2.682601] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:43.612] [ 2.689412] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:43.612] [ 2.693957] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:33:43.630] [ 2.699384] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:43.630] [ 2.700086] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:33:43.630] [ 2.710903] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:33:43.644] [ 2.717112] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:33:43.646] [ 2.724732] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:33:43.708] [ 2.791695] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:33:43.720] [ 2.798483] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:33:43.721] [ 2.803122] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:33:43.743] [ 2.808549] fbX_probe : update_type =3D 1=20 [2024-05-23 14:33:43.743] [ 2.818588] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:33:43.769] [ 2.828338] [INF][WDMA] tcc_wdma_init [2024-05-23 14:33:43.771] [ 2.833263] TCC WDMA Driver Initializing [2024-05-23 14:33:43.771] [ 2.840338] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:33:43.771] [ 2.846382] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:33:43.773] [ 2.857230] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:43.787] [ 2.869872] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:33:43.804] [ 2.879274] [CPU_ID] probe is done [2024-05-23 14:33:43.804] [ 2.883079] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:33:43.826] [ 2.889913] [DRAM_TOOL] probe is done [2024-05-23 14:33:43.826] [ 2.897620] MALI-G51 : r30p0-01eac0 [2024-05-23 14:33:43.826] [ 2.901153] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:33:43.846] [ 2.910674] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:43.847] [ 2.910679] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:33:43.847] [ 2.910683] 6 locks held by swapper/0/1: [2024-05-23 14:33:43.849] [ 2.910687] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:33:43.874] [ 2.910713] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:33:43.874] [ 2.910728] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:33:43.875] [ 2.910746] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:43.901] [ 2.910761] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:33:43.901] [ 2.910777] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:43.901] [ 2.910795] irq event stamp: 453680 [2024-05-23 14:33:43.916] [ 2.910800] hardirqs last enabled at = (453679): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:33:43.916] [ 2.910805] hardirqs last disabled at = (453680): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:33:43.931] [ 2.910813] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:43.931] [ 2.910817] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:43.946] [ 2.910819] Preemption disabled at: [2024-05-23 14:33:43.946] [ 2.910824] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:43.948] [ 2.910834] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:33:43.973] [ 2.910837] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:43.973] [ 2.910840] Call trace: [2024-05-23 14:33:43.973] [ 2.910846] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:43.973] [ 2.910851] show_stack+0x14/0x20 [2024-05-23 14:33:43.973] [ 2.910857] dump_stack+0xb8/0xf0 [2024-05-23 14:33:43.975] [ 2.910862] ___might_sleep+0x178/0x210 [2024-05-23 14:33:43.998] [ 2.910866] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:43.998] [ 2.910870] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:43.998] [ 2.910876] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:43.998] [ 2.910883] gic_set_type+0x84/0x98 [2024-05-23 14:33:43.998] [ 2.910888] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:43.998] [ 2.910892] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:44.013] [ 2.910897] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:44.015] [ 2.910903] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:33:44.015] [ 2.910909] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:33:44.039] [ 2.910913] kbase_device_init+0x78/0xf8 [2024-05-23 14:33:44.052] [ 2.910919] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:33:44.052] [ 2.910924] platform_drv_probe+0x58/0xb8 [2024-05-23 14:33:44.052] [ 2.910929] = driver_probe_device+0x228/0x410 [2024-05-23 14:33:44.052] [ 2.910934] __driver_attach+0xfc/0x118 [2024-05-23 14:33:44.052] [ 2.910938] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:33:44.052] [ 2.910943] driver_attach+0x20/0x28 [2024-05-23 14:33:44.054] [ 2.910948] bus_add_driver+0x220/0x268 [2024-05-23 14:33:44.054] [ 2.910953] driver_register+0x60/0xf8 [2024-05-23 14:33:44.054] [ 2.910957] = __platform_driver_register+0x44/0x50 [2024-05-23 14:33:44.077] [ 2.910964] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:33:44.080] [ 2.910969] do_one_initcall+0x50/0x15c [2024-05-23 14:33:44.080] [ 2.910975] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:33:44.080] [ 2.910981] kernel_init+0x10/0x100 [2024-05-23 14:33:44.080] [ 2.910985] ret_from_fork+0x10/0x18 [2024-05-23 14:33:44.080] [ 2.912603] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:33:44.107] [ 3.167519] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:33:44.107] [ 3.174257] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:33:44.108] [ 3.188360] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:33:44.124] [ 3.195375] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:33:44.143] [ 3.207654] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:33:44.145] [ 3.213872] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:33:44.145] [ 3.218254] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:33:44.145] [ 3.225887] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:33:44.190] [ 3.272790] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:33:44.200] [ 3.280476] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:33:44.214] [ 3.288325] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:33:44.216] [ 3.299895] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:33:44.231] [ 3.305179] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:33:44.245] [ 3.316252] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:33:44.249] [ 3.325123] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:33:44.273] [ 3.343842] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:33:44.307] [ 3.359270] libphy: Fixed MDIO Bus: probed [2024-05-23 14:33:44.307] [ 3.364327] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:33:44.308] [ 3.377425] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:33:44.308] [ 3.381954] [INFO][GAMC] gmac index : 1 [2024-05-23 14:33:44.308] [ 3.386421] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:33:44.308] [ 3.391588] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:33:44.326] [ 3.397576] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:33:44.326] [ 3.399853] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:33:44.326] [ 3.400748] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:33:44.341] [ 3.404562] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:33:44.343] [ 3.405304] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:33:44.343] [ 3.405911] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:33:44.368] [ 3.407028] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:33:44.368] [ 3.417251] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:33:44.368] [ 3.417280] GPT:15269887 !=3D 15273599 [2024-05-23 14:33:44.368] [ 3.417288] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:33:44.381] [ 3.417296] GPT:15269887 !=3D 15273599 [2024-05-23 14:33:44.381] [ 3.417303] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:33:44.381] [ 3.417418] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:33:44.397] [ 3.477211] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:33:44.422] [ 3.485805] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:33:44.426] [ 3.499822] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:33:44.426] [ 3.505721] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:44.440] [ 3.505733] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:33:44.442] [ 3.505740] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:33:44.442] [ 3.505752] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:44.470] [ 3.505764] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:33:44.470] [ 3.534603] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:33:44.470] [ 3.550743] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:33:44.485] [ 3.557399] usbhid: USB HID core driver [2024-05-23 14:33:44.498] [ 3.561586] optee: probing for conduit = method from DT. [2024-05-23 14:33:44.498] [ 3.566767] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:33:44.499] [ 3.568766] optee: initialized driver [2024-05-23 14:33:44.499] [ 3.578285] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:33:44.523] [ 3.584089] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:33:44.527] [ 3.589259] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:33:44.527] [ 3.594426] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:33:44.527] [ 3.600201] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:33:44.527] [ 3.605976] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:33:44.550] [ 3.611838] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:33:44.563] [ 3.618307] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:33:44.563] [ 3.625739] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:33:44.563] [ 3.633687] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:33:44.566] [ 3.647458] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:33:44.591] [ 3.655469] NET: Registered protocol family = 17 [2024-05-23 14:33:44.591] [ 3.660472] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:33:44.595] [ 3.678071] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:33:44.765] [ 3.846982] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:33:44.770] [ 3.847028] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:33:44.786] [ 3.862743] ALSA device list: [2024-05-23 14:33:44.786] [ 3.865741] No soundcards found. [2024-05-23 14:33:44.811] [ 3.871519] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:33:44.814] [ 3.892568] Freeing unused kernel memory: = 4160K [2024-05-23 14:33:44.848] Mounting devtmpfs [2024-05-23 14:33:44.848] Mounting procfs [2024-05-23 14:33:44.848] Mounting sysfs [2024-05-23 14:33:44.858] [ 3.927102] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:33:44.866] [ 3.949494] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:33:44.907] [ 3.990731] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:33:44.917] [ 3.999677] mount (97) used greatest stack = depth: 11312 bytes left [2024-05-23 14:33:45.167] [ 4.250767] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:33:45.266] [ 4.349228] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:33:45.295] [ 4.376672] systemd[1]: Detected = architecture arm64. [2024-05-23 14:33:45.339]=20 [2024-05-23 14:33:45.339] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:33:45.357]=20 [2024-05-23 14:33:45.359] [ 4.437823] systemd[1]: Set hostname to = . [2024-05-23 14:33:45.374] [ 4.449979] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:33:45.393] [ 4.458760] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:33:45.606] [ 4.688465] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:33:45.629] [ 4.705585] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:33:45.666] [ 4.747978] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:33:45.679] [ 4.760304] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:33:45.865] [ 4.947598] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:33:45.938] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:33:45.966] [ OK ] Reached target Remote File Systems. [2024-05-23 14:33:45.982] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:33:46.000] [ OK ] Created slice system-getty.slice. [2024-05-23 14:33:46.009] [ OK ] Reached target Paths. [2024-05-23 14:33:46.044] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:33:46.052] [ OK ] Listening on Journal Socket. [2024-05-23 14:33:46.082] Mounting Huge Pages File System... [2024-05-23 14:33:46.111] Mounting Kernel Debug File System... [2024-05-23 14:33:46.140] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:33:46.170] Starting Apply Kernel Variables... [2024-05-23 14:33:46.185] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:33:46.215] [ 5.299197] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:33:46.234] Mounting FUSE Control File System... [2024-05-23 14:33:46.265] Starting mount data partition = service... [2024-05-23 14:33:46.277] [ OK ] Reached target Swap. [2024-05-23 14:33:46.303] [ OK ] Listening on udev Control Socket. [2024-05-23 14:33:46.332] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:33:46.349] [ OK ] Created slice User and Session Slice. [2024-05-23 14:33:46.373] [ OK ] Reached target Slices. [2024-05-23 14:33:46.400] [ 5.480105] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:46.427] Mounting Configuration File System... [2024-05-23 14:33:46.450] [ OK ] Listening on Syslog Socket. [2024-05-23 14:33:46.466] Starting Journal Service... [2024-05-23 14:33:46.496] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:33:46.527] Mounting POSIX Message Queue File = System... [2024-05-23 14:33:46.562] Starting udev Coldplug all Devices... [2024-05-23 14:33:46.628] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:33:46.650] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:33:46.683] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:33:46.716] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:33:46.732] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:33:46.751] [ OK ] Started mount data partition service. [2024-05-23 14:33:46.783] [ OK ] Started Journal Service. [2024-05-23 14:33:46.802] [ OK ] Mounted Configuration File System. [2024-05-23 14:33:46.834] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:33:46.849] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:33:46.904] Starting NS file System mount and = recovery.... [2024-05-23 14:33:46.935] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:33:46.976] Starting udev Kernel Device = Manager... [2024-05-23 14:33:47.000] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:33:47.039] Mounting /tmp... [2024-05-23 14:33:47.047] [ 6.125076] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:47.066] [ OK ] Reached target Containers. [2024-05-23 14:33:47.104] Mounting /var/volatile... [2024-05-23 14:33:47.133] [ 6.215305] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:33:47.223] [ OK ] Started udev Kernel Device Manager.[ = 6.307522] EXT4-fs (mmcblk0p36): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:33:47.240] =0A= [2024-05-23 14:33:47.315] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:33:47.337] [ OK ] Mounted /tmp. [2024-05-23 14:33:47.368] [ OK ] Mounted /var/volatile. [2024-05-23 14:33:47.462] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:33:47.575] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:33:47.685] [ 6.767263] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:33:47.702] Starting Bind mount volatile = /var/cache... [2024-05-23 14:33:47.734] Starting Bind mount volatile = /var/spool... [2024-05-23 14:33:47.768] Starting Bind mount volatile = /var/lib... [2024-05-23 14:33:47.793] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:33:47.984] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:33:48.018] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:33:48.044] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:33:48.077] Starting Load/Save Random Seed... [2024-05-23 14:33:48.101] [ OK ] Reached target Local File Systems. [2024-05-23 14:33:48.121] Starting netfilter persistent = configuration... [2024-05-23 14:33:48.151] Starting Create Volatile Files and = Directories... [2024-05-23 14:33:48.184] Starting AppArmor initialization... [2024-05-23 14:33:48.219] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:33:48.319] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:33:48.378] [ 7.460797] audit: type=3D1400 = audit(1550139121.204:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:33:48.395] [ 7.477880] audit: type=3D1400 = audit(1550139121.208:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:33:48.422] [ 7.494746] audit: type=3D1400 = audit(1550139121.208:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:33:48.439] [ 7.511424] audit: type=3D1400 = audit(1550139121.208:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:33:48.461] [ 7.527909] audit: type=3D1400 = audit(1550139121.208:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:33:48.462] [ 7.544927] audit: type=3D1400 = audit(1550139121.208:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:33:48.489] [ 7.561597] audit: type=3D1400 = audit(1550139121.208:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:33:48.502] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:33:48.535] [ OK ] Started AppArmor initialization. [2024-05-23 14:33:48.552] [ OK ] Reached target Network (Pre). [2024-05-23 14:33:48.582] Starting Network Service... [2024-05-23 14:33:48.610] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:33:48.671] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:33:48.703] [ OK ] Reached target System Initialization. [2024-05-23 14:33:48.718] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:33:48.735] [ OK ] Reached target Timers. [2024-05-23 14:33:48.752] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:33:48.766] [ OK ] Reached target Sockets. [2024-05-23 14:33:48.785] [ 7.856936] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:33:48.794] [ OK ] Reached target Basic System. [2024-05-23 14:33:48.835] [ 7.900780] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:33:48.837] [ 7.905378] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:33:48.837] [ 7.910905] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:33:48.837] [ OK ] Started System Logging Service. [2024-05-23 14:33:48.868] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:33:48.894] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:33:48.931] Starting Login Service... [2024-05-23 14:33:48.962] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:33:49.018] Starting Load Kernel Modules... [2024-05-23 14:33:49.054] [ OK ] Started Kernel Logging Service. [2024-05-23 14:33:49.062] [ 8.144326] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:33:49.077] [ 8.148767] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:33:49.085] [ 8.148790] [INFO][GMAC]=20 [2024-05-23 14:33:49.098] [ 8.167850] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:33:49.098] [ 8.177705] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:33:49.112] [ 8.186591] Disabling lock debugging due to = kernel taint [2024-05-23 14:33:49.125] [ OK ] Started NS VSync Process. [2024-05-23 14:33:49.127] [ 8.196920] libphy: tcc-gmac-mdio: probed [2024-05-23 14:33:49.127] [ 8.201486] [INFO][GMAC] registered! [2024-05-23 14:33:49.127] [ 8.205076] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:33:49.150] [ 8.209887] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:33:49.152] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:33:49.176] [ OK ] Started NS System Management Process. [2024-05-23 14:33:49.178] [ 8.258708] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:33:49.195] Starting NS Inter Domain Comm = Process... [2024-05-23 14:33:49.195] [ OK ] Started Network Service. [2024-05-23 14:33:49.217] Start /usr/bin/sys-fail-mon [2024-05-23 14:33:49.217] [ 8.292684] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:33:49.217] [ 8.298441] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:33:49.234] [ 8.307667] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:33:49.234] [ 8.307709] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:33:49.248] [ 8.307709] -- MASTER Configuration. [2024-05-23 14:33:49.248] [ 8.307709] -- Local Receiver Status Not = OK. [2024-05-23 14:33:49.248] [ 8.307709] -- Remote Receiver Status Not = OK. [2024-05-23 14:33:49.250] [ 8.307724] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:33:49.276] [ 8.307728] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:33:49.276] [ 8.313531] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:33:49.276] [ 8.313535] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:33:49.289] [ 8.313537] INFO: lockdep is turned off. [2024-05-23 14:33:49.302] [ 8.313539] irq event stamp: 71024 [2024-05-23 14:33:49.302] [ 8.313552] hardirqs last enabled at = (71023): [<00000000b41f074c>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:33:49.306] [ 8.313559] hardirqs last disabled at = (71024): [<000000005c78f189>] __schedule+0xc8/0x730 [2024-05-23 14:33:49.306] [ 8.313566] softirqs last enabled at (0): = [<000000002663f784>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:33:49.331] [ 8.313569] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:33:49.331] [ 8.313571] Preemption disabled at: [2024-05-23 14:33:49.331] [ 8.313577] [<000000008fa33fe2>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:33:49.331] [ 8.313585] CPU: 2 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:33:49.350] [ 8.313587] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:33:49.350] [ 8.313589] Call trace: [2024-05-23 14:33:49.350] [ 8.313594] dump_backtrace+0x0/0x1d8 [2024-05-23 14:33:49.352] [ 8.313597] show_stack+0x14/0x20 [2024-05-23 14:33:49.375] [ 8.313601] dump_stack+0xb8/0xf0 [2024-05-23 14:33:49.388] [ 8.313606] ___might_sleep+0x178/0x210 [2024-05-23 14:33:49.388] [ 8.313608] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:33:49.388] [ 8.313614] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:33:49.388] [ 8.313619] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:33:49.388] [ 8.313625] gic_set_type+0x84/0x98 [2024-05-23 14:33:49.388] [ 8.313628] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:33:49.402] [ 8.313632] __setup_irq+0x76c/0x7f8 [2024-05-23 14:33:49.402] [ 8.313635] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:33:49.402] [ 8.313641] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:33:49.402] [ 8.313645] __dev_open+0x100/0x150 [2024-05-23 14:33:49.405] [ 8.313648] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:33:49.405] [ 8.313651] dev_change_flags+0x20/0x60 [2024-05-23 14:33:49.405] [ 8.313655] do_setlink+0x3ec/0xc30 [2024-05-23 14:33:49.429] [ 8.313658] rtnl_setlink+0xcc/0x128 [2024-05-23 14:33:49.440] [ 8.313660] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:33:49.440] [ 8.313664] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:33:49.440] [ 8.313667] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:33:49.440] [ 8.313670] netlink_unicast+0x180/0x1f8 [2024-05-23 14:33:49.440] [ 8.313673] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:33:49.440] [ 8.313678] sock_sendmsg+0x3c/0x58 [2024-05-23 14:33:49.443] [ 8.313682] SyS_sendto+0xd0/0x140 [2024-05-23 14:33:49.443] [ 8.313685] el0_svc_naked+0x34/0x38 [2024-05-23 14:33:49.443] [ 8.313808] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:33:49.465] [ 8.317835] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:33:49.467] [ 8.317840] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:33:49.467] [ 8.317845] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:33:49.467] [ 8.317845] =20 [2024-05-23 14:33:49.467] [ 8.318169] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:33:49.491] [ 8.318352] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:33:49.491] [ 8.318355] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:33:49.491] [ 8.318359] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:33:49.491] [ 8.318359] =20 [2024-05-23 14:33:49.491] [ 8.318506] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:33:49.495] [ 8.318521] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:33:49.518] [ 8.318525] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:33:49.518] [ 8.318529] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:33:49.518] [ 8.318536] [INFO][GMAC] --] phy_start: : [2024-05-23 14:33:49.518] [ 8.318597] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:33:49.518] [ 8.421981] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:33:49.531] [ 8.424064] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:49.533] [ 8.532036] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:49.533] [ 8.612833] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:33:49.559] [[ 8.621216] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:33:49.559] OK ] [ 8.628564] ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:49.560] Reached target Network 8.641894] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:33:49.589] 0m. [2024-05-23 14:33:49.589] [ 8.647037] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:33:49.589] [ 8.647051] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:33:49.589] [ 8.647769] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:33:49.603] [ 8.647776] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:33:49.603] [ 8.651688] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:33:49.618] [ 8.684162] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:33:49.618] [ 8.689560] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:33:49.634] [ 8.694135] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:33:49.634] [ 8.694605] Done!! [2024-05-23 14:33:49.634] Starting Permit User Sessions... [2024-05-23 14:33:49.636] Starting udev Coldplug all Devices... [2024-05-23 14:33:49.650] Starting Wait for Network to be = Configured... [2024-05-23 14:33:49.650] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:33:49.665] [ OK ] Started Permit User Sessions. [2024-05-23 14:33:49.671] [ OK ] Started Getty on tty1. [2024-05-23 14:33:49.689] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:33:49.705] parents, child is 320 [2024-05-23 14:33:49.705] [ OK ] Reached target Login Prompts. [2024-05-23 14:33:49.705] [ OK ] Starte[ 8.785062] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:33:49.723] d Cluster Framework. [2024-05-23 14:33:49.723] [IDC]Start. [2024-05-23 14:33:49.723] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:33:49.723] [IDC](A7)ConnectReq 0 [2024-05-23 14:33:49.735] [IDC](A7)do_connect 0 [2024-05-23 14:33:49.735] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:33:49.745] [IDC](A7)Tx start session req 1 [2024-05-23 14:33:49.745] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:33:49.745] [IDC](R5)ConnectReq 0 [2024-05-23 14:33:49.745] [IDC](R5)do_connect 0 [2024-05-23 14:33:49.745] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:33:49.765] [IDC][ 8.786867] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:33:49.765] (R5)do_entry_startreq 1 [2024-05-23 14:33:49.765] [IDC](R5)do_periodic_st[ 8.820100] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:33:49.790] artreq 1. [2024-05-23 14:33:49.790] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:33:49.790] [[ 8.822733] Done!! [2024-05-23 14:33:49.790] OK ] Started HUD Framework. [2024-05-23 14:33:49.790] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:33:49.811] [IDC](A7)Session connected. [2024-05-23 14:33:49.811] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:33:49.811] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:33:49.811] [IDC](R5)Session connected.2 [2024-05-23 14:33:49.811] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:33:49.811] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:33:49.856] [ OK ] Started Nvm Process. [2024-05-23 14:33:49.871] [ 8.954607] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:49.920] [ 8.995137] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:33:49.930] [ 9.003808] Done!! [2024-05-23 14:33:49.930] [ OK ] Started NS hsm control application. [2024-05-23 14:33:49.982] [ 9.064617] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:50.006] [ 9.087463] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:33:50.011] [ OK ] Started Diagnosis Framework. [2024-05-23 14:33:50.103] [ 9.176115] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:50.106] [ OK ] Started NS Software Update. [2024-05-23 14:33:50.121] [ OK ] Started NS Secondary Verify. [2024-05-23 14:33:50.125] [ OK ] Started Diagnosis Transport. [2024-05-23 14:33:50.174] [ OK ] Started Load Kernel Modules. [2024-05-23 14:33:50.206] [ 9.289191] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:50.248] [ OK ] Started Login Service. [2024-05-23 14:33:50.253] [ OK ] Reached target Multi-User System. [2024-05-23 14:33:50.292] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:33:50.315] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:33:50.319] [ 9.400141] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:50.347] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:33:50.362] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:33:50.429] [ 9.512144] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:33:51.102] [ 10.176330] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:33:51.111] [ 10.176338] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:33:51.957] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:33:52.054] [ 11.135837] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:33:52.062] [ 11.144231] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:33:55.997]=20 [2024-05-23 14:33:55.997] telechips-nsp1-release login:=20 [2024-05-23 14:34:00.301]=20 [2024-05-23 14:34:00.301] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:34:00.326]=20 [2024-05-23 14:34:00.326] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:34:00.326] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:34:00.326] DRAM: 2 GiB [2024-05-23 14:34:00.340] MMC: sdhc@0x16440000: 0 [2024-05-23 14:34:00.611]=20 [2024-05-23 14:34:00.611] HW Partition tyep is UserData [2024-05-23 14:34:00.633] In: serial [2024-05-23 14:34:00.635] Out: serial [2024-05-23 14:34:00.635] Err: serial [2024-05-23 14:34:00.689] Boot in the UserData environment(0) [2024-05-23 14:34:00.692] Non-secure boot (secure boot flag is clear) [2024-05-23 14:34:00.707] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:34:00.707] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:34:00.707] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:34:00.721] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:34:00.723] Booting using the fdt blob at 0x23000000 [2024-05-23 14:34:00.723] Loading Kernel Image [2024-05-23 14:34:00.746] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:34:00.748] OPTEE is enabled [2024-05-23 14:34:00.748]=20 [2024-05-23 14:34:00.748] Starting kernel ... [2024-05-23 14:34:00.748]=20 [2024-05-23 14:34:01.671] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:34:01.675] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:34:01.689] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:34:01.704] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:34:01.704] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:34:01.704] [ 0.000000] efi: UEFI not found. [2024-05-23 14:34:01.719] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:34:01.732] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:34:01.734] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:34:01.734] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:34:01.761] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:34:01.761] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:34:01.761] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:34:01.763] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:34:01.789] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:34:01.789] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:34:01.789] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:34:01.804] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:34:01.804] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:34:01.823] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:34:01.823] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:34:01.839] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:34:01.839] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:34:01.854] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:34:01.854] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:34:01.870] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:34:01.870] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:34:01.884] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:34:01.884] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:34:01.899] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:34:01.899] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:34:01.901] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:34:01.926] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:34:01.926] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:34:01.926] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:34:01.926] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:34:01.950] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:34:01.956] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:34:01.956] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:34:01.956] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:34:01.956] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:34:01.969] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:34:01.984] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:34:02.000] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:34:02.000] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:34:02.002] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:34:02.029] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:34:02.029] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:34:02.029] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:34:02.050] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:34:02.050] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:34:02.050] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:34:02.066] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:34:02.066] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:34:02.081] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:34:02.081] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:34:02.097] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:34:02.097] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:34:02.112] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:34:02.112] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:34:02.129] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:34:02.141] [ 0.000000] Running RCU self tests [2024-05-23 14:34:02.141] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:34:02.142] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:34:02.142] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:34:02.142] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:34:02.164] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:34:02.164] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:34:02.164] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:34:02.164] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:34:02.177] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:34:02.179] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:34:02.202] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:34:02.204] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:34:02.204] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:34:02.204] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:34:02.219] [ 0.001476] Console: colour dummy device = 80x25 [2024-05-23 14:34:02.219] [ 0.001718] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:34:02.234] [ 0.001721] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:34:02.234] [ 0.001724] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:34:02.234] [ 0.001726] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:34:02.253] [ 0.001729] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:34:02.266] [ 0.001732] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:34:02.266] [ 0.001735] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:34:02.266] [ 0.001737] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:34:02.266] [ 0.001740] memory used by lock dependency = info: 7903 kB [2024-05-23 14:34:02.269] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:34:02.269] [ 0.001783] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:34:02.293] [ 0.001791] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:34:02.293] [ 0.002288] Security Framework initialized [2024-05-23 14:34:02.293] [ 0.002413] AppArmor: AppArmor initialized [2024-05-23 14:34:02.293] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:02.293] [ 0.002684] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:02.313] [ 0.019948] ASID allocator initialised with = 32768 entries [2024-05-23 14:34:02.313] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:34:02.313] [ 0.062275] EFI services will not be = available. [2024-05-23 14:34:02.315] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:34:02.337] [ 0.120747] Detected VIPT I-cache on CPU1 [2024-05-23 14:34:02.337] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:34:02.337] [ 0.164990] Detected VIPT I-cache on CPU2 [2024-05-23 14:34:02.337] [ 0.165049] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:34:02.338] [ 0.209275] Detected VIPT I-cache on CPU3 [2024-05-23 14:34:02.362] [ 0.209328] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:34:02.362] [ 0.209705] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:34:02.362] [ 0.209746] SMP: Total of 4 processors = activated. [2024-05-23 14:34:02.362] [ 0.209761] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:34:02.362] [ 0.209781] CPU: All CPU(s) started at EL2 [2024-05-23 14:34:02.375] [ 0.209960] alternatives: patching kernel = code [2024-05-23 14:34:02.377] [ 0.210512] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:34:02.377] [ 0.213117] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:34:02.401] [ 0.213724] devtmpfs: initialized [2024-05-23 14:34:02.412] [ 0.402750] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:34:02.412] [ 0.403018] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:34:02.412] [ 0.411773] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:34:02.415] [ 0.412680] chipinfo: TCC8030 Rev02 [2024-05-23 14:34:02.415] [ 0.412695] chipinfo: SiP Service v0.1.56 [2024-05-23 14:34:02.415] [ 0.418001] NET: Registered protocol family = 16 [2024-05-23 14:34:02.438] [ 0.421943] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:34:02.461] [ 0.423909] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:34:02.461] [ 0.425492] cpuidle: using governor menu [2024-05-23 14:34:02.461] [ 0.425731] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:34:02.461] [ 0.439898] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:34:02.472] [ 0.440364] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:34:02.472] [ 0.440411] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:34:02.472] [ 0.440455] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:34:02.472] [ 0.440498] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:34:02.476] [ 0.440542] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:34:02.476] [ 0.440585] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:34:02.476] [ 0.440629] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:34:02.496] [ 0.440672] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:34:02.510] [ 0.440715] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:34:02.510] [ 0.440758] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:34:02.510] [ 0.440802] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:34:02.510] [ 0.440847] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:34:02.524] [ 0.440890] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:34:02.524] [ 0.440933] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:34:02.524] [ 0.440976] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:34:02.527] [ 0.441034] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:34:02.527] [ 0.441077] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:34:02.527] [ 0.441121] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:34:02.546] [ 0.441477] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:34:02.546] [ 0.441521] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:34:02.546] [ 0.441564] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:34:02.546] [ 0.441607] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:34:02.558] [ 0.441651] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:34:02.558] [ 0.441694] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:34:02.571] [ 0.441737] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:34:02.571] [ 0.441780] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:34:02.573] [ 0.441823] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:34:02.592] [ 0.441867] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:34:02.592] [ 0.442001] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:34:02.592] [ 0.442047] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:34:02.592] [ 0.442285] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:34:02.603] [ 0.442345] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:34:02.603] [ 0.442389] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:34:02.616] [ 0.442433] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:34:02.616] [ 0.442476] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:34:02.618] [ 0.442519] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:34:02.639] [ 0.442562] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:34:02.639] [ 0.442768] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:34:02.639] [ 0.442812] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:34:02.642] [ 0.442855] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:34:02.657] [ 0.442898] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:34:02.660] [ 0.442941] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:34:02.660] [ 0.442985] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:34:02.660] [ 0.443027] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:34:02.679] [ 0.443070] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:34:02.679] [ 0.443113] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:34:02.679] [ 0.443156] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:34:02.679] [ 0.443212] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:34:02.692] [ 0.443256] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:34:02.692] [ 0.443299] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:34:02.693] [ 0.443342] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:34:02.711] [ 0.443883] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:34:02.711] [ 0.443927] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:34:02.711] [ 0.444096] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:34:02.723] [ 0.444267] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:34:02.723] [ 0.444451] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:34:02.733] [ 0.444618] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:34:02.735] [ 0.444785] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:34:02.735] [ 0.444829] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:34:02.754] [ 0.444873] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:34:02.754] [ 0.445039] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:34:02.754] [ 0.445203] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:34:02.756] [ 0.445370] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:34:02.777] [ 0.445414] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:34:02.777] [ 0.445457] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:34:02.777] [ 0.445501] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:34:02.779] [ 0.445544] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:34:02.798] [ 0.445714] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:34:02.798] [ 0.445758] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:34:02.798] [ 0.446056] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:34:02.798] [ 0.446075] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:34:02.810] [ 0.528505] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:34:02.811] [ 0.528595] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:34:02.828] [ 1.675556] console [ttyAMA0] enabled [2024-05-23 14:34:02.828] [ 1.683215] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:34:02.854] [ 1.712067] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:34:02.865] [ 1.722357] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:34:02.879] [ 1.732953] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:34:02.890] [ 1.743208] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:34:02.985] [ 1.842879] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:34:02.999] [ 1.858959] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:34:03.012] [ 1.865857] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:34:03.040] [ 1.872711] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:34:03.040] [ 1.879080] Linux video capture interface: = v2.00 [2024-05-23 14:34:03.042] [ 1.884958] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:03.042] [ 1.884963] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:34:03.058] [ 1.884967] 6 locks held by swapper/0/1: [2024-05-23 14:34:03.058] [ 1.884970] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:34:03.060] [ 1.884997] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:34:03.082] [ 1.885012] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:03.082] [ 1.885031] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:03.095] [ 1.885045] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:03.095] [ 1.885061] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:03.109] [ 1.885081] irq event stamp: 288008 [2024-05-23 14:34:03.109] [ 1.885087] hardirqs last enabled at = (288007): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:03.126] [ 1.885092] hardirqs last disabled at = (288008): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:03.128] [ 1.885099] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:03.148] [ 1.885103] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:03.148] [ 1.885105] Preemption disabled at: [2024-05-23 14:34:03.148] [ 1.885111] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:03.161] [ 1.885120] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:34:03.161] [ 1.885123] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:03.177] [ 1.885127] Call trace: [2024-05-23 14:34:03.177] [ 1.885133] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:03.177] [ 1.885138] show_stack+0x14/0x20 [2024-05-23 14:34:03.177] [ 1.885143] dump_stack+0xb8/0xf0 [2024-05-23 14:34:03.177] [ 1.885149] ___might_sleep+0x178/0x210 [2024-05-23 14:34:03.187] [ 1.885153] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:03.198] [ 1.885157] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:03.198] [ 1.885163] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:03.208] [ 1.885171] gic_set_type+0x84/0x98 [2024-05-23 14:34:03.208] [ 1.885176] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:03.208] [ 1.885180] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:03.218] [ 1.885185] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:03.218] [ 1.885190] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:34:03.220] [ 1.885196] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:34:03.220] [ 1.885200] platform_drv_probe+0x58/0xb8 [2024-05-23 14:34:03.238] [ 1.885205] = driver_probe_device+0x228/0x410 [2024-05-23 14:34:03.240] [ 1.885210] __driver_attach+0xfc/0x118 [2024-05-23 14:34:03.240] [ 1.885215] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:34:03.240] [ 1.885220] driver_attach+0x20/0x28 [2024-05-23 14:34:03.240] [ 1.885224] bus_add_driver+0x220/0x268 [2024-05-23 14:34:03.240] [ 1.885229] driver_register+0x60/0xf8 [2024-05-23 14:34:03.263] [ 1.885233] = __platform_driver_register+0x44/0x50 [2024-05-23 14:34:03.263] [ 1.885241] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:34:03.263] [ 1.885246] do_one_initcall+0x50/0x15c [2024-05-23 14:34:03.263] [ 1.885253] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:34:03.263] [ 1.885259] kernel_init+0x10/0x100 [2024-05-23 14:34:03.274] [ 1.885263] ret_from_fork+0x10/0x18 [2024-05-23 14:34:03.276] [ 1.891014] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:34:03.295] [ 2.138251] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:34:03.297] [ 2.151695] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:34:03.319] [ 2.158701] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:34:03.323] [ 2.163302] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:34:03.323] [ 2.168105] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:34:03.323] [ 2.172952] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:34:03.323] [ 2.177507] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:34:03.372] [ 2.230812] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:34:03.385] [ 2.243194] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:03.402] [ 2.261273] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:03.417] [ 2.276774] NET: Registered protocol family = 2 [2024-05-23 14:34:03.429] [ 2.284286] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:34:03.443] [ 2.291908] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:34:03.445] [ 2.302921] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:34:03.457] [ 2.310348] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:34:03.459] [ 2.317100] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:34:03.479] [ 2.325203] NET: Registered protocol family = 1 [2024-05-23 14:34:03.576] [ 2.433018] audit: initializing netlink = subsys (disabled) [2024-05-23 14:34:03.581] [ 2.439429] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:34:03.595] [ 2.440121] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:34:03.666] [ 2.522354] fuse init (API version 7.26) [2024-05-23 14:34:03.684] [ 2.540516] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:34:03.691] [ 2.550588] io scheduler noop registered = (default) [2024-05-23 14:34:03.703] [ 2.555699] io scheduler mq-deadline = registered [2024-05-23 14:34:03.703] [ 2.560262] io scheduler kyber registered [2024-05-23 14:34:03.716] [ 2.571162] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:03.728] [ 2.578015] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:03.728] [ 2.584225] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:34:03.745] [ 2.591836] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:03.795] [ 2.654114] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:03.803] [ 2.661853] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:03.818] [ 2.666894] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:34:03.818] [ 2.672323] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:03.820] [ 2.672957] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:03.842] [ 2.683711] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:03.842] [ 2.689920] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:34:03.842] [ 2.697457] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:03.863] [ 2.721460] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:03.874] [ 2.728270] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:03.874] [ 2.732891] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:34:03.894] [ 2.738317] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:03.894] [ 2.738897] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:03.894] [ 2.749650] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:03.909] [ 2.755858] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:34:03.909] [ 2.763473] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:03.971] [ 2.829563] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:03.977] [ 2.836340] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:03.990] [ 2.840951] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:34:04.010] [ 2.846377] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:04.016] [ 2.856252] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:34:04.016] [ 2.865899] [INF][WDMA] tcc_wdma_init [2024-05-23 14:34:04.016] [ 2.870774] TCC WDMA Driver Initializing [2024-05-23 14:34:04.040] [ 2.877958] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:34:04.045] [ 2.884043] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:34:04.045] [ 2.894620] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:04.066] [ 2.907407] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:34:04.066] [ 2.916783] [CPU_ID] probe is done [2024-05-23 14:34:04.066] [ 2.920547] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:34:04.088] [ 2.927301] [DRAM_TOOL] probe is done [2024-05-23 14:34:04.090] [ 2.934608] MALI-G51 : r30p0-01eac0 [2024-05-23 14:34:04.090] [ 2.938128] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:34:04.092] [ 2.948187] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:04.107] [ 2.948192] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:34:04.109] [ 2.948196] 6 locks held by swapper/0/1: [2024-05-23 14:34:04.134] [ 2.948199] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:34:04.134] [ 2.948227] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:34:04.134] [ 2.948242] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:04.147] [ 2.948261] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:04.149] [ 2.948276] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:04.171] [ 2.948292] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:04.171] [ 2.948312] irq event stamp: 453672 [2024-05-23 14:34:04.171] [ 2.948318] hardirqs last enabled at = (453671): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:04.184] [ 2.948323] hardirqs last disabled at = (453672): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:04.184] [ 2.948330] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:04.200] [ 2.948334] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:04.202] [ 2.948336] Preemption disabled at: [2024-05-23 14:34:04.227] [ 2.948341] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:04.227] [ 2.948351] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:34:04.227] [ 2.948354] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:04.227] [ 2.948358] Call trace: [2024-05-23 14:34:04.229] [ 2.948364] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:04.241] [ 2.948369] show_stack+0x14/0x20 [2024-05-23 14:34:04.241] [ 2.948374] dump_stack+0xb8/0xf0 [2024-05-23 14:34:04.241] [ 2.948379] ___might_sleep+0x178/0x210 [2024-05-23 14:34:04.241] [ 2.948383] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:04.254] [ 2.948388] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:04.268] [ 2.948394] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:04.268] [ 2.948401] gic_set_type+0x84/0x98 [2024-05-23 14:34:04.268] [ 2.948406] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:04.270] [ 2.948411] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:04.270] [ 2.948416] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:04.270] [ 2.948422] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:34:04.294] [ 2.948428] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:34:04.294] [ 2.948432] kbase_device_init+0x78/0xf8 [2024-05-23 14:34:04.294] [ 2.948438] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:34:04.294] [ 2.948442] platform_drv_probe+0x58/0xb8 [2024-05-23 14:34:04.294] [ 2.948447] = driver_probe_device+0x228/0x410 [2024-05-23 14:34:04.294] [ 2.948452] __driver_attach+0xfc/0x118 [2024-05-23 14:34:04.312] [ 2.948457] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:34:04.312] [ 2.948462] driver_attach+0x20/0x28 [2024-05-23 14:34:04.315] [ 2.948467] bus_add_driver+0x220/0x268 [2024-05-23 14:34:04.315] [ 2.948472] driver_register+0x60/0xf8 [2024-05-23 14:34:04.315] [ 2.948476] = __platform_driver_register+0x44/0x50 [2024-05-23 14:34:04.339] [ 2.948483] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:34:04.339] [ 2.948488] do_one_initcall+0x50/0x15c [2024-05-23 14:34:04.339] [ 2.948495] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:34:04.339] [ 2.948501] kernel_init+0x10/0x100 [2024-05-23 14:34:04.339] [ 2.948506] ret_from_fork+0x10/0x18 [2024-05-23 14:34:04.339] [ 2.950116] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:34:04.358] [ 3.204894] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:34:04.360] [ 3.211633] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:34:04.395] [ 3.226025] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:34:04.395] [ 3.233049] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:34:04.404] [ 3.245210] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:34:04.404] [ 3.251429] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:34:04.406] [ 3.255810] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:34:04.406] [ 3.263498] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:34:04.452] [ 3.310962] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:34:04.463] [ 3.318692] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:34:04.476] [ 3.328463] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:34:04.501] [ 3.340104] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:34:04.505] [ 3.347444] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:34:04.505] [ 3.358517] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:34:04.529] [ 3.367358] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:34:04.529] [ 3.386666] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:34:04.547] [ 3.402020] libphy: Fixed MDIO Bus: probed [2024-05-23 14:34:04.570] [ 3.407155] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:34:04.575] [ 3.420207] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:34:04.575] [ 3.422091] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:34:04.575] [ 3.423035] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:34:04.577] [ 3.426678] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:34:04.602] [ 3.427397] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:34:04.602] [ 3.428114] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:34:04.602] [ 3.429342] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:34:04.602] [ 3.439505] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:34:04.617] [ 3.439535] GPT:15269887 !=3D 15273599 [2024-05-23 14:34:04.617] [ 3.439543] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:34:04.618] [ 3.439551] GPT:15269887 !=3D 15273599 [2024-05-23 14:34:04.644] [ 3.439558] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:34:04.644] [ 3.439672] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:34:04.644] [ 3.500285] [INFO][GAMC] gmac index : 1 [2024-05-23 14:34:04.657] [ 3.504773] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:34:04.660] [ 3.509943] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:34:04.660] [ 3.516013] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:34:04.685] [ 3.520405] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:34:04.700] [ 3.528898] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:34:04.700] [ 3.543449] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:34:04.712] [ 3.549348] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:04.712] [ 3.549361] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:34:04.712] [ 3.549367] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:34:04.714] [ 3.549379] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:04.714] [ 3.549391] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:34:04.740] [ 3.578162] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:34:04.740] [ 3.594061] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:34:04.754] [ 3.600718] usbhid: USB HID core driver [2024-05-23 14:34:04.766] [ 3.604932] optee: probing for conduit = method from DT. [2024-05-23 14:34:04.766] [ 3.610113] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:34:04.769] [ 3.612041] optee: initialized driver [2024-05-23 14:34:04.769] [ 3.621547] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:34:04.792] [ 3.627266] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:34:04.795] [ 3.632435] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:34:04.795] [ 3.637602] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:34:04.795] [ 3.643378] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:34:04.795] [ 3.649153] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:34:04.819] [ 3.655015] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:34:04.832] [ 3.661485] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:34:04.832] [ 3.668925] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:34:04.832] [ 3.676873] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:34:04.833] [ 3.690786] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:34:04.859] [ 3.699128] NET: Registered protocol family = 17 [2024-05-23 14:34:04.859] [ 3.704054] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:34:04.862] [ 3.721873] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:34:05.034] [ 3.890478] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:05.037] [ 3.890522] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:34:05.053] [ 3.906341] ALSA device list: [2024-05-23 14:34:05.053] [ 3.909330] No soundcards found. [2024-05-23 14:34:05.078] [ 3.915379] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:34:05.080] [ 3.936390] Freeing unused kernel memory: = 4160K [2024-05-23 14:34:05.099] Mounting devtmpfs [2024-05-23 14:34:05.099] [ 3.951504] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:34:05.118] Mounting procfs [2024-05-23 14:34:05.122] Mounting sysfs [2024-05-23 14:34:05.122] [ 3.970011] mount (92) used greatest stack = depth: 12800 bytes left [2024-05-23 14:34:05.122] [ 3.977106] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:34:05.158] [ 3.997767] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:34:05.182] [ 4.037260] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:34:05.190] [ 4.047214] mount (97) used greatest stack = depth: 11856 bytes left [2024-05-23 14:34:05.219] [ 4.066191] mount (99) used greatest stack = depth: 11408 bytes left [2024-05-23 14:34:05.456] [ 4.312728] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:34:05.553] [ 4.411270] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:34:05.585] [ 4.438714] systemd[1]: Detected = architecture arm64. [2024-05-23 14:34:05.625]=20 [2024-05-23 14:34:05.625] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:34:05.640]=20 [2024-05-23 14:34:05.652] [ 4.500001] systemd[1]: Set hostname to = . [2024-05-23 14:34:05.656] [ 4.511194] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:34:05.671] [ 4.520463] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:34:05.905] [ 4.762055] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:34:05.932] [ 4.779167] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:34:05.967] [ 4.824411] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:34:05.979] [ 4.836516] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:34:06.176] [ 5.033999] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:34:06.255] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:34:06.288] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:34:06.302] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:34:06.306] [ OK ] Listening on Journal Socket. [2024-05-23 14:34:06.336] Mounting POSIX Message Queue File = System... [2024-05-23 14:34:06.370] Starting Apply Kernel Variables... [2024-05-23 14:34:06.386] [ OK ] Created slice User and Session Slice. [2024-05-23 14:34:06.419] Mounting Configuration File System... [2024-05-23 14:34:06.448] Mounting FUSE Control File System... [2024-05-23 14:34:06.464] [ OK ] Reached target Swap. [2024-05-23 14:34:06.484] [ OK ] Listening on udev Control Socket. [2024-05-23 14:34:06.504] [ OK ] Reached target Slices. [2024-05-23 14:34:06.537] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:34:06.553] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:34:06.585] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:34:06.607] [ 5.464546] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:34:06.637] Starting mount data partition = service... [2024-05-23 14:34:06.701] Mounting Kernel Debug File System... [2024-05-23 14:34:06.733] Mounting Huge Pages File System... [2024-05-23 14:34:06.753] [ OK ] Listening on Syslog Socket. [2024-05-23 14:34:06.779] Starting Journal Service... [2024-05-23 14:34:06.791] [ 5.648368] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:06.820] [ OK ] Reached target Paths. [2024-05-23 14:34:06.836] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:34:06.854] Starting udev Coldplug all Devices... [2024-05-23 14:34:06.868] [ OK ] Reached target Remote File Systems. [2024-05-23 14:34:06.891] [ OK ] Created slice system-getty.slice. [2024-05-23 14:34:06.955] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:34:06.988] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:34:07.003] [ OK ] Mounted Configuration File System. [2024-05-23 14:34:07.040] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:34:07.047] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:34:07.084] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:34:07.104] [ OK ] Started Journal Service. [2024-05-23 14:34:07.123] [ OK ] Started mount data partition service. [2024-05-23 14:34:07.139] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:34:07.157] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:34:07.218] Starting NS file System mount and = recovery.... [2024-05-23 14:34:07.259] Starting udev Kernel Device = Manager... [2024-05-23 14:34:07.303] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:34:07.318] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:34:07.354] [ 6.210387] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:07.362] Mounting /var/volatile... [2024-05-23 14:34:07.403] Mounting /tmp... [2024-05-23 14:34:07.422] [ OK ] Reached target Containers. [2024-05-23 14:34:07.445] [ 6.303942] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:07.540] [ 6.397489] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:07.550] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:34:07.638] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:34:07.671] [ OK ] Mounted /var/volatile. [2024-05-23 14:34:07.688] [ OK ] Mounted /tmp. [2024-05-23 14:34:07.777] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:34:07.893] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:34:08.000] [ 6.857769] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:34:08.023] Starting Bind mount volatile = /var/cache... [2024-05-23 14:34:08.055] Starting Bind mount volatile = /var/spool... [2024-05-23 14:34:08.074] Starting Bind mount volatile = /var/lib... [2024-05-23 14:34:08.109] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:34:08.319] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:34:08.344] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:34:08.374] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:34:08.408] Starting Load/Save Random Seed... [2024-05-23 14:34:08.424] [ OK ] Reached target Local File Systems. [2024-05-23 14:34:08.455] Starting AppArmor initialization... [2024-05-23 14:34:08.479] Starting Create Volatile Files and = Directories... [2024-05-23 14:34:08.507] Starting netfilter persistent = configuration... [2024-05-23 14:34:08.539] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:34:08.635] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:34:08.655] [ 7.507953] audit: type=3D1400 = audit(1550139121.188:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D250 comm=3D"apparmor_parser" [2024-05-23 14:34:08.670] [ 7.527455] audit: type=3D1400 = audit(1550139121.192:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:34:08.708] [ 7.544299] audit: type=3D1400 = audit(1550139121.192:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:34:08.713] [ 7.561195] audit: type=3D1400 = audit(1550139121.192:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:34:08.739] [ 7.576770] audit: type=3D1400 = audit(1550139121.192:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:34:08.740] [[ 7.592776] audit: type=3D1400 = audit(1550139121.192:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:34:08.769] [ 7.608603] audit: type=3D1400 = audit(1550139121.192:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:34:08.771] OK ] Started AppArmor initialization. [2024-05-23 14:34:08.802] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:34:08.970] [ OK ] Reached target Network (Pre). [2024-05-23 14:34:08.998] Starting Network Service... [2024-05-23 14:34:09.041] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:34:09.084] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:34:09.106] [ OK ] Reached target System Initialization. [2024-05-23 14:34:09.119] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:34:09.147] [ OK ] Reached target Sockets. [2024-05-23 14:34:09.153] [ OK ] Reached target Basic System. [2024-05-23 14:34:09.189] [ OK ] Started System Logging Service. [2024-05-23 14:34:09.221] [ 8.075826] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:34:09.224] [ OK ] Started NS VSync Process. [2024-05-23 14:34:09.256] [ 8.109553] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:34:09.258] [ 8.114152] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:34:09.285] [ 8.119988] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:34:09.287] [ OK ] Started Kernel Logging Service. [2024-05-23 14:34:09.314] [ 8.171203] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:34:09.321] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:34:09.360] Starting Login Service... [2024-05-23 14:34:09.390] [ 8.244574] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:34:09.406] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:34:09.442] Starting Load Kernel Modules... [2024-05-23 14:34:09.451] Start /usr/bin/sys-fail-mon [2024-05-23 14:34:09.468] [ OK ] Started NS System Management Process. [2024-05-23 14:34:09.512] [ 8.347289] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:34:09.531] [ 8.347307] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:34:09.556] [ 8.347319] [INFO][GMAC]=20 [2024-05-23 14:34:09.558] [ 8.409943] libphy: tcc-gmac-mdio: probed [2024-05-23 14:34:09.574] Starting NS Inter Domain Comm = Process... [2024-05-23 14:34:09.589] [ 8.437226] [INFO][GMAC] registered! [2024-05-23 14:34:09.589] [ 8.437236] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:34:09.604] [ 8.437245] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:34:09.604] [ 8.454329] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:34:09.625] [ 8.454368] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:34:09.627] [ 8.458503] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:34:09.627] [ 8.458515] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:34:09.641] [ 8.470511] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:09.660] [ 8.477187] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:34:09.660] [ 8.477197] Disabling lock debugging due to = kernel taint [2024-05-23 14:34:09.660] [ 8.481696] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:34:09.675] [ 8.481724] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:34:09.675] [ 8.482427] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:34:09.694] [ 8.482435] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:34:09.694] [ 8.486712] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:09.708] [ 8.516420] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:34:09.708] [ 8.516462] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:34:09.721] [ 8.516462] -- MASTER Configuration. [2024-05-23 14:34:09.723] [ 8.516462] -- Local Receiver Status Not = OK. [2024-05-23 14:34:09.723] [ 8.516462] -- Remote Receiver Status Not = OK. [2024-05-23 14:34:09.723] [ 8.516476] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:34:09.750] [ 8.516480] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:34:09.750] [ 8.516711] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:09.750] [ 8.516714] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:34:09.752] [ 8.516716] INFO: lockdep is turned off. [2024-05-23 14:34:09.782] [ 8.516718] irq event stamp: 72114 [2024-05-23 14:34:09.782] [ 8.516732] hardirqs last enabled at = (72113): [<00000000fb9b5835>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:09.782] [ 8.516738] hardirqs last disabled at = (72114): [<00000000a7b7b47f>] __schedule+0xc8/0x730 [2024-05-23 14:34:09.782] [ 8.516746] softirqs last enabled at (0): = [<00000000eff43221>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:09.794] [ 8.516749] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:09.796] [ 8.516751] Preemption disabled at: [2024-05-23 14:34:09.796] [ 8.516758] [<0000000074c369bd>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:09.826] [ 8.516765] CPU: 3 PID: 259 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:34:09.826] [ 8.516767] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:09.826] [ 8.516769] Call trace: [2024-05-23 14:34:09.826] [ 8.516774] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:09.826] [ 8.516777] show_stack+0x14/0x20 [2024-05-23 14:34:09.839] [ 8.516781] dump_stack+0xb8/0xf0 [2024-05-23 14:34:09.840] [ 8.516785] ___might_sleep+0x178/0x210 [2024-05-23 14:34:09.840] [ 8.516788] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:09.840] [ 8.516794] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:09.840] [ 8.516798] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:09.864] [ 8.516805] gic_set_type+0x84/0x98 [2024-05-23 14:34:09.864] [ 8.516809] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:09.864] [ 8.516812] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:09.864] [ 8.516816] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:09.864] [ 8.516821] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:34:09.864] [ 8.516825] __dev_open+0x100/0x150 [2024-05-23 14:34:09.878] [ 8.516828] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:34:09.890] [ 8.516831] dev_change_flags+0x20/0x60 [2024-05-23 14:34:09.890] [ 8.516835] do_setlink+0x3ec/0xc30 [2024-05-23 14:34:09.890] [ 8.516838] rtnl_setlink+0xcc/0x128 [2024-05-23 14:34:09.903] [ 8.516840] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:34:09.903] [ 8.516845] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:34:09.903] [ 8.516847] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:34:09.905] [ 8.516850] netlink_unicast+0x180/0x1f8 [2024-05-23 14:34:09.905] [ 8.516853] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:34:09.905] [ 8.516859] sock_sendmsg+0x3c/0x58 [2024-05-23 14:34:09.927] [ 8.516863] SyS_sendto+0xd0/0x140 [2024-05-23 14:34:09.930] [ 8.516866] el0_svc_naked+0x34/0x38 [2024-05-23 14:34:09.930] [ 8.517004] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:34:09.930] [ 8.520975] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:34:09.930] [ 8.520978] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:34:09.931] [ 8.520983] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:34:09.955] [ 8.520983] =20 [2024-05-23 14:34:09.955] [ 8.521258] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:34:09.955] [ 8.521432] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:34:09.955] [ 8.521435] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:34:09.955] [ 8.521439] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:34:09.971] [ 8.521439] =20 [2024-05-23 14:34:09.977] [ 8.521573] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:34:09.977] [ 8.521588] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:34:09.977] [ 8.521592] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:34:09.977] [ 8.521596] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:34:10.003] [ 8.521603] [INFO][GMAC] --] phy_start: : [2024-05-23 14:34:10.003] [ 8.521662] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:34:10.003] [ 8.600446] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:34:10.003] [ 8.607300] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:34:10.003] [ 8.609546] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:34:10.006] [ 8.611889] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:34:10.034] [ 8.613672] Done!! [2024-05-23 14:34:10.034] [ 8.626259] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.034] [ 8.704752] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:34:10.034] [ 8.706944] Done!! [2024-05-23 14:34:10.034] [ 8.734270] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.034] [ 8.792717] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:34:10.054] [ 8.794960] Done!! [2024-05-23 14:34:10.056] [ 8.842260] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.056] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:34:10.056] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:34:10.079] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:34:10.093] [ OK ] Reached target Timers. [2024-05-23 14:34:10.093] [ OK ] Started Network Service. [2024-05-23 14:34:10.093] [ OK ] Started Load Kernel Modules. [2024-05-23 14:34:10.093] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:34:10.106] [ OK ] Started Cluster Framework. [2024-05-23 14:34:10.106] [ OK ] Started HUD F[ 8.950487] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:34:10.124] ramework. [2024-05-23 14:34:10.124] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:34:10.126] parents, child is 319 [2024-05-23 14:34:10.126] [IDC]Start. [2024-05-23 14:34:10.126] [ 8.983340] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:34:10.161] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:34:10.161] [IDC](A7)ConnectReq 0 [2024-05-23 14:34:10.161] [IDC](A7)do_connect 0 [2024-05-23 14:34:10.161] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:34:10.161] [IDC](A7)Tx start session req 1 [2024-05-23 14:34:10.161] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:34:10.161] [IDC](R5)ConnectReq 0 [2024-05-23 14:34:10.174] [IDC](R5)do_connect 0 [2024-05-23 14:34:10.174] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:34:10.174] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:34:10.174] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:34:10.199] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:34:10.199] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:34:10.199] [IDC](A7)Session connected. [2024-05-23 14:34:10.199] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:34:10.199] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:34:10.225] [IDC](R5)Session connected.2 [2024-05-23 14:34:10.225] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:34:10.225] [ OK ] Started Nvm Process. [2024-05-23 14:34:10.225] [ OK ] Started NS hsm control application. [2024-05-23 14:34:10.248] [ OK ] Started Diagnosis Fra[ 9.067261] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:34:10.248] mework. [2024-05-23 14:34:10.270] [ OK ] Started Diagnosis Transport. [2024-05-23 14:34:10.273] [ OK ] Started NS Software Update. [2024-05-23 14:34:10.293] [ OK ] Started NS Secondary Verify. [2024-05-23 14:34:10.307] [ OK ] Reached target Network. [2024-05-23 14:34:10.331] Starting Permit User Sessions... [2024-05-23 14:34:10.336] [ 9.195293] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.353] Starting udev Coldplug all Devices... [2024-05-23 14:34:10.412] Starting Wait for Network to be = Configured... [2024-05-23 14:34:10.425] [ OK ] Started Permit User Sessions. [2024-05-23 14:34:10.443] [ OK ] Started Getty on tty1. [2024-05-23 14:34:10.458] [ OK ] Started Serial Getty [ 9.306304] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:34:10.459] on ttyAMA0. [2024-05-23 14:34:10.459] [ OK ] Reached target Login Prompts. [2024-05-23 14:34:10.474] [ OK ] Started Login Service. [2024-05-23 14:34:10.476] [ OK ] Reached target Multi-User System. [2024-05-23 14:34:10.476] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:34:10.502] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:34:10.526] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:34:10.563] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:34:10.565] [ 9.412646] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:34:10.565] [ 9.420965] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.673] [ 9.530534] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.785] [ 9.642307] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:10.924] [ 9.710243] sched: RT throttling activated [2024-05-23 14:34:11.441] [ 10.289254] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:34:11.449] [ 10.289261] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:34:12.375] [ 11.229463] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:34:12.387] [ 11.229476] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:34:12.526] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:34:16.843]=20 [2024-05-23 14:34:16.843] telechips-nsp1-release login:=20 [2024-05-23 14:34:20.519]=20 [2024-05-23 14:34:20.519] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:34:20.536]=20 [2024-05-23 14:34:20.536] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:34:20.558] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:34:20.558] DRAM: 2 GiB [2024-05-23 14:34:20.581] MMC: sdhc@0x16440000: 0 [2024-05-23 14:34:20.850]=20 [2024-05-23 14:34:20.855] HW Partition tyep is UserData [2024-05-23 14:34:20.855] In: serial [2024-05-23 14:34:20.855] Out: serial [2024-05-23 14:34:20.871] Err: serial [2024-05-23 14:34:20.927] Boot in the UserData environment(0) [2024-05-23 14:34:20.930] Non-secure boot (secure boot flag is clear) [2024-05-23 14:34:20.945] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:34:20.945] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:34:20.945] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:34:20.947] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:34:20.968] Booting using the fdt blob at 0x23000000 [2024-05-23 14:34:20.968] Loading Kernel Image [2024-05-23 14:34:20.968] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:34:20.986] OPTEE is enabled [2024-05-23 14:34:21.001]=20 [2024-05-23 14:34:21.001] Starting kernel ... [2024-05-23 14:34:21.001]=20 [2024-05-23 14:34:21.908] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:34:21.913] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:34:21.926] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:34:21.945] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:34:21.947] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:34:21.947] [ 0.000000] efi: UEFI not found. [2024-05-23 14:34:21.947] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:34:21.971] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:34:21.971] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:34:21.971] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:34:21.987] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:34:21.987] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:34:22.005] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:34:22.005] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:34:22.024] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:34:22.024] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:34:22.026] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:34:22.047] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:34:22.047] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:34:22.051] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:34:22.076] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:34:22.076] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:34:22.076] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:34:22.093] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:34:22.106] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:34:22.119] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:34:22.119] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:34:22.121] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:34:22.121] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:34:22.142] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:34:22.142] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:34:22.142] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:34:22.142] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:34:22.159] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:34:22.159] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:34:22.159] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:34:22.175] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:34:22.175] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:34:22.177] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:34:22.203] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:34:22.203] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:34:22.203] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:34:22.220] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:34:22.242] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:34:22.242] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:34:22.242] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:34:22.262] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:34:22.262] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:34:22.284] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:34:22.299] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:34:22.299] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:34:22.299] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:34:22.312] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:34:22.312] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:34:22.314] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:34:22.337] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:34:22.338] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:34:22.338] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:34:22.338] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:34:22.364] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:34:22.364] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:34:22.364] [ 0.000000] Running RCU self tests [2024-05-23 14:34:22.364] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:34:22.379] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:34:22.379] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:34:22.379] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:34:22.396] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:34:22.396] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:34:22.396] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:34:22.410] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:34:22.412] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:34:22.412] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:34:22.440] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:34:22.440] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:34:22.440] [ 0.000674] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:34:22.453] [ 0.000693] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:34:22.455] [ 0.001453] Console: colour dummy device = 80x25 [2024-05-23 14:34:22.455] [ 0.001694] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:34:22.482] [ 0.001697] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:34:22.482] [ 0.001700] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:34:22.482] [ 0.001703] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:34:22.482] [ 0.001705] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:34:22.482] [ 0.001708] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:34:22.485] [ 0.001711] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:34:22.508] [ 0.001713] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:34:22.511] [ 0.001716] memory used by lock dependency = info: 7903 kB [2024-05-23 14:34:22.511] [ 0.001718] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:34:22.511] [ 0.001758] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:34:22.534] [ 0.001766] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:34:22.536] [ 0.002263] Security Framework initialized [2024-05-23 14:34:22.536] [ 0.002390] AppArmor: AppArmor initialized [2024-05-23 14:34:22.536] [ 0.002636] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:22.536] [ 0.002658] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:22.559] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:34:22.571] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:34:22.571] [ 0.062292] EFI services will not be = available. [2024-05-23 14:34:22.571] [ 0.076127] smp: Bringing up secondary CPUs = ... [2024-05-23 14:34:22.571] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:34:22.571] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:34:22.573] [ 0.165000] Detected VIPT I-cache on CPU2 [2024-05-23 14:34:22.573] [ 0.165058] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:34:22.597] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:34:22.609] [ 0.209335] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:34:22.609] [ 0.209712] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:34:22.609] [ 0.209753] SMP: Total of 4 processors = activated. [2024-05-23 14:34:22.609] [ 0.209768] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:34:22.609] [ 0.209788] CPU: All CPU(s) started at EL2 [2024-05-23 14:34:22.613] [ 0.209969] alternatives: patching kernel = code [2024-05-23 14:34:22.613] [ 0.210513] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:34:22.613] [ 0.213115] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:34:22.636] [ 0.213716] devtmpfs: initialized [2024-05-23 14:34:22.637] [ 0.403500] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:34:22.637] [ 0.403766] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:34:22.637] [ 0.412492] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:34:22.664] [ 0.413427] chipinfo: TCC8030 Rev02 [2024-05-23 14:34:22.664] [ 0.413443] chipinfo: SiP Service v0.1.56 [2024-05-23 14:34:22.664] [ 0.418892] NET: Registered protocol family = 16 [2024-05-23 14:34:22.664] [ 0.422913] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:34:22.664] [ 0.424823] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:34:22.690] [ 0.426547] cpuidle: using governor menu [2024-05-23 14:34:22.703] [ 0.426785] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:34:22.703] [ 0.440905] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:34:22.703] [ 0.441416] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:34:22.703] [ 0.441463] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:34:22.703] [ 0.441507] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:34:22.720] [ 0.441550] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:34:22.720] [ 0.441593] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:34:22.720] [ 0.441637] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:34:22.734] [ 0.441681] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:34:22.734] [ 0.441724] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:34:22.734] [ 0.441768] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:34:22.734] [ 0.441811] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:34:22.754] [ 0.441854] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:34:22.754] [ 0.441981] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:34:22.756] [ 0.442025] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:34:22.756] [ 0.442069] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:34:22.756] [ 0.442112] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:34:22.756] [ 0.442170] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:34:22.780] [ 0.442213] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:34:22.795] [ 0.442257] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:34:22.795] [ 0.442656] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:34:22.795] [ 0.442700] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:34:22.795] [ 0.442743] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:34:22.798] [ 0.442787] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:34:22.798] [ 0.442830] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:34:22.798] [ 0.442873] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:34:22.820] [ 0.442916] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:34:22.822] [ 0.442960] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:34:22.822] [ 0.443003] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:34:22.822] [ 0.443046] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:34:22.822] [ 0.443090] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:34:22.848] [ 0.443133] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:34:22.848] [ 0.443383] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:34:22.848] [ 0.443442] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:34:22.848] [ 0.443486] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:34:22.848] [ 0.443530] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:34:22.860] [ 0.443573] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:34:22.860] [ 0.443617] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:34:22.862] [ 0.443660] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:34:22.887] [ 0.443852] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:34:22.887] [ 0.443895] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:34:22.887] [ 0.443939] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:34:22.887] [ 0.443982] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:34:22.887] [ 0.444025] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:34:22.904] [ 0.444068] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:34:22.904] [ 0.444111] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:34:22.904] [ 0.444155] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:34:22.930] [ 0.444198] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:34:22.931] [ 0.444242] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:34:22.931] [ 0.444298] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:34:22.931] [ 0.444341] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:34:22.931] [ 0.444385] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:34:22.931] [ 0.444428] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:34:22.949] [ 0.444957] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:34:22.949] [ 0.445002] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:34:22.951] [ 0.445172] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:34:22.965] [ 0.445344] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:34:22.965] [ 0.445528] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:34:22.965] [ 0.445695] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:34:22.985] [ 0.445863] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:34:22.996] [ 0.446001] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:34:22.996] [ 0.446047] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:34:22.996] [ 0.446253] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:34:22.998] [ 0.446440] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:34:22.998] [ 0.446621] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:34:22.998] [ 0.446665] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:34:23.023] [ 0.446708] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:34:23.023] [ 0.446752] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:34:23.023] [ 0.446795] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:34:23.023] [ 0.446974] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:34:23.036] [ 0.447018] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:34:23.038] [ 0.447223] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:34:23.038] [ 0.447238] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:34:23.062] [ 0.529721] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:34:23.075] [ 0.529813] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:34:23.075] [ 1.676657] console [ttyAMA0] enabled [2024-05-23 14:34:23.075] [ 1.684305] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:34:23.090] [ 1.713142] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:34:23.105] [ 1.723504] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:34:23.120] [ 1.734014] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:34:23.122] [ 1.744337] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:34:23.222] [ 1.844414] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:34:23.237] [ 1.860721] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:34:23.253] [ 1.867617] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:34:23.253] [ 1.874406] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:34:23.279] [ 1.880778] Linux video capture interface: = v2.00 [2024-05-23 14:34:23.279] [ 1.886582] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:23.281] [ 1.886587] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:34:23.309] [ 1.886591] 6 locks held by swapper/0/1: [2024-05-23 14:34:23.309] [ 1.886594] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:34:23.309] [ 1.886620] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:34:23.309] [ 1.886635] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:23.323] [ 1.886653] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:23.323] [ 1.886667] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:23.340] [ 1.886683] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:23.354] [ 1.886702] irq event stamp: 288056 [2024-05-23 14:34:23.366] [ 1.886707] hardirqs last enabled at = (288055): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:23.366] [ 1.886712] hardirqs last disabled at = (288056): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:23.368] [ 1.886719] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:23.394] [ 1.886723] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:23.394] [ 1.886725] Preemption disabled at: [2024-05-23 14:34:23.394] [ 1.886730] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:23.394] [ 1.886739] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:34:23.396] [ 1.886742] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:23.420] [ 1.886746] Call trace: [2024-05-23 14:34:23.420] [ 1.886751] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:23.420] [ 1.886756] show_stack+0x14/0x20 [2024-05-23 14:34:23.420] [ 1.886762] dump_stack+0xb8/0xf0 [2024-05-23 14:34:23.420] [ 1.886767] ___might_sleep+0x178/0x210 [2024-05-23 14:34:23.420] [ 1.886770] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:23.422] [ 1.886775] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:23.447] [ 1.886781] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:23.447] [ 1.886787] gic_set_type+0x84/0x98 [2024-05-23 14:34:23.447] [ 1.886792] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:23.447] [ 1.886797] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:23.447] [ 1.886802] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:23.447] [ 1.886807] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:34:23.461] [ 1.886813] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:34:23.461] [ 1.886818] platform_drv_probe+0x58/0xb8 [2024-05-23 14:34:23.461] [ 1.886823] = driver_probe_device+0x228/0x410 [2024-05-23 14:34:23.481] [ 1.886828] __driver_attach+0xfc/0x118 [2024-05-23 14:34:23.494] [ 1.886833] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:34:23.494] [ 1.886837] driver_attach+0x20/0x28 [2024-05-23 14:34:23.494] [ 1.886842] bus_add_driver+0x220/0x268 [2024-05-23 14:34:23.494] [ 1.886847] driver_register+0x60/0xf8 [2024-05-23 14:34:23.494] [ 1.886851] = __platform_driver_register+0x44/0x50 [2024-05-23 14:34:23.496] [ 1.886857] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:34:23.496] [ 1.886862] do_one_initcall+0x50/0x15c [2024-05-23 14:34:23.496] [ 1.886869] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:34:23.523] [ 1.886874] kernel_init+0x10/0x100 [2024-05-23 14:34:23.523] [ 1.886878] ret_from_fork+0x10/0x18 [2024-05-23 14:34:23.523] [ 1.892710] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:34:23.523] [ 2.140029] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:34:23.546] [ 2.153564] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:34:23.548] [ 2.160608] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:34:23.548] [ 2.165209] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:34:23.548] [ 2.170012] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:34:23.564] [ 2.174858] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:34:23.564] [ 2.179413] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:34:23.610] [ 2.233003] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:34:23.623] [ 2.245518] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:23.640] [ 2.263631] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:23.657] [ 2.279587] NET: Registered protocol family = 2 [2024-05-23 14:34:23.671] [ 2.287329] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:34:23.673] [ 2.294959] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:34:23.699] [ 2.306002] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:34:23.699] [ 2.313383] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:34:23.699] [ 2.320212] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:34:23.715] [ 2.328411] NET: Registered protocol family = 1 [2024-05-23 14:34:23.816] [ 2.436192] audit: initializing netlink = subsys (disabled) [2024-05-23 14:34:23.821] [ 2.442431] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:34:23.835] [ 2.443059] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:34:23.905] [ 2.525221] fuse init (API version 7.26) [2024-05-23 14:34:23.921] [ 2.543628] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:34:23.930] [ 2.553485] io scheduler noop registered = (default) [2024-05-23 14:34:23.944] [ 2.558326] io scheduler mq-deadline = registered [2024-05-23 14:34:23.944] [ 2.562888] io scheduler kyber registered [2024-05-23 14:34:23.968] [ 2.573479] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:23.970] [ 2.580333] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:23.970] [ 2.586822] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:34:23.972] [ 2.594435] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:24.034] [ 2.656443] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:24.041] [ 2.664169] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:24.056] [ 2.669011] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:34:24.056] [ 2.674439] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:24.058] [ 2.675051] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:24.088] [ 2.685806] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:24.088] [ 2.692089] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:34:24.088] [ 2.699645] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:24.115] [ 2.723941] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:24.117] [ 2.730746] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:24.117] [ 2.735379] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:34:24.141] [ 2.740805] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:24.143] [ 2.741378] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:24.143] [ 2.752130] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:24.143] [ 2.758338] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:34:24.146] [ 2.765972] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:24.210] [ 2.832320] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:24.234] [ 2.839057] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:24.236] [ 2.843657] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:34:24.238] [ 2.849083] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:24.251] [ 2.858719] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:34:24.251] [ 2.868424] [INF][WDMA] tcc_wdma_init [2024-05-23 14:34:24.251] [ 2.873195] TCC WDMA Driver Initializing [2024-05-23 14:34:24.276] [ 2.880644] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:34:24.276] [ 2.886724] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:34:24.281] [ 2.897340] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:24.305] [ 2.910019] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:34:24.305] [ 2.919401] [CPU_ID] probe is done [2024-05-23 14:34:24.305] [ 2.923158] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:34:24.326] [ 2.929909] [DRAM_TOOL] probe is done [2024-05-23 14:34:24.328] [ 2.937129] MALI-G51 : r30p0-01eac0 [2024-05-23 14:34:24.328] [ 2.940657] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:34:24.344] [ 2.950440] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:24.345] [ 2.950444] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:34:24.345] [ 2.950449] 6 locks held by swapper/0/1: [2024-05-23 14:34:24.361] [ 2.950452] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:34:24.361] [ 2.950479] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:34:24.376] [ 2.950494] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:24.376] [ 2.950513] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:24.391] [ 2.950528] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:24.404] [ 2.950544] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:24.406] [ 2.950563] irq event stamp: 453712 [2024-05-23 14:34:24.406] [ 2.950569] hardirqs last enabled at = (453711): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:24.422] [ 2.950574] hardirqs last disabled at = (453712): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:24.424] [ 2.950581] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:24.448] [ 2.950584] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:24.448] [ 2.950587] Preemption disabled at: [2024-05-23 14:34:24.448] [ 2.950592] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:24.450] [ 2.950602] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:34:24.475] [ 2.950604] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:24.475] [ 2.950608] Call trace: [2024-05-23 14:34:24.475] [ 2.950615] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:24.475] [ 2.950619] show_stack+0x14/0x20 [2024-05-23 14:34:24.475] [ 2.950625] dump_stack+0xb8/0xf0 [2024-05-23 14:34:24.488] [ 2.950630] ___might_sleep+0x178/0x210 [2024-05-23 14:34:24.501] [ 2.950634] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:24.501] [ 2.950639] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:24.501] [ 2.950644] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:24.502] [ 2.950652] gic_set_type+0x84/0x98 [2024-05-23 14:34:24.502] [ 2.950657] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:24.502] [ 2.950661] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:24.526] [ 2.950666] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:24.538] [ 2.950672] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:34:24.538] [ 2.950678] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:34:24.538] [ 2.950682] kbase_device_init+0x78/0xf8 [2024-05-23 14:34:24.538] [ 2.950688] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:34:24.538] [ 2.950692] platform_drv_probe+0x58/0xb8 [2024-05-23 14:34:24.541] [ 2.950697] = driver_probe_device+0x228/0x410 [2024-05-23 14:34:24.541] [ 2.950702] __driver_attach+0xfc/0x118 [2024-05-23 14:34:24.541] [ 2.950707] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:34:24.565] [ 2.950712] driver_attach+0x20/0x28 [2024-05-23 14:34:24.577] [ 2.950716] bus_add_driver+0x220/0x268 [2024-05-23 14:34:24.577] [ 2.950721] driver_register+0x60/0xf8 [2024-05-23 14:34:24.577] [ 2.950725] = __platform_driver_register+0x44/0x50 [2024-05-23 14:34:24.577] [ 2.950733] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:34:24.577] [ 2.950738] do_one_initcall+0x50/0x15c [2024-05-23 14:34:24.577] [ 2.950745] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:34:24.580] [ 2.950751] kernel_init+0x10/0x100 [2024-05-23 14:34:24.580] [ 2.950755] ret_from_fork+0x10/0x18 [2024-05-23 14:34:24.580] [ 2.952540] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:34:24.604] [ 3.207555] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:34:24.604] [ 3.214293] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:34:24.606] [ 3.228317] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:34:24.621] [ 3.235306] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:34:24.625] [ 3.247438] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:34:24.642] [ 3.253655] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:34:24.642] [ 3.258037] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:34:24.654] [ 3.265648] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:34:24.690] [ 3.312743] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:34:24.700] [ 3.320482] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:34:24.717] [ 3.330213] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:34:24.731] [ 3.340809] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:34:24.734] [ 3.348147] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:34:24.756] [ 3.359220] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:34:24.756] [ 3.368138] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:34:24.771] [ 3.386542] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:34:24.781] [ 3.401959] libphy: Fixed MDIO Bus: probed [2024-05-23 14:34:24.795] [ 3.406943] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:34:24.797] [ 3.420469] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:34:24.811] [ 3.424995] [INFO][GAMC] gmac index : 1 [2024-05-23 14:34:24.811] [ 3.429515] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:34:24.813] [ 3.434728] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:34:24.840] [ 3.441300] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:34:24.840] [ 3.445741] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:34:24.840] [ 3.451450] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:34:24.840] [ 3.454965] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:34:24.842] [ 3.462118] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:34:24.856] [ 3.463604] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:34:24.856] [ 3.465133] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:24.859] [ 3.465145] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:34:24.884] [ 3.465152] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:34:24.884] [ 3.465164] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:24.884] [ 3.465176] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:34:24.884] [ 3.466953] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:34:24.886] [ 3.476312] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:34:24.911] [ 3.476322] usbhid: USB HID core driver [2024-05-23 14:34:24.911] [ 3.476712] optee: probing for conduit = method from DT. [2024-05-23 14:34:24.911] [ 3.476737] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:34:24.911] [ 3.478532] optee: initialized driver [2024-05-23 14:34:24.911] [ 3.480255] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:34:24.929] [ 3.480270] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:34:24.929] [ 3.480278] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:34:24.929] [ 3.480285] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:34:24.943] [ 3.480293] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:34:24.956] [ 3.480300] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:34:24.956] [ 3.480307] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:34:24.958] [ 3.480314] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:34:24.958] [ 3.481863] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:34:24.986] [ 3.481871] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:34:24.986] [ 3.488478] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:34:24.986] [ 3.501650] NET: Registered protocol family = 17 [2024-05-23 14:34:24.986] [ 3.502096] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:34:25.003] [ 3.506896] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:34:25.005] [ 3.625000] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:34:25.019] [ 3.630425] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:34:25.019] [ 3.637501] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:34:25.035] [ 3.646228] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:34:25.055] [ 3.664954] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:34:25.058] [ 3.672245] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:25.058] [ 3.672287] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:34:25.076] [ 3.674011] ALSA device list: [2024-05-23 14:34:25.076] [ 3.674019] No soundcards found. [2024-05-23 14:34:25.076] [ 3.693310] GPT:15269887 !=3D 15273599 [2024-05-23 14:34:25.089] [ 3.693334] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:34:25.093] [ 3.693342] GPT:15269887 !=3D 15273599 [2024-05-23 14:34:25.093] [ 3.693350] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:34:25.093] [ 3.693476] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:34:25.121] [ 3.729466] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:34:25.139] [ 3.750662] Freeing unused kernel memory: = 4160K [2024-05-23 14:34:25.140] Mounting devtmpfs [2024-05-23 14:34:25.143] [ 3.765932] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:34:25.157] Mounting procfs [2024-05-23 14:34:25.157] Mounting sysfs [2024-05-23 14:34:25.183] [ 3.785046] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:34:25.190] [ 3.812668] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:34:25.234] [ 3.856004] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:34:25.256] [ 3.866580] mount (98) used greatest stack = depth: 11648 bytes left [2024-05-23 14:34:25.270] [ 3.879761] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:34:25.508] [ 4.129876] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:34:25.606] [ 4.227001] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:34:25.637] [ 4.254286] systemd[1]: Detected = architecture arm64. [2024-05-23 14:34:25.676]=20 [2024-05-23 14:34:25.686] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:34:25.687]=20 [2024-05-23 14:34:25.705] [ 4.318037] systemd[1]: Set hostname to = . [2024-05-23 14:34:25.722] [ 4.330044] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:34:25.726] [ 4.338783] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:34:25.963] [ 4.583979] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:34:25.990] [ 4.601338] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:34:26.021] [ 4.643641] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:34:26.034] [ 4.655749] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:34:26.225] [ 4.847756] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:34:26.297] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:34:26.324] [ OK ] Reached target Remote File Systems. [2024-05-23 14:34:26.339] [ OK ] Listening on Syslog Socket. [2024-05-23 14:34:26.358] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:34:26.376] [ OK ] Listening on Journal Socket. [2024-05-23 14:34:26.406] Starting mount data partition = service... [2024-05-23 14:34:26.437] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:34:26.470] Mounting POSIX Message Queue File = System... [2024-05-23 14:34:26.514] Mounting Kernel Debug File System... [2024-05-23 14:34:26.573] Starting Apply Kernel Variables... [2024-05-23 14:34:26.578] [ OK ] Reached target Swap. [2024-05-23 14:34:26.607] [ OK ] Created slice system-getty.slice. [2024-05-23 14:34:26.621] [ 5.235470] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:34:26.622] [ 5.238829] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:26.638] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:34:26.656] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:34:26.684] Starting Journal Service... [2024-05-23 14:34:26.714] Mounting Huge Pages File System... [2024-05-23 14:34:26.741] [ OK ] Created slice User and Session Slice. [2024-05-23 14:34:26.757] [ OK ] Reached target Slices. [2024-05-23 14:34:26.774] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:34:26.791] [ OK ] Listening on udev Control Socket. [2024-05-23 14:34:26.812] Starting udev Coldplug all Devices... [2024-05-23 14:34:26.826] [ OK ] Reached target Paths. [2024-05-23 14:34:26.864] Mounting FUSE Control File System... [2024-05-23 14:34:26.899] Mounting Configuration File System... [2024-05-23 14:34:26.935] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:34:27.005] [ OK ] Started Journal Service. [2024-05-23 14:34:27.047] [ OK ] Started mount data partition service. [2024-05-23 14:34:27.075] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:34:27.091] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:34:27.109] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:34:27.127] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:34:27.145] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:34:27.178] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:34:27.208] [ OK ] Mounted Configuration File System. [2024-05-23 14:34:27.227] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:34:27.297] Starting udev Kernel Device = Manager... [2024-05-23 14:34:27.312] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:34:27.328] [ OK ] Reached target Containers. [2024-05-23 14:34:27.358] Mounting /tmp... [2024-05-23 14:34:27.385] Mounting /var/volatile... [2024-05-23 14:34:27.417] Starting NS file System mount and = recovery.... [2024-05-23 14:34:27.449] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:34:27.485] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:34:27.532] [ OK ] Mounted /tmp. [2024-05-23 14:34:27.558] [ OK ] Mounted /var/volatile 6.173688] = EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: = (null) [2024-05-23 14:34:27.574] m. [2024-05-23 14:34:27.643] [ 6.264997] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:27.733] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:34:27.742] [ 6.364427] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:27.821] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:34:27.890] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:34:28.070] [ 6.691640] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:34:28.092] Starting Bind mount volatile = /var/spool... [2024-05-23 14:34:28.123] Starting Bind mount volatile = /var/lib... [2024-05-23 14:34:28.156] Starting Bind mount volatile = /var/cache... [2024-05-23 14:34:28.184] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:34:28.282] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:34:28.392] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:34:28.426] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:34:28.445] [ OK ] Reached target Local File Systems. [2024-05-23 14:34:28.476] Starting netfilter persistent = configuration... [2024-05-23 14:34:28.510] Starting AppArmor initialization... [2024-05-23 14:34:28.542] Starting Create Volatile Files and = Directories... [2024-05-23 14:34:28.582] Starting Load/Save Random Seed... [2024-05-23 14:34:28.702] [ 7.322717] audit: type=3D1400 = audit(1550139121.188:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:34:28.729] [ 7.337118] audit: type=3D1400 = audit(1550139121.192:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:34:28.743] [ 7.353021] audit: type=3D1400 = audit(1550139121.192:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:34:28.758] [ 7.368836] audit: type=3D1400 = audit(1550139121.192:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:34:28.782] [ 7.384383] audit: type=3D1400 = audit(1550139121.192:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:34:28.782] [ 7.400415] audit: type=3D1400 = audit(1550139121.192:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:34:28.796] [ 7.416928] audit: type=3D1400 = audit(1550139121.192:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:34:28.812] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:34:28.843] [ OK ] Started AppArmor initialization. [2024-05-23 14:34:28.863] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:34:28.893] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:34:28.928] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:34:28.944] [ OK ] Reached target Network (Pre). [2024-05-23 14:34:28.976] Starting Network Service... [2024-05-23 14:34:29.019] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:34:29.043] [ OK ] Reached target System Initialization. [2024-05-23 14:34:29.058] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:34:29.074] [ OK ] Reached target Sockets. [2024-05-23 14:34:29.095] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:34:29.111] [ OK ] Reached target Timers. [2024-05-23 14:34:29.125] [ OK ] Reached target Basic System. [2024-05-23 14:34:29.160] [ OK ] Started System Logging Service. [2024-05-23 14:34:29.176] [ 7.786260] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:34:29.193] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:34:29.201] [ 7.819404] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:34:29.215] [ 7.825783] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:34:29.216] [ 7.830320] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:34:29.243] [ OK ] Started NS VSync Process. [2024-05-23 14:34:29.279] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:34:29.325] [ 7.947768] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:34:29.338] [ OK ] Started NS System Management Process. [2024-05-23 14:34:29.363] Start /usr/bin/sys-fail-mon [2024-05-23 14:34:29.398] Starting NS Inter Domain Comm = Process... [2024-05-23 14:34:29.426] [ 8.044475] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:34:29.443] [ 8.053675] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:34:29.446] [ 8.068145] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:34:29.459] [ 8.068163] [INFO][GMAC]=20 [2024-05-23 14:34:29.459] [ 8.070528] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:34:29.459] [ 8.070576] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:34:29.475] [ 8.072873] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:34:29.489] [ 8.072885] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:34:29.499] [ 8.075712] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:29.502] [ 8.078848] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:34:29.502] [ 8.078878] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:34:29.527] [ 8.080560] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:34:29.527] [ 8.080572] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:34:29.527] [ 8.081807] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:29.547] Starting Login Service... [2024-05-23 14:34:29.596] [ 8.218249] libphy: tcc-gmac-mdio: probed [2024-05-23 14:34:29.601] [ 8.222357] [INFO][GMAC] registered! [2024-05-23 14:34:29.611] [ 8.222483] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:34:29.614] [ 8.222492] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:34:29.638] [ OK ] Started Kernel Logging Service. [2024-05-23 14:34:29.652] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:34:29.680] [ 8.300901] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:34:29.688] Starting Load Kernel Modules..[ = 8.310186] [tcc_rtl9000b_check_status] status summary. [2024-05-23 14:34:29.702] [ 8.310186] -- MASTER Configuration. [2024-05-23 14:34:29.702] [ 8.310186] -- Local Receiver Status Not = OK. [2024-05-23 14:34:29.716] [ 8.310186] -- Remote Receiver Status Not = OK. [2024-05-23 14:34:29.718] . [2024-05-23 14:34:29.718] [ 8.332252] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:34:29.718] [ 8.332264] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:34:29.747] [ 8.333044] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:29.747] [ 8.333049] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:34:29.747] [ 8.333053] 5 locks held by = systemd-network/262: [2024-05-23 14:34:29.761] [ 8.333056] #0: (rtnl_mutex){+.+.}, at: = [<00000000bbf375a3>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:34:29.763] [ 8.333085] #1: = (&desc->request_mutex){+.+.}, at: [<000000006584b741>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:29.785] [ 8.333103] #2: = (&irq_desc_lock_class){-...}, at: [<000000000d26821b>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:29.788] [ 8.333118] #3: (rcu_read_lock){....}, = at: [<00000000366ce0c4>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:29.788] [ 8.333134] #4: (&picinfo->lock){....}, = at: [<000000009d6d9b25>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:29.811] [ 8.333154] irq event stamp: 72932 [2024-05-23 14:34:29.825] [ 8.333160] hardirqs last enabled at = (72931): [<000000008264cb58>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:29.825] [ 8.333165] hardirqs last disabled at = (72932): [<00000000f34b153b>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:29.825] [ 8.333173] softirqs last enabled at (0): = [<000000001dd1e0b4>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:29.827] [ 8.333177] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:29.850] [ 8.333179] Preemption disabled at: [2024-05-23 14:34:29.853] [ 8.333185] [<000000000d26821b>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:29.853] [ 8.333195] CPU: 0 PID: 262 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:34:29.853] [ 8.333198] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:29.853] [ 8.333201] Call trace: [2024-05-23 14:34:29.875] [ 8.333207] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:29.878] [ 8.333212] show_stack+0x14/0x20 [2024-05-23 14:34:29.878] [ 8.333218] dump_stack+0xb8/0xf0 [2024-05-23 14:34:29.878] [ 8.333224] ___might_sleep+0x178/0x210 [2024-05-23 14:34:29.878] [ 8.333228] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:29.878] [ 8.333232] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:29.878] [ 8.333238] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:29.900] [ 8.333246] gic_set_type+0x84/0x98 [2024-05-23 14:34:29.902] [ 8.333251] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:29.902] [ 8.333255] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:29.902] [ 8.333260] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:29.902] [ 8.333267] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:34:29.902] [ 8.333272] __dev_open+0x100/0x150 [2024-05-23 14:34:29.924] [ 8.333276] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:34:29.926] [ 8.333280] dev_change_flags+0x20/0x60 [2024-05-23 14:34:29.926] [ 8.333285] do_setlink+0x3ec/0xc30 [2024-05-23 14:34:29.926] [ 8.333288] rtnl_setlink+0xcc/0x128 [2024-05-23 14:34:29.926] [ 8.333292] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:34:29.926] [ 8.333298] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:34:29.926] [ 8.333302] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:34:29.939] [ 8.333306] netlink_unicast+0x180/0x1f8 [2024-05-23 14:34:29.942] [ 8.333309] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:34:29.942] [ 8.333316] sock_sendmsg+0x3c/0x58 [2024-05-23 14:34:29.942] [ 8.333320] SyS_sendto+0xd0/0x140 [2024-05-23 14:34:29.966] [ 8.333325] el0_svc_naked+0x34/0x38 [2024-05-23 14:34:29.969] [ 8.334516] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:34:29.969] [ 8.359938] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:34:29.969] [ 8.359949] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:34:29.969] [ 8.359958] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:34:29.992] [ 8.359958] =20 [2024-05-23 14:34:29.996] [ 8.360577] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:34:29.996] [ 8.362518] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:34:29.996] [ 8.362528] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:34:29.996] [ 8.362537] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:34:30.018] [ 8.362537] =20 [2024-05-23 14:34:30.018] [ 8.362851] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:34:30.020] [ 8.362870] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:34:30.020] [ 8.362878] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:34:30.020] [ 8.362885] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:34:30.020] [ 8.362896] [INFO][GMAC] --] phy_start: : [2024-05-23 14:34:30.020] [ 8.363847] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:34:30.045] [ 8.377150] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:34:30.045] [ 8.377161] Disabling lock debugging due to = kernel taint [2024-05-23 14:34:30.045] [ 8.468072] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.045] [ 8.510897] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:34:30.047] [ 8.523562] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:34:30.071] [ 8.528809] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:34:30.071] [ 8.533686] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:34:30.071] [ 8.535338] Done!! [2024-05-23 14:34:30.071] [ 8.576038] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.071] [ 8.635271] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:34:30.089] [ 8.640131] Done!! [2024-05-23 14:34:30.089] [ 8.684037] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.089] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:34:30.092] [ OK ] Started Network Service. [2024-05-23 14:34:30.116] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:34:30.129] [ OK ] Started Cluster Framework. [2024-05-23 14:34:30.129] [ OK ] Started HUD Framework. [2024-05-23 14:34:30.129] [ 8.722688] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:34:30.132] [ 8.733383] Done!! [2024-05-23 14:34:30.156] parents, child is 321 [2024-05-23 14:34:30.158] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:34:30.158] [IDC]Start. [2024-05-23 14:34:30.158] [ 8.765907] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:34:30.158] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:34:30.188] [ OK ] Started Nvm Proc[ 8.792288] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:34:30.188] ess. [2024-05-23 14:34:30.217] [IDC](A7)ConnectReq 0 [2024-05-23 14:34:30.217] [IDC](A7)do_connect 0 [2024-05-23 14:34:30.217] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:34:30.217] [IDC](A7)Tx start session req 1 [2024-05-23 14:34:30.217] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:34:30.243] [IDC](R5)ConnectReq 0 [2024-05-23 14:34:30.243] [IDC](R5)do_connect 0 [2024-05-23 14:34:30.243] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:34:30.243] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:34:30.243] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:34:30.243] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:34:30.243] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:34:30.243] [IDC](A7)Session connected. [2024-05-23 14:34:30.243] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:34:30.243] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:34:30.243] [IDC](R5)Session connected.2 [2024-05-23 14:34:30.269] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:34:30.294] [ OK ] Started NS hsm control application. [2024-05-23 14:34:30.294] [ OK ] Started Diagnosis Framework. [2024-05-23 14:34:30.297] [ 8.904676] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.297] [ OK ] Started NS Software Update. [2024-05-23 14:34:30.340] [ OK ] Started NS Secondary Verify. [2024-05-23 14:34:30.360] [ OK ] Started Diagnosis Transport. [2024-05-23 14:34:30.362] [ OK ] Reached target Network. [2024-05-23 14:34:30.394] Starting Permit User Sessions... [2024-05-23 14:34:30.404] [ 9.020122] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.436] [ 9.058107] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:34:30.477] Starting udev Coldplug all Devices... [2024-05-23 14:34:30.490] Starting Wait for Network to be = Configured... [2024-05-23 14:34:30.492] [ OK ] Started Load Kernel Modules. [2024-05-23 14:34:30.509] [ OK ] Started Permit User Sessions. [2024-05-23 14:34:30.513] [ OK ] Started Getty on tty1. [2024-05-23 14:34:30.529] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:34:30.532] [ OK ] Reached target Login Prompts. [2024-05-23 14:34:30.558] [ OK ] Started Login Service. [2024-05-23 14:34:30.558] [ OK ] Reached target Multi-User System. [2024-05-23 14:34:30.558] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:34:30.558] Starting NS A53 R[ 9.175570] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:34:30.587] ealTime Schedule Switch... [2024-05-23 14:34:30.612] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:34:30.666] [ 9.288055] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.707] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:34:30.778] [ 9.400174] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:30.812] [ 9.411255] sched: RT throttling activated [2024-05-23 14:34:30.892] [ 9.513783] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:31.392] [ 10.006753] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:34:31.398] [ 10.006761] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:34:32.356] [ 10.974341] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:34:32.365] [ 10.974351] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:34:32.803] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:34:36.923]=20 [2024-05-23 14:34:36.923] telechips-nsp1-release login:=20 [2024-05-23 14:34:38.734]=20 [2024-05-23 14:34:38.734] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:34:38.734]=20 [2024-05-23 14:34:38.734] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:34:38.736] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:34:38.772] DRAM: 2 GiB [2024-05-23 14:34:38.787] MMC: sdhc@0x16440000: 0 [2024-05-23 14:34:39.056]=20 [2024-05-23 14:34:39.056] HW Partition tyep is UserData [2024-05-23 14:34:39.067] In: serial [2024-05-23 14:34:39.067] Out: serial [2024-05-23 14:34:39.067] Err: serial [2024-05-23 14:34:39.134] Boot in the UserData environment(0) [2024-05-23 14:34:39.137] Non-secure boot (secure boot flag is clear) [2024-05-23 14:34:39.149] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:34:39.149] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:34:39.149] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:34:39.164] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:34:39.164] Booting using the fdt blob at 0x23000000 [2024-05-23 14:34:39.164] Loading Kernel Image [2024-05-23 14:34:39.186] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:34:39.188] OPTEE is enabled [2024-05-23 14:34:39.188]=20 [2024-05-23 14:34:39.188] Starting kernel ... [2024-05-23 14:34:39.188]=20 [2024-05-23 14:34:40.118] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:34:40.122] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:34:40.138] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:34:40.151] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:34:40.153] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:34:40.153] [ 0.000000] efi: UEFI not found. [2024-05-23 14:34:40.175] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:34:40.188] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:34:40.188] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:34:40.190] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:34:40.190] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:34:40.218] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:34:40.218] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:34:40.218] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:34:40.220] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:34:40.245] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:34:40.245] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:34:40.245] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:34:40.263] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:34:40.276] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:34:40.279] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:34:40.279] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:34:40.301] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:34:40.301] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:34:40.301] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:34:40.312] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:34:40.314] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:34:40.341] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:34:40.341] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:34:40.341] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:34:40.355] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:34:40.357] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:34:40.357] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:34:40.379] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:34:40.382] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:34:40.382] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:34:40.382] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:34:40.382] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:34:40.407] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:34:40.407] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:34:40.407] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:34:40.407] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:34:40.435] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:34:40.435] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:34:40.452] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:34:40.452] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:34:40.467] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:34:40.493] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:34:40.493] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:34:40.493] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:34:40.493] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:34:40.518] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:34:40.518] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:34:40.518] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:34:40.518] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:34:40.536] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:34:40.536] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:34:40.550] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:34:40.552] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:34:40.580] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:34:40.580] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:34:40.580] [ 0.000000] Running RCU self tests [2024-05-23 14:34:40.580] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:34:40.580] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:34:40.593] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:34:40.595] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:34:40.595] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:34:40.624] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:34:40.624] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:34:40.624] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:34:40.624] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:34:40.624] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:34:40.637] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:34:40.639] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:34:40.668] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:34:40.668] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:34:40.668] [ 0.001469] Console: colour dummy device = 80x25 [2024-05-23 14:34:40.668] [ 0.001711] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:34:40.670] [ 0.001714] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:34:40.697] [ 0.001717] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:34:40.697] [ 0.001719] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:34:40.697] [ 0.001722] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:34:40.697] [ 0.001724] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:34:40.697] [ 0.001727] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:34:40.697] [ 0.001730] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:34:40.709] [ 0.001732] memory used by lock dependency = info: 7903 kB [2024-05-23 14:34:40.711] [ 0.001735] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:34:40.711] [ 0.001776] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:34:40.736] [ 0.001783] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:34:40.736] [ 0.002285] Security Framework initialized [2024-05-23 14:34:40.736] [ 0.002408] AppArmor: AppArmor initialized [2024-05-23 14:34:40.736] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:40.750] [ 0.002676] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:40.762] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:34:40.774] [ 0.035861] Hierarchical SRCU = implementation. [2024-05-23 14:34:40.774] [ 0.062285] EFI services will not be = available. [2024-05-23 14:34:40.774] [ 0.076131] smp: Bringing up secondary CPUs = ... [2024-05-23 14:34:40.776] [ 0.120756] Detected VIPT I-cache on CPU1 [2024-05-23 14:34:40.776] [ 0.120832] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:34:40.776] [ 0.165004] Detected VIPT I-cache on CPU2 [2024-05-23 14:34:40.801] [ 0.165060] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:34:40.801] [ 0.209286] Detected VIPT I-cache on CPU3 [2024-05-23 14:34:40.801] [ 0.209339] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:34:40.801] [ 0.209715] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:34:40.801] [ 0.209756] SMP: Total of 4 processors = activated. [2024-05-23 14:34:40.803] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:34:40.830] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:34:40.830] [ 0.209971] alternatives: patching kernel = code [2024-05-23 14:34:40.830] [ 0.210524] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:34:40.830] [ 0.213120] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:34:40.830] [ 0.213701] devtmpfs: initialized [2024-05-23 14:34:40.832] [ 0.403436] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:34:40.855] [ 0.403700] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:34:40.855] [ 0.412428] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:34:40.855] [ 0.413351] chipinfo: TCC8030 Rev02 [2024-05-23 14:34:40.855] [ 0.413367] chipinfo: SiP Service v0.1.56 [2024-05-23 14:34:40.871] [ 0.418682] NET: Registered protocol family = 16 [2024-05-23 14:34:40.875] [ 0.422687] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:34:40.875] [ 0.424634] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:34:40.875] [ 0.426515] cpuidle: using governor menu [2024-05-23 14:34:40.906] [ 0.426783] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:34:40.906] [ 0.440873] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:34:40.906] [ 0.441357] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:34:40.906] [ 0.441404] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:34:40.906] [ 0.441448] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:34:40.926] [ 0.441491] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:34:40.928] [ 0.441535] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:34:40.928] [ 0.441578] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:34:40.928] [ 0.441622] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:34:40.928] [ 0.441665] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:34:40.951] [ 0.441709] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:34:40.973] [ 0.441752] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:34:40.973] [ 0.441795] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:34:40.973] [ 0.441840] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:34:40.973] [ 0.441978] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:34:40.973] [ 0.442023] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:34:40.987] [ 0.442066] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:34:40.987] [ 0.442109] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:34:40.987] [ 0.442152] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:34:40.987] [ 0.442196] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:34:40.989] [ 0.442575] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:34:40.989] [ 0.442618] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:34:40.989] [ 0.442661] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:34:41.013] [ 0.442705] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:34:41.013] [ 0.442748] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:34:41.013] [ 0.442791] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:34:41.013] [ 0.442834] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:34:41.013] [ 0.442878] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:34:41.029] [ 0.442921] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:34:41.029] [ 0.442964] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:34:41.029] [ 0.443020] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:34:41.044] [ 0.443064] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:34:41.044] [ 0.443307] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:34:41.045] [ 0.443351] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:34:41.071] [ 0.443394] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:34:41.071] [ 0.443438] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:34:41.071] [ 0.443481] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:34:41.071] [ 0.443524] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:34:41.071] [ 0.443567] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:34:41.084] [ 0.443760] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:34:41.084] [ 0.443804] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:34:41.085] [ 0.443846] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:34:41.112] [ 0.443889] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:34:41.112] [ 0.443932] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:34:41.112] [ 0.443975] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:34:41.112] [ 0.444019] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:34:41.112] [ 0.444074] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:34:41.126] [ 0.444118] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:34:41.139] [ 0.444161] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:34:41.139] [ 0.444204] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:34:41.139] [ 0.444247] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:34:41.151] [ 0.444291] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:34:41.151] [ 0.444334] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:34:41.153] [ 0.444865] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:34:41.153] [ 0.444922] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:34:41.178] [ 0.445092] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:34:41.178] [ 0.445264] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:34:41.178] [ 0.445432] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:34:41.178] [ 0.445598] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:34:41.178] [ 0.445764] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:34:41.191] [ 0.445809] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:34:41.205] [ 0.445852] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:34:41.205] [ 0.446117] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:34:41.207] [ 0.446314] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:34:41.207] [ 0.446498] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:34:41.229] [ 0.446543] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:34:41.236] [ 0.446587] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:34:41.236] [ 0.446630] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:34:41.236] [ 0.446673] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:34:41.236] [ 0.446856] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:34:41.259] [ 0.446922] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:34:41.272] [ 0.447136] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:34:41.272] [ 0.447151] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:34:41.272] [ 0.529533] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:34:41.272] [ 0.529623] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:34:41.274] [ 1.676323] console [ttyAMA0] enabled [2024-05-23 14:34:41.274] [ 1.684030] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:34:41.299] [ 1.712871] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:34:41.313] [ 1.723156] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:34:41.328] [ 1.733754] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:34:41.352] [ 1.744067] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:34:41.431] [ 1.843635] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:34:41.451] [ 1.859936] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:34:41.454] [ 1.866831] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:34:41.470] [ 1.873620] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:34:41.470] [ 1.879992] Linux video capture interface: = v2.00 [2024-05-23 14:34:41.505] [ 1.885751] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:41.505] [ 1.885755] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:34:41.505] [ 1.885759] 6 locks held by swapper/0/1: [2024-05-23 14:34:41.514] [ 1.885762] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:34:41.514] [ 1.885789] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:34:41.517] [ 1.885804] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:41.541] [ 1.885822] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:41.541] [ 1.885837] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:41.541] [ 1.885853] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:41.555] [ 1.885872] irq event stamp: 288004 [2024-05-23 14:34:41.555] [ 1.885877] hardirqs last enabled at = (288003): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:41.570] [ 1.885882] hardirqs last disabled at = (288004): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:41.571] [ 1.885889] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:41.596] [ 1.885893] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:41.596] [ 1.885896] Preemption disabled at: [2024-05-23 14:34:41.596] [ 1.885901] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:41.598] [ 1.885910] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:34:41.622] [ 1.885913] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:41.622] [ 1.885917] Call trace: [2024-05-23 14:34:41.622] [ 1.885923] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:41.622] [ 1.885928] show_stack+0x14/0x20 [2024-05-23 14:34:41.622] [ 1.885933] dump_stack+0xb8/0xf0 [2024-05-23 14:34:41.624] [ 1.885939] ___might_sleep+0x178/0x210 [2024-05-23 14:34:41.648] [ 1.885943] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:41.660] [ 1.885948] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:41.660] [ 1.885953] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:41.660] [ 1.885961] gic_set_type+0x84/0x98 [2024-05-23 14:34:41.660] [ 1.885965] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:41.660] [ 1.885970] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:41.660] [ 1.885975] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:41.662] [ 1.885980] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:34:41.662] [ 1.885986] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:34:41.685] [ 1.885991] platform_drv_probe+0x58/0xb8 [2024-05-23 14:34:41.687] [ 1.885995] = driver_probe_device+0x228/0x410 [2024-05-23 14:34:41.687] [ 1.886000] __driver_attach+0xfc/0x118 [2024-05-23 14:34:41.687] [ 1.886005] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:34:41.687] [ 1.886010] driver_attach+0x20/0x28 [2024-05-23 14:34:41.687] [ 1.886015] bus_add_driver+0x220/0x268 [2024-05-23 14:34:41.687] [ 1.886020] driver_register+0x60/0xf8 [2024-05-23 14:34:41.713] [ 1.886024] = __platform_driver_register+0x44/0x50 [2024-05-23 14:34:41.713] [ 1.886031] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:34:41.713] [ 1.886035] do_one_initcall+0x50/0x15c [2024-05-23 14:34:41.713] [ 1.886042] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:34:41.713] [ 1.886049] kernel_init+0x10/0x100 [2024-05-23 14:34:41.713] [ 1.886053] ret_from_fork+0x10/0x18 [2024-05-23 14:34:41.715] [ 1.891658] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:34:41.745] [ 2.138907] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:34:41.745] [ 2.152447] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:34:41.747] [ 2.159463] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:34:41.775] [ 2.164065] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:34:41.775] [ 2.168868] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:34:41.775] [ 2.173693] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:34:41.775] [ 2.178248] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:34:41.818] [ 2.232050] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:34:41.833] [ 2.244675] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:41.851] [ 2.262628] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:41.867] [ 2.278273] NET: Registered protocol family = 2 [2024-05-23 14:34:41.894] [ 2.285749] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:34:41.894] [ 2.293366] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:34:41.897] [ 2.304629] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:34:41.919] [ 2.312077] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:34:41.919] [ 2.318842] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:34:41.919] [ 2.327011] NET: Registered protocol family = 1 [2024-05-23 14:34:42.022] [ 2.434994] audit: initializing netlink = subsys (disabled) [2024-05-23 14:34:42.033] [ 2.441336] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:34:42.048] [ 2.441889] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:34:42.111] [ 2.523941] fuse init (API version 7.26) [2024-05-23 14:34:42.126] [ 2.538412] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:34:42.140] [ 2.548166] io scheduler noop registered = (default) [2024-05-23 14:34:42.141] [ 2.553008] io scheduler mq-deadline = registered [2024-05-23 14:34:42.163] [ 2.557818] io scheduler kyber registered [2024-05-23 14:34:42.163] [ 2.568350] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:42.163] [ 2.575203] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:42.183] [ 2.581413] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:34:42.183] [ 2.589276] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:42.241] [ 2.651847] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:42.247] [ 2.659641] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:42.261] [ 2.664511] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:34:42.261] [ 2.669938] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:42.263] [ 2.670576] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:42.287] [ 2.681331] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:42.287] [ 2.687540] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:34:42.287] [ 2.695100] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:42.312] [ 2.719556] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:42.318] [ 2.726357] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:42.331] [ 2.731176] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:34:42.332] [ 2.736603] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:42.332] [ 2.737199] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:34:42.362] [ 2.747952] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:34:42.362] [ 2.754161] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:34:42.362] [ 2.761777] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:34:42.416] [ 2.828289] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:34:42.423] [ 2.835311] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:34:42.437] [ 2.839942] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:34:42.442] [ 2.845368] fbX_probe : update_type =3D 1=20 [2024-05-23 14:34:42.455] [ 2.855420] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:34:42.455] [ 2.865091] [INF][WDMA] tcc_wdma_init [2024-05-23 14:34:42.457] [ 2.869885] TCC WDMA Driver Initializing [2024-05-23 14:34:42.484] [ 2.876790] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:34:42.484] [ 2.882858] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:34:42.484] [ 2.893521] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:42.507] [ 2.906172] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:34:42.507] [ 2.915659] [CPU_ID] probe is done [2024-05-23 14:34:42.510] [ 2.919405] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:34:42.527] [ 2.926052] [DRAM_TOOL] probe is done [2024-05-23 14:34:42.527] [ 2.933774] MALI-G51 : r30p0-01eac0 [2024-05-23 14:34:42.527] [ 2.937307] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:34:42.550] [ 2.947103] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:42.550] [ 2.947108] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:34:42.551] [ 2.947112] 6 locks held by swapper/0/1: [2024-05-23 14:34:42.577] [ 2.947115] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:34:42.577] [ 2.947143] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:34:42.577] [ 2.947158] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:34:42.591] [ 2.947176] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:42.591] [ 2.947191] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:34:42.606] [ 2.947207] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:42.608] [ 2.947227] irq event stamp: 453646 [2024-05-23 14:34:42.631] [ 2.947232] hardirqs last enabled at = (453645): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:34:42.645] [ 2.947237] hardirqs last disabled at = (453646): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:34:42.645] [ 2.947245] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:42.649] [ 2.947248] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:42.649] [ 2.947251] Preemption disabled at: [2024-05-23 14:34:42.672] [ 2.947256] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:42.678] [ 2.947265] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:34:42.678] [ 2.947268] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:42.678] [ 2.947272] Call trace: [2024-05-23 14:34:42.678] [ 2.947279] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:42.678] [ 2.947284] show_stack+0x14/0x20 [2024-05-23 14:34:42.701] [ 2.947290] dump_stack+0xb8/0xf0 [2024-05-23 14:34:42.714] [ 2.947295] ___might_sleep+0x178/0x210 [2024-05-23 14:34:42.714] [ 2.947299] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:42.714] [ 2.947304] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:42.714] [ 2.947309] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:42.714] [ 2.947317] gic_set_type+0x84/0x98 [2024-05-23 14:34:42.714] [ 2.947322] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:42.716] [ 2.947327] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:42.716] [ 2.947332] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:42.716] [ 2.947338] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:34:42.739] [ 2.947343] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:34:42.742] [ 2.947348] kbase_device_init+0x78/0xf8 [2024-05-23 14:34:42.742] [ 2.947354] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:34:42.742] [ 2.947358] platform_drv_probe+0x58/0xb8 [2024-05-23 14:34:42.742] [ 2.947364] = driver_probe_device+0x228/0x410 [2024-05-23 14:34:42.742] [ 2.947369] __driver_attach+0xfc/0x118 [2024-05-23 14:34:42.765] [ 2.947373] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:34:42.778] [ 2.947378] driver_attach+0x20/0x28 [2024-05-23 14:34:42.778] [ 2.947383] bus_add_driver+0x220/0x268 [2024-05-23 14:34:42.778] [ 2.947388] driver_register+0x60/0xf8 [2024-05-23 14:34:42.778] [ 2.947392] = __platform_driver_register+0x44/0x50 [2024-05-23 14:34:42.778] [ 2.947399] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:34:42.789] [ 2.947404] do_one_initcall+0x50/0x15c [2024-05-23 14:34:42.789] [ 2.947411] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:34:42.789] [ 2.947416] kernel_init+0x10/0x100 [2024-05-23 14:34:42.789] [ 2.947421] ret_from_fork+0x10/0x18 [2024-05-23 14:34:42.789] [ 2.949061] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:34:42.791] [ 3.203960] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:34:42.814] [ 3.210697] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:34:42.814] [ 3.224626] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:34:42.830] [ 3.232456] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:34:42.832] [ 3.244717] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:34:42.845] [ 3.250986] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:34:42.845] [ 3.255368] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:34:42.859] [ 3.263019] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:34:42.900] [ 3.311617] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:34:42.908] [ 3.321417] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:34:42.921] [ 3.329295] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:34:42.936] [ 3.340363] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:34:42.936] [ 3.345643] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:34:42.960] [ 3.356716] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:34:42.960] [ 3.365613] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:34:42.984] [ 3.384856] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:34:42.997] [ 3.400333] libphy: Fixed MDIO Bus: probed [2024-05-23 14:34:42.997] [ 3.405324] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:34:43.017] [ 3.418477] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:34:43.019] [ 3.423050] [INFO][GAMC] gmac index : 1 [2024-05-23 14:34:43.019] [ 3.427562] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:34:43.020] [ 3.432730] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:34:43.046] [ 3.438627] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:34:43.046] [ 3.438799] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:34:43.046] [ 3.438814] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:34:43.046] [ 3.442672] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:34:43.046] [ 3.451907] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:34:43.059] [ 3.453021] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:43.061] [ 3.453033] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:34:43.061] [ 3.453040] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:34:43.087] [ 3.453052] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:43.087] [ 3.453065] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:34:43.087] [ 3.454687] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:34:43.087] [ 3.464083] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:34:43.100] [ 3.464092] usbhid: USB HID core driver [2024-05-23 14:34:43.100] [ 3.464451] optee: probing for conduit = method from DT. [2024-05-23 14:34:43.100] [ 3.464476] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:34:43.115] [ 3.466325] optee: initialized driver [2024-05-23 14:34:43.116] [ 3.468117] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:34:43.116] [ 3.468132] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:34:43.141] [ 3.468140] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:34:43.144] [ 3.468147] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:34:43.144] [ 3.468154] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:34:43.144] [ 3.468162] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:34:43.144] [ 3.468169] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:34:43.169] [ 3.468176] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:34:43.169] [ 3.469712] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:34:43.169] [ 3.469720] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:34:43.169] [ 3.476828] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:34:43.184] [ 3.490399] NET: Registered protocol family = 17 [2024-05-23 14:34:43.188] [ 3.490841] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:34:43.214] [ 3.495630] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:34:43.214] [ 3.611753] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:34:43.214] [ 3.623507] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:34:43.217] [ 3.629634] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:34:43.241] [ 3.636331] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:34:43.241] [ 3.643684] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:34:43.257] [ 3.661391] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:34:43.261] [ 3.661436] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:34:43.275] [ 3.664928] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:34:43.286] [ 3.664957] GPT:15269887 !=3D 15273599 [2024-05-23 14:34:43.286] [ 3.664965] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:34:43.290] [ 3.664973] GPT:15269887 !=3D 15273599 [2024-05-23 14:34:43.290] [ 3.664980] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:34:43.312] [ 3.665102] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:34:43.322] [ 3.717773] ALSA device list: [2024-05-23 14:34:43.322] [ 3.720774] No soundcards found. [2024-05-23 14:34:43.322] [ 3.726800] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:34:43.346] [ 3.747731] Freeing unused kernel memory: = 4160K [2024-05-23 14:34:43.348] Mounting devtmpfs [2024-05-23 14:34:43.349] [ 3.762455] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:34:43.362] Mounting procfs [2024-05-23 14:34:43.362] Mounting sysfs [2024-05-23 14:34:43.367] [ 3.781384] mount (93) used greatest stack = depth: 12464 bytes left [2024-05-23 14:34:43.407] [ 3.811644] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:34:43.440] [ 3.851550] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:34:43.448] [ 3.860400] mount (98) used greatest stack = depth: 11264 bytes left [2024-05-23 14:34:43.715] [ 4.125401] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:34:43.810] [ 4.222718] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:34:43.837] [ 4.250039] systemd[1]: Detected = architecture arm64. [2024-05-23 14:34:43.880]=20 [2024-05-23 14:34:43.880] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:34:43.893]=20 [2024-05-23 14:34:43.909] [ 4.312744] systemd[1]: Set hostname to = . [2024-05-23 14:34:43.915] [ 4.324550] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:34:43.941] [ 4.333351] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:34:44.096] [ 4.504759] systemd-fstab-g (105) used = greatest stack depth: 11168 bytes left [2024-05-23 14:34:44.160] [ 4.572859] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:34:44.189] [ 4.589977] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:34:44.220] [ 4.633554] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:34:44.235] [ 4.645664] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:34:44.424] [ 4.836202] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:34:44.497] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:34:44.523] [ OK ] Reached target Remote File Systems. [2024-05-23 14:34:44.526] [ OK ] Reached target Swap. [2024-05-23 14:34:44.546] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:34:44.566] [ OK ] Reached target Paths. [2024-05-23 14:34:44.592] [ OK ] Created slice system-getty.slice. [2024-05-23 14:34:44.608] [ OK ] Listening on Syslog Socket. [2024-05-23 14:34:44.626] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:34:44.642] [ OK ] Listening on Journal Socket. [2024-05-23 14:34:44.665] Mounting Kernel Debug File System... [2024-05-23 14:34:44.699] Mounting Configuration File System... [2024-05-23 14:34:44.726] Starting mount data partition = service... [2024-05-23 14:34:44.783] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:34:44.819] Mounting FUSE Control File System... [2024-05-23 14:34:44.854] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:34:44.876] [ 5.278719] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:34:44.891] [ 5.304326] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:44.926] Mounting POSIX Message Queue File = System... [2024-05-23 14:34:44.942] [ OK ] Created slice User and Session Slice. [2024-05-23 14:34:44.955] [ OK ] Reached target Slices. [2024-05-23 14:34:44.974] [ OK ] Listening on udev Control Socket. [2024-05-23 14:34:45.009] Starting udev Coldplug all Devices... [2024-05-23 14:34:45.025] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:34:45.053] Starting Journal Service... [2024-05-23 14:34:45.081] Starting Apply Kernel Variables... [2024-05-23 14:34:45.111] Mounting Huge Pages File System... [2024-05-23 14:34:45.143] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:34:45.198] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:34:45.226] [ OK ] Mounted Configuration File System. [2024-05-23 14:34:45.250] [ OK ] Started mount data partition service. [2024-05-23 14:34:45.278] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:34:45.309] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:34:45.326] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:34:45.340] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:34:45.376] [ OK ] Started Journal Service. [2024-05-23 14:34:45.412] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:34:45.450] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:34:45.499] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:34:45.508] [ OK ] Reached target Containers. [2024-05-23 14:34:45.527] Mounting /tmp... [2024-05-23 14:34:45.549] Mounting /var/volatile... [2024-05-23 14:34:45.578] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:34:45.611] Starting udev Kernel Device = Manager... [2024-05-23 14:34:45.643] Starting NS file System mount and = recovery.... [2024-05-23 14:34:45.713] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:34:45.729] [ OK ] Mounted /tmp. [2024-05-23 14:34:45.759] [ OK ] Mounted /var/volatile. [2024-05-23 14:34:45.783] [ 6.197348] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:45.882] [ OK ] Started [ 6.295339] EXT4-fs = (mmcblk0p38): mounted filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:45.895] udev Coldplug all Devices. [2024-05-23 14:34:45.997] [ 6.408201] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:34:46.027] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:34:46.102] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:34:46.277] [ 6.689203] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:34:46.294] Starting Bind mount volatile = /var/cache... [2024-05-23 14:34:46.328] Starting Bind mount volatile = /var/spool... [2024-05-23 14:34:46.360] Starting Bind mount volatile = /var/lib... [2024-05-23 14:34:46.396] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:34:46.590] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:34:46.619] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:34:46.663] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:34:46.826] Starting Load/Save Random Seed... [2024-05-23 14:34:46.844] [ OK ] Reached target Local File Systems. [2024-05-23 14:34:46.870] Starting AppArmor initialization... [2024-05-23 14:34:46.900] Starting Create Volatile Files and = Directories... [2024-05-23 14:34:46.928] Starting netfilter persistent = configuration... [2024-05-23 14:34:46.963] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:34:47.044] [ OK ] Started Crea[ 7.458157] audit: = type=3D1400 audit(1550139121.328:2): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" name=3D"/**" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:34:47.086] te Volatile Files and Directories. [2024-05-23 14:34:47.086] [ 7.476912] audit: type=3D1400 = audit(1550139121.328:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:34:47.088] [ 7.496843] audit: type=3D1400 = audit(1550139121.328:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:34:47.110] [ 7.513831] audit: type=3D1400 = audit(1550139121.332:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:34:47.125] [ OK ] [ 7.531162] audit: type=3D1400 = audit(1550139121.332:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:34:47.143] Started AppArmor initiali[ 7.548207] audit: = type=3D1400 audit(1550139121.332:7): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//agetty_profile" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:34:47.158] zation.[ 7.566837] audit: type=3D1400 = audit(1550139121.332:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:34:47.173]=20 [2024-05-23 14:34:47.195] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:34:47.229] [ OK ] Reached target Network (Pre). [2024-05-23 14:34:47.245] Starting Network Service... [2024-05-23 14:34:47.278] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:34:47.328] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:34:47.348] [ OK ] Reached target System Initialization. [2024-05-23 14:34:47.363] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:34:47.379] [ OK ] Reached target Timers. [2024-05-23 14:34:47.394] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:34:47.412] [ OK ] Reached target Sockets. [2024-05-23 14:34:47.432] [ OK ] Reached target Basic System. [2024-05-23 14:34:47.464] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:34:47.465] [ 7.877159] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:34:47.506] Starting Login Service... [2024-05-23 14:34:47.529] [ 7.929667] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:34:47.530] [ 7.934275] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:34:47.530] [ 7.941152] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:34:47.549] [ OK ] Started NS VSync Process. [2024-05-23 14:34:47.569] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:34:47.626] [ 8.034714] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:34:47.639] Starting Load Kernel Modules... [2024-05-23 14:34:47.704] [ 8.116101] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:34:47.729] [ OK ] Started Kernel Logging Service. [2024-05-23 14:34:47.766] [ 8.178323] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:34:47.775] [ 8.183216] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:34:47.788] [ 8.183372] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:34:47.790] [ 8.183384] [INFO][GMAC]=20 [2024-05-23 14:34:47.790] [ 8.194672] Disabling lock debugging due to = kernel taint [2024-05-23 14:34:47.813] [ OK ] Started System Logging Service. [2024-05-23 14:34:47.815] [ 8.207889] libphy: tcc-gmac-mdio: probed [2024-05-23 14:34:47.815] [ 8.213494] [INFO][GMAC] registered! [2024-05-23 14:34:47.815] [ 8.217133] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:34:47.815] [ 8.221959] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:34:47.842] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:34:47.863] [ OK ] Started NS System Management Process. [2024-05-23 14:34:47.879] Starting NS Inter Domain Comm = Process... [2024-05-23 14:34:47.896] [ 8.294216] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:34:47.899] Start /usr/bin/sys-fail-mon [2024-05-23 14:34:47.899] [ 8.299948] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:34:47.914] [ 8.300559] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:34:47.915] [ 8.300567] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:34:47.946] [ 8.302056] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:47.946] [ 8.303179] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:34:47.946] [ 8.303195] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:34:47.949] [ 8.304566] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:34:47.976] [ 8.304574] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:34:47.976] [ 8.306077] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:34:47.976] [ 8.314568] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:34:47.995] [ 8.314611] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:34:47.995] [ 8.314611] -- MASTER Configuration. [2024-05-23 14:34:47.995] [ 8.314611] -- Local Receiver Status Not = OK. [2024-05-23 14:34:47.995] [ 8.314611] -- Remote Receiver Status Not = OK. [2024-05-23 14:34:48.025] [ 8.314630] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:34:48.025] [ 8.314633] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:34:48.025] [ 8.316576] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:34:48.025] [ 8.316580] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:34:48.033] [ 8.316581] INFO: lockdep is turned off. [2024-05-23 14:34:48.070] [ 8.316584] irq event stamp: 70994 [2024-05-23 14:34:48.070] [ 8.316599] hardirqs last enabled at = (70993): [<000000006b164edf>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:34:48.093] [ 8.316605] hardirqs last disabled at = (70994): [<000000008a6abc63>] __schedule+0xc8/0x730 [2024-05-23 14:34:48.093] [ 8.316613] softirqs last enabled at (0): = [<00000000b0349dc3>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:34:48.093] [ 8.316616] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:34:48.093] [ 8.316618] Preemption disabled at: [2024-05-23 14:34:48.093] [ 8.316626] [<00000000f82e677b>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:34:48.093] [ 8.316635] CPU: 0 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:34:48.110] [ 8.316636] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:34:48.110] [ 8.316639] Call trace: [2024-05-23 14:34:48.110] [ 8.316644] dump_backtrace+0x0/0x1d8 [2024-05-23 14:34:48.111] [ 8.316647] show_stack+0x14/0x20 [2024-05-23 14:34:48.111] [ 8.316652] dump_stack+0xb8/0xf0 [2024-05-23 14:34:48.111] [ 8.316656] ___might_sleep+0x178/0x210 [2024-05-23 14:34:48.111] [ 8.316659] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:34:48.135] [ 8.316665] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:34:48.137] [ 8.316669] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:34:48.137] [ 8.316676] gic_set_type+0x84/0x98 [2024-05-23 14:34:48.137] [ 8.316679] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:34:48.137] [ 8.316683] __setup_irq+0x76c/0x7f8 [2024-05-23 14:34:48.137] [ 8.316686] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:34:48.137] [ 8.316692] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:34:48.139] [ 8.316697] __dev_open+0x100/0x150 [2024-05-23 14:34:48.164] [ 8.316700] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:34:48.164] [ 8.316703] dev_change_flags+0x20/0x60 [2024-05-23 14:34:48.164] [ 8.316707] do_setlink+0x3ec/0xc30 [2024-05-23 14:34:48.164] [ 8.316710] rtnl_setlink+0xcc/0x128 [2024-05-23 14:34:48.164] [ 8.316713] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:34:48.164] [ 8.316717] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:34:48.166] [ 8.316720] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:34:48.193] [ 8.316723] netlink_unicast+0x180/0x1f8 [2024-05-23 14:34:48.193] [ 8.316726] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:34:48.193] [ 8.316731] sock_sendmsg+0x3c/0x58 [2024-05-23 14:34:48.193] [ 8.316736] SyS_sendto+0xd0/0x140 [2024-05-23 14:34:48.193] [ 8.316740] el0_svc_naked+0x34/0x38 [2024-05-23 14:34:48.193] [ 8.316881] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:34:48.195] [ 8.321141] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:34:48.222] [ 8.321146] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:34:48.222] [ 8.321151] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:34:48.222] [ 8.321151] =20 [2024-05-23 14:34:48.222] [ 8.321487] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:34:48.222] [ 8.321791] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:34:48.236] [ 8.321795] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:34:48.240] [ 8.321803] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:34:48.240] [ 8.321803] =20 [2024-05-23 14:34:48.240] [ 8.321949] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:34:48.262] [ 8.321964] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:34:48.264] [ 8.321968] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:34:48.264] [ 8.321972] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:34:48.264] [ 8.321979] [INFO][GMAC] --] phy_start: : [2024-05-23 14:34:48.264] [ 8.322047] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:34:48.264] [ 8.330214] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:34:48.289] [ 8.347999] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:34:48.289] [ 8.355316] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:34:48.289] [ 8.361539] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:34:48.289] [ 8.363007] Done!! [2024-05-23 14:34:48.289] [ 8.426929] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.302] [ 8.465408] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:34:48.305] [ 8.467913] Done!! [2024-05-23 14:34:48.305] [ 8.534914] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.305] [ 8.557371] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:34:48.342] [ 8.561092] Done!! [2024-05-23 14:34:48.342] [ 8.642910] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.342] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:34:48.342] [ OK ] Started Network Service. [2024-05-23 14:34:48.342] [ OK ] Started Load Kernel Modules. [2024-05-23 14:34:48.364] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:34:48.364] [ 8.750981] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.397] [ OK ] Started Cluster Framework. [2024-05-23 14:34:48.397] parents, child is 323 [2024-05-23 14:34:48.397] [ OK ] Started HUD Framework. [2024-05-23 14:34:48.397] [IDC]Start. [2024-05-23 14:34:48.397] [ OK ] Started 8.795608] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:34:48.414] mNS ethernet phy control application. [2024-05-23 14:34:48.414] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:34:48.416] [IDC](A7)ConnectReq 0 [2024-05-23 14:34:48.416] [IDC](A7)do_connect 0 [2024-05-23 14:34:48.416] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:34:48.416] [IDC](A7)Tx start session req 1 [2024-05-23 14:34:48.416] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:34:48.416] [IDC](R5)ConnectReq 0 [2024-05-23 14:34:48.416] [IDC](R5)do_connect 0 [2024-05-23 14:34:48.466] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:34:48.504] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:34:48.504] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:34:48.504] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:34:48.504] [ OK ] Started Nvm Process. [2024-05-23 14:34:48.504] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:34:48.504] [IDC](A7)Session connected. [2024-05-23 14:34:48.504] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:34:48.504] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:34:48.504] [IDC](R5)Session connected.2 [2024-05-23 14:34:48.504] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:34:48.504] [ 8.862965] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.509] [ OK ] Started NS hsm control application. [2024-05-23 14:34:48.509] [ OK ] Started Diagnosis Framework. [2024-05-23 14:34:48.509] [ OK ] Started Diagnosis Transport. [2024-05-23 14:34:48.513] [ OK ] Started NS Software Update. [2024-05-23 14:34:48.552] [ OK ] Started NS Secondary Verify. [2024-05-23 14:34:48.584] [ 8.996775] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.611] Starting Wait for Network to be = Configured... [2024-05-23 14:34:48.612] [ OK ] Reached target Network. [2024-05-23 14:34:48.651] Starting Permit User Sessions... [2024-05-23 14:34:48.663] Starting udev Coldplug all Devices... [2024-05-23 14:34:48.688] [ OK ] Started Login Service. [2024-05-23 14:34:48.700] [ 9.106980] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.725] [ OK ] Started Permit User Sessions. [2024-05-23 14:34:48.735] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:34:48.735] [ OK ] Started Getty on tty1. [2024-05-23 14:34:48.751] [ OK ] Reached target Login Prompts. [2024-05-23 14:34:48.751] [ OK ] Reached target Multi-User System. [2024-05-23 14:34:48.773] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:34:48.773] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:34:48.799] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:34:48.807] [ 9.218997] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:48.817] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:34:48.864] [ 9.265519] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:34:48.947] [ 9.331147] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:49.030] [ 9.443001] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:34:49.343] [ 9.752314] sched: RT throttling activated [2024-05-23 14:34:49.723] [ 10.135218] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:34:49.742] [ 10.143623] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:34:50.440] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:34:50.695] [ 11.105855] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:34:50.736] [ 11.114274] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:34:55.145]=20 [2024-05-23 14:34:55.145] telechips-nsp1-release login:=20 [2024-05-23 14:34:57.981]=20 [2024-05-23 14:34:57.981] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:34:57.993]=20 [2024-05-23 14:34:57.993] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:34:57.993] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:34:57.993] DRAM: 2 GiB [2024-05-23 14:34:58.016] MMC: sdhc@0x16440000: 0 [2024-05-23 14:34:58.290]=20 [2024-05-23 14:34:58.290] HW Partition tyep is UserData [2024-05-23 14:34:58.311] In: serial [2024-05-23 14:34:58.315] Out: serial [2024-05-23 14:34:58.315] Err: serial [2024-05-23 14:34:58.368] Boot in the UserData environment(0) [2024-05-23 14:34:58.374] Non-secure boot (secure boot flag is clear) [2024-05-23 14:34:58.376] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:34:58.401] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:34:58.401] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:34:58.401] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:34:58.401] Booting using the fdt blob at 0x23000000 [2024-05-23 14:34:58.401] Loading Kernel Image [2024-05-23 14:34:58.407] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:34:58.421] OPTEE is enabled [2024-05-23 14:34:58.421]=20 [2024-05-23 14:34:58.421] Starting kernel ... [2024-05-23 14:34:58.421]=20 [2024-05-23 14:34:59.350] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:34:59.355] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:34:59.370] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:34:59.384] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:34:59.386] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:34:59.386] [ 0.000000] efi: UEFI not found. [2024-05-23 14:34:59.411] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:34:59.423] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:34:59.423] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:34:59.423] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:34:59.427] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:34:59.450] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:34:59.453] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:34:59.453] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:34:59.453] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:34:59.478] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:34:59.478] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:34:59.478] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:34:59.495] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:34:59.499] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:34:59.521] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:34:59.523] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:34:59.523] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:34:59.523] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:34:59.550] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:34:59.550] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:34:59.550] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:34:59.565] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:34:59.565] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:34:59.580] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:34:59.580] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:34:59.580] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:34:59.596] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:34:59.596] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:34:59.596] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:34:59.612] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:34:59.612] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:34:59.625] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:34:59.625] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:34:59.625] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:34:59.641] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:34:59.641] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:34:59.673] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:34:59.673] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:34:59.686] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:34:59.688] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:34:59.711] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:34:59.727] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:34:59.727] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:34:59.748] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:34:59.748] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:34:59.754] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:34:59.754] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:34:59.754] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:34:59.774] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:34:59.776] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:34:59.776] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:34:59.776] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:34:59.802] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:34:59.802] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:34:59.802] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:34:59.804] [ 0.000000] Running RCU self tests [2024-05-23 14:34:59.842] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:34:59.842] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:34:59.842] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:34:59.842] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:34:59.842] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:34:59.854] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:34:59.854] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:34:59.854] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:34:59.858] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:34:59.858] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:34:59.882] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:34:59.884] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:34:59.884] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:34:59.908] [ 0.000696] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:34:59.919] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:34:59.919] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:34:59.919] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:34:59.919] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:34:59.921] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:34:59.921] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:34:59.921] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:34:59.948] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:34:59.948] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:34:59.948] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:34:59.948] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:34:59.948] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:34:59.962] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:34:59.962] [ 0.002285] Security Framework initialized [2024-05-23 14:34:59.962] [ 0.002409] AppArmor: AppArmor initialized [2024-05-23 14:34:59.980] [ 0.002654] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:59.980] [ 0.002676] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:34:59.982] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:35:00.009] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:35:00.009] [ 0.062275] EFI services will not be = available. [2024-05-23 14:35:00.009] [ 0.076125] smp: Bringing up secondary CPUs = ... [2024-05-23 14:35:00.009] [ 0.120753] Detected VIPT I-cache on CPU1 [2024-05-23 14:35:00.009] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:35:00.011] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:35:00.036] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:35:00.042] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:35:00.042] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:35:00.042] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:35:00.042] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:35:00.042] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:35:00.065] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:35:00.068] [ 0.209966] alternatives: patching kernel = code [2024-05-23 14:35:00.068] [ 0.210540] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:35:00.068] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:35:00.068] [ 0.213760] devtmpfs: initialized [2024-05-23 14:35:00.068] [ 0.402566] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:35:00.094] [ 0.402833] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:35:00.094] [ 0.411334] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:35:00.094] [ 0.412234] chipinfo: TCC8030 Rev02 [2024-05-23 14:35:00.094] [ 0.412249] chipinfo: SiP Service v0.1.56 [2024-05-23 14:35:00.094] [ 0.417581] NET: Registered protocol family = 16 [2024-05-23 14:35:00.120] [ 0.421569] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:35:00.120] [ 0.423620] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:35:00.120] [ 0.425262] cpuidle: using governor menu [2024-05-23 14:35:00.139] [ 0.425497] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:35:00.139] [ 0.439685] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:35:00.143] [ 0.440179] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:35:00.143] [ 0.440227] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:35:00.143] [ 0.440271] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:35:00.143] [ 0.440314] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:35:00.165] [ 0.440358] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:35:00.178] [ 0.440401] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:35:00.178] [ 0.440445] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:35:00.178] [ 0.440488] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:35:00.178] [ 0.440532] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:35:00.199] [ 0.440575] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:35:00.199] [ 0.440618] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:35:00.199] [ 0.440663] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:35:00.201] [ 0.440706] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:35:00.201] [ 0.440750] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:35:00.201] [ 0.440793] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:35:00.201] [ 0.440836] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:35:00.201] [ 0.440891] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:35:00.223] [ 0.440935] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:35:00.223] [ 0.441289] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:35:00.223] [ 0.441334] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:35:00.223] [ 0.441377] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:35:00.235] [ 0.441421] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:35:00.235] [ 0.441464] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:35:00.238] [ 0.441507] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:35:00.250] [ 0.441550] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:35:00.250] [ 0.441594] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:35:00.252] [ 0.441637] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:35:00.277] [ 0.441680] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:35:00.277] [ 0.441724] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:35:00.277] [ 0.441767] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:35:00.277] [ 0.441984] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:35:00.278] [ 0.442028] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:35:00.304] [ 0.442086] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:35:00.304] [ 0.442130] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:35:00.304] [ 0.442173] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:35:00.304] [ 0.442216] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:35:00.309] [ 0.442259] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:35:00.331] [ 0.442558] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:35:00.335] [ 0.442603] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:35:00.335] [ 0.442647] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:35:00.335] [ 0.442690] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:35:00.335] [ 0.442733] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:35:00.359] [ 0.442777] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:35:00.371] [ 0.442819] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:35:00.371] [ 0.442863] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:35:00.371] [ 0.442906] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:35:00.371] [ 0.442950] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:35:00.371] [ 0.442993] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:35:00.373] [ 0.443050] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:35:00.373] [ 0.443095] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:35:00.395] [ 0.443138] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:35:00.408] [ 0.443701] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:35:00.408] [ 0.443746] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:35:00.408] [ 0.443917] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:35:00.408] [ 0.444088] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:35:00.425] [ 0.444258] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:35:00.425] [ 0.444441] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:35:00.425] [ 0.444611] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:35:00.437] [ 0.444655] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:35:00.437] [ 0.444698] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:35:00.437] [ 0.444864] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:35:00.440] [ 0.445031] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:35:00.440] [ 0.445195] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:35:00.462] [ 0.445239] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:35:00.477] [ 0.445283] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:35:00.477] [ 0.445326] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:35:00.477] [ 0.445369] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:35:00.477] [ 0.445538] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:35:00.490] [ 0.445582] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:35:00.490] [ 0.445783] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:35:00.490] [ 0.445797] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:35:00.502] [ 0.528291] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:00.502] [ 0.528382] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:00.504] [ 1.675259] console [ttyAMA0] enabled [2024-05-23 14:35:00.528] [ 1.683076] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:00.533] [ 1.712143] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:35:00.547] [ 1.722539] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:35:00.562] [ 1.733056] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:35:00.577] [ 1.743311] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:35:00.665] [ 1.843528] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:35:00.692] [ 1.859897] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:35:00.699] [ 1.866885] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:35:00.699] [ 1.873649] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:35:00.722] [ 1.880017] Linux video capture interface: = v2.00 [2024-05-23 14:35:00.722] [ 1.885772] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:00.728] [ 1.885777] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:00.750] [ 1.885781] 6 locks held by swapper/0/1: [2024-05-23 14:35:00.755] [ 1.885784] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:00.755] [ 1.885810] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:00.755] [ 1.885825] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:00.779] [ 1.885843] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:00.779] [ 1.885857] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:00.779] [ 1.885873] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:00.794] [ 1.885891] irq event stamp: 288006 [2024-05-23 14:35:00.794] [ 1.885897] hardirqs last enabled at = (288005): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:00.810] [ 1.885902] hardirqs last disabled at = (288006): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:00.810] [ 1.885909] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:00.832] [ 1.885912] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:00.832] [ 1.885915] Preemption disabled at: [2024-05-23 14:35:00.832] [ 1.885920] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:00.834] [ 1.885929] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:35:00.859] [ 1.885932] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:00.859] [ 1.885936] Call trace: [2024-05-23 14:35:00.859] [ 1.885942] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:00.859] [ 1.885946] show_stack+0x14/0x20 [2024-05-23 14:35:00.859] [ 1.885952] dump_stack+0xb8/0xf0 [2024-05-23 14:35:00.859] [ 1.885957] ___might_sleep+0x178/0x210 [2024-05-23 14:35:00.873] [ 1.885961] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:00.876] [ 1.885966] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:00.876] [ 1.885972] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:00.876] [ 1.885979] gic_set_type+0x84/0x98 [2024-05-23 14:35:00.899] [ 1.885984] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:00.903] [ 1.885988] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:00.903] [ 1.885993] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:00.903] [ 1.885998] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:35:00.903] [ 1.886005] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:35:00.903] [ 1.886009] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:00.903] [ 1.886014] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:00.928] [ 1.886019] __driver_attach+0xfc/0x118 [2024-05-23 14:35:00.928] [ 1.886024] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:00.928] [ 1.886029] driver_attach+0x20/0x28 [2024-05-23 14:35:00.928] [ 1.886033] bus_add_driver+0x220/0x268 [2024-05-23 14:35:00.928] [ 1.886038] driver_register+0x60/0xf8 [2024-05-23 14:35:00.928] [ 1.886042] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:00.942] [ 1.886050] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:35:00.942] [ 1.886054] do_one_initcall+0x50/0x15c [2024-05-23 14:35:00.942] [ 1.886062] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:00.942] [ 1.886067] kernel_init+0x10/0x100 [2024-05-23 14:35:00.959] [ 1.886072] ret_from_fork+0x10/0x18 [2024-05-23 14:35:00.959] [ 1.891781] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:35:00.975] [ 2.139179] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:35:00.978] [ 2.152558] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:35:01.002] [ 2.159628] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:35:01.003] [ 2.164230] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:35:01.003] [ 2.169034] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:35:01.003] [ 2.173836] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:35:01.003] [ 2.178391] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:35:01.054] [ 2.232294] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:35:01.070] [ 2.244883] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:01.085] [ 2.263057] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:01.114] [ 2.278461] NET: Registered protocol family = 2 [2024-05-23 14:35:01.117] [ 2.285893] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:35:01.117] [ 2.293511] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:35:01.131] [ 2.304673] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:35:01.156] [ 2.312002] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:35:01.162] [ 2.318775] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:35:01.162] [ 2.326882] NET: Registered protocol family = 1 [2024-05-23 14:35:01.257] [ 2.434791] audit: initializing netlink = subsys (disabled) [2024-05-23 14:35:01.265] [ 2.441086] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:35:01.281] [ 2.441744] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:35:01.346] [ 2.524167] fuse init (API version 7.26) [2024-05-23 14:35:01.376] [ 2.542489] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:35:01.377] [ 2.552258] io scheduler noop registered = (default) [2024-05-23 14:35:01.379] [ 2.557101] io scheduler mq-deadline = registered [2024-05-23 14:35:01.404] [ 2.561676] io scheduler kyber registered [2024-05-23 14:35:01.404] [ 2.572356] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:01.404] [ 2.579287] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:01.418] [ 2.585497] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:35:01.432] [ 2.593405] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:01.481] [ 2.655815] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:01.485] [ 2.663602] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:01.499] [ 2.668597] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:35:01.499] [ 2.674026] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:01.500] [ 2.674653] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:01.525] [ 2.685409] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:01.525] [ 2.691617] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:35:01.525] [ 2.699318] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:01.545] [ 2.723241] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:01.559] [ 2.730026] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:01.559] [ 2.734655] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:35:01.574] [ 2.740082] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:01.574] [ 2.740645] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:01.574] [ 2.751397] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:01.596] [ 2.757606] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:35:01.596] [ 2.765219] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:01.653] [ 2.831130] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:01.662] [ 2.837963] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:01.677] [ 2.842543] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:35:01.704] [ 2.847970] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:01.708] [ 2.857905] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:35:01.708] [ 2.867649] [INF][WDMA] tcc_wdma_init [2024-05-23 14:35:01.708] [ 2.872456] TCC WDMA Driver Initializing [2024-05-23 14:35:01.708] [ 2.879713] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:35:01.729] [ 2.885776] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:35:01.732] [ 2.896414] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:01.734] [ 2.909045] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:35:01.751] [ 2.918439] [CPU_ID] probe is done [2024-05-23 14:35:01.751] [ 2.922190] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:35:01.752] [ 2.928934] [DRAM_TOOL] probe is done [2024-05-23 14:35:01.768] [ 2.936362] MALI-G51 : r30p0-01eac0 [2024-05-23 14:35:01.768] [ 2.939892] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:35:01.772] [ 2.949800] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:01.783] [ 2.949804] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:01.798] [ 2.949809] 6 locks held by swapper/0/1: [2024-05-23 14:35:01.798] [ 2.949811] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:01.812] [ 2.949838] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:01.814] [ 2.949853] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:01.841] [ 2.949872] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:01.841] [ 2.949886] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:01.841] [ 2.949903] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:01.855] [ 2.949922] irq event stamp: 453838 [2024-05-23 14:35:01.868] [ 2.949927] hardirqs last enabled at = (453837): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:01.868] [ 2.949932] hardirqs last disabled at = (453838): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:01.871] [ 2.949940] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:01.895] [ 2.949944] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:01.895] [ 2.949946] Preemption disabled at: [2024-05-23 14:35:01.895] [ 2.949951] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:01.895] [ 2.949961] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:35:01.911] [ 2.949964] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:01.911] [ 2.949968] Call trace: [2024-05-23 14:35:01.911] [ 2.949974] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:01.914] [ 2.949979] show_stack+0x14/0x20 [2024-05-23 14:35:01.939] [ 2.949984] dump_stack+0xb8/0xf0 [2024-05-23 14:35:01.939] [ 2.949989] ___might_sleep+0x178/0x210 [2024-05-23 14:35:01.939] [ 2.949993] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:01.939] [ 2.949998] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:01.939] [ 2.950004] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:01.939] [ 2.950011] gic_set_type+0x84/0x98 [2024-05-23 14:35:01.939] [ 2.950015] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:01.954] [ 2.950020] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:01.964] [ 2.950025] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:01.964] [ 2.950031] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:35:01.964] [ 2.950037] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:35:01.996] [ 2.950041] kbase_device_init+0x78/0xf8 [2024-05-23 14:35:01.996] [ 2.950047] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:35:02.015] [ 2.950052] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:02.015] [ 2.950057] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:02.015] [ 2.950062] __driver_attach+0xfc/0x118 [2024-05-23 14:35:02.015] [ 2.950066] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:02.015] [ 2.950071] driver_attach+0x20/0x28 [2024-05-23 14:35:02.015] [ 2.950076] bus_add_driver+0x220/0x268 [2024-05-23 14:35:02.015] [ 2.950081] driver_register+0x60/0xf8 [2024-05-23 14:35:02.015] [ 2.950085] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:02.018] [ 2.950092] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:35:02.018] [ 2.950097] do_one_initcall+0x50/0x15c [2024-05-23 14:35:02.018] [ 2.950104] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:02.018] [ 2.950110] kernel_init+0x10/0x100 [2024-05-23 14:35:02.018] [ 2.950115] ret_from_fork+0x10/0x18 [2024-05-23 14:35:02.040] [ 2.951833] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:35:02.042] [ 3.206728] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:35:02.042] [ 3.213467] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:35:02.064] [ 3.227067] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:35:02.066] [ 3.234096] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:35:02.068] [ 3.246257] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:35:02.080] [ 3.252476] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:35:02.080] [ 3.256858] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:35:02.092] [ 3.264496] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:35:02.133] [ 3.311869] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:35:02.147] [ 3.321641] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:35:02.159] [ 3.329545] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:35:02.172] [ 3.340533] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:35:02.172] [ 3.345811] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:35:02.190] [ 3.356884] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:35:02.190] [ 3.365722] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:35:02.209] [ 3.384681] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:35:02.232] [ 3.400129] libphy: Fixed MDIO Bus: probed [2024-05-23 14:35:02.235] [ 3.405112] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:35:02.239] [ 3.418227] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:35:02.250] [ 3.419369] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:35:02.250] [ 3.420162] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:35:02.262] [ 3.423987] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:35:02.262] [ 3.424718] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:35:02.279] [ 3.425273] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:35:02.279] [ 3.426418] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:35:02.281] [ 3.436233] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:35:02.301] [ 3.436261] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:02.301] [ 3.436269] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:35:02.301] [ 3.436277] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:02.301] [ 3.436284] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:35:02.313] [ 3.436398] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:35:02.325] [ 3.498037] [INFO][GAMC] gmac index : 1 [2024-05-23 14:35:02.325] [ 3.502531] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:35:02.340] [ 3.507699] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:35:02.340] [ 3.513749] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:35:02.342] [ 3.518141] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:35:02.364] [ 3.526679] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:35:02.374] [ 3.540711] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:35:02.375] [ 3.546630] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:02.375] [ 3.546643] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:35:02.391] [ 3.546649] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:35:02.393] [ 3.546661] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:02.393] [ 3.546672] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:35:02.412] [ 3.575818] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:35:02.414] [ 3.592230] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:35:02.428] [ 3.598887] usbhid: USB HID core driver [2024-05-23 14:35:02.428] [ 3.603131] optee: probing for conduit = method from DT. [2024-05-23 14:35:02.449] [ 3.608399] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:35:02.451] [ 3.610276] optee: initialized driver [2024-05-23 14:35:02.451] [ 3.619868] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:35:02.451] [ 3.625589] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:35:02.454] [ 3.630758] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:35:02.475] [ 3.635925] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:35:02.475] [ 3.641700] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:35:02.475] [ 3.647475] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:35:02.478] [ 3.653337] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:35:02.498] [ 3.659806] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:35:02.498] [ 3.667370] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:35:02.498] [ 3.675318] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:35:02.510] [ 3.689207] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:35:02.521] [ 3.697935] NET: Registered protocol family = 17 [2024-05-23 14:35:02.534] [ 3.703051] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:35:02.548] [ 3.720853] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:35:02.712] [ 3.889911] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:02.717] [ 3.889956] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:35:02.730] [ 3.905943] ALSA device list: [2024-05-23 14:35:02.732] [ 3.908939] No soundcards found. [2024-05-23 14:35:02.753] [ 3.914792] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:02.760] [ 3.935765] Freeing unused kernel memory: = 4160K [2024-05-23 14:35:02.771] Mounting devtmpfs [2024-05-23 14:35:02.773] [ 3.950331] mount (90) used greatest stack = depth: 13008 bytes left [2024-05-23 14:35:02.788] Mounting procfs [2024-05-23 14:35:02.788] Mounting sysfs [2024-05-23 14:35:02.791] [ 3.969417] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:35:02.825] [ 3.998399] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:35:02.870] [ 4.047910] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:35:02.879] [ 4.056779] mount (97) used greatest stack = depth: 11168 bytes left [2024-05-23 14:35:03.144] [ 4.321071] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:35:03.241] [ 4.418463] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:35:03.268] [ 4.445735] systemd[1]: Detected = architecture arm64. [2024-05-23 14:35:03.311]=20 [2024-05-23 14:35:03.311] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:35:03.323]=20 [2024-05-23 14:35:03.327] [ 4.505281] systemd[1]: Set hostname to = . [2024-05-23 14:35:03.339] [ 4.516605] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:35:03.353] [ 4.525461] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:35:03.595] [ 4.769998] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:35:03.621] [ 4.787099] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:35:03.654] [ 4.831781] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:35:03.668] [ 4.843886] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:35:03.855] [ 5.032726] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:35:03.929] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:35:03.941] [ OK ] Reached target Remote File Systems. [2024-05-23 14:35:03.978] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:35:03.996] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:35:04.012] [ OK ] Listening on Journal Socket. [2024-05-23 14:35:04.039] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:35:04.067] Starting Apply Kernel Variables... [2024-05-23 14:35:04.116] Mounting Kernel Debug File System... [2024-05-23 14:35:04.166] Starting mount data partition = service... [2024-05-23 14:35:04.195] [ 5.362387] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:35:04.203] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:35:04.219] [ OK ] Reached target Paths. [2024-05-23 14:35:04.253] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:35:04.279] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:35:04.313] Mounting FUSE Cont[ 5.491056] = EXT4-fs (mmcblk0p18): mounted filesystem with ordered data mode. Opts: = (null) [2024-05-23 14:35:04.326] rol File System... [2024-05-23 14:35:04.340] [ OK ] Reached target Swap. [2024-05-23 14:35:04.380] Mounting Configuration File System... [2024-05-23 14:35:04.397] [ OK ] Listening on udev Control Socket. [2024-05-23 14:35:04.413] [ OK ] Created slice system-getty.slice. [2024-05-23 14:35:04.445] [ OK ] Created slice User and Session Slice. [2024-05-23 14:35:04.463] [ OK ] Reached target Slices. [2024-05-23 14:35:04.479] [ OK ] Listening on Syslog Socket. [2024-05-23 14:35:04.501] Starting Journal Service... [2024-05-23 14:35:04.529] Starting udev Coldplug all Devices... [2024-05-23 14:35:04.558] Mounting Huge Pages File System... [2024-05-23 14:35:04.593] Mounting POSIX Message Queue File = System... [2024-05-23 14:35:04.671] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:35:04.699] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:35:04.715] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:35:04.747] [ OK ] Started mount data partition service. [2024-05-23 14:35:04.770] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:35:04.796] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:35:04.810] [ OK ] Started Journal Service. [2024-05-23 14:35:04.847] [ OK ] Mounted Configuration File System. [2024-05-23 14:35:04.868] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:35:04.896] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:35:04.954] Starting NS file System mount and = recovery.... [2024-05-23 14:35:04.985] Starting udev Kernel Device = Manager... [2024-05-23 14:35:05.013] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:35:05.030] [ OK ] Reached target Containers. [2024-05-23 14:35:05.049] Mounting /tmp... [2024-05-23 14:35:05.091] Mounting /var/volatile... [2024-05-23 14:35:05.093] [ 6.270326] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:05.129] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:35:05.189] [ 6.367613] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:05.256] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:35:05.288] [ 6.465144] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:05.296] [ OK ] Mounted /tmp. [2024-05-23 14:35:05.378] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:35:05.397] [ OK ] Mounted /var/volatile. [2024-05-23 14:35:05.508] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:35:05.588] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:35:05.695] [ 6.873648] systemd-journald[128]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:35:05.714] Starting Bind mount volatile = /var/spool... [2024-05-23 14:35:05.747] Starting Bind mount volatile = /var/cache... [2024-05-23 14:35:05.782] Starting Bind mount volatile = /var/lib... [2024-05-23 14:35:05.807] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:35:05.914] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:35:06.027] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:35:06.056] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:35:06.092] Starting Load/Save Random Seed... [2024-05-23 14:35:06.117] [ OK ] Reached target Local File Systems. [2024-05-23 14:35:06.148] Starting netfilter persistent = configuration... [2024-05-23 14:35:06.180] Starting Create Volatile Files and = Directories... [2024-05-23 14:35:06.211] Starting AppArmor initialization... [2024-05-23 14:35:06.247] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:35:06.390] [ 7.565781] audit: type=3D1400 = audit(1550139121.240:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:35:06.408] [ 7.582575] audit: type=3D1400 = audit(1550139121.240:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:35:06.424] [ 7.599553] audit: type=3D1400 = audit(1550139121.240:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:35:06.439] [ 7.616305] audit: type=3D1400 = audit(1550139121.240:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:35:06.456] [ 7.632784] audit: type=3D1400 = audit(1550139121.240:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:35:06.494] [ 7.649644] audit: type=3D1400 = audit(1550139121.240:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:35:06.497] [ OK ] Started [ 7.667084] audit: = type=3D1400 audit(1550139121.240:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:35:06.514] netfilter persistent configuration. [2024-05-23 14:35:06.536] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:35:06.565] [ OK ] Started AppArmor initialization. [2024-05-23 14:35:06.603] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:35:06.618] [ OK ] Reached target Network (Pre). [2024-05-23 14:35:06.648] Starting Network Service... [2024-05-23 14:35:06.694] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:35:06.714] [ OK ] Reached target System Initialization. [2024-05-23 14:35:06.728] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:35:06.744] [ OK ] Reached target Timers. [2024-05-23 14:35:06.764] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:35:06.786] [ OK ] Reached target Sockets. [2024-05-23 14:35:06.802] [ OK ] Reached target Basic System. [2024-05-23 14:35:06.835] [ OK ] Started Kernel Logging Service. [2024-05-23 14:35:06.874] [ 8.051992] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:35:06.879] [ OK ] Started System Logging Service. [2024-05-23 14:35:06.918] [ 8.094831] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:35:06.922] [ 8.099442] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:35:06.938] [ 8.103982] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:35:06.938] Starting Login Service... [2024-05-23 14:35:06.967] [ OK ] Started NS VSync Process. [2024-05-23 14:35:06.990] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:35:07.045] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:35:07.085] [ 8.225743] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:35:07.093] Start /usr/bin/sys-fail-mon [2024-05-23 14:35:07.132] [ 8.304701] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:35:07.134] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:35:07.165] [ 8.331384] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:35:07.181] [ 8.331561] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:35:07.182] [ OK ] Started NS System Management Process. [2024-05-23 14:35:07.214] Starting NS Inter Domain Comm = Process... [2024-05-23 14:35:07.219] [ 8.331574] [INFO][GMAC]=20 [2024-05-23 14:35:07.219] [ 8.388491] libphy: tcc-gmac-mdio: probed [2024-05-23 14:35:07.233] [ 8.397425] [INFO][GMAC] registered! [2024-05-23 14:35:07.236] [ 8.401100] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:35:07.236] [ 8.405944] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:35:07.259] [ 8.432923] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:35:07.282] [ 8.439692] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:35:07.311] [ 8.443312] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:35:07.328] [ 8.443325] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:35:07.328] [ 8.445253] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:07.345] [ 8.448985] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:35:07.345] [ 8.449035] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:35:07.361] [ 8.453271] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:35:07.361] [ 8.453285] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:35:07.376] [ 8.457284] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:07.376] [ 8.503851] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:35:07.392] [ 8.503904] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:35:07.409] [ 8.503904] -- MASTER Configuration. [2024-05-23 14:35:07.411] [ 8.503904] -- Local Receiver Status Not = OK. [2024-05-23 14:35:07.411] [ 8.503904] -- Remote Receiver Status Not = OK. [2024-05-23 14:35:07.448] [ 8.503960] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:35:07.448] [ 8.503967] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:35:07.448] [ 8.506757] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:07.450] [ 8.506763] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:35:07.470] [ 8.506767] 5 locks held by = systemd-network/261: [2024-05-23 14:35:07.475] [ 8.506771] #0: (rtnl_mutex){+.+.}, at: = [<000000001b9caff5>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:35:07.475] [ 8.506797] #1: = (&desc->request_mutex){+.+.}, at: [<000000002da795ae>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:07.494] [ 8.506815] #2: = (&irq_desc_lock_class){-...}, at: [<000000005c8284d4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:07.514] [ 8.506830] #3: (rcu_read_lock){....}, = at: [<000000005568976d>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:07.518] [ 8.506846] #4: (&picinfo->lock){....}, = at: [<00000000ae1c3541>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:07.518] [ 8.506865] irq event stamp: 75656 [2024-05-23 14:35:07.518] [ 8.506870] hardirqs last enabled at = (75655): [<0000000013149018>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:07.536] [ 8.506876] hardirqs last disabled at = (75656): [<00000000e2975670>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:07.536] [ 8.506883] softirqs last enabled at (0): = [<00000000cb477523>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:07.551] [ 8.506886] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:07.551] [ 8.506889] Preemption disabled at: [2024-05-23 14:35:07.565] [ 8.506895] [<000000005c8284d4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:07.568] [ 8.506904] CPU: 0 PID: 261 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:35:07.591] [ 8.506907] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:07.596] [ 8.506910] Call trace: [2024-05-23 14:35:07.596] [ 8.506916] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:07.596] [ 8.506921] show_stack+0x14/0x20 [2024-05-23 14:35:07.596] [ 8.506926] dump_stack+0xb8/0xf0 [2024-05-23 14:35:07.596] [ 8.506932] ___might_sleep+0x178/0x210 [2024-05-23 14:35:07.596] [ 8.506936] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:07.597] [ 8.506940] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:07.619] [ 8.506946] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:07.631] [ 8.506953] gic_set_type+0x84/0x98 [2024-05-23 14:35:07.631] [ 8.506958] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:07.631] [ 8.506962] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:07.631] [ 8.506967] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:07.631] [ 8.506973] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:35:07.633] [ 8.506979] __dev_open+0x100/0x150 [2024-05-23 14:35:07.633] [ 8.506983] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:35:07.633] [ 8.506987] dev_change_flags+0x20/0x60 [2024-05-23 14:35:07.633] [ 8.506991] do_setlink+0x3ec/0xc30 [2024-05-23 14:35:07.658] [ 8.506995] rtnl_setlink+0xcc/0x128 [2024-05-23 14:35:07.658] [ 8.506999] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:35:07.658] [ 8.507004] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:35:07.658] [ 8.507008] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:35:07.658] [ 8.507012] netlink_unicast+0x180/0x1f8 [2024-05-23 14:35:07.658] [ 8.507015] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:35:07.660] [ 8.507022] sock_sendmsg+0x3c/0x58 [2024-05-23 14:35:07.685] [ 8.507027] SyS_sendto+0xd0/0x140 [2024-05-23 14:35:07.685] [ 8.507032] el0_svc_naked+0x34/0x38 [2024-05-23 14:35:07.685] [ 8.508078] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:35:07.685] [ 8.525945] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:35:07.685] [ 8.525955] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:35:07.715] [ 8.525963] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:35:07.715] [ 8.525963] =20 [2024-05-23 14:35:07.715] [ 8.526523] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:35:07.715] [ 8.526901] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:35:07.720] [ 8.526910] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:35:07.720] [ 8.526918] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:35:07.720] [ 8.526918] =20 [2024-05-23 14:35:07.743] [ 8.527053] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:35:07.755] [ 8.527071] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:35:07.755] [ 8.527078] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:35:07.755] [ 8.527086] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:35:07.755] [ 8.527096] [INFO][GMAC] --] phy_start: : [2024-05-23 14:35:07.755] [ 8.528098] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:35:07.761] [ 8.635287] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:07.761] [ 8.743259] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:07.761] [ 8.851338] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:07.788] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:35:07.804] [ 8.959299] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:07.804] Starting Load Kernel Modules... [2024-05-23 14:35:07.804] [ OK ] Started Network Service. [2024-05-23 14:35:07.833] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:35:07.855] [ 9.032569] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:35:07.863] [ 9.039940] Disabling lock debugging due to = kernel taint [2024-05-23 14:35:07.881] [ OK ] Started Cluster Framework. [2024-05-23 14:35:07.881] parents, child is 308 [2024-05-23 14:35:07.881] [ OK ] Started HUD Framework. [2024-05-23 14:35:07.883] [IDC]Start. [2024-05-23 14:35:07.907] [ OK ] Started NS ethernet [ 9.063490] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:35:07.924] phy control application. [2024-05-23 14:35:07.924] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:35:07.924] [IDC](A7)ConnectReq 0 [2024-05-23 14:35:07.924] [IDC](A7)do_c[ 9.075427] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:07.924] onnect 0 [2024-05-23 14:35:07.924] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:35:07.924] [IDC](A7)Tx start session req 1 [2024-05-23 14:35:07.952] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:35:07.952] [IDC](R5)ConnectReq 0 [2024-05-23 14:35:07.952] [IDC](R5)do_connect 0 [2024-05-23 14:35:07.952] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:35:07.952] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:35:07.968] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:35:07.968] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:35:07.968] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:35:07.968] [IDC](A7)Session connected. [2024-05-23 14:35:07.968] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:35:07.968] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:35:07.968] [IDC](R5)Session connected.2 [2024-05-23 14:35:07.968] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:35:07.968] [ OK ] Started Nvm Process. [2024-05-23 14:35:08.029] [ OK ] Started NS hsm control application. [2024-05-23 14:35:08.033] [ OK ] Started 9.195235] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:35:08.033] 39mDiagnosis Framework. [2024-05-23 14:35:08.035] [ OK ] Started NS Software Update. [2024-05-23 14:35:08.093] [ OK ] Started NS Secondary Verify. [2024-05-23 14:35:08.117] [ OK ] Started Diagnosis Transport. [2024-05-23 14:35:08.133] Starting Wait for Network to be [ = 9.310208] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:35:08.140] Configured... [2024-05-23 14:35:08.142] [ OK ] Reached target Network. [2024-05-23 14:35:08.166] [ 9.331003] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:35:08.219] Starting udev Coldplug all Devices... [2024-05-23 14:35:08.227] Starting Permit[ 9.396694] VPU = vpu_vdec Driver(id:0) Initialized. [2024-05-23 14:35:08.241] User Sessions... [2024-05-23 14:35:08.241] [ OK ] [ 9.404812] VPU vpu_vdec_ext = Driver(id:1) Initialized. [2024-05-23 14:35:08.255] [ 9.414919] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:35:08.258] Started Login Service 9.427216] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:35:08.258] m. [2024-05-23 14:35:08.258] [ 9.427328] Done!! [2024-05-23 14:35:08.301] [ 9.447649] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:35:08.303] [ OK ] Started Permit User Sessions. [2024-05-23 14:35:08.325] [ OK ] Started Getty on tty1. [2024-05-23 14:35:08.352] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:35:08.362] [ OK ] Reached target Login Prompts. [2024-05-23 14:35:08.376] [ OK ] Reached target Mul[ 9.543239] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:35:08.389] ti-User System. [2024-05-23 14:35:08.389] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:35:08.416] [ 9.564812] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:35:08.420] [ 9.566920] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:08.420] [ 9.566925] in_atomic(): 1, = irqs_disabled(): 128, pid: 303, name: systemd-modules [2024-05-23 14:35:08.420] [ 9.566929] INFO: lockdep is turned off. [2024-05-23 14:35:08.434] [ 9.566932] irq event stamp: 24505 [2024-05-23 14:35:08.437] [ 9.566967] hardirqs last enabled at = (24505): [<0000000013149018>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:08.437] [ 9.566971] hardirqs last disabled at = (24504): [<00000000e2975670>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:08.462] [ 9.566986] softirqs last enabled at (0): = [<00000000cb477523>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:08.462] [ 9.566989] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:08.462] [ 9.566991] Preemption disabled at: [2024-05-23 14:35:08.468] [ 9.567005] [<000000005c8284d4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:08.492] [ 9.567019] CPU: 2 PID: 303 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:35:08.506] [ 9.567021] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:08.506] [ 9.567026] Call trace: [2024-05-23 14:35:08.506] [ 9.567035] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:08.506] [ 9.567038] show_stack+0x14/0x20 [2024-05-23 14:35:08.508] [ 9.567044] dump_stack+0xb8/0xf0 [2024-05-23 14:35:08.508] [ 9.567051] ___might_sleep+0x178/0x210 [2024-05-23 14:35:08.508] [ 9.567054] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:08.530] [ 9.567064] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:08.532] [ 9.567070] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:08.532] [ 9.567081] gic_set_type+0x84/0x98 [2024-05-23 14:35:08.532] [ 9.567085] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:08.532] [ 9.567089] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:08.532] [ 9.567092] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:08.559] [ 9.567157] jmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:35:08.572] [ 9.567173] jmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:35:08.572] [ 9.567183] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:08.572] [ 9.567192] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:08.575] [ 9.567195] __driver_attach+0xfc/0x118 [2024-05-23 14:35:08.599] [ 9.567199] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:08.599] [ 9.567203] driver_attach+0x20/0x28 [2024-05-23 14:35:08.622] [ 9.567208] bus_add_driver+0x220/0x268 [2024-05-23 14:35:08.622] [ 9.567212] driver_register+0x60/0xf8 [2024-05-23 14:35:08.622] [ 9.567216] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:08.622] [ 9.567229] jmgr_init+0x28/0xfe4 [jpu_dev] [2024-05-23 14:35:08.627] [ 9.567236] do_one_initcall+0x50/0x15c [2024-05-23 14:35:08.647] [ 9.567243] do_init_module+0x54/0x1b0 [2024-05-23 14:35:08.666] [ 9.567246] load_module+0x1e70/0x2428 [2024-05-23 14:35:08.666] [ 9.567251] SyS_finit_module+0xe4/0x118 [2024-05-23 14:35:08.667] [ 9.567254] el0_svc_naked+0x34/0x38 [2024-05-23 14:35:08.694] [ 9.577561] Done!! [2024-05-23 14:35:08.694] [ 9.655232] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:08.694] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:35:08.783] [ 9.886815] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:35:08.793] [ 9.960945] Done!! [2024-05-23 14:35:08.874] [ OK ] Started Load Kernel Modules. [2024-05-23 14:35:08.915] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:35:09.045] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:35:09.138] [ 10.315055] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:35:09.147] [ 10.315062] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:35:10.113] [ 11.290240] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:35:10.124] [ 11.298862] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:35:10.595] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:35:14.779]=20 [2024-05-23 14:35:14.779] telechips-nsp1-release login:=20 [2024-05-23 14:35:18.194]=20 [2024-05-23 14:35:18.194] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:35:18.228]=20 [2024-05-23 14:35:18.228] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:35:18.228] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:35:18.228] DRAM: 2 GiB [2024-05-23 14:35:18.253] MMC: sdhc@0x16440000: 0 [2024-05-23 14:35:18.507]=20 [2024-05-23 14:35:18.510] HW Partition tyep is UserData [2024-05-23 14:35:18.524] In: serial [2024-05-23 14:35:18.526] Out: serial [2024-05-23 14:35:18.526] Err: serial [2024-05-23 14:35:18.586] Boot in the UserData environment(0) [2024-05-23 14:35:18.589] Non-secure boot (secure boot flag is clear) [2024-05-23 14:35:18.600] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:35:18.601] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:35:18.601] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:35:18.626] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:35:18.626] Booting using the fdt blob at 0x23000000 [2024-05-23 14:35:18.626] Loading Kernel Image [2024-05-23 14:35:18.626] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:35:18.643] OPTEE is enabled [2024-05-23 14:35:18.643]=20 [2024-05-23 14:35:18.643] Starting kernel ... [2024-05-23 14:35:18.643]=20 [2024-05-23 14:35:19.569] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:35:19.574] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:35:19.593] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:35:19.594] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:35:19.619] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:35:19.619] [ 0.000000] efi: UEFI not found. [2024-05-23 14:35:19.619] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:35:19.619] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:35:19.638] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:35:19.647] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:35:19.647] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:35:19.661] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:35:19.665] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:35:19.665] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:35:19.691] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:35:19.691] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:35:19.691] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:35:19.705] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:35:19.723] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:35:19.725] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:35:19.725] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:35:19.750] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:35:19.752] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:35:19.752] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:35:19.752] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:35:19.775] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:35:19.775] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:35:19.775] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:35:19.789] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:35:19.789] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:35:19.801] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:35:19.801] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:35:19.812] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:35:19.815] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:35:19.815] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:35:19.839] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:35:19.839] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:35:19.839] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:35:19.842] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:35:19.862] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:35:19.862] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:35:19.862] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:35:19.886] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:35:19.886] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:35:19.899] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:35:19.910] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:35:19.910] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:35:19.925] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:35:19.943] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:35:19.953] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:35:19.953] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:35:19.955] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:35:19.955] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:35:19.975] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:35:19.975] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:35:19.977] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:35:19.998] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:35:19.998] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:35:20.009] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:35:20.019] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:35:20.020] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:35:20.040] [ 0.000000] Running RCU self tests [2024-05-23 14:35:20.042] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:35:20.042] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:35:20.042] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:35:20.042] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:35:20.066] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:35:20.066] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:35:20.066] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:35:20.066] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:35:20.066] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:35:20.080] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:35:20.080] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:35:20.096] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:35:20.097] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:35:20.119] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:35:20.119] [ 0.001456] Console: colour dummy device = 80x25 [2024-05-23 14:35:20.119] [ 0.001696] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:35:20.124] [ 0.001699] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:35:20.143] [ 0.001702] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:35:20.154] [ 0.001704] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:35:20.154] [ 0.001707] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:35:20.154] [ 0.001710] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:35:20.154] [ 0.001712] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:35:20.156] [ 0.001715] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:35:20.156] [ 0.001718] memory used by lock dependency = info: 7903 kB [2024-05-23 14:35:20.174] [ 0.001720] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:35:20.176] [ 0.001760] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:35:20.176] [ 0.001768] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:35:20.196] [ 0.002263] Security Framework initialized [2024-05-23 14:35:20.198] [ 0.002386] AppArmor: AppArmor initialized [2024-05-23 14:35:20.198] [ 0.002631] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:35:20.198] [ 0.002652] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:35:20.218] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:35:20.220] [ 0.035859] Hierarchical SRCU = implementation. [2024-05-23 14:35:20.220] [ 0.062284] EFI services will not be = available. [2024-05-23 14:35:20.220] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:35:20.220] [ 0.120751] Detected VIPT I-cache on CPU1 [2024-05-23 14:35:20.239] [ 0.120829] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:35:20.239] [ 0.164995] Detected VIPT I-cache on CPU2 [2024-05-23 14:35:20.239] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:35:20.239] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:35:20.242] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:35:20.259] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:35:20.259] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:35:20.259] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:35:20.261] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:35:20.281] [ 0.209964] alternatives: patching kernel = code [2024-05-23 14:35:20.281] [ 0.210517] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:35:20.281] [ 0.213121] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:35:20.281] [ 0.213733] devtmpfs: initialized [2024-05-23 14:35:20.281] [ 0.403562] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:35:20.294] [ 0.403829] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:35:20.306] [ 0.412628] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:35:20.308] [ 0.413548] chipinfo: TCC8030 Rev02 [2024-05-23 14:35:20.308] [ 0.413564] chipinfo: SiP Service v0.1.56 [2024-05-23 14:35:20.330] [ 0.418956] NET: Registered protocol family = 16 [2024-05-23 14:35:20.330] [ 0.422959] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:35:20.330] [ 0.424908] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:35:20.330] [ 0.426637] cpuidle: using governor menu [2024-05-23 14:35:20.344] [ 0.426874] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:35:20.366] [ 0.440953] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:35:20.366] [ 0.441441] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:35:20.381] [ 0.441487] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:35:20.381] [ 0.441531] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:35:20.381] [ 0.441575] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:35:20.381] [ 0.441618] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:35:20.381] [ 0.441662] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:35:20.393] [ 0.441705] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:35:20.393] [ 0.441749] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:35:20.393] [ 0.441792] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:35:20.405] [ 0.441835] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:35:20.405] [ 0.441974] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:35:20.425] [ 0.442020] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:35:20.425] [ 0.442064] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:35:20.425] [ 0.442107] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:35:20.427] [ 0.442151] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:35:20.427] [ 0.442209] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:35:20.427] [ 0.442253] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:35:20.427] [ 0.442296] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:35:20.446] [ 0.442672] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:35:20.457] [ 0.442715] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:35:20.457] [ 0.442759] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:35:20.457] [ 0.442802] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:35:20.468] [ 0.442845] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:35:20.468] [ 0.442889] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:35:20.473] [ 0.442932] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:35:20.473] [ 0.442975] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:35:20.473] [ 0.443019] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:35:20.493] [ 0.443062] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:35:20.495] [ 0.443105] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:35:20.495] [ 0.443148] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:35:20.495] [ 0.443385] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:35:20.515] [ 0.443443] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:35:20.526] [ 0.443486] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:35:20.526] [ 0.443530] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:35:20.527] [ 0.443573] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:35:20.527] [ 0.443616] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:35:20.530] [ 0.443660] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:35:20.530] [ 0.443850] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:35:20.550] [ 0.443894] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:35:20.561] [ 0.443937] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:35:20.562] [ 0.443980] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:35:20.562] [ 0.444023] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:35:20.565] [ 0.444066] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:35:20.565] [ 0.444109] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:35:20.565] [ 0.444152] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:35:20.585] [ 0.444195] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:35:20.585] [ 0.444238] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:35:20.585] [ 0.444294] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:35:20.585] [ 0.444337] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:35:20.590] [ 0.444380] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:35:20.609] [ 0.444423] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:35:20.609] [ 0.444953] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:35:20.609] [ 0.444998] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:35:20.609] [ 0.445168] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:35:20.621] [ 0.445338] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:35:20.633] [ 0.445520] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:35:20.633] [ 0.445687] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:35:20.642] [ 0.445852] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:35:20.642] [ 0.445897] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:35:20.645] [ 0.446036] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:35:20.645] [ 0.446241] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:35:20.669] [ 0.446431] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:35:20.669] [ 0.446608] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:35:20.669] [ 0.446652] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:35:20.669] [ 0.446696] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:35:20.672] [ 0.446740] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:35:20.692] [ 0.446783] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:35:20.692] [ 0.446960] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:35:20.692] [ 0.447004] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:35:20.692] [ 0.447207] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:35:20.716] [ 0.447221] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:35:20.717] [ 0.529814] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:20.717] [ 0.529904] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:20.717] [ 1.676704] console [ttyAMA0] enabled [2024-05-23 14:35:20.739] [ 1.684372] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:20.761] [ 1.713199] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:35:20.763] [ 1.723575] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:35:20.775] [ 1.734088] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:35:20.788] [ 1.744413] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:35:20.882] [ 1.844198] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:35:20.899] [ 1.860723] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:35:20.911] [ 1.867616] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:35:20.922] [ 1.874409] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:35:20.940] [ 1.880779] Linux video capture interface: = v2.00 [2024-05-23 14:35:20.942] [ 1.886606] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:20.942] [ 1.886610] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:20.961] [ 1.886615] 6 locks held by swapper/0/1: [2024-05-23 14:35:20.961] [ 1.886618] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:20.961] [ 1.886644] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:20.973] [ 1.886659] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:20.985] [ 1.886677] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:20.987] [ 1.886692] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:21.007] [ 1.886708] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:21.007] [ 1.886726] irq event stamp: 288114 [2024-05-23 14:35:21.007] [ 1.886732] hardirqs last enabled at = (288113): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:21.020] [ 1.886737] hardirqs last disabled at = (288114): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:21.034] [ 1.886744] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:21.034] [ 1.886748] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:21.047] [ 1.886750] Preemption disabled at: [2024-05-23 14:35:21.047] [ 1.886755] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:21.059] [ 1.886765] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:35:21.061] [ 1.886768] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:21.083] [ 1.886772] Call trace: [2024-05-23 14:35:21.083] [ 1.886778] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:21.083] [ 1.886783] show_stack+0x14/0x20 [2024-05-23 14:35:21.083] [ 1.886788] dump_stack+0xb8/0xf0 [2024-05-23 14:35:21.083] [ 1.886794] ___might_sleep+0x178/0x210 [2024-05-23 14:35:21.083] [ 1.886797] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:21.095] [ 1.886802] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:21.097] [ 1.886808] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:21.097] [ 1.886815] gic_set_type+0x84/0x98 [2024-05-23 14:35:21.097] [ 1.886820] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:21.118] [ 1.886825] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:21.123] [ 1.886830] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:21.123] [ 1.886835] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:35:21.123] [ 1.886842] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:35:21.123] [ 1.886846] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:21.123] [ 1.886851] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:21.141] [ 1.886856] __driver_attach+0xfc/0x118 [2024-05-23 14:35:21.152] [ 1.886861] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:21.152] [ 1.886866] driver_attach+0x20/0x28 [2024-05-23 14:35:21.152] [ 1.886870] bus_add_driver+0x220/0x268 [2024-05-23 14:35:21.152] [ 1.886875] driver_register+0x60/0xf8 [2024-05-23 14:35:21.154] [ 1.886879] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:21.154] [ 1.886886] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:35:21.154] [ 1.886891] do_one_initcall+0x50/0x15c [2024-05-23 14:35:21.170] [ 1.886898] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:21.170] [ 1.886904] kernel_init+0x10/0x100 [2024-05-23 14:35:21.170] [ 1.886908] ret_from_fork+0x10/0x18 [2024-05-23 14:35:21.170] [ 1.892742] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:35:21.194] [ 2.140200] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:35:21.196] [ 2.153808] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:35:21.219] [ 2.160849] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:35:21.225] [ 2.165451] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:35:21.225] [ 2.170254] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:35:21.225] [ 2.175103] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:35:21.225] [ 2.179658] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:35:21.273] [ 2.233630] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:35:21.295] [ 2.246131] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:21.312] [ 2.264377] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:21.328] [ 2.279772] NET: Registered protocol family = 2 [2024-05-23 14:35:21.330] [ 2.287278] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:35:21.343] [ 2.294897] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:35:21.365] [ 2.306079] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:35:21.367] [ 2.313446] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:35:21.367] [ 2.320374] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:35:21.379] [ 2.328722] NET: Registered protocol family = 1 [2024-05-23 14:35:21.476] [ 2.437166] audit: initializing netlink = subsys (disabled) [2024-05-23 14:35:21.483] [ 2.443439] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:35:21.497] [ 2.444090] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:35:21.566] [ 2.526344] fuse init (API version 7.26) [2024-05-23 14:35:21.599] [ 2.544747] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:35:21.601] [ 2.554316] io scheduler noop registered = (default) [2024-05-23 14:35:21.601] [ 2.559157] io scheduler mq-deadline = registered [2024-05-23 14:35:21.615] [ 2.563720] io scheduler kyber registered [2024-05-23 14:35:21.615] [ 2.574325] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:21.629] [ 2.581442] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:21.629] [ 2.587654] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:35:21.663] [ 2.595263] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:21.696] [ 2.657705] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:21.707] [ 2.665406] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:21.721] [ 2.670392] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:35:21.721] [ 2.675821] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:21.721] [ 2.676528] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:21.740] [ 2.687281] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:21.740] [ 2.693490] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:35:21.740] [ 2.701047] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:21.769] [ 2.725034] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:21.770] [ 2.731821] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:21.785] [ 2.736545] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:35:21.786] [ 2.741971] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:21.786] [ 2.742533] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:21.801] [ 2.753286] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:21.801] [ 2.759494] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:35:21.816] [ 2.767108] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:21.871] [ 2.833180] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:21.879] [ 2.840078] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:21.894] [ 2.844698] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:35:21.898] [ 2.850125] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:21.912] [ 2.859793] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:35:21.912] [ 2.869438] [INF][WDMA] tcc_wdma_init [2024-05-23 14:35:21.913] [ 2.874248] TCC WDMA Driver Initializing [2024-05-23 14:35:21.933] [ 2.881221] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:35:21.933] [ 2.887328] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:35:21.959] [ 2.897850] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:21.959] [ 2.910485] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:35:21.959] [ 2.919871] [CPU_ID] probe is done [2024-05-23 14:35:21.988] [ 2.923631] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:35:21.988] [ 2.930342] [DRAM_TOOL] probe is done [2024-05-23 14:35:21.988] [ 2.937781] MALI-G51 : r30p0-01eac0 [2024-05-23 14:35:21.988] [ 2.941311] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:35:22.004] [ 2.951278] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:22.007] [ 2.951283] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:22.009] [ 2.951288] 6 locks held by swapper/0/1: [2024-05-23 14:35:22.039] [ 2.951291] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:22.039] [ 2.951320] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:22.039] [ 2.951335] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:22.041] [ 2.951354] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:22.077] [ 2.951369] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:22.077] [ 2.951385] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:22.077] [ 2.951404] irq event stamp: 453834 [2024-05-23 14:35:22.077] [ 2.951410] hardirqs last enabled at = (453833): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:22.077] [ 2.951415] hardirqs last disabled at = (453834): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:22.087] [ 2.951422] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:22.099] [ 2.951426] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:22.110] [ 2.951428] Preemption disabled at: [2024-05-23 14:35:22.114] [ 2.951434] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:22.114] [ 2.951443] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:35:22.140] [ 2.951446] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:22.140] [ 2.951450] Call trace: [2024-05-23 14:35:22.140] [ 2.951456] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:22.140] [ 2.951461] show_stack+0x14/0x20 [2024-05-23 14:35:22.140] [ 2.951467] dump_stack+0xb8/0xf0 [2024-05-23 14:35:22.140] [ 2.951472] ___might_sleep+0x178/0x210 [2024-05-23 14:35:22.142] [ 2.951476] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:22.161] [ 2.951480] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:22.161] [ 2.951486] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:22.161] [ 2.951494] gic_set_type+0x84/0x98 [2024-05-23 14:35:22.161] [ 2.951499] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:22.161] [ 2.951503] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:22.175] [ 2.951508] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:22.175] [ 2.951514] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:35:22.175] [ 2.951520] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:35:22.187] [ 2.951524] kbase_device_init+0x78/0xf8 [2024-05-23 14:35:22.189] [ 2.951531] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:35:22.189] [ 2.951535] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:22.216] [ 2.951540] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:22.216] [ 2.951545] __driver_attach+0xfc/0x118 [2024-05-23 14:35:22.216] [ 2.951550] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:22.216] [ 2.951555] driver_attach+0x20/0x28 [2024-05-23 14:35:22.216] [ 2.951559] bus_add_driver+0x220/0x268 [2024-05-23 14:35:22.224] [ 2.951564] driver_register+0x60/0xf8 [2024-05-23 14:35:22.224] [ 2.951568] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:22.226] [ 2.951576] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:35:22.226] [ 2.951580] do_one_initcall+0x50/0x15c [2024-05-23 14:35:22.245] [ 2.951588] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:22.249] [ 2.951594] kernel_init+0x10/0x100 [2024-05-23 14:35:22.249] [ 2.951598] ret_from_fork+0x10/0x18 [2024-05-23 14:35:22.249] [ 2.953562] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:35:22.249] [ 3.208559] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:35:22.268] [ 3.215298] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:35:22.278] [ 3.229779] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:35:22.279] [ 3.236954] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:35:22.304] [ 3.249227] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:35:22.306] [ 3.255444] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:35:22.306] [ 3.259859] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:35:22.309] [ 3.267388] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:35:22.355] [ 3.316896] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:35:22.365] [ 3.327710] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:35:22.377] [ 3.335588] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:35:22.400] [ 3.347011] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:35:22.400] [ 3.352301] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:35:22.412] [ 3.363374] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:35:22.428] [ 3.372340] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:35:22.446] [ 3.391103] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:35:22.449] [ 3.406527] libphy: Fixed MDIO Bus: probed [2024-05-23 14:35:22.478] [ 3.411504] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:35:22.478] [ 3.423972] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:35:22.478] [ 3.424760] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:35:22.480] [ 3.424813] [INFO][GAMC] gmac index : 1 [2024-05-23 14:35:22.480] [ 3.425403] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:35:22.495] [ 3.425410] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:35:22.497] [ 3.426310] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:35:22.497] [ 3.426323] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:35:22.497] [ 3.430438] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:35:22.518] [ 3.439007] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:35:22.518] [ 3.440099] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:22.518] [ 3.440112] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:35:22.518] [ 3.440119] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:35:22.528] [ 3.440131] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:22.528] [ 3.440142] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:35:22.545] [ 3.441864] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:35:22.548] [ 3.451020] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:35:22.548] [ 3.451030] usbhid: USB HID core driver [2024-05-23 14:35:22.567] [ 3.451402] optee: probing for conduit = method from DT. [2024-05-23 14:35:22.567] [ 3.451428] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:35:22.567] [ 3.453359] optee: initialized driver [2024-05-23 14:35:22.567] [ 3.454965] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:35:22.578] [ 3.454979] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:35:22.592] [ 3.454987] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:35:22.592] [ 3.454994] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:35:22.594] [ 3.455002] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:35:22.594] [ 3.455009] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:35:22.612] [ 3.455017] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:35:22.614] [ 3.455024] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:35:22.614] [ 3.456768] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:35:22.633] [ 3.456776] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:35:22.633] [ 3.463250] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:35:22.633] [ 3.477990] NET: Registered protocol family = 17 [2024-05-23 14:35:22.633] [ 3.478434] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:35:22.647] [ 3.483325] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:35:22.658] [ 3.614724] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:35:22.669] [ 3.626759] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:35:22.683] [ 3.632305] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:35:22.683] [ 3.638996] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:35:22.712] [ 3.646319] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:35:22.712] [ 3.647635] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:22.712] [ 3.647681] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:35:22.716] [ 3.649799] ALSA device list: [2024-05-23 14:35:22.716] [ 3.649807] No soundcards found. [2024-05-23 14:35:22.731] [ 3.676902] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:22.733] [ 3.686264] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:35:22.733] [ 3.693778] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:22.745] [ 3.697384] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:35:22.748] Mounting devtmpfs[ 3.698939] Freeing unused = kernel memory: 4160K [2024-05-23 14:35:22.766]=20 [2024-05-23 14:35:22.766] [ 3.709824] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:22.775] [ 3.713593] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:35:22.775] [ 3.718903] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:35:22.777] [ 3.720082] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:35:22.797] Mounting procfs [2024-05-23 14:35:22.797] Mounting sysfs [2024-05-23 14:35:22.797] [ 3.753253] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:35:22.824] [ 3.781381] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:35:22.860] [ 3.822271] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:35:22.873] [ 3.831064] mount (98) used greatest stack = depth: 11520 bytes left [2024-05-23 14:35:22.897] [ 3.848708] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:35:23.137] [ 4.098664] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:35:23.236] [ 4.196071] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:35:23.262] [ 4.223972] systemd[1]: Detected = architecture arm64. [2024-05-23 14:35:23.306]=20 [2024-05-23 14:35:23.306] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:35:23.319]=20 [2024-05-23 14:35:23.330] [ 4.285988] systemd[1]: Set hostname to = . [2024-05-23 14:35:23.346] [ 4.297295] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:35:23.347] [ 4.306659] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:35:23.597] [ 4.557614] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:35:23.623] [ 4.574718] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:35:23.664] [ 4.617677] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:35:23.669] [ 4.629798] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:35:23.857] [ 4.817413] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:35:23.929] [ OK ] Listening on Syslog Socket. [2024-05-23 14:35:23.943] [ OK ] Reached target Paths. [2024-05-23 14:35:23.961] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:35:23.983] [ OK ] Listening on udev Control Socket. [2024-05-23 14:35:23.996] [ OK ] Reached target Swap. [2024-05-23 14:35:24.015] [ OK ] Created slice User and Session Slice. [2024-05-23 14:35:24.032] [ OK ] Reached target Slices. [2024-05-23 14:35:24.048] [ OK ] Reached target Remote File Systems. [2024-05-23 14:35:24.065] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:35:24.082] [ OK ] Created slice system-getty.slice. [2024-05-23 14:35:24.098] [ OK ] Listening on Journal Socket. [2024-05-23 14:35:24.135] Starting mount data partition = service... [2024-05-23 14:35:24.164] Mounting POSIX Message Queue File = System... [2024-05-23 14:35:24.200] Mounting Kernel Debug File System... [2024-05-23 14:35:24.238] Starting Apply Kernel Variables... [2024-05-23 14:35:24.277] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:35:24.316] Mounting Huge Page[ 5.274682] = EXT4-fs (mmcblk0p18): mounted filesystem with ordered data mode. Opts: = (null) [2024-05-23 14:35:24.327] s File System... [2024-05-23 14:35:24.340] [ 5.289658] mount (118) used greatest stack = depth: 11184 bytes left [2024-05-23 14:35:24.366] [ 5.318092] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:35:24.370] Starting udev Coldplug all Devices... [2024-05-23 14:35:24.386] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:35:24.416] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:35:24.450] Starting Journal Service... [2024-05-23 14:35:24.469] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:35:24.487] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:35:24.524] Mounting FUSE Control File System... [2024-05-23 14:35:24.551] Mounting Configuration File System... [2024-05-23 14:35:24.646] [ OK ] Started mount data partition service. [2024-05-23 14:35:24.666] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:35:24.683] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:35:24.701] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:35:24.733] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:35:24.750] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:35:24.766] [ OK ] Started Journal Service. [2024-05-23 14:35:24.806] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:35:24.834] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:35:24.853] [ OK ] Mounted Configuration File System. [2024-05-23 14:35:24.911] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:35:24.951] Starting udev Kernel Device = Manager... [2024-05-23 14:35:24.967] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:35:24.990] Mounting /tmp... [2024-05-23 14:35:25.024] Mounting /var/volatile... [2024-05-23 14:35:25.036] [ OK ] Reached target Containers. [2024-05-23 14:35:25.068] Starting NS file System mount and = recovery.... [2024-05-23 14:35:25.100] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:35:25.143] [ OK ] Mounted /tmp. [2024-05-23 14:35:25.166] [ OK ] Mounted /var/volatile. [2024-05-23 14:35:25.200] [ 6.161690] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:25.250] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:35:25.287] [ 6.248994] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:25.381] [ 6.341550] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:25.480] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:35:25.505] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:35:25.684] [ 6.644461] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:35:25.707] Starting Bind mount volatile = /var/spool... [2024-05-23 14:35:25.735] Starting Bind mount volatile = /var/cache... [2024-05-23 14:35:25.770] Starting Bind mount volatile = /var/lib... [2024-05-23 14:35:25.801] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:35:25.991] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:35:26.019] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:35:26.052] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:35:26.085] Starting Load/Save Random Seed... [2024-05-23 14:35:26.100] [ OK ] Reached target Local File Systems. [2024-05-23 14:35:26.134] Starting AppArmor initialization... [2024-05-23 14:35:26.162] Starting Create Volatile Files and = Directories... [2024-05-23 14:35:26.195] Starting netfilter persistent = configuration... [2024-05-23 14:35:26.238] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:35:26.320] [ 7.281054] audit: type=3D1400 = audit(1550139121.176:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:35:26.358] [ 7.298210] audit: type=3D1400 = audit(1550139121.180:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:35:26.360] [ 7.315051] audit: type=3D1400 = audit(1550139121.180:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:35:26.377] [ 7.333100] audit: type=3D1400 = audit(1550139121.180:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:35:26.392] [ 7.349363] audit: type=3D1400 = audit(1550139121.180:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:35:26.407] [ 7.365406] audit: type=3D1400 = audit(1550139121.180:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:35:26.422] [ 7.381222] audit: type=3D1400 = audit(1550139121.180:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:35:26.438] [ OK ] Started AppArmor initialization. [2024-05-23 14:35:26.467] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:35:26.492] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:35:26.518] [ OK ] Reached target Network (Pre). [2024-05-23 14:35:26.552] Starting Network Service... [2024-05-23 14:35:26.569] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:35:26.620] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:35:26.652] [ OK ] Reached target System Initialization. [2024-05-23 14:35:26.669] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:35:26.676] [ OK ] Reached target Timers. [2024-05-23 14:35:26.701] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:35:26.712] [ OK ] Reached target Sockets. [2024-05-23 14:35:26.729] [ OK ] Reached target Basic System. [2024-05-23 14:35:26.768] [ 7.717965] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:35:26.772] [ OK ] Started System Logging Service. [2024-05-23 14:35:26.785] [ 7.745852] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:35:26.790] [ 7.750469] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:35:26.804] [ 7.754988] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:35:26.806] [ OK ] Started NS VSync Process. [2024-05-23 14:35:26.865] [ OK ] Started Kernel Logging Service. [2024-05-23 14:35:26.885] [ 7.838808] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:35:26.955] [ 7.910562] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:35:26.971] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:35:27.007] Starting Load Kernel Modules... [2024-05-23 14:35:27.023] [ 7.984355] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:35:27.044] [ 7.988784] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:35:27.044] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:35:27.090] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:35:27.092] [ 7.988804] [INFO][GMAC]=20 [2024-05-23 14:35:27.092] [ 8.047586] libphy: tcc-gmac-mdio: probed [2024-05-23 14:35:27.106] [ 8.049363] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:35:27.119] [ 8.049374] Disabling lock debugging due to = kernel taint [2024-05-23 14:35:27.121] [ 8.068479] [INFO][GMAC] registered! [2024-05-23 14:35:27.121] [ 8.072061] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:35:27.121] [ 8.076857] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:35:27.156] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:35:27.164] [ OK ] Started NS System Management Process. [2024-05-23 14:35:27.187] Starting NS Inter Domain Comm = Process... [2024-05-23 14:35:27.187] [ 8.142316] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:35:27.216] Start /usr/bin/sys-fail-mon [2024-05-23 14:35:27.221] [ 8.158760] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:35:27.221] [ 8.167018] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:35:27.221] [ 8.167018] -- MASTER Configuration. [2024-05-23 14:35:27.222] [ 8.167018] -- Local Receiver Status Not = OK. [2024-05-23 14:35:27.248] [ 8.167018] -- Remote Receiver Status Not = OK. [2024-05-23 14:35:27.248] [ 8.167201] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:27.248] [ 8.167204] in_atomic(): 1, = irqs_disabled(): 128, pid: 278, name: systemd-modules [2024-05-23 14:35:27.248] [ 8.167207] INFO: lockdep is turned off. [2024-05-23 14:35:27.262] [ 8.167209] irq event stamp: 24795 [2024-05-23 14:35:27.276] [ 8.167226] hardirqs last enabled at = (24795): [<000000001058428f>] vprintk_emit+0x270/0x278 [2024-05-23 14:35:27.276] [ 8.167231] hardirqs last disabled at = (24794): [<000000000b1cbab9>] vprintk_emit+0x12c/0x278 [2024-05-23 14:35:27.278] [ 8.167239] softirqs last enabled at (0): = [<000000003b877b9d>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:27.302] [ 8.167241] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:27.302] [ 8.167243] Preemption disabled at: [2024-05-23 14:35:27.302] [ 8.167249] [<000000006fc132aa>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:27.302] [ 8.167256] CPU: 3 PID: 278 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:35:27.316] [ 8.167258] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:27.318] [ 8.167261] Call trace: [2024-05-23 14:35:27.318] [ 8.167267] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:27.341] [ 8.167271] show_stack+0x14/0x20 [2024-05-23 14:35:27.351] [ 8.167278] dump_stack+0xb8/0xf0 [2024-05-23 14:35:27.351] [ 8.167282] ___might_sleep+0x178/0x210 [2024-05-23 14:35:27.351] [ 8.167286] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:27.351] [ 8.167292] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:27.351] [ 8.167297] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:27.351] [ 8.167304] gic_set_type+0x84/0x98 [2024-05-23 14:35:27.351] [ 8.167307] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:27.356] [ 8.167311] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:27.356] [ 8.167314] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:27.379] [ 8.167349] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:35:27.382] [ 8.167367] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:35:27.382] [ 8.167373] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:27.382] [ 8.167380] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:27.382] [ 8.167383] __driver_attach+0xfc/0x118 [2024-05-23 14:35:27.382] [ 8.167387] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:27.382] [ 8.167390] driver_attach+0x20/0x28 [2024-05-23 14:35:27.404] [ 8.167394] bus_add_driver+0x220/0x268 [2024-05-23 14:35:27.417] [ 8.167397] driver_register+0x60/0xf8 [2024-05-23 14:35:27.417] [ 8.167400] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:27.417] [ 8.167418] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:35:27.417] [ 8.167422] do_one_initcall+0x50/0x15c [2024-05-23 14:35:27.417] [ 8.167427] do_init_module+0x54/0x1b0 [2024-05-23 14:35:27.419] [ 8.167430] load_module+0x1e70/0x2428 [2024-05-23 14:35:27.419] [ 8.167433] SyS_finit_module+0xe4/0x118 [2024-05-23 14:35:27.419] [ 8.167436] el0_svc_naked+0x34/0x38 [2024-05-23 14:35:27.419] [ 8.169753] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:35:27.444] [ 8.169770] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:35:27.444] [ 8.172219] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:35:27.444] [ 8.172227] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:35:27.460] [ 8.173463] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:27.462] [ 8.173834] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:35:27.486] [ 8.173860] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:35:27.486] [ 8.174236] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:35:27.486] [ 8.174242] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:35:27.500] [ 8.175034] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:27.503] [ 8.206624] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:35:27.530] [ 8.211072] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:35:27.530] [ 8.214007] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:35:27.530] [ 8.215161] Done!! [2024-05-23 14:35:27.530] [ 8.290673] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:35:27.530] [ 8.292726] Done!! [2024-05-23 14:35:27.530] [ 8.406644] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:35:27.548] [ 8.408875] Done!! [2024-05-23 14:35:27.548] Starting Login [ 8.497714] = [INFO][GMAC] --] tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:35:27.548] Service... [2024-05-23 14:35:27.548] [ 8.497720] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:35:27.560] [ 8.498068] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:35:27.560] [ 8.502503] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:35:27.577] [ 8.502508] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:35:27.577] [ 8.502514] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:35:27.579] [ 8.502514] =20 [2024-05-23 14:35:27.579] [ 8.502826] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:35:27.605] [ 8.503061] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:35:27.605] [ 8.503064] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:35:27.605] [ 8.503068] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:35:27.605] [ 8.503068] =20 [2024-05-23 14:35:27.605] [ 8.503222] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:35:27.606] [ 8.503237] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:35:27.635] [ 8.503241] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:35:27.635] [ 8.503245] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:35:27.635] [ 8.503252] [INFO][GMAC] --] phy_start: : [2024-05-23 14:35:27.635] [ 8.503324] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:35:27.635] [ OK ] Started Network Service. [2024-05-23 14:35:27.667] [ OK ] Started Load Kernel Modules. [2024-05-23 14:35:27.667] [ OK ] Started NS Inter Doma[ 8.608288] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:35:27.678] in Comm Process. [2024-05-23 14:35:27.678] [ OK ] Started Cluster Framework. [2024-05-23 14:35:27.678] [ OK ] Started HUD Framework. [2024-05-23 14:35:27.678] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:35:27.703] [ OK ] Started Nvm Process. [2024-05-23 14:35:27.705] parents, child is 326 [2024-05-23 14:35:27.705] [IDC]Start. [2024-05-23 14:35:27.732] [ 8.669708] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:35:27.736] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:35:27.736] [IDC](A7)ConnectReq 0 [2024-05-23 14:35:27.736] [IDC](A7)do_connect 0 [2024-05-23 14:35:27.736] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:35:27.736] [IDC](A7)Tx start session req 1 [2024-05-23 14:35:27.736] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:35:27.736] [IDC](R5)ConnectReq 0 [2024-05-23 14:35:27.741] [IDC](R5)do_connect 0 [2024-05-23 14:35:27.741] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:35:27.766] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:35:27.800] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:35:27.800] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:35:27.800] [ OK ] Started NS hsm control application. [2024-05-23 14:35:27.800] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:35:27.800] [IDC](A7)Session connected. [2024-05-23 14:35:27.800] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:35:27.800] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:35:27.800] [ [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:35:27.836] [0;32m OK ] Started Diagnosis Framework. [2024-05-23 14:35:27.836] [IDC](R5)Session connected.2 [2024-05-23 14:35:27.836] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:35:27.836] [ OK ] Started Diagnosis Transport. [2024-05-23 14:35:27.836] [ OK ] Started NS Software Update. [2024-05-23 14:35:27.836] [ OK ] Started NS Secondary Verify. [2024-05-23 14:35:27.849] Starting Wait for Network to be = Configured... [2024-05-23 14:35:27.849] [ OK ] Reached target Network. [2024-05-23 14:35:27.849] Starting Permit User Sessions... [2024-05-23 14:35:27.883] Starting udev Coldplug all Devices... [2024-05-23 14:35:27.903] [ 8.858267] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:27.941] [ OK ] Started Login Service. [2024-05-23 14:35:27.966] [ OK ] Started Permit User Sessions. [2024-05-23 14:35:27.987] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:35:28.000] [ OK ] Started Getty on tty1. [2024-05-23 14:35:28.013] [ OK ] Reached target Login Prompts. [2024-05-23 14:35:28.013] [ OK ] Reached target[ 8.972241] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:35:28.029] Multi-User System. [2024-05-23 14:35:28.029] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:35:28.029] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:35:28.070] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:35:28.087] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:35:28.120] [ 9.080881] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:35:28.124] [ 9.084252] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:28.234] [ 9.192316] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:28.348] [ 9.308438] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:28.468] [ 9.428570] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:28.584] [ 9.542289] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:28.615] [ 9.574638] sched: RT throttling activated [2024-05-23 14:35:28.712] [ 9.656239] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:28.991] [ 9.943658] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:35:28.998] [ 9.943667] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:35:29.908] [ 10.868535] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:35:29.918] [ 10.876938] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:35:30.138] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:35:34.337]=20 [2024-05-23 14:35:34.337] telechips-nsp1-release login:=20 [2024-05-23 14:35:37.412]=20 [2024-05-23 14:35:37.412] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:35:37.412]=20 [2024-05-23 14:35:37.412] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:35:37.414] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:35:37.439] DRAM: 2 GiB [2024-05-23 14:35:37.466] MMC: sdhc@0x16440000: 0 [2024-05-23 14:35:37.736]=20 [2024-05-23 14:35:37.736] HW Partition tyep is UserData [2024-05-23 14:35:37.746] In: serial [2024-05-23 14:35:37.748] Out: serial [2024-05-23 14:35:37.748] Err: serial [2024-05-23 14:35:37.811] Boot in the UserData environment(0) [2024-05-23 14:35:37.815] Non-secure boot (secure boot flag is clear) [2024-05-23 14:35:37.830] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:35:37.830] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:35:37.830] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:35:37.832] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:35:37.860] Booting using the fdt blob at 0x23000000 [2024-05-23 14:35:37.860] Loading Kernel Image [2024-05-23 14:35:37.860] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:35:37.861] OPTEE is enabled [2024-05-23 14:35:37.861]=20 [2024-05-23 14:35:37.861] Starting kernel ... [2024-05-23 14:35:37.884]=20 [2024-05-23 14:35:38.795] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:35:38.800] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:35:38.813] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:35:38.827] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:35:38.827] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:35:38.827] [ 0.000000] efi: UEFI not found. [2024-05-23 14:35:38.843] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:35:38.843] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:35:38.859] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:35:38.859] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:35:38.874] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:35:38.876] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:35:38.901] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:35:38.901] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:35:38.901] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:35:38.916] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:35:38.916] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:35:38.931] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:35:38.931] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:35:38.948] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:35:38.948] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:35:38.962] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:35:38.964] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:35:38.988] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:35:38.991] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:35:38.991] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:35:38.991] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:35:39.018] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:35:39.018] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:35:39.018] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:35:39.032] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:35:39.035] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:35:39.035] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:35:39.035] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:35:39.062] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:35:39.062] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:35:39.062] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:35:39.062] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:35:39.064] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:35:39.088] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:35:39.088] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:35:39.088] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:35:39.107] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:35:39.124] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:35:39.125] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:35:39.149] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:35:39.163] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:35:39.163] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:35:39.163] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:35:39.165] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:35:39.187] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:35:39.200] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:35:39.200] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:35:39.200] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:35:39.202] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:35:39.225] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:35:39.237] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:35:39.237] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:35:39.237] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:35:39.241] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:35:39.265] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:35:39.267] [ 0.000000] Running RCU self tests [2024-05-23 14:35:39.267] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:35:39.267] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:35:39.267] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:35:39.267] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:35:39.283] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:35:39.283] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:35:39.283] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:35:39.285] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:35:39.309] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:35:39.309] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:35:39.309] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:35:39.324] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:35:39.324] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:35:39.338] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:35:39.338] [ 0.001463] Console: colour dummy device = 80x25 [2024-05-23 14:35:39.338] [ 0.001704] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:35:39.355] [ 0.001707] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:35:39.355] [ 0.001710] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:35:39.355] [ 0.001712] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:35:39.370] [ 0.001715] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:35:39.370] [ 0.001718] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:35:39.370] [ 0.001720] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:35:39.383] [ 0.001723] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:35:39.385] [ 0.001726] memory used by lock dependency = info: 7903 kB [2024-05-23 14:35:39.385] [ 0.001728] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:35:39.413] [ 0.001768] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:35:39.413] [ 0.001776] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:35:39.413] [ 0.002275] Security Framework initialized [2024-05-23 14:35:39.413] [ 0.002400] AppArmor: AppArmor initialized [2024-05-23 14:35:39.413] [ 0.002644] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:35:39.439] [ 0.002667] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:35:39.439] [ 0.019969] ASID allocator initialised with = 32768 entries [2024-05-23 14:35:39.441] [ 0.035871] Hierarchical SRCU = implementation. [2024-05-23 14:35:39.441] [ 0.062289] EFI services will not be = available. [2024-05-23 14:35:39.441] [ 0.076139] smp: Bringing up secondary CPUs = ... [2024-05-23 14:35:39.462] [ 0.120767] Detected VIPT I-cache on CPU1 [2024-05-23 14:35:39.462] [ 0.120839] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:35:39.462] [ 0.165009] Detected VIPT I-cache on CPU2 [2024-05-23 14:35:39.462] [ 0.165067] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:35:39.462] [ 0.209293] Detected VIPT I-cache on CPU3 [2024-05-23 14:35:39.479] [ 0.209344] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:35:39.490] [ 0.209721] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:35:39.490] [ 0.209761] SMP: Total of 4 processors = activated. [2024-05-23 14:35:39.490] [ 0.209777] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:35:39.492] [ 0.209796] CPU: All CPU(s) started at EL2 [2024-05-23 14:35:39.492] [ 0.209976] alternatives: patching kernel = code [2024-05-23 14:35:39.515] [ 0.210530] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:35:39.517] [ 0.213123] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:35:39.517] [ 0.213720] devtmpfs: initialized [2024-05-23 14:35:39.517] [ 0.402786] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:35:39.517] [ 0.403051] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:35:39.545] [ 0.411533] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:35:39.545] [ 0.412435] chipinfo: TCC8030 Rev02 [2024-05-23 14:35:39.545] [ 0.412450] chipinfo: SiP Service v0.1.56 [2024-05-23 14:35:39.545] [ 0.417721] NET: Registered protocol family = 16 [2024-05-23 14:35:39.545] [ 0.421728] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:35:39.547] [ 0.423824] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:35:39.573] [ 0.425470] cpuidle: using governor menu [2024-05-23 14:35:39.573] [ 0.425707] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:35:39.573] [ 0.439855] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:35:39.573] [ 0.440362] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:35:39.597] [ 0.440409] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:35:39.612] [ 0.440454] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:35:39.612] [ 0.440497] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:35:39.612] [ 0.440541] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:35:39.612] [ 0.440584] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:35:39.612] [ 0.440628] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:35:39.626] [ 0.440671] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:35:39.626] [ 0.440714] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:35:39.626] [ 0.440758] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:35:39.646] [ 0.440801] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:35:39.646] [ 0.440845] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:35:39.646] [ 0.440889] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:35:39.649] [ 0.440932] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:35:39.649] [ 0.440975] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:35:39.649] [ 0.441019] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:35:39.649] [ 0.441074] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:35:39.671] [ 0.441118] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:35:39.683] [ 0.441467] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:35:39.683] [ 0.441511] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:35:39.683] [ 0.441554] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:35:39.683] [ 0.441597] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:35:39.685] [ 0.441640] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:35:39.685] [ 0.441684] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:35:39.685] [ 0.441726] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:35:39.708] [ 0.441770] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:35:39.708] [ 0.441815] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:35:39.708] [ 0.441858] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:35:39.708] [ 0.441902] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:35:39.721] [ 0.441946] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:35:39.724] [ 0.442171] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:35:39.724] [ 0.442215] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:35:39.749] [ 0.442273] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:35:39.750] [ 0.442317] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:35:39.750] [ 0.442360] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:35:39.750] [ 0.442534] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:35:39.750] [ 0.442580] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:35:39.763] [ 0.442792] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:35:39.765] [ 0.442836] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:35:39.765] [ 0.442880] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:35:39.789] [ 0.442923] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:35:39.803] [ 0.442966] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:35:39.803] [ 0.443009] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:35:39.803] [ 0.443053] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:35:39.803] [ 0.443096] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:35:39.814] [ 0.443139] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:35:39.814] [ 0.443182] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:35:39.814] [ 0.443226] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:35:39.816] [ 0.443284] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:35:39.816] [ 0.443327] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:35:39.840] [ 0.443371] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:35:39.844] [ 0.443923] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:35:39.844] [ 0.443967] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:35:39.844] [ 0.444138] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:35:39.844] [ 0.444309] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:35:39.866] [ 0.444478] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:35:39.878] [ 0.444659] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:35:39.878] [ 0.444829] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:35:39.878] [ 0.444873] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:35:39.878] [ 0.444916] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:35:39.880] [ 0.445082] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:35:39.880] [ 0.445248] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:35:39.880] [ 0.445412] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:35:39.904] [ 0.445456] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:35:39.904] [ 0.445500] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:35:39.904] [ 0.445543] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:35:39.904] [ 0.445586] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:35:39.917] [ 0.445756] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:35:39.919] [ 0.445800] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:35:39.919] [ 0.446016] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:35:39.942] [ 0.446031] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:35:39.945] [ 0.528504] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:39.945] [ 0.528594] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:39.945] [ 1.675377] console [ttyAMA0] enabled [2024-05-23 14:35:39.981] [ 1.683197] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:39.983] [ 1.712180] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:35:39.992] [ 1.722580] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:35:40.008] [ 1.733095] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:35:40.009] [ 1.743351] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:35:40.108] [ 1.843538] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:35:40.132] [ 1.860056] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:35:40.133] [ 1.867051] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:35:40.150] [ 1.873810] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:35:40.150] [ 1.880178] Linux video capture interface: = v2.00 [2024-05-23 14:35:40.184] [ 1.886035] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:40.184] [ 1.886039] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:40.184] [ 1.886044] 6 locks held by swapper/0/1: [2024-05-23 14:35:40.195] [ 1.886047] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:40.195] [ 1.886073] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:40.197] [ 1.886088] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:40.223] [ 1.886107] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:40.223] [ 1.886121] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:40.223] [ 1.886138] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:40.237] [ 1.886156] irq event stamp: 288024 [2024-05-23 14:35:40.237] [ 1.886162] hardirqs last enabled at = (288023): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:40.253] [ 1.886167] hardirqs last disabled at = (288024): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:40.253] [ 1.886174] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:40.266] [ 1.886177] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:40.268] [ 1.886180] Preemption disabled at: [2024-05-23 14:35:40.297] [ 1.886185] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:40.297] [ 1.886194] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:35:40.297] [ 1.886197] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:40.297] [ 1.886201] Call trace: [2024-05-23 14:35:40.297] [ 1.886207] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:40.297] [ 1.886212] show_stack+0x14/0x20 [2024-05-23 14:35:40.299] [ 1.886217] dump_stack+0xb8/0xf0 [2024-05-23 14:35:40.322] [ 1.886222] ___might_sleep+0x178/0x210 [2024-05-23 14:35:40.322] [ 1.886226] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:40.322] [ 1.886231] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:40.322] [ 1.886236] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:40.322] [ 1.886244] gic_set_type+0x84/0x98 [2024-05-23 14:35:40.322] [ 1.886249] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:40.336] [ 1.886254] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:40.350] [ 1.886258] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:40.350] [ 1.886263] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:35:40.350] [ 1.886269] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:35:40.363] [ 1.886274] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:40.363] [ 1.886279] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:40.363] [ 1.886284] __driver_attach+0xfc/0x118 [2024-05-23 14:35:40.363] [ 1.886289] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:40.374] [ 1.886293] driver_attach+0x20/0x28 [2024-05-23 14:35:40.374] [ 1.886298] bus_add_driver+0x220/0x268 [2024-05-23 14:35:40.376] [ 1.886303] driver_register+0x60/0xf8 [2024-05-23 14:35:40.376] [ 1.886307] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:40.376] [ 1.886314] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:35:40.401] [ 1.886318] do_one_initcall+0x50/0x15c [2024-05-23 14:35:40.401] [ 1.886326] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:40.401] [ 1.886332] kernel_init+0x10/0x100 [2024-05-23 14:35:40.401] [ 1.886336] ret_from_fork+0x10/0x18 [2024-05-23 14:35:40.401] [ 1.892147] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:35:40.411] [ 2.139601] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:35:40.419] [ 2.153059] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:35:40.433] [ 2.160116] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:35:40.433] [ 2.164719] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:35:40.447] [ 2.169520] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:35:40.449] [ 2.174322] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:35:40.449] [ 2.178878] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:35:40.498] [ 2.233064] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:35:40.510] [ 2.245632] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:40.529] [ 2.263837] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:40.557] [ 2.279236] NET: Registered protocol family = 2 [2024-05-23 14:35:40.558] [ 2.286573] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:35:40.560] [ 2.294187] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:35:40.584] [ 2.305388] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:35:40.584] [ 2.312728] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:35:40.586] [ 2.319491] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:35:40.599] [ 2.327682] NET: Registered protocol family = 1 [2024-05-23 14:35:40.701] [ 2.435739] audit: initializing netlink = subsys (disabled) [2024-05-23 14:35:40.708] [ 2.442031] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:35:40.722] [ 2.442660] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:35:40.791] [ 2.524923] fuse init (API version 7.26) [2024-05-23 14:35:40.816] [ 2.539120] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:35:40.822] [ 2.548901] io scheduler noop registered = (default) [2024-05-23 14:35:40.824] [ 2.553744] io scheduler mq-deadline = registered [2024-05-23 14:35:40.824] [ 2.558306] io scheduler kyber registered [2024-05-23 14:35:40.850] [ 2.568826] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:40.850] [ 2.575690] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:40.850] [ 2.581899] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:35:40.868] [ 2.589780] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:40.917] [ 2.652259] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:40.928] [ 2.660048] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:40.942] [ 2.664926] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:35:40.942] [ 2.670353] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:40.942] [ 2.670991] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:40.958] [ 2.681746] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:40.958] [ 2.687955] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:35:40.973] [ 2.695511] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:40.999] [ 2.719971] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:41.003] [ 2.726768] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:41.003] [ 2.731418] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:35:41.016] [ 2.736844] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:41.018] [ 2.737421] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:41.018] [ 2.748173] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:41.031] [ 2.754381] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:35:41.033] [ 2.761996] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:41.093] [ 2.828498] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:41.103] [ 2.835267] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:41.115] [ 2.840198] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:35:41.129] [ 2.845625] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:41.129] [ 2.855942] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:35:41.172] [ 2.865607] [INF][WDMA] tcc_wdma_init [2024-05-23 14:35:41.172] [ 2.870402] TCC WDMA Driver Initializing [2024-05-23 14:35:41.172] [ 2.877441] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:35:41.172] [ 2.883500] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:35:41.183] [ 2.893985] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:41.183] [ 2.906632] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:35:41.185] [ 2.916147] [CPU_ID] probe is done [2024-05-23 14:35:41.210] [ 2.919984] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:35:41.213] [ 2.926654] [DRAM_TOOL] probe is done [2024-05-23 14:35:41.213] [ 2.934445] MALI-G51 : r30p0-01eac0 [2024-05-23 14:35:41.213] [ 2.937979] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:35:41.236] [ 2.947888] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:41.238] [ 2.947893] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:41.238] [ 2.947897] 6 locks held by swapper/0/1: [2024-05-23 14:35:41.238] [ 2.947900] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:41.252] [ 2.947928] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:41.252] [ 2.947943] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:41.266] [ 2.947961] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:41.281] [ 2.947976] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:41.283] [ 2.947992] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:41.307] [ 2.948012] irq event stamp: 453826 [2024-05-23 14:35:41.307] [ 2.948017] hardirqs last enabled at = (453825): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:41.307] [ 2.948022] hardirqs last disabled at = (453826): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:41.309] [ 2.948030] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:41.336] [ 2.948034] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:41.336] [ 2.948036] Preemption disabled at: [2024-05-23 14:35:41.336] [ 2.948042] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:41.336] [ 2.948051] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:35:41.351] [ 2.948054] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:41.351] [ 2.948058] Call trace: [2024-05-23 14:35:41.351] [ 2.948064] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:41.364] [ 2.948069] show_stack+0x14/0x20 [2024-05-23 14:35:41.364] [ 2.948074] dump_stack+0xb8/0xf0 [2024-05-23 14:35:41.364] [ 2.948080] ___might_sleep+0x178/0x210 [2024-05-23 14:35:41.364] [ 2.948084] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:41.378] [ 2.948089] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:41.380] [ 2.948094] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:41.380] [ 2.948101] gic_set_type+0x84/0x98 [2024-05-23 14:35:41.380] [ 2.948106] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:41.408] [ 2.948111] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:41.408] [ 2.948116] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:41.408] [ 2.948123] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:35:41.408] [ 2.948128] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:35:41.408] [ 2.948132] kbase_device_init+0x78/0xf8 [2024-05-23 14:35:41.408] [ 2.948138] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:35:41.410] [ 2.948143] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:41.434] [ 2.948148] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:41.434] [ 2.948153] __driver_attach+0xfc/0x118 [2024-05-23 14:35:41.434] [ 2.948158] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:41.434] [ 2.948162] driver_attach+0x20/0x28 [2024-05-23 14:35:41.434] [ 2.948167] bus_add_driver+0x220/0x268 [2024-05-23 14:35:41.434] [ 2.948172] driver_register+0x60/0xf8 [2024-05-23 14:35:41.452] [ 2.948176] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:41.454] [ 2.948184] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:35:41.454] [ 2.948189] do_one_initcall+0x50/0x15c [2024-05-23 14:35:41.454] [ 2.948196] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:41.478] [ 2.948201] kernel_init+0x10/0x100 [2024-05-23 14:35:41.489] [ 2.948206] ret_from_fork+0x10/0x18 [2024-05-23 14:35:41.489] [ 2.949827] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:35:41.489] [ 3.205034] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:35:41.489] [ 3.211772] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:35:41.491] [ 3.225775] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:35:41.517] [ 3.233559] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:35:41.517] [ 3.245717] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:35:41.519] [ 3.251936] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:35:41.544] [ 3.256317] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:35:41.544] [ 3.264010] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:35:41.577] [ 3.312318] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:35:41.591] [ 3.323116] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:35:41.601] [ 3.331005] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:35:41.621] [ 3.343391] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:35:41.621] [ 3.348670] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:35:41.644] [ 3.359742] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:35:41.644] [ 3.368586] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:35:41.665] [ 3.387103] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:35:41.670] [ 3.402464] libphy: Fixed MDIO Bus: probed [2024-05-23 14:35:41.683] [ 3.407431] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:35:41.685] [ 3.419439] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:35:41.698] [ 3.420580] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:35:41.698] [ 3.420631] [INFO][GAMC] gmac index : 1 [2024-05-23 14:35:41.698] [ 3.421272] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:35:41.714] [ 3.421280] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:35:41.714] [ 3.422524] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:35:41.714] [ 3.422538] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:35:41.728] [ 3.426572] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:35:41.740] [ 3.435165] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:35:41.740] [ 3.436374] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:41.742] [ 3.436386] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:35:41.742] [ 3.436393] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:35:41.768] [ 3.436405] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:41.768] [ 3.436417] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:35:41.768] [ 3.438012] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:35:41.768] [ 3.446763] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:35:41.770] [ 3.446772] usbhid: USB HID core driver [2024-05-23 14:35:41.793] [ 3.447193] optee: probing for conduit = method from DT. [2024-05-23 14:35:41.805] [ 3.447246] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:35:41.805] [ 3.449320] optee: initialized driver [2024-05-23 14:35:41.805] [ 3.450917] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:35:41.805] [ 3.450932] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:35:41.807] [ 3.450940] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:35:41.807] [ 3.450947] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:35:41.807] [ 3.450954] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:35:41.831] [ 3.450961] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:35:41.831] [ 3.450969] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:35:41.831] [ 3.450976] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:35:41.831] [ 3.452614] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:35:41.847] [ 3.452622] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:35:41.847] [ 3.459394] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:35:41.873] [ 3.473336] NET: Registered protocol family = 17 [2024-05-23 14:35:41.873] [ 3.473921] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:35:41.876] [ 3.478548] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:35:41.895] [ 3.610043] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:35:41.898] [ 3.621085] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:35:41.898] [ 3.628258] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:35:41.923] [ 3.634980] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:35:41.925] [ 3.642254] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:35:41.925] [ 3.644318] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:35:41.925] [ 3.644361] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:35:41.941] [ 3.646002] ALSA device list: [2024-05-23 14:35:41.941] [ 3.646009] No soundcards found. [2024-05-23 14:35:41.941] [ 3.673168] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:41.958] [ 3.682763] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:35:41.958] [ 3.690523] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:41.978] [ 3.694134] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:35:41.995] [ 3.694518] Freeing unused kernel memory: = 4160K [2024-05-23 14:35:41.995] Mounting devtmpfs[ 3.705125] GPT:15269887 = !=3D 15273599 [2024-05-23 14:35:41.995]=20 [2024-05-23 14:35:41.995] [ 3.710178] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:35:42.000] [ 3.715655] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:35:42.000] Mounting procfs[ 3.722158] mount (91) used = greatest stack depth: 13232 bytes left [2024-05-23 14:35:42.026]=20 [2024-05-23 14:35:42.026] Mounting sysfs [2024-05-23 14:35:42.026] [ 3.750340] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:35:42.051] [ 3.778122] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:35:42.086] [ 3.819112] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:35:42.107] [ 3.828159] mount (98) used greatest stack = depth: 11792 bytes left [2024-05-23 14:35:42.116] [ 3.850062] mount (100) used greatest stack = depth: 11504 bytes left [2024-05-23 14:35:42.364] [ 4.097988] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:35:42.461] [ 4.195357] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:35:42.491] [ 4.222624] systemd[1]: Detected = architecture arm64. [2024-05-23 14:35:42.532]=20 [2024-05-23 14:35:42.532] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:35:42.544]=20 [2024-05-23 14:35:42.550] [ 4.285359] systemd[1]: Set hostname to = . [2024-05-23 14:35:42.563] [ 4.296714] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:35:42.580] [ 4.306033] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:35:42.739] [ 4.473849] systemd-debug-g (104) used = greatest stack depth: 11488 bytes left [2024-05-23 14:35:42.810] [ 4.545383] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:35:42.840] [ 4.562482] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:35:42.871] [ 4.605774] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:35:42.884] [ 4.617883] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:35:43.068] [ 4.803342] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:35:43.143] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:35:43.167] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:35:43.183] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:35:43.200] [ OK ] Listening on Journal Socket. [2024-05-23 14:35:43.236] Mounting Huge Pages File System... [2024-05-23 14:35:43.258] Starting Apply Kernel Variables... [2024-05-23 14:35:43.290] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:35:43.323] Mounting Kernel Debug File System... [2024-05-23 14:35:43.338] [ OK ] Reached target Swap. [2024-05-23 14:35:43.369] [ 5.096257] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:35:43.385] Starting mount data partition = service... [2024-05-23 14:35:43.435] Mounting POSIX Message Queue File = System... [2024-05-23 14:35:43.469] [ OK ] Created slice User and Session Slice. [2024-05-23 14:35:43.485] [ OK ] Reached target Remote File Systems. [2024-05-23 14:35:43.501] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:35:43.505] [ OK ] Reached target Slices. [2024-05-23 14:35:43.535] [ 5.257779] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:43.539] [ OK ] Reached target Paths. [2024-05-23 14:35:43.567] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:35:43.604] Mounting Configuration File System... [2024-05-23 14:35:43.619] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:35:43.636] [ OK ] Listening on udev Control Socket. [2024-05-23 14:35:43.655] Starting udev Coldplug all Devices... [2024-05-23 14:35:43.685] [ OK ] Created slice system-getty.slice. [2024-05-23 14:35:43.708] Mounting FUSE Control File System... [2024-05-23 14:35:43.736] [ OK ] Listening on Syslog Socket. [2024-05-23 14:35:43.752] Starting Journal Service... [2024-05-23 14:35:43.810] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:35:43.844] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:35:43.867] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:35:43.883] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:35:43.919] [ OK ] Started mount data partition service. [2024-05-23 14:35:43.936] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:35:43.956] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:35:43.990] [ OK ] Mounted Configuration File System. [2024-05-23 14:35:44.021] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:35:44.035] [ OK ] Started Journal Service. [2024-05-23 14:35:44.103] Starting NS file System mount and = recovery.... [2024-05-23 14:35:44.139] Starting udev Kernel Device = Manager... [2024-05-23 14:35:44.182] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:35:44.199] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:35:44.215] [ OK ] Reached target Containers. [2024-05-23 14:35:44.253] [ 5.981164] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:44.256] Mounting /var/volatile... [2024-05-23 14:35:44.295] Mounting /tmp... [2024-05-23 14:35:44.346] [ 6.081200] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:44.433] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:35:44.452] [ 6.180341] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:35:44.534] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:35:44.556] [ OK ] Mounted /var/volatile. [2024-05-23 14:35:44.574] [ OK ] Mounted /tmp. [2024-05-23 14:35:44.674] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:35:44.703] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:35:44.876] [ 6.610652] systemd-journald[133]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:35:44.903] Starting Bind mount volatile = /var/spool... [2024-05-23 14:35:44.921] Starting Bind mount volatile = /var/lib... [2024-05-23 14:35:44.954] Starting Bind mount volatile = /var/cache... [2024-05-23 14:35:44.987] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:35:45.189] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:35:45.223] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:35:45.243] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:35:45.277] Starting Load/Save Random Seed... [2024-05-23 14:35:45.306] [ OK ] Reached target Local File Systems. [2024-05-23 14:35:45.338] Starting netfilter persistent = configuration... [2024-05-23 14:35:45.357] Starting Create Volatile Files and = Directories... [2024-05-23 14:35:45.393] Starting AppArmor initialization... [2024-05-23 14:35:45.424] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:35:45.586] [ 7.321254] audit: type=3D1400 = audit(1550139121.216:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D259 comm=3D"apparmor_parser" [2024-05-23 14:35:45.605] [ 7.338255] audit: type=3D1400 = audit(1550139121.224:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:35:45.640] [ 7.355090] audit: type=3D1400 = audit(1550139121.224:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:35:45.645] [ 7.371769] audit: type=3D1400 = audit(1550139121.224:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:35:45.661] [ 7.388330] audit: type=3D1400 = audit(1550139121.224:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:35:45.676] [ OK [ 7.405381] audit: type=3D1400 = audit(1550139121.224:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:35:45.694] [ 7.422671] audit: type=3D1400 = audit(1550139121.224:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D259 = comm=3D"apparmor_parser" [2024-05-23 14:35:45.709] ] Started netfilter persistent configuration. [2024-05-23 14:35:45.738] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:35:45.758] [ OK ] Started AppArmor initialization. [2024-05-23 14:35:45.793] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:35:45.821] [ OK ] Reached target Network (Pre). [2024-05-23 14:35:45.839] Starting Network Service... [2024-05-23 14:35:45.887] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:35:45.907] [ OK ] Reached target System Initialization. [2024-05-23 14:35:45.923] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:35:45.938] [ OK ] Reached target Timers. [2024-05-23 14:35:45.971] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:35:45.974] [ OK ] Reached target Sockets. [2024-05-23 14:35:46.005] [ OK ] Reached target Basic System. [2024-05-23 14:35:46.030] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:35:46.058] [ 7.791561] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:35:46.089] Starting Load Kernel Modules... [2024-05-23 14:35:46.129] [ 7.862329] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:35:46.134] [ 7.866931] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:35:46.151] [ 7.873620] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:35:46.151] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:35:46.190] [ 7.904574] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:35:46.190] [ 7.911784] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:35:46.192] [ 7.919170] Disabling lock debugging due to = kernel taint [2024-05-23 14:35:46.212] [ OK ] Started System Logging Service. [2024-05-23 14:35:46.214] [ OK ] Started Kernel Logging Service. [2024-05-23 14:35:46.235] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:35:46.254] Starting Login Service... [2024-05-23 14:35:46.271] [ OK ] Started NS VSync Process. [2024-05-23 14:35:46.284] [ 8.010913] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:35:46.318] [ 8.020506] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:46.327] [ 8.020511] in_atomic(): 1, = irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:35:46.344] [ 8.020513] INFO: lockdep is turned off. [2024-05-23 14:35:46.344] [ 8.020522] irq event stamp: 24677 [2024-05-23 14:35:46.344] [ 8.020540] hardirqs last enabled at = (24677): [<00000000722d137a>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:46.360] [ 8.020546] hardirqs last disabled at = (24676): [<000000004e19d913>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:46.362] [ 8.020562] softirqs last enabled at (0): = [<00000000a3bf6573>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:46.386] [ 8.020566] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:46.386] [ 8.020569] Preemption disabled at: [2024-05-23 14:35:46.386] [ 8.020577] [<00000000550af94a>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:46.388] [ 8.020586] CPU: 1 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:35:46.414] [ 8.020589] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:46.414] [ 8.020592] Call trace: [2024-05-23 14:35:46.414] [ 8.020598] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:46.414] [ 8.020603] show_stack+0x14/0x20 [2024-05-23 14:35:46.414] [ 8.020608] dump_stack+0xb8/0xf0 [2024-05-23 14:35:46.415] [ 8.020612] ___might_sleep+0x178/0x210 [2024-05-23 14:35:46.439] [ 8.020615] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:46.439] [ 8.020621] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:46.439] [ 8.020625] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:46.439] [ 8.020631] gic_set_type+0x84/0x98 [2024-05-23 14:35:46.439] [ 8.020635] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:46.439] [ 8.020639] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:46.441] [ 8.020642] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:46.467] [ 8.020672] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:35:46.467] [ 8.020691] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:35:46.467] [ 8.020696] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:46.467] [ 8.020701] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:46.467] [ 8.020705] __driver_attach+0xfc/0x118 [2024-05-23 14:35:46.467] [ 8.020709] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:46.480] [ 8.020712] driver_attach+0x20/0x28 [2024-05-23 14:35:46.492] [ 8.020716] bus_add_driver+0x220/0x268 [2024-05-23 14:35:46.492] [ 8.020720] driver_register+0x60/0xf8 [2024-05-23 14:35:46.492] [ 8.020723] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:46.506] [ 8.020740] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:35:46.506] [ 8.020745] do_one_initcall+0x50/0x15c [2024-05-23 14:35:46.506] [ 8.020749] do_init_module+0x54/0x1b0 [2024-05-23 14:35:46.508] [ 8.020752] load_module+0x1e70/0x2428 [2024-05-23 14:35:46.508] [ 8.020755] SyS_finit_module+0xe4/0x118 [2024-05-23 14:35:46.508] [ 8.020758] el0_svc_naked+0x34/0x38 [2024-05-23 14:35:46.532] [ 8.076488] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:35:46.537] [ 8.083058] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:35:46.537] [ 8.086139] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:35:46.537] [ 8.089457] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:35:46.537] [ 8.090181] Done!! [2024-05-23 14:35:46.537] [ 8.091669] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:35:46.537] [ 8.091677] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:35:46.560] [ 8.091684] [INFO][GMAC]=20 [2024-05-23 14:35:46.573] [ 8.105965] libphy: tcc-gmac-mdio: probed [2024-05-23 14:35:46.573] [ 8.105971] [INFO][GMAC] registered! [2024-05-23 14:35:46.573] [ 8.105974] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:35:46.573] [ 8.105979] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:35:46.573] [ 8.181689] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:35:46.575] [ 8.181731] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:35:46.575] [ 8.181731] -- MASTER Configuration. [2024-05-23 14:35:46.597] [ 8.181731] -- Local Receiver Status Not = OK. [2024-05-23 14:35:46.600] [ 8.181731] -- Remote Receiver Status Not = OK. [2024-05-23 14:35:46.600] [ 8.181745] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:35:46.600] [ 8.181749] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:35:46.600] [ 8.182041] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:35:46.623] [ 8.186083] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:35:46.640] [ 8.186088] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:35:46.640] [ 8.186093] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:35:46.640] [ 8.186093] =20 [2024-05-23 14:35:46.640] [ 8.186401] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:35:46.640] [ 8.186583] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:35:46.641] [ 8.186587] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:35:46.641] [ 8.186591] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:35:46.665] [ 8.186591] =20 [2024-05-23 14:35:46.665] [ 8.186738] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:35:46.665] [ 8.186752] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:35:46.665] [ 8.186757] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:35:46.665] [ 8.186761] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:35:46.665] [ 8.186768] [INFO][GMAC] --] phy_start: : [2024-05-23 14:35:46.671] [ 8.186828] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:35:46.691] [ 8.190091] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:35:46.706] [ 8.193556] Done!! [2024-05-23 14:35:46.706] [ 8.290060] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:35:46.706] [ 8.291651] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:46.706] [ 8.292461] Done!! [2024-05-23 14:35:46.708] [ 8.399618] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:46.708] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:35:46.730] [ OK ] Started NS System Management Process. [2024-05-23 14:35:46.733] Starting NS Inter Domain Comm = Process... [2024-05-23 14:35:46.733] [ OK ] Started Network Service. [2024-05-23 14:35:46.735] [ OK ] Started Load Kernel Modules. [2024-05-23 14:35:46.764] Start /usr/bin/sys-fail-mon [2024-05-23 14:35:46.764] [ 8.475478] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:35:46.764] [ 8.481787] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:35:46.764] [ 8.493651] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:35:46.778] [ 8.502035] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:35:46.778] [ 8.507612] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:46.803] [ 8.515558] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:46.804] Starting Wait for Network to be = Confi[ 8.529950] ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:35:46.804] gured... [2024-05-23 14:35:46.806] [ OK [ 8.538284] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:35:46.831] ] Reached target Network 8.550665] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:35:46.831] 0m. [2024-05-23 14:35:46.831] Starting [ 8.561067] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:35:46.847] Permit User Sessions... [2024-05-23 14:35:46.847] [ 8.571053] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:46.864] Starting udev Coldplug all Devices... [2024-05-23 14:35:46.869] [ OK ] Started Permit User Sessions. [2024-05-23 14:35:46.869] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:35:46.902] [ OK ] Started Cluster Framework. [2024-05-23 14:35:46.902] [ 8.615680] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:46.902] [ OK ] parents, child is 332 [2024-05-23 14:35:46.904] Started HUD Framework. [2024-05-23 14:35:46.928] [IDC]Start. [2024-05-23 14:35:46.928] [ 8.648373] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:35:46.928] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:35:46.940] [IDC](A7)ConnectReq 0 [2024-05-23 14:35:46.942] [IDC](A7)do_connect 0 [2024-05-23 14:35:46.942] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:35:46.942] [IDC](A7)Tx start session req 1 [2024-05-23 14:35:46.942] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:35:46.942] [IDC](R5)ConnectReq 0 [2024-05-23 14:35:46.955] [IDC](R5)do_connect 0 [2024-05-23 14:35:46.959] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:35:46.959] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:35:46.959] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:35:46.959] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:35:46.959] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:35:46.985] [IDC](A7)Session connected. [2024-05-23 14:35:47.011] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:35:47.011] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:35:47.011] [IDC](R5)Session connected.2 [2024-05-23 14:35:47.011] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:35:47.037] [ 8.729602] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:47.037] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:35:47.042] [ OK ] Started Nvm Process. [2024-05-23 14:35:47.077] [ OK ] Started NS hsm control application. [2024-05-23 14:35:47.112] [ OK ] Started Diagnosis Framework. [2024-05-23 14:35:47.119] [ 8.847826] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:47.134] [ 8.852807] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:35:47.162] [ OK ] Started Diagnosis Transport. [2024-05-23 14:35:47.203] [ OK ] Started NS Software Update. [2024-05-23 14:35:47.226] [ 8.960328] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:47.240] [ OK ] Started NS Secondary Verify. [2024-05-23 14:35:47.257] [ OK ] Started Getty on tty1. [2024-05-23 14:35:47.325] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:35:47.338] [ 9.072746] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:47.353] [ OK ] Reached target Login Prompts. [2024-05-23 14:35:47.415] [ OK ] Started Login Service. [2024-05-23 14:35:47.425] [ OK ] Reached target Multi-User System. [2024-05-23 14:35:47.462] [ 9.183707] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:47.561] [ 9.295693] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:35:47.822] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:35:47.840] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:35:47.932] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:35:47.974] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:35:48.038] [ 9.771723] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:35:48.060] [ 9.780127] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:35:48.965] [ 10.687201] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:35:48.976] [ 10.687209] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:35:49.499] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:35:53.674]=20 [2024-05-23 14:35:53.675] telechips-nsp1-release login:=20 [2024-05-23 14:35:55.651]=20 [2024-05-23 14:35:55.651] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:35:55.663]=20 [2024-05-23 14:35:55.663] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:35:55.663] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:35:55.663] DRAM: 2 GiB [2024-05-23 14:35:55.687] MMC: sdhc@0x16440000: 0 [2024-05-23 14:35:55.955]=20 [2024-05-23 14:35:55.958] HW Partition tyep is UserData [2024-05-23 14:35:55.966] In: serial [2024-05-23 14:35:55.969] Out: serial [2024-05-23 14:35:55.969] Err: serial [2024-05-23 14:35:56.034] Boot in the UserData environment(0) [2024-05-23 14:35:56.037] Non-secure boot (secure boot flag is clear) [2024-05-23 14:35:56.053] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:35:56.055] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:35:56.055] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:35:56.055] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:35:56.082] Booting using the fdt blob at 0x23000000 [2024-05-23 14:35:56.082] Loading Kernel Image [2024-05-23 14:35:56.082] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:35:56.084] OPTEE is enabled [2024-05-23 14:35:56.084]=20 [2024-05-23 14:35:56.084] Starting kernel ... [2024-05-23 14:35:56.103]=20 [2024-05-23 14:35:57.023] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:35:57.042] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:35:57.071] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:35:57.071] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:35:57.071] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:35:57.112] [ 0.000000] efi: UEFI not found. [2024-05-23 14:35:57.112] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:35:57.112] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:35:57.112] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:35:57.112] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:35:57.175] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:35:57.175] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:35:57.175] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:35:57.175] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:35:57.175] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:35:57.246] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:35:57.360] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:35:57.360] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:35:57.360] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:35:57.360] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:35:57.360] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:35:57.360] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:35:57.360] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:35:57.515] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:35:57.515] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:35:57.515] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:35:57.515] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:35:57.515] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:35:57.515] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:35:57.515] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:35:57.515] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:35:57.515] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:35:57.515] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:35:57.515] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:35:57.739] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:35:57.739] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:35:57.739] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:35:57.739] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:35:57.739] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:35:57.739] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:35:57.739] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:35:57.739] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:35:57.739] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:35:57.739] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:35:57.739] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:35:57.967] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:35:57.967] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:35:57.967] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:35:57.967] [ 0.000000] Running RCU self tests [2024-05-23 14:35:57.967] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:35:57.967] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:35:57.967] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:35:57.967] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:35:57.967] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:35:57.967] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:35:57.967] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:35:57.967] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:35:57.967] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:35:57.967] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:35:57.967] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:35:58.013] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:35:58.013] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:35:58.013] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:35:58.013] [ 0.001458] Console: colour dummy device = 80x25 [2024-05-23 14:35:58.013] [ 0.001699] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:35:58.013] [ 0.001702] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:35:58.013] [ 0.001705] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:35:58.013] [ 0.001708] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:35:58.013] [ 0.001710] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:35:58.013] [ 0.001713] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:35:58.013] [ 0.001716] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:35:58.013] [ 0.001718] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:35:58.013] [ 0.001721] memory used by lock dependency = info: 7903 kB [2024-05-23 14:35:58.013] [ 0.001724] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:35:58.013] [ 0.001764] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:35:58.013] [ 0.001771] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:35:58.044] [ 0.002272] Security Framework initialized [2024-05-23 14:35:58.044] [ 0.002398] AppArmor: AppArmor initialized [2024-05-23 14:35:58.044] [ 0.002644] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:35:58.044] [ 0.002666] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:35:58.044] [ 0.019953] ASID allocator initialised with = 32768 entries [2024-05-23 14:35:58.044] [ 0.035854] Hierarchical SRCU = implementation. [2024-05-23 14:35:58.044] [ 0.062279] EFI services will not be = available. [2024-05-23 14:35:58.044] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:35:58.044] [ 0.120747] Detected VIPT I-cache on CPU1 [2024-05-23 14:35:58.044] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:35:58.044] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:35:58.044] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:35:58.044] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:35:58.044] [ 0.209331] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:35:58.044] [ 0.209706] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:35:58.044] [ 0.209747] SMP: Total of 4 processors = activated. [2024-05-23 14:35:58.044] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:35:58.044] [ 0.209782] CPU: All CPU(s) started at EL2 [2024-05-23 14:35:58.068] [ 0.209966] alternatives: patching kernel = code [2024-05-23 14:35:58.068] [ 0.210513] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:35:58.068] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:35:58.068] [ 0.213688] devtmpfs: initialized [2024-05-23 14:35:58.068] [ 0.403106] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:35:58.068] [ 0.403374] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:35:58.068] [ 0.412108] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:35:58.068] [ 0.413017] chipinfo: TCC8030 Rev02 [2024-05-23 14:35:58.068] [ 0.413032] chipinfo: SiP Service v0.1.56 [2024-05-23 14:35:58.068] [ 0.418370] NET: Registered protocol family = 16 [2024-05-23 14:35:58.068] [ 0.422344] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:35:58.068] [ 0.424305] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:35:58.068] [ 0.426036] cpuidle: using governor menu [2024-05-23 14:35:58.068] [ 0.426360] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:35:58.068] [ 0.440419] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:35:58.068] [ 0.440893] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:35:58.068] [ 0.440939] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.440984] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441028] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441071] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441115] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441159] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441203] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441247] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441290] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441333] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441377] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441421] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441464] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441507] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441565] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441609] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.441652] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.442016] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.442059] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:35:58.100] [ 0.442103] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442147] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442190] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442233] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442392] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442439] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442483] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442526] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442569] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442612] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442853] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442913] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.442957] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.443001] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.443044] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.443087] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.443130] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:35:58.166] [ 0.443334] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443378] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443421] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443464] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443508] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443551] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443594] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443637] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443681] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443724] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443780] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443823] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443866] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.443909] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.444445] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.444489] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.444659] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.444829] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:35:58.185] [ 0.445010] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445177] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445346] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445391] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445434] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445599] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445764] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445930] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.445974] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.446018] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.446061] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.446104] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.446293] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.446447] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:35:58.229] [ 0.446684] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:35:58.229] [ 0.446699] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:35:58.229] [ 0.528996] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:58.248] [ 0.529086] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:35:58.248] [ 1.675889] console [ttyAMA0] enabled [2024-05-23 14:35:58.248] [ 1.683548] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:35:58.248] [ 1.712373] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:35:58.248] [ 1.722674] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:35:58.248] [ 1.733250] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:35:58.248] [ 1.743506] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:35:58.332] [ 1.843287] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:35:58.351] [ 1.859429] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:35:58.367] [ 1.866325] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:35:58.373] [ 1.873114] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:35:58.373] [ 1.879481] Linux video capture interface: = v2.00 [2024-05-23 14:35:58.408] [ 1.885362] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:58.408] [ 1.885367] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:58.408] [ 1.885371] 6 locks held by swapper/0/1: [2024-05-23 14:35:58.417] [ 1.885374] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:58.417] [ 1.885401] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:58.437] [ 1.885417] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:58.452] [ 1.885435] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:58.452] [ 1.885449] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:58.452] [ 1.885466] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:58.468] [ 1.885484] irq event stamp: 288086 [2024-05-23 14:35:58.468] [ 1.885490] hardirqs last enabled at = (288085): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:58.484] [ 1.885495] hardirqs last disabled at = (288086): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:58.501] [ 1.885502] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:58.501] [ 1.885506] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:58.518] [ 1.885509] Preemption disabled at: [2024-05-23 14:35:58.518] [ 1.885514] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:58.518] [ 1.885523] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:35:58.518] [ 1.885526] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:58.531] [ 1.885530] Call trace: [2024-05-23 14:35:58.531] [ 1.885536] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:58.531] [ 1.885541] show_stack+0x14/0x20 [2024-05-23 14:35:58.531] [ 1.885547] dump_stack+0xb8/0xf0 [2024-05-23 14:35:58.534] [ 1.885552] ___might_sleep+0x178/0x210 [2024-05-23 14:35:58.534] [ 1.885556] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:58.534] [ 1.885560] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:58.557] [ 1.885566] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:58.571] [ 1.885573] gic_set_type+0x84/0x98 [2024-05-23 14:35:58.571] [ 1.885578] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:58.571] [ 1.885582] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:58.571] [ 1.885587] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:58.571] [ 1.885592] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:35:58.571] [ 1.885599] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:35:58.584] [ 1.885603] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:58.584] [ 1.885608] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:58.584] [ 1.885613] __driver_attach+0xfc/0x118 [2024-05-23 14:35:58.603] [ 1.885618] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:58.603] [ 1.885623] driver_attach+0x20/0x28 [2024-05-23 14:35:58.603] [ 1.885627] bus_add_driver+0x220/0x268 [2024-05-23 14:35:58.603] [ 1.885632] driver_register+0x60/0xf8 [2024-05-23 14:35:58.616] [ 1.885636] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:58.616] [ 1.885643] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:35:58.616] [ 1.885648] do_one_initcall+0x50/0x15c [2024-05-23 14:35:58.616] [ 1.885656] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:58.623] [ 1.885662] kernel_init+0x10/0x100 [2024-05-23 14:35:58.623] [ 1.885666] ret_from_fork+0x10/0x18 [2024-05-23 14:35:58.623] [ 1.891342] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:35:58.659] [ 2.138624] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:35:58.659] [ 2.152139] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:35:58.659] [ 2.159155] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:35:58.662] [ 2.163757] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:35:58.662] [ 2.168560] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:35:58.662] [ 2.173414] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:35:58.684] [ 2.177969] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:35:58.718] [ 2.231424] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:35:58.733] [ 2.243836] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:58.749] [ 2.261912] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:58.764] [ 2.277411] NET: Registered protocol family = 2 [2024-05-23 14:35:58.778] [ 2.284972] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:35:58.802] [ 2.292595] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:35:58.804] [ 2.303770] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:35:58.804] [ 2.311323] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:35:58.818] [ 2.318086] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:35:58.831] [ 2.326175] NET: Registered protocol family = 1 [2024-05-23 14:35:58.923] [ 2.433819] audit: initializing netlink = subsys (disabled) [2024-05-23 14:35:58.928] [ 2.440338] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:35:58.942] [ 2.440919] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:35:59.015] [ 2.523250] fuse init (API version 7.26) [2024-05-23 14:35:59.035] [ 2.537698] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:35:59.036] [ 2.547392] io scheduler noop registered = (default) [2024-05-23 14:35:59.051] [ 2.552233] io scheduler mq-deadline = registered [2024-05-23 14:35:59.051] [ 2.556795] io scheduler kyber registered [2024-05-23 14:35:59.055] [ 2.567357] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:59.065] [ 2.574208] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:59.079] [ 2.580712] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:35:59.091] [ 2.588322] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:59.138] [ 2.651159] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:59.148] [ 2.658846] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:59.160] [ 2.663725] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:35:59.162] [ 2.669154] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:59.162] [ 2.669788] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:59.186] [ 2.680543] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:59.186] [ 2.686751] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:35:59.186] [ 2.694318] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:59.211] [ 2.718982] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:59.213] [ 2.725807] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:59.228] [ 2.730464] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:35:59.228] [ 2.735891] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:59.228] [ 2.736471] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:35:59.244] [ 2.747223] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:35:59.244] [ 2.753431] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:35:59.260] [ 2.761046] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:35:59.315] [ 2.827740] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:35:59.322] [ 2.834784] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:35:59.335] [ 2.839383] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:35:59.351] [ 2.844809] fbX_probe : update_type =3D 1=20 [2024-05-23 14:35:59.353] [ 2.854762] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:35:59.353] [ 2.864381] [INF][WDMA] tcc_wdma_init [2024-05-23 14:35:59.394] [ 2.869170] TCC WDMA Driver Initializing [2024-05-23 14:35:59.394] [ 2.876617] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:35:59.394] [ 2.882800] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:35:59.404] [ 2.893229] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:35:59.404] [ 2.905872] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:35:59.420] [ 2.915359] [CPU_ID] probe is done [2024-05-23 14:35:59.422] [ 2.919126] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:35:59.422] [ 2.925777] [DRAM_TOOL] probe is done [2024-05-23 14:35:59.422] [ 2.933462] MALI-G51 : r30p0-01eac0 [2024-05-23 14:35:59.450] [ 2.936996] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:35:59.450] [ 2.946565] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:35:59.450] [ 2.946569] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:35:59.464] [ 2.946574] 6 locks held by swapper/0/1: [2024-05-23 14:35:59.466] [ 2.946577] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:35:59.466] [ 2.946604] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:35:59.491] [ 2.946619] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:35:59.491] [ 2.946637] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:59.491] [ 2.946651] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:35:59.510] [ 2.946667] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:59.522] [ 2.946686] irq event stamp: 453748 [2024-05-23 14:35:59.522] [ 2.946692] hardirqs last enabled at = (453747): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:35:59.535] [ 2.946697] hardirqs last disabled at = (453748): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:35:59.537] [ 2.946704] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:35:59.560] [ 2.946708] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:35:59.562] [ 2.946710] Preemption disabled at: [2024-05-23 14:35:59.562] [ 2.946716] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:35:59.562] [ 2.946725] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:35:59.585] [ 2.946728] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:35:59.598] [ 2.946732] Call trace: [2024-05-23 14:35:59.598] [ 2.946739] dump_backtrace+0x0/0x1d8 [2024-05-23 14:35:59.598] [ 2.946743] show_stack+0x14/0x20 [2024-05-23 14:35:59.598] [ 2.946749] dump_stack+0xb8/0xf0 [2024-05-23 14:35:59.598] [ 2.946754] ___might_sleep+0x178/0x210 [2024-05-23 14:35:59.598] [ 2.946758] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:35:59.600] [ 2.946763] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:35:59.600] [ 2.946769] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:35:59.600] [ 2.946776] gic_set_type+0x84/0x98 [2024-05-23 14:35:59.622] [ 2.946781] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:35:59.636] [ 2.946785] __setup_irq+0x76c/0x7f8 [2024-05-23 14:35:59.636] [ 2.946790] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:35:59.636] [ 2.946796] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:35:59.636] [ 2.946803] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:35:59.636] [ 2.946807] kbase_device_init+0x78/0xf8 [2024-05-23 14:35:59.647] [ 2.946813] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:35:59.647] [ 2.946817] platform_drv_probe+0x58/0xb8 [2024-05-23 14:35:59.647] [ 2.946822] = driver_probe_device+0x228/0x410 [2024-05-23 14:35:59.649] [ 2.946827] __driver_attach+0xfc/0x118 [2024-05-23 14:35:59.649] [ 2.946832] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:35:59.649] [ 2.946837] driver_attach+0x20/0x28 [2024-05-23 14:35:59.672] [ 2.946842] bus_add_driver+0x220/0x268 [2024-05-23 14:35:59.686] [ 2.946846] driver_register+0x60/0xf8 [2024-05-23 14:35:59.686] [ 2.946851] = __platform_driver_register+0x44/0x50 [2024-05-23 14:35:59.686] [ 2.946859] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:35:59.686] [ 2.946864] do_one_initcall+0x50/0x15c [2024-05-23 14:35:59.686] [ 2.946871] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:35:59.690] [ 2.946877] kernel_init+0x10/0x100 [2024-05-23 14:35:59.690] [ 2.946881] ret_from_fork+0x10/0x18 [2024-05-23 14:35:59.690] [ 2.948664] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:35:59.712] [ 3.203650] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:35:59.725] [ 3.210389] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:35:59.727] [ 3.228883] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:35:59.727] [ 3.236127] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:35:59.749] [ 3.248348] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:35:59.749] [ 3.254563] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:35:59.749] [ 3.258945] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:35:59.766] [ 3.266478] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:35:59.802] [ 3.315329] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:35:59.813] [ 3.325182] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:35:59.827] [ 3.333062] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:35:59.852] [ 3.344024] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:35:59.855] [ 3.349301] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:35:59.855] [ 3.360374] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:35:59.877] [ 3.369245] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:35:59.879] [ 3.388233] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:35:59.903] [ 3.403675] libphy: Fixed MDIO Bus: probed [2024-05-23 14:35:59.903] [ 3.408645] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:35:59.918] [ 3.421706] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:35:59.920] [ 3.422456] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:35:59.920] [ 3.423353] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:35:59.935] [ 3.427467] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:35:59.935] [ 3.428114] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:35:59.936] [ 3.428701] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:35:59.951] [ 3.429797] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:35:59.951] [ 3.440911] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:35:59.965] [ 3.440940] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:59.965] [ 3.440948] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:35:59.965] [ 3.440956] GPT:15269887 !=3D 15273599 [2024-05-23 14:35:59.979] [ 3.440963] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:35:59.979] [ 3.441081] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:35:59.995] [ 3.501492] [INFO][GAMC] gmac index : 1 [2024-05-23 14:35:59.995] [ 3.505978] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:36:00.009] [ 3.511148] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:36:00.021] [ 3.517146] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:00.021] [ 3.521537] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:36:00.023] [ 3.530242] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:36:00.046] [ 3.543998] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:36:00.051] [ 3.549881] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:00.051] [ 3.549894] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:36:00.051] [ 3.549900] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:36:00.065] [ 3.549912] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:00.077] [ 3.549924] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:36:00.077] [ 3.579035] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:36:00.103] [ 3.595049] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:36:00.107] [ 3.601703] usbhid: USB HID core driver [2024-05-23 14:36:00.107] [ 3.605898] optee: probing for conduit = method from DT. [2024-05-23 14:36:00.107] [ 3.611078] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:36:00.119] [ 3.612974] optee: initialized driver [2024-05-23 14:36:00.124] [ 3.622516] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:36:00.124] [ 3.628241] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:36:00.124] [ 3.633410] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:36:00.140] [ 3.638577] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:36:00.153] [ 3.644439] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:36:00.153] [ 3.650213] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:36:00.154] [ 3.656075] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:36:00.154] [ 3.662545] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:36:00.184] [ 3.669982] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:36:00.184] [ 3.677932] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:36:00.184] [ 3.691966] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:36:00.217] [ 3.700060] NET: Registered protocol family = 17 [2024-05-23 14:36:00.217] [ 3.705046] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:36:00.220] [ 3.723147] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:36:00.386] [ 3.892258] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:00.389] [ 3.892300] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:36:00.407] [ 3.908113] ALSA device list: [2024-05-23 14:36:00.407] [ 3.911108] No soundcards found. [2024-05-23 14:36:00.407] [ 3.917153] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:00.436] [ 3.938131] Freeing unused kernel memory: = 4160K [2024-05-23 14:36:00.440] Mounting devtmpfs [2024-05-23 14:36:00.453] [ 3.953012] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:36:00.455] Mounting procfs [2024-05-23 14:36:00.455] Mounting sysfs [2024-05-23 14:36:00.469] [ 3.978849] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:36:00.488] [ 4.000669] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:36:00.533] [ 4.045677] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:36:00.544] [ 4.055616] mount (97) used greatest stack = depth: 11536 bytes left [2024-05-23 14:36:00.562] [ 4.071273] mount (99) used greatest stack = depth: 11392 bytes left [2024-05-23 14:36:00.803] [ 4.314763] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:36:00.903] [ 4.415682] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:36:00.936] [ 4.443114] systemd[1]: Detected = architecture arm64. [2024-05-23 14:36:00.975]=20 [2024-05-23 14:36:00.975] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:36:00.990]=20 [2024-05-23 14:36:01.004] [ 4.504363] systemd[1]: Set hostname to = . [2024-05-23 14:36:01.005] [ 4.515742] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:36:01.032] [ 4.525049] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:36:01.249] [ 4.760652] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:36:01.276] [ 4.777753] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:36:01.314] [ 4.823179] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:36:01.324] [ 4.835287] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:36:01.515] [ 5.027572] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:36:01.590] [ OK ] Created slice User and Session Slice. [2024-05-23 14:36:01.607] [ OK ] Reached target Swap. [2024-05-23 14:36:01.637] [ OK ] Listening on Journal Socket. [2024-05-23 14:36:01.658] Mounting Kernel Debug File System... [2024-05-23 14:36:01.673] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:36:01.706] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:36:01.721] [ OK ] Listening on Syslog Socket. [2024-05-23 14:36:01.738] [ OK ] Reached target Paths. [2024-05-23 14:36:01.771] [ OK ] Listening on udev Control Socket. [2024-05-23 14:36:01.787] [ 5.291868] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:36:01.792] Starting udev Coldplug all Devices... [2024-05-23 14:36:01.821] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:36:01.845] Starting Apply Kernel Variables... [2024-05-23 14:36:01.888] Mounting Huge Pages File System... [2024-05-23 14:36:01.905] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:36:01.938] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:36:01.954] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:36:01.975] Starting mount data partition = service... [2024-05-23 14:36:02.007] Mounting FUSE Control File System... [2024-05-23 14:36:02.026] [ OK ] Reached target Slices. [2024-05-23 14:36:02.041] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:36:02.073] [ OK ] Created slice system-getty.slice. [2024-05-23 14:36:02.088] [ 5.589438] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:02.116] Starting Journal Service... [2024-05-23 14:36:02.116] [ OK ] Reached target Remote File Systems. [2024-05-23 14:36:02.139] Mounting POSIX Message Queue File = System... [2024-05-23 14:36:02.171] Mounting Configuration File System... [2024-05-23 14:36:02.231] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:36:02.262] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:36:02.303] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:36:02.324] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:36:02.354] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:36:02.388] [ OK ] Started mount data partition service. [2024-05-23 14:36:02.404] [ OK ] Started Journal Service. [2024-05-23 14:36:02.422] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:36:02.458] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:36:02.469] [ OK ] Mounted Configuration File System. [2024-05-23 14:36:02.526] Starting NS file System mount and = recovery.... [2024-05-23 14:36:02.562] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:36:02.601] Starting udev Kernel Device = Manager... [2024-05-23 14:36:02.622] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:36:02.648] Mounting /var/volatile... [2024-05-23 14:36:02.674] [ 6.167463] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:02.702] Mounting /tmp... [2024-05-23 14:36:02.744] [ OK ] Reached target Containers. [2024-05-23 14:36:02.749] [ 6.261532] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:02.768] [ 6.272356] mount (150) used greatest stack = depth: 11184 bytes left [2024-05-23 14:36:02.853] [ 6.365427] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:02.867] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:36:02.948] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:36:02.972] [ OK ] Mounted /var/volatile. [2024-05-23 14:36:02.988] [ OK ] Mounted /tmp. [2024-05-23 14:36:03.081] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:36:03.106] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:36:03.287] [ 6.797640] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:36:03.303] Starting Bind mount volatile = /var/cache... [2024-05-23 14:36:03.338] Starting Bind mount volatile = /var/lib... [2024-05-23 14:36:03.374] Starting Bind mount volatile = /var/spool... [2024-05-23 14:36:03.402] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:36:03.516] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:36:03.599] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:36:03.630] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:36:03.666] Starting Load/Save Random Seed... [2024-05-23 14:36:03.690] [ OK ] Reached target Local File Systems. [2024-05-23 14:36:03.712] Starting AppArmor initialization... [2024-05-23 14:36:03.745] Starting netfilter persistent = configuration... [2024-05-23 14:36:03.772] Starting Create Volatile Files and = Directories... [2024-05-23 14:36:03.808] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:36:03.907] [ 7.417866] audit: type=3D1400 = audit(1550139121.100:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:36:03.922] [ 7.432595] audit: type=3D1400 = audit(1550139121.112:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:36:03.960] [ 7.459408] audit: type=3D1400 = audit(1550139121.116:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:36:03.977] [ 7.476116] audit: type=3D1400 = audit(1550139121.116:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:36:04.002] [ 7.492686] audit: type=3D1400 = audit(1550139121.116:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:36:04.002] [ 7.509592] audit: type=3D1400 = audit(1550139121.116:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:36:04.019] [ 7.526390] audit: type=3D1400 = audit(1550139121.116:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:36:04.035] [ OK ] Started AppArmor initialization. [2024-05-23 14:36:04.059] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:36:04.090] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:36:04.121] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:36:04.134] [ OK ] Reached target Network (Pre). [2024-05-23 14:36:04.175] Starting Network Service... [2024-05-23 14:36:04.209] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:36:04.227] [ OK ] Reached target System Initialization. [2024-05-23 14:36:04.258] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:36:04.276] [ OK ] Reached target Sockets. [2024-05-23 14:36:04.282] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:36:04.298] [ OK ] Reached target Timers. [2024-05-23 14:36:04.316] [ OK ] Reached target Basic System. [2024-05-23 14:36:04.344] [ OK ] Started Kernel Logging Service. [2024-05-23 14:36:04.353] [ 7.864103] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:36:04.398] [ 7.900814] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:36:04.407] [ 7.906100] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:36:04.407] [[ 7.911779] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:36:04.409] OK ] Started System Logging Service. [2024-05-23 14:36:04.442] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:36:04.472] Starting Load Kernel Modules... [2024-05-23 14:36:04.502] Starting Login Service... [2024-05-23 14:36:04.537] [ OK ] Started NS VSync Process. [2024-05-23 14:36:04.557] [ 8.065390] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:36:04.573] [ 8.072607] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:36:04.576] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:36:04.592] [ 8.095591] Disabling lock debugging due to = kernel taint [2024-05-23 14:36:04.609] [ OK ] Started NS System Management Process. [2024-05-23 14:36:04.622] [ 8.134753] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:04.636] [ 8.139142] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:36:04.636] Start /usr/bin/sys-fail-mon [2024-05-23 14:36:04.657] [ 8.139153] [INFO][GMAC]=20 [2024-05-23 14:36:04.660] [ 8.157244] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:36:04.660] Starting NS Inter Domain Comm = Process... [2024-05-23 14:36:04.685] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:36:04.687] [ 8.197627] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:36:04.693] [ 8.203347] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:36:04.721] [ 8.213617] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:36:04.721] [ 8.219236] libphy: tcc-gmac-mdio: probed [2024-05-23 14:36:04.721] [ 8.219242] [INFO][GMAC] registered! [2024-05-23 14:36:04.721] [ 8.219245] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:36:04.723] [ 8.219250] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:36:04.747] [ 8.240300] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:36:04.747] [ 8.242817] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:04.751] [ 8.244214] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:36:04.788] [ 8.244231] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:36:04.788] [ 8.244972] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:36:04.788] [ 8.244980] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:36:04.788] [ 8.247939] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:04.790] [ 8.260046] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:36:04.813] [ 8.260960] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:04.813] [ 8.260963] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:36:04.813] [ 8.260965] INFO: lockdep is turned off. [2024-05-23 14:36:04.827] [ 8.260967] irq event stamp: 24813 [2024-05-23 14:36:04.841] [ 8.260981] hardirqs last enabled at = (24813): [<000000001067c9db>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:04.841] [ 8.260985] hardirqs last disabled at = (24812): [<000000009b10bc6f>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:04.844] [ 8.260993] softirqs last enabled at (0): = [<0000000091d9b7a4>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:04.872] [ 8.260995] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:04.872] [ 8.260997] Preemption disabled at: [2024-05-23 14:36:04.872] [ 8.261004] [<00000000d1f3a4b8>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:04.872] [ 8.261011] CPU: 0 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:36:04.874] [ 8.261012] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:04.901] [ 8.261015] Call trace: [2024-05-23 14:36:04.901] [ 8.261020] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:04.901] [ 8.261023] show_stack+0x14/0x20 [2024-05-23 14:36:04.901] [ 8.261027] dump_stack+0xb8/0xf0 [2024-05-23 14:36:04.901] [ 8.261031] ___might_sleep+0x178/0x210 [2024-05-23 14:36:04.901] [ 8.261034] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:04.901] [ 8.261040] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:04.904] [ 8.261044] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:04.927] [ 8.261049] gic_set_type+0x84/0x98 [2024-05-23 14:36:04.927] [ 8.261053] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:04.927] [ 8.261057] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:04.927] [ 8.261061] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:04.927] [ 8.261087] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:36:04.927] [ 8.261105] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:36:04.941] [ 8.261110] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:04.941] [ 8.261115] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:04.941] [ 8.261118] __driver_attach+0xfc/0x118 [2024-05-23 14:36:04.943] [ 8.261122] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:04.968] [ 8.261126] driver_attach+0x20/0x28 [2024-05-23 14:36:04.968] [ 8.261129] bus_add_driver+0x220/0x268 [2024-05-23 14:36:04.968] [ 8.261133] driver_register+0x60/0xf8 [2024-05-23 14:36:04.968] [ 8.261136] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:04.968] [ 8.261154] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:36:04.968] [ 8.261158] do_one_initcall+0x50/0x15c [2024-05-23 14:36:04.970] [ 8.261162] do_init_module+0x54/0x1b0 [2024-05-23 14:36:04.995] [ 8.261165] load_module+0x1e70/0x2428 [2024-05-23 14:36:04.995] [ 8.261168] SyS_finit_module+0xe4/0x118 [2024-05-23 14:36:04.995] [ 8.261171] el0_svc_naked+0x34/0x38 [2024-05-23 14:36:04.995] [ 8.269612] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:36:04.995] [ 8.272178] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:36:04.995] [ 8.275538] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:36:05.009] [ 8.276162] Done!! [2024-05-23 14:36:05.009] [ 8.296766] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:36:05.009] [ 8.296808] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:36:05.024] [ 8.296808] -- MASTER Configuration. [2024-05-23 14:36:05.027] [ 8.296808] -- Local Receiver Status Not = OK. [2024-05-23 14:36:05.027] [ 8.296808] -- Remote Receiver Status Not = OK. [2024-05-23 14:36:05.027] [ 8.296825] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:36:05.052] [ 8.296828] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:36:05.052] [ 8.297190] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:36:05.052] [ 8.301167] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:36:05.052] [ 8.301171] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:36:05.066] [ 8.301176] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:36:05.085] [ 8.301176] =20 [2024-05-23 14:36:05.085] [ 8.301488] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:36:05.085] [ 8.301649] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:36:05.098] [ 8.301652] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:36:05.098] [ 8.301657] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:36:05.098] [ 8.301657] =20 [2024-05-23 14:36:05.098] [ 8.301800] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:36:05.100] [ 8.301815] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:36:05.100] [ 8.301819] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:36:05.121] [ 8.301823] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:36:05.127] [ 8.301830] [INFO][GMAC] --] phy_start: : [2024-05-23 14:36:05.127] [ 8.305020] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:36:05.127] [ 8.353101] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:36:05.127] [ 8.355342] Done!! [2024-05-23 14:36:05.127] [ 8.410639] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.151] [ 8.449212] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:36:05.164] [ 8.451562] Done!! [2024-05-23 14:36:05.164] [ 8.518633] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.164] [ 8.626626] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.164] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:36:05.164] [ OK ] Started Network Service. [2024-05-23 14:36:05.166] [ OK ] Started Load Kernel Modules. [2024-05-23 14:36:05.166] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:36:05.189] [ OK ] Started Cluster Framework. [2024-05-23 14:36:05.192] [ OK ] Started HUD Framework. [2024-05-23 14:36:05.215] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:36:05.220] parents, child is 319 [2024-05-23 14:36:05.220] [IDC]Start. [2024-05-23 14:36:05.220] [ 8.724346] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:36:05.233] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:36:05.236] [ 8.734923] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.236] [IDC](A7)ConnectReq 0 [2024-05-23 14:36:05.256] [IDC](A7)do_connect 0 [2024-05-23 14:36:05.279] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:36:05.279] [IDC](A7)Tx start session req 1 [2024-05-23 14:36:05.279] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:36:05.279] [IDC](R5)ConnectReq 0 [2024-05-23 14:36:05.279] [IDC](R5)do_connect 0 [2024-05-23 14:36:05.279] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:36:05.279] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:36:05.279] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:36:05.295] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:36:05.295] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:36:05.295] [IDC](A7)Session connected. [2024-05-23 14:36:05.295] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:36:05.295] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:36:05.295] [IDC](R5)Session connected.2 [2024-05-23 14:36:05.295] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:36:05.295] [ OK ] Started Nvm Process. [2024-05-23 14:36:05.318] [ OK ] Started NS hsm control application. [2024-05-23 14:36:05.339] [ OK ] Started Diagnosis Framework. [2024-05-23 14:36:05.349] [ 8.861021] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.387] [ OK ] Started Diagnosis Transport. [2024-05-23 14:36:05.408] [ OK ] Started NS Software Update. [2024-05-23 14:36:05.449] [ OK ] Started NS Secondary Verify. [2024-05-23 14:36:05.455] [ OK ] Reached target Network. [2024-05-23 14:36:05.473] [ 8.970041] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:36:05.473] [ 8.979926] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.499] Starting udev Coldplug all Devices... [2024-05-23 14:36:05.571] Starting Permit User Sessions... [2024-05-23 14:36:05.591] [ 9.096376] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.600] Starting Wait for Network to be = Configured... [2024-05-23 14:36:05.643] [ OK ] Started Login Service. [2024-05-23 14:36:05.662] [ OK ] Started Permit User Sessions. [2024-05-23 14:36:05.692] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:36:05.697] [ OK ] Started Getty on tty1. [2024-05-23 14:36:05.711] [ 9.206686] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.738] m OK ] Reached target Login Prompts. [2024-05-23 14:36:05.738] [ OK ] Reached target Multi-User System. [2024-05-23 14:36:05.738] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:36:05.740] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:36:05.767] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:36:05.776] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:36:05.811] [ 9.318727] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:05.935] [ 9.432618] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:06.375] [ 9.886875] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:36:06.385] [ 9.895327] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:36:07.361] [ 10.872440] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:36:07.370] [ 10.880823] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:36:07.808] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:36:12.049]=20 [2024-05-23 14:36:12.049] telechips-nsp1-release login:=20 [2024-05-23 14:36:14.849]=20 [2024-05-23 14:36:14.849] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:36:14.876]=20 [2024-05-23 14:36:14.876] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:36:14.876] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:36:14.876] DRAM: 2 GiB [2024-05-23 14:36:14.885] MMC: sdhc@0x16440000: 0 [2024-05-23 14:36:15.177]=20 [2024-05-23 14:36:15.177] HW Partition tyep is UserData [2024-05-23 14:36:15.199] In: serial [2024-05-23 14:36:15.203] Out: serial [2024-05-23 14:36:15.203] Err: serial [2024-05-23 14:36:15.254] Boot in the UserData environment(0) [2024-05-23 14:36:15.257] Non-secure boot (secure boot flag is clear) [2024-05-23 14:36:15.279] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:36:15.279] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:36:15.279] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:36:15.279] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:36:15.292] Booting using the fdt blob at 0x23000000 [2024-05-23 14:36:15.293] Loading Kernel Image [2024-05-23 14:36:15.316] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:36:15.319] OPTEE is enabled [2024-05-23 14:36:15.319]=20 [2024-05-23 14:36:15.319] Starting kernel ... [2024-05-23 14:36:15.319]=20 [2024-05-23 14:36:16.237] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:36:16.242] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:36:16.256] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:36:16.270] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:36:16.270] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:36:16.272] [ 0.000000] efi: UEFI not found. [2024-05-23 14:36:16.297] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:36:16.297] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:36:16.297] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:36:16.299] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:36:16.323] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:36:16.323] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:36:16.323] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:36:16.339] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:36:16.339] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:36:16.354] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:36:16.354] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:36:16.372] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:36:16.372] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:36:16.389] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:36:16.389] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:36:16.408] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:36:16.408] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:36:16.411] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:36:16.437] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:36:16.437] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:36:16.437] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:36:16.452] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:36:16.454] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:36:16.479] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:36:16.479] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:36:16.479] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:36:16.479] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:36:16.479] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:36:16.492] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:36:16.494] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:36:16.518] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:36:16.523] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:36:16.523] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:36:16.523] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:36:16.523] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:36:16.551] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:36:16.551] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:36:16.565] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:36:16.567] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:36:16.599] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:36:16.599] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:36:16.599] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:36:16.599] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:36:16.619] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:36:16.619] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:36:16.619] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:36:16.639] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:36:16.653] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:36:16.653] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:36:16.668] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:36:16.668] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:36:16.672] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:36:16.672] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:36:16.696] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:36:16.696] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:36:16.696] [ 0.000000] Running RCU self tests [2024-05-23 14:36:16.696] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:36:16.701] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:36:16.725] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:36:16.737] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:36:16.737] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:36:16.737] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:36:16.737] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:36:16.739] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:36:16.739] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:36:16.762] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:36:16.764] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:36:16.764] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:36:16.785] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:36:16.796] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:36:16.796] [ 0.001456] Console: colour dummy device = 80x25 [2024-05-23 14:36:16.796] [ 0.001697] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:36:16.798] [ 0.001700] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:36:16.798] [ 0.001703] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:36:16.798] [ 0.001706] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:36:16.824] [ 0.001708] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:36:16.824] [ 0.001711] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:36:16.824] [ 0.001714] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:36:16.824] [ 0.001716] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:36:16.824] [ 0.001719] memory used by lock dependency = info: 7903 kB [2024-05-23 14:36:16.834] [ 0.001722] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:36:16.836] [ 0.001762] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:36:16.863] [ 0.001770] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:36:16.863] [ 0.002267] Security Framework initialized [2024-05-23 14:36:16.863] [ 0.002391] AppArmor: AppArmor initialized [2024-05-23 14:36:16.863] [ 0.002638] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:36:16.863] [ 0.002660] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:36:16.879] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:36:16.882] [ 0.035860] Hierarchical SRCU = implementation. [2024-05-23 14:36:16.882] [ 0.062276] EFI services will not be = available. [2024-05-23 14:36:16.882] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:36:16.906] [ 0.120750] Detected VIPT I-cache on CPU1 [2024-05-23 14:36:16.906] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:36:16.906] [ 0.164996] Detected VIPT I-cache on CPU2 [2024-05-23 14:36:16.906] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:36:16.906] [ 0.209281] Detected VIPT I-cache on CPU3 [2024-05-23 14:36:16.919] [ 0.209333] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:36:16.932] [ 0.209707] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:36:16.932] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:36:16.933] [ 0.209764] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:36:16.933] [ 0.209784] CPU: All CPU(s) started at EL2 [2024-05-23 14:36:16.933] [ 0.209965] alternatives: patching kernel = code [2024-05-23 14:36:16.958] [ 0.210508] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:36:16.958] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:36:16.958] [ 0.213695] devtmpfs: initialized [2024-05-23 14:36:16.958] [ 0.403524] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:36:16.958] [ 0.403788] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:36:16.974] [ 0.412553] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:36:16.974] [ 0.413479] chipinfo: TCC8030 Rev02 [2024-05-23 14:36:16.974] [ 0.413495] chipinfo: SiP Service v0.1.56 [2024-05-23 14:36:16.988] [ 0.418921] NET: Registered protocol family = 16 [2024-05-23 14:36:16.988] [ 0.422926] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:36:16.988] [ 0.424844] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:36:17.007] [ 0.426609] cpuidle: using governor menu [2024-05-23 14:36:17.007] [ 0.426843] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:36:17.028] [ 0.440907] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:36:17.032] [ 0.441376] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:36:17.032] [ 0.441423] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:36:17.032] [ 0.441468] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:36:17.032] [ 0.441511] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:36:17.032] [ 0.441555] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:36:17.045] [ 0.441598] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:36:17.060] [ 0.441642] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:36:17.060] [ 0.441685] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:36:17.083] [ 0.441729] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:36:17.083] [ 0.441773] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:36:17.083] [ 0.441816] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:36:17.085] [ 0.441941] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:36:17.085] [ 0.441986] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:36:17.085] [ 0.442030] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:36:17.085] [ 0.442073] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:36:17.085] [ 0.442132] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:36:17.109] [ 0.442175] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:36:17.130] [ 0.442219] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:36:17.130] [ 0.442612] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:36:17.130] [ 0.442656] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:36:17.130] [ 0.442700] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:36:17.142] [ 0.442743] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:36:17.142] [ 0.442787] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:36:17.142] [ 0.442830] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:36:17.142] [ 0.442873] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:36:17.142] [ 0.442917] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:36:17.144] [ 0.442960] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:36:17.144] [ 0.443003] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:36:17.169] [ 0.443046] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:36:17.169] [ 0.443090] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:36:17.169] [ 0.443328] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:36:17.169] [ 0.443386] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:36:17.171] [ 0.443430] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:36:17.195] [ 0.443473] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:36:17.195] [ 0.443516] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:36:17.195] [ 0.443559] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:36:17.195] [ 0.443603] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:36:17.195] [ 0.443793] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:36:17.211] [ 0.443837] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:36:17.211] [ 0.443880] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:36:17.215] [ 0.443923] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:36:17.228] [ 0.443967] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:36:17.240] [ 0.444010] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:36:17.240] [ 0.444053] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:36:17.254] [ 0.444096] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:36:17.254] [ 0.444140] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:36:17.254] [ 0.444183] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:36:17.256] [ 0.444238] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:36:17.256] [ 0.444282] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:36:17.256] [ 0.444325] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:36:17.282] [ 0.444368] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:36:17.282] [ 0.444903] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:36:17.282] [ 0.444947] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:36:17.282] [ 0.445118] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:36:17.284] [ 0.445289] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:36:17.307] [ 0.445474] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:36:17.307] [ 0.445641] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:36:17.307] [ 0.445807] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:36:17.307] [ 0.445851] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:36:17.307] [ 0.445984] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:36:17.323] [ 0.446195] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:36:17.337] [ 0.446386] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:36:17.337] [ 0.446570] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:36:17.341] [ 0.446614] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:36:17.341] [ 0.446657] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:36:17.341] [ 0.446700] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:36:17.363] [ 0.446744] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:36:17.365] [ 0.446923] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:36:17.365] [ 0.446967] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:36:17.365] [ 0.447176] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:36:17.365] [ 0.447189] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:36:17.389] [ 0.529780] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:36:17.389] [ 0.529873] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:17.389] [ 1.676750] console [ttyAMA0] enabled [2024-05-23 14:36:17.402] [ 1.684456] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:36:17.420] [ 1.713297] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:36:17.433] [ 1.723656] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:36:17.447] [ 1.734168] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:36:17.464] [ 1.744489] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:36:17.552] [ 1.844561] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:36:17.568] [ 1.860921] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:36:17.583] [ 1.867818] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:36:17.583] [ 1.874603] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:36:17.607] [ 1.880973] Linux video capture interface: = v2.00 [2024-05-23 14:36:17.607] [ 1.886715] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:17.631] [ 1.886719] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:36:17.633] [ 1.886723] 6 locks held by swapper/0/1: [2024-05-23 14:36:17.633] [ 1.886726] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:36:17.633] [ 1.886755] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:36:17.648] [ 1.886770] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:17.650] [ 1.886788] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:17.676] [ 1.886803] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:17.676] [ 1.886819] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:17.676] [ 1.886838] irq event stamp: 288058 [2024-05-23 14:36:17.676] [ 1.886844] hardirqs last enabled at = (288057): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:17.690] [ 1.886849] hardirqs last disabled at = (288058): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:17.703] [ 1.886857] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:17.705] [ 1.886861] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:17.733] [ 1.886863] Preemption disabled at: [2024-05-23 14:36:17.733] [ 1.886869] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:17.733] [ 1.886878] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:36:17.733] [ 1.886881] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:17.733] [ 1.886885] Call trace: [2024-05-23 14:36:17.735] [ 1.886891] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:17.758] [ 1.886896] show_stack+0x14/0x20 [2024-05-23 14:36:17.771] [ 1.886901] dump_stack+0xb8/0xf0 [2024-05-23 14:36:17.771] [ 1.886907] ___might_sleep+0x178/0x210 [2024-05-23 14:36:17.771] [ 1.886910] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:17.771] [ 1.886915] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:17.771] [ 1.886921] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:17.771] [ 1.886927] gic_set_type+0x84/0x98 [2024-05-23 14:36:17.773] [ 1.886932] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:17.773] [ 1.886937] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:17.773] [ 1.886942] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:17.797] [ 1.886947] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:36:17.797] [ 1.886953] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:36:17.797] [ 1.886958] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:17.797] [ 1.886963] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:17.797] [ 1.886967] __driver_attach+0xfc/0x118 [2024-05-23 14:36:17.797] [ 1.886972] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:17.810] [ 1.886977] driver_attach+0x20/0x28 [2024-05-23 14:36:17.812] [ 1.886982] bus_add_driver+0x220/0x268 [2024-05-23 14:36:17.812] [ 1.886987] driver_register+0x60/0xf8 [2024-05-23 14:36:17.812] [ 1.886991] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:17.838] [ 1.886997] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:36:17.838] [ 1.887002] do_one_initcall+0x50/0x15c [2024-05-23 14:36:17.838] [ 1.887009] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:36:17.838] [ 1.887014] kernel_init+0x10/0x100 [2024-05-23 14:36:17.838] [ 1.887019] ret_from_fork+0x10/0x18 [2024-05-23 14:36:17.838] [ 1.892853] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:36:17.868] [ 2.140147] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:36:17.871] [ 2.153714] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:36:17.871] [ 2.160718] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:36:17.888] [ 2.165320] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:36:17.889] [ 2.170124] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:36:17.889] [ 2.174972] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:36:17.889] [ 2.179526] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:36:17.941] [ 2.233075] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:36:17.952] [ 2.245556] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:17.972] [ 2.263490] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:17.988] [ 2.279414] NET: Registered protocol family = 2 [2024-05-23 14:36:18.004] [ 2.287242] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:36:18.004] [ 2.294865] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:36:18.026] [ 2.306162] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:36:18.026] [ 2.313526] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:36:18.050] [ 2.320372] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:36:18.052] [ 2.328565] NET: Registered protocol family = 1 [2024-05-23 14:36:18.143] [ 2.436473] audit: initializing netlink = subsys (disabled) [2024-05-23 14:36:18.153] [ 2.442725] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:36:18.169] [ 2.443355] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:36:18.233] [ 2.525605] fuse init (API version 7.26) [2024-05-23 14:36:18.254] [ 2.543747] modprobe (66) used greatest = stack depth: 13024 bytes left [2024-05-23 14:36:18.271] [ 2.553618] io scheduler noop registered = (default) [2024-05-23 14:36:18.275] [ 2.558676] io scheduler mq-deadline = registered [2024-05-23 14:36:18.275] [ 2.563239] io scheduler kyber registered [2024-05-23 14:36:18.301] [ 2.574057] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:18.303] [ 2.581167] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:18.303] [ 2.587379] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:36:18.303] [ 2.594995] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:18.365] [ 2.657394] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:18.374] [ 2.665121] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:18.388] [ 2.669974] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:36:18.388] [ 2.675402] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:18.388] [ 2.676016] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:18.411] [ 2.686772] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:18.411] [ 2.692982] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:36:18.411] [ 2.700538] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:18.438] [ 2.724631] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:18.440] [ 2.731409] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:18.454] [ 2.736026] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:36:18.455] [ 2.741452] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:18.455] [ 2.742005] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:18.482] [ 2.752758] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:18.482] [ 2.758966] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:36:18.482] [ 2.766581] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:18.540] [ 2.832223] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:18.547] [ 2.838973] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:18.564] [ 2.843569] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:36:18.566] [ 2.848996] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:18.580] [ 2.858685] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:36:18.580] [ 2.868396] [INF][WDMA] tcc_wdma_init [2024-05-23 14:36:18.580] [ 2.873244] TCC WDMA Driver Initializing [2024-05-23 14:36:18.620] [ 2.880063] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:36:18.620] [ 2.886144] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:36:18.623] [ 2.896900] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:18.623] [ 2.909614] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:36:18.646] [ 2.918990] [CPU_ID] probe is done [2024-05-23 14:36:18.646] [ 2.922784] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:36:18.646] [ 2.929547] [DRAM_TOOL] probe is done [2024-05-23 14:36:18.646] [ 2.936943] MALI-G51 : r30p0-01eac0 [2024-05-23 14:36:18.680] [ 2.940474] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:36:18.680] [ 2.950089] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:18.680] [ 2.950094] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:36:18.683] [ 2.950098] 6 locks held by swapper/0/1: [2024-05-23 14:36:18.683] [ 2.950101] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:36:18.704] [ 2.950130] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:36:18.704] [ 2.950146] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:18.704] [ 2.950164] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:18.721] [ 2.950178] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:18.722] [ 2.950194] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:18.744] [ 2.950213] irq event stamp: 453744 [2024-05-23 14:36:18.744] [ 2.950219] hardirqs last enabled at = (453743): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:18.744] [ 2.950224] hardirqs last disabled at = (453744): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:18.759] [ 2.950232] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:18.773] [ 2.950235] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:18.773] [ 2.950238] Preemption disabled at: [2024-05-23 14:36:18.773] [ 2.950243] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:18.795] [ 2.950252] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:36:18.795] [ 2.950255] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:18.795] [ 2.950259] Call trace: [2024-05-23 14:36:18.795] [ 2.950265] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:18.808] [ 2.950270] show_stack+0x14/0x20 [2024-05-23 14:36:18.821] [ 2.950275] dump_stack+0xb8/0xf0 [2024-05-23 14:36:18.821] [ 2.950281] ___might_sleep+0x178/0x210 [2024-05-23 14:36:18.821] [ 2.950285] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:18.823] [ 2.950289] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:18.823] [ 2.950295] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:18.823] [ 2.950302] gic_set_type+0x84/0x98 [2024-05-23 14:36:18.847] [ 2.950307] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:18.859] [ 2.950312] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:18.859] [ 2.950317] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:18.859] [ 2.950323] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:36:18.859] [ 2.950329] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:36:18.859] [ 2.950334] kbase_device_init+0x78/0xf8 [2024-05-23 14:36:18.859] [ 2.950340] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:36:18.863] [ 2.950345] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:18.863] [ 2.950350] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:18.863] [ 2.950355] __driver_attach+0xfc/0x118 [2024-05-23 14:36:18.886] [ 2.950360] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:18.886] [ 2.950365] driver_attach+0x20/0x28 [2024-05-23 14:36:18.886] [ 2.950369] bus_add_driver+0x220/0x268 [2024-05-23 14:36:18.886] [ 2.950374] driver_register+0x60/0xf8 [2024-05-23 14:36:18.886] [ 2.950378] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:18.886] [ 2.950386] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:36:18.924] [ 2.950391] do_one_initcall+0x50/0x15c [2024-05-23 14:36:18.924] [ 2.950398] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:36:18.924] [ 2.950404] kernel_init+0x10/0x100 [2024-05-23 14:36:18.924] [ 2.950408] ret_from_fork+0x10/0x18 [2024-05-23 14:36:18.924] [ 2.951987] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:36:18.936] [ 3.207230] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:36:18.936] [ 3.213971] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:36:18.938] [ 3.228330] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:36:18.968] [ 3.235431] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:36:18.968] [ 3.247571] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:36:18.968] [ 3.253789] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:36:18.968] [ 3.258171] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:36:18.991] [ 3.265778] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:36:19.019] [ 3.313001] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:36:19.030] [ 3.320603] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:36:19.046] [ 3.328453] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:36:19.047] [ 3.340669] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:36:19.061] [ 3.345949] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:36:19.075] [ 3.357055] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:36:19.098] [ 3.365979] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:36:19.100] [ 3.384820] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:36:19.124] [ 3.400307] libphy: Fixed MDIO Bus: probed [2024-05-23 14:36:19.124] [ 3.405288] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:36:19.138] [ 3.418297] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:36:19.140] [ 3.420279] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:36:19.140] [ 3.421005] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:36:19.155] [ 3.424731] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:36:19.158] [ 3.425396] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:36:19.158] [ 3.425998] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:36:19.182] [ 3.427132] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:36:19.195] [ 3.436791] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:36:19.195] [ 3.436820] GPT:15269887 !=3D 15273599 [2024-05-23 14:36:19.195] [ 3.436828] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:36:19.195] [ 3.436835] GPT:15269887 !=3D 15273599 [2024-05-23 14:36:19.201] [ 3.436842] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:36:19.201] [ 3.436955] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:36:19.230] [ 3.498039] [INFO][GAMC] gmac index : 1 [2024-05-23 14:36:19.230] [ 3.502597] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:36:19.230] [ 3.507765] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:36:19.230] [ 3.513930] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:19.230] [ 3.518321] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:36:19.257] [ 3.526875] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:36:19.258] [ 3.540871] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:36:19.258] [ 3.546784] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:19.274] [ 3.546796] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:36:19.289] [ 3.546803] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:36:19.289] [ 3.546815] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:19.289] [ 3.546827] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:36:19.291] [ 3.575610] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:36:19.320] [ 3.591561] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:36:19.325] [ 3.598218] usbhid: USB HID core driver [2024-05-23 14:36:19.325] [ 3.602424] optee: probing for conduit = method from DT. [2024-05-23 14:36:19.325] [ 3.607603] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:36:19.325] [ 3.609576] optee: initialized driver [2024-05-23 14:36:19.327] [ 3.619082] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:36:19.357] [ 3.624797] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:36:19.357] [ 3.629966] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:36:19.357] [ 3.635133] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:36:19.357] [ 3.640908] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:36:19.357] [ 3.646683] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:36:19.371] [ 3.652545] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:36:19.374] [ 3.659014] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:36:19.396] [ 3.666501] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:36:19.403] [ 3.674451] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:36:19.403] [ 3.688093] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:36:19.406] [ 3.697467] NET: Registered protocol family = 17 [2024-05-23 14:36:19.432] [ 3.702403] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:36:19.432] [ 3.720829] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:36:19.603] [ 3.889900] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:19.608] [ 3.889944] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:36:19.624] [ 3.905745] ALSA device list: [2024-05-23 14:36:19.624] [ 3.908738] No soundcards found. [2024-05-23 14:36:19.624] [ 3.914596] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:19.645] [ 3.935486] Freeing unused kernel memory: = 4160K [2024-05-23 14:36:19.670] Mounting devtmpfs [2024-05-23 14:36:19.672] [ 3.950736] mount (90) used greatest stack = depth: 12816 bytes left [2024-05-23 14:36:19.672] Mounting procfs [2024-05-23 14:36:19.672] Mounting sysfs [2024-05-23 14:36:19.677] [ 3.970346] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:36:19.706] [ 3.998304] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:36:19.745] [ 4.038297] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:36:19.757] [ 4.047237] mount (97) used greatest stack = depth: 11648 bytes left [2024-05-23 14:36:19.773] [ 4.062570] mount (99) used greatest stack = depth: 11264 bytes left [2024-05-23 14:36:20.015] [ 4.304426] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:36:20.110] [ 4.402512] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:36:20.137] [ 4.430383] systemd[1]: Detected = architecture arm64. [2024-05-23 14:36:20.183]=20 [2024-05-23 14:36:20.183] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:36:20.195]=20 [2024-05-23 14:36:20.202] [ 4.493849] systemd[1]: Set hostname to = . [2024-05-23 14:36:20.216] [ 4.505141] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:36:20.245] [ 4.514343] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:36:20.475] [ 4.767859] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:36:20.500] [ 4.784975] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:36:20.541] [ 4.828399] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:36:20.547] [ 4.840498] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:36:20.738] [ 5.028800] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:36:20.805] [ OK ] Reached target Paths. [2024-05-23 14:36:20.823] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:36:20.837] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:36:20.853] [ OK ] Reached target Remote File Systems. [2024-05-23 14:36:20.869] [ OK ] Reached target Swap. [2024-05-23 14:36:20.888] [ OK ] Listening on Syslog Socket. [2024-05-23 14:36:20.909] [ OK ] Listening on udev Control Socket. [2024-05-23 14:36:20.942] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:36:20.957] [ OK ] Created slice system-getty.slice. [2024-05-23 14:36:20.974] [ OK ] Listening on Journal Socket. [2024-05-23 14:36:20.991] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:36:21.027] Mounting Huge Pages File System... [2024-05-23 14:36:21.071] Mounting Kernel Debug File System... [2024-05-23 14:36:21.118] Mounting FUSE Control File System... [2024-05-23 14:36:21.123] [ 5.414848] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:36:21.157] Mounting Configuration File System... [2024-05-23 14:36:21.182] Starting Apply Kernel Variables... [2024-05-23 14:36:21.216] Mounting POSIX Message Queue File = System... [2024-05-23 14:36:21.251] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:36:21.286] Starting mount data partition = service... [2024-05-23 14:36:21.311] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:36:21.340] Starting Journal Service... [2024-05-23 14:36:21.358] [ OK ] Created slice User and Session Slice. [2024-05-23 14:36:21.376] [ OK ] Reached target Slices. [2024-05-23 14:36:21.409] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:36:21.424] [ 5.706073] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:21.450] Starting udev Coldplug all Devices... [2024-05-23 14:36:21.527] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:36:21.558] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:36:21.562] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:36:21.598] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:36:21.601] [ OK ] Mounted Configuration File System. [2024-05-23 14:36:21.623] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:36:21.642] [ OK ] Started Journal Service. [2024-05-23 14:36:21.675] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:36:21.691] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:36:21.725] [ OK ] Started mount data partition service. [2024-05-23 14:36:21.773] Starting NS file System mount and = recovery.... [2024-05-23 14:36:21.817] Starting udev Kernel Device = Manager... [2024-05-23 14:36:21.848] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:36:21.875] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:36:21.892] [ OK ] Reached target Containers. [2024-05-23 14:36:21.908] [ 6.198448] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:21.944] Mounting /tmp... [2024-05-23 14:36:21.975] Mounting /var/volatile... [2024-05-23 14:36:21.995] [ 6.283384] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:22.084] [ OK ] Started udev Kernel Device Manager.[ = 6.382030] EXT4-fs (mmcblk0p36): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:36:22.111] =0A= [2024-05-23 14:36:22.177] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:36:22.209] [ OK ] Mounted /tmp. [2024-05-23 14:36:22.225] [ OK ] Mounted /var/volatile. [2024-05-23 14:36:22.312] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:36:22.420] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:36:22.530] [ 6.823998] systemd-journald[126]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:36:22.555] Starting Bind mount volatile = /var/spool... [2024-05-23 14:36:22.580] Starting Bind mount volatile = /var/cache... [2024-05-23 14:36:22.610] Starting Bind mount volatile = /var/lib... [2024-05-23 14:36:22.642] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:36:22.849] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:36:22.876] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:36:22.905] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:36:22.939] Starting Load/Save Random Seed... [2024-05-23 14:36:22.959] [ OK ] Reached target Local File Systems. [2024-05-23 14:36:22.983] Starting netfilter persistent = configuration... [2024-05-23 14:36:23.016] Starting AppArmor initialization... [2024-05-23 14:36:23.050] Starting Create Volatile Files and = Directories... [2024-05-23 14:36:23.085] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:36:23.196] [ 7.489721] audit: type=3D1400 = audit(1550139121.180:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:36:23.235] [ 7.515635] audit: type=3D1400 = audit(1550139121.184:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:36:23.249] [ 7.532642] audit: type=3D1400 = audit(1550139121.184:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:36:23.263] [ 7.549239] audit: type=3D1400 = audit(1550139121.184:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:36:23.289] [[ 7.565590] audit: type=3D1400 = audit(1550139121.184:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:36:23.294] OK ] [ 7.582621] audit: type=3D1400 = audit(1550139121.184:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:36:23.308] Started AppArmor initial[ 7.599926] audit: = type=3D1400 audit(1550139121.184:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:36:23.337] ization. [2024-05-23 14:36:23.363] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:36:23.378] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:36:23.555] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:36:23.576] [ OK ] Reached target Network (Pre). [2024-05-23 14:36:23.614] Starting Network Service... [2024-05-23 14:36:23.643] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:36:23.674] [ OK ] Reached target System Initialization. [2024-05-23 14:36:23.681] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:36:23.696] [ OK ] Reached target Timers. [2024-05-23 14:36:23.726] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:36:23.744] [ OK ] Reached target Sockets. [2024-05-23 14:36:23.760] [ OK ] Reached target Basic System. [2024-05-23 14:36:23.778] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:36:23.812] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:36:23.846] [ 8.126614] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:36:23.849] [ OK ] Started Kernel Logging Service. [2024-05-23 14:36:23.877] Starting Login Service... [2024-05-23 14:36:23.898] [ 8.190838] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:36:23.914] [ 8.197283] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:36:23.914] [ 8.202674] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:36:23.927] [ OK ] Started NS VSync Process. [2024-05-23 14:36:23.960] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:36:24.003] [ OK ] Started NS System Management Process. [2024-05-23 14:36:24.012] [ 8.302268] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:36:24.043] Starting NS Inter Domain Comm = Process... [2024-05-23 14:36:24.085] [ OK ] Started System Logging Service.Start = /usr/bin/sys-fail-mon[ 8.389293] ns_vsync_register_isr irq_num:85 [2024-05-23 14:36:24.103]=20 [2024-05-23 14:36:24.103]=20 [2024-05-23 14:36:24.127] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:36:24.151] [ 8.429150] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:24.155] [ 8.429303] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:36:24.262] [ 8.429318] [INFO][GMAC]=20 [2024-05-23 14:36:24.265] [ 8.538987] libphy: tcc-gmac-mdio: probed [2024-05-23 14:36:24.278] [ 8.538998] [INFO][GMAC] registered! [2024-05-23 14:36:24.278] [ 8.539005] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:36:24.278] [ 8.539014] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:36:24.294] Starting Load Kernel Modules... [2024-05-23 14:36:24.296] [ OK ] Started Network Service. [2024-05-23 14:36:24.310] [ 8.598367] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:36:24.312] [ 8.604192] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:36:24.339] [ 8.618500] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:36:24.339] [ 8.619260] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:36:24.353] [ 8.619312] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:36:24.362] [ 8.619312] -- MASTER Configuration. [2024-05-23 14:36:24.362] [ 8.619312] -- Local Receiver Status Not = OK. [2024-05-23 14:36:24.362] [ 8.619312] -- Remote Receiver Status Not = OK. [2024-05-23 14:36:24.365] [ 8.619358] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:36:24.388] [ 8.619365] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:36:24.390] [ 8.623465] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:24.390] [ 8.623470] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:36:24.390] [ 8.623475] 5 locks held by = systemd-network/261: [2024-05-23 14:36:24.413] [ 8.623478] #0: (rtnl_mutex){+.+.}, at: = [<0000000023f54058>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:36:24.427] [ 8.623505] #1: = (&desc->request_mutex){+.+.}, at: [<00000000aa4c5b82>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:24.427] [ 8.623524] #2: = (&irq_desc_lock_class){-...}, at: [<00000000c4d4bc51>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:24.446] [ 8.623539] #3: (rcu_read_lock){....}, = at: [<000000000bd5157a>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:24.446] [ 8.623555] #4: (&picinfo->lock){....}, = at: [<00000000ecb17036>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:24.448] [ 8.623574] irq event stamp: 74288 [2024-05-23 14:36:24.448] [ 8.623579] hardirqs last enabled at = (74287): [<00000000b428e20c>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:24.448] [ 8.623584] hardirqs last disabled at = (74288): [<00000000645699f4>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:24.477] [ 8.623592] softirqs last enabled at (0): = [<00000000c2fab87e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:24.477] [ 8.623596] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:24.477] [ 8.623598] Preemption disabled at: [2024-05-23 14:36:24.482] [ 8.623604] [<00000000c4d4bc51>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:24.504] [ 8.623614] CPU: 2 PID: 261 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:36:24.517] [ 8.623616] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:24.517] [ 8.623620] Call trace: [2024-05-23 14:36:24.517] [ 8.623626] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:24.517] [ 8.623631] show_stack+0x14/0x20 [2024-05-23 14:36:24.519] [ 8.623637] dump_stack+0xb8/0xf0 [2024-05-23 14:36:24.519] [ 8.623642] ___might_sleep+0x178/0x210 [2024-05-23 14:36:24.519] [ 8.623646] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:24.519] [ 8.623651] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:24.545] [ 8.623657] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:24.545] [ 8.623663] gic_set_type+0x84/0x98 [2024-05-23 14:36:24.545] [ 8.623668] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:24.545] [ 8.623673] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:24.545] [ 8.623678] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:24.545] [ 8.623685] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:36:24.548] [ 8.623690] __dev_open+0x100/0x150 [2024-05-23 14:36:24.570] [ 8.623694] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:36:24.574] [ 8.623698] dev_change_flags+0x20/0x60 [2024-05-23 14:36:24.574] [ 8.623702] do_setlink+0x3ec/0xc30 [2024-05-23 14:36:24.574] [ 8.623707] rtnl_setlink+0xcc/0x128 [2024-05-23 14:36:24.574] [ 8.623711] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:36:24.574] [ 8.623716] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:36:24.574] [ 8.623720] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:36:24.613] [ 8.623724] netlink_unicast+0x180/0x1f8 [2024-05-23 14:36:24.638] [ 8.623728] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:36:24.638] [ 8.623735] sock_sendmsg+0x3c/0x58 [2024-05-23 14:36:24.638] [ 8.623740] SyS_sendto+0xd0/0x140 [2024-05-23 14:36:24.638] [ 8.623745] el0_svc_naked+0x34/0x38 [2024-05-23 14:36:24.638] [ 8.631858] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:36:24.638] [ 8.664666] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:36:24.638] [ 8.664727] Disabling lock debugging due to = kernel taint [2024-05-23 14:36:24.638] [ 8.665944] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:36:24.640] [ 8.665949] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:36:24.640] [ 8.665956] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:36:24.640] [ 8.665956] =20 [2024-05-23 14:36:24.640] [ 8.666478] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:36:24.640] [ 8.666839] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:36:24.663] [ 8.666844] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:36:24.678] [ 8.666849] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:36:24.678] [ 8.666849] =20 [2024-05-23 14:36:24.678] [ 8.667014] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:36:24.678] [ 8.667029] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:36:24.678] [ 8.667033] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:36:24.689] [ 8.667037] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:36:24.689] [ 8.667045] [INFO][GMAC] --] phy_start: : [2024-05-23 14:36:24.689] [ 8.672187] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:36:24.691] [ 8.780179] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:24.691] [ 8.892161] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:24.691] [ 8.982995] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:36:24.716] [ 8.990363] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:24.716] [ 9.000162] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:24.716] [ 9.007524] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:36:24.732] [ 9.013219] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:36:24.732] [ 9.022897] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:36:24.747] [ 9.030756] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:36:24.747] Starting Wait f[ 9.037550] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:24.761] or Network to be Configured... [2024-05-23 14:36:24.763] [ OK ] Reached target Network. [2024-05-23 14:36:24.788] [ 9.062995] =3D=3D=3D=3D=3D=3D=3D> = VPU Device drivers initializing!! Start --- [2024-05-23 14:36:24.788] Starting udev Coldplug all Devices... [2024-05-23 14:36:24.788] Starting Permit User Sessions... [2024-05-23 14:36:24.816] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:36:24.819] [ OK ] Started Permit User Sessions. [2024-05-23 14:36:24.819] [ 9.097127] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:36:24.843] [ 9.105437] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:36:24.847] [ 9.108266] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:24.847] [ OK ] Started Getty on tty1. [2024-05-23 14:36:24.847] parents, child is 321 [2024-05-23 14:36:24.849] [ OK ] Started Serial Getty on ttyAMA0.[ = 9.142463] [VPU] vpu_venc Driver(id:5) Initialized. [2024-05-23 14:36:24.862] =0A= [2024-05-23 14:36:24.862] [IDC]Start. [2024-05-23 14:36:24.862] [IDC]Idc driver open[ 9.146000] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:36:24.878] ed. ret=3D3 [2024-05-23 14:36:24.878] [IDC](A7)ConnectReq 0 [2024-05-23 14:36:24.878] [[IDC](A7)do_connect 0[ 9.165225] Done!! [2024-05-23 14:36:24.878] =0A= [2024-05-23 14:36:24.878] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:36:24.899] [IDC](A7)Tx start session req 1 [2024-05-23 14:36:24.899] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:36:24.899] [IDC](R5)ConnectReq 0 [2024-05-23 14:36:24.899] [IDC](R5)do_connect 0 [2024-05-23 14:36:24.899] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:36:24.899] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:36:24.899] OK [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:36:24.918] ] Reached target Login = Prompts.[IDC](R5)Session status 1 -> 2 [2024-05-23 14:36:24.942]=20 [2024-05-23 14:36:24.942] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:36:24.942] [IDC](A7)Session connected. [2024-05-23 14:36:24.942] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:36:24.942] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:36:24.942] [ OK ] Started Cluster Framework. [2024-05-23 14:36:24.961] [IDC](R5)Session connected.2 [2024-05-23 14:36:24.961] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:36:24.961] [ 9.218377] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:24.961] 32m OK ] Started HUD Framework. [2024-05-23 14:36:24.977] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:36:24.998] [ OK ] Started Nvm Process. [2024-05-23 14:36:25.041] [ 9.299946] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:36:25.047] [ 9.332212] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:25.094] [ 9.381872] Done!! [2024-05-23 14:36:25.144] [ OK ] Started NS hsm control application. [2024-05-23 14:36:25.162] [ 9.455887] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:25.188] [ 9.472233] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:36:25.190] [ OK ] Started Diagnosis Framework. [2024-05-23 14:36:25.276] [ 9.568270] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:25.342] [ OK ] Started NS Software Update. [2024-05-23 14:36:25.388] [ 9.662639] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:36:25.395] [ 9.675162] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:25.410] [ 9.675168] in_atomic(): 1, = irqs_disabled(): 128, pid: 303, name: systemd-modules [2024-05-23 14:36:25.410] [ 9.675173] INFO: lockdep is turned off. [2024-05-23 14:36:25.427] [ 9.675177] irq event stamp: 24951 [2024-05-23 14:36:25.427] [ 9.675215] hardirqs last enabled at = (24951): [<00000000b428e20c>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:25.428] [ 9.675220] hardirqs last disabled at = (24950): [<00000000645699f4>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:25.453] [ 9.675238] softirqs last enabled at (0): = [<00000000c2fab87e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:25.453] [ 9.675241] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:25.466] [ 9.675243] Preemption disabled at: [2024-05-23 14:36:25.478] [ 9.675257] [<00000000c4d4bc51>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:25.478] [ 9.675268] CPU: 3 PID: 303 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:36:25.480] [ 9.675270] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:25.480] [ 9.675276] Call trace: [2024-05-23 14:36:25.503] [ 9.675284] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:25.516] [ 9.675288] show_stack+0x14/0x20 [2024-05-23 14:36:25.516] [ 9.675296] dump_stack+0xb8/0xf0 [2024-05-23 14:36:25.516] [ 9.675302] ___might_sleep+0x178/0x210 [2024-05-23 14:36:25.516] [ 9.675305] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:25.516] [ 9.675316] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:25.516] [ 9.675323] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:25.518] [ 9.675334] gic_set_type+0x84/0x98 [2024-05-23 14:36:25.518] [ 9.675338] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:25.518] [ 9.675341] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:25.518] [ 9.675345] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:25.543] [ 9.675400] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:36:25.543] [ 9.675419] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:36:25.543] [ 9.675430] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:25.543] [ 9.675438] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:25.543] [ 9.675442] __driver_attach+0xfc/0x118 [2024-05-23 14:36:25.545] [ 9.675446] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:25.567] [ 9.675450] driver_attach+0x20/0x28 [2024-05-23 14:36:25.580] [ 9.675454] bus_add_driver+0x220/0x268 [2024-05-23 14:36:25.580] [ 9.675458] driver_register+0x60/0xf8 [2024-05-23 14:36:25.580] [ 9.675461] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:25.580] [ 9.675475] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:36:25.580] [ 9.675481] do_one_initcall+0x50/0x15c [2024-05-23 14:36:25.594] [ 9.675489] do_init_module+0x54/0x1b0 [2024-05-23 14:36:25.594] [ 9.675493] load_module+0x1e70/0x2428 [2024-05-23 14:36:25.594] [ 9.675497] SyS_finit_module+0xe4/0x118 [2024-05-23 14:36:25.612] [ 9.675500] el0_svc_naked+0x34/0x38 [2024-05-23 14:36:25.612] [ 9.680588] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:25.612] [ 9.681952] Done!! [2024-05-23 14:36:25.627] [ OK ] Started NS Secondary Verify. [2024-05-23 14:36:25.646] [ OK ] Started Diagnosis Transport. [2024-05-23 14:36:25.682] [ OK ] Started Load Kernel Modules. [2024-05-23 14:36:25.712] [ 9.998441] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:25.814] [ OK ] Started Login Service. [2024-05-23 14:36:25.828] [ OK ] Reached target Multi-User System. [2024-05-23 14:36:25.862] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:36:25.879] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:36:25.977] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:36:26.013] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:36:26.256] [ 10.539898] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:36:26.267] [ 10.539905] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:36:26.641] [ 10.918218] sched: RT throttling activated [2024-05-23 14:36:27.160] [ 11.452757] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:36:27.171] [ 11.461140] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:36:27.609] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:36:31.140]=20 [2024-05-23 14:36:31.140] telechips-nsp1-release login:=20 [2024-05-23 14:36:35.078]=20 [2024-05-23 14:36:35.078] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:36:35.082]=20 [2024-05-23 14:36:35.082] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:36:35.082] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:36:35.105] DRAM: 2 GiB [2024-05-23 14:36:35.130] MMC: sdhc@0x16440000: 0 [2024-05-23 14:36:35.400]=20 [2024-05-23 14:36:35.400] HW Partition tyep is UserData [2024-05-23 14:36:35.415] In: serial [2024-05-23 14:36:35.415] Out: serial [2024-05-23 14:36:35.415] Err: serial [2024-05-23 14:36:35.477] Boot in the UserData environment(0) [2024-05-23 14:36:35.481] Non-secure boot (secure boot flag is clear) [2024-05-23 14:36:35.496] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:36:35.496] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:36:35.496] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:36:35.510] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:36:35.523] Booting using the fdt blob at 0x23000000 [2024-05-23 14:36:35.523] Loading Kernel Image [2024-05-23 14:36:35.525] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:36:35.545] OPTEE is enabled [2024-05-23 14:36:35.550]=20 [2024-05-23 14:36:35.550] Starting kernel ... [2024-05-23 14:36:35.550]=20 [2024-05-23 14:36:36.461] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:36:36.466] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:36:36.483] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:36:36.485] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:36:36.516] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:36:36.516] [ 0.000000] efi: UEFI not found. [2024-05-23 14:36:36.516] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:36:36.516] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:36:36.516] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:36:36.532] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:36:36.537] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:36:36.560] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:36:36.573] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:36:36.573] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:36:36.573] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:36:36.575] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:36:36.600] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:36:36.600] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:36:36.600] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:36:36.602] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:36:36.629] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:36:36.629] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:36:36.629] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:36:36.643] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:36:36.656] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:36:36.658] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:36:36.658] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:36:36.685] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:36:36.685] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:36:36.685] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:36:36.698] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:36:36.710] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:36:36.710] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:36:36.710] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:36:36.723] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:36:36.723] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:36:36.725] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:36:36.725] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:36:36.750] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:36:36.750] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:36:36.750] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:36:36.750] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:36:36.780] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:36:36.780] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:36:36.795] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:36:36.795] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:36:36.831] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:36:36.833] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:36:36.833] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:36:36.833] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:36:36.833] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:36:36.850] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:36:36.850] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:36:36.865] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:36:36.867] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:36:36.891] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:36:36.903] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:36:36.903] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:36:36.903] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:36:36.905] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:36:36.928] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:36:36.931] [ 0.000000] Running RCU self tests [2024-05-23 14:36:36.931] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:36:36.931] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:36:36.931] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:36:36.931] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:36:36.956] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:36:36.956] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:36:36.956] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:36:36.956] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:36:36.958] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:36:36.983] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:36:36.983] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:36:36.983] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:36:37.001] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:36:37.001] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:36:37.001] [ 0.001479] Console: colour dummy device = 80x25 [2024-05-23 14:36:37.027] [ 0.001718] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:36:37.027] [ 0.001721] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:36:37.027] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:36:37.036] [ 0.001726] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:36:37.036] [ 0.001729] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:36:37.038] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:36:37.038] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:36:37.038] [ 0.001737] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:36:37.063] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:36:37.063] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:36:37.063] [ 0.001783] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:36:37.065] [ 0.001791] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:36:37.090] [ 0.002294] Security Framework initialized [2024-05-23 14:36:37.090] [ 0.002422] AppArmor: AppArmor initialized [2024-05-23 14:36:37.090] [ 0.002669] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:36:37.090] [ 0.002691] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:36:37.092] [ 0.019948] ASID allocator initialised with = 32768 entries [2024-05-23 14:36:37.117] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:36:37.117] [ 0.062274] EFI services will not be = available. [2024-05-23 14:36:37.117] [ 0.076117] smp: Bringing up secondary CPUs = ... [2024-05-23 14:36:37.117] [ 0.120744] Detected VIPT I-cache on CPU1 [2024-05-23 14:36:37.117] [ 0.120819] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:36:37.122] [ 0.164993] Detected VIPT I-cache on CPU2 [2024-05-23 14:36:37.152] [ 0.165051] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:36:37.181] [ 0.209273] Detected VIPT I-cache on CPU3 [2024-05-23 14:36:37.181] [ 0.209325] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:36:37.181] [ 0.209701] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:36:37.181] [ 0.209742] SMP: Total of 4 processors = activated. [2024-05-23 14:36:37.181] [ 0.209758] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:36:37.181] [ 0.209778] CPU: All CPU(s) started at EL2 [2024-05-23 14:36:37.196] [ 0.209962] alternatives: patching kernel = code [2024-05-23 14:36:37.196] [ 0.210540] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:36:37.196] [ 0.213100] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:36:37.196] [ 0.213745] devtmpfs: initialized [2024-05-23 14:36:37.196] [ 0.403303] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:36:37.196] [ 0.403568] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:36:37.201] [ 0.412294] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:36:37.201] [ 0.413215] chipinfo: TCC8030 Rev02 [2024-05-23 14:36:37.201] [ 0.413231] chipinfo: SiP Service v0.1.56 [2024-05-23 14:36:37.220] [ 0.418530] NET: Registered protocol family = 16 [2024-05-23 14:36:37.245] [ 0.422524] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:36:37.245] [ 0.424453] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:36:37.245] [ 0.426171] cpuidle: using governor menu [2024-05-23 14:36:37.245] [ 0.426441] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:36:37.253] [ 0.440518] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:36:37.253] [ 0.440996] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:36:37.253] [ 0.441043] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:36:37.253] [ 0.441088] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:36:37.268] [ 0.441131] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:36:37.268] [ 0.441175] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:36:37.287] [ 0.441219] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:36:37.287] [ 0.441262] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:36:37.287] [ 0.441305] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:36:37.300] [ 0.441349] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:36:37.300] [ 0.441392] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:36:37.300] [ 0.441436] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:36:37.300] [ 0.441480] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:36:37.314] [ 0.441541] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:36:37.314] [ 0.441585] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:36:37.314] [ 0.441629] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:36:37.322] [ 0.441673] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:36:37.322] [ 0.441716] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:36:37.322] [ 0.441760] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:36:37.327] [ 0.442238] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:36:37.342] [ 0.442283] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:36:37.344] [ 0.442326] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:36:37.344] [ 0.442370] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:36:37.344] [ 0.442413] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:36:37.361] [ 0.442456] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:36:37.361] [ 0.442500] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:36:37.361] [ 0.442543] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:36:37.370] [ 0.442587] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:36:37.374] [ 0.442630] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:36:37.374] [ 0.442686] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:36:37.390] [ 0.442730] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:36:37.390] [ 0.442969] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:36:37.390] [ 0.443013] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:36:37.400] [ 0.443056] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:36:37.402] [ 0.443100] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:36:37.417] [ 0.443142] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:36:37.420] [ 0.443186] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:36:37.420] [ 0.443228] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:36:37.420] [ 0.443429] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:36:37.436] [ 0.443473] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:36:37.436] [ 0.443516] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:36:37.436] [ 0.443559] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:36:37.445] [ 0.443602] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:36:37.454] [ 0.443645] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:36:37.455] [ 0.443688] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:36:37.455] [ 0.443746] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:36:37.470] [ 0.443790] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:36:37.470] [ 0.443833] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:36:37.470] [ 0.443876] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:36:37.484] [ 0.443919] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:36:37.484] [ 0.443963] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:36:37.486] [ 0.444006] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:36:37.504] [ 0.444537] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:36:37.504] [ 0.444595] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:36:37.504] [ 0.444765] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:36:37.511] [ 0.444937] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:36:37.519] [ 0.445106] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:36:37.523] [ 0.445270] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:36:37.523] [ 0.445436] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:36:37.537] [ 0.445480] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:36:37.539] [ 0.445523] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:36:37.539] [ 0.445689] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:36:37.554] [ 0.445853] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:36:37.556] [ 0.446033] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:36:37.556] [ 0.446078] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:36:37.570] [ 0.446122] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:36:37.580] [ 0.446254] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:36:37.580] [ 0.446298] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:36:37.582] [ 0.446512] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:36:37.582] [ 0.446576] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:36:37.596] [ 0.446808] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:36:37.598] [ 0.446821] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:36:37.598] [ 0.529211] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:36:37.613] [ 0.529303] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:37.615] [ 1.676080] console [ttyAMA0] enabled [2024-05-23 14:36:37.615] [ 1.683783] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:36:37.643] [ 1.712615] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:36:37.657] [ 1.722898] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:36:37.666] [ 1.733506] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:36:37.678] [ 1.743749] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:36:37.776] [ 1.843597] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:36:37.793] [ 1.859720] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:36:37.808] [ 1.866618] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:36:37.808] [ 1.873408] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:36:37.827] [ 1.879778] Linux video capture interface: = v2.00 [2024-05-23 14:36:37.827] [ 1.885699] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:37.842] [ 1.885703] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:36:37.842] [ 1.885707] 6 locks held by swapper/0/1: [2024-05-23 14:36:37.842] [ 1.885710] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:36:37.858] [ 1.885736] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:36:37.860] [ 1.885752] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:37.887] [ 1.885770] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:37.887] [ 1.885785] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:37.896] [ 1.885801] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:37.908] [ 1.885820] irq event stamp: 288018 [2024-05-23 14:36:37.908] [ 1.885825] hardirqs last enabled at = (288017): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:37.925] [ 1.885830] hardirqs last disabled at = (288018): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:37.929] [ 1.885838] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:37.929] [ 1.885842] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:37.954] [ 1.885844] Preemption disabled at: [2024-05-23 14:36:37.954] [ 1.885850] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:37.954] [ 1.885858] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:36:37.954] [ 1.885861] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:37.955] [ 1.885865] Call trace: [2024-05-23 14:36:37.971] [ 1.885871] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:37.977] [ 1.885876] show_stack+0x14/0x20 [2024-05-23 14:36:37.977] [ 1.885881] dump_stack+0xb8/0xf0 [2024-05-23 14:36:37.977] [ 1.885886] ___might_sleep+0x178/0x210 [2024-05-23 14:36:37.977] [ 1.885890] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:37.977] [ 1.885895] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:37.995] [ 1.885901] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:38.008] [ 1.885908] gic_set_type+0x84/0x98 [2024-05-23 14:36:38.008] [ 1.885912] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:38.008] [ 1.885917] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:38.008] [ 1.885922] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:38.018] [ 1.885927] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:36:38.018] [ 1.885933] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:36:38.018] [ 1.885938] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:38.020] [ 1.885943] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:38.020] [ 1.885948] __driver_attach+0xfc/0x118 [2024-05-23 14:36:38.020] [ 1.885953] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:38.038] [ 1.885958] driver_attach+0x20/0x28 [2024-05-23 14:36:38.038] [ 1.885962] bus_add_driver+0x220/0x268 [2024-05-23 14:36:38.038] [ 1.885967] driver_register+0x60/0xf8 [2024-05-23 14:36:38.038] [ 1.885971] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:38.040] [ 1.885979] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:36:38.055] [ 1.885984] do_one_initcall+0x50/0x15c [2024-05-23 14:36:38.055] [ 1.885991] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:36:38.055] [ 1.885997] kernel_init+0x10/0x100 [2024-05-23 14:36:38.055] [ 1.886001] ret_from_fork+0x10/0x18 [2024-05-23 14:36:38.065] [ 1.891568] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:36:38.074] [ 2.138948] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:36:38.085] [ 2.152556] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:36:38.094] [ 2.159585] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:36:38.096] [ 2.164187] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:36:38.113] [ 2.168990] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:36:38.113] [ 2.173814] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:36:38.113] [ 2.178369] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:36:38.162] [ 2.231722] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:36:38.174] [ 2.244314] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:38.199] [ 2.262457] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:38.208] [ 2.278015] NET: Registered protocol family = 2 [2024-05-23 14:36:38.217] [ 2.285631] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:36:38.228] [ 2.293253] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:36:38.238] [ 2.304332] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:36:38.251] [ 2.311743] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:36:38.253] [ 2.318505] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:36:38.276] [ 2.326606] NET: Registered protocol family = 1 [2024-05-23 14:36:38.366] [ 2.434542] audit: initializing netlink = subsys (disabled) [2024-05-23 14:36:38.373] [ 2.441052] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:36:38.385] [ 2.441679] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:36:38.457] [ 2.523746] fuse init (API version 7.26) [2024-05-23 14:36:38.473] [ 2.538045] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:36:38.488] [ 2.547784] io scheduler noop registered = (default) [2024-05-23 14:36:38.490] [ 2.552624] io scheduler mq-deadline = registered [2024-05-23 14:36:38.490] [ 2.557198] io scheduler kyber registered [2024-05-23 14:36:38.510] [ 2.568106] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:38.512] [ 2.575059] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:38.522] [ 2.581269] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:36:38.530] [ 2.589103] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:38.582] [ 2.651770] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:38.593] [ 2.659513] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:38.611] [ 2.664392] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:36:38.613] [ 2.669820] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:38.613] [ 2.670459] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:38.613] [ 2.681213] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:38.625] [ 2.687422] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:36:38.626] [ 2.695221] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:38.655] [ 2.719588] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:38.658] [ 2.726416] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:38.667] [ 2.731196] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:36:38.667] [ 2.736623] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:38.684] [ 2.737214] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:38.684] [ 2.747967] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:38.686] [ 2.754175] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:36:38.704] [ 2.761791] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:38.759] [ 2.828171] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:38.767] [ 2.835159] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:38.776] [ 2.839785] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:36:38.788] [ 2.845212] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:38.792] [ 2.855695] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:36:38.803] [ 2.865341] [INF][WDMA] tcc_wdma_init [2024-05-23 14:36:38.803] [ 2.870133] TCC WDMA Driver Initializing [2024-05-23 14:36:38.823] [ 2.877230] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:36:38.825] [ 2.883423] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:36:38.840] [ 2.893874] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:38.842] [ 2.906516] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:36:38.855] [ 2.915956] [CPU_ID] probe is done [2024-05-23 14:36:38.857] [ 2.919700] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:36:38.873] [ 2.926324] [DRAM_TOOL] probe is done [2024-05-23 14:36:38.880] [ 2.933613] MALI-G51 : r30p0-01eac0 [2024-05-23 14:36:38.880] [ 2.937141] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:36:38.882] [ 2.947304] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:38.895] [ 2.947309] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:36:38.896] [ 2.947315] 6 locks held by swapper/0/1: [2024-05-23 14:36:38.914] [ 2.947318] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:36:38.914] [ 2.947345] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:36:38.924] [ 2.947360] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:38.926] [ 2.947378] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:38.945] [ 2.947392] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:38.945] [ 2.947409] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:38.956] [ 2.947428] irq event stamp: 453622 [2024-05-23 14:36:38.956] [ 2.947434] hardirqs last enabled at = (453621): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:38.969] [ 2.947439] hardirqs last disabled at = (453622): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:38.983] [ 2.947446] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:38.992] [ 2.947450] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:38.996] [ 2.947452] Preemption disabled at: [2024-05-23 14:36:38.996] [ 2.947457] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:39.014] [ 2.947468] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:36:39.014] [ 2.947471] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:39.014] [ 2.947475] Call trace: [2024-05-23 14:36:39.016] [ 2.947481] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:39.035] [ 2.947486] show_stack+0x14/0x20 [2024-05-23 14:36:39.035] [ 2.947491] dump_stack+0xb8/0xf0 [2024-05-23 14:36:39.035] [ 2.947496] ___might_sleep+0x178/0x210 [2024-05-23 14:36:39.035] [ 2.947500] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:39.035] [ 2.947505] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:39.045] [ 2.947511] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:39.056] [ 2.947518] gic_set_type+0x84/0x98 [2024-05-23 14:36:39.056] [ 2.947523] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:39.058] [ 2.947528] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:39.058] [ 2.947532] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:39.058] [ 2.947538] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:36:39.078] [ 2.947544] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:36:39.078] [ 2.947548] kbase_device_init+0x78/0xf8 [2024-05-23 14:36:39.078] [ 2.947555] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:36:39.078] [ 2.947559] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:39.079] [ 2.947564] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:39.098] [ 2.947569] __driver_attach+0xfc/0x118 [2024-05-23 14:36:39.098] [ 2.947574] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:39.098] [ 2.947579] driver_attach+0x20/0x28 [2024-05-23 14:36:39.098] [ 2.947583] bus_add_driver+0x220/0x268 [2024-05-23 14:36:39.098] [ 2.947588] driver_register+0x60/0xf8 [2024-05-23 14:36:39.112] [ 2.947592] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:39.123] [ 2.947600] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:36:39.123] [ 2.947604] do_one_initcall+0x50/0x15c [2024-05-23 14:36:39.124] [ 2.947611] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:36:39.124] [ 2.947617] kernel_init+0x10/0x100 [2024-05-23 14:36:39.124] [ 2.947622] ret_from_fork+0x10/0x18 [2024-05-23 14:36:39.145] [ 2.949250] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:36:39.145] [ 3.204089] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:36:39.145] [ 3.210827] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:36:39.161] [ 3.224770] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:36:39.180] [ 3.232559] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:36:39.182] [ 3.244884] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:36:39.182] [ 3.251104] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:36:39.194] [ 3.255514] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:36:39.194] [ 3.263169] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:36:39.242] [ 3.311644] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:36:39.255] [ 3.322479] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:36:39.267] [ 3.330332] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:36:39.287] [ 3.340589] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:36:39.288] [ 3.345866] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:36:39.288] [ 3.356940] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:36:39.308] [ 3.365834] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:36:39.322] [ 3.385052] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:36:39.330] [ 3.390716] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:36:39.346] [ 3.391498] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:36:39.346] [ 3.395210] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:36:39.347] [ 3.395959] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:36:39.367] [ 3.396626] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:36:39.367] [ 3.397786] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:36:39.367] [ 3.408083] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:36:39.381] [ 3.408113] GPT:15269887 !=3D 15273599 [2024-05-23 14:36:39.391] [ 3.408121] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:36:39.391] [ 3.408129] GPT:15269887 !=3D 15273599 [2024-05-23 14:36:39.393] [ 3.408136] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:36:39.393] [ 3.408251] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:36:39.412] [ 3.475716] libphy: Fixed MDIO Bus: probed [2024-05-23 14:36:39.412] [ 3.480687] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:36:39.426] [ 3.493777] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:36:39.439] [ 3.498308] [INFO][GAMC] gmac index : 1 [2024-05-23 14:36:39.440] [ 3.502746] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:36:39.440] [ 3.507913] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:36:39.452] [ 3.513890] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:39.452] [ 3.518281] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:36:39.474] [ 3.526653] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:36:39.478] [ 3.540458] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:36:39.492] [ 3.546635] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:39.493] [ 3.546648] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:36:39.493] [ 3.546655] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:36:39.495] [ 3.546666] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:39.515] [ 3.546678] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:36:39.515] [ 3.575873] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:36:39.522] [ 3.591948] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:36:39.538] [ 3.598602] usbhid: USB HID core driver [2024-05-23 14:36:39.538] [ 3.602798] optee: probing for conduit = method from DT. [2024-05-23 14:36:39.559] [ 3.607978] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:36:39.561] [ 3.609842] optee: initialized driver [2024-05-23 14:36:39.561] [ 3.619438] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:36:39.561] [ 3.625158] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:36:39.563] [ 3.630327] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:36:39.575] [ 3.635494] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:36:39.575] [ 3.641269] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:36:39.587] [ 3.647044] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:36:39.587] [ 3.652906] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:36:39.599] [ 3.659375] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:36:39.601] [ 3.666822] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:36:39.621] [ 3.674772] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:36:39.621] [ 3.688611] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:36:39.634] [ 3.696918] NET: Registered protocol family = 17 [2024-05-23 14:36:39.643] [ 3.701854] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:36:39.658] [ 3.719710] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:36:39.823] [ 3.887074] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:39.825] [ 3.887118] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:36:39.837] [ 3.902828] ALSA device list: [2024-05-23 14:36:39.837] [ 3.905822] No soundcards found. [2024-05-23 14:36:39.855] [ 3.911815] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:39.873] [ 3.932758] Freeing unused kernel memory: = 4160K [2024-05-23 14:36:39.875] Mounting devtmpfs [2024-05-23 14:36:39.878] [ 3.947365] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:36:39.892] Mounting procfs [2024-05-23 14:36:39.892] Mounting sysfs [2024-05-23 14:36:39.914] [ 3.967333] mount (93) used greatest stack = depth: 12000 bytes left [2024-05-23 14:36:39.925] [ 3.994868] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:36:39.969] [ 4.038558] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:36:39.979] [ 4.047948] mount (98) used greatest stack = depth: 11104 bytes left [2024-05-23 14:36:39.996] [ 4.065462] mount (100) used greatest stack = depth: 10736 bytes left [2024-05-23 14:36:40.240] [ 4.309660] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:36:40.340] [ 4.407836] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:36:40.374] [ 4.435306] systemd[1]: Detected = architecture arm64. [2024-05-23 14:36:40.411]=20 [2024-05-23 14:36:40.411] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:36:40.422]=20 [2024-05-23 14:36:40.427] [ 4.496789] systemd[1]: Set hostname to = . [2024-05-23 14:36:40.442] [ 4.508110] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:36:40.456] [ 4.517647] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:36:40.685] [ 4.753768] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:36:40.719] [ 4.770880] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:36:40.751] [ 4.815450] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:36:40.759] [ 4.827550] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:36:40.947] [ 5.014698] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:36:41.019] [ OK ] Listening on Journal Socket. [2024-05-23 14:36:41.044] [ OK ] Reached target Remote File Systems. [2024-05-23 14:36:41.071] Mounting Configuration File System... [2024-05-23 14:36:41.095] [ OK ] Created slice system-getty.slice. [2024-05-23 14:36:41.128] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:36:41.158] Mounting POSIX Message Queue File = System... [2024-05-23 14:36:41.177] [ OK ] Listening on udev Control Socket. [2024-05-23 14:36:41.195] [ OK ] Reached target Paths. [2024-05-23 14:36:41.199] [ 5.267099] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:36:41.233] Mounting Huge Pages File System... [2024-05-23 14:36:41.248] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:36:41.268] [ OK ] Created slice User and Session Slice. [2024-05-23 14:36:41.294] [ OK ] Reached target Slices. [2024-05-23 14:36:41.311] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:36:41.328] Starting mount data partition = service... [2024-05-23 14:36:41.376] Starting Apply Kernel Variables... [2024-05-23 14:36:41.405] Mounting FUSE Control File System... [2024-05-23 14:36:41.433] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:36:41.461] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:36:41.478] [ OK ] Listening on Syslog Socket. [2024-05-23 14:36:41.495] [ 5.552764] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:41.512] Starting udev Coldplug all Devices... [2024-05-23 14:36:41.530] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:36:41.561] [ OK ] Reached target Swap. [2024-05-23 14:36:41.579] Mounting Kernel Debug File System... [2024-05-23 14:36:41.597] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:36:41.628] Starting Journal Service... [2024-05-23 14:36:41.686] [ OK ] Mounted Configuration File System. [2024-05-23 14:36:41.715] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:36:41.733] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:36:41.749] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:36:41.778] [ OK ] Started mount data partition service. [2024-05-23 14:36:41.806] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:36:41.835] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:36:41.862] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:36:41.889] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:36:41.933] Starting NS file System mount and = recovery.... [2024-05-23 14:36:41.965] Starting udev Kernel Device = Manager... [2024-05-23 14:36:41.996] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:36:42.012] Mounting /tmp... [2024-05-23 14:36:42.065] Mounting /var/volatile... [2024-05-23 14:36:42.074] [ 6.143265] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:42.092] [ OK ] Reached target Containers. [2024-05-23 14:36:42.157] [ 6.226299] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:42.238] [ OK ] Started Journal Service. [2024-05-23 14:36:42.262] [ 6.321603] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:36:42.330] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:36:42.372] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:36:42.394] [ OK ] Mounted /tmp. [2024-05-23 14:36:42.416] [ OK ] Mounted /var/volatile. [2024-05-23 14:36:42.506] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:36:42.625] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:36:42.748] Starting Bind mount volatile = /var/spool... [2024-05-23 14:36:42.780] Starting Bind mount volatile = /var/lib... [2024-05-23 14:36:42.814] Starting Bind mount volatile = /var/cache... [2024-05-23 14:36:42.844] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:36:42.908] [ 6.977184] systemd-journald[133]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:36:42.976] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:36:43.079] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:36:43.113] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:36:43.135] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:36:43.174] Starting Load/Save Random Seed... [2024-05-23 14:36:43.197] [ OK ] Reached target Local File Systems. [2024-05-23 14:36:43.222] Starting Create Volatile Files and = Directories... [2024-05-23 14:36:43.260] Starting netfilter persistent = configuration... [2024-05-23 14:36:43.295] Starting AppArmor initialization... [2024-05-23 14:36:43.329] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:36:43.373] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:36:43.407] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:36:43.479] [ 7.547230] audit: type=3D1400 = audit(1550139121.232:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:36:43.495] [ 7.563807] audit: type=3D1400 = audit(1550139121.236:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:36:43.521] [ 7.579753] audit: type=3D1400 = audit(1550139121.236:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:36:43.537] [ 7.595579] audit: type=3D1400 = audit(1550139121.236:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:36:43.562] [ 7.611165] audit: type=3D1400 = audit(1550139121.236:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:36:43.562] [ 7.627151] audit: type=3D1400 = audit(1550139121.236:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:36:43.576] [ 7.643082] audit: type=3D1400 = audit(1550139121.236:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:36:43.594] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:36:43.630] [ OK ] Started AppArmor initialization. [2024-05-23 14:36:43.664] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:36:43.685] [ OK ] Reached target System Initialization. [2024-05-23 14:36:43.714] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:36:43.731] [ OK ] Reached target Sockets. [2024-05-23 14:36:43.747] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:36:43.763] [ OK ] Reached target Timers. [2024-05-23 14:36:43.781] [ OK ] Reached target Basic System. [2024-05-23 14:36:43.799] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:36:43.839] [ OK ] Started Kernel Logging Service. [2024-05-23 14:36:43.864] Starting Login Service... [2024-05-23 14:36:43.881] [ OK ] Started NS VSync Process. [2024-05-23 14:36:43.909] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:36:43.967] Starting Load Kernel Modules... [2024-05-23 14:36:43.973] [ 8.039241] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:36:44.060] [ 8.113718] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:36:44.081] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:36:44.110] [ 8.179514] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:36:44.130] [ 8.187929] Disabling lock debugging due to = kernel taint [2024-05-23 14:36:44.136] [ OK ] Started System Logging Service. [2024-05-23 14:36:44.155] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:36:44.163] [ OK ] Started NS System Management Process. [2024-05-23 14:36:44.180] Starting NS Inter Domain Comm = Process... [2024-05-23 14:36:44.180] [ OK ] Reached target Network (Pre). [2024-05-23 14:36:44.193] [ 8.249225] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:36:44.195] [ 8.255738] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:36:44.231] [ 8.266062] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:36:44.231] [ 8.274440] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:36:44.231] [ 8.282106] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:44.233] [ 8.294961] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:36:44.233] Start /usr/bin/sys-fail-mon [2024-05-23 14:36:44.253] [ 8.300655] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:36:44.254] [ 8.312777] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:36:44.254] [ 8.320649] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:36:44.281] [ 8.322351] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:44.281] [ 8.332743] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:36:44.284] [ 8.335840] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:44.307] [ 8.335844] in_atomic(): 1, = irqs_disabled(): 128, pid: 270, name: systemd-modules [2024-05-23 14:36:44.307] [ 8.335846] INFO: lockdep is turned off. [2024-05-23 14:36:44.307] [ 8.335848] irq event stamp: 25139 [2024-05-23 14:36:44.307] [ 8.335865] hardirqs last enabled at = (25139): [<000000003e2bfc53>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:44.330] [ 8.335870] hardirqs last disabled at = (25138): [<0000000098a00105>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:44.330] [ 8.335879] softirqs last enabled at (0): = [<0000000075dd4412>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:44.345] [ 8.335881] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:44.345] [ 8.335883] Preemption disabled at: [2024-05-23 14:36:44.347] [ 8.335890] [<00000000c45ed9d4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:44.368] [ 8.335897] CPU: 3 PID: 270 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:36:44.368] [ 8.335899] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:44.368] [ 8.335902] Call trace: [2024-05-23 14:36:44.368] [ 8.335907] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:44.382] [ 8.335911] show_stack+0x14/0x20 [2024-05-23 14:36:44.382] [ 8.335915] dump_stack+0xb8/0xf0 [2024-05-23 14:36:44.382] [ 8.335919] ___might_sleep+0x178/0x210 [2024-05-23 14:36:44.382] [ 8.335922] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:44.396] [ 8.335928] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:44.396] [ 8.335933] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:44.396] [ 8.335939] gic_set_type+0x84/0x98 [2024-05-23 14:36:44.398] [ 8.335942] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:44.422] [ 8.335946] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:44.422] [ 8.335949] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:44.422] [ 8.335981] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:36:44.422] [ 8.335999] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:36:44.422] [ 8.336004] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:44.422] [ 8.336010] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:44.436] [ 8.336013] __driver_attach+0xfc/0x118 [2024-05-23 14:36:44.438] [ 8.336017] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:44.438] [ 8.336021] driver_attach+0x20/0x28 [2024-05-23 14:36:44.438] [ 8.336024] bus_add_driver+0x220/0x268 [2024-05-23 14:36:44.462] [ 8.336028] driver_register+0x60/0xf8 [2024-05-23 14:36:44.462] [ 8.336031] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:44.462] [ 8.336048] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:36:44.462] [ 8.336053] do_one_initcall+0x50/0x15c [2024-05-23 14:36:44.462] [ 8.336057] do_init_module+0x54/0x1b0 [2024-05-23 14:36:44.462] [ 8.336060] load_module+0x1e70/0x2428 [2024-05-23 14:36:44.464] [ 8.336063] SyS_finit_module+0xe4/0x118 [2024-05-23 14:36:44.488] [ 8.336066] el0_svc_naked+0x34/0x38 [2024-05-23 14:36:44.488] [ 8.347923] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:36:44.488] [ 8.349749] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:36:44.488] [ 8.351485] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:36:44.488] [ 8.351864] Done!! [2024-05-23 14:36:44.490] [ 8.419934] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:36:44.513] [ 8.426446] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:36:44.513] [ 8.426453] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:36:44.513] [ 8.426524] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:36:44.513] [ 8.453390] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:36:44.513] [ 8.455558] Done!! [2024-05-23 14:36:44.516] [ 8.545424] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:36:44.539] [ 8.547766] Done!! [2024-05-23 14:36:44.539] Starting Network Service... [2024-05-23 14:36:44.539] [ OK ] Started Network Service. [2024-05-23 14:36:44.539] [ OK ] Started Load Kernel Modules. [2024-05-23 14:36:44.539] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:36:44.556] [ OK ] Started Cluster Framework. [2024-05-23 14:36:44.581] [ OK ] Started HUD Framework. [2024-05-23 14:36:44.584] parents, child is 316 [2024-05-23 14:36:44.584] [ 8.646896] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:44.598] [ 8.653327] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:36:44.601] [IDC]Start. [2024-05-23 14:36:44.601] [ 8.653337] [INFO][GMAC]=20 [2024-05-23 14:36:44.601] [ 8.662032] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:36:44.628] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:36:44.628] [ 8.677472] libphy: tcc-gmac-mdio: probed [2024-05-23 14:36:44.628] [IDC](A7)ConnectReq 0 [2024-05-23 14:36:44.628] [IDC](A7)do_connect 0 [2024-05-23 14:36:44.628] [IDC](A7)S[ 8.683782] [INFO][GMAC] = registered! [2024-05-23 14:36:44.628] ession status 0 -> 1 [2024-05-23 14:36:44.628] [IDC](A7)T[ 8.690188] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:36:44.630] x start session req 1 [2024-05-23 14:36:44.653] [IDC](A7)[ 8.697623] [INFO][GMAC] Phy Addr = : 1, Phy Chip ID : 0x001ccb00 [2024-05-23 14:36:44.680] Session status 1 -> 2 [2024-05-23 14:36:44.680] [IDC](R5)ConnectReq 0 [2024-05-23 14:36:44.680] [IDC](R5)do_connect 0 [2024-05-23 14:36:44.680] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:36:44.680] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:36:44.680] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:36:44.680] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:36:44.680] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:36:44.718] [IDC](A7)Session connected. [2024-05-23 14:36:44.718] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:36:44.718] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:36:44.718] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:36:44.718] [IDC](R5)Session connected.2 [2024-05-23 14:36:44.718] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:36:44.718] [ OK ] Started Nvm Process. [2024-05-23 14:36:44.731] [ OK ] Started NS hsm control application. [2024-05-23 14:36:44.731] [ OK ] Started Diagnosis Framework. [2024-05-23 14:36:44.748] [ 8.791210] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:36:44.748] [ 8.798882] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:36:44.750] [ 8.798882] -- MASTER Configuration. [2024-05-23 14:36:44.771] [ 8.798882] -- Local Receiver Status Not = OK. [2024-05-23 14:36:44.771] [ 8.798882] -- Remote Receiver Status Not = OK. [2024-05-23 14:36:44.787] [ 8.844349] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:36:44.787] [ 8.844355] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:36:44.812] [ 8.851721] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:36:44.812] [ 8.862746] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:36:44.814] [ 8.862751] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:36:44.814] [ 8.862757] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:36:44.840] [ 8.862757] =20 [2024-05-23 14:36:44.840] [ 8.863223] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:36:44.840] [ 8.863963] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:36:44.840] [ 8.863968] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:36:44.840] [ 8.863974] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:36:44.842] [ 8.863974] =20 [2024-05-23 14:36:44.863] [ 8.864147] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:36:44.882] [ 8.864162] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:36:44.882] [ 8.864166] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:36:44.882] [ 8.864170] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:36:44.882] [ 8.864178] [INFO][GMAC] --] phy_start: : [2024-05-23 14:36:44.882] [ 8.864231] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:36:44.884] [ OK ] Started NS Software Update. [2024-05-23 14:36:44.884] [ OK ] Started NS Secondary Verify. [2024-05-23 14:36:44.908] [ OK ] Started Diagnosis Transport. [2024-05-23 14:36:44.908] [ OK [ 8.960108] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:36:44.908] ] Reached target Network. [2024-05-23 14:36:44.908] [ 8.971021] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:44.908] Starting udev Coldplug all Devices... [2024-05-23 14:36:44.931] Starting Permit User Sessions... [2024-05-23 14:36:44.931] Starting Wait for Network to be = Configured... [2024-05-23 14:36:44.951] [ OK ] Started Login Service. [2024-05-23 14:36:45.011] [ 9.079118] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.031] [ OK ] Started Permit User Sessions. [2024-05-23 14:36:45.047] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:36:45.066] [ OK ] Started Getty on tty1. [2024-05-23 14:36:45.074] [ OK ] Reached target Login Prompts. [2024-05-23 14:36:45.091] [ OK ] Reached target Multi-User System. [2024-05-23 14:36:45.117] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:36:45.131] [ 9.191040] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.131] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:36:45.182] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:36:45.190] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:36:45.235] [ 9.304114] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.364] [ 9.430886] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.477] [ 9.543313] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.584] [ 9.651214] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.700] [ 9.767186] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.812] [ 9.881610] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:45.838] [ 9.891112] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:36:45.841] [ 9.891119] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:36:45.922] [ 9.991048] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:36:46.720] [ 10.787955] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:36:46.731] [ 10.796336] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:36:47.098] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:36:51.476]=20 [2024-05-23 14:36:51.476] telechips-nsp1-release login:=20 [2024-05-23 14:36:54.289]=20 [2024-05-23 14:36:54.289] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:36:54.306]=20 [2024-05-23 14:36:54.306] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:36:54.306] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:36:54.331] DRAM: 2 GiB [2024-05-23 14:36:54.356] MMC: sdhc@0x16440000: 0 [2024-05-23 14:36:54.614]=20 [2024-05-23 14:36:54.614] HW Partition tyep is UserData [2024-05-23 14:36:54.635] In: serial [2024-05-23 14:36:54.640] Out: serial [2024-05-23 14:36:54.640] Err: serial [2024-05-23 14:36:54.691] Boot in the UserData environment(0) [2024-05-23 14:36:54.695] Non-secure boot (secure boot flag is clear) [2024-05-23 14:36:54.708] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:36:54.710] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:36:54.710] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:36:54.733] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:36:54.747] Booting using the fdt blob at 0x23000000 [2024-05-23 14:36:54.747] Loading Kernel Image [2024-05-23 14:36:54.747] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:36:54.749] OPTEE is enabled [2024-05-23 14:36:54.749]=20 [2024-05-23 14:36:54.749] Starting kernel ... [2024-05-23 14:36:54.749]=20 [2024-05-23 14:36:55.673] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:36:55.678] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:36:55.691] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:36:55.707] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:36:55.707] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:36:55.707] [ 0.000000] efi: UEFI not found. [2024-05-23 14:36:55.721] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:36:55.722] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:36:55.746] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:36:55.746] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:36:55.746] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:36:55.762] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:36:55.762] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:36:55.776] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:36:55.778] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:36:55.803] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:36:55.803] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:36:55.803] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:36:55.818] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:36:55.820] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:36:55.844] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:36:55.856] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:36:55.856] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:36:55.856] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:36:55.858] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:36:55.882] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:36:55.882] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:36:55.882] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:36:55.897] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:36:55.909] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:36:55.909] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:36:55.922] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:36:55.922] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:36:55.924] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:36:55.924] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:36:55.924] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:36:55.948] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:36:55.948] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:36:55.948] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:36:55.948] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:36:55.964] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:36:55.976] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:36:55.989] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:36:56.013] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:36:56.026] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:36:56.026] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:36:56.026] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:36:56.050] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:36:56.050] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:36:56.060] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:36:56.060] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:36:56.060] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:36:56.062] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:36:56.107] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:36:56.107] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:36:56.107] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:36:56.107] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:36:56.107] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:36:56.121] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:36:56.144] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:36:56.144] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:36:56.144] [ 0.000000] Running RCU self tests [2024-05-23 14:36:56.148] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:36:56.148] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:36:56.148] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:36:56.148] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:36:56.172] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:36:56.180] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:36:56.180] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:36:56.180] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:36:56.180] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:36:56.184] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:36:56.184] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:36:56.203] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:36:56.203] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:36:56.214] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:36:56.216] [ 0.001460] Console: colour dummy device = 80x25 [2024-05-23 14:36:56.234] [ 0.001700] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:36:56.244] [ 0.001703] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:36:56.244] [ 0.001705] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:36:56.244] [ 0.001708] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:36:56.246] [ 0.001711] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:36:56.246] [ 0.001714] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:36:56.246] [ 0.001716] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:36:56.266] [ 0.001719] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:36:56.266] [ 0.001722] memory used by lock dependency = info: 7903 kB [2024-05-23 14:36:56.266] [ 0.001724] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:36:56.266] [ 0.001764] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:36:56.283] [ 0.001772] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:36:56.283] [ 0.002270] Security Framework initialized [2024-05-23 14:36:56.286] [ 0.002397] AppArmor: AppArmor initialized [2024-05-23 14:36:56.305] [ 0.002642] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:36:56.305] [ 0.002665] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:36:56.305] [ 0.019945] ASID allocator initialised with = 32768 entries [2024-05-23 14:36:56.316] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:36:56.318] [ 0.062269] EFI services will not be = available. [2024-05-23 14:36:56.318] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:36:56.338] [ 0.120744] Detected VIPT I-cache on CPU1 [2024-05-23 14:36:56.338] [ 0.120820] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:36:56.338] [ 0.164988] Detected VIPT I-cache on CPU2 [2024-05-23 14:36:56.338] [ 0.165045] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:36:56.349] [ 0.209271] Detected VIPT I-cache on CPU3 [2024-05-23 14:36:56.351] [ 0.209324] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:36:56.351] [ 0.209700] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:36:56.372] [ 0.209741] SMP: Total of 4 processors = activated. [2024-05-23 14:36:56.372] [ 0.209757] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:36:56.372] [ 0.209776] CPU: All CPU(s) started at EL2 [2024-05-23 14:36:56.372] [ 0.209960] alternatives: patching kernel = code [2024-05-23 14:36:56.374] [ 0.210537] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:36:56.397] [ 0.213102] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:36:56.397] [ 0.213755] devtmpfs: initialized [2024-05-23 14:36:56.397] [ 0.402684] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:36:56.406] [ 0.402951] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:36:56.409] [ 0.411740] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:36:56.409] [ 0.412646] chipinfo: TCC8030 Rev02 [2024-05-23 14:36:56.411] [ 0.412661] chipinfo: SiP Service v0.1.56 [2024-05-23 14:36:56.432] [ 0.417918] NET: Registered protocol family = 16 [2024-05-23 14:36:56.443] [ 0.421759] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:36:56.443] [ 0.423883] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:36:56.443] [ 0.425462] cpuidle: using governor menu [2024-05-23 14:36:56.443] [ 0.425699] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:36:56.465] [ 0.439875] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:36:56.474] [ 0.440354] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:36:56.474] [ 0.440401] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:36:56.474] [ 0.440445] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:36:56.474] [ 0.440488] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:36:56.474] [ 0.440532] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:36:56.477] [ 0.440575] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:36:56.477] [ 0.440619] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:36:56.503] [ 0.440662] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:36:56.503] [ 0.440706] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:36:56.503] [ 0.440750] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:36:56.503] [ 0.440793] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:36:56.503] [ 0.440837] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:36:56.518] [ 0.440881] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:36:56.520] [ 0.440924] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:36:56.520] [ 0.440967] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:36:56.520] [ 0.441025] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:36:56.545] [ 0.441069] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:36:56.545] [ 0.441112] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:36:56.545] [ 0.441468] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:36:56.545] [ 0.441512] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:36:56.553] [ 0.441555] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:36:56.555] [ 0.441599] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:36:56.555] [ 0.441642] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:36:56.567] [ 0.441685] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:36:56.567] [ 0.441728] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:36:56.571] [ 0.441772] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:36:56.588] [ 0.441815] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:36:56.588] [ 0.441858] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:36:56.588] [ 0.442019] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:36:56.591] [ 0.442065] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:36:56.611] [ 0.442304] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:36:56.611] [ 0.442364] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:36:56.611] [ 0.442408] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:36:56.612] [ 0.442452] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:36:56.633] [ 0.442495] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:36:56.633] [ 0.442538] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:36:56.633] [ 0.442581] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:36:56.633] [ 0.442784] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:36:56.636] [ 0.442828] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:36:56.656] [ 0.442871] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:36:56.656] [ 0.442914] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:36:56.656] [ 0.442958] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:36:56.658] [ 0.443001] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:36:56.673] [ 0.443044] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:36:56.677] [ 0.443088] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:36:56.677] [ 0.443131] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:36:56.694] [ 0.443174] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:36:56.710] [ 0.443231] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:36:56.710] [ 0.443274] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:36:56.710] [ 0.443318] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:36:56.710] [ 0.443361] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:36:56.712] [ 0.443903] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:36:56.712] [ 0.443947] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:36:56.712] [ 0.444116] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:36:56.733] [ 0.444284] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:36:56.733] [ 0.444468] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:36:56.733] [ 0.444634] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:36:56.733] [ 0.444802] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:36:56.748] [ 0.444846] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:36:56.752] [ 0.444889] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:36:56.752] [ 0.445056] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:36:56.769] [ 0.445221] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:36:56.771] [ 0.445386] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:36:56.771] [ 0.445430] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:36:56.771] [ 0.445474] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:36:56.791] [ 0.445517] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:36:56.791] [ 0.445560] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:36:56.791] [ 0.445730] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:36:56.791] [ 0.445775] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:36:56.802] [ 0.446071] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:36:56.804] [ 0.446090] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:36:56.821] [ 0.528315] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:36:56.823] [ 0.528405] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:56.823] [ 1.675109] console [ttyAMA0] enabled [2024-05-23 14:36:56.843] [ 1.682706] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:36:56.858] [ 1.711558] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:36:56.873] [ 1.721850] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:36:56.877] [ 1.732434] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:36:56.888] [ 1.742689] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:36:56.986] [ 1.842642] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:36:57.006] [ 1.858783] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:36:57.011] [ 1.865679] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:36:57.026] [ 1.872844] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:36:57.026] [ 1.879214] Linux video capture interface: = v2.00 [2024-05-23 14:36:57.044] [ 1.885100] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:57.046] [ 1.885105] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:36:57.057] [ 1.885109] 6 locks held by swapper/0/1: [2024-05-23 14:36:57.057] [ 1.885112] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:36:57.074] [ 1.885139] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:36:57.075] [ 1.885154] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:57.087] [ 1.885173] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:57.089] [ 1.885188] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:57.112] [ 1.885204] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:57.112] [ 1.885223] irq event stamp: 288028 [2024-05-23 14:36:57.112] [ 1.885229] hardirqs last enabled at = (288027): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:57.130] [ 1.885234] hardirqs last disabled at = (288028): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:57.133] [ 1.885241] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:57.162] [ 1.885244] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:57.162] [ 1.885247] Preemption disabled at: [2024-05-23 14:36:57.162] [ 1.885252] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:57.165] [ 1.885262] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:36:57.165] [ 1.885265] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:57.194] [ 1.885268] Call trace: [2024-05-23 14:36:57.207] [ 1.885274] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:57.207] [ 1.885279] show_stack+0x14/0x20 [2024-05-23 14:36:57.207] [ 1.885284] dump_stack+0xb8/0xf0 [2024-05-23 14:36:57.207] [ 1.885290] ___might_sleep+0x178/0x210 [2024-05-23 14:36:57.207] [ 1.885294] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:57.207] [ 1.885298] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:57.207] [ 1.885304] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:57.207] [ 1.885312] gic_set_type+0x84/0x98 [2024-05-23 14:36:57.210] [ 1.885317] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:57.210] [ 1.885321] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:57.210] [ 1.885326] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:57.230] [ 1.885332] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:36:57.232] [ 1.885338] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:36:57.232] [ 1.885343] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:57.232] [ 1.885348] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:57.232] [ 1.885353] __driver_attach+0xfc/0x118 [2024-05-23 14:36:57.232] [ 1.885358] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:57.255] [ 1.885362] driver_attach+0x20/0x28 [2024-05-23 14:36:57.255] [ 1.885367] bus_add_driver+0x220/0x268 [2024-05-23 14:36:57.255] [ 1.885372] driver_register+0x60/0xf8 [2024-05-23 14:36:57.255] [ 1.885376] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:57.255] [ 1.885383] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:36:57.257] [ 1.885388] do_one_initcall+0x50/0x15c [2024-05-23 14:36:57.277] [ 1.885396] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:36:57.277] [ 1.885401] kernel_init+0x10/0x100 [2024-05-23 14:36:57.277] [ 1.885406] ret_from_fork+0x10/0x18 [2024-05-23 14:36:57.277] [ 1.891255] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:36:57.299] [ 2.138503] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:36:57.301] [ 2.152099] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:36:57.315] [ 2.159107] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:36:57.316] [ 2.163708] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:36:57.316] [ 2.168510] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:36:57.318] [ 2.173359] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:36:57.347] [ 2.177914] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:36:57.379] [ 2.231276] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:36:57.394] [ 2.243859] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:57.411] [ 2.261991] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:57.425] [ 2.277673] NET: Registered protocol family = 2 [2024-05-23 14:36:57.446] [ 2.285104] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:36:57.448] [ 2.292716] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:36:57.459] [ 2.303920] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:36:57.461] [ 2.311331] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:36:57.464] [ 2.318104] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:36:57.491] [ 2.326208] NET: Registered protocol family = 1 [2024-05-23 14:36:57.580] [ 2.433737] audit: initializing netlink = subsys (disabled) [2024-05-23 14:36:57.587] [ 2.440377] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:36:57.603] [ 2.440998] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:36:57.670] [ 2.522974] fuse init (API version 7.26) [2024-05-23 14:36:57.696] [ 2.541161] modprobe (65) used greatest = stack depth: 13136 bytes left [2024-05-23 14:36:57.700] [ 2.550847] io scheduler noop registered = (default) [2024-05-23 14:36:57.702] [ 2.555693] io scheduler mq-deadline = registered [2024-05-23 14:36:57.724] [ 2.560256] io scheduler kyber registered [2024-05-23 14:36:57.724] [ 2.571085] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:57.724] [ 2.577937] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:57.738] [ 2.584365] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:36:57.738] [ 2.591967] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:57.798] [ 2.654325] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:57.806] [ 2.661920] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:57.817] [ 2.666904] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:36:57.817] [ 2.672333] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:57.833] [ 2.672972] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:57.835] [ 2.683726] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:57.835] [ 2.689935] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:36:57.860] [ 2.697493] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:57.874] [ 2.721741] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:57.875] [ 2.728654] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:57.887] [ 2.733310] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:36:57.889] [ 2.738736] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:57.889] [ 2.739304] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:36:57.908] [ 2.750055] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:36:57.908] [ 2.756264] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:36:57.910] [ 2.763880] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:36:57.974] [ 2.830216] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:36:57.982] [ 2.836991] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:36:57.997] [ 2.841613] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:36:58.014] [ 2.847039] fbX_probe : update_type =3D 1=20 [2024-05-23 14:36:58.020] [ 2.856804] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:36:58.020] [ 2.866431] [INF][WDMA] tcc_wdma_init [2024-05-23 14:36:58.020] [ 2.871317] TCC WDMA Driver Initializing [2024-05-23 14:36:58.049] [ 2.878798] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:36:58.069] [ 2.884902] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:36:58.069] [ 2.895332] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:36:58.069] [ 2.907966] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:36:58.071] [ 2.917339] [CPU_ID] probe is done [2024-05-23 14:36:58.071] [ 2.921088] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:36:58.093] [ 2.927812] [DRAM_TOOL] probe is done [2024-05-23 14:36:58.098] [ 2.935025] MALI-G51 : r30p0-01eac0 [2024-05-23 14:36:58.098] [ 2.938574] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:36:58.098] [ 2.948456] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:36:58.112] [ 2.948461] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:36:58.112] [ 2.948465] 6 locks held by swapper/0/1: [2024-05-23 14:36:58.125] [ 2.948468] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:36:58.129] [ 2.948496] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:36:58.148] [ 2.948512] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:36:58.161] [ 2.948531] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:58.161] [ 2.948546] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:36:58.172] [ 2.948562] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:58.174] [ 2.948581] irq event stamp: 453510 [2024-05-23 14:36:58.174] [ 2.948586] hardirqs last enabled at = (453509): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:36:58.200] [ 2.948591] hardirqs last disabled at = (453510): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:36:58.200] [ 2.948598] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:36:58.200] [ 2.948602] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:36:58.214] [ 2.948604] Preemption disabled at: [2024-05-23 14:36:58.216] [ 2.948610] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:36:58.216] [ 2.948620] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:36:58.245] [ 2.948623] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:36:58.245] [ 2.948627] Call trace: [2024-05-23 14:36:58.245] [ 2.948633] dump_backtrace+0x0/0x1d8 [2024-05-23 14:36:58.245] [ 2.948638] show_stack+0x14/0x20 [2024-05-23 14:36:58.245] [ 2.948643] dump_stack+0xb8/0xf0 [2024-05-23 14:36:58.245] [ 2.948649] ___might_sleep+0x178/0x210 [2024-05-23 14:36:58.248] [ 2.948653] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:36:58.248] [ 2.948658] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:36:58.272] [ 2.948663] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:36:58.272] [ 2.948670] gic_set_type+0x84/0x98 [2024-05-23 14:36:58.272] [ 2.948675] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:36:58.272] [ 2.948680] __setup_irq+0x76c/0x7f8 [2024-05-23 14:36:58.272] [ 2.948685] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:36:58.274] [ 2.948691] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:36:58.295] [ 2.948696] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:36:58.309] [ 2.948700] kbase_device_init+0x78/0xf8 [2024-05-23 14:36:58.309] [ 2.948707] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:36:58.309] [ 2.948712] platform_drv_probe+0x58/0xb8 [2024-05-23 14:36:58.309] [ 2.948717] = driver_probe_device+0x228/0x410 [2024-05-23 14:36:58.311] [ 2.948722] __driver_attach+0xfc/0x118 [2024-05-23 14:36:58.311] [ 2.948727] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:36:58.311] [ 2.948732] driver_attach+0x20/0x28 [2024-05-23 14:36:58.311] [ 2.948736] bus_add_driver+0x220/0x268 [2024-05-23 14:36:58.327] [ 2.948741] driver_register+0x60/0xf8 [2024-05-23 14:36:58.345] [ 2.948745] = __platform_driver_register+0x44/0x50 [2024-05-23 14:36:58.345] [ 2.948753] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:36:58.345] [ 2.948758] do_one_initcall+0x50/0x15c [2024-05-23 14:36:58.349] [ 2.948766] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:36:58.349] [ 2.948772] kernel_init+0x10/0x100 [2024-05-23 14:36:58.349] [ 2.948776] ret_from_fork+0x10/0x18 [2024-05-23 14:36:58.349] [ 2.950350] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:36:58.368] [ 3.205120] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:36:58.379] [ 3.211858] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:36:58.382] [ 3.226287] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:36:58.382] [ 3.233421] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:36:58.409] [ 3.245506] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:36:58.409] [ 3.251728] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:36:58.409] [ 3.256109] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:36:58.426] [ 3.263648] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:36:58.455] [ 3.311183] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:36:58.464] [ 3.318988] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:36:58.478] [ 3.328711] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:36:58.504] [ 3.339380] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:36:58.504] [ 3.346717] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:36:58.524] [ 3.357790] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:36:58.528] [ 3.366999] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:36:58.549] [ 3.385900] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:36:58.551] [ 3.401254] libphy: Fixed MDIO Bus: probed [2024-05-23 14:36:58.554] [ 3.406224] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:36:58.567] [ 3.419507] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:36:58.581] [ 3.424111] [INFO][GAMC] gmac index : 1 [2024-05-23 14:36:58.581] [ 3.428626] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:36:58.581] [ 3.433865] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:36:58.605] [ 3.440093] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:36:58.605] [ 3.442880] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:36:58.605] [ 3.442896] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:36:58.605] [ 3.446646] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:36:58.618] [ 3.455717] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:36:58.632] [ 3.456830] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:58.632] [ 3.456842] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:36:58.632] [ 3.456849] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:36:58.646] [ 3.456861] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:58.646] [ 3.456873] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:36:58.648] [ 3.458783] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:36:58.648] [ 3.467619] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:36:58.669] [ 3.467628] usbhid: USB HID core driver [2024-05-23 14:36:58.671] [ 3.467983] optee: probing for conduit = method from DT. [2024-05-23 14:36:58.671] [ 3.468010] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:36:58.671] [ 3.469835] optee: initialized driver [2024-05-23 14:36:58.671] [ 3.471548] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:36:58.692] [ 3.471563] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:36:58.695] [ 3.471571] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:36:58.695] [ 3.471578] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:36:58.695] [ 3.471585] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:36:58.695] [ 3.471592] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:36:58.718] [ 3.471600] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:36:58.718] [ 3.471607] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:36:58.718] [ 3.473179] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:36:58.731] [ 3.473188] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:36:58.743] [ 3.479857] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:36:58.743] [ 3.498826] NET: Registered protocol family = 17 [2024-05-23 14:36:58.744] [ 3.499274] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:36:58.769] [ 3.504099] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:36:58.769] [ 3.612730] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:36:58.771] [ 3.623186] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:36:58.797] [ 3.630009] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:36:58.797] [ 3.637404] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:36:58.799] [ 3.644717] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:36:58.816] [ 3.663690] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:36:58.818] [ 3.671537] GPT:15269887 !=3D 15273599 [2024-05-23 14:36:58.842] [ 3.673615] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:36:58.845] [ 3.673663] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:36:58.845] [ 3.676211] ALSA device list: [2024-05-23 14:36:58.845] [ 3.676220] No soundcards found. [2024-05-23 14:36:58.845] [ 3.696519] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:36:58.858] [ 3.696549] GPT:15269887 !=3D 15273599 [2024-05-23 14:36:58.866] [ 3.696556] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:36:58.866] [ 3.696682] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:36:58.879] [ 3.728755] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:36:58.901] [ 3.750011] Freeing unused kernel memory: = 4160K [2024-05-23 14:36:58.904] Mounting devtmpfs [2024-05-23 14:36:58.927] Mounting procfs [2024-05-23 14:36:58.930] [ 3.769986] mount (92) used greatest stack = depth: 12816 bytes left [2024-05-23 14:36:58.930] Mounting sysfs [2024-05-23 14:36:58.930] [ 3.783848] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:36:58.963] [ 3.812303] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:36:58.997] [ 3.853132] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:36:59.007] [ 3.862013] mount (98) used greatest stack = depth: 11840 bytes left [2024-05-23 14:36:59.047] [ 3.882031] mount (100) used greatest stack = depth: 11408 bytes left [2024-05-23 14:36:59.266] [ 4.119245] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:36:59.364] [ 4.219300] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:36:59.392] [ 4.246456] systemd[1]: Detected = architecture arm64. [2024-05-23 14:36:59.436]=20 [2024-05-23 14:36:59.436] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:36:59.451]=20 [2024-05-23 14:36:59.465] [ 4.308290] systemd[1]: Set hostname to = . [2024-05-23 14:36:59.466] [ 4.320118] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:36:59.482] [ 4.328850] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:36:59.714] [ 4.570434] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:36:59.743] [ 4.587803] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:36:59.782] [ 4.632275] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:36:59.788] [ 4.644376] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:36:59.976] [ 4.831325] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:37:00.051] [ OK ] Listening on udev Control Socket. [2024-05-23 14:37:00.068] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:37:00.097] [ OK ] Listening on Syslog Socket. [2024-05-23 14:37:00.114] [ OK ] Created slice User and Session Slice. [2024-05-23 14:37:00.130] [ OK ] Created slice system-getty.slice. [2024-05-23 14:37:00.148] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:37:00.174] [ OK ] Reached target Slices. [2024-05-23 14:37:00.178] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:37:00.195] [ OK ] Listening on Journal Socket. [2024-05-23 14:37:00.233] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:37:00.266] Starting mount data partition = service... [2024-05-23 14:37:00.285] Mounting FUSE Control File System... [2024-05-23 14:37:00.339] Starting Apply Kernel Variables... [2024-05-23 14:37:00.377] [ 5.233385] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:37:00.391] Mounting Huge Pages File System... [2024-05-23 14:37:00.430] Starting udev Coldplug all Devices... [2024-05-23 14:37:00.466] [ 5.310020] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:00.468] [ 5.322706] mount (124) used greatest stack = depth: 11184 bytes left [2024-05-23 14:37:00.489] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:37:00.515] Mounting POSIX Message Queue File = System... [2024-05-23 14:37:00.536] [ OK ] Reached target Swap. [2024-05-23 14:37:00.540] [ OK ] Reached target Remote File Systems. [2024-05-23 14:37:00.556] [ OK ] Reached target Paths. [2024-05-23 14:37:00.584] Mounting Kernel Debug File System... [2024-05-23 14:37:00.614] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:37:00.634] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:37:00.664] Starting Journal Service... [2024-05-23 14:37:00.700] Mounting Configuration File System... [2024-05-23 14:37:00.766] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:37:00.797] [ OK ] Started mount data partition service. [2024-05-23 14:37:00.816] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:37:00.836] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:37:00.861] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:37:00.894] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:37:00.916] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:37:00.948] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:37:00.967] [ OK ] Started Journal Service. [2024-05-23 14:37:00.987] [ OK ] Mounted Configuration File System. [2024-05-23 14:37:01.042] Starting NS file System mount and = recovery.... [2024-05-23 14:37:01.064] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:37:01.100] Mounting /var/volatile... [2024-05-23 14:37:01.117] [ OK ] Reached target Containers. [2024-05-23 14:37:01.158] Mounting /tmp... [2024-05-23 14:37:01.180] [ 6.035167] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:01.217] Starting udev Kernel Device = Manager... [2024-05-23 14:37:01.238] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:37:01.275] [ 6.130777] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:01.367] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:37:01.379] [ 6.228733] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:01.470] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:37:01.498] [ OK ] Mounted /var/volatile. [2024-05-23 14:37:01.515] [ OK ] Mounted /tmp. [2024-05-23 14:37:01.609] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:37:01.632] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:01.808] [ 6.662933] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:37:01.828] Starting Bind mount volatile = /var/cache... [2024-05-23 14:37:01.858] Starting Bind mount volatile = /var/spool... [2024-05-23 14:37:01.891] Starting Bind mount volatile = /var/lib... [2024-05-23 14:37:01.920] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:37:02.105] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:37:02.134] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:37:02.178] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:37:02.199] Starting Load/Save Random Seed... [2024-05-23 14:37:02.216] [ OK ] Reached target Local File Systems. [2024-05-23 14:37:02.250] Starting AppArmor initialization... [2024-05-23 14:37:02.278] Starting netfilter persistent = configuration... [2024-05-23 14:37:02.313] Starting Create Volatile Files and = Directories... [2024-05-23 14:37:02.347] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:37:02.405] [ 7.261133] audit: type=3D1400 = audit(1550139121.136:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:37:02.432] [ 7.275622] audit: type=3D1400 = audit(1550139121.136:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:02.461] [ 7.292481] audit: type=3D1400 = audit(1550139121.136:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:02.461] [ 7.309861] audit: type=3D1400 = audit(1550139121.136:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:02.481] [ 7.325425] audit: type=3D1400 = audit(1550139121.136:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:02.510] [ 7.341487] audit: type=3D1400 = audit(1550139121.136:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:02.510] [ 7.357313] audit: type=3D1400 = audit(1550139121.136:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:02.589] [ OK ] Started AppArmor initialization. [2024-05-23 14:37:02.620] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:37:02.650] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:37:02.684] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:37:02.696] [ OK ] Reached target Network (Pre). [2024-05-23 14:37:02.734] Starting Network Service... [2024-05-23 14:37:02.770] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:37:02.800] [ OK ] Reached target System Initialization. [2024-05-23 14:37:02.816] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:37:02.834] [ OK ] Reached target Sockets. [2024-05-23 14:37:02.847] [ OK ] Reached target Basic System. [2024-05-23 14:37:02.880] [ OK ] Started System Logging Service. [2024-05-23 14:37:02.917] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:37:02.920] [ 7.774126] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:37:02.958] Starting Load Kernel Modules... [2024-05-23 14:37:02.985] [ 7.840462] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:37:03.003] [ 7.845077] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:37:03.005] [ 7.851818] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:37:03.005] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:37:03.054] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:37:03.059] [ 7.912830] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:37:03.074] [ 7.920047] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:37:03.074] [ 7.928319] Disabling lock debugging due to = kernel taint [2024-05-23 14:37:03.088] [ OK ] Started Kernel Logging Service. [2024-05-23 14:37:03.114] Starting Login Service... [2024-05-23 14:37:03.117] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:37:03.133] [ OK ] Reached target Timers. [2024-05-23 14:37:03.166] [ OK ] Started NS VSync Process. [2024-05-23 14:37:03.183] [ 8.037745] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:37:03.198] [ 8.044788] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:03.215] [ 8.044791] in_atomic(): 1, = irqs_disabled(): 128, pid: 267, name: systemd-modules [2024-05-23 14:37:03.217] [ 8.044793] INFO: lockdep is turned off. [2024-05-23 14:37:03.217] [ 8.044796] irq event stamp: 24771 [2024-05-23 14:37:03.242] [ 8.044810] hardirqs last enabled at = (24771): [<0000000084bfc18f>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:03.255] [ 8.044815] hardirqs last disabled at = (24770): [<000000000b273a1b>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:03.255] [ 8.044823] softirqs last enabled at (0): = [<00000000cd392477>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:03.257] [ 8.044825] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:03.257] [ 8.044827] Preemption disabled at: [2024-05-23 14:37:03.280] [ 8.044835] [<000000001812bf77>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:03.282] [ 8.044842] CPU: 3 PID: 267 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:37:03.282] [ 8.044844] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:03.282] [ 8.044847] Call trace: [2024-05-23 14:37:03.282] [ 8.044851] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:03.306] [ 8.044855] show_stack+0x14/0x20 [2024-05-23 14:37:03.320] [ 8.044859] dump_stack+0xb8/0xf0 [2024-05-23 14:37:03.320] [ 8.044863] ___might_sleep+0x178/0x210 [2024-05-23 14:37:03.320] [ 8.044866] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:03.320] [ 8.044872] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:03.320] [ 8.044877] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:03.320] [ 8.044883] gic_set_type+0x84/0x98 [2024-05-23 14:37:03.332] [ 8.044886] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:03.332] [ 8.044890] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:03.332] [ 8.044893] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:03.332] [ 8.044921] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:37:03.334] [ 8.044938] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:37:03.334] [ 8.044943] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:03.334] [ 8.044948] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:03.360] [ 8.044952] __driver_attach+0xfc/0x118 [2024-05-23 14:37:03.360] [ 8.044956] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:03.360] [ 8.044959] driver_attach+0x20/0x28 [2024-05-23 14:37:03.360] [ 8.044963] bus_add_driver+0x220/0x268 [2024-05-23 14:37:03.360] [ 8.044966] driver_register+0x60/0xf8 [2024-05-23 14:37:03.360] [ 8.044969] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:03.363] [ 8.044987] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:37:03.387] [ 8.044992] do_one_initcall+0x50/0x15c [2024-05-23 14:37:03.401] [ 8.044996] do_init_module+0x54/0x1b0 [2024-05-23 14:37:03.401] [ 8.044999] load_module+0x1e70/0x2428 [2024-05-23 14:37:03.401] [ 8.045002] SyS_finit_module+0xe4/0x118 [2024-05-23 14:37:03.401] [ 8.045005] el0_svc_naked+0x34/0x38 [2024-05-23 14:37:03.401] [ 8.076990] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:37:03.403] [ 8.078609] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:37:03.403] [ 8.078618] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:37:03.403] [ 8.078625] [INFO][GMAC]=20 [2024-05-23 14:37:03.403] [ 8.083321] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:37:03.427] [ 8.083981] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:37:03.429] [ 8.090042] libphy: tcc-gmac-mdio: probed [2024-05-23 14:37:03.429] [ 8.090048] [INFO][GMAC] registered! [2024-05-23 14:37:03.429] [ 8.090051] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:37:03.429] [ 8.090056] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:37:03.429] [ 8.090839] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:37:03.456] [ 8.092952] Done!! [2024-05-23 14:37:03.456] [ 8.164615] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:37:03.456] [ 8.164656] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:37:03.456] [ 8.164656] -- MASTER Configuration. [2024-05-23 14:37:03.456] [ 8.164656] -- Local Receiver Status Not = OK. [2024-05-23 14:37:03.456] [ 8.164656] -- Remote Receiver Status Not = OK. [2024-05-23 14:37:03.469] [ 8.164671] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:37:03.484] [ 8.164675] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:37:03.499] [ 8.164951] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:37:03.499] [ 8.169149] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:37:03.499] [ 8.169154] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:37:03.512] [ 8.169159] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:37:03.512] [ 8.169159] =20 [2024-05-23 14:37:03.512] [ 8.169492] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:37:03.515] [ 8.169599] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:37:03.515] [ 8.169844] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:37:03.539] [ 8.169847] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:37:03.551] [ 8.169852] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:37:03.551] [ 8.169852] =20 [2024-05-23 14:37:03.551] [ 8.170011] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:37:03.551] [ 8.170025] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:37:03.551] [ 8.170029] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:37:03.563] [ 8.170033] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:37:03.563] [ 8.170041] [INFO][GMAC] --] phy_start: : [2024-05-23 14:37:03.563] [ 8.170104] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:37:03.576] [ 8.171832] Done!! [2024-05-23 14:37:03.576] [ 8.237054] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:37:03.576] [ 8.239905] Done!! [2024-05-23 14:37:03.579] [ 8.274518] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:03.579] [ 8.382498] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:03.579] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:37:03.606] [ OK ] Started NS System Management Process. [2024-05-23 14:37:03.606] Starting NS Inter Domain Comm = Process... [2024-05-23 14:37:03.606] [ OK ] Started Network Service. [2024-05-23 14:37:03.606] [ OK ] Started Load Kernel Modules. [2024-05-23 14:37:03.610] Start /usr/bin/sys-fail-mon [2024-05-23 14:37:03.633] [ 8.489378] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:37:03.649] [ 8.495065] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:37:03.651] [ OK ] Reached target Networ[ 8.506675] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:37:03.682] k. [2024-05-23 14:37:03.682] [ 8.513971] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:03.682] [ 8.522680] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:37:03.682] [ 8.524764] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:03.697] [ 8.525139] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:37:03.697] [ 8.525162] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:37:03.711] [ 8.526037] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:37:03.711] [ 8.526044] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:37:03.726] [ 8.526459] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:03.739] Starting udev Coldplug all Devices... [2024-05-23 14:37:03.752] Starting Permit User Sessions... [2024-05-23 14:37:03.752] Starting Wait for Network to be = Configured... [2024-05-23 14:37:03.755] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:37:03.779] [ OK ] Started Permit User Sessions. [2024-05-23 14:37:03.782] [ 8.618889] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:03.801] [ OK ] Started Getty on tty1. [2024-05-23 14:37:03.807] parents, child is 330 [2024-05-23 14:37:03.832] [IDC]Start. [2024-05-23 14:37:03.833] [ 8.675009] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:37:03.833] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:37:03.833] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:37:03.852] [ OK ] Reached target Login Prompts. [2024-05-23 14:37:03.852] [IDC](A7)ConnectReq 0 [2024-05-23 14:37:03.852] [IDC](A7)do_connect 0 [2024-05-23 14:37:03.852] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:37:03.852] [IDC](A7)Tx start session req 1 [2024-05-23 14:37:03.855] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:37:03.878] [IDC](R5)ConnectReq 0 [2024-05-23 14:37:03.894] [IDC](R5)do_connect 0 [2024-05-23 14:37:03.894] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:37:03.894] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:37:03.894] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:37:03.894] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:37:03.894] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:37:03.894] [IDC](A7)Session connected. [2024-05-23 14:37:03.894] [IDC]TimerStartReq 2 R5:1.[ 8.730618] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:37:03.939] 0 [2024-05-23 14:37:03.939] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:37:03.939] [ OK ] Started Cluster Framework. [2024-05-23 14:37:03.939] [IDC](R5)Session connected.2 [2024-05-23 14:37:03.939] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:37:03.942] [ OK ] Started HUD Framework. [2024-05-23 14:37:03.942] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:37:03.942] [ OK ] Started Nvm Process. [2024-05-23 14:37:03.980] [ OK ] Started NS hsm control application. [2024-05-23 14:37:04.001] [ 8.843857] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:04.023] [ OK ] Started Diagnosis Framework. [2024-05-23 14:37:04.052] [ OK ] Started Diagnosis Transport. [2024-05-23 14:37:04.084] [ OK ] Started NS Software Update. [2024-05-23 14:37:04.098] [ OK ] Started NS Secondary Verify. [2024-05-23 14:37:04.113] [ 8.962295] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:04.205] [ OK ] Started Login Service. [2024-05-23 14:37:04.216] [ OK ] Reached target Multi-User System. [2024-05-23 14:37:04.219] Starting Update UTMP about System = Runlevel Cha[ 9.074600] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:37:04.248] nges... [2024-05-23 14:37:04.248] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:37:04.261] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:37:04.285] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:37:04.289] [ 9.144427] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:37:04.331] [ 9.186577] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:04.465] [ 9.320713] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:05.163] [ 10.013409] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:37:05.171] [ 10.013421] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:37:05.463] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:06.196] [ 11.022215] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:37:06.205] [ 11.022223] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:37:10.284]=20 [2024-05-23 14:37:10.284] telechips-nsp1-release login:=20 [2024-05-23 14:37:14.507]=20 [2024-05-23 14:37:14.507] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:37:14.533]=20 [2024-05-23 14:37:14.533] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:37:14.533] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:37:14.533] DRAM: 2 GiB [2024-05-23 14:37:14.558] MMC: sdhc@0x16440000: 0 [2024-05-23 14:37:14.834]=20 [2024-05-23 14:37:14.834] HW Partition tyep is UserData [2024-05-23 14:37:14.857] In: serial [2024-05-23 14:37:14.857] Out: serial [2024-05-23 14:37:14.859] Err: serial [2024-05-23 14:37:14.911] Boot in the UserData environment(0) [2024-05-23 14:37:14.915] Non-secure boot (secure boot flag is clear) [2024-05-23 14:37:14.931] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:37:14.931] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:37:14.931] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:37:14.933] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:37:14.958] Booting using the fdt blob at 0x23000000 [2024-05-23 14:37:14.958] Loading Kernel Image [2024-05-23 14:37:14.958] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:37:14.960] OPTEE is enabled [2024-05-23 14:37:14.972]=20 [2024-05-23 14:37:14.972] Starting kernel ... [2024-05-23 14:37:14.974]=20 [2024-05-23 14:37:15.894] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:37:15.899] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:37:15.914] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:37:15.931] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:37:15.931] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:37:15.931] [ 0.000000] efi: UEFI not found. [2024-05-23 14:37:15.951] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:37:15.963] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:37:15.963] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:37:15.966] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:37:15.966] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:37:15.991] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:37:15.991] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:37:15.991] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:37:16.006] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:37:16.019] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:37:16.021] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:37:16.021] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:37:16.046] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:37:16.046] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:37:16.046] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:37:16.063] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:37:16.064] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:37:16.079] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:37:16.079] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:37:16.095] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:37:16.095] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:37:16.118] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:37:16.118] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:37:16.118] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:37:16.131] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:37:16.147] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:37:16.147] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:37:16.147] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:37:16.149] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:37:16.149] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:37:16.178] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:37:16.178] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:37:16.178] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:37:16.178] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:37:16.178] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:37:16.201] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:37:16.215] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:37:16.215] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:37:16.230] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:37:16.232] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:37:16.256] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:37:16.279] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:37:16.279] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:37:16.279] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:37:16.284] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:37:16.284] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:37:16.284] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:37:16.308] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:37:16.308] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:37:16.308] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:37:16.308] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:37:16.330] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:37:16.330] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:37:16.343] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:37:16.346] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:37:16.369] [ 0.000000] Running RCU self tests [2024-05-23 14:37:16.375] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:37:16.375] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:37:16.375] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:37:16.375] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:37:16.375] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:37:16.398] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:37:16.412] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:37:16.412] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:37:16.412] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:37:16.412] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:37:16.414] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:37:16.436] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:37:16.438] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:37:16.438] [ 0.000701] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:37:16.438] [ 0.001475] Console: colour dummy device = 80x25 [2024-05-23 14:37:16.438] [ 0.001717] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:37:16.466] [ 0.001720] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:37:16.466] [ 0.001723] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:37:16.466] [ 0.001726] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:37:16.466] [ 0.001728] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:37:16.466] [ 0.001731] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:37:16.468] [ 0.001734] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:37:16.494] [ 0.001736] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:37:16.494] [ 0.001739] memory used by lock dependency = info: 7903 kB [2024-05-23 14:37:16.494] [ 0.001742] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:37:16.494] [ 0.001782] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:37:16.507] [ 0.001790] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:37:16.509] [ 0.002288] Security Framework initialized [2024-05-23 14:37:16.509] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:37:16.533] [ 0.002658] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:37:16.546] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:37:16.546] [ 0.019963] ASID allocator initialised with = 32768 entries [2024-05-23 14:37:16.546] [ 0.035864] Hierarchical SRCU = implementation. [2024-05-23 14:37:16.546] [ 0.062281] EFI services will not be = available. [2024-05-23 14:37:16.548] [ 0.076132] smp: Bringing up secondary CPUs = ... [2024-05-23 14:37:16.548] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:37:16.548] [ 0.120829] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:37:16.574] [ 0.165004] Detected VIPT I-cache on CPU2 [2024-05-23 14:37:16.574] [ 0.165060] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:37:16.574] [ 0.209286] Detected VIPT I-cache on CPU3 [2024-05-23 14:37:16.574] [ 0.209338] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:37:16.574] [ 0.209715] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:37:16.586] [ 0.209755] SMP: Total of 4 processors = activated. [2024-05-23 14:37:16.598] [ 0.209771] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:37:16.598] [ 0.209790] CPU: All CPU(s) started at EL2 [2024-05-23 14:37:16.600] [ 0.209970] alternatives: patching kernel = code [2024-05-23 14:37:16.600] [ 0.210525] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:37:16.600] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:37:16.625] [ 0.213700] devtmpfs: initialized [2024-05-23 14:37:16.636] [ 0.402720] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:37:16.636] [ 0.402988] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:37:16.636] [ 0.411862] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:37:16.636] [ 0.412773] chipinfo: TCC8030 Rev02 [2024-05-23 14:37:16.642] [ 0.412788] chipinfo: SiP Service v0.1.56 [2024-05-23 14:37:16.642] [ 0.418097] NET: Registered protocol family = 16 [2024-05-23 14:37:16.642] [ 0.422029] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:37:16.676] [ 0.424007] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:37:16.705] [ 0.425588] cpuidle: using governor menu [2024-05-23 14:37:16.705] [ 0.425824] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:37:16.705] [ 0.440014] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:37:16.705] [ 0.440500] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:37:16.705] [ 0.440547] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:37:16.705] [ 0.440591] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:37:16.727] [ 0.440634] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:37:16.727] [ 0.440678] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:37:16.727] [ 0.440721] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:37:16.727] [ 0.440765] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:37:16.727] [ 0.440808] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:37:16.727] [ 0.440852] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:37:16.750] [ 0.440895] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:37:16.750] [ 0.440938] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:37:16.750] [ 0.440982] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:37:16.750] [ 0.441026] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:37:16.779] [ 0.441069] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:37:16.779] [ 0.441112] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:37:16.779] [ 0.441170] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:37:16.779] [ 0.441213] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:37:16.779] [ 0.441257] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:37:16.794] [ 0.441604] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:37:16.794] [ 0.441647] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:37:16.794] [ 0.441691] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:37:16.794] [ 0.441734] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:37:16.794] [ 0.441777] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:37:16.794] [ 0.441820] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:37:16.797] [ 0.441864] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:37:16.797] [ 0.441908] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:37:16.797] [ 0.441951] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:37:16.827] [ 0.442099] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:37:16.827] [ 0.442144] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:37:16.827] [ 0.442187] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:37:16.827] [ 0.442434] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:37:16.827] [ 0.442493] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:37:16.827] [ 0.442537] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:37:16.845] [ 0.442581] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:37:16.845] [ 0.442624] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:37:16.845] [ 0.442667] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:37:16.847] [ 0.442710] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.442912] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.442955] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.442999] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.443042] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.443085] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.443129] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:37:16.885] [ 0.443172] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:37:16.902] [ 0.443215] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:37:16.902] [ 0.443258] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:37:16.902] [ 0.443301] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:37:16.905] [ 0.443357] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:37:16.926] [ 0.443400] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:37:16.929] [ 0.443444] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:37:16.929] [ 0.443487] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:37:16.929] [ 0.444028] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:37:16.929] [ 0.444072] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:37:16.950] [ 0.444242] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:37:16.950] [ 0.444412] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:37:16.950] [ 0.444594] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:37:16.950] [ 0.444763] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:37:16.962] [ 0.444932] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:37:16.962] [ 0.444977] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:37:16.964] [ 0.445020] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:37:16.982] [ 0.445186] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:37:16.982] [ 0.445349] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:37:16.982] [ 0.445513] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:37:16.995] [ 0.445557] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:37:16.997] [ 0.445600] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:37:16.997] [ 0.445643] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:37:17.018] [ 0.445687] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:37:17.018] [ 0.445856] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:37:17.018] [ 0.445900] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:37:17.018] [ 0.446205] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:37:17.029] [ 0.446223] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:37:17.033] [ 0.528451] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:37:17.051] [ 0.528540] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:37:17.061] [ 1.675358] console [ttyAMA0] enabled [2024-05-23 14:37:17.061] [ 1.682992] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:37:17.082] [ 1.711915] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:37:17.090] [ 1.722208] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:37:17.100] [ 1.732795] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:37:17.113] [ 1.743050] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:37:17.210] [ 1.842790] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:37:17.228] [ 1.858954] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:37:17.232] [ 1.865851] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:37:17.244] [ 1.873018] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:37:17.260] [ 1.879390] Linux video capture interface: = v2.00 [2024-05-23 14:37:17.264] [ 1.885275] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:17.285] [ 1.885280] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:37:17.295] [ 1.885284] 6 locks held by swapper/0/1: [2024-05-23 14:37:17.295] [ 1.885287] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:37:17.295] [ 1.885313] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:37:17.297] [ 1.885328] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:37:17.323] [ 1.885347] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:17.323] [ 1.885362] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:37:17.323] [ 1.885378] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:17.335] [ 1.885396] irq event stamp: 287970 [2024-05-23 14:37:17.349] [ 1.885402] hardirqs last enabled at = (287969): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:17.351] [ 1.885407] hardirqs last disabled at = (287970): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:17.351] [ 1.885414] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:17.375] [ 1.885418] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:17.375] [ 1.885420] Preemption disabled at: [2024-05-23 14:37:17.375] [ 1.885425] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:17.378] [ 1.885435] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:37:17.402] [ 1.885438] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:17.402] [ 1.885441] Call trace: [2024-05-23 14:37:17.402] [ 1.885447] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:17.402] [ 1.885452] show_stack+0x14/0x20 [2024-05-23 14:37:17.402] [ 1.885458] dump_stack+0xb8/0xf0 [2024-05-23 14:37:17.414] [ 1.885463] ___might_sleep+0x178/0x210 [2024-05-23 14:37:17.417] [ 1.885467] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:17.417] [ 1.885472] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:17.417] [ 1.885478] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:17.431] [ 1.885486] gic_set_type+0x84/0x98 [2024-05-23 14:37:17.434] [ 1.885491] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:17.434] [ 1.885495] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:17.434] [ 1.885500] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:17.434] [ 1.885505] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:37:17.451] [ 1.885512] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:37:17.451] [ 1.885516] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:17.451] [ 1.885521] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:17.451] [ 1.885526] __driver_attach+0xfc/0x118 [2024-05-23 14:37:17.468] [ 1.885531] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:17.468] [ 1.885536] driver_attach+0x20/0x28 [2024-05-23 14:37:17.468] [ 1.885540] bus_add_driver+0x220/0x268 [2024-05-23 14:37:17.468] [ 1.885545] driver_register+0x60/0xf8 [2024-05-23 14:37:17.481] [ 1.885549] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:17.485] [ 1.885556] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:37:17.485] [ 1.885561] do_one_initcall+0x50/0x15c [2024-05-23 14:37:17.485] [ 1.885568] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:37:17.507] [ 1.885574] kernel_init+0x10/0x100 [2024-05-23 14:37:17.519] [ 1.885579] ret_from_fork+0x10/0x18 [2024-05-23 14:37:17.519] [ 1.891403] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:37:17.519] [ 2.138766] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:37:17.532] [ 2.152368] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:37:17.534] [ 2.159416] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:37:17.534] [ 2.164018] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:37:17.556] [ 2.168821] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:37:17.560] [ 2.173671] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:37:17.560] [ 2.178226] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:37:17.597] [ 2.232192] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:37:17.611] [ 2.244812] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:17.628] [ 2.263170] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:17.644] [ 2.278636] NET: Registered protocol family = 2 [2024-05-23 14:37:17.656] [ 2.286371] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:37:17.668] [ 2.293993] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:37:17.683] [ 2.305194] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:37:17.683] [ 2.312539] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:37:17.700] [ 2.319388] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:37:17.710] [ 2.327582] NET: Registered protocol family = 1 [2024-05-23 14:37:17.801] [ 2.435507] audit: initializing netlink = subsys (disabled) [2024-05-23 14:37:17.808] [ 2.441875] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:37:17.820] [ 2.442525] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:37:17.891] [ 2.524670] fuse init (API version 7.26) [2024-05-23 14:37:17.914] [ 2.542711] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:37:17.917] [ 2.552517] io scheduler noop registered = (default) [2024-05-23 14:37:17.929] [ 2.557601] io scheduler mq-deadline = registered [2024-05-23 14:37:17.929] [ 2.562165] io scheduler kyber registered [2024-05-23 14:37:17.945] [ 2.572771] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:17.956] [ 2.579891] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:17.968] [ 2.586103] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:37:17.970] [ 2.593714] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:18.021] [ 2.656128] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:18.029] [ 2.663946] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:18.043] [ 2.668827] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:37:18.043] [ 2.674256] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:18.055] [ 2.674973] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:18.057] [ 2.685726] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:18.078] [ 2.691934] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:37:18.089] [ 2.699496] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:18.091] [ 2.723452] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:18.104] [ 2.730284] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:18.104] [ 2.735041] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:37:18.117] [ 2.740467] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:18.131] [ 2.741038] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:18.131] [ 2.751790] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:18.142] [ 2.757998] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:37:18.142] [ 2.765614] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:18.196] [ 2.831586] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:18.214] [ 2.838339] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:18.215] [ 2.843055] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:37:18.231] [ 2.848482] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:18.232] [ 2.858239] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:37:18.236] [ 2.867902] [INF][WDMA] tcc_wdma_init [2024-05-23 14:37:18.268] [ 2.872727] TCC WDMA Driver Initializing [2024-05-23 14:37:18.268] [ 2.879672] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:37:18.276] [ 2.885744] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:37:18.276] [ 2.896320] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:18.278] [ 2.909024] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:37:18.301] [ 2.918413] [CPU_ID] probe is done [2024-05-23 14:37:18.301] [ 2.922156] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:37:18.301] [ 2.928888] [DRAM_TOOL] probe is done [2024-05-23 14:37:18.303] [ 2.936292] MALI-G51 : r30p0-01eac0 [2024-05-23 14:37:18.316] [ 2.939824] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:37:18.318] [ 2.949378] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:18.331] [ 2.949382] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:37:18.333] [ 2.949387] 6 locks held by swapper/0/1: [2024-05-23 14:37:18.359] [ 2.949390] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:37:18.359] [ 2.949419] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:37:18.359] [ 2.949435] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:37:18.373] [ 2.949453] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:18.376] [ 2.949468] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:37:18.402] [ 2.949484] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:18.402] [ 2.949504] irq event stamp: 453654 [2024-05-23 14:37:18.402] [ 2.949510] hardirqs last enabled at = (453653): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:18.402] [ 2.949515] hardirqs last disabled at = (453654): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:18.418] [ 2.949522] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:18.433] [ 2.949525] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:18.449] [ 2.949528] Preemption disabled at: [2024-05-23 14:37:18.449] [ 2.949533] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:18.449] [ 2.949543] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:37:18.462] [ 2.949546] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:18.462] [ 2.949549] Call trace: [2024-05-23 14:37:18.465] [ 2.949556] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:18.465] [ 2.949561] show_stack+0x14/0x20 [2024-05-23 14:37:18.465] [ 2.949566] dump_stack+0xb8/0xf0 [2024-05-23 14:37:18.465] [ 2.949571] ___might_sleep+0x178/0x210 [2024-05-23 14:37:18.487] [ 2.949575] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:18.489] [ 2.949580] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:18.489] [ 2.949585] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:18.489] [ 2.949592] gic_set_type+0x84/0x98 [2024-05-23 14:37:18.489] [ 2.949597] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:18.489] [ 2.949602] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:18.511] [ 2.949607] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:18.513] [ 2.949614] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:37:18.513] [ 2.949620] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:37:18.513] [ 2.949624] kbase_device_init+0x78/0xf8 [2024-05-23 14:37:18.513] [ 2.949630] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:37:18.513] [ 2.949634] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:18.526] [ 2.949640] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:18.528] [ 2.949645] __driver_attach+0xfc/0x118 [2024-05-23 14:37:18.528] [ 2.949650] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:18.528] [ 2.949655] driver_attach+0x20/0x28 [2024-05-23 14:37:18.552] [ 2.949659] bus_add_driver+0x220/0x268 [2024-05-23 14:37:18.552] [ 2.949664] driver_register+0x60/0xf8 [2024-05-23 14:37:18.552] [ 2.949668] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:18.552] [ 2.949676] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:37:18.552] [ 2.949681] do_one_initcall+0x50/0x15c [2024-05-23 14:37:18.552] [ 2.949688] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:37:18.566] [ 2.949694] kernel_init+0x10/0x100 [2024-05-23 14:37:18.566] [ 2.949698] ret_from_fork+0x10/0x18 [2024-05-23 14:37:18.566] [ 2.951627] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:37:18.583] [ 3.206447] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:37:18.596] [ 3.213185] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:37:18.600] [ 3.226924] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:37:18.620] [ 3.233942] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:37:18.621] [ 3.246018] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:37:18.622] [ 3.252237] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:37:18.623] [ 3.256618] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:37:18.649] [ 3.264198] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:37:18.677] [ 3.311464] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:37:18.685] [ 3.319198] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:37:18.701] [ 3.328950] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:37:18.729] [ 3.339534] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:37:18.729] [ 3.346870] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:37:18.748] [ 3.357943] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:37:18.751] [ 3.366864] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:37:18.751] [ 3.385355] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:37:18.776] [ 3.400809] libphy: Fixed MDIO Bus: probed [2024-05-23 14:37:18.776] [ 3.405757] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:37:18.784] [ 3.419536] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:37:18.798] [ 3.424068] [INFO][GAMC] gmac index : 1 [2024-05-23 14:37:18.798] [ 3.428569] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:37:18.800] [ 3.433782] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:37:18.826] [ 3.439858] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:37:18.826] [ 3.444319] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:37:18.826] [ 3.450339] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:37:18.826] [ 3.455988] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:37:18.839] [ 3.457666] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:37:18.842] [ 3.466289] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:37:18.842] [ 3.467512] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:18.866] [ 3.467525] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:37:18.868] [ 3.467532] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:37:18.868] [ 3.467544] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:18.868] [ 3.467556] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:37:18.868] [ 3.469146] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:37:18.892] [ 3.478254] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:37:18.892] [ 3.478263] usbhid: USB HID core driver [2024-05-23 14:37:18.892] [ 3.478566] optee: probing for conduit = method from DT. [2024-05-23 14:37:18.892] [ 3.478592] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:37:18.893] [ 3.480558] optee: initialized driver [2024-05-23 14:37:18.917] [ 3.482213] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:37:18.917] [ 3.482228] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:37:18.917] [ 3.482236] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:37:18.917] [ 3.482243] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:37:18.919] [ 3.482250] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:37:18.946] [ 3.482258] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:37:18.946] [ 3.482265] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:37:18.946] [ 3.482272] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:37:18.946] [ 3.483880] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:37:18.961] [ 3.483889] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:37:18.963] [ 3.490591] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:37:18.963] [ 3.507508] NET: Registered protocol family = 17 [2024-05-23 14:37:18.990] [ 3.507952] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:37:18.990] [ 3.512744] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:37:18.992] [ 3.623949] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:37:19.007] [ 3.630541] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:37:19.007] [ 3.637239] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:37:19.030] [ 3.644516] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:37:19.030] [ 3.662337] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:37:19.052] [ 3.670165] GPT:15269887 !=3D 15273599 [2024-05-23 14:37:19.052] [ 3.673785] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:37:19.052] [ 3.676561] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:19.052] [ 3.676602] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:37:19.067] [ 3.678247] ALSA device list: [2024-05-23 14:37:19.067] [ 3.678254] No soundcards found. [2024-05-23 14:37:19.067] [ 3.700587] GPT:15269887 !=3D 15273599 [2024-05-23 14:37:19.093] [ 3.700621] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:37:19.094] [ 3.700748] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:37:19.097] [ 3.727412] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:37:19.117] [ 3.748675] Freeing unused kernel memory: = 4160K [2024-05-23 14:37:19.142] Mounting devtmpfs [2024-05-23 14:37:19.144] [ 3.764034] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:37:19.144] Mounting procfs [2024-05-23 14:37:19.144] Mounting sysfs [2024-05-23 14:37:19.147] [ 3.782465] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:37:19.183] [ 3.810219] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:37:19.214] [ 3.849276] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:37:19.224] [ 3.858639] mount (98) used greatest stack = depth: 11792 bytes left [2024-05-23 14:37:19.259] [ 3.872183] mount (100) used greatest stack = depth: 11392 bytes left [2024-05-23 14:37:19.478] [ 4.112449] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:37:19.575] [ 4.210473] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:37:19.606] [ 4.237797] systemd[1]: Detected = architecture arm64. [2024-05-23 14:37:19.648]=20 [2024-05-23 14:37:19.648] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:37:19.664]=20 [2024-05-23 14:37:19.666] [ 4.300542] systemd[1]: Set hostname to = . [2024-05-23 14:37:19.680] [ 4.311743] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:37:19.708] [ 4.320968] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:37:19.930] [ 4.564946] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:37:19.949] [ 4.582048] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:37:20.001] [ 4.625062] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:37:20.017] [ 4.637165] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:37:20.198] [ 4.832717] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:37:20.278] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:37:20.304] [ OK ] Listening on Journal Socket. [2024-05-23 14:37:20.335] Mounting Configuration File System... [2024-05-23 14:37:20.362] Starting mount data partition = service... [2024-05-23 14:37:20.387] [ OK ] Listening on Syslog Socket. [2024-05-23 14:37:20.403] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:37:20.451] Starting Apply Kernel Variables... [2024-05-23 14:37:20.470] [ OK ] Reached target Swap. [2024-05-23 14:37:20.503] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:37:20.512] [ 5.143608] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:20.529] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:37:20.547] [ OK ] Listening on udev Control Socket. [2024-05-23 14:37:20.584] Starting udev Coldplug all Devices... [2024-05-23 14:37:20.604] Mounting POSIX Message Queue File = System... [2024-05-23 14:37:20.642] Mounting FUSE Control File System... [2024-05-23 14:37:20.673] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:37:20.701] [ OK ] Created slice User and Session Slice. [2024-05-23 14:37:20.717] [ OK ] Reached target Slices. [2024-05-23 14:37:20.735] [ OK ] Reached target Remote File Systems. [2024-05-23 14:37:20.754] [[ 5.387203] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:37:20.770] OK ] Created slice system-getty.slice. [2024-05-23 14:37:20.785] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:37:20.806] Starting Journal Service... [2024-05-23 14:37:20.838] Mounting Kernel Debug File System... [2024-05-23 14:37:20.869] Mounting Huge Pages File System... [2024-05-23 14:37:20.903] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:37:20.920] [ OK ] Reached target Paths. [2024-05-23 14:37:20.982] [ OK ] Mounted Configuration File System. [2024-05-23 14:37:21.016] [ OK ] Started mount data partition service. [2024-05-23 14:37:21.042] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:37:21.069] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:37:21.085] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:37:21.118] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:37:21.135] [ OK ] Started Journal Service. [2024-05-23 14:37:21.153] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:37:21.170] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:37:21.202] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:37:21.262] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:37:21.299] Starting udev Kernel Device = Manager... [2024-05-23 14:37:21.318] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:37:21.332] [ OK ] Reached target Containers. [2024-05-23 14:37:21.363] Mounting /var/volatile... [2024-05-23 14:37:21.396] Mounting /tmp... [2024-05-23 14:37:21.424] Starting NS file System mount and = recovery.... [2024-05-23 14:37:21.456] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:37:21.495] [ OK ] Mounted /var/volatile. [2024-05-23 14:37:21.523] [ OK ] Mounted /tmp. [2024-05-23 14:37:21.563] [ 6.197730] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:21.647] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:21.654] [ 6.287517] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:21.750] [ 6.383775] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:21.826] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:37:21.894] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:37:22.063] [ 6.697141] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:37:22.086] Starting Bind mount volatile = /var/cache... [2024-05-23 14:37:22.112] Starting Bind mount volatile = /var/spool... [2024-05-23 14:37:22.141] Starting Bind mount volatile = /var/lib... [2024-05-23 14:37:22.171] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:37:22.286] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:37:22.385] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:37:22.423] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:37:22.457] Starting Load/Save Random Seed... [2024-05-23 14:37:22.469] [ OK ] Reached target Local File Systems. [2024-05-23 14:37:22.506] Starting Create Volatile Files and = Directories... [2024-05-23 14:37:22.541] Starting AppArmor initialization... [2024-05-23 14:37:22.583] Starting netfilter persistent = configuration... [2024-05-23 14:37:22.619] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:37:22.655] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:37:22.707] [ 7.339766] audit: type=3D1400 = audit(1550139121.220:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:37:22.723] [ 7.355615] audit: type=3D1400 = audit(1550139121.224:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:22.748] [ 7.372509] audit: type=3D1400 = audit(1550139121.224:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:22.778] [ 7.389363] audit: type=3D1400 = audit(1550139121.224:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:22.791] [ 7.406034] audit: type=3D1400 = audit(1550139121.224:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:22.803] [ 7.423047] audit: type=3D1400 = audit(1550139121.224:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:22.805] [ 7.439117] audit: type=3D1400 = audit(1550139121.224:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:37:22.846] [ OK ] Started AppArmor initialization. [2024-05-23 14:37:22.873] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:37:22.903] [ OK ] Reached target Network (Pre). [2024-05-23 14:37:22.934] Starting Network Service... [2024-05-23 14:37:22.956] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:37:23.005] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:37:23.043] [ OK ] Reached target System Initialization. [2024-05-23 14:37:23.048] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:37:23.074] [ OK ] Reached target Sockets. [2024-05-23 14:37:23.092] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:37:23.099] [ OK ] Reached target Timers. [2024-05-23 14:37:23.130] [ OK ] Reached target Basic System. [2024-05-23 14:37:23.149] [ 7.775813] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:37:23.151] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:37:23.189] [ 7.810391] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:37:23.195] [ 7.815496] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:37:23.195] [ 7.820726] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:37:23.195] [ OK ] Started NS VSync Process. [2024-05-23 14:37:23.227] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:37:23.258] [ 7.892578] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:37:23.274] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:37:23.315] Starting Load Kernel Modules... [2024-05-23 14:37:23.338] [ 7.971266] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:37:23.349] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:37:23.394] [ OK ] Started NS System Management Process. [2024-05-23 14:37:23.421] [ 8.051065] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:37:23.422] [ 8.055493] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:37:23.437] Starting NS Inter Domain Comm = Process... [2024-05-23 14:37:23.439] [ 8.055512] [INFO][GMAC]=20 [2024-05-23 14:37:23.475] Start /usr/bin/sys-fail-mon [2024-05-23 14:37:23.475] [ 8.071318] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:37:23.475] [ 8.084927] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:37:23.486] [ 8.084957] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:37:23.502] [ 8.088135] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:37:23.518] [ 8.088148] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:37:23.518] [ 8.107544] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:23.533] [ 8.110385] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:37:23.535] [ 8.110415] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:37:23.557] [ 8.112283] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:37:23.557] [ 8.112296] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:37:23.571] [ 8.124650] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:23.572] [ 8.203179] Disabling lock debugging due to = kernel taint [2024-05-23 14:37:23.585] Starting Login [ 8.209971] libphy: = tcc-gmac-mdio: probed [2024-05-23 14:37:23.598] Service... [2024-05-23 14:37:23.598] [ 8.215588] [INFO][GMAC] registered! [2024-05-23 14:37:23.598] [ 8.220474] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:37:23.603] [ 8.225284] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:37:23.627] [ OK ] Started Kernel Logging Service. [2024-05-23 14:37:23.631] [ OK ] Started System Logging Service. [2024-05-23 14:37:23.631] [ OK ] Started Network Service. [2024-05-23 14:37:23.634] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:37:23.649] [ OK ] Started Cluster Framework. [2024-05-23 14:37:23.664] [ OK ] Started HUD Framework. [2024-05-23 14:37:23.667] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:37:23.691] parents, child is 314 [2024-05-23 14:37:23.693] [IDC]Start. [2024-05-23 14:37:23.693] [ 8.319470] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:37:23.696] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:37:23.733] [ OK ] Started Nvm Process. [2024-05-23 14:37:23.733] [IDC](A7)ConnectReq 0 [2024-05-23 14:37:23.733] [IDC](A7)do_connect 0 [2024-05-23 14:37:23.733] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:37:23.733] [IDC](A7)Tx start session req 1 [2024-05-23 14:37:23.733] [ 8.343402] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:37:23.733] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:37:23.733] [IDC[ 8.354048] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:37:23.758] [ 8.354048] -- MASTER Configuration. [2024-05-23 14:37:23.758] [ 8.354048] -- Local Receiver Status Not = OK. [2024-05-23 14:37:23.758] [ 8.354048] -- Remote Receiver Status Not = OK. [2024-05-23 14:37:23.782] ](R5)ConnectReq 0 [2024-05-23 14:37:23.782] [IDC](R5)do_connect 0 [2024-05-23 14:37:23.782] [IDC](R5)Session status [ 8.377555] = [INFO][GMAC] --] tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:37:23.782] 0 -> 1 [2024-05-23 14:37:23.782] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:37:23.782] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:37:23.782] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:37:23.782] [IDC](A7)Session status 2 -> [ 8.395367] = [INFO][GMAC] --] tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:37:23.800] 3 [2024-05-23 14:37:23.800] [IDC](A7)Session connected. [2024-05-23 14:37:23.800] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:37:23.800] [ID[ 8.406057] BUG: sleeping function = called from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:23.800] C](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:37:23.803] [IDC](R5)Session connected.2 [2024-05-23 14:37:23.803] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:37:23.803] [ OK ] Started NS hsm control application. [2024-05-23 14:37:23.803] [ 8.406061] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:37:23.828] [ 8.406064] INFO: lockdep is turned off. [2024-05-23 14:37:23.828] [ 8.406066] irq event stamp: 71888 [2024-05-23 14:37:23.828] [ 8.406081] hardirqs last enabled at = (71887): [<000000008429a053>] _raw_spin_unlock_irq+0x2c/0x70 [2024-05-23 14:37:23.843] [ 8.406087] hardirqs last disabled at = (71888): [<00000000425a3744>] __schedule+0xc8/0x730 [2024-05-23 14:37:23.858] [ 8.406094] softirqs last enabled at (0): = [<00000000912a5981>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:23.874] [ 8.406097] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:23.889] [ 8.406099] Preemption disabled at: [2024-05-23 14:37:23.915] [ 8.406106] [<000000009ad4f5b4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:23.917] [ 8.406113] CPU: 2 PID: 261 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:37:23.917] [ 8.406115] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:23.917] [ 8.406118] Call trace: [2024-05-23 14:37:23.919] [ 8.406123] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:23.944] [ 8.406126] show_stack+0x14/0x20 [2024-05-23 14:37:23.944] [ 8.406130] dump_stack+0xb8/0xf0 [2024-05-23 14:37:23.944] [ 8.406134] ___might_sleep+0x178/0x210 [2024-05-23 14:37:23.944] [ 8.406136] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:23.944] [ 8.406143] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:23.944] [ 8.406147] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:23.944] [ 8.406153] gic_set_type+0x84/0x98 [2024-05-23 14:37:23.958] [ 8.406157] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:23.972] [ 8.406160] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:23.972] [ 8.406164] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:23.972] [ 8.406170] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:37:23.988] [ 8.406175] __dev_open+0x100/0x150 [2024-05-23 14:37:23.988] [ 8.406178] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:37:23.988] [ 8.406180] dev_change_flags+0x20/0x60 [2024-05-23 14:37:23.988] [ 8.406185] do_setlink+0x3ec/0xc30 [2024-05-23 14:37:23.990] [ 8.406187] rtnl_setlink+0xcc/0x128 [2024-05-23 14:37:23.990] [ 8.406190] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:37:23.990] [ 8.406194] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:37:23.990] [ 8.406197] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:37:24.014] [ 8.406200] netlink_unicast+0x180/0x1f8 [2024-05-23 14:37:24.014] [ 8.406203] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:37:24.014] [ 8.406208] sock_sendmsg+0x3c/0x58 [2024-05-23 14:37:24.014] [ 8.406212] SyS_sendto+0xd0/0x140 [2024-05-23 14:37:24.014] [ 8.406215] el0_svc_naked+0x34/0x38 [2024-05-23 14:37:24.014] [ 8.406341] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:37:24.028] [ 8.420143] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:37:24.028] [ 8.493925] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:37:24.029] [ 8.499257] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:37:24.055] [ 8.500858] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:37:24.055] [ 8.500999] Done!! [2024-05-23 14:37:24.055] [ OK ] Started Diagnosis Framework. [2024-05-23 14:37:24.055] [ 8.681334] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:37:24.057] [ 8.688429] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:37:24.070] [ 8.688437] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:37:24.070] [ 8.688437] =20 [2024-05-23 14:37:24.070] [ 8.688769] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:37:24.083] [ 8.689392] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:37:24.096] [ 8.689399] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:37:24.096] [ 8.689406] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:37:24.098] [ 8.689406] =20 [2024-05-23 14:37:24.098] [ 8.689735] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:37:24.124] [ 8.689751] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:37:24.124] [ 8.689755] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:37:24.124] [ 8.689762] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:37:24.124] [ 8.689774] [INFO][GMAC] --] phy_start: : [2024-05-23 14:37:24.126] [ 8.689808] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:37:24.154] [ 8.696431] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:37:24.154] [ 8.738948] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:37:24.154] [ 8.742010] Done!! [2024-05-23 14:37:24.154] [ OK ] Started Diagnosis Transport. [2024-05-23 14:37:24.156] [ OK ] Started NS Software Update. [2024-05-23 14:37:24.174] [ OK ] Started NS Secondary Verify. [2024-05-23 14:37:24.187] [ 8.811748] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.189] [ OK ] Reached target Network. [2024-05-23 14:37:24.219] Starting udev Coldplug all Devices... [2024-05-23 14:37:24.238] Starting Permit User Sessions... [2024-05-23 14:37:24.255] Starting Wait for Network to be = Configured... [2024-05-23 14:37:24.288] [ OK ] Started Login Service. [2024-05-23 14:37:24.301] [ 8.925584] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:37:24.302] [ 8.928949] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.322] [ 8.950701] Done!! [2024-05-23 14:37:24.338] [ OK ] Started Load Kernel Modules. [2024-05-23 14:37:24.355] [ OK ] Started Permit User Sessions. [2024-05-23 14:37:24.405] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:37:24.413] [ 9.047345] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.469] [ OK ] Started Getty on tty1. [2024-05-23 14:37:24.473] [ OK ] Reached target Login Prompts. [2024-05-23 14:37:24.489] [ OK ] Reached target Multi-User System. [2024-05-23 14:37:24.509] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:37:24.542] [ 9.158825] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.646] [ 9.270846] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.660] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:37:24.715] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:37:24.767] [ 9.378906] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.841] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:37:24.873] [ 9.486951] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.898] [ 9.505965] sched: RT throttling activated [2024-05-23 14:37:24.961] [ 9.595804] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:24.989] [ 9.607032] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:37:24.990] [ 9.607045] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:37:25.081] [ 9.707235] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:25.202] [ 9.830789] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:25.899] [ 10.526486] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:37:25.908] [ 10.526494] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:37:26.620] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:30.795]=20 [2024-05-23 14:37:30.795] telechips-nsp1-release login:=20 [2024-05-23 14:37:32.741]=20 [2024-05-23 14:37:32.741] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:37:32.741]=20 [2024-05-23 14:37:32.741] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:37:32.741] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:37:32.763] DRAM: 2 GiB [2024-05-23 14:37:32.786] MMC: sdhc@0x16440000: 0 [2024-05-23 14:37:33.050]=20 [2024-05-23 14:37:33.050] HW Partition tyep is UserData [2024-05-23 14:37:33.066] In: serial [2024-05-23 14:37:33.066] Out: serial [2024-05-23 14:37:33.066] Err: serial [2024-05-23 14:37:33.127] Boot in the UserData environment(0) [2024-05-23 14:37:33.131] Non-secure boot (secure boot flag is clear) [2024-05-23 14:37:33.146] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:37:33.146] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:37:33.146] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:37:33.161] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:37:33.173] Booting using the fdt blob at 0x23000000 [2024-05-23 14:37:33.173] Loading Kernel Image [2024-05-23 14:37:33.174] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:37:33.195] OPTEE is enabled [2024-05-23 14:37:33.202]=20 [2024-05-23 14:37:33.202] Starting kernel ... [2024-05-23 14:37:33.202]=20 [2024-05-23 14:37:34.110] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:37:34.116] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:37:34.129] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:37:34.144] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:37:34.144] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:37:34.144] [ 0.000000] efi: UEFI not found. [2024-05-23 14:37:34.159] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:37:34.172] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:37:34.174] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:37:34.174] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:37:34.200] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:37:34.200] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:37:34.200] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:37:34.214] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:37:34.216] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:37:34.242] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:37:34.242] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:37:34.242] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:37:34.247] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:37:34.272] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:37:34.272] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:37:34.272] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:37:34.278] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:37:34.306] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:37:34.306] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:37:34.306] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:37:34.310] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:37:34.338] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:37:34.338] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:37:34.338] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:37:34.338] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:37:34.363] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:37:34.365] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:37:34.365] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:37:34.365] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:37:34.365] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:37:34.379] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:37:34.382] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:37:34.382] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:37:34.406] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:37:34.406] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:37:34.406] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:37:34.426] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:37:34.440] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:37:34.443] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:37:34.466] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:37:34.489] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:37:34.489] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:37:34.489] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:37:34.501] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:37:34.501] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:37:34.501] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:37:34.503] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:37:34.527] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:37:34.538] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:37:34.538] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:37:34.538] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:37:34.547] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:37:34.549] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:37:34.567] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:37:34.568] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:37:34.568] [ 0.000000] Running RCU self tests [2024-05-23 14:37:34.568] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:37:34.585] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:37:34.585] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:37:34.585] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:37:34.596] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:37:34.607] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:37:34.607] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:37:34.609] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:37:34.609] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:37:34.629] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:37:34.629] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:37:34.631] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:37:34.655] [ 0.000684] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:37:34.655] [ 0.000704] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:37:34.655] [ 0.001474] Console: colour dummy device = 80x25 [2024-05-23 14:37:34.658] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:37:34.679] [ 0.001717] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:37:34.679] [ 0.001720] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:37:34.679] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:37:34.679] [ 0.001725] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:37:34.682] [ 0.001728] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:37:34.699] [ 0.001731] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:37:34.701] [ 0.001733] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:37:34.701] [ 0.001736] memory used by lock dependency = info: 7903 kB [2024-05-23 14:37:34.701] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:37:34.722] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:37:34.722] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:37:34.722] [ 0.002288] Security Framework initialized [2024-05-23 14:37:34.732] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:37:34.741] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:37:34.741] [ 0.002682] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:37:34.745] [ 0.019966] ASID allocator initialised with = 32768 entries [2024-05-23 14:37:34.764] [ 0.035866] Hierarchical SRCU = implementation. [2024-05-23 14:37:34.766] [ 0.062280] EFI services will not be = available. [2024-05-23 14:37:34.766] [ 0.076134] smp: Bringing up secondary CPUs = ... [2024-05-23 14:37:34.766] [ 0.120761] Detected VIPT I-cache on CPU1 [2024-05-23 14:37:34.766] [ 0.120834] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:37:34.785] [ 0.165007] Detected VIPT I-cache on CPU2 [2024-05-23 14:37:34.785] [ 0.165063] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:37:34.785] [ 0.209289] Detected VIPT I-cache on CPU3 [2024-05-23 14:37:34.785] [ 0.209340] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:37:34.795] [ 0.209716] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:37:34.795] [ 0.209757] SMP: Total of 4 processors = activated. [2024-05-23 14:37:34.797] [ 0.209773] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:37:34.816] [ 0.209792] CPU: All CPU(s) started at EL2 [2024-05-23 14:37:34.816] [ 0.209974] alternatives: patching kernel = code [2024-05-23 14:37:34.816] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:37:34.816] [ 0.213121] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:37:34.826] [ 0.213733] devtmpfs: initialized [2024-05-23 14:37:34.828] [ 0.403318] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:37:34.851] [ 0.403583] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:37:34.851] [ 0.412432] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:37:34.851] [ 0.413353] chipinfo: TCC8030 Rev02 [2024-05-23 14:37:34.851] [ 0.413369] chipinfo: SiP Service v0.1.56 [2024-05-23 14:37:34.853] [ 0.418655] NET: Registered protocol family = 16 [2024-05-23 14:37:34.871] [ 0.422647] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:37:34.871] [ 0.424617] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:37:34.871] [ 0.426481] cpuidle: using governor menu [2024-05-23 14:37:34.893] [ 0.426753] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:37:34.896] [ 0.440856] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:37:34.896] [ 0.441333] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:37:34.896] [ 0.441379] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:37:34.896] [ 0.441423] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:37:34.914] [ 0.441466] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:37:34.914] [ 0.441510] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:37:34.914] [ 0.441553] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:37:34.914] [ 0.441597] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:37:34.927] [ 0.441640] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:37:34.927] [ 0.441684] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:37:34.944] [ 0.441727] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:37:34.962] [ 0.441771] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:37:34.962] [ 0.441815] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:37:34.962] [ 0.441972] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:37:34.964] [ 0.442018] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:37:34.964] [ 0.442061] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:37:34.964] [ 0.442105] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:37:34.964] [ 0.442148] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:37:34.984] [ 0.442192] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:37:34.984] [ 0.442581] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:37:34.984] [ 0.442625] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:37:34.984] [ 0.442669] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:37:34.986] [ 0.442712] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:37:35.006] [ 0.442756] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:37:35.006] [ 0.442799] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:37:35.006] [ 0.442842] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:37:35.007] [ 0.442885] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:37:35.029] [ 0.442928] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:37:35.029] [ 0.442972] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:37:35.029] [ 0.443029] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:37:35.029] [ 0.443072] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:37:35.041] [ 0.443317] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:37:35.043] [ 0.443361] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:37:35.061] [ 0.443404] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:37:35.063] [ 0.443448] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:37:35.063] [ 0.443491] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:37:35.063] [ 0.443534] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:37:35.080] [ 0.443577] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:37:35.082] [ 0.443766] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:37:35.082] [ 0.443810] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:37:35.082] [ 0.443853] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:37:35.103] [ 0.443896] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:37:35.103] [ 0.443939] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:37:35.103] [ 0.443982] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:37:35.103] [ 0.444025] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:37:35.120] [ 0.444081] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:37:35.130] [ 0.444125] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:37:35.130] [ 0.444168] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:37:35.130] [ 0.444212] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:37:35.133] [ 0.444254] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:37:35.133] [ 0.444298] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:37:35.151] [ 0.444341] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:37:35.154] [ 0.444872] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:37:35.154] [ 0.444930] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:37:35.154] [ 0.445103] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:37:35.171] [ 0.445274] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:37:35.181] [ 0.445443] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:37:35.181] [ 0.445609] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:37:35.181] [ 0.445775] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:37:35.183] [ 0.445819] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:37:35.183] [ 0.445863] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:37:35.212] [ 0.446132] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:37:35.212] [ 0.446331] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:37:35.212] [ 0.446515] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:37:35.212] [ 0.446560] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:37:35.214] [ 0.446603] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:37:35.214] [ 0.446647] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:37:35.232] [ 0.446690] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:37:35.232] [ 0.446870] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:37:35.232] [ 0.446934] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:37:35.242] [ 0.447138] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:37:35.251] [ 0.447151] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:37:35.251] [ 0.529610] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:37:35.253] [ 0.529700] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:37:35.272] [ 1.676471] console [ttyAMA0] enabled [2024-05-23 14:37:35.272] [ 1.684161] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:37:35.295] [ 1.713018] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:37:35.304] [ 1.723299] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:37:35.316] [ 1.733911] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:37:35.327] [ 1.744222] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:37:35.424] [ 1.843846] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:37:35.447] [ 1.860431] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:37:35.449] [ 1.867325] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:37:35.464] [ 1.874118] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:37:35.464] [ 1.880553] Linux video capture interface: = v2.00 [2024-05-23 14:37:35.484] [ 1.886313] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:35.484] [ 1.886318] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:37:35.496] [ 1.886322] 6 locks held by swapper/0/1: [2024-05-23 14:37:35.496] [ 1.886325] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:37:35.510] [ 1.886351] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:37:35.510] [ 1.886366] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:37:35.523] [ 1.886384] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:35.535] [ 1.886399] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:37:35.546] [ 1.886416] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:35.557] [ 1.886435] irq event stamp: 288076 [2024-05-23 14:37:35.557] [ 1.886440] hardirqs last enabled at = (288075): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:35.559] [ 1.886445] hardirqs last disabled at = (288076): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:35.581] [ 1.886453] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:35.581] [ 1.886457] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:35.584] [ 1.886460] Preemption disabled at: [2024-05-23 14:37:35.605] [ 1.886465] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:35.605] [ 1.886474] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:37:35.605] [ 1.886477] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:35.607] [ 1.886480] Call trace: [2024-05-23 14:37:35.616] [ 1.886486] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:35.618] [ 1.886491] show_stack+0x14/0x20 [2024-05-23 14:37:35.618] [ 1.886497] dump_stack+0xb8/0xf0 [2024-05-23 14:37:35.618] [ 1.886502] ___might_sleep+0x178/0x210 [2024-05-23 14:37:35.643] [ 1.886506] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:35.643] [ 1.886511] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:35.643] [ 1.886516] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:35.643] [ 1.886524] gic_set_type+0x84/0x98 [2024-05-23 14:37:35.643] [ 1.886529] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:35.645] [ 1.886534] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:35.645] [ 1.886538] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:35.667] [ 1.886543] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:37:35.667] [ 1.886550] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:37:35.667] [ 1.886554] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:35.667] [ 1.886559] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:35.667] [ 1.886564] __driver_attach+0xfc/0x118 [2024-05-23 14:37:35.682] [ 1.886569] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:35.682] [ 1.886574] driver_attach+0x20/0x28 [2024-05-23 14:37:35.682] [ 1.886579] bus_add_driver+0x220/0x268 [2024-05-23 14:37:35.682] [ 1.886583] driver_register+0x60/0xf8 [2024-05-23 14:37:35.697] [ 1.886587] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:35.699] [ 1.886594] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:37:35.699] [ 1.886599] do_one_initcall+0x50/0x15c [2024-05-23 14:37:35.699] [ 1.886607] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:37:35.715] [ 1.886612] kernel_init+0x10/0x100 [2024-05-23 14:37:35.718] [ 1.886617] ret_from_fork+0x10/0x18 [2024-05-23 14:37:35.718] [ 1.892254] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:37:35.738] [ 2.139509] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:37:35.741] [ 2.153129] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:37:35.742] [ 2.160164] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:37:35.753] [ 2.164765] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:37:35.753] [ 2.169568] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:37:35.769] [ 2.174396] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:37:35.769] [ 2.178951] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:37:35.813] [ 2.232888] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:37:35.829] [ 2.245468] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:35.845] [ 2.263686] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:35.861] [ 2.279160] NET: Registered protocol family = 2 [2024-05-23 14:37:35.873] [ 2.286858] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:37:35.876] [ 2.294481] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:37:35.898] [ 2.305562] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:37:35.898] [ 2.312920] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:37:35.910] [ 2.319760] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:37:35.916] [ 2.328122] NET: Registered protocol family = 1 [2024-05-23 14:37:36.018] [ 2.435287] audit: initializing netlink = subsys (disabled) [2024-05-23 14:37:36.026] [ 2.441626] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:37:36.038] [ 2.442181] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:37:36.105] [ 2.524297] fuse init (API version 7.26) [2024-05-23 14:37:36.119] [ 2.538637] modprobe (66) used greatest = stack depth: 13296 bytes left [2024-05-23 14:37:36.131] [ 2.545301] modprobe (67) used greatest = stack depth: 13280 bytes left [2024-05-23 14:37:36.132] [ 2.548437] io scheduler noop registered = (default) [2024-05-23 14:37:36.158] [ 2.548454] io scheduler mq-deadline = registered [2024-05-23 14:37:36.158] [ 2.548467] io scheduler kyber registered [2024-05-23 14:37:36.158] [ 2.561748] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:36.158] [ 2.561760] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:36.169] [ 2.561768] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:37:36.171] [ 2.561857] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:36.201] [ 2.618383] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:36.215] [ 2.626174] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:36.215] [ 2.631005] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:37:36.237] [ 2.636447] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:36.239] [ 2.637127] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:36.239] [ 2.647884] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:36.239] [ 2.654092] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:37:36.252] [ 2.661665] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:36.274] [ 2.686612] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:36.277] [ 2.693519] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:36.279] [ 2.698177] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:37:36.300] [ 2.703603] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:36.300] [ 2.704219] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:36.300] [ 2.714971] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:36.302] [ 2.721180] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:37:36.324] [ 2.728795] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:36.376] [ 2.795017] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:36.388] [ 2.801791] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:36.407] [ 2.806390] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:37:36.409] [ 2.811817] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:36.409] [ 2.821602] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:37:36.424] [ 2.831221] [INF][WDMA] tcc_wdma_init [2024-05-23 14:37:36.436] [ 2.836096] TCC WDMA Driver Initializing [2024-05-23 14:37:36.436] [ 2.842937] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:37:36.438] [ 2.849124] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:37:36.460] [ 2.859794] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:36.461] [ 2.872479] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:37:36.483] [ 2.882030] [CPU_ID] probe is done [2024-05-23 14:37:36.486] [ 2.885803] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:37:36.486] [ 2.892523] [DRAM_TOOL] probe is done [2024-05-23 14:37:36.486] [ 2.899943] MALI-G51 : r30p0-01eac0 [2024-05-23 14:37:36.486] [ 2.903467] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:37:36.502] [ 2.913113] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:36.516] [ 2.913118] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:37:36.519] [ 2.913122] 6 locks held by swapper/0/1: [2024-05-23 14:37:36.519] [ 2.913125] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:37:36.542] [ 2.913152] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:37:36.542] [ 2.913167] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:37:36.542] [ 2.913185] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:36.556] [ 2.913200] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:37:36.558] [ 2.913216] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:36.583] [ 2.913235] irq event stamp: 453562 [2024-05-23 14:37:36.583] [ 2.913240] hardirqs last enabled at = (453561): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:36.583] [ 2.913245] hardirqs last disabled at = (453562): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:36.597] [ 2.913253] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:36.609] [ 2.913256] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:36.618] [ 2.913259] Preemption disabled at: [2024-05-23 14:37:36.618] [ 2.913264] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:36.619] [ 2.913273] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:37:36.642] [ 2.913276] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:36.642] [ 2.913280] Call trace: [2024-05-23 14:37:36.642] [ 2.913285] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:36.642] [ 2.913290] show_stack+0x14/0x20 [2024-05-23 14:37:36.642] [ 2.913295] dump_stack+0xb8/0xf0 [2024-05-23 14:37:36.642] [ 2.913300] ___might_sleep+0x178/0x210 [2024-05-23 14:37:36.654] [ 2.913304] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:36.667] [ 2.913309] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:36.667] [ 2.913315] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:36.670] [ 2.913321] gic_set_type+0x84/0x98 [2024-05-23 14:37:36.670] [ 2.913326] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:36.670] [ 2.913331] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:36.670] [ 2.913336] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:36.693] [ 2.913342] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:37:36.693] [ 2.913347] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:37:36.693] [ 2.913352] kbase_device_init+0x78/0xf8 [2024-05-23 14:37:36.693] [ 2.913358] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:37:36.693] [ 2.913363] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:36.695] [ 2.913368] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:36.717] [ 2.913373] __driver_attach+0xfc/0x118 [2024-05-23 14:37:36.717] [ 2.913377] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:36.717] [ 2.913382] driver_attach+0x20/0x28 [2024-05-23 14:37:36.717] [ 2.913387] bus_add_driver+0x220/0x268 [2024-05-23 14:37:36.717] [ 2.913392] driver_register+0x60/0xf8 [2024-05-23 14:37:36.720] [ 2.913396] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:36.744] [ 2.913403] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:37:36.744] [ 2.913408] do_one_initcall+0x50/0x15c [2024-05-23 14:37:36.744] [ 2.913415] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:37:36.744] [ 2.913421] kernel_init+0x10/0x100 [2024-05-23 14:37:36.744] [ 2.913425] ret_from_fork+0x10/0x18 [2024-05-23 14:37:36.744] [ 2.915395] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:37:36.758] [ 3.170141] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:37:36.758] [ 3.176880] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:37:36.777] [ 3.190812] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:37:36.800] [ 3.198505] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:37:36.802] [ 3.210780] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:37:36.802] [ 3.216997] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:37:36.804] [ 3.221378] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:37:36.826] [ 3.229066] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:37:36.856] [ 3.276217] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:37:36.867] [ 3.285981] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:37:36.879] [ 3.293860] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:37:36.893] [ 3.307400] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:37:36.895] [ 3.312685] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:37:36.915] [ 3.323757] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:37:36.915] [ 3.332632] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:37:36.932] [ 3.351801] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:37:36.967] [ 3.367180] libphy: Fixed MDIO Bus: probed [2024-05-23 14:37:36.967] [ 3.372260] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:37:36.969] [ 3.383298] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:37:36.984] [ 3.385426] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:37:36.996] [ 3.385478] [INFO][GAMC] gmac index : 1 [2024-05-23 14:37:36.996] [ 3.386074] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:37:36.996] [ 3.386082] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:37:37.000] [ 3.387022] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:37:37.000] [ 3.387036] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:37:37.000] [ 3.391099] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:37:37.021] [ 3.400095] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:37:37.033] [ 3.401219] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:37.033] [ 3.401231] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:37:37.033] [ 3.401238] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:37:37.035] [ 3.401250] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:37.035] [ 3.401262] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:37:37.035] [ 3.402998] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:37:37.059] [ 3.412424] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:37:37.059] [ 3.412432] usbhid: USB HID core driver [2024-05-23 14:37:37.059] [ 3.412851] optee: probing for conduit = method from DT. [2024-05-23 14:37:37.059] [ 3.412877] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:37:37.061] [ 3.414733] optee: initialized driver [2024-05-23 14:37:37.083] [ 3.416451] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:37:37.083] [ 3.416466] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:37:37.083] [ 3.416474] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:37:37.083] [ 3.416481] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:37:37.097] [ 3.416489] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:37:37.099] [ 3.416496] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:37:37.099] [ 3.416503] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:37:37.122] [ 3.416510] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:37:37.122] [ 3.418057] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:37:37.122] [ 3.418065] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:37:37.136] [ 3.424944] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:37:37.136] [ 3.442950] NET: Registered protocol family = 17 [2024-05-23 14:37:37.136] [ 3.443420] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:37:37.150] [ 3.448460] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:37:37.163] [ 3.574500] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:37:37.167] [ 3.586220] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:37:37.180] [ 3.591975] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:37:37.193] [ 3.598649] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:37:37.197] [ 3.606029] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:37:37.197] [ 3.611254] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:37.210] [ 3.611300] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:37:37.213] [ 3.613045] ALSA device list: [2024-05-23 14:37:37.213] [ 3.613052] No soundcards found. [2024-05-23 14:37:37.255] [ 3.636814] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:37:37.255] [ 3.644692] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:37:37.255] [ 3.652427] GPT:15269887 !=3D 15273599 [2024-05-23 14:37:37.255] [ 3.656036] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:37:37.255] Mounting devtmpfs[ 3.658116] Freeing unused = kernel memory: 4160K [2024-05-23 14:37:37.264]=20 [2024-05-23 14:37:37.264] [ 3.668507] GPT:15269887 !=3D 15273599 [2024-05-23 14:37:37.264] [ 3.672274] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:37:37.267] [ 3.677578] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:37:37.290] Mounting procfs[ 3.678816] mount (91) used = greatest stack depth: 13232 bytes left [2024-05-23 14:37:37.290]=20 [2024-05-23 14:37:37.290] Mounting sysfs [2024-05-23 14:37:37.305] [ 3.719794] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:37:37.334] [ 3.742632] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:37:37.365] [ 3.784137] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:37:37.375] [ 3.792950] mount (98) used greatest stack = depth: 11568 bytes left [2024-05-23 14:37:37.392] [ 3.808926] mount (100) used greatest stack = depth: 11392 bytes left [2024-05-23 14:37:37.633] [ 4.052094] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:37:37.730] [ 4.148299] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:37:37.762] [ 4.176491] systemd[1]: Detected = architecture arm64. [2024-05-23 14:37:37.802]=20 [2024-05-23 14:37:37.804] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:37:37.814]=20 [2024-05-23 14:37:37.820] [ 4.237255] systemd[1]: Set hostname to = . [2024-05-23 14:37:37.833] [ 4.248460] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:37:37.854] [ 4.257736] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:37:38.084] [ 4.503753] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:37:38.113] [ 4.520874] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:37:38.152] [ 4.564033] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:37:38.158] [ 4.576186] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:37:38.348] [ 4.767980] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:37:38.426] [ OK ] Listening on udev Control Socket. [2024-05-23 14:37:38.437] [ OK ] Reached target Swap. [2024-05-23 14:37:38.471] [ OK ] Created slice system-getty.slice. [2024-05-23 14:37:38.493] [ OK ] Listening on Journal Socket. [2024-05-23 14:37:38.519] Mounting POSIX Message Queue File = System... [2024-05-23 14:37:38.540] Starting Apply Kernel Variables... [2024-05-23 14:37:38.570] Mounting Huge Pages File System... [2024-05-23 14:37:38.589] [ OK ] Created slice User and Session Slice. [2024-05-23 14:37:38.605] [ OK ] Reached target Slices. [2024-05-23 14:37:38.636] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:37:38.652] [ OK ] Listening on Syslog Socket. [2024-05-23 14:37:38.675] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:37:38.702] Starting mount data partition = service... [2024-05-23 14:37:38.740] Mounting Configuration File System... [2024-05-23 14:37:38.770] [ 5.178407] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:37:38.793] Mounting Kernel Debug File System... [2024-05-23 14:37:38.811] [ OK ] Reached target Paths. [2024-05-23 14:37:38.837] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:37:38.859] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:37:38.861] [ 5.277304] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:38.876] [ OK ] Reached target Remote File Systems. [2024-05-23 14:37:38.904] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:37:38.920] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:37:38.947] Starting Journal Service... [2024-05-23 14:37:38.970] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:37:38.994] Starting udev Coldplug all Devices... [2024-05-23 14:37:39.023] Mounting FUSE Control File System... [2024-05-23 14:37:39.097] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:37:39.135] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:37:39.165] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:37:39.180] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:37:39.206] [ OK ] Started mount data partition service. [2024-05-23 14:37:39.223] [ OK ] Mounted Configuration File System. [2024-05-23 14:37:39.254] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:37:39.260] [ OK ] Started Journal Service. [2024-05-23 14:37:39.287] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:37:39.321] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:37:39.370] Starting NS file System mount and = recovery.... [2024-05-23 14:37:39.403] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:37:39.443] Starting udev Kernel Device = Manager... [2024-05-23 14:37:39.480] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:37:39.501] Mounting /tmp... [2024-05-23 14:37:39.505] [ 5.923946] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:39.538] [ OK ] Reached target Containers. [2024-05-23 14:37:39.576] Mounting /var/volatile... [2024-05-23 14:37:39.604] [ 6.021632] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:39.701] [ 6.120335] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:39.715] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:37:39.800] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:37:39.824] [ OK ] Mounted /tmp. [2024-05-23 14:37:39.854] [ OK ] Mounted /var/volatile. [2024-05-23 14:37:40.024] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:37:40.055] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:40.155] [ 6.574397] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:37:40.172] Starting Bind mount volatile = /var/lib... [2024-05-23 14:37:40.205] Starting Bind mount volatile = /var/cache... [2024-05-23 14:37:40.232] Starting Bind mount volatile = /var/spool... [2024-05-23 14:37:40.261] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:37:40.388] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:37:40.493] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:37:40.521] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:37:40.556] Starting Load/Save Random Seed... [2024-05-23 14:37:40.572] [ OK ] Reached target Local File Systems. [2024-05-23 14:37:40.611] Starting AppArmor initialization... [2024-05-23 14:37:40.639] Starting netfilter persistent = configuration... [2024-05-23 14:37:40.677] Starting Create Volatile Files and = Directories... [2024-05-23 14:37:40.706] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:37:40.792] [ 7.209890] audit: type=3D1400 = audit(1550139121.152:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:37:40.808] [ 7.224340] audit: type=3D1400 = audit(1550139121.152:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:37:40.834] [ 7.244733] audit: type=3D1400 = audit(1550139121.152:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:37:40.852] [ OK ] [ 7.261851] audit: type=3D1400 = audit(1550139121.152:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:37:40.880] [ 7.278993] audit: type=3D1400 = audit(1550139121.152:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:37:40.882] Started AppArmor initial[ 7.294985] audit: = type=3D1400 audit(1550139121.152:7): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//agetty_profile" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:37:40.908] ization.[ 7.313535] audit: type=3D1400 = audit(1550139121.152:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:37:40.924]=20 [2024-05-23 14:37:40.945] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:37:40.972] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:37:41.148] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:37:41.173] [ OK ] Reached target Network (Pre). [2024-05-23 14:37:41.191] Starting Network Service... [2024-05-23 14:37:41.233] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:37:41.256] [ OK ] Reached target System Initialization. [2024-05-23 14:37:41.273] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:37:41.289] [ OK ] Reached target Sockets. [2024-05-23 14:37:41.309] [ OK ] Reached target Basic System. [2024-05-23 14:37:41.341] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:37:41.373] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:37:41.381] [ 7.800882] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:37:41.422] [ OK ] Started System Logging S[ = 7.834835] [INFO][GMAC] --] tcc_gmac_open: : [2024-05-23 14:37:41.424] ervice. [2024-05-23 14:37:41.424] [ 7.842036] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:37:41.440] [ 7.848429] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:37:41.444] [ OK ] Started Kernel Logging Service. [2024-05-23 14:37:41.474] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:37:41.512] Starting Load Kernel Modules... [2024-05-23 14:37:41.539] Starting Login Service... [2024-05-23 14:37:41.580] [ OK ] Started NS VSync Process. [2024-05-23 14:37:41.587] [ 8.004003] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:37:41.606] [ 8.011338] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:37:41.606] [ 8.018701] Disabling lock debugging due to = kernel taint [2024-05-23 14:37:41.632] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:37:41.657] [ OK ] Started NS System Management Process. [2024-05-23 14:37:41.658] [ 8.076976] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:37:41.674] [ 8.081731] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:37:41.674] [ 8.089856] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:37:41.700] Starting NS Inter Domain Comm = Process... [2024-05-23 14:37:41.702] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:37:41.702] [ OK ] Reached target 8.089868] = [INFO][GMAC]=20 [2024-05-23 14:37:41.717] mTimers. [2024-05-23 14:37:41.718] [ OK [ 8.118511] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:37:41.718] ] Started Network Servi[ 8.132349] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:37:41.743] ce. [2024-05-23 14:37:41.743] Start /usr/bin/sys-fail-m[ 8.135461] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:37:41.743] on [2024-05-23 14:37:41.743] [ 8.135515] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:37:41.756] [ 8.139269] libphy: tcc-gmac-mdio: probed [2024-05-23 14:37:41.759] [ 8.139274] [INFO][GMAC] registered! [2024-05-23 14:37:41.759] [ 8.139277] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:37:41.759] [ 8.139282] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:37:41.787] [ 8.144975] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:41.787] [ 8.149414] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:37:41.787] [ 8.156483] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:37:41.789] [ 8.156499] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:37:41.815] [ 8.157072] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:37:41.815] [ 8.157079] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:37:41.815] [ 8.163962] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:41.832] [ 8.164851] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:41.832] [ 8.164855] in_atomic(): 1, = irqs_disabled(): 128, pid: 270, name: systemd-modules [2024-05-23 14:37:41.847] [ 8.164857] INFO: lockdep is turned off. [2024-05-23 14:37:41.847] [ 8.164859] irq event stamp: 24733 [2024-05-23 14:37:41.847] [ 8.164875] hardirqs last enabled at = (24733): [<00000000e41ad308>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:41.863] [ 8.164879] hardirqs last disabled at = (24732): [<0000000066a88c95>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:41.865] [ 8.164887] softirqs last enabled at (0): = [<0000000094b2fca2>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:41.890] [ 8.164890] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:41.890] [ 8.164892] Preemption disabled at: [2024-05-23 14:37:41.890] [ 8.164900] [<0000000056738103>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:41.892] [ 8.164907] CPU: 3 PID: 270 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:37:41.921] [ 8.164909] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:41.921] [ 8.164911] Call trace: [2024-05-23 14:37:41.921] [ 8.164917] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:41.921] [ 8.164921] show_stack+0x14/0x20 [2024-05-23 14:37:41.921] [ 8.164925] dump_stack+0xb8/0xf0 [2024-05-23 14:37:41.921] [ 8.164930] ___might_sleep+0x178/0x210 [2024-05-23 14:37:41.923] [ 8.164933] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:41.946] [ 8.164940] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:41.949] [ 8.164945] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:41.949] [ 8.164952] gic_set_type+0x84/0x98 [2024-05-23 14:37:41.949] [ 8.164956] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:41.949] [ 8.164959] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:41.949] [ 8.164963] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:41.949] [ 8.164994] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:37:41.973] [ 8.165012] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:37:41.973] [ 8.165018] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:41.973] [ 8.165023] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:41.973] [ 8.165027] __driver_attach+0xfc/0x118 [2024-05-23 14:37:41.973] [ 8.165031] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:41.973] [ 8.165035] driver_attach+0x20/0x28 [2024-05-23 14:37:41.988] [ 8.165038] bus_add_driver+0x220/0x268 [2024-05-23 14:37:41.988] [ 8.165042] driver_register+0x60/0xf8 [2024-05-23 14:37:41.988] [ 8.165044] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:41.989] [ 8.165062] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:37:42.015] [ 8.165067] do_one_initcall+0x50/0x15c [2024-05-23 14:37:42.015] [ 8.165072] do_init_module+0x54/0x1b0 [2024-05-23 14:37:42.015] [ 8.165075] load_module+0x1e70/0x2428 [2024-05-23 14:37:42.015] [ 8.165078] SyS_finit_module+0xe4/0x118 [2024-05-23 14:37:42.015] [ 8.165081] el0_svc_naked+0x34/0x38 [2024-05-23 14:37:42.015] [ 8.179723] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:37:42.017] [ 8.181598] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:37:42.041] [ 8.183980] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:37:42.041] [ 8.184488] Done!! [2024-05-23 14:37:42.041] [ 8.213597] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:37:42.041] [ 8.213639] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:37:42.041] [ 8.213639] -- MASTER Configuration. [2024-05-23 14:37:42.054] [ 8.213639] -- Local Receiver Status Not = OK. [2024-05-23 14:37:42.068] [ 8.213639] -- Remote Receiver Status Not = OK. [2024-05-23 14:37:42.068] [ 8.213653] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:37:42.072] [ 8.213656] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:37:42.072] [ 8.214031] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:37:42.094] [ 8.218085] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:37:42.107] [ 8.218090] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:37:42.107] [ 8.218095] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:37:42.107] [ 8.218095] =20 [2024-05-23 14:37:42.107] [ 8.218406] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:37:42.107] [ 8.218593] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:37:42.109] [ 8.218597] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:37:42.109] [ 8.218601] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:37:42.134] [ 8.218601] =20 [2024-05-23 14:37:42.134] [ 8.221835] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:37:42.134] [ 8.221853] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:37:42.134] [ 8.221861] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:37:42.134] [ 8.221865] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:37:42.134] [ 8.221873] [INFO][GMAC] --] phy_start: : [2024-05-23 14:37:42.147] [ 8.221940] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:37:42.149] [ 8.269971] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:37:42.149] [ 8.272625] Done!! [2024-05-23 14:37:42.172] [ 8.327524] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.175] [ 8.373965] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:37:42.175] [ 8.376225] Done!! [2024-05-23 14:37:42.175] [ 8.435517] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.175] [ 8.543516] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.175] Starting Wait for Network to be = Configured... [2024-05-23 14:37:42.206] [ OK ] Reached target Network. [2024-05-23 14:37:42.206] Starting Permit User Sessions... [2024-05-23 14:37:42.206] Starting udev Coldplug all Devices... [2024-05-23 14:37:42.206] [ OK ] Started Load Kernel Modules. [2024-05-23 14:37:42.206] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:37:42.210] [ OK ] Started Permit User Sessions. [2024-05-23 14:37:42.240] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:37:42.240] [ 8.651581] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.267] [ OK ] Started Getty on tty1. [2024-05-23 14:37:42.269] [ OK ] Reached target Login Prompts. [2024-05-23 14:37:42.269] parents, child is 324 [2024-05-23 14:37:42.269] [ OK ] Started Cluster Framework. [2024-05-23 14:37:42.269] [IDC]Start. [2024-05-23 14:37:42.269] [ 8.681352] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:37:42.284] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:37:42.297] [IDC](A7)ConnectReq 0 [2024-05-23 14:37:42.297] [IDC](A7)do_connect 0 [2024-05-23 14:37:42.297] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:37:42.310] [IDC](A7)Tx start session req 1 [2024-05-23 14:37:42.310] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:37:42.310] [IDC](R5)ConnectReq 0 [2024-05-23 14:37:42.310] [IDC](R5)do_connect 0 [2024-05-23 14:37:42.310] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:37:42.310] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:37:42.323] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:37:42.323] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:37:42.323] [ OK ] Started HUD Framework. [2024-05-23 14:37:42.323] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:37:42.350] [IDC](A7)Session connected. [2024-05-23 14:37:42.350] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:37:42.350] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:37:42.350] [IDC](R5)Session connected.2 [2024-05-23 14:37:42.376] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:37:42.376] [ 8.764282] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.397] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:37:42.458] [ OK ] Started Nvm Process. [2024-05-23 14:37:42.477] [ 8.895644] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.507] [ 8.922464] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:37:42.510] [ OK ] Started NS hsm control application. [2024-05-23 14:37:42.572] [ OK ] Started Diagnosis Framework. [2024-05-23 14:37:42.582] [ OK ] Started NS Software Update. [2024-05-23 14:37:42.598] [ OK ] Started NS Secondary Verify. [2024-05-23 14:37:42.619] [ 9.017310] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.621] [ OK ] Started Diagnosis Transport. [2024-05-23 14:37:42.708] [ 9.127664] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.728] [ OK ] Started Login Service. [2024-05-23 14:37:42.742] [ OK ] Reached target Multi-User System. [2024-05-23 14:37:42.758] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:37:42.826] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:37:42.828] [ 9.243602] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.869] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:37:42.941] [ 9.358202] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:37:42.958] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:37:43.536] [ 9.954477] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:37:43.545] [ 9.962876] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:37:44.507] [ 10.923063] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:37:44.548] [ 10.931447] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:37:44.583] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:48.874]=20 [2024-05-23 14:37:48.874] telechips-nsp1-release login:=20 [2024-05-23 14:37:51.934]=20 [2024-05-23 14:37:51.934] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:37:51.957]=20 [2024-05-23 14:37:51.957] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:37:51.957] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:37:51.957] DRAM: 2 GiB [2024-05-23 14:37:51.970] MMC: sdhc@0x16440000: 0 [2024-05-23 14:37:52.265]=20 [2024-05-23 14:37:52.265] HW Partition tyep is UserData [2024-05-23 14:37:52.268] In: serial [2024-05-23 14:37:52.288] Out: serial [2024-05-23 14:37:52.300] Err: serial [2024-05-23 14:37:52.342] Boot in the UserData environment(0) [2024-05-23 14:37:52.346] Non-secure boot (secure boot flag is clear) [2024-05-23 14:37:52.359] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:37:52.359] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:37:52.359] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:37:52.382] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:37:52.382] Booting using the fdt blob at 0x23000000 [2024-05-23 14:37:52.382] Loading Kernel Image [2024-05-23 14:37:52.394] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:37:52.396] OPTEE is enabled [2024-05-23 14:37:52.396]=20 [2024-05-23 14:37:52.396] Starting kernel ... [2024-05-23 14:37:52.396]=20 [2024-05-23 14:37:53.327] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:37:53.331] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:37:53.346] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:37:53.365] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:37:53.365] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:37:53.365] [ 0.000000] efi: UEFI not found. [2024-05-23 14:37:53.365] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:37:53.381] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:37:53.394] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:37:53.396] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:37:53.396] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:37:53.422] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:37:53.422] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:37:53.422] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:37:53.438] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:37:53.438] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:37:53.454] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:37:53.454] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:37:53.470] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:37:53.470] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:37:53.485] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:37:53.485] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:37:53.501] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:37:53.501] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:37:53.516] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:37:53.516] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:37:53.532] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:37:53.532] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:37:53.547] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:37:53.547] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:37:53.561] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:37:53.561] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:37:53.561] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:37:53.578] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:37:53.578] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:37:53.578] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:37:53.594] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:37:53.594] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:37:53.594] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:37:53.610] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:37:53.610] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:37:53.626] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:37:53.654] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:37:53.654] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:37:53.654] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:37:53.669] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:37:53.669] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:37:53.694] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:37:53.694] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:37:53.707] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:37:53.722] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:37:53.722] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:37:53.736] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:37:53.736] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:37:53.739] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:37:53.739] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:37:53.766] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:37:53.766] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:37:53.766] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:37:53.766] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:37:53.783] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:37:53.783] [ 0.000000] Running RCU self tests [2024-05-23 14:37:53.783] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:37:53.798] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:37:53.798] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:37:53.798] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:37:53.815] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:37:53.815] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:37:53.815] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:37:53.817] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:37:53.842] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:37:53.842] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:37:53.842] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:37:53.856] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:37:53.869] [ 0.000676] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:37:53.872] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:37:53.872] [ 0.001465] Console: colour dummy device = 80x25 [2024-05-23 14:37:53.872] [ 0.001709] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:37:53.898] [ 0.001712] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:37:53.898] [ 0.001714] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:37:53.898] [ 0.001717] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:37:53.898] [ 0.001719] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:37:53.898] [ 0.001722] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:37:53.901] [ 0.001725] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:37:53.928] [ 0.001727] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:37:53.928] [ 0.001730] memory used by lock dependency = info: 7903 kB [2024-05-23 14:37:53.928] [ 0.001733] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:37:53.928] [ 0.001772] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:37:53.948] [ 0.001780] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:37:53.960] [ 0.002279] Security Framework initialized [2024-05-23 14:37:53.960] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:37:53.960] [ 0.002646] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:37:53.960] [ 0.002669] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:37:53.963] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:37:53.963] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:37:53.987] [ 0.062280] EFI services will not be = available. [2024-05-23 14:37:53.987] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:37:53.987] [ 0.120752] Detected VIPT I-cache on CPU1 [2024-05-23 14:37:53.987] [ 0.120826] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:37:53.987] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:37:54.001] [ 0.165054] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:37:54.014] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:37:54.014] [ 0.209335] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:37:54.014] [ 0.209710] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:37:54.016] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:37:54.016] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:37:54.039] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:37:54.052] [ 0.209967] alternatives: patching kernel = code [2024-05-23 14:37:54.052] [ 0.210545] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:37:54.052] [ 0.213110] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:37:54.052] [ 0.213762] devtmpfs: initialized [2024-05-23 14:37:54.052] [ 0.403319] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:37:54.055] [ 0.403586] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:37:54.055] [ 0.412356] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:37:54.081] [ 0.413301] chipinfo: TCC8030 Rev02 [2024-05-23 14:37:54.081] [ 0.413317] chipinfo: SiP Service v0.1.56 [2024-05-23 14:37:54.081] [ 0.418594] NET: Registered protocol family = 16 [2024-05-23 14:37:54.081] [ 0.422646] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:37:54.081] [ 0.424592] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:37:54.095] [ 0.426337] cpuidle: using governor menu [2024-05-23 14:37:54.119] [ 0.426578] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:37:54.119] [ 0.440683] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:37:54.120] [ 0.441168] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:37:54.120] [ 0.441214] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:37:54.121] [ 0.441259] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:37:54.121] [ 0.441302] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:37:54.121] [ 0.441346] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:37:54.147] [ 0.441389] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:37:54.147] [ 0.441432] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:37:54.147] [ 0.441476] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:37:54.147] [ 0.441520] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:37:54.147] [ 0.441563] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:37:54.166] [ 0.441621] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:37:54.168] [ 0.441666] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:37:54.168] [ 0.441709] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:37:54.168] [ 0.441752] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:37:54.168] [ 0.441796] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:37:54.193] [ 0.441839] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:37:54.193] [ 0.441882] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:37:54.193] [ 0.441925] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:37:54.193] [ 0.442388] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:37:54.193] [ 0.442433] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:37:54.206] [ 0.442476] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:37:54.218] [ 0.442520] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:37:54.218] [ 0.442563] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:37:54.220] [ 0.442606] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:37:54.220] [ 0.442649] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:37:54.244] [ 0.442693] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:37:54.250] [ 0.442749] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:37:54.250] [ 0.442793] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:37:54.250] [ 0.442836] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:37:54.250] [ 0.442879] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:37:54.274] [ 0.443129] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:37:54.286] [ 0.443173] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:37:54.286] [ 0.443216] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:37:54.286] [ 0.443260] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:37:54.286] [ 0.443303] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:37:54.286] [ 0.443346] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:37:54.288] [ 0.443389] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:37:54.288] [ 0.443591] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:37:54.310] [ 0.443635] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:37:54.312] [ 0.443678] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:37:54.312] [ 0.443721] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:37:54.312] [ 0.443764] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:37:54.312] [ 0.443821] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:37:54.338] [ 0.443864] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:37:54.352] [ 0.443908] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:37:54.352] [ 0.443951] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:37:54.352] [ 0.443994] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:37:54.352] [ 0.444037] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:37:54.352] [ 0.444080] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:37:54.355] [ 0.444124] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:37:54.355] [ 0.444167] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:37:54.378] [ 0.444715] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:37:54.380] [ 0.444761] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:37:54.380] [ 0.444932] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:37:54.380] [ 0.445103] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:37:54.380] [ 0.445272] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:37:54.380] [ 0.445436] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:37:54.396] [ 0.445603] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:37:54.396] [ 0.445647] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:37:54.396] [ 0.445690] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:37:54.411] [ 0.445856] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:37:54.425] [ 0.446030] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:37:54.425] [ 0.446204] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:37:54.429] [ 0.446249] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:37:54.429] [ 0.446292] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:37:54.454] [ 0.446428] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:37:54.465] [ 0.446493] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:37:54.465] [ 0.446701] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:37:54.465] [ 0.446745] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:37:54.465] [ 0.446965] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:37:54.465] [ 0.446979] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:37:54.467] [ 0.529438] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:37:54.467] [ 0.529529] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:37:54.492] [ 1.676403] console [ttyAMA0] enabled [2024-05-23 14:37:54.492] [ 1.684290] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:37:54.519] [ 1.713210] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:37:54.521] [ 1.723488] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:37:54.536] [ 1.734061] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:37:54.551] [ 1.744394] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:37:54.640] [ 1.844150] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:37:54.656] [ 1.860446] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:37:54.672] [ 1.867341] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:37:54.696] [ 1.874131] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:37:54.700] [ 1.880520] Linux video capture interface: = v2.00 [2024-05-23 14:37:54.700] [ 1.886381] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:54.700] [ 1.886385] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:37:54.718] [ 1.886389] 6 locks held by swapper/0/1: [2024-05-23 14:37:54.718] [ 1.886392] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:37:54.718] [ 1.886418] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:37:54.733] [ 1.886433] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:37:54.733] [ 1.886452] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:54.748] [ 1.886466] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:37:54.750] [ 1.886482] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:54.778] [ 1.886501] irq event stamp: 288126 [2024-05-23 14:37:54.778] [ 1.886507] hardirqs last enabled at = (288125): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:54.778] [ 1.886512] hardirqs last disabled at = (288126): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:54.792] [ 1.886519] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:54.794] [ 1.886522] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:54.821] [ 1.886525] Preemption disabled at: [2024-05-23 14:37:54.821] [ 1.886531] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:54.821] [ 1.886540] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:37:54.821] [ 1.886542] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:54.821] [ 1.886546] Call trace: [2024-05-23 14:37:54.823] [ 1.886552] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:54.850] [ 1.886557] show_stack+0x14/0x20 [2024-05-23 14:37:54.850] [ 1.886562] dump_stack+0xb8/0xf0 [2024-05-23 14:37:54.850] [ 1.886568] ___might_sleep+0x178/0x210 [2024-05-23 14:37:54.850] [ 1.886572] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:54.850] [ 1.886576] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:54.850] [ 1.886582] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:54.850] [ 1.886590] gic_set_type+0x84/0x98 [2024-05-23 14:37:54.853] [ 1.886594] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:54.877] [ 1.886599] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:54.877] [ 1.886604] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:54.877] [ 1.886609] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:37:54.877] [ 1.886616] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:37:54.877] [ 1.886620] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:54.877] [ 1.886625] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:54.891] [ 1.886630] __driver_attach+0xfc/0x118 [2024-05-23 14:37:54.903] [ 1.886635] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:54.903] [ 1.886640] driver_attach+0x20/0x28 [2024-05-23 14:37:54.903] [ 1.886644] bus_add_driver+0x220/0x268 [2024-05-23 14:37:54.905] [ 1.886649] driver_register+0x60/0xf8 [2024-05-23 14:37:54.905] [ 1.886653] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:54.928] [ 1.886661] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:37:54.932] [ 1.886666] do_one_initcall+0x50/0x15c [2024-05-23 14:37:54.932] [ 1.886673] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:37:54.932] [ 1.886678] kernel_init+0x10/0x100 [2024-05-23 14:37:54.932] [ 1.886682] ret_from_fork+0x10/0x18 [2024-05-23 14:37:54.932] [ 1.892344] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:37:54.958] [ 2.139519] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:37:54.961] [ 2.153117] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:37:54.961] [ 2.160149] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:37:54.964] [ 2.164752] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:37:54.988] [ 2.169555] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:37:55.003] [ 2.174379] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:37:55.003] [ 2.178933] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:37:55.031] [ 2.233235] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:37:55.053] [ 2.245823] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:55.070] [ 2.264128] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:55.085] [ 2.279831] NET: Registered protocol family = 2 [2024-05-23 14:37:55.087] [ 2.287091] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:37:55.107] [ 2.294708] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:37:55.107] [ 2.305980] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:37:55.123] [ 2.313352] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:37:55.123] [ 2.320243] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:37:55.144] [ 2.328563] NET: Registered protocol family = 1 [2024-05-23 14:37:55.233] [ 2.436351] audit: initializing netlink = subsys (disabled) [2024-05-23 14:37:55.253] [ 2.442698] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:37:55.255] [ 2.443255] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:37:55.321] [ 2.525220] fuse init (API version 7.26) [2024-05-23 14:37:55.335] [ 2.539316] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:37:55.349] [ 2.549136] io scheduler noop registered = (default) [2024-05-23 14:37:55.350] [ 2.553991] io scheduler mq-deadline = registered [2024-05-23 14:37:55.377] [ 2.558553] io scheduler kyber registered [2024-05-23 14:37:55.377] [ 2.569396] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:55.377] [ 2.576248] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:55.394] [ 2.582458] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:37:55.394] [ 2.590328] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:55.448] [ 2.652849] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:55.457] [ 2.660541] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:55.473] [ 2.665410] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:37:55.473] [ 2.670838] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:55.474] [ 2.671479] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:55.488] [ 2.682425] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:55.488] [ 2.688633] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:37:55.505] [ 2.696187] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:55.520] [ 2.720544] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:55.524] [ 2.727337] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:55.537] [ 2.731989] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:37:55.537] [ 2.737415] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:55.539] [ 2.737973] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:37:55.564] [ 2.748725] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:37:55.564] [ 2.754934] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:37:55.564] [ 2.762548] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:37:55.625] [ 2.829054] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:37:55.643] [ 2.835994] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:37:55.646] [ 2.840628] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:37:55.653] [ 2.846054] fbX_probe : update_type =3D 1=20 [2024-05-23 14:37:55.666] [ 2.855893] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:37:55.666] [ 2.865517] [INF][WDMA] tcc_wdma_init [2024-05-23 14:37:55.668] [ 2.870302] TCC WDMA Driver Initializing [2024-05-23 14:37:55.684] [ 2.877390] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:37:55.684] [ 2.883745] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:37:55.707] [ 2.894246] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:37:55.707] [ 2.906953] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:37:55.722] [ 2.916423] [CPU_ID] probe is done [2024-05-23 14:37:55.722] [ 2.920171] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:37:55.742] [ 2.926804] [DRAM_TOOL] probe is done [2024-05-23 14:37:55.744] [ 2.933993] MALI-G51 : r30p0-01eac0 [2024-05-23 14:37:55.744] [ 2.937521] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:37:55.747] [ 2.947479] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:37:55.761] [ 2.947485] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:37:55.763] [ 2.947489] 6 locks held by swapper/0/1: [2024-05-23 14:37:55.778] [ 2.947493] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:37:55.778] [ 2.947519] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:37:55.802] [ 2.947534] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:37:55.802] [ 2.947553] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:55.802] [ 2.947567] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:37:55.818] [ 2.947584] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:55.818] [ 2.947602] irq event stamp: 453716 [2024-05-23 14:37:55.831] [ 2.947608] hardirqs last enabled at = (453715): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:37:55.845] [ 2.947613] hardirqs last disabled at = (453716): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:37:55.849] [ 2.947621] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:37:55.873] [ 2.947624] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:37:55.888] [ 2.947627] Preemption disabled at: [2024-05-23 14:37:55.888] [ 2.947632] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:37:55.888] [ 2.947642] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:37:55.888] [ 2.947645] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:37:55.899] [ 2.947649] Call trace: [2024-05-23 14:37:55.899] [ 2.947654] dump_backtrace+0x0/0x1d8 [2024-05-23 14:37:55.899] [ 2.947659] show_stack+0x14/0x20 [2024-05-23 14:37:55.899] [ 2.947665] dump_stack+0xb8/0xf0 [2024-05-23 14:37:55.911] [ 2.947670] ___might_sleep+0x178/0x210 [2024-05-23 14:37:55.911] [ 2.947674] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:37:55.911] [ 2.947678] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:37:55.913] [ 2.947684] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:37:55.913] [ 2.947691] gic_set_type+0x84/0x98 [2024-05-23 14:37:55.913] [ 2.947696] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:37:55.938] [ 2.947701] __setup_irq+0x76c/0x7f8 [2024-05-23 14:37:55.941] [ 2.947705] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:37:55.941] [ 2.947712] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:37:55.941] [ 2.947717] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:37:55.941] [ 2.947722] kbase_device_init+0x78/0xf8 [2024-05-23 14:37:55.941] [ 2.947728] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:37:55.964] [ 2.947732] platform_drv_probe+0x58/0xb8 [2024-05-23 14:37:55.977] [ 2.947738] = driver_probe_device+0x228/0x410 [2024-05-23 14:37:55.977] [ 2.947742] __driver_attach+0xfc/0x118 [2024-05-23 14:37:55.977] [ 2.947747] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:37:55.977] [ 2.947752] driver_attach+0x20/0x28 [2024-05-23 14:37:55.977] [ 2.947757] bus_add_driver+0x220/0x268 [2024-05-23 14:37:55.977] [ 2.947762] driver_register+0x60/0xf8 [2024-05-23 14:37:55.983] [ 2.947766] = __platform_driver_register+0x44/0x50 [2024-05-23 14:37:55.983] [ 2.947773] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:37:55.983] [ 2.947778] do_one_initcall+0x50/0x15c [2024-05-23 14:37:56.007] [ 2.947785] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:37:56.018] [ 2.947791] kernel_init+0x10/0x100 [2024-05-23 14:37:56.018] [ 2.947795] ret_from_fork+0x10/0x18 [2024-05-23 14:37:56.018] [ 2.949564] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:37:56.018] [ 3.204655] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:37:56.018] [ 3.211392] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:37:56.043] [ 3.225042] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:37:56.045] [ 3.232353] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:37:56.045] [ 3.244598] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:37:56.058] [ 3.250817] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:37:56.061] [ 3.255198] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:37:56.061] [ 3.262639] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:37:56.109] [ 3.312198] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:37:56.122] [ 3.321041] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:37:56.136] [ 3.328893] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:37:56.136] [ 3.339133] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:37:56.152] [ 3.344410] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:37:56.154] [ 3.355558] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:37:56.184] [ 3.364394] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:37:56.184] [ 3.383089] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:37:56.208] [ 3.387299] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:37:56.208] [ 3.388905] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:37:56.208] [ 3.392625] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:37:56.222] [ 3.393601] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:37:56.225] [ 3.394249] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:37:56.225] [ 3.395329] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:37:56.249] [ 3.405453] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:37:56.252] [ 3.405483] GPT:15269887 !=3D 15273599 [2024-05-23 14:37:56.252] [ 3.405490] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:37:56.252] [ 3.405498] GPT:15269887 !=3D 15273599 [2024-05-23 14:37:56.252] [ 3.405506] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:37:56.275] [ 3.405621] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:37:56.288] [ 3.473875] libphy: Fixed MDIO Bus: probed [2024-05-23 14:37:56.288] [ 3.478849] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:37:56.290] [ 3.492126] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:37:56.317] [ 3.496658] [INFO][GAMC] gmac index : 1 [2024-05-23 14:37:56.317] [ 3.501093] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:37:56.317] [ 3.506260] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:37:56.317] [ 3.512357] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:37:56.317] [ 3.516748] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:37:56.341] [ 3.525272] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:37:56.344] [ 3.539032] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:37:56.344] [ 3.544931] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:56.360] [ 3.544943] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:37:56.364] [ 3.544949] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:37:56.364] [ 3.544961] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:56.364] [ 3.544973] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:37:56.390] [ 3.573748] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:37:56.390] [ 3.589872] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:37:56.404] [ 3.596526] usbhid: USB HID core driver [2024-05-23 14:37:56.406] [ 3.600736] optee: probing for conduit = method from DT. [2024-05-23 14:37:56.406] [ 3.605917] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:37:56.431] [ 3.607895] optee: initialized driver [2024-05-23 14:37:56.431] [ 3.617417] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:37:56.431] [ 3.623136] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:37:56.431] [ 3.628305] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:37:56.431] [ 3.633472] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:37:56.446] [ 3.639247] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:37:56.458] [ 3.645022] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:37:56.458] [ 3.650884] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:37:56.472] [ 3.657353] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:37:56.473] [ 3.664974] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:37:56.473] [ 3.672923] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:37:56.499] [ 3.686901] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:37:56.499] [ 3.694929] NET: Registered protocol family = 17 [2024-05-23 14:37:56.499] [ 3.700041] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:37:56.514] [ 3.717651] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:37:56.686] [ 3.886410] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:37:56.693] [ 3.886459] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:37:56.720] [ 3.902174] ALSA device list: [2024-05-23 14:37:56.720] [ 3.905167] No soundcards found. [2024-05-23 14:37:56.720] [ 3.910866] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:37:56.743] [ 3.931927] Freeing unused kernel memory: = 4160K [2024-05-23 14:37:56.745] Mounting devtmpfs [2024-05-23 14:37:56.745] [ 3.946437] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:37:56.761] Mounting procfs [2024-05-23 14:37:56.761] [ 3.958595] mount (91) used greatest stack = depth: 13024 bytes left [2024-05-23 14:37:56.762] Mounting sysfs [2024-05-23 14:37:56.787] [ 3.972836] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:37:56.807] [ 4.001168] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:37:56.843] [ 4.046587] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:37:56.853] [ 4.055963] mount (97) used greatest stack = depth: 11792 bytes left [2024-05-23 14:37:56.864] [ 4.068620] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:37:57.109] [ 4.311467] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:37:57.207] [ 4.407861] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:37:57.238] [ 4.435299] systemd[1]: Detected = architecture arm64. [2024-05-23 14:37:57.276]=20 [2024-05-23 14:37:57.276] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:37:57.286]=20 [2024-05-23 14:37:57.306] [ 4.497283] systemd[1]: Set hostname to = . [2024-05-23 14:37:57.307] [ 4.508546] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:37:57.326] [ 4.517871] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:37:57.563] [ 4.765541] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:37:57.591] [ 4.782657] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:37:57.624] [ 4.828519] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:37:57.637] [ 4.840620] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:37:57.827] [ 5.028305] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:37:57.897] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:37:57.923] [ OK ] Listening on Journal Socket. [2024-05-23 14:37:57.949] Mounting Kernel Debug File System... [2024-05-23 14:37:57.973] [ OK ] Created slice system-getty.slice. [2024-05-23 14:37:57.991] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:37:58.016] Mounting POSIX Message Queue File = System... [2024-05-23 14:37:58.043] Mounting FUSE Control File System... [2024-05-23 14:37:58.073] Starting mount data partition = service... [2024-05-23 14:37:58.091] [ OK ] Listening on Syslog Socket. [2024-05-23 14:37:58.105] [ OK ] Reached target Swap. [2024-05-23 14:37:58.121] [ OK ] Listening on udev Control Socket. [2024-05-23 14:37:58.137] [ OK ] Reached target Remote File Systems. [2024-05-23 14:37:58.173] Mounting Configuration File System... [2024-05-23 14:37:58.190] [ OK ] Created slice User and Session Slice. [2024-05-23 14:37:58.205] [ OK ] Reached target Slices. [2024-05-23 14:37:58.219] [ 5.417093] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:58.238] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:37:58.270] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:37:58.286] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:37:58.301] [ OK ] Reached target Paths. [2024-05-23 14:37:58.332] Starting udev Coldplug all Devices... [2024-05-23 14:37:58.357] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:37:58.378] Starting Journal Service... [2024-05-23 14:37:58.406] Starting Apply Kernel Variables... [2024-05-23 14:37:58.431] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:37:58.465] Mounting Huge Pages File System... [2024-05-23 14:37:58.550] [ OK ] Mounted [ 5.754810] EXT4-fs = (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:37:58.573] Kernel Debug File System. [2024-05-23 14:37:58.589] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:37:58.606] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:37:58.646] [ OK ] Started mount data partition service. [2024-05-23 14:37:58.674] [ OK ] Mounted Configuration File System. [2024-05-23 14:37:58.699] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:37:58.717] [ OK ] Started Journal Service. [2024-05-23 14:37:58.750] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:37:58.779] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:37:58.794] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:37:58.859] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:37:58.889] Starting udev Kernel Device = Manager... [2024-05-23 14:37:58.907] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:37:58.940] Mounting /tmp... [2024-05-23 14:37:58.972] Mounting /var/volatile... [2024-05-23 14:37:58.989] [ OK ] Reached target Containers. [2024-05-23 14:37:59.014] Starting NS file System mount and = recovery.... [2024-05-23 14:37:59.059] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:37:59.089] [ OK ] Mounted /tmp. [2024-05-23 14:37:59.107] [ OK ] Mounted /var/volatile. [2024-05-23 14:37:59.151] [ 6.355831] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:59.187] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:37:59.235] [ 6.439312] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:59.341] [ 6.544926] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:37:59.442] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:37:59.468] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:37:59.580] [ 6.783784] systemd-journald[123]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:37:59.608] Starting Bind mount volatile = /var/lib... [2024-05-23 14:37:59.636] Starting Bind mount volatile = /var/spool... [2024-05-23 14:37:59.675] Starting Bind mount volatile = /var/cache... [2024-05-23 14:37:59.705] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:37:59.884] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:37:59.916] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:37:59.942] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:37:59.977] Starting Load/Save Random Seed... [2024-05-23 14:37:59.994] [ OK ] Reached target Local File Systems. [2024-05-23 14:38:00.025] Starting AppArmor initialization... [2024-05-23 14:38:00.059] Starting Create Volatile Files and = Directories... [2024-05-23 14:38:00.092] Starting netfilter persistent = configuration... [2024-05-23 14:38:00.132] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:38:00.193] [ 7.396908] audit: type=3D1400 = audit(1550139121.084:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:38:00.214] [ 7.415316] audit: type=3D1400 = audit(1550139121.084:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:38:00.252] [ 7.431792] audit: type=3D1400 = audit(1550139121.084:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:38:00.253] [ 7.447793] audit: type=3D1400 = audit(1550139121.084:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:38:00.269] [ 7.463414] audit: type=3D1400 = audit(1550139121.084:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:38:00.287] [ 7.479408] audit: type=3D1400 = audit(1550139121.084:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:38:00.306] [ 7.495229] audit: type=3D1400 = audit(1550139121.084:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:38:00.336] [ OK ] Started AppArmor initialization. [2024-05-23 14:38:00.363] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:38:00.393] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:38:00.422] [ OK ] Reached target Network (Pre). [2024-05-23 14:38:00.441] Starting Network Service... [2024-05-23 14:38:00.469] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:38:00.527] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:38:00.545] [ OK ] Reached target System Initialization. [2024-05-23 14:38:00.563] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:38:00.592] [ OK ] Reached target Sockets. [2024-05-23 14:38:00.608] [ OK ] Reached target Basic System. [2024-05-23 14:38:00.635] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:38:00.670] [ 7.874419] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:38:00.683] Starting Load Kernel Modules... [2024-05-23 14:38:00.721] [ 7.909571] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:38:00.725] [ 7.914173] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:38:00.725] [ 7.918743] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:38:00.725] [ OK ] Started NS VSync Process. [2024-05-23 14:38:00.759] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:38:00.793] [ 7.995059] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:38:00.801] [ 8.005609] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:38:00.816] [ 8.013924] Disabling lock debugging due to = kernel taint [2024-05-23 14:38:00.818] [ OK ] Started NS System Management Process. [2024-05-23 14:38:00.843] Start /usr/bin/sys-fail-mon [2024-05-23 14:38:00.859] [ 8.051046] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:00.862] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:38:00.876] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:38:00.876] [ OK ] Reached target Timers. [2024-05-23 14:38:00.892] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:38:00.892] Starting NS Inter Domain Comm = Process... [2024-05-23 14:38:00.892] [ OK ] Started Kernel Logging Service. [2024-05-23 14:38:00.909] Starting Login Service... [2024-05-23 14:38:00.909] [ 8.106703] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:00.911] [ 8.112423] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:38:00.933] [ OK ] Started 8.122665] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:00.933] 39mSystem Logging Service. [2024-05-23 14:38:00.934] [ 8.133440] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:00.956] [ 8.139566] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:00.956] [ 8.139574] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:38:00.956] [[ 8.139580] [INFO][GMAC]=20 [2024-05-23 14:38:00.956] [ 8.150635] libphy: tcc-gmac-mdio: probed [2024-05-23 14:38:00.956] OK [ 8.150641] [INFO][GMAC] registered! [2024-05-23 14:38:00.970] [ 8.150644] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:38:00.983] ] [ 8.150650] [INFO][GMAC] Phy Addr : 1, = Phy Chip ID : 0x001ccb00 [2024-05-23 14:38:00.983] Started Network Service ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:00.998] [0m. [2024-05-23 14:38:00.998] [ 8.175546] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:00.998] [ 8.175575] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:38:01.012] [ 8.180437] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:01.026] [ 8.180445] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:01.039] [ 8.180904] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:01.041] [ 8.213807] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:38:01.041] [ 8.218579] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:01.063] [ 8.218583] in_atomic(): 1, = irqs_disabled(): 128, pid: 264, name: systemd-modules [2024-05-23 14:38:01.063] [ 8.218585] INFO: lockdep is turned off. [2024-05-23 14:38:01.063] [ 8.218587] irq event stamp: 25029 [2024-05-23 14:38:01.063] [ 8.218601] hardirqs last enabled at = (25029): [<00000000b47b6b63>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:01.077] [ 8.218605] hardirqs last disabled at = (25028): [<000000002c30ef3d>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:01.077] [ 8.218613] softirqs last enabled at (0): = [<00000000d4742422>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:01.092] [ 8.218615] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:01.110] [ 8.218617] Preemption disabled at: [2024-05-23 14:38:01.113] [ 8.218625] [<00000000a18d8aac>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:01.113] [ 8.218632] CPU: 0 PID: 264 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:38:01.113] [ 8.218634] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:01.137] [ 8.218637] Call trace: [2024-05-23 14:38:01.137] [ 8.218642] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:01.137] [ 8.218645] show_stack+0x14/0x20 [2024-05-23 14:38:01.137] [ 8.218649] dump_stack+0xb8/0xf0 [2024-05-23 14:38:01.137] [ 8.218653] ___might_sleep+0x178/0x210 [2024-05-23 14:38:01.137] [ 8.218656] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:01.137] [ 8.218663] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:01.155] [ 8.218667] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:01.158] [ 8.218673] gic_set_type+0x84/0x98 [2024-05-23 14:38:01.158] [ 8.218677] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:01.158] [ 8.218680] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:01.158] [ 8.218684] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:01.183] [ 8.218714] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:38:01.183] [ 8.218732] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:38:01.183] [ 8.218737] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:01.183] [ 8.218742] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:01.183] [ 8.218746] __driver_attach+0xfc/0x118 [2024-05-23 14:38:01.183] [ 8.218749] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:01.201] [ 8.218753] driver_attach+0x20/0x28 [2024-05-23 14:38:01.201] [ 8.218757] bus_add_driver+0x220/0x268 [2024-05-23 14:38:01.203] [ 8.218760] driver_register+0x60/0xf8 [2024-05-23 14:38:01.203] [ 8.218763] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:01.203] [ 8.218781] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:38:01.227] [ 8.218784] do_one_initcall+0x50/0x15c [2024-05-23 14:38:01.230] [ 8.218789] do_init_module+0x54/0x1b0 [2024-05-23 14:38:01.230] [ 8.218792] load_module+0x1e70/0x2428 [2024-05-23 14:38:01.230] [ 8.218795] SyS_finit_module+0xe4/0x118 [2024-05-23 14:38:01.230] [ 8.218798] el0_svc_naked+0x34/0x38 [2024-05-23 14:38:01.230] [ 8.225841] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:38:01.251] [ 8.225883] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:38:01.253] [ 8.225883] -- MASTER Configuration. [2024-05-23 14:38:01.253] [ 8.225883] -- Local Receiver Status Not = OK. [2024-05-23 14:38:01.253] [ 8.225883] -- Remote Receiver Status Not = OK. [2024-05-23 14:38:01.253] [ 8.225900] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:38:01.276] [ 8.225904] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:38:01.279] [ 8.226269] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:38:01.279] [ 8.230402] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:38:01.279] [ 8.230407] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:38:01.279] [ 8.230413] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:38:01.306] [ 8.230413] =20 [2024-05-23 14:38:01.306] [ 8.230532] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:38:01.306] [ 8.230750] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:38:01.306] [ 8.230975] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:38:01.306] [ 8.230979] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:38:01.309] [ 8.230983] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:38:01.333] [ 8.230983] =20 [2024-05-23 14:38:01.333] [ 8.231144] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:38:01.333] [ 8.231159] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:38:01.333] [ 8.231163] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:38:01.333] [ 8.231167] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:38:01.333] [ 8.231175] [INFO][GMAC] --] phy_start: : [2024-05-23 14:38:01.350] [ 8.231238] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:38:01.352] [ 8.233282] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:38:01.352] [ 8.235408] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:38:01.352] [ 8.236264] Done!! [2024-05-23 14:38:01.375] [ 8.310036] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:38:01.377] [ 8.313931] Done!! [2024-05-23 14:38:01.377] [ 8.339529] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.377] [ 8.410833] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:38:01.377] [ 8.415993] Done!! [2024-05-23 14:38:01.377] [ 8.447525] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.399] [ 8.555530] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.413] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:38:01.426] [ OK ] Started Load Kernel Modules. [2024-05-23 14:38:01.429] [ OK ] Started Cluster Framework. [2024-05-23 14:38:01.429] parents, child is 317 [2024-05-23 14:38:01.445] [IDC]Start. [2024-05-23 14:38:01.447] [ 8.640461] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:38:01.447] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:38:01.473] [ OK ] Started HUD Framework. [2024-05-23 14:38:01.473] [IDC](A7)ConnectReq 0 [2024-05-23 14:38:01.473] [IDC](A7)do_con[ 8.663768] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.485] nect 0 [2024-05-23 14:38:01.485] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:38:01.485] [IDC](A7)Tx start session req 1 [2024-05-23 14:38:01.485] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:38:01.487] [IDC](R5)ConnectReq 0 [2024-05-23 14:38:01.487] [IDC](R5)do_connect 0 [2024-05-23 14:38:01.487] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:38:01.487] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:38:01.487] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:38:01.511] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:38:01.539] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:38:01.539] [IDC](A7)Session connected. [2024-05-23 14:38:01.539] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:38:01.539] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:38:01.539] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:38:01.539] [IDC](R5)Session connected.2 [2024-05-23 14:38:01.539] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:38:01.559] [ OK ] Started Nvm Process. [2024-05-23 14:38:01.578] [ OK ] Started NS hsm control application. [2024-05-23 14:38:01.589] [ 8.780840] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.593] [ OK ] Started Diagnosis Framework. [2024-05-23 14:38:01.611] [ OK ] Started NS Software Update. [2024-05-23 14:38:01.640] [ OK ] Started NS Secondary Verify. [2024-05-23 14:38:01.681] [ OK ] Started Diagnosis Transport. [2024-05-23 14:38:01.693] [ OK ] Reached target Network. [2024-05-23 14:38:01.693] [ 8.895865] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.727] Starting udev Coldplug all Devices... [2024-05-23 14:38:01.738] Starting Permit User Sessions... [2024-05-23 14:38:01.752] Starting Wait for Network to be = Configured... [2024-05-23 14:38:01.754] [ OK ] Started Login Service. [2024-05-23 14:38:01.794] [ 8.997173] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:01.807] [ 9.010418] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.852] [ OK ] Started Permit User Sessions. [2024-05-23 14:38:01.913] [ OK ] Started Getty on tty1. [2024-05-23 14:38:01.944] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:38:01.946] [ OK ] Reached target Login Prompts. [2024-05-23 14:38:01.964] [ OK ] Reached target Multi-User System. [2024-05-23 14:38:01.964] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:38:01.964] [ 9.162955] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:01.980] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:38:02.067] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:38:02.090] [ 9.291716] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:02.111] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:38:02.161] [ 9.348512] sched: RT throttling activated [2024-05-23 14:38:02.206] [ 9.410132] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:02.696] [ 9.898288] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:38:02.705] [ 9.898295] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:38:03.630] [ 10.832902] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:38:03.645] [ 10.841310] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:38:04.374] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:38:08.367]=20 [2024-05-23 14:38:08.367] telechips-nsp1-release login:=20 [2024-05-23 14:38:10.162]=20 [2024-05-23 14:38:10.162] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:38:10.174]=20 [2024-05-23 14:38:10.174] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:38:10.174] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:38:10.174] DRAM: 2 GiB [2024-05-23 14:38:10.198] MMC: sdhc@0x16440000: 0 [2024-05-23 14:38:10.477]=20 [2024-05-23 14:38:10.477] HW Partition tyep is UserData [2024-05-23 14:38:10.499] In: serial [2024-05-23 14:38:10.502] Out: serial [2024-05-23 14:38:10.502] Err: serial [2024-05-23 14:38:10.554] Boot in the UserData environment(0) [2024-05-23 14:38:10.558] Non-secure boot (secure boot flag is clear) [2024-05-23 14:38:10.577] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:38:10.577] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:38:10.579] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:38:10.579] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:38:10.602] Booting using the fdt blob at 0x23000000 [2024-05-23 14:38:10.606] Loading Kernel Image [2024-05-23 14:38:10.606] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:38:10.606] OPTEE is enabled [2024-05-23 14:38:10.606]=20 [2024-05-23 14:38:10.606] Starting kernel ... [2024-05-23 14:38:10.619]=20 [2024-05-23 14:38:11.538] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:38:11.543] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:38:11.556] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:38:11.567] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:38:11.567] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:38:11.583] [ 0.000000] efi: UEFI not found. [2024-05-23 14:38:11.583] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:38:11.583] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:38:11.598] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:38:11.611] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:38:11.620] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:38:11.625] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:38:11.625] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:38:11.649] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:38:11.649] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:38:11.649] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:38:11.667] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:38:11.678] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:38:11.685] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:38:11.685] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:38:11.708] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:38:11.720] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:38:11.720] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:38:11.720] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:38:11.722] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:38:11.748] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:38:11.748] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:38:11.748] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:38:11.762] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:38:11.763] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:38:11.763] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:38:11.791] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:38:11.791] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:38:11.791] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:38:11.791] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:38:11.791] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:38:11.803] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:38:11.803] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:38:11.817] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:38:11.819] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:38:11.819] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:38:11.847] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:38:11.849] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:38:11.873] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:38:11.873] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:38:11.873] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:38:11.887] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:38:11.923] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:38:11.923] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:38:11.923] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:38:11.923] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:38:11.937] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:38:11.937] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:38:11.939] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:38:11.939] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:38:11.963] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:38:11.963] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:38:11.963] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:38:11.984] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:38:11.984] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:38:11.985] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:38:12.010] [ 0.000000] Running RCU self tests [2024-05-23 14:38:12.010] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:38:12.010] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:38:12.010] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:38:12.010] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:38:12.028] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:38:12.030] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:38:12.030] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:38:12.030] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:38:12.055] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:38:12.055] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:38:12.055] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:38:12.072] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:38:12.074] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:38:12.074] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:38:12.111] [ 0.001488] Console: colour dummy device = 80x25 [2024-05-23 14:38:12.111] [ 0.001729] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:38:12.111] [ 0.001732] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:38:12.111] [ 0.001735] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:38:12.111] [ 0.001738] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:38:12.113] [ 0.001740] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:38:12.113] [ 0.001743] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:38:12.113] [ 0.001746] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:38:12.133] [ 0.001748] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:38:12.135] [ 0.001751] memory used by lock dependency = info: 7903 kB [2024-05-23 14:38:12.135] [ 0.001754] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:38:12.135] [ 0.001794] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:38:12.160] [ 0.001802] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:38:12.160] [ 0.002301] Security Framework initialized [2024-05-23 14:38:12.160] [ 0.002426] AppArmor: AppArmor initialized [2024-05-23 14:38:12.160] [ 0.002671] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:38:12.171] [ 0.002694] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:38:12.183] [ 0.019965] ASID allocator initialised with = 32768 entries [2024-05-23 14:38:12.185] [ 0.035868] Hierarchical SRCU = implementation. [2024-05-23 14:38:12.185] [ 0.062290] EFI services will not be = available. [2024-05-23 14:38:12.185] [ 0.076134] smp: Bringing up secondary CPUs = ... [2024-05-23 14:38:12.208] [ 0.120761] Detected VIPT I-cache on CPU1 [2024-05-23 14:38:12.220] [ 0.120834] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:38:12.220] [ 0.165007] Detected VIPT I-cache on CPU2 [2024-05-23 14:38:12.220] [ 0.165065] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:38:12.220] [ 0.209292] Detected VIPT I-cache on CPU3 [2024-05-23 14:38:12.220] [ 0.209345] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:38:12.224] [ 0.209720] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:38:12.224] [ 0.209761] SMP: Total of 4 processors = activated. [2024-05-23 14:38:12.249] [ 0.209776] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:38:12.257] [ 0.209796] CPU: All CPU(s) started at EL2 [2024-05-23 14:38:12.257] [ 0.209978] alternatives: patching kernel = code [2024-05-23 14:38:12.257] [ 0.210518] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:38:12.257] [ 0.213219] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:38:12.257] [ 0.213773] devtmpfs: initialized [2024-05-23 14:38:12.257] [ 0.403273] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:38:12.287] [ 0.403537] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:38:12.301] [ 0.412320] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:38:12.301] [ 0.413241] chipinfo: TCC8030 Rev02 [2024-05-23 14:38:12.301] [ 0.413257] chipinfo: SiP Service v0.1.56 [2024-05-23 14:38:12.301] [ 0.418577] NET: Registered protocol family = 16 [2024-05-23 14:38:12.301] [ 0.422585] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:38:12.301] [ 0.424529] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:38:12.315] [ 0.426410] cpuidle: using governor menu [2024-05-23 14:38:12.315] [ 0.426683] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:38:12.342] [ 0.440782] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:38:12.342] [ 0.441256] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:38:12.342] [ 0.441303] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:38:12.347] [ 0.441347] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:38:12.347] [ 0.441391] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:38:12.347] [ 0.441434] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:38:12.347] [ 0.441478] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:38:12.347] [ 0.441522] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:38:12.347] [ 0.441565] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:38:12.375] [ 0.441609] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:38:12.375] [ 0.441652] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:38:12.375] [ 0.441695] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:38:12.375] [ 0.441740] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:38:12.375] [ 0.441801] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:38:12.396] [ 0.441845] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:38:12.397] [ 0.441968] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:38:12.397] [ 0.442013] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:38:12.397] [ 0.442057] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:38:12.397] [ 0.442101] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:38:12.420] [ 0.442486] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:38:12.422] [ 0.442529] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:38:12.422] [ 0.442572] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:38:12.422] [ 0.442616] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:38:12.422] [ 0.442659] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:38:12.424] [ 0.442702] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:38:12.449] [ 0.442745] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:38:12.449] [ 0.442789] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:38:12.449] [ 0.442832] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:38:12.449] [ 0.442875] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:38:12.451] [ 0.442932] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:38:12.471] [ 0.442976] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:38:12.471] [ 0.443217] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:38:12.471] [ 0.443261] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:38:12.471] [ 0.443304] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:38:12.486] [ 0.443347] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:38:12.486] [ 0.443390] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:38:12.486] [ 0.443433] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:38:12.500] [ 0.443477] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:38:12.500] [ 0.443672] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:38:12.500] [ 0.443716] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:38:12.516] [ 0.443759] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:38:12.516] [ 0.443802] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:38:12.516] [ 0.443845] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:38:12.531] [ 0.443888] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:38:12.531] [ 0.443932] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:38:12.531] [ 0.443989] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:38:12.546] [ 0.444032] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:38:12.546] [ 0.444075] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:38:12.546] [ 0.444118] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:38:12.562] [ 0.444161] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:38:12.562] [ 0.444205] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:38:12.562] [ 0.444248] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:38:12.577] [ 0.444779] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:38:12.577] [ 0.444836] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:38:12.577] [ 0.445008] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:38:12.593] [ 0.445180] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:38:12.593] [ 0.445348] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:38:12.594] [ 0.445513] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:38:12.608] [ 0.445679] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:38:12.621] [ 0.445724] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:38:12.621] [ 0.445767] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:38:12.623] [ 0.446030] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:38:12.623] [ 0.446238] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:38:12.645] [ 0.446429] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:38:12.647] [ 0.446474] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:38:12.647] [ 0.446518] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:38:12.647] [ 0.446561] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:38:12.647] [ 0.446605] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:38:12.660] [ 0.446788] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:38:12.673] [ 0.446851] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:38:12.673] [ 0.447058] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:38:12.675] [ 0.447073] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:38:12.675] [ 0.529470] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:38:12.702] [ 0.529558] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:38:12.702] [ 1.676264] console [ttyAMA0] enabled [2024-05-23 14:38:12.702] [ 1.683966] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:38:12.720] [ 1.712830] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:38:12.732] [ 1.723112] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:38:12.748] [ 1.733709] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:38:12.765] [ 1.744033] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:38:12.851] [ 1.843656] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:38:12.871] [ 1.859898] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:38:12.875] [ 1.866795] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:38:12.888] [ 1.873587] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:38:12.910] [ 1.879955] Linux video capture interface: = v2.00 [2024-05-23 14:38:12.923] [ 1.885718] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:12.923] [ 1.885723] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:38:12.936] [ 1.885727] 6 locks held by swapper/0/1: [2024-05-23 14:38:12.936] [ 1.885730] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:38:12.938] [ 1.885756] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:38:12.938] [ 1.885771] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:12.963] [ 1.885790] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:12.963] [ 1.885805] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:12.963] [ 1.885822] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:12.979] [ 1.885840] irq event stamp: 288084 [2024-05-23 14:38:12.979] [ 1.885846] hardirqs last enabled at = (288083): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:12.993] [ 1.885851] hardirqs last disabled at = (288084): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:12.993] [ 1.885858] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:13.009] [ 1.885862] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:13.009] [ 1.885864] Preemption disabled at: [2024-05-23 14:38:13.022] [ 1.885870] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:13.022] [ 1.885879] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:38:13.036] [ 1.885881] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:13.039] [ 1.885885] Call trace: [2024-05-23 14:38:13.039] [ 1.885891] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:13.039] [ 1.885896] show_stack+0x14/0x20 [2024-05-23 14:38:13.059] [ 1.885902] dump_stack+0xb8/0xf0 [2024-05-23 14:38:13.062] [ 1.885907] ___might_sleep+0x178/0x210 [2024-05-23 14:38:13.062] [ 1.885911] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:13.062] [ 1.885915] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:13.062] [ 1.885921] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:13.062] [ 1.885929] gic_set_type+0x84/0x98 [2024-05-23 14:38:13.084] [ 1.885933] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:13.086] [ 1.885938] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:13.086] [ 1.885943] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:13.086] [ 1.885948] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:38:13.086] [ 1.885955] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:38:13.086] [ 1.885959] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:13.108] [ 1.885964] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:13.121] [ 1.885969] __driver_attach+0xfc/0x118 [2024-05-23 14:38:13.121] [ 1.885974] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:13.121] [ 1.885979] driver_attach+0x20/0x28 [2024-05-23 14:38:13.121] [ 1.885983] bus_add_driver+0x220/0x268 [2024-05-23 14:38:13.121] [ 1.885988] driver_register+0x60/0xf8 [2024-05-23 14:38:13.123] [ 1.885992] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:13.123] [ 1.886000] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:38:13.123] [ 1.886005] do_one_initcall+0x50/0x15c [2024-05-23 14:38:13.146] [ 1.886012] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:38:13.149] [ 1.886018] kernel_init+0x10/0x100 [2024-05-23 14:38:13.149] [ 1.886022] ret_from_fork+0x10/0x18 [2024-05-23 14:38:13.149] [ 1.891710] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:38:13.149] [ 2.138966] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:38:13.171] [ 2.152576] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:38:13.171] [ 2.159614] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:38:13.173] [ 2.164217] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:38:13.200] [ 2.169020] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:38:13.200] [ 2.173844] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:38:13.200] [ 2.178399] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:38:13.241] [ 2.231763] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:38:13.251] [ 2.244427] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:13.271] [ 2.262367] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:13.289] [ 2.277907] NET: Registered protocol family = 2 [2024-05-23 14:38:13.315] [ 2.285417] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:38:13.318] [ 2.293033] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:38:13.318] [ 2.304340] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:38:13.342] [ 2.311773] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:38:13.346] [ 2.318551] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:38:13.346] [ 2.326656] NET: Registered protocol family = 1 [2024-05-23 14:38:13.442] [ 2.434541] audit: initializing netlink = subsys (disabled) [2024-05-23 14:38:13.449] [ 2.441004] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:38:13.462] [ 2.441634] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:38:13.531] [ 2.523668] fuse init (API version 7.26) [2024-05-23 14:38:13.552] [ 2.541589] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:38:13.573] [ 2.551682] io scheduler noop registered = (default) [2024-05-23 14:38:13.576] [ 2.556524] io scheduler mq-deadline = registered [2024-05-23 14:38:13.576] [ 2.561097] io scheduler kyber registered [2024-05-23 14:38:13.588] [ 2.571862] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:13.590] [ 2.579088] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:13.604] [ 2.585299] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:38:13.618] [ 2.592897] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:13.665] [ 2.655271] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:13.670] [ 2.662859] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:13.684] [ 2.667862] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:38:13.684] [ 2.673292] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:13.686] [ 2.673950] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:13.711] [ 2.684706] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:13.711] [ 2.690915] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:38:13.711] [ 2.698560] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:13.739] [ 2.722541] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:13.741] [ 2.729452] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:13.742] [ 2.734123] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:38:13.768] [ 2.739551] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:13.768] [ 2.740114] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:13.768] [ 2.750867] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:13.768] [ 2.757076] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:38:13.785] [ 2.764692] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:13.839] [ 2.830914] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:13.846] [ 2.837763] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:13.872] [ 2.842425] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:38:13.874] [ 2.847853] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:13.874] [ 2.857499] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:38:13.891] [ 2.867194] [INF][WDMA] tcc_wdma_init [2024-05-23 14:38:13.894] [ 2.872037] TCC WDMA Driver Initializing [2024-05-23 14:38:13.894] [ 2.878904] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:38:13.915] [ 2.885288] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:38:13.918] [ 2.895763] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:13.918] [ 2.908432] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:38:13.934] [ 2.917830] [CPU_ID] probe is done [2024-05-23 14:38:13.934] [ 2.921645] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:38:13.936] [ 2.928355] [DRAM_TOOL] probe is done [2024-05-23 14:38:13.949] [ 2.935512] MALI-G51 : r30p0-01eac0 [2024-05-23 14:38:13.949] [ 2.939040] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:38:13.965] [ 2.948777] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:13.977] [ 2.948782] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:38:13.992] [ 2.948787] 6 locks held by swapper/0/1: [2024-05-23 14:38:13.992] [ 2.948790] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:38:14.005] [ 2.948816] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:38:14.005] [ 2.948831] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:14.007] [ 2.948849] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:14.034] [ 2.948864] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:14.034] [ 2.948880] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:14.034] [ 2.948899] irq event stamp: 453512 [2024-05-23 14:38:14.035] [ 2.948905] hardirqs last enabled at = (453511): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:14.057] [ 2.948910] hardirqs last disabled at = (453512): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:14.057] [ 2.948917] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:14.072] [ 2.948921] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:14.072] [ 2.948923] Preemption disabled at: [2024-05-23 14:38:14.072] [ 2.948929] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:14.088] [ 2.948938] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:38:14.088] [ 2.948941] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:14.103] [ 2.948945] Call trace: [2024-05-23 14:38:14.115] [ 2.948952] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:14.115] [ 2.948957] show_stack+0x14/0x20 [2024-05-23 14:38:14.115] [ 2.948962] dump_stack+0xb8/0xf0 [2024-05-23 14:38:14.115] [ 2.948967] ___might_sleep+0x178/0x210 [2024-05-23 14:38:14.117] [ 2.948971] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:14.117] [ 2.948976] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:14.117] [ 2.948981] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:14.143] [ 2.948989] gic_set_type+0x84/0x98 [2024-05-23 14:38:14.143] [ 2.948994] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:14.143] [ 2.948999] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:14.143] [ 2.949004] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:14.143] [ 2.949010] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:38:14.143] [ 2.949016] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:38:14.156] [ 2.949020] kbase_device_init+0x78/0xf8 [2024-05-23 14:38:14.159] [ 2.949026] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:38:14.159] [ 2.949031] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:14.159] [ 2.949037] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:14.184] [ 2.949041] __driver_attach+0xfc/0x118 [2024-05-23 14:38:14.184] [ 2.949046] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:14.184] [ 2.949051] driver_attach+0x20/0x28 [2024-05-23 14:38:14.184] [ 2.949056] bus_add_driver+0x220/0x268 [2024-05-23 14:38:14.184] [ 2.949061] driver_register+0x60/0xf8 [2024-05-23 14:38:14.184] [ 2.949065] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:14.188] [ 2.949072] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:38:14.200] [ 2.949077] do_one_initcall+0x50/0x15c [2024-05-23 14:38:14.203] [ 2.949084] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:38:14.203] [ 2.949090] kernel_init+0x10/0x100 [2024-05-23 14:38:14.203] [ 2.949094] ret_from_fork+0x10/0x18 [2024-05-23 14:38:14.227] [ 2.950644] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:38:14.239] [ 3.205338] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:38:14.239] [ 3.212076] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:38:14.242] [ 3.226308] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:38:14.242] [ 3.233520] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:38:14.266] [ 3.245728] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:38:14.266] [ 3.251948] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:38:14.266] [ 3.256330] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:38:14.281] [ 3.263916] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:38:14.319] [ 3.311649] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:38:14.329] [ 3.322354] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:38:14.343] [ 3.330209] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:38:14.358] [ 3.340562] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:38:14.358] [ 3.345839] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:38:14.376] [ 3.356913] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:38:14.376] [ 3.365750] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:38:14.403] [ 3.385520] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:38:14.418] [ 3.390737] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:38:14.430] [ 3.391602] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:38:14.430] [ 3.395253] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:38:14.432] [ 3.396171] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:38:14.432] [ 3.396786] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:38:14.455] [ 3.397941] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:38:14.457] [ 3.408057] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:38:14.457] [ 3.408087] GPT:15269887 !=3D 15273599 [2024-05-23 14:38:14.457] [ 3.408095] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:38:14.481] [ 3.408102] GPT:15269887 !=3D 15273599 [2024-05-23 14:38:14.492] [ 3.408110] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:38:14.492] [ 3.408225] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:38:14.506] [ 3.476262] libphy: Fixed MDIO Bus: probed [2024-05-23 14:38:14.506] [ 3.481307] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:38:14.509] [ 3.494435] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:38:14.509] [ 3.499078] [INFO][GAMC] gmac index : 1 [2024-05-23 14:38:14.527] [ 3.503680] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:38:14.527] [ 3.508846] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:38:14.527] [ 3.514871] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:14.527] [ 3.519261] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:38:14.553] [ 3.527599] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:38:14.553] [ 3.541349] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:38:14.578] [ 3.547432] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:14.582] [ 3.547445] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:38:14.582] [ 3.547452] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:38:14.582] [ 3.547463] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:14.582] [ 3.547475] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:38:14.597] [ 3.576347] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:38:14.624] [ 3.592653] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:38:14.628] [ 3.599308] usbhid: USB HID core driver [2024-05-23 14:38:14.628] [ 3.603520] optee: probing for conduit = method from DT. [2024-05-23 14:38:14.628] [ 3.608701] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:38:14.628] [ 3.610538] optee: initialized driver [2024-05-23 14:38:14.640] [ 3.620148] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:38:14.657] [ 3.625869] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:38:14.657] [ 3.631038] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:38:14.657] [ 3.636206] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:38:14.669] [ 3.641981] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:38:14.669] [ 3.647757] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:38:14.671] [ 3.653619] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:38:14.671] [ 3.660088] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:38:14.696] [ 3.667726] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:38:14.696] [ 3.675674] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:38:14.700] [ 3.689698] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:38:14.714] [ 3.697984] NET: Registered protocol family = 17 [2024-05-23 14:38:14.714] [ 3.703122] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:38:14.733] [ 3.720909] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:38:14.905] [ 3.890409] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:14.907] [ 3.890454] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:38:14.940] [ 3.906215] ALSA device list: [2024-05-23 14:38:14.940] [ 3.909208] No soundcards found. [2024-05-23 14:38:14.940] [ 3.915332] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:38:14.963] [ 3.936420] Freeing unused kernel memory: = 4160K [2024-05-23 14:38:14.965] Mounting devtmpfs [2024-05-23 14:38:14.965] [ 3.951325] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:38:14.966] Mounting procfs [2024-05-23 14:38:15.002] Mounting sysfs [2024-05-23 14:38:15.002] [ 3.970342] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:38:15.005] [ 3.997831] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:38:15.049] [ 4.042096] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:38:15.075] [ 4.051151] mount (97) used greatest stack = depth: 11568 bytes left [2024-05-23 14:38:15.077] [ 4.067696] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:38:15.317] [ 4.309343] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:38:15.415] [ 4.406213] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:38:15.441] [ 4.433616] systemd[1]: Detected = architecture arm64. [2024-05-23 14:38:15.485]=20 [2024-05-23 14:38:15.485] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:38:15.500]=20 [2024-05-23 14:38:15.504] [ 4.496716] systemd[1]: Set hostname to = . [2024-05-23 14:38:15.517] [ 4.508691] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:38:15.534] [ 4.517466] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:38:15.775] [ 4.766107] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:38:15.803] [ 4.783206] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:38:15.842] [ 4.825851] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:38:15.849] [ 4.837976] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:38:16.032] [ 5.024063] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:38:16.106] [ OK ] Listening on Journal Socket. [2024-05-23 14:38:16.140] Mounting FUSE Control File System... [2024-05-23 14:38:16.157] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:38:16.173] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:38:16.189] [ OK ] Reached target Remote File Systems. [2024-05-23 14:38:16.225] [ OK ] Created slice system-getty.slice. [2024-05-23 14:38:16.241] [ OK ] Created slice User and Session Slice. [2024-05-23 14:38:16.258] [ OK ] Reached target Slices. [2024-05-23 14:38:16.262] [ OK ] Listening on udev Control Socket. [2024-05-23 14:38:16.291] Mounting POSIX Message Queue File = System... [2024-05-23 14:38:16.308] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:38:16.342] Mounting Configuration File System... [2024-05-23 14:38:16.366] Mounting Kernel Debug File System... [2024-05-23 14:38:16.396] Starting mount data partition = service... [2024-05-23 14:38:16.425] [ OK ] Reached target Swap. [2024-05-23 14:38:16.442] [ OK ] Listening on Syslog Socket. [2024-05-23 14:38:16.475] Mounting Huge Pages File System... [2024-05-23 14:38:16.494] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:38:16.525] Starting Journal Service... [2024-05-23 14:38:16.539] [ 5.531904] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:16.553] [ 5.545573] mount (118) used greatest stack = depth: 10864 bytes left [2024-05-23 14:38:16.568] Starting Apply Kernel Variables... [2024-05-23 14:38:16.594] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:38:16.611] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:38:16.643] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:38:16.676] Starting udev Coldplug all Devices... [2024-05-23 14:38:16.687] [ OK ] Reached target Paths. [2024-05-23 14:38:16.709] [ 5.702162] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:38:16.806] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:38:16.825] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:38:16.842] [ OK ] Mounted Configuration File System. [2024-05-23 14:38:16.859] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:38:16.885] [ OK ] Started mount data partition service. [2024-05-23 14:38:16.903] [ OK ] Started Journal Service. [2024-05-23 14:38:16.924] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:38:16.959] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:38:16.976] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:38:17.009] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:38:17.038] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:38:17.070] Mounting /var/volatile... [2024-05-23 14:38:17.092] [ OK ] Reached target Containers. [2024-05-23 14:38:17.114] Mounting /tmp... [2024-05-23 14:38:17.153] Starting udev Kernel Device = Manager... [2024-05-23 14:38:17.184] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:38:17.216] Starting NS file System mount and = recovery.... [2024-05-23 14:38:17.263] [ OK ] Mounted /var/volatile. [2024-05-23 14:38:17.292] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:38:17.308] [ OK ] Mounted /tmp. [2024-05-23 14:38:17.360] [ 6.351873] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:17.449] [ 6.440006] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:17.513] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:38:17.551] [ 6.543185] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:17.654] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:38:17.686] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:38:17.855] [ 6.847519] systemd-journald[119]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:38:17.874] Starting Bind mount volatile = /var/cache... [2024-05-23 14:38:17.913] Starting Bind mount volatile = /var/spool... [2024-05-23 14:38:17.942] Starting Bind mount volatile = /var/lib... [2024-05-23 14:38:17.968] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:38:18.157] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:38:18.187] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:38:18.212] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:38:18.247] Starting Load/Save Random Seed... [2024-05-23 14:38:18.263] [ OK ] Reached target Local File Systems. [2024-05-23 14:38:18.294] Starting netfilter persistent = configuration... [2024-05-23 14:38:18.329] Starting Create Volatile Files and = Directories... [2024-05-23 14:38:18.361] Starting AppArmor initialization... [2024-05-23 14:38:18.394] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:38:18.553] [ 7.544509] audit: type=3D1400 = audit(1550139121.232:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:38:18.568] [ 7.559103] audit: type=3D1400 = audit(1550139121.232:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:18.595] [ 7.575059] audit: type=3D1400 = audit(1550139121.232:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:18.628] [ 7.591766] audit: type=3D1400 = audit(1550139121.232:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:18.628] [ 7.608113] audit: type=3D1400 = audit(1550139121.232:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:18.660] [ OK [ 7.624634] audit: type=3D1400 = audit(1550139121.232:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:18.662] ] Started netfilter persi[ 7.641867] audit: = type=3D1400 audit(1550139121.232:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:38:18.699] stent configuration. [2024-05-23 14:38:18.701] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:38:18.724] [ OK ] Started AppArmor initialization. [2024-05-23 14:38:18.757] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:38:18.778] [ OK ] Reached target Network (Pre). [2024-05-23 14:38:18.805] Starting Network Service... [2024-05-23 14:38:18.851] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:38:18.873] [ OK ] Reached target System Initialization. [2024-05-23 14:38:18.894] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:38:18.923] [ OK ] Reached target Sockets. [2024-05-23 14:38:18.926] [ OK ] Reached target Basic System. [2024-05-23 14:38:18.951] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:38:18.983] Starting Login Service... [2024-05-23 14:38:19.011] [ 7.995304] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:38:19.015] [ OK ] Started NS VSync Process. [2024-05-23 14:38:19.092] [ 8.081301] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:38:19.098] [ 8.081362] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:38:19.113] [ 8.081588] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:38:19.113] [ OK ] Started [ 8.102467] ns_vsync_dev: = loading out-of-tree module taints kernel. [2024-05-23 14:38:19.128] TEE-based HSM Service. [2024-05-23 14:38:19.164] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:38:19.194] [ 8.175620] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:19.210] [ OK ] Started NS System Management Process. [2024-05-23 14:38:19.228] [ OK ] Started System Logging Service. [2024-05-23 14:38:19.247] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:38:19.262] Start /usr/bin/sys-fail-mon [2024-05-23 14:38:19.302] Starting Load Kernel Modules... [2024-05-23 14:38:19.313] [ 8.303165] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:19.331] [ 8.309432] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:38:19.373] Starting NS Inter Domain Comm = Process... [2024-05-23 14:38:19.379] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:38:19.394] [ OK ] Reached target Timers. [2024-05-23 14:38:19.394] [ 8.309451] [INFO][GMAC]=20 [2024-05-23 14:38:19.396] [ 8.383982] libphy: tcc-gmac-mdio: probed [2024-05-23 14:38:19.423] [ 8.391250] [INFO][GMAC] registered! [2024-05-23 14:38:19.423] [ 8.394874] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:38:19.423] [ 8.400354] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:38:19.423] [ OK ] Started Kernel Logging Service. [2024-05-23 14:38:19.436] [ OK ] Started Network Service. [2024-05-23 14:38:19.436] [ 8.426893] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:38:19.452] [ 8.428435] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:19.453] [ 8.428465] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:38:19.468] [ 8.435992] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:19.483] [ 8.436005] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:19.483] [ 8.437775] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:19.497] [ 8.438728] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:19.497] [ 8.438755] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:38:19.512] [ 8.442917] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:19.524] [ 8.443003] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:19.527] [ 8.445570] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:19.548] [ 8.477931] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:38:19.548] [ 8.477984] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:38:19.548] [ 8.477984] -- MASTER Configuration. [2024-05-23 14:38:19.548] [ 8.477984] -- Local Receiver Status Not = OK. [2024-05-23 14:38:19.562] [ 8.477984] -- Remote Receiver Status Not = OK. [2024-05-23 14:38:19.562] [ 8.478036] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:38:19.562] [ 8.478044] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:38:19.578] [ 8.478832] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:19.578] [ 8.478837] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:38:19.594] [ 8.478841] 5 locks held by = systemd-network/260: [2024-05-23 14:38:19.594] [ 8.478844] #0: (rtnl_mutex){+.+.}, at: = [<00000000f87a2c56>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:38:19.617] [ 8.478870] #1: = (&desc->request_mutex){+.+.}, at: [<0000000097f44fa0>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:19.617] [ 8.478888] #2: = (&irq_desc_lock_class){-...}, at: [<00000000dafb09ab>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:19.629] [ 8.478903] #3: (rcu_read_lock){....}, = at: [<000000007938d3e1>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:19.631] [ 8.478919] #4: (&picinfo->lock){....}, = at: [<00000000252aaaa7>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:19.654] [ 8.478939] irq event stamp: 72854 [2024-05-23 14:38:19.659] [ 8.478945] hardirqs last enabled at = (72853): [<0000000057ec6c65>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:19.659] [ 8.478950] hardirqs last disabled at = (72854): [<000000008d40b72f>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:19.659] [ 8.478958] softirqs last enabled at (0): = [<00000000a518d7a9>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:19.689] [ 8.478961] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:19.689] [ 8.478964] Preemption disabled at: [2024-05-23 14:38:19.689] [ 8.478969] [<00000000dafb09ab>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:19.689] [ 8.478979] CPU: 1 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:38:19.691] [ 8.478982] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:19.718] [ 8.478986] Call trace: [2024-05-23 14:38:19.718] [ 8.478992] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:19.718] [ 8.478997] show_stack+0x14/0x20 [2024-05-23 14:38:19.718] [ 8.479003] dump_stack+0xb8/0xf0 [2024-05-23 14:38:19.718] [ 8.479008] ___might_sleep+0x178/0x210 [2024-05-23 14:38:19.718] [ 8.479012] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:19.718] [ 8.479017] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:19.720] [ 8.479022] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:19.744] [ 8.479029] gic_set_type+0x84/0x98 [2024-05-23 14:38:19.744] [ 8.479034] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:19.744] [ 8.479039] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:19.744] [ 8.479043] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:19.744] [ 8.479050] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:38:19.744] [ 8.479056] __dev_open+0x100/0x150 [2024-05-23 14:38:19.762] [ 8.479060] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:38:19.764] [ 8.479064] dev_change_flags+0x20/0x60 [2024-05-23 14:38:19.764] [ 8.479068] do_setlink+0x3ec/0xc30 [2024-05-23 14:38:19.764] [ 8.479072] rtnl_setlink+0xcc/0x128 [2024-05-23 14:38:19.764] [ 8.479076] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:38:19.787] [ 8.479081] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:38:19.789] [ 8.479085] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:38:19.789] [ 8.479089] netlink_unicast+0x180/0x1f8 [2024-05-23 14:38:19.789] [ 8.479093] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:38:19.789] [ 8.479098] sock_sendmsg+0x3c/0x58 [2024-05-23 14:38:19.789] [ 8.479103] SyS_sendto+0xd0/0x140 [2024-05-23 14:38:19.789] [ 8.479108] el0_svc_naked+0x34/0x38 [2024-05-23 14:38:19.811] [ 8.479919] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:38:19.823] [ 8.496267] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:38:19.823] [ 8.496278] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:38:19.823] [ 8.496286] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:38:19.825] [ 8.496286] =20 [2024-05-23 14:38:19.825] [ 8.496571] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:38:19.825] [ 8.497210] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:38:19.852] [ 8.497218] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:38:19.852] [ 8.497226] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:38:19.852] [ 8.497226] =20 [2024-05-23 14:38:19.852] [ 8.497377] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:38:19.852] [ 8.497395] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:38:19.866] [ 8.497402] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:38:19.866] [ 8.497409] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:38:19.879] [ 8.497420] [INFO][GMAC] --] phy_start: : [2024-05-23 14:38:19.879] [ 8.498207] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:38:19.879] [ 8.603048] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:19.904] [ 8.711034] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:19.904] [ 8.819039] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:19.904] [ 8.872409] Disabling lock debugging due to = kernel taint [2024-05-23 14:38:19.907] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:38:19.930] [ OK ] Started Cluster Framework. [2024-05-23 14:38:19.932] [ OK ] Started HUD Framework. [2024-05-23 14:38:19.932] parents, child is 318 [2024-05-23 14:38:19.944] [ OK ] Started NS ethernet phy control = applicati[ 8.930841] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:38:19.961] on. [2024-05-23 14:38:19.961] [IDC]Start. [2024-05-23 14:38:19.963] [ 8.932930] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:19.963] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:38:19.963] [ OK ] Started Nvm Process. [2024-05-23 14:38:19.988] [ OK ] Started NS hsm control application. [2024-05-23 14:38:19.999] [IDC](A7)ConnectReq 0 [2024-05-23 14:38:19.999] [IDC](A7)do_connect 0 [2024-05-23 14:38:19.999] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:38:19.999] [IDC](A7)Tx start session req 1 [2024-05-23 14:38:19.999] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:38:19.999] [IDC](R5)ConnectReq 0 [2024-05-23 14:38:19.999] [IDC](R5)do_connect 0 [2024-05-23 14:38:19.999] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:38:20.011] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:38:20.011] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:38:20.011] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:38:20.011] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:38:20.011] [IDC](A7)Session connected. [2024-05-23 14:38:20.032] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:38:20.032] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:38:20.032] [IDC](R5)Session connected.2 [2024-05-23 14:38:20.046] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:38:20.073] [ 9.039475] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:20.095] [ OK ] Started Diagnosis Framework. [2024-05-23 14:38:20.117] [ 9.109423] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:38:20.155] [ 9.137459] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:38:20.160] [ 9.146491] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:38:20.177] [ 9.151036] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:20.177] [ OK ] Started NS Software Update.[ = 9.165803] [VPU] vpu_venc Driver(id:5) Initialized. [2024-05-23 14:38:20.201] =0A= [2024-05-23 14:38:20.203] [ 9.193404] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:20.216] [ 9.205150] Done!! [2024-05-23 14:38:20.230] [ OK ] Started NS Secondary Verify. [2024-05-23 14:38:20.244] [ OK ] Started Diagnosis Transport. [2024-05-23 14:38:20.261] Starting Wait for Network to be = Configured... [2024-05-23 14:38:20.261] [ OK ] Reached target Network. [2024-05-23 14:38:20.263] Starting udev Coldplug all Devices... [2024-05-23 14:38:20.291] Starting Permi[ 9.259052] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:38:20.291] t User Sessions... [2024-05-23 14:38:20.291] [ OK ] Started Login Service. [2024-05-23 14:38:20.372] [ OK ] Started Permit User Sessions. [2024-05-23 14:38:20.378] [ 9.371182] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:20.394] [ OK ] Started Getty on tty1. [2024-05-23 14:38:20.412] [ 9.381134] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:38:20.414] [ 9.395419] Done!! [2024-05-23 14:38:20.438] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:38:20.441] [ OK ] Reached target Login Prompts. [2024-05-23 14:38:20.443] [ OK ] Reached target Multi-User System. [2024-05-23 14:38:20.470] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:38:20.470] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:38:20.497] [ OK ] Started NS A53 RealTi[ 9.483066] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:38:20.502] me Schedule Switch. [2024-05-23 14:38:20.513] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:38:20.546] [ 9.522491] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:38:20.549] [ 9.527884] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:20.564] [ 9.527888] in_atomic(): 1, = irqs_disabled(): 128, pid: 297, name: systemd-modules [2024-05-23 14:38:20.564] [ 9.527890] INFO: lockdep is turned off. [2024-05-23 14:38:20.588] [ 9.527892] irq event stamp: 28275 [2024-05-23 14:38:20.593] [ 9.527909] hardirqs last enabled at = (28275): [<0000000057ec6c65>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:20.593] [ 9.527913] hardirqs last disabled at = (28274): [<000000008d40b72f>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:20.593] [ 9.527921] softirqs last enabled at (0): = [<00000000a518d7a9>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:20.609] [ 9.527923] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:20.610] [ 9.527925] Preemption disabled at: [2024-05-23 14:38:20.623] [ 9.527932] [<00000000dafb09ab>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:20.623] [ 9.527939] CPU: 2 PID: 297 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:38:20.639] [ 9.527941] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:20.639] [ 9.527944] Call trace: [2024-05-23 14:38:20.639] [ 9.527950] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:20.658] [ 9.527954] show_stack+0x14/0x20 [2024-05-23 14:38:20.660] [ 9.527958] dump_stack+0xb8/0xf0 [2024-05-23 14:38:20.660] [ 9.527962] ___might_sleep+0x178/0x210 [2024-05-23 14:38:20.660] [ 9.527964] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:20.660] [ 9.527971] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:20.660] [ 9.527976] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:20.696] [ 9.527982] gic_set_type+0x84/0x98 [2024-05-23 14:38:20.696] [ 9.527986] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:20.698] [ 9.527989] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:20.698] [ 9.527993] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:20.719] [ 9.528019] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:38:20.719] [ 9.528034] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:38:20.719] [ 9.528040] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:20.742] [ 9.528044] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:20.754] [ 9.528048] __driver_attach+0xfc/0x118 [2024-05-23 14:38:20.779] [ 9.528052] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:20.780] [ 9.528055] driver_attach+0x20/0x28 [2024-05-23 14:38:20.813] [ 9.528059] bus_add_driver+0x220/0x268 [2024-05-23 14:38:20.813] [ 9.528062] driver_register+0x60/0xf8 [2024-05-23 14:38:20.813] [ 9.528065] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:20.821] [ 9.528071] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:38:20.821] [ 9.528075] do_one_initcall+0x50/0x15c [2024-05-23 14:38:20.821] [ 9.528079] do_init_module+0x54/0x1b0 [2024-05-23 14:38:20.821] [ 9.528082] load_module+0x1e70/0x2428 [2024-05-23 14:38:20.823] [ 9.528086] SyS_finit_module+0xe4/0x118 [2024-05-23 14:38:20.823] [ 9.528089] el0_svc_naked+0x34/0x38 [2024-05-23 14:38:20.847] [ 9.530029] Done!! [2024-05-23 14:38:20.847] [ 9.595207] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:21.076] [ 10.066020] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:38:21.087] [ 10.066028] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:38:21.210] [ OK ] Started Load Kernel Modules. [2024-05-23 14:38:22.044] [ 11.025645] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:38:22.050] [ 11.025655] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:38:22.810] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:38:26.800]=20 [2024-05-23 14:38:26.800] telechips-nsp1-release login:=20 [2024-05-23 14:38:29.375]=20 [2024-05-23 14:38:29.375] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:38:29.385]=20 [2024-05-23 14:38:29.385] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:38:29.385] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:38:29.413] DRAM: 2 GiB [2024-05-23 14:38:29.419] MMC: sdhc@0x16440000: 0 [2024-05-23 14:38:29.698]=20 [2024-05-23 14:38:29.701] HW Partition tyep is UserData [2024-05-23 14:38:29.701] In: serial [2024-05-23 14:38:29.717] Out: serial [2024-05-23 14:38:29.718] Err: serial [2024-05-23 14:38:29.777] Boot in the UserData environment(0) [2024-05-23 14:38:29.779] Non-secure boot (secure boot flag is clear) [2024-05-23 14:38:29.792] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:38:29.805] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:38:29.805] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:38:29.820] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:38:29.820] Booting using the fdt blob at 0x23000000 [2024-05-23 14:38:29.820] Loading Kernel Image [2024-05-23 14:38:29.831] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:38:29.834] OPTEE is enabled [2024-05-23 14:38:29.834]=20 [2024-05-23 14:38:29.834] Starting kernel ... [2024-05-23 14:38:29.834]=20 [2024-05-23 14:38:30.763] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:38:30.766] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:38:30.781] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:38:30.805] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:38:30.810] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:38:30.810] [ 0.000000] efi: UEFI not found. [2024-05-23 14:38:30.810] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:38:30.810] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:38:30.835] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:38:30.835] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:38:30.837] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:38:30.837] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:38:30.858] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:38:30.858] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:38:30.860] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:38:30.886] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:38:30.886] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:38:30.886] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:38:30.900] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:38:30.900] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:38:30.916] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:38:30.916] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:38:30.932] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:38:30.932] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:38:30.947] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:38:30.947] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:38:30.963] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:38:30.964] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:38:30.978] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:38:30.980] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:38:31.005] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:38:31.005] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:38:31.005] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:38:31.005] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:38:31.005] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:38:31.020] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:38:31.023] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:38:31.046] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:38:31.049] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:38:31.049] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:38:31.049] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:38:31.049] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:38:31.076] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:38:31.090] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:38:31.093] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:38:31.093] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:38:31.132] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:38:31.132] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:38:31.132] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:38:31.143] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:38:31.143] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:38:31.157] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:38:31.157] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:38:31.159] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:38:31.181] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:38:31.195] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:38:31.196] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:38:31.196] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:38:31.200] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:38:31.200] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:38:31.225] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:38:31.225] [ 0.000000] Running RCU self tests [2024-05-23 14:38:31.225] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:38:31.225] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:38:31.225] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:38:31.243] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:38:31.243] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:38:31.243] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:38:31.259] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:38:31.259] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:38:31.259] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:38:31.272] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:38:31.274] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:38:31.300] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:38:31.300] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:38:31.300] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:38:31.300] [ 0.001471] Console: colour dummy device = 80x25 [2024-05-23 14:38:31.313] [ 0.001711] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:38:31.327] [ 0.001714] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:38:31.327] [ 0.001717] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:38:31.340] [ 0.001720] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:38:31.340] [ 0.001722] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:38:31.340] [ 0.001725] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:38:31.344] [ 0.001728] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:38:31.344] [ 0.001730] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:38:31.344] [ 0.001733] memory used by lock dependency = info: 7903 kB [2024-05-23 14:38:31.368] [ 0.001736] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:38:31.376] [ 0.001776] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:38:31.376] [ 0.001784] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:38:31.376] [ 0.002283] Security Framework initialized [2024-05-23 14:38:31.400] [ 0.002407] AppArmor: AppArmor initialized [2024-05-23 14:38:31.400] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:38:31.403] [ 0.002677] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:38:31.403] [ 0.019947] ASID allocator initialised with = 32768 entries [2024-05-23 14:38:31.403] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:38:31.403] [ 0.062277] EFI services will not be = available. [2024-05-23 14:38:31.426] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:38:31.441] [ 0.120743] Detected VIPT I-cache on CPU1 [2024-05-23 14:38:31.441] [ 0.120818] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:38:31.441] [ 0.164988] Detected VIPT I-cache on CPU2 [2024-05-23 14:38:31.441] [ 0.165046] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:38:31.441] [ 0.209273] Detected VIPT I-cache on CPU3 [2024-05-23 14:38:31.455] [ 0.209326] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:38:31.455] [ 0.209702] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:38:31.455] [ 0.209743] SMP: Total of 4 processors = activated. [2024-05-23 14:38:31.467] [ 0.209759] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:38:31.467] [ 0.209778] CPU: All CPU(s) started at EL2 [2024-05-23 14:38:31.467] [ 0.209960] alternatives: patching kernel = code [2024-05-23 14:38:31.469] [ 0.210512] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:38:31.469] [ 0.213104] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:38:31.469] [ 0.213685] devtmpfs: initialized [2024-05-23 14:38:31.492] [ 0.403550] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:38:31.495] [ 0.403818] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:38:31.495] [ 0.412640] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:38:31.495] [ 0.413566] chipinfo: TCC8030 Rev02 [2024-05-23 14:38:31.520] [ 0.413582] chipinfo: SiP Service v0.1.56 [2024-05-23 14:38:31.535] [ 0.418964] NET: Registered protocol family = 16 [2024-05-23 14:38:31.535] [ 0.422957] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:38:31.535] [ 0.424884] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:38:31.535] [ 0.426625] cpuidle: using governor menu [2024-05-23 14:38:31.535] [ 0.426859] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:38:31.560] [ 0.440953] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:38:31.560] [ 0.441436] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:38:31.573] [ 0.441483] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:38:31.573] [ 0.441528] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:38:31.573] [ 0.441571] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:38:31.573] [ 0.441614] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:38:31.573] [ 0.441658] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:38:31.573] [ 0.441701] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:38:31.589] [ 0.441744] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:38:31.589] [ 0.441788] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:38:31.609] [ 0.441831] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:38:31.609] [ 0.441952] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:38:31.609] [ 0.441998] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:38:31.609] [ 0.442041] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:38:31.621] [ 0.442085] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:38:31.621] [ 0.442128] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:38:31.621] [ 0.442187] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:38:31.621] [ 0.442230] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:38:31.623] [ 0.442274] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:38:31.623] [ 0.442660] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:38:31.646] [ 0.442704] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:38:31.659] [ 0.442747] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:38:31.659] [ 0.442791] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:38:31.659] [ 0.442834] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:38:31.659] [ 0.442878] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:38:31.674] [ 0.442921] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:38:31.674] [ 0.442965] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:38:31.674] [ 0.443008] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:38:31.676] [ 0.443051] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:38:31.676] [ 0.443094] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:38:31.699] [ 0.443138] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:38:31.711] [ 0.443383] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:38:31.711] [ 0.443441] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:38:31.711] [ 0.443484] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:38:31.711] [ 0.443528] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:38:31.714] [ 0.443571] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:38:31.714] [ 0.443614] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:38:31.714] [ 0.443657] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:38:31.737] [ 0.443845] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:38:31.737] [ 0.443888] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:38:31.737] [ 0.443932] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:38:31.737] [ 0.443975] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:38:31.737] [ 0.444019] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:38:31.754] [ 0.444062] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:38:31.754] [ 0.444104] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:38:31.754] [ 0.444148] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:38:31.769] [ 0.444191] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:38:31.781] [ 0.444234] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:38:31.781] [ 0.444290] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:38:31.783] [ 0.444333] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:38:31.783] [ 0.444377] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:38:31.783] [ 0.444420] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:38:31.810] [ 0.444947] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:38:31.810] [ 0.444991] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:38:31.810] [ 0.445160] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:38:31.810] [ 0.445329] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:38:31.823] [ 0.445512] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:38:31.836] [ 0.445680] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:38:31.836] [ 0.445848] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:38:31.836] [ 0.445986] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:38:31.842] [ 0.446031] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:38:31.842] [ 0.446239] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:38:31.842] [ 0.446424] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:38:31.867] [ 0.446604] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:38:31.867] [ 0.446648] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:38:31.867] [ 0.446692] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:38:31.867] [ 0.446735] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:38:31.867] [ 0.446778] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:38:31.889] [ 0.446957] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:38:31.889] [ 0.447001] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:38:31.889] [ 0.447211] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:38:31.889] [ 0.447225] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:38:31.909] [ 0.529557] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:38:31.909] [ 0.529649] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:38:31.909] [ 1.676630] console [ttyAMA0] enabled [2024-05-23 14:38:31.923] [ 1.684309] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:38:31.946] [ 1.713132] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:38:31.952] [ 1.723508] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:38:31.966] [ 1.734020] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:38:31.981] [ 1.744362] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:38:32.073] [ 1.844484] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:38:32.089] [ 1.860914] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:38:32.106] [ 1.867812] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:38:32.106] [ 1.874603] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:38:32.131] [ 1.880976] Linux video capture interface: = v2.00 [2024-05-23 14:38:32.131] [ 1.886791] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:32.132] [ 1.886796] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:38:32.157] [ 1.886800] 6 locks held by swapper/0/1: [2024-05-23 14:38:32.157] [ 1.886803] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:38:32.157] [ 1.886830] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:38:32.159] [ 1.886845] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:32.185] [ 1.886863] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:32.185] [ 1.886878] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:32.185] [ 1.886894] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:32.201] [ 1.886912] irq event stamp: 288056 [2024-05-23 14:38:32.201] [ 1.886918] hardirqs last enabled at = (288055): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:32.217] [ 1.886923] hardirqs last disabled at = (288056): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:32.217] [ 1.886930] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:32.231] [ 1.886934] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:32.231] [ 1.886936] Preemption disabled at: [2024-05-23 14:38:32.247] [ 1.886942] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:32.247] [ 1.886951] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:38:32.249] [ 1.886954] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:32.271] [ 1.886958] Call trace: [2024-05-23 14:38:32.271] [ 1.886964] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:32.271] [ 1.886969] show_stack+0x14/0x20 [2024-05-23 14:38:32.271] [ 1.886975] dump_stack+0xb8/0xf0 [2024-05-23 14:38:32.271] [ 1.886980] ___might_sleep+0x178/0x210 [2024-05-23 14:38:32.271] [ 1.886984] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:32.277] [ 1.886989] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:32.300] [ 1.886994] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:32.311] [ 1.887001] gic_set_type+0x84/0x98 [2024-05-23 14:38:32.311] [ 1.887006] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:32.311] [ 1.887011] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:32.311] [ 1.887015] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:32.311] [ 1.887020] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:38:32.311] [ 1.887026] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:38:32.342] [ 1.887031] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:32.342] [ 1.887036] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:32.362] [ 1.887040] __driver_attach+0xfc/0x118 [2024-05-23 14:38:32.362] [ 1.887045] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:32.362] [ 1.887050] driver_attach+0x20/0x28 [2024-05-23 14:38:32.362] [ 1.887054] bus_add_driver+0x220/0x268 [2024-05-23 14:38:32.362] [ 1.887059] driver_register+0x60/0xf8 [2024-05-23 14:38:32.362] [ 1.887063] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:32.362] [ 1.887070] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:38:32.362] [ 1.887075] do_one_initcall+0x50/0x15c [2024-05-23 14:38:32.370] [ 1.887081] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:38:32.370] [ 1.887087] kernel_init+0x10/0x100 [2024-05-23 14:38:32.370] [ 1.887091] ret_from_fork+0x10/0x18 [2024-05-23 14:38:32.370] [ 1.892894] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:38:32.389] [ 2.140418] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:38:32.395] [ 2.154080] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:38:32.395] [ 2.161109] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:38:32.407] [ 2.165712] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:38:32.410] [ 2.170515] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:38:32.410] [ 2.175365] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:38:32.410] [ 2.179920] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:38:32.463] [ 2.234531] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:38:32.475] [ 2.247023] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:32.494] [ 2.265273] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:32.510] [ 2.280889] NET: Registered protocol family = 2 [2024-05-23 14:38:32.526] [ 2.288721] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:38:32.529] [ 2.296346] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:38:32.548] [ 2.307649] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:38:32.548] [ 2.315038] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:38:32.563] [ 2.321823] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:38:32.574] [ 2.329958] NET: Registered protocol family = 1 [2024-05-23 14:38:32.666] [ 2.437363] audit: initializing netlink = subsys (disabled) [2024-05-23 14:38:32.673] [ 2.443707] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:38:32.687] [ 2.444266] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:38:32.755] [ 2.526282] fuse init (API version 7.26) [2024-05-23 14:38:32.775] [ 2.544301] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:38:32.786] [ 2.554285] io scheduler noop registered = (default) [2024-05-23 14:38:32.803] [ 2.559373] io scheduler mq-deadline = registered [2024-05-23 14:38:32.803] [ 2.563937] io scheduler kyber registered [2024-05-23 14:38:32.823] [ 2.574526] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:32.825] [ 2.581663] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:32.825] [ 2.587875] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:38:32.826] [ 2.595486] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:32.887] [ 2.657728] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:32.895] [ 2.665337] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:32.909] [ 2.670187] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:38:32.909] [ 2.675616] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:32.911] [ 2.676229] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:32.937] [ 2.686983] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:32.937] [ 2.693192] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:38:32.937] [ 2.700753] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:32.962] [ 2.724851] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:32.970] [ 2.731686] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:32.970] [ 2.736337] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:38:32.994] [ 2.741764] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:32.997] [ 2.742334] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:32.997] [ 2.753087] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:32.997] [ 2.759295] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:38:32.997] [ 2.766910] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:33.061] [ 2.832520] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:33.068] [ 2.839263] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:33.083] [ 2.843855] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:38:33.088] [ 2.849282] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:33.106] [ 2.858971] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:38:33.106] [ 2.868671] [INF][WDMA] tcc_wdma_init [2024-05-23 14:38:33.106] [ 2.873537] TCC WDMA Driver Initializing [2024-05-23 14:38:33.134] [ 2.880619] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:38:33.145] [ 2.886746] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:38:33.145] [ 2.897364] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:33.157] [ 2.910077] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:38:33.159] [ 2.919469] [CPU_ID] probe is done [2024-05-23 14:38:33.159] [ 2.923214] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:38:33.178] [ 2.929914] [DRAM_TOOL] probe is done [2024-05-23 14:38:33.180] [ 2.937178] MALI-G51 : r30p0-01eac0 [2024-05-23 14:38:33.180] [ 2.940706] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:38:33.182] [ 2.950574] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:33.195] [ 2.950578] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:38:33.210] [ 2.950583] 6 locks held by swapper/0/1: [2024-05-23 14:38:33.212] [ 2.950586] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:38:33.212] [ 2.950614] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:38:33.239] [ 2.950629] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:33.239] [ 2.950648] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:33.239] [ 2.950663] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:33.256] [ 2.950679] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:33.256] [ 2.950699] irq event stamp: 453704 [2024-05-23 14:38:33.258] [ 2.950704] hardirqs last enabled at = (453703): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:33.284] [ 2.950709] hardirqs last disabled at = (453704): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:33.284] [ 2.950716] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:33.286] [ 2.950720] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:33.315] [ 2.950722] Preemption disabled at: [2024-05-23 14:38:33.315] [ 2.950728] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:33.315] [ 2.950737] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:38:33.315] [ 2.950740] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:33.317] [ 2.950744] Call trace: [2024-05-23 14:38:33.341] [ 2.950750] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:33.344] [ 2.950755] show_stack+0x14/0x20 [2024-05-23 14:38:33.344] [ 2.950760] dump_stack+0xb8/0xf0 [2024-05-23 14:38:33.344] [ 2.950766] ___might_sleep+0x178/0x210 [2024-05-23 14:38:33.344] [ 2.950770] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:33.344] [ 2.950774] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:33.344] [ 2.950780] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:33.344] [ 2.950787] gic_set_type+0x84/0x98 [2024-05-23 14:38:33.367] [ 2.950792] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:33.367] [ 2.950797] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:33.367] [ 2.950801] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:33.367] [ 2.950809] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:38:33.367] [ 2.950814] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:38:33.369] [ 2.950818] kbase_device_init+0x78/0xf8 [2024-05-23 14:38:33.406] [ 2.950825] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:38:33.406] [ 2.950829] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:33.406] [ 2.950834] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:33.406] [ 2.950839] __driver_attach+0xfc/0x118 [2024-05-23 14:38:33.406] [ 2.950844] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:33.406] [ 2.950849] driver_attach+0x20/0x28 [2024-05-23 14:38:33.408] [ 2.950854] bus_add_driver+0x220/0x268 [2024-05-23 14:38:33.408] [ 2.950858] driver_register+0x60/0xf8 [2024-05-23 14:38:33.408] [ 2.950862] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:33.426] [ 2.950870] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:38:33.443] [ 2.950874] do_one_initcall+0x50/0x15c [2024-05-23 14:38:33.443] [ 2.950882] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:38:33.443] [ 2.950888] kernel_init+0x10/0x100 [2024-05-23 14:38:33.443] [ 2.950893] ret_from_fork+0x10/0x18 [2024-05-23 14:38:33.456] [ 2.952811] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:38:33.456] [ 3.207898] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:38:33.456] [ 3.214636] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:38:33.480] [ 3.228721] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:38:33.482] [ 3.235753] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:38:33.482] [ 3.247949] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:38:33.495] [ 3.254169] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:38:33.507] [ 3.258550] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:38:33.507] [ 3.266159] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:38:33.542] [ 3.313127] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:38:33.550] [ 3.320877] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:38:33.568] [ 3.330603] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:38:33.584] [ 3.341195] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:38:33.584] [ 3.348506] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:38:33.608] [ 3.359582] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:38:33.608] [ 3.368556] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:38:33.629] [ 3.387285] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:38:33.643] [ 3.402726] libphy: Fixed MDIO Bus: probed [2024-05-23 14:38:33.645] [ 3.407697] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:38:33.659] [ 3.420881] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:38:33.660] [ 3.425411] [INFO][GAMC] gmac index : 1 [2024-05-23 14:38:33.660] [ 3.428548] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:38:33.674] [ 3.429674] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:38:33.676] [ 3.433621] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:38:33.676] [ 3.434314] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:38:33.702] [ 3.434907] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:38:33.702] [ 3.436091] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:38:33.702] [ 3.445882] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:38:33.702] [ 3.445910] GPT:15269887 !=3D 15273599 [2024-05-23 14:38:33.715] [ 3.445918] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:38:33.718] [ 3.445925] GPT:15269887 !=3D 15273599 [2024-05-23 14:38:33.718] [ 3.445933] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:38:33.741] [ 3.446078] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:38:33.746] [ 3.505193] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:38:33.746] [ 3.510366] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:38:33.770] [ 3.516466] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:33.784] [ 3.520858] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:38:33.784] [ 3.529242] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:38:33.784] [ 3.542958] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:38:33.785] [ 3.548962] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:33.785] [ 3.548974] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:38:33.810] [ 3.548981] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:38:33.810] [ 3.548993] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:33.810] [ 3.549005] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:38:33.810] [ 3.577949] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:38:33.837] [ 3.593881] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:38:33.839] [ 3.600539] usbhid: USB HID core driver [2024-05-23 14:38:33.839] [ 3.604820] optee: probing for conduit = method from DT. [2024-05-23 14:38:33.863] [ 3.610000] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:38:33.869] [ 3.611830] optee: initialized driver [2024-05-23 14:38:33.869] [ 3.621461] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:38:33.869] [ 3.627182] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:38:33.869] [ 3.632351] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:38:33.869] [ 3.637518] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:38:33.883] [ 3.643293] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:38:33.885] [ 3.649068] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:38:33.885] [ 3.654930] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:38:33.913] [ 3.661399] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:38:33.913] [ 3.668978] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:38:33.913] [ 3.676926] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:38:33.928] [ 3.690711] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:38:33.947] [ 3.699761] NET: Registered protocol family = 17 [2024-05-23 14:38:33.949] [ 3.705003] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:38:33.964] [ 3.722800] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:38:34.124] [ 3.891956] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:34.127] [ 3.892003] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:38:34.143] [ 3.907709] ALSA device list: [2024-05-23 14:38:34.143] [ 3.910703] No soundcards found. [2024-05-23 14:38:34.169] [ 3.916628] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:38:34.170] [ 3.937518] Freeing unused kernel memory: = 4160K [2024-05-23 14:38:34.195] Mounting devtmpfs [2024-05-23 14:38:34.199] [ 3.952189] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:38:34.199] Mounting procfs [2024-05-23 14:38:34.199] Mounting sysfs [2024-05-23 14:38:34.200] [ 3.972140] mount (92) used greatest stack = depth: 13216 bytes left [2024-05-23 14:38:34.213] [ 3.979454] grep (93) used greatest stack = depth: 12176 bytes left [2024-05-23 14:38:34.229] [ 4.000308] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:38:34.272] [ 4.042631] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:38:34.293] [ 4.051597] mount (97) used greatest stack = depth: 11648 bytes left [2024-05-23 14:38:34.297] [ 4.068285] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:38:34.534] [ 4.304658] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:38:34.635] [ 4.405707] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:38:34.667] [ 4.433486] systemd[1]: Detected = architecture arm64. [2024-05-23 14:38:34.711]=20 [2024-05-23 14:38:34.711] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:38:34.723]=20 [2024-05-23 14:38:34.725] [ 4.494342] systemd[1]: Set hostname to = . [2024-05-23 14:38:34.739] [ 4.506077] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:38:34.768] [ 4.515217] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:38:34.983] [ 4.750367] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:38:35.010] [ 4.767478] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:38:35.042] [ 4.810870] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:38:35.052] [ 4.823019] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:38:35.239] [ 5.008944] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:38:35.316] [ OK ] Created slice system-getty.slice. [2024-05-23 14:38:35.339] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:38:35.361] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:38:35.377] [ OK ] Listening on udev Control Socket. [2024-05-23 14:38:35.394] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:38:35.410] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:38:35.428] [ OK ] Reached target Remote File Systems. [2024-05-23 14:38:35.444] [ OK ] Listening on Journal Socket. [2024-05-23 14:38:35.472] Mounting Configuration File System... [2024-05-23 14:38:35.511] Starting udev Coldplug all Devices... [2024-05-23 14:38:35.542] Mounting Huge Pages File System... [2024-05-23 14:38:35.578] Mounting Kernel Debug File System... [2024-05-23 14:38:35.610] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:38:35.639] Mounting FUSE Control File System... [2024-05-23 14:38:35.678] Starting mount data partition = service... [2024-05-23 14:38:35.694] [ 5.460101] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:38:35.731] Starting Apply Kernel Variables... [2024-05-23 14:38:35.768] Mounting POSIX Message Queue File = System... [2024-05-23 14:38:35.807] Starting Create St[ 5.579325] = EXT4-fs (mmcblk0p18): mounted filesystem with ordered data mode. Opts: = (null) [2024-05-23 14:38:35.820] atic Device Nodes in /dev... [2024-05-23 14:38:35.847] [ OK ] Listening on Syslog Socket. [2024-05-23 14:38:35.863] Starting Journal Service... [2024-05-23 14:38:35.878] [ OK ] Reached target Swap. [2024-05-23 14:38:35.897] [ OK ] Created slice User and Session Slice. [2024-05-23 14:38:35.928] [ OK ] Reached target Slices. [2024-05-23 14:38:35.945] [ OK ] Reached target Paths. [2024-05-23 14:38:35.949] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:38:36.003] [ OK ] Mounted Configuration File System. [2024-05-23 14:38:36.034] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:38:36.062] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:38:36.091] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:38:36.126] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:38:36.145] [ OK ] Started mount data partition service. [2024-05-23 14:38:36.162] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:38:36.179] [ OK ] Started Journal Service. [2024-05-23 14:38:36.212] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:38:36.229] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:38:36.286] Starting NS file System mount and = recovery.... [2024-05-23 14:38:36.319] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:38:36.346] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:38:36.374] Mounting /var/volatile... [2024-05-23 14:38:36.410] Mounting /tmp... [2024-05-23 14:38:36.428] [ 6.189796] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:36.450] [ OK ] Reached target Containers. [2024-05-23 14:38:36.493] Starting udev Kernel Device = Manager... [2024-05-23 14:38:36.513] [ 6.272997] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:36.614] [ 6.384799] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:36.692] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:38:36.733] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:38:36.762] [ OK ] Mounted /var/volatile. [2024-05-23 14:38:36.779] [ OK ] Mounted /tmp. [2024-05-23 14:38:36.866] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:38:36.893] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:38:37.068] [ 6.839286] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:38:37.096] Starting Bind mount volatile = /var/cache... [2024-05-23 14:38:37.127] Starting Bind mount volatile = /var/spool... [2024-05-23 14:38:37.149] Starting Bind mount volatile = /var/lib... [2024-05-23 14:38:37.190] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:38:37.376] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:38:37.407] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:38:37.451] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:38:37.478] Starting Load/Save Random Seed... [2024-05-23 14:38:37.497] [ OK ] Reached target Local File Systems. [2024-05-23 14:38:37.524] Starting netfilter persistent = configuration... [2024-05-23 14:38:37.555] Starting Create Volatile Files and = Directories... [2024-05-23 14:38:37.588] Starting AppArmor initialization... [2024-05-23 14:38:37.616] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:38:37.782] [ 7.549773] audit: type=3D1400 = audit(1550139121.240:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:38:37.806] [ 7.566592] audit: type=3D1400 = audit(1550139121.240:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:37.823] [ 7.582761] audit: type=3D1400 = audit(1550139121.240:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:37.848] [ 7.599601] audit: type=3D1400 = audit(1550139121.240:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:37.848] [ OK [ 7.615149] audit: type=3D1400 = audit(1550139121.240:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:37.863] [ 7.632585] audit: type=3D1400 = audit(1550139121.240:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:38:37.878] ] Started netfilter persiste[ 7.649506] = audit: type=3D1400 audit(1550139121.240:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:38:37.908] nt configuration. [2024-05-23 14:38:37.933] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:38:37.948] [ OK ] Started AppArmor initialization. [2024-05-23 14:38:37.982] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:38:37.995] [ OK ] Reached target Network (Pre). [2024-05-23 14:38:38.029] Starting Network Service... [2024-05-23 14:38:38.072] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:38:38.097] [ OK ] Reached target System Initialization. [2024-05-23 14:38:38.114] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:38:38.134] [ OK ] Reached target Sockets. [2024-05-23 14:38:38.149] [ OK ] Reached target Basic System. [2024-05-23 14:38:38.184] [ OK ] Started Kernel Logging Service. [2024-05-23 14:38:38.215] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:38:38.248] [ 8.007502] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:38:38.273] Starting Load Kernel Modules... [2024-05-23 14:38:38.297] [ 8.058284] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:38:38.299] [ 8.062882] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:38:38.299] [ 8.067421] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:38:38.326] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:38:38.347] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:38:38.374] [ 8.145184] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:38:38.383] [ 8.152552] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:38:38.397] [ 8.159937] Disabling lock debugging due to = kernel taint [2024-05-23 14:38:38.397] [ OK ] Started NS VSync Process. [2024-05-23 14:38:38.418] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:38:38.447] [ OK ] Started NS System Management Process. [2024-05-23 14:38:38.458] [ 8.229156] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:38.471] Start /usr/bin/sys-fail-mon [2024-05-23 14:38:38.471] Starting NS Inter Domain Comm = Process... [2024-05-23 14:38:38.496] [ 8.244782] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:38.498] [ 8.250490] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:38:38.498] [ 8.261204] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:38.500] [ 8.269586] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:38.525] [ 8.277155] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:38.525] [ OK ] Started System Lo[ 8.291531] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:38.540] gging Service. [2024-05-23 14:38:38.540] [ OK[ 8.292499] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:38.540] ] Started Daily C[ 8.292507] [INFO][GMAC] = MDIO bus priv->pbl 8=20 [2024-05-23 14:38:38.552] leanup of Temporary Directories [INFO][GMAC]=20 [2024-05-23 14:38:38.564] [0m. [2024-05-23 14:38:38.564] [ OK ] Reache[ 8.305394] libphy: = tcc-gmac-mdio: probed [2024-05-23 14:38:38.564] d target Timers. [2024-05-23 14:38:38.566] [ 8.305399] [INFO][GMAC] registered! [2024-05-23 14:38:38.566] [ 8.305403] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:38:38.591] [ 8.305410] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:38:38.603] [ 8.342665] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:38:38.603] Starting Login Service... [2024-05-23 14:38:38.603] [ 8.352436] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:38.606] [ 8.352455] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:38.606] [ 8.353244] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:38.631] [ 8.366275] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:38:38.631] [ 8.367965] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:38.631] [ 8.367968] in_atomic(): 1, = irqs_disabled(): 128, pid: 265, name: systemd-modules [2024-05-23 14:38:38.648] [ 8.367970] INFO: lockdep is turned off. [2024-05-23 14:38:38.648] [ 8.367972] irq event stamp: 24693 [2024-05-23 14:38:38.648] [ 8.367987] hardirqs last enabled at = (24693): [<00000000e439ad92>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:38.663] [ 8.367992] hardirqs last disabled at = (24692): [<00000000af26aa70>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:38.663] [ 8.368000] softirqs last enabled at (0): = [<0000000096cf5064>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:38.678] [ 8.368002] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:38.680] [ 8.368004] Preemption disabled at: [2024-05-23 14:38:38.706] [ 8.368011] [<000000003dbfad54>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:38.706] [ 8.368021] CPU: 1 PID: 265 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:38:38.706] [ 8.368022] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:38.706] [ 8.368025] Call trace: [2024-05-23 14:38:38.706] [ 8.368030] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:38.719] [ 8.368034] show_stack+0x14/0x20 [2024-05-23 14:38:38.720] [ 8.368038] dump_stack+0xb8/0xf0 [2024-05-23 14:38:38.720] [ 8.368043] ___might_sleep+0x178/0x210 [2024-05-23 14:38:38.720] [ 8.368046] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:38.747] [ 8.368052] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:38.747] [ 8.368056] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:38.747] [ 8.368062] gic_set_type+0x84/0x98 [2024-05-23 14:38:38.747] [ 8.368065] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:38.747] [ 8.368069] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:38.747] [ 8.368072] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:38.749] [ 8.368102] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:38:38.773] [ 8.368120] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:38:38.785] [ 8.368125] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:38.785] [ 8.368130] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:38.798] [ 8.368133] __driver_attach+0xfc/0x118 [2024-05-23 14:38:38.798] [ 8.368137] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:38.798] [ 8.368140] driver_attach+0x20/0x28 [2024-05-23 14:38:38.800] [ 8.368144] bus_add_driver+0x220/0x268 [2024-05-23 14:38:38.800] [ 8.368147] driver_register+0x60/0xf8 [2024-05-23 14:38:38.800] [ 8.368150] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:38.823] [ 8.368168] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:38:38.827] [ 8.368172] do_one_initcall+0x50/0x15c [2024-05-23 14:38:38.827] [ 8.368176] do_init_module+0x54/0x1b0 [2024-05-23 14:38:38.827] [ 8.368179] load_module+0x1e70/0x2428 [2024-05-23 14:38:38.827] [ 8.368182] SyS_finit_module+0xe4/0x118 [2024-05-23 14:38:38.827] [ 8.368185] el0_svc_naked+0x34/0x38 [2024-05-23 14:38:38.827] [ 8.385188] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:38:38.853] [ 8.387733] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:38:38.853] [ 8.391348] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:38:38.853] [ 8.391389] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:38:38.853] [ 8.391389] -- MASTER Configuration. [2024-05-23 14:38:38.853] [ 8.391389] -- Local Receiver Status Not = OK. [2024-05-23 14:38:38.855] [ 8.391389] -- Remote Receiver Status Not = OK. [2024-05-23 14:38:38.879] [ 8.391392] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:38:38.879] [ 8.391406] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:38:38.879] [ 8.391409] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:38:38.879] [ 8.391833] Done!! [2024-05-23 14:38:38.879] [ 8.392821] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:38:38.898] [ 8.397500] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:38:38.911] [ 8.397505] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:38:38.911] [ 8.397511] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:38:38.914] [ 8.397511] =20 [2024-05-23 14:38:38.914] [ 8.397991] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:38:38.914] [ 8.398348] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:38:38.936] [ 8.398352] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:38:38.938] [ 8.398357] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:38:38.938] [ 8.398357] =20 [2024-05-23 14:38:38.938] [ 8.398546] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:38:38.938] [ 8.398562] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:38:38.938] [ 8.398566] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:38:38.962] [ 8.398570] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:38:38.962] [ 8.398578] [INFO][GMAC] --] phy_start: : [2024-05-23 14:38:38.962] [ 8.398648] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:38:38.962] [ 8.474881] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:38:38.962] [ 8.477444] Done!! [2024-05-23 14:38:38.964] [ 8.504447] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:38.989] [ 8.559667] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:38:38.989] [ 8.564881] Done!! [2024-05-23 14:38:38.989] [ 8.612422] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:38.989] [ 8.720433] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:38.989] [ OK ] Started Network Service. [2024-05-23 14:38:39.014] [ OK ] Started Load Kernel Modules. [2024-05-23 14:38:39.020] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:38:39.020] [ OK ] Started Cluster Framework. [2024-05-23 14:38:39.022] [ OK ] Started HUD Framework. [2024-05-23 14:38:39.046] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:38:39.064] parents, child is 322 [2024-05-23 14:38:39.066] [ 8.829375] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:39.093] [IDC]Start. [2024-05-23 14:38:39.093] [ OK ] Started Nvm Process 8.843857] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:38:39.093] 0m. [2024-05-23 14:38:39.093] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:38:39.093] [IDC](A7)ConnectReq 0 [2024-05-23 14:38:39.095] [IDC](A7)do_connect 0 [2024-05-23 14:38:39.118] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:38:39.133] [IDC](A7)Tx start session req 1 [2024-05-23 14:38:39.133] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:38:39.133] [IDC](R5)ConnectReq 0 [2024-05-23 14:38:39.133] [IDC](R5)do_connect 0 [2024-05-23 14:38:39.133] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:38:39.133] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:38:39.133] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:38:39.133] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:38:39.133] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:38:39.163] [IDC](A7)Session connected. [2024-05-23 14:38:39.163] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:38:39.163] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:38:39.163] [ OK ] Started NS hsm control application. [2024-05-23 14:38:39.184] [IDC](R5)Session connected.2 [2024-05-23 14:38:39.184] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:38:39.184] [ OK ] Started Diagnosis Framework. [2024-05-23 14:38:39.198] [ OK ] Started Diagnosis Transport. [2024-05-23 14:38:39.198] [ 8.946223] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:39.208] [ OK ] Started NS Software Update. [2024-05-23 14:38:39.270] [ OK ] Started NS Secondary Verify. [2024-05-23 14:38:39.298] Starting Wait for Network to be = Configured... [2024-05-23 14:38:39.304] [ OK ] Reached target Network. [2024-05-23 14:38:39.307] [ 9.072972] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:39.343] Starting Permit User Sessions... [2024-05-23 14:38:39.343] Starting udev Coldplug all Devices... [2024-05-23 14:38:39.343] [ OK ] Started Login Service. [2024-05-23 14:38:39.399] [ OK ] Started Permit User Sessions. [2024-05-23 14:38:39.414] [ 9.184477] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:39.427] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:38:39.448] [ OK ] Started Getty on tty1. [2024-05-23 14:38:39.452] [ OK ] Reached target Login Prompts. [2024-05-23 14:38:39.452] [ OK ] Reached target Multi-User System. [2024-05-23 14:38:39.466] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:38:39.478] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:38:39.499] [ 9.264789] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:39.546] [ 9.307233] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:39.548] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:38:39.563] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:38:39.652] [ 9.421853] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:39.762] [ 9.532585] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:40.369] [ 10.138143] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:38:40.377] [ 10.146517] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:38:41.341] [ 11.111272] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:38:41.388] [ 11.119680] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:38:41.443] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:38:45.893]=20 [2024-05-23 14:38:45.893] telechips-nsp1-release login:=20 [2024-05-23 14:38:49.590]=20 [2024-05-23 14:38:49.590] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:38:49.590]=20 [2024-05-23 14:38:49.590] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:38:49.616] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:38:49.630] DRAM: 2 GiB [2024-05-23 14:38:49.630] MMC: sdhc@0x16440000: 0 [2024-05-23 14:38:49.913]=20 [2024-05-23 14:38:49.913] HW Partition tyep is UserData [2024-05-23 14:38:49.922] In: serial [2024-05-23 14:38:49.924] Out: serial [2024-05-23 14:38:49.924] Err: serial [2024-05-23 14:38:49.992] Boot in the UserData environment(0) [2024-05-23 14:38:49.994] Non-secure boot (secure boot flag is clear) [2024-05-23 14:38:50.020] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:38:50.022] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:38:50.022] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:38:50.022] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:38:50.022] Booting using the fdt blob at 0x23000000 [2024-05-23 14:38:50.022] Loading Kernel Image [2024-05-23 14:38:50.028] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:38:50.041] OPTEE is enabled [2024-05-23 14:38:50.041]=20 [2024-05-23 14:38:50.041] Starting kernel ... [2024-05-23 14:38:50.041]=20 [2024-05-23 14:38:50.973] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:38:50.978] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:38:51.003] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:38:51.003] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:38:51.003] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:38:51.017] [ 0.000000] efi: UEFI not found. [2024-05-23 14:38:51.020] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:38:51.020] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:38:51.048] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:38:51.048] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:38:51.048] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:38:51.050] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:38:51.075] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:38:51.075] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:38:51.075] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:38:51.090] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:38:51.090] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:38:51.108] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:38:51.108] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:38:51.123] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:38:51.123] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:38:51.139] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:38:51.139] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:38:51.154] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:38:51.154] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:38:51.170] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:38:51.170] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:38:51.185] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:38:51.185] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:38:51.200] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:38:51.200] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:38:51.214] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:38:51.227] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:38:51.227] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:38:51.240] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:38:51.240] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:38:51.242] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:38:51.242] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:38:51.242] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:38:51.269] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:38:51.269] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:38:51.269] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:38:51.296] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:38:51.311] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:38:51.311] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:38:51.313] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:38:51.313] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:38:51.348] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:38:51.348] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:38:51.348] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:38:51.348] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:38:51.373] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:38:51.373] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:38:51.373] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:38:51.376] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:38:51.391] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:38:51.391] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:38:51.407] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:38:51.407] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:38:51.428] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:38:51.428] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:38:51.428] [ 0.000000] Running RCU self tests [2024-05-23 14:38:51.428] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:38:51.444] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:38:51.444] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:38:51.444] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:38:51.459] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:38:51.459] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:38:51.461] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:38:51.486] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:38:51.486] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:38:51.486] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:38:51.486] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:38:51.499] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:38:51.500] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:38:51.514] [ 0.000695] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:38:51.514] [ 0.001470] Console: colour dummy device = 80x25 [2024-05-23 14:38:51.527] [ 0.001711] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:38:51.529] [ 0.001714] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:38:51.529] [ 0.001716] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:38:51.554] [ 0.001719] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:38:51.554] [ 0.001722] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:38:51.554] [ 0.001724] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:38:51.554] [ 0.001727] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:38:51.554] [ 0.001730] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:38:51.556] [ 0.001732] memory used by lock dependency = info: 7903 kB [2024-05-23 14:38:51.579] [ 0.001735] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:38:51.579] [ 0.001775] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:38:51.579] [ 0.001783] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:38:51.594] [ 0.002277] Security Framework initialized [2024-05-23 14:38:51.596] [ 0.002402] AppArmor: AppArmor initialized [2024-05-23 14:38:51.596] [ 0.002649] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:38:51.596] [ 0.002671] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:38:51.621] [ 0.019944] ASID allocator initialised with = 32768 entries [2024-05-23 14:38:51.621] [ 0.035846] Hierarchical SRCU = implementation. [2024-05-23 14:38:51.621] [ 0.062262] EFI services will not be = available. [2024-05-23 14:38:51.621] [ 0.076114] smp: Bringing up secondary CPUs = ... [2024-05-23 14:38:51.623] [ 0.120739] Detected VIPT I-cache on CPU1 [2024-05-23 14:38:51.647] [ 0.120814] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:38:51.647] [ 0.164986] Detected VIPT I-cache on CPU2 [2024-05-23 14:38:51.647] [ 0.165043] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:38:51.647] [ 0.209270] Detected VIPT I-cache on CPU3 [2024-05-23 14:38:51.647] [ 0.209322] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:38:51.661] [ 0.209697] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:38:51.661] [ 0.209739] SMP: Total of 4 processors = activated. [2024-05-23 14:38:51.661] [ 0.209755] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:38:51.672] [ 0.209774] CPU: All CPU(s) started at EL2 [2024-05-23 14:38:51.677] [ 0.209955] alternatives: patching kernel = code [2024-05-23 14:38:51.677] [ 0.210533] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:38:51.700] [ 0.213094] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:38:51.704] [ 0.213752] devtmpfs: initialized [2024-05-23 14:38:51.704] [ 0.403293] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:38:51.704] [ 0.403557] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:38:51.704] [ 0.412407] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:38:51.727] [ 0.413328] chipinfo: TCC8030 Rev02 [2024-05-23 14:38:51.744] [ 0.413344] chipinfo: SiP Service v0.1.56 [2024-05-23 14:38:51.744] [ 0.418676] NET: Registered protocol family = 16 [2024-05-23 14:38:51.744] [ 0.422687] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:38:51.744] [ 0.424651] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:38:51.744] [ 0.426361] cpuidle: using governor menu [2024-05-23 14:38:51.772] [ 0.426630] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:38:51.772] [ 0.440715] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:38:51.786] [ 0.441192] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:38:51.786] [ 0.441239] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:38:51.786] [ 0.441283] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:38:51.786] [ 0.441326] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:38:51.786] [ 0.441370] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:38:51.786] [ 0.441413] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:38:51.789] [ 0.441457] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:38:51.789] [ 0.441500] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:38:51.789] [ 0.441544] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:38:51.811] [ 0.441587] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:38:51.837] [ 0.441631] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:38:51.837] [ 0.441675] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:38:51.837] [ 0.441735] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:38:51.837] [ 0.441779] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:38:51.840] [ 0.441822] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:38:51.840] [ 0.441959] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:38:51.840] [ 0.442004] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:38:51.840] [ 0.442048] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:38:51.840] [ 0.442452] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:38:51.840] [ 0.442496] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:38:51.873] [ 0.442540] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:38:51.873] [ 0.442583] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:38:51.873] [ 0.442627] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:38:51.873] [ 0.442670] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:38:51.875] [ 0.442713] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:38:51.875] [ 0.442757] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:38:51.875] [ 0.442800] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:38:51.904] [ 0.442843] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:38:51.904] [ 0.442901] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:38:51.904] [ 0.442945] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:38:51.904] [ 0.443189] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:38:51.912] [ 0.443233] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:38:51.912] [ 0.443276] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:38:51.922] [ 0.443320] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:38:51.924] [ 0.443364] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:38:51.924] [ 0.443407] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:38:51.942] [ 0.443451] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:38:51.944] [ 0.443651] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:38:51.944] [ 0.443694] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:38:51.944] [ 0.443738] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:38:51.964] [ 0.443780] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:38:51.964] [ 0.443824] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:38:51.964] [ 0.443867] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:38:51.964] [ 0.443910] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:38:51.973] [ 0.443966] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:38:51.982] [ 0.444010] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:38:51.992] [ 0.444053] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:38:51.992] [ 0.444097] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:38:51.994] [ 0.444140] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:38:51.994] [ 0.444183] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:38:52.012] [ 0.444226] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:38:52.012] [ 0.444756] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:38:52.012] [ 0.444814] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:38:52.012] [ 0.444986] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:38:52.025] [ 0.445156] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:38:52.025] [ 0.445325] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:38:52.027] [ 0.445489] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:38:52.046] [ 0.445656] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:38:52.046] [ 0.445700] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:38:52.046] [ 0.445743] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:38:52.058] [ 0.446006] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:38:52.060] [ 0.446208] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:38:52.060] [ 0.446394] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:38:52.082] [ 0.446438] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:38:52.082] [ 0.446482] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:38:52.082] [ 0.446525] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:38:52.082] [ 0.446568] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:38:52.093] [ 0.446752] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:38:52.093] [ 0.446817] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:38:52.109] [ 0.447026] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:38:52.119] [ 0.447040] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:38:52.119] [ 0.529481] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:38:52.121] [ 0.529571] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:38:52.121] [ 1.676644] console [ttyAMA0] enabled [2024-05-23 14:38:52.144] [ 1.684290] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:38:52.159] [ 1.713113] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:38:52.166] [ 1.723397] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:38:52.177] [ 1.733957] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:38:52.191] [ 1.744294] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:38:52.286] [ 1.843867] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:38:52.309] [ 1.860447] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:38:52.310] [ 1.867341] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:38:52.325] [ 1.874132] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:38:52.325] [ 1.880565] Linux video capture interface: = v2.00 [2024-05-23 14:38:52.344] [ 1.886328] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:52.347] [ 1.886332] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:38:52.381] [ 1.886336] 6 locks held by swapper/0/1: [2024-05-23 14:38:52.381] [ 1.886339] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:38:52.381] [ 1.886366] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:38:52.381] [ 1.886381] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:52.394] [ 1.886400] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:52.398] [ 1.886414] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:52.398] [ 1.886430] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:52.430] [ 1.886450] irq event stamp: 288052 [2024-05-23 14:38:52.430] [ 1.886455] hardirqs last enabled at = (288051): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:52.430] [ 1.886460] hardirqs last disabled at = (288052): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:52.430] [ 1.886468] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:52.451] [ 1.886471] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:52.451] [ 1.886474] Preemption disabled at: [2024-05-23 14:38:52.451] [ 1.886479] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:52.464] [ 1.886488] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:38:52.476] [ 1.886491] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:52.479] [ 1.886496] Call trace: [2024-05-23 14:38:52.479] [ 1.886502] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:52.479] [ 1.886507] show_stack+0x14/0x20 [2024-05-23 14:38:52.479] [ 1.886513] dump_stack+0xb8/0xf0 [2024-05-23 14:38:52.499] [ 1.886518] ___might_sleep+0x178/0x210 [2024-05-23 14:38:52.510] [ 1.886522] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:52.510] [ 1.886527] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:52.510] [ 1.886532] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:52.510] [ 1.886540] gic_set_type+0x84/0x98 [2024-05-23 14:38:52.510] [ 1.886545] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:52.512] [ 1.886549] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:52.512] [ 1.886554] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:52.512] [ 1.886560] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:38:52.531] [ 1.886566] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:38:52.531] [ 1.886571] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:52.531] [ 1.886576] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:52.531] [ 1.886581] __driver_attach+0xfc/0x118 [2024-05-23 14:38:52.545] [ 1.886586] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:52.555] [ 1.886590] driver_attach+0x20/0x28 [2024-05-23 14:38:52.555] [ 1.886595] bus_add_driver+0x220/0x268 [2024-05-23 14:38:52.555] [ 1.886600] driver_register+0x60/0xf8 [2024-05-23 14:38:52.555] [ 1.886604] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:52.557] [ 1.886612] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:38:52.557] [ 1.886616] do_one_initcall+0x50/0x15c [2024-05-23 14:38:52.579] [ 1.886624] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:38:52.579] [ 1.886629] kernel_init+0x10/0x100 [2024-05-23 14:38:52.579] [ 1.886634] ret_from_fork+0x10/0x18 [2024-05-23 14:38:52.579] [ 1.892270] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:38:52.595] [ 2.139673] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:38:52.598] [ 2.153280] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:38:52.611] [ 2.160315] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:38:52.611] [ 2.164916] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:38:52.628] [ 2.169720] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:38:52.630] [ 2.174545] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:38:52.630] [ 2.179100] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:38:52.675] [ 2.232487] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:38:52.688] [ 2.245034] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:52.706] [ 2.263171] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:52.730] [ 2.278690] NET: Registered protocol family = 2 [2024-05-23 14:38:52.731] [ 2.286121] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:38:52.749] [ 2.293739] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:38:52.749] [ 2.304878] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:38:52.763] [ 2.312464] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:38:52.763] [ 2.319218] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:38:52.778] [ 2.327336] NET: Registered protocol family = 1 [2024-05-23 14:38:52.880] [ 2.435327] audit: initializing netlink = subsys (disabled) [2024-05-23 14:38:52.889] [ 2.441808] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:38:52.921] [ 2.442413] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:38:52.971] [ 2.524638] fuse init (API version 7.26) [2024-05-23 14:38:52.997] [ 2.538697] modprobe (65) used greatest = stack depth: 13296 bytes left [2024-05-23 14:38:52.999] [ 2.545362] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:38:52.999] [ 2.548618] io scheduler noop registered = (default) [2024-05-23 14:38:53.019] [ 2.548635] io scheduler mq-deadline = registered [2024-05-23 14:38:53.021] [ 2.548647] io scheduler kyber registered [2024-05-23 14:38:53.021] [ 2.562142] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:53.021] [ 2.562154] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:53.021] [ 2.562162] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:38:53.051] [ 2.562251] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:53.070] [ 2.618627] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:53.077] [ 2.626501] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:53.078] [ 2.631410] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:38:53.106] [ 2.636852] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:53.136] [ 2.637532] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:53.136] [ 2.648393] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:53.136] [ 2.654603] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:38:53.136] [ 2.662164] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:53.152] [ 2.687109] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:53.152] [ 2.694026] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:53.154] [ 2.698694] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:38:53.154] [ 2.704121] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:53.154] [ 2.704725] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:38:53.181] [ 2.715478] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:38:53.181] [ 2.721687] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:38:53.181] [ 2.729304] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:38:53.238] [ 2.795484] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:38:53.245] [ 2.802262] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:38:53.260] [ 2.806944] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:38:53.264] [ 2.812371] fbX_probe : update_type =3D 1=20 [2024-05-23 14:38:53.277] [ 2.822059] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:38:53.277] [ 2.831765] [INF][WDMA] tcc_wdma_init [2024-05-23 14:38:53.302] [ 2.836625] TCC WDMA Driver Initializing [2024-05-23 14:38:53.304] [ 2.843494] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:38:53.304] [ 2.849709] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:38:53.304] [ 2.860158] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:53.322] [ 2.872807] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:38:53.359] [ 2.882178] [CPU_ID] probe is done [2024-05-23 14:38:53.366] [ 2.885993] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:38:53.366] [ 2.892704] [DRAM_TOOL] probe is done [2024-05-23 14:38:53.366] [ 2.899839] MALI-G51 : r30p0-01eac0 [2024-05-23 14:38:53.366] [ 2.903359] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:38:53.366] [ 2.913338] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:53.379] [ 2.913343] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:38:53.381] [ 2.913348] 6 locks held by swapper/0/1: [2024-05-23 14:38:53.381] [ 2.913350] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:38:53.408] [ 2.913377] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:38:53.408] [ 2.913392] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:53.408] [ 2.913410] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:53.423] [ 2.913425] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:53.423] [ 2.913441] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:53.438] [ 2.913460] irq event stamp: 453334 [2024-05-23 14:38:53.438] [ 2.913465] hardirqs last enabled at = (453333): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:53.454] [ 2.913470] hardirqs last disabled at = (453334): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:53.454] [ 2.913477] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:53.476] [ 2.913481] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:53.476] [ 2.913484] Preemption disabled at: [2024-05-23 14:38:53.476] [ 2.913489] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:53.478] [ 2.913498] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:38:53.502] [ 2.913501] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:53.502] [ 2.913504] Call trace: [2024-05-23 14:38:53.502] [ 2.913511] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:53.502] [ 2.913515] show_stack+0x14/0x20 [2024-05-23 14:38:53.502] [ 2.913521] dump_stack+0xb8/0xf0 [2024-05-23 14:38:53.504] [ 2.913526] ___might_sleep+0x178/0x210 [2024-05-23 14:38:53.528] [ 2.913530] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:53.528] [ 2.913535] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:53.528] [ 2.913540] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:53.528] [ 2.913548] gic_set_type+0x84/0x98 [2024-05-23 14:38:53.528] [ 2.913553] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:53.528] [ 2.913557] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:53.531] [ 2.913562] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:53.558] [ 2.913568] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:38:53.558] [ 2.913574] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:38:53.558] [ 2.913578] kbase_device_init+0x78/0xf8 [2024-05-23 14:38:53.558] [ 2.913584] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:38:53.558] [ 2.913589] platform_drv_probe+0x58/0xb8 [2024-05-23 14:38:53.558] [ 2.913594] = driver_probe_device+0x228/0x410 [2024-05-23 14:38:53.572] [ 2.913599] __driver_attach+0xfc/0x118 [2024-05-23 14:38:53.574] [ 2.913604] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:38:53.574] [ 2.913609] driver_attach+0x20/0x28 [2024-05-23 14:38:53.574] [ 2.913614] bus_add_driver+0x220/0x268 [2024-05-23 14:38:53.594] [ 2.913618] driver_register+0x60/0xf8 [2024-05-23 14:38:53.596] [ 2.913622] = __platform_driver_register+0x44/0x50 [2024-05-23 14:38:53.596] [ 2.913630] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:38:53.596] [ 2.913635] do_one_initcall+0x50/0x15c [2024-05-23 14:38:53.596] [ 2.913641] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:38:53.619] [ 2.913647] kernel_init+0x10/0x100 [2024-05-23 14:38:53.631] [ 2.913651] ret_from_fork+0x10/0x18 [2024-05-23 14:38:53.631] [ 2.915261] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:38:53.631] [ 3.170011] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:38:53.631] [ 3.176749] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:38:53.656] [ 3.190974] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:38:53.658] [ 3.198441] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:38:53.658] [ 3.210544] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:38:53.662] [ 3.216761] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:38:53.686] [ 3.221142] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:38:53.686] [ 3.228791] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:38:53.720] [ 3.276366] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:38:53.739] [ 3.285238] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:38:53.745] [ 3.293144] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:38:53.775] [ 3.304540] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:38:53.781] [ 3.309825] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:38:53.781] [ 3.320898] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:38:53.781] [ 3.329764] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:38:53.809] [ 3.349048] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:38:53.813] [ 3.364582] libphy: Fixed MDIO Bus: probed [2024-05-23 14:38:53.834] [ 3.369542] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:38:53.837] [ 3.382646] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:38:53.837] [ 3.387177] [INFO][GAMC] gmac index : 1 [2024-05-23 14:38:53.837] [ 3.391610] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:38:53.853] [ 3.396862] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:38:53.863] [ 3.403151] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:53.863] [ 3.403638] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:38:53.863] [ 3.404466] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:38:53.876] [ 3.408124] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:38:53.878] [ 3.408882] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:38:53.878] [ 3.409455] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:38:53.901] [ 3.410547] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:38:53.904] [ 3.420726] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:38:53.904] [ 3.420754] GPT:15269887 !=3D 15273599 [2024-05-23 14:38:53.904] [ 3.420762] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:38:53.904] [ 3.420770] GPT:15269887 !=3D 15273599 [2024-05-23 14:38:53.929] [ 3.420777] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:38:53.929] [ 3.420889] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:38:53.929] [ 3.482964] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:38:53.953] [ 3.491247] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:38:53.955] [ 3.505339] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:38:53.955] [ 3.511199] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:53.972] [ 3.511211] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:38:53.979] [ 3.511218] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:38:53.979] [ 3.511229] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:54.004] [ 3.511241] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:38:54.013] [ 3.540758] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:38:54.013] [ 3.556981] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:38:54.013] [ 3.563708] usbhid: USB HID core driver [2024-05-23 14:38:54.015] [ 3.567996] optee: probing for conduit = method from DT. [2024-05-23 14:38:54.048] [ 3.573177] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:38:54.048] [ 3.575056] optee: initialized driver [2024-05-23 14:38:54.048] [ 3.584670] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:38:54.048] [ 3.590397] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:38:54.060] [ 3.595566] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:38:54.060] [ 3.600733] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:38:54.060] [ 3.606509] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:38:54.062] [ 3.612284] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:38:54.062] [ 3.618146] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:38:54.087] [ 3.624615] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:38:54.087] [ 3.632153] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:38:54.087] [ 3.640103] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:38:54.114] [ 3.654487] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:38:54.116] [ 3.662466] NET: Registered protocol family = 17 [2024-05-23 14:38:54.116] [ 3.667401] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:38:54.135] [ 3.685093] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:38:54.297] [ 3.853841] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:38:54.303] [ 3.853888] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:38:54.323] [ 3.869594] ALSA device list: [2024-05-23 14:38:54.323] [ 3.872586] No soundcards found. [2024-05-23 14:38:54.345] [ 3.878323] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:38:54.346] [ 3.899329] Freeing unused kernel memory: = 4160K [2024-05-23 14:38:54.372] Mounting devtmpfs [2024-05-23 14:38:54.381] [ 3.913909] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:38:54.381] Mounting procfs [2024-05-23 14:38:54.381] Mounting sysfs [2024-05-23 14:38:54.384] [ 3.933763] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:38:54.406] [ 3.963495] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:38:54.447] [ 4.004514] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:38:54.457] [ 4.013403] mount (97) used greatest stack = depth: 11856 bytes left [2024-05-23 14:38:54.475] [ 4.029217] mount (99) used greatest stack = depth: 11376 bytes left [2024-05-23 14:38:54.723] [ 4.280406] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:38:54.820] [ 4.377287] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:38:54.861] [ 4.405259] systemd[1]: Detected = architecture arm64. [2024-05-23 14:38:54.891]=20 [2024-05-23 14:38:54.891] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:38:54.903]=20 [2024-05-23 14:38:54.908] [ 4.465403] systemd[1]: Set hostname to = . [2024-05-23 14:38:54.922] [ 4.477677] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:38:54.936] [ 4.486482] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:38:55.162] [ 4.718822] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:38:55.190] [ 4.735985] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:38:55.221] [ 4.778739] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:38:55.234] [ 4.790851] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:38:55.426] [ 4.980064] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:38:55.494] [ OK ] Reached target Paths. [2024-05-23 14:38:55.520] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:38:55.533] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:38:55.550] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:38:55.567] [ OK ] Reached target Remote File Systems. [2024-05-23 14:38:55.586] [ OK ] Created slice User and Session Slice. [2024-05-23 14:38:55.612] [ OK ] Reached target Slices. [2024-05-23 14:38:55.632] [ OK ] Listening on Journal Socket. [2024-05-23 14:38:55.656] Starting Apply Kernel Variables... [2024-05-23 14:38:55.685] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:38:55.719] Mounting POSIX Message Queue File = System... [2024-05-23 14:38:55.748] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:38:55.771] Mounting Huge Pages File System... [2024-05-23 14:38:55.802] Starting mount data partition = service... [2024-05-23 14:38:55.837] [ OK ] Listening on udev Control Socket. [2024-05-23 14:38:55.874] [ OK ] Created slice system-getty.slice. [2024-05-23 14:38:55.908] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:38:55.930] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:38:55.935] [ OK ] Reached target Swap.[ 5.495717] = EXT4-fs (mmcblk0p18): mounted filesystem with ordered data mode. Opts: = (null) [2024-05-23 14:38:55.951]=20 [2024-05-23 14:38:55.973] Starting udev Coldplug all Devices... [2024-05-23 14:38:55.997] [ 5.545585] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:38:56.024] Mounting Configuration File System... [2024-05-23 14:38:56.061] Mounting FUSE Control File System... [2024-05-23 14:38:56.091] Mounting Kernel Debug File System... [2024-05-23 14:38:56.116] [ OK ] Listening on Syslog Socket. [2024-05-23 14:38:56.136] Starting Journal Service... [2024-05-23 14:38:56.209] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:38:56.232] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:38:56.248] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:38:56.264] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:38:56.299] [ OK ] Started mount data partition service. [2024-05-23 14:38:56.318] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:38:56.350] [ OK ] Mounted Configuration File System. [2024-05-23 14:38:56.363] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:38:56.382] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:38:56.451] Starting NS file System mount and = recovery.... [2024-05-23 14:38:56.483] Starting udev Kernel Device = Manager... [2024-05-23 14:38:56.499] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:38:56.516] [ OK ] Reached target Containers. [2024-05-23 14:38:56.561] Mounting /tmp... [2024-05-23 14:38:56.596] Mounting /var/volatile... [2024-05-23 14:38:56.606] [ 6.157329] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:56.692] [ 6.249072] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:56.757] [ OK ] Started Journal Service. [2024-05-23 14:38:56.787] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:38:56.793] [ 6.349165] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:38:56.881] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:38:56.902] [ OK ] Mounted /tmp. [2024-05-23 14:38:56.933] [ OK ] Mounted /var/volatile. [2024-05-23 14:38:57.047] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:38:57.123] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:38:57.239] Starting Bind mount volatile = /var/spool... [2024-05-23 14:38:57.269] Starting Bind mount volatile = /var/lib... [2024-05-23 14:38:57.303] Starting Bind mount volatile = /var/cache... [2024-05-23 14:38:57.335] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:38:57.401] [ 6.956579] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:38:57.468] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:38:57.573] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:38:57.600] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:38:57.633] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:38:57.677] Starting Load/Save Random Seed... [2024-05-23 14:38:57.701] [ OK ] Reached target Local File Systems. [2024-05-23 14:38:57.721] Starting Create Volatile Files and = Directories... [2024-05-23 14:38:57.756] Starting AppArmor initialization... [2024-05-23 14:38:57.796] Starting netfilter persistent = configuration... [2024-05-23 14:38:57.825] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:38:57.910] [ 7.466029] audit: type=3D1400 = audit(1550139121.180:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D252 comm=3D"apparmor_parser" [2024-05-23 14:38:57.946] [ 7.481447] audit: type=3D1400 = audit(1550139121.180:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:38:57.948] [ 7.498299] audit: type=3D1400 = audit(1550139121.180:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:38:57.964] [ 7.515357] audit: type=3D1400 = audit(1550139121.180:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:38:57.979] [ 7.532243] audit: type=3D1400 = audit(1550139121.180:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:38:57.995] [ 7.550741] audit: type=3D1400 = audit(1550139121.180:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:38:58.012] [ 7.567617] audit: type=3D1400 = audit(1550139121.180:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D252 = comm=3D"apparmor_parser" [2024-05-23 14:38:58.028] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:38:58.060] [ OK ] Started AppArmor initialization. [2024-05-23 14:38:58.087] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:38:58.118] [ OK ] Reached target Network (Pre). [2024-05-23 14:38:58.142] Starting Network Service... [2024-05-23 14:38:58.174] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:38:58.230] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:38:58.256] [ OK ] Reached target System Initialization. [2024-05-23 14:38:58.285] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:38:58.302] [ OK ] Reached target Sockets. [2024-05-23 14:38:58.317] [ OK ] Reached target Basic System. [2024-05-23 14:38:58.354] Starting Login Service... [2024-05-23 14:38:58.358] [ 7.915591] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:38:58.381] [ OK ] Started Kernel Logging Service. [2024-05-23 14:38:58.397] [ 7.950580] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:38:58.410] [ 7.955151] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:38:58.413] [ 7.959887] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:38:58.443] [ OK ] Started System Logging Service. [2024-05-23 14:38:58.484] [ OK ] Started NS VSync Process. [2024-05-23 14:38:58.518] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:38:58.554] [ OK ] Started NS System Management Process. [2024-05-23 14:38:58.571] [ 8.128837] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:38:58.624] Start /usr/bin/sys-fail-mon [2024-05-23 14:38:58.651] [ 8.199903] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:38:58.653] [ 8.204334] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:38:58.670] [ 8.204360] [INFO][GMAC]=20 [2024-05-23 14:38:58.674] [ 8.227744] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:58.703] Starting NS Inter Domain Comm = Process... [2024-05-23 14:38:58.736] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:38:58.738] [ 8.289054] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:58.752] [ 8.296237] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:38:58.754] [ OK ] Started [ 8.308651] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:58.779] TEE-based HSM Service. [2024-05-23 14:38:58.779] [ 8.319617] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:58.779] [ 8.324340] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:58.795] [ 8.329599] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:38:58.795] [ 8.329653] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:38:58.823] [ 8.330952] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:38:58.823] [ 8.330963] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:38:58.825] [ 8.334312] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:38:58.845] [ 8.358702] libphy: tcc-gmac-mdio: probed [2024-05-23 14:38:58.850] [ 8.358748] [INFO][GMAC] registered! [2024-05-23 14:38:58.850] [ 8.358754] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:38:58.850] [ 8.358877] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:38:58.850] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:38:58.877] [ OK ] Reached target Timers. [2024-05-23 14:38:58.877] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:38:58.882] [ 8.439071] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:38:58.898] [ 8.446048] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:38:58.898] [ 8.446048] -- MASTER Configuration. [2024-05-23 14:38:58.900] [ 8.446048] -- Local Receiver Status Not = OK. [2024-05-23 14:38:58.925] [ 8.446048] -- Remote Receiver Status Not = OK. [2024-05-23 14:38:58.925] [ 8.465257] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:38:58.925] [ 8.472033] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:38:58.926] Starting Load Kernel Modules... [2024-05-23 14:38:58.939] [ OK ] Started Network Service. [2024-05-23 14:38:58.952] [ 8.488480] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:38:58.955] [ 8.488486] in_atomic(): 1, = irqs_disabled(): 128, pid: 259, name: systemd-network [2024-05-23 14:38:58.955] [ 8.488491] 5 locks held by = systemd-network/259: [2024-05-23 14:38:58.955] [ 8.488494] #0: (rtnl_mutex){+.+.}, at: = [<00000000d6bfec12>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:38:58.983] [ 8.488523] #1: = (&desc->request_mutex){+.+.}, at: [<0000000008613b0e>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:38:58.983] [ 8.488543] #2: = (&irq_desc_lock_class){-...}, at: [<000000005756725a>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:58.983] [ 8.488558] #3: (rcu_read_lock){....}, = at: [<000000002984b52d>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:38:58.999] [ 8.488574] #4: (&picinfo->lock){....}, = at: [<000000000a2d8463>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:59.010] [ 8.488593] irq event stamp: 74896 [2024-05-23 14:38:59.010] [ 8.488599] hardirqs last enabled at = (74895): [<00000000b07cc09a>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:38:59.013] [ 8.488604] hardirqs last disabled at = (74896): [<000000005d26d3e8>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:38:59.039] [ 8.488612] softirqs last enabled at (0): = [<00000000f2f9efbc>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:38:59.039] [ 8.488616] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:38:59.039] [ 8.488618] Preemption disabled at: [2024-05-23 14:38:59.052] [ 8.488624] [<000000005756725a>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:38:59.064] [ 8.488634] CPU: 1 PID: 259 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:38:59.064] [ 8.488637] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:38:59.066] [ 8.488641] Call trace: [2024-05-23 14:38:59.066] [ 8.488647] dump_backtrace+0x0/0x1d8 [2024-05-23 14:38:59.066] [ 8.488652] show_stack+0x14/0x20 [2024-05-23 14:38:59.092] [ 8.488658] dump_stack+0xb8/0xf0 [2024-05-23 14:38:59.092] [ 8.488663] ___might_sleep+0x178/0x210 [2024-05-23 14:38:59.092] [ 8.488667] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:38:59.092] [ 8.488672] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:38:59.092] [ 8.488677] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:38:59.092] [ 8.488684] gic_set_type+0x84/0x98 [2024-05-23 14:38:59.092] [ 8.488689] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:38:59.107] [ 8.488694] __setup_irq+0x76c/0x7f8 [2024-05-23 14:38:59.119] [ 8.488699] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:38:59.119] [ 8.488708] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:38:59.119] [ 8.488713] __dev_open+0x100/0x150 [2024-05-23 14:38:59.121] [ 8.488717] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:38:59.121] [ 8.488722] dev_change_flags+0x20/0x60 [2024-05-23 14:38:59.121] [ 8.488726] do_setlink+0x3ec/0xc30 [2024-05-23 14:38:59.144] [ 8.488730] rtnl_setlink+0xcc/0x128 [2024-05-23 14:38:59.146] [ 8.488734] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:38:59.146] [ 8.488739] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:38:59.146] [ 8.488743] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:38:59.146] [ 8.488747] netlink_unicast+0x180/0x1f8 [2024-05-23 14:38:59.146] [ 8.488751] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:38:59.146] [ 8.488757] sock_sendmsg+0x3c/0x58 [2024-05-23 14:38:59.168] [ 8.488763] SyS_sendto+0xd0/0x140 [2024-05-23 14:38:59.170] [ 8.488768] el0_svc_naked+0x34/0x38 [2024-05-23 14:38:59.170] [ 8.489526] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:38:59.170] [ 8.522438] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:38:59.170] [ 8.522448] Disabling lock debugging due to = kernel taint [2024-05-23 14:38:59.195] [ 8.625608] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:38:59.195] [ 8.634233] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:38:59.195] [ 8.636363] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:38:59.195] [ 8.638100] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:38:59.197] [ 8.638759] Done!! [2024-05-23 14:38:59.197] [ 8.730065] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:38:59.226] [ 8.732218] Done!! [2024-05-23 14:38:59.226] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:38:59.226] [ 8.766578] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:38:59.241] [ 8.793214] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:38:59.258] parents, child is 315 [2024-05-23 14:38:59.258] [ 8.793222] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:38:59.258] [ 8.793222] =20 [2024-05-23 14:38:59.258] [IDC]Start. [2024-05-23 14:38:59.258] [ 8.793517] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:38:59.274] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:38:59.274] [ 8.795613] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:38:59.274] [ 8.795619] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:38:59.287] [IDC](A7)ConnectReq 0[ 8.795624] = [INFO][GMAC] tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:38:59.290] [ 8.795624] =20 [2024-05-23 14:38:59.290]=20 [2024-05-23 14:38:59.290] [ 8.795892] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:38:59.314] [IDC](A7)do_connect 0[ 8.795908] = [INFO][GMAC] --] DMA initialization done:=20 [2024-05-23 14:38:59.329]=20 [2024-05-23 14:38:59.329] [ 8.795915] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:38:59.329] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:38:59.329] [ 8.795919] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:38:59.329] [IDC](A7)Tx start session req 1 [2024-05-23 14:38:59.329] [ 8.795926] [INFO][GMAC] --] phy_start: : [2024-05-23 14:38:59.350] [ 8.795987] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:38:59.350] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:38:59.350] [ 8.818162] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:38:59.377] [IDC](R5)ConnectReq 0 [2024-05-23 14:38:59.377] [IDC](R5)do_connect 0 [2024-05-23 14:38:59.377] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:38:59.377] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:38:59.377] [IDC](R5)do_periodic[ 8.885692] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:38:59.377] _startreq 1. [2024-05-23 14:38:59.404] [IDC](R5)Session s[ 8.898550] Done!! [2024-05-23 14:38:59.404] tatus 1 -> 2 [2024-05-23 14:38:59.404] [ OK [ 8.903777] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:59.404] ] Started Cluster Framework. [2024-05-23 14:38:59.404] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:38:59.404] [IDC](A7)Session connected. [2024-05-23 14:38:59.404] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:38:59.404] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:38:59.404] [IDC](R5)Session connected.2 [2024-05-23 14:38:59.423] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:38:59.423] [ OK ] Started HUD Framework. [2024-05-23 14:38:59.423] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:38:59.423] [ OK ] Started Nvm Process. [2024-05-23 14:38:59.446] [ OK ] Started NS hsm control application. [2024-05-23 14:38:59.469] [ 9.014906] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:59.486] [ OK ] Started Diagnosis Framework. [2024-05-23 14:38:59.518] [ OK ] Started NS Software Update. [2024-05-23 14:38:59.538] [ OK ] Started NS Secondary Verify. [2024-05-23 14:38:59.564] [ 9.107423] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:38:59.569] [ OK ] Started Diagnosis Transport. [2024-05-23 14:38:59.582] [ 9.131743] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:59.603] [ OK ] Reached target Network. [2024-05-23 14:38:59.636] Starting udev Coldplug all Devices... [2024-05-23 14:38:59.640] Starting Permit User Sessions... [2024-05-23 14:38:59.640] Starting Wait for Network to be = Configured... [2024-05-23 14:38:59.669] [ OK ] Started Load Kernel Modules. [2024-05-23 14:38:59.672] [ OK ] Started Login Service. [2024-05-23 14:38:59.695] [ 9.247791] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:59.803] [ 9.359705] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:38:59.836] [ OK ] Started Permit User Sessions. [2024-05-23 14:38:59.867] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:38:59.876] [ OK ] Started Getty on tty1. [2024-05-23 14:38:59.891] [ OK ] Reached target Login Prompts. [2024-05-23 14:38:59.891] [ OK ] Reached target Multi-User System. [2024-05-23 14:38:59.919] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:38:59.921] Starting NS A53[ 9.471771] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:38:59.923] RealTime Schedule Switch... [2024-05-23 14:38:59.975] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:39:00.010] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:39:00.036] [ 9.586838] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:00.142] [ 9.695744] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:00.260] [ 9.807990] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:00.374] [ 9.922875] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:00.511] [ 10.059778] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:39:00.520] [ 10.059786] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:39:01.011] [ 10.566439] sched: RT throttling activated [2024-05-23 14:39:01.478] [ 11.022731] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:39:01.487] [ 11.022740] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:39:02.102] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:39:06.235]=20 [2024-05-23 14:39:06.235] telechips-nsp1-release login:=20 [2024-05-23 14:39:08.810]=20 [2024-05-23 14:39:08.810] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:39:08.835]=20 [2024-05-23 14:39:08.835] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:39:08.835] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:39:08.835] DRAM: 2 GiB [2024-05-23 14:39:08.860] MMC: sdhc@0x16440000: 0 [2024-05-23 14:39:09.143]=20 [2024-05-23 14:39:09.143] HW Partition tyep is UserData [2024-05-23 14:39:09.145] In: serial [2024-05-23 14:39:09.145] Out: serial [2024-05-23 14:39:09.145] Err: serial [2024-05-23 14:39:09.213] Boot in the UserData environment(0) [2024-05-23 14:39:09.218] Non-secure boot (secure boot flag is clear) [2024-05-23 14:39:09.231] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:39:09.245] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:39:09.245] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:39:09.247] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:39:09.247] Booting using the fdt blob at 0x23000000 [2024-05-23 14:39:09.247] Loading Kernel Image [2024-05-23 14:39:09.270] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:39:09.271] OPTEE is enabled [2024-05-23 14:39:09.271]=20 [2024-05-23 14:39:09.271] Starting kernel ... [2024-05-23 14:39:09.271]=20 [2024-05-23 14:39:10.195] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:39:10.200] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:39:10.219] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:39:10.221] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:39:10.243] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:39:10.243] [ 0.000000] efi: UEFI not found. [2024-05-23 14:39:10.243] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:39:10.243] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:39:10.257] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:39:10.257] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:39:10.272] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:39:10.274] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:39:10.298] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:39:10.298] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:39:10.298] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:39:10.313] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:39:10.313] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:39:10.329] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:39:10.330] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:39:10.356] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:39:10.356] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:39:10.356] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:39:10.370] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:39:10.373] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:39:10.399] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:39:10.399] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:39:10.399] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:39:10.413] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:39:10.415] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:39:10.439] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:39:10.439] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:39:10.441] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:39:10.441] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:39:10.441] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:39:10.464] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:39:10.476] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:39:10.476] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:39:10.476] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:39:10.476] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:39:10.478] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:39:10.478] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:39:10.506] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:39:10.530] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:39:10.534] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:39:10.534] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:39:10.534] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:39:10.547] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:39:10.571] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:39:10.583] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:39:10.583] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:39:10.583] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:39:10.596] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:39:10.596] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:39:10.598] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:39:10.598] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:39:10.625] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:39:10.625] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:39:10.625] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:39:10.627] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:39:10.656] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:39:10.656] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:39:10.656] [ 0.000000] Running RCU self tests [2024-05-23 14:39:10.656] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:39:10.658] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:39:10.683] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:39:10.683] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:39:10.683] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:39:10.683] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:39:10.697] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:39:10.708] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:39:10.708] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:39:10.715] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:39:10.715] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:39:10.737] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:39:10.740] [ 0.000682] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:39:10.740] [ 0.000701] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:39:10.740] [ 0.001471] Console: colour dummy device = 80x25 [2024-05-23 14:39:10.763] [ 0.001710] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:39:10.775] [ 0.001713] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:39:10.775] [ 0.001716] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:39:10.775] [ 0.001719] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:39:10.775] [ 0.001721] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:39:10.777] [ 0.001724] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:39:10.777] [ 0.001727] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:39:10.777] [ 0.001729] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:39:10.799] [ 0.001732] memory used by lock dependency = info: 7903 kB [2024-05-23 14:39:10.814] [ 0.001735] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:39:10.814] [ 0.001774] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:39:10.814] [ 0.001782] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:39:10.814] [ 0.002283] Security Framework initialized [2024-05-23 14:39:10.827] [ 0.002407] AppArmor: AppArmor initialized [2024-05-23 14:39:10.827] [ 0.002652] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:39:10.839] [ 0.002674] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:39:10.839] [ 0.019970] ASID allocator initialised with = 32768 entries [2024-05-23 14:39:10.841] [ 0.035874] Hierarchical SRCU = implementation. [2024-05-23 14:39:10.841] [ 0.062300] EFI services will not be = available. [2024-05-23 14:39:10.841] [ 0.076141] smp: Bringing up secondary CPUs = ... [2024-05-23 14:39:10.866] [ 0.120769] Detected VIPT I-cache on CPU1 [2024-05-23 14:39:10.866] [ 0.120843] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:39:10.866] [ 0.165011] Detected VIPT I-cache on CPU2 [2024-05-23 14:39:10.866] [ 0.165068] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:39:10.866] [ 0.209297] Detected VIPT I-cache on CPU3 [2024-05-23 14:39:10.868] [ 0.209350] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:39:10.894] [ 0.209725] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:39:10.894] [ 0.209766] SMP: Total of 4 processors = activated. [2024-05-23 14:39:10.894] [ 0.209781] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:39:10.894] [ 0.209801] CPU: All CPU(s) started at EL2 [2024-05-23 14:39:10.894] [ 0.209981] alternatives: patching kernel = code [2024-05-23 14:39:10.896] [ 0.210555] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:39:10.924] [ 0.213126] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:39:10.924] [ 0.213780] devtmpfs: initialized [2024-05-23 14:39:10.924] [ 0.402755] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:39:10.924] [ 0.403020] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:39:10.945] [ 0.411496] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:39:10.959] [ 0.412395] chipinfo: TCC8030 Rev02 [2024-05-23 14:39:10.959] [ 0.412411] chipinfo: SiP Service v0.1.56 [2024-05-23 14:39:10.959] [ 0.417668] NET: Registered protocol family = 16 [2024-05-23 14:39:10.959] [ 0.421673] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:39:10.959] [ 0.423768] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:39:10.985] [ 0.425409] cpuidle: using governor menu [2024-05-23 14:39:10.985] [ 0.425645] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:39:10.987] [ 0.439809] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:39:10.987] [ 0.440306] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:39:10.987] [ 0.440352] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:39:10.987] [ 0.440397] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:39:10.987] [ 0.440441] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:39:11.012] [ 0.440484] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:39:11.013] [ 0.440527] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:39:11.013] [ 0.440571] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:39:11.013] [ 0.440614] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:39:11.013] [ 0.440658] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:39:11.034] [ 0.440701] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:39:11.047] [ 0.440744] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:39:11.047] [ 0.440789] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:39:11.047] [ 0.440832] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:39:11.047] [ 0.440875] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:39:11.050] [ 0.440918] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:39:11.050] [ 0.440961] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:39:11.050] [ 0.441016] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:39:11.073] [ 0.441059] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:39:11.085] [ 0.441412] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:39:11.085] [ 0.441456] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:39:11.085] [ 0.441500] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:39:11.085] [ 0.441543] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:39:11.087] [ 0.441587] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:39:11.087] [ 0.441630] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:39:11.087] [ 0.441673] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:39:11.113] [ 0.441717] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:39:11.113] [ 0.441760] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:39:11.113] [ 0.441804] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:39:11.113] [ 0.441847] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:39:11.116] [ 0.441892] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:39:11.139] [ 0.442116] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:39:11.139] [ 0.442159] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:39:11.139] [ 0.442217] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:39:11.139] [ 0.442261] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:39:11.139] [ 0.442304] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:39:11.154] [ 0.442347] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:39:11.154] [ 0.442391] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:39:11.155] [ 0.442691] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:39:11.181] [ 0.442737] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:39:11.181] [ 0.442781] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:39:11.181] [ 0.442824] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:39:11.181] [ 0.442867] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:39:11.181] [ 0.442910] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:39:11.194] [ 0.442953] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:39:11.196] [ 0.442996] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:39:11.196] [ 0.443040] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:39:11.226] [ 0.443083] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:39:11.226] [ 0.443126] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:39:11.226] [ 0.443182] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:39:11.226] [ 0.443226] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:39:11.226] [ 0.443269] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:39:11.246] [ 0.443829] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:39:11.272] [ 0.443874] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:39:11.272] [ 0.444043] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:39:11.272] [ 0.444213] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:39:11.272] [ 0.444383] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:39:11.274] [ 0.444564] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:39:11.274] [ 0.444735] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:39:11.274] [ 0.444778] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:39:11.274] [ 0.444822] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:39:11.274] [ 0.444987] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:39:11.298] [ 0.445151] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:39:11.298] [ 0.445315] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:39:11.298] [ 0.445359] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:39:11.298] [ 0.445402] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:39:11.298] [ 0.445446] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:39:11.315] [ 0.445489] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:39:11.315] [ 0.445661] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:39:11.315] [ 0.445705] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:39:11.329] [ 0.445914] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:39:11.331] [ 0.445929] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:39:11.331] [ 0.528567] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:39:11.361] [ 0.528657] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:39:11.361] [ 1.675518] console [ttyAMA0] enabled [2024-05-23 14:39:11.361] [ 1.683298] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:39:11.387] [ 1.712298] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:39:11.394] [ 1.722702] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:39:11.408] [ 1.733217] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:39:11.433] [ 1.743470] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:39:11.511] [ 1.843843] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:39:11.529] [ 1.860352] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:39:11.544] [ 1.867334] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:39:11.544] [ 1.874102] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:39:11.568] [ 1.880471] Linux video capture interface: = v2.00 [2024-05-23 14:39:11.568] [ 1.886281] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:11.581] [ 1.886285] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:39:11.584] [ 1.886290] 6 locks held by swapper/0/1: [2024-05-23 14:39:11.584] [ 1.886293] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:39:11.642] [ 1.886318] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:39:11.642] [ 1.886333] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:11.642] [ 1.886350] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:11.642] [ 1.886365] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:11.655] [ 1.886381] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:11.655] [ 1.886399] irq event stamp: 288070 [2024-05-23 14:39:11.655] [ 1.886405] hardirqs last enabled at = (288069): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:11.655] [ 1.886410] hardirqs last disabled at = (288070): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:11.659] [ 1.886417] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:11.698] [ 1.886421] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:11.698] [ 1.886423] Preemption disabled at: [2024-05-23 14:39:11.698] [ 1.886428] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:11.698] [ 1.886437] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:39:11.698] [ 1.886440] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:11.698] [ 1.886444] Call trace: [2024-05-23 14:39:11.713] [ 1.886450] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:11.713] [ 1.886454] show_stack+0x14/0x20 [2024-05-23 14:39:11.717] [ 1.886460] dump_stack+0xb8/0xf0 [2024-05-23 14:39:11.717] [ 1.886465] ___might_sleep+0x178/0x210 [2024-05-23 14:39:11.717] [ 1.886469] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:11.717] [ 1.886474] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:11.740] [ 1.886479] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:11.740] [ 1.886486] gic_set_type+0x84/0x98 [2024-05-23 14:39:11.742] [ 1.886491] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:11.742] [ 1.886495] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:11.742] [ 1.886500] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:11.742] [ 1.886505] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:39:11.742] [ 1.886512] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:39:11.765] [ 1.886516] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:11.778] [ 1.886521] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:11.778] [ 1.886526] __driver_attach+0xfc/0x118 [2024-05-23 14:39:11.778] [ 1.886531] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:11.778] [ 1.886535] driver_attach+0x20/0x28 [2024-05-23 14:39:11.778] [ 1.886540] bus_add_driver+0x220/0x268 [2024-05-23 14:39:11.780] [ 1.886545] driver_register+0x60/0xf8 [2024-05-23 14:39:11.780] [ 1.886549] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:11.780] [ 1.886556] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:39:11.803] [ 1.886560] do_one_initcall+0x50/0x15c [2024-05-23 14:39:11.851] [ 1.886567] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:39:11.851] [ 1.886573] kernel_init+0x10/0x100 [2024-05-23 14:39:11.851] [ 1.886577] ret_from_fork+0x10/0x18 [2024-05-23 14:39:11.851] [ 1.892473] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:39:11.893] [ 2.139815] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:39:11.893] [ 2.153156] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:39:11.893] [ 2.160205] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:39:11.893] [ 2.164806] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:39:11.893] [ 2.169610] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:39:11.893] [ 2.174412] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:39:11.893] [ 2.178967] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:39:11.907] [ 2.233300] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:39:11.916] [ 2.245879] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:11.970] [ 2.264221] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:11.970] [ 2.279638] NET: Registered protocol family = 2 [2024-05-23 14:39:11.970] [ 2.286915] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:39:11.978] [ 2.294529] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:39:11.978] [ 2.305672] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:39:12.023] [ 2.313011] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:39:12.030] [ 2.319776] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:39:12.030] [ 2.328025] NET: Registered protocol family = 1 [2024-05-23 14:39:12.105] [ 2.436089] audit: initializing netlink = subsys (disabled) [2024-05-23 14:39:12.110] [ 2.442371] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:39:12.136] [ 2.443001] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:39:12.195] [ 2.525274] fuse init (API version 7.26) [2024-05-23 14:39:12.215] [ 2.539403] modprobe (65) used greatest = stack depth: 13024 bytes left [2024-05-23 14:39:12.216] [ 2.548962] io scheduler noop registered = (default) [2024-05-23 14:39:12.232] [ 2.553804] io scheduler mq-deadline = registered [2024-05-23 14:39:12.232] [ 2.558367] io scheduler kyber registered [2024-05-23 14:39:12.236] [ 2.569281] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:12.250] [ 2.576134] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:12.250] [ 2.582344] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:39:12.266] [ 2.590189] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:12.317] [ 2.647522] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:12.323] [ 2.655138] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:12.337] [ 2.660143] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:39:12.337] [ 2.665570] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:12.339] [ 2.666187] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:12.368] [ 2.676940] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:12.368] [ 2.683149] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:39:12.368] [ 2.690702] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:12.381] [ 2.713290] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:12.409] [ 2.720207] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:12.409] [ 2.724847] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:39:12.446] [ 2.730273] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:12.446] [ 2.730863] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:12.446] [ 2.741616] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:12.464] [ 2.747875] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:39:12.464] [ 2.755489] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:12.487] [ 2.816547] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:12.491] [ 2.823302] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:12.507] [ 2.827953] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:39:12.531] [ 2.833380] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:12.534] [ 2.843277] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:39:12.534] [ 2.852930] [INF][WDMA] tcc_wdma_init [2024-05-23 14:39:12.534] [ 2.857707] TCC WDMA Driver Initializing [2024-05-23 14:39:12.534] [ 2.865246] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:39:12.550] [ 2.871306] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:39:12.571] [ 2.881919] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:12.574] [ 2.894564] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:39:12.574] [ 2.904022] [CPU_ID] probe is done [2024-05-23 14:39:12.600] [ 2.907769] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:39:12.600] [ 2.914640] [DRAM_TOOL] probe is done [2024-05-23 14:39:12.602] [ 2.922396] MALI-G51 : r30p0-01eac0 [2024-05-23 14:39:12.602] [ 2.925928] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:39:12.618] [ 2.935439] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:12.620] [ 2.935444] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:39:12.631] [ 2.935449] 6 locks held by swapper/0/1: [2024-05-23 14:39:12.633] [ 2.935452] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:39:12.633] [ 2.935479] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:39:12.660] [ 2.935494] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:12.660] [ 2.935512] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:12.660] [ 2.935527] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:12.677] [ 2.935543] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:12.677] [ 2.935562] irq event stamp: 453856 [2024-05-23 14:39:12.679] [ 2.935568] hardirqs last enabled at = (453855): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:12.706] [ 2.935573] hardirqs last disabled at = (453856): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:12.706] [ 2.935580] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:12.708] [ 2.935583] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:12.746] [ 2.935586] Preemption disabled at: [2024-05-23 14:39:12.746] [ 2.935591] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:12.746] [ 2.935600] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:39:12.746] [ 2.935603] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:12.750] [ 2.935607] Call trace: [2024-05-23 14:39:12.750] [ 2.935613] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:12.750] [ 2.935618] show_stack+0x14/0x20 [2024-05-23 14:39:12.750] [ 2.935624] dump_stack+0xb8/0xf0 [2024-05-23 14:39:12.772] [ 2.935629] ___might_sleep+0x178/0x210 [2024-05-23 14:39:12.784] [ 2.935633] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:12.784] [ 2.935637] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:12.784] [ 2.935643] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:12.784] [ 2.935650] gic_set_type+0x84/0x98 [2024-05-23 14:39:12.784] [ 2.935655] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:12.784] [ 2.935660] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:12.786] [ 2.935665] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:12.786] [ 2.935671] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:39:12.786] [ 2.935676] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:39:12.811] [ 2.935680] kbase_device_init+0x78/0xf8 [2024-05-23 14:39:12.811] [ 2.935687] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:39:12.811] [ 2.935691] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:12.811] [ 2.935696] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:12.811] [ 2.935701] __driver_attach+0xfc/0x118 [2024-05-23 14:39:12.814] [ 2.935706] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:12.840] [ 2.935711] driver_attach+0x20/0x28 [2024-05-23 14:39:12.867] [ 2.935715] bus_add_driver+0x220/0x268 [2024-05-23 14:39:12.867] [ 2.935720] driver_register+0x60/0xf8 [2024-05-23 14:39:12.867] [ 2.935724] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:12.867] [ 2.935732] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:39:12.867] [ 2.935737] do_one_initcall+0x50/0x15c [2024-05-23 14:39:12.867] [ 2.935744] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:39:12.882] [ 2.935750] kernel_init+0x10/0x100 [2024-05-23 14:39:12.882] [ 2.935754] ret_from_fork+0x10/0x18 [2024-05-23 14:39:12.882] [ 2.937513] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:39:12.882] [ 3.192488] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:39:12.882] [ 3.199226] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:39:12.894] [ 3.213132] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:39:12.898] [ 3.220280] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:39:12.922] [ 3.232597] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:39:12.924] [ 3.238815] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:39:12.924] [ 3.243197] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:39:12.924] [ 3.250691] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:39:12.968] [ 3.300174] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:39:12.980] [ 3.311279] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:39:12.995] [ 3.319177] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:39:13.022] [ 3.331769] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:39:13.022] [ 3.337265] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:39:13.032] [ 3.348338] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:39:13.058] [ 3.357171] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:39:13.084] [ 3.375684] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:39:13.084] [ 3.388025] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:39:13.092] [ 3.388849] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:39:13.092] [ 3.392517] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:39:13.092] [ 3.393242] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:39:13.092] [ 3.393812] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:39:13.092] [ 3.394966] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:39:13.097] [ 3.405620] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:39:13.120] [ 3.405649] GPT:15269887 !=3D 15273599 [2024-05-23 14:39:13.128] [ 3.405657] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:39:13.128] [ 3.405665] GPT:15269887 !=3D 15273599 [2024-05-23 14:39:13.128] [ 3.405672] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:39:13.128] [ 3.405789] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:39:13.164] [ 3.466765] libphy: Fixed MDIO Bus: probed [2024-05-23 14:39:13.164] [ 3.471731] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:39:13.166] [ 3.485012] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:39:13.166] [ 3.489540] [INFO][GAMC] gmac index : 1 [2024-05-23 14:39:13.166] [ 3.494017] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:39:13.185] [ 3.499185] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:39:13.200] [ 3.505218] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:39:13.200] [ 3.509609] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:39:13.200] [ 3.518133] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:39:13.214] [ 3.532433] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:39:13.217] [ 3.538316] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:13.217] [ 3.538328] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:39:13.240] [ 3.538335] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:39:13.242] [ 3.538347] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:13.242] [ 3.538358] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:39:13.242] [ 3.567173] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:39:13.263] [ 3.582966] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:39:13.266] [ 3.589622] usbhid: USB HID core driver [2024-05-23 14:39:13.266] [ 3.593815] optee: probing for conduit = method from DT. [2024-05-23 14:39:13.292] [ 3.598996] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:39:13.294] [ 3.600950] optee: initialized driver [2024-05-23 14:39:13.294] [ 3.610425] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:39:13.294] [ 3.616150] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:39:13.294] [ 3.621319] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:39:13.297] [ 3.626487] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:39:13.330] [ 3.632262] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:39:13.330] [ 3.638037] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:39:13.330] [ 3.643898] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:39:13.330] [ 3.650367] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:39:13.342] [ 3.657797] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:39:13.345] [ 3.665745] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:39:13.368] [ 3.679450] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:39:13.371] [ 3.687473] NET: Registered protocol family = 17 [2024-05-23 14:39:13.371] [ 3.692422] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:39:13.397] [ 3.710025] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:39:13.547] [ 3.877754] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:13.561] [ 3.877799] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:39:13.563] [ 3.893503] ALSA device list: [2024-05-23 14:39:13.587] [ 3.896496] No soundcards found. [2024-05-23 14:39:13.600] [ 3.902428] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:39:13.602] [ 3.923171] Freeing unused kernel memory: = 4160K [2024-05-23 14:39:13.602] Mounting devtmpfs [2024-05-23 14:39:13.623] Mounting procfs [2024-05-23 14:39:13.645] Mounting sysfs [2024-05-23 14:39:13.645] [ 3.949915] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:39:13.665] [ 3.977506] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:39:13.690] [ 4.022995] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:39:13.700] [ 4.032023] mount (97) used greatest stack = depth: 11536 bytes left [2024-05-23 14:39:13.719] [ 4.048012] mount (99) used greatest stack = depth: 11504 bytes left [2024-05-23 14:39:13.963] [ 4.294938] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:39:14.060] [ 4.390895] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:39:14.094] [ 4.418130] systemd[1]: Detected = architecture arm64. [2024-05-23 14:39:14.131]=20 [2024-05-23 14:39:14.131] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:39:14.144]=20 [2024-05-23 14:39:14.150] [ 4.481614] systemd[1]: Set hostname to = . [2024-05-23 14:39:14.164] [ 4.493356] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:39:14.185] [ 4.502105] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:39:14.419] [ 4.749482] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:39:14.446] [ 4.766583] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:39:14.476] [ 4.809345] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:39:14.489] [ 4.821500] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:39:14.683] [ 5.012874] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:39:14.752] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:39:14.780] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:39:14.783] [ OK ] Reached target Paths. [2024-05-23 14:39:14.819] [ OK ] Created slice User and Session Slice. [2024-05-23 14:39:14.854] [ OK ] Created slice system-getty.slice. [2024-05-23 14:39:14.860] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:39:14.884] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:39:14.887] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:39:14.902] [ OK ] Reached target Swap. [2024-05-23 14:39:14.918] [ OK ] Listening on udev Control Socket. [2024-05-23 14:39:14.934] [ OK ] Listening on Journal Socket. [2024-05-23 14:39:14.952] Mounting POSIX Message Queue File = System... [2024-05-23 14:39:14.984] Mounting Configuration File System... [2024-05-23 14:39:15.018] Mounting Kernel Debug File System... [2024-05-23 14:39:15.051] Starting udev Coldplug all Devices... [2024-05-23 14:39:15.077] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:39:15.109] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:39:15.127] [ OK ] Listening on Syslog Socket. [2024-05-23 14:39:15.168] [ 5.496933] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:39:15.172] Starting Journal Service... [2024-05-23 14:39:15.219] Starting mount data partition = service... [2024-05-23 14:39:15.277] Mounting Huge Pages File System... [2024-05-23 14:39:15.301] [ OK ] Reached target Remote File Systems. [2024-05-23 14:39:15.325] Starting Apply Kernel Variables... [2024-05-23 14:39:15.335] [ 5.667245] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:15.375] Mounting FUSE Control File System... [2024-05-23 14:39:15.390] [ OK ] Reached target Slices. [2024-05-23 14:39:15.452] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:39:15.469] [ OK ] Mounted Configuration File System. [2024-05-23 14:39:15.486] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:39:15.532] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:39:15.566] [ OK ] Started Journal Service. [2024-05-23 14:39:15.585] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:39:15.603] [ OK ] Started mount data partition service. [2024-05-23 14:39:15.621] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:39:15.652] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:39:15.669] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:39:15.737] Starting NS file System mount and = recovery.... [2024-05-23 14:39:15.749] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:39:15.785] Mounting /var/volatile... [2024-05-23 14:39:15.802] [ OK ] Reached target Containers. [2024-05-23 14:39:15.834] Mounting /tmp... [2024-05-23 14:39:15.870] [ 6.193143] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:15.875] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:39:15.913] Starting udev Kernel Device = Manager... [2024-05-23 14:39:15.950] [ 6.281470] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:16.054] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:39:16.060] [ 6.388331] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:16.161] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:39:16.186] [ OK ] Mounted /var/volatile. [2024-05-23 14:39:16.203] [ OK ] Mounted /tmp. [2024-05-23 14:39:16.298] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:39:16.328] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:39:16.498] [ 6.830413] systemd-journald[124]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:39:16.520] Starting Bind mount volatile = /var/lib... [2024-05-23 14:39:16.556] Starting Bind mount volatile = /var/spool... [2024-05-23 14:39:16.591] Starting Bind mount volatile = /var/cache... [2024-05-23 14:39:16.621] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:39:16.820] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:39:16.846] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:39:16.887] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:39:16.904] [ OK ] Reached target Local File Systems. [2024-05-23 14:39:16.940] Starting Create Volatile Files and = Directories... [2024-05-23 14:39:16.959] Starting AppArmor initialization... [2024-05-23 14:39:16.992] Starting netfilter persistent = configuration... [2024-05-23 14:39:17.029] Starting Load/Save Random Seed... [2024-05-23 14:39:17.076] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:39:17.110] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:39:17.148] [ 7.480701] audit: type=3D1400 = audit(1550139121.180:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:39:17.165] [ 7.495541] audit: type=3D1400 = audit(1550139121.184:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:17.192] [ 7.511453] audit: type=3D1400 = audit(1550139121.184:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:17.219] [ 7.528423] audit: type=3D1400 = audit(1550139121.184:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:17.236] [ 7.544913] audit: type=3D1400 = audit(1550139121.184:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:17.239] [ 7.561845] audit: type=3D1400 = audit(1550139121.184:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:17.281] [ 7.577681] audit: type=3D1400 = audit(1550139121.184:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:17.303] [ OK ] Started AppArmor initialization. [2024-05-23 14:39:17.329] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:39:17.355] [ OK ] Reached target Network (Pre). [2024-05-23 14:39:17.389] Starting Network Service... [2024-05-23 14:39:17.419] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:39:17.459] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:39:17.490] [ OK ] Reached target System Initialization. [2024-05-23 14:39:17.504] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:39:17.523] [ OK ] Reached target Timers. [2024-05-23 14:39:17.537] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:39:17.570] [ OK ] Reached target Sockets. [2024-05-23 14:39:17.581] [ OK ] Reached target Basic System. [2024-05-23 14:39:17.596] [ 7.923399] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:39:17.601] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:39:17.617] [ 7.948138] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:39:17.630] [ 7.952729] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:39:17.630] [ 7.958081] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:39:17.662] Starting Load Kernel Modules... [2024-05-23 14:39:17.690] [ OK ] Started System Logging Service. [2024-05-23 14:39:17.723] [ OK ] Started NS VSync Process. [2024-05-23 14:39:17.733] [ 8.064743] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:39:17.764] [ 8.090607] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:39:17.784] [ 8.117355] Disabling lock debugging due to = kernel taint [2024-05-23 14:39:17.798] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:39:17.833] [ OK ] Started TEE-based HSM[ 8.157746] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:39:17.845] Service. [2024-05-23 14:39:17.870] [ OK ] Started NS System Fai[ 8.187891] = [INFO][GMAC] hsio_clk : 250000000 [2024-05-23 14:39:17.872] lure Monitoring Process. [2024-05-23 14:39:17.872] [ 8.194085] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:39:17.887] [ OK ] Started Kernel Logging Service. [2024-05-23 14:39:17.889] [ 8.194093] [INFO][GMAC]=20 [2024-05-23 14:39:17.889] [ 8.213732] libphy: tcc-gmac-mdio: probed [2024-05-23 14:39:17.891] [ 8.222616] [INFO][GMAC] registered! [2024-05-23 14:39:17.916] [ 8.226212] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:39:17.916] [ 8.237739] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:39:17.916] Start /usr/bin/sys-fail-mon [2024-05-23 14:39:17.916] [ 8.243178] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:39:17.931] [ 8.251905] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:17.931] [ 8.251909] in_atomic(): 1, = irqs_disabled(): 128, pid: 264, name: systemd-modules [2024-05-23 14:39:17.944] [ 8.251912] INFO: lockdep is turned off. [2024-05-23 14:39:17.944] [ 8.251914] irq event stamp: 24691 [2024-05-23 14:39:17.946] [ 8.251930] hardirqs last enabled at = (24691): [<00000000bb3387df>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:17.973] [ 8.251934] hardirqs last disabled at = (24690): [<0000000079eb0f63>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:17.973] [ 8.251942] softirqs last enabled at (0): = [<00000000345f748c>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:17.975] [ 8.251945] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:18.002] [ 8.251946] Preemption disabled at: [2024-05-23 14:39:18.002] [ 8.251953] [<0000000001a2df57>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:18.002] [ 8.251961] CPU: 1 PID: 264 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:39:18.002] [ 8.251963] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:18.004] [ 8.251966] Call trace: [2024-05-23 14:39:18.026] [ 8.251971] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:18.040] [ 8.251975] show_stack+0x14/0x20 [2024-05-23 14:39:18.040] [ 8.251979] dump_stack+0xb8/0xf0 [2024-05-23 14:39:18.040] [ 8.251983] ___might_sleep+0x178/0x210 [2024-05-23 14:39:18.040] [ 8.251986] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:18.040] [ 8.251993] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:18.040] [ 8.251997] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:18.043] [ 8.252004] gic_set_type+0x84/0x98 [2024-05-23 14:39:18.043] [ 8.252008] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:18.043] [ 8.252011] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:18.065] [ 8.252015] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:18.067] [ 8.252046] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:39:18.067] [ 8.252064] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:39:18.067] [ 8.252068] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:18.067] [ 8.252073] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:18.067] [ 8.252077] __driver_attach+0xfc/0x118 [2024-05-23 14:39:18.067] [ 8.252080] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:18.091] [ 8.252084] driver_attach+0x20/0x28 [2024-05-23 14:39:18.091] [ 8.252087] bus_add_driver+0x220/0x268 [2024-05-23 14:39:18.091] [ 8.252091] driver_register+0x60/0xf8 [2024-05-23 14:39:18.091] [ 8.252094] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:18.091] [ 8.252112] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:39:18.091] [ 8.252116] do_one_initcall+0x50/0x15c [2024-05-23 14:39:18.107] [ 8.252120] do_init_module+0x54/0x1b0 [2024-05-23 14:39:18.107] [ 8.252123] load_module+0x1e70/0x2428 [2024-05-23 14:39:18.107] [ 8.252126] SyS_finit_module+0xe4/0x118 [2024-05-23 14:39:18.107] [ 8.252129] el0_svc_naked+0x34/0x38 [2024-05-23 14:39:18.121] [ 8.272064] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:39:18.142] [ 8.277217] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:39:18.142] [ 8.282672] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:39:18.155] [ 8.284577] Done!! [2024-05-23 14:39:18.155] [ 8.317984] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:39:18.155] [ 8.318025] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:39:18.155] [ 8.318025] -- MASTER Configuration. [2024-05-23 14:39:18.155] [ 8.318025] -- Local Receiver Status Not = OK. [2024-05-23 14:39:18.167] [ 8.318025] -- Remote Receiver Status Not = OK. [2024-05-23 14:39:18.167] [ 8.318040] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:39:18.167] [ 8.318043] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:39:18.169] [ 8.318425] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:39:18.169] [ 8.322303] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:39:18.195] [ 8.322307] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:39:18.195] [ 8.322312] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:39:18.195] [ 8.322312] =20 [2024-05-23 14:39:18.195] [ 8.322598] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:39:18.195] [ 8.322774] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:39:18.211] [ 8.322778] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:39:18.211] [ 8.322782] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:39:18.211] [ 8.322782] =20 [2024-05-23 14:39:18.213] [ 8.322912] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:39:18.238] [ 8.322926] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:39:18.238] [ 8.322930] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:39:18.238] [ 8.322934] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:39:18.238] [ 8.322941] [INFO][GMAC] --] phy_start: : [2024-05-23 14:39:18.238] [ 8.322999] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:39:18.240] [ 8.366296] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:39:18.264] [ 8.368539] Done!! [2024-05-23 14:39:18.264] [ 8.427822] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:18.264] [ 8.466288] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:39:18.264] [ 8.468538] Done!! [2024-05-23 14:39:18.264] [ 8.535814] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:18.277] Starting Login Service... [2024-05-23 14:39:18.290] [ OK ] Started NS System Management Process. [2024-05-23 14:39:18.292] Starting NS Inter Domain Comm = Process... [2024-05-23 14:39:18.315] [ OK ] Started Network Service. [2024-05-23 14:39:18.317] [ OK ] Started Load Kernel Modules. [2024-05-23 14:39:18.317] [ OK ] Reached [ 8.635420] ns_idc = tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:39:18.317] target Network. [2024-05-23 14:39:18.317] [ 8.643268] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:39:18.345] [ 8.643847] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:18.345] Starting udev Co[ 8.660444] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:39:18.345] ldplug all Devices... [2024-05-23 14:39:18.345] [ 8.671289] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:39:18.359] Starting Permit[ 8.680877] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:18.372] User Sessions... [2024-05-23 14:39:18.374] Starting W[ 8.697342] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:39:18.374] ait for Network to be Configured[ 8.705608] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:39:18.405] ... [2024-05-23 14:39:18.405] [ OK [ 8.718028] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:39:18.405] [ 8.727642] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:39:18.407] ] Started Login Service 8.734470] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:18.438] 0m. [2024-05-23 14:39:18.438] [ OK ] Started Permit Us[ 8.751878] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:39:18.438] er Sessions. [2024-05-23 14:39:18.438] [ OK ] Started Getty on tty1. [2024-05-23 14:39:18.472] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:39:18.474] [ OK ] Reached target Login Prompts. [2024-05-23 14:39:18.488] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:39:18.533] [ 8.865439] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:18.543] parents, child is 325 [2024-05-23 14:39:18.567] [IDC]Start. [2024-05-23 14:39:18.570] [ 8.880609] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:39:18.570] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:39:18.570] [ OK ] Started Cluster Framework. [2024-05-23 14:39:18.570] [IDC](A7)ConnectReq 0 [2024-05-23 14:39:18.570] [IDC](A7)do_connect 0 [2024-05-23 14:39:18.573] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:39:18.597] [IDC](A7)Tx start session req 1 [2024-05-23 14:39:18.612] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:39:18.612] [IDC](R5)ConnectReq 0 [2024-05-23 14:39:18.612] [IDC](R5)do_connect 0 [2024-05-23 14:39:18.612] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:39:18.612] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:39:18.612] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:39:18.612] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:39:18.612] [ OK ] Started HUD Framework. [2024-05-23 14:39:18.612] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:39:18.651] [IDC](A7)Session connected. [2024-05-23 14:39:18.651] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:39:18.651] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:39:18.651] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:39:18.663] [ OK ] Started Nvm Process. [2024-05-23 14:39:18.663] [IDC](R5)Session connected.2 [2024-05-23 14:39:18.663] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:39:18.663] [ 8.976415] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:18.663] [ OK ] Started NS hsm control application. [2024-05-23 14:39:18.695] [ OK ] Started Diagnosis Framework. [2024-05-23 14:39:18.721] [ OK ] Started NS Software Update. [2024-05-23 14:39:18.754] [ OK ] Started NS Secondary [ 9.088936] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:39:18.768] Verify. [2024-05-23 14:39:18.847] [ OK ] Started Diagnosis Transport. [2024-05-23 14:39:18.861] [ OK ] Reached target Multi-User System. [2024-05-23 14:39:18.871] [ 9.203931] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:18.892] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:39:18.921] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:39:18.942] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:39:18.971] [ 9.291238] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:39:18.990] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:39:18.992] [ 9.315921] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:19.095] [ 9.427964] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:19.835] [ 10.150227] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:39:19.850] [ 10.150234] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:39:20.203] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:39:20.799] [ 11.131091] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:39:20.823] [ 11.139487] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:39:24.862]=20 [2024-05-23 14:39:24.862] telechips-nsp1-release login:=20 [2024-05-23 14:39:29.041]=20 [2024-05-23 14:39:29.041] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:39:29.053]=20 [2024-05-23 14:39:29.053] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:39:29.053] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:39:29.053] DRAM: 2 GiB [2024-05-23 14:39:29.078] MMC: sdhc@0x16440000: 0 [2024-05-23 14:39:29.350]=20 [2024-05-23 14:39:29.350] HW Partition tyep is UserData [2024-05-23 14:39:29.365] In: serial [2024-05-23 14:39:29.365] Out: serial [2024-05-23 14:39:29.365] Err: serial [2024-05-23 14:39:29.427] Boot in the UserData environment(0) [2024-05-23 14:39:29.431] Non-secure boot (secure boot flag is clear) [2024-05-23 14:39:29.448] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:39:29.448] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:39:29.448] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:39:29.449] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:39:29.474] Booting using the fdt blob at 0x23000000 [2024-05-23 14:39:29.474] Loading Kernel Image [2024-05-23 14:39:29.474] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:39:29.495] OPTEE is enabled [2024-05-23 14:39:29.497]=20 [2024-05-23 14:39:29.497] Starting kernel ... [2024-05-23 14:39:29.497]=20 [2024-05-23 14:39:30.411] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:39:30.416] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:39:30.430] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:39:30.446] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:39:30.446] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:39:30.446] [ 0.000000] efi: UEFI not found. [2024-05-23 14:39:30.448] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:39:30.473] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:39:30.473] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:39:30.475] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:39:30.500] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:39:30.500] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:39:30.500] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:39:30.514] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:39:30.516] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:39:30.544] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:39:30.544] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:39:30.544] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:39:30.546] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:39:30.573] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:39:30.573] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:39:30.573] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:39:30.575] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:39:30.600] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:39:30.600] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:39:30.600] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:39:30.619] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:39:30.619] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:39:30.634] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:39:30.634] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:39:30.636] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:39:30.658] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:39:30.658] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:39:30.658] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:39:30.658] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:39:30.664] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:39:30.687] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:39:30.687] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:39:30.687] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:39:30.687] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:39:30.701] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:39:30.701] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:39:30.734] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:39:30.734] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:39:30.738] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:39:30.767] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:39:30.767] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:39:30.767] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:39:30.787] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:39:30.800] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:39:30.800] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:39:30.800] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:39:30.802] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:39:30.825] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:39:30.827] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:39:30.827] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:39:30.827] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:39:30.853] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:39:30.853] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:39:30.853] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:39:30.872] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:39:30.872] [ 0.000000] Running RCU self tests [2024-05-23 14:39:30.872] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:39:30.885] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:39:30.900] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:39:30.900] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:39:30.900] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:39:30.903] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:39:30.903] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:39:30.903] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:39:30.929] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:39:30.929] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:39:30.929] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:39:30.935] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:39:30.961] [ 0.000682] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:39:30.961] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:39:30.961] [ 0.001485] Console: colour dummy device = 80x25 [2024-05-23 14:39:30.961] [ 0.001727] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:39:30.965] [ 0.001730] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:39:30.987] [ 0.001733] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:39:31.000] [ 0.001735] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:39:31.000] [ 0.001738] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:39:31.000] [ 0.001741] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:39:31.000] [ 0.001744] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:39:31.000] [ 0.001746] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:39:31.002] [ 0.001749] memory used by lock dependency = info: 7903 kB [2024-05-23 14:39:31.002] [ 0.001752] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:39:31.026] [ 0.001792] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:39:31.028] [ 0.001800] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:39:31.028] [ 0.002299] Security Framework initialized [2024-05-23 14:39:31.028] [ 0.002423] AppArmor: AppArmor initialized [2024-05-23 14:39:31.028] [ 0.002669] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:39:31.053] [ 0.002692] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:39:31.053] [ 0.019965] ASID allocator initialised with = 32768 entries [2024-05-23 14:39:31.053] [ 0.035866] Hierarchical SRCU = implementation. [2024-05-23 14:39:31.053] [ 0.062296] EFI services will not be = available. [2024-05-23 14:39:31.066] [ 0.076133] smp: Bringing up secondary CPUs = ... [2024-05-23 14:39:31.068] [ 0.120761] Detected VIPT I-cache on CPU1 [2024-05-23 14:39:31.068] [ 0.120836] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:39:31.091] [ 0.165005] Detected VIPT I-cache on CPU2 [2024-05-23 14:39:31.093] [ 0.165060] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:39:31.093] [ 0.209289] Detected VIPT I-cache on CPU3 [2024-05-23 14:39:31.093] [ 0.209342] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:39:31.093] [ 0.209720] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:39:31.093] [ 0.209761] SMP: Total of 4 processors = activated. [2024-05-23 14:39:31.115] [ 0.209777] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:39:31.129] [ 0.209796] CPU: All CPU(s) started at EL2 [2024-05-23 14:39:31.129] [ 0.209975] alternatives: patching kernel = code [2024-05-23 14:39:31.129] [ 0.210532] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:39:31.129] [ 0.213116] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:39:31.132] [ 0.213710] devtmpfs: initialized [2024-05-23 14:39:31.132] [ 0.402648] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:39:31.155] [ 0.402914] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:39:31.169] [ 0.411461] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:39:31.169] [ 0.412364] chipinfo: TCC8030 Rev02 [2024-05-23 14:39:31.169] [ 0.412379] chipinfo: SiP Service v0.1.56 [2024-05-23 14:39:31.169] [ 0.417622] NET: Registered protocol family = 16 [2024-05-23 14:39:31.169] [ 0.421645] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:39:31.186] [ 0.423758] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:39:31.186] [ 0.425404] cpuidle: using governor menu [2024-05-23 14:39:31.186] [ 0.425639] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:39:31.211] [ 0.439814] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:39:31.211] [ 0.440325] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:39:31.217] [ 0.440372] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:39:31.217] [ 0.440417] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:39:31.217] [ 0.440460] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:39:31.217] [ 0.440504] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:39:31.217] [ 0.440547] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:39:31.217] [ 0.440591] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:39:31.241] [ 0.440634] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:39:31.256] [ 0.440678] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:39:31.256] [ 0.440721] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:39:31.256] [ 0.440764] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:39:31.256] [ 0.440809] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:39:31.256] [ 0.440852] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:39:31.276] [ 0.440896] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:39:31.276] [ 0.440939] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:39:31.276] [ 0.440982] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:39:31.279] [ 0.441037] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:39:31.279] [ 0.441081] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:39:31.279] [ 0.441426] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:39:31.279] [ 0.441469] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:39:31.313] [ 0.441513] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:39:31.313] [ 0.441556] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:39:31.313] [ 0.441599] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:39:31.313] [ 0.441643] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:39:31.313] [ 0.441686] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:39:31.315] [ 0.441729] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:39:31.315] [ 0.441772] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:39:31.334] [ 0.441816] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:39:31.338] [ 0.441860] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:39:31.338] [ 0.441903] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:39:31.338] [ 0.442123] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:39:31.361] [ 0.442166] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:39:31.374] [ 0.442225] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:39:31.374] [ 0.442269] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:39:31.374] [ 0.442312] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:39:31.374] [ 0.442355] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:39:31.376] [ 0.442527] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:39:31.376] [ 0.442745] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:39:31.376] [ 0.442789] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:39:31.405] [ 0.442832] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:39:31.405] [ 0.442875] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:39:31.405] [ 0.442919] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:39:31.405] [ 0.442962] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:39:31.405] [ 0.443005] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:39:31.419] [ 0.443048] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:39:31.430] [ 0.443092] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:39:31.430] [ 0.443135] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:39:31.430] [ 0.443178] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:39:31.432] [ 0.443236] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:39:31.432] [ 0.443280] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:39:31.457] [ 0.443323] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:39:31.462] [ 0.443874] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:39:31.462] [ 0.443919] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:39:31.462] [ 0.444089] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:39:31.462] [ 0.444260] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:39:31.462] [ 0.444427] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:39:31.488] [ 0.444608] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:39:31.488] [ 0.444778] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:39:31.488] [ 0.444823] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:39:31.488] [ 0.444866] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:39:31.488] [ 0.445030] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:39:31.505] [ 0.445197] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:39:31.505] [ 0.445362] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:39:31.505] [ 0.445406] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:39:31.520] [ 0.445449] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:39:31.520] [ 0.445492] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:39:31.520] [ 0.445535] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:39:31.531] [ 0.445707] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:39:31.534] [ 0.445751] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:39:31.534] [ 0.445964] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:39:31.560] [ 0.445980] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:39:31.560] [ 0.528804] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:39:31.560] [ 0.528894] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:39:31.560] [ 1.675838] console [ttyAMA0] enabled [2024-05-23 14:39:31.586] [ 1.683832] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:39:31.601] [ 1.712919] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:39:31.618] [ 1.723303] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:39:31.622] [ 1.733818] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:39:31.640] [ 1.744070] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:39:31.727] [ 1.844161] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:39:31.752] [ 1.860563] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:39:31.753] [ 1.867473] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:39:31.770] [ 1.874239] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:39:31.772] [ 1.880607] Linux video capture interface: = v2.00 [2024-05-23 14:39:31.806] [ 1.886371] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:31.807] [ 1.886375] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:39:31.807] [ 1.886380] 6 locks held by swapper/0/1: [2024-05-23 14:39:31.807] [ 1.886383] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:39:31.807] [ 1.886410] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:39:31.820] [ 1.886425] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:31.822] [ 1.886443] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:31.848] [ 1.886458] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:31.848] [ 1.886474] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:31.848] [ 1.886493] irq event stamp: 288018 [2024-05-23 14:39:31.849] [ 1.886498] hardirqs last enabled at = (288017): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:31.879] [ 1.886503] hardirqs last disabled at = (288018): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:31.879] [ 1.886511] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:31.879] [ 1.886514] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:31.894] [ 1.886517] Preemption disabled at: [2024-05-23 14:39:31.894] [ 1.886522] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:31.894] [ 1.886531] CPU: 0 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:39:31.909] [ 1.886534] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:31.909] [ 1.886538] Call trace: [2024-05-23 14:39:31.909] [ 1.886545] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:31.911] [ 1.886550] show_stack+0x14/0x20 [2024-05-23 14:39:31.937] [ 1.886555] dump_stack+0xb8/0xf0 [2024-05-23 14:39:31.937] [ 1.886560] ___might_sleep+0x178/0x210 [2024-05-23 14:39:31.937] [ 1.886564] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:31.937] [ 1.886569] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:31.937] [ 1.886575] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:31.937] [ 1.886582] gic_set_type+0x84/0x98 [2024-05-23 14:39:31.939] [ 1.886587] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:31.966] [ 1.886592] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:31.966] [ 1.886596] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:31.966] [ 1.886601] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:39:31.966] [ 1.886607] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:39:31.966] [ 1.886612] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:31.966] [ 1.886617] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:31.968] [ 1.886622] __driver_attach+0xfc/0x118 [2024-05-23 14:39:31.991] [ 1.886627] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:32.005] [ 1.886631] driver_attach+0x20/0x28 [2024-05-23 14:39:32.005] [ 1.886636] bus_add_driver+0x220/0x268 [2024-05-23 14:39:32.005] [ 1.886641] driver_register+0x60/0xf8 [2024-05-23 14:39:32.005] [ 1.886645] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:32.005] [ 1.886652] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:39:32.018] [ 1.886657] do_one_initcall+0x50/0x15c [2024-05-23 14:39:32.018] [ 1.886664] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:39:32.018] [ 1.886669] kernel_init+0x10/0x100 [2024-05-23 14:39:32.018] [ 1.886674] ret_from_fork+0x10/0x18 [2024-05-23 14:39:32.020] [ 1.892423] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:39:32.043] [ 2.139800] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:39:32.045] [ 2.153267] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:39:32.045] [ 2.160324] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:39:32.047] [ 2.164926] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:39:32.072] [ 2.169729] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:39:32.072] [ 2.174531] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:39:32.072] [ 2.179086] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:39:32.116] [ 2.233521] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:39:32.127] [ 2.246131] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:32.146] [ 2.264335] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:32.163] [ 2.279740] NET: Registered protocol family = 2 [2024-05-23 14:39:32.179] [ 2.287221] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:39:32.179] [ 2.294837] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:39:32.200] [ 2.305976] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:39:32.200] [ 2.313314] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:39:32.202] [ 2.320152] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:39:32.216] [ 2.328371] NET: Registered protocol family = 1 [2024-05-23 14:39:32.318] [ 2.436273] audit: initializing netlink = subsys (disabled) [2024-05-23 14:39:32.335] [ 2.442606] audit: type=3D2000 = audit(2.424:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:39:32.337] [ 2.443164] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:39:32.407] [ 2.525391] fuse init (API version 7.26) [2024-05-23 14:39:32.427] [ 2.539612] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:39:32.430] [ 2.549373] io scheduler noop registered = (default) [2024-05-23 14:39:32.445] [ 2.554215] io scheduler mq-deadline = registered [2024-05-23 14:39:32.445] [ 2.558778] io scheduler kyber registered [2024-05-23 14:39:32.451] [ 2.569659] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:32.466] [ 2.576692] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:32.466] [ 2.582904] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:39:32.483] [ 2.590514] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:32.533] [ 2.653043] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:32.542] [ 2.660761] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:32.557] [ 2.665631] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:39:32.557] [ 2.671058] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:32.569] [ 2.671701] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:32.571] [ 2.682455] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:32.571] [ 2.688664] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:39:32.596] [ 2.696218] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:32.602] [ 2.720677] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:32.617] [ 2.727480] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:32.617] [ 2.732230] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:39:32.632] [ 2.737656] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:32.632] [ 2.738244] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:32.632] [ 2.748997] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:32.653] [ 2.755205] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:39:32.653] [ 2.762820] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:32.710] [ 2.829307] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:32.731] [ 2.836204] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:32.731] [ 2.840825] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:39:32.753] [ 2.846251] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:32.755] [ 2.857054] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:39:32.755] [ 2.866723] [INF][WDMA] tcc_wdma_init [2024-05-23 14:39:32.755] [ 2.871519] TCC WDMA Driver Initializing [2024-05-23 14:39:32.793] [ 2.878587] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:39:32.793] [ 2.884723] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:39:32.802] [ 2.895111] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:32.802] [ 2.907754] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:39:32.804] [ 2.917333] [CPU_ID] probe is done [2024-05-23 14:39:32.804] [ 2.921077] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:39:32.827] [ 2.927746] [DRAM_TOOL] probe is done [2024-05-23 14:39:32.827] [ 2.935170] MALI-G51 : r30p0-01eac0 [2024-05-23 14:39:32.827] [ 2.938698] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:39:32.831] [ 2.948322] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:32.845] [ 2.948327] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:39:32.859] [ 2.948332] 6 locks held by swapper/0/1: [2024-05-23 14:39:32.870] [ 2.948335] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:39:32.870] [ 2.948361] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:39:32.872] [ 2.948376] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:32.899] [ 2.948394] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:32.899] [ 2.948409] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:32.899] [ 2.948425] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:32.918] [ 2.948444] irq event stamp: 453736 [2024-05-23 14:39:32.918] [ 2.948449] hardirqs last enabled at = (453735): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:32.930] [ 2.948454] hardirqs last disabled at = (453736): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:32.932] [ 2.948462] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:32.963] [ 2.948465] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:32.963] [ 2.948468] Preemption disabled at: [2024-05-23 14:39:32.963] [ 2.948473] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:32.963] [ 2.948482] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:39:32.965] [ 2.948485] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:32.987] [ 2.948489] Call trace: [2024-05-23 14:39:32.987] [ 2.948495] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:32.997] [ 2.948500] show_stack+0x14/0x20 [2024-05-23 14:39:32.997] [ 2.948506] dump_stack+0xb8/0xf0 [2024-05-23 14:39:32.997] [ 2.948511] ___might_sleep+0x178/0x210 [2024-05-23 14:39:32.997] [ 2.948515] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:32.997] [ 2.948520] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:32.997] [ 2.948526] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:32.999] [ 2.948534] gic_set_type+0x84/0x98 [2024-05-23 14:39:32.999] [ 2.948539] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:33.020] [ 2.948543] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:33.022] [ 2.948548] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:33.022] [ 2.948555] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:39:33.022] [ 2.948561] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:39:33.022] [ 2.948565] kbase_device_init+0x78/0xf8 [2024-05-23 14:39:33.022] [ 2.948571] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:39:33.050] [ 2.948576] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:33.050] [ 2.948581] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:33.050] [ 2.948586] __driver_attach+0xfc/0x118 [2024-05-23 14:39:33.050] [ 2.948591] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:33.050] [ 2.948596] driver_attach+0x20/0x28 [2024-05-23 14:39:33.050] [ 2.948600] bus_add_driver+0x220/0x268 [2024-05-23 14:39:33.052] [ 2.948605] driver_register+0x60/0xf8 [2024-05-23 14:39:33.064] [ 2.948609] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:33.066] [ 2.948617] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:39:33.066] [ 2.948622] do_one_initcall+0x50/0x15c [2024-05-23 14:39:33.090] [ 2.948628] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:39:33.103] [ 2.948634] kernel_init+0x10/0x100 [2024-05-23 14:39:33.103] [ 2.948639] ret_from_fork+0x10/0x18 [2024-05-23 14:39:33.103] [ 2.950249] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:39:33.103] [ 3.205401] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:39:33.115] [ 3.212140] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:39:33.128] [ 3.226028] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:39:33.128] [ 3.233265] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:39:33.129] [ 3.245474] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:39:33.151] [ 3.251693] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:39:33.151] [ 3.256075] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:39:33.151] [ 3.263562] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:39:33.193] [ 3.312498] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:39:33.204] [ 3.320234] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:39:33.217] [ 3.328087] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:39:33.243] [ 3.338550] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:39:33.247] [ 3.345933] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:39:33.247] [ 3.357006] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:39:33.267] [ 3.366252] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:39:33.269] [ 3.384832] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:39:33.294] [ 3.400525] libphy: Fixed MDIO Bus: probed [2024-05-23 14:39:33.294] [ 3.405484] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:39:33.307] [ 3.418877] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:39:33.309] [ 3.423410] [INFO][GAMC] gmac index : 1 [2024-05-23 14:39:33.309] [ 3.427921] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:39:33.325] [ 3.433091] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:39:33.325] [ 3.439283] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:39:33.326] [ 3.443718] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:39:33.351] [ 3.450183] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:39:33.351] [ 3.455689] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:39:33.351] [ 3.461941] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:39:33.353] [ 3.472558] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:39:33.368] [ 3.472937] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:39:33.368] [ 3.473733] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:39:33.371] [ 3.474447] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:39:33.398] [ 3.475615] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:39:33.398] [ 3.488949] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:39:33.398] [ 3.488977] GPT:15269887 !=3D 15273599 [2024-05-23 14:39:33.398] [ 3.488985] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:39:33.412] [ 3.488993] GPT:15269887 !=3D 15273599 [2024-05-23 14:39:33.414] [ 3.489000] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:39:33.414] [ 3.489115] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:39:33.440] [ 3.542835] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:33.440] [ 3.542847] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:39:33.440] [ 3.542854] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:39:33.454] [ 3.542866] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:33.457] [ 3.542878] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:39:33.457] [ 3.572222] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:39:33.484] [ 3.588534] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:39:33.484] [ 3.595191] usbhid: USB HID core driver [2024-05-23 14:39:33.484] [ 3.599408] optee: probing for conduit = method from DT. [2024-05-23 14:39:33.510] [ 3.604589] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:39:33.511] [ 3.606411] optee: initialized driver [2024-05-23 14:39:33.511] [ 3.615988] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:39:33.511] [ 3.621719] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:39:33.511] [ 3.626887] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:39:33.524] [ 3.632054] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:39:33.538] [ 3.637829] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:39:33.538] [ 3.643604] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:39:33.551] [ 3.649466] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:39:33.551] [ 3.655935] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:39:33.552] [ 3.663350] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:39:33.575] [ 3.671298] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:39:33.578] [ 3.685221] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:39:33.578] [ 3.693463] NET: Registered protocol family = 17 [2024-05-23 14:39:33.607] [ 3.698454] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:39:33.607] [ 3.716377] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:39:33.768] [ 3.885593] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:33.780] [ 3.885637] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:39:33.804] [ 3.901422] ALSA device list: [2024-05-23 14:39:33.807] [ 3.904415] No soundcards found. [2024-05-23 14:39:33.807] [ 3.910315] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:39:33.820] [ 3.931236] Freeing unused kernel memory: = 4160K [2024-05-23 14:39:33.821] Mounting devtmpfs [2024-05-23 14:39:33.847] [ 3.945880] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:39:33.850] Mounting procfs [2024-05-23 14:39:33.850] Mounting sysfs [2024-05-23 14:39:33.850] [ 3.964713] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:39:33.878] [ 3.992477] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:39:33.914] [ 4.032699] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:39:33.938] [ 4.041566] mount (98) used greatest stack = depth: 11840 bytes left [2024-05-23 14:39:33.941] [ 4.054672] mount (100) used greatest stack = depth: 11392 bytes left [2024-05-23 14:39:34.178] [ 4.296406] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:39:34.277] [ 4.396075] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:39:34.307] [ 4.423392] systemd[1]: Detected = architecture arm64. [2024-05-23 14:39:34.350]=20 [2024-05-23 14:39:34.350] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:39:34.363]=20 [2024-05-23 14:39:34.369] [ 4.485740] systemd[1]: Set hostname to = . [2024-05-23 14:39:34.383] [ 4.497178] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:39:34.412] [ 4.506084] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:39:34.632] [ 4.749535] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:39:34.659] [ 4.766638] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:39:34.690] [ 4.809230] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:39:34.703] [ 4.821388] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:39:34.900] [ 5.018469] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:39:34.975] [ OK ] Listening on Syslog Socket. [2024-05-23 14:39:35.005] [ OK ] Created slice User and Session Slice. [2024-05-23 14:39:35.022] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:39:35.039] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:39:35.045] [ OK ] Reached target Paths. [2024-05-23 14:39:35.063] [ OK ] Reached target Remote File Systems. [2024-05-23 14:39:35.089] [ OK ] Reached target Swap. [2024-05-23 14:39:35.105] [ OK ] Reached target Slices. [2024-05-23 14:39:35.123] [ OK ] Created slice system-getty.slice. [2024-05-23 14:39:35.139] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:39:35.155] [ OK ] Listening on udev Control Socket. [2024-05-23 14:39:35.159] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:39:35.189] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:39:35.206] [ OK ] Listening on Journal Socket. [2024-05-23 14:39:35.225] Starting Apply Kernel Variables... [2024-05-23 14:39:35.255] Starting Journal Service... [2024-05-23 14:39:35.285] Mounting FUSE Control File System... [2024-05-23 14:39:35.315] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:39:35.348] Mounting Huge Pages File System... [2024-05-23 14:39:35.380] Mounting Configuration File System... [2024-05-23 14:39:35.443] Mounting Kernel Debug File System = EXT4-fs (mmcblk0p17): re-mounted. Opts: (null) [2024-05-23 14:39:35.454] [0m... [2024-05-23 14:39:35.486] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:39:35.519] Starting mount data partition = service... [2024-05-23 14:39:35.566] Starting udev Coldplug all Devices... [2024-05-23 14:39:35.609] Mounting POSIX Message Queue File = System... [2024-05-23 14:39:35.648] [ OK ] Started Journal Service. [2024-05-23 14:39:35.670] [ 5.782574] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:35.689] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:39:35.739] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:39:35.775] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:39:35.785] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:39:35.801] [ OK ] Mounted Configuration File System. [2024-05-23 14:39:35.819] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:39:35.844] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:39:35.870] [ OK ] Started mount data partition service. [2024-05-23 14:39:35.906] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:39:35.950] Starting NS file System mount and = recovery.... [2024-05-23 14:39:35.973] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:39:35.997] Mounting /tmp... [2024-05-23 14:39:36.023] [ OK ] Reached target Containers. [2024-05-23 14:39:36.056] Mounting /var/volatile... [2024-05-23 14:39:36.073] [ 6.188587] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:36.092] Starting udev Kernel Device = Manager... [2024-05-23 14:39:36.123] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:39:36.165] [ 6.284302] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:36.259] [ 6.377755] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:36.328] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:39:36.366] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:39:36.390] [ OK ] Mounted /tmp. [2024-05-23 14:39:36.407] [ OK ] Mounted /var/volatile. [2024-05-23 14:39:36.501] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:39:36.616] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:39:36.728] [ 6.847428] systemd-journald[112]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:39:36.757] Starting Bind mount volatile = /var/lib... [2024-05-23 14:39:36.782] Starting Bind mount volatile = /var/spool... [2024-05-23 14:39:36.813] Starting Bind mount volatile = /var/cache... [2024-05-23 14:39:36.846] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:39:36.950] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:39:37.034] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:39:37.063] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:39:37.100] Starting Load/Save Random Seed... [2024-05-23 14:39:37.125] [ OK ] Reached target Local File Systems. [2024-05-23 14:39:37.149] Starting AppArmor initialization... [2024-05-23 14:39:37.178] Starting Create Volatile Files and = Directories... [2024-05-23 14:39:37.208] Starting netfilter persistent = configuration... [2024-05-23 14:39:37.243] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:39:37.324] [ 7.441546] audit: type=3D1400 = audit(1550139121.140:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D250 comm=3D"apparmor_parser" [2024-05-23 14:39:37.338] [ 7.456898] audit: type=3D1400 = audit(1550139121.144:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:39:37.363] [ 7.474029] audit: type=3D1400 = audit(1550139121.144:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:39:37.379] [ OK ] [ 7.490761] audit: type=3D1400 = audit(1550139121.144:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:39:37.397] Started Create Volatile Fi[ 7.509047] = audit: type=3D1400 audit(1550139121.144:6): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//SwUpdate_profile" pid=3D250 comm=3D"apparmor_parser" [2024-05-23 14:39:37.413] les and Directories. [2024-05-23 14:39:37.413] [ 7.527736] audit: type=3D1400 = audit(1550139121.144:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:39:37.432] [ 7.545053] audit: type=3D1400 = audit(1550139121.144:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D250 = comm=3D"apparmor_parser" [2024-05-23 14:39:37.475] [ OK ] Started AppArmor initialization. [2024-05-23 14:39:37.495] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:39:37.661] [ OK ] Reached target Network (Pre). [2024-05-23 14:39:37.691] Starting Network Service... [2024-05-23 14:39:37.722] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:39:37.780] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:39:37.796] [ OK ] Reached target System Initialization. [2024-05-23 14:39:37.811] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:39:37.828] [ OK ] Reached target Timers. [2024-05-23 14:39:37.845] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:39:37.862] [ OK ] Reached target Sockets. [2024-05-23 14:39:37.878] [ OK ] Reached target Basic System. [2024-05-23 14:39:37.914] [ 8.030778] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:39:37.930] [ OK ] Started System Logging Service. [2024-05-23 14:39:37.939] [ 8.057542] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:39:37.952] [ 8.062121] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:39:37.952] [ 8.066647] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:39:37.954] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:39:37.992] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:39:38.022] [ OK ] Started NS VSync Process. [2024-05-23 14:39:38.066] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:39:38.095] [ OK ] Started NS System Management Process. [2024-05-23 14:39:38.124] [ 8.227348] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:39:38.142] Starting NS Inter Domain Comm = Process... [2024-05-23 14:39:38.179] Start /usr/bin/sys-fail-mon [2024-05-23 14:39:38.186] [ 8.301982] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:39:38.204] [ 8.306411] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:39:38.204] [ 8.306430] [INFO][GMAC]=20 [2024-05-23 14:39:38.204] [ 8.312307] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:39:38.232] [ 8.350689] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:39:38.252] [ 8.356439] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:39:38.254] [ 8.368106] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:39:38.268] [ 8.377670] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:39:38.268] [ 8.387148] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:38.284] [[ 8.396993] libphy: tcc-gmac-mdio: probed [2024-05-23 14:39:38.298] [ 8.397031] [INFO][GMAC] registered! [2024-05-23 14:39:38.300] OK [ 8.397110] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:39:38.300] [ 8.397214] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:39:38.325] ] Started Kernel Logging Service. [2024-05-23 14:39:38.325] [ 8.425202] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:39:38.325] [ 8.431089] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:39:38.325] Starting Login Service... [2024-05-23 14:39:38.349] [ 8.443412] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:39:38.355] [ 8.452633] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:39:38.355] [ 8.459913] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:38.381] [ 8.492385] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:39:38.384] [ 8.499433] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:39:38.388] [ 8.499433] -- MASTER Configuration. [2024-05-23 14:39:38.412] [ 8.499433] -- Local Receiver Status Not = OK. [2024-05-23 14:39:38.425] [ 8.499433] -- Remote Receiver Status Not = OK. [2024-05-23 14:39:38.425] [ 8.517484] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:39:38.425] [ 8.523367] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:39:38.425] [ OK ] Started D-B[ 8.530806] BUG: = sleeping function called from invalid context at = kernel/locking/rtmutex.c:974 [2024-05-23 14:39:38.428] us System Message Bus. [2024-05-23 14:39:38.452] [ 8.530811] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:39:38.461] [ 8.530816] 5 locks held by = systemd-network/260: [2024-05-23 14:39:38.461] [ 8.530819] #0: (rtnl_mutex){+.+.}, at: = [<000000004ee84bac>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:39:38.461] [ 8.530848] #1: = (&desc->request_mutex){+.+.}, at: [<000000003e3b89d1>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:38.463] [ 8.530868] #2: = (&irq_desc_lock_class){-...}, at: [<0000000016940df4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:38.490] [ 8.530883] #3: (rcu_read_lock){....}, = at: [<000000004a5985c7>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:38.490] [ 8.530900] #4: (&picinfo->lock){....}, = at: [<000000002608864e>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:38.505] [ 8.530919] irq event stamp: 74600 [2024-05-23 14:39:38.505] [ 8.530924] hardirqs last enabled at = (74599): [<00000000f5f38f2c>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:38.519] [ 8.530930] hardirqs last disabled at = (74600): [<000000009e0431bf>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:38.520] [ 8.530938] softirqs last enabled at (0): = [<00000000860d1189>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:38.548] [ 8.530942] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:38.548] [ 8.530944] Preemption disabled at: [2024-05-23 14:39:38.548] [ 8.530950] [<0000000016940df4>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:38.548] [ 8.530960] CPU: 1 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:39:38.562] [ 8.530962] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:38.562] [ 8.530967] Call trace: [2024-05-23 14:39:38.575] [ 8.530973] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:38.578] [ 8.530978] show_stack+0x14/0x20 [2024-05-23 14:39:38.578] [ 8.530984] dump_stack+0xb8/0xf0 [2024-05-23 14:39:38.578] [ 8.530991] ___might_sleep+0x178/0x210 [2024-05-23 14:39:38.578] [ 8.530995] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:38.591] [ 8.531000] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:38.593] [ 8.531006] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:38.593] [ 8.531014] gic_set_type+0x84/0x98 [2024-05-23 14:39:38.593] [ 8.531018] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:38.623] [ 8.531023] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:38.623] [ 8.531028] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:38.623] [ 8.531035] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:39:38.623] [ 8.531041] __dev_open+0x100/0x150 [2024-05-23 14:39:38.623] [ 8.531045] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:39:38.623] [ 8.531049] dev_change_flags+0x20/0x60 [2024-05-23 14:39:38.623] [ 8.531053] do_setlink+0x3ec/0xc30 [2024-05-23 14:39:38.625] [ 8.531057] rtnl_setlink+0xcc/0x128 [2024-05-23 14:39:38.645] [ 8.531061] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:39:38.647] [ 8.531066] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:39:38.647] [ 8.531070] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:39:38.647] [ 8.531075] netlink_unicast+0x180/0x1f8 [2024-05-23 14:39:38.647] [ 8.531079] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:39:38.647] [ 8.531085] sock_sendmsg+0x3c/0x58 [2024-05-23 14:39:38.670] [ 8.531090] SyS_sendto+0xd0/0x140 [2024-05-23 14:39:38.683] [ 8.531095] el0_svc_naked+0x34/0x38 [2024-05-23 14:39:38.683] [ 8.532001] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:39:38.683] [ 8.646531] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:39:38.683] [ 8.646541] Disabling lock debugging due to = kernel taint [2024-05-23 14:39:38.695] [ 8.774712] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:39:38.695] [ 8.784854] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:39:38.695] [ 8.787529] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:39:38.697] [ 8.790979] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:39:38.697] [ 8.791455] Done!! [2024-05-23 14:39:38.720] Starting Load Kernel Modules... [2024-05-23 14:39:38.727] [ OK ] Star[ 8.819416] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:39:38.727] ted Network Service[ 8.819421] [INFO][GMAC] = --] init_rx_desc: : before [2024-05-23 14:39:38.727] . [2024-05-23 14:39:38.727] [ 8.819427] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:39:38.749] [ 8.819427] =20 [2024-05-23 14:39:38.749] [ 8.819895] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:39:38.762] [ 8.820225] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:39:38.762] [ 8.820229] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:39:38.762] [ 8.820233] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:39:38.762] [ 8.820233] =20 [2024-05-23 14:39:38.762] [ 8.820388] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:39:38.784] [ 8.820402] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:39:38.784] [ 8.820406] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:39:38.784] [ 8.820410] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:39:38.788] [ 8.820417] [INFO][GMAC] --] phy_start: : [2024-05-23 14:39:38.788] [ 8.820480] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:39:38.788] [ 8.850211] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:39:38.788] [ 8.852631] Done!! [2024-05-23 14:39:38.811] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:39:38.813] [ OK ] Started Cluster Framework. [2024-05-23 14:39:38.813] [ OK ] Started HUD Framework. [2024-05-23 14:39:38.813] [ 8.927878] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:38.826] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:39:38.830] [ OK ] Started Nvm Process. [2024-05-23 14:39:38.853] parents, child is 320 [2024-05-23 14:39:38.855] [ OK ] Started NS hsm control application. [2024-05-23 14:39:38.855] [IDC]Start. [2024-05-23 14:39:38.855] [ 8.958341] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:39:38.855] [ 8.963099] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:39:38.879] [ 8.968718] Done!! [2024-05-23 14:39:38.879] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:39:38.879] [IDC](A7)ConnectReq 0 [2024-05-23 14:39:38.879] [IDC](A7)do_connect 0 [2024-05-23 14:39:38.879] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:39:38.879] [IDC](A7)Tx start session req 1 [2024-05-23 14:39:38.879] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:39:38.879] [IDC](R5)ConnectReq 0 [2024-05-23 14:39:38.879] [IDC](R5)do_connect 0 [2024-05-23 14:39:38.923] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:39:38.962] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:39:38.962] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:39:38.962] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:39:38.962] [ OK ] Started Diagnosis Framework. [2024-05-23 14:39:38.962] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:39:38.962] [IDC](A7)Session connected. [2024-05-23 14:39:38.962] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:39:38.962] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:39:38.962] [IDC](R5)Session connected.2 [2024-05-23 14:39:38.962] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:39:38.962] [ OK ] Started NS Software Update. [2024-05-23 14:39:38.962] [ 9.042425] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:38.967] [ OK ] Started NS Secondary Verify. [2024-05-23 14:39:38.997] [ OK ] Started Diagnosis Transport. [2024-05-23 14:39:39.003] [ OK ] Reached target Network. [2024-05-23 14:39:39.019] Starting udev Coldplug all Devices... [2024-05-23 14:39:39.044] Starting Permit User Sessions... [2024-05-23 14:39:39.070] Starting Wait for Network to be[ = 9.172515] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:39:39.079] Configured... [2024-05-23 14:39:39.093] [ OK ] Started Load Kernel Modules. [2024-05-23 14:39:39.127] [ OK ] Started Login Service. [2024-05-23 14:39:39.142] [ OK ] Started Permit User Sessions. [2024-05-23 14:39:39.151] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:39:39.176] [ OK ] Started Getty on tty1. [2024-05-23 14:39:39.176] [ OK ] Reached target Login Prompts. [2024-05-23 14:39:39.176] [ OK ] Reached [ 9.283872] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:39:39.185] target Multi-User System. [2024-05-23 14:39:39.185] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:39:39.187] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:39:39.214] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:39:39.228] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:39:39.299] [ 9.399868] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:39.333] [ 9.452471] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:39:39.412] [ 9.530663] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:39.546] [ 9.663923] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:39.659] [ 9.776508] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:39.785] [ 9.901389] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:39.908] [ 10.019219] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:40.033] [ 10.147787] sched: RT throttling activated [2024-05-23 14:39:40.199] [ 10.301032] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:39:40.210] [ 10.301039] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:39:41.134] [ 11.239581] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:39:41.140] [ 11.239588] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:39:41.234] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:39:45.558]=20 [2024-05-23 14:39:45.562] telechips-nsp1-release login:=20 [2024-05-23 14:39:49.250]=20 [2024-05-23 14:39:49.250] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:39:49.255]=20 [2024-05-23 14:39:49.255] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:39:49.255] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:39:49.280] DRAM: 2 GiB [2024-05-23 14:39:49.305] MMC: sdhc@0x16440000: 0 [2024-05-23 14:39:49.572]=20 [2024-05-23 14:39:49.572] HW Partition tyep is UserData [2024-05-23 14:39:49.594] In: serial [2024-05-23 14:39:49.594] Out: serial [2024-05-23 14:39:49.596] Err: serial [2024-05-23 14:39:49.648] Boot in the UserData environment(0) [2024-05-23 14:39:49.652] Non-secure boot (secure boot flag is clear) [2024-05-23 14:39:49.665] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:39:49.667] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:39:49.667] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:39:49.692] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:39:49.695] Booting using the fdt blob at 0x23000000 [2024-05-23 14:39:49.695] Loading Kernel Image [2024-05-23 14:39:49.695] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:39:49.718] OPTEE is enabled [2024-05-23 14:39:49.722]=20 [2024-05-23 14:39:49.722] Starting kernel ... [2024-05-23 14:39:49.722]=20 [2024-05-23 14:39:50.632] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:39:50.638] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:39:50.652] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:39:50.666] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:39:50.668] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:39:50.668] [ 0.000000] efi: UEFI not found. [2024-05-23 14:39:50.692] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:39:50.704] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:39:50.704] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:39:50.704] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:39:50.708] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:39:50.734] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:39:50.736] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:39:50.736] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:39:50.736] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:39:50.761] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:39:50.761] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:39:50.761] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:39:50.775] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:39:50.788] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:39:50.790] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:39:50.790] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:39:50.817] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:39:50.817] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:39:50.817] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:39:50.831] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:39:50.833] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:39:50.871] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:39:50.871] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:39:50.871] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:39:50.871] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:39:50.872] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:39:50.874] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:39:50.874] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:39:50.894] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:39:50.908] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:39:50.908] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:39:50.908] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:39:50.910] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:39:50.910] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:39:50.936] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:39:50.936] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:39:50.953] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:39:50.953] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:39:50.967] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:39:50.967] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:39:50.982] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:39:51.004] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:39:51.007] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:39:51.007] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:39:51.007] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:39:51.032] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:39:51.032] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:39:51.032] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:39:51.032] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:39:51.047] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:39:51.047] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:39:51.063] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:39:51.063] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:39:51.078] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:39:51.078] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:39:51.094] [ 0.000000] Running RCU self tests [2024-05-23 14:39:51.094] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:39:51.094] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:39:51.107] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:39:51.109] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:39:51.109] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:39:51.134] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:39:51.134] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:39:51.134] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:39:51.134] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:39:51.134] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:39:51.149] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:39:51.150] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:39:51.175] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:39:51.175] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:39:51.175] [ 0.001482] Console: colour dummy device = 80x25 [2024-05-23 14:39:51.175] [ 0.001724] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:39:51.192] [ 0.001727] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:39:51.192] [ 0.001729] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:39:51.192] [ 0.001732] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:39:51.207] [ 0.001735] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:39:51.207] [ 0.001737] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:39:51.207] [ 0.001740] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:39:51.220] [ 0.001743] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:39:51.221] [ 0.001745] memory used by lock dependency = info: 7903 kB [2024-05-23 14:39:51.221] [ 0.001748] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:39:51.249] [ 0.001789] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:39:51.249] [ 0.001797] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:39:51.249] [ 0.002297] Security Framework initialized [2024-05-23 14:39:51.249] [ 0.002423] AppArmor: AppArmor initialized [2024-05-23 14:39:51.251] [ 0.002668] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:39:51.276] [ 0.002690] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:39:51.276] [ 0.019956] ASID allocator initialised with = 32768 entries [2024-05-23 14:39:51.276] [ 0.035858] Hierarchical SRCU = implementation. [2024-05-23 14:39:51.276] [ 0.062275] EFI services will not be = available. [2024-05-23 14:39:51.276] [ 0.076126] smp: Bringing up secondary CPUs = ... [2024-05-23 14:39:51.287] [ 0.120753] Detected VIPT I-cache on CPU1 [2024-05-23 14:39:51.289] [ 0.120830] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:39:51.312] [ 0.164997] Detected VIPT I-cache on CPU2 [2024-05-23 14:39:51.314] [ 0.165053] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:39:51.314] [ 0.209282] Detected VIPT I-cache on CPU3 [2024-05-23 14:39:51.314] [ 0.209335] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:39:51.314] [ 0.209709] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:39:51.314] [ 0.209750] SMP: Total of 4 processors = activated. [2024-05-23 14:39:51.326] [ 0.209766] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:39:51.339] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:39:51.339] [ 0.209964] alternatives: patching kernel = code [2024-05-23 14:39:51.352] [ 0.210507] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:39:51.352] [ 0.213211] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:39:51.352] [ 0.213758] devtmpfs: initialized [2024-05-23 14:39:51.355] [ 0.403484] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:39:51.355] [ 0.403752] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:39:51.384] [ 0.412496] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:39:51.384] [ 0.413421] chipinfo: TCC8030 Rev02 [2024-05-23 14:39:51.384] [ 0.413437] chipinfo: SiP Service v0.1.56 [2024-05-23 14:39:51.384] [ 0.418878] NET: Registered protocol family = 16 [2024-05-23 14:39:51.384] [ 0.422874] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:39:51.388] [ 0.424804] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:39:51.412] [ 0.426575] cpuidle: using governor menu [2024-05-23 14:39:51.434] [ 0.426810] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:39:51.434] [ 0.440892] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:39:51.434] [ 0.441365] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:39:51.434] [ 0.441411] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:39:51.436] [ 0.441455] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:39:51.436] [ 0.441498] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:39:51.436] [ 0.441542] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:39:51.436] [ 0.441585] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:39:51.436] [ 0.441628] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:39:51.469] [ 0.441671] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:39:51.469] [ 0.441715] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:39:51.469] [ 0.441758] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:39:51.469] [ 0.441801] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:39:51.469] [ 0.441846] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:39:51.476] [ 0.441978] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:39:51.476] [ 0.442022] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:39:51.498] [ 0.442065] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:39:51.498] [ 0.442123] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:39:51.500] [ 0.442166] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:39:51.500] [ 0.442210] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:39:51.500] [ 0.442605] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:39:51.500] [ 0.442649] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:39:51.524] [ 0.442692] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:39:51.536] [ 0.442736] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:39:51.536] [ 0.442779] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:39:51.536] [ 0.442822] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:39:51.536] [ 0.442865] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:39:51.538] [ 0.442909] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:39:51.538] [ 0.442952] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:39:51.560] [ 0.442995] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:39:51.569] [ 0.443038] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:39:51.569] [ 0.443082] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:39:51.569] [ 0.443332] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:39:51.569] [ 0.443390] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:39:51.581] [ 0.443434] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:39:51.581] [ 0.443478] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:39:51.583] [ 0.443521] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:39:51.583] [ 0.443564] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:39:51.622] [ 0.443607] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:39:51.622] [ 0.443797] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:39:51.622] [ 0.443841] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:39:51.622] [ 0.443884] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:39:51.622] [ 0.443927] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:39:51.622] [ 0.443971] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:39:51.625] [ 0.444014] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:39:51.625] [ 0.444057] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:39:51.625] [ 0.444100] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:39:51.646] [ 0.444143] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:39:51.646] [ 0.444186] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:39:51.646] [ 0.444242] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:39:51.646] [ 0.444285] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:39:51.660] [ 0.444329] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:39:51.662] [ 0.444372] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:39:51.662] [ 0.444902] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:39:51.688] [ 0.444947] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:39:51.688] [ 0.445114] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:39:51.688] [ 0.445284] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:39:51.688] [ 0.445468] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:39:51.688] [ 0.445635] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:39:51.700] [ 0.445803] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:39:51.714] [ 0.445847] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:39:51.714] [ 0.445982] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:39:51.716] [ 0.446187] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:39:51.716] [ 0.446370] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:39:51.738] [ 0.446548] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:39:51.740] [ 0.446593] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:39:51.740] [ 0.446636] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:39:51.740] [ 0.446680] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:39:51.740] [ 0.446723] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:39:51.766] [ 0.446902] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:39:51.766] [ 0.446946] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:39:51.766] [ 0.447157] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:39:51.766] [ 0.447171] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:39:51.766] [ 0.529555] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:39:51.780] [ 0.529647] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:39:51.780] [ 1.676642] console [ttyAMA0] enabled [2024-05-23 14:39:51.805] [ 1.684326] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:39:51.822] [ 1.713183] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:39:51.836] [ 1.723545] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:39:51.837] [ 1.734057] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:39:51.854] [ 1.744382] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:39:51.944] [ 1.844202] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:39:51.973] [ 1.860715] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:39:51.976] [ 1.867609] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:39:51.999] [ 1.874397] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:39:52.003] [ 1.880766] Linux video capture interface: = v2.00 [2024-05-23 14:39:52.003] [ 1.886509] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:52.023] [ 1.886514] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:39:52.025] [ 1.886518] 6 locks held by swapper/0/1: [2024-05-23 14:39:52.025] [ 1.886521] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:39:52.025] [ 1.886547] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:39:52.041] [ 1.886562] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:52.041] [ 1.886581] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:52.056] [ 1.886595] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:52.056] [ 1.886611] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:52.072] [ 1.886631] irq event stamp: 288042 [2024-05-23 14:39:52.072] [ 1.886636] hardirqs last enabled at = (288041): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:52.088] [ 1.886641] hardirqs last disabled at = (288042): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:52.088] [ 1.886649] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:52.107] [ 1.886652] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:52.107] [ 1.886655] Preemption disabled at: [2024-05-23 14:39:52.109] [ 1.886660] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:52.125] [ 1.886670] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:39:52.125] [ 1.886672] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:52.127] [ 1.886676] Call trace: [2024-05-23 14:39:52.151] [ 1.886682] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:52.164] [ 1.886687] show_stack+0x14/0x20 [2024-05-23 14:39:52.164] [ 1.886692] dump_stack+0xb8/0xf0 [2024-05-23 14:39:52.164] [ 1.886698] ___might_sleep+0x178/0x210 [2024-05-23 14:39:52.164] [ 1.886701] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:52.164] [ 1.886706] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:52.164] [ 1.886712] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:52.166] [ 1.886720] gic_set_type+0x84/0x98 [2024-05-23 14:39:52.166] [ 1.886725] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:52.166] [ 1.886730] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:52.166] [ 1.886734] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:52.189] [ 1.886739] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:39:52.189] [ 1.886746] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:39:52.189] [ 1.886751] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:52.189] [ 1.886756] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:52.189] [ 1.886761] __driver_attach+0xfc/0x118 [2024-05-23 14:39:52.191] [ 1.886766] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:52.215] [ 1.886770] driver_attach+0x20/0x28 [2024-05-23 14:39:52.215] [ 1.886775] bus_add_driver+0x220/0x268 [2024-05-23 14:39:52.215] [ 1.886780] driver_register+0x60/0xf8 [2024-05-23 14:39:52.215] [ 1.886784] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:52.215] [ 1.886791] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:39:52.215] [ 1.886796] do_one_initcall+0x50/0x15c [2024-05-23 14:39:52.228] [ 1.886803] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:39:52.231] [ 1.886808] kernel_init+0x10/0x100 [2024-05-23 14:39:52.231] [ 1.886813] ret_from_fork+0x10/0x18 [2024-05-23 14:39:52.231] [ 1.892682] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:39:52.259] [ 2.139919] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:39:52.259] [ 2.153567] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:39:52.275] [ 2.160601] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:39:52.275] [ 2.165200] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:39:52.275] [ 2.170004] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:39:52.295] [ 2.174853] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:39:52.297] [ 2.179407] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:39:52.334] [ 2.232889] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:39:52.347] [ 2.245495] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:52.366] [ 2.263650] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:52.383] [ 2.279233] NET: Registered protocol family = 2 [2024-05-23 14:39:52.409] [ 2.286686] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:39:52.411] [ 2.294304] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:39:52.411] [ 2.305544] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:39:52.437] [ 2.312908] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:39:52.440] [ 2.319682] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:39:52.440] [ 2.327759] NET: Registered protocol family = 1 [2024-05-23 14:39:52.536] [ 2.435757] audit: initializing netlink = subsys (disabled) [2024-05-23 14:39:52.547] [ 2.442181] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:39:52.563] [ 2.442740] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:39:52.626] [ 2.525003] fuse init (API version 7.26) [2024-05-23 14:39:52.651] [ 2.542960] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:39:52.655] [ 2.552651] io scheduler noop registered = (default) [2024-05-23 14:39:52.669] [ 2.557491] io scheduler mq-deadline = registered [2024-05-23 14:39:52.669] [ 2.562054] io scheduler kyber registered [2024-05-23 14:39:52.673] [ 2.573109] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:52.688] [ 2.580277] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:52.688] [ 2.586488] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:39:52.706] [ 2.594134] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:52.757] [ 2.656657] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:52.766] [ 2.664356] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:52.778] [ 2.669221] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:39:52.778] [ 2.674649] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:52.792] [ 2.675273] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:52.792] [ 2.686028] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:52.793] [ 2.692237] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:39:52.818] [ 2.699795] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:52.824] [ 2.723696] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:52.838] [ 2.730608] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:52.838] [ 2.735251] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:39:52.853] [ 2.740677] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:52.853] [ 2.741249] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:39:52.853] [ 2.752002] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:39:52.869] [ 2.758211] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:39:52.869] [ 2.765825] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:39:52.932] [ 2.831766] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:39:52.942] [ 2.838534] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:39:52.956] [ 2.843156] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:39:52.959] [ 2.848583] fbX_probe : update_type =3D 1=20 [2024-05-23 14:39:52.973] [ 2.858231] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:39:52.973] [ 2.867873] [INF][WDMA] tcc_wdma_init [2024-05-23 14:39:52.975] [ 2.872837] TCC WDMA Driver Initializing [2024-05-23 14:39:53.001] [ 2.880146] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:39:53.001] [ 2.886247] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:39:53.001] [ 2.896810] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:53.024] [ 2.909461] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:39:53.024] [ 2.918855] [CPU_ID] probe is done [2024-05-23 14:39:53.028] [ 2.922600] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:39:53.044] [ 2.929305] [DRAM_TOOL] probe is done [2024-05-23 14:39:53.044] [ 2.936513] MALI-G51 : r30p0-01eac0 [2024-05-23 14:39:53.044] [ 2.940038] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:39:53.066] [ 2.950042] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:53.066] [ 2.950046] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:39:53.080] [ 2.950051] 6 locks held by swapper/0/1: [2024-05-23 14:39:53.093] [ 2.950053] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:39:53.093] [ 2.950081] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:39:53.107] [ 2.950096] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:39:53.109] [ 2.950114] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:53.109] [ 2.950129] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:39:53.134] [ 2.950145] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:53.134] [ 2.950164] irq event stamp: 453620 [2024-05-23 14:39:53.134] [ 2.950169] hardirqs last enabled at = (453619): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:53.149] [ 2.950175] hardirqs last disabled at = (453620): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:39:53.149] [ 2.950182] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:53.165] [ 2.950186] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:53.165] [ 2.950188] Preemption disabled at: [2024-05-23 14:39:53.178] [ 2.950194] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:53.190] [ 2.950203] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:39:53.190] [ 2.950206] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:53.192] [ 2.950210] Call trace: [2024-05-23 14:39:53.192] [ 2.950216] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:53.216] [ 2.950221] show_stack+0x14/0x20 [2024-05-23 14:39:53.219] [ 2.950227] dump_stack+0xb8/0xf0 [2024-05-23 14:39:53.219] [ 2.950232] ___might_sleep+0x178/0x210 [2024-05-23 14:39:53.219] [ 2.950236] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:53.219] [ 2.950241] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:53.219] [ 2.950246] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:53.219] [ 2.950253] gic_set_type+0x84/0x98 [2024-05-23 14:39:53.223] [ 2.950258] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:53.245] [ 2.950263] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:53.257] [ 2.950268] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:53.257] [ 2.950274] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:39:53.257] [ 2.950280] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:39:53.257] [ 2.950284] kbase_device_init+0x78/0xf8 [2024-05-23 14:39:53.257] [ 2.950291] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:39:53.259] [ 2.950295] platform_drv_probe+0x58/0xb8 [2024-05-23 14:39:53.259] [ 2.950300] = driver_probe_device+0x228/0x410 [2024-05-23 14:39:53.259] [ 2.950305] __driver_attach+0xfc/0x118 [2024-05-23 14:39:53.282] [ 2.950310] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:39:53.295] [ 2.950315] driver_attach+0x20/0x28 [2024-05-23 14:39:53.295] [ 2.950320] bus_add_driver+0x220/0x268 [2024-05-23 14:39:53.295] [ 2.950324] driver_register+0x60/0xf8 [2024-05-23 14:39:53.295] [ 2.950329] = __platform_driver_register+0x44/0x50 [2024-05-23 14:39:53.295] [ 2.950336] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:39:53.300] [ 2.950341] do_one_initcall+0x50/0x15c [2024-05-23 14:39:53.300] [ 2.950348] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:39:53.300] [ 2.950354] kernel_init+0x10/0x100 [2024-05-23 14:39:53.300] [ 2.950359] ret_from_fork+0x10/0x18 [2024-05-23 14:39:53.321] [ 2.952304] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:39:53.323] [ 3.207361] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:39:53.323] [ 3.214099] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:39:53.347] [ 3.228145] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:39:53.350] [ 3.235166] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:39:53.350] [ 3.247359] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:39:53.366] [ 3.253578] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:39:53.366] [ 3.257959] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:39:53.368] [ 3.265532] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:39:53.413] [ 3.312606] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:39:53.424] [ 3.320413] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:39:53.435] [ 3.329381] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:39:53.451] [ 3.342925] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:39:53.451] [ 3.348204] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:39:53.477] [ 3.359277] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:39:53.477] [ 3.368198] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:39:53.500] [ 3.387589] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:39:53.513] [ 3.403151] libphy: Fixed MDIO Bus: probed [2024-05-23 14:39:53.513] [ 3.408398] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:39:53.538] [ 3.420051] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:39:53.540] [ 3.421865] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:39:53.540] [ 3.421918] [INFO][GAMC] gmac index : 1 [2024-05-23 14:39:53.540] [ 3.422578] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:39:53.540] [ 3.422586] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:39:53.556] [ 3.423848] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:39:53.556] [ 3.423861] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:39:53.556] [ 3.427655] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:39:53.577] [ 3.436616] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:39:53.577] [ 3.437702] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:53.577] [ 3.437714] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:39:53.577] [ 3.437721] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:39:53.591] [ 3.437733] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:53.591] [ 3.437745] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:39:53.591] [ 3.439702] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:39:53.606] [ 3.448895] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:39:53.606] [ 3.448904] usbhid: USB HID core driver [2024-05-23 14:39:53.620] [ 3.449253] optee: probing for conduit = method from DT. [2024-05-23 14:39:53.622] [ 3.449281] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:39:53.622] [ 3.451320] optee: initialized driver [2024-05-23 14:39:53.644] [ 3.453062] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:39:53.647] [ 3.453077] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:39:53.647] [ 3.453085] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:39:53.647] [ 3.453092] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:39:53.647] [ 3.453099] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:39:53.660] [ 3.453106] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:39:53.661] [ 3.453114] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:39:53.661] [ 3.453121] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:39:53.689] [ 3.454641] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:39:53.689] [ 3.454649] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:39:53.689] [ 3.461670] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:39:53.689] [ 3.479596] NET: Registered protocol family = 17 [2024-05-23 14:39:53.704] [ 3.480247] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:39:53.718] [ 3.485101] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:39:53.722] [ 3.611250] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:39:53.744] [ 3.621958] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:39:53.749] [ 3.629254] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:39:53.749] [ 3.636053] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:39:53.749] [ 3.643358] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:39:53.765] [ 3.649807] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:39:53.768] [ 3.649852] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:39:53.789] [ 3.652112] ALSA device list: [2024-05-23 14:39:53.794] [ 3.652120] No soundcards found. [2024-05-23 14:39:53.794] [ 3.674395] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:39:53.794] [ 3.683059] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:39:53.794] [ 3.690571] GPT:15269887 !=3D 15273599 [2024-05-23 14:39:53.807] [ 3.694177] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:39:53.810] [ 3.696599] Freeing unused kernel memory: = 4160K [2024-05-23 14:39:53.810] [ 3.705039] GPT:15269887 !=3D 15273599 [2024-05-23 14:39:53.834] Mounting devtmpfs[ 3.708785] GPT: Use GNU = Parted to correct GPT errors. [2024-05-23 14:39:53.838]=20 [2024-05-23 14:39:53.838] [ 3.715534] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:39:53.838] [ 3.722021] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:39:53.840] Mounting procfs [2024-05-23 14:39:53.863] Mounting sysfs [2024-05-23 14:39:53.865] [ 3.750681] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:39:53.891] [ 3.779350] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:39:53.923] [ 3.822271] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:39:53.933] [ 3.831713] mount (98) used greatest stack = depth: 11328 bytes left [2024-05-23 14:39:54.201] [ 4.099094] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:39:54.297] [ 4.196870] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:39:54.326] [ 4.224251] systemd[1]: Detected = architecture arm64. [2024-05-23 14:39:54.370]=20 [2024-05-23 14:39:54.370] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:39:54.386]=20 [2024-05-23 14:39:54.387] [ 4.285723] systemd[1]: Set hostname to = . [2024-05-23 14:39:54.403] [ 4.297129] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:39:54.428] [ 4.306504] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:39:54.640] [ 4.537751] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:39:54.665] [ 4.554848] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:39:54.708] [ 4.597731] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:39:54.712] [ 4.609833] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:39:54.897] [ 4.795676] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:39:54.969] [ OK ] Reached target Paths. [2024-05-23 14:39:54.994] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:39:55.020] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:39:55.022] [ OK ] Listening on udev Control Socket. [2024-05-23 14:39:55.040] [ OK ] Created slice User and Session Slice. [2024-05-23 14:39:55.057] [ OK ] Reached target Slices. [2024-05-23 14:39:55.083] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:39:55.087] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:39:55.104] [ OK ] Listening on Journal Socket. [2024-05-23 14:39:55.142] Mounting Kernel Debug File System... [2024-05-23 14:39:55.166] Starting Apply Kernel Variables... [2024-05-23 14:39:55.196] Mounting Configuration File System... [2024-05-23 14:39:55.226] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:39:55.259] Mounting POSIX Message Queue File = System... [2024-05-23 14:39:55.301] Mounting FUSE Control File System... [2024-05-23 14:39:55.314] [ 5.211081] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:39:55.349] Mounting Huge Pages File System... [2024-05-23 14:39:55.378] Starting udev Coldplug all Devices... [2024-05-23 14:39:55.405] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:39:55.424] [ OK ] Listening on Syslog Socket. [2024-05-23 14:39:55.462] Starting Journal Service... [2024-05-23 14:39:55.494] [ 5.386095] systemd-tmpfile (126) used = greatest stack depth: 11168 bytes left [2024-05-23 14:39:55.497] Starting mount data partition = service... [2024-05-23 14:39:55.511] [ OK ] Reached target Swap. [2024-05-23 14:39:55.530] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:39:55.545] [ OK ] Reached target Remote File Systems. [2024-05-23 14:39:55.576] [ OK ] Created slice system-getty.slice. [2024-05-23 14:39:55.602] [ 5.501895] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:55.658] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:39:55.693] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:39:55.709] [ OK ] Mounted Configuration File System. [2024-05-23 14:39:55.743] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:39:55.759] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:39:55.776] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:39:55.783] [ OK ] Started Journal Service. [2024-05-23 14:39:55.810] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:39:55.850] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:39:55.879] [ OK ] Started mount data partition service. [2024-05-23 14:39:55.939] Starting NS file System mount and = recovery.... [2024-05-23 14:39:55.960] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:39:55.991] Mounting /tmp... [2024-05-23 14:39:56.010] [ OK ] Reached target Containers. [2024-05-23 14:39:56.027] Mounting /var/volatile... [2024-05-23 14:39:56.067] [ 5.965480] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:56.079] Starting udev Kernel Device = Manager... [2024-05-23 14:39:56.111] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:39:56.159] [ 6.058558] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:39:56.264] [ OK ] Started udev Kernel Device Manager.[ = 6.167294] EXT4-fs (mmcblk0p36): mounted filesystem with ordered data = mode. Opts: (null) [2024-05-23 14:39:56.280] =0A= [2024-05-23 14:39:56.360] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:39:56.394] [ OK ] Mounted /tmp. [2024-05-23 14:39:56.411] [ OK ] Mounted /var/volatile. [2024-05-23 14:39:56.492] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:39:56.525] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:39:56.705] [ 6.604213] systemd-journald[127]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:39:56.728] Starting Bind mount volatile = /var/cache... [2024-05-23 14:39:56.761] Starting Bind mount volatile = /var/spool... [2024-05-23 14:39:56.791] Starting Bind mount volatile = /var/lib... [2024-05-23 14:39:56.816] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:39:57.015] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:39:57.043] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:39:57.079] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:39:57.108] Starting Load/Save Random Seed... [2024-05-23 14:39:57.128] [ OK ] Reached target Local File Systems. [2024-05-23 14:39:57.155] Starting AppArmor initialization... [2024-05-23 14:39:57.188] Starting Create Volatile Files and = Directories... [2024-05-23 14:39:57.221] Starting netfilter persistent = configuration... [2024-05-23 14:39:57.250] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:39:57.348] [ 7.246388] audit: type=3D1400 = audit(1550139121.144:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:39:57.386] [ 7.262201] audit: type=3D1400 = audit(1550139121.144:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:57.389] [ 7.279267] audit: type=3D1400 = audit(1550139121.144:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:57.405] [ 7.296206] audit: type=3D1400 = audit(1550139121.144:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:57.421] [ 7.313858] audit: type=3D1400 = audit(1550139121.144:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:57.437] [ 7.330768] audit: type=3D1400 = audit(1550139121.144:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:57.452] [ 7.347502] audit: type=3D1400 = audit(1550139121.144:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:39:57.469] [ OK ] Started AppArmor initialization. [2024-05-23 14:39:57.493] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:39:57.529] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:39:57.544] [ OK ] Reached target Network (Pre). [2024-05-23 14:39:57.578] Starting Network Service... [2024-05-23 14:39:57.604] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:39:57.659] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:39:57.679] [ OK ] Reached target System Initialization. [2024-05-23 14:39:57.696] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:39:57.725] [ OK ] Reached target Timers. [2024-05-23 14:39:57.745] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:39:57.761] [ OK ] Reached target Sockets. [2024-05-23 14:39:57.779] [ OK ] Reached target Basic System. [2024-05-23 14:39:57.795] [ 7.686713] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:39:57.811] [ 7.710564] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:39:57.817] [ 7.715155] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:39:57.834] [ 7.719655] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:39:57.846] [ OK ] Started System Logging Service. [2024-05-23 14:39:57.862] [ OK ] Started Kernel Logging Service. [2024-05-23 14:39:57.884] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:39:57.928] Starting Load Kernel Modules... [2024-05-23 14:39:57.963] Starting Login Service... [2024-05-23 14:39:57.991] [ OK ] Started NS VSync Process. [2024-05-23 14:39:58.006] [ 7.903004] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:39:58.022] [ 7.910211] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:39:58.022] [ 7.917571] Disabling lock debugging due to = kernel taint [2024-05-23 14:39:58.053] [ 7.952112] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:39:58.058] [ 7.956520] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:39:58.072] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:39:58.098] [ 7.956531] [INFO][GMAC]=20 [2024-05-23 14:39:58.100] [ 7.973779] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:39:58.100] [ 7.989368] libphy: tcc-gmac-mdio: probed [2024-05-23 14:39:58.100] [ OK ] Started 7.993989] [INFO][GMAC] = registered! [2024-05-23 14:39:58.113] 39mNS System Management Process [INFO][GMAC] = --] tcc_gmac_phy_probe: : [2024-05-23 14:39:58.113] [0m. [2024-05-23 14:39:58.113] [ 8.007695] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:39:58.128] Starting NS Inter Domain Comm = Process... [2024-05-23 14:39:58.130] Start /usr/bin/sys-fail-mon [2024-05-23 14:39:58.154] [ 8.034583] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:39:58.156] [ 8.040289] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:39:58.156] [ OK ] Started 8.050521] ns_idc_micom = ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:39:58.172] 39mOP-TEE Supplicant Service[ 8.061311] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:39:58.173] . [2024-05-23 14:39:58.173] [ 8.065527] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:39:58.199] [ OK ] Started 8.078127] ns-mailbox = 1ba10000.mbox: [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:58.199] 39mTEE-based HSM Service. [2024-05-23 14:39:58.199] [ 8.092784] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:39:58.212] ;32m OK ] Started 8.101069] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:39:58.214] mNetwork Service. [2024-05-23 14:39:58.240] [ 8.107413] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:39:58.240] [ 8.107454] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:39:58.240] [ 8.107454] -- MASTER Configuration. [2024-05-23 14:39:58.240] [ 8.107454] -- Local Receiver Status Not = OK. [2024-05-23 14:39:58.240] [ 8.107454] -- Remote Receiver Status Not = OK. [2024-05-23 14:39:58.242] [ 8.107471] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:39:58.266] [ 8.107475] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:39:58.266] [ 8.107621] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:39:58.266] [ 8.107624] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:39:58.281] [ 8.107626] INFO: lockdep is turned off. [2024-05-23 14:39:58.281] [ 8.107628] irq event stamp: 70600 [2024-05-23 14:39:58.281] [ 8.107642] hardirqs last enabled at = (70599): [<0000000073966fc3>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:39:58.296] [ 8.107648] hardirqs last disabled at = (70600): [<0000000019d31671>] __schedule+0xc8/0x730 [2024-05-23 14:39:58.296] [ 8.107655] softirqs last enabled at (0): = [<0000000025141137>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:39:58.312] [ 8.107658] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:39:58.312] [ 8.107660] Preemption disabled at: [2024-05-23 14:39:58.326] [ 8.107666] [<000000000dadf4b9>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:39:58.328] [ 8.107674] CPU: 0 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:39:58.350] [ 8.107676] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:39:58.364] [ 8.107678] Call trace: [2024-05-23 14:39:58.364] [ 8.107683] dump_backtrace+0x0/0x1d8 [2024-05-23 14:39:58.364] [ 8.107687] show_stack+0x14/0x20 [2024-05-23 14:39:58.364] [ 8.107691] dump_stack+0xb8/0xf0 [2024-05-23 14:39:58.364] [ 8.107695] ___might_sleep+0x178/0x210 [2024-05-23 14:39:58.364] [ 8.107698] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:39:58.367] [ 8.107703] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:39:58.367] [ 8.107707] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:39:58.367] [ 8.107713] gic_set_type+0x84/0x98 [2024-05-23 14:39:58.389] [ 8.107717] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:39:58.395] [ 8.107721] __setup_irq+0x76c/0x7f8 [2024-05-23 14:39:58.395] [ 8.107724] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:39:58.395] [ 8.107729] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:39:58.395] [ 8.107734] __dev_open+0x100/0x150 [2024-05-23 14:39:58.395] [ 8.107737] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:39:58.395] [ 8.107740] dev_change_flags+0x20/0x60 [2024-05-23 14:39:58.418] [ 8.107744] do_setlink+0x3ec/0xc30 [2024-05-23 14:39:58.431] [ 8.107747] rtnl_setlink+0xcc/0x128 [2024-05-23 14:39:58.431] [ 8.107750] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:39:58.431] [ 8.107754] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:39:58.431] [ 8.107757] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:39:58.431] [ 8.107759] netlink_unicast+0x180/0x1f8 [2024-05-23 14:39:58.431] [ 8.107762] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:39:58.433] [ 8.107767] sock_sendmsg+0x3c/0x58 [2024-05-23 14:39:58.433] [ 8.107771] SyS_sendto+0xd0/0x140 [2024-05-23 14:39:58.433] [ 8.107775] el0_svc_naked+0x34/0x38 [2024-05-23 14:39:58.433] [ 8.108007] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:39:58.457] [ 8.113500] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:39:58.457] [ 8.113504] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:39:58.457] [ 8.113509] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:39:58.457] [ 8.113509] =20 [2024-05-23 14:39:58.457] [ 8.113828] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:39:58.471] [ 8.114012] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:39:58.483] [ 8.114016] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:39:58.483] [ 8.114020] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:39:58.496] [ 8.114020] =20 [2024-05-23 14:39:58.496] [ 8.114171] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:39:58.496] [ 8.114186] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:39:58.514] [ 8.114190] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:39:58.514] [ 8.114193] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:39:58.514] [ 8.114201] [INFO][GMAC] --] phy_start: : [2024-05-23 14:39:58.529] [ 8.114262] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:39:58.529] [ 8.219923] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:58.529] [ 8.327916] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:58.529] [ OK ] Reached target[ 8.414249] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:39:58.531] Network. [2024-05-23 14:39:58.531] [ 8.424580] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:39:58.556] Starting udev Co[ 8.434472] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:39:58.556] ldplug all Devices... [2024-05-23 14:39:58.556] [ 8.436018] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:58.558] Starting Permit User Sessions... [2024-05-23 14:39:58.582] [ 8.471582] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:39:58.598] Starting Wait for Network to be = Configured... [2024-05-23 14:39:58.598] [ 8.479027] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:39:58.621] [ 8.494644] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:39:58.621] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:39:58.621] [ 8.509207] Done!! [2024-05-23 14:39:58.621] [ OK ] Started Permit User Sessions. [2024-05-23 14:39:58.640] [ OK ] Started Getty on tty1. [2024-05-23 14:39:58.655] [ OK ] Started Serial Getty on t[ = 8.544098] [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:39:58.655] tyAMA0. [2024-05-23 14:39:58.655] [ OK ] Reached target Login Prompts. [2024-05-23 14:39:58.672] parents, child is 315 [2024-05-23 14:39:58.672] [IDC]Start. [2024-05-23 14:39:58.672] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:39:58.672] [IDC](A7)ConnectReq 0 [2024-05-23 14:39:58.672] [IDC](A7)do_connect 0 [2024-05-23 14:39:58.672] [ID[ 8.560488] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:39:58.691] C](A7)Session status 0 -> 1 [2024-05-23 14:39:58.691] [IDC](A7)Tx start session req 1 [2024-05-23 14:39:58.691] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:39:58.691] [IDC](R5)ConnectReq 0 [2024-05-23 14:39:58.691] [IDC](R5)do_connect 0 [2024-05-23 14:39:58.693] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:39:58.716] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:39:58.753] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:39:58.753] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:39:58.753] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:39:58.753] [IDC](A7)Session connected. [2024-05-23 14:39:58.753] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:39:58.753] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:39:58.753] [ OK ] Started Cluster Framework. [2024-05-23 14:39:58.758] [IDC](R5)Session connected.2 [2024-05-23 14:39:58.758] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:39:58.758] [ OK ] Started HUD Framework. [2024-05-23 14:39:58.789] [ 8.687976] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:58.853] [ 8.731029] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:39:58.862] [ 8.752355] Done!! [2024-05-23 14:39:58.887] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:39:58.914] [ 8.804077] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:58.930] [ 8.815882] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:39:59.027] [ OK ] Started Nvm Process. [2024-05-23 14:39:59.089] [ 8.988059] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:59.095] [ OK ] Started NS hsm control application. [2024-05-23 14:39:59.130] [ OK ] Started Diagnosis Framework. [2024-05-23 14:39:59.159] [ OK ] Started Diagnosis Transport. [2024-05-23 14:39:59.170] [ 9.023424] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:39:59.184] [ 9.068017] Done!! [2024-05-23 14:39:59.198] [ OK ] Started NS Software Update. [2024-05-23 14:39:59.215] [ 9.099983] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:59.240] [ OK ] Started NS Secondary Verify. [2024-05-23 14:39:59.285] [ OK ] Started Load Kernel Modules. [2024-05-23 14:39:59.316] [ 9.215320] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:59.359] [ OK ] Started Login Service. [2024-05-23 14:39:59.363] [ OK ] Reached target Multi-User System. [2024-05-23 14:39:59.379] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:39:59.397] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:39:59.438] [ 9.337364] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:39:59.550] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:39:59.600] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:39:59.990] [ 9.887625] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:00.000] [ 9.896010] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:00.988] [ 10.870331] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:00.995] [ 10.870341] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:01.011] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:40:04.944]=20 [2024-05-23 14:40:04.944] telechips-nsp1-release login:=20 [2024-05-23 14:40:07.475]=20 [2024-05-23 14:40:07.475] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:40:07.486]=20 [2024-05-23 14:40:07.486] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:40:07.486] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:40:07.486] DRAM: 2 GiB [2024-05-23 14:40:07.507] MMC: sdhc@0x16440000: 0 [2024-05-23 14:40:07.781]=20 [2024-05-23 14:40:07.783] HW Partition tyep is UserData [2024-05-23 14:40:07.792] In: serial [2024-05-23 14:40:07.802] Out: serial [2024-05-23 14:40:07.802] Err: serial [2024-05-23 14:40:07.859] Boot in the UserData environment(0) [2024-05-23 14:40:07.864] Non-secure boot (secure boot flag is clear) [2024-05-23 14:40:07.878] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:40:07.881] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:40:07.881] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:40:07.881] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:40:07.908] Booting using the fdt blob at 0x23000000 [2024-05-23 14:40:07.908] Loading Kernel Image [2024-05-23 14:40:07.908] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:40:07.923] OPTEE is enabled [2024-05-23 14:40:07.923]=20 [2024-05-23 14:40:07.923] Starting kernel ... [2024-05-23 14:40:07.944]=20 [2024-05-23 14:40:08.842] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:40:08.847] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:40:08.860] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:40:08.874] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:40:08.874] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:40:08.876] [ 0.000000] efi: UEFI not found. [2024-05-23 14:40:08.903] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:40:08.903] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:40:08.903] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:40:08.905] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:40:08.931] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:40:08.931] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:40:08.931] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:40:08.946] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:40:08.946] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:40:08.962] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:40:08.962] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:40:08.978] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:40:08.978] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:40:08.993] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:40:08.993] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:40:09.008] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:40:09.008] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:40:09.023] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:40:09.023] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:40:09.039] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:40:09.039] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:40:09.054] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:40:09.055] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:40:09.080] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:40:09.080] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:40:09.080] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:40:09.080] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:40:09.093] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:40:09.106] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:40:09.106] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:40:09.121] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:40:09.121] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:40:09.123] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:40:09.123] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:40:09.146] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:40:09.148] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:40:09.172] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:40:09.172] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:40:09.172] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:40:09.174] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:40:09.200] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:40:09.200] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:40:09.200] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:40:09.222] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:40:09.222] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:40:09.222] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:40:09.242] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:40:09.242] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:40:09.244] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:40:09.270] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:40:09.270] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:40:09.270] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:40:09.286] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:40:09.298] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:40:09.298] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:40:09.301] [ 0.000000] Running RCU self tests [2024-05-23 14:40:09.301] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:40:09.325] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:40:09.325] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:40:09.325] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:40:09.325] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:40:09.325] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:40:09.340] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:40:09.340] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:40:09.340] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:40:09.358] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:40:09.361] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:40:09.385] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:40:09.389] [ 0.000675] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:40:09.389] [ 0.000694] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:40:09.389] [ 0.001471] Console: colour dummy device = 80x25 [2024-05-23 14:40:09.389] [ 0.001714] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:40:09.414] [ 0.001716] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:40:09.414] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:40:09.414] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:40:09.414] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:40:09.414] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:40:09.415] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:40:09.439] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:40:09.439] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:40:09.439] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:40:09.439] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:40:09.454] [ 0.001787] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:40:09.454] [ 0.002288] Security Framework initialized [2024-05-23 14:40:09.454] [ 0.002415] AppArmor: AppArmor initialized [2024-05-23 14:40:09.471] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:40:09.471] [ 0.002683] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:40:09.484] [ 0.019950] ASID allocator initialised with = 32768 entries [2024-05-23 14:40:09.497] [ 0.035850] Hierarchical SRCU = implementation. [2024-05-23 14:40:09.497] [ 0.062265] EFI services will not be = available. [2024-05-23 14:40:09.498] [ 0.076118] smp: Bringing up secondary CPUs = ... [2024-05-23 14:40:09.498] [ 0.120746] Detected VIPT I-cache on CPU1 [2024-05-23 14:40:09.499] [ 0.120822] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:40:09.527] [ 0.164987] Detected VIPT I-cache on CPU2 [2024-05-23 14:40:09.527] [ 0.165044] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:40:09.527] [ 0.209270] Detected VIPT I-cache on CPU3 [2024-05-23 14:40:09.527] [ 0.209323] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:40:09.527] [ 0.209700] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:40:09.527] [ 0.209741] SMP: Total of 4 processors = activated. [2024-05-23 14:40:09.539] [ 0.209756] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:40:09.551] [ 0.209776] CPU: All CPU(s) started at EL2 [2024-05-23 14:40:09.551] [ 0.209958] alternatives: patching kernel = code [2024-05-23 14:40:09.557] [ 0.210502] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:40:09.557] [ 0.213107] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:40:09.557] [ 0.213715] devtmpfs: initialized [2024-05-23 14:40:09.557] [ 0.403323] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:40:09.581] [ 0.403587] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:40:09.581] [ 0.412404] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:40:09.581] [ 0.413344] chipinfo: TCC8030 Rev02 [2024-05-23 14:40:09.581] [ 0.413359] chipinfo: SiP Service v0.1.56 [2024-05-23 14:40:09.585] [ 0.418616] NET: Registered protocol family = 16 [2024-05-23 14:40:09.610] [ 0.422692] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:40:09.624] [ 0.424646] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:40:09.624] [ 0.426353] cpuidle: using governor menu [2024-05-23 14:40:09.624] [ 0.426590] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:40:09.624] [ 0.440675] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:40:09.627] [ 0.441149] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:40:09.627] [ 0.441195] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:40:09.627] [ 0.441239] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441283] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441327] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441370] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441414] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441458] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441502] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441545] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:40:09.675] [ 0.441602] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:40:09.688] [ 0.441647] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:40:09.688] [ 0.441690] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:40:09.692] [ 0.441733] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:40:09.692] [ 0.441776] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:40:09.692] [ 0.441820] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:40:09.715] [ 0.441863] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:40:09.716] [ 0.441907] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:40:09.716] [ 0.442374] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:40:09.716] [ 0.442420] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:40:09.716] [ 0.442463] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:40:09.739] [ 0.442507] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:40:09.753] [ 0.442550] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:40:09.753] [ 0.442593] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:40:09.753] [ 0.442636] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:40:09.753] [ 0.442680] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:40:09.756] [ 0.442737] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:40:09.756] [ 0.442780] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:40:09.756] [ 0.442823] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:40:09.780] [ 0.442867] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:40:09.780] [ 0.443110] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:40:09.780] [ 0.443153] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:40:09.780] [ 0.443197] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:40:09.780] [ 0.443241] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:40:09.795] [ 0.443284] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:40:09.808] [ 0.443327] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:40:09.808] [ 0.443370] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:40:09.810] [ 0.443569] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:40:09.810] [ 0.443613] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:40:09.829] [ 0.443656] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:40:09.831] [ 0.443699] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:40:09.831] [ 0.443743] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:40:09.831] [ 0.443799] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:40:09.831] [ 0.443843] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:40:09.858] [ 0.443886] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:40:09.858] [ 0.443929] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:40:09.858] [ 0.443972] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:40:09.858] [ 0.444016] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:40:09.858] [ 0.444059] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:40:09.871] [ 0.444102] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:40:09.873] [ 0.444145] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:40:09.873] [ 0.444697] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:40:09.898] [ 0.444742] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:40:09.898] [ 0.444914] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:40:09.898] [ 0.445083] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:40:09.898] [ 0.445251] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:40:09.898] [ 0.445415] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:40:09.914] [ 0.445584] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:40:09.918] [ 0.445629] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:40:09.918] [ 0.445672] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:40:09.918] [ 0.445837] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:40:09.940] [ 0.446013] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:40:09.940] [ 0.446187] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:40:09.940] [ 0.446231] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:40:09.940] [ 0.446276] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:40:09.955] [ 0.446430] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:40:09.955] [ 0.446492] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:40:09.955] [ 0.446702] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:40:09.977] [ 0.446747] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:40:09.977] [ 0.446962] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:40:09.977] [ 0.446976] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:40:09.977] [ 0.529377] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:40:09.994] [ 0.529467] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:40:09.994] [ 1.676420] console [ttyAMA0] enabled [2024-05-23 14:40:10.008] [ 1.684218] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:40:10.025] [ 1.713217] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:40:10.039] [ 1.723497] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:40:10.054] [ 1.734071] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:40:10.079] [ 1.744408] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:40:10.155] [ 1.844066] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:40:10.173] [ 1.860473] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:40:10.187] [ 1.867478] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:40:10.187] [ 1.874271] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:40:10.214] [ 1.880734] Linux video capture interface: = v2.00 [2024-05-23 14:40:10.214] [ 1.886602] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:10.218] [ 1.886607] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:40:10.243] [ 1.886611] 6 locks held by swapper/0/1: [2024-05-23 14:40:10.243] [ 1.886613] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:40:10.243] [ 1.886641] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:40:10.243] [ 1.886656] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:10.263] [ 1.886675] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:10.263] [ 1.886690] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:10.277] [ 1.886706] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:10.279] [ 1.886725] irq event stamp: 288090 [2024-05-23 14:40:10.302] [ 1.886731] hardirqs last enabled at = (288089): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:10.315] [ 1.886736] hardirqs last disabled at = (288090): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:10.315] [ 1.886743] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:10.317] [ 1.886746] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:10.317] [ 1.886749] Preemption disabled at: [2024-05-23 14:40:10.340] [ 1.886754] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:10.342] [ 1.886763] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:40:10.342] [ 1.886766] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:10.342] [ 1.886770] Call trace: [2024-05-23 14:40:10.342] [ 1.886776] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:10.365] [ 1.886781] show_stack+0x14/0x20 [2024-05-23 14:40:10.372] [ 1.886787] dump_stack+0xb8/0xf0 [2024-05-23 14:40:10.372] [ 1.886792] ___might_sleep+0x178/0x210 [2024-05-23 14:40:10.372] [ 1.886796] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:10.372] [ 1.886801] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:10.372] [ 1.886807] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:10.372] [ 1.886813] gic_set_type+0x84/0x98 [2024-05-23 14:40:10.372] [ 1.886818] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:10.375] [ 1.886823] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:10.397] [ 1.886828] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:10.400] [ 1.886833] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:40:10.400] [ 1.886839] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:40:10.400] [ 1.886844] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:10.400] [ 1.886849] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:10.400] [ 1.886854] __driver_attach+0xfc/0x118 [2024-05-23 14:40:10.423] [ 1.886859] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:10.435] [ 1.886864] driver_attach+0x20/0x28 [2024-05-23 14:40:10.435] [ 1.886868] bus_add_driver+0x220/0x268 [2024-05-23 14:40:10.435] [ 1.886873] driver_register+0x60/0xf8 [2024-05-23 14:40:10.435] [ 1.886878] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:10.435] [ 1.886885] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:40:10.449] [ 1.886890] do_one_initcall+0x50/0x15c [2024-05-23 14:40:10.449] [ 1.886897] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:40:10.449] [ 1.886904] kernel_init+0x10/0x100 [2024-05-23 14:40:10.449] [ 1.886908] ret_from_fork+0x10/0x18 [2024-05-23 14:40:10.451] [ 1.892606] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:40:10.473] [ 2.139884] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:40:10.475] [ 2.153496] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:40:10.475] [ 2.160528] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:40:10.488] [ 2.165131] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:40:10.501] [ 2.169934] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:40:10.501] [ 2.174760] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:40:10.505] [ 2.179315] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:40:10.549] [ 2.233174] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:40:10.558] [ 2.245851] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:10.577] [ 2.264195] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:10.596] [ 2.279672] NET: Registered protocol family = 2 [2024-05-23 14:40:10.621] [ 2.286992] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:40:10.624] [ 2.294608] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:40:10.624] [ 2.305785] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:40:10.648] [ 2.313148] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:40:10.652] [ 2.320066] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:40:10.652] [ 2.328400] NET: Registered protocol family = 1 [2024-05-23 14:40:10.747] [ 2.435832] audit: initializing netlink = subsys (disabled) [2024-05-23 14:40:10.755] [ 2.442307] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:40:10.768] [ 2.442865] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:40:10.836] [ 2.524939] fuse init (API version 7.26) [2024-05-23 14:40:10.859] [ 2.542896] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:40:10.866] [ 2.552624] io scheduler noop registered = (default) [2024-05-23 14:40:10.882] [ 2.557479] io scheduler mq-deadline = registered [2024-05-23 14:40:10.882] [ 2.562041] io scheduler kyber registered [2024-05-23 14:40:10.885] [ 2.572792] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:10.898] [ 2.579647] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:10.900] [ 2.586138] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:40:10.914] [ 2.593749] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:10.971] [ 2.656062] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:10.987] [ 2.663723] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:10.989] [ 2.668603] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:40:10.989] [ 2.674032] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:11.015] [ 2.674670] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:11.017] [ 2.685424] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:11.017] [ 2.691632] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:40:11.017] [ 2.699193] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:11.043] [ 2.723340] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:11.045] [ 2.730141] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:11.062] [ 2.734769] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:40:11.062] [ 2.740195] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:11.062] [ 2.740754] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:11.083] [ 2.751507] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:11.085] [ 2.757715] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:40:11.085] [ 2.765330] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:11.143] [ 2.831759] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:11.151] [ 2.838564] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:11.167] [ 2.843212] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:40:11.169] [ 2.848639] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:11.186] [ 2.858281] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:40:11.186] [ 2.867990] [INF][WDMA] tcc_wdma_init [2024-05-23 14:40:11.188] [ 2.872839] TCC WDMA Driver Initializing [2024-05-23 14:40:11.223] [ 2.879767] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:40:11.223] [ 2.885854] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:40:11.225] [ 2.896402] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:11.225] [ 2.909114] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:40:11.247] [ 2.918484] [CPU_ID] probe is done [2024-05-23 14:40:11.247] [ 2.922227] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:40:11.247] [ 2.928933] [DRAM_TOOL] probe is done [2024-05-23 14:40:11.249] [ 2.936218] MALI-G51 : r30p0-01eac0 [2024-05-23 14:40:11.261] [ 2.939739] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:40:11.275] [ 2.949493] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:11.276] [ 2.949498] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:40:11.291] [ 2.949503] 6 locks held by swapper/0/1: [2024-05-23 14:40:11.293] [ 2.949506] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:40:11.293] [ 2.949533] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:40:11.318] [ 2.949549] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:11.318] [ 2.949566] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:11.318] [ 2.949581] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:11.333] [ 2.949597] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:11.334] [ 2.949616] irq event stamp: 453678 [2024-05-23 14:40:11.362] [ 2.949621] hardirqs last enabled at = (453677): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:11.362] [ 2.949626] hardirqs last disabled at = (453678): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:11.362] [ 2.949634] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:11.378] [ 2.949637] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:11.378] [ 2.949640] Preemption disabled at: [2024-05-23 14:40:11.378] [ 2.949645] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:11.395] [ 2.949655] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:40:11.395] [ 2.949658] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:11.396] [ 2.949662] Call trace: [2024-05-23 14:40:11.422] [ 2.949668] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:11.422] [ 2.949673] show_stack+0x14/0x20 [2024-05-23 14:40:11.422] [ 2.949678] dump_stack+0xb8/0xf0 [2024-05-23 14:40:11.422] [ 2.949683] ___might_sleep+0x178/0x210 [2024-05-23 14:40:11.422] [ 2.949687] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:11.422] [ 2.949692] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:11.422] [ 2.949697] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:11.436] [ 2.949705] gic_set_type+0x84/0x98 [2024-05-23 14:40:11.438] [ 2.949710] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:11.438] [ 2.949715] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:11.438] [ 2.949719] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:11.462] [ 2.949725] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:40:11.462] [ 2.949731] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:40:11.462] [ 2.949735] kbase_device_init+0x78/0xf8 [2024-05-23 14:40:11.462] [ 2.949742] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:40:11.462] [ 2.949746] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:11.462] [ 2.949752] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:11.476] [ 2.949757] __driver_attach+0xfc/0x118 [2024-05-23 14:40:11.476] [ 2.949762] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:11.476] [ 2.949767] driver_attach+0x20/0x28 [2024-05-23 14:40:11.480] [ 2.949771] bus_add_driver+0x220/0x268 [2024-05-23 14:40:11.503] [ 2.949776] driver_register+0x60/0xf8 [2024-05-23 14:40:11.505] [ 2.949780] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:11.505] [ 2.949788] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:40:11.505] [ 2.949793] do_one_initcall+0x50/0x15c [2024-05-23 14:40:11.505] [ 2.949800] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:40:11.505] [ 2.949806] kernel_init+0x10/0x100 [2024-05-23 14:40:11.529] [ 2.949811] ret_from_fork+0x10/0x18 [2024-05-23 14:40:11.529] [ 2.951391] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:40:11.529] [ 3.206550] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:40:11.529] [ 3.213289] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:40:11.539] [ 3.227461] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:40:11.557] [ 3.234597] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:40:11.558] [ 3.246711] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:40:11.572] [ 3.252931] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:40:11.572] [ 3.257313] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:40:11.589] [ 3.264891] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:40:11.625] [ 3.312561] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:40:11.636] [ 3.322702] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:40:11.650] [ 3.330555] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:40:11.675] [ 3.340822] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:40:11.679] [ 3.346099] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:40:11.679] [ 3.357172] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:40:11.701] [ 3.366032] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:40:11.704] [ 3.385107] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:40:11.722] [ 3.387982] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:40:11.722] [ 3.388718] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:40:11.722] [ 3.392708] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:40:11.736] [ 3.393386] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:40:11.749] [ 3.394015] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:40:11.749] [ 3.395070] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:40:11.751] [ 3.406764] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:40:11.774] [ 3.406793] GPT:15269887 !=3D 15273599 [2024-05-23 14:40:11.777] [ 3.406801] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:40:11.777] [ 3.406809] GPT:15269887 !=3D 15273599 [2024-05-23 14:40:11.777] [ 3.406816] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:40:11.777] [ 3.406930] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:40:11.801] [ 3.475788] libphy: Fixed MDIO Bus: probed [2024-05-23 14:40:11.801] [ 3.480775] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:40:11.806] [ 3.493842] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:40:11.818] [ 3.498369] [INFO][GAMC] gmac index : 1 [2024-05-23 14:40:11.818] [ 3.502809] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:40:11.820] [ 3.507976] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:40:11.846] [ 3.513947] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:40:11.846] [ 3.518338] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:40:11.846] [ 3.526738] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:40:11.858] [ 3.540895] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:40:11.861] [ 3.546760] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:11.875] [ 3.546772] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:40:11.875] [ 3.546779] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:40:11.875] [ 3.546790] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:11.891] [ 3.546802] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:40:11.891] [ 3.575573] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:40:11.908] [ 3.591675] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:40:11.922] [ 3.598331] usbhid: USB HID core driver [2024-05-23 14:40:11.933] [ 3.602541] optee: probing for conduit = method from DT. [2024-05-23 14:40:11.933] [ 3.607721] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:40:11.935] [ 3.609700] optee: initialized driver [2024-05-23 14:40:11.935] [ 3.619182] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:40:11.976] [ 3.624906] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:40:11.976] [ 3.630074] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:40:11.976] [ 3.635242] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:40:11.976] [ 3.641017] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:40:11.976] [ 3.646791] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:40:11.978] [ 3.652653] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:40:11.978] [ 3.659122] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:40:11.998] [ 3.666559] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:40:12.000] [ 3.674508] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:40:12.002] [ 3.688883] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:40:12.016] [ 3.696871] NET: Registered protocol family = 17 [2024-05-23 14:40:12.016] [ 3.701847] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:40:12.032] [ 3.719421] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:40:12.207] [ 3.886837] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:12.210] [ 3.886884] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:40:12.225] [ 3.902599] ALSA device list: [2024-05-23 14:40:12.225] [ 3.905592] No soundcards found. [2024-05-23 14:40:12.225] [ 3.911442] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:40:12.246] [ 3.932372] Freeing unused kernel memory: = 4160K [2024-05-23 14:40:12.262] Mounting devtmpfs [2024-05-23 14:40:12.262] [ 3.946972] mount (90) used greatest stack = depth: 13024 bytes left [2024-05-23 14:40:12.280] Mounting procfs [2024-05-23 14:40:12.280] Mounting sysfs [2024-05-23 14:40:12.294] [ 3.973151] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:40:12.310] [ 3.993979] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:40:12.350] [ 4.036933] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:40:12.359] [ 4.045781] mount (97) used greatest stack = depth: 11376 bytes left [2024-05-23 14:40:12.627] [ 4.313926] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:40:12.725] [ 4.413327] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:40:12.754] [ 4.441162] systemd[1]: Detected = architecture arm64. [2024-05-23 14:40:12.799]=20 [2024-05-23 14:40:12.799] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:40:12.810]=20 [2024-05-23 14:40:12.813] [ 4.501782] systemd[1]: Set hostname to = . [2024-05-23 14:40:12.827] [ 4.513369] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:40:12.842] [ 4.522213] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:40:13.082] [ 4.765699] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:40:13.104] [ 4.782800] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:40:13.143] [ 4.826524] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:40:13.152] [ 4.838634] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:40:13.339] [ 5.025123] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:40:13.410] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:40:13.436] [ OK ] Reached target Swap. [2024-05-23 14:40:13.449] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:40:13.477] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:40:13.481] [ OK ] Reached target Paths. [2024-05-23 14:40:13.498] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:40:13.514] [ OK ] Reached target Remote File Systems. [2024-05-23 14:40:13.531] [ OK ] Listening on udev Control Socket. [2024-05-23 14:40:13.562] [ OK ] Created slice User and Session Slice. [2024-05-23 14:40:13.577] [ OK ] Listening on Syslog Socket. [2024-05-23 14:40:13.595] [ OK ] Listening on Journal Socket. [2024-05-23 14:40:13.613] Starting Apply Kernel Variables... [2024-05-23 14:40:13.647] Mounting POSIX Message Queue File = System... [2024-05-23 14:40:13.678] Mounting Kernel Debug File System... [2024-05-23 14:40:13.716] Mounting Configuration File System... [2024-05-23 14:40:13.743] Mounting Huge Pages File System... [2024-05-23 14:40:13.779] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:40:13.798] Starting mount data partition = service... [2024-05-23 14:40:13.862] [ 5.549830] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:40:13.896] Starting udev Coldplug all Devices... [2024-05-23 14:40:13.919] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:40:13.931] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:40:13.962] [ 5.642312] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:13.965] Starting Journal Service... [2024-05-23 14:40:13.980] [ 5.658048] mount-data-part (117) used = greatest stack depth: 11232 bytes left [2024-05-23 14:40:14.010] Mounting FUSE Control File System... [2024-05-23 14:40:14.028] [ OK ] Reached target Slices. [2024-05-23 14:40:14.045] [ OK ] Created slice system-getty.slice. [2024-05-23 14:40:14.117] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:40:14.145] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:40:14.162] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:40:14.179] [ OK ] Mounted Configuration File System. [2024-05-23 14:40:14.197] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:40:14.211] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:40:14.245] [ OK ] Started mount data partition service. [2024-05-23 14:40:14.277] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:40:14.300] [ OK ] Started Journal Service. [2024-05-23 14:40:14.329] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:40:14.382] Starting NS file System mount and = recovery.... [2024-05-23 14:40:14.399] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:40:14.432] Mounting /var/volatile... [2024-05-23 14:40:14.463] Mounting /tmp... [2024-05-23 14:40:14.478] [ OK ] Reached target Containers. [2024-05-23 14:40:14.513] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:40:14.516] [ 6.202350] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:14.555] Starting udev Kernel Device = Manager... [2024-05-23 14:40:14.603] [ 6.291009] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:14.676] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:40:14.708] [ 6.395962] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:14.723] [ OK ] Mounted /var/volatile. [2024-05-23 14:40:14.805] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:40:14.829] [ OK ] Mounted /tmp. [2024-05-23 14:40:14.928] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:40:14.963] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:40:15.132] [ 6.819429] systemd-journald[131]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:40:15.150] Starting Bind mount volatile = /var/cache... [2024-05-23 14:40:15.181] Starting Bind mount volatile = /var/spool... [2024-05-23 14:40:15.214] Starting Bind mount volatile = /var/lib... [2024-05-23 14:40:15.249] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:40:15.447] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:40:15.480] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:40:15.502] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:40:15.538] Starting Load/Save Random Seed... [2024-05-23 14:40:15.564] [ OK ] Reached target Local File Systems. [2024-05-23 14:40:15.598] Starting AppArmor initialization... [2024-05-23 14:40:15.622] Starting netfilter persistent = configuration... [2024-05-23 14:40:15.652] Starting Create Volatile Files and = Directories... [2024-05-23 14:40:15.680] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:40:15.766] [ 7.451182] audit: type=3D1400 = audit(1550139121.132:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D253 comm=3D"apparmor_parser" [2024-05-23 14:40:15.781] [ 7.468201] audit: type=3D1400 = audit(1550139121.136:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:40:15.803] [ 7.486602] audit: type=3D1400 = audit(1550139121.136:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:40:15.818] [ 7.502500] audit: type=3D1400 = audit(1550139121.136:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:40:15.833] [ 7.518082] audit: type=3D1400 = audit(1550139121.136:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:40:15.847] [ 7.534089] audit: type=3D1400 = audit(1550139121.136:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:40:15.864] [ 7.549931] audit: type=3D1400 = audit(1550139121.136:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D253 = comm=3D"apparmor_parser" [2024-05-23 14:40:15.923] [ OK ] Started AppArmor initialization. [2024-05-23 14:40:15.950] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:40:15.980] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:40:16.013] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:40:16.030] [ OK ] Reached target Network (Pre). [2024-05-23 14:40:16.061] Starting Network Service... [2024-05-23 14:40:16.104] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:40:16.131] [ OK ] Reached target System Initialization. [2024-05-23 14:40:16.147] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:40:16.163] [ OK ] Reached target Timers. [2024-05-23 14:40:16.181] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:40:16.224] [ OK ] Reached target Sockets. [2024-05-23 14:40:16.226] [ OK ] Reached target Basic System. [2024-05-23 14:40:16.248] [ OK ] Started Kernel Logging Service. [2024-05-23 14:40:16.281] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:40:16.285] [ 7.971633] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:40:16.324] [ 8.011501] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:40:16.331] [ 8.018003] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:40:16.345] [ 8.022534] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:40:16.345] Starting Load Kernel Modules... [2024-05-23 14:40:16.394] [ OK ] Started NS VSync Process. [2024-05-23 14:40:16.423] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:40:16.488] Starting Login Service... [2024-05-23 14:40:16.495] [ 8.182130] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:40:16.510] [ 8.197064] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:40:16.547] [ 8.222945] Disabling lock debugging due to = kernel taint [2024-05-23 14:40:16.550] Start /usr/bin/sys-fail-mon [2024-05-23 14:40:16.550] [ OK ] Started NS System Management Process. [2024-05-23 14:40:16.566] [ 8.243453] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:40:16.566] [ 8.248021] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:40:16.566] [ 8.252410] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:40:16.588] [ OK ] Started System Logging Service. [2024-05-23 14:40:16.616] [ 8.252422] [INFO][GMAC]=20 [2024-05-23 14:40:16.618] [ 8.294807] libphy: tcc-gmac-mdio: probed [2024-05-23 14:40:16.618] [ 8.301490] [INFO][GMAC] registered! [2024-05-23 14:40:16.619] [ 8.301496] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:40:16.644] [ 8.301503] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:40:16.644] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:40:16.646] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:40:16.659] Starting NS Inter Domain Comm = Process... [2024-05-23 14:40:16.659] [ OK ] Started Network Service. [2024-05-23 14:40:16.684] [ 8.349128] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:40:16.687] [ 8.354829] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:40:16.687] [ 8.365377] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:40:16.687] [ 8.373756] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:40:16.703] [ 8.377994] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:40:16.703] [ 8.378036] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:40:16.716] [ 8.378036] -- MASTER Configuration. [2024-05-23 14:40:16.718] [ 8.378036] -- Local Receiver Status Not = OK. [2024-05-23 14:40:16.718] [ 8.378036] -- Remote Receiver Status Not = OK. [2024-05-23 14:40:16.718] [ 8.378054] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:40:16.745] [ 8.378057] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:40:16.745] [ 8.378222] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:16.745] [ 8.378225] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:40:16.747] [ 8.378227] INFO: lockdep is turned off. [2024-05-23 14:40:16.773] [ 8.378229] irq event stamp: 70850 [2024-05-23 14:40:16.773] [ 8.378243] hardirqs last enabled at = (70849): [<0000000051af7880>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:16.773] [ 8.378249] hardirqs last disabled at = (70850): [<000000006355d238>] __schedule+0xc8/0x730 [2024-05-23 14:40:16.773] [ 8.378256] softirqs last enabled at (0): = [<000000003917d15e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:16.791] [ 8.378259] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:16.791] [ 8.378260] Preemption disabled at: [2024-05-23 14:40:16.793] [ 8.378267] [<0000000087db018e>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:16.818] [ 8.378274] CPU: 1 PID: 260 Comm: = systemd-network Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:40:16.818] [ 8.378275] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:16.818] [ 8.378278] Call trace: [2024-05-23 14:40:16.818] [ 8.378282] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:16.818] [ 8.378286] show_stack+0x14/0x20 [2024-05-23 14:40:16.834] [ 8.378290] dump_stack+0xb8/0xf0 [2024-05-23 14:40:16.834] [ 8.378294] ___might_sleep+0x178/0x210 [2024-05-23 14:40:16.834] [ 8.378297] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:16.834] [ 8.378303] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:16.847] [ 8.378307] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:16.851] [ 8.378313] gic_set_type+0x84/0x98 [2024-05-23 14:40:16.851] [ 8.378317] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:16.851] [ 8.378320] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:16.875] [ 8.378324] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:16.880] [ 8.378329] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:40:16.880] [ 8.378334] __dev_open+0x100/0x150 [2024-05-23 14:40:16.880] [ 8.378337] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:40:16.880] [ 8.378340] dev_change_flags+0x20/0x60 [2024-05-23 14:40:16.880] [ 8.378344] do_setlink+0x3ec/0xc30 [2024-05-23 14:40:16.880] [ 8.378347] rtnl_setlink+0xcc/0x128 [2024-05-23 14:40:16.880] [ 8.378350] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:40:16.902] [ 8.378354] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:40:16.907] [ 8.378357] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:40:16.907] [ 8.378360] netlink_unicast+0x180/0x1f8 [2024-05-23 14:40:16.907] [ 8.378363] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:40:16.907] [ 8.378368] sock_sendmsg+0x3c/0x58 [2024-05-23 14:40:16.907] [ 8.378371] SyS_sendto+0xd0/0x140 [2024-05-23 14:40:16.907] [ 8.378375] el0_svc_naked+0x34/0x38 [2024-05-23 14:40:16.930] [ 8.378513] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:40:16.942] [ 8.382691] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:40:16.942] [ 8.382697] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:40:16.942] [ 8.382702] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:40:16.942] [ 8.382702] =20 [2024-05-23 14:40:16.944] [ 8.383021] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:40:16.944] [ 8.383308] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:40:16.944] [ 8.383311] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:40:16.969] [ 8.383316] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:40:16.969] [ 8.383316] =20 [2024-05-23 14:40:16.969] [ 8.383460] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:40:16.969] [ 8.383476] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:40:16.969] [ 8.383479] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:40:16.980] [ 8.383484] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:40:16.982] [ 8.383491] [INFO][GMAC] --] phy_start: : [2024-05-23 14:40:16.982] [ 8.383569] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:40:17.006] [ 8.487894] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.019] [ 8.595898] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.019] Starting Wait for Netw[ 8.680886] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:17.019] ork to be Configured... [2024-05-23 14:40:17.031] [ 8.690063] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:40:17.031] 0;32m OK ] Reached target 8.704757] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:40:17.033] ;1;39mNetwork. [2024-05-23 14:40:17.033] Sta[ 8.707991] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.033] rting udev Coldplug all[ 8.719810] ns_idc = tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), = mbox-names(ap-idc) [2024-05-23 14:40:17.059] Devices... [2024-05-23 14:40:17.059] [ 8.732225] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:40:17.059] [ 8.741022] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:40:17.061] Starting Permit User Ses[ 8.748663] = ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:17.086] sions... [2024-05-23 14:40:17.086] [ OK ] Started Permit User Sessions. [2024-05-23 14:40:17.096] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:40:17.110] [ 8.781513] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:40:17.135] [ 8.793270] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:40:17.138] [ 8.801108] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:40:17.138] [ 8.815937] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.138] parents, child is 321 [2024-05-23 14:40:17.139] [ 8.825129] Done!! [2024-05-23 14:40:17.152] [IDC]Start. [2024-05-23 14:40:17.152] [ OK ] Started Cluster Frame[ 8.832401] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:40:17.176] work. [2024-05-23 14:40:17.176] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:40:17.176] [IDC](A7)ConnectReq 0 [2024-05-23 14:40:17.176] [IDC](A7)do_connect 0 [2024-05-23 14:40:17.176] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:40:17.176] [IDC](A7)Tx start session req 1 [2024-05-23 14:40:17.176] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:40:17.176] [IDC](R5)ConnectReq 0 [2024-05-23 14:40:17.198] [IDC](R5)do_connect 0 [2024-05-23 14:40:17.198] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:40:17.222] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:40:17.222] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:40:17.222] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:40:17.222] [ OK ] Started HUD Framework. [2024-05-23 14:40:17.222] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:40:17.222] [IDC](A7)Session connected. [2024-05-23 14:40:17.222] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:40:17.227] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:40:17.227] [IDC](R5)Session connected.2 [2024-05-23 14:40:17.227] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:40:17.272] [ 8.928192] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.327] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:40:17.349] [ 9.018796] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:40:17.359] [ 9.034564] Done!! [2024-05-23 14:40:17.379] [ 9.039952] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.381] [ OK ] Started Nvm Process. [2024-05-23 14:40:17.401] [ 9.087364] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:40:17.431] [ OK ] Started NS hsm control application. [2024-05-23 14:40:17.466] [ OK ] Started Diagnosis Framework. [2024-05-23 14:40:17.472] [ 9.158444] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.581] [ 9.268035] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.679] [ OK ] Started Diagnosis Transport. [2024-05-23 14:40:17.725] [ 9.366549] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:40:17.728] [ 9.399709] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:17.743] [ 9.399713] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:40:17.745] [ 9.399715] INFO: lockdep is turned off. [2024-05-23 14:40:17.771] [ 9.399717] irq event stamp: 25045 [2024-05-23 14:40:17.771] [ 9.399735] hardirqs last enabled at = (25045): [<0000000051af7880>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:17.771] [ 9.399740] hardirqs last disabled at = (25044): [<00000000d073cfd8>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:17.771] [ 9.399747] softirqs last enabled at (0): = [<000000003917d15e>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:17.785] [ 9.399750] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:17.800] [ 9.399752] Preemption disabled at: [2024-05-23 14:40:17.800] [ 9.399759] [<0000000087db018e>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:17.800] [ 9.399766] CPU: 1 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:40:17.817] [ 9.399768] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:17.817] [ 9.399771] Call trace: [2024-05-23 14:40:17.820] [ 9.399776] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:17.834] [ 9.399780] show_stack+0x14/0x20 [2024-05-23 14:40:17.834] [ 9.399784] dump_stack+0xb8/0xf0 [2024-05-23 14:40:17.834] [ 9.399789] ___might_sleep+0x178/0x210 [2024-05-23 14:40:17.836] [ 9.399791] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:17.861] [ 9.399798] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:17.861] [ 9.399802] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:17.861] [ 9.399808] gic_set_type+0x84/0x98 [2024-05-23 14:40:17.861] [ 9.399812] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:17.861] [ 9.399816] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:17.861] [ 9.399819] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:17.887] [ 9.399846] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:40:17.888] [ 9.399862] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:40:17.888] [ 9.399868] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:17.888] [ 9.399873] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:17.890] [ 9.399877] __driver_attach+0xfc/0x118 [2024-05-23 14:40:17.915] [ 9.399881] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:17.915] [ 9.399884] driver_attach+0x20/0x28 [2024-05-23 14:40:17.915] [ 9.399888] bus_add_driver+0x220/0x268 [2024-05-23 14:40:17.915] [ 9.399892] driver_register+0x60/0xf8 [2024-05-23 14:40:17.915] [ 9.399895] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:17.915] [ 9.399901] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:40:17.928] [ 9.399906] do_one_initcall+0x50/0x15c [2024-05-23 14:40:17.941] [ 9.399911] do_init_module+0x54/0x1b0 [2024-05-23 14:40:17.941] [ 9.399914] load_module+0x1e70/0x2428 [2024-05-23 14:40:17.941] [ 9.399917] SyS_finit_module+0xe4/0x118 [2024-05-23 14:40:17.943] [ 9.399920] el0_svc_naked+0x34/0x38 [2024-05-23 14:40:17.943] [ 9.408268] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:17.943] [ 9.520938] Done!! [2024-05-23 14:40:17.966] [ OK ] Started NS Software Update. [2024-05-23 14:40:17.983] [ OK ] Started NS Secondary Verify. [2024-05-23 14:40:18.047] [ OK ] Started Getty on tty1. [2024-05-23 14:40:18.066] [ 9.740463] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:18.131] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:40:18.185] [ OK ] Reached target Login Prompts. [2024-05-23 14:40:18.268] [ OK ] Started Load Kernel Modules. [2024-05-23 14:40:18.397] [ OK ] Started Login Service. [2024-05-23 14:40:18.413] [ OK ] Reached target Multi-User System. [2024-05-23 14:40:18.451] [ 10.139245] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:18.466] [ 10.147661] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:18.478] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:40:18.532] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:40:18.567] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:40:18.666] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:40:19.418] [ 11.104890] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:19.427] [ 11.113291] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:20.201] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:40:24.564]=20 [2024-05-23 14:40:24.564] telechips-nsp1-release login:=20 [2024-05-23 14:40:26.675]=20 [2024-05-23 14:40:26.675] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:40:26.699]=20 [2024-05-23 14:40:26.699] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:40:26.699] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:40:26.699] DRAM: 2 GiB [2024-05-23 14:40:26.723] MMC: sdhc@0x16440000: 0 [2024-05-23 14:40:27.003]=20 [2024-05-23 14:40:27.003] HW Partition tyep is UserData [2024-05-23 14:40:27.025] In: serial [2024-05-23 14:40:27.026] Out: serial [2024-05-23 14:40:27.026] Err: serial [2024-05-23 14:40:27.081] Boot in the UserData environment(0) [2024-05-23 14:40:27.085] Non-secure boot (secure boot flag is clear) [2024-05-23 14:40:27.097] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:40:27.099] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:40:27.099] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:40:27.123] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:40:27.147] Booting using the fdt blob at 0x23000000 [2024-05-23 14:40:27.147] Loading Kernel Image [2024-05-23 14:40:27.147] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:40:27.159] OPTEE is enabled [2024-05-23 14:40:27.159]=20 [2024-05-23 14:40:27.159] Starting kernel ... [2024-05-23 14:40:27.159]=20 [2024-05-23 14:40:28.067] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:40:28.075] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:40:28.090] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:40:28.090] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:40:28.105] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:40:28.105] [ 0.000000] efi: UEFI not found. [2024-05-23 14:40:28.105] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:40:28.121] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:40:28.121] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:40:28.138] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:40:28.138] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:40:28.152] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:40:28.152] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:40:28.168] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:40:28.168] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:40:28.185] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:40:28.185] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:40:28.202] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:40:28.202] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:40:28.219] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:40:28.219] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:40:28.237] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:40:28.239] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:40:28.262] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:40:28.263] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:40:28.263] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:40:28.263] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:40:28.277] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:40:28.279] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:40:28.305] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:40:28.305] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:40:28.305] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:40:28.305] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:40:28.308] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:40:28.332] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:40:28.332] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:40:28.332] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:40:28.332] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:40:28.345] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:40:28.347] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:40:28.370] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:40:28.374] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:40:28.404] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:40:28.404] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:40:28.404] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:40:28.404] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:40:28.406] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:40:28.435] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:40:28.435] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:40:28.435] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:40:28.456] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:40:28.456] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:40:28.456] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:40:28.470] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:40:28.472] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:40:28.497] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:40:28.497] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:40:28.497] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:40:28.497] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:40:28.511] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:40:28.524] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:40:28.536] [ 0.000000] Running RCU self tests [2024-05-23 14:40:28.536] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:40:28.538] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:40:28.538] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:40:28.538] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:40:28.563] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:40:28.563] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:40:28.563] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:40:28.563] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:40:28.563] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:40:28.577] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:40:28.577] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:40:28.593] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:40:28.611] [ 0.000679] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:40:28.614] [ 0.000699] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:40:28.614] [ 0.001475] Console: colour dummy device = 80x25 [2024-05-23 14:40:28.614] [ 0.001715] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:40:28.644] [ 0.001718] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:40:28.644] [ 0.001721] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:40:28.644] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:40:28.644] [ 0.001726] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:40:28.644] [ 0.001729] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:40:28.644] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:40:28.646] [ 0.001734] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:40:28.672] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:40:28.672] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:40:28.672] [ 0.001780] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:40:28.672] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:40:28.687] [ 0.002285] Security Framework initialized [2024-05-23 14:40:28.700] [ 0.002410] AppArmor: AppArmor initialized [2024-05-23 14:40:28.700] [ 0.002657] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:40:28.703] [ 0.002679] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:40:28.703] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:40:28.703] [ 0.035863] Hierarchical SRCU = implementation. [2024-05-23 14:40:28.727] [ 0.062290] EFI services will not be = available. [2024-05-23 14:40:28.727] [ 0.076131] smp: Bringing up secondary CPUs = ... [2024-05-23 14:40:28.727] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:40:28.727] [ 0.120831] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:40:28.727] [ 0.165001] Detected VIPT I-cache on CPU2 [2024-05-23 14:40:28.742] [ 0.165057] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:40:28.746] [ 0.209284] Detected VIPT I-cache on CPU3 [2024-05-23 14:40:28.746] [ 0.209336] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:40:28.746] [ 0.209712] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:40:28.769] [ 0.209754] SMP: Total of 4 processors = activated. [2024-05-23 14:40:28.782] [ 0.209769] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:40:28.782] [ 0.209788] CPU: All CPU(s) started at EL2 [2024-05-23 14:40:28.782] [ 0.209969] alternatives: patching kernel = code [2024-05-23 14:40:28.782] [ 0.210524] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:40:28.782] [ 0.213123] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:40:28.784] [ 0.213733] devtmpfs: initialized [2024-05-23 14:40:28.784] [ 0.407017] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:40:28.808] [ 0.407281] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:40:28.808] [ 0.416108] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:40:28.808] [ 0.417035] chipinfo: TCC8030 Rev02 [2024-05-23 14:40:28.808] [ 0.417051] chipinfo: SiP Service v0.1.56 [2024-05-23 14:40:28.808] [ 0.422351] NET: Registered protocol family = 16 [2024-05-23 14:40:28.824] [ 0.426350] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:40:28.824] [ 0.428304] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:40:28.824] [ 0.430002] cpuidle: using governor menu [2024-05-23 14:40:28.853] [ 0.430262] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:40:28.853] [ 0.444376] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:40:28.853] [ 0.444886] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:40:28.853] [ 0.444933] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:40:28.853] [ 0.444977] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:40:28.855] [ 0.445020] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:40:28.886] [ 0.445064] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:40:28.886] [ 0.445107] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:40:28.886] [ 0.445151] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:40:28.886] [ 0.445195] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:40:28.886] [ 0.445238] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:40:28.905] [ 0.445281] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:40:28.907] [ 0.445339] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:40:28.907] [ 0.445384] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:40:28.907] [ 0.445427] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:40:28.907] [ 0.445471] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:40:28.930] [ 0.445514] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:40:28.932] [ 0.445557] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:40:28.932] [ 0.445600] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:40:28.932] [ 0.445643] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:40:28.932] [ 0.446022] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:40:28.934] [ 0.446065] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:40:28.947] [ 0.446109] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:40:28.947] [ 0.446152] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:40:28.960] [ 0.446195] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:40:28.962] [ 0.446239] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:40:28.962] [ 0.446369] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:40:28.986] [ 0.446416] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:40:28.988] [ 0.446473] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:40:28.988] [ 0.446517] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:40:28.988] [ 0.446560] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:40:28.988] [ 0.446604] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:40:29.010] [ 0.446840] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:40:29.023] [ 0.446884] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:40:29.023] [ 0.446928] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:40:29.023] [ 0.446971] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:40:29.023] [ 0.447014] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:40:29.025] [ 0.447057] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:40:29.025] [ 0.447101] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:40:29.047] [ 0.447301] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:40:29.061] [ 0.447344] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:40:29.061] [ 0.447387] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:40:29.061] [ 0.447430] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:40:29.061] [ 0.447474] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:40:29.064] [ 0.447531] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:40:29.064] [ 0.447574] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:40:29.064] [ 0.447617] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:40:29.087] [ 0.447661] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:40:29.099] [ 0.447704] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:40:29.099] [ 0.447747] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:40:29.099] [ 0.447790] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:40:29.099] [ 0.447833] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:40:29.099] [ 0.447877] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:40:29.101] [ 0.448428] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:40:29.101] [ 0.448473] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:40:29.125] [ 0.448646] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:40:29.125] [ 0.448819] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:40:29.125] [ 0.448989] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:40:29.125] [ 0.449154] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:40:29.125] [ 0.449321] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:40:29.137] [ 0.449365] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:40:29.137] [ 0.449409] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:40:29.153] [ 0.449575] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:40:29.153] [ 0.449739] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:40:29.153] [ 0.449904] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:40:29.164] [ 0.449949] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:40:29.164] [ 0.449993] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:40:29.178] [ 0.450036] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:40:29.180] [ 0.450096] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:40:29.180] [ 0.450298] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:40:29.208] [ 0.450438] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:40:29.208] [ 0.450682] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:40:29.208] [ 0.450696] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:40:29.208] [ 0.532753] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:40:29.211] [ 0.532842] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:40:29.236] [ 1.679560] console [ttyAMA0] enabled [2024-05-23 14:40:29.240] [ 1.687261] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:40:29.263] [ 1.716257] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:40:29.265] [ 1.726537] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:40:29.278] [ 1.737113] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:40:29.304] [ 1.747370] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:40:29.380] [ 1.846987] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:40:29.397] [ 1.863166] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:40:29.411] [ 1.870074] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:40:29.431] [ 1.876935] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:40:29.439] [ 1.883325] Linux video capture interface: = v2.00 [2024-05-23 14:40:29.439] [ 1.889187] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:29.439] [ 1.889192] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:40:29.467] [ 1.889196] 6 locks held by swapper/0/1: [2024-05-23 14:40:29.467] [ 1.889199] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:40:29.467] [ 1.889224] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:40:29.467] [ 1.889240] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:29.482] [ 1.889257] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:29.484] [ 1.889272] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:29.510] [ 1.889288] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:29.510] [ 1.889306] irq event stamp: 288128 [2024-05-23 14:40:29.510] [ 1.889312] hardirqs last enabled at = (288127): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:29.512] [ 1.889317] hardirqs last disabled at = (288128): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:29.543] [ 1.889324] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:29.543] [ 1.889327] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:29.545] [ 1.889330] Preemption disabled at: [2024-05-23 14:40:29.545] [ 1.889335] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:29.571] [ 1.889344] CPU: 2 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:40:29.571] [ 1.889347] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:29.571] [ 1.889350] Call trace: [2024-05-23 14:40:29.571] [ 1.889356] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:29.571] [ 1.889361] show_stack+0x14/0x20 [2024-05-23 14:40:29.571] [ 1.889366] dump_stack+0xb8/0xf0 [2024-05-23 14:40:29.596] [ 1.889372] ___might_sleep+0x178/0x210 [2024-05-23 14:40:29.598] [ 1.889376] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:29.598] [ 1.889381] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:29.598] [ 1.889386] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:29.598] [ 1.889393] gic_set_type+0x84/0x98 [2024-05-23 14:40:29.598] [ 1.889398] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:29.598] [ 1.889402] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:29.614] [ 1.889407] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:29.614] [ 1.889413] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:40:29.614] [ 1.889419] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:40:29.629] [ 1.889424] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:29.645] [ 1.889429] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:29.645] [ 1.889434] __driver_attach+0xfc/0x118 [2024-05-23 14:40:29.645] [ 1.889439] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:29.645] [ 1.889443] driver_attach+0x20/0x28 [2024-05-23 14:40:29.656] [ 1.889448] bus_add_driver+0x220/0x268 [2024-05-23 14:40:29.656] [ 1.889453] driver_register+0x60/0xf8 [2024-05-23 14:40:29.656] [ 1.889457] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:29.656] [ 1.889464] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:40:29.660] [ 1.889469] do_one_initcall+0x50/0x15c [2024-05-23 14:40:29.660] [ 1.889476] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:40:29.660] [ 1.889481] kernel_init+0x10/0x100 [2024-05-23 14:40:29.682] [ 1.889486] ret_from_fork+0x10/0x18 [2024-05-23 14:40:29.683] [ 1.895127] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:40:29.683] [ 2.142384] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:40:29.706] [ 2.155884] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:40:29.708] [ 2.162897] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:40:29.708] [ 2.167498] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:40:29.708] [ 2.172301] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:40:29.733] [ 2.177125] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:40:29.735] [ 2.181680] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:40:29.769] [ 2.235808] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:40:29.782] [ 2.248370] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:29.811] [ 2.266682] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:29.815] [ 2.282120] NET: Registered protocol family = 2 [2024-05-23 14:40:29.829] [ 2.289420] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:40:29.831] [ 2.297031] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:40:29.855] [ 2.308164] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:40:29.855] [ 2.315540] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:40:29.857] [ 2.322300] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:40:29.872] [ 2.330472] NET: Registered protocol family = 1 [2024-05-23 14:40:29.972] [ 2.438315] audit: initializing netlink = subsys (disabled) [2024-05-23 14:40:29.980] [ 2.444927] audit: type=3D2000 = audit(2.432:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:40:29.994] [ 2.445493] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:40:30.063] [ 2.527614] fuse init (API version 7.26) [2024-05-23 14:40:30.078] [ 2.545468] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:40:30.089] [ 2.555830] io scheduler noop registered = (default) [2024-05-23 14:40:30.106] [ 2.560672] io scheduler mq-deadline = registered [2024-05-23 14:40:30.109] [ 2.565235] io scheduler kyber registered [2024-05-23 14:40:30.132] [ 2.576535] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:30.133] [ 2.583651] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:30.133] [ 2.589862] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:40:30.133] [ 2.597474] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:30.193] [ 2.659715] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:30.202] [ 2.667602] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:30.229] [ 2.672448] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:40:30.229] [ 2.677877] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:30.229] [ 2.678588] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:30.229] [ 2.689343] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:30.245] [ 2.695551] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:40:30.248] [ 2.703109] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:30.272] [ 2.727345] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:30.275] [ 2.734117] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:30.275] [ 2.738738] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:40:30.290] [ 2.744165] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:30.292] [ 2.744728] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:30.292] [ 2.755481] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:30.321] [ 2.761689] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:40:30.321] [ 2.769304] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:30.370] [ 2.835776] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:30.379] [ 2.842722] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:30.405] [ 2.847390] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:40:30.407] [ 2.852816] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:30.407] [ 2.863023] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:40:30.407] [ 2.872664] [INF][WDMA] tcc_wdma_init [2024-05-23 14:40:30.430] [ 2.877449] TCC WDMA Driver Initializing [2024-05-23 14:40:30.430] [ 2.884534] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:40:30.430] [ 2.890828] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:40:30.455] [ 2.901367] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:30.455] [ 2.914003] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:40:30.481] [ 2.923482] [CPU_ID] probe is done [2024-05-23 14:40:30.483] [ 2.927224] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:40:30.483] [ 2.933856] [DRAM_TOOL] probe is done [2024-05-23 14:40:30.483] [ 2.941024] MALI-G51 : r30p0-01eac0 [2024-05-23 14:40:30.483] [ 2.944551] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:40:30.500] [ 2.954226] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:30.500] [ 2.954230] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:40:30.523] [ 2.954235] 6 locks held by swapper/0/1: [2024-05-23 14:40:30.523] [ 2.954238] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:40:30.523] [ 2.954265] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:40:30.537] [ 2.954280] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:30.539] [ 2.954299] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:30.564] [ 2.954313] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:30.564] [ 2.954329] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:30.564] [ 2.954349] irq event stamp: 453746 [2024-05-23 14:40:30.566] [ 2.954355] hardirqs last enabled at = (453745): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:30.591] [ 2.954360] hardirqs last disabled at = (453746): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:30.591] [ 2.954367] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:30.593] [ 2.954371] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:30.621] [ 2.954374] Preemption disabled at: [2024-05-23 14:40:30.621] [ 2.954379] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:30.621] [ 2.954388] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:40:30.621] [ 2.954391] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:30.623] [ 2.954395] Call trace: [2024-05-23 14:40:30.646] [ 2.954401] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:30.658] [ 2.954406] show_stack+0x14/0x20 [2024-05-23 14:40:30.658] [ 2.954412] dump_stack+0xb8/0xf0 [2024-05-23 14:40:30.658] [ 2.954417] ___might_sleep+0x178/0x210 [2024-05-23 14:40:30.658] [ 2.954421] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:30.658] [ 2.954426] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:30.658] [ 2.954431] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:30.663] [ 2.954439] gic_set_type+0x84/0x98 [2024-05-23 14:40:30.663] [ 2.954444] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:30.663] [ 2.954448] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:30.688] [ 2.954453] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:30.691] [ 2.954460] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:40:30.691] [ 2.954465] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:40:30.691] [ 2.954470] kbase_device_init+0x78/0xf8 [2024-05-23 14:40:30.691] [ 2.954476] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:40:30.691] [ 2.954481] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:30.691] [ 2.954486] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:30.714] [ 2.954491] __driver_attach+0xfc/0x118 [2024-05-23 14:40:30.727] [ 2.954496] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:30.727] [ 2.954500] driver_attach+0x20/0x28 [2024-05-23 14:40:30.727] [ 2.954505] bus_add_driver+0x220/0x268 [2024-05-23 14:40:30.727] [ 2.954510] driver_register+0x60/0xf8 [2024-05-23 14:40:30.727] [ 2.954514] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:30.729] [ 2.954522] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:40:30.729] [ 2.954526] do_one_initcall+0x50/0x15c [2024-05-23 14:40:30.729] [ 2.954535] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:40:30.729] [ 2.954540] kernel_init+0x10/0x100 [2024-05-23 14:40:30.754] [ 2.954545] ret_from_fork+0x10/0x18 [2024-05-23 14:40:30.754] [ 2.956314] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:40:30.754] [ 3.211191] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:40:30.756] [ 3.217932] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:40:30.781] [ 3.231903] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:40:30.781] [ 3.239045] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:40:30.796] [ 3.251284] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:40:30.798] [ 3.257502] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:40:30.798] [ 3.261882] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:40:30.814] [ 3.269351] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:40:30.852] [ 3.319064] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:40:30.862] [ 3.326869] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:40:30.876] [ 3.336569] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:40:30.903] [ 3.347225] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:40:30.903] [ 3.354562] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:40:30.921] [ 3.365635] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:40:30.923] [ 3.374591] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:40:30.946] [ 3.393408] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:40:30.948] [ 3.408829] libphy: Fixed MDIO Bus: probed [2024-05-23 14:40:30.948] [ 3.413779] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:40:30.963] [ 3.427299] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:40:30.990] [ 3.431825] [INFO][GAMC] gmac index : 1 [2024-05-23 14:40:30.993] [ 3.436267] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:40:30.993] [ 3.441480] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:40:30.993] [ 3.447582] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:40:30.993] [ 3.452044] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:40:30.996] [ 3.458182] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:40:31.021] [ 3.463658] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:40:31.021] [ 3.465286] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:40:31.030] [ 3.473993] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:40:31.030] [ 3.475206] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:31.030] [ 3.475219] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:40:31.032] [ 3.475225] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:40:31.032] [ 3.475237] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:31.058] [ 3.475249] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:40:31.058] [ 3.477056] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:40:31.058] [ 3.486164] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:40:31.058] [ 3.486174] usbhid: USB HID core driver [2024-05-23 14:40:31.060] [ 3.486640] optee: probing for conduit = method from DT. [2024-05-23 14:40:31.085] [ 3.486665] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:40:31.085] [ 3.488456] optee: initialized driver [2024-05-23 14:40:31.085] [ 3.490059] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:40:31.085] [ 3.490074] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:40:31.085] [ 3.490081] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:40:31.098] [ 3.490089] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:40:31.100] [ 3.490096] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:40:31.100] [ 3.490103] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:40:31.129] [ 3.490111] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:40:31.129] [ 3.490118] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:40:31.129] [ 3.491734] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:40:31.129] [ 3.491743] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:40:31.143] [ 3.498952] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:40:31.155] [ 3.515198] NET: Registered protocol family = 17 [2024-05-23 14:40:31.155] [ 3.515791] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:40:31.157] [ 3.520851] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:40:31.183] [ 3.632045] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:40:31.183] [ 3.639097] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:40:31.183] [ 3.645824] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:40:31.198] [ 3.653184] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:40:31.208] [ 3.671464] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:40:31.213] [ 3.679283] GPT:15269887 !=3D 15273599 [2024-05-23 14:40:31.228] [ 3.682900] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:40:31.228] [ 3.684874] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:31.229] [ 3.684919] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:40:31.254] [ 3.686905] ALSA device list: [2024-05-23 14:40:31.254] [ 3.686913] No soundcards found. [2024-05-23 14:40:31.254] [ 3.709647] GPT:15269887 !=3D 15273599 [2024-05-23 14:40:31.254] [ 3.709678] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:40:31.254] [ 3.709804] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:40:31.271] [ 3.736676] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:40:31.292] [ 3.757843] Freeing unused kernel memory: = 4160K [2024-05-23 14:40:31.310] Mounting devtmpfs [2024-05-23 14:40:31.310] [ 3.772964] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:40:31.324] Mounting procfs [2024-05-23 14:40:31.326] Mounting sysfs [2024-05-23 14:40:31.350] [ 3.792340] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:40:31.354] [ 3.820610] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:40:31.396] [ 3.859362] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:40:31.403] [ 3.868193] mount (98) used greatest stack = depth: 11792 bytes left [2024-05-23 14:40:31.431] [ 3.889053] mount (100) used greatest stack = depth: 11392 bytes left [2024-05-23 14:40:31.666] [ 4.131934] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:40:31.763] [ 4.228634] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:40:31.796] [ 4.256379] systemd[1]: Detected = architecture arm64. [2024-05-23 14:40:31.836]=20 [2024-05-23 14:40:31.836] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:40:31.850]=20 [2024-05-23 14:40:31.864] [ 4.320160] systemd[1]: Set hostname to = . [2024-05-23 14:40:31.865] [ 4.331354] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:40:31.881] [ 4.340523] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:40:32.118] [ 4.585218] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:40:32.156] [ 4.602785] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:40:32.180] [ 4.645223] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:40:32.192] [ 4.657329] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:40:32.384] [ 4.848821] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:40:32.456] [ OK ] Listening on Journal Socket. [2024-05-23 14:40:32.491] Mounting FUSE Control File System... [2024-05-23 14:40:32.514] [ OK ] Created slice system-getty.slice. [2024-05-23 14:40:32.538] Starting mount data partition = service... [2024-05-23 14:40:32.573] Mounting Huge Pages File System... [2024-05-23 14:40:32.598] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:40:32.614] [ OK ] Listening on Syslog Socket. [2024-05-23 14:40:32.658] Mounting Configuration File System... [2024-05-23 14:40:32.683] [ OK ] Listening on udev Control Socket. [2024-05-23 14:40:32.695] [ 5.160095] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:32.732] Mounting POSIX Message Queue File = System... [2024-05-23 14:40:32.740] [ OK ] Reached target Paths. [2024-05-23 14:40:32.756] [ OK ] Reached target Remote File Systems. [2024-05-23 14:40:32.774] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:40:32.801] Starting udev Coldplug all Devices... [2024-05-23 14:40:32.834] Mounting Kernel Debug File System... [2024-05-23 14:40:32.863] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:40:32.882] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:40:32.888] [ OK ] Reached target Swap. [2024-05-23 14:40:32.918] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:40:32.948] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:40:32.967] Starting Journal Service... [2024-05-23 14:40:32.984] [ OK ] Created slice User and Session Slice. [2024-05-23 14:40:33.000] [ OK ] Reached target Slices. [2024-05-23 14:40:33.032] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:40:33.064] Starting Apply Kernel Variables... [2024-05-23 14:40:33.163] [ 5.628599] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:40:33.204] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:40:33.238] [ OK ] Started mount data partition service. [2024-05-23 14:40:33.264] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:40:33.281] [ OK ] Mounted Configuration File System. [2024-05-23 14:40:33.299] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:40:33.314] [ OK ] Started Journal Service. [2024-05-23 14:40:33.337] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:40:33.364] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:40:33.399] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:40:33.429] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:40:33.466] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:40:33.499] Mounting /var/volatile... [2024-05-23 14:40:33.513] [ OK ] Reached target Containers. [2024-05-23 14:40:33.549] Mounting /tmp... [2024-05-23 14:40:33.570] Starting udev Kernel Device = Manager... [2024-05-23 14:40:33.598] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:40:33.629] Starting NS file System mount and = recovery.... [2024-05-23 14:40:33.671] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:40:33.700] [ OK ] Mounted /var/volatile. [2024-05-23 14:40:33.731] [ OK ] Mounted /tmp. [2024-05-23 14:40:33.735] [ 6.201772] fsck.ext4 (145) used greatest = stack depth: 11360 bytes left [2024-05-23 14:40:33.766] [ 6.226638] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:33.853] [ 6.316222] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:33.949] [ 6.415910] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:34.037] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:40:34.121] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:40:34.150] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:40:34.260] [ 6.725126] systemd-journald[125]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:40:34.282] Starting Bind mount volatile = /var/lib... [2024-05-23 14:40:34.309] Starting Bind mount volatile = /var/spool... [2024-05-23 14:40:34.342] Starting Bind mount volatile = /var/cache... [2024-05-23 14:40:34.372] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:40:34.483] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:40:34.591] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:40:34.618] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:40:34.649] [ OK ] Reached target Local File Systems. [2024-05-23 14:40:34.666] Starting Create Volatile Files and = Directories... [2024-05-23 14:40:34.700] Starting netfilter persistent = configuration... [2024-05-23 14:40:34.730] Starting AppArmor initialization... [2024-05-23 14:40:34.767] Starting Load/Save Random Seed... [2024-05-23 14:40:34.828] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:40:34.864] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:40:34.912] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:40:34.966] [ 7.430153] audit: type=3D1400 = audit(1550139121.292:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:40:34.983] [ OK [ 7.447123] audit: type=3D1400 = audit(1550139121.308:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:40:35.010] ] Started Update UTMP abo[ 7.468560] audit: = type=3D1400 audit(1550139121.308:4): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//DiagFW_profile" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:40:35.027] ut System Boot/Shutdown.[ 7.487232] audit: = type=3D1400 audit(1550139121.308:5): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//HUD_profile" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:40:35.043]=20 [2024-05-23 14:40:35.043] [ 7.504993] audit: type=3D1400 = audit(1550139121.308:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:40:35.059] [ 7.521055] audit: type=3D1400 = audit(1550139121.308:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:40:35.076] [ 7.536891] audit: type=3D1400 = audit(1550139121.308:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:40:35.102] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:40:35.133] [ OK ] Started AppArmor initialization. [2024-05-23 14:40:35.298] [ OK ] Reached target Network (Pre). [2024-05-23 14:40:35.323] Starting Network Service... [2024-05-23 14:40:35.337] [ OK ] Reached target System Initialization. [2024-05-23 14:40:35.366] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:40:35.383] [ OK ] Reached target Sockets. [2024-05-23 14:40:35.401] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:40:35.407] [ OK ] Reached target Timers. [2024-05-23 14:40:35.438] [ OK ] Reached target Basic System. [2024-05-23 14:40:35.459] Starting Login Service... [2024-05-23 14:40:35.484] [ OK ] Started Kernel Logging Service. [2024-05-23 14:40:35.521] [ OK ] Started System Logging Service. [2024-05-23 14:40:35.582] [ 8.045156] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:40:35.586] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:40:35.630] [ 8.096809] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:40:35.635] [ 8.101411] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:40:35.651] [ 8.107566] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:40:35.651] Starting Load Kernel Modules... [2024-05-23 14:40:35.685] [ OK ] Started NS VSync Process. [2024-05-23 14:40:35.724] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:40:35.777] [ OK ] Started NS System Management Process. [2024-05-23 14:40:35.801] [ 8.261792] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:40:35.802] Start /usr/bin/sys-fail-mon [2024-05-23 14:40:35.850] Starting NS Inter Domain Comm = Process... [2024-05-23 14:40:35.868] [ 8.334829] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:40:35.882] [ 8.339940] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:40:35.882] [ 8.340222] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:40:35.884] [ 8.340468] [INFO][GMAC]=20 [2024-05-23 14:40:35.909] [ 8.349597] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:40:35.909] [ 8.363146] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:40:35.922] [ 8.363158] Disabling lock debugging due to = kernel taint [2024-05-23 14:40:35.924] [ 8.372211] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:40:35.948] [ 8.386837] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:40:35.952] [ 8.386844] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:40:35.952] [ 8.391845] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:35.966] [ 8.392240] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:40:35.968] [ 8.392253] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:40:35.991] [ 8.392622] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:40:35.993] [ 8.392628] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:40:35.993] [ 8.397337] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:35.995] [ 8.419382] libphy: tcc-gmac-mdio: probed [2024-05-23 14:40:36.020] [ 8.419388] [INFO][GMAC] registered! [2024-05-23 14:40:36.020] [ 8.419391] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:40:36.020] [ 8.419396] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:40:36.020] [ 8.476575] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:40:36.020] [ 8.477580] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:36.034] [ 8.477584] in_atomic(): 1, = irqs_disabled(): 128, pid: 269, name: systemd-modules [2024-05-23 14:40:36.034] [ 8.477586] INFO: lockdep is turned off. [2024-05-23 14:40:36.049] [ 8.477588] irq event stamp: 24703 [2024-05-23 14:40:36.049] [ 8.477601] hardirqs last enabled at = (24703): [<0000000018b43e44>] vprintk_emit+0x270/0x278 [2024-05-23 14:40:36.051] [ 8.477606] hardirqs last disabled at = (24702): [<000000009b95967b>] vprintk_emit+0x12c/0x278 [2024-05-23 14:40:36.075] [ 8.477613] softirqs last enabled at (0): = [<000000006f85bb0d>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:36.075] [ 8.477616] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:36.075] [ 8.477617] Preemption disabled at: [2024-05-23 14:40:36.090] [ 8.477624] [<000000005d3bb540>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:36.103] [ 8.477631] CPU: 2 PID: 269 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:40:36.105] [ 8.477632] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:36.105] [ 8.477635] Call trace: [2024-05-23 14:40:36.105] [ 8.477640] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:36.128] [ 8.477643] show_stack+0x14/0x20 [2024-05-23 14:40:36.131] [ 8.477649] dump_stack+0xb8/0xf0 [2024-05-23 14:40:36.131] [ 8.477653] ___might_sleep+0x178/0x210 [2024-05-23 14:40:36.131] [ 8.477657] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:36.131] [ 8.477663] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:36.131] [ 8.477667] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:36.131] [ 8.477672] gic_set_type+0x84/0x98 [2024-05-23 14:40:36.131] [ 8.477676] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:36.157] [ 8.477680] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:36.157] [ 8.477683] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:36.157] [ 8.477709] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:40:36.157] [ 8.477727] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:40:36.157] [ 8.477732] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:36.157] [ 8.477737] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:36.173] [ 8.477741] __driver_attach+0xfc/0x118 [2024-05-23 14:40:36.176] [ 8.477744] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:36.176] [ 8.477748] driver_attach+0x20/0x28 [2024-05-23 14:40:36.176] [ 8.477751] bus_add_driver+0x220/0x268 [2024-05-23 14:40:36.176] [ 8.477755] driver_register+0x60/0xf8 [2024-05-23 14:40:36.200] [ 8.477758] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:36.200] [ 8.477775] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:40:36.200] [ 8.477779] do_one_initcall+0x50/0x15c [2024-05-23 14:40:36.200] [ 8.477783] do_init_module+0x54/0x1b0 [2024-05-23 14:40:36.200] [ 8.477786] load_module+0x1e70/0x2428 [2024-05-23 14:40:36.200] [ 8.477789] SyS_finit_module+0xe4/0x118 [2024-05-23 14:40:36.214] [ 8.477793] el0_svc_naked+0x34/0x38 [2024-05-23 14:40:36.214] [ 8.486237] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:40:36.217] [ 8.490091] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:40:36.217] [ 8.496535] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:40:36.242] [ 8.496577] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:40:36.242] [ 8.496577] -- MASTER Configuration. [2024-05-23 14:40:36.242] [ 8.496577] -- Local Receiver Status Not = OK. [2024-05-23 14:40:36.242] [ 8.496577] -- Remote Receiver Status Not = OK. [2024-05-23 14:40:36.242] [ 8.496592] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:40:36.257] [ 8.496595] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:40:36.257] [ 8.496898] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:40:36.271] [ 8.501335] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:40:36.284] [ 8.501340] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:40:36.284] [ 8.501345] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:40:36.296] [ 8.501345] =20 [2024-05-23 14:40:36.296] [ 8.501661] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:40:36.296] [ 8.501845] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:40:36.299] [ 8.501848] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:40:36.299] [ 8.501853] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:40:36.322] [ 8.501853] =20 [2024-05-23 14:40:36.327] [ 8.502000] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:40:36.327] [ 8.502014] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:40:36.327] [ 8.502018] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:40:36.327] [ 8.502022] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:40:36.327] [ 8.502029] [INFO][GMAC] --] phy_start: : [2024-05-23 14:40:36.327] [ 8.502504] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:40:36.351] [ 8.503773] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:40:36.363] [ 8.504248] Done!! [2024-05-23 14:40:36.363] [ 8.604870] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:40:36.363] [ 8.607019] Done!! [2024-05-23 14:40:36.363] [ 8.610472] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:36.363] [ 8.700831] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:40:36.366] [ 8.704748] Done!! [2024-05-23 14:40:36.366] [ 8.718393] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:36.366] [ 8.826409] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:36.388] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:40:36.402] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:40:36.402] [ OK ] Started Network Service. [2024-05-23 14:40:36.402] [ OK ] Started Load Kernel Modules. [2024-05-23 14:40:36.402] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:40:36.436] parents, child is 321 [2024-05-23 14:40:36.439] [ OK ] Started Cluster Framework. [2024-05-23 14:40:36.439] [IDC]Start. [2024-05-23 14:40:36.439] [ 8.903284] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:40:36.452] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:40:36.452] [IDC](A7)ConnectReq 0 [2024-05-23 14:40:36.452] [IDC](A7)do_connect 0 [2024-05-23 14:40:36.454] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:40:36.479] [IDC](A7)Tx start session req 1 [2024-05-23 14:40:36.496] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:40:36.496] [IDC](R5)ConnectReq 0 [2024-05-23 14:40:36.496] [IDC](R5)do_connect 0 [2024-05-23 14:40:36.496] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:40:36.496] [IDC](R5)do_entry_sta[ 8.934579] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:40:36.496] rtreq 1 [2024-05-23 14:40:36.496] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:40:36.496] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:40:36.517] [ OK ] Started HUD Framework. [2024-05-23 14:40:36.517] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:40:36.517] [IDC](A7)Session connected. [2024-05-23 14:40:36.517] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:40:36.517] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:40:36.517] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:40:36.541] [IDC](R5)Session connected.2 [2024-05-23 14:40:36.541] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:40:36.543] [ OK ] Started Nvm Process. [2024-05-23 14:40:36.562] [ OK ] Started NS hsm control application. [2024-05-23 14:40:36.567] [ OK ] Started Diagnosis Framework. [2024-05-23 14:40:36.585] [ 9.047413] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:36.601] [ OK ] Started Diagnosis Transport. [2024-05-23 14:40:36.619] [ OK ] Started NS Software Update. [2024-05-23 14:40:36.668] [ OK ] Started NS Secondary Verify. [2024-05-23 14:40:36.674] [ OK ] Reached target Network. [2024-05-23 14:40:36.691] Starting udev Coldplug all Devices... [2024-05-23 14:40:36.691] Starting Permit User Sessions... [2024-05-23 14:40:36.691] Starting Wait for Network to be = Configured... [2024-05-23 14:40:36.720] [ 9.164794] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:36.741] [ OK ] Started Login Service. [2024-05-23 14:40:36.783] [ OK ] Started Permit User Sessions. [2024-05-23 14:40:36.792] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:40:36.809] [ OK ] Started Getty on tty1. [2024-05-23 14:40:36.809] [ OK ] Reached target Login Prompts. [2024-05-23 14:40:36.811] [ OK ] Reached target M[ 9.278443] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:40:36.837] ulti-User System. [2024-05-23 14:40:36.837] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:40:36.837] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:40:36.851] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:40:36.868] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:40:36.918] [ 9.384638] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:40:36.926] [ 9.390445] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:37.037] [ 9.502468] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:37.148] [ 9.614532] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:37.800] [ 10.265476] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:37.808] [ 10.273858] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:38.051] [ 10.505535] sched: RT throttling activated [2024-05-23 14:40:38.437] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:40:38.767] [ 11.231560] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:38.776] [ 11.231568] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:43.265]=20 [2024-05-23 14:40:43.267] telechips-nsp1-release login:=20 [2024-05-23 14:40:46.892]=20 [2024-05-23 14:40:46.892] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:40:46.907]=20 [2024-05-23 14:40:46.907] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:40:46.934] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:40:46.934] DRAM: 2 GiB [2024-05-23 14:40:46.939] MMC: sdhc@0x16440000: 0 [2024-05-23 14:40:47.219]=20 [2024-05-23 14:40:47.225] HW Partition tyep is UserData [2024-05-23 14:40:47.225] In: serial [2024-05-23 14:40:47.242] Out: serial [2024-05-23 14:40:47.242] Err: serial [2024-05-23 14:40:47.298] Boot in the UserData environment(0) [2024-05-23 14:40:47.300] Non-secure boot (secure boot flag is clear) [2024-05-23 14:40:47.316] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:40:47.316] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:40:47.316] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:40:47.329] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:40:47.329] Booting using the fdt blob at 0x23000000 [2024-05-23 14:40:47.329] Loading Kernel Image [2024-05-23 14:40:47.344] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:40:47.346] OPTEE is enabled [2024-05-23 14:40:47.346]=20 [2024-05-23 14:40:47.346] Starting kernel ... [2024-05-23 14:40:47.371]=20 [2024-05-23 14:40:48.282] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:40:48.285] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:40:48.300] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:40:48.315] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:40:48.315] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:40:48.315] [ 0.000000] efi: UEFI not found. [2024-05-23 14:40:48.329] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:40:48.331] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:40:48.358] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:40:48.358] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:40:48.358] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:40:48.360] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:40:48.373] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:40:48.373] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:40:48.390] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:40:48.390] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:40:48.406] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:40:48.406] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:40:48.424] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:40:48.424] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:40:48.440] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:40:48.440] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:40:48.455] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:40:48.457] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:40:48.482] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:40:48.482] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:40:48.482] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:40:48.496] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:40:48.498] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:40:48.521] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:40:48.521] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:40:48.521] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:40:48.521] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:40:48.521] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:40:48.537] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:40:48.537] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:40:48.540] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:40:48.561] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:40:48.561] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:40:48.561] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:40:48.564] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:40:48.584] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:40:48.598] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:40:48.598] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:40:48.615] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:40:48.615] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:40:48.652] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:40:48.664] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:40:48.664] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:40:48.664] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:40:48.664] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:40:48.676] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:40:48.676] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:40:48.678] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:40:48.703] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:40:48.703] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:40:48.703] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:40:48.703] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:40:48.718] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:40:48.730] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:40:48.733] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:40:48.755] [ 0.000000] Running RCU self tests [2024-05-23 14:40:48.758] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:40:48.758] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:40:48.758] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:40:48.758] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:40:48.758] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:40:48.780] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:40:48.780] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:40:48.780] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:40:48.780] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:40:48.783] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:40:48.807] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:40:48.807] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:40:48.809] [ 0.000680] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:40:48.834] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:40:48.834] [ 0.001480] Console: colour dummy device = 80x25 [2024-05-23 14:40:48.834] [ 0.001722] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:40:48.834] [ 0.001726] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:40:48.849] [ 0.001728] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:40:48.849] [ 0.001731] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:40:48.849] [ 0.001734] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:40:48.851] [ 0.001736] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:40:48.878] [ 0.001739] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:40:48.878] [ 0.001742] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:40:48.878] [ 0.001744] memory used by lock dependency = info: 7903 kB [2024-05-23 14:40:48.878] [ 0.001747] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:40:48.878] [ 0.001787] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:40:48.898] [ 0.001794] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:40:48.898] [ 0.002293] Security Framework initialized [2024-05-23 14:40:48.898] [ 0.002421] AppArmor: AppArmor initialized [2024-05-23 14:40:48.898] [ 0.002668] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:40:48.913] [ 0.002690] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:40:48.913] [ 0.019960] ASID allocator initialised with = 32768 entries [2024-05-23 14:40:48.928] [ 0.035861] Hierarchical SRCU = implementation. [2024-05-23 14:40:48.930] [ 0.062281] EFI services will not be = available. [2024-05-23 14:40:48.930] [ 0.076132] smp: Bringing up secondary CPUs = ... [2024-05-23 14:40:48.930] [ 0.120757] Detected VIPT I-cache on CPU1 [2024-05-23 14:40:48.950] [ 0.120833] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:40:48.950] [ 0.165003] Detected VIPT I-cache on CPU2 [2024-05-23 14:40:48.950] [ 0.165060] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:40:48.950] [ 0.209291] Detected VIPT I-cache on CPU3 [2024-05-23 14:40:48.963] [ 0.209344] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:40:48.965] [ 0.209719] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:40:48.965] [ 0.209759] SMP: Total of 4 processors = activated. [2024-05-23 14:40:48.988] [ 0.209775] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:40:49.002] [ 0.209794] CPU: All CPU(s) started at EL2 [2024-05-23 14:40:49.002] [ 0.209977] alternatives: patching kernel = code [2024-05-23 14:40:49.002] [ 0.210530] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:40:49.002] [ 0.213118] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:40:49.002] [ 0.213700] devtmpfs: initialized [2024-05-23 14:40:49.014] [ 0.403339] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:40:49.014] [ 0.403605] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:40:49.017] [ 0.412416] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:40:49.017] [ 0.413357] chipinfo: TCC8030 Rev02 [2024-05-23 14:40:49.017] [ 0.413372] chipinfo: SiP Service v0.1.56 [2024-05-23 14:40:49.046] [ 0.418622] NET: Registered protocol family = 16 [2024-05-23 14:40:49.046] [ 0.422680] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:40:49.046] [ 0.424649] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:40:49.046] [ 0.426513] cpuidle: using governor menu [2024-05-23 14:40:49.046] [ 0.426750] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:40:49.072] [ 0.440851] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:40:49.075] [ 0.441325] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:40:49.075] [ 0.441372] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:40:49.075] [ 0.441416] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:40:49.075] [ 0.441460] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:40:49.075] [ 0.441503] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:40:49.099] [ 0.441547] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:40:49.123] [ 0.441590] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:40:49.123] [ 0.441633] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:40:49.123] [ 0.441677] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:40:49.123] [ 0.441720] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:40:49.134] [ 0.441779] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:40:49.134] [ 0.441823] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:40:49.134] [ 0.441867] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:40:49.134] [ 0.441911] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:40:49.134] [ 0.441954] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:40:49.147] [ 0.441998] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:40:49.147] [ 0.442041] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:40:49.147] [ 0.442176] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:40:49.149] [ 0.442566] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:40:49.149] [ 0.442610] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:40:49.172] [ 0.442654] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:40:49.185] [ 0.442697] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:40:49.185] [ 0.442741] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:40:49.185] [ 0.442784] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:40:49.185] [ 0.442827] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:40:49.198] [ 0.442871] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:40:49.198] [ 0.442928] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:40:49.198] [ 0.442971] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:40:49.200] [ 0.443014] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:40:49.200] [ 0.443058] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:40:49.226] [ 0.443305] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:40:49.226] [ 0.443349] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:40:49.226] [ 0.443392] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:40:49.226] [ 0.443436] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:40:49.226] [ 0.443479] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:40:49.245] [ 0.443523] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:40:49.258] [ 0.443565] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:40:49.258] [ 0.443762] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:40:49.258] [ 0.443805] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:40:49.260] [ 0.443849] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:40:49.260] [ 0.443892] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:40:49.260] [ 0.443935] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:40:49.284] [ 0.443991] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:40:49.284] [ 0.444034] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:40:49.284] [ 0.444078] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:40:49.284] [ 0.444121] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:40:49.284] [ 0.444164] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:40:49.311] [ 0.444207] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:40:49.311] [ 0.444250] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:40:49.311] [ 0.444293] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:40:49.313] [ 0.444336] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:40:49.313] [ 0.444883] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:40:49.333] [ 0.444928] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:40:49.348] [ 0.445096] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:40:49.348] [ 0.445267] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:40:49.348] [ 0.445436] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:40:49.348] [ 0.445599] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:40:49.350] [ 0.445767] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:40:49.350] [ 0.445812] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:40:49.350] [ 0.445856] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:40:49.376] [ 0.446035] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:40:49.376] [ 0.446300] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:40:49.376] [ 0.446490] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:40:49.376] [ 0.446534] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:40:49.378] [ 0.446578] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:40:49.403] [ 0.446621] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:40:49.403] [ 0.446684] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:40:49.403] [ 0.446871] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:40:49.403] [ 0.446915] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:40:49.403] [ 0.447118] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:40:49.417] [ 0.447131] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:40:49.429] [ 0.529740] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:40:49.431] [ 0.529830] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:40:49.431] [ 1.676531] console [ttyAMA0] enabled [2024-05-23 14:40:49.454] [ 1.684315] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:40:49.462] [ 1.713198] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:40:49.476] [ 1.723479] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:40:49.491] [ 1.734052] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:40:49.516] [ 1.744369] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:40:49.594] [ 1.844297] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:40:49.615] [ 1.860702] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:40:49.620] [ 1.867595] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:40:49.647] [ 1.874376] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:40:49.647] [ 1.880838] Linux video capture interface: = v2.00 [2024-05-23 14:40:49.665] [ 1.886735] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:49.666] [ 1.886740] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:40:49.666] [ 1.886744] 6 locks held by swapper/0/1: [2024-05-23 14:40:49.666] [ 1.886747] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:40:49.682] [ 1.886773] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:40:49.682] [ 1.886788] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:49.697] [ 1.886807] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:49.697] [ 1.886822] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:49.714] [ 1.886838] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:49.714] [ 1.886858] irq event stamp: 288106 [2024-05-23 14:40:49.728] [ 1.886863] hardirqs last enabled at = (288105): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:49.740] [ 1.886868] hardirqs last disabled at = (288106): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:49.742] [ 1.886876] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:49.766] [ 1.886880] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:49.766] [ 1.886882] Preemption disabled at: [2024-05-23 14:40:49.766] [ 1.886888] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:49.766] [ 1.886897] CPU: 3 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:40:49.780] [ 1.886899] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:49.784] [ 1.886904] Call trace: [2024-05-23 14:40:49.784] [ 1.886910] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:49.784] [ 1.886914] show_stack+0x14/0x20 [2024-05-23 14:40:49.807] [ 1.886920] dump_stack+0xb8/0xf0 [2024-05-23 14:40:49.820] [ 1.886925] ___might_sleep+0x178/0x210 [2024-05-23 14:40:49.820] [ 1.886929] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:49.820] [ 1.886934] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:49.820] [ 1.886939] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:49.820] [ 1.886947] gic_set_type+0x84/0x98 [2024-05-23 14:40:49.820] [ 1.886952] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:49.822] [ 1.886956] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:49.822] [ 1.886961] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:49.822] [ 1.886966] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:40:49.846] [ 1.886972] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:40:49.849] [ 1.886977] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:49.849] [ 1.886982] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:49.849] [ 1.886987] __driver_attach+0xfc/0x118 [2024-05-23 14:40:49.849] [ 1.886992] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:49.849] [ 1.886996] driver_attach+0x20/0x28 [2024-05-23 14:40:49.849] [ 1.887001] bus_add_driver+0x220/0x268 [2024-05-23 14:40:49.874] [ 1.887006] driver_register+0x60/0xf8 [2024-05-23 14:40:49.874] [ 1.887010] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:49.874] [ 1.887017] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:40:49.874] [ 1.887022] do_one_initcall+0x50/0x15c [2024-05-23 14:40:49.874] [ 1.887029] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:40:49.874] [ 1.887035] kernel_init+0x10/0x100 [2024-05-23 14:40:49.876] [ 1.887039] ret_from_fork+0x10/0x18 [2024-05-23 14:40:49.900] [ 1.892866] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:40:49.900] [ 2.140172] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:40:49.914] [ 2.153788] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:40:49.918] [ 2.160807] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:40:49.918] [ 2.165409] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:40:49.948] [ 2.170214] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:40:49.948] [ 2.175041] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:40:49.948] [ 2.179595] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:40:49.983] [ 2.233531] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:40:49.998] [ 2.246119] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:50.014] [ 2.264392] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:50.030] [ 2.279811] NET: Registered protocol family = 2 [2024-05-23 14:40:50.043] [ 2.287187] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:40:50.056] [ 2.294803] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:40:50.064] [ 2.306005] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:40:50.066] [ 2.313373] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:40:50.092] [ 2.320238] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:40:50.092] [ 2.328437] NET: Registered protocol family = 1 [2024-05-23 14:40:50.185] [ 2.436079] audit: initializing netlink = subsys (disabled) [2024-05-23 14:40:50.193] [ 2.442426] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:40:50.207] [ 2.442989] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:40:50.274] [ 2.525018] fuse init (API version 7.26) [2024-05-23 14:40:50.298] [ 2.539245] modprobe (66) used greatest = stack depth: 13280 bytes left [2024-05-23 14:40:50.301] [ 2.549033] io scheduler noop registered = (default) [2024-05-23 14:40:50.316] [ 2.553887] io scheduler mq-deadline = registered [2024-05-23 14:40:50.318] [ 2.558450] io scheduler kyber registered [2024-05-23 14:40:50.341] [ 2.569442] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:50.343] [ 2.576545] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:50.343] [ 2.582756] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:40:50.343] [ 2.590370] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:50.403] [ 2.653190] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:50.411] [ 2.660906] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:50.424] [ 2.665771] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:40:50.424] [ 2.671201] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:50.426] [ 2.671839] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:50.450] [ 2.682594] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:50.450] [ 2.688802] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:40:50.450] [ 2.696364] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:50.483] [ 2.721013] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:50.485] [ 2.727814] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:50.485] [ 2.732561] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:40:50.500] [ 2.737988] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:50.500] [ 2.738570] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:40:50.500] [ 2.749323] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:40:50.516] [ 2.755531] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:40:50.516] [ 2.763146] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:40:50.581] [ 2.829802] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:40:50.599] [ 2.836803] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:40:50.600] [ 2.841442] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:40:50.616] [ 2.846869] fbX_probe : update_type =3D 1=20 [2024-05-23 14:40:50.618] [ 2.856941] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:40:50.618] [ 2.866564] [INF][WDMA] tcc_wdma_init [2024-05-23 14:40:50.656] [ 2.871348] TCC WDMA Driver Initializing [2024-05-23 14:40:50.656] [ 2.878419] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:40:50.659] [ 2.884697] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:40:50.659] [ 2.895103] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:50.679] [ 2.907801] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:40:50.680] [ 2.917288] [CPU_ID] probe is done [2024-05-23 14:40:50.680] [ 2.921056] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:40:50.680] [ 2.927742] [DRAM_TOOL] probe is done [2024-05-23 14:40:50.707] [ 2.934930] MALI-G51 : r30p0-01eac0 [2024-05-23 14:40:50.708] [ 2.938458] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:40:50.708] [ 2.948093] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:50.710] [ 2.948098] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:40:50.735] [ 2.948103] 6 locks held by swapper/0/1: [2024-05-23 14:40:50.735] [ 2.948106] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:40:50.735] [ 2.948131] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:40:50.749] [ 2.948146] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:50.762] [ 2.948163] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:50.764] [ 2.948178] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:50.764] [ 2.948194] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:50.790] [ 2.948213] irq event stamp: 453678 [2024-05-23 14:40:50.790] [ 2.948218] hardirqs last enabled at = (453677): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:50.790] [ 2.948223] hardirqs last disabled at = (453678): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:50.807] [ 2.948230] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:50.807] [ 2.948234] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:50.828] [ 2.948237] Preemption disabled at: [2024-05-23 14:40:50.828] [ 2.948242] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:50.828] [ 2.948251] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:40:50.828] [ 2.948254] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:50.844] [ 2.948258] Call trace: [2024-05-23 14:40:50.844] [ 2.948264] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:50.844] [ 2.948268] show_stack+0x14/0x20 [2024-05-23 14:40:50.844] [ 2.948274] dump_stack+0xb8/0xf0 [2024-05-23 14:40:50.869] [ 2.948279] ___might_sleep+0x178/0x210 [2024-05-23 14:40:50.870] [ 2.948282] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:50.870] [ 2.948287] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:50.870] [ 2.948293] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:50.870] [ 2.948299] gic_set_type+0x84/0x98 [2024-05-23 14:40:50.870] [ 2.948304] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:50.870] [ 2.948309] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:50.873] [ 2.948314] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:50.896] [ 2.948320] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:40:50.896] [ 2.948326] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:40:50.896] [ 2.948330] kbase_device_init+0x78/0xf8 [2024-05-23 14:40:50.896] [ 2.948336] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:40:50.896] [ 2.948340] platform_drv_probe+0x58/0xb8 [2024-05-23 14:40:50.910] [ 2.948345] = driver_probe_device+0x228/0x410 [2024-05-23 14:40:50.925] [ 2.948350] __driver_attach+0xfc/0x118 [2024-05-23 14:40:50.925] [ 2.948355] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:40:50.925] [ 2.948360] driver_attach+0x20/0x28 [2024-05-23 14:40:50.929] [ 2.948365] bus_add_driver+0x220/0x268 [2024-05-23 14:40:50.929] [ 2.948370] driver_register+0x60/0xf8 [2024-05-23 14:40:50.929] [ 2.948374] = __platform_driver_register+0x44/0x50 [2024-05-23 14:40:50.929] [ 2.948381] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:40:50.954] [ 2.948386] do_one_initcall+0x50/0x15c [2024-05-23 14:40:50.954] [ 2.948393] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:40:50.954] [ 2.948399] kernel_init+0x10/0x100 [2024-05-23 14:40:50.954] [ 2.948403] ret_from_fork+0x10/0x18 [2024-05-23 14:40:50.954] [ 2.950166] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:40:50.956] [ 3.204936] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:40:50.981] [ 3.211674] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:40:50.982] [ 3.225533] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:40:50.985] [ 3.232734] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:40:51.001] [ 3.245014] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:40:51.002] [ 3.251232] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:40:51.029] [ 3.255613] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:40:51.029] [ 3.263059] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:40:51.063] [ 3.312849] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:40:51.072] [ 3.322518] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:40:51.085] [ 3.330373] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:40:51.101] [ 3.340659] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:40:51.101] [ 3.345935] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:40:51.125] [ 3.357008] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:40:51.125] [ 3.365871] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:40:51.148] [ 3.385231] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:40:51.159] [ 3.388304] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:40:51.161] [ 3.389150] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:40:51.161] [ 3.392740] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:40:51.185] [ 3.393485] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:40:51.185] [ 3.394169] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:40:51.185] [ 3.395230] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:40:51.186] [ 3.404879] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:40:51.200] [ 3.404908] GPT:15269887 !=3D 15273599 [2024-05-23 14:40:51.200] [ 3.404916] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:40:51.200] [ 3.404924] GPT:15269887 !=3D 15273599 [2024-05-23 14:40:51.215] [ 3.404931] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:40:51.217] [ 3.405048] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:40:51.243] [ 3.475840] libphy: Fixed MDIO Bus: probed [2024-05-23 14:40:51.243] [ 3.480911] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:40:51.245] [ 3.493997] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:40:51.259] [ 3.498522] [INFO][GAMC] gmac index : 1 [2024-05-23 14:40:51.259] [ 3.502949] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:40:51.259] [ 3.508117] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:40:51.274] [ 3.514191] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:40:51.274] [ 3.518582] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:40:51.277] [ 3.527160] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:40:51.292] [ 3.540989] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:40:51.306] [ 3.546838] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:51.306] [ 3.546850] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:40:51.319] [ 3.546857] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:40:51.332] [ 3.546869] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:51.332] [ 3.546880] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:40:51.335] [ 3.575705] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:40:51.358] [ 3.591818] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:40:51.362] [ 3.598472] usbhid: USB HID core driver [2024-05-23 14:40:51.362] [ 3.602683] optee: probing for conduit = method from DT. [2024-05-23 14:40:51.362] [ 3.607863] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:40:51.388] [ 3.609850] optee: initialized driver [2024-05-23 14:40:51.392] [ 3.619352] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:40:51.392] [ 3.625081] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:40:51.392] [ 3.630250] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:40:51.392] [ 3.635418] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:40:51.392] [ 3.641193] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:40:51.407] [ 3.646968] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:40:51.407] [ 3.652829] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:40:51.409] [ 3.659299] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:40:51.438] [ 3.666813] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:40:51.438] [ 3.674761] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:40:51.449] [ 3.688687] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:40:51.451] [ 3.697650] NET: Registered protocol family = 17 [2024-05-23 14:40:51.453] [ 3.702624] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:40:51.482] [ 3.720678] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:40:51.647] [ 3.890123] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:40:51.650] [ 3.890168] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:40:51.666] [ 3.905890] ALSA device list: [2024-05-23 14:40:51.666] [ 3.908884] No soundcards found. [2024-05-23 14:40:51.666] [ 3.914743] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:40:51.685] [ 3.935553] Freeing unused kernel memory: = 4160K [2024-05-23 14:40:51.698] Mounting devtmpfs [2024-05-23 14:40:51.701] [ 3.950573] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:40:51.714] Mounting procfs [2024-05-23 14:40:51.714] Mounting sysfs [2024-05-23 14:40:51.740] [ 3.969748] mount (92) used greatest stack = depth: 12480 bytes left [2024-05-23 14:40:51.746] [ 3.996830] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:40:51.787] [ 4.037341] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:40:51.798] [ 4.046726] mount (97) used greatest stack = depth: 11824 bytes left [2024-05-23 14:40:51.815] [ 4.062785] mount (99) used greatest stack = depth: 11376 bytes left [2024-05-23 14:40:52.056] [ 4.302525] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:40:52.148] [ 4.397358] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:40:52.178] [ 4.424674] systemd[1]: Detected = architecture arm64. [2024-05-23 14:40:52.219]=20 [2024-05-23 14:40:52.219] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:40:52.232]=20 [2024-05-23 14:40:52.251] [ 4.485912] systemd[1]: Set hostname to = . [2024-05-23 14:40:52.254] [ 4.497228] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:40:52.267] [ 4.506817] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:40:52.500] [ 4.749852] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:40:52.530] [ 4.766953] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:40:52.560] [ 4.810048] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:40:52.576] [ 4.822193] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:40:52.762] [ 5.011545] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:40:52.831] [ OK ] Reached target Remote File Systems. [2024-05-23 14:40:52.851] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:40:52.868] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:40:52.885] [ OK ] Reached target Paths. [2024-05-23 14:40:52.902] [ OK ] Listening on Journal Socket. [2024-05-23 14:40:52.928] Mounting POSIX Message Queue File = System... [2024-05-23 14:40:52.959] Starting Apply Kernel Variables... [2024-05-23 14:40:52.984] [ OK ] Created slice User and Session Slice. [2024-05-23 14:40:53.002] [ OK ] Reached target Slices. [2024-05-23 14:40:53.028] Mounting FUSE Control File System... [2024-05-23 14:40:53.058] Mounting Configuration File System... [2024-05-23 14:40:53.090] Mounting Kernel Debug File System... [2024-05-23 14:40:53.117] [ OK ] Listening on Syslog Socket. [2024-05-23 14:40:53.135] [ OK ] Reached target Swap. [2024-05-23 14:40:53.155] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:40:53.180] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:40:53.226] Mounting Huge Pages File System... [2024-05-23 14:40:53.245] [ 5.487236] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:40:53.268] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:40:53.291] Starting mount data partition = service... [2024-05-23 14:40:53.318] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:40:53.371] Starting Journal Service... [2024-05-23 14:40:53.402] [ OK ] Listening on udev Control Socket. [2024-05-23 14:40:53.435] Starting udev Coldplug all Devices... [2024-05-23 14:40:53.437] [ 5.684624] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:53.469] [ OK ] Created slice system-getty.slice. [2024-05-23 14:40:53.495] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:40:53.558] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:40:53.592] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:40:53.619] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:40:53.645] [ OK ] Mounted Configuration File System. [2024-05-23 14:40:53.648] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:40:53.674] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:40:53.681] [ OK ] Started Journal Service. [2024-05-23 14:40:53.705] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:40:53.736] [ OK ] Started mount data partition service. [2024-05-23 14:40:53.770] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:40:53.840] Starting NS file System mount and = recovery.... [2024-05-23 14:40:53.868] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:40:53.873] [ OK ] Reached target Containers. [2024-05-23 14:40:53.907] Mounting /tmp... [2024-05-23 14:40:53.935] Mounting /var/volatile... [2024-05-23 14:40:53.969] Starting udev Kernel Device = Manager... [2024-05-23 14:40:53.979] [ 6.224257] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:54.020] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:40:54.075] [ 6.325054] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:54.152] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:40:54.173] [ OK ] Mounted /tmp. [2024-05-23 14:40:54.188] [ 6.425143] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:40:54.264] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:40:54.286] [ OK ] Mounted /var/volatile. [2024-05-23 14:40:54.386] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:40:54.411] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:40:54.590] [ 6.839628] systemd-journald[125]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:40:54.607] Starting Bind mount volatile = /var/spool... [2024-05-23 14:40:54.639] Starting Bind mount volatile = /var/cache... [2024-05-23 14:40:54.669] Starting Bind mount volatile = /var/lib... [2024-05-23 14:40:54.703] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:40:54.896] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:40:54.923] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:40:54.954] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:40:54.987] Starting Load/Save Random Seed... [2024-05-23 14:40:55.004] [ OK ] Reached target Local File Systems. [2024-05-23 14:40:55.038] Starting Create Volatile Files and = Directories... [2024-05-23 14:40:55.069] Starting netfilter persistent = configuration... [2024-05-23 14:40:55.098] Starting AppArmor initialization... [2024-05-23 14:40:55.129] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:40:55.276] [ 7.526150] audit: type=3D1400 = audit(1550139121.216:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D256 comm=3D"apparmor_parser" [2024-05-23 14:40:55.291] [ 7.540643] audit: type=3D1400 = audit(1550139121.224:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:40:55.317] [ 7.557538] audit: type=3D1400 = audit(1550139121.224:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:40:55.332] [ 7.574247] audit: type=3D1400 = audit(1550139121.224:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:40:55.348] [ 7.590124] audit: type=3D1400 = audit(1550139121.224:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:40:55.364] [ 7.606987] audit: type=3D1400 = audit(1550139121.224:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:40:55.380] [ 7.622792] audit: type=3D1400 = audit(1550139121.224:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D256 = comm=3D"apparmor_parser" [2024-05-23 14:40:55.397] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:40:55.420] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:40:55.443] [ OK ] Started AppArmor initialization. [2024-05-23 14:40:55.471] [ OK ] Reached target Network (Pre). [2024-05-23 14:40:55.494] Starting Network Service... [2024-05-23 14:40:55.525] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:40:55.584] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:40:55.604] [ OK ] Reached target System Initialization. [2024-05-23 14:40:55.629] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:40:55.662] [ OK ] Reached target Timers. [2024-05-23 14:40:55.664] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:40:55.675] [ OK ] Reached target Sockets. [2024-05-23 14:40:55.692] [ OK ] Reached target Basic System. [2024-05-23 14:40:55.720] [ 7.959039] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:40:55.737] [ 7.985742] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:40:55.754] [ 7.991292] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:40:55.756] [ OK ] Started [ 7.997744] [INFO][GMAC] = gmac_clk : 125000000 [2024-05-23 14:40:55.756] OP-TEE Supplicant Service. [2024-05-23 14:40:55.788] [ OK ] Started System Logging Service. [2024-05-23 14:40:55.820] [ OK ] Started Kernel Logging Service. [2024-05-23 14:40:55.855] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:40:55.873] [ OK ] Started NS VSync Process. [2024-05-23 14:40:55.905] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:40:55.951] [ OK ] Started NS System Management Process. [2024-05-23 14:40:55.967] [ 8.209315] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:40:55.989] [ 8.232065] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:40:55.994] [ 8.236497] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:40:55.994] Start /usr/bin/sys-fail-mon [2024-05-23 14:40:56.056] [ 8.236516] [INFO][GMAC]=20 [2024-05-23 14:40:56.060] [ 8.306204] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:40:56.089] Starting NS Inter Domain Comm = Process... [2024-05-23 14:40:56.122] [ 8.359837] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:40:56.124] [ 8.366356] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:40:56.138] [ 8.374074] libphy: tcc-gmac-mdio: probed [2024-05-23 14:40:56.142] [ 8.374113] [INFO][GMAC] = registered! [2024-05-23 14:40:56.142] [ 8.374120] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:40:56.166] [ 8.374129] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:40:56.168] Starting Login Service... [2024-05-23 14:40:56.168] [ 8.400330] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:40:56.168] [ 8.408751] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:40:56.191] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:40:56.194] [ 8.421723] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:56.194] [ 8.437882] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:40:56.195] [ 8.443649] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:40:56.220] [ 8.451222] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:40:56.220] [ 8.451274] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:40:56.220] [ 8.451274] -- MASTER Configuration. [2024-05-23 14:40:56.220] [ 8.451274] -- Local Receiver Status Not = OK. [2024-05-23 14:40:56.234] [ 8.451274] -- Remote Receiver Status Not = OK. [2024-05-23 14:40:56.234] [ 8.451319] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:40:56.234] [ 8.451326] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:40:56.250] [ 8.474232] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:40:56.250] [ 8.474238] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:40:56.265] [ 8.474242] 5 locks held by = systemd-network/260: [2024-05-23 14:40:56.265] [ 8.474245] #0: (rtnl_mutex){+.+.}, at: = [<00000000d4308002>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:40:56.280] [ 8.474272] #1: = (&desc->request_mutex){+.+.}, at: [<000000002a41a480>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:40:56.280] [ 8.474291] #2: = (&irq_desc_lock_class){-...}, at: [<00000000bc9f7a16>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:56.296] [ 8.474306] #3: (rcu_read_lock){....}, = at: [<00000000d0c6ce63>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:40:56.296] [ 8.474322] #4: (&picinfo->lock){....}, = at: [<00000000a0dc1d55>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:56.311] [ 8.474340] irq event stamp: 74172 [2024-05-23 14:40:56.311] [ 8.474346] hardirqs last enabled at = (74171): [<000000000c58055e>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:40:56.326] [ 8.474351] hardirqs last disabled at = (74172): [<000000009481e89f>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:40:56.326] [ 8.474358] softirqs last enabled at (0): = [<000000006ad4c8cf>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:40:56.344] [ 8.474362] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:40:56.345] [ 8.474364] Preemption disabled at: [2024-05-23 14:40:56.369] [ 8.474370] [<00000000bc9f7a16>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:40:56.373] [ 8.474379] CPU: 2 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:40:56.373] [ 8.474382] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:40:56.373] [ 8.474386] Call trace: [2024-05-23 14:40:56.373] [ 8.474392] dump_backtrace+0x0/0x1d8 [2024-05-23 14:40:56.395] [ 8.474396] show_stack+0x14/0x20 [2024-05-23 14:40:56.397] [ 8.474402] dump_stack+0xb8/0xf0 [2024-05-23 14:40:56.397] [ 8.474407] ___might_sleep+0x178/0x210 [2024-05-23 14:40:56.397] [ 8.474411] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:40:56.397] [ 8.474415] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:40:56.397] [ 8.474421] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:40:56.397] [ 8.474428] gic_set_type+0x84/0x98 [2024-05-23 14:40:56.420] [ 8.474433] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:40:56.422] [ 8.474437] __setup_irq+0x76c/0x7f8 [2024-05-23 14:40:56.422] [ 8.474442] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:40:56.422] [ 8.474449] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:40:56.422] [ 8.474454] __dev_open+0x100/0x150 [2024-05-23 14:40:56.422] [ 8.474458] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:40:56.422] [ 8.474462] dev_change_flags+0x20/0x60 [2024-05-23 14:40:56.446] [ 8.474466] do_setlink+0x3ec/0xc30 [2024-05-23 14:40:56.446] [ 8.474470] rtnl_setlink+0xcc/0x128 [2024-05-23 14:40:56.446] [ 8.474474] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:40:56.446] [ 8.474479] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:40:56.446] [ 8.474483] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:40:56.446] [ 8.474487] netlink_unicast+0x180/0x1f8 [2024-05-23 14:40:56.459] [ 8.474491] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:40:56.472] [ 8.474497] sock_sendmsg+0x3c/0x58 [2024-05-23 14:40:56.472] [ 8.474502] SyS_sendto+0xd0/0x140 [2024-05-23 14:40:56.472] [ 8.474506] el0_svc_naked+0x34/0x38 [2024-05-23 14:40:56.474] [ 8.475483] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:40:56.474] [ 8.494521] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:40:56.498] [ 8.494532] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:40:56.498] [ 8.494540] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:40:56.498] [ 8.494540] =20 [2024-05-23 14:40:56.498] [ 8.494839] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:40:56.498] [ 8.501031] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:40:56.504] [ 8.501041] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:40:56.524] [ 8.501050] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:40:56.526] [ 8.501050] =20 [2024-05-23 14:40:56.526] [ 8.501216] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:40:56.526] [ 8.501235] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:40:56.526] [ 8.501242] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:40:56.526] [ 8.501249] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:40:56.551] [ 8.501260] [INFO][GMAC] --] phy_start: : [2024-05-23 14:40:56.551] [ 8.502429] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:40:56.551] [ 8.547620] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:40:56.551] [ 8.547631] Disabling lock debugging due to = kernel taint [2024-05-23 14:40:56.554] [ 8.608171] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:56.577] [ 8.716231] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:56.580] Starting Load Kernel Modules... [2024-05-23 14:40:56.580] [ 8.811390] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:40:56.580] [ 8.811397] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:40:56.601] [ 8.824207] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:56.602] [ 8.824679] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:40:56.602] [ OK ] Started Network Service. [2024-05-23 14:40:56.619] [ 8.864953] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:40:56.622] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:40:56.662] [ OK ] Started 8.881363] VPU vpu_vdec = Driver(id:0) Initialized. [2024-05-23 14:40:56.664] 39mCluster Framework. [2024-05-23 14:40:56.664] parents, child is 313 [2024-05-23 14:40:56.666] [ OK ] Started HUD Framework. [2024-05-23 14:40:56.683] [IDC]Start. [2024-05-23 14:40:56.683] [ 8.896475] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:40:56.683] [ 8.922300] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:40:56.699] [ 8.927181] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:40:56.699] [ 8.927742] Done!! [2024-05-23 14:40:56.699] [ 8.932707] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:56.699] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:40:56.715] [IDC](A7)ConnectReq 0 [2024-05-23 14:40:56.730] [IDC](A7)do_connect 0 [2024-05-23 14:40:56.730] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:40:56.730] [IDC](A7)Tx start session req 1 [2024-05-23 14:40:56.730] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:40:56.730] [IDC](R5)ConnectReq 0 [2024-05-23 14:40:56.732] [IDC](R5)do_connect 0 [2024-05-23 14:40:56.732] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:40:56.759] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:40:56.759] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:40:56.759] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:40:56.759] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:40:56.759] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:40:56.759] [IDC](A7)Session connected. [2024-05-23 14:40:56.759] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:40:56.781] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:40:56.794] [ OK ] Started Nvm Process. [2024-05-23 14:40:56.794] [IDC](R5)Session connected.2 [2024-05-23 14:40:56.794] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:40:56.794] [ OK ] Started NS hsm control application. [2024-05-23 14:40:56.797] [ OK ] Started Diagnosis Framework. [2024-05-23 14:40:56.810] [ 9.058894] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:56.847] [ OK ] Started NS Software Update. [2024-05-23 14:40:56.873] [ 9.067904] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:40:56.881] [ 9.122206] Done!! [2024-05-23 14:40:56.896] [ OK ] Started NS Secondary Verify. [2024-05-23 14:40:56.925] [ OK ] Started Diagnosis Transport. [2024-05-23 14:40:56.939] [ OK ] Reached target Network. [2024-05-23 14:40:56.941] [ 9.184240] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:56.965] Starting Permit User Sessions... [2024-05-23 14:40:56.969] Starting udev Coldplug all Devices... [2024-05-23 14:40:56.971] Starting Wait for Network to be = Configured... [2024-05-23 14:40:56.998] [ OK ] Started Login Service. [2024-05-23 14:40:57.027] [ 9.272441] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:40:57.055] [ 9.275395] Done!! [2024-05-23 14:40:57.065] [ 9.300259] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:57.074] [ OK ] Started Load Kernel Modules. [2024-05-23 14:40:57.076] [ OK ] Started Permit User Sessions. [2024-05-23 14:40:57.093] [ OK ] Started 9.343056] = ns_vsync_register_isr irq_num:85 [2024-05-23 14:40:57.108] 39mGetty on tty1. [2024-05-23 14:40:57.108] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:40:57.135] [ OK ] Reached target Login Prompts. [2024-05-23 14:40:57.135] [ OK ] Reached target Multi-User System. [2024-05-23 14:40:57.135] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:40:57.157] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:40:57.172] [ 9.412250] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:57.212] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:40:57.275] [ 9.524540] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:57.351] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:40:57.390] [ 9.638210] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:40:57.969] [ 10.201991] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:57.978] [ 10.201998] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:58.323] [ 10.571613] sched: RT throttling activated [2024-05-23 14:40:58.888] [ 11.130404] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:40:58.893] [ 11.130417] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:40:59.139] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:03.360]=20 [2024-05-23 14:41:03.360] telechips-nsp1-release login:=20 [2024-05-23 14:41:06.125]=20 [2024-05-23 14:41:06.125] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:41:06.127]=20 [2024-05-23 14:41:06.127] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:41:06.127] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:41:06.167] DRAM: 2 GiB [2024-05-23 14:41:06.182] MMC: sdhc@0x16440000: 0 [2024-05-23 14:41:06.447]=20 [2024-05-23 14:41:06.447] HW Partition tyep is UserData [2024-05-23 14:41:06.469] In: serial [2024-05-23 14:41:06.473] Out: serial [2024-05-23 14:41:06.473] Err: serial [2024-05-23 14:41:06.524] Boot in the UserData environment(0) [2024-05-23 14:41:06.528] Non-secure boot (secure boot flag is clear) [2024-05-23 14:41:06.541] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:41:06.543] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:41:06.543] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:41:06.568] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:41:06.568] Booting using the fdt blob at 0x23000000 [2024-05-23 14:41:06.568] Loading Kernel Image [2024-05-23 14:41:06.568] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:41:06.581] OPTEE is enabled [2024-05-23 14:41:06.581]=20 [2024-05-23 14:41:06.581] Starting kernel ... [2024-05-23 14:41:06.581]=20 [2024-05-23 14:41:07.507] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:41:07.512] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:41:07.527] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:41:07.542] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:41:07.544] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:41:07.544] [ 0.000000] efi: UEFI not found. [2024-05-23 14:41:07.566] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:41:07.569] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:41:07.569] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:41:07.569] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:41:07.584] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:41:07.584] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:41:07.599] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:41:07.599] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:41:07.614] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:41:07.616] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:41:07.641] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:41:07.641] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:41:07.641] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:41:07.657] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:41:07.657] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:41:07.673] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:41:07.673] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:41:07.688] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:41:07.688] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:41:07.704] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:41:07.704] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:41:07.718] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:41:07.719] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:41:07.745] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:41:07.745] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:41:07.745] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:41:07.745] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:41:07.747] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:41:07.771] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:41:07.771] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:41:07.771] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:41:07.771] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:41:07.788] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:41:07.788] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:41:07.790] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:41:07.815] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:41:07.830] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:41:07.830] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:41:07.833] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:41:07.862] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:41:07.862] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:41:07.862] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:41:07.883] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:41:07.885] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:41:07.885] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:41:07.908] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:41:07.920] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:41:07.920] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:41:07.920] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:41:07.933] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:41:07.933] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:41:07.935] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:41:07.959] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:41:07.970] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:41:07.970] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:41:07.970] [ 0.000000] Running RCU self tests [2024-05-23 14:41:07.982] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:41:07.982] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:41:07.987] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:41:07.987] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:41:07.987] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:41:08.002] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:41:08.013] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:41:08.013] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:41:08.013] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:41:08.015] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:41:08.033] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:41:08.034] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:41:08.034] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:41:08.053] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:41:08.053] [ 0.001477] Console: colour dummy device = 80x25 [2024-05-23 14:41:08.053] [ 0.001720] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:41:08.065] [ 0.001723] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:41:08.065] [ 0.001725] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:41:08.067] [ 0.001728] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:41:08.087] [ 0.001730] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:41:08.087] [ 0.001733] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:41:08.087] [ 0.001736] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:41:08.087] [ 0.001739] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:41:08.097] [ 0.001741] memory used by lock dependency = info: 7903 kB [2024-05-23 14:41:08.097] [ 0.001744] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:41:08.110] [ 0.001784] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:41:08.112] [ 0.001792] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:41:08.130] [ 0.002290] Security Framework initialized [2024-05-23 14:41:08.130] [ 0.002414] AppArmor: AppArmor initialized [2024-05-23 14:41:08.130] [ 0.002660] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:41:08.135] [ 0.002682] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:41:08.153] [ 0.019959] ASID allocator initialised with = 32768 entries [2024-05-23 14:41:08.164] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:41:08.164] [ 0.062281] EFI services will not be = available. [2024-05-23 14:41:08.164] [ 0.076128] smp: Bringing up secondary CPUs = ... [2024-05-23 14:41:08.164] [ 0.120756] Detected VIPT I-cache on CPU1 [2024-05-23 14:41:08.168] [ 0.120831] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:41:08.168] [ 0.165002] Detected VIPT I-cache on CPU2 [2024-05-23 14:41:08.185] [ 0.165061] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:41:08.187] [ 0.209285] Detected VIPT I-cache on CPU3 [2024-05-23 14:41:08.187] [ 0.209339] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:41:08.187] [ 0.209716] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:41:08.205] [ 0.209758] SMP: Total of 4 processors = activated. [2024-05-23 14:41:08.215] [ 0.209773] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:41:08.215] [ 0.209792] CPU: All CPU(s) started at EL2 [2024-05-23 14:41:08.215] [ 0.209976] alternatives: patching kernel = code [2024-05-23 14:41:08.215] [ 0.210549] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:41:08.217] [ 0.213114] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:41:08.217] [ 0.213770] devtmpfs: initialized [2024-05-23 14:41:08.233] [ 0.402749] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:41:08.235] [ 0.403016] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:41:08.235] [ 0.411858] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:41:08.257] [ 0.412764] chipinfo: TCC8030 Rev02 [2024-05-23 14:41:08.257] [ 0.412779] chipinfo: SiP Service v0.1.56 [2024-05-23 14:41:08.257] [ 0.418049] NET: Registered protocol family = 16 [2024-05-23 14:41:08.257] [ 0.421984] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:41:08.268] [ 0.423944] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:41:08.292] [ 0.425524] cpuidle: using governor menu [2024-05-23 14:41:08.292] [ 0.425759] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:41:08.293] [ 0.439930] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:41:08.293] [ 0.440407] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:41:08.293] [ 0.440453] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:41:08.293] [ 0.440498] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:41:08.315] [ 0.440542] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:41:08.315] [ 0.440585] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:41:08.315] [ 0.440629] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:41:08.315] [ 0.440672] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:41:08.318] [ 0.440716] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:41:08.334] [ 0.440759] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:41:08.345] [ 0.440802] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:41:08.345] [ 0.440846] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:41:08.345] [ 0.440890] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:41:08.361] [ 0.440933] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:41:08.361] [ 0.440976] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:41:08.361] [ 0.441020] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:41:08.365] [ 0.441077] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:41:08.365] [ 0.441121] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:41:08.365] [ 0.441165] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:41:08.392] [ 0.441532] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:41:08.392] [ 0.441576] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:41:08.392] [ 0.441620] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:41:08.392] [ 0.441663] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:41:08.394] [ 0.441706] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:41:08.394] [ 0.441750] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:41:08.412] [ 0.441793] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:41:08.412] [ 0.441837] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:41:08.412] [ 0.441880] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:41:08.414] [ 0.442041] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:41:08.433] [ 0.442086] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:41:08.433] [ 0.442130] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:41:08.433] [ 0.442368] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:41:08.437] [ 0.442427] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:41:08.456] [ 0.442470] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:41:08.465] [ 0.442514] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:41:08.465] [ 0.442557] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:41:08.465] [ 0.442600] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:41:08.467] [ 0.442644] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:41:08.467] [ 0.442840] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:41:08.486] [ 0.442883] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:41:08.486] [ 0.442927] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:41:08.486] [ 0.442970] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:41:08.486] [ 0.443014] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:41:08.499] [ 0.443057] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:41:08.499] [ 0.443100] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:41:08.501] [ 0.443143] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:41:08.519] [ 0.443187] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:41:08.519] [ 0.443230] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:41:08.519] [ 0.443286] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:41:08.519] [ 0.443329] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:41:08.532] [ 0.443372] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:41:08.532] [ 0.443415] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:41:08.542] [ 0.443955] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:41:08.544] [ 0.444000] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:41:08.562] [ 0.444170] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:41:08.564] [ 0.444342] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:41:08.564] [ 0.444525] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:41:08.564] [ 0.444693] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:41:08.582] [ 0.444862] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:41:08.591] [ 0.444906] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:41:08.591] [ 0.444950] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:41:08.591] [ 0.445115] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:41:08.594] [ 0.445278] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:41:08.594] [ 0.445443] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:41:08.614] [ 0.445487] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:41:08.614] [ 0.445530] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:41:08.614] [ 0.445573] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:41:08.614] [ 0.445616] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:41:08.630] [ 0.445786] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:41:08.630] [ 0.445830] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:41:08.630] [ 0.446129] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:41:08.642] [ 0.446147] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:41:08.651] [ 0.528533] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:41:08.653] [ 0.528622] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:41:08.670] [ 1.675343] console [ttyAMA0] enabled [2024-05-23 14:41:08.681] [ 1.683059] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:41:08.697] [ 1.711896] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:41:08.700] [ 1.722192] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:41:08.712] [ 1.732774] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:41:08.724] [ 1.743031] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:41:08.821] [ 1.842745] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:41:08.836] [ 1.858928] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:41:08.847] [ 1.865825] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:41:08.859] [ 1.872773] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:41:08.876] [ 1.879142] Linux video capture interface: = v2.00 [2024-05-23 14:41:08.878] [ 1.885055] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:08.878] [ 1.885059] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:41:08.897] [ 1.885063] 6 locks held by swapper/0/1: [2024-05-23 14:41:08.897] [ 1.885066] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:41:08.897] [ 1.885093] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:41:08.909] [ 1.885108] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:08.922] [ 1.885127] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:08.931] [ 1.885141] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:08.933] [ 1.885158] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:08.953] [ 1.885176] irq event stamp: 288044 [2024-05-23 14:41:08.953] [ 1.885181] hardirqs last enabled at = (288043): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:08.953] [ 1.885186] hardirqs last disabled at = (288044): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:08.965] [ 1.885194] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:08.980] [ 1.885197] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:08.981] [ 1.885200] Preemption disabled at: [2024-05-23 14:41:08.999] [ 1.885205] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:09.001] [ 1.885214] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:41:09.001] [ 1.885217] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:09.001] [ 1.885222] Call trace: [2024-05-23 14:41:09.022] [ 1.885228] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:09.022] [ 1.885232] show_stack+0x14/0x20 [2024-05-23 14:41:09.022] [ 1.885238] dump_stack+0xb8/0xf0 [2024-05-23 14:41:09.022] [ 1.885243] ___might_sleep+0x178/0x210 [2024-05-23 14:41:09.022] [ 1.885247] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:09.022] [ 1.885252] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:09.034] [ 1.885258] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:09.034] [ 1.885266] gic_set_type+0x84/0x98 [2024-05-23 14:41:09.034] [ 1.885271] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:09.036] [ 1.885275] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:09.056] [ 1.885280] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:09.056] [ 1.885285] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:41:09.056] [ 1.885291] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:41:09.056] [ 1.885296] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:09.058] [ 1.885301] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:09.080] [ 1.885306] __driver_attach+0xfc/0x118 [2024-05-23 14:41:09.080] [ 1.885311] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:09.080] [ 1.885316] driver_attach+0x20/0x28 [2024-05-23 14:41:09.080] [ 1.885320] bus_add_driver+0x220/0x268 [2024-05-23 14:41:09.080] [ 1.885325] driver_register+0x60/0xf8 [2024-05-23 14:41:09.083] [ 1.885329] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:09.100] [ 1.885336] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:41:09.102] [ 1.885340] do_one_initcall+0x50/0x15c [2024-05-23 14:41:09.102] [ 1.885348] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:41:09.102] [ 1.885353] kernel_init+0x10/0x100 [2024-05-23 14:41:09.102] [ 1.885358] ret_from_fork+0x10/0x18 [2024-05-23 14:41:09.125] [ 1.891110] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:41:09.125] [ 2.138333] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:41:09.145] [ 2.151791] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:41:09.146] [ 2.158828] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:41:09.146] [ 2.163429] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:41:09.146] [ 2.168232] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:41:09.158] [ 2.173079] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:41:09.158] [ 2.177634] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:41:09.209] [ 2.231561] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:41:09.222] [ 2.244010] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:09.250] [ 2.262076] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:09.256] [ 2.277805] NET: Registered protocol family = 2 [2024-05-23 14:41:09.267] [ 2.285595] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:41:09.281] [ 2.293219] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:41:09.282] [ 2.304350] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:41:09.294] [ 2.311696] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:41:09.315] [ 2.318560] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:41:09.317] [ 2.326760] NET: Registered protocol family = 1 [2024-05-23 14:41:09.413] [ 2.434602] audit: initializing netlink = subsys (disabled) [2024-05-23 14:41:09.419] [ 2.440974] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:41:09.431] [ 2.441608] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:41:09.501] [ 2.523844] fuse init (API version 7.26) [2024-05-23 14:41:09.516] [ 2.538111] modprobe (66) used greatest = stack depth: 13296 bytes left [2024-05-23 14:41:09.523] [ 2.544776] modprobe (67) used greatest = stack depth: 13280 bytes left [2024-05-23 14:41:09.535] [ 2.547771] io scheduler noop registered = (default) [2024-05-23 14:41:09.535] [ 2.547788] io scheduler mq-deadline = registered [2024-05-23 14:41:09.548] [ 2.547800] io scheduler kyber registered [2024-05-23 14:41:09.550] [ 2.564842] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:09.550] [ 2.571778] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:09.571] [ 2.577990] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:41:09.571] [ 2.585599] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:09.626] [ 2.648522] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:09.637] [ 2.656171] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:09.650] [ 2.661065] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:41:09.650] [ 2.666495] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:09.650] [ 2.667143] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:09.669] [ 2.677896] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:09.669] [ 2.684106] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:41:09.671] [ 2.691663] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:09.706] [ 2.716636] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:09.708] [ 2.723887] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:09.708] [ 2.728567] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:41:09.720] [ 2.733995] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:09.720] [ 2.734708] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:09.735] [ 2.745461] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:09.735] [ 2.751670] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:41:09.755] [ 2.759287] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:09.804] [ 2.826431] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:09.812] [ 2.833241] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:09.826] [ 2.837880] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:41:09.831] [ 2.843306] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:09.845] [ 2.853111] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:41:09.845] [ 2.862827] [INF][WDMA] tcc_wdma_init [2024-05-23 14:41:09.847] [ 2.867661] TCC WDMA Driver Initializing [2024-05-23 14:41:09.873] [ 2.875015] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:41:09.873] [ 2.881277] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:41:09.873] [ 2.891759] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:09.894] [ 2.904421] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:41:09.894] [ 2.913858] [CPU_ID] probe is done [2024-05-23 14:41:09.896] [ 2.917621] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:41:09.920] [ 2.924342] [DRAM_TOOL] probe is done [2024-05-23 14:41:09.920] [ 2.931910] MALI-G51 : r30p0-01eac0 [2024-05-23 14:41:09.920] [ 2.935443] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:41:09.934] [ 2.945096] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:09.936] [ 2.945101] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:41:09.954] [ 2.945105] 6 locks held by swapper/0/1: [2024-05-23 14:41:09.954] [ 2.945108] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:41:09.955] [ 2.945135] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:41:09.977] [ 2.945151] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:09.977] [ 2.945169] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:09.979] [ 2.945183] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:10.002] [ 2.945200] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:10.002] [ 2.945219] irq event stamp: 453902 [2024-05-23 14:41:10.002] [ 2.945224] hardirqs last enabled at = (453901): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:10.017] [ 2.945229] hardirqs last disabled at = (453902): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:10.019] [ 2.945237] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:10.041] [ 2.945240] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:10.041] [ 2.945243] Preemption disabled at: [2024-05-23 14:41:10.041] [ 2.945248] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:10.054] [ 2.945257] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:41:10.067] [ 2.945260] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:10.069] [ 2.945264] Call trace: [2024-05-23 14:41:10.069] [ 2.945270] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:10.069] [ 2.945275] show_stack+0x14/0x20 [2024-05-23 14:41:10.069] [ 2.945280] dump_stack+0xb8/0xf0 [2024-05-23 14:41:10.089] [ 2.945285] ___might_sleep+0x178/0x210 [2024-05-23 14:41:10.102] [ 2.945289] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:10.102] [ 2.945294] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:10.102] [ 2.945299] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:10.102] [ 2.945306] gic_set_type+0x84/0x98 [2024-05-23 14:41:10.102] [ 2.945311] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:10.104] [ 2.945316] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:10.104] [ 2.945321] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:10.104] [ 2.945327] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:41:10.128] [ 2.945332] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:41:10.128] [ 2.945337] kbase_device_init+0x78/0xf8 [2024-05-23 14:41:10.128] [ 2.945343] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:41:10.128] [ 2.945347] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:10.128] [ 2.945352] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:10.138] [ 2.945357] __driver_attach+0xfc/0x118 [2024-05-23 14:41:10.149] [ 2.945362] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:10.149] [ 2.945367] driver_attach+0x20/0x28 [2024-05-23 14:41:10.149] [ 2.945371] bus_add_driver+0x220/0x268 [2024-05-23 14:41:10.151] [ 2.945376] driver_register+0x60/0xf8 [2024-05-23 14:41:10.151] [ 2.945380] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:10.172] [ 2.945388] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:41:10.184] [ 2.945392] do_one_initcall+0x50/0x15c [2024-05-23 14:41:10.184] [ 2.945399] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:41:10.184] [ 2.945404] kernel_init+0x10/0x100 [2024-05-23 14:41:10.184] [ 2.945409] ret_from_fork+0x10/0x18 [2024-05-23 14:41:10.184] [ 2.947240] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:41:10.201] [ 3.202039] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:41:10.212] [ 3.208777] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:41:10.212] [ 3.222590] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:41:10.214] [ 3.229596] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:41:10.237] [ 3.241728] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:41:10.237] [ 3.247947] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:41:10.237] [ 3.252328] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:41:10.255] [ 3.259895] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:41:10.284] [ 3.307034] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:41:10.294] [ 3.314781] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:41:10.310] [ 3.324519] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:41:10.334] [ 3.335130] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:41:10.336] [ 3.342466] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:41:10.336] [ 3.353539] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:41:10.362] [ 3.362458] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:41:10.362] [ 3.381152] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:41:10.378] [ 3.396639] libphy: Fixed MDIO Bus: probed [2024-05-23 14:41:10.400] [ 3.401590] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:41:10.404] [ 3.415195] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:41:10.404] [ 3.419727] [INFO][GAMC] gmac index : 1 [2024-05-23 14:41:10.405] [ 3.424181] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:41:10.430] [ 3.429392] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:41:10.430] [ 3.435442] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:41:10.430] [ 3.439878] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:41:10.433] [ 3.445547] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:41:10.433] [ 3.449576] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:41:10.451] [ 3.456203] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:41:10.462] [ 3.458578] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:41:10.462] [ 3.459724] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:10.462] [ 3.459736] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:41:10.464] [ 3.459743] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:41:10.464] [ 3.459755] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:10.488] [ 3.459767] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:41:10.488] [ 3.461367] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:41:10.488] [ 3.470945] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:41:10.500] [ 3.470955] usbhid: USB HID core driver [2024-05-23 14:41:10.501] [ 3.471306] optee: probing for conduit = method from DT. [2024-05-23 14:41:10.501] [ 3.471331] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:41:10.501] [ 3.473156] optee: initialized driver [2024-05-23 14:41:10.505] [ 3.474900] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:41:10.529] [ 3.474915] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:41:10.529] [ 3.474922] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:41:10.529] [ 3.474929] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:41:10.529] [ 3.474937] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:41:10.551] [ 3.474944] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:41:10.552] [ 3.474951] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:41:10.552] [ 3.474958] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:41:10.552] [ 3.476452] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:41:10.568] [ 3.476460] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:41:10.568] [ 3.483539] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:41:10.570] [ 3.502758] NET: Registered protocol family = 17 [2024-05-23 14:41:10.595] [ 3.503209] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:41:10.595] [ 3.507971] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:41:10.597] [ 3.618854] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:41:10.613] [ 3.625403] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:41:10.613] [ 3.632211] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:41:10.629] [ 3.639532] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:41:10.646] [ 3.658502] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:41:10.649] [ 3.666008] GPT:15269887 !=3D 15273599 [2024-05-23 14:41:10.649] [ 3.669952] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:41:10.663] [ 3.675191] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:10.663] [ 3.675233] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:41:10.677] [ 3.677310] ALSA device list: [2024-05-23 14:41:10.677] [ 3.677318] No soundcards found. [2024-05-23 14:41:10.677] [ 3.697054] GPT:15269887 !=3D 15273599 [2024-05-23 14:41:10.689] [ 3.697082] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:41:10.701] [ 3.697208] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:41:10.715] [ 3.724039] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:41:10.729] [ 3.745572] Freeing unused kernel memory: = 4160K [2024-05-23 14:41:10.751] Mounting devtmpfs [2024-05-23 14:41:10.751] [ 3.761042] mount (91) used greatest stack = depth: 13040 bytes left [2024-05-23 14:41:10.754] Mounting procfs [2024-05-23 14:41:10.754] Mounting sysfs [2024-05-23 14:41:10.776] [ 3.795949] cat (95) used greatest stack = depth: 12480 bytes left [2024-05-23 14:41:10.787] [ 3.808511] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:41:10.827] [ 3.849329] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:41:10.840] [ 3.858180] mount (98) used greatest stack = depth: 11312 bytes left [2024-05-23 14:41:11.108] [ 4.128298] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:41:11.203] [ 4.225585] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:41:11.232] [ 4.253487] systemd[1]: Detected = architecture arm64. [2024-05-23 14:41:11.277]=20 [2024-05-23 14:41:11.277] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:41:11.289]=20 [2024-05-23 14:41:11.302] [ 4.316557] systemd[1]: Set hostname to = . [2024-05-23 14:41:11.307] [ 4.327931] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:41:11.322] [ 4.336750] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:41:11.551] [ 4.573532] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:41:11.580] [ 4.590650] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:41:11.612] [ 4.634710] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:41:11.625] [ 4.646821] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:41:11.812] [ 4.834488] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:41:11.892] [ OK ] Created slice User and Session Slice. [2024-05-23 14:41:11.907] [ OK ] Reached target Swap. [2024-05-23 14:41:11.926] [ OK ] Listening on udev Control Socket. [2024-05-23 14:41:11.941] [ OK ] Reached target Paths. [2024-05-23 14:41:11.968] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:41:11.972] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:41:11.987] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:41:12.007] [ OK ] Listening on Journal Socket. [2024-05-23 14:41:12.044] Starting udev Coldplug all Devices... [2024-05-23 14:41:12.076] Mounting Configuration File System... [2024-05-23 14:41:12.106] Starting Apply Kernel Variables... [2024-05-23 14:41:12.138] Mounting Huge Pages File System... [2024-05-23 14:41:12.170] Mounting Kernel De[ 5.194173] sh = (111) used greatest stack depth: 11184 bytes left [2024-05-23 14:41:12.181] bug File System... [2024-05-23 14:41:12.210] Mounting POSIX Message Queue File = System... [2024-05-23 14:41:12.241] Starting mount data partition = service... [2024-05-23 14:41:12.272] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:41:12.285] [ OK ] Reached target Remote File Systems. [2024-05-23 14:41:12.323] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:41:12.338] [ 5.360292] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:12.356] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:41:12.387] [ OK ] Listening on Syslog Socket. [2024-05-23 14:41:12.395] [ 5.417194] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:41:12.409] Starting Journal Service... [2024-05-23 14:41:12.424] [ OK ] Created slice system-getty.slice. [2024-05-23 14:41:12.455] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:41:12.485] Mounting FUSE Control File System... [2024-05-23 14:41:12.504] [ OK ] Reached target Slices. [2024-05-23 14:41:12.567] [ OK ] Mounted Configuration File System. [2024-05-23 14:41:12.605] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:41:12.622] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:41:12.638] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:41:12.654] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:41:12.674] [ OK ] Started mount data partition service. [2024-05-23 14:41:12.705] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:41:12.740] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:41:12.755] [ OK ] Started Journal Service. [2024-05-23 14:41:12.773] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:41:12.818] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:41:12.849] Mounting /var/volatile... [2024-05-23 14:41:12.865] [ OK ] Reached target Containers. [2024-05-23 14:41:12.893] Mounting /tmp... [2024-05-23 14:41:12.939] Starting udev Kernel Device = Manager... [2024-05-23 14:41:12.958] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:41:12.989] Starting NS file System mount and = recovery.... [2024-05-23 14:41:13.044] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:41:13.073] [ OK ] Mounted /var/volatile. [2024-05-23 14:41:13.089] [ OK ] Mounted /tmp. [2024-05-23 14:41:13.124] [ 6.145499] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:13.213] [ 6.235141] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:13.316] [[ 6.338204] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:13.340] OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:13.408] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:41:13.549] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:41:13.655] [ 6.676587] systemd-journald[132]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:41:13.674] Starting Bind mount volatile = /var/spool... [2024-05-23 14:41:13.711] Starting Bind mount volatile = /var/cache... [2024-05-23 14:41:13.740] Starting Bind mount volatile = /var/lib... [2024-05-23 14:41:13.773] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:41:13.965] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:41:14.000] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:41:14.032] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:41:14.217] Starting Load/Save Random Seed... [2024-05-23 14:41:14.241] [ OK ] Reached target Local File Systems. [2024-05-23 14:41:14.273] Starting netfilter persistent = configuration... [2024-05-23 14:41:14.292] Starting AppArmor initialization... [2024-05-23 14:41:14.326] Starting Create Volatile Files and = Directories... [2024-05-23 14:41:14.352] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:41:14.462] [ 7.484380] audit: type=3D1400 = audit(1550139121.352:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D258 comm=3D"apparmor_parser" [2024-05-23 14:41:14.477] [ 7.498798] audit: type=3D1400 = audit(1550139121.352:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:41:14.502] [ 7.515547] audit: type=3D1400 = audit(1550139121.352:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:41:14.518] [[ 7.532559] audit: type=3D1400 = audit(1550139121.352:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:41:14.532] [ 7.548134] audit: type=3D1400 = audit(1550139121.352:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:41:14.548] [ 7.564119] audit: type=3D1400 = audit(1550139121.352:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:41:14.564] OK ] [ 7.579924] audit: type=3D1400 = audit(1550139121.352:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D258 = comm=3D"apparmor_parser" [2024-05-23 14:41:14.580] Started Create Volatile Files and Directories. [2024-05-23 14:41:14.607] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:41:14.629] [ OK ] Started AppArmor initialization. [2024-05-23 14:41:14.653] [ OK ] Reached target Network (Pre). [2024-05-23 14:41:14.679] Starting Network Service... [2024-05-23 14:41:14.710] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:41:14.768] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:41:14.791] [ OK ] Reached target System Initialization. [2024-05-23 14:41:14.807] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:41:14.826] [ OK ] Reached target Sockets. [2024-05-23 14:41:14.840] [ OK ] Reached target Basic System. [2024-05-23 14:41:14.876] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:41:14.912] [ 7.933596] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:41:14.922] Starting Load Kernel Modules... [2024-05-23 14:41:14.958] [ 7.968732] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:41:14.959] [ 7.975404] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:41:14.959] [ 7.979998] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:41:14.973] [ OK ] Started System Logging Service. [2024-05-23 14:41:15.007] Starting Login Service... [2024-05-23 14:41:15.017] [ 8.039208] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:41:15.031] [ 8.046555] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:41:15.033] [ 8.053941] Disabling lock debugging due to = kernel taint [2024-05-23 14:41:15.057] [ OK ] Started NS VSync Process. [2024-05-23 14:41:15.075] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:41:15.106] [ 8.127990] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:41:15.124] Start /usr/bin/sys-fail-mon [2024-05-23 14:41:15.125] [ OK ] Started NS System Management Process. [2024-05-23 14:41:15.140] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:41:15.140] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:41:15.168] [ OK ] Started Kernel Logging Service. [2024-05-23 14:41:15.169] Starting NS Inter Domain Comm = Process... [2024-05-23 14:41:15.171] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:41:15.198] [ ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:41:15.198] [0;32m OK ] Reached target[ 8.205261] = ns_idc tcc_ipc0: [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:41:15.198] Timers. [2024-05-23 14:41:15.199] [ [ 8.212645] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:41:15.225] OK ] Started Netw[ 8.214412] [INFO][GMAC] = hsio_clk : 250000000 [2024-05-23 14:41:15.225] ork Service. [2024-05-23 14:41:15.225] [ 8.214422] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:41:15.225] [ 8.214428] [INFO][GMAC]=20 [2024-05-23 14:41:15.225] [ 8.230401] libphy: tcc-gmac-mdio: probed [2024-05-23 14:41:15.227] [ 8.230406] [INFO][GMAC] registered! [2024-05-23 14:41:15.249] [ 8.230410] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:41:15.253] [ 8.230417] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:41:15.253] Starting Wait for N[ 8.261185] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:41:15.253] etwork to be Configured... [2024-05-23 14:41:15.276] [[ 8.272378] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:41:15.289] OK ] Reached target [ 8.282442] = ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:15.289] Network. [2024-05-23 14:41:15.289] Starting P[ 8.298062] BUG: = sleeping function called from invalid context at = kernel/locking/rtmutex.c:974 [2024-05-23 14:41:15.291] ermit User Sessions... [2024-05-23 14:41:15.291] [ 8.298065] in_atomic(): 1, = irqs_disabled(): 128, pid: 266, name: systemd-modules [2024-05-23 14:41:15.316] [ 8.298068] INFO: lockdep is turned off. [2024-05-23 14:41:15.316] [ 8.298070] irq event stamp: 24863 [2024-05-23 14:41:15.316] [ 8.298085] hardirqs last enabled at = (24863): [<00000000311d432e>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:15.316] [ 8.298089] hardirqs last disabled at = (24862): [<0000000055264c14>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:15.330] [ 8.298097] softirqs last enabled at (0): = [<00000000549178d4>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:15.345] [ 8.298100] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:15.357] [ 8.298101] Preemption disabled at: [2024-05-23 14:41:15.357] [ 8.298108] [<00000000bb6e08ef>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:15.360] [ 8.298115] CPU: 3 PID: 266 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:41:15.360] [ 8.298117] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:15.387] [ 8.298120] Call trace: [2024-05-23 14:41:15.387] [ 8.298126] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:15.387] [ 8.298129] show_stack+0x14/0x20 [2024-05-23 14:41:15.387] [ 8.298134] dump_stack+0xb8/0xf0 [2024-05-23 14:41:15.387] [ 8.298137] ___might_sleep+0x178/0x210 [2024-05-23 14:41:15.387] [ 8.298140] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:15.387] [ 8.298146] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:15.401] [ 8.298150] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:15.410] [ 8.298156] gic_set_type+0x84/0x98 [2024-05-23 14:41:15.411] [ 8.298160] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:15.411] [ 8.298163] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:15.424] [ 8.298167] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:15.424] [ 8.298196] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:41:15.426] [ 8.298214] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:41:15.426] [ 8.298218] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:15.426] [ 8.298224] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:15.426] [ 8.298227] __driver_attach+0xfc/0x118 [2024-05-23 14:41:15.449] [ 8.298231] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:15.449] [ 8.298235] driver_attach+0x20/0x28 [2024-05-23 14:41:15.449] [ 8.298238] bus_add_driver+0x220/0x268 [2024-05-23 14:41:15.449] [ 8.298242] driver_register+0x60/0xf8 [2024-05-23 14:41:15.449] [ 8.298245] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:15.449] [ 8.298262] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:41:15.463] [ 8.298267] do_one_initcall+0x50/0x15c [2024-05-23 14:41:15.476] [ 8.298271] do_init_module+0x54/0x1b0 [2024-05-23 14:41:15.476] [ 8.298274] load_module+0x1e70/0x2428 [2024-05-23 14:41:15.476] [ 8.298277] SyS_finit_module+0xe4/0x118 [2024-05-23 14:41:15.478] [ 8.298280] el0_svc_naked+0x34/0x38 [2024-05-23 14:41:15.478] [ 8.299866] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:41:15.478] [ 8.312395] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:41:15.507] [ 8.312436] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:41:15.507] [ 8.312436] -- MASTER Configuration. [2024-05-23 14:41:15.507] [ 8.312436] -- Local Receiver Status Not = OK. [2024-05-23 14:41:15.507] [ 8.312436] -- Remote Receiver Status Not = OK. [2024-05-23 14:41:15.507] [ 8.312450] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:41:15.509] [ 8.312453] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:41:15.535] [ 8.535268] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:41:15.535] [ 8.545060] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:41:15.535] [ 8.552905] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:41:15.550] [ 8.559644] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:41:15.552] [ 8.562615] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:15.579] [ 8.582118] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:41:15.579] [ 8.587958] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:41:15.579] [ 8.589190] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:41:15.579] [ 8.591175] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:41:15.594] [ 8.598896] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:41:15.607] [ 8.598896] =20 [2024-05-23 14:41:15.607] [ 8.599226] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:41:15.607] [ 8.599576] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:41:15.609] [ 8.599580] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:41:15.609] [ 8.599584] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:41:15.634] [ 8.599584] =20 [2024-05-23 14:41:15.634] [ 8.599744] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:41:15.634] [ 8.599759] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:41:15.635] [ 8.599763] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:41:15.635] [ 8.599767] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:41:15.635] [ 8.599774] [INFO][GMAC] --] phy_start: : [2024-05-23 14:41:15.640] [ 8.599831] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:41:15.664] [ 8.602134] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:41:15.676] [ 8.602859] Done!! [2024-05-23 14:41:15.676] Starting udev Coldplug all Devices... [2024-05-23 14:41:15.676] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:41:15.676] [ OK ] Started Permit User Sessions. [2024-05-23 14:41:15.678] [ OK ] Started Getty on tty1. [2024-05-23 14:41:15.702] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:41:15.704] [ OK ] Reached t[ 8.703321] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:41:15.704] arget Login Prompts[ 8.706412] [INFO][GMAC] = --] phy_read_status:=20 [2024-05-23 14:41:15.704] . [2024-05-23 14:41:15.704] parents, child is 323 [2024-05-23 14:41:15.706] [IDC]Start. [2024-05-23 14:41:15.742] [ 8.730157] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:41:15.742] [ 8.730868] Done!! [2024-05-23 14:41:15.742] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:41:15.742] [ OK ] Started Cluster Framework. [2024-05-23 14:41:15.742] [IDC](A7)ConnectReq 0 [2024-05-23 14:41:15.742] [IDC](A7)do_connect 0 [2024-05-23 14:41:15.742] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:41:15.744] [IDC](A7)Tx start session req 1 [2024-05-23 14:41:15.744] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:41:15.744] [IDC](R5)ConnectReq 0 [2024-05-23 14:41:15.744] [IDC](R5)do_connect 0 [2024-05-23 14:41:15.765] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:41:15.798] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:41:15.798] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:41:15.798] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:41:15.798] [ OK ] Started HUD Framework. [2024-05-23 14:41:15.798] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:41:15.798] [IDC](A7)Session connected. [2024-05-23 14:41:15.798] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:41:15.821] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:41:15.821] [IDC](R5)Session connected.2 [2024-05-23 14:41:15.821] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:41:15.823] [ 8.830952] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:15.897] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:41:15.926] [ 8.943204] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:15.943] [ 8.965697] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:41:15.963] [ 8.967012] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:41:15.975] [ 8.984349] Done!! [2024-05-23 14:41:15.999] [ OK ] Started Nvm Process. [2024-05-23 14:41:16.007] [ OK ] Started NS hsm control application. [2024-05-23 14:41:16.042] [ 9.054469] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:16.109] [ OK ] Started Diagnosis Framework. [2024-05-23 14:41:16.142] [ OK ] Started NS Software Update. [2024-05-23 14:41:16.146] [ 9.166458] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:16.182] [ OK ] Started NS Secondary Verify. [2024-05-23 14:41:16.222] [ OK ] Started Diagnosis Transport. [2024-05-23 14:41:16.264] [ 9.286199] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:16.284] [ OK ] Started Load Kernel Modules. [2024-05-23 14:41:16.345] [ OK ] Started Login Service. [2024-05-23 14:41:16.352] [ OK ] Reached target Multi-User System. [2024-05-23 14:41:16.370] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:41:16.388] Starting Update[ 9.398390] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:41:16.388] UTMP about System Runlevel Changes... [2024-05-23 14:41:16.420] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:41:16.449] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:41:16.491] [ 9.513364] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:16.608] [ 9.622386] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:16.712] [ 9.733195] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:17.065] [ 10.087259] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:41:17.078] [ 10.095686] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:41:18.068] [ 11.089275] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:41:18.097] [ 11.099244] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:41:18.348] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:22.037]=20 [2024-05-23 14:41:22.037] telechips-nsp1-release login:=20 [2024-05-23 14:41:26.346]=20 [2024-05-23 14:41:26.346] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:41:26.364]=20 [2024-05-23 14:41:26.364] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:41:26.364] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:41:26.364] DRAM: 2 GiB [2024-05-23 14:41:26.385] MMC: sdhc@0x16440000: 0 [2024-05-23 14:41:26.674]=20 [2024-05-23 14:41:26.674] HW Partition tyep is UserData [2024-05-23 14:41:26.697] In: serial [2024-05-23 14:41:26.698] Out: serial [2024-05-23 14:41:26.698] Err: serial [2024-05-23 14:41:26.755] Boot in the UserData environment(0) [2024-05-23 14:41:26.757] Non-secure boot (secure boot flag is clear) [2024-05-23 14:41:26.771] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:41:26.771] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:41:26.771] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:41:26.797] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:41:26.800] Booting using the fdt blob at 0x23000000 [2024-05-23 14:41:26.800] Loading Kernel Image [2024-05-23 14:41:26.800] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:41:26.802] OPTEE is enabled [2024-05-23 14:41:26.813]=20 [2024-05-23 14:41:26.813] Starting kernel ... [2024-05-23 14:41:26.815]=20 [2024-05-23 14:41:27.737] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:41:27.739] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:41:27.754] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:41:27.769] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:41:27.771] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:41:27.771] [ 0.000000] efi: UEFI not found. [2024-05-23 14:41:27.795] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:41:27.807] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:41:27.807] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:41:27.807] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:41:27.820] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:41:27.822] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:41:27.822] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:41:27.847] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:41:27.847] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:41:27.847] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:41:27.864] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:41:27.864] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:41:27.878] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:41:27.880] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:41:27.905] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:41:27.905] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:41:27.905] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:41:27.907] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:41:27.935] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:41:27.935] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:41:27.935] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:41:27.949] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:41:27.949] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:41:27.965] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:41:27.965] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:41:27.965] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:41:27.981] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:41:27.981] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:41:27.981] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:41:27.995] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:41:28.008] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:41:28.021] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:41:28.021] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:41:28.021] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:41:28.024] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:41:28.024] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:41:28.052] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:41:28.054] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:41:28.068] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:41:28.068] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:41:28.105] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:41:28.107] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:41:28.107] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:41:28.107] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:41:28.107] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:41:28.121] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:41:28.121] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:41:28.141] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:41:28.141] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:41:28.154] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:41:28.170] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:41:28.170] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:41:28.184] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:41:28.186] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:41:28.186] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:41:28.208] [ 0.000000] Running RCU self tests [2024-05-23 14:41:28.212] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:41:28.213] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:41:28.213] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:41:28.213] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:41:28.213] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:41:28.237] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:41:28.237] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:41:28.237] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:41:28.237] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:41:28.237] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:41:28.251] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:41:28.265] [ 0.000005] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:41:28.267] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:41:28.291] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:41:28.303] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:41:28.303] [ 0.001712] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:41:28.303] [ 0.001715] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:41:28.303] [ 0.001717] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:41:28.307] [ 0.001720] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:41:28.307] [ 0.001723] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:41:28.307] [ 0.001725] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:41:28.329] [ 0.001728] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:41:28.332] [ 0.001731] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:41:28.332] [ 0.001733] memory used by lock dependency = info: 7903 kB [2024-05-23 14:41:28.332] [ 0.001736] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:41:28.332] [ 0.001778] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:41:28.358] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:41:28.358] [ 0.002286] Security Framework initialized [2024-05-23 14:41:28.358] [ 0.002408] AppArmor: AppArmor initialized [2024-05-23 14:41:28.358] [ 0.002653] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:41:28.358] [ 0.002674] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:41:28.371] [ 0.019946] ASID allocator initialised with = 32768 entries [2024-05-23 14:41:28.371] [ 0.035849] Hierarchical SRCU = implementation. [2024-05-23 14:41:28.386] [ 0.062275] EFI services will not be = available. [2024-05-23 14:41:28.391] [ 0.076115] smp: Bringing up secondary CPUs = ... [2024-05-23 14:41:28.391] [ 0.120740] Detected VIPT I-cache on CPU1 [2024-05-23 14:41:28.391] [ 0.120815] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:41:28.415] [ 0.164990] Detected VIPT I-cache on CPU2 [2024-05-23 14:41:28.429] [ 0.165048] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:41:28.429] [ 0.209271] Detected VIPT I-cache on CPU3 [2024-05-23 14:41:28.429] [ 0.209322] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:41:28.429] [ 0.209696] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:41:28.429] [ 0.209736] SMP: Total of 4 processors = activated. [2024-05-23 14:41:28.431] [ 0.209752] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:41:28.431] [ 0.209770] CPU: All CPU(s) started at EL2 [2024-05-23 14:41:28.431] [ 0.209953] alternatives: patching kernel = code [2024-05-23 14:41:28.454] [ 0.210496] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:41:28.454] [ 0.213196] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:41:28.454] [ 0.213751] devtmpfs: initialized [2024-05-23 14:41:28.454] [ 0.403541] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:41:28.456] [ 0.403807] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:41:28.484] [ 0.412595] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:41:28.484] [ 0.413522] chipinfo: TCC8030 Rev02 [2024-05-23 14:41:28.484] [ 0.413537] chipinfo: SiP Service v0.1.56 [2024-05-23 14:41:28.484] [ 0.418966] NET: Registered protocol family = 16 [2024-05-23 14:41:28.484] [ 0.422937] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:41:28.487] [ 0.424892] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:41:28.514] [ 0.426618] cpuidle: using governor menu [2024-05-23 14:41:28.514] [ 0.426853] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:41:28.514] [ 0.440953] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:41:28.514] [ 0.441430] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:41:28.514] [ 0.441476] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:41:28.536] [ 0.441521] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:41:28.536] [ 0.441564] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:41:28.536] [ 0.441608] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:41:28.536] [ 0.441651] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:41:28.538] [ 0.441695] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:41:28.565] [ 0.441738] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:41:28.565] [ 0.441782] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:41:28.565] [ 0.441825] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:41:28.565] [ 0.441944] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:41:28.565] [ 0.441990] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:41:28.584] [ 0.442034] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:41:28.586] [ 0.442077] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:41:28.586] [ 0.442121] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:41:28.586] [ 0.442180] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:41:28.586] [ 0.442223] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:41:28.611] [ 0.442266] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:41:28.611] [ 0.442660] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:41:28.611] [ 0.442704] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:41:28.611] [ 0.442748] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:41:28.611] [ 0.442791] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:41:28.626] [ 0.442834] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:41:28.631] [ 0.442878] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:41:28.631] [ 0.442921] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:41:28.655] [ 0.442964] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:41:28.657] [ 0.443008] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:41:28.657] [ 0.443051] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:41:28.657] [ 0.443094] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:41:28.657] [ 0.443137] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:41:28.657] [ 0.443377] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:41:28.681] [ 0.443435] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:41:28.681] [ 0.443479] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:41:28.681] [ 0.443523] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:41:28.681] [ 0.443566] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:41:28.683] [ 0.443609] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:41:28.707] [ 0.443652] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:41:28.707] [ 0.443842] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:41:28.707] [ 0.443885] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:41:28.707] [ 0.443928] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:41:28.709] [ 0.443971] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:41:28.736] [ 0.444015] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:41:28.736] [ 0.444058] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:41:28.736] [ 0.444101] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:41:28.736] [ 0.444144] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:41:28.736] [ 0.444187] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:41:28.749] [ 0.444230] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:41:28.751] [ 0.444285] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:41:28.751] [ 0.444329] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:41:28.773] [ 0.444372] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:41:28.775] [ 0.444415] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:41:28.775] [ 0.444946] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:41:28.775] [ 0.444990] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:41:28.775] [ 0.445159] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:41:28.800] [ 0.445330] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:41:28.800] [ 0.445515] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:41:28.800] [ 0.445683] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:41:28.800] [ 0.445852] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:41:28.800] [ 0.445991] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:41:28.815] [ 0.446036] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:41:28.815] [ 0.446249] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:41:28.815] [ 0.446438] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:41:28.836] [ 0.446620] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:41:28.836] [ 0.446664] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:41:28.836] [ 0.446708] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:41:28.836] [ 0.446751] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:41:28.856] [ 0.446795] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:41:28.856] [ 0.446972] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:41:28.856] [ 0.447016] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:41:28.857] [ 0.447223] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:41:28.883] [ 0.447237] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:41:28.883] [ 0.529585] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:41:28.883] [ 0.529678] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:41:28.883] [ 1.676617] console [ttyAMA0] enabled [2024-05-23 14:41:28.907] [ 1.684329] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:41:28.921] [ 1.713267] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:41:28.938] [ 1.723719] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:41:28.939] [ 1.734240] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:41:28.961] [ 1.744563] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:41:29.051] [ 1.844746] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:41:29.072] [ 1.861051] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:41:29.073] [ 1.867947] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:41:29.091] [ 1.874731] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:41:29.091] [ 1.881103] Linux video capture interface: = v2.00 [2024-05-23 14:41:29.113] [ 1.886906] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:29.114] [ 1.886910] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:41:29.114] [ 1.886914] 6 locks held by swapper/0/1: [2024-05-23 14:41:29.140] [ 1.886917] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:41:29.142] [ 1.886942] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:41:29.142] [ 1.886958] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:29.142] [ 1.886976] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:29.157] [ 1.886991] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:29.171] [ 1.887007] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:29.184] [ 1.887025] irq event stamp: 288052 [2024-05-23 14:41:29.184] [ 1.887031] hardirqs last enabled at = (288051): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:29.187] [ 1.887036] hardirqs last disabled at = (288052): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:29.214] [ 1.887043] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:29.214] [ 1.887047] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:29.214] [ 1.887049] Preemption disabled at: [2024-05-23 14:41:29.214] [ 1.887054] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:29.216] [ 1.887063] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:41:29.240] [ 1.887066] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:29.240] [ 1.887070] Call trace: [2024-05-23 14:41:29.240] [ 1.887076] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:29.240] [ 1.887080] show_stack+0x14/0x20 [2024-05-23 14:41:29.240] [ 1.887085] dump_stack+0xb8/0xf0 [2024-05-23 14:41:29.254] [ 1.887091] ___might_sleep+0x178/0x210 [2024-05-23 14:41:29.256] [ 1.887094] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:29.256] [ 1.887099] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:29.256] [ 1.887104] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:29.279] [ 1.887111] gic_set_type+0x84/0x98 [2024-05-23 14:41:29.281] [ 1.887116] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:29.281] [ 1.887121] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:29.281] [ 1.887125] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:29.281] [ 1.887130] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:41:29.281] [ 1.887136] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:41:29.304] [ 1.887141] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:29.316] [ 1.887146] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:29.316] [ 1.887150] __driver_attach+0xfc/0x118 [2024-05-23 14:41:29.316] [ 1.887155] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:29.316] [ 1.887160] driver_attach+0x20/0x28 [2024-05-23 14:41:29.316] [ 1.887165] bus_add_driver+0x220/0x268 [2024-05-23 14:41:29.316] [ 1.887169] driver_register+0x60/0xf8 [2024-05-23 14:41:29.319] [ 1.887173] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:29.319] [ 1.887180] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:41:29.343] [ 1.887185] do_one_initcall+0x50/0x15c [2024-05-23 14:41:29.356] [ 1.887191] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:41:29.356] [ 1.887197] kernel_init+0x10/0x100 [2024-05-23 14:41:29.356] [ 1.887201] ret_from_fork+0x10/0x18 [2024-05-23 14:41:29.356] [ 1.893015] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:41:29.358] [ 2.140511] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:41:29.374] [ 2.154054] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:41:29.377] [ 2.161086] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:41:29.377] [ 2.165686] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:41:29.378] [ 2.170489] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:41:29.402] [ 2.175336] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:41:29.404] [ 2.179890] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:41:29.439] [ 2.233727] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:41:29.450] [ 2.246258] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:29.485] [ 2.264704] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:29.487] [ 2.280175] NET: Registered protocol family = 2 [2024-05-23 14:41:29.512] [ 2.287844] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:41:29.513] [ 2.295470] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:41:29.513] [ 2.306590] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:41:29.532] [ 2.313955] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:41:29.534] [ 2.320808] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:41:29.557] [ 2.328991] NET: Registered protocol family = 1 [2024-05-23 14:41:29.641] [ 2.436840] audit: initializing netlink = subsys (disabled) [2024-05-23 14:41:29.648] [ 2.443179] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:41:29.662] [ 2.443767] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:41:29.730] [ 2.526027] fuse init (API version 7.26) [2024-05-23 14:41:29.756] [ 2.544088] modprobe (66) used greatest = stack depth: 13024 bytes left [2024-05-23 14:41:29.762] [ 2.553841] io scheduler noop registered = (default) [2024-05-23 14:41:29.764] [ 2.558917] io scheduler mq-deadline = registered [2024-05-23 14:41:29.791] [ 2.563480] io scheduler kyber registered [2024-05-23 14:41:29.791] [ 2.574029] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:29.791] [ 2.581147] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:29.804] [ 2.587358] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:41:29.818] [ 2.594974] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:29.861] [ 2.657268] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:29.869] [ 2.665071] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:29.881] [ 2.669938] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:41:29.881] [ 2.675366] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:29.895] [ 2.675978] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:29.897] [ 2.686733] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:29.920] [ 2.692942] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:41:29.924] [ 2.700648] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:29.939] [ 2.724878] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:29.942] [ 2.731653] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:29.942] [ 2.736274] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:41:29.956] [ 2.741700] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:29.956] [ 2.742267] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:29.958] [ 2.753020] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:29.987] [ 2.759229] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:41:29.987] [ 2.766844] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:30.037] [ 2.833282] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:30.045] [ 2.840114] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:30.062] [ 2.844847] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:41:30.064] [ 2.850274] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:30.078] [ 2.859935] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:41:30.078] [ 2.869565] [INF][WDMA] tcc_wdma_init [2024-05-23 14:41:30.080] [ 2.874338] TCC WDMA Driver Initializing [2024-05-23 14:41:30.104] [ 2.881483] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:41:30.104] [ 2.887556] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:41:30.106] [ 2.898256] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:30.132] [ 2.910974] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:41:30.132] [ 2.920365] [CPU_ID] probe is done [2024-05-23 14:41:30.132] [ 2.924108] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:41:30.157] [ 2.930811] [DRAM_TOOL] probe is done [2024-05-23 14:41:30.158] [ 2.938019] MALI-G51 : r30p0-01eac0 [2024-05-23 14:41:30.158] [ 2.941547] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:41:30.158] [ 2.951325] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:30.175] [ 2.951331] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:41:30.175] [ 2.951336] 6 locks held by swapper/0/1: [2024-05-23 14:41:30.189] [ 2.951339] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:41:30.203] [ 2.951366] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:41:30.205] [ 2.951381] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:30.205] [ 2.951399] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:30.230] [ 2.951414] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:30.230] [ 2.951430] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:30.230] [ 2.951449] irq event stamp: 453698 [2024-05-23 14:41:30.232] [ 2.951454] hardirqs last enabled at = (453697): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:30.257] [ 2.951459] hardirqs last disabled at = (453698): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:30.257] [ 2.951467] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:30.272] [ 2.951470] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:30.272] [ 2.951473] Preemption disabled at: [2024-05-23 14:41:30.272] [ 2.951478] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:30.287] [ 2.951488] CPU: 2 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:41:30.287] [ 2.951491] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:30.301] [ 2.951495] Call trace: [2024-05-23 14:41:30.303] [ 2.951502] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:30.303] [ 2.951506] show_stack+0x14/0x20 [2024-05-23 14:41:30.303] [ 2.951512] dump_stack+0xb8/0xf0 [2024-05-23 14:41:30.303] [ 2.951517] ___might_sleep+0x178/0x210 [2024-05-23 14:41:30.330] [ 2.951521] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:30.330] [ 2.951526] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:30.330] [ 2.951531] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:30.330] [ 2.951540] gic_set_type+0x84/0x98 [2024-05-23 14:41:30.330] [ 2.951544] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:30.330] [ 2.951549] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:30.332] [ 2.951554] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:30.356] [ 2.951560] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:41:30.356] [ 2.951566] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:41:30.356] [ 2.951570] kbase_device_init+0x78/0xf8 [2024-05-23 14:41:30.356] [ 2.951577] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:41:30.356] [ 2.951582] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:30.373] [ 2.951587] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:30.373] [ 2.951592] __driver_attach+0xfc/0x118 [2024-05-23 14:41:30.375] [ 2.951597] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:30.375] [ 2.951602] driver_attach+0x20/0x28 [2024-05-23 14:41:30.375] [ 2.951606] bus_add_driver+0x220/0x268 [2024-05-23 14:41:30.400] [ 2.951611] driver_register+0x60/0xf8 [2024-05-23 14:41:30.401] [ 2.951615] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:30.401] [ 2.951623] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:41:30.401] [ 2.951628] do_one_initcall+0x50/0x15c [2024-05-23 14:41:30.401] [ 2.951635] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:41:30.401] [ 2.951641] kernel_init+0x10/0x100 [2024-05-23 14:41:30.401] [ 2.951645] ret_from_fork+0x10/0x18 [2024-05-23 14:41:30.437] [ 2.953554] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:41:30.437] [ 3.208270] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:41:30.437] [ 3.215008] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:41:30.439] [ 3.228447] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:41:30.458] [ 3.235707] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:41:30.459] [ 3.247822] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:41:30.459] [ 3.254040] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:41:30.474] [ 3.258421] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:41:30.474] [ 3.266016] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:41:30.517] [ 3.313201] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:41:30.539] [ 3.320935] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:41:30.543] [ 3.328788] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:41:30.556] [ 3.340245] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:41:30.557] [ 3.345525] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:41:30.574] [ 3.356598] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:41:30.574] [ 3.365459] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:41:30.601] [ 3.384322] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:41:30.628] [ 3.399722] libphy: Fixed MDIO Bus: probed [2024-05-23 14:41:30.631] [ 3.404801] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:41:30.631] [ 3.417901] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:41:30.631] [ 3.420578] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:41:30.633] [ 3.421313] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:41:30.660] [ 3.425079] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:41:30.660] [ 3.425747] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:41:30.660] [ 3.426394] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:41:30.660] [ 3.427548] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:41:30.673] [ 3.437544] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:41:30.686] [ 3.437573] GPT:15269887 !=3D 15273599 [2024-05-23 14:41:30.686] [ 3.437581] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:41:30.691] [ 3.437589] GPT:15269887 !=3D 15273599 [2024-05-23 14:41:30.691] [ 3.437596] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:41:30.691] [ 3.437708] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:41:30.719] [ 3.497737] [INFO][GAMC] gmac index : 1 [2024-05-23 14:41:30.719] [ 3.502309] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:41:30.719] [ 3.507477] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:41:30.720] [ 3.513544] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:41:30.734] [ 3.517936] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:41:30.748] [ 3.526696] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:41:30.760] [ 3.540871] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:41:30.769] [ 3.546802] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:30.769] [ 3.546814] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:41:30.771] [ 3.546821] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:41:30.771] [ 3.546833] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:30.788] [ 3.546845] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:41:30.790] [ 3.575621] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:41:30.812] [ 3.591509] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:41:30.814] [ 3.598166] usbhid: USB HID core driver [2024-05-23 14:41:30.814] [ 3.602361] optee: probing for conduit = method from DT. [2024-05-23 14:41:30.814] [ 3.607541] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:41:30.830] [ 3.609600] optee: initialized driver [2024-05-23 14:41:30.830] [ 3.619129] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:41:30.830] [ 3.624838] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:41:30.845] [ 3.630007] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:41:30.845] [ 3.635175] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:41:30.847] [ 3.640950] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:41:30.871] [ 3.646725] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:41:30.871] [ 3.652587] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:41:30.871] [ 3.659056] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:41:30.871] [ 3.666590] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:41:30.886] [ 3.674538] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:41:30.892] [ 3.688173] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:41:30.905] [ 3.697653] NET: Registered protocol family = 17 [2024-05-23 14:41:30.907] [ 3.702583] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:41:30.933] [ 3.720339] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:41:31.095] [ 3.890297] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:31.102] [ 3.890340] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:41:31.116] [ 3.906128] ALSA device list: [2024-05-23 14:41:31.116] [ 3.909122] No soundcards found. [2024-05-23 14:41:31.141] [ 3.915096] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:41:31.143] [ 3.936091] Freeing unused kernel memory: = 4160K [2024-05-23 14:41:31.159] Mounting devtmpfs [2024-05-23 14:41:31.159] [ 3.951076] mount (90) used greatest stack = depth: 12976 bytes left [2024-05-23 14:41:31.183] Mounting procfs [2024-05-23 14:41:31.183] Mounting sysfs [2024-05-23 14:41:31.183] [ 3.977173] grep (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:41:31.204] [ 3.998949] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:41:31.249] [ 4.044345] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:41:31.258] [ 4.053862] mount (97) used greatest stack = depth: 11616 bytes left [2024-05-23 14:41:31.276] [ 4.071004] mount (99) used greatest stack = depth: 11392 bytes left [2024-05-23 14:41:31.516] [ 4.310860] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:41:31.615] [ 4.410295] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:41:31.642] [ 4.437740] systemd[1]: Detected = architecture arm64. [2024-05-23 14:41:31.687]=20 [2024-05-23 14:41:31.687] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:41:31.700]=20 [2024-05-23 14:41:31.702] [ 4.498381] systemd[1]: Set hostname to = . [2024-05-23 14:41:31.719] [ 4.509776] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:41:31.745] [ 4.518795] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:41:31.964] [ 4.759933] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:41:31.993] [ 4.777044] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:41:32.023] [ 4.819104] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:41:32.036] [ 4.831215] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:41:32.225] [ 5.019928] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:41:32.293] [ OK ] Reached target Paths. [2024-05-23 14:41:32.316] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:41:32.342] [ OK ] Created slice User and Session Slice. [2024-05-23 14:41:32.358] [ OK ] Reached target Remote File Systems. [2024-05-23 14:41:32.361] [ OK ] Reached target Slices. [2024-05-23 14:41:32.378] [ OK ] Reached target Swap. [2024-05-23 14:41:32.409] [ OK ] Created slice system-getty.slice. [2024-05-23 14:41:32.426] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:41:32.441] [ OK ] Listening on Syslog Socket. [2024-05-23 14:41:32.459] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:41:32.475] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:41:32.492] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:41:32.509] [ OK ] Listening on udev Control Socket. [2024-05-23 14:41:32.526] [ OK ] Listening on Journal Socket. [2024-05-23 14:41:32.548] Starting Journal Service... [2024-05-23 14:41:32.576] Starting Apply Kernel Variables... [2024-05-23 14:41:32.609] Mounting Configuration File System... [2024-05-23 14:41:32.631] Mounting Huge Pages File System... [2024-05-23 14:41:32.663] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:41:32.693] Starting udev Coldplug all Devices... [2024-05-23 14:41:32.726] Starting mount data partition = service... [2024-05-23 14:41:32.793] Mounting Kernel Debug File System... [2024-05-23 14:41:32.802] [ 5.597514] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:41:32.843] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:41:32.886] Mounting POSIX Message Queue File = System... [2024-05-23 14:41:32.910] [ 5.693045] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:32.946] Mounting FUSE Control File System... [2024-05-23 14:41:33.019] [ OK ] Started Journal Service. [2024-05-23 14:41:33.055] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:41:33.076] [ OK ] Mounted Configuration File System. [2024-05-23 14:41:33.095] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:41:33.114] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:41:33.149] [ OK ] Started mount data partition service. [2024-05-23 14:41:33.177] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:41:33.193] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:41:33.225] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:41:33.230] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:41:33.296] Starting NS file System mount and = recovery.... [2024-05-23 14:41:33.335] Starting udev Kernel Device = Manager... [2024-05-23 14:41:33.360] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:41:33.381] Mounting /tmp... [2024-05-23 14:41:33.410] [ OK ] Reached target Containers. [2024-05-23 14:41:33.442] [ 6.237146] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:33.459] Mounting /var/volatile... [2024-05-23 14:41:33.474] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:41:33.536] [ 6.332232] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:33.608] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:41:33.640] [ 6.433287] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:33.659] [ OK ] Mounted /tmp. [2024-05-23 14:41:33.724] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:41:33.757] [ OK ] Mounted /var/volatile. [2024-05-23 14:41:33.835] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:41:33.866] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:34.049] [ 6.844123] systemd-journald[110]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:41:34.077] Starting Bind mount volatile = /var/lib... [2024-05-23 14:41:34.101] Starting Bind mount volatile = /var/spool... [2024-05-23 14:41:34.126] Starting Bind mount volatile = /var/cache... [2024-05-23 14:41:34.160] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:41:34.356] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:41:34.391] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:41:34.427] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:41:34.455] Starting Load/Save Random Seed... [2024-05-23 14:41:34.474] [ OK ] Reached target Local File Systems. [2024-05-23 14:41:34.501] Starting netfilter persistent = configuration... [2024-05-23 14:41:34.534] Starting AppArmor initialization... [2024-05-23 14:41:34.570] Starting Create Volatile Files and = Directories... [2024-05-23 14:41:34.600] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:41:34.717] [ 7.512709] audit: type=3D1400 = audit(1550139121.196:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D257 comm=3D"apparmor_parser" [2024-05-23 14:41:34.744] [ 7.527135] audit: type=3D1400 = audit(1550139121.200:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:41:34.756] [ 7.543977] audit: type=3D1400 = audit(1550139121.200:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:41:34.782] [ 7.559830] audit: type=3D1400 = audit(1550139121.200:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:41:34.782] [ 7.575387] audit: type=3D1400 = audit(1550139121.200:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:41:34.801] [ 7.591416] audit: type=3D1400 = audit(1550139121.200:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:41:34.819] [ 7.607910] audit: type=3D1400 = audit(1550139121.200:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D257 = comm=3D"apparmor_parser" [2024-05-23 14:41:34.834] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:41:34.862] [ OK ] Started AppArmor initialization. [2024-05-23 14:41:34.894] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:41:34.925] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:41:34.944] [ OK ] Reached target Network (Pre). [2024-05-23 14:41:34.978] Starting Network Service... [2024-05-23 14:41:35.020] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:41:35.045] [ OK ] Reached target System Initialization. [2024-05-23 14:41:35.061] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:41:35.080] [ OK ] Reached target Sockets. [2024-05-23 14:41:35.097] [ OK ] Reached target Basic System. [2024-05-23 14:41:35.128] Starting Login Service... [2024-05-23 14:41:35.161] [ OK ] Started System Logging Service. [2024-05-23 14:41:35.176] [ 7.971930] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:41:35.223] [ 8.014996] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:41:35.229] [ 8.015058] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:41:35.255] [ 8.015284] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:41:35.255] [ OK ] Started Kernel Logging Service. [2024-05-23 14:41:35.277] [ OK ] Started NS VSync Process. [2024-05-23 14:41:35.308] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:41:35.350] [ OK ] Started NS System Management Process. [2024-05-23 14:41:35.379] [ 8.175061] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:41:35.424] Start /usr/bin/sys-fail-mon [2024-05-23 14:41:35.444] Starting NS Inter Domain Comm = Process... [2024-05-23 14:41:35.460] [ 8.251644] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:41:35.478] [ 8.267395] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:41:35.495] [ 8.276218] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:41:35.511] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:41:35.514] [ 8.285335] [INFO][GMAC]=20 [2024-05-23 14:41:35.528] [ 8.309888] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:41:35.528] [ 8.318317] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:41:35.543] [ 8.333622] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:41:35.558] [ 8.343187] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:41:35.558] Starting Load Kernel Modules..[ = 8.354198] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:35.574] . [2024-05-23 14:41:35.574] [ OK ] Started Daily Cleanup[ 8.371549] = ns_idc tcc_ipc1: [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:41:35.589] of Temporary Directories. [2024-05-23 14:41:35.589] [ 8.379991] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:41:35.605] [ OK ] Reached target Time[ 8.394162] = ns_idc_ap ns_idc_ap: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:41:35.624] rs. [2024-05-23 14:41:35.624] [ OK ] Sta[ 8.403901] ns_idc_ap = ns_idc_ap: [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:41:35.636] rted OP-TEE Supplicant Service. [2024-05-23 14:41:35.641] [ 8.430444] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:35.658] [ 8.433625] libphy: tcc-gmac-mdio: probed [2024-05-23 14:41:35.658] [ 8.433637] [INFO][GMAC] registered! [2024-05-23 14:41:35.658] [ 8.433644] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:41:35.672] [ 8.433654] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:41:35.674] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:41:35.674] [ OK ] Started Network Servic[ 8.469567] = vpu_c7_lib_arm64_v4_14: module license 'Proprietary' taints kernel. [2024-05-23 14:41:35.696] e. [2024-05-23 14:41:35.696] [ 8.478994] irq event stamp: 1596366 [2024-05-23 14:41:35.696] [ 8.478997] Disabling lock debugging due to = kernel taint [2024-05-23 14:41:35.696] [ 8.479015] hardirqs last enabled at = (1596365): [<00000000d82c4243>] __follow_mount_rcu.isra.6+0x108/0x190 [2024-05-23 14:41:35.715] [ 8.479027] hardirqs last disabled at = (1596366): [<000000007e2679fe>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:35.729] [ 8.479034] softirqs last enabled at (0): = [<00000000be4fa682>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:35.731] [ 8.479036] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:35.731] [ 8.510561] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:41:35.758] [ 8.510602] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:41:35.758] [ 8.510602] -- MASTER Configuration. [2024-05-23 14:41:35.758] [ 8.510602] -- Local Receiver Status Not = OK. [2024-05-23 14:41:35.758] [ 8.510602] -- Remote Receiver Status Not = OK. [2024-05-23 14:41:35.758] [ 8.510616] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:41:35.786] [ 8.510619] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:41:35.790] [ 8.510785] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:35.796] [ 8.510788] in_atomic(): 1, = irqs_disabled(): 128, pid: 261, name: systemd-network [2024-05-23 14:41:35.820] [ 8.510790] INFO: lockdep is turned off. [2024-05-23 14:41:35.833] [ 8.510792] irq event stamp: 71084 [2024-05-23 14:41:35.833] [ 8.510805] hardirqs last enabled at = (71083): [<000000003193551d>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:35.833] [ 8.510811] hardirqs last disabled at = (71084): [<00000000982aa888>] __schedule+0xc8/0x730 [2024-05-23 14:41:35.836] [ 8.510818] softirqs last enabled at (0): = [<00000000be4fa682>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:35.836] [ 8.510821] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:35.861] [ 8.510822] Preemption disabled at: [2024-05-23 14:41:35.861] [ 8.510829] [<00000000dba262b7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:35.861] [ 8.510836] CPU: 1 PID: 261 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:41:35.861] [ 8.510838] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:35.888] [ 8.510840] Call trace: [2024-05-23 14:41:35.888] [ 8.510845] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:35.888] [ 8.510849] show_stack+0x14/0x20 [2024-05-23 14:41:35.888] [ 8.510853] dump_stack+0xb8/0xf0 [2024-05-23 14:41:35.888] [ 8.510857] ___might_sleep+0x178/0x210 [2024-05-23 14:41:35.890] [ 8.510859] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:35.890] [ 8.510865] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:35.890] [ 8.510869] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:35.909] [ 8.510875] gic_set_type+0x84/0x98 [2024-05-23 14:41:35.911] [ 8.510879] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:35.911] [ 8.510882] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:35.911] [ 8.510886] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:35.911] [ 8.510891] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:41:35.911] [ 8.510896] __dev_open+0x100/0x150 [2024-05-23 14:41:35.936] [ 8.510899] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:41:35.936] [ 8.510901] dev_change_flags+0x20/0x60 [2024-05-23 14:41:35.936] [ 8.510905] do_setlink+0x3ec/0xc30 [2024-05-23 14:41:35.936] [ 8.510908] rtnl_setlink+0xcc/0x128 [2024-05-23 14:41:35.936] [ 8.510911] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:41:35.936] [ 8.510915] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:41:35.941] [ 8.510918] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:41:35.964] [ 8.510921] netlink_unicast+0x180/0x1f8 [2024-05-23 14:41:35.966] [ 8.510924] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:41:35.966] [ 8.510928] sock_sendmsg+0x3c/0x58 [2024-05-23 14:41:35.966] [ 8.510932] SyS_sendto+0xd0/0x140 [2024-05-23 14:41:35.966] [ 8.510935] el0_svc_naked+0x34/0x38 [2024-05-23 14:41:35.966] [ 8.511052] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:41:35.966] [ 8.515114] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:41:35.990] [ 8.515118] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:41:35.990] [ 8.515123] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:41:35.990] [ 8.515123] =20 [2024-05-23 14:41:35.990] [ 8.515433] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:41:35.990] [ 8.515595] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:41:36.005] [ 8.515599] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:41:36.005] [ 8.515603] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:41:36.006] [ 8.515603] =20 [2024-05-23 14:41:36.027] [ 8.515747] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:41:36.032] [ 8.515761] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:41:36.032] [ 8.515765] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:41:36.032] [ 8.515769] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:41:36.032] [ 8.515777] [INFO][GMAC] --] phy_start: : [2024-05-23 14:41:36.032] [ 8.515840] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:41:36.058] [ 8.620525] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.058] [ 8.728519] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.058] [ 8.836518] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.058] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:41:36.092] parents, child is 314 [2024-05-23 14:41:36.094] [ OK ] Started Cluster Framework. [2024-05-23 14:41:36.109] [IDC]Start. [2024-05-23 14:41:36.109] [ OK ] Started ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:41:36.112] [0;1;39mHUD Framework. [2024-05-23 14:41:36.136] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:41:36.152] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:41:36.152] [IDC](A7)ConnectReq 0 [2024-05-23 14:41:36.152] [IDC](A7)do_connect 0 [2024-05-23 14:41:36.152] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:41:36.152] [IDC](A7)Tx start session req 1 [2024-05-23 14:41:36.152] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:41:36.152] [IDC](R5)ConnectReq 0 [2024-05-23 14:41:36.152] [IDC](R5)do_connect 0 [2024-05-23 14:41:36.173] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:41:36.173] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:41:36.173] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:41:36.173] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:41:36.173] [IDC](A7)Session sta[ 8.944770] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:41:36.190] tus 2 -> 3 [2024-05-23 14:41:36.190] [IDC](A7)Session connected. [2024-05-23 14:41:36.190] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:41:36.190] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:41:36.190] [IDC](R5)Session connected.2 [2024-05-23 14:41:36.190] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:41:36.213] [ OK ] Started Nvm Process. [2024-05-23 14:41:36.213] [ OK ] Started NS hsm control application. [2024-05-23 14:41:36.215] [ OK ] Started Diagnosis Framework. [2024-05-23 14:41:36.238] [ OK ] Started Diagnosis Transport. [2024-05-23 14:41:36.271] [ 9.063672] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.275] [ OK ] Started NS Software Update. [2024-05-23 14:41:36.291] [ OK ] Started NS Secondary Verify. [2024-05-23 14:41:36.306] [ OK ] Reached target Network. [2024-05-23 14:41:36.306] Starting udev Coldplug all Devices... [2024-05-23 14:41:36.379] [ 9.173449] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.452] [ 9.247893] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:41:36.465] Starting Permit User Sessions... [2024-05-23 14:41:36.480] [ 9.272600] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:41:36.507] [ 9.282184] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:41:36.512] [ 9.284590] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.512] [ 9.297535] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:41:36.513] [ 9.301340] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:41:36.541] Starting Wait for Network to be[ = 9.313481] Done!! [2024-05-23 14:41:36.541] Configured... [2024-05-23 14:41:36.541] [ OK ] Started Permit User Sessions. [2024-05-23 14:41:36.541] [ OK ] Started Getty on tty1. [2024-05-23 14:41:36.582] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:41:36.582] [ OK ] Reached target Login Prompts. [2024-05-23 14:41:36.592] [ OK ] Started Login Service. [2024-05-23 14:41:36.592] [ OK ] Reached target Multi-User System. [2024-05-23 14:41:36.615] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:41:36.617] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:41:36.631] [ 9.413772] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.679] [ 9.460855] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:41:36.689] [ 9.474937] Done!! [2024-05-23 14:41:36.714] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:41:36.729] [ 9.524688] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:36.743] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:41:36.841] [ 9.636588] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:37.339] [ 10.047004] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:41:37.345] [ 10.120636] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:37.361] [ 10.120640] in_atomic(): 1, = irqs_disabled(): 128, pid: 299, name: systemd-modules [2024-05-23 14:41:37.363] [ 10.120642] INFO: lockdep is turned off. [2024-05-23 14:41:37.376] [ 10.120645] irq event stamp: 24453 [2024-05-23 14:41:37.376] [ 10.120660] hardirqs last enabled at = (24453): [<000000003193551d>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:37.379] [ 10.120664] hardirqs last disabled at = (24452): [<000000007e2679fe>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:37.404] [ 10.120671] softirqs last enabled at (0): = [<00000000be4fa682>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:37.404] [ 10.120674] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:37.406] [ 10.120676] Preemption disabled at: [2024-05-23 14:41:37.430] [ 10.120683] [<00000000dba262b7>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:37.444] [ 10.120690] CPU: 2 PID: 299 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:41:37.444] [ 10.120692] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:37.444] [ 10.120694] Call trace: [2024-05-23 14:41:37.444] [ 10.120699] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:37.448] [ 10.120702] show_stack+0x14/0x20 [2024-05-23 14:41:37.448] [ 10.120707] dump_stack+0xb8/0xf0 [2024-05-23 14:41:37.448] [ 10.120711] ___might_sleep+0x178/0x210 [2024-05-23 14:41:37.448] [ 10.120713] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:37.469] [ 10.120719] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:37.471] [ 10.120723] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:37.471] [ 10.120729] gic_set_type+0x84/0x98 [2024-05-23 14:41:37.471] [ 10.120733] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:37.471] [ 10.120737] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:37.471] [ 10.120740] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:37.493] [ 10.120767] hmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:41:37.506] [ 10.120782] hmgr_probe+0x1e4/0x368 [vpu] [2024-05-23 14:41:37.506] [ 10.120787] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:37.506] [ 10.120793] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:37.506] [ 10.120796] __driver_attach+0xfc/0x118 [2024-05-23 14:41:37.506] [ 10.120800] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:37.508] [ 10.120804] driver_attach+0x20/0x28 [2024-05-23 14:41:37.508] [ 10.120808] bus_add_driver+0x220/0x268 [2024-05-23 14:41:37.508] [ 10.120811] driver_register+0x60/0xf8 [2024-05-23 14:41:37.508] [ 10.120814] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:37.536] [ 10.120820] hmgr_init+0x28/0xfe4 = [hevc_dev] [2024-05-23 14:41:37.536] [ 10.120824] do_one_initcall+0x50/0x15c [2024-05-23 14:41:37.536] [ 10.120829] do_init_module+0x54/0x1b0 [2024-05-23 14:41:37.536] [ 10.120832] load_module+0x1e70/0x2428 [2024-05-23 14:41:37.536] [ 10.120835] SyS_finit_module+0xe4/0x118 [2024-05-23 14:41:37.536] [ 10.120838] el0_svc_naked+0x34/0x38 [2024-05-23 14:41:37.539] [ 10.151389] Done!! [2024-05-23 14:41:37.561] [ 10.166511] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:41:37.580] [ 10.166519] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:41:37.580] [ OK ] Started Load Kernel Modules. [2024-05-23 14:41:38.069] [ 10.859510] sched: RT throttling activated [2024-05-23 14:41:38.286] [ 11.053977] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:41:38.295] [ 11.053986] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:41:38.822] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:42.881]=20 [2024-05-23 14:41:42.882] telechips-nsp1-release login:=20 [2024-05-23 14:41:46.571]=20 [2024-05-23 14:41:46.571] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:41:46.593]=20 [2024-05-23 14:41:46.593] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:41:46.605] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:41:46.605] DRAM: 2 GiB [2024-05-23 14:41:46.631] MMC: sdhc@0x16440000: 0 [2024-05-23 14:41:46.896]=20 [2024-05-23 14:41:46.898] HW Partition tyep is UserData [2024-05-23 14:41:46.924] In: serial [2024-05-23 14:41:46.924] Out: serial [2024-05-23 14:41:46.924] Err: serial [2024-05-23 14:41:46.975] Boot in the UserData environment(0) [2024-05-23 14:41:46.979] Non-secure boot (secure boot flag is clear) [2024-05-23 14:41:46.995] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:41:46.995] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:41:46.995] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:41:46.997] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:41:47.033] Booting using the fdt blob at 0x23000000 [2024-05-23 14:41:47.033] Loading Kernel Image [2024-05-23 14:41:47.033] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:41:47.035] OPTEE is enabled [2024-05-23 14:41:47.035]=20 [2024-05-23 14:41:47.035] Starting kernel ... [2024-05-23 14:41:47.035]=20 [2024-05-23 14:41:47.959] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:41:47.965] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:41:47.978] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:41:47.992] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:41:47.992] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:41:47.992] [ 0.000000] efi: UEFI not found. [2024-05-23 14:41:48.005] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:41:48.007] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:41:48.035] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:41:48.035] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:41:48.035] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:41:48.037] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:41:48.063] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:41:48.063] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:41:48.063] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:41:48.081] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:41:48.081] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:41:48.094] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:41:48.094] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:41:48.109] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:41:48.109] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:41:48.125] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:41:48.125] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:41:48.140] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:41:48.140] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:41:48.156] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:41:48.156] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:41:48.171] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:41:48.171] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:41:48.187] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:41:48.187] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:41:48.188] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:41:48.214] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:41:48.214] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:41:48.214] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:41:48.214] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:41:48.216] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:41:48.240] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:41:48.240] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:41:48.240] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:41:48.240] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:41:48.257] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:41:48.272] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:41:48.299] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:41:48.299] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:41:48.299] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:41:48.299] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:41:48.318] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:41:48.318] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:41:48.344] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:41:48.345] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:41:48.345] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:41:48.359] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:41:48.375] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:41:48.375] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:41:48.377] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:41:48.377] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:41:48.406] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:41:48.406] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:41:48.406] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:41:48.406] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:41:48.422] [ 0.000000] Running RCU self tests [2024-05-23 14:41:48.422] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:41:48.422] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:41:48.424] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:41:48.453] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:41:48.453] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:41:48.453] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:41:48.453] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:41:48.453] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:41:48.466] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:41:48.468] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:41:48.468] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:41:48.492] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:41:48.492] [ 0.000677] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:41:48.492] [ 0.000697] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:41:48.510] [ 0.001474] Console: colour dummy device = 80x25 [2024-05-23 14:41:48.510] [ 0.001716] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:41:48.512] [ 0.001719] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:41:48.528] [ 0.001722] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:41:48.528] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:41:48.528] [ 0.001727] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:41:48.528] [ 0.001729] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:41:48.541] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:41:48.541] [ 0.001735] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:41:48.541] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:41:48.559] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:41:48.559] [ 0.001780] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:41:48.573] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:41:48.576] [ 0.002286] Security Framework initialized [2024-05-23 14:41:48.576] [ 0.002412] AppArmor: AppArmor initialized [2024-05-23 14:41:48.576] [ 0.002657] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:41:48.603] [ 0.002680] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:41:48.603] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:41:48.603] [ 0.035860] Hierarchical SRCU = implementation. [2024-05-23 14:41:48.603] [ 0.062288] EFI services will not be = available. [2024-05-23 14:41:48.605] [ 0.076129] smp: Bringing up secondary CPUs = ... [2024-05-23 14:41:48.631] [ 0.120753] Detected VIPT I-cache on CPU1 [2024-05-23 14:41:48.631] [ 0.120827] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:41:48.631] [ 0.165001] Detected VIPT I-cache on CPU2 [2024-05-23 14:41:48.631] [ 0.165059] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:41:48.631] [ 0.209285] Detected VIPT I-cache on CPU3 [2024-05-23 14:41:48.634] [ 0.209338] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:41:48.656] [ 0.209716] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:41:48.669] [ 0.209756] SMP: Total of 4 processors = activated. [2024-05-23 14:41:48.669] [ 0.209772] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:41:48.669] [ 0.209791] CPU: All CPU(s) started at EL2 [2024-05-23 14:41:48.669] [ 0.209973] alternatives: patching kernel = code [2024-05-23 14:41:48.671] [ 0.210514] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:41:48.671] [ 0.213117] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:41:48.671] [ 0.213699] devtmpfs: initialized [2024-05-23 14:41:48.671] [ 0.403398] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:41:48.694] [ 0.403661] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:41:48.694] [ 0.412462] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:41:48.694] [ 0.413387] chipinfo: TCC8030 Rev02 [2024-05-23 14:41:48.695] [ 0.413402] chipinfo: SiP Service v0.1.56 [2024-05-23 14:41:48.723] [ 0.418769] NET: Registered protocol family = 16 [2024-05-23 14:41:48.723] [ 0.422799] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:41:48.723] [ 0.424720] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:41:48.723] [ 0.426476] cpuidle: using governor menu [2024-05-23 14:41:48.723] [ 0.426745] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:41:48.744] [ 0.440777] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:41:48.744] [ 0.441278] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:41:48.744] [ 0.441325] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:41:48.744] [ 0.441369] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:41:48.758] [ 0.441412] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:41:48.758] [ 0.441455] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:41:48.758] [ 0.441499] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:41:48.770] [ 0.441542] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:41:48.783] [ 0.441586] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:41:48.783] [ 0.441630] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:41:48.805] [ 0.441673] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:41:48.805] [ 0.441716] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:41:48.805] [ 0.441761] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:41:48.808] [ 0.441822] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:41:48.808] [ 0.441865] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:41:48.808] [ 0.441987] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:41:48.808] [ 0.442030] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:41:48.829] [ 0.442074] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:41:48.842] [ 0.442117] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:41:48.842] [ 0.442499] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:41:48.842] [ 0.442543] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:41:48.842] [ 0.442587] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:41:48.844] [ 0.442630] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:41:48.844] [ 0.442673] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:41:48.867] [ 0.442717] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:41:48.872] [ 0.442760] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:41:48.872] [ 0.442804] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:41:48.872] [ 0.442847] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:41:48.872] [ 0.442890] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:41:48.872] [ 0.442946] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:41:48.891] [ 0.442990] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:41:48.891] [ 0.443230] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:41:48.891] [ 0.443273] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:41:48.891] [ 0.443317] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:41:48.902] [ 0.443360] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:41:48.902] [ 0.443403] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:41:48.915] [ 0.443447] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:41:48.915] [ 0.443490] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:41:48.916] [ 0.443680] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:41:48.936] [ 0.443724] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:41:48.936] [ 0.443767] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:41:48.936] [ 0.443810] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:41:48.938] [ 0.443853] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:41:48.958] [ 0.443896] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:41:48.958] [ 0.443939] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:41:48.958] [ 0.443995] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:41:48.958] [ 0.444039] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:41:48.970] [ 0.444082] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:41:48.972] [ 0.444125] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:41:48.972] [ 0.444168] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:41:48.989] [ 0.444211] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:41:48.991] [ 0.444254] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:41:48.991] [ 0.444785] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:41:49.009] [ 0.444842] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:41:49.020] [ 0.445014] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:41:49.020] [ 0.445187] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:41:49.020] [ 0.445355] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:41:49.023] [ 0.445519] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:41:49.023] [ 0.445687] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:41:49.041] [ 0.445730] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:41:49.042] [ 0.445774] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:41:49.042] [ 0.446034] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:41:49.042] [ 0.446235] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:41:49.044] [ 0.446417] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:41:49.067] [ 0.446462] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:41:49.067] [ 0.446506] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:41:49.067] [ 0.446549] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:41:49.070] [ 0.446592] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:41:49.088] [ 0.446779] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:41:49.098] [ 0.446844] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:41:49.098] [ 0.447059] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:41:49.098] [ 0.447073] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:41:49.098] [ 0.529365] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:41:49.100] [ 0.529455] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:41:49.118] [ 1.676242] console [ttyAMA0] enabled [2024-05-23 14:41:49.118] [ 1.683901] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:41:49.141] [ 1.712887] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:41:49.155] [ 1.723171] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:41:49.165] [ 1.733767] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:41:49.179] [ 1.744090] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:41:49.274] [ 1.843862] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:41:49.290] [ 1.860037] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:41:49.296] [ 1.866933] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:41:49.309] [ 1.873728] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:41:49.326] [ 1.880098] Linux video capture interface: = v2.00 [2024-05-23 14:41:49.337] [ 1.885857] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:49.347] [ 1.885861] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:41:49.347] [ 1.885866] 6 locks held by swapper/0/1: [2024-05-23 14:41:49.353] [ 1.885869] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:41:49.353] [ 1.885895] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:41:49.373] [ 1.885910] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:49.373] [ 1.885928] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:49.375] [ 1.885943] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:49.396] [ 1.885959] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:49.396] [ 1.885977] irq event stamp: 288044 [2024-05-23 14:41:49.396] [ 1.885983] hardirqs last enabled at = (288043): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:49.408] [ 1.885988] hardirqs last disabled at = (288044): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:49.421] [ 1.885995] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:49.424] [ 1.885999] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:49.444] [ 1.886001] Preemption disabled at: [2024-05-23 14:41:49.444] [ 1.886007] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:49.444] [ 1.886015] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:41:49.464] [ 1.886018] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:49.466] [ 1.886022] Call trace: [2024-05-23 14:41:49.466] [ 1.886028] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:49.466] [ 1.886033] show_stack+0x14/0x20 [2024-05-23 14:41:49.466] [ 1.886038] dump_stack+0xb8/0xf0 [2024-05-23 14:41:49.466] [ 1.886043] ___might_sleep+0x178/0x210 [2024-05-23 14:41:49.476] [ 1.886047] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:49.478] [ 1.886052] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:49.478] [ 1.886058] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:49.499] [ 1.886065] gic_set_type+0x84/0x98 [2024-05-23 14:41:49.499] [ 1.886070] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:49.499] [ 1.886074] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:49.499] [ 1.886079] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:49.499] [ 1.886084] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:41:49.502] [ 1.886091] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:41:49.522] [ 1.886096] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:49.522] [ 1.886101] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:49.522] [ 1.886106] __driver_attach+0xfc/0x118 [2024-05-23 14:41:49.522] [ 1.886111] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:49.522] [ 1.886115] driver_attach+0x20/0x28 [2024-05-23 14:41:49.524] [ 1.886120] bus_add_driver+0x220/0x268 [2024-05-23 14:41:49.546] [ 1.886125] driver_register+0x60/0xf8 [2024-05-23 14:41:49.546] [ 1.886129] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:49.546] [ 1.886137] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:41:49.546] [ 1.886141] do_one_initcall+0x50/0x15c [2024-05-23 14:41:49.557] [ 1.886149] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:41:49.559] [ 1.886154] kernel_init+0x10/0x100 [2024-05-23 14:41:49.559] [ 1.886159] ret_from_fork+0x10/0x18 [2024-05-23 14:41:49.559] [ 1.891772] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:41:49.579] [ 2.139074] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:41:49.591] [ 2.152686] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:41:49.593] [ 2.159719] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:41:49.595] [ 2.164320] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:41:49.615] [ 2.169123] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:41:49.615] [ 2.173948] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:41:49.615] [ 2.178503] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:41:49.661] [ 2.232456] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:41:49.674] [ 2.245078] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:49.691] [ 2.263442] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:49.707] [ 2.279369] NET: Registered protocol family = 2 [2024-05-23 14:41:49.719] [ 2.287008] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:41:49.732] [ 2.294744] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:41:49.734] [ 2.305978] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:41:49.746] [ 2.313443] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:41:49.759] [ 2.320208] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:41:49.759] [ 2.328349] NET: Registered protocol family = 1 [2024-05-23 14:41:49.864] [ 2.435909] audit: initializing netlink = subsys (disabled) [2024-05-23 14:41:49.871] [ 2.442231] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:41:49.883] [ 2.442778] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:41:49.954] [ 2.524846] fuse init (API version 7.26) [2024-05-23 14:41:49.972] [ 2.539278] modprobe (66) used greatest = stack depth: 12640 bytes left [2024-05-23 14:41:49.977] [ 2.549025] io scheduler noop registered = (default) [2024-05-23 14:41:49.989] [ 2.554093] io scheduler mq-deadline = registered [2024-05-23 14:41:49.989] [ 2.558657] io scheduler kyber registered [2024-05-23 14:41:50.004] [ 2.569362] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:50.012] [ 2.576217] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:50.026] [ 2.582427] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:41:50.037] [ 2.590022] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:50.081] [ 2.652685] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:50.090] [ 2.660398] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:50.105] [ 2.665245] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:41:50.105] [ 2.670673] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:50.105] [ 2.671385] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:50.123] [ 2.682139] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:50.123] [ 2.688348] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:41:50.125] [ 2.695903] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:50.151] [ 2.720197] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:50.176] [ 2.727017] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:50.176] [ 2.731798] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:41:50.179] [ 2.737224] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:50.179] [ 2.737809] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:41:50.179] [ 2.748562] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:41:50.195] [ 2.754771] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:41:50.195] [ 2.762383] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:41:50.257] [ 2.828748] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:41:50.275] [ 2.835855] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:41:50.276] [ 2.840459] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:41:50.293] [ 2.845886] fbX_probe : update_type =3D 1=20 [2024-05-23 14:41:50.294] [ 2.855788] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:41:50.294] [ 2.865412] [INF][WDMA] tcc_wdma_init [2024-05-23 14:41:50.309] [ 2.870193] TCC WDMA Driver Initializing [2024-05-23 14:41:50.332] [ 2.877246] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:41:50.334] [ 2.883480] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:41:50.334] [ 2.893999] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:50.352] [ 2.906629] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:41:50.355] [ 2.916110] [CPU_ID] probe is done [2024-05-23 14:41:50.355] [ 2.919870] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:41:50.376] [ 2.926498] [DRAM_TOOL] probe is done [2024-05-23 14:41:50.379] [ 2.933704] MALI-G51 : r30p0-01eac0 [2024-05-23 14:41:50.379] [ 2.937232] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:41:50.379] [ 2.946739] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:50.395] [ 2.946744] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:41:50.395] [ 2.946749] 6 locks held by swapper/0/1: [2024-05-23 14:41:50.418] [ 2.946752] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:41:50.421] [ 2.946780] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:41:50.421] [ 2.946795] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:50.434] [ 2.946814] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:50.436] [ 2.946828] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:50.462] [ 2.946844] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:50.462] [ 2.946864] irq event stamp: 453648 [2024-05-23 14:41:50.462] [ 2.946870] hardirqs last enabled at = (453647): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:50.462] [ 2.946875] hardirqs last disabled at = (453648): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:50.477] [ 2.946882] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:50.494] [ 2.946886] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:50.496] [ 2.946888] Preemption disabled at: [2024-05-23 14:41:50.496] [ 2.946894] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:50.496] [ 2.946903] CPU: 3 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:41:50.527] [ 2.946906] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:50.527] [ 2.946910] Call trace: [2024-05-23 14:41:50.527] [ 2.946916] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:50.527] [ 2.946921] show_stack+0x14/0x20 [2024-05-23 14:41:50.527] [ 2.946927] dump_stack+0xb8/0xf0 [2024-05-23 14:41:50.527] [ 2.946932] ___might_sleep+0x178/0x210 [2024-05-23 14:41:50.529] [ 2.946936] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:50.551] [ 2.946941] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:50.553] [ 2.946947] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:50.553] [ 2.946954] gic_set_type+0x84/0x98 [2024-05-23 14:41:50.553] [ 2.946959] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:50.553] [ 2.946963] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:50.553] [ 2.946968] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:50.575] [ 2.946974] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:41:50.587] [ 2.946980] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:41:50.587] [ 2.946984] kbase_device_init+0x78/0xf8 [2024-05-23 14:41:50.587] [ 2.946990] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:41:50.587] [ 2.946995] platform_drv_probe+0x58/0xb8 [2024-05-23 14:41:50.587] [ 2.947000] = driver_probe_device+0x228/0x410 [2024-05-23 14:41:50.599] [ 2.947005] __driver_attach+0xfc/0x118 [2024-05-23 14:41:50.599] [ 2.947010] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:41:50.599] [ 2.947015] driver_attach+0x20/0x28 [2024-05-23 14:41:50.602] [ 2.947019] bus_add_driver+0x220/0x268 [2024-05-23 14:41:50.602] [ 2.947024] driver_register+0x60/0xf8 [2024-05-23 14:41:50.602] [ 2.947028] = __platform_driver_register+0x44/0x50 [2024-05-23 14:41:50.626] [ 2.947036] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:41:50.627] [ 2.947040] do_one_initcall+0x50/0x15c [2024-05-23 14:41:50.627] [ 2.947047] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:41:50.627] [ 2.947053] kernel_init+0x10/0x100 [2024-05-23 14:41:50.627] [ 2.947058] ret_from_fork+0x10/0x18 [2024-05-23 14:41:50.627] [ 2.948858] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:41:50.652] [ 3.204179] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:41:50.652] [ 3.210920] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:41:50.654] [ 3.224890] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:41:50.668] [ 3.231986] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:41:50.673] [ 3.244184] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:41:50.686] [ 3.250403] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:41:50.686] [ 3.254784] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:41:50.703] [ 3.262288] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:41:50.740] [ 3.311767] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:41:50.761] [ 3.319504] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:41:50.762] [ 3.329257] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:41:50.779] [ 3.339808] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:41:50.779] [ 3.347161] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:41:50.810] [ 3.358234] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:41:50.810] [ 3.367156] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:41:50.836] [ 3.385794] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:41:50.838] [ 3.401241] libphy: Fixed MDIO Bus: probed [2024-05-23 14:41:50.838] [ 3.406228] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:41:50.866] [ 3.419707] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:41:50.868] [ 3.424235] [INFO][GAMC] gmac index : 1 [2024-05-23 14:41:50.868] [ 3.428667] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:41:50.868] [ 3.433879] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:41:50.872] [ 3.440095] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:41:50.889] [ 3.444558] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:41:50.889] [ 3.450670] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:41:50.889] [ 3.453726] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:41:50.910] [ 3.461345] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:41:50.911] [ 3.462369] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:41:50.911] [ 3.463883] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:50.911] [ 3.463896] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:41:50.914] [ 3.463903] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:41:50.938] [ 3.463915] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:50.938] [ 3.463927] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:41:50.938] [ 3.465644] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:41:50.938] [ 3.474915] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:41:50.950] [ 3.474924] usbhid: USB HID core driver [2024-05-23 14:41:50.950] [ 3.475407] optee: probing for conduit = method from DT. [2024-05-23 14:41:50.952] [ 3.475433] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:41:50.978] [ 3.477211] optee: initialized driver [2024-05-23 14:41:50.978] [ 3.478796] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:41:50.978] [ 3.478811] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:41:50.978] [ 3.478819] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:41:50.978] [ 3.478826] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:41:50.994] [ 3.478833] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:41:50.994] [ 3.478840] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:41:50.994] [ 3.478848] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:41:51.009] [ 3.478855] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:41:51.009] [ 3.480874] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:41:51.024] [ 3.480882] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:41:51.024] [ 3.487618] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:41:51.026] [ 3.500753] NET: Registered protocol family = 17 [2024-05-23 14:41:51.047] [ 3.501202] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:41:51.047] [ 3.506045] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:41:51.062] [ 3.623904] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:41:51.062] [ 3.630631] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:41:51.084] [ 3.637338] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:41:51.084] [ 3.644603] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:41:51.091] [ 3.662572] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:41:51.104] [ 3.670410] GPT:15269887 !=3D 15273599 [2024-05-23 14:41:51.104] [ 3.672834] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:41:51.119] [ 3.672878] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:41:51.119] [ 3.674839] ALSA device list: [2024-05-23 14:41:51.121] [ 3.674847] No soundcards found. [2024-05-23 14:41:51.143] [ 3.694978] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:41:51.143] [ 3.695006] GPT:15269887 !=3D 15273599 [2024-05-23 14:41:51.143] [ 3.695013] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:41:51.143] [ 3.695303] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:41:51.157] [ 3.727438] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:41:51.177] [ 3.748793] Freeing unused kernel memory: = 4160K [2024-05-23 14:41:51.191] Mounting devtmpfs [2024-05-23 14:41:51.192] Mounting procfs [2024-05-23 14:41:51.206] Mounting sysfs [2024-05-23 14:41:51.212] [ 3.783528] grep (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:41:51.245] [ 3.804407] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:41:51.281] [ 3.853017] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:41:51.293] [ 3.861873] mount (98) used greatest stack = depth: 10432 bytes left [2024-05-23 14:41:51.555] [ 4.125949] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:41:51.655] [ 4.223506] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:41:51.687] [ 4.251024] systemd[1]: Detected = architecture arm64. [2024-05-23 14:41:51.724]=20 [2024-05-23 14:41:51.724] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:41:51.735]=20 [2024-05-23 14:41:51.741] [ 4.312808] systemd[1]: Set hostname to = . [2024-05-23 14:41:51.755] [ 4.324194] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:41:51.770] [ 4.333758] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:41:52.011] [ 4.582354] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:41:52.040] [ 4.599470] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:41:52.070] [ 4.642497] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:41:52.084] [ 4.654608] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:41:52.274] [ 4.844539] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:41:52.345] [ OK ] Reached target Remote File Systems. [2024-05-23 14:41:52.363] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:41:52.378] [ OK ] Reached target Paths. [2024-05-23 14:41:52.397] [ OK ] Created slice User and Session Slice. [2024-05-23 14:41:52.414] [ OK ] Reached target Slices. [2024-05-23 14:41:52.445] [ OK ] Created slice system-getty.slice. [2024-05-23 14:41:52.460] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:41:52.480] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:41:52.496] [ OK ] Reached target Swap. [2024-05-23 14:41:52.513] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:41:52.528] [ OK ] Listening on Journal Socket. [2024-05-23 14:41:52.549] Mounting Kernel Debug File System... [2024-05-23 14:41:52.589] Mounting Huge Pages File System... [2024-05-23 14:41:52.612] Mounting POSIX Message Queue File = System... [2024-05-23 14:41:52.647] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:41:52.676] Mounting Configuration File System... [2024-05-23 14:41:52.713] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:41:52.745] [ 5.310495] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:41:52.762] Starting Apply Kernel Variables... [2024-05-23 14:41:52.779] [ OK ] Listening on udev Control Socket. [2024-05-23 14:41:52.805] Starting udev Coldplug all Devices... [2024-05-23 14:41:52.829] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:41:52.854] Starting mount data partition = service... [2024-05-23 14:41:52.887] Mounting FUSE Control File System... [2024-05-23 14:41:52.912] [ OK ] Listening on Syslog Socket. [2024-05-23 14:41:52.941] Starting Journal Service... [2024-05-23 14:41:52.963] [ 5.531920] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:52.973] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:41:53.021] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:41:53.046] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:41:53.072] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:41:53.096] [ OK ] Mounted Configuration File System. [2024-05-23 14:41:53.116] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:41:53.150] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:41:53.200] [ OK ] Started mount data partition service. [2024-05-23 14:41:53.230] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:41:53.246] [ OK ] Started Journal Service. [2024-05-23 14:41:53.311] Starting NS file System mount and = recovery.... [2024-05-23 14:41:53.360] Starting udev Kernel Device = Manager... [2024-05-23 14:41:53.379] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:41:53.396] [ OK ] Reached target Containers. [2024-05-23 14:41:53.431] Mounting /var/volatile... [2024-05-23 14:41:53.443] [ 6.014221] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:53.480] Mounting /tmp... [2024-05-23 14:41:53.513] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:41:53.550] [ 6.120681] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:53.639] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:41:53.658] [ 6.224345] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:41:53.730] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:41:53.750] [ OK ] Mounted /var/volatile. [2024-05-23 14:41:53.780] [ OK ] Mounted /tmp. [2024-05-23 14:41:53.857] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:41:53.883] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:54.067] [ 6.638643] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:41:54.092] Starting Bind mount volatile = /var/spool... [2024-05-23 14:41:54.114] Starting Bind mount volatile = /var/lib... [2024-05-23 14:41:54.139] Starting Bind mount volatile = /var/cache... [2024-05-23 14:41:54.174] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:41:54.392] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:41:54.421] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:41:54.456] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:41:54.488] Starting Load/Save Random Seed... [2024-05-23 14:41:54.514] [ OK ] Reached target Local File Systems. [2024-05-23 14:41:54.536] Starting Create Volatile Files and = Directories... [2024-05-23 14:41:54.571] Starting AppArmor initialization... [2024-05-23 14:41:54.609] Starting netfilter persistent = configuration... [2024-05-23 14:41:54.645] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:41:54.742] [ 7.313529] audit: type=3D1400 = audit(1550139121.184:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:41:54.762] [ 7.329265] audit: type=3D1400 = audit(1550139121.188:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:41:54.783] [ 7.347931] audit: type=3D1400 = audit(1550139121.188:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:41:54.799] [ 7.365201] audit: type=3D1400 = audit(1550139121.188:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:41:54.817] [ 7.387470] audit: type=3D1400 = audit(1550139121.188:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:41:54.859] [ OK ] Started C[ 7.407936] audit: = type=3D1400 audit(1550139121.188:7): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//agetty_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:41:54.860] reate Volatile Files and Directo[ 7.429546] = audit: type=3D1400 audit(1550139121.188:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:41:54.877] ries. [2024-05-23 14:41:54.915] [ OK ] Started AppArmor initialization. [2024-05-23 14:41:54.932] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:41:54.965] [ OK ] Reached target Network (Pre). [2024-05-23 14:41:54.981] Starting Network Service... [2024-05-23 14:41:55.019] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:41:55.068] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:41:55.099] [ OK ] Reached target System Initialization. [2024-05-23 14:41:55.115] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:41:55.128] [ OK ] Reached target Sockets. [2024-05-23 14:41:55.145] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:41:55.160] [ OK ] Reached target Timers. [2024-05-23 14:41:55.177] [ OK ] Reached target Basic System. [2024-05-23 14:41:55.200] [ 7.771981] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:41:55.216] [ OK ] Started Kernel Logging Service. [2024-05-23 14:41:55.241] [ 7.798865] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:41:55.243] [ 7.804621] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:41:55.243] [ 7.809112] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:41:55.265] [ OK ] Started System Logging Service. [2024-05-23 14:41:55.294] Starting Login Service... [2024-05-23 14:41:55.334] [ OK ] Started NS VSync Process. [2024-05-23 14:41:55.412] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:41:55.448] [ 7.983731] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:41:55.465] Start /usr/bin/sys-fail-mon [2024-05-23 14:41:55.520] [ 8.047268] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:41:55.528] [ 8.055427] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:41:55.541] [ 8.055446] [INFO][GMAC]=20 [2024-05-23 14:41:55.541] [ 8.059031] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:41:55.556] [ OK ] Started NS System Management Process. [2024-05-23 14:41:55.585] Starting NS Inter Domain Comm = Process... [2024-05-23 14:41:55.595] [ 8.165797] libphy: tcc-gmac-mdio: probed [2024-05-23 14:41:55.610] [ 8.169921] [INFO][GMAC] registered! [2024-05-23 14:41:55.610] [ 8.177134] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:41:55.612] [ 8.177147] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:41:55.642] [ 8.209996] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:41:55.656] [ 8.215749] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:41:55.657] [ OK ] Started D-Bus System Message Bus = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:41:55.671] [0m. [2024-05-23 14:41:55.673] [ 8.241768] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:41:55.700] [ 8.264495] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:41:55.702] [ 8.272977] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:55.728] [ 8.272982] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:41:55.730] [ 8.272982] -- MASTER Configuration. [2024-05-23 14:41:55.746] [ 8.272982] -- Local Receiver Status Not = OK. [2024-05-23 14:41:55.746] [ 8.272982] -- Remote Receiver Status Not = OK. [2024-05-23 14:41:55.746] [ 8.273059] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:41:55.748] [ 8.273066] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:41:55.778] [ 8.274419] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:41:55.778] [ 8.274446] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:41:55.778] [ 8.278120] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:41:55.780] [ 8.278133] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:41:55.792] [ 8.279884] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:41:55.792] [ 8.279890] in_atomic(): 1, = irqs_disabled(): 128, pid: 260, name: systemd-network [2024-05-23 14:41:55.808] [ 8.279894] 5 locks held by = systemd-network/260: [2024-05-23 14:41:55.808] [ 8.279898] #0: (rtnl_mutex){+.+.}, at: = [<00000000f3029f94>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:41:55.824] [ 8.279927] #1: = (&desc->request_mutex){+.+.}, at: [<0000000058efa58b>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:41:55.824] [ 8.279946] #2: = (&irq_desc_lock_class){-...}, at: [<0000000083049111>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:55.840] [ 8.279961] #3: (rcu_read_lock){....}, = at: [<00000000f15a6161>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:41:55.840] [ 8.279978] #4: (&picinfo->lock){....}, = at: [<00000000c70a3208>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:55.855] [ 8.279999] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:41:55.882] [ 8.280002] irq event stamp: 75214 [2024-05-23 14:41:55.884] [ 8.280008] hardirqs last enabled at = (75213): [<000000000b0f4edd>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:41:55.884] [ 8.280013] hardirqs last disabled at = (75214): [<0000000099e918c5>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:41:55.903] [ 8.280020] softirqs last enabled at (0): = [<00000000b53eddaf>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:41:55.903] [ 8.280024] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:41:55.917] [ 8.280026] Preemption disabled at: [2024-05-23 14:41:55.917] [ 8.280032] [<0000000083049111>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:41:55.917] [ 8.280042] CPU: 1 PID: 260 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:41:55.933] [ 8.280044] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:41:55.933] [ 8.280048] Call trace: [2024-05-23 14:41:55.933] [ 8.280055] dump_backtrace+0x0/0x1d8 [2024-05-23 14:41:55.947] [ 8.280059] show_stack+0x14/0x20 [2024-05-23 14:41:55.949] [ 8.280065] dump_stack+0xb8/0xf0 [2024-05-23 14:41:55.949] [ 8.280070] ___might_sleep+0x178/0x210 [2024-05-23 14:41:55.949] [ 8.280074] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:41:55.973] [ 8.280079] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:41:55.986] [ 8.280085] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:41:55.986] [ 8.280094] gic_set_type+0x84/0x98 [2024-05-23 14:41:55.986] [ 8.280099] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:41:55.986] [ 8.280104] __setup_irq+0x76c/0x7f8 [2024-05-23 14:41:55.986] [ 8.280108] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:41:55.986] [ 8.280116] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:41:55.999] [ 8.280121] __dev_open+0x100/0x150 [2024-05-23 14:41:55.999] [ 8.280126] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:41:55.999] [ 8.280130] dev_change_flags+0x20/0x60 [2024-05-23 14:41:56.001] [ 8.280134] do_setlink+0x3ec/0xc30 [2024-05-23 14:41:56.001] [ 8.280138] rtnl_setlink+0xcc/0x128 [2024-05-23 14:41:56.001] [ 8.280142] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:41:56.001] [ 8.280148] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:41:56.028] [ 8.280152] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:41:56.028] [ 8.280156] netlink_unicast+0x180/0x1f8 [2024-05-23 14:41:56.028] [ 8.280161] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:41:56.028] [ 8.280167] sock_sendmsg+0x3c/0x58 [2024-05-23 14:41:56.028] [ 8.280172] SyS_sendto+0xd0/0x140 [2024-05-23 14:41:56.028] [ 8.280177] el0_svc_naked+0x34/0x38 [2024-05-23 14:41:56.028] [ 8.284063] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:41:56.043] [ 8.308815] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:41:56.045] [ 8.308825] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:41:56.045] [ 8.308834] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:41:56.070] [ 8.308834] =20 [2024-05-23 14:41:56.070] [ 8.309121] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:41:56.070] [ 8.312224] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:41:56.070] [ 8.312234] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:41:56.070] [ 8.312243] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:41:56.084] [ 8.312243] =20 [2024-05-23 14:41:56.084] [ 8.312396] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:41:56.084] [ 8.312414] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:41:56.099] [ 8.312422] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:41:56.101] [ 8.312429] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:41:56.101] [ 8.312440] [INFO][GMAC] --] phy_start: : [2024-05-23 14:41:56.101] [ 8.313243] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:41:56.124] [ 8.376606] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:41:56.126] [ 8.376616] Disabling lock debugging due to = kernel taint [2024-05-23 14:41:56.126] [ 8.419108] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.126] [ 8.469931] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:41:56.126] [ 8.482900] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:41:56.150] [ 8.487744] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:41:56.150] [ 8.492543] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:41:56.150] [ 8.494195] Done!! [2024-05-23 14:41:56.150] [ 8.527080] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.150] [ 8.598406] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:41:56.163] [ 8.603286] Done!! [2024-05-23 14:41:56.165] [ 8.635075] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.165] [ 8.714441] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:41:56.189] [ 8.719573] Done!! [2024-05-23 14:41:56.194] Starting Load Kernel Modules... [2024-05-23 14:41:56.194] [ 8.743152] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.194] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:41:56.194] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:41:56.194] [ OK ] Started Network Service. [2024-05-23 14:41:56.219] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:41:56.233] [ OK ] Started Load Kernel Modules. [2024-05-23 14:41:56.233] [ OK ] Started Cluster Framework. [2024-05-23 14:41:56.250] [ OK ] Started HUD Framework. [2024-05-23 14:41:56.250] parents, child is 323 [2024-05-23 14:41:56.252] [IDC]Start. [2024-05-23 14:41:56.252] [ 8.819504] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:41:56.274] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:41:56.274] [ OK ] Started NS ethernet phy control = application. [2024-05-23 14:41:56.274] [ OK ] Started Nvm Process. [2024-05-23 14:41:56.276] [IDC](A7)ConnectReq 0 [2024-05-23 14:41:56.287] [IDC](A7)do_connect 0 [2024-05-23 14:41:56.289] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:41:56.289] [IDC](A7)Tx start session req 1 [2024-05-23 14:41:56.289] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:41:56.289] [IDC](R5)ConnectReq 0 [2024-05-23 14:41:56.312] [IDC](R5)do_connect 0 [2024-05-23 14:41:56.335] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:41:56.335] [IDC](R5)do_entry_star[ 8.864236] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:41:56.335] treq 1 [2024-05-23 14:41:56.335] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:41:56.335] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:41:56.335] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:41:56.335] [IDC](A7)Session connected. [2024-05-23 14:41:56.335] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:41:56.356] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:41:56.356] [IDC](R5)Session connected.2 [2024-05-23 14:41:56.356] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:41:56.356] [ OK ] Started NS hsm control application. [2024-05-23 14:41:56.376] [ OK ] Started Diagnosis Framework. [2024-05-23 14:41:56.379] [ OK ] Started Diagnosis Transport. [2024-05-23 14:41:56.401] [ OK ] Started NS Software Update. [2024-05-23 14:41:56.414] [ 8.985412] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.432] [ OK ] Started NS Secondary Verify. [2024-05-23 14:41:56.466] [ OK ] Reached target Network. [2024-05-23 14:41:56.486] Starting udev Coldplug all Devices... [2024-05-23 14:41:56.512] Starting Permit User Sessions... [2024-05-23 14:41:56.533] [ 9.102998] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.539] Starting Wait for Network to be = Configured... [2024-05-23 14:41:56.566] [ OK ] Started Permit User Sessions. [2024-05-23 14:41:56.592] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:41:56.608] [ OK ] Started Getty on tty1. [2024-05-23 14:41:56.608] [ OK ] Reached target Login Prompts. [2024-05-23 14:41:56.608] [ OK ] Started Login Service. [2024-05-23 14:41:56.608] [ OK ] Reached target Multi-User System. [2024-05-23 14:41:56.637] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:41:56.637] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:41:56.650] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:41:56.652] [ 9.215189] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.678] [ 9.248590] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:41:56.705] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:41:56.756] [ 9.327192] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.868] [ 9.439180] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:41:56.992] [ 9.552634] sched: RT throttling activated [2024-05-23 14:41:57.545] [ 10.111091] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:41:57.555] [ 10.111098] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:41:57.974] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:41:58.506] [ 11.076737] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:41:58.544] [ 11.085239] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:42:03.107]=20 [2024-05-23 14:42:03.107] telechips-nsp1-release login:=20 [2024-05-23 14:42:06.791]=20 [2024-05-23 14:42:06.791] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:42:06.791]=20 [2024-05-23 14:42:06.791] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:42:06.793] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:42:06.828] DRAM: 2 GiB [2024-05-23 14:42:06.855] MMC: sdhc@0x16440000: 0 [2024-05-23 14:42:07.113]=20 [2024-05-23 14:42:07.113] HW Partition tyep is UserData [2024-05-23 14:42:07.135] In: serial [2024-05-23 14:42:07.137] Out: serial [2024-05-23 14:42:07.137] Err: serial [2024-05-23 14:42:07.192] Boot in the UserData environment(0) [2024-05-23 14:42:07.195] Non-secure boot (secure boot flag is clear) [2024-05-23 14:42:07.210] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:42:07.214] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:42:07.214] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:42:07.214] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:42:07.239] Booting using the fdt blob at 0x23000000 [2024-05-23 14:42:07.251] Loading Kernel Image [2024-05-23 14:42:07.251] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:42:07.251] OPTEE is enabled [2024-05-23 14:42:07.251]=20 [2024-05-23 14:42:07.251] Starting kernel ... [2024-05-23 14:42:07.253]=20 [2024-05-23 14:42:08.175] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:42:08.179] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:42:08.196] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:42:08.198] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:42:08.224] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:42:08.224] [ 0.000000] efi: UEFI not found. [2024-05-23 14:42:08.224] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:42:08.224] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:42:08.237] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:42:08.237] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:42:08.252] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:42:08.252] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:42:08.267] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:42:08.267] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:42:08.282] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:42:08.295] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:42:08.307] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:42:08.309] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:42:08.309] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:42:08.335] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:42:08.335] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:42:08.335] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:42:08.351] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:42:08.351] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:42:08.365] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:42:08.365] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:42:08.381] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:42:08.381] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:42:08.397] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:42:08.397] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:42:08.414] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:42:08.414] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:42:08.414] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:42:08.414] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:42:08.429] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:42:08.429] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:42:08.443] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:42:08.445] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:42:08.445] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:42:08.471] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:42:08.471] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:42:08.471] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:42:08.487] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:42:08.502] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:42:08.502] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:42:08.517] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:42:08.517] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:42:08.545] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:42:08.545] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:42:08.545] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:42:08.547] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:42:08.572] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:42:08.572] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:42:08.572] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:42:08.586] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:42:08.588] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:42:08.611] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:42:08.623] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:42:08.623] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:42:08.623] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:42:08.625] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:42:08.649] [ 0.000000] Running RCU self tests [2024-05-23 14:42:08.662] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:42:08.662] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:42:08.662] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:42:08.662] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:42:08.662] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:42:08.666] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:42:08.666] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:42:08.666] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:42:08.693] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:42:08.693] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:42:08.693] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:42:08.695] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:42:08.722] [ 0.000678] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:42:08.722] [ 0.000698] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:42:08.722] [ 0.001470] Console: colour dummy device = 80x25 [2024-05-23 14:42:08.722] [ 0.001713] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:42:08.736] [ 0.001716] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:42:08.747] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:42:08.747] [ 0.001721] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:42:08.762] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:42:08.762] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:42:08.762] [ 0.001729] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:42:08.766] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:42:08.766] [ 0.001734] memory used by lock dependency = info: 7903 kB [2024-05-23 14:42:08.766] [ 0.001737] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:42:08.790] [ 0.001779] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:42:08.792] [ 0.001786] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:42:08.792] [ 0.002287] Security Framework initialized [2024-05-23 14:42:08.792] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:42:08.792] [ 0.002657] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:42:08.816] [ 0.002681] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:42:08.816] [ 0.019961] ASID allocator initialised with = 32768 entries [2024-05-23 14:42:08.816] [ 0.035862] Hierarchical SRCU = implementation. [2024-05-23 14:42:08.816] [ 0.062285] EFI services will not be = available. [2024-05-23 14:42:08.829] [ 0.076133] smp: Bringing up secondary CPUs = ... [2024-05-23 14:42:08.829] [ 0.120755] Detected VIPT I-cache on CPU1 [2024-05-23 14:42:08.829] [ 0.120830] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:42:08.844] [ 0.165002] Detected VIPT I-cache on CPU2 [2024-05-23 14:42:08.844] [ 0.165060] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:42:08.844] [ 0.209286] Detected VIPT I-cache on CPU3 [2024-05-23 14:42:08.846] [ 0.209338] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:42:08.870] [ 0.209713] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:42:08.870] [ 0.209754] SMP: Total of 4 processors = activated. [2024-05-23 14:42:08.870] [ 0.209770] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:42:08.870] [ 0.209789] CPU: All CPU(s) started at EL2 [2024-05-23 14:42:08.873] [ 0.209969] alternatives: patching kernel = code [2024-05-23 14:42:08.895] [ 0.210510] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:42:08.897] [ 0.213222] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:42:08.897] [ 0.213768] devtmpfs: initialized [2024-05-23 14:42:08.897] [ 0.403426] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:42:08.897] [ 0.403690] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:42:08.922] [ 0.412448] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:42:08.922] [ 0.413372] chipinfo: TCC8030 Rev02 [2024-05-23 14:42:08.922] [ 0.413387] chipinfo: SiP Service v0.1.56 [2024-05-23 14:42:08.922] [ 0.418752] NET: Registered protocol family = 16 [2024-05-23 14:42:08.922] [ 0.422787] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:42:08.934] [ 0.424709] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:42:08.957] [ 0.426443] cpuidle: using governor menu [2024-05-23 14:42:08.957] [ 0.426712] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:42:08.964] [ 0.440763] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:42:08.964] [ 0.441248] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:42:08.964] [ 0.441295] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:42:08.964] [ 0.441339] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:42:08.986] [ 0.441382] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:42:09.000] [ 0.441426] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:42:09.000] [ 0.441469] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:42:09.000] [ 0.441513] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:42:09.000] [ 0.441556] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:42:09.000] [ 0.441599] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:42:09.015] [ 0.441642] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:42:09.015] [ 0.441686] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:42:09.015] [ 0.441730] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:42:09.037] [ 0.441791] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:42:09.037] [ 0.441834] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:42:09.037] [ 0.441955] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:42:09.039] [ 0.442000] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:42:09.039] [ 0.442044] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:42:09.039] [ 0.442087] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:42:09.039] [ 0.442474] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:42:09.062] [ 0.442517] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:42:09.076] [ 0.442560] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:42:09.076] [ 0.442603] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:42:09.076] [ 0.442647] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:42:09.076] [ 0.442690] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:42:09.079] [ 0.442733] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:42:09.079] [ 0.442777] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:42:09.079] [ 0.442820] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:42:09.102] [ 0.442863] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:42:09.116] [ 0.442918] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:42:09.116] [ 0.442962] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:42:09.116] [ 0.443208] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:42:09.116] [ 0.443251] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:42:09.127] [ 0.443294] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:42:09.127] [ 0.443338] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:42:09.127] [ 0.443381] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:42:09.131] [ 0.443424] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:42:09.131] [ 0.443467] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:42:09.159] [ 0.443662] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:42:09.159] [ 0.443706] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:42:09.159] [ 0.443749] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:42:09.159] [ 0.443792] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:42:09.159] [ 0.443835] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:42:09.159] [ 0.443878] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:42:09.180] [ 0.443921] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:42:09.180] [ 0.443978] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:42:09.180] [ 0.444022] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:42:09.180] [ 0.444065] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:42:09.193] [ 0.444108] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:42:09.195] [ 0.444151] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:42:09.195] [ 0.444195] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:42:09.222] [ 0.444238] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:42:09.222] [ 0.444768] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:42:09.222] [ 0.444826] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:42:09.222] [ 0.444997] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:42:09.222] [ 0.445168] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:42:09.235] [ 0.445336] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:42:09.247] [ 0.445502] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:42:09.247] [ 0.445669] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:42:09.249] [ 0.445713] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:42:09.249] [ 0.445756] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:42:09.272] [ 0.446016] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:42:09.273] [ 0.446221] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:42:09.273] [ 0.446407] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:42:09.273] [ 0.446451] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:42:09.273] [ 0.446495] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:42:09.289] [ 0.446539] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:42:09.291] [ 0.446582] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:42:09.291] [ 0.446768] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:42:09.314] [ 0.446832] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:42:09.327] [ 0.447048] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:42:09.327] [ 0.447062] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:42:09.327] [ 0.529352] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:42:09.327] [ 0.529443] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:42:09.329] [ 1.676201] console [ttyAMA0] enabled [2024-05-23 14:42:09.329] [ 1.683878] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:42:09.357] [ 1.712878] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:42:09.373] [ 1.723162] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:42:09.391] [ 1.733776] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:42:09.391] [ 1.744088] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:42:09.488] [ 1.843899] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:42:09.513] [ 1.860317] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:42:09.514] [ 1.867215] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:42:09.530] [ 1.874002] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:42:09.558] [ 1.880438] Linux video capture interface: = v2.00 [2024-05-23 14:42:09.570] [ 1.886203] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:09.570] [ 1.886208] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:42:09.570] [ 1.886212] 6 locks held by swapper/0/1: [2024-05-23 14:42:09.570] [ 1.886215] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:42:09.572] [ 1.886241] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:42:09.593] [ 1.886256] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:09.597] [ 1.886275] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:09.597] [ 1.886290] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:09.622] [ 1.886306] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:09.625] [ 1.886325] irq event stamp: 288012 [2024-05-23 14:42:09.625] [ 1.886330] hardirqs last enabled at = (288011): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:09.625] [ 1.886335] hardirqs last disabled at = (288012): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:09.651] [ 1.886343] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:09.651] [ 1.886346] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:09.651] [ 1.886349] Preemption disabled at: [2024-05-23 14:42:09.651] [ 1.886354] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:09.664] [ 1.886363] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:42:09.664] [ 1.886366] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:09.679] [ 1.886370] Call trace: [2024-05-23 14:42:09.679] [ 1.886376] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:09.679] [ 1.886381] show_stack+0x14/0x20 [2024-05-23 14:42:09.679] [ 1.886387] dump_stack+0xb8/0xf0 [2024-05-23 14:42:09.693] [ 1.886392] ___might_sleep+0x178/0x210 [2024-05-23 14:42:09.695] [ 1.886396] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:09.695] [ 1.886401] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:09.695] [ 1.886406] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:09.716] [ 1.886413] gic_set_type+0x84/0x98 [2024-05-23 14:42:09.716] [ 1.886418] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:09.716] [ 1.886423] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:09.716] [ 1.886428] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:09.716] [ 1.886433] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:42:09.729] [ 1.886439] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:42:09.743] [ 1.886444] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:09.743] [ 1.886449] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:09.743] [ 1.886454] __driver_attach+0xfc/0x118 [2024-05-23 14:42:09.746] [ 1.886459] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:09.746] [ 1.886464] driver_attach+0x20/0x28 [2024-05-23 14:42:09.746] [ 1.886469] bus_add_driver+0x220/0x268 [2024-05-23 14:42:09.746] [ 1.886474] driver_register+0x60/0xf8 [2024-05-23 14:42:09.774] [ 1.886478] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:09.774] [ 1.886485] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:42:09.774] [ 1.886490] do_one_initcall+0x50/0x15c [2024-05-23 14:42:09.774] [ 1.886497] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:42:09.774] [ 1.886502] kernel_init+0x10/0x100 [2024-05-23 14:42:09.774] [ 1.886507] ret_from_fork+0x10/0x18 [2024-05-23 14:42:09.793] [ 1.892166] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:42:09.806] [ 2.139370] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:42:09.808] [ 2.152909] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:42:09.808] [ 2.159932] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:42:09.828] [ 2.164534] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:42:09.831] [ 2.169337] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:42:09.831] [ 2.174162] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:42:09.831] [ 2.178716] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:42:09.879] [ 2.232228] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:42:09.889] [ 2.244703] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:09.909] [ 2.262820] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:09.927] [ 2.278262] NET: Registered protocol family = 2 [2024-05-23 14:42:09.953] [ 2.285852] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:42:09.956] [ 2.293469] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:42:09.956] [ 2.304741] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:42:09.957] [ 2.312164] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:42:09.986] [ 2.318939] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:42:09.986] [ 2.327036] NET: Registered protocol family = 1 [2024-05-23 14:42:10.080] [ 2.435160] audit: initializing netlink = subsys (disabled) [2024-05-23 14:42:10.087] [ 2.441573] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:42:10.100] [ 2.442117] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:42:10.169] [ 2.524259] fuse init (API version 7.26) [2024-05-23 14:42:10.186] [ 2.542382] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:42:10.197] [ 2.552236] io scheduler noop registered = (default) [2024-05-23 14:42:10.211] [ 2.557350] io scheduler mq-deadline = registered [2024-05-23 14:42:10.211] [ 2.561914] io scheduler kyber registered [2024-05-23 14:42:10.216] [ 2.572473] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:10.230] [ 2.579326] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:10.230] [ 2.585626] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:42:10.246] [ 2.593504] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:10.301] [ 2.655956] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:10.308] [ 2.663728] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:10.322] [ 2.668734] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:42:10.322] [ 2.674164] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:10.324] [ 2.674812] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:10.348] [ 2.685568] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:10.348] [ 2.691777] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:42:10.348] [ 2.699321] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:10.375] [ 2.723307] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:10.376] [ 2.730263] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:10.390] [ 2.734872] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:42:10.392] [ 2.740299] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:10.392] [ 2.740877] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:10.420] [ 2.751630] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:10.420] [ 2.757838] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:42:10.420] [ 2.765452] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:10.476] [ 2.831247] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:10.483] [ 2.838040] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:10.498] [ 2.842653] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:42:10.514] [ 2.848080] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:10.517] [ 2.857832] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:42:10.517] [ 2.867563] [INF][WDMA] tcc_wdma_init [2024-05-23 14:42:10.519] [ 2.872427] TCC WDMA Driver Initializing [2024-05-23 14:42:10.535] [ 2.879776] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:42:10.535] [ 2.885867] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:42:10.557] [ 2.896543] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:10.557] [ 2.909187] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:42:10.574] [ 2.918555] [CPU_ID] probe is done [2024-05-23 14:42:10.574] [ 2.922317] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:42:10.574] [ 2.929024] [DRAM_TOOL] probe is done [2024-05-23 14:42:10.598] [ 2.936459] MALI-G51 : r30p0-01eac0 [2024-05-23 14:42:10.598] [ 2.939988] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:42:10.600] [ 2.950107] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:10.614] [ 2.950112] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:42:10.614] [ 2.950117] 6 locks held by swapper/0/1: [2024-05-23 14:42:10.628] [ 2.950120] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:42:10.631] [ 2.950147] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:42:10.658] [ 2.950162] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:10.658] [ 2.950180] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:10.658] [ 2.950195] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:10.660] [ 2.950211] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:10.689] [ 2.950230] irq event stamp: 453606 [2024-05-23 14:42:10.689] [ 2.950235] hardirqs last enabled at = (453605): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:10.689] [ 2.950240] hardirqs last disabled at = (453606): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:10.692] [ 2.950248] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:10.722] [ 2.950252] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:10.722] [ 2.950254] Preemption disabled at: [2024-05-23 14:42:10.722] [ 2.950259] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:10.722] [ 2.950269] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:42:10.723] [ 2.950272] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:10.749] [ 2.950275] Call trace: [2024-05-23 14:42:10.749] [ 2.950281] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:10.749] [ 2.950286] show_stack+0x14/0x20 [2024-05-23 14:42:10.749] [ 2.950292] dump_stack+0xb8/0xf0 [2024-05-23 14:42:10.749] [ 2.950297] ___might_sleep+0x178/0x210 [2024-05-23 14:42:10.749] [ 2.950301] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:10.751] [ 2.950306] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:10.775] [ 2.950312] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:10.775] [ 2.950319] gic_set_type+0x84/0x98 [2024-05-23 14:42:10.775] [ 2.950324] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:10.775] [ 2.950329] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:10.775] [ 2.950333] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:10.775] [ 2.950340] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:42:10.790] [ 2.950347] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:42:10.794] [ 2.950351] kbase_device_init+0x78/0xf8 [2024-05-23 14:42:10.794] [ 2.950358] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:42:10.794] [ 2.950362] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:10.819] [ 2.950368] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:10.831] [ 2.950373] __driver_attach+0xfc/0x118 [2024-05-23 14:42:10.831] [ 2.950378] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:10.831] [ 2.950383] driver_attach+0x20/0x28 [2024-05-23 14:42:10.831] [ 2.950387] bus_add_driver+0x220/0x268 [2024-05-23 14:42:10.831] [ 2.950392] driver_register+0x60/0xf8 [2024-05-23 14:42:10.831] [ 2.950396] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:10.833] [ 2.950405] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:42:10.833] [ 2.950410] do_one_initcall+0x50/0x15c [2024-05-23 14:42:10.833] [ 2.950417] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:42:10.859] [ 2.950422] kernel_init+0x10/0x100 [2024-05-23 14:42:10.859] [ 2.950427] ret_from_fork+0x10/0x18 [2024-05-23 14:42:10.859] [ 2.952182] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:42:10.859] [ 3.206888] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:42:10.860] [ 3.213627] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:42:10.884] [ 3.227560] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:42:10.884] [ 3.234577] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:42:10.901] [ 3.246754] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:42:10.901] [ 3.252973] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:42:10.922] [ 3.257355] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:42:10.924] [ 3.264978] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:42:10.959] [ 3.312064] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:42:10.967] [ 3.322895] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:42:10.980] [ 3.330748] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:42:11.008] [ 3.341051] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:42:11.008] [ 3.346327] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:42:11.027] [ 3.357400] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:42:11.029] [ 3.366295] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:42:11.052] [ 3.385423] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:42:11.054] [ 3.387625] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:42:11.054] [ 3.388449] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:42:11.056] [ 3.391904] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:42:11.080] [ 3.392615] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:42:11.080] [ 3.393173] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:42:11.080] [ 3.394325] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:42:11.080] [ 3.405430] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:42:11.096] [ 3.405459] GPT:15269887 !=3D 15273599 [2024-05-23 14:42:11.096] [ 3.405467] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:42:11.096] [ 3.405474] GPT:15269887 !=3D 15273599 [2024-05-23 14:42:11.110] [ 3.405482] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:42:11.123] [ 3.405596] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:42:11.125] [ 3.476169] libphy: Fixed MDIO Bus: probed [2024-05-23 14:42:11.148] [ 3.481125] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:42:11.150] [ 3.494305] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:42:11.150] [ 3.498834] [INFO][GAMC] gmac index : 1 [2024-05-23 14:42:11.150] [ 3.503328] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:42:11.174] [ 3.508576] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:42:11.174] [ 3.514679] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:42:11.174] [ 3.519071] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:42:11.174] [ 3.527314] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:42:11.189] [ 3.541132] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:42:11.215] [ 3.547333] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:11.215] [ 3.547439] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:42:11.217] [ 3.547446] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:42:11.217] [ 3.547457] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:11.217] [ 3.547470] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:42:11.236] [ 3.576413] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:42:11.237] [ 3.592809] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:42:11.250] [ 3.599464] usbhid: USB HID core driver [2024-05-23 14:42:11.250] [ 3.603740] optee: probing for conduit = method from DT. [2024-05-23 14:42:11.266] [ 3.608920] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:42:11.266] [ 3.610767] optee: initialized driver [2024-05-23 14:42:11.266] [ 3.620353] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:42:11.282] [ 3.626066] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:42:11.282] [ 3.631235] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:42:11.282] [ 3.636402] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:42:11.298] [ 3.642177] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:42:11.298] [ 3.647952] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:42:11.299] [ 3.653814] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:42:11.324] [ 3.660284] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:42:11.324] [ 3.667864] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:42:11.324] [ 3.675812] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:42:11.340] [ 3.689954] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:42:11.343] [ 3.699131] NET: Registered protocol family = 17 [2024-05-23 14:42:11.358] [ 3.704082] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:42:11.373] [ 3.721675] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:42:11.536] [ 3.890414] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:11.544] [ 3.890458] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:42:11.561] [ 3.906170] ALSA device list: [2024-05-23 14:42:11.561] [ 3.909164] No soundcards found. [2024-05-23 14:42:11.561] [ 3.915274] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:42:11.581] [ 3.936236] Freeing unused kernel memory: = 4160K [2024-05-23 14:42:11.595] Mounting devtmpfs [2024-05-23 14:42:11.596] [ 3.951568] mount (91) used greatest stack = depth: 13232 bytes left [2024-05-23 14:42:11.610] Mounting procfs [2024-05-23 14:42:11.610] Mounting sysfs [2024-05-23 14:42:11.635] [ 3.971164] mount (93) used greatest stack = depth: 12480 bytes left [2024-05-23 14:42:11.644] [ 3.999724] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:42:11.692] [ 4.046160] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:42:11.702] [ 4.055106] mount (98) used greatest stack = depth: 11328 bytes left [2024-05-23 14:42:11.954] [ 4.308985] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:42:12.053] [ 4.408418] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:42:12.081] [ 4.436017] systemd[1]: Detected = architecture arm64. [2024-05-23 14:42:12.126]=20 [2024-05-23 14:42:12.126] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:42:12.138]=20 [2024-05-23 14:42:12.142] [ 4.497528] systemd[1]: Set hostname to = . [2024-05-23 14:42:12.156] [ 4.509382] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:42:12.171] [ 4.518177] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:42:12.405] [ 4.760712] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:42:12.434] [ 4.777809] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:42:12.465] [ 4.820030] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:42:12.477] [ 4.832131] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:42:12.666] [ 5.018888] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:42:12.743] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:42:12.766] [ OK ] Reached target Swap. [2024-05-23 14:42:12.783] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:42:12.790] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:42:12.806] [ OK ] Reached target Remote File Systems. [2024-05-23 14:42:12.833] [ OK ] Listening on udev Control Socket. [2024-05-23 14:42:12.849] [ OK ] Created slice system-getty.slice. [2024-05-23 14:42:12.867] [ OK ] Listening on Journal Socket. [2024-05-23 14:42:12.885] Mounting FUSE Control File System... [2024-05-23 14:42:12.919] Mounting Huge Pages File System... [2024-05-23 14:42:12.947] Mounting Kernel Debug File System... [2024-05-23 14:42:12.982] Mounting POSIX Message Queue File = System... [2024-05-23 14:42:13.009] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:42:13.041] Starting mount data partition = service... [2024-05-23 14:42:13.054] [ OK ] Reached target Paths. [2024-05-23 14:42:13.071] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:42:13.100] [ 5.450835] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:42:13.117] Starting udev Coldplug all Devices... [2024-05-23 14:42:13.157] Mounting Configuration File System... [2024-05-23 14:42:13.182] [ OK ] Created slice User and Session Slice. [2024-05-23 14:42:13.200] [ OK ] Reached target Slices. [2024-05-23 14:42:13.233] [ 5.576542] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:13.235] Starting Apply Kernel Variables... [2024-05-23 14:42:13.267] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:42:13.284] [ OK ] Listening on Syslog Socket. [2024-05-23 14:42:13.300] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:42:13.324] Starting Journal Service... [2024-05-23 14:42:13.387] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:42:13.409] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:42:13.415] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:42:13.430] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:42:13.468] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:42:13.487] [ OK ] Started mount data partition service. [2024-05-23 14:42:13.518] [ OK ] Mounted Configuration File System. [2024-05-23 14:42:13.537] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:42:13.570] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:42:13.630] Starting NS file System mount and = recovery.... [2024-05-23 14:42:13.685] Starting udev Kernel Device = Manager... [2024-05-23 14:42:13.704] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:42:13.746] Mounting /var/volatile... [2024-05-23 14:42:13.769] [ 6.124247] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:13.810] Mounting /tmp... [2024-05-23 14:42:13.835] [ OK ] Reached target Containers. [2024-05-23 14:42:13.867] [ 6.222267] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:13.968] [ 6.322173] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:13.978] [ OK ] Started Journal Service. [2024-05-23 14:42:14.060] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:42:14.097] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:42:14.124] [ OK ] Mounted /var/volatile. [2024-05-23 14:42:14.151] [ OK ] Mounted /tmp. [2024-05-23 14:42:14.230] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:42:14.254] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:42:14.457] Starting Bind mount volatile = /var/lib... [2024-05-23 14:42:14.485] Starting Bind mount volatile = /var/spool... [2024-05-23 14:42:14.516] Starting Bind mount volatile = /var/cache... [2024-05-23 14:42:14.551] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:42:14.610] [ 6.965843] systemd-journald[133]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:42:14.769] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:42:14.801] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:42:14.822] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:42:14.852] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:42:14.891] Starting Load/Save Random Seed... [2024-05-23 14:42:14.904] [ OK ] Reached target Local File Systems. [2024-05-23 14:42:14.936] Starting AppArmor initialization... [2024-05-23 14:42:14.968] Starting netfilter persistent = configuration... [2024-05-23 14:42:14.995] Starting Create Volatile Files and = Directories... [2024-05-23 14:42:15.024] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:42:15.102] [ 7.456890] audit: type=3D1400 = audit(1550139121.144:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D255 comm=3D"apparmor_parser" [2024-05-23 14:42:15.132] [ 7.478946] audit: type=3D1400 = audit(1550139121.148:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:42:15.148] [ 7.494972] audit: type=3D1400 = audit(1550139121.148:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:42:15.163] [ 7.510787] audit: type=3D1400 = audit(1550139121.152:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:42:15.179] [ 7.526344] audit: type=3D1400 = audit(1550139121.152:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:42:15.196] [ 7.542343] audit: type=3D1400 = audit(1550139121.152:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:42:15.211] [ 7.558184] audit: type=3D1400 = audit(1550139121.152:8): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//hsm_profile" pid=3D255 = comm=3D"apparmor_parser" [2024-05-23 14:42:15.232] [ OK ] Started AppArmor initialization. [2024-05-23 14:42:15.262] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:42:15.288] [ OK ] Started Create Volatile Files and = Directories. [2024-05-23 14:42:15.323] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:42:15.337] [ OK ] Reached target Network (Pre). [2024-05-23 14:42:15.370] Starting Network Service... [2024-05-23 14:42:15.415] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:42:15.434] [ OK ] Reached target System Initialization. [2024-05-23 14:42:15.455] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:42:15.486] [ OK ] Reached target Sockets. [2024-05-23 14:42:15.500] [ OK ] Started Daily Cleanup of Temporary = Directories. [2024-05-23 14:42:15.518] [ OK ] Reached target Timers. [2024-05-23 14:42:15.522] [ OK ] Reached target Basic System. [2024-05-23 14:42:15.568] [ OK ] Started System Logging S[ = 7.916500] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:42:15.570] ervice. [2024-05-23 14:42:15.601] [ 7.953956] [INFO][GMAC] --] tcc_gmac_open: = : [2024-05-23 14:42:15.619] [ 7.959025] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:42:15.620] [ 7.959311] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:42:15.620] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:42:15.653] [ OK ] Started NS VSync Process. [2024-05-23 14:42:15.680] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:42:15.722] [ OK ] Started NS System Management Process. [2024-05-23 14:42:15.733] [ 8.088322] ns_vsync_dev: loading = out-of-tree module taints kernel. [2024-05-23 14:42:15.744] Starting NS Inter Domain Comm = Process... [2024-05-23 14:42:15.786] Start /usr/bin/sys-fail-mon [2024-05-23 14:42:15.826] [ 8.179526] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:42:15.836] [ 8.189350] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:42:15.851] [ 8.194555] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:42:15.881] [ OK ] Started Kernel Logging Service. [2024-05-23 14:42:15.890] [ 8.194574] [INFO][GMAC]=20 [2024-05-23 14:42:15.902] [ 8.241772] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:42:15.904] [ 8.250745] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:42:15.934] [ 8.264820] libphy: tcc-gmac-mdio: probed [2024-05-23 14:42:15.934] [ 8.264878] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:42:15.934] [ 8.264890] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:42:15.954] [ 8.273260] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:15.967] [ 8.275120] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:42:15.967] [ 8.275148] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:42:15.970] [ 8.277495] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:42:15.993] [ 8.277508] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:42:15.995] [ 8.278280] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:15.995] [ 8.342426] [INFO][GMAC] registered! [2024-05-23 14:42:15.995] [ 8.342440] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:42:16.018] [ 8.342448] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:42:16.031] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:42:16.033] Starting Load Kernel Modules... [2024-05-23 14:42:16.060] Starting Login Service... [2024-05-23 14:42:16.064] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:42:16.077] [ OK ] S[ 8.423059] = tcc_rtl9000b_master_mode: Set Master Mode, PHY is Master Mode. [2024-05-23 14:42:16.101] tarted Network Service. [2024-05-23 14:42:16.103] [ 8.435665] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:42:16.103] [ 8.435665] -- MASTER Configuration. [2024-05-23 14:42:16.103] [ 8.435665] -- Local Receiver Status Not = OK. [2024-05-23 14:42:16.103] [ 8.435665] -- Remote Receiver Status Not = OK. [2024-05-23 14:42:16.105] [ 8.459615] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:42:16.118] [ 8.465520] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:42:16.118] [ 8.466208] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:16.133] [ 8.466213] in_atomic(): 1, = irqs_disabled(): 128, pid: 262, name: systemd-network [2024-05-23 14:42:16.133] [ 8.466218] 5 locks held by = systemd-network/262: [2024-05-23 14:42:16.149] [ 8.466220] #0: (rtnl_mutex){+.+.}, at: = [<00000000fb002412>] rtnetlink_rcv_msg+0x164/0x648 [2024-05-23 14:42:16.149] [ 8.466248] #1: = (&desc->request_mutex){+.+.}, at: [<00000000f8a940ef>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:16.164] [ 8.466267] #2: = (&irq_desc_lock_class){-...}, at: [<00000000ce2fcac5>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:16.164] [ 8.466282] #3: (rcu_read_lock){....}, = at: [<0000000098ce9710>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:16.180] [ 8.466299] #4: (&picinfo->lock){....}, = at: [<00000000533f3de6>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:16.181] [ 8.466318] irq event stamp: 73712 [2024-05-23 14:42:16.206] [ 8.466324] hardirqs last enabled at = (73711): [<000000009bd3ac9d>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:16.206] [ 8.466329] hardirqs last disabled at = (73712): [<0000000006226605>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:16.206] [ 8.466336] softirqs last enabled at (0): = [<000000005079fbc5>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:16.221] [ 8.466340] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:16.221] [ 8.466343] Preemption disabled at: [2024-05-23 14:42:16.234] [ 8.466348] [<00000000ce2fcac5>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:16.236] [ 8.466358] CPU: 1 PID: 262 Comm: = systemd-network Tainted: G W O 4.14.202-tcc #1 [2024-05-23 14:42:16.261] [ 8.466360] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:16.272] [ 8.466364] Call trace: [2024-05-23 14:42:16.272] [ 8.466371] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:16.272] [ 8.466375] show_stack+0x14/0x20 [2024-05-23 14:42:16.272] [ 8.466381] dump_stack+0xb8/0xf0 [2024-05-23 14:42:16.272] [ 8.466387] ___might_sleep+0x178/0x210 [2024-05-23 14:42:16.272] [ 8.466390] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:16.286] [ 8.466396] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:16.286] [ 8.466401] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:16.286] [ 8.466409] gic_set_type+0x84/0x98 [2024-05-23 14:42:16.288] [ 8.466414] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:16.288] [ 8.466419] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:16.288] [ 8.466424] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:16.288] [ 8.466435] tcc_gmac_open+0x498/0xc78 [2024-05-23 14:42:16.312] [ 8.466442] __dev_open+0x100/0x150 [2024-05-23 14:42:16.312] [ 8.466446] __dev_change_flags+0x17c/0x1a8 [2024-05-23 14:42:16.312] [ 8.466450] dev_change_flags+0x20/0x60 [2024-05-23 14:42:16.312] [ 8.466454] do_setlink+0x3ec/0xc30 [2024-05-23 14:42:16.312] [ 8.466458] rtnl_setlink+0xcc/0x128 [2024-05-23 14:42:16.312] [ 8.466462] rtnetlink_rcv_msg+0x1a4/0x648 [2024-05-23 14:42:16.313] [ 8.466467] netlink_rcv_skb+0x5c/0x120 [2024-05-23 14:42:16.340] [ 8.466471] rtnetlink_rcv+0x14/0x20 [2024-05-23 14:42:16.340] [ 8.466475] netlink_unicast+0x180/0x1f8 [2024-05-23 14:42:16.340] [ 8.466479] netlink_sendmsg+0x1ac/0x368 [2024-05-23 14:42:16.340] [ 8.466485] sock_sendmsg+0x3c/0x58 [2024-05-23 14:42:16.340] [ 8.466490] SyS_sendto+0xd0/0x140 [2024-05-23 14:42:16.340] [ 8.466495] el0_svc_naked+0x34/0x38 [2024-05-23 14:42:16.352] [ 8.467113] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:42:16.354] [ 8.505096] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:42:16.354] [ 8.505107] Disabling lock debugging due to = kernel taint [2024-05-23 14:42:16.380] [ 8.508003] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:42:16.380] [ 8.508008] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:42:16.380] [ 8.508013] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:42:16.380] [ 8.508013] =20 [2024-05-23 14:42:16.380] [ 8.508320] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:42:16.405] [ 8.508647] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:42:16.407] [ 8.508651] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:42:16.407] [ 8.508656] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:42:16.407] [ 8.508656] =20 [2024-05-23 14:42:16.407] [ 8.508807] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:42:16.407] [ 8.508822] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:42:16.421] [ 8.508826] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:42:16.421] [ 8.508830] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:42:16.421] [ 8.508837] [INFO][GMAC] --] phy_start: : [2024-05-23 14:42:16.435] [ 8.508900] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:42:16.447] [ 8.610322] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:42:16.447] [ 8.615447] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.449] [ 8.618711] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:42:16.449] [ 8.623125] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:42:16.449] [ 8.627123] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:42:16.475] [ 8.628835] Done!! [2024-05-23 14:42:16.475] [ 8.706902] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:42:16.475] [ 8.712405] Done!! [2024-05-23 14:42:16.475] [ 8.723382] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.475] [ 8.813856] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:42:16.487] [ 8.816294] Done!! [2024-05-23 14:42:16.490] [ 8.831390] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.490] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:42:16.514] [ OK ] Started Load Kernel Modules. [2024-05-23 14:42:16.521] parents, child is 322 [2024-05-23 14:42:16.550] [IDC]Start. [2024-05-23 14:42:16.552] [ 8.887079] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_open: open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:42:16.552] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:42:16.552] [ OK ] Started Cluster Framework. [2024-05-23 14:42:16.566] [ OK ] Started HUD Framework. [2024-05-23 14:42:16.580] [IDC](A7)ConnectReq 0 [2024-05-23 14:42:16.580] [IDC](A7)do_connect 0 [2024-05-23 14:42:16.580] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:42:16.580] [IDC](A7)Tx start session req 1 [2024-05-23 14:42:16.594] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:42:16.594] [IDC](R5)ConnectReq 0 [2024-05-23 14:42:16.594] [IDC](R5)do_connect 0 [2024-05-23 14:42:16.594] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:42:16.594] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:42:16.594] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:42:16.616] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:42:16.616] [[ 8.939450] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.616] OK ] Started NS ethernet phy control = application. [2024-05-23 14:42:16.642] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:42:16.642] [IDC](A7)Session connected. [2024-05-23 14:42:16.642] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:42:16.642] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:42:16.642] [IDC](R5)Session connected.2 [2024-05-23 14:42:16.642] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:42:16.642] [ OK ] Started Nvm Process. [2024-05-23 14:42:16.655] [ OK ] Started NS hsm control application. [2024-05-23 14:42:16.655] [ OK ] Started Diagnosis Framework. [2024-05-23 14:42:16.671] [ OK ] Started Diagnosis Transport. [2024-05-23 14:42:16.687] [ OK ] Started NS Software Update. [2024-05-23 14:42:16.712] [ 9.058359] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.719] [ OK ] Started NS Secondary Verify. [2024-05-23 14:42:16.754] Starting Wait for Network to be = Configured... [2024-05-23 14:42:16.756] [ OK ] Reached target Network. [2024-05-23 14:42:16.787] Starting udev Coldplug all Devices... [2024-05-23 14:42:16.812] Starting Permit User Sessions... [2024-05-23 14:42:16.824] [ 9.179472] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.848] [ OK ] Started Login Service. [2024-05-23 14:42:16.872] [ OK ] Started Permit User Sessions. [2024-05-23 14:42:16.896] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:42:16.898] [ OK ] Started Getty on tty1. [2024-05-23 14:42:16.898] [ OK ] Reached target Login Prompts. [2024-05-23 14:42:16.922] [ OK ] Reached target Multi-User System. [2024-05-23 14:42:16.922] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:42:16.922] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:42:16.937] [ 9.292145] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:16.943] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:42:16.987] [ OK ] Started Update UTMP about System = Runlevel Changes[ 9.342315] ns_vsync_register_isr irq_num:85 [2024-05-23 14:42:16.995] . [2024-05-23 14:42:17.058] [ 9.412894] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:17.175] [ 9.529456] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:17.284] [ 9.639510] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:17.305] [ 9.648781] sched: RT throttling activated [2024-05-23 14:42:17.308] [ 9.648997] NOHZ: local_softirq_pending 02 [2024-05-23 14:42:17.828] [ 10.166100] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:42:17.837] [ 10.166108] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:42:18.333] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:42:18.795] [ 11.137588] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:42:18.806] [ 11.137597] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:42:23.376]=20 [2024-05-23 14:42:23.376] telechips-nsp1-release login:=20 [2024-05-23 14:42:27.012]=20 [2024-05-23 14:42:27.012] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:42:27.025]=20 [2024-05-23 14:42:27.025] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:42:27.025] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:42:27.051] DRAM: 2 GiB [2024-05-23 14:42:27.067] MMC: sdhc@0x16440000: 0 [2024-05-23 14:42:27.336]=20 [2024-05-23 14:42:27.336] HW Partition tyep is UserData [2024-05-23 14:42:27.345] In: serial [2024-05-23 14:42:27.346] Out: serial [2024-05-23 14:42:27.346] Err: serial [2024-05-23 14:42:27.412] Boot in the UserData environment(0) [2024-05-23 14:42:27.414] Non-secure boot (secure boot flag is clear) [2024-05-23 14:42:27.429] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:42:27.429] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:42:27.429] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:42:27.443] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:42:27.445] Booting using the fdt blob at 0x23000000 [2024-05-23 14:42:27.445] Loading Kernel Image [2024-05-23 14:42:27.469] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:42:27.473] OPTEE is enabled [2024-05-23 14:42:27.473]=20 [2024-05-23 14:42:27.473] Starting kernel ... [2024-05-23 14:42:27.473]=20 [2024-05-23 14:42:28.395] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:42:28.399] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:42:28.414] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:42:28.430] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:42:28.430] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:42:28.430] [ 0.000000] efi: UEFI not found. [2024-05-23 14:42:28.450] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:42:28.463] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:42:28.463] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:42:28.465] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:42:28.465] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:42:28.490] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:42:28.490] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:42:28.490] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:42:28.505] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:42:28.505] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:42:28.521] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:42:28.521] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:42:28.536] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:42:28.536] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:42:28.550] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:42:28.552] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:42:28.578] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:42:28.578] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:42:28.578] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:42:28.593] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:42:28.593] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:42:28.608] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:42:28.608] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:42:28.623] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:42:28.623] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:42:28.636] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:42:28.650] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:42:28.650] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:42:28.662] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:42:28.662] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:42:28.666] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:42:28.666] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:42:28.666] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:42:28.694] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:42:28.694] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:42:28.694] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:42:28.717] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:42:28.719] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:42:28.744] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:42:28.767] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:42:28.767] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:42:28.781] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:42:28.781] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:42:28.781] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:42:28.781] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:42:28.783] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:42:28.783] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:42:28.808] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:42:28.808] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:42:28.808] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:42:28.812] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:42:28.838] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:42:28.838] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:42:28.838] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:42:28.856] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:42:28.858] [ 0.000000] Running RCU self tests [2024-05-23 14:42:28.858] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:42:28.858] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:42:28.883] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:42:28.883] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:42:28.883] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:42:28.883] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:42:28.883] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:42:28.907] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:42:28.907] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:42:28.907] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:42:28.907] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:42:28.920] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:42:28.934] [ 0.000682] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:42:28.934] [ 0.000702] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:42:28.936] [ 0.001474] Console: colour dummy device = 80x25 [2024-05-23 14:42:28.960] [ 0.001715] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:42:28.960] [ 0.001718] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:42:28.960] [ 0.001721] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:42:28.960] [ 0.001724] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:42:28.960] [ 0.001726] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:42:28.974] [ 0.001729] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:42:28.976] [ 0.001732] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:42:28.976] [ 0.001734] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:42:28.999] [ 0.001737] memory used by lock dependency = info: 7903 kB [2024-05-23 14:42:29.001] [ 0.001740] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:42:29.001] [ 0.001780] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:42:29.001] [ 0.001788] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:42:29.025] [ 0.002286] Security Framework initialized [2024-05-23 14:42:29.025] [ 0.002411] AppArmor: AppArmor initialized [2024-05-23 14:42:29.025] [ 0.002658] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:42:29.025] [ 0.002680] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:42:29.025] [ 0.019957] ASID allocator initialised with = 32768 entries [2024-05-23 14:42:29.041] [ 0.035855] Hierarchical SRCU = implementation. [2024-05-23 14:42:29.041] [ 0.062279] EFI services will not be = available. [2024-05-23 14:42:29.041] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:42:29.068] [ 0.120748] Detected VIPT I-cache on CPU1 [2024-05-23 14:42:29.069] [ 0.120823] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:42:29.069] [ 0.164996] Detected VIPT I-cache on CPU2 [2024-05-23 14:42:29.069] [ 0.165052] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:42:29.069] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:42:29.069] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:42:29.086] [ 0.209708] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:42:29.086] [ 0.209749] SMP: Total of 4 processors = activated. [2024-05-23 14:42:29.086] [ 0.209765] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:42:29.088] [ 0.209785] CPU: All CPU(s) started at EL2 [2024-05-23 14:42:29.113] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:42:29.113] [ 0.210501] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:42:29.113] [ 0.213209] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:42:29.113] [ 0.213759] devtmpfs: initialized [2024-05-23 14:42:29.113] [ 0.403314] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:42:29.128] [ 0.403578] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:42:29.131] [ 0.412388] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:42:29.131] [ 0.413306] chipinfo: TCC8030 Rev02 [2024-05-23 14:42:29.154] [ 0.413322] chipinfo: SiP Service v0.1.56 [2024-05-23 14:42:29.168] [ 0.418612] NET: Registered protocol family = 16 [2024-05-23 14:42:29.168] [ 0.422621] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:42:29.168] [ 0.424545] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:42:29.168] [ 0.426462] cpuidle: using governor menu [2024-05-23 14:42:29.168] [ 0.426739] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:42:29.189] [ 0.440796] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:42:29.189] [ 0.441290] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:42:29.191] [ 0.441337] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:42:29.191] [ 0.441381] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:42:29.191] [ 0.441425] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:42:29.191] [ 0.441468] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:42:29.220] [ 0.441512] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:42:29.220] [ 0.441555] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:42:29.220] [ 0.441599] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:42:29.220] [ 0.441643] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:42:29.220] [ 0.441686] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:42:29.220] [ 0.441729] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:42:29.240] [ 0.441774] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:42:29.242] [ 0.441835] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:42:29.242] [ 0.441959] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:42:29.242] [ 0.442003] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:42:29.242] [ 0.442047] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:42:29.265] [ 0.442090] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:42:29.265] [ 0.442134] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:42:29.265] [ 0.442514] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:42:29.265] [ 0.442558] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:42:29.265] [ 0.442601] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:42:29.279] [ 0.442645] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:42:29.279] [ 0.442688] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:42:29.281] [ 0.442731] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:42:29.310] [ 0.442775] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:42:29.310] [ 0.442818] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:42:29.310] [ 0.442862] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:42:29.310] [ 0.442905] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:42:29.310] [ 0.442961] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:42:29.323] [ 0.443005] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:42:29.325] [ 0.443248] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:42:29.325] [ 0.443292] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:42:29.349] [ 0.443335] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:42:29.349] [ 0.443379] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:42:29.349] [ 0.443422] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:42:29.349] [ 0.443466] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:42:29.349] [ 0.443509] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:42:29.369] [ 0.443704] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:42:29.369] [ 0.443747] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:42:29.369] [ 0.443790] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:42:29.383] [ 0.443833] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:42:29.386] [ 0.443876] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:42:29.386] [ 0.443919] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:42:29.386] [ 0.443962] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:42:29.422] [ 0.444018] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:42:29.422] [ 0.444062] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:42:29.422] [ 0.444106] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:42:29.422] [ 0.444149] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:42:29.422] [ 0.444192] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:42:29.427] [ 0.444235] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:42:29.427] [ 0.444278] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:42:29.427] [ 0.444809] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:42:29.446] [ 0.444868] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:42:29.448] [ 0.445038] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:42:29.448] [ 0.445208] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:42:29.448] [ 0.445377] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:42:29.471] [ 0.445541] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:42:29.484] [ 0.445708] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:42:29.484] [ 0.445752] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:42:29.484] [ 0.445795] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:42:29.484] [ 0.446062] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:42:29.487] [ 0.446258] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:42:29.487] [ 0.446442] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:42:29.487] [ 0.446486] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:42:29.511] [ 0.446530] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:42:29.511] [ 0.446573] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:42:29.511] [ 0.446616] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:42:29.511] [ 0.446801] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:42:29.514] [ 0.446865] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:42:29.540] [ 0.447076] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:42:29.540] [ 0.447090] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:42:29.540] [ 0.529347] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:42:29.540] [ 0.529437] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:42:29.542] [ 1.676259] console [ttyAMA0] enabled [2024-05-23 14:42:29.562] [ 1.683928] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:42:29.581] [ 1.712913] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:42:29.600] [ 1.723193] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:42:29.601] [ 1.733788] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:42:29.616] [ 1.744137] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:42:29.711] [ 1.843755] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:42:29.734] [ 1.860050] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:42:29.735] [ 1.866946] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:42:29.753] [ 1.873738] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:42:29.753] [ 1.880110] Linux video capture interface: = v2.00 [2024-05-23 14:42:29.782] [ 1.885875] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:29.786] [ 1.885880] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:42:29.786] [ 1.885884] 6 locks held by swapper/0/1: [2024-05-23 14:42:29.786] [ 1.885887] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:42:29.799] [ 1.885915] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:42:29.801] [ 1.885930] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:29.802] [ 1.885949] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:29.828] [ 1.885964] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:29.828] [ 1.885980] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:29.828] [ 1.886000] irq event stamp: 288072 [2024-05-23 14:42:29.841] [ 1.886005] hardirqs last enabled at = (288071): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:29.843] [ 1.886010] hardirqs last disabled at = (288072): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:29.868] [ 1.886018] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:29.868] [ 1.886021] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:29.868] [ 1.886024] Preemption disabled at: [2024-05-23 14:42:29.882] [ 1.886029] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:29.884] [ 1.886038] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:42:29.884] [ 1.886041] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:29.910] [ 1.886045] Call trace: [2024-05-23 14:42:29.910] [ 1.886051] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:29.910] [ 1.886056] show_stack+0x14/0x20 [2024-05-23 14:42:29.910] [ 1.886061] dump_stack+0xb8/0xf0 [2024-05-23 14:42:29.910] [ 1.886066] ___might_sleep+0x178/0x210 [2024-05-23 14:42:29.910] [ 1.886070] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:29.910] [ 1.886075] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:29.925] [ 1.886081] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:29.928] [ 1.886087] gic_set_type+0x84/0x98 [2024-05-23 14:42:29.928] [ 1.886092] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:29.928] [ 1.886097] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:29.952] [ 1.886102] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:29.964] [ 1.886107] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:42:29.964] [ 1.886113] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:42:29.964] [ 1.886118] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:29.964] [ 1.886123] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:29.964] [ 1.886128] __driver_attach+0xfc/0x118 [2024-05-23 14:42:29.964] [ 1.886133] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:29.976] [ 1.886137] driver_attach+0x20/0x28 [2024-05-23 14:42:29.976] [ 1.886142] bus_add_driver+0x220/0x268 [2024-05-23 14:42:29.976] [ 1.886147] driver_register+0x60/0xf8 [2024-05-23 14:42:29.978] [ 1.886151] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:29.978] [ 1.886158] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:42:30.000] [ 1.886163] do_one_initcall+0x50/0x15c [2024-05-23 14:42:30.002] [ 1.886170] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:42:30.002] [ 1.886176] kernel_init+0x10/0x100 [2024-05-23 14:42:30.002] [ 1.886180] ret_from_fork+0x10/0x18 [2024-05-23 14:42:30.002] [ 1.891868] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:42:30.023] [ 2.139170] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:42:30.025] [ 2.152774] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:42:30.028] [ 2.159795] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:42:30.041] [ 2.164397] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:42:30.043] [ 2.169200] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:42:30.043] [ 2.174027] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:42:30.067] [ 2.178581] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:42:30.096] [ 2.231988] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:42:30.109] [ 2.244570] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:30.127] [ 2.262678] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:30.143] [ 2.278225] NET: Registered protocol family = 2 [2024-05-23 14:42:30.157] [ 2.285659] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:42:30.158] [ 2.293279] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:42:30.182] [ 2.304391] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:42:30.182] [ 2.311968] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:42:30.184] [ 2.318731] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:42:30.197] [ 2.326839] NET: Registered protocol family = 1 [2024-05-23 14:42:30.299] [ 2.434645] audit: initializing netlink = subsys (disabled) [2024-05-23 14:42:30.307] [ 2.440900] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:42:30.320] [ 2.441512] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:42:30.388] [ 2.523494] fuse init (API version 7.26) [2024-05-23 14:42:30.418] [ 2.541882] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:42:30.420] [ 2.551567] io scheduler noop registered = (default) [2024-05-23 14:42:30.421] [ 2.556408] io scheduler mq-deadline = registered [2024-05-23 14:42:30.449] [ 2.560970] io scheduler kyber registered [2024-05-23 14:42:30.449] [ 2.571791] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:30.449] [ 2.578644] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:30.451] [ 2.585034] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:42:30.481] [ 2.592635] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:30.520] [ 2.655335] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:30.527] [ 2.662911] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:30.543] [ 2.668031] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:42:30.543] [ 2.673460] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:30.544] [ 2.674100] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:30.570] [ 2.684855] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:30.570] [ 2.691064] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:42:30.570] [ 2.698628] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:30.595] [ 2.722506] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:30.597] [ 2.729424] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:30.622] [ 2.734095] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:42:30.623] [ 2.739522] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:30.623] [ 2.740088] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:30.623] [ 2.750841] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:30.623] [ 2.757049] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:42:30.637] [ 2.764666] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:30.696] [ 2.830833] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:30.705] [ 2.837610] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:30.722] [ 2.842290] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:42:30.734] [ 2.847718] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:30.736] [ 2.857531] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:42:30.736] [ 2.867249] [INF][WDMA] tcc_wdma_init [2024-05-23 14:42:30.738] [ 2.872104] TCC WDMA Driver Initializing [2024-05-23 14:42:30.752] [ 2.878977] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:42:30.752] [ 2.885198] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:42:30.775] [ 2.895643] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:30.775] [ 2.908277] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:42:30.795] [ 2.917669] [CPU_ID] probe is done [2024-05-23 14:42:30.795] [ 2.921410] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:42:30.795] [ 2.928187] [DRAM_TOOL] probe is done [2024-05-23 14:42:30.817] [ 2.935346] MALI-G51 : r30p0-01eac0 [2024-05-23 14:42:30.817] [ 2.938864] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:42:30.817] [ 2.948576] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:30.841] [ 2.948580] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:42:30.841] [ 2.948585] 6 locks held by swapper/0/1: [2024-05-23 14:42:30.841] [ 2.948588] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:42:30.854] [ 2.948617] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:42:30.856] [ 2.948632] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:30.880] [ 2.948650] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:30.880] [ 2.948665] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:30.880] [ 2.948681] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:30.898] [ 2.948700] irq event stamp: 453468 [2024-05-23 14:42:30.898] [ 2.948705] hardirqs last enabled at = (453467): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:30.903] [ 2.948710] hardirqs last disabled at = (453468): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:30.930] [ 2.948718] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:30.930] [ 2.948721] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:30.930] [ 2.948724] Preemption disabled at: [2024-05-23 14:42:30.932] [ 2.948729] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:30.946] [ 2.948738] CPU: 1 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:42:30.946] [ 2.948741] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:30.958] [ 2.948745] Call trace: [2024-05-23 14:42:30.972] [ 2.948752] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:30.972] [ 2.948757] show_stack+0x14/0x20 [2024-05-23 14:42:30.972] [ 2.948762] dump_stack+0xb8/0xf0 [2024-05-23 14:42:30.972] [ 2.948768] ___might_sleep+0x178/0x210 [2024-05-23 14:42:30.984] [ 2.948772] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:30.984] [ 2.948777] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:30.984] [ 2.948782] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:30.986] [ 2.948789] gic_set_type+0x84/0x98 [2024-05-23 14:42:30.986] [ 2.948794] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:30.986] [ 2.948799] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:31.009] [ 2.948804] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:31.011] [ 2.948810] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:42:31.011] [ 2.948816] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:42:31.011] [ 2.948821] kbase_device_init+0x78/0xf8 [2024-05-23 14:42:31.011] [ 2.948827] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:42:31.011] [ 2.948831] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:31.035] [ 2.948837] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:31.035] [ 2.948842] __driver_attach+0xfc/0x118 [2024-05-23 14:42:31.035] [ 2.948846] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:31.035] [ 2.948851] driver_attach+0x20/0x28 [2024-05-23 14:42:31.035] [ 2.948856] bus_add_driver+0x220/0x268 [2024-05-23 14:42:31.035] [ 2.948861] driver_register+0x60/0xf8 [2024-05-23 14:42:31.049] [ 2.948865] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:31.051] [ 2.948872] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:42:31.051] [ 2.948877] do_one_initcall+0x50/0x15c [2024-05-23 14:42:31.051] [ 2.948884] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:42:31.073] [ 2.948889] kernel_init+0x10/0x100 [2024-05-23 14:42:31.073] [ 2.948894] ret_from_fork+0x10/0x18 [2024-05-23 14:42:31.073] [ 2.950448] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:42:31.073] [ 3.205151] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:42:31.086] [ 3.211890] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:42:31.111] [ 3.225892] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:42:31.113] [ 3.232992] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:42:31.113] [ 3.245134] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:42:31.129] [ 3.251353] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:42:31.129] [ 3.255734] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:42:31.129] [ 3.263361] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:42:31.176] [ 3.311860] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:42:31.188] [ 3.319657] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:42:31.203] [ 3.328628] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:42:31.205] [ 3.339922] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:42:31.219] [ 3.345206] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:42:31.233] [ 3.356279] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:42:31.255] [ 3.365149] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:42:31.269] [ 3.384022] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:42:31.282] [ 3.399523] libphy: Fixed MDIO Bus: probed [2024-05-23 14:42:31.282] [ 3.404481] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:42:31.284] [ 3.417697] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:42:31.309] [ 3.418947] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:42:31.309] [ 3.419771] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:42:31.309] [ 3.423532] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:42:31.309] [ 3.424318] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:42:31.311] [ 3.424942] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:42:31.338] [ 3.426062] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:42:31.338] [ 3.437867] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:42:31.338] [ 3.437894] GPT:15269887 !=3D 15273599 [2024-05-23 14:42:31.338] [ 3.437902] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:42:31.350] [ 3.437910] GPT:15269887 !=3D 15273599 [2024-05-23 14:42:31.352] [ 3.437918] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:42:31.352] [ 3.438031] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:42:31.378] [ 3.497471] [INFO][GAMC] gmac index : 1 [2024-05-23 14:42:31.378] [ 3.501972] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:42:31.378] [ 3.507213] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:42:31.380] [ 3.513257] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:42:31.403] [ 3.517649] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:42:31.403] [ 3.525936] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:42:31.405] [ 3.540218] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:42:31.418] [ 3.546082] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:31.418] [ 3.546094] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:42:31.434] [ 3.546100] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:42:31.434] [ 3.546112] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:31.434] [ 3.546124] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:42:31.457] [ 3.574912] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:42:31.457] [ 3.590976] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:42:31.473] [ 3.597631] usbhid: USB HID core driver [2024-05-23 14:42:31.473] [ 3.601842] optee: probing for conduit = method from DT. [2024-05-23 14:42:31.475] [ 3.607022] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:42:31.488] [ 3.608986] optee: initialized driver [2024-05-23 14:42:31.488] [ 3.618539] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:42:31.501] [ 3.624260] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:42:31.503] [ 3.629429] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:42:31.503] [ 3.634596] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:42:31.530] [ 3.640372] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:42:31.530] [ 3.646146] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:42:31.530] [ 3.652008] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:42:31.530] [ 3.658478] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:42:31.531] [ 3.665923] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:42:31.545] [ 3.673872] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:42:31.571] [ 3.688324] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:42:31.575] [ 3.696264] NET: Registered protocol family = 17 [2024-05-23 14:42:31.575] [ 3.701522] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:42:31.590] [ 3.719409] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:42:31.756] [ 3.889118] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:31.760] [ 3.889161] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:42:31.776] [ 3.904898] ALSA device list: [2024-05-23 14:42:31.776] [ 3.907892] No soundcards found. [2024-05-23 14:42:31.790] [ 3.913829] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:42:31.811] [ 3.934828] Freeing unused kernel memory: = 4160K [2024-05-23 14:42:31.814] Mounting devtmpfs [2024-05-23 14:42:31.816] [ 3.949705] mount (90) used greatest stack = depth: 13232 bytes left [2024-05-23 14:42:31.830] Mounting procfs [2024-05-23 14:42:31.830] [ 3.961785] mount (91) used greatest stack = depth: 12816 bytes left [2024-05-23 14:42:31.845] Mounting sysfs [2024-05-23 14:42:31.873] [ 3.988773] cat (94) used greatest stack = depth: 12480 bytes left [2024-05-23 14:42:31.876] [ 4.002094] =3D=3D=3D=3D=3D=3D=3D=3D mount = rootfs =3D=3D=3D=3D=3D=3D [2024-05-23 14:42:31.908] [ 4.042894] EXT4-fs (mmcblk0p17): mounted = filesystem without journal. Opts: noload [2024-05-23 14:42:31.920] [ 4.052608] mount (97) used greatest stack = depth: 11264 bytes left [2024-05-23 14:42:32.177] [ 4.310917] systemd[1]: System time before = build time, advancing clock. [2024-05-23 14:42:32.274] [ 4.408838] systemd[1]: systemd 241 running = in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT = +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID = -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=3Dhybrid) [2024-05-23 14:42:32.302] [ 4.436267] systemd[1]: Detected = architecture arm64. [2024-05-23 14:42:32.345]=20 [2024-05-23 14:42:32.345] Welcome to Telechips Baseline = (Poky/meta-telechips/meta-core) 3.1.6 (buster)! [2024-05-23 14:42:32.358]=20 [2024-05-23 14:42:32.362] [ 4.496919] systemd[1]: Set hostname to = . [2024-05-23 14:42:32.376] [ 4.508219] systemd[1]: Initializing = machine ID from random generator. [2024-05-23 14:42:32.404] [ 4.517531] systemd[1]: Installed transient = /etc/machine-id file. [2024-05-23 14:42:32.624] [ 4.758665] systemd[1]: File = /lib/systemd/system/systemd-journald.service:12 configures an IP = firewall (IPAddressDeny=3Dany), but the local system does not support = BPF/cgroup based firewalling. [2024-05-23 14:42:32.652] [ 4.775775] systemd[1]: Proceeding WITHOUT = firewalling in effect! (This warning is only shown for the first loaded = unit using IP firewalling.) [2024-05-23 14:42:32.687] [ 4.818018] systemd[1]: = /lib/systemd/system/systemd-udevd.service:19: Unknown lvalue = 'ProtectHostname' in section 'Service', ignoring [2024-05-23 14:42:32.696] [ 4.830130] systemd[1]: = /lib/systemd/system/systemd-udevd.service:23: Unknown lvalue = 'RestrictSUIDSGID' in section 'Service', ignoring [2024-05-23 14:42:32.887] [ 5.021467] systemd[1]: Configuration file = /lib/systemd/system/optee.service is marked world-inaccessible. This has = no effect as configuration data is accessible via APIs without = restrictions. Proceeding anyway. [2024-05-23 14:42:32.962] [ OK ] Listening on Journal Audit Socket. [2024-05-23 14:42:32.987] [ OK ] Listening on udev Control Socket. [2024-05-23 14:42:33.003] [ OK ] Listening on udev Kernel Socket. [2024-05-23 14:42:33.020] [ OK ] Created slice User and Session Slice. [2024-05-23 14:42:33.030] [ OK ] Reached target Slices. [2024-05-23 14:42:33.044] [ OK ] Reached target Swap. [2024-05-23 14:42:33.057] [ OK ] Listening on Journal Socket. [2024-05-23 14:42:33.088] Starting Apply Kernel Variables... [2024-05-23 14:42:33.121] Mounting Configuration File System... [2024-05-23 14:42:33.145] Starting mount data partition = service... [2024-05-23 14:42:33.178] Mounting POSIX Message Queue File = System... [2024-05-23 14:42:33.214] Mounting FUSE Control File System... [2024-05-23 14:42:33.250] Starting Remount Root and Kernel File = Systems... [2024-05-23 14:42:33.279] Mounting Huge Pages File System... [2024-05-23 14:42:33.303] [ OK ] Created slice system-getty.slice. [2024-05-23 14:42:33.307] [ 5.436388] EXT4-fs (mmcblk0p18): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:33.338] Starting udev Coldplug all Devices... [2024-05-23 14:42:33.354] [ OK ] Reached target Paths. [2024-05-23 14:42:33.370] [ OK ] Reached target Remote File Systems. [2024-05-23 14:42:33.380] [ 5.512894] EXT4-fs (mmcblk0p17): = re-mounted. Opts: (null) [2024-05-23 14:42:33.395] [ OK ] Listening on Syslog Socket. [2024-05-23 14:42:33.417] [ OK ] Listening on Journal Socket = (/dev/log). [2024-05-23 14:42:33.437] Starting Journal Service... [2024-05-23 14:42:33.450] [ OK ] Listening on Network Service Netlink = Socket. [2024-05-23 14:42:33.488] Mounting Kernel Debug File System... [2024-05-23 14:42:33.508] Starting Create Static Device Nodes = in /dev... [2024-05-23 14:42:33.533] [ OK ] Created slice = system-serial\x2dgetty.slice. [2024-05-23 14:42:33.602] [ OK ] Started Apply Kernel Variables. [2024-05-23 14:42:33.619] [ OK ] Mounted Configuration File System. [2024-05-23 14:42:33.642] [ OK ] Started mount data partition service. [2024-05-23 14:42:33.658] [ OK ] Mounted POSIX Message Queue File = System. [2024-05-23 14:42:33.687] [ OK ] Mounted FUSE Control File System. [2024-05-23 14:42:33.704] [ OK ] Started Remount Root and Kernel File = Systems. [2024-05-23 14:42:33.724] [ OK ] Mounted Huge Pages File System. [2024-05-23 14:42:33.757] [ OK ] Started Journal Service. [2024-05-23 14:42:33.774] [ OK ] Mounted Kernel Debug File System. [2024-05-23 14:42:33.805] [ OK ] Started Create Static Device Nodes in = /dev. [2024-05-23 14:42:33.859] Starting Flush Journal to Persistent = Storage... [2024-05-23 14:42:33.894] Starting udev Kernel Device = Manager... [2024-05-23 14:42:33.916] [ OK ] Reached target Local File Systems = (Pre). [2024-05-23 14:42:33.941] Mounting /tmp... [2024-05-23 14:42:33.973] Mounting /var/volatile... [2024-05-23 14:42:33.986] [ OK ] Reached target Containers. [2024-05-23 14:42:34.022] Starting NS file System mount and = recovery.... [2024-05-23 14:42:34.045] [ OK ] Started udev Kernel Device Manager. [2024-05-23 14:42:34.076] [ OK ] Mounted /tmp. [2024-05-23 14:42:34.105] [ OK ] Mounted /var/volatile. [2024-05-23 14:42:34.150] [ 6.284314] EXT4-fs (mmcblk0p3): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:34.220] [ OK ] Found device /dev/ttyAMA0. [2024-05-23 14:42:34.239] [ 6.373623] EXT4-fs (mmcblk0p38): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:34.345] [ 6.479595] EXT4-fs (mmcblk0p36): mounted = filesystem with ordered data mode. Opts: (null) [2024-05-23 14:42:34.355] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:42:34.438] [ OK ] Started NS file System mount and = recovery.. [2024-05-23 14:42:34.614] [ 6.748645] systemd-journald[130]: Received = request to flush runtime journal from PID 1 [2024-05-23 14:42:34.639] Starting Bind mount volatile = /var/cache... [2024-05-23 14:42:34.663] Starting Bind mount volatile = /var/lib... [2024-05-23 14:42:34.691] Starting Bind mount volatile = /var/spool... [2024-05-23 14:42:34.723] [ OK ] Started Flush Journal to Persistent = Storage. [2024-05-23 14:42:34.931] [ OK ] Started Bind mount volatile = /var/cache. [2024-05-23 14:42:34.955] [ OK ] Started Bind mount volatile /var/lib. [2024-05-23 14:42:34.989] [ OK ] Started Bind mount volatile = /var/spool. [2024-05-23 14:42:35.021] Starting Load/Save Random Seed... [2024-05-23 14:42:35.039] [ OK ] Reached target Local File Systems. [2024-05-23 14:42:35.066] Starting Create Volatile Files and = Directories... [2024-05-23 14:42:35.096] Starting AppArmor initialization... [2024-05-23 14:42:35.129] Starting netfilter persistent = configuration... [2024-05-23 14:42:35.157] [ OK ] Started Load/Save Random Seed. [2024-05-23 14:42:35.258] [ 7.392146] audit: type=3D1400 = audit(1550139121.076:2): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:42:35.283] [ 7.417050] audit: type=3D1400 = audit(1550139121.080:3): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//Cluster_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:42:35.321] [ 7.433933] audit: type=3D1400 = audit(1550139121.080:4): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//DiagFW_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:42:35.325] [ 7.449773] audit: type=3D1400 = audit(1550139121.080:5): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//HUD_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:42:35.342] [ 7.465330] audit: type=3D1400 = audit(1550139121.080:6): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//SwUpdate_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:42:35.366] [ 7.482167] audit: type=3D1400 = audit(1550139121.080:7): apparmor=3D"STATUS" operation=3D"profile_load" = profile=3D"unconfined" name=3D"/**//agetty_profile" pid=3D254 = comm=3D"apparmor_parser" [2024-05-23 14:42:35.366] [ OK ] Started [ 7.500984] audit: = type=3D1400 audit(1550139121.080:8): apparmor=3D"STATUS" = operation=3D"profile_load" profile=3D"unconfined" = name=3D"/**//hsm_profile" pid=3D254 comm=3D"apparmor_parser" [2024-05-23 14:42:35.387] Create Volatile Files and Directories. [2024-05-23 14:42:35.414] [ OK ] Started AppArmor initialization. [2024-05-23 14:42:35.440] [ OK ] Started netfilter persistent = configuration. [2024-05-23 14:42:35.456] [ OK ] Reached target Network (Pre). [2024-05-23 14:42:35.490] Starting Network Service... [2024-05-23 14:42:35.518] Starting Update UTMP about System = Boot/Shutdown... [2024-05-23 14:42:35.571] [ OK ] Started Update UTMP about System = Boot/Shutdown. [2024-05-23 14:42:35.597] [ OK ] Reached target System Initialization. [2024-05-23 14:42:35.608] [ OK ] Listening on D-Bus System Message Bus = Socket. [2024-05-23 14:42:35.621] [ OK ] Reached target Sockets. [2024-05-23 14:42:35.638] [ OK ] Reached target Basic System. [2024-05-23 14:42:35.674] [ OK ] Started Kernel Logging Service. [2024-05-23 14:42:35.700] [ OK ] Started OP-TEE Supplicant Service. [2024-05-23 14:42:35.730] [ 7.865170] 8021q: 802.1Q VLAN Support v1.8 [2024-05-23 14:42:35.738] [ OK ] Started TEE-based HSM Service. [2024-05-23 14:42:35.780] [ OK ] Started Daily Cleanup of Temporary = Direc[ 7.891149] [INFO][GMAC] --] tcc_gmac_open: : [2024-05-23 14:42:35.783] tories. [2024-05-23 14:42:35.783] [ 7.900425] [INFO][GMAC] NUMS_OF_DMA_CH : 1 [2024-05-23 14:42:35.783] [ 7.906655] [INFO][GMAC] gmac_clk : = 125000000 [2024-05-23 14:42:35.783] [ OK ] Reached target Timers. [2024-05-23 14:42:35.809] [ OK ] Started System Logging Service. [2024-05-23 14:42:35.840] [ OK ] Started D-Bus System Message Bus. [2024-05-23 14:42:35.874] Starting Load Kernel Modules... [2024-05-23 14:42:35.907] [ OK ] Started NS VSync Process. [2024-05-23 14:42:35.947] [ 8.081070] vpu_c7_lib_arm64_v4_14: loading = out-of-tree module taints kernel. [2024-05-23 14:42:35.955] [ 8.088272] vpu_c7_lib_arm64_v4_14: module = license 'Proprietary' taints kernel. [2024-05-23 14:42:35.970] [ 8.095649] Disabling lock debugging due to = kernel taint [2024-05-23 14:42:35.991] [ OK ] Started NS System Failure Monitoring = Process. [2024-05-23 14:42:36.007] [ 8.136438] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:42:36.011] [ 8.144026] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:42:36.026] Start /usr/bin/sys-fail-mon [2024-05-23 14:42:36.026] [ 8.153660] [INFO][GMAC] MDIO bus = priv->pbl 8=20 [2024-05-23 14:42:36.040] [ OK ] Started NS System Management Process. [2024-05-23 14:42:36.054] Starting NS Inter Domain Comm = Process... [2024-05-23 14:42:36.056] [ 8.153670] [INFO][GMAC]=20 [2024-05-23 14:42:36.056] [ 8.183711] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:42:36.079] [ 8.192027] ns_idc tcc_ipc0: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_micom), = mbox-names(micom-idc) [2024-05-23 14:42:36.084] [ 8.193589] libphy: tcc-gmac-mdio: probed [2024-05-23 14:42:36.084] [ 8.193594] [INFO][GMAC] registered! [2024-05-23 14:42:36.084] [ 8.193597] [INFO][GMAC] --] = tcc_gmac_phy_probe: : [2024-05-23 14:42:36.084] [ 8.193603] [INFO][GMAC] Phy Addr : 1, Phy = Chip ID : 0x001ccb00 [2024-05-23 14:42:36.109] Starting Login [ 8.220515] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_probe: Successfully = registered [2024-05-23 14:42:36.122] Service... [2024-05-23 14:42:36.122] [ 8.231367] ns_idc_micom ns_idc_micom: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:42:36.124] [ 8.235905] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:36.124] [ 8.236272] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: In [2024-05-23 14:42:36.146] [ 8.236287] ns_idc tcc_ipc1: = [INFO][NS_IDC]idc_drv_probe: device name(ns_idc_ap), mbox-names(ap-idc) [2024-05-23 14:42:36.146] [ 8.237458] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_probe: Successfully registered [2024-05-23 14:42:36.162] [ 8.237467] ns_idc_ap ns_idc_ap: = [INFO][NS_IDC]idc_drv_dev_init: In [2024-05-23 14:42:36.162] [ 8.237931] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:36.178] [ 8.247882] =3D=3D=3D=3D=3D=3D=3D> VPU = Device drivers initializing!! Start --- [2024-05-23 14:42:36.178] [ 8.249821] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:36.191] [ 8.249825] in_atomic(): 1, = irqs_disabled(): 128, pid: 270, name: systemd-modules [2024-05-23 14:42:36.191] [ 8.249827] INFO: lockdep is turned off. [2024-05-23 14:42:36.207] [ 8.249829] irq event stamp: 24449 [2024-05-23 14:42:36.207] [ 8.249843] hardirqs last enabled at = (24449): [<00000000593439c7>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:36.219] [ 8.249847] hardirqs last disabled at = (24448): [<000000001811c7a1>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:36.232] [ 8.249854] softirqs last enabled at (0): = [<00000000c0fbd8d2>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:36.235] [ 8.249857] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:36.257] [ 8.249859] Preemption disabled at: [2024-05-23 14:42:36.259] [ 8.249866] [<00000000525736b3>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:36.259] [ 8.249873] CPU: 3 PID: 270 Comm: = systemd-modules Tainted: P W O 4.14.202-tcc #1 [2024-05-23 14:42:36.259] [ 8.249875] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:36.259] [ 8.249877] Call trace: [2024-05-23 14:42:36.283] [ 8.249882] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:36.295] [ 8.249886] show_stack+0x14/0x20 [2024-05-23 14:42:36.295] [ 8.249890] dump_stack+0xb8/0xf0 [2024-05-23 14:42:36.295] [ 8.249894] ___might_sleep+0x178/0x210 [2024-05-23 14:42:36.295] [ 8.249896] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:36.295] [ 8.249903] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:36.295] [ 8.249907] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:36.298] [ 8.249913] gic_set_type+0x84/0x98 [2024-05-23 14:42:36.298] [ 8.249917] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:36.298] [ 8.249920] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:36.320] [ 8.249924] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:36.324] [ 8.249951] vmgr_request_irq+0x1c/0x28 = [vpu] [2024-05-23 14:42:36.324] [ 8.249968] vmgr_probe+0x1ec/0x370 [vpu] [2024-05-23 14:42:36.324] [ 8.249974] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:36.324] [ 8.249979] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:36.324] [ 8.249982] __driver_attach+0xfc/0x118 [2024-05-23 14:42:36.324] [ 8.249986] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:36.347] [ 8.249989] driver_attach+0x20/0x28 [2024-05-23 14:42:36.360] [ 8.249993] bus_add_driver+0x220/0x268 [2024-05-23 14:42:36.360] [ 8.249996] driver_register+0x60/0xf8 [2024-05-23 14:42:36.360] [ 8.249999] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:36.360] [ 8.250017] vdev_init+0x3c/0x6ac [vpu] [2024-05-23 14:42:36.360] [ 8.250021] do_one_initcall+0x50/0x15c [2024-05-23 14:42:36.373] [ 8.250026] do_init_module+0x54/0x1b0 [2024-05-23 14:42:36.373] [ 8.250028] load_module+0x1e70/0x2428 [2024-05-23 14:42:36.373] [ 8.250031] SyS_finit_module+0xe4/0x118 [2024-05-23 14:42:36.373] [ 8.250034] el0_svc_naked+0x34/0x38 [2024-05-23 14:42:36.377] [ 8.264511] VPU vpu_vdec Driver(id:0) = Initialized. [2024-05-23 14:42:36.377] [ 8.269254] tcc_rtl9000b_master_mode: Set = Master Mode, PHY is Master Mode. [2024-05-23 14:42:36.401] [ 8.269296] [tcc_rtl9000b_check_status] = status summary. [2024-05-23 14:42:36.413] [ 8.269296] -- MASTER Configuration. [2024-05-23 14:42:36.413] [ 8.269296] -- Local Receiver Status Not = OK. [2024-05-23 14:42:36.413] [ 8.269296] -- Remote Receiver Status Not = OK. [2024-05-23 14:42:36.413] [ 8.269311] [INFO][GMAC] --] = tcc_gmac_phy_probe: phy_addr 1 : [2024-05-23 14:42:36.413] [ 8.269315] [INFO][GMAC] --] = tcc_gmac_phy_probe done:dev->name eth0=20 [2024-05-23 14:42:36.415] [ 8.270022] [INFO][GMAC] = init_rx_dma_desc_rings : dev->mtu 1500 [2024-05-23 14:42:36.415] [ 8.270342] VPU vpu_vdec_ext Driver(id:1) = Initialized. [2024-05-23 14:42:36.438] [ 8.274225] [INFO][GMAC] = init_rx_dma_desc_rings : dirty_rx 0 dma_buf_sz 2048 [2024-05-23 14:42:36.438] [ 8.274231] [INFO][GMAC] --] init_rx_desc: = : before [2024-05-23 14:42:36.438] [ 8.274236] [INFO][GMAC] = tcc_gmac_init_rx_desc : ring_size 1024=20 [2024-05-23 14:42:36.438] [ 8.274236] =20 [2024-05-23 14:42:36.438] [ 8.274548] [INFO][GMAC] --] init_rx_desc: = : done [2024-05-23 14:42:36.454] [ 8.274773] [INFO][GMAC] = init_tx_dma_desc_rings : ch 0 txsize 1024 [2024-05-23 14:42:36.455] [ 8.274778] [INFO][GMAC] --] init_tx_desc: = : before [2024-05-23 14:42:36.455] [ 8.274782] [INFO][GMAC] = tcc_gmac_init_tx_desc : ring_size 1024=20 [2024-05-23 14:42:36.480] [ 8.274782] =20 [2024-05-23 14:42:36.480] [ 8.274947] [INFO][GMAC] --] init_tx_desc: = : done [2024-05-23 14:42:36.480] [ 8.274962] [INFO][GMAC] --] DMA = initialization done:=20 [2024-05-23 14:42:36.480] [ 8.274966] [INFO][GMAC] buf sz 2048 pbl 8 [2024-05-23 14:42:36.480] [ 8.274970] [INFO][GMAC] ch0 tx 1024 rx = 1024 [2024-05-23 14:42:36.480] [ 8.274977] [INFO][GMAC] --] phy_start: : [2024-05-23 14:42:36.482] [ 8.276176] [VPU] vpu_venc Driver(id:5) = Initialized. [2024-05-23 14:42:36.507] [ 8.277947] Done!! [2024-05-23 14:42:36.507] [ 8.279216] [INFO][GMAC] --] tcc_gmac_open = done:=20 [2024-05-23 14:42:36.507] [ 8.350490] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> JPU device drivers initializing!! = Start ------ [2024-05-23 14:42:36.507] [ 8.355357] Done!! [2024-05-23 14:42:36.507] [ 8.387217] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:36.508] [ 8.450595] = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D> HEVC Devices drivers = initializing!! Start -----=20 [2024-05-23 14:42:36.537] [ 8.455618] Done!! [2024-05-23 14:42:36.537] [ 8.495176] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:36.537] [ 8.603178] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:36.537] [ OK ] Started Network Service. [2024-05-23 14:42:36.539] [ OK ] Started Load Kernel Modules. [2024-05-23 14:42:36.551] [ OK ] Started NS Inter Domain Comm Process. [2024-05-23 14:42:36.555] [ OK ] Started Cluster Framework. [2024-05-23 14:42:36.568] [ OK ] Started HUD Framework. [2024-05-23 14:42:36.592] [ 8.711318] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:36.597] parents, child is 320 [2024-05-23 14:42:36.599] [IDC]Start. [2024-05-23 14:42:36.599] [ OK ] Started NS ethernet p[ 8.734725] = ns_idc_micom ns_idc_micom: [INFO][NS_IDC]idc_drv_open: = open(ns_idc_micom),mbox(micom-idc) [2024-05-23 14:42:36.625] hy control application. [2024-05-23 14:42:36.625] [IDC]Idc driver opened. ret=3D3 [2024-05-23 14:42:36.625] [ OK ] Started Nvm Process. [2024-05-23 14:42:36.628] [ OK ] Started NS hsm control application. [2024-05-23 14:42:36.655] [IDC](A7)ConnectReq 0 [2024-05-23 14:42:36.655] [IDC](A7)do_connect 0 [2024-05-23 14:42:36.655] [IDC](A7)Session status 0 -> 1 [2024-05-23 14:42:36.655] [IDC](A7)Tx start session req 1 [2024-05-23 14:42:36.655] [IDC](A7)Session status 1 -> 2 [2024-05-23 14:42:36.655] [IDC](R5)ConnectReq 0 [2024-05-23 14:42:36.655] [IDC](R5)do_connect 0 [2024-05-23 14:42:36.655] [IDC](R5)Session status 0 -> 1 [2024-05-23 14:42:36.655] [IDC](R5)do_entry_startreq 1 [2024-05-23 14:42:36.655] [IDC](R5)do_periodic_startreq 1. [2024-05-23 14:42:36.688] [IDC](R5)Session status 1 -> 2 [2024-05-23 14:42:36.715] [IDC](A7)Session status 2 -> 3 [2024-05-23 14:42:36.715] [IDC](A7)Session connected. [2024-05-23 14:42:36.715] [IDC]TimerStartReq 2 R5:1.0 [2024-05-23 14:42:36.715] [IDC](R5)Rx TIMER_START_REQ R5:1.000] 2 [2024-05-23 14:42:36.715] [ OK ] Started Diagnosis Framework. [2024-05-23 14:42:36.715] [IDC](R5)Session connected.2 [2024-05-23 14:42:36.715] [IDC](R5)Session status 2 -> 3 [2024-05-23 14:42:36.715] [ OK ] Started Diagnosis Transport. [2024-05-23 14:42:36.718] [ 8.831303] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:36.741] [ OK ] Started NS Software Update. [2024-05-23 14:42:36.756] [ OK ] Started NS Secondary Verify. [2024-05-23 14:42:36.781] Starting Wait for Network to be = Configured... [2024-05-23 14:42:36.783] [ OK ] Reached target Network. [2024-05-23 14:42:36.808] Starting udev Coldplug all Devices... [2024-05-23 14:42:36.819] [ 8.951035] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:36.865] Starting Permit User Sessions... [2024-05-23 14:42:36.892] [ OK ] Started Login Service. [2024-05-23 14:42:36.908] [ OK ] Started Permit User Sessions. [2024-05-23 14:42:36.924] [ OK ] Started Getty on tty1. [2024-05-23 14:42:36.926] [ OK ] Started Serial Getty on ttyAMA0. [2024-05-23 14:42:36.928] [ OK ] Reached target 9.063222] = [INFO][GMAC] --] phy_read_status:=20 [2024-05-23 14:42:36.955] 39mLogin Prompts. [2024-05-23 14:42:36.955] [ OK ] Reached target Multi-User System. [2024-05-23 14:42:36.955] Starting Update UTMP about System = Runlevel Changes... [2024-05-23 14:42:36.955] Starting NS A53 RealTime Schedule = Switch... [2024-05-23 14:42:37.016] [ OK ] Started Update UTMP about System = Runlevel Changes. [2024-05-23 14:42:37.036] [ 9.161199] ns_vsync_register_isr = irq_num:85 [2024-05-23 14:42:37.060] [ 9.175260] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:37.126] [ OK ] Started NS A53 RealTime Schedule = Switch. [2024-05-23 14:42:37.159] [ 9.287288] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:37.268] [ 9.403287] [INFO][GMAC] --] = phy_read_status:=20 [2024-05-23 14:42:37.474] [ 9.608014] sched: RT throttling activated [2024-05-23 14:42:37.829] [ 9.953834] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:42:37.837] [ 9.953841] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:42:38.767] [ 10.901231] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:5 I:1) was already plugged-out!! [2024-05-23 14:42:38.792] [ 10.909643] [WAN][VIOC_CONFIG] = VIOC_CONFIG_PlugOut, VIOC(T:16 I:0) was already plugged-out!! [2024-05-23 14:42:39.075] [ OK ] Started udev Coldplug all Devices. [2024-05-23 14:42:43.271]=20 [2024-05-23 14:42:43.273] telechips-nsp1-release login:=20 [2024-05-23 14:42:46.230]=20 [2024-05-23 14:42:46.230] U-Boot 2020.01-00055-gf00d6d642e-dirty (May 20 = 2024 - 08:42:09 +0000) [2024-05-23 14:42:46.233]=20 [2024-05-23 14:42:46.233] CPU: ARM Cortex-A53 Processor, Rev: r0p4 [2024-05-23 14:42:46.233] Model: Telechips TCC8030 NSP custom board = Sv0.1 [2024-05-23 14:42:46.255] DRAM: 2 GiB [2024-05-23 14:42:46.271] MMC: sdhc@0x16440000: 0 [2024-05-23 14:42:46.551]=20 [2024-05-23 14:42:46.551] HW Partition tyep is UserData [2024-05-23 14:42:46.573] In: serial [2024-05-23 14:42:46.577] Out: serial [2024-05-23 14:42:46.577] Err: serial [2024-05-23 14:42:46.628] Boot in the UserData environment(0) [2024-05-23 14:42:46.632] Non-secure boot (secure boot flag is clear) [2024-05-23 14:42:46.646] ## Booting Android Image at 0x24000000 ... [2024-05-23 14:42:46.648] Kernel load addr 0x20080000 size 15097 KiB [2024-05-23 14:42:46.648] Kernel command line: root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes [2024-05-23 14:42:46.672] ## Flattened Device Tree blob at 23000000 [2024-05-23 14:42:46.685] Booting using the fdt blob at 0x23000000 [2024-05-23 14:42:46.685] Loading Kernel Image [2024-05-23 14:42:46.685] Using Device Tree in place at = 0000000023000000, end 000000002301bfff [2024-05-23 14:42:46.687] OPTEE is enabled [2024-05-23 14:42:46.687]=20 [2024-05-23 14:42:46.687] Starting kernel ... [2024-05-23 14:42:46.687]=20 [2024-05-23 14:42:47.612] [ 0.000000] Booting Linux on physical CPU = 0x0 [2024-05-23 14:42:47.617] [ 0.000000] Linux version 4.14.202-tcc = (oe-user@oe-host) (gcc version 8.3.0 (GCC), GNU ld (GNU Binutils) = 2.31.1) #1 SMP PREEMPT RT Wed May 22 11:51:08 UTC 2024 [2024-05-23 14:42:47.630] [ 0.000000] Boot CPU: AArch64 Processor = [410fd034] [2024-05-23 14:42:47.644] [ 0.000000] Machine model: Telechips = TCC8031 Evaluation Board [2024-05-23 14:42:47.644] [ 0.000000] efi: Getting EFI parameters = from FDT: [2024-05-23 14:42:47.646] [ 0.000000] efi: UEFI not found. [2024-05-23 14:42:47.685] [ 0.000000] OF: reserved mem: initialized = node fb_video, compatible id telechips,pmap [2024-05-23 14:42:47.685] [ 0.000000] OF: reserved mem: initialized = node dual_display, compatible id telechips,pmap [2024-05-23 14:42:47.685] [ 0.000000] OF: reserved mem: initialized = node fb2_video, compatible id telechips,pmap [2024-05-23 14:42:47.699] [ 0.000000] OF: reserved mem: initialized = node fb3_video, compatible id telechips,pmap [2024-05-23 14:42:47.699] [ 0.000000] OF: reserved mem: initialized = node video_dual, compatible id telechips,pmap [2024-05-23 14:42:47.699] [ 0.000000] OF: reserved mem: initialized = node fb1_video, compatible id telechips,pmap [2024-05-23 14:42:47.702] [ 0.000000] OF: reserved mem: initialized = node viqe1, compatible id telechips,pmap [2024-05-23 14:42:47.722] [ 0.000000] OF: reserved mem: initialized = node output_attach, compatible id telechips,pmap [2024-05-23 14:42:47.735] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout0, compatible id telechips,pmap [2024-05-23 14:42:47.735] [ 0.000000] OF: reserved mem: initialized = node v4l2_vout1, compatible id telechips,pmap [2024-05-23 14:42:47.748] [ 0.000000] OF: reserved mem: initialized = node overlay_rot, compatible id telechips,pmap [2024-05-23 14:42:47.748] [ 0.000000] OF: reserved mem: initialized = node fb_wmixer, compatible id telechips,pmap [2024-05-23 14:42:47.749] [ 0.000000] OF: reserved mem: initialized = node viqe0, compatible id telechips,pmap [2024-05-23 14:42:47.775] [ 0.000000] OF: reserved mem: initialized = node video_ext, compatible id telechips,pmap [2024-05-23 14:42:47.775] [ 0.000000] OF: reserved mem: initialized = node video_ext2, compatible id telechips,pmap [2024-05-23 14:42:47.775] [ 0.000000] OF: reserved mem: initialized = node video, compatible id telechips,pmap [2024-05-23 14:42:47.776] [ 0.000000] OF: reserved mem: initialized = node video_sw, compatible id telechips,pmap [2024-05-23 14:42:47.786] [ 0.000000] OF: reserved mem: initialized = node ump_reserved_sw, compatible id telechips,pmap [2024-05-23 14:42:47.802] [ 0.000000] OF: reserved mem: initialized = node pmem, compatible id telechips,pmap [2024-05-23 14:42:47.802] [ 0.000000] OF: reserved mem: initialized = node video_thumb, compatible id telechips,pmap [2024-05-23 14:42:47.820] [ 0.000000] OF: reserved mem: initialized = node nand_mem, compatible id telechips,pmap [2024-05-23 14:42:47.820] [ 0.000000] OF: reserved mem: initialized = node v4l2_subtitle, compatible id telechips,pmap [2024-05-23 14:42:47.837] [ 0.000000] OF: reserved mem: initialized = node a7s_avm, compatible id telechips,pmap [2024-05-23 14:42:47.837] [ 0.000000] cma: Reserved 212 MiB at = 0x0000000092c00000 [2024-05-23 14:42:47.837] [ 0.000000] psci: probing for conduit = method from DT. [2024-05-23 14:42:47.853] [ 0.000000] psci: PSCIv1.1 detected in = firmware. [2024-05-23 14:42:47.853] [ 0.000000] psci: Using standard PSCI v0.2 = function IDs [2024-05-23 14:42:47.853] [ 0.000000] psci: Trusted OS migration not = required [2024-05-23 14:42:47.868] [ 0.000000] psci: SMC Calling Convention = v1.1 [2024-05-23 14:42:47.881] [ 0.000000] random: get_random_bytes called = from start_kernel+0xa0/0x450 with crng_init=3D0 [2024-05-23 14:42:47.881] [ 0.000000] percpu: Embedded 471 pages/cpu = s1890944 r8192 d30080 u1929216 [2024-05-23 14:42:47.885] [ 0.000000] Detected VIPT I-cache on CPU0 [2024-05-23 14:42:47.885] [ 0.000000] CPU features: enabling = workaround for ARM erratum 845719 [2024-05-23 14:42:47.909] [ 0.000000] Speculative Store Bypass = Disable mitigation not required [2024-05-23 14:42:47.912] [ 0.000000] Built 1 zonelists, mobility = grouping on. Total pages: 353052 [2024-05-23 14:42:47.912] [ 0.000000] Kernel command line: = console=3DttyAMA0,115200n8 cgroup_disable=3Dmemory = partition.system=3D/dev/mmcblk0p17 data_partition=3Da root=3D/dev/ram = page_owner=3Don fsck.repair=3Dyes androidboot.hardware=3Dtcc803x = androidboot.serialno=3DAD7A51E2633 androidboot.bootreason=3Dcold [2024-05-23 14:42:47.948] [ 0.000000] PID hash table entries: 4096 = (order: 3, 32768 bytes) [2024-05-23 14:42:47.948] [ 0.000000] Dentry cache hash table = entries: 262144 (order: 12, 20971520 bytes) [2024-05-23 14:42:47.948] [ 0.000000] Inode-cache hash table entries: = 131072 (order: 8, 1048576 bytes) [2024-05-23 14:42:47.950] [ 0.000000] mem auto-init: stack:off, heap = alloc:off, heap free:off [2024-05-23 14:42:47.950] [ 0.000000] Memory: 1093160K/1434624K = available (6460K kernel code, 2232K rwdata, 2192K rodata, 4160K init, = 12789K bss, 124376K reserved, 217088K cma-reserved) [2024-05-23 14:42:47.978] [ 0.000000] Virtual kernel memory layout: [2024-05-23 14:42:47.978] [ 0.000000] modules : = 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [2024-05-23 14:42:47.978] [ 0.000000] vmalloc : = 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [2024-05-23 14:42:48.001] [ 0.000000] .text : 0x = (ptrval) - 0x (ptrval) ( 6464 KB) [2024-05-23 14:42:48.001] [ 0.000000] .rodata : 0x = (ptrval) - 0x (ptrval) ( 2240 KB) [2024-05-23 14:42:48.001] [ 0.000000] .init : 0x = (ptrval) - 0x (ptrval) ( 4160 KB) [2024-05-23 14:42:48.015] [ 0.000000] .data : 0x = (ptrval) - 0x (ptrval) ( 2233 KB) [2024-05-23 14:42:48.018] [ 0.000000] .bss : 0x = (ptrval) - 0x (ptrval) ( 12790 KB) [2024-05-23 14:42:48.041] [ 0.000000] fixed : = 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [2024-05-23 14:42:48.045] [ 0.000000] PCI I/O : = 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [2024-05-23 14:42:48.045] [ 0.000000] vmemmap : = 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [2024-05-23 14:42:48.045] [ 0.000000] = 0xffffffbf00800000 - 0xffffffbf02800000 ( 32 MB actual) [2024-05-23 14:42:48.070] [ 0.000000] memory : = 0xffffffc020000000 - 0xffffffc0a0000000 ( 2048 MB) [2024-05-23 14:42:48.070] [ 0.000000] SLUB: HWalign=3D64, = Order=3D0-3, MinObjects=3D0, CPUs=3D4, Nodes=3D1 [2024-05-23 14:42:48.070] [ 0.000000] Running RCU self tests [2024-05-23 14:42:48.070] [ 0.000000] Preemptible hierarchical RCU = implementation. [2024-05-23 14:42:48.072] [ 0.000000] RCU event tracing is enabled. [2024-05-23 14:42:48.096] [ 0.000000] RCU lockdep checking is = enabled. [2024-05-23 14:42:48.096] [ 0.000000] RCU restricting CPUs from = NR_CPUS=3D64 to nr_cpu_ids=3D4. [2024-05-23 14:42:48.096] [ 0.000000] RCU priority boosting: = priority 1 delay 500 ms. [2024-05-23 14:42:48.096] [ 0.000000] No expedited grace period = (rcu_normal_after_boot). [2024-05-23 14:42:48.118] [ 0.000000] Tasks RCU enabled. [2024-05-23 14:42:48.118] [ 0.000000] RCU: Adjusting geometry for = rcu_fanout_leaf=3D16, nr_cpu_ids=3D4 [2024-05-23 14:42:48.118] [ 0.000000] NR_IRQS: 64, nr_irqs: 64, = preallocated irqs: 0 [2024-05-23 14:42:48.118] [ 0.000000] arch_timer: cp15 timer(s) = running at 24.00MHz (phys). [2024-05-23 14:42:48.120] [ 0.000000] clocksource: arch_sys_counter: = mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: = 440795202592 ns [2024-05-23 14:42:48.144] [ 0.000004] sched_clock: 56 bits at 24MHz, = resolution 41ns, wraps every 4398046511097ns [2024-05-23 14:42:48.144] [ 0.000681] [INFO][tcc_timer] = tcc_init_timer: clk_rate: 12000000 [2024-05-23 14:42:48.146] [ 0.000700] [INFO][tcc_timer]: reserved = channel-0 for LPO clock [2024-05-23 14:42:48.171] [ 0.001472] Console: colour dummy device = 80x25 [2024-05-23 14:42:48.171] [ 0.001713] Lock dependency validator: = Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [2024-05-23 14:42:48.171] [ 0.001716] ... MAX_LOCKDEP_SUBCLASSES: 8 [2024-05-23 14:42:48.171] [ 0.001719] ... MAX_LOCK_DEPTH: 48 [2024-05-23 14:42:48.173] [ 0.001722] ... MAX_LOCKDEP_KEYS: = 8191 [2024-05-23 14:42:48.210] [ 0.001724] ... CLASSHASH_SIZE: = 4096 [2024-05-23 14:42:48.210] [ 0.001727] ... MAX_LOCKDEP_ENTRIES: = 32768 [2024-05-23 14:42:48.210] [ 0.001730] ... MAX_LOCKDEP_CHAINS: = 65536 [2024-05-23 14:42:48.210] [ 0.001732] ... CHAINHASH_SIZE: = 32768 [2024-05-23 14:42:48.210] [ 0.001735] memory used by lock dependency = info: 7903 kB [2024-05-23 14:42:48.214] [ 0.001738] per task-struct memory = footprint: 2688 bytes [2024-05-23 14:42:48.214] [ 0.001777] Calibrating delay loop = (skipped), value calculated using timer frequency.. 48.00 BogoMIPS = (lpj=3D96000) [2024-05-23 14:42:48.233] [ 0.001785] pid_max: default: 32768 = minimum: 301 [2024-05-23 14:42:48.235] [ 0.002284] Security Framework initialized [2024-05-23 14:42:48.235] [ 0.002407] AppArmor: AppArmor initialized [2024-05-23 14:42:48.235] [ 0.002651] Mount-cache hash table entries: = 4096 (order: 3, 32768 bytes) [2024-05-23 14:42:48.235] [ 0.002673] Mountpoint-cache hash table = entries: 4096 (order: 3, 32768 bytes) [2024-05-23 14:42:48.260] [ 0.019954] ASID allocator initialised with = 32768 entries [2024-05-23 14:42:48.260] [ 0.035856] Hierarchical SRCU = implementation. [2024-05-23 14:42:48.260] [ 0.062283] EFI services will not be = available. [2024-05-23 14:42:48.260] [ 0.076123] smp: Bringing up secondary CPUs = ... [2024-05-23 14:42:48.262] [ 0.120750] Detected VIPT I-cache on CPU1 [2024-05-23 14:42:48.286] [ 0.120824] CPU1: Booted secondary = processor [410fd034] [2024-05-23 14:42:48.286] [ 0.164992] Detected VIPT I-cache on CPU2 [2024-05-23 14:42:48.286] [ 0.165049] CPU2: Booted secondary = processor [410fd034] [2024-05-23 14:42:48.286] [ 0.209279] Detected VIPT I-cache on CPU3 [2024-05-23 14:42:48.286] [ 0.209332] CPU3: Booted secondary = processor [410fd034] [2024-05-23 14:42:48.299] [ 0.209707] smp: Brought up 1 node, 4 CPUs [2024-05-23 14:42:48.303] [ 0.209747] SMP: Total of 4 processors = activated. [2024-05-23 14:42:48.303] [ 0.209763] CPU features: detected: 32-bit = EL0 Support [2024-05-23 14:42:48.303] [ 0.209782] CPU: All CPU(s) started at EL2 [2024-05-23 14:42:48.330] [ 0.209963] alternatives: patching kernel = code [2024-05-23 14:42:48.330] [ 0.210514] CPU3: update max cpu_capacity = 1024 [2024-05-23 14:42:48.330] [ 0.213113] CPU0: update max cpu_capacity = 1024 [2024-05-23 14:42:48.330] [ 0.213721] devtmpfs: initialized [2024-05-23 14:42:48.330] [ 0.403043] clocksource: jiffies: mask: = 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [2024-05-23 14:42:48.344] [ 0.403309] futex hash table entries: 1024 = (order: 6, 393216 bytes) [2024-05-23 14:42:48.348] [ 0.412036] pinctrl core: initialized = pinctrl subsystem [2024-05-23 14:42:48.348] [ 0.412944] chipinfo: TCC8030 Rev02 [2024-05-23 14:42:48.348] [ 0.412959] chipinfo: SiP Service v0.1.56 [2024-05-23 14:42:48.378] [ 0.418243] NET: Registered protocol family = 16 [2024-05-23 14:42:48.378] [ 0.422194] [INF][DDICFG] vioc-ddicfg: 0x = (ptrval) [2024-05-23 14:42:48.378] [ 0.424151] [INFO][PMAP] total reserved = 643825664 bytes (628736K, 614M) [2024-05-23 14:42:48.378] [ 0.425731] cpuidle: using governor menu [2024-05-23 14:42:48.378] [ 0.425968] vdso: 2 pages (1 code @ = (ptrval), 1 data @ (ptrval)) [2024-05-23 14:42:48.398] [ 0.440122] DMA: preallocated 256 KiB pool = for atomic allocations [2024-05-23 14:42:48.403] [ 0.440604] [INF][RDMA] rdma0: 0x = (ptrval) [2024-05-23 14:42:48.403] [ 0.440650] [INF][RDMA] rdma1: 0x = (ptrval) [2024-05-23 14:42:48.403] [ 0.440695] [INF][RDMA] rdma2: 0x = (ptrval) [2024-05-23 14:42:48.403] [ 0.440739] [INF][RDMA] rdma3: 0x = (ptrval) [2024-05-23 14:42:48.426] [ 0.440782] [INF][RDMA] rdma4: 0x = (ptrval) [2024-05-23 14:42:48.439] [ 0.440826] [INF][RDMA] rdma5: 0x = (ptrval) [2024-05-23 14:42:48.439] [ 0.440869] [INF][RDMA] rdma6: 0x = (ptrval) [2024-05-23 14:42:48.439] [ 0.440913] [INF][RDMA] rdma7: 0x = (ptrval) [2024-05-23 14:42:48.439] [ 0.440956] [INF][RDMA] rdma8: 0x = (ptrval) [2024-05-23 14:42:48.461] [ 0.440999] [INF][RDMA] rdma9: 0x = (ptrval) [2024-05-23 14:42:48.461] [ 0.441042] [INF][RDMA] rdma10: 0x = (ptrval) [2024-05-23 14:42:48.461] [ 0.441087] [INF][RDMA] rdma11: 0x = (ptrval) [2024-05-23 14:42:48.465] [ 0.441130] [INF][RDMA] rdma12: 0x = (ptrval) [2024-05-23 14:42:48.465] [ 0.441174] [INF][RDMA] rdma13: 0x = (ptrval) [2024-05-23 14:42:48.465] [ 0.441217] [INF][RDMA] rdma14: 0x = (ptrval) [2024-05-23 14:42:48.465] [ 0.441275] [INF][RDMA] rdma15: 0x = (ptrval) [2024-05-23 14:42:48.465] [ 0.441319] [INF][RDMA] rdma16: 0x = (ptrval) [2024-05-23 14:42:48.487] [ 0.441362] [INF][RDMA] rdma17: 0x = (ptrval) [2024-05-23 14:42:48.500] [ 0.441720] [INF][WDMA] vioc-wdma0: 0x = (ptrval) [2024-05-23 14:42:48.500] [ 0.441764] [INF][WDMA] vioc-wdma1: 0x = (ptrval) [2024-05-23 14:42:48.500] [ 0.441807] [INF][WDMA] vioc-wdma2: 0x = (ptrval) [2024-05-23 14:42:48.500] [ 0.441851] [INF][WDMA] vioc-wdma3: 0x = (ptrval) [2024-05-23 14:42:48.502] [ 0.441894] [INF][WDMA] vioc-wdma4: 0x = (ptrval) [2024-05-23 14:42:48.502] [ 0.441937] [INF][WDMA] vioc-wdma5: 0x = (ptrval) [2024-05-23 14:42:48.525] [ 0.441980] [INF][WDMA] vioc-wdma6: 0x = (ptrval) [2024-05-23 14:42:48.526] [ 0.442024] [INF][WDMA] vioc-wdma7: 0x = (ptrval) [2024-05-23 14:42:48.526] [ 0.442067] [INF][WDMA] vioc-wdma8: 0x = (ptrval) [2024-05-23 14:42:48.526] [ 0.442110] [INF][WDMA] vioc-wdma9: 0x = (ptrval) [2024-05-23 14:42:48.526] [ 0.442263] [INF][WDMA] vioc-wdma10: 0x = (ptrval) [2024-05-23 14:42:48.549] [ 0.442309] [INF][WDMA] vioc-wdma11: 0x = (ptrval) [2024-05-23 14:42:48.562] [ 0.442555] [INF][WMIX] vioc-wmix0: 0x = (ptrval) [2024-05-23 14:42:48.562] [ 0.442614] [INF][WMIX] vioc-wmix1: 0x = (ptrval) [2024-05-23 14:42:48.562] [ 0.442658] [INF][WMIX] vioc-wmix2: 0x = (ptrval) [2024-05-23 14:42:48.562] [ 0.442702] [INF][WMIX] vioc-wmix3: 0x = (ptrval) [2024-05-23 14:42:48.564] [ 0.442745] [INF][WMIX] vioc-wmix4: 0x = (ptrval) [2024-05-23 14:42:48.564] [ 0.442788] [INF][WMIX] vioc-wmix5: 0x = (ptrval) [2024-05-23 14:42:48.586] [ 0.442831] [INF][WMIX] vioc-wmix6: 0x = (ptrval) [2024-05-23 14:42:48.589] [ 0.443035] [INF][VIN] vioc-vin0: 0x = (ptrval) [2024-05-23 14:42:48.589] [ 0.443078] [INF][VIN] vioc-vin1: 0x = (ptrval) [2024-05-23 14:42:48.589] [ 0.443122] [INF][VIN] vioc-vin2: 0x = (ptrval) [2024-05-23 14:42:48.589] [ 0.443165] [INF][VIN] vioc-vin3: 0x = (ptrval) [2024-05-23 14:42:48.611] [ 0.443208] [INF][VIN] vioc-vin4: 0x = (ptrval) [2024-05-23 14:42:48.624] [ 0.443251] [INF][VIN] vioc-vin5: 0x = (ptrval) [2024-05-23 14:42:48.624] [ 0.443294] [INF][VIN] vioc-vin6: 0x = (ptrval) [2024-05-23 14:42:48.624] [ 0.443337] [INF][VIN] vioc-vin7: 0x = (ptrval) [2024-05-23 14:42:48.624] [ 0.443381] [INF][VIN] vioc-vin8: 0x = (ptrval) [2024-05-23 14:42:48.636] [ 0.443424] [INF][VIN] vioc-vin9: 0x = (ptrval) [2024-05-23 14:42:48.636] [ 0.443480] [INF][VIN] vioc-vin10: 0x = (ptrval) [2024-05-23 14:42:48.636] [ 0.443523] [INF][VIN] vioc-vin11: 0x = (ptrval) [2024-05-23 14:42:48.638] [ 0.443567] [INF][VIN] vioc-vin12: 0x = (ptrval) [2024-05-23 14:42:48.638] [ 0.443610] [INF][VIN] vioc-vin13: 0x = (ptrval) [2024-05-23 14:42:48.667] [ 0.444147] [INF][VIQE] vioc-viqe0: 0x = (ptrval) [2024-05-23 14:42:48.667] [ 0.444191] [INF][VIQE] vioc-viqe1: 0x = (ptrval) [2024-05-23 14:42:48.667] [ 0.444361] VIOC LUT: [INF][LUT] 0x = (ptrval) [2024-05-23 14:42:48.667] [ 0.444530] [INF][FIFO] vioc-fifo0: 0x = (ptrval) [2024-05-23 14:42:48.667] [ 0.444714] [INF][DEINTLS] 0x = (ptrval) [2024-05-23 14:42:48.669] [ 0.444881] [INF][VIOC_CONFIG] 0x = (ptrval) [2024-05-23 14:42:48.693] [ 0.445047] [INF][DISP] vioc-disp0: 0x = (ptrval) [2024-05-23 14:42:48.705] [ 0.445091] [INF][DISP] vioc-disp1: 0x = (ptrval) [2024-05-23 14:42:48.705] [ 0.445134] [INF][DISP] vioc-disp2: 0x = (ptrval) [2024-05-23 14:42:48.705] [ 0.445298] [INF][OUTCFG] vioc-outcfg: 0x = (ptrval) [2024-05-23 14:42:48.705] [ 0.445463] [INF][P_DEMUX] vioc-pxdemux: 0x = (ptrval) [2024-05-23 14:42:48.707] [ 0.445627] [INF][LVDS] vioc-lvdsphy0: 0x = (ptrval) [2024-05-23 14:42:48.707] [ 0.445671] [INF][LVDS] vioc-lvdsphy1: 0x = (ptrval) [2024-05-23 14:42:48.730] [ 0.445715] [INF][LVDS] vioc-lvdsphy2: 0x = (ptrval) [2024-05-23 14:42:48.735] [ 0.445758] [INF][LVDS] vioc-lvdsphy3: 0x = (ptrval) [2024-05-23 14:42:48.735] [ 0.445801] [INF][LVDS] vioc-lvdswrap: 0x = (ptrval) [2024-05-23 14:42:48.735] [ 0.445975] [INF][MC] vioc-mc0: 0x = (ptrval) [2024-05-23 14:42:48.735] [ 0.446020] [INF][MC] vioc-mc1: 0x = (ptrval) [2024-05-23 14:42:48.757] [ 0.446330] [INF][G2D] vioc-g2d: disabled [2024-05-23 14:42:48.769] [ 0.446349] [INFO][PL011]Serial: AMBA PL011 = UART driver [2024-05-23 14:42:48.769] [ 0.528551] 16600000.serial: ttyAMA0 at = MMIO 0x16600000 (irq =3D 63, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:42:48.769] [ 0.528641] [WARN][PL011][UART00] baud_rate = 115200, uart_clk 48000000 [2024-05-23 14:42:48.769] [ 1.675361] console [ttyAMA0] enabled [2024-05-23 14:42:48.772] [ 1.683000] 16610000.serial: ttyAMA1 at = MMIO 0x16610000 (irq =3D 64, base_baud =3D 0) is a PL011 rev1 [2024-05-23 14:42:48.797] [ 1.711851] dwc3_phy 11d90000.dwc3_phy: = [INFO][USB] 11d90000.dwc3_phy:tcc_dwc3_phy_probe [2024-05-23 14:42:48.813] [ 1.722147] ehci_phy 11da0010.ehci_phy: = [INFO][USB] 11da0010.ehci_phy:tcc_ehci_phy_probe [2024-05-23 14:42:48.815] [ 1.732735] dwc_otg_phy = 11da0100.dwc_otg_phy: [INFO][USB] = 11da0100.dwc_otg_phy:tcc_dwc_otg_phy_probe [2024-05-23 14:42:48.829] [ 1.742992] ehci_phy 11da00dc.mux_host_phy: = [INFO][USB] 11da00dc.mux_host_phy:tcc_ehci_phy_probe [2024-05-23 14:42:48.925] [ 1.843040] HugeTLB registered 2.00 MiB = page size, pre-allocated 0 pages [2024-05-23 14:42:48.953] [ 1.859335] [INFO][USB] usbcore: registered = new interface driver usbfs [2024-05-23 14:42:48.954] [ 1.866231] [INFO][USB] usbcore: registered = new interface driver hub [2024-05-23 14:42:48.971] [ 1.873025] [INFO][USB] usbcore: registered = new device driver usb [2024-05-23 14:42:48.973] [ 1.879392] Linux video capture interface: = v2.00 [2024-05-23 14:42:49.006] [ 1.885283] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:49.009] [ 1.885287] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:42:49.009] [ 1.885291] 6 locks held by swapper/0/1: [2024-05-23 14:42:49.009] [ 1.885294] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:42:49.009] [ 1.885322] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:42:49.010] [ 1.885337] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:49.035] [ 1.885356] #3: = (&irq_desc_lock_class){....}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:49.035] [ 1.885370] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:49.037] [ 1.885387] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:49.063] [ 1.885405] irq event stamp: 288118 [2024-05-23 14:42:49.063] [ 1.885410] hardirqs last enabled at = (288117): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:49.063] [ 1.885415] hardirqs last disabled at = (288118): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:49.078] [ 1.885423] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:49.080] [ 1.885426] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:49.106] [ 1.885429] Preemption disabled at: [2024-05-23 14:42:49.106] [ 1.885434] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:49.106] [ 1.885443] CPU: 1 PID: 1 Comm: swapper/0 = Not tainted 4.14.202-tcc #1 [2024-05-23 14:42:49.106] [ 1.885446] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:49.118] [ 1.885451] Call trace: [2024-05-23 14:42:49.118] [ 1.885457] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:49.120] [ 1.885462] show_stack+0x14/0x20 [2024-05-23 14:42:49.120] [ 1.885467] dump_stack+0xb8/0xf0 [2024-05-23 14:42:49.120] [ 1.885473] ___might_sleep+0x178/0x210 [2024-05-23 14:42:49.142] [ 1.885477] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:49.142] [ 1.885481] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:49.142] [ 1.885487] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:49.142] [ 1.885494] gic_set_type+0x84/0x98 [2024-05-23 14:42:49.142] [ 1.885499] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:49.142] [ 1.885503] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:49.156] [ 1.885508] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:49.158] [ 1.885513] = devm_request_threaded_irq+0x78/0xf0 [2024-05-23 14:42:49.158] [ 1.885520] = tcc_multich_mbox_probe+0x160/0x290 [2024-05-23 14:42:49.182] [ 1.885525] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:49.186] [ 1.885530] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:49.186] [ 1.885535] __driver_attach+0xfc/0x118 [2024-05-23 14:42:49.186] [ 1.885540] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:49.186] [ 1.885545] driver_attach+0x20/0x28 [2024-05-23 14:42:49.186] [ 1.885549] bus_add_driver+0x220/0x268 [2024-05-23 14:42:49.186] [ 1.885554] driver_register+0x60/0xf8 [2024-05-23 14:42:49.186] [ 1.885558] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:49.212] [ 1.885566] = tcc_multich_mbox_init+0x18/0x20 [2024-05-23 14:42:49.212] [ 1.885571] do_one_initcall+0x50/0x15c [2024-05-23 14:42:49.212] [ 1.885578] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:42:49.212] [ 1.885584] kernel_init+0x10/0x100 [2024-05-23 14:42:49.212] [ 1.885589] ret_from_fork+0x10/0x18 [2024-05-23 14:42:49.212] [ 1.891342] Advanced Linux Sound = Architecture Driver Initialized. [2024-05-23 14:42:49.233] [ 2.138591] clocksource: Switched to = clocksource arch_sys_counter [2024-05-23 14:42:49.254] [ 2.152072] AppArmor: AppArmor Filesystem = Enabled [2024-05-23 14:42:49.257] [ 2.159084] [INF][VIOC_INTR] vioc-intr0: = irq 95 [2024-05-23 14:42:49.257] [ 2.163685] [INF][VIOC_INTR] vioc-intr1: = irq 85 [2024-05-23 14:42:49.257] [ 2.168487] [INF][VIOC_INTR] vioc-intr2: = irq 96 [2024-05-23 14:42:49.270] [ 2.173337] [INF][VIOC_INTR] vioc-intr3: = irq 97 [2024-05-23 14:42:49.272] [ 2.177892] [INF][VIOC_INTR] disable all = VIOC interrupts of VIOC1_IRQI [2024-05-23 14:42:49.313] [ 2.231242] tcc-multich-mailbox = 19000000.mbox19000000: = [INFO][MULTI_CH_MBOX_DRV]tcc_multich_mbox_startup: In [2024-05-23 14:42:49.327] [ 2.243720] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:49.354] [ 2.261826] ns-mailbox 1ba10000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:49.370] [ 2.277480] NET: Registered protocol family = 2 [2024-05-23 14:42:49.373] [ 2.284979] TCP established hash table = entries: 16384 (order: 5, 131072 bytes) [2024-05-23 14:42:49.387] [ 2.292592] TCP bind hash table entries: = 16384 (order: 9, 4063232 bytes) [2024-05-23 14:42:49.390] [ 2.303862] TCP: Hash tables configured = (established 16384 bind 16384) [2024-05-23 14:42:49.420] [ 2.311493] UDP hash table entries: 1024 = (order: 7, 524288 bytes) [2024-05-23 14:42:49.420] [ 2.318240] UDP-Lite hash table entries: = 1024 (order: 7, 524288 bytes) [2024-05-23 14:42:49.420] [ 2.326338] NET: Registered protocol family = 1 [2024-05-23 14:42:49.518] [ 2.434541] audit: initializing netlink = subsys (disabled) [2024-05-23 14:42:49.524] [ 2.441302] audit: type=3D2000 = audit(2.428:1): state=3Dinitialized audit_enabled=3D0 res=3D1 [2024-05-23 14:42:49.538] [ 2.441929] workingset: timestamp_bits=3D61 = max_order=3D19 bucket_order=3D0 [2024-05-23 14:42:49.609] [ 2.524167] fuse init (API version 7.26) [2024-05-23 14:42:49.629] [ 2.538312] modprobe (65) used greatest = stack depth: 13280 bytes left [2024-05-23 14:42:49.632] [ 2.547741] io scheduler noop registered = (default) [2024-05-23 14:42:49.646] [ 2.552591] io scheduler mq-deadline = registered [2024-05-23 14:42:49.646] [ 2.557154] io scheduler kyber registered [2024-05-23 14:42:49.653] [ 2.567905] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:49.668] [ 2.575033] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:49.668] [ 2.581244] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1280 height:480 [2024-05-23 14:42:49.682] [ 2.588854] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:49.735] [ 2.651540] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:49.742] [ 2.659225] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:49.760] [ 2.664075] fb0: telechips,fb0 frame buffer = device v1.1.0 [2024-05-23 14:42:49.760] [ 2.669502] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:49.760] [ 2.670133] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:49.774] [ 2.680887] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:49.787] [ 2.687096] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:800 height:480 [2024-05-23 14:42:49.789] [ 2.694729] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:49.813] [ 2.719377] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:49.817] [ 2.726289] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:49.817] [ 2.731033] fb1: telechips,fb1 frame buffer = device v1.1.0 [2024-05-23 14:42:49.831] [ 2.736460] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:49.833] [ 2.737051] [INFO][TSVFB] fb_dt_parse_data: = therer is no telechips,scaler [2024-05-23 14:42:49.833] [ 2.747803] [INFO][TSVFB] fb_dt_parse_data: = there is no fbx_region [2024-05-23 14:42:49.855] [ 2.754012] [INFO][TSVFB] fb_dt_parse_data: = region x:0 y:0 width:1920 height:720 [2024-05-23 14:42:49.855] [ 2.761626] [INFO][TSVFB] = fb_map_video_memory by ioremap_nocache() [2024-05-23 14:42:49.910] [ 2.828305] [INFO][TSVFB] = fb_map_video_memory: clear fb mem [2024-05-23 14:42:49.919] [ 2.835211] [INFO][TSVFB] SKIP fb_show_logo [2024-05-23 14:42:49.933] [ 2.839817] fb2: telechips,fb2 frame buffer = device v1.1.0 [2024-05-23 14:42:49.940] [ 2.845243] fbX_probe : update_type =3D 1=20 [2024-05-23 14:42:49.953] [ 2.854987] tcc-rng trng@11DB0100: hwrng = registered [2024-05-23 14:42:49.953] [ 2.864604] [INF][WDMA] tcc_wdma_init [2024-05-23 14:42:49.953] [ 2.869387] TCC WDMA Driver Initializing [2024-05-23 14:42:49.991] [ 2.876764] [INF][LUT] dev_max is 2 and = vioc_max is 4 [2024-05-23 14:42:49.991] [ 2.882982] [INF][LUT] lut_drv_probe: = :v1.8, Driver 12009000.vioc_lut Initialized [2024-05-23 14:42:50.001] [ 2.893549] ns-mailbox 17a00000.mbox: = [INFO][NS_MAILBOX_DRV]mailbox_drv_multich_mbox_startup: = mailbox_drv_multich_mbox_startup:1173 In [2024-05-23 14:42:50.001] [ 2.906177] [INFO][VIOCM] vioc_mgr_probe - = vioc_mgr_main Driver Initialized [2024-05-23 14:42:50.002] [ 2.915746] [CPU_ID] probe is done [2024-05-23 14:42:50.002] [ 2.919494] [INF][TCM_LPO] tcm_lpo_init: = init [2024-05-23 14:42:50.030] [ 2.926137] [DRAM_TOOL] probe is done [2024-05-23 14:42:50.030] [ 2.933574] MALI-G51 : r30p0-01eac0 [2024-05-23 14:42:50.030] [ 2.937102] mali 10100000.gpu: Kernel DDK = version r30p0-01eac0 [2024-05-23 14:42:50.032] [ 2.946561] BUG: sleeping function called = from invalid context at kernel/locking/rtmutex.c:974 [2024-05-23 14:42:50.045] [ 2.946565] in_atomic(): 1, = irqs_disabled(): 128, pid: 1, name: swapper/0 [2024-05-23 14:42:50.058] [ 2.946570] 6 locks held by swapper/0/1: [2024-05-23 14:42:50.068] [ 2.946573] #0: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x64/0x118 [2024-05-23 14:42:50.068] [ 2.946599] #1: (&dev->mutex){....}, at: = [< (ptrval)>] __driver_attach+0x70/0x118 [2024-05-23 14:42:50.070] [ 2.946614] #2: = (&desc->request_mutex){+.+.}, at: [< (ptrval)>] = __setup_irq+0xdc/0x7f8 [2024-05-23 14:42:50.095] [ 2.946632] #3: = (&irq_desc_lock_class){-...}, at: [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:50.095] [ 2.946647] #4: (rcu_read_lock){....}, = at: [< (ptrval)>] rt_spin_lock+0x0/0xf0 [2024-05-23 14:42:50.095] [ 2.946663] #5: (&picinfo->lock){....}, = at: [< (ptrval)>] tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:50.111] [ 2.946681] irq event stamp: 453700 [2024-05-23 14:42:50.111] [ 2.946687] hardirqs last enabled at = (453699): [< (ptrval)>] _raw_spin_unlock_irqrestore+0x5c/0x98 [2024-05-23 14:42:50.125] [ 2.946692] hardirqs last disabled at = (453700): [< (ptrval)>] _raw_spin_lock_irqsave+0x24/0xb0 [2024-05-23 14:42:50.125] [ 2.946699] softirqs last enabled at (0): = [< (ptrval)>] copy_process.isra.9.part.10+0x430/0x1978 [2024-05-23 14:42:50.141] [ 2.946702] softirqs last disabled at (0): = [< (null)>] (null) [2024-05-23 14:42:50.154] [ 2.946705] Preemption disabled at: [2024-05-23 14:42:50.156] [ 2.946710] [< (ptrval)>] = __setup_irq+0x100/0x7f8 [2024-05-23 14:42:50.156] [ 2.946720] CPU: 0 PID: 1 Comm: swapper/0 = Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:42:50.193] [ 2.946723] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:50.193] [ 2.946726] Call trace: [2024-05-23 14:42:50.193] [ 2.946732] dump_backtrace+0x0/0x1d8 [2024-05-23 14:42:50.193] [ 2.946737] show_stack+0x14/0x20 [2024-05-23 14:42:50.193] [ 2.946742] dump_stack+0xb8/0xf0 [2024-05-23 14:42:50.193] [ 2.946747] ___might_sleep+0x178/0x210 [2024-05-23 14:42:50.193] [ 2.946751] rt_spin_lock+0xa4/0xf0 [2024-05-23 14:42:50.195] [ 2.946756] = tcc_pic_set_polarity+0x8c/0x158 [2024-05-23 14:42:50.195] [ 2.946761] tcc_irq_set_polarity+0x20/0x30 [2024-05-23 14:42:50.195] [ 2.946768] gic_set_type+0x84/0x98 [2024-05-23 14:42:50.214] [ 2.946773] __irq_set_trigger+0x5c/0x1e0 [2024-05-23 14:42:50.216] [ 2.946778] __setup_irq+0x76c/0x7f8 [2024-05-23 14:42:50.216] [ 2.946783] = request_threaded_irq+0xd8/0x188 [2024-05-23 14:42:50.216] [ 2.946789] = kbase_install_interrupts+0x70/0x108 [2024-05-23 14:42:50.216] [ 2.946795] = kbase_device_early_init+0x5c/0x88 [2024-05-23 14:42:50.239] [ 2.946799] kbase_device_init+0x78/0xf8 [2024-05-23 14:42:50.253] [ 2.946805] = kbase_platform_device_probe+0x68/0xd8 [2024-05-23 14:42:50.253] [ 2.946810] platform_drv_probe+0x58/0xb8 [2024-05-23 14:42:50.253] [ 2.946815] = driver_probe_device+0x228/0x410 [2024-05-23 14:42:50.253] [ 2.946820] __driver_attach+0xfc/0x118 [2024-05-23 14:42:50.253] [ 2.946825] bus_for_each_dev+0x80/0xd0 [2024-05-23 14:42:50.264] [ 2.946830] driver_attach+0x20/0x28 [2024-05-23 14:42:50.264] [ 2.946835] bus_add_driver+0x220/0x268 [2024-05-23 14:42:50.264] [ 2.946839] driver_register+0x60/0xf8 [2024-05-23 14:42:50.264] [ 2.946844] = __platform_driver_register+0x44/0x50 [2024-05-23 14:42:50.270] [ 2.946851] = kbase_platform_driver_init+0x18/0x20 [2024-05-23 14:42:50.270] [ 2.946855] do_one_initcall+0x50/0x15c [2024-05-23 14:42:50.270] [ 2.946862] = kernel_init_freeable+0x134/0x1c8 [2024-05-23 14:42:50.293] [ 2.946868] kernel_init+0x10/0x100 [2024-05-23 14:42:50.295] [ 2.946872] ret_from_fork+0x10/0x18 [2024-05-23 14:42:50.295] [ 2.948755] mali 10100000.gpu: GPU = identified as 0x0 arch 7.0.9 r1p1 status 0 [2024-05-23 14:42:50.295] [ 3.203728] mali 10100000.gpu: No priority = control manager is configured [2024-05-23 14:42:50.295] [ 3.210467] mali 10100000.gpu: No memory = group manager is configured [2024-05-23 14:42:50.320] [ 3.221544] Unable to handle kernel NULL = pointer dereference at virtual address 00000034 [2024-05-23 14:42:50.320] [ 3.221752] ------------[ cut here = ]------------ [2024-05-23 14:42:50.320] [ 3.221768] WARNING: CPU: 2 PID: 78 at = __kthread_bind_mask+0x20/0x78 [2024-05-23 14:42:50.335] [ 3.221771] Modules linked in: [2024-05-23 14:42:50.335] [ 3.221783] CPU: 2 PID: 78 Comm: = kworker/u9:0 Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:42:50.335] [ 3.221786] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:50.350] [ 3.221799] task: 00000000993a5cd4 = task.stack: 000000009e5b004d [2024-05-23 14:42:50.350] [ 3.221804] pc : = __kthread_bind_mask+0x20/0x78 [2024-05-23 14:42:50.350] [ 3.221808] lr : = __kthread_bind_mask+0x1c/0x78 [2024-05-23 14:42:50.368] [ 3.221812] sp : ffffff800a1dbd70 pstate : = 40000145 [2024-05-23 14:42:50.368] [ 3.221815] x29: ffffff800a1dbd70 x28: = 0000000000000000=20 [2024-05-23 14:42:50.368] [ 3.221824] x27: ffffffc08d6bca78 x26: = ffffffc08c462990=20 [2024-05-23 14:42:50.384] [ 3.221832] x25: ffffffc08c462908 x24: = ffffff800a1dbdb8=20 [2024-05-23 14:42:50.384] [ 3.221840] x23: ffffffc08c462cf8 x22: = 0000000000000001=20 [2024-05-23 14:42:50.384] [ 3.221848] x21: ffffff8008d39e08 x20: = ffffffc08cab9c88=20 [2024-05-23 14:42:50.399] [ 3.221857] x19: ffffffc08c46ce00 x18: = 0000000000000001=20 [2024-05-23 14:42:50.403] [ 3.221865] x17: 000000002ae2154e x16: = 0000000000000003=20 [2024-05-23 14:42:50.403] [ 3.221873] x15: 00000000c007c9b6 x14: = 0000000000000400=20 [2024-05-23 14:42:50.403] [ 3.221882] x13: 0000000000000400 x12: = 0000000000000000=20 [2024-05-23 14:42:50.428] [ 3.221890] x11: 0000000000000001 x10: = ffffff8008f4b310=20 [2024-05-23 14:42:50.428] [ 3.221898] x9 : 0000000000000001 x8 : = ffffff8008d39e08=20 [2024-05-23 14:42:50.428] [ 3.221906] x7 : 0000000075d3035b x6 : = 0000000001c3caca=20 [2024-05-23 14:42:50.428] [ 3.221914] x5 : 00ffffffffffffff x4 : = 0000004086917000=20 [2024-05-23 14:42:50.430] [ 3.221922] x3 : 0000000000000001 x2 : = a2326fab9c951e00=20 [2024-05-23 14:42:50.456] [ 3.221930] x1 : 0000000000000000 x0 : = 0000000000000000=20 [2024-05-23 14:42:50.456] [ 3.221944]=20 [2024-05-23 14:42:50.456] [ 3.221944] X19: 0xffffffc08c46cd80: [2024-05-23 14:42:50.456] [ 3.221947] cd80 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.456] [ 3.221976] cda0 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.480] [ 3.222004] cdc0 00000000 00000000 = 00000000 00000000 00000040 00000000 00000000 00000000 [2024-05-23 14:42:50.480] [ 3.222032] cde0 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.483] [ 3.222059] ce00 00000020 00000000 = ffffffff 0000007f 00000000 00000001 00000000 00000000 [2024-05-23 14:42:50.506] [ 3.222088] ce20 00000000 00000000 = 0a1e0000 ffffff80 00000002 00208040 00000000 00000000 [2024-05-23 14:42:50.506] [ 3.222116] ce40 00000000 00000000 = 00000001 00000001 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.506] [ 3.222144] ce60 00000000 00000000 = 00000001 00000001 00000064 00000064 00000064 00000000 [2024-05-23 14:42:50.523] [ 3.222173]=20 [2024-05-23 14:42:50.523] [ 3.222173] X20: 0xffffffc08cab9c08: [2024-05-23 14:42:50.523] [ 3.222175] 9c08 8c4b6200 ffffffc0 = ffffffff 00000000 8c4d0000 ffffffc0 00000000 00000000 [2024-05-23 14:42:50.539] [ 3.222203] 9c28 8cab9c28 ffffffc0 = 8cab9c28 ffffffc0 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.540] [ 3.222232] 9c48 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.563] [ 3.222259] 9c68 00000000 00000000 = 00000000 00000000 00000000 00000000 ffffffec 00000000 [2024-05-23 14:42:50.575] [ 3.222287] 9c88 0000000f 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.575] [ 3.222315] 9ca8 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.588] [ 3.222343] 9cc8 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.588] [ 3.222372] 9ce8 00000000 00000000 = 00000000 00000000 00000000 00000000 8cab9d80 ffffffc0 [2024-05-23 14:42:50.590] [ 3.222401]=20 [2024-05-23 14:42:50.590] [ 3.222401] X23: 0xffffffc08c462c78: [2024-05-23 14:42:50.590] [ 3.222404] 2c78 00000000 00000000 = 08f46170 ffffff80 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.616] [ 3.222432] 2c98 086d8fe0 ffffff80 = 00000000 00000000 00000000 00000000 08f46178 ffffff80 [2024-05-23 14:42:50.616] [ 3.222460] 2cb8 0964b4e8 ffffff80 = 00000000 00000000 08826c98 ffffff80 00000000 00000000 [2024-05-23 14:42:50.616] [ 3.222488] 2cd8 00000000 00000000 = 8d411e50 ffffffc0 8d411e50 ffffffc0 00000000 00000000 [2024-05-23 14:42:50.632] [ 3.222516] 2cf8 0d000000 00000000 = 0000000e 00000000 8cab9c80 ffffffc0 00000000 00000000 [2024-05-23 14:42:50.632] [ 3.222544] 2d18 08f46208 ffffff80 = 00000003 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.650] [ 3.222573] 2d38 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.650] [ 3.222601] 2d58 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.664] [ 3.222630]=20 [2024-05-23 14:42:50.666] [ 3.222630] X25: 0xffffffc08c462888: [2024-05-23 14:42:50.666] [ 3.222632] 2888 08f46150 ffffff80 = 00000000 00000000 00000000 00000000 086d8fe0 ffffff80 [2024-05-23 14:42:50.690] [ 3.222661] 28a8 00000000 00000000 = 00000000 00000000 00000000 00000000 08f46158 ffffff80 [2024-05-23 14:42:50.706] [ 3.222689] 28c8 0963ee78 ffffff80 = 00000000 00000000 08826c58 ffffff80 00000000 00000000 [2024-05-23 14:42:50.706] [ 3.222717] 28e8 00000000 00000000 = ffffffff ffffffff 00000009 00000005 fffede2a 00000000 [2024-05-23 14:42:50.706] [ 3.222745] 2908 8c450930 ffffffc0 = 8c450930 ffffffc0 00000001 00000000 8c462920 ffffffc0 [2024-05-23 14:42:50.708] [ 3.222773] 2928 8c462920 ffffffc0 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.708] [ 3.222801] 2948 080bb890 ffffff80 = 8c462800 ffffffc0 00080000 00000000 08f46160 ffffff80 [2024-05-23 14:42:50.739] [ 3.222829] 2968 00000000 00000000 = 00000000 00000000 08826c68 ffffff80 00000000 00000000 [2024-05-23 14:42:50.739] [ 3.222858]=20 [2024-05-23 14:42:50.739] [ 3.222858] X26: 0xffffffc08c462910: [2024-05-23 14:42:50.739] [ 3.222860] 2910 8c450930 ffffffc0 = 00000001 00000000 8c462920 ffffffc0 8c462920 ffffffc0 [2024-05-23 14:42:50.741] [ 3.222889] 2930 00000000 00000000 = 00000000 00000000 00000000 00000000 080bb890 ffffff80 [2024-05-23 14:42:50.767] [ 3.222917] 2950 8c462800 ffffffc0 = 00080000 00000000 08f46160 ffffff80 00000000 00000000 [2024-05-23 14:42:50.767] [ 3.222945] 2970 00000000 00000000 = 08826c68 ffffff80 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.767] [ 3.222973] 2990 00000000 00000000 = 8f617108 ffffffc0 fffede2c 00000000 080bd778 ffffff80 [2024-05-23 14:42:50.782] [ 3.223001] 29b0 8c462800 ffffffc0 = 0b400002 00000000 08f46168 ffffff80 00000000 00000000 [2024-05-23 14:42:50.786] [ 3.223029] 29d0 00000000 00000000 = 08826c80 ffffff80 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.810] [ 3.223057] 29f0 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:50.827] [ 3.223086]=20 [2024-05-23 14:42:50.827] [ 3.223086] X27: 0xffffffc08d6bc9f8: [2024-05-23 14:42:50.827] [ 3.223088] c9f8 ffffffff ffffffff = 00000000 00000000 fdffb7ff dfffffff 8d411e00 ffffffc0 [2024-05-23 14:42:50.827] [ 3.223117] ca18 00000000 fff7ffff = 00000000 dead4ead ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:50.832] [ 3.223145] ca38 08f46490 ffffff80 = 00000000 00000000 00000000 00000000 08824d30 ffffff80 [2024-05-23 14:42:50.832] [ 3.223173] ca58 00000002 ffffffff = ffffffff ffffefff 8d6bca68 ffffffc0 8d6bca68 ffffffc0 [2024-05-23 14:42:50.854] [ 3.223201] ca78 00000000 feffffff = 00000000 dead4ead ffffffff ffffffef ffffffff ffffffff [2024-05-23 14:42:50.856] [ 3.223229] ca98 08f46490 ffffff80 = 00000000 00000000 00000000 00000000 08824d30 ffffff80 [2024-05-23 14:42:50.856] [ 3.223257] cab8 00000002 ffffffff = fffeffff bf7fffff 8d6bcac8 ffffffc0 8d6bcac8 ffffffc0 [2024-05-23 14:42:50.879] [ 3.223286] cad8 fefff3ff ffffffff = ffffffff ffffbfff ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:50.892] [ 3.223315]=20 [2024-05-23 14:42:50.892] [ 3.223318] Call trace: [2024-05-23 14:42:50.892] [ 3.223324] __kthread_bind_mask+0x20/0x78 [2024-05-23 14:42:50.892] [ 3.223329] kthread_bind_mask+0x10/0x18 [2024-05-23 14:42:50.892] [ 3.223335] create_worker+0xf0/0x1a8 [2024-05-23 14:42:50.892] [ 3.223340] worker_thread+0x35c/0x4b0 [2024-05-23 14:42:50.904] [ 3.223344] kthread+0x130/0x138 [2024-05-23 14:42:50.904] [ 3.223350] ret_from_fork+0x10/0x18 [2024-05-23 14:42:50.904] [ 3.223354] ---[ end trace 0000000000000001 = ]--- [2024-05-23 14:42:50.906] [ 3.224654] mali 10100000.gpu: Probed as = mali0 [2024-05-23 14:42:50.906] [ 3.227158] cacheinfo: Unable to detect = cache hierarchy for CPU 0 [2024-05-23 14:42:50.929] [ 3.232826] sdhci: Secure Digital Host = Controller Interface driver [2024-05-23 14:42:50.932] [ 3.232835] sdhci: Copyright(c) Pierre = Ossman [2024-05-23 14:42:50.932] [ 3.232841] sdhci-pltfm: SDHCI platform and = OF driver helper [2024-05-23 14:42:50.932] [ 3.234552] [INFO][SDHC] mmc0: support hw = reset [2024-05-23 14:42:50.932] [ 3.279290] mmc0: SDHCI controller on = 16440000.sdhc [16440000.sdhc] using ADMA [2024-05-23 14:42:50.935] [ 3.279588] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto tune result accessing [2024-05-23 14:42:50.969] [ 3.279660] sdhci-tcc 16440000.sdhc: = [INFO][SDHC] support auto clock gating accessing [2024-05-23 14:42:50.969] [ 3.285492] tcc-spi 16900000.gpsb0: = [INFO][SPI] port 22 [2024-05-23 14:42:50.969] [ 3.285521] tcc-spi 16900000.gpsb0: = [INFO][SPI] GPSB Master CTF mode: 1, PRD: 0, SDOE: 0, Tx threshold: 0, = Rx threshold: 0 [2024-05-23 14:42:50.971] [ 3.285530] tcc-spi 16900000.gpsb0: = [INFO][SPI] recovery-time: 0, hold-time: 0, setup-time: 0 [2024-05-23 14:42:51.001] [ 3.285856] tcc-spi 16900000.gpsb0: = [INFO][SPI] set port config. ch - 0 port - 22 [2024-05-23 14:42:51.001] [ 3.300541] tcc-spi 16900000.gpsb0: = [INFO][SPI] TCC SPI [gpsb0] Id: 0 [ch:0][port: 22][irq: 66][CONTM: = 1][gdma: 0][gdma burst: 0][cs_num: 2] [2024-05-23 14:42:51.001] [ 3.303208] libphy: Fixed MDIO Bus: probed [2024-05-23 14:42:51.001] [ 3.304022] [INFO][GMAC] --] tcc_gmac_init: = : [2024-05-23 14:42:51.014] [ 3.312555] [INFO][GMAC] --] = tcc_gmac_probe: : [2024-05-23 14:42:51.016] [ 3.312605] [INFO][GAMC] gmac index : 1 [2024-05-23 14:42:51.016] [ 3.313149] [INFO][GMAC] txc_dly : 18 , = txc_inv : 0 [2024-05-23 14:42:51.040] [ 3.313156] [INFO][GMAC] rxc_dly : 0 , = rxc_inv : 1 [2024-05-23 14:42:51.043] [ 3.314127] [INFO][GMAC] hsio_clk : = 250000000 [2024-05-23 14:42:51.043] [ 3.314140] [INFO][GMAC] --] = tcc_gmac_setup: : [2024-05-23 14:42:51.043] [ 3.318148] [INFO][GMAC] mac_addr - = 00:11:22:33:44:55 [2024-05-23 14:42:51.043] [ 3.326509] [INFO][tcc-rtc] tcc_rtc: alarm = irq 51 [2024-05-23 14:42:51.043] [ 3.327632] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:51.057] [ 3.327644] [INFO][tcc-rtc] alrm->enabled = =3D 0, alm_en =3D 0 [2024-05-23 14:42:51.057] [ 3.327651] [INFO][tcc-rtc] read alarm 00 = 00/00/00 00:00:00 [2024-05-23 14:42:51.057] [ 3.327662] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:51.074] [ 3.327673] rtc rtc0: invalid alarm value: = 0-3-27 0:0:0 [2024-05-23 14:42:51.074] [ 3.329219] tcc-rtc 16480000.rtc: rtc core: = registered 16480000.rtc as rtc0 [2024-05-23 14:42:51.076] [ 3.338326] [INFO][USB] usbcore: registered = new interface driver usbhid [2024-05-23 14:42:51.102] [ 3.338335] usbhid: USB HID core driver [2024-05-23 14:42:51.102] [ 3.338764] optee: probing for conduit = method from DT. [2024-05-23 14:42:51.102] [ 3.338787] optee: revision 3.14 (6a3ddf9b) [2024-05-23 14:42:51.102] [ 3.340534] optee: initialized driver [2024-05-23 14:42:51.102] [ 3.342230] tcc_thermal_get_efuse.--ecid = register read -- [2024-05-23 14:42:51.104] [ 3.342245] tcc_thermal_get_efuse.ecid reg1 = : 00002fb9 [2024-05-23 14:42:51.131] [ 3.342252] tcc_thermal_get_efuse.ecid reg0 = : 00043828 [2024-05-23 14:42:51.131] [ 3.342259] = tcc_thermal_get_efuse.data->temp_trim1 : 0000002f [2024-05-23 14:42:51.131] [ 3.342266] = tcc_thermal_get_efuse.data->vref_trim1 : 00000000 [2024-05-23 14:42:51.131] [ 3.342273] = tcc_thermal_get_efuse.data->slope_trim1 : 00000000 [2024-05-23 14:42:51.133] [ 3.342279] [INFO][TSENSOR] = tcc_thermal_get_efuse. trim_val: 0000002f [2024-05-23 14:42:51.163] [ 3.342286] [INFO][TSENSOR] = tcc_thermal_get_efuse. cal_type: 0 [2024-05-23 14:42:51.163] [ 3.343883] [INFO][TSENSOR] = tcc_register_thermal: Kernel Thermal management registered [2024-05-23 14:42:51.163] [ 3.343891] = [INFO][TSENSOR]tcc_thermal_probe:TCC thermal zone is registered [2024-05-23 14:42:51.165] [ 3.351519] ip_tables: (C) 2000-2006 = Netfilter Core Team [2024-05-23 14:42:51.165] [ 3.351793] [INFO] mmc0: Enable enhanced = strobe [2024-05-23 14:42:51.190] [ 3.352892] mmc0: new HS400 Enhanced strobe = MMC card at address 0001 [2024-05-23 14:42:51.190] [ 3.356565] mmcblk0: mmc0:0001 DG4008 7.28 = GiB=20 [2024-05-23 14:42:51.190] [ 3.358997] mmcblk0boot0: mmc0:0001 DG4008 = partition 1 4.00 MiB [2024-05-23 14:42:51.190] [ 3.361543] mmcblk0boot1: mmc0:0001 DG4008 = partition 2 4.00 MiB [2024-05-23 14:42:51.192] [ 3.363170] mmcblk0rpmb: mmc0:0001 DG4008 = partition 3 4.00 MiB, chardev (247:0) [2024-05-23 14:42:51.217] [ 3.373304] NET: Registered protocol family = 17 [2024-05-23 14:42:51.217] [ 3.373744] bridge: filtering via = arp/ip/ip6tables is no longer available by default. Update your scripts = to load br_netfilter if you need this. [2024-05-23 14:42:51.217] [ 3.379121] AppArmor: AppArmor sha1 policy = hashing enabled [2024-05-23 14:42:51.233] [ 3.382852] GPT:Primary header thinks Alt. = header is not at the end of the disk. [2024-05-23 14:42:51.246] [ 3.382881] GPT:15269887 !=3D 15273599 [2024-05-23 14:42:51.246] [ 3.382889] GPT:Alternate GPT header not at = the end of the disk. [2024-05-23 14:42:51.250] [ 3.382896] GPT:15269887 !=3D 15273599 [2024-05-23 14:42:51.250] [ 3.382903] GPT: Use GNU Parted to correct = GPT errors. [2024-05-23 14:42:51.250] [ 3.383024] mmcblk0: p1 p2 p3 p4 p5 p6 p7 = p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 = p26 p27 p28 p29 p30 p31 p32 p33 p34 p35 p36 p37 p38 [2024-05-23 14:42:51.274] [ 3.535633] [INFO][tcc-rtc] read time = 2014/03/27 09:30:00 [2024-05-23 14:42:51.274] [ 3.535675] tcc-rtc 16480000.rtc: setting = system clock to 2014-03-27 09:30:00 UTC (1395912600) [2024-05-23 14:42:51.288] [ 3.537269] ALSA device list: [2024-05-23 14:42:51.290] [ 3.537276] No soundcards found. [2024-05-23 14:42:51.290] [ 4.199381] Mem abort info: [2024-05-23 14:42:51.290] [ 4.199392] Exception class =3D DABT = (current EL), IL =3D 32 bits [2024-05-23 14:42:51.314] [ 4.199398] SET =3D 0, FnV =3D 0 [2024-05-23 14:42:51.314] [ 4.199405] EA =3D 0, S1PTW =3D 0 [2024-05-23 14:42:51.326] [ 4.199410] Data abort info: [2024-05-23 14:42:51.326] [ 4.199416] ISV =3D 0, ISS =3D 0x00000005 [2024-05-23 14:42:51.326] [ 4.199422] CM =3D 0, WnR =3D 0 [2024-05-23 14:42:51.326] [ 4.199429] [0000000000000034] user address = but active_mm is swapper [2024-05-23 14:42:51.326] [ 4.199544] Internal error: Oops: 96000005 = [#1] PREEMPT SMP [2024-05-23 14:42:51.338] [ 4.199547] Modules linked in: [2024-05-23 14:42:51.338] [ 4.199554] Process kworker/u9:1 (pid: 79, = stack limit =3D 0x00000000bb5593ca) [2024-05-23 14:42:51.341] [ 4.199560] CPU: 1 PID: 79 Comm: = kworker/u9:1 Tainted: G W 4.14.202-tcc #1 [2024-05-23 14:42:51.341] [ 4.199561] Hardware name: Telechips = TCC8031 Evaluation Board (DT) [2024-05-23 14:42:51.361] [ 4.199564] task: 00000000a55baa88 = task.stack: 00000000bb5593ca [2024-05-23 14:42:51.374] [ 4.199575] pc : worker_thread+0x28/0x4b0 [2024-05-23 14:42:51.374] [ 4.199580] lr : kthread+0x130/0x138 [2024-05-23 14:42:51.374] [ 4.199582] sp : ffffff800a1e3e10 pstate : = 40000145 [2024-05-23 14:42:51.374] [ 4.199584] x29: ffffff800a1e3e10 x28: = 0000000000000000=20 [2024-05-23 14:42:51.376] [ 4.199589] x27: ffffffc08c4d8078 x26: = ffffff80080bf788=20 [2024-05-23 14:42:51.376] [ 4.199594] x25: ffffffc08d6bcb00 x24: = ffffff8008d49ad0=20 [2024-05-23 14:42:51.399] [ 4.199598] x23: ffffff8008824d30 x22: = ffffff800a1dbc48=20 [2024-05-23 14:42:51.402] [ 4.199603] x21: ffffffc08c462800 x20: = ffffffc08c4d8000=20 [2024-05-23 14:42:51.402] [ 4.199608] x19: ffffffc08d6bcb00 x18: = 0000000000000010=20 [2024-05-23 14:42:51.402] [ 4.199612] x17: ffffff80086d97f0 x16: = 0000000000000005=20 [2024-05-23 14:42:51.402] [ 4.199617] x15: 00000000c0045fda x14: = 0000000000000400=20 [2024-05-23 14:42:51.425] [ 4.199621] x13: 0000000000000400 x12: = 0000000000000630=20 [2024-05-23 14:42:51.437] [ 4.199626] x11: 0000000000000000 x10: = ffffff8008f4b310=20 [2024-05-23 14:42:51.437] [ 4.199630] x9 : 0000000000000000 x8 : = ffffff8008d39e08=20 [2024-05-23 14:42:51.437] [ 4.199635] x7 : 000000006e84b7f3 x6 : = 0000000001c3caca=20 [2024-05-23 14:42:51.437] [ 4.199639] x5 : 00ffffffffffffff x4 : = 0000004086740000=20 [2024-05-23 14:42:51.439] [ 4.199644] x3 : 0000000000000008 x2 : = 0000000000000000=20 [2024-05-23 14:42:51.439] [ 4.199648] x1 : 0000000000000000 x0 : = ffffffc08d6bcb00=20 [2024-05-23 14:42:51.463] [ 4.199653]=20 [2024-05-23 14:42:51.465] [ 4.199653] X0: 0xffffffc08d6bca80: [2024-05-23 14:42:51.465] [ 4.199655] ca80 00000000 dead4ead = ffffffff ffffffef ffffffff ffffffff 08f46490 ffffff80 [2024-05-23 14:42:51.465] [ 4.199672] caa0 00000000 00000000 = 00000000 00000000 08824d30 ffffff80 00000002 ffffffff [2024-05-23 14:42:51.465] [ 4.199687] cac0 fffeffff bf7fffff = 8d6bcac8 ffffffc0 8d6bcac8 ffffffc0 fefff3ff ffffffff [2024-05-23 14:42:51.491] [ 4.199702] cae0 ffffffff ffffbfff = ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:51.491] [ 4.199717] cb00 8c462920 ffffffc0 = 8d411e00 ffffffc0 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.491] [ 4.199733] cb20 00000000 00000000 = 00000000 00000000 8d6bcb30 ffffffc0 8d6bcb30 ffffffc0 [2024-05-23 14:42:51.506] [ 4.199748] cb40 8c46ce00 ffffffc0 = 8c462800 ffffffc0 8c462ce0 ffffffc0 8d411e50 ffffffc0 [2024-05-23 14:42:51.508] [ 4.199763] cb60 fffede2b 00000000 = 0000008c 00000001 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.535] [ 4.199784]=20 [2024-05-23 14:42:51.535] [ 4.199784] X19: 0xffffffc08d6bca80: [2024-05-23 14:42:51.535] [ 4.199785] ca80 00000000 dead4ead = ffffffff ffffffef ffffffff ffffffff 08f46490 ffffff80 [2024-05-23 14:42:51.535] [ 4.199801] caa0 00000000 00000000 = 00000000 00000000 08824d30 ffffff80 00000002 ffffffff [2024-05-23 14:42:51.535] [ 4.199816] cac0 fffeffff bf7fffff = 8d6bcac8 ffffffc0 8d6bcac8 ffffffc0 fefff3ff ffffffff [2024-05-23 14:42:51.549] [ 4.199831] cae0 ffffffff ffffbfff = ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:51.549] [ 4.199847] cb00 8c462920 ffffffc0 = 8d411e00 ffffffc0 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.565] [ 4.199862] cb20 00000000 00000000 = 00000000 00000000 8d6bcb30 ffffffc0 8d6bcb30 ffffffc0 [2024-05-23 14:42:51.565] [ 4.199877] cb40 8c46ce00 ffffffc0 = 8c462800 ffffffc0 8c462ce0 ffffffc0 8d411e50 ffffffc0 [2024-05-23 14:42:51.580] [ 4.199892] cb60 fffede2b 00000000 = 0000008c 00000001 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.582] [ 4.199908]=20 [2024-05-23 14:42:51.605] [ 4.199908] X20: 0xffffffc08c4d7f80: [2024-05-23 14:42:51.608] [ 4.199909] 7f80 7b7fffbb fffdffe7 = ffbfffff fdfbffff ff6fffdb ffffffff fff7efe7 bff7efff [2024-05-23 14:42:51.608] [ 4.199925] 7fa0 fbfffeff abffeff7 = f77fbfdf f5ffffff bfffffff feeee7ff ffc5feff ffbfffff [2024-05-23 14:42:51.608] [ 4.199940] 7fc0 f3fff7ff fefff7ff = 3ffffff7 ffffffff ffbfffff ffdfffff ffffffff fbffffbf [2024-05-23 14:42:51.633] [ 4.199956] 7fe0 fff77fbf febffbff = effdfeff efdffb9f 5effffff ffffffff feefff7d aff7ffff [2024-05-23 14:42:51.633] [ 4.199971] 8000 00000000 00000000 = ffffffff ffffffff 8d6bcb00 ffffffc0 00000000 ffffffff [2024-05-23 14:42:51.633] [ 4.199986] 8020 00000000 dead4ead = ffffffff ffffffff ffffffff ffffffff 08f46490 ffffff80 [2024-05-23 14:42:51.649] [ 4.200001] 8040 00000000 00000000 = 00000000 00000000 08824d30 ffffff80 00000001 ffffffff [2024-05-23 14:42:51.651] [ 4.200016] 8060 ffffffff ffffffff = 8c4d8068 ffffffc0 8c4d8068 ffffffc0 00000000 ffffffff [2024-05-23 14:42:51.674] [ 4.200032]=20 [2024-05-23 14:42:51.676] [ 4.200032] X21: 0xffffffc08c462780: [2024-05-23 14:42:51.676] [ 4.200034] 2780 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.676] [ 4.200049] 27a0 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.676] [ 4.200064] 27c0 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.700] [ 4.200079] 27e0 00000000 00000000 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.700] [ 4.200093] 2800 001a001a dead4ead = ffffffff 00000000 ffffffff ffffffff 09b5b188 ffffff80 [2024-05-23 14:42:51.700] [ 4.200109] 2820 0963d708 ffffff80 = 00000000 00000000 0882cc68 ffffff80 00000002 00000000 [2024-05-23 14:42:51.716] [ 4.200124] 2840 086c309c ffffff80 = 00000000 00000000 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.716] [ 4.200139] 2860 00000000 00000000 = 086d8fe0 ffffff80 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.732] [ 4.200156]=20 [2024-05-23 14:42:51.732] [ 4.200156] X25: 0xffffffc08d6bca80: [2024-05-23 14:42:51.732] [ 4.200157] ca80 00000000 dead4ead = ffffffff ffffffef ffffffff ffffffff 08f46490 ffffff80 [2024-05-23 14:42:51.747] [ 4.200173] caa0 00000000 00000000 = 00000000 00000000 08824d30 ffffff80 00000002 ffffffff [2024-05-23 14:42:51.759] [ 4.200188] cac0 fffeffff bf7fffff = 8d6bcac8 ffffffc0 8d6bcac8 ffffffc0 fefff3ff ffffffff [2024-05-23 14:42:51.772] [ 4.200203] cae0 ffffffff ffffbfff = ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:51.772] [ 4.200219] cb00 8c462920 ffffffc0 = 8d411e00 ffffffc0 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.775] [ 4.200234] cb20 00000000 00000000 = 00000000 00000000 8d6bcb30 ffffffc0 8d6bcb30 ffffffc0 [2024-05-23 14:42:51.797] [ 4.200249] cb40 8c46ce00 ffffffc0 = 8c462800 ffffffc0 8c462ce0 ffffffc0 8d411e50 ffffffc0 [2024-05-23 14:42:51.802] [ 4.200264] cb60 fffede2b 00000000 = 0000008c 00000001 00000000 00000000 00000000 00000000 [2024-05-23 14:42:51.802] [ 4.200281]=20 [2024-05-23 14:42:51.802] [ 4.200281] X27: 0xffffffc08c4d7ff8: [2024-05-23 14:42:51.802] [ 4.200282] 7ff8 feefff7d aff7ffff = 00000000 00000000 ffffffff ffffffff 8d6bcb00 ffffffc0 [2024-05-23 14:42:51.827] [ 4.200298] 8018 00000000 ffffffff = 00000000 dead4ead ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:51.827] [ 4.200313] 8038 08f46490 ffffff80 = 00000000 00000000 00000000 00000000 08824d30 ffffff80 [2024-05-23 14:42:51.827] [ 4.200328] 8058 00000001 ffffffff = ffffffff ffffffff 8c4d8068 ffffffc0 8c4d8068 ffffffc0 [2024-05-23 14:42:51.840] [ 4.200343] 8078 00000000 ffffffff = 00000000 dead4ead ffffffff ffffffff ffffffff ffffffff [2024-05-23 14:42:51.840] [ 4.200358] 8098 08f46490 ffffff80 = 00000000 00000000 00000000 00000000 08824d30 ffffff80 [2024-05-23 14:42:51.857] [ 4.200373] 80b8 00000001 ffffffff = ffffffff ffffffff 8c4d80c8 ffffffc0 8c4d80c8 ffffffc0 [2024-05-23 14:42:51.857] [ 4.200389] 80d8 ffffffff ffffffff = ffffffff ffffffff ffffffff ffffffff ffffffdf fffffffb [2024-05-23 14:42:51.872] [ 4.200405]=20 [2024-05-23 14:42:51.872] [ 4.200407] Call trace: [2024-05-23 14:42:51.875] [ 4.200412] worker_thread+0x28/0x4b0 [2024-05-23 14:42:51.875] [ 4.200415] kthread+0x130/0x138 [2024-05-23 14:42:51.875] [ 4.200420] ret_from_fork+0x10/0x18 [2024-05-23 14:42:51.898] [ 4.200425] Code: d0006458 91274318 = a9445401 91040318 (b9403420)=20 [2024-05-23 14:42:51.900] [ 4.200429] ---[ end trace 0000000000000003 = ]--- [2024-05-23 14:42:51.900] [ 4.200433] Kernel panic - not syncing: = Fatal exception [2024-05-23 14:42:51.900] [ 4.200439] SMP: stopping secondary CPUs [2024-05-23 14:42:51.900] [ 4.200446] Kernel Offset: disabled [2024-05-23 14:42:51.922] [ 4.200449] CPU features: 0x0002004 [2024-05-23 14:42:51.936] [ 4.200451] Memory Limit: none [2024-05-23 14:42:51.936] [ 4.200454] reboot mode: Set magic = 0x77665002 ------=_NextPart_000_0003_01DAB735.BEC82B70 Content-Type: text/plain; name="kthread_bind_mask.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="kthread_bind_mask.txt" =0A= /home/miaon/workspace/fxssd_4t/33WA/Code/SHRV0763_SRC_33WA_v060200/OUTPUT= /APL_BUILD/tmp/work-shared/nsp1-release/kernel-source/kernel/kthread.o: = file format elf64-littleaarch64=0A= =0A= =0A= Disassembly of section .text:=0A= =0A= 0000000000000000 :=0A= */=0A= static __always_inline struct task_struct *get_current(void)=0A= {=0A= unsigned long sp_el0;=0A= =0A= asm ("mrs %0, sp_el0" : "=3Dr" (sp_el0));=0A= 0: d5384100 mrs x0, sp_el0=0A= current->set_child_tid =3D (__force void __user *)kthread;=0A= }=0A= =0A= static inline struct kthread *to_kthread(struct task_struct *k)=0A= {=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 4: b9403401 ldr w1, [x0, #52]=0A= 8: 36a800a1 tbz w1, #21, 1c =0A= return (__force void *)k->set_child_tid;=0A= c: f9434000 ldr x0, [x0, #1664]=0A= * @nr: bit number to test=0A= * @addr: Address to start counting from=0A= */=0A= static inline int test_bit(int nr, const volatile unsigned long *addr)=0A= {=0A= return 1UL & (addr[BIT_WORD(nr)] >> (nr & (BITS_PER_LONG-1)));=0A= 10: f9400000 ldr x0, [x0]=0A= * and this will return true. You should then return, and your return=0A= * value will be passed through to kthread_stop().=0A= */=0A= bool kthread_should_stop(void)=0A= {=0A= return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags);=0A= 14: 53010400 ubfx w0, w0, #1, #1=0A= }=0A= 18: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1c: d4210000 brk #0x800=0A= 20: 17fffffb b c =0A= 24: d503201f nop=0A= =0A= 0000000000000028 :=0A= 28: d5384100 mrs x0, sp_el0=0A= 2c: b9403401 ldr w1, [x0, #52]=0A= 30: 36a800a1 tbz w1, #21, 44 =0A= return (__force void *)k->set_child_tid;=0A= 34: f9434000 ldr x0, [x0, #1664]=0A= 38: f9400000 ldr x0, [x0]=0A= * and in a park position. kthread_unpark() "restarts" the thread and=0A= * calls the thread function again.=0A= */=0A= bool kthread_should_park(void)=0A= {=0A= return test_bit(KTHREAD_SHOULD_PARK, &to_kthread(current)->flags);=0A= 3c: 53020800 ubfx w0, w0, #2, #1=0A= }=0A= 40: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 44: d4210000 brk #0x800=0A= 48: 17fffffb b 34 =0A= 4c: d503201f nop=0A= =0A= 0000000000000050 :=0A= * refrigerator if necessary. This function is safe from kthread_stop() = /=0A= * freezer deadlock and freezable kthreads should use this function = instead=0A= * of calling try_to_freeze() directly.=0A= */=0A= bool kthread_freezable_should_stop(bool *was_frozen)=0A= {=0A= 50: a9be7bfd stp x29, x30, [sp, #-32]!=0A= bool frozen =3D false;=0A= =0A= might_sleep();=0A= 54: 52800fe1 mov w1, #0x7f // #127=0A= 58: 52800002 mov w2, #0x0 // #0=0A= {=0A= 5c: 910003fd mov x29, sp=0A= 60: f9000bf3 str x19, [sp, #16]=0A= 64: aa0003f3 mov x19, x0=0A= might_sleep();=0A= 68: 90000000 adrp x0, 0 =0A= 6c: 91000000 add x0, x0, #0x0=0A= 70: 94000000 bl 0 <__might_sleep>=0A= })=0A= =0A= static __always_inline=0A= void __read_once_size(const volatile void *p, void *res, int size)=0A= {=0A= __READ_ONCE_SIZE;=0A= 74: 90000001 adrp x1, 0 =0A= 78: d5384100 mrs x0, sp_el0=0A= 7c: b9400021 ldr w1, [x1]=0A= /*=0A= * Check if there is a request to freeze a process=0A= */=0A= static inline bool freezing(struct task_struct *p)=0A= {=0A= if (likely(!atomic_read(&system_freezing_cnt)))=0A= 80: 350001a1 cbnz w1, b4 =0A= bool frozen =3D false;=0A= 84: 52800000 mov w0, #0x0 // #0=0A= =0A= if (unlikely(freezing(current)))=0A= frozen =3D __refrigerator(true);=0A= =0A= if (was_frozen)=0A= 88: b4000053 cbz x19, 90 =0A= *was_frozen =3D frozen;=0A= 8c: 39000260 strb w0, [x19]=0A= 90: d5384100 mrs x0, sp_el0=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 94: b9403401 ldr w1, [x0, #52]=0A= 98: 36a801c1 tbz w1, #21, d0 =0A= return (__force void *)k->set_child_tid;=0A= 9c: f9434000 ldr x0, [x0, #1664]=0A= =0A= return kthread_should_stop();=0A= }=0A= a0: f9400bf3 ldr x19, [sp, #16]=0A= a4: f9400000 ldr x0, [x0]=0A= a8: a8c27bfd ldp x29, x30, [sp], #32=0A= return test_bit(KTHREAD_SHOULD_STOP, &to_kthread(current)->flags);=0A= ac: 53010400 ubfx w0, w0, #1, #1=0A= }=0A= b0: d65f03c0 ret=0A= return false;=0A= return freezing_slow_path(p);=0A= b4: 94000000 bl 0 =0A= if (unlikely(freezing(current)))=0A= b8: 72001c1f tst w0, #0xff=0A= bc: 54fffe40 b.eq 84 // = b.none=0A= frozen =3D __refrigerator(true);=0A= c0: 52800020 mov w0, #0x1 // #1=0A= c4: 94000000 bl 0 <__refrigerator>=0A= c8: 12001c00 and w0, w0, #0xff=0A= cc: 17ffffef b 88 =0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= d0: d4210000 brk #0x800=0A= d4: 17fffff2 b 9c =0A= =0A= 00000000000000d8 :=0A= struct kthread_work work;=0A= struct completion done;=0A= };=0A= =0A= static void kthread_flush_work_fn(struct kthread_work *work)=0A= {=0A= d8: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= struct kthread_flush_work *fwork =3D=0A= container_of(work, struct kthread_flush_work, work);=0A= complete(&fwork->done);=0A= dc: 9100a000 add x0, x0, #0x28=0A= {=0A= e0: 910003fd mov x29, sp=0A= complete(&fwork->done);=0A= e4: 94000000 bl 0 =0A= }=0A= e8: a8c17bfd ldp x29, x30, [sp], #16=0A= ec: d65f03c0 ret=0A= =0A= 00000000000000f0 <__kthread_parkme>:=0A= {=0A= f0: d10143ff sub sp, sp, #0x50=0A= f4: a9017bfd stp x29, x30, [sp, #16]=0A= f8: 910043fd add x29, sp, #0x10=0A= fc: a90463f7 stp x23, x24, [sp, #64]=0A= 100: 90000017 adrp x23, 0 <__stack_chk_guard>=0A= 104: 910002f7 add x23, x23, #0x0=0A= complete(&self->parked);=0A= 108: 91006018 add x24, x0, #0x18=0A= {=0A= 10c: a90253f3 stp x19, x20, [sp, #32]=0A= 110: aa0003f4 mov x20, x0=0A= 114: f94002e0 ldr x0, [x23]=0A= 118: f90007e0 str x0, [sp, #8]=0A= 11c: d2800000 mov x0, #0x0 // #0=0A= 120: a9035bf5 stp x21, x22, [sp, #48]=0A= 124: d5384113 mrs x19, sp_el0=0A= {=0A= switch (size) {=0A= case 1: *(volatile __u8 *)p =3D *(__u8 *)res; break;=0A= case 2: *(volatile __u16 *)p =3D *(__u16 *)res; break;=0A= case 4: *(volatile __u32 *)p =3D *(__u32 *)res; break;=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 128: d2800816 mov x22, #0x40 // #64=0A= 12c: 90000015 adrp x21, 0 =0A= 130: 910002b5 add x21, x21, #0x0=0A= 134: f9000e76 str x22, [x19, #24]=0A= set_current_state(TASK_PARKED);=0A= 138: f90b8a75 str x21, [x19, #5904]=0A= 13c: d5033bbf dmb ish=0A= 140: f9400280 ldr x0, [x20]=0A= clear_bit(KTHREAD_IS_PARKED, &self->flags);=0A= 144: aa1403e1 mov x1, x20=0A= if (!test_bit(KTHREAD_SHOULD_PARK, &self->flags))=0A= 148: 361001a0 tbz w0, #2, 17c <__kthread_parkme+0x8c>=0A= 14c: d503201f nop=0A= if (!test_and_set_bit(KTHREAD_IS_PARKED, &self->flags))=0A= 150: 52800060 mov w0, #0x3 // #3=0A= 154: 94000000 bl 0 =0A= 158: 34000320 cbz w0, 1bc <__kthread_parkme+0xcc>=0A= schedule();=0A= 15c: 94000000 bl 0 =0A= 160: d5384113 mrs x19, sp_el0=0A= 164: f9000e76 str x22, [x19, #24]=0A= set_current_state(TASK_PARKED);=0A= 168: f90b8a75 str x21, [x19, #5904]=0A= 16c: d5033bbf dmb ish=0A= 170: f9400280 ldr x0, [x20]=0A= clear_bit(KTHREAD_IS_PARKED, &self->flags);=0A= 174: aa1403e1 mov x1, x20=0A= if (!test_bit(KTHREAD_SHOULD_PARK, &self->flags))=0A= 178: 3717fec0 tbnz w0, #2, 150 <__kthread_parkme+0x60>=0A= clear_bit(KTHREAD_IS_PARKED, &self->flags);=0A= 17c: 52800060 mov w0, #0x3 // #3=0A= 180: 94000000 bl 0 =0A= __set_current_state(TASK_RUNNING);=0A= 184: 90000000 adrp x0, 0 =0A= 188: 91000000 add x0, x0, #0x0=0A= 18c: f9000e7f str xzr, [x19, #24]=0A= 190: f90b8a60 str x0, [x19, #5904]=0A= }=0A= 194: f94007e1 ldr x1, [sp, #8]=0A= 198: f94002e0 ldr x0, [x23]=0A= 19c: ca000020 eor x0, x1, x0=0A= 1a0: b5000160 cbnz x0, 1cc <__kthread_parkme+0xdc>=0A= 1a4: a9417bfd ldp x29, x30, [sp, #16]=0A= 1a8: a94253f3 ldp x19, x20, [sp, #32]=0A= 1ac: a9435bf5 ldp x21, x22, [sp, #48]=0A= 1b0: a94463f7 ldp x23, x24, [sp, #64]=0A= 1b4: 910143ff add sp, sp, #0x50=0A= 1b8: d65f03c0 ret=0A= complete(&self->parked);=0A= 1bc: aa1803e0 mov x0, x24=0A= 1c0: 94000000 bl 0 =0A= schedule();=0A= 1c4: 94000000 bl 0 =0A= 1c8: 17ffffe6 b 160 <__kthread_parkme+0x70>=0A= }=0A= 1cc: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 00000000000001d0 :=0A= {=0A= 1d0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 1d4: d5384100 mrs x0, sp_el0=0A= 1d8: 910003fd mov x29, sp=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1dc: b9403401 ldr w1, [x0, #52]=0A= 1e0: 36a800a1 tbz w1, #21, 1f4 =0A= __kthread_parkme(to_kthread(current));=0A= 1e4: f9434000 ldr x0, [x0, #1664]=0A= 1e8: 97ffffc2 bl f0 <__kthread_parkme>=0A= }=0A= 1ec: a8c17bfd ldp x29, x30, [sp], #16=0A= 1f0: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1f4: d4210000 brk #0x800=0A= 1f8: 17fffffb b 1e4 =0A= 1fc: d503201f nop=0A= =0A= 0000000000000200 <__kthread_create_on_node>:=0A= {=0A= 200: d10403ff sub sp, sp, #0x100=0A= 204: a90a7bfd stp x29, x30, [sp, #160]=0A= 208: 910283fd add x29, sp, #0xa0=0A= 20c: a90c5bf5 stp x21, x22, [sp, #192]=0A= 210: 90000015 adrp x21, 0 <__stack_chk_guard>=0A= 214: 910002b5 add x21, x21, #0x0=0A= * structure.=0A= */=0A= static inline void __init_completion(struct completion *x)=0A= {=0A= x->done =3D 0;=0A= init_swait_queue_head(&x->wait);=0A= 218: 90000016 adrp x22, 0 =0A= 21c: 910002d6 add x22, x22, #0x0=0A= 220: a90e6bf9 stp x25, x26, [sp, #224]=0A= 224: aa0003f9 mov x25, x0=0A= 228: f94002a0 ldr x0, [x21]=0A= 22c: f9004fe0 str x0, [sp, #152]=0A= 230: d2800000 mov x0, #0x0 // #0=0A= 234: 9100c3e0 add x0, sp, #0x30=0A= 238: aa0403fa mov x26, x4=0A= x->done =3D 0;=0A= 23c: b9002bff str wzr, [sp, #40]=0A= 240: a90b53f3 stp x19, x20, [sp, #176]=0A= return ERR_PTR(-ENOMEM);=0A= 244: 92800174 mov x20, #0xfffffffffffffff4 // #-12=0A= {=0A= 248: a90d63f7 stp x23, x24, [sp, #208]=0A= 24c: aa0103f8 mov x24, x1=0A= 250: 2a0203f7 mov w23, w2=0A= init_swait_queue_head(&x->wait);=0A= 254: 90000001 adrp x1, 0 =0A= 258: aa1603e2 mov x2, x22=0A= 25c: 91000021 add x1, x1, #0x0=0A= 260: f9007bfb str x27, [sp, #240]=0A= 264: aa0303fb mov x27, x3=0A= 268: 94000000 bl 0 <__init_swait_queue_head>=0A= index =3D kmalloc_index(size);=0A= =0A= if (!index)=0A= return ZERO_SIZE_PTR;=0A= =0A= return kmem_cache_alloc_trace(=0A= 26c: 90000000 adrp x0, 0 =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 270: 52801801 mov w1, #0xc0 // #192=0A= 274: 72a02801 movk w1, #0x140, lsl #16=0A= 278: f9400000 ldr x0, [x0]=0A= 27c: 94000000 bl 0 =0A= if (!create)=0A= 280: b4000380 cbz x0, 2f0 <__kthread_create_on_node+0xf0>=0A= create->threadfn =3D threadfn;=0A= 284: aa0003f3 mov x19, x0=0A= create->done =3D &done;=0A= 288: 9100a3e1 add x1, sp, #0x28=0A= spin_lock(&kthread_create_lock);=0A= 28c: 90000014 adrp x20, 0 =0A= 290: 91000294 add x20, x20, #0x0=0A= 294: aa1403e0 mov x0, x20=0A= create->data =3D data;=0A= 298: a9006279 stp x25, x24, [x19]=0A= create->node =3D node;=0A= 29c: b9001277 str w23, [x19, #16]=0A= create->done =3D &done;=0A= 2a0: f9001261 str x1, [x19, #32]=0A= spin_lock(&kthread_create_lock);=0A= 2a4: 94000000 bl 0 =0A= * Insert a new entry before the specified head.=0A= * This is useful for implementing queues.=0A= */=0A= static inline void list_add_tail(struct list_head *new, struct list_head = *head)=0A= {=0A= __list_add(new, head->prev, head);=0A= 2a8: f9407e82 ldr x2, [x20, #248]=0A= list_add_tail(&create->list, &kthread_create_list);=0A= 2ac: 9100a261 add x1, x19, #0x28=0A= new->next =3D next;=0A= 2b0: 9103c280 add x0, x20, #0xf0=0A= new->prev =3D prev;=0A= 2b4: a9028a60 stp x0, x2, [x19, #40]=0A= spin_unlock(&kthread_create_lock);=0A= 2b8: aa1403e0 mov x0, x20=0A= next->prev =3D new;=0A= 2bc: f9007e81 str x1, [x20, #248]=0A= 2c0: f9000041 str x1, [x2]=0A= 2c4: 94000000 bl 0 =0A= wake_up_process(kthreadd_task);=0A= 2c8: f94006c0 ldr x0, [x22, #8]=0A= 2cc: 94000000 bl 0 =0A= if (unlikely(wait_for_completion_killable(&done))) {=0A= 2d0: 9100a3e0 add x0, sp, #0x28=0A= 2d4: 94000000 bl 0 =0A= 2d8: 35000540 cbnz w0, 380 <__kthread_create_on_node+0x180>=0A= task =3D create->result;=0A= 2dc: f9400e74 ldr x20, [x19, #24]=0A= if (!IS_ERR(task)) {=0A= 2e0: b140069f cmn x20, #0x1, lsl #12=0A= 2e4: 54000209 b.ls 324 <__kthread_create_on_node+0x124> // b.plast=0A= kfree(create);=0A= 2e8: aa1303e0 mov x0, x19=0A= 2ec: 94000000 bl 0 =0A= }=0A= 2f0: aa1403e0 mov x0, x20=0A= 2f4: f9404fe2 ldr x2, [sp, #152]=0A= 2f8: f94002a1 ldr x1, [x21]=0A= 2fc: ca010041 eor x1, x2, x1=0A= 300: b5000581 cbnz x1, 3b0 <__kthread_create_on_node+0x1b0>=0A= 304: a94a7bfd ldp x29, x30, [sp, #160]=0A= 308: a94b53f3 ldp x19, x20, [sp, #176]=0A= 30c: a94c5bf5 ldp x21, x22, [sp, #192]=0A= 310: a94d63f7 ldp x23, x24, [sp, #208]=0A= 314: a94e6bf9 ldp x25, x26, [sp, #224]=0A= 318: f9407bfb ldr x27, [sp, #240]=0A= 31c: 910403ff add sp, sp, #0x100=0A= 320: d65f03c0 ret=0A= vsnprintf(name, sizeof(name), namefmt, args);=0A= 324: a9401f46 ldp x6, x7, [x26]=0A= 328: 910003e3 mov x3, sp=0A= 32c: a9411744 ldp x4, x5, [x26, #16]=0A= 330: aa1b03e2 mov x2, x27=0A= 334: d2800201 mov x1, #0x10 // #16=0A= 338: 910223e0 add x0, sp, #0x88=0A= 33c: a9001fe6 stp x6, x7, [sp]=0A= 340: a90117e4 stp x4, x5, [sp, #16]=0A= 344: 94000000 bl 0 =0A= =0A= extern void __set_task_comm(struct task_struct *tsk, const char *from, = bool exec);=0A= =0A= static inline void set_task_comm(struct task_struct *tsk, const char = *from)=0A= {=0A= __set_task_comm(tsk, from, false);=0A= 348: aa1403e0 mov x0, x20=0A= 34c: 910223e1 add x1, sp, #0x88=0A= 350: 52800002 mov w2, #0x0 // #0=0A= 354: 94000000 bl 0 <__set_task_comm>=0A= sched_setscheduler_nocheck(task, SCHED_NORMAL, ¶m);=0A= 358: 90000002 adrp x2, 0 =0A= 35c: 91000042 add x2, x2, #0x0=0A= 360: 52800001 mov w1, #0x0 // #0=0A= 364: aa1403e0 mov x0, x20=0A= 368: 94000000 bl 0 =0A= set_cpus_allowed_ptr(task, cpu_all_mask);=0A= 36c: aa1403e0 mov x0, x20=0A= 370: 90000001 adrp x1, 0 =0A= 374: 91000021 add x1, x1, #0x0=0A= 378: 94000000 bl 0 =0A= 37c: 17ffffdb b 2e8 <__kthread_create_on_node+0xe8>=0A= __XCHG_CASE(w, , rel_4, , , , , l, "memory")=0A= __XCHG_CASE( , , rel_8, , , , , l, "memory")=0A= __XCHG_CASE(w, b, mb_1, dmb ish, nop, , a, l, "memory")=0A= __XCHG_CASE(w, h, mb_2, dmb ish, nop, , a, l, "memory")=0A= __XCHG_CASE(w, , mb_4, dmb ish, nop, , a, l, "memory")=0A= __XCHG_CASE( , , mb_8, dmb ish, nop, , a, l, "memory")=0A= 380: d2800000 mov x0, #0x0 // #0=0A= 384: 91008263 add x3, x19, #0x20=0A= 388: f9800071 prfm pstl1strm, [x3]=0A= 38c: c85f7c61 ldxr x1, [x3]=0A= 390: c802fc60 stlxr w2, x0, [x3]=0A= 394: 35ffffc2 cbnz w2, 38c <__kthread_create_on_node+0x18c>=0A= 398: d5033bbf dmb ish=0A= return ERR_PTR(-EINTR);=0A= 39c: 92800074 mov x20, #0xfffffffffffffffc // #-4=0A= if (xchg(&create->done, NULL))=0A= 3a0: b5fffa81 cbnz x1, 2f0 <__kthread_create_on_node+0xf0>=0A= wait_for_completion(&done);=0A= 3a4: 9100a3e0 add x0, sp, #0x28=0A= 3a8: 94000000 bl 0 =0A= 3ac: 17ffffcc b 2dc <__kthread_create_on_node+0xdc>=0A= }=0A= 3b0: 94000000 bl 0 <__stack_chk_fail>=0A= 3b4: d503201f nop=0A= =0A= 00000000000003b8 :=0A= {=0A= 3b8: d10243ff sub sp, sp, #0x90=0A= va_start(args, namefmt);=0A= 3bc: 128003e8 mov w8, #0xffffffe0 // #-32=0A= 3c0: 9101c3e9 add x9, sp, #0x70=0A= 3c4: 910243ea add x10, sp, #0x90=0A= {=0A= 3c8: a9057bfd stp x29, x30, [sp, #80]=0A= 3cc: 910143fd add x29, sp, #0x50=0A= va_start(args, namefmt);=0A= 3d0: a902abea stp x10, x10, [sp, #40]=0A= {=0A= 3d4: f90033f3 str x19, [sp, #96]=0A= 3d8: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 3dc: 91000273 add x19, x19, #0x0=0A= va_start(args, namefmt);=0A= 3e0: f9001fe9 str x9, [sp, #56]=0A= {=0A= 3e4: f9400269 ldr x9, [x19]=0A= 3e8: f90027e9 str x9, [sp, #72]=0A= 3ec: d2800009 mov x9, #0x0 // #0=0A= va_start(args, namefmt);=0A= 3f0: 29087fe8 stp w8, wzr, [sp, #64]=0A= task =3D __kthread_create_on_node(threadfn, data, node, namefmt, args);=0A= 3f4: a942a7e8 ldp x8, x9, [sp, #40]=0A= 3f8: a90027e8 stp x8, x9, [sp]=0A= 3fc: a943a7e8 ldp x8, x9, [sp, #56]=0A= 400: a90127e8 stp x8, x9, [sp, #16]=0A= {=0A= 404: a90717e4 stp x4, x5, [sp, #112]=0A= task =3D __kthread_create_on_node(threadfn, data, node, namefmt, args);=0A= 408: 910003e4 mov x4, sp=0A= {=0A= 40c: a9081fe6 stp x6, x7, [sp, #128]=0A= task =3D __kthread_create_on_node(threadfn, data, node, namefmt, args);=0A= 410: 97ffff7c bl 200 <__kthread_create_on_node>=0A= }=0A= 414: f94027e2 ldr x2, [sp, #72]=0A= 418: f9400261 ldr x1, [x19]=0A= 41c: ca010041 eor x1, x2, x1=0A= 420: b50000a1 cbnz x1, 434 =0A= 424: a9457bfd ldp x29, x30, [sp, #80]=0A= 428: f94033f3 ldr x19, [sp, #96]=0A= 42c: 910243ff add sp, sp, #0x90=0A= 430: d65f03c0 ret=0A= 434: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000000438 :=0A= {=0A= 438: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 43c: 910003fd mov x29, sp=0A= 440: a90153f3 stp x19, x20, [sp, #16]=0A= 444: f90013f5 str x21, [sp, #32]=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 448: b9403401 ldr w1, [x0, #52]=0A= 44c: 36a80381 tbz w1, #21, 4bc =0A= return (__force void *)k->set_child_tid;=0A= 450: f9434015 ldr x21, [x0, #1664]=0A= if (WARN_ON(k->flags & PF_EXITING))=0A= 454: 371003a1 tbnz w1, #2, 4c8 =0A= 458: f94002b3 ldr x19, [x21]=0A= 45c: 53030e73 ubfx w19, w19, #3, #1=0A= if (!test_bit(KTHREAD_IS_PARKED, &kthread->flags)) {=0A= 460: 340000f3 cbz w19, 47c =0A= return 0;=0A= 464: 52800013 mov w19, #0x0 // #0=0A= }=0A= 468: 2a1303e0 mov w0, w19=0A= 46c: a94153f3 ldp x19, x20, [sp, #16]=0A= 470: f94013f5 ldr x21, [sp, #32]=0A= 474: a8c37bfd ldp x29, x30, [sp], #48=0A= 478: d65f03c0 ret=0A= 47c: aa0003f4 mov x20, x0=0A= set_bit(KTHREAD_SHOULD_PARK, &kthread->flags);=0A= 480: aa1503e1 mov x1, x21=0A= 484: 52800040 mov w0, #0x2 // #2=0A= 488: 94000000 bl 0 =0A= 48c: d5384100 mrs x0, sp_el0=0A= if (k !=3D current) {=0A= 490: eb00029f cmp x20, x0=0A= 494: 54fffe80 b.eq 464 // b.none=0A= wake_up_process(k);=0A= 498: aa1403e0 mov x0, x20=0A= 49c: 94000000 bl 0 =0A= wait_for_completion(&kthread->parked);=0A= 4a0: 910062a0 add x0, x21, #0x18=0A= 4a4: 94000000 bl 0 =0A= }=0A= 4a8: 2a1303e0 mov w0, w19=0A= 4ac: a94153f3 ldp x19, x20, [sp, #16]=0A= 4b0: f94013f5 ldr x21, [sp, #32]=0A= 4b4: a8c37bfd ldp x29, x30, [sp], #48=0A= 4b8: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 4bc: d4210000 brk #0x800=0A= 4c0: b9403401 ldr w1, [x0, #52]=0A= 4c4: 17ffffe3 b 450 =0A= if (WARN_ON(k->flags & PF_EXITING))=0A= 4c8: d4210000 brk #0x800=0A= return -ENOSYS;=0A= 4cc: 128004b3 mov w19, #0xffffffda // #-38=0A= 4d0: 17ffffe6 b 468 =0A= 4d4: d503201f nop=0A= =0A= 00000000000004d8 :=0A= {=0A= 4d8: a9ba7bfd stp x29, x30, [sp, #-96]!=0A= return kmem_cache_alloc_trace(=0A= 4dc: 90000002 adrp x2, 0 =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 4e0: 52801801 mov w1, #0xc0 // #192=0A= 4e4: 910003fd mov x29, sp=0A= 4e8: a90153f3 stp x19, x20, [sp, #16]=0A= 4ec: aa0003f3 mov x19, x0=0A= 4f0: 72a02801 movk w1, #0x140, lsl #16=0A= 4f4: f9400040 ldr x0, [x2]=0A= 4f8: a9025bf5 stp x21, x22, [sp, #32]=0A= 4fc: d5384115 mrs x21, sp_el0=0A= 500: a9046bf9 stp x25, x26, [sp, #64]=0A= void *data =3D create->data;=0A= 504: a940667a ldp x26, x25, [x19]=0A= 508: 94000000 bl 0 =0A= 50c: 91008262 add x2, x19, #0x20=0A= 510: aa0003f4 mov x20, x0=0A= 514: d2800000 mov x0, #0x0 // #0=0A= current->set_child_tid =3D (__force void __user *)kthread;=0A= 518: f90342b4 str x20, [x21, #1664]=0A= 51c: f9800051 prfm pstl1strm, [x2]=0A= 520: c85f7c56 ldxr x22, [x2]=0A= 524: c801fc40 stlxr w1, x0, [x2]=0A= 528: 35ffffc1 cbnz w1, 520 =0A= 52c: d5033bbf dmb ish=0A= if (!done) {=0A= 530: a90363f7 stp x23, x24, [sp, #48]=0A= 534: f9002bfb str x27, [sp, #80]=0A= 538: b4000536 cbz x22, 5dc =0A= if (!self) {=0A= 53c: b4000454 cbz x20, 5c4 =0A= self->flags =3D 0;=0A= 540: f900029f str xzr, [x20]=0A= 544: 90000018 adrp x24, 0 =0A= self->data =3D data;=0A= 548: f9000a99 str x25, [x20, #16]=0A= 54c: 91000318 add x24, x24, #0x0=0A= x->done =3D 0;=0A= 550: b9007a9f str wzr, [x20, #120]=0A= init_swait_queue_head(&x->wait);=0A= 554: 90000017 adrp x23, 0 =0A= 558: 910002f7 add x23, x23, #0x0=0A= 55c: aa1803e2 mov x2, x24=0A= 560: aa1703e1 mov x1, x23=0A= 564: 91020280 add x0, x20, #0x80=0A= 568: 94000000 bl 0 <__init_swait_queue_head>=0A= x->done =3D 0;=0A= 56c: b9001a9f str wzr, [x20, #24]=0A= init_swait_queue_head(&x->wait);=0A= 570: aa1803e2 mov x2, x24=0A= 574: aa1703e1 mov x1, x23=0A= 578: 91008280 add x0, x20, #0x20=0A= 57c: 94000000 bl 0 <__init_swait_queue_head>=0A= complete(done);=0A= 580: aa1603e0 mov x0, x22=0A= __set_current_state(TASK_UNINTERRUPTIBLE);=0A= 584: d2800042 mov x2, #0x2 // #2=0A= x->done =3D 0;=0A= 588: 9101e29b add x27, x20, #0x78=0A= 58c: 90000001 adrp x1, 0 =0A= 590: 91000021 add x1, x1, #0x0=0A= 594: f9000ea2 str x2, [x21, #24]=0A= current->vfork_done =3D &self->exited;=0A= 598: f9033ebb str x27, [x21, #1656]=0A= __set_current_state(TASK_UNINTERRUPTIBLE);=0A= 59c: f90b8aa1 str x1, [x21, #5904]=0A= create->result =3D current;=0A= 5a0: f9000e75 str x21, [x19, #24]=0A= complete(done);=0A= 5a4: 94000000 bl 0 =0A= schedule();=0A= 5a8: 94000000 bl 0 =0A= 5ac: f9400280 ldr x0, [x20]=0A= if (!test_bit(KTHREAD_SHOULD_STOP, &self->flags)) {=0A= 5b0: 721f001f tst w0, #0x2=0A= 5b4: 540001c0 b.eq 5ec // b.none=0A= ret =3D -EINTR;=0A= 5b8: 12800060 mov w0, #0xfffffffc // #-4=0A= do_exit(ret);=0A= 5bc: 93407c00 sxtw x0, w0=0A= 5c0: 94000000 bl 0 =0A= create->result =3D ERR_PTR(-ENOMEM);=0A= 5c4: 92800174 mov x20, #0xfffffffffffffff4 // #-12=0A= 5c8: f9000e74 str x20, [x19, #24]=0A= complete(done);=0A= 5cc: aa1603e0 mov x0, x22=0A= 5d0: 94000000 bl 0 =0A= do_exit(-ENOMEM);=0A= 5d4: aa1403e0 mov x0, x20=0A= 5d8: 94000000 bl 0 =0A= kfree(create);=0A= 5dc: aa1303e0 mov x0, x19=0A= 5e0: 94000000 bl 0 =0A= do_exit(-EINTR);=0A= 5e4: 92800060 mov x0, #0xfffffffffffffffc // #-4=0A= 5e8: 94000000 bl 0 =0A= {=0A= /*=0A= * This kthread finished initialization. The creator should have=0A= * set PF_NO_SETAFFINITY if this kthread should stay in the root.=0A= */=0A= current->no_cgroup_migration =3D 0;=0A= 5ec: 3955a2a1 ldrb w1, [x21, #1384]=0A= __kthread_parkme(self);=0A= 5f0: aa1403e0 mov x0, x20=0A= 5f4: 121c7821 and w1, w1, #0xfffffff7=0A= 5f8: 3915a2a1 strb w1, [x21, #1384]=0A= 5fc: 97fffebd bl f0 <__kthread_parkme>=0A= ret =3D threadfn(data);=0A= 600: aa1903e0 mov x0, x25=0A= 604: d63f0340 blr x26=0A= 608: 17ffffed b 5bc =0A= 60c: d503201f nop=0A= =0A= 0000000000000610 <__kthread_init_worker>:=0A= {=0A= 610: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= raw_spin_lock_init(&worker->lock);=0A= 614: 90000003 adrp x3, 0 =0A= 618: 91000063 add x3, x3, #0x0=0A= {=0A= 61c: 910003fd mov x29, sp=0A= 620: a90153f3 stp x19, x20, [sp, #16]=0A= 624: aa0003f3 mov x19, x0=0A= 628: aa0103f4 mov x20, x1=0A= 62c: f90013f5 str x21, [sp, #32]=0A= raw_spin_lock_init(&worker->lock);=0A= 630: 91002000 add x0, x0, #0x8=0A= memset(worker, 0, sizeof(struct kthread_worker));=0A= 634: a9007e7f stp xzr, xzr, [x19]=0A= {=0A= 638: aa0203f5 mov x21, x2=0A= raw_spin_lock_init(&worker->lock);=0A= 63c: 90000001 adrp x1, 0 =0A= memset(worker, 0, sizeof(struct kthread_worker));=0A= 640: a9017e7f stp xzr, xzr, [x19, #16]=0A= raw_spin_lock_init(&worker->lock);=0A= 644: 91004062 add x2, x3, #0x10=0A= 648: 91000021 add x1, x1, #0x0=0A= memset(worker, 0, sizeof(struct kthread_worker));=0A= 64c: a9027e7f stp xzr, xzr, [x19, #32]=0A= 650: a9037e7f stp xzr, xzr, [x19, #48]=0A= 654: a9047e7f stp xzr, xzr, [x19, #64]=0A= 658: a9057e7f stp xzr, xzr, [x19, #80]=0A= 65c: a9067e7f stp xzr, xzr, [x19, #96]=0A= 660: a9077e7f stp xzr, xzr, [x19, #112]=0A= raw_spin_lock_init(&worker->lock);=0A= 664: 94000000 bl 0 <__raw_spin_lock_init>=0A= lockdep_set_class_and_name(&worker->lock, key, name);=0A= 668: aa1503e2 mov x2, x21=0A= 66c: aa1403e1 mov x1, x20=0A= 670: 91008260 add x0, x19, #0x20=0A= 674: 52800003 mov w3, #0x0 // #0=0A= 678: 94000000 bl 0 =0A= INIT_LIST_HEAD(&worker->work_list);=0A= 67c: 91014261 add x1, x19, #0x50=0A= 680: f9002a61 str x1, [x19, #80]=0A= INIT_LIST_HEAD(&worker->delayed_work_list);=0A= 684: 91018260 add x0, x19, #0x60=0A= list->prev =3D list;=0A= 688: f9002e61 str x1, [x19, #88]=0A= 68c: f9003260 str x0, [x19, #96]=0A= 690: f9003660 str x0, [x19, #104]=0A= }=0A= 694: a94153f3 ldp x19, x20, [sp, #16]=0A= 698: f94013f5 ldr x21, [sp, #32]=0A= 69c: a8c37bfd ldp x29, x30, [sp], #48=0A= 6a0: d65f03c0 ret=0A= 6a4: d503201f nop=0A= =0A= 00000000000006a8 :=0A= {=0A= 6a8: d10183ff sub sp, sp, #0x60=0A= 6ac: a9017bfd stp x29, x30, [sp, #16]=0A= 6b0: 910043fd add x29, sp, #0x10=0A= 6b4: a90253f3 stp x19, x20, [sp, #32]=0A= 6b8: aa0003f4 mov x20, x0=0A= 6bc: a9035bf5 stp x21, x22, [sp, #48]=0A= 6c0: a90463f7 stp x23, x24, [sp, #64]=0A= 6c4: a9056bf9 stp x25, x26, [sp, #80]=0A= 6c8: 9000001a adrp x26, 0 <__stack_chk_guard>=0A= 6cc: 9100035a add x26, x26, #0x0=0A= 6d0: f9400340 ldr x0, [x26]=0A= 6d4: f90007e0 str x0, [sp, #8]=0A= 6d8: d2800000 mov x0, #0x0 // #0=0A= WARN_ON(worker->task && worker->task !=3D current);=0A= 6dc: f9403a80 ldr x0, [x20, #112]=0A= 6e0: b40000a0 cbz x0, 6f4 =0A= 6e4: d5384101 mrs x1, sp_el0=0A= 6e8: eb01001f cmp x0, x1=0A= 6ec: 54000040 b.eq 6f4 // b.none=0A= 6f0: d4210000 brk #0x800=0A= if (worker->flags & KTW_FREEZABLE)=0A= 6f4: b9400280 ldr w0, [x20]=0A= 6f8: d5384101 mrs x1, sp_el0=0A= worker->task =3D current;=0A= 6fc: f9003a81 str x1, [x20, #112]=0A= if (worker->flags & KTW_FREEZABLE)=0A= 700: 37000da0 tbnz w0, #0, 8b4 =0A= 704: 90000017 adrp x23, 0 =0A= __READ_ONCE_SIZE;=0A= 708: 90000016 adrp x22, 0 =0A= __set_current_state(TASK_RUNNING);=0A= 70c: 90000019 adrp x25, 0 =0A= 710: 910002f7 add x23, x23, #0x0=0A= 714: 910002d6 add x22, x22, #0x0=0A= 718: 91002295 add x21, x20, #0x8=0A= 71c: 91000339 add x25, x25, #0x0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 720: d2800038 mov x24, #0x1 // #1=0A= 724: 1400000e b 75c =0A= * DO NOT ADD ANY NEW CALLERS OF THIS FUNCTION=0A= * If try_to_freeze causes a lockdep warning it means the caller may = deadlock=0A= */=0A= static inline bool try_to_freeze_unsafe(void)=0A= {=0A= might_sleep();=0A= 728: 52800721 mov w1, #0x39 // #57=0A= 72c: 90000000 adrp x0, 0 =0A= 730: 52800002 mov w2, #0x0 // #0=0A= 734: 91000000 add x0, x0, #0x0=0A= 738: 94000000 bl 0 <__might_sleep>=0A= __READ_ONCE_SIZE;=0A= 73c: b94002c1 ldr w1, [x22]=0A= 740: d5384100 mrs x0, sp_el0=0A= if (likely(!atomic_read(&system_freezing_cnt)))=0A= 744: 35000621 cbnz w1, 808 =0A= cond_resched();=0A= 748: 90000000 adrp x0, 0 =0A= 74c: 52800002 mov w2, #0x0 // #0=0A= 750: 91000000 add x0, x0, #0x0=0A= 754: 528050e1 mov w1, #0x287 // #647=0A= 758: 94000000 bl 0 <___might_sleep>=0A= 75c: d5384100 mrs x0, sp_el0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 760: f9000c18 str x24, [x0, #24]=0A= set_current_state(TASK_INTERRUPTIBLE); /* mb paired w/ kthread_stop */=0A= 764: f90b8817 str x23, [x0, #5904]=0A= 768: d5033bbf dmb ish=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 76c: b9403401 ldr w1, [x0, #52]=0A= 770: 36a80941 tbz w1, #21, 898 =0A= return (__force void *)k->set_child_tid;=0A= 774: f9434000 ldr x0, [x0, #1664]=0A= 778: f9400000 ldr x0, [x0]=0A= if (kthread_should_stop()) {=0A= 77c: 37080620 tbnz w0, #1, 840 =0A= raw_spin_lock_irq(&worker->lock);=0A= 780: aa1503e0 mov x0, x21=0A= 784: 94000000 bl 0 <_raw_spin_lock_irq>=0A= __READ_ONCE_SIZE;=0A= 788: aa1403e0 mov x0, x20=0A= 78c: f8450c01 ldr x1, [x0, #80]!=0A= if (!list_empty(&worker->work_list)) {=0A= 790: eb01001f cmp x0, x1=0A= 794: 54000460 b.eq 820 // b.none=0A= work =3D list_first_entry(&worker->work_list,=0A= 798: f9402a93 ldr x19, [x20, #80]=0A= raw_spin_unlock_irq(&worker->lock);=0A= 79c: aa1503e0 mov x0, x21=0A= static inline void __list_del_entry(struct list_head *entry)=0A= {=0A= if (!__list_del_entry_valid(entry))=0A= return;=0A= =0A= __list_del(entry->prev, entry->next);=0A= 7a0: a9400662 ldp x2, x1, [x19]=0A= next->prev =3D prev;=0A= 7a4: f9000441 str x1, [x2, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 7a8: f9000022 str x2, [x1]=0A= 7ac: f9000273 str x19, [x19]=0A= list->prev =3D list;=0A= 7b0: f9000673 str x19, [x19, #8]=0A= worker->current_work =3D work;=0A= 7b4: f9003e93 str x19, [x20, #120]=0A= raw_spin_unlock_irq(&worker->lock);=0A= 7b8: 94000000 bl 0 <_raw_spin_unlock_irq>=0A= if (work) {=0A= 7bc: b4000393 cbz x19, 82c =0A= 7c0: d5384101 mrs x1, sp_el0=0A= __set_current_state(TASK_RUNNING);=0A= 7c4: f9000c3f str xzr, [x1, #24]=0A= work->func(work);=0A= 7c8: aa1303e0 mov x0, x19=0A= __set_current_state(TASK_RUNNING);=0A= 7cc: f90b8839 str x25, [x1, #5904]=0A= work->func(work);=0A= 7d0: f9400a61 ldr x1, [x19, #16]=0A= 7d4: d63f0020 blr x1=0A= 7d8: d5384100 mrs x0, sp_el0=0A= return __refrigerator(false);=0A= }=0A= =0A= static inline bool try_to_freeze(void)=0A= {=0A= if (!(current->flags & PF_NOFREEZE))=0A= 7dc: b9403400 ldr w0, [x0, #52]=0A= 7e0: 377ffa40 tbnz w0, #15, 728 =0A= debug_check_no_locks_held();=0A= 7e4: 94000000 bl 0 =0A= might_sleep();=0A= 7e8: 52800721 mov w1, #0x39 // #57=0A= 7ec: 90000000 adrp x0, 0 =0A= 7f0: 52800002 mov w2, #0x0 // #0=0A= 7f4: 91000000 add x0, x0, #0x0=0A= 7f8: 94000000 bl 0 <__might_sleep>=0A= __READ_ONCE_SIZE;=0A= 7fc: b94002c1 ldr w1, [x22]=0A= 800: d5384100 mrs x0, sp_el0=0A= if (likely(!atomic_read(&system_freezing_cnt)))=0A= 804: 34fffa21 cbz w1, 748 =0A= return freezing_slow_path(p);=0A= 808: 94000000 bl 0 =0A= if (likely(!freezing(current)))=0A= 80c: 72001c1f tst w0, #0xff=0A= 810: 54fff9c0 b.eq 748 // b.none=0A= return __refrigerator(false);=0A= 814: 52800000 mov w0, #0x0 // #0=0A= 818: 94000000 bl 0 <__refrigerator>=0A= 81c: 17ffffcb b 748 =0A= worker->current_work =3D work;=0A= 820: f9003e9f str xzr, [x20, #120]=0A= raw_spin_unlock_irq(&worker->lock);=0A= 824: aa1503e0 mov x0, x21=0A= 828: 94000000 bl 0 <_raw_spin_unlock_irq>=0A= 82c: b94002c1 ldr w1, [x22]=0A= 830: d5384100 mrs x0, sp_el0=0A= if (likely(!atomic_read(&system_freezing_cnt)))=0A= 834: 35000361 cbnz w1, 8a0 =0A= schedule();=0A= 838: 94000000 bl 0 =0A= 83c: 17ffffe7 b 7d8 =0A= __set_current_state(TASK_RUNNING);=0A= 840: 90000001 adrp x1, 0 =0A= 844: 91000021 add x1, x1, #0x0=0A= 848: d5384102 mrs x2, sp_el0=0A= 84c: f9000c5f str xzr, [x2, #24]=0A= raw_spin_lock_irq(&worker->lock);=0A= 850: aa1503e0 mov x0, x21=0A= __set_current_state(TASK_RUNNING);=0A= 854: f90b8841 str x1, [x2, #5904]=0A= raw_spin_lock_irq(&worker->lock);=0A= 858: 94000000 bl 0 <_raw_spin_lock_irq>=0A= worker->task =3D NULL;=0A= 85c: f9003a9f str xzr, [x20, #112]=0A= raw_spin_unlock_irq(&worker->lock);=0A= 860: aa1503e0 mov x0, x21=0A= 864: 94000000 bl 0 <_raw_spin_unlock_irq>=0A= }=0A= 868: f94007e0 ldr x0, [sp, #8]=0A= 86c: f9400341 ldr x1, [x26]=0A= 870: ca010001 eor x1, x0, x1=0A= 874: 52800000 mov w0, #0x0 // #0=0A= 878: b5000221 cbnz x1, 8bc =0A= 87c: a9417bfd ldp x29, x30, [sp, #16]=0A= 880: a94253f3 ldp x19, x20, [sp, #32]=0A= 884: a9435bf5 ldp x21, x22, [sp, #48]=0A= 888: a94463f7 ldp x23, x24, [sp, #64]=0A= 88c: a9456bf9 ldp x25, x26, [sp, #80]=0A= 890: 910183ff add sp, sp, #0x60=0A= 894: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 898: d4210000 brk #0x800=0A= 89c: 17ffffb6 b 774 =0A= return freezing_slow_path(p);=0A= 8a0: 94000000 bl 0 =0A= } else if (!freezing(current))=0A= 8a4: 72001c1f tst w0, #0xff=0A= 8a8: 54fff981 b.ne 7d8 // b.any=0A= schedule();=0A= 8ac: 94000000 bl 0 =0A= 8b0: 17ffffca b 7d8 =0A= set_freezable();=0A= 8b4: 94000000 bl 0 =0A= 8b8: 17ffff93 b 704 =0A= }=0A= 8bc: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 00000000000008c0 <__kthread_cancel_work>:=0A= * Return: %true if @work was pending and successfully canceled,=0A= * %false if @work was not pending=0A= */=0A= static bool __kthread_cancel_work(struct kthread_work *work, bool = is_dwork,=0A= unsigned long *flags)=0A= {=0A= 8c0: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= /* Try to cancel the timer if exists. */=0A= if (is_dwork) {=0A= 8c4: 72001c3f tst w1, #0xff=0A= {=0A= 8c8: 910003fd mov x29, sp=0A= 8cc: a90153f3 stp x19, x20, [sp, #16]=0A= 8d0: aa0003f3 mov x19, x0=0A= if (is_dwork) {=0A= 8d4: 540001c1 b.ne 90c <__kthread_cancel_work+0x4c> // b.any=0A= 8d8: f9400261 ldr x1, [x19]=0A= if (!list_empty(&work->node)) {=0A= list_del_init(&work->node);=0A= return true;=0A= }=0A= =0A= return false;=0A= 8dc: 52800000 mov w0, #0x0 // #0=0A= if (!list_empty(&work->node)) {=0A= 8e0: eb01027f cmp x19, x1=0A= 8e4: 540000e0 b.eq 900 <__kthread_cancel_work+0x40> // b.none=0A= __list_del(entry->prev, entry->next);=0A= 8e8: a9400662 ldp x2, x1, [x19]=0A= next->prev =3D prev;=0A= 8ec: f9000441 str x1, [x2, #8]=0A= return true;=0A= 8f0: 52800020 mov w0, #0x1 // #1=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 8f4: f9000022 str x2, [x1]=0A= 8f8: f9000273 str x19, [x19]=0A= list->prev =3D list;=0A= 8fc: f9000673 str x19, [x19, #8]=0A= }=0A= 900: a94153f3 ldp x19, x20, [sp, #16]=0A= 904: a8c37bfd ldp x29, x30, [sp], #48=0A= 908: d65f03c0 ret=0A= struct kthread_worker *worker =3D work->worker;=0A= 90c: f90013f5 str x21, [sp, #32]=0A= 910: aa0203f4 mov x20, x2=0A= work->canceling++;=0A= 914: b9402000 ldr w0, [x0, #32]=0A= struct kthread_worker *worker =3D work->worker;=0A= 918: f9400e75 ldr x21, [x19, #24]=0A= work->canceling++;=0A= 91c: 11000400 add w0, w0, #0x1=0A= 920: b9002260 str w0, [x19, #32]=0A= raw_spin_unlock_irqrestore(&worker->lock, *flags);=0A= 924: 910022b5 add x21, x21, #0x8=0A= 928: f9400041 ldr x1, [x2]=0A= 92c: aa1503e0 mov x0, x21=0A= 930: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= del_timer_sync(&dwork->timer);=0A= 934: 9100a260 add x0, x19, #0x28=0A= 938: 94000000 bl 0 =0A= raw_spin_lock_irqsave(&worker->lock, *flags);=0A= 93c: aa1503e0 mov x0, x21=0A= 940: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= 944: f9000280 str x0, [x20]=0A= work->canceling--;=0A= 948: b9402260 ldr w0, [x19, #32]=0A= 94c: 51000400 sub w0, w0, #0x1=0A= 950: b9002260 str w0, [x19, #32]=0A= 954: f94013f5 ldr x21, [sp, #32]=0A= 958: 17ffffe0 b 8d8 <__kthread_cancel_work+0x18>=0A= 95c: d503201f nop=0A= =0A= 0000000000000960 :=0A= {=0A= 960: a9be7bfd stp x29, x30, [sp, #-32]!=0A= lockdep_assert_held(&worker->lock);=0A= 964: 90000002 adrp x2, 0 =0A= {=0A= 968: 910003fd mov x29, sp=0A= 96c: a90153f3 stp x19, x20, [sp, #16]=0A= 970: aa0003f4 mov x20, x0=0A= lockdep_assert_held(&worker->lock);=0A= 974: b9400040 ldr w0, [x2]=0A= {=0A= 978: aa0103f3 mov x19, x1=0A= lockdep_assert_held(&worker->lock);=0A= 97c: 35000180 cbnz w0, 9ac =0A= __READ_ONCE_SIZE;=0A= 980: f9400260 ldr x0, [x19]=0A= WARN_ON_ONCE(!list_empty(&work->node));=0A= 984: eb00027f cmp x19, x0=0A= 988: 54000241 b.ne 9d0 // = b.any=0A= WARN_ON_ONCE(work->worker && work->worker !=3D worker);=0A= 98c: f9400e60 ldr x0, [x19, #24]=0A= 990: f100001f cmp x0, #0x0=0A= 994: fa541004 ccmp x0, x20, #0x4, ne // ne =3D any=0A= 998: 54000040 b.eq 9a0 // = b.none=0A= 99c: d4210000 brk #0x800=0A= }=0A= 9a0: a94153f3 ldp x19, x20, [sp, #16]=0A= 9a4: a8c27bfd ldp x29, x30, [sp], #32=0A= 9a8: d65f03c0 ret=0A= */=0A= extern int lock_is_held_type(struct lockdep_map *lock, int read);=0A= =0A= static inline int lock_is_held(struct lockdep_map *lock)=0A= {=0A= return lock_is_held_type(lock, -1);=0A= 9ac: 12800001 mov w1, #0xffffffff // #-1=0A= 9b0: 91008280 add x0, x20, #0x20=0A= 9b4: 94000000 bl 0 =0A= lockdep_assert_held(&worker->lock);=0A= 9b8: 35fffe40 cbnz w0, 980 =0A= 9bc: d4210000 brk #0x800=0A= 9c0: f9400260 ldr x0, [x19]=0A= WARN_ON_ONCE(!list_empty(&work->node));=0A= 9c4: eb00027f cmp x19, x0=0A= 9c8: 54fffe20 b.eq 98c // = b.none=0A= 9cc: d503201f nop=0A= 9d0: d4210000 brk #0x800=0A= 9d4: 17ffffee b 98c =0A= =0A= 00000000000009d8 :=0A= {=0A= 9d8: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 9dc: 910003fd mov x29, sp=0A= 9e0: a90153f3 stp x19, x20, [sp, #16]=0A= 9e4: aa0203f4 mov x20, x2=0A= 9e8: aa0103f3 mov x19, x1=0A= 9ec: f90013f5 str x21, [sp, #32]=0A= 9f0: aa0003f5 mov x21, x0=0A= kthread_insert_work_sanity_check(worker, work);=0A= 9f4: 97ffffdb bl 960 =0A= __list_add(new, head->prev, head);=0A= 9f8: f9400680 ldr x0, [x20, #8]=0A= next->prev =3D new;=0A= 9fc: f9000693 str x19, [x20, #8]=0A= new->prev =3D prev;=0A= a00: a9000274 stp x20, x0, [x19]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= a04: f9000013 str x19, [x0]=0A= work->worker =3D worker;=0A= a08: f9000e75 str x21, [x19, #24]=0A= if (!worker->current_work && likely(worker->task))=0A= a0c: f9403ea0 ldr x0, [x21, #120]=0A= a10: b40000a0 cbz x0, a24 =0A= }=0A= a14: a94153f3 ldp x19, x20, [sp, #16]=0A= a18: f94013f5 ldr x21, [sp, #32]=0A= a1c: a8c37bfd ldp x29, x30, [sp], #48=0A= a20: d65f03c0 ret=0A= if (!worker->current_work && likely(worker->task))=0A= a24: f9403aa0 ldr x0, [x21, #112]=0A= a28: b4ffff60 cbz x0, a14 =0A= wake_up_process(worker->task);=0A= a2c: 94000000 bl 0 =0A= }=0A= a30: a94153f3 ldp x19, x20, [sp, #16]=0A= a34: f94013f5 ldr x21, [sp, #32]=0A= a38: a8c37bfd ldp x29, x30, [sp], #48=0A= a3c: d65f03c0 ret=0A= =0A= 0000000000000a40 :=0A= {=0A= a40: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= a44: 910003fd mov x29, sp=0A= a48: a90153f3 stp x19, x20, [sp, #16]=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= a4c: 91002014 add x20, x0, #0x8=0A= {=0A= a50: aa0103f3 mov x19, x1=0A= a54: a9025bf5 stp x21, x22, [sp, #32]=0A= a58: aa0003f5 mov x21, x0=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= a5c: aa1403e0 mov x0, x20=0A= {=0A= a60: f9001bf7 str x23, [sp, #48]=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= a64: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= a68: aa0003f7 mov x23, x0=0A= lockdep_assert_held(&worker->lock);=0A= a6c: 90000000 adrp x0, 0 =0A= a70: b9400000 ldr w0, [x0]=0A= a74: 350001c0 cbnz w0, aac =0A= __READ_ONCE_SIZE;=0A= a78: f9400260 ldr x0, [x19]=0A= bool ret =3D false;=0A= a7c: 52800016 mov w22, #0x0 // #0=0A= return !list_empty(&work->node) || work->canceling;=0A= a80: eb00027f cmp x19, x0=0A= a84: 54000260 b.eq ad0 // b.none=0A= raw_spin_unlock_irqrestore(&worker->lock, flags);=0A= a88: aa1703e1 mov x1, x23=0A= a8c: aa1403e0 mov x0, x20=0A= a90: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= }=0A= a94: 2a1603e0 mov w0, w22=0A= a98: a94153f3 ldp x19, x20, [sp, #16]=0A= a9c: a9425bf5 ldp x21, x22, [sp, #32]=0A= aa0: f9401bf7 ldr x23, [sp, #48]=0A= aa4: a8c47bfd ldp x29, x30, [sp], #64=0A= aa8: d65f03c0 ret=0A= aac: 12800001 mov w1, #0xffffffff // #-1=0A= ab0: 910082a0 add x0, x21, #0x20=0A= ab4: 94000000 bl 0 =0A= lockdep_assert_held(&worker->lock);=0A= ab8: 35fffe00 cbnz w0, a78 =0A= abc: d4210000 brk #0x800=0A= ac0: f9400260 ldr x0, [x19]=0A= bool ret =3D false;=0A= ac4: 52800016 mov w22, #0x0 // #0=0A= return !list_empty(&work->node) || work->canceling;=0A= ac8: eb00027f cmp x19, x0=0A= acc: 54fffde1 b.ne a88 // b.any=0A= ad0: b9402260 ldr w0, [x19, #32]=0A= ad4: 35fffda0 cbnz w0, a88 =0A= kthread_insert_work(worker, work, &worker->work_list);=0A= ad8: aa1303e1 mov x1, x19=0A= adc: 910142a2 add x2, x21, #0x50=0A= ae0: aa1503e0 mov x0, x21=0A= ret =3D true;=0A= ae4: 52800036 mov w22, #0x1 // #1=0A= kthread_insert_work(worker, work, &worker->work_list);=0A= ae8: 97ffffbc bl 9d8 =0A= ret =3D true;=0A= aec: 17ffffe7 b a88 =0A= =0A= 0000000000000af0 :=0A= *=0A= * Wait until all currently executing or pending works on @worker are=0A= * finished.=0A= */=0A= void kthread_flush_worker(struct kthread_worker *worker)=0A= {=0A= af0: d102c3ff sub sp, sp, #0xb0=0A= struct kthread_flush_work fwork =3D {=0A= af4: 90000003 adrp x3, 0 =0A= af8: 910003e4 mov x4, sp=0A= afc: 91000063 add x3, x3, #0x0=0A= init_swait_queue_head(&x->wait);=0A= b00: 90000002 adrp x2, 0 =0A= b04: 90000001 adrp x1, 0 =0A= {=0A= b08: a9097bfd stp x29, x30, [sp, #144]=0A= b0c: 910243fd add x29, sp, #0x90=0A= b10: 91000042 add x2, x2, #0x0=0A= b14: 91000021 add x1, x1, #0x0=0A= b18: a90a53f3 stp x19, x20, [sp, #160]=0A= b1c: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= b20: 91000273 add x19, x19, #0x0=0A= b24: aa0003f4 mov x20, x0=0A= b28: f9400260 ldr x0, [x19]=0A= b2c: f90047e0 str x0, [sp, #136]=0A= b30: d2800000 mov x0, #0x0 // #0=0A= b34: 9100c3e0 add x0, sp, #0x30=0A= struct kthread_flush_work fwork =3D {=0A= b38: a90013e4 stp x4, x4, [sp]=0A= b3c: f9000be3 str x3, [sp, #16]=0A= b40: a901ffff stp xzr, xzr, [sp, #24]=0A= b44: a902ffff stp xzr, xzr, [sp, #40]=0A= b48: a903ffff stp xzr, xzr, [sp, #56]=0A= b4c: a904ffff stp xzr, xzr, [sp, #72]=0A= b50: a905ffff stp xzr, xzr, [sp, #88]=0A= b54: a906ffff stp xzr, xzr, [sp, #104]=0A= b58: a907ffff stp xzr, xzr, [sp, #120]=0A= b5c: 94000000 bl 0 <__init_swait_queue_head>=0A= KTHREAD_WORK_INIT(fwork.work, kthread_flush_work_fn),=0A= COMPLETION_INITIALIZER_ONSTACK(fwork.done),=0A= };=0A= =0A= kthread_queue_work(worker, &fwork.work);=0A= b60: 910003e1 mov x1, sp=0A= b64: aa1403e0 mov x0, x20=0A= b68: 94000000 bl a40 =0A= wait_for_completion(&fwork.done);=0A= b6c: 9100a3e0 add x0, sp, #0x28=0A= b70: 94000000 bl 0 =0A= }=0A= b74: f94047e1 ldr x1, [sp, #136]=0A= b78: f9400260 ldr x0, [x19]=0A= b7c: ca000020 eor x0, x1, x0=0A= b80: b50000a0 cbnz x0, b94 =0A= b84: a9497bfd ldp x29, x30, [sp, #144]=0A= b88: a94a53f3 ldp x19, x20, [sp, #160]=0A= b8c: 9102c3ff add sp, sp, #0xb0=0A= b90: d65f03c0 ret=0A= b94: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000000b98 :=0A= {=0A= b98: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= b9c: 910003fd mov x29, sp=0A= ba0: a90153f3 stp x19, x20, [sp, #16]=0A= struct kthread_worker *worker =3D work->worker;=0A= ba4: f9400c14 ldr x20, [x0, #24]=0A= if (WARN_ON_ONCE(!worker))=0A= ba8: b4000374 cbz x20, c14 =0A= bac: aa0003f3 mov x19, x0=0A= raw_spin_lock(&worker->lock);=0A= bb0: f90013f5 str x21, [sp, #32]=0A= bb4: 91002295 add x21, x20, #0x8=0A= bb8: aa1503e0 mov x0, x21=0A= bbc: 94000000 bl 0 <_raw_spin_lock>=0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= bc0: f9400e60 ldr x0, [x19, #24]=0A= bc4: eb14001f cmp x0, x20=0A= bc8: 540002a1 b.ne c1c // = b.any=0A= bcc: f9400260 ldr x0, [x19]=0A= WARN_ON_ONCE(list_empty(&work->node));=0A= bd0: eb00027f cmp x19, x0=0A= bd4: 54000280 b.eq c24 // = b.none=0A= __list_del(entry->prev, entry->next);=0A= bd8: a9400e64 ldp x4, x3, [x19]=0A= next->prev =3D prev;=0A= bdc: f9000483 str x3, [x4, #8]=0A= kthread_insert_work(worker, work, &worker->work_list);=0A= be0: aa1303e1 mov x1, x19=0A= be4: 91014282 add x2, x20, #0x50=0A= be8: aa1403e0 mov x0, x20=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= bec: f9000064 str x4, [x3]=0A= bf0: f9000273 str x19, [x19]=0A= list->prev =3D list;=0A= bf4: f9000673 str x19, [x19, #8]=0A= bf8: 97ffff78 bl 9d8 =0A= raw_spin_unlock(&worker->lock);=0A= bfc: aa1503e0 mov x0, x21=0A= c00: 94000000 bl 0 <_raw_spin_unlock>=0A= c04: f94013f5 ldr x21, [sp, #32]=0A= }=0A= c08: a94153f3 ldp x19, x20, [sp, #16]=0A= c0c: a8c37bfd ldp x29, x30, [sp], #48=0A= c10: d65f03c0 ret=0A= if (WARN_ON_ONCE(!worker))=0A= c14: d4210000 brk #0x800=0A= c18: 17fffffc b c08 =0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= c1c: d4210000 brk #0x800=0A= c20: 17ffffeb b bcc =0A= WARN_ON_ONCE(list_empty(&work->node));=0A= c24: d4210000 brk #0x800=0A= c28: 17ffffec b bd8 =0A= c2c: d503201f nop=0A= =0A= 0000000000000c30 :=0A= {=0A= c30: d10303ff sub sp, sp, #0xc0=0A= struct kthread_flush_work fwork =3D {=0A= c34: 90000003 adrp x3, 0 =0A= c38: 910003e4 mov x4, sp=0A= c3c: 91000063 add x3, x3, #0x0=0A= c40: 90000002 adrp x2, 0 =0A= c44: 90000001 adrp x1, 0 =0A= {=0A= c48: a9097bfd stp x29, x30, [sp, #144]=0A= c4c: 910243fd add x29, sp, #0x90=0A= c50: 91000042 add x2, x2, #0x0=0A= c54: 91000021 add x1, x1, #0x0=0A= c58: a90a53f3 stp x19, x20, [sp, #160]=0A= c5c: aa0003f4 mov x20, x0=0A= c60: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= c64: 91000273 add x19, x19, #0x0=0A= struct kthread_flush_work fwork =3D {=0A= c68: a90013e4 stp x4, x4, [sp]=0A= {=0A= c6c: f9400260 ldr x0, [x19]=0A= c70: f90047e0 str x0, [sp, #136]=0A= c74: d2800000 mov x0, #0x0 // #0=0A= c78: 9100c3e0 add x0, sp, #0x30=0A= struct kthread_flush_work fwork =3D {=0A= c7c: f9000be3 str x3, [sp, #16]=0A= c80: a901ffff stp xzr, xzr, [sp, #24]=0A= c84: a902ffff stp xzr, xzr, [sp, #40]=0A= c88: a903ffff stp xzr, xzr, [sp, #56]=0A= c8c: a904ffff stp xzr, xzr, [sp, #72]=0A= c90: a905ffff stp xzr, xzr, [sp, #88]=0A= c94: a906ffff stp xzr, xzr, [sp, #104]=0A= c98: a907ffff stp xzr, xzr, [sp, #120]=0A= {=0A= c9c: a90b5bf5 stp x21, x22, [sp, #176]=0A= ca0: 94000000 bl 0 <__init_swait_queue_head>=0A= worker =3D work->worker;=0A= ca4: f9400e95 ldr x21, [x20, #24]=0A= if (!worker)=0A= ca8: b4000255 cbz x21, cf0 =0A= raw_spin_lock_irq(&worker->lock);=0A= cac: 910022b6 add x22, x21, #0x8=0A= cb0: aa1603e0 mov x0, x22=0A= cb4: 94000000 bl 0 <_raw_spin_lock_irq>=0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= cb8: f9400e80 ldr x0, [x20, #24]=0A= cbc: eb15001f cmp x0, x21=0A= cc0: 54000361 b.ne d2c // b.any=0A= __READ_ONCE_SIZE;=0A= cc4: f9400280 ldr x0, [x20]=0A= if (!list_empty(&work->node))=0A= cc8: eb00029f cmp x20, x0=0A= ccc: 54000240 b.eq d14 // b.none=0A= kthread_insert_work(worker, &fwork.work, work->node.next);=0A= cd0: f9400282 ldr x2, [x20]=0A= kthread_insert_work(worker, &fwork.work,=0A= cd4: 910003e1 mov x1, sp=0A= cd8: aa1503e0 mov x0, x21=0A= cdc: 97ffff3f bl 9d8 =0A= raw_spin_unlock_irq(&worker->lock);=0A= ce0: aa1603e0 mov x0, x22=0A= ce4: 94000000 bl 0 <_raw_spin_unlock_irq>=0A= wait_for_completion(&fwork.done);=0A= ce8: 9100a3e0 add x0, sp, #0x28=0A= cec: 94000000 bl 0 =0A= }=0A= cf0: f94047e1 ldr x1, [sp, #136]=0A= cf4: f9400260 ldr x0, [x19]=0A= cf8: ca000020 eor x0, x1, x0=0A= cfc: b5000200 cbnz x0, d3c =0A= d00: a9497bfd ldp x29, x30, [sp, #144]=0A= d04: a94a53f3 ldp x19, x20, [sp, #160]=0A= d08: a94b5bf5 ldp x21, x22, [sp, #176]=0A= d0c: 910303ff add sp, sp, #0xc0=0A= d10: d65f03c0 ret=0A= else if (worker->current_work =3D=3D work)=0A= d14: f9403ea0 ldr x0, [x21, #120]=0A= d18: eb14001f cmp x0, x20=0A= d1c: 540000c0 b.eq d34 // b.none=0A= raw_spin_unlock_irq(&worker->lock);=0A= d20: aa1603e0 mov x0, x22=0A= d24: 94000000 bl 0 <_raw_spin_unlock_irq>=0A= if (!noop)=0A= d28: 17fffff2 b cf0 =0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= d2c: d4210000 brk #0x800=0A= d30: 17ffffe5 b cc4 =0A= kthread_insert_work(worker, &fwork.work,=0A= d34: f9402aa2 ldr x2, [x21, #80]=0A= d38: 17ffffe7 b cd4 =0A= }=0A= d3c: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000000d40 <__kthread_cancel_work_sync>:=0A= {=0A= d40: d10143ff sub sp, sp, #0x50=0A= d44: a9017bfd stp x29, x30, [sp, #16]=0A= d48: 910043fd add x29, sp, #0x10=0A= d4c: a90253f3 stp x19, x20, [sp, #32]=0A= d50: aa0003f3 mov x19, x0=0A= d54: 90000014 adrp x20, 0 <__stack_chk_guard>=0A= d58: a9035bf5 stp x21, x22, [sp, #48]=0A= d5c: 91000294 add x20, x20, #0x0=0A= d60: f9400280 ldr x0, [x20]=0A= d64: f90007e0 str x0, [sp, #8]=0A= d68: d2800000 mov x0, #0x0 // #0=0A= struct kthread_worker *worker =3D work->worker;=0A= d6c: f9400e75 ldr x21, [x19, #24]=0A= if (!worker)=0A= d70: 52800016 mov w22, #0x0 // #0=0A= d74: b40002d5 cbz x21, dcc <__kthread_cancel_work_sync+0x8c>=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= d78: a90463f7 stp x23, x24, [sp, #64]=0A= d7c: 910022b7 add x23, x21, #0x8=0A= d80: 12001c38 and w24, w1, #0xff=0A= d84: aa1703e0 mov x0, x23=0A= d88: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= d8c: f9400e61 ldr x1, [x19, #24]=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= d90: f90003e0 str x0, [sp]=0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= d94: eb15003f cmp x1, x21=0A= d98: 540004c1 b.ne e30 <__kthread_cancel_work_sync+0xf0> // b.any=0A= ret =3D __kthread_cancel_work(work, is_dwork, &flags);=0A= d9c: 2a1803e1 mov w1, w24=0A= da0: 910003e2 mov x2, sp=0A= da4: aa1303e0 mov x0, x19=0A= da8: 97fffec6 bl 8c0 <__kthread_cancel_work>=0A= if (worker->current_work !=3D work)=0A= dac: f9403ea1 ldr x1, [x21, #120]=0A= ret =3D __kthread_cancel_work(work, is_dwork, &flags);=0A= db0: 12001c16 and w22, w0, #0xff=0A= if (worker->current_work !=3D work)=0A= db4: eb13003f cmp x1, x19=0A= db8: f94003e1 ldr x1, [sp]=0A= dbc: 540001c0 b.eq df4 <__kthread_cancel_work_sync+0xb4> // b.none=0A= raw_spin_unlock_irqrestore(&worker->lock, flags);=0A= dc0: aa1703e0 mov x0, x23=0A= dc4: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= dc8: a94463f7 ldp x23, x24, [sp, #64]=0A= }=0A= dcc: 2a1603e0 mov w0, w22=0A= dd0: f94007e2 ldr x2, [sp, #8]=0A= dd4: f9400281 ldr x1, [x20]=0A= dd8: ca010041 eor x1, x2, x1=0A= ddc: b50002e1 cbnz x1, e38 <__kthread_cancel_work_sync+0xf8>=0A= de0: a9417bfd ldp x29, x30, [sp, #16]=0A= de4: a94253f3 ldp x19, x20, [sp, #32]=0A= de8: a9435bf5 ldp x21, x22, [sp, #48]=0A= dec: 910143ff add sp, sp, #0x50=0A= df0: d65f03c0 ret=0A= work->canceling++;=0A= df4: b9402262 ldr w2, [x19, #32]=0A= raw_spin_unlock_irqrestore(&worker->lock, flags);=0A= df8: aa1703e0 mov x0, x23=0A= work->canceling++;=0A= dfc: 11000442 add w2, w2, #0x1=0A= e00: b9002262 str w2, [x19, #32]=0A= raw_spin_unlock_irqrestore(&worker->lock, flags);=0A= e04: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= kthread_flush_work(work);=0A= e08: aa1303e0 mov x0, x19=0A= e0c: 94000000 bl c30 =0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= e10: aa1703e0 mov x0, x23=0A= e14: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= e18: aa0003e1 mov x1, x0=0A= work->canceling--;=0A= e1c: b9402260 ldr w0, [x19, #32]=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= e20: f90003e1 str x1, [sp]=0A= work->canceling--;=0A= e24: 51000400 sub w0, w0, #0x1=0A= e28: b9002260 str w0, [x19, #32]=0A= e2c: 17ffffe5 b dc0 <__kthread_cancel_work_sync+0x80>=0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= e30: d4210000 brk #0x800=0A= e34: 17ffffda b d9c <__kthread_cancel_work_sync+0x5c>=0A= e38: a90463f7 stp x23, x24, [sp, #64]=0A= }=0A= e3c: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000000e40 :=0A= {=0A= e40: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= return __kthread_cancel_work_sync(work, false);=0A= e44: 52800001 mov w1, #0x0 // #0=0A= {=0A= e48: 910003fd mov x29, sp=0A= return __kthread_cancel_work_sync(work, false);=0A= e4c: 97ffffbd bl d40 <__kthread_cancel_work_sync>=0A= }=0A= e50: a8c17bfd ldp x29, x30, [sp], #16=0A= e54: d65f03c0 ret=0A= =0A= 0000000000000e58 :=0A= {=0A= e58: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= return __kthread_cancel_work_sync(&dwork->work, true);=0A= e5c: 52800021 mov w1, #0x1 // #1=0A= {=0A= e60: 910003fd mov x29, sp=0A= return __kthread_cancel_work_sync(&dwork->work, true);=0A= e64: 97ffffb7 bl d40 <__kthread_cancel_work_sync>=0A= }=0A= e68: a8c17bfd ldp x29, x30, [sp], #16=0A= e6c: d65f03c0 ret=0A= =0A= 0000000000000e70 <__kthread_bind_mask>:=0A= {=0A= e70: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= e74: 910003fd mov x29, sp=0A= e78: a90153f3 stp x19, x20, [sp, #16]=0A= e7c: aa0103f4 mov x20, x1=0A= e80: aa0003f3 mov x19, x0=0A= if (!wait_task_inactive(p, state)) {=0A= e84: aa0203e1 mov x1, x2=0A= e88: 94000000 bl 0 =0A= e8c: b50000a0 cbnz x0, ea0 <__kthread_bind_mask+0x30>=0A= WARN_ON(1);=0A= e90: d4210000 brk #0x800=0A= }=0A= e94: a94153f3 ldp x19, x20, [sp, #16]=0A= e98: a8c37bfd ldp x29, x30, [sp], #48=0A= e9c: d65f03c0 ret=0A= raw_spin_lock_irqsave(&p->pi_lock, flags);=0A= ea0: a9025bf5 stp x21, x22, [sp, #32]=0A= ea4: 91278275 add x21, x19, #0x9e0=0A= ea8: aa1503e0 mov x0, x21=0A= eac: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= eb0: aa0003f6 mov x22, x0=0A= do_set_cpus_allowed(p, mask);=0A= eb4: aa1403e1 mov x1, x20=0A= eb8: aa1303e0 mov x0, x19=0A= ebc: 94000000 bl 0 =0A= p->flags |=3D PF_NO_SETAFFINITY;=0A= ec0: b9403662 ldr w2, [x19, #52]=0A= raw_spin_unlock_irqrestore(&p->pi_lock, flags);=0A= ec4: aa1603e1 mov x1, x22=0A= ec8: aa1503e0 mov x0, x21=0A= p->flags |=3D PF_NO_SETAFFINITY;=0A= ecc: 32060042 orr w2, w2, #0x4000000=0A= ed0: b9003662 str w2, [x19, #52]=0A= raw_spin_unlock_irqrestore(&p->pi_lock, flags);=0A= ed4: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= }=0A= ed8: a94153f3 ldp x19, x20, [sp, #16]=0A= raw_spin_unlock_irqrestore(&p->pi_lock, flags);=0A= edc: a9425bf5 ldp x21, x22, [sp, #32]=0A= }=0A= ee0: a8c37bfd ldp x29, x30, [sp], #48=0A= ee4: d65f03c0 ret=0A= =0A= 0000000000000ee8 :=0A= extern const unsigned long=0A= cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];=0A= =0A= static inline const struct cpumask *get_cpu_mask(unsigned int cpu)=0A= {=0A= const unsigned long *p =3D cpu_bit_bitmap[1 + cpu % BITS_PER_LONG];=0A= ee8: 92401422 and x2, x1, #0x3f=0A= {=0A= eec: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= p -=3D cpu / BITS_PER_LONG;=0A= ef0: 91000442 add x2, x2, #0x1=0A= ef4: 90000003 adrp x3, 0 =0A= ef8: 53067c21 lsr w1, w1, #6=0A= efc: 91000063 add x3, x3, #0x0=0A= f00: cb010041 sub x1, x2, x1=0A= f04: 910003fd mov x29, sp=0A= __kthread_bind_mask(p, cpumask_of(cpu), state);=0A= f08: d2800042 mov x2, #0x2 // #2=0A= f0c: 8b010c61 add x1, x3, x1, lsl #3=0A= f10: 97ffffd8 bl e70 <__kthread_bind_mask>=0A= }=0A= f14: a8c17bfd ldp x29, x30, [sp], #16=0A= f18: d65f03c0 ret=0A= f1c: d503201f nop=0A= =0A= 0000000000000f20 :=0A= {=0A= f20: a9be7bfd stp x29, x30, [sp, #-32]!=0A= f24: 910003fd mov x29, sp=0A= f28: a90153f3 stp x19, x20, [sp, #16]=0A= f2c: aa0003f3 mov x19, x0=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= f30: b9403400 ldr w0, [x0, #52]=0A= f34: 36a80400 tbz w0, #21, fb4 =0A= return (__force void *)k->set_child_tid;=0A= f38: f9434274 ldr x20, [x19, #1664]=0A= clear_bit(KTHREAD_SHOULD_PARK, &kthread->flags);=0A= f3c: 52800040 mov w0, #0x2 // #2=0A= f40: aa1403e1 mov x1, x20=0A= f44: 94000000 bl 0 =0A= if (test_and_clear_bit(KTHREAD_IS_PARKED, &kthread->flags)) {=0A= f48: aa1403e1 mov x1, x20=0A= f4c: 52800060 mov w0, #0x3 // #3=0A= f50: 94000000 bl 0 =0A= f54: 340000c0 cbz w0, f6c =0A= f58: f9400280 ldr x0, [x20]=0A= if (test_bit(KTHREAD_IS_PER_CPU, &kthread->flags))=0A= f5c: 370000e0 tbnz w0, #0, f78 =0A= wake_up_state(k, TASK_PARKED);=0A= f60: aa1303e0 mov x0, x19=0A= f64: 52800801 mov w1, #0x40 // #64=0A= f68: 94000000 bl 0 =0A= }=0A= f6c: a94153f3 ldp x19, x20, [sp, #16]=0A= f70: a8c27bfd ldp x29, x30, [sp], #32=0A= f74: d65f03c0 ret=0A= __kthread_bind(k, kthread->cpu, TASK_PARKED);=0A= f78: b9400a84 ldr w4, [x20, #8]=0A= f7c: 90000005 adrp x5, 0 =0A= f80: 910000a5 add x5, x5, #0x0=0A= __kthread_bind_mask(p, cpumask_of(cpu), state);=0A= f84: d2800802 mov x2, #0x40 // #64=0A= const unsigned long *p =3D cpu_bit_bitmap[1 + cpu % BITS_PER_LONG];=0A= f88: 92401483 and x3, x4, #0x3f=0A= f8c: aa1303e0 mov x0, x19=0A= p -=3D cpu / BITS_PER_LONG;=0A= f90: 91000463 add x3, x3, #0x1=0A= f94: 53067c84 lsr w4, w4, #6=0A= f98: cb040061 sub x1, x3, x4=0A= f9c: 8b010ca1 add x1, x5, x1, lsl #3=0A= fa0: 97ffffb4 bl e70 <__kthread_bind_mask>=0A= wake_up_state(k, TASK_PARKED);=0A= fa4: aa1303e0 mov x0, x19=0A= fa8: 52800801 mov w1, #0x40 // #64=0A= fac: 94000000 bl 0 =0A= fb0: 17ffffef b f6c =0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= fb4: d4210000 brk #0x800=0A= fb8: 17ffffe0 b f38 =0A= fbc: d503201f nop=0A= =0A= 0000000000000fc0 :=0A= {=0A= fc0: a9be7bfd stp x29, x30, [sp, #-32]!=0A= ATOMIC_FETCH_OP ( , dmb ish, , l, "memory", __VA_ARGS__)\=0A= ATOMIC_FETCH_OP (_relaxed, , , , , __VA_ARGS__)\=0A= ATOMIC_FETCH_OP (_acquire, , a, , "memory", __VA_ARGS__)\=0A= ATOMIC_FETCH_OP (_release, , , l, "memory", __VA_ARGS__)=0A= =0A= ATOMIC_OPS(add, add)=0A= fc4: 9100c002 add x2, x0, #0x30=0A= fc8: 910003fd mov x29, sp=0A= fcc: a90153f3 stp x19, x20, [sp, #16]=0A= fd0: aa0003f3 mov x19, x0=0A= fd4: f9800051 prfm pstl1strm, [x2]=0A= fd8: 885f7c40 ldxr w0, [x2]=0A= fdc: 11000400 add w0, w0, #0x1=0A= fe0: 88017c40 stxr w1, w0, [x2]=0A= fe4: 35ffffa1 cbnz w1, fd8 =0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= fe8: b9403660 ldr w0, [x19, #52]=0A= fec: 36a80420 tbz w0, #21, 1070 =0A= return (__force void *)k->set_child_tid;=0A= ff0: f9434274 ldr x20, [x19, #1664]=0A= set_bit(KTHREAD_SHOULD_STOP, &kthread->flags);=0A= ff4: 52800020 mov w0, #0x1 // #1=0A= ff8: aa1403e1 mov x1, x20=0A= ffc: 94000000 bl 0 =0A= kthread_unpark(k);=0A= 1000: aa1303e0 mov x0, x19=0A= 1004: 94000000 bl f20 =0A= wake_up_process(k);=0A= 1008: aa1303e0 mov x0, x19=0A= 100c: 94000000 bl 0 =0A= wait_for_completion(&kthread->exited);=0A= 1010: 9101e280 add x0, x20, #0x78=0A= 1014: 94000000 bl 0 =0A= ATOMIC_OPS(sub, sub)=0A= 1018: 9100c262 add x2, x19, #0x30=0A= ret =3D k->exit_code;=0A= 101c: b9454a74 ldr w20, [x19, #1352]=0A= 1020: f9800051 prfm pstl1strm, [x2]=0A= 1024: 885f7c40 ldxr w0, [x2]=0A= 1028: 51000400 sub w0, w0, #0x1=0A= 102c: 8801fc40 stlxr w1, w0, [x2]=0A= 1030: 35ffffa1 cbnz w1, 1024 =0A= 1034: d5033bbf dmb ish=0A= #ifdef CONFIG_PREEMPT_RT_BASE=0A= extern void __put_task_struct_cb(struct rcu_head *rhp);=0A= =0A= static inline void put_task_struct(struct task_struct *t)=0A= {=0A= if (atomic_dec_and_test(&t->usage))=0A= 1038: 340000a0 cbz w0, 104c =0A= }=0A= 103c: 2a1403e0 mov w0, w20=0A= 1040: a94153f3 ldp x19, x20, [sp, #16]=0A= 1044: a8c27bfd ldp x29, x30, [sp], #32=0A= 1048: d65f03c0 ret=0A= call_rcu(&t->put_rcu, __put_task_struct_cb);=0A= 104c: d282df00 mov x0, #0x16f8 // #5880=0A= 1050: 90000001 adrp x1, 0 <__put_task_struct_cb>=0A= 1054: 8b000260 add x0, x19, x0=0A= 1058: 91000021 add x1, x1, #0x0=0A= 105c: 94000000 bl 0 =0A= 1060: 2a1403e0 mov w0, w20=0A= 1064: a94153f3 ldp x19, x20, [sp, #16]=0A= 1068: a8c27bfd ldp x29, x30, [sp], #32=0A= 106c: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1070: d4210000 brk #0x800=0A= 1074: 17ffffdf b ff0 =0A= =0A= 0000000000001078 :=0A= * Flush and destroy @worker. The simple flush is enough because the = kthread=0A= * worker API is used only in trivial scenarios. There are no = multi-step state=0A= * machines needed.=0A= */=0A= void kthread_destroy_worker(struct kthread_worker *worker)=0A= {=0A= 1078: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 107c: 910003fd mov x29, sp=0A= 1080: a90153f3 stp x19, x20, [sp, #16]=0A= struct task_struct *task;=0A= =0A= task =3D worker->task;=0A= 1084: f9403814 ldr x20, [x0, #112]=0A= if (WARN_ON(!task))=0A= 1088: b40001d4 cbz x20, 10c0 =0A= 108c: aa0003f3 mov x19, x0=0A= return;=0A= =0A= kthread_flush_worker(worker);=0A= 1090: 94000000 bl af0 =0A= kthread_stop(task);=0A= 1094: aa1403e0 mov x0, x20=0A= 1098: 94000000 bl fc0 =0A= 109c: aa1303e0 mov x0, x19=0A= 10a0: f8450c01 ldr x1, [x0, #80]!=0A= WARN_ON(!list_empty(&worker->work_list));=0A= 10a4: eb01001f cmp x0, x1=0A= 10a8: 54000101 b.ne 10c8 // b.any=0A= kfree(worker);=0A= 10ac: aa1303e0 mov x0, x19=0A= 10b0: 94000000 bl 0 =0A= }=0A= 10b4: a94153f3 ldp x19, x20, [sp, #16]=0A= 10b8: a8c27bfd ldp x29, x30, [sp], #32=0A= 10bc: d65f03c0 ret=0A= if (WARN_ON(!task))=0A= 10c0: d4210000 brk #0x800=0A= 10c4: 17fffffc b 10b4 =0A= WARN_ON(!list_empty(&worker->work_list));=0A= 10c8: d4210000 brk #0x800=0A= 10cc: 17fffff8 b 10ac =0A= =0A= 00000000000010d0 <__kthread_create_worker>:=0A= {=0A= 10d0: a9ba7bfd stp x29, x30, [sp, #-96]!=0A= return kmem_cache_alloc_trace(=0A= 10d4: 90000004 adrp x4, 0 =0A= 10d8: 910003fd mov x29, sp=0A= 10dc: a9025bf5 stp x21, x22, [sp, #32]=0A= 10e0: 2a0003f5 mov w21, w0=0A= 10e4: aa0203f6 mov x22, x2=0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 10e8: f9400080 ldr x0, [x4]=0A= 10ec: f9001bf7 str x23, [sp, #48]=0A= 10f0: 2a0103f7 mov w23, w1=0A= 10f4: 52901801 mov w1, #0x80c0 // #32960=0A= 10f8: 72a02801 movk w1, #0x140, lsl #16=0A= 10fc: a90153f3 stp x19, x20, [sp, #16]=0A= 1100: aa0303f4 mov x20, x3=0A= return ERR_PTR(-ENOMEM);=0A= 1104: 92800173 mov x19, #0xfffffffffffffff4 // #-12=0A= 1108: 94000000 bl 0 =0A= if (!worker)=0A= 110c: b4000480 cbz x0, 119c <__kthread_create_worker+0xcc>=0A= kthread_init_worker(worker);=0A= 1110: 90000002 adrp x2, 0 =0A= 1114: 91000042 add x2, x2, #0x0=0A= 1118: 90000001 adrp x1, 0 =0A= 111c: aa0003f3 mov x19, x0=0A= 1120: 91006042 add x2, x2, #0x18=0A= 1124: 91000021 add x1, x1, #0x0=0A= 1128: 94000000 bl 610 <__kthread_init_worker>=0A= if (cpu >=3D 0)=0A= 112c: 37f80455 tbnz w21, #31, 11b4 <__kthread_create_worker+0xe4>=0A= task =3D __kthread_create_on_node(kthread_worker_fn, worker,=0A= 1130: a9402688 ldp x8, x9, [x20]=0A= 1134: aa1603e3 mov x3, x22=0A= 1138: a9411e86 ldp x6, x7, [x20, #16]=0A= 113c: 90000000 adrp x0, 6a8 =0A= 1140: 910103e4 add x4, sp, #0x40=0A= 1144: 91000000 add x0, x0, #0x0=0A= 1148: 52800002 mov w2, #0x0 // #0=0A= 114c: aa1303e1 mov x1, x19=0A= 1150: a90427e8 stp x8, x9, [sp, #64]=0A= 1154: a9051fe6 stp x6, x7, [sp, #80]=0A= 1158: 97fffc2a bl 200 <__kthread_create_on_node>=0A= 115c: aa0003f4 mov x20, x0=0A= if (IS_ERR(task))=0A= 1160: b140041f cmn x0, #0x1, lsl #12=0A= 1164: 54000448 b.hi 11ec <__kthread_create_worker+0x11c> // b.pmore=0A= const unsigned long *p =3D cpu_bit_bitmap[1 + cpu % BITS_PER_LONG];=0A= 1168: 924016a1 and x1, x21, #0x3f=0A= p -=3D cpu / BITS_PER_LONG;=0A= 116c: 53067eb5 lsr w21, w21, #6=0A= 1170: 91000421 add x1, x1, #0x1=0A= 1174: 90000002 adrp x2, 0 =0A= 1178: cb150035 sub x21, x1, x21=0A= 117c: 91000041 add x1, x2, #0x0=0A= __kthread_bind_mask(p, cpumask_of(cpu), state);=0A= 1180: d2800042 mov x2, #0x2 // #2=0A= 1184: 8b150c21 add x1, x1, x21, lsl #3=0A= 1188: 97ffff3a bl e70 <__kthread_bind_mask>=0A= worker->flags =3D flags;=0A= 118c: b9000277 str w23, [x19]=0A= wake_up_process(task);=0A= 1190: aa1403e0 mov x0, x20=0A= worker->task =3D task;=0A= 1194: f9003a74 str x20, [x19, #112]=0A= wake_up_process(task);=0A= 1198: 94000000 bl 0 =0A= }=0A= 119c: aa1303e0 mov x0, x19=0A= 11a0: a94153f3 ldp x19, x20, [sp, #16]=0A= 11a4: a9425bf5 ldp x21, x22, [sp, #32]=0A= 11a8: f9401bf7 ldr x23, [sp, #48]=0A= 11ac: a8c67bfd ldp x29, x30, [sp], #96=0A= 11b0: d65f03c0 ret=0A= task =3D __kthread_create_on_node(kthread_worker_fn, worker,=0A= 11b4: a9402688 ldp x8, x9, [x20]=0A= 11b8: aa1603e3 mov x3, x22=0A= 11bc: a9411e86 ldp x6, x7, [x20, #16]=0A= 11c0: 90000000 adrp x0, 6a8 =0A= 11c4: 910103e4 add x4, sp, #0x40=0A= 11c8: 91000000 add x0, x0, #0x0=0A= 11cc: 12800002 mov w2, #0xffffffff // #-1=0A= 11d0: aa1303e1 mov x1, x19=0A= 11d4: a90427e8 stp x8, x9, [sp, #64]=0A= 11d8: a9051fe6 stp x6, x7, [sp, #80]=0A= 11dc: 97fffc09 bl 200 <__kthread_create_on_node>=0A= 11e0: aa0003f4 mov x20, x0=0A= if (IS_ERR(task))=0A= 11e4: b140041f cmn x0, #0x1, lsl #12=0A= 11e8: 54fffd29 b.ls 118c <__kthread_create_worker+0xbc> // b.plast=0A= kfree(worker);=0A= 11ec: aa1303e0 mov x0, x19=0A= return ERR_CAST(task);=0A= 11f0: aa1403f3 mov x19, x20=0A= kfree(worker);=0A= 11f4: 94000000 bl 0 =0A= }=0A= 11f8: aa1303e0 mov x0, x19=0A= 11fc: a94153f3 ldp x19, x20, [sp, #16]=0A= 1200: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1204: f9401bf7 ldr x23, [sp, #48]=0A= 1208: a8c67bfd ldp x29, x30, [sp], #96=0A= 120c: d65f03c0 ret=0A= =0A= 0000000000001210 :=0A= {=0A= 1210: d10283ff sub sp, sp, #0xa0=0A= va_start(args, namefmt);=0A= 1214: 128005e8 mov w8, #0xffffffd0 // #-48=0A= 1218: 9101c3e9 add x9, sp, #0x70=0A= 121c: 910283ea add x10, sp, #0xa0=0A= {=0A= 1220: a9057bfd stp x29, x30, [sp, #80]=0A= 1224: 910143fd add x29, sp, #0x50=0A= va_start(args, namefmt);=0A= 1228: a902abea stp x10, x10, [sp, #40]=0A= {=0A= 122c: f90033f3 str x19, [sp, #96]=0A= 1230: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 1234: 91000273 add x19, x19, #0x0=0A= va_start(args, namefmt);=0A= 1238: f9001fe9 str x9, [sp, #56]=0A= {=0A= 123c: f9400269 ldr x9, [x19]=0A= 1240: f90027e9 str x9, [sp, #72]=0A= 1244: d2800009 mov x9, #0x0 // #0=0A= va_start(args, namefmt);=0A= 1248: 29087fe8 stp w8, wzr, [sp, #64]=0A= worker =3D __kthread_create_worker(-1, flags, namefmt, args);=0A= 124c: a942a7e8 ldp x8, x9, [sp, #40]=0A= 1250: a90027e8 stp x8, x9, [sp]=0A= 1254: a943a7e8 ldp x8, x9, [sp, #56]=0A= {=0A= 1258: a9070fe2 stp x2, x3, [sp, #112]=0A= worker =3D __kthread_create_worker(-1, flags, namefmt, args);=0A= 125c: aa0103e2 mov x2, x1=0A= 1260: 2a0003e1 mov w1, w0=0A= 1264: 910003e3 mov x3, sp=0A= 1268: 12800000 mov w0, #0xffffffff // #-1=0A= 126c: a90127e8 stp x8, x9, [sp, #16]=0A= {=0A= 1270: a90817e4 stp x4, x5, [sp, #128]=0A= 1274: a9091fe6 stp x6, x7, [sp, #144]=0A= worker =3D __kthread_create_worker(-1, flags, namefmt, args);=0A= 1278: 97ffff96 bl 10d0 <__kthread_create_worker>=0A= }=0A= 127c: f94027e2 ldr x2, [sp, #72]=0A= 1280: f9400261 ldr x1, [x19]=0A= 1284: ca010041 eor x1, x2, x1=0A= 1288: b50000a1 cbnz x1, 129c =0A= 128c: a9457bfd ldp x29, x30, [sp, #80]=0A= 1290: f94033f3 ldr x19, [sp, #96]=0A= 1294: 910283ff add sp, sp, #0xa0=0A= 1298: d65f03c0 ret=0A= 129c: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 00000000000012a0 :=0A= {=0A= 12a0: d10283ff sub sp, sp, #0xa0=0A= va_start(args, namefmt);=0A= 12a4: 128004e8 mov w8, #0xffffffd8 // #-40=0A= 12a8: 9101c3e9 add x9, sp, #0x70=0A= 12ac: 910283ea add x10, sp, #0xa0=0A= {=0A= 12b0: a9057bfd stp x29, x30, [sp, #80]=0A= 12b4: 910143fd add x29, sp, #0x50=0A= va_start(args, namefmt);=0A= 12b8: a902abea stp x10, x10, [sp, #40]=0A= {=0A= 12bc: f90033f3 str x19, [sp, #96]=0A= 12c0: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 12c4: 91000273 add x19, x19, #0x0=0A= va_start(args, namefmt);=0A= 12c8: f9001fe9 str x9, [sp, #56]=0A= {=0A= 12cc: f9400269 ldr x9, [x19]=0A= 12d0: f90027e9 str x9, [sp, #72]=0A= 12d4: d2800009 mov x9, #0x0 // #0=0A= va_start(args, namefmt);=0A= 12d8: 29087fe8 stp w8, wzr, [sp, #64]=0A= worker =3D __kthread_create_worker(cpu, flags, namefmt, args);=0A= 12dc: a942a7e8 ldp x8, x9, [sp, #40]=0A= 12e0: a90027e8 stp x8, x9, [sp]=0A= 12e4: a943a7e8 ldp x8, x9, [sp, #56]=0A= 12e8: a90127e8 stp x8, x9, [sp, #16]=0A= {=0A= 12ec: a90793e3 stp x3, x4, [sp, #120]=0A= worker =3D __kthread_create_worker(cpu, flags, namefmt, args);=0A= 12f0: 910003e3 mov x3, sp=0A= {=0A= 12f4: a9089be5 stp x5, x6, [sp, #136]=0A= 12f8: f9004fe7 str x7, [sp, #152]=0A= worker =3D __kthread_create_worker(cpu, flags, namefmt, args);=0A= 12fc: 97ffff75 bl 10d0 <__kthread_create_worker>=0A= }=0A= 1300: f94027e2 ldr x2, [sp, #72]=0A= 1304: f9400261 ldr x1, [x19]=0A= 1308: ca010041 eor x1, x2, x1=0A= 130c: b50000a1 cbnz x1, 1320 =0A= 1310: a9457bfd ldp x29, x30, [sp, #80]=0A= 1314: f94033f3 ldr x19, [sp, #96]=0A= 1318: 910283ff add sp, sp, #0xa0=0A= 131c: d65f03c0 ret=0A= 1320: 94000000 bl 0 <__stack_chk_fail>=0A= 1324: d503201f nop=0A= =0A= 0000000000001328 :=0A= {=0A= 1328: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 132c: 910003fd mov x29, sp=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1330: b9403401 ldr w1, [x0, #52]=0A= 1334: 36a800a1 tbz w1, #21, 1348 =0A= kfree(to_kthread(k));=0A= 1338: f9434000 ldr x0, [x0, #1664]=0A= 133c: 94000000 bl 0 =0A= }=0A= 1340: a8c17bfd ldp x29, x30, [sp], #16=0A= 1344: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1348: d4210000 brk #0x800=0A= 134c: 17fffffb b 1338 =0A= =0A= 0000000000001350 :=0A= 1350: b9403401 ldr w1, [x0, #52]=0A= 1354: 36a80081 tbz w1, #21, 1364 =0A= return to_kthread(task)->data;=0A= 1358: f9434000 ldr x0, [x0, #1664]=0A= }=0A= 135c: f9400800 ldr x0, [x0, #16]=0A= 1360: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1364: d4210000 brk #0x800=0A= 1368: 17fffffc b 1358 =0A= 136c: d503201f nop=0A= =0A= 0000000000001370 :=0A= {=0A= 1370: d100c3ff sub sp, sp, #0x30=0A= 1374: a9017bfd stp x29, x30, [sp, #16]=0A= 1378: 910043fd add x29, sp, #0x10=0A= 137c: f90013f3 str x19, [sp, #32]=0A= 1380: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 1384: 91000273 add x19, x19, #0x0=0A= 1388: f9400261 ldr x1, [x19]=0A= 138c: f90007e1 str x1, [sp, #8]=0A= 1390: d2800001 mov x1, #0x0 // #0=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1394: b9403401 ldr w1, [x0, #52]=0A= 1398: 36a80201 tbz w1, #21, 13d8 =0A= return (__force void *)k->set_child_tid;=0A= 139c: f9434001 ldr x1, [x0, #1664]=0A= probe_kernel_read(&data, &kthread->data, sizeof(data));=0A= 13a0: d2800102 mov x2, #0x8 // #8=0A= 13a4: 910003e0 mov x0, sp=0A= void *data =3D NULL;=0A= 13a8: f90003ff str xzr, [sp]=0A= probe_kernel_read(&data, &kthread->data, sizeof(data));=0A= 13ac: 91004021 add x1, x1, #0x10=0A= 13b0: 94000000 bl 0 =0A= }=0A= 13b4: f94007e0 ldr x0, [sp, #8]=0A= 13b8: f9400261 ldr x1, [x19]=0A= 13bc: ca010001 eor x1, x0, x1=0A= 13c0: f94003e0 ldr x0, [sp]=0A= 13c4: b50000e1 cbnz x1, 13e0 =0A= 13c8: a9417bfd ldp x29, x30, [sp, #16]=0A= 13cc: f94013f3 ldr x19, [sp, #32]=0A= 13d0: 9100c3ff add sp, sp, #0x30=0A= 13d4: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 13d8: d4210000 brk #0x800=0A= 13dc: 17fffff0 b 139c =0A= }=0A= 13e0: 94000000 bl 0 <__stack_chk_fail>=0A= 13e4: d503201f nop=0A= =0A= 00000000000013e8 :=0A= }=0A= 13e8: 12800000 mov w0, #0xffffffff // #-1=0A= 13ec: d65f03c0 ret=0A= =0A= 00000000000013f0 :=0A= {=0A= 13f0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= __kthread_bind_mask(p, mask, TASK_UNINTERRUPTIBLE);=0A= 13f4: d2800042 mov x2, #0x2 // #2=0A= {=0A= 13f8: 910003fd mov x29, sp=0A= __kthread_bind_mask(p, mask, TASK_UNINTERRUPTIBLE);=0A= 13fc: 97fffe9d bl e70 <__kthread_bind_mask>=0A= }=0A= 1400: a8c17bfd ldp x29, x30, [sp], #16=0A= 1404: d65f03c0 ret=0A= =0A= 0000000000001408 :=0A= {=0A= 1408: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 140c: 910003fd mov x29, sp=0A= 1410: a90153f3 stp x19, x20, [sp, #16]=0A= 1414: 2a0203f4 mov w20, w2=0A= p =3D kthread_create_on_node(threadfn, data, cpu_to_node(cpu), namefmt,=0A= 1418: 2a1403e4 mov w4, w20=0A= 141c: 52800002 mov w2, #0x0 // #0=0A= 1420: 94000000 bl 3b8 =0A= 1424: aa0003f3 mov x19, x0=0A= if (IS_ERR(p))=0A= 1428: b140041f cmn x0, #0x1, lsl #12=0A= 142c: 540000a9 b.ls 1440 // b.plast=0A= }=0A= 1430: aa1303e0 mov x0, x19=0A= 1434: a94153f3 ldp x19, x20, [sp, #16]=0A= 1438: a8c27bfd ldp x29, x30, [sp], #32=0A= 143c: d65f03c0 ret=0A= const unsigned long *p =3D cpu_bit_bitmap[1 + cpu % BITS_PER_LONG];=0A= 1440: 92401681 and x1, x20, #0x3f=0A= p -=3D cpu / BITS_PER_LONG;=0A= 1444: 53067e83 lsr w3, w20, #6=0A= 1448: 91000421 add x1, x1, #0x1=0A= 144c: 90000002 adrp x2, 0 =0A= 1450: cb030023 sub x3, x1, x3=0A= 1454: 91000041 add x1, x2, #0x0=0A= __kthread_bind_mask(p, cpumask_of(cpu), state);=0A= 1458: d2800042 mov x2, #0x2 // #2=0A= 145c: 8b030c21 add x1, x1, x3, lsl #3=0A= 1460: 97fffe84 bl e70 <__kthread_bind_mask>=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1464: b9403660 ldr w0, [x19, #52]=0A= 1468: 36a80180 tbz w0, #21, 1498 =0A= set_bit(KTHREAD_IS_PER_CPU, &to_kthread(p)->flags);=0A= 146c: f9434261 ldr x1, [x19, #1664]=0A= 1470: 52800000 mov w0, #0x0 // #0=0A= 1474: 94000000 bl 0 =0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1478: b9403660 ldr w0, [x19, #52]=0A= 147c: 36a80120 tbz w0, #21, 14a0 =0A= return (__force void *)k->set_child_tid;=0A= 1480: f9434260 ldr x0, [x19, #1664]=0A= to_kthread(p)->cpu =3D cpu;=0A= 1484: b9000814 str w20, [x0, #8]=0A= }=0A= 1488: aa1303e0 mov x0, x19=0A= 148c: a94153f3 ldp x19, x20, [sp, #16]=0A= 1490: a8c27bfd ldp x29, x30, [sp], #32=0A= 1494: d65f03c0 ret=0A= WARN_ON(!(k->flags & PF_KTHREAD));=0A= 1498: d4210000 brk #0x800=0A= 149c: 17fffff4 b 146c =0A= 14a0: d4210000 brk #0x800=0A= 14a4: 17fffff7 b 1480 =0A= =0A= 00000000000014a8 :=0A= {=0A= 14a8: d101c3ff sub sp, sp, #0x70=0A= 14ac: 90000000 adrp x0, 0 <__stack_chk_guard>=0A= 14b0: 91000000 add x0, x0, #0x0=0A= 14b4: 90000001 adrp x1, 0 =0A= 14b8: 91000021 add x1, x1, #0x0=0A= 14bc: 52800002 mov w2, #0x0 // #0=0A= 14c0: a9017bfd stp x29, x30, [sp, #16]=0A= 14c4: 910043fd add x29, sp, #0x10=0A= 14c8: a90253f3 stp x19, x20, [sp, #32]=0A= 14cc: 90000014 adrp x20, 0 =0A= 14d0: d5384113 mrs x19, sp_el0=0A= 14d4: a9035bf5 stp x21, x22, [sp, #48]=0A= 14d8: 91000294 add x20, x20, #0x0=0A= if (list_empty(&kthread_create_list))=0A= 14dc: 9103c296 add x22, x20, #0xf0=0A= {=0A= 14e0: a90463f7 stp x23, x24, [sp, #64]=0A= 14e4: d2800017 mov x23, #0x0 // #0=0A= 14e8: 90000018 adrp x24, 0 =0A= 14ec: a9056bf9 stp x25, x26, [sp, #80]=0A= 14f0: 91000318 add x24, x24, #0x0=0A= 14f4: 9000001a adrp x26, 0 =0A= 14f8: f90033fb str x27, [sp, #96]=0A= 14fc: 9100035a add x26, x26, #0x0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1500: d280003b mov x27, #0x1 // #1=0A= 1504: 90000019 adrp x25, 0 =0A= 1508: f9400003 ldr x3, [x0]=0A= 150c: f90007e3 str x3, [sp, #8]=0A= 1510: d2800003 mov x3, #0x0 // #0=0A= 1514: aa1303e0 mov x0, x19=0A= 1518: 91000339 add x25, x25, #0x0=0A= 151c: 94000000 bl 0 <__set_task_comm>=0A= ignore_signals(tsk);=0A= 1520: aa1303e0 mov x0, x19=0A= 1524: 94000000 bl 0 =0A= set_cpus_allowed_ptr(tsk, cpu_all_mask);=0A= 1528: aa1303e0 mov x0, x19=0A= 152c: 90000001 adrp x1, 0 =0A= 1530: 91000021 add x1, x1, #0x0=0A= 1534: 94000000 bl 0 =0A= current->no_cgroup_migration =3D 1;=0A= 1538: 3955a260 ldrb w0, [x19, #1384]=0A= current->flags |=3D PF_NOFREEZE;=0A= 153c: b9403661 ldr w1, [x19, #52]=0A= 1540: 321d0000 orr w0, w0, #0x8=0A= 1544: 3915a260 strb w0, [x19, #1384]=0A= 1548: 32110021 orr w1, w1, #0x8000=0A= 154c: b9003661 str w1, [x19, #52]=0A= 1550: d5384100 mrs x0, sp_el0=0A= 1554: f9000c1b str x27, [x0, #24]=0A= set_current_state(TASK_INTERRUPTIBLE);=0A= 1558: f90b881a str x26, [x0, #5904]=0A= 155c: d5033bbf dmb ish=0A= __READ_ONCE_SIZE;=0A= 1560: f9407a80 ldr x0, [x20, #240]=0A= if (list_empty(&kthread_create_list))=0A= 1564: eb16001f cmp x0, x22=0A= 1568: 540004c0 b.eq 1600 // b.none=0A= 156c: d503201f nop=0A= 1570: d5384101 mrs x1, sp_el0=0A= __set_current_state(TASK_RUNNING);=0A= 1574: f9000c3f str xzr, [x1, #24]=0A= spin_lock(&kthread_create_lock);=0A= 1578: aa1403e0 mov x0, x20=0A= __set_current_state(TASK_RUNNING);=0A= 157c: f90b8839 str x25, [x1, #5904]=0A= spin_lock(&kthread_create_lock);=0A= 1580: 94000000 bl 0 =0A= 1584: f9407a80 ldr x0, [x20, #240]=0A= while (!list_empty(&kthread_create_list)) {=0A= 1588: eb16001f cmp x0, x22=0A= 158c: 54000280 b.eq 15dc // b.none=0A= create =3D list_entry(kthread_create_list.next,=0A= 1590: f9407a93 ldr x19, [x20, #240]=0A= spin_unlock(&kthread_create_lock);=0A= 1594: aa1403e0 mov x0, x20=0A= create =3D list_entry(kthread_create_list.next,=0A= 1598: d100a275 sub x21, x19, #0x28=0A= __list_del(entry->prev, entry->next);=0A= 159c: a9400662 ldp x2, x1, [x19]=0A= next->prev =3D prev;=0A= 15a0: f9000441 str x1, [x2, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 15a4: f9000022 str x2, [x1]=0A= 15a8: f9000273 str x19, [x19]=0A= list->prev =3D list;=0A= 15ac: f9000673 str x19, [x19, #8]=0A= spin_unlock(&kthread_create_lock);=0A= 15b0: 94000000 bl 0 =0A= pid =3D kernel_thread(kthread, create, CLONE_FS | CLONE_FILES | = SIGCHLD);=0A= 15b4: aa1503e1 mov x1, x21=0A= 15b8: d280c222 mov x2, #0x611 // #1553=0A= 15bc: aa1803e0 mov x0, x24=0A= 15c0: 94000000 bl 0 =0A= if (pid < 0) {=0A= 15c4: 37f80220 tbnz w0, #31, 1608 =0A= spin_lock(&kthread_create_lock);=0A= 15c8: aa1403e0 mov x0, x20=0A= 15cc: 94000000 bl 0 =0A= __READ_ONCE_SIZE;=0A= 15d0: f9407a80 ldr x0, [x20, #240]=0A= while (!list_empty(&kthread_create_list)) {=0A= 15d4: eb16001f cmp x0, x22=0A= 15d8: 54fffdc1 b.ne 1590 // b.any=0A= spin_unlock(&kthread_create_lock);=0A= 15dc: aa1403e0 mov x0, x20=0A= 15e0: 94000000 bl 0 =0A= 15e4: d5384100 mrs x0, sp_el0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 15e8: f9000c1b str x27, [x0, #24]=0A= set_current_state(TASK_INTERRUPTIBLE);=0A= 15ec: f90b881a str x26, [x0, #5904]=0A= 15f0: d5033bbf dmb ish=0A= __READ_ONCE_SIZE;=0A= 15f4: f9407a80 ldr x0, [x20, #240]=0A= if (list_empty(&kthread_create_list))=0A= 15f8: eb16001f cmp x0, x22=0A= 15fc: 54fffba1 b.ne 1570 // b.any=0A= schedule();=0A= 1600: 94000000 bl 0 =0A= __set_current_state(TASK_RUNNING);=0A= 1604: 17ffffdb b 1570 =0A= 1608: d1002263 sub x3, x19, #0x8=0A= 160c: f9800071 prfm pstl1strm, [x3]=0A= 1610: c85f7c62 ldxr x2, [x3]=0A= 1614: c801fc77 stlxr w1, x23, [x3]=0A= 1618: 35ffffc1 cbnz w1, 1610 =0A= 161c: d5033bbf dmb ish=0A= if (!done) {=0A= 1620: b40000c2 cbz x2, 1638 =0A= create->result =3D ERR_PTR(pid);=0A= 1624: 93407c01 sxtw x1, w0=0A= 1628: f81f0261 stur x1, [x19, #-16]=0A= complete(done);=0A= 162c: aa0203e0 mov x0, x2=0A= 1630: 94000000 bl 0 =0A= 1634: 17ffffe5 b 15c8 =0A= kfree(create);=0A= 1638: aa1503e0 mov x0, x21=0A= 163c: 94000000 bl 0 =0A= return;=0A= 1640: 17ffffe2 b 15c8 =0A= 1644: d503201f nop=0A= =0A= 0000000000001648 <__kthread_queue_delayed_work>:=0A= {=0A= 1648: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 164c: 910003fd mov x29, sp=0A= 1650: a90153f3 stp x19, x20, [sp, #16]=0A= 1654: aa0103f3 mov x19, x1=0A= 1658: aa0003f4 mov x20, x0=0A= 165c: a9025bf5 stp x21, x22, [sp, #32]=0A= WARN_ON_ONCE(timer->function !=3D kthread_delayed_work_timer_fn ||=0A= 1660: 9100a275 add x21, x19, #0x28=0A= 1664: 90000001 adrp x1, b98 =0A= 1668: f9400ea0 ldr x0, [x21, #24]=0A= 166c: 91000021 add x1, x1, #0x0=0A= {=0A= 1670: aa0203f6 mov x22, x2=0A= WARN_ON_ONCE(timer->function !=3D kthread_delayed_work_timer_fn ||=0A= 1674: eb01001f cmp x0, x1=0A= 1678: 540003a0 b.eq 16ec <__kthread_queue_delayed_work+0xa4> // = b.none=0A= 167c: d4210000 brk #0x800=0A= kthread_insert_work(worker, work, &worker->work_list);=0A= 1680: aa1303e1 mov x1, x19=0A= if (!delay) {=0A= 1684: b4000276 cbz x22, 16d0 <__kthread_queue_delayed_work+0x88>=0A= kthread_insert_work_sanity_check(worker, work);=0A= 1688: aa1403e0 mov x0, x20=0A= 168c: 97fffcb5 bl 960 =0A= __list_add(new, head, head->next);=0A= 1690: aa1403e1 mov x1, x20=0A= timer->expires =3D jiffies + delay;=0A= 1694: 90000003 adrp x3, 0 =0A= add_timer(timer);=0A= 1698: aa1503e0 mov x0, x21=0A= 169c: f8460c22 ldr x2, [x1, #96]!=0A= next->prev =3D new;=0A= 16a0: f9000453 str x19, [x2, #8]=0A= new->prev =3D prev;=0A= 16a4: a9000662 stp x2, x1, [x19]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 16a8: f9003293 str x19, [x20, #96]=0A= work->worker =3D worker;=0A= 16ac: f9000e74 str x20, [x19, #24]=0A= timer->expires =3D jiffies + delay;=0A= 16b0: f9400062 ldr x2, [x3]=0A= 16b4: 8b160042 add x2, x2, x22=0A= 16b8: f9000aa2 str x2, [x21, #16]=0A= add_timer(timer);=0A= 16bc: 94000000 bl 0 =0A= }=0A= 16c0: a94153f3 ldp x19, x20, [sp, #16]=0A= 16c4: a9425bf5 ldp x21, x22, [sp, #32]=0A= 16c8: a8c37bfd ldp x29, x30, [sp], #48=0A= 16cc: d65f03c0 ret=0A= kthread_insert_work(worker, work, &worker->work_list);=0A= 16d0: 91014282 add x2, x20, #0x50=0A= 16d4: aa1403e0 mov x0, x20=0A= 16d8: 97fffcc0 bl 9d8 =0A= }=0A= 16dc: a94153f3 ldp x19, x20, [sp, #16]=0A= 16e0: a9425bf5 ldp x21, x22, [sp, #32]=0A= 16e4: a8c37bfd ldp x29, x30, [sp], #48=0A= 16e8: d65f03c0 ret=0A= WARN_ON_ONCE(timer->function !=3D kthread_delayed_work_timer_fn ||=0A= 16ec: f94012a0 ldr x0, [x21, #32]=0A= 16f0: eb00027f cmp x19, x0=0A= 16f4: 54fffc41 b.ne 167c <__kthread_queue_delayed_work+0x34> // = b.any=0A= 16f8: 17ffffe2 b 1680 <__kthread_queue_delayed_work+0x38>=0A= 16fc: d503201f nop=0A= =0A= 0000000000001700 :=0A= {=0A= 1700: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 1704: 910003fd mov x29, sp=0A= 1708: a90153f3 stp x19, x20, [sp, #16]=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= 170c: 91002014 add x20, x0, #0x8=0A= {=0A= 1710: aa0103f3 mov x19, x1=0A= 1714: a9025bf5 stp x21, x22, [sp, #32]=0A= 1718: aa0003f5 mov x21, x0=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= 171c: aa1403e0 mov x0, x20=0A= {=0A= 1720: a90363f7 stp x23, x24, [sp, #48]=0A= 1724: aa0203f8 mov x24, x2=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= 1728: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= 172c: aa0003f7 mov x23, x0=0A= lockdep_assert_held(&worker->lock);=0A= 1730: 90000000 adrp x0, 0 =0A= 1734: b9400000 ldr w0, [x0]=0A= 1738: 350001c0 cbnz w0, 1770 =0A= __READ_ONCE_SIZE;=0A= 173c: f9400260 ldr x0, [x19]=0A= bool ret =3D false;=0A= 1740: 52800016 mov w22, #0x0 // #0=0A= return !list_empty(&work->node) || work->canceling;=0A= 1744: eb00027f cmp x19, x0=0A= 1748: 54000280 b.eq 1798 // = b.none=0A= raw_spin_unlock_irqrestore(&worker->lock, flags);=0A= 174c: aa1703e1 mov x1, x23=0A= 1750: aa1403e0 mov x0, x20=0A= 1754: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= }=0A= 1758: 2a1603e0 mov w0, w22=0A= 175c: a94153f3 ldp x19, x20, [sp, #16]=0A= 1760: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1764: a94363f7 ldp x23, x24, [sp, #48]=0A= 1768: a8c47bfd ldp x29, x30, [sp], #64=0A= 176c: d65f03c0 ret=0A= 1770: 12800001 mov w1, #0xffffffff // #-1=0A= 1774: 910082a0 add x0, x21, #0x20=0A= 1778: 94000000 bl 0 =0A= lockdep_assert_held(&worker->lock);=0A= 177c: 35fffe00 cbnz w0, 173c =0A= 1780: d4210000 brk #0x800=0A= 1784: f9400260 ldr x0, [x19]=0A= bool ret =3D false;=0A= 1788: 52800016 mov w22, #0x0 // #0=0A= return !list_empty(&work->node) || work->canceling;=0A= 178c: eb00027f cmp x19, x0=0A= 1790: 54fffde1 b.ne 174c // b.any=0A= 1794: d503201f nop=0A= 1798: b9402260 ldr w0, [x19, #32]=0A= 179c: 35fffd80 cbnz w0, 174c =0A= __kthread_queue_delayed_work(worker, dwork, delay);=0A= 17a0: aa1803e2 mov x2, x24=0A= 17a4: aa1303e1 mov x1, x19=0A= 17a8: aa1503e0 mov x0, x21=0A= ret =3D true;=0A= 17ac: 52800036 mov w22, #0x1 // #1=0A= __kthread_queue_delayed_work(worker, dwork, delay);=0A= 17b0: 94000000 bl 1648 <__kthread_queue_delayed_work>=0A= ret =3D true;=0A= 17b4: 17ffffe6 b 174c =0A= =0A= 00000000000017b8 :=0A= {=0A= 17b8: d10143ff sub sp, sp, #0x50=0A= 17bc: a9017bfd stp x29, x30, [sp, #16]=0A= 17c0: 910043fd add x29, sp, #0x10=0A= 17c4: a90253f3 stp x19, x20, [sp, #32]=0A= 17c8: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 17cc: 91000273 add x19, x19, #0x0=0A= 17d0: aa0103f4 mov x20, x1=0A= 17d4: f9400261 ldr x1, [x19]=0A= 17d8: f90007e1 str x1, [sp, #8]=0A= 17dc: d2800001 mov x1, #0x0 // #0=0A= 17e0: a9035bf5 stp x21, x22, [sp, #48]=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= 17e4: 91002016 add x22, x0, #0x8=0A= {=0A= 17e8: aa0003f5 mov x21, x0=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= 17ec: aa1603e0 mov x0, x22=0A= {=0A= 17f0: a90463f7 stp x23, x24, [sp, #64]=0A= 17f4: aa0203f8 mov x24, x2=0A= raw_spin_lock_irqsave(&worker->lock, flags);=0A= 17f8: 94000000 bl 0 <_raw_spin_lock_irqsave>=0A= 17fc: f90003e0 str x0, [sp]=0A= if (!work->worker)=0A= 1800: f9400e80 ldr x0, [x20, #24]=0A= 1804: b40003c0 cbz x0, 187c =0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= 1808: eb15001f cmp x0, x21=0A= 180c: 540003c1 b.ne 1884 // b.any=0A= if (work->canceling)=0A= 1810: b9402280 ldr w0, [x20, #32]=0A= 1814: 52800017 mov w23, #0x0 // #0=0A= 1818: 340001e0 cbz w0, 1854 =0A= raw_spin_unlock_irqrestore(&worker->lock, flags);=0A= 181c: f94003e1 ldr x1, [sp]=0A= 1820: aa1603e0 mov x0, x22=0A= 1824: 94000000 bl 0 <_raw_spin_unlock_irqrestore>=0A= }=0A= 1828: f94007e2 ldr x2, [sp, #8]=0A= 182c: f9400261 ldr x1, [x19]=0A= 1830: ca010041 eor x1, x2, x1=0A= 1834: 2a1703e0 mov w0, w23=0A= 1838: b50002a1 cbnz x1, 188c =0A= 183c: a9417bfd ldp x29, x30, [sp, #16]=0A= 1840: a94253f3 ldp x19, x20, [sp, #32]=0A= 1844: a9435bf5 ldp x21, x22, [sp, #48]=0A= 1848: a94463f7 ldp x23, x24, [sp, #64]=0A= 184c: 910143ff add sp, sp, #0x50=0A= 1850: d65f03c0 ret=0A= ret =3D __kthread_cancel_work(work, true, &flags);=0A= 1854: 910003e2 mov x2, sp=0A= 1858: 52800021 mov w1, #0x1 // #1=0A= 185c: aa1403e0 mov x0, x20=0A= 1860: 97fffc18 bl 8c0 <__kthread_cancel_work>=0A= 1864: 12001c17 and w23, w0, #0xff=0A= __kthread_queue_delayed_work(worker, dwork, delay);=0A= 1868: aa1803e2 mov x2, x24=0A= 186c: aa1403e1 mov x1, x20=0A= 1870: aa1503e0 mov x0, x21=0A= 1874: 94000000 bl 1648 <__kthread_queue_delayed_work>=0A= 1878: 17ffffe9 b 181c =0A= 187c: 52800017 mov w23, #0x0 // #0=0A= 1880: 17fffffa b 1868 =0A= WARN_ON_ONCE(work->worker !=3D worker);=0A= 1884: d4210000 brk #0x800=0A= 1888: 17ffffe2 b 1810 =0A= }=0A= 188c: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= Disassembly of section .init.text:=0A= =0A= 0000000000000000 :=0A= =0A= DEFINE_KTHREAD_WORKER(kthread_global_worker);=0A= EXPORT_SYMBOL(kthread_global_worker);=0A= =0A= __init void kthread_init_global_worker(void)=0A= {=0A= 0: a9be7bfd stp x29, x30, [sp, #-32]!=0A= kthread_global_worker.task =3D kthread_create(kthread_worker_fn,=0A= 4: 90000003 adrp x3, 0 =0A= 8: 90000000 adrp x0, 6a8 =0A= {=0A= c: 910003fd mov x29, sp=0A= 10: f9000bf3 str x19, [sp, #16]=0A= kthread_global_worker.task =3D kthread_create(kthread_worker_fn,=0A= 14: 90000013 adrp x19, 0 =0A= 18: 91000273 add x19, x19, #0x0=0A= 1c: 91000063 add x3, x3, #0x0=0A= 20: 91040273 add x19, x19, #0x100=0A= 24: 12800002 mov w2, #0xffffffff // #-1=0A= 28: 91000000 add x0, x0, #0x0=0A= 2c: aa1303e1 mov x1, x19=0A= 30: 94000000 bl 3b8 =0A= &kthread_global_worker,=0A= "kswork");=0A= if (WARN_ON(IS_ERR(kthread_global_worker.task)))=0A= 34: b140041f cmn x0, #0x1, lsl #12=0A= kthread_global_worker.task =3D kthread_create(kthread_worker_fn,=0A= 38: f9003a60 str x0, [x19, #112]=0A= if (WARN_ON(IS_ERR(kthread_global_worker.task)))=0A= 3c: 54000069 b.ls 48 // b.plast=0A= 40: d4210000 brk #0x800=0A= 44: 14000002 b 4c =0A= return;=0A= wake_up_process(kthread_global_worker.task);=0A= 48: 94000000 bl 0 =0A= }=0A= 4c: f9400bf3 ldr x19, [sp, #16]=0A= 50: a8c27bfd ldp x29, x30, [sp], #32=0A= 54: d65f03c0 ret=0A= ------=_NextPart_000_0003_01DAB735.BEC82B70 Content-Type: text/plain; name="worker_thread.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="worker_thread.txt" =0A= /home/miaon/workspace/fxssd_4t/33WA/Code/SHRV0763_SRC_33WA_v060200/OUTPUT= /APL_BUILD/tmp/work-shared/nsp1-release/kernel-source/kernel/workqueue.o:= file format elf64-littleaarch64=0A= =0A= =0A= Disassembly of section .text:=0A= =0A= 0000000000000000 :=0A= })=0A= =0A= static __always_inline=0A= void __read_once_size(const volatile void *p, void *res, int size)=0A= {=0A= __READ_ONCE_SIZE;=0A= 0: f9400001 ldr x1, [x0]=0A= static struct pool_workqueue *get_work_pwq(struct work_struct *work)=0A= {=0A= unsigned long data =3D atomic_long_read(&work->data);=0A= =0A= if (data & WORK_STRUCT_PWQ)=0A= return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);=0A= 4: 9278dc28 and x8, x1, #0xffffffffffffff00=0A= 8: f27e003f tst x1, #0x4=0A= c: 9a9f1108 csel x8, x8, xzr, ne // ne =3D any=0A= static void pwq_activate_delayed_work(struct work_struct *work)=0A= {=0A= struct pool_workqueue *pwq =3D get_work_pwq(work);=0A= =0A= trace_workqueue_activate_work(work);=0A= if (list_empty(&pwq->pool->worklist))=0A= 10: f9400105 ldr x5, [x8]=0A= 14: 910420a7 add x7, x5, #0x108=0A= 18: f94084a1 ldr x1, [x5, #264]=0A= 1c: eb0100ff cmp x7, x1=0A= 20: 540004a0 b.eq b4 // b.none=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 24: aa0003e1 mov x1, x0=0A= 28: f8408c23 ldr x3, [x1, #8]!=0A= 2c: d1002062 sub x2, x3, #0x8=0A= 30: b4000341 cbz x1, 98 =0A= static inline void __list_del_entry(struct list_head *entry)=0A= {=0A= if (!__list_del_entry_valid(entry))=0A= return;=0A= =0A= __list_del(entry->prev, entry->next);=0A= 34: f9400804 ldr x4, [x0, #16]=0A= __list_add(new, head->prev, head);=0A= 38: 910800a5 add x5, x5, #0x200=0A= next->prev =3D prev;=0A= 3c: f9000464 str x4, [x3, #8]=0A= {=0A= switch (size) {=0A= case 1: *(volatile __u8 *)p =3D *(__u8 *)res; break;=0A= case 2: *(volatile __u16 *)p =3D *(__u16 *)res; break;=0A= case 4: *(volatile __u32 *)p =3D *(__u32 *)res; break;=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 40: f9000083 str x3, [x4]=0A= __list_add(new, head->prev, head);=0A= 44: f85100a3 ldur x3, [x5, #-240]=0A= next->prev =3D new;=0A= 48: f81100a1 stur x1, [x5, #-240]=0A= new->prev =3D prev;=0A= 4c: a9008c07 stp x7, x3, [x0, #8]=0A= 50: f9000061 str x1, [x3]=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 54: f9400001 ldr x1, [x0]=0A= 58: 37180181 tbnz w1, #3, 88 =0A= 5c: 14000010 b 9c =0A= __list_del(entry->prev, entry->next);=0A= 60: f9400844 ldr x4, [x2, #16]=0A= next->prev =3D prev;=0A= 64: f9000464 str x4, [x3, #8]=0A= 68: f9000083 str x3, [x4]=0A= __list_add(new, head->prev, head);=0A= 6c: f85100a3 ldur x3, [x5, #-240]=0A= next->prev =3D new;=0A= 70: f81100a1 stur x1, [x5, #-240]=0A= new->prev =3D prev;=0A= 74: a9008c47 stp x7, x3, [x2, #8]=0A= 78: f9000061 str x1, [x3]=0A= 7c: f9400041 ldr x1, [x2]=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 80: aa0603e2 mov x2, x6=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 84: 361800a1 tbz w1, #3, 98 =0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 88: aa0203e1 mov x1, x2=0A= 8c: f8408c23 ldr x3, [x1, #8]!=0A= 90: d1002066 sub x6, x3, #0x8=0A= 94: b5fffe61 cbnz x1, 60 =0A= 98: f9400001 ldr x1, [x0]=0A= static inline void __clear_bit(int nr, volatile unsigned long *addr)=0A= {=0A= unsigned long mask =3D BIT_MASK(nr);=0A= unsigned long *p =3D ((unsigned long *)addr) + BIT_WORD(nr);=0A= =0A= *p &=3D ~mask;=0A= 9c: 927ef821 and x1, x1, #0xfffffffffffffffd=0A= a0: f9000001 str x1, [x0]=0A= pwq->pool->watchdog_ts =3D jiffies;=0A= move_linked_works(work, &pwq->pool->worklist, NULL);=0A= __clear_bit(WORK_STRUCT_DELAYED_BIT, work_data_bits(work));=0A= pwq->nr_active++;=0A= a4: b9405900 ldr w0, [x8, #88]=0A= a8: 11000400 add w0, w0, #0x1=0A= ac: b9005900 str w0, [x8, #88]=0A= }=0A= b0: d65f03c0 ret=0A= pwq->pool->watchdog_ts =3D jiffies;=0A= b4: 90000001 adrp x1, 0 =0A= b8: f9400021 ldr x1, [x1]=0A= bc: f90080a1 str x1, [x5, #256]=0A= c0: f9400105 ldr x5, [x8]=0A= c4: 910420a7 add x7, x5, #0x108=0A= c8: 17ffffd7 b 24 =0A= cc: d503201f nop=0A= =0A= 00000000000000d0 :=0A= void *arg;=0A= long ret;=0A= };=0A= =0A= static void work_for_cpu_fn(struct work_struct *work)=0A= {=0A= d0: a9be7bfd stp x29, x30, [sp, #-32]!=0A= d4: 910003fd mov x29, sp=0A= d8: f9000bf3 str x19, [sp, #16]=0A= dc: aa0003f3 mov x19, x0=0A= struct work_for_cpu *wfc =3D container_of(work, struct work_for_cpu, = work);=0A= =0A= wfc->ret =3D wfc->fn(wfc->arg);=0A= e0: a9450001 ldp x1, x0, [x0, #80]=0A= e4: d63f0020 blr x1=0A= e8: f9003260 str x0, [x19, #96]=0A= }=0A= ec: f9400bf3 ldr x19, [sp, #16]=0A= f0: a8c27bfd ldp x29, x30, [sp], #32=0A= f4: d65f03c0 ret=0A= =0A= 00000000000000f8 :=0A= {=0A= f8: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= fc: 910003fd mov x29, sp=0A= if (WARN_ON_ONCE(worker->flags & WORKER_IDLE) ||=0A= 100: b9406801 ldr w1, [x0, #104]=0A= 104: 371000c1 tbnz w1, #2, 11c =0A= __READ_ONCE_SIZE;=0A= 108: f9400002 ldr x2, [x0]=0A= WARN_ON_ONCE(!list_empty(&worker->entry) &&=0A= 10c: eb02001f cmp x0, x2=0A= 110: 54000100 b.eq 130 // b.none=0A= 114: f9400002 ldr x2, [x0]=0A= 118: b4000082 cbz x2, 128 =0A= 11c: d4210000 brk #0x800=0A= }=0A= 120: a8c37bfd ldp x29, x30, [sp], #48=0A= 124: d65f03c0 ret=0A= WARN_ON_ONCE(!list_empty(&worker->entry) &&=0A= 128: f9400402 ldr x2, [x0, #8]=0A= 12c: b5ffff82 cbnz x2, 11c =0A= 130: a90153f3 stp x19, x20, [sp, #16]=0A= 134: aa0003f3 mov x19, x0=0A= worker->flags |=3D WORKER_IDLE;=0A= 138: 321e0021 orr w1, w1, #0x4=0A= 13c: f90013f5 str x21, [sp, #32]=0A= worker->last_active =3D jiffies;=0A= 140: 90000015 adrp x21, 0 =0A= worker->flags |=3D WORKER_IDLE;=0A= 144: b9006a61 str w1, [x19, #104]=0A= preempt_disable();=0A= 148: 52800020 mov w0, #0x1 // #1=0A= struct worker_pool *pool =3D worker->pool;=0A= 14c: f9402674 ldr x20, [x19, #72]=0A= worker->last_active =3D jiffies;=0A= 150: f94002a2 ldr x2, [x21]=0A= pool->nr_idle++;=0A= 154: b9411e81 ldr w1, [x20, #284]=0A= 158: 0b000021 add w1, w1, w0=0A= 15c: b9011e81 str w1, [x20, #284]=0A= worker->last_active =3D jiffies;=0A= 160: f9003262 str x2, [x19, #96]=0A= preempt_disable();=0A= 164: 94000000 bl 0 =0A= __list_add(new, head, head->next);=0A= 168: f9409280 ldr x0, [x20, #288]=0A= list_add(&worker->entry, &pool->idle_list);=0A= 16c: 91048281 add x1, x20, #0x120=0A= next->prev =3D new;=0A= 170: f9000413 str x19, [x0, #8]=0A= new->prev =3D prev;=0A= 174: a9000660 stp x0, x1, [x19]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 178: f9009293 str x19, [x20, #288]=0A= preempt_enable();=0A= 17c: 52800020 mov w0, #0x1 // #1=0A= 180: 94000000 bl 0 =0A= */=0A= static __always_inline struct task_struct *get_current(void)=0A= {=0A= unsigned long sp_el0;=0A= =0A= asm ("mrs %0, sp_el0" : "=3Dr" (sp_el0));=0A= 184: d5384100 mrs x0, sp_el0=0A= __READ_ONCE_SIZE;=0A= 188: b9401001 ldr w1, [x0, #16]=0A= /*=0A= * Returns true when we need to resched and can (barring IRQ state).=0A= */=0A= static __always_inline bool should_resched(int preempt_offset)=0A= {=0A= return unlikely(preempt_count() =3D=3D preempt_offset &&=0A= 18c: 34000481 cbz w1, 21c =0A= bool managing =3D pool->flags & POOL_MANAGER_ACTIVE;=0A= 190: b940fe81 ldr w1, [x20, #252]=0A= int nr_idle =3D pool->nr_idle + managing; /* manager is considered idle = */=0A= 194: b9411e82 ldr w2, [x20, #284]=0A= 198: 12000020 and w0, w1, #0x1=0A= 19c: 0b020000 add w0, w0, w2=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 1a0: 7100081f cmp w0, #0x2=0A= 1a4: 5400012d b.le 1c8 =0A= int nr_busy =3D pool->nr_workers - nr_idle;=0A= 1a8: b9411a82 ldr w2, [x20, #280]=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 1ac: 51000803 sub w3, w0, #0x2=0A= int nr_busy =3D pool->nr_workers - nr_idle;=0A= 1b0: 4b000040 sub w0, w2, w0=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 1b4: 6b03081f cmp w0, w3, lsl #2=0A= 1b8: 5400008c b.gt 1c8 =0A= *=0A= * return value: 1 if the timer is pending, 0 if not.=0A= */=0A= static inline int timer_pending(const struct timer_list * timer)=0A= {=0A= return timer->entry.pprev !=3D NULL;=0A= 1bc: 9104c280 add x0, x20, #0x130=0A= if (too_many_workers(pool) && !timer_pending(&pool->idle_timer))=0A= 1c0: f9400402 ldr x2, [x0, #8]=0A= 1c4: b4000142 cbz x2, 1ec =0A= WARN_ON_ONCE(!(pool->flags & POOL_DISASSOCIATED) &&=0A= 1c8: 371000a1 tbnz w1, #2, 1dc =0A= 1cc: b9411a81 ldr w1, [x20, #280]=0A= 1d0: b9411e80 ldr w0, [x20, #284]=0A= 1d4: 6b00003f cmp w1, w0=0A= 1d8: 54000160 b.eq 204 // b.none=0A= 1dc: a94153f3 ldp x19, x20, [sp, #16]=0A= 1e0: f94013f5 ldr x21, [sp, #32]=0A= }=0A= 1e4: a8c37bfd ldp x29, x30, [sp], #48=0A= 1e8: d65f03c0 ret=0A= mod_timer(&pool->idle_timer, jiffies + IDLE_WORKER_TIMEOUT);=0A= 1ec: f94002a1 ldr x1, [x21]=0A= 1f0: 91404821 add x1, x1, #0x12, lsl #12=0A= 1f4: 9113e021 add x1, x1, #0x4f8=0A= 1f8: 94000000 bl 0 =0A= 1fc: b940fe81 ldr w1, [x20, #252]=0A= 200: 17fffff2 b 1c8 =0A= 204: b9458280 ldr w0, [x20, #1408]=0A= WARN_ON_ONCE(!(pool->flags & POOL_DISASSOCIATED) &&=0A= 208: 34fffea0 cbz w0, 1dc =0A= 20c: d4210000 brk #0x800=0A= 210: a94153f3 ldp x19, x20, [sp, #16]=0A= 214: f94013f5 ldr x21, [sp, #32]=0A= 218: 17fffff3 b 1e4 =0A= * @nr: bit number to test=0A= * @addr: Address to start counting from=0A= */=0A= static inline int test_bit(int nr, const volatile unsigned long *addr)=0A= {=0A= return 1UL & (addr[BIT_WORD(nr)] >> (nr & (BITS_PER_LONG-1)));=0A= 21c: f9400001 ldr x1, [x0]=0A= 220: 721f003f tst w1, #0x2=0A= 224: 54000081 b.ne 234 // b.any=0A= 228: f9400000 ldr x0, [x0]=0A= 22c: 721a001f tst w0, #0x40=0A= 230: 54fffb00 b.eq 190 // b.none=0A= preempt_enable();=0A= 234: 94000000 bl 0 =0A= 238: 17ffffd6 b 190 =0A= 23c: d503201f nop=0A= =0A= 0000000000000240 :=0A= {=0A= 240: a9be7bfd stp x29, x30, [sp, #-32]!=0A= lockdep_assert_held(&pool->lock);=0A= 244: 90000001 adrp x1, 0 =0A= {=0A= 248: 910003fd mov x29, sp=0A= 24c: a90153f3 stp x19, x20, [sp, #16]=0A= 250: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&pool->lock);=0A= 254: b9400020 ldr w0, [x1]=0A= struct worker_pool *pool =3D worker->pool;=0A= 258: f9402674 ldr x20, [x19, #72]=0A= lockdep_assert_held(&pool->lock);=0A= 25c: 35000460 cbnz w0, 2e8 =0A= if (WARN_ON(worker->current_work) ||=0A= 260: f9400a60 ldr x0, [x19, #16]=0A= 264: b5000500 cbnz x0, 304 =0A= 268: aa1303e0 mov x0, x19=0A= 26c: f8430c01 ldr x1, [x0, #48]!=0A= WARN_ON(!list_empty(&worker->scheduled)) ||=0A= 270: eb01001f cmp x0, x1=0A= 274: 54000481 b.ne 304 // b.any=0A= WARN_ON(!(worker->flags & WORKER_IDLE)))=0A= 278: b9406a60 ldr w0, [x19, #104]=0A= 27c: 36100440 tbz w0, #2, 304 =0A= pool->nr_workers--;=0A= 280: b9411a82 ldr w2, [x20, #280]=0A= preempt_disable();=0A= 284: 52800020 mov w0, #0x1 // #1=0A= pool->nr_idle--;=0A= 288: b9411e81 ldr w1, [x20, #284]=0A= pool->nr_workers--;=0A= 28c: 51000442 sub w2, w2, #0x1=0A= 290: b9011a82 str w2, [x20, #280]=0A= pool->nr_idle--;=0A= 294: 51000421 sub w1, w1, #0x1=0A= 298: b9011e81 str w1, [x20, #284]=0A= preempt_disable();=0A= 29c: 94000000 bl 0 =0A= __list_del(entry->prev, entry->next);=0A= 2a0: a9400261 ldp x1, x0, [x19]=0A= next->prev =3D prev;=0A= 2a4: f9000420 str x0, [x1, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 2a8: f9000001 str x1, [x0]=0A= 2ac: f9000273 str x19, [x19]=0A= list->prev =3D list;=0A= 2b0: f9000673 str x19, [x19, #8]=0A= preempt_enable();=0A= 2b4: 52800020 mov w0, #0x1 // #1=0A= 2b8: 94000000 bl 0 =0A= 2bc: d5384100 mrs x0, sp_el0=0A= __READ_ONCE_SIZE;=0A= 2c0: b9401001 ldr w1, [x0, #16]=0A= 2c4: 34000281 cbz w1, 314 =0A= worker->flags |=3D WORKER_DIE;=0A= 2c8: b9406a61 ldr w1, [x19, #104]=0A= wake_up_process(worker->task);=0A= 2cc: f9402260 ldr x0, [x19, #64]=0A= worker->flags |=3D WORKER_DIE;=0A= 2d0: 321f0021 orr w1, w1, #0x2=0A= 2d4: b9006a61 str w1, [x19, #104]=0A= wake_up_process(worker->task);=0A= 2d8: 94000000 bl 0 =0A= }=0A= 2dc: a94153f3 ldp x19, x20, [sp, #16]=0A= 2e0: a8c27bfd ldp x29, x30, [sp], #32=0A= 2e4: d65f03c0 ret=0A= */=0A= extern int lock_is_held_type(struct lockdep_map *lock, int read);=0A= =0A= static inline int lock_is_held(struct lockdep_map *lock)=0A= {=0A= return lock_is_held_type(lock, -1);=0A= 2e8: 12800001 mov w1, #0xffffffff // #-1=0A= 2ec: 91030280 add x0, x20, #0xc0=0A= 2f0: 94000000 bl 0 =0A= lockdep_assert_held(&pool->lock);=0A= 2f4: 35fffb60 cbnz w0, 260 =0A= 2f8: d4210000 brk #0x800=0A= if (WARN_ON(worker->current_work) ||=0A= 2fc: f9400a60 ldr x0, [x19, #16]=0A= 300: b4fffb40 cbz x0, 268 =0A= WARN_ON(!(worker->flags & WORKER_IDLE)))=0A= 304: d4210000 brk #0x800=0A= }=0A= 308: a94153f3 ldp x19, x20, [sp, #16]=0A= 30c: a8c27bfd ldp x29, x30, [sp], #32=0A= 310: d65f03c0 ret=0A= 314: f9400001 ldr x1, [x0]=0A= 318: 721f003f tst w1, #0x2=0A= 31c: 54000081 b.ne 32c // b.any=0A= 320: f9400000 ldr x0, [x0]=0A= 324: 721a001f tst w0, #0x40=0A= 328: 54fffd00 b.eq 2c8 // b.none=0A= preempt_enable();=0A= 32c: 94000000 bl 0 =0A= 330: 17ffffe6 b 2c8 =0A= 334: d503201f nop=0A= =0A= 0000000000000338 :=0A= {=0A= 338: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 33c: 910003fd mov x29, sp=0A= 340: a90153f3 stp x19, x20, [sp, #16]=0A= 344: aa0003f3 mov x19, x0=0A= spin_lock_irq(&pool->lock);=0A= 348: 94000000 bl 0 =0A= int nr_idle =3D pool->nr_idle + managing; /* manager is considered idle = */=0A= 34c: b940fe60 ldr w0, [x19, #252]=0A= 350: b9411e61 ldr w1, [x19, #284]=0A= 354: 12000000 and w0, w0, #0x1=0A= 358: 0b010000 add w0, w0, w1=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 35c: 7100081f cmp w0, #0x2=0A= 360: 5400048d b.le 3f0 =0A= 364: f90013f5 str x21, [sp, #32]=0A= 368: 51000802 sub w2, w0, #0x2=0A= int nr_busy =3D pool->nr_workers - nr_idle;=0A= 36c: b9411a61 ldr w1, [x19, #280]=0A= 370: 4b000020 sub w0, w1, w0=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 374: 6b02081f cmp w0, w2, lsl #2=0A= 378: 540003ac b.gt 3ec =0A= worker =3D list_entry(pool->idle_list.prev, struct worker, entry);=0A= 37c: f9409660 ldr x0, [x19, #296]=0A= if (time_before(jiffies, expires)) {=0A= 380: 90000014 adrp x20, 0 =0A= expires =3D worker->last_active + IDLE_WORKER_TIMEOUT;=0A= 384: d2849f02 mov x2, #0x24f8 // #9464=0A= if (time_before(jiffies, expires)) {=0A= 388: f9400283 ldr x3, [x20]=0A= expires =3D worker->last_active + IDLE_WORKER_TIMEOUT;=0A= 38c: f2a00022 movk x2, #0x1, lsl #16=0A= 390: f9403001 ldr x1, [x0, #96]=0A= 394: aa0203f5 mov x21, x2=0A= 398: 8b020021 add x1, x1, x2=0A= if (time_before(jiffies, expires)) {=0A= 39c: eb01007f cmp x3, x1=0A= 3a0: 54000185 b.pl 3d0 // b.nfrst=0A= 3a4: 14000018 b 404 =0A= int nr_busy =3D pool->nr_workers - nr_idle;=0A= 3a8: b9411a61 ldr w1, [x19, #280]=0A= 3ac: 4b000020 sub w0, w1, w0=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 3b0: 6b02081f cmp w0, w2, lsl #2=0A= 3b4: 540001cc b.gt 3ec =0A= worker =3D list_entry(pool->idle_list.prev, struct worker, entry);=0A= 3b8: f9409660 ldr x0, [x19, #296]=0A= if (time_before(jiffies, expires)) {=0A= 3bc: f9400282 ldr x2, [x20]=0A= expires =3D worker->last_active + IDLE_WORKER_TIMEOUT;=0A= 3c0: f9403001 ldr x1, [x0, #96]=0A= 3c4: 8b150021 add x1, x1, x21=0A= if (time_before(jiffies, expires)) {=0A= 3c8: eb01005f cmp x2, x1=0A= 3cc: 540001c4 b.mi 404 // b.first=0A= destroy_worker(worker);=0A= 3d0: 97ffff9c bl 240 =0A= int nr_idle =3D pool->nr_idle + managing; /* manager is considered idle = */=0A= 3d4: b940fe60 ldr w0, [x19, #252]=0A= 3d8: b9411e61 ldr w1, [x19, #284]=0A= 3dc: 12000000 and w0, w0, #0x1=0A= 3e0: 0b010000 add w0, w0, w1=0A= return nr_idle > 2 && (nr_idle - 2) * MAX_IDLE_WORKERS_RATIO >=3D = nr_busy;=0A= 3e4: 71000802 subs w2, w0, #0x2=0A= 3e8: 54fffe0c b.gt 3a8 =0A= 3ec: f94013f5 ldr x21, [sp, #32]=0A= spin_unlock_irq(&pool->lock);=0A= 3f0: aa1303e0 mov x0, x19=0A= 3f4: 94000000 bl 0 =0A= }=0A= 3f8: a94153f3 ldp x19, x20, [sp, #16]=0A= 3fc: a8c37bfd ldp x29, x30, [sp], #48=0A= 400: d65f03c0 ret=0A= mod_timer(&pool->idle_timer, expires);=0A= 404: 9104c260 add x0, x19, #0x130=0A= 408: 94000000 bl 0 =0A= spin_unlock_irq(&pool->lock);=0A= 40c: aa1303e0 mov x0, x19=0A= break;=0A= 410: f94013f5 ldr x21, [sp, #32]=0A= spin_unlock_irq(&pool->lock);=0A= 414: 94000000 bl 0 =0A= }=0A= 418: a94153f3 ldp x19, x20, [sp, #16]=0A= 41c: a8c37bfd ldp x29, x30, [sp], #48=0A= 420: d65f03c0 ret=0A= 424: d503201f nop=0A= =0A= 0000000000000428 :=0A= {=0A= 428: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 42c: 910003fd mov x29, sp=0A= 430: f9000bf3 str x19, [sp, #16]=0A= 434: aa0003f3 mov x19, x0=0A= preempt_disable();=0A= 438: 52800020 mov w0, #0x1 // #1=0A= 43c: 94000000 bl 0 =0A= 440: f9409260 ldr x0, [x19, #288]=0A= if (unlikely(list_empty(&pool->idle_list)))=0A= 444: 91048261 add x1, x19, #0x120=0A= 448: eb00003f cmp x1, x0=0A= 44c: 540000a0 b.eq 460 // b.none=0A= return list_first_entry(&pool->idle_list, struct worker, entry);=0A= 450: f9409260 ldr x0, [x19, #288]=0A= if (likely(worker))=0A= 454: b4000060 cbz x0, 460 =0A= wake_up_process(worker->task);=0A= 458: f9402000 ldr x0, [x0, #64]=0A= 45c: 94000000 bl 0 =0A= preempt_enable();=0A= 460: 52800020 mov w0, #0x1 // #1=0A= 464: 94000000 bl 0 =0A= 468: d5384100 mrs x0, sp_el0=0A= 46c: b9401001 ldr w1, [x0, #16]=0A= 470: 34000081 cbz w1, 480 =0A= }=0A= 474: f9400bf3 ldr x19, [sp, #16]=0A= 478: a8c27bfd ldp x29, x30, [sp], #32=0A= 47c: d65f03c0 ret=0A= 480: f9400001 ldr x1, [x0]=0A= 484: 721f003f tst w1, #0x2=0A= 488: 54000081 b.ne 498 // b.any=0A= 48c: f9400000 ldr x0, [x0]=0A= 490: 721a001f tst w0, #0x40=0A= 494: 54ffff00 b.eq 474 // b.none=0A= preempt_enable();=0A= 498: 94000000 bl 0 =0A= 49c: 17fffff6 b 474 =0A= =0A= 00000000000004a0 :=0A= {=0A= 4a0: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 4a4: 910003fd mov x29, sp=0A= 4a8: a90153f3 stp x19, x20, [sp, #16]=0A= 4ac: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&wq->mutex);=0A= 4b0: 90000000 adrp x0, 0 =0A= {=0A= 4b4: f90013f5 str x21, [sp, #32]=0A= lockdep_assert_held(&wq->mutex);=0A= 4b8: b9400000 ldr w0, [x0]=0A= struct workqueue_struct *wq =3D pwq->wq;=0A= 4bc: f9400675 ldr x21, [x19, #8]=0A= bool freezable =3D wq->flags & WQ_FREEZABLE;=0A= 4c0: b94202b4 ldr w20, [x21, #512]=0A= 4c4: 121e0294 and w20, w20, #0x4=0A= lockdep_assert_held(&wq->mutex);=0A= 4c8: 35000460 cbnz w0, 554 =0A= if (!freezable && pwq->max_active =3D=3D wq->saved_max_active)=0A= 4cc: 35000534 cbnz w20, 570 =0A= 4d0: b9405e61 ldr w1, [x19, #92]=0A= 4d4: b9415ea0 ldr w0, [x21, #348]=0A= 4d8: 6b00003f cmp w1, w0=0A= 4dc: 54000340 b.eq 544 // b.none=0A= spin_lock_irqsave(&pwq->pool->lock, flags);=0A= 4e0: f9400260 ldr x0, [x19]=0A= 4e4: 94000000 bl 0 =0A= 4e8: f9403261 ldr x1, [x19, #96]=0A= while (!list_empty(&pwq->delayed_works) &&=0A= 4ec: 91018269 add x9, x19, #0x60=0A= pwq->max_active =3D wq->saved_max_active;=0A= 4f0: b9415ea0 ldr w0, [x21, #348]=0A= 4f4: b9005e60 str w0, [x19, #92]=0A= while (!list_empty(&pwq->delayed_works) &&=0A= 4f8: eb01013f cmp x9, x1=0A= 4fc: 540001c0 b.eq 534 // b.none=0A= 500: b9405a61 ldr w1, [x19, #88]=0A= 504: 6b00003f cmp w1, w0=0A= 508: 540000ab b.lt 51c // b.tstop=0A= 50c: 1400000a b 534 =0A= 510: 294b0261 ldp w1, w0, [x19, #88]=0A= 514: 6b00003f cmp w1, w0=0A= 518: 540000ea b.ge 534 // b.tcont=0A= struct work_struct *work =3D list_first_entry(&pwq->delayed_works,=0A= 51c: f9403260 ldr x0, [x19, #96]=0A= pwq_activate_delayed_work(work);=0A= 520: d1002000 sub x0, x0, #0x8=0A= 524: 97fffeb7 bl 0 =0A= 528: f9403260 ldr x0, [x19, #96]=0A= while (!list_empty(&pwq->delayed_works) &&=0A= 52c: eb00013f cmp x9, x0=0A= 530: 54ffff01 b.ne 510 // b.any=0A= wake_up_worker(pwq->pool);=0A= 534: f9400260 ldr x0, [x19]=0A= 538: 97ffffbc bl 428 =0A= spin_unlock_irqrestore(&pwq->pool->lock, flags);=0A= 53c: f9400260 ldr x0, [x19]=0A= 540: 94000000 bl 0 =0A= }=0A= 544: a94153f3 ldp x19, x20, [sp, #16]=0A= 548: f94013f5 ldr x21, [sp, #32]=0A= 54c: a8c37bfd ldp x29, x30, [sp], #48=0A= 550: d65f03c0 ret=0A= 554: 12800001 mov w1, #0xffffffff // #-1=0A= 558: 910362a0 add x0, x21, #0xd8=0A= 55c: 94000000 bl 0 =0A= lockdep_assert_held(&wq->mutex);=0A= 560: 35fffb60 cbnz w0, 4cc =0A= 564: d4210000 brk #0x800=0A= if (!freezable && pwq->max_active =3D=3D wq->saved_max_active)=0A= 568: 34fffb54 cbz w20, 4d0 =0A= 56c: d503201f nop=0A= spin_lock_irqsave(&pwq->pool->lock, flags);=0A= 570: f9400260 ldr x0, [x19]=0A= 574: 94000000 bl 0 =0A= if (!freezable || !workqueue_freezing) {=0A= 578: 90000000 adrp x0, 0 =0A= 57c: 39400000 ldrb w0, [x0]=0A= 580: 34fffb40 cbz w0, 4e8 =0A= pwq->max_active =3D 0;=0A= 584: b9005e7f str wzr, [x19, #92]=0A= 588: 17ffffed b 53c =0A= 58c: d503201f nop=0A= =0A= 0000000000000590 :=0A= {=0A= 590: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= lockdep_assert_held(&wq->mutex);=0A= 594: 90000001 adrp x1, 0 =0A= {=0A= 598: 910003fd mov x29, sp=0A= 59c: a90153f3 stp x19, x20, [sp, #16]=0A= 5a0: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&wq->mutex);=0A= 5a4: b9400020 ldr w0, [x1]=0A= {=0A= 5a8: f90013f5 str x21, [sp, #32]=0A= struct workqueue_struct *wq =3D pwq->wq;=0A= 5ac: f9400675 ldr x21, [x19, #8]=0A= lockdep_assert_held(&wq->mutex);=0A= 5b0: 35000120 cbnz w0, 5d4 =0A= 5b4: f9403a60 ldr x0, [x19, #112]=0A= if (!list_empty(&pwq->pwqs_node))=0A= 5b8: 9101c274 add x20, x19, #0x70=0A= 5bc: eb00029f cmp x20, x0=0A= 5c0: 540001c0 b.eq 5f8 // b.none=0A= }=0A= 5c4: a94153f3 ldp x19, x20, [sp, #16]=0A= 5c8: f94013f5 ldr x21, [sp, #32]=0A= 5cc: a8c37bfd ldp x29, x30, [sp], #48=0A= 5d0: d65f03c0 ret=0A= 5d4: 12800001 mov w1, #0xffffffff // #-1=0A= 5d8: 910362a0 add x0, x21, #0xd8=0A= 5dc: 94000000 bl 0 =0A= lockdep_assert_held(&wq->mutex);=0A= 5e0: 35fffea0 cbnz w0, 5b4 =0A= 5e4: d4210000 brk #0x800=0A= 5e8: f9403a60 ldr x0, [x19, #112]=0A= if (!list_empty(&pwq->pwqs_node))=0A= 5ec: 9101c274 add x20, x19, #0x70=0A= 5f0: eb00029f cmp x20, x0=0A= 5f4: 54fffe81 b.ne 5c4 // b.any=0A= pwq->work_color =3D wq->work_color;=0A= 5f8: b9410aa1 ldr w1, [x21, #264]=0A= pwq_adjust_max_active(pwq);=0A= 5fc: aa1303e0 mov x0, x19=0A= pwq->work_color =3D wq->work_color;=0A= 600: b9001261 str w1, [x19, #16]=0A= pwq_adjust_max_active(pwq);=0A= 604: 97ffffa7 bl 4a0 =0A= * the _rcu list-traversal primitives, such as=0A= * list_for_each_entry_rcu().=0A= */=0A= static inline void list_add_rcu(struct list_head *new, struct list_head = *head)=0A= {=0A= __list_add_rcu(new, head, head->next);=0A= 608: f94002a0 ldr x0, [x21]=0A= new->prev =3D prev;=0A= 60c: a9075660 stp x0, x21, [x19, #112]=0A= rcu_assign_pointer(list_next_rcu(prev), new);=0A= 610: c89ffeb4 stlr x20, [x21]=0A= next->prev =3D new;=0A= 614: f9000414 str x20, [x0, #8]=0A= }=0A= 618: a94153f3 ldp x19, x20, [sp, #16]=0A= 61c: f94013f5 ldr x21, [sp, #32]=0A= 620: a8c37bfd ldp x29, x30, [sp], #48=0A= 624: d65f03c0 ret=0A= =0A= 0000000000000628 :=0A= {=0A= 628: d10103ff sub sp, sp, #0x40=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 62c: 90000001 adrp x1, 0 =0A= {=0A= 630: a9017bfd stp x29, x30, [sp, #16]=0A= 634: 910043fd add x29, sp, #0x10=0A= 638: a90253f3 stp x19, x20, [sp, #32]=0A= 63c: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 640: 91000273 add x19, x19, #0x0=0A= 644: f9001bf5 str x21, [sp, #48]=0A= 648: aa0003f5 mov x21, x0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 64c: b9400020 ldr w0, [x1]=0A= {=0A= 650: f9400261 ldr x1, [x19]=0A= 654: f90007e1 str x1, [sp, #8]=0A= 658: d2800001 mov x1, #0x0 // #0=0A= 65c: 90000014 adrp x20, 0 =0A= 660: 91000294 add x20, x20, #0x0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 664: 35000320 cbnz w0, 6c8 =0A= int ret;=0A= =0A= if (WARN_ON_ONCE(start < 0))=0A= return -EINVAL;=0A= =0A= ret =3D idr_alloc_cmn(idr, ptr, &id, start, end, gfp, false);=0A= 668: 52801805 mov w5, #0xc0 // #192=0A= 66c: aa1503e1 mov x1, x21=0A= 670: 9103a280 add x0, x20, #0xe8=0A= 674: 72a02805 movk w5, #0x140, lsl #16=0A= 678: 52800006 mov w6, #0x0 // #0=0A= 67c: b2407be4 mov x4, #0x7fffffff // #2147483647=0A= 680: d2800003 mov x3, #0x0 // #0=0A= 684: 910003e2 mov x2, sp=0A= 688: 94000000 bl 0 =0A= =0A= if (ret)=0A= return ret;=0A= =0A= return id;=0A= 68c: 7100001f cmp w0, #0x0=0A= 690: b94003e1 ldr w1, [sp]=0A= 694: 1a800020 csel w0, w1, w0, eq // eq =3D none=0A= if (ret >=3D 0) {=0A= 698: 37f80060 tbnz w0, #31, 6a4 =0A= pool->id =3D ret;=0A= 69c: b900faa0 str w0, [x21, #248]=0A= return 0;=0A= 6a0: 52800000 mov w0, #0x0 // #0=0A= }=0A= 6a4: f94007e2 ldr x2, [sp, #8]=0A= 6a8: f9400261 ldr x1, [x19]=0A= 6ac: ca010041 eor x1, x2, x1=0A= 6b0: b5000181 cbnz x1, 6e0 =0A= 6b4: a9417bfd ldp x29, x30, [sp, #16]=0A= 6b8: a94253f3 ldp x19, x20, [sp, #32]=0A= 6bc: f9401bf5 ldr x21, [sp, #48]=0A= 6c0: 910103ff add sp, sp, #0x40=0A= 6c4: d65f03c0 ret=0A= 6c8: 9102e280 add x0, x20, #0xb8=0A= 6cc: 12800001 mov w1, #0xffffffff // #-1=0A= 6d0: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 6d4: 35fffca0 cbnz w0, 668 =0A= 6d8: d4210000 brk #0x800=0A= 6dc: 17ffffe3 b 668 =0A= }=0A= 6e0: 94000000 bl 0 <__stack_chk_fail>=0A= 6e4: d503201f nop=0A= =0A= 00000000000006e8 :=0A= {=0A= 6e8: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= int lim =3D flags & WQ_UNBOUND ? WQ_UNBOUND_MAX_ACTIVE : WQ_MAX_ACTIVE;=0A= 6ec: 721f003f tst w1, #0x2=0A= {=0A= 6f0: 910003fd mov x29, sp=0A= 6f4: a90153f3 stp x19, x20, [sp, #16]=0A= 6f8: 2a0003f3 mov w19, w0=0A= 6fc: 52804014 mov w20, #0x200 // #512=0A= 700: f90013f5 str x21, [sp, #32]=0A= 704: aa0203f5 mov x21, x2=0A= int lim =3D flags & WQ_UNBOUND ? WQ_UNBOUND_MAX_ACTIVE : WQ_MAX_ACTIVE;=0A= 708: 54000100 b.eq 728 // b.none=0A= }=0A= =0A= static __always_inline int bitmap_weight(const unsigned long *src, = unsigned int nbits)=0A= {=0A= if (small_const_nbits(nbits))=0A= return hweight_long(*src & BITMAP_LAST_WORD_MASK(nbits));=0A= 70c: 90000000 adrp x0, 0 <__cpu_possible_mask>=0A= return __sw_hweight8(w);=0A= }=0A= =0A= static inline unsigned long __arch_hweight64(__u64 w)=0A= {=0A= return __sw_hweight64(w);=0A= 710: f9400000 ldr x0, [x0]=0A= 714: 94000000 bl 0 <__sw_hweight64>=0A= 718: 531e7414 lsl w20, w0, #2=0A= 71c: 7108029f cmp w20, #0x200=0A= 720: 52804000 mov w0, #0x200 // #512=0A= 724: 1a80a294 csel w20, w20, w0, ge // ge =3D tcont=0A= if (max_active < 1 || max_active > lim)=0A= 728: 7100027f cmp w19, #0x0=0A= 72c: 7a53c281 ccmp w20, w19, #0x1, gt=0A= 730: 5400010a b.ge 750 // b.tcont=0A= pr_warn("workqueue: max_active %d requested for %s is out of range, = clamping between %d and %d\n",=0A= 734: 90000000 adrp x0, 0 =0A= 738: aa1503e2 mov x2, x21=0A= 73c: 2a1403e4 mov w4, w20=0A= 740: 91000000 add x0, x0, #0x0=0A= 744: 52800023 mov w3, #0x1 // #1=0A= 748: 2a1303e1 mov w1, w19=0A= 74c: 94000000 bl 0 =0A= return clamp_val(max_active, 1, lim);=0A= 750: 7100027f cmp w19, #0x0=0A= 754: 1a9fc660 csinc w0, w19, wzr, gt=0A= 758: 6b14001f cmp w0, w20=0A= }=0A= 75c: 1a94d000 csel w0, w0, w20, le=0A= 760: a94153f3 ldp x19, x20, [sp, #16]=0A= 764: f94013f5 ldr x21, [sp, #32]=0A= 768: a8c37bfd ldp x29, x30, [sp], #48=0A= 76c: d65f03c0 ret=0A= =0A= 0000000000000770 :=0A= {=0A= 770: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 774: 910003fd mov x29, sp=0A= 778: a90153f3 stp x19, x20, [sp, #16]=0A= spin_lock_init(&pool->lock);=0A= 77c: 90000014 adrp x20, 0 =0A= 780: 91000294 add x20, x20, #0x0=0A= {=0A= 784: a9025bf5 stp x21, x22, [sp, #32]=0A= spin_lock_init(&pool->lock);=0A= 788: 90000016 adrp x22, 0 =0A= 78c: 910002d6 add x22, x22, #0x0=0A= {=0A= 790: aa0003f3 mov x19, x0=0A= spin_lock_init(&pool->lock);=0A= 794: 91002282 add x2, x20, #0x8=0A= 798: aa1603e1 mov x1, x22=0A= 79c: 94000000 bl 0 <__rt_mutex_init>=0A= 7a0: 91004282 add x2, x20, #0x10=0A= 7a4: aa1303e0 mov x0, x19=0A= 7a8: 90000001 adrp x1, 0 =0A= 7ac: 91000021 add x1, x1, #0x0=0A= 7b0: 94000000 bl 0 <__rt_spin_lock_init>=0A= pool->watchdog_ts =3D jiffies;=0A= 7b4: 90000000 adrp x0, 0 =0A= pool->flags |=3D POOL_DISASSOCIATED;=0A= 7b8: b940fe62 ldr w2, [x19, #252]=0A= INIT_LIST_HEAD(&pool->worklist);=0A= 7bc: 91042264 add x4, x19, #0x108=0A= 7c0: 910fc261 add x1, x19, #0x3f0=0A= pool->watchdog_ts =3D jiffies;=0A= 7c4: f9400006 ldr x6, [x0]=0A= 7c8: 9107c260 add x0, x19, #0x1f0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 7cc: f9008664 str x4, [x19, #264]=0A= INIT_LIST_HEAD(&pool->idle_list);=0A= 7d0: 91048263 add x3, x19, #0x120=0A= pool->cpu =3D -1;=0A= 7d4: 92800005 mov x5, #0xffffffffffffffff // #-1=0A= pool->flags |=3D POOL_DISASSOCIATED;=0A= 7d8: 321e0042 orr w2, w2, #0x4=0A= pool->cpu =3D -1;=0A= 7dc: f9007a65 str x5, [x19, #240]=0A= pool->flags |=3D POOL_DISASSOCIATED;=0A= 7e0: 291f0a65 stp w5, w2, [x19, #248]=0A= pool->watchdog_ts =3D jiffies;=0A= 7e4: f9008266 str x6, [x19, #256]=0A= 7e8: f9008a64 str x4, [x19, #272]=0A= 7ec: f9009263 str x3, [x19, #288]=0A= 7f0: f9009663 str x3, [x19, #296]=0A= =0A= /* Use hash_32 when possible to allow for fast 32bit hashing in 64bit = kernels. */=0A= #define hash_min(val, bits) \=0A= (sizeof(val) <=3D 4 ? hash_32(val, bits) : hash_long(val, bits))=0A= =0A= static inline void __hash_init(struct hlist_head *ht, unsigned int sz)=0A= 7f4: d503201f nop=0A= {=0A= unsigned int i;=0A= =0A= for (i =3D 0; i < sz; i++)=0A= INIT_HLIST_HEAD(&ht[i]);=0A= 7f8: f800841f str xzr, [x0], #8=0A= for (i =3D 0; i < sz; i++)=0A= 7fc: eb00003f cmp x1, x0=0A= 800: 54ffffc1 b.ne 7f8 // b.any=0A= setup_deferrable_timer(&pool->idle_timer, idle_worker_timeout,=0A= 804: 91006283 add x3, x20, #0x18=0A= 808: 52a00101 mov w1, #0x80000 // #524288=0A= 80c: 9104c260 add x0, x19, #0x130=0A= 810: 90000002 adrp x2, 0 =0A= 814: 91000042 add x2, x2, #0x0=0A= 818: 94000000 bl 0 =0A= 81c: 90000000 adrp x0, 0 =0A= 820: 91000000 add x0, x0, #0x0=0A= 824: a914ce60 stp x0, x19, [x19, #328]=0A= setup_timer(&pool->mayday_timer, pool_mayday_timeout,=0A= 828: 91008283 add x3, x20, #0x20=0A= 82c: 52800001 mov w1, #0x0 // #0=0A= 830: 91064260 add x0, x19, #0x190=0A= 834: 90000002 adrp x2, 0 =0A= 838: 91000042 add x2, x2, #0x0=0A= 83c: 94000000 bl 0 =0A= 840: 90000000 adrp x0, 0 =0A= 844: 91000000 add x0, x0, #0x0=0A= 848: a91ace60 stp x0, x19, [x19, #424]=0A= mutex_init(&pool->attach_mutex);=0A= 84c: 910fe275 add x21, x19, #0x3f8=0A= 850: aa1603e1 mov x1, x22=0A= 854: 9100a282 add x2, x20, #0x28=0A= 858: aa1503e0 mov x0, x21=0A= 85c: 94000000 bl 0 <__rt_mutex_init>=0A= 860: aa1503e0 mov x0, x21=0A= 864: 90000001 adrp x1, 0 =0A= 868: 9100c282 add x2, x20, #0x30=0A= 86c: 91000021 add x1, x1, #0x0=0A= 870: 94000000 bl 0 <__mutex_do_init>=0A= gfp_t gfp_mask);=0A= void ida_simple_remove(struct ida *ida, unsigned int id);=0A= =0A= static inline void ida_init(struct ida *ida)=0A= {=0A= INIT_RADIX_TREE(&ida->ida_rt, IDR_RT_MARKER | GFP_NOWAIT);=0A= 874: f902827f str xzr, [x19, #1280]=0A= index =3D kmalloc_index(size);=0A= =0A= if (!index)=0A= return ZERO_SIZE_PTR;=0A= =0A= return kmem_cache_alloc_trace(=0A= 878: 90000000 adrp x0, 0 =0A= INIT_LIST_HEAD(&pool->workers);=0A= 87c: 91138263 add x3, x19, #0x4e0=0A= 880: 52a1a004 mov w4, #0xd000000 // #218103808=0A= 884: f9027263 str x3, [x19, #1248]=0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 888: f9400000 ldr x0, [x0]=0A= 88c: f9027663 str x3, [x19, #1256]=0A= pool->refcnt =3D 1;=0A= 890: 52800023 mov w3, #0x1 // #1=0A= 894: b904fa64 str w4, [x19, #1272]=0A= #define HLIST_HEAD_INIT { .first =3D NULL }=0A= #define HLIST_HEAD(name) struct hlist_head name =3D { .first =3D NULL }=0A= #define INIT_HLIST_HEAD(ptr) ((ptr)->first =3D NULL)=0A= static inline void INIT_HLIST_NODE(struct hlist_node *h)=0A= {=0A= h->next =3D NULL;=0A= 898: f9028a7f str xzr, [x19, #1296]=0A= 89c: 52901801 mov w1, #0x80c0 // #32960=0A= h->pprev =3D NULL;=0A= 8a0: f9028e7f str xzr, [x19, #1304]=0A= 8a4: 72a02801 movk w1, #0x140, lsl #16=0A= 8a8: b9052263 str w3, [x19, #1312]=0A= 8ac: 94000000 bl 0 =0A= if (!attrs)=0A= 8b0: b4000160 cbz x0, 8dc =0A= *dst =3D *src;=0A= 8b4: 90000002 adrp x2, 0 <__cpu_possible_mask>=0A= return 0;=0A= 8b8: 52800001 mov w1, #0x0 // #0=0A= pool->attrs =3D alloc_workqueue_attrs(GFP_KERNEL);=0A= 8bc: f9028660 str x0, [x19, #1288]=0A= 8c0: f9400042 ldr x2, [x2]=0A= 8c4: f9000402 str x2, [x0, #8]=0A= }=0A= 8c8: 2a0103e0 mov w0, w1=0A= 8cc: a94153f3 ldp x19, x20, [sp, #16]=0A= 8d0: a9425bf5 ldp x21, x22, [sp, #32]=0A= 8d4: a8c37bfd ldp x29, x30, [sp], #48=0A= 8d8: d65f03c0 ret=0A= return -ENOMEM;=0A= 8dc: 12800161 mov w1, #0xfffffff4 // #-12=0A= pool->attrs =3D alloc_workqueue_attrs(GFP_KERNEL);=0A= 8e0: f902867f str xzr, [x19, #1288]=0A= return -ENOMEM;=0A= 8e4: 17fffff9 b 8c8 =0A= =0A= 00000000000008e8 :=0A= return written;=0A= }=0A= =0A= /* prepare workqueue_attrs for sysfs store operations */=0A= static struct workqueue_attrs *wq_sysfs_prep_attrs(struct = workqueue_struct *wq)=0A= {=0A= 8e8: a9be7bfd stp x29, x30, [sp, #-32]!=0A= struct workqueue_attrs *attrs;=0A= =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 8ec: 90000001 adrp x1, 0 =0A= {=0A= 8f0: 910003fd mov x29, sp=0A= 8f4: f9000bf3 str x19, [sp, #16]=0A= 8f8: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 8fc: b9400020 ldr w0, [x1]=0A= 900: 35000280 cbnz w0, 950 =0A= return kmem_cache_alloc_trace(=0A= 904: 90000000 adrp x0, 0 =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 908: 52901801 mov w1, #0x80c0 // #32960=0A= 90c: 72a02801 movk w1, #0x140, lsl #16=0A= 910: f9400000 ldr x0, [x0]=0A= 914: 94000000 bl 0 =0A= if (!attrs)=0A= 918: b4000160 cbz x0, 944 =0A= 91c: 90000002 adrp x2, 0 <__cpu_possible_mask>=0A= =0A= attrs =3D alloc_workqueue_attrs(GFP_KERNEL);=0A= if (!attrs)=0A= return NULL;=0A= =0A= copy_workqueue_attrs(attrs, wq->unbound_attrs);=0A= 920: f940b261 ldr x1, [x19, #352]=0A= 924: f9400042 ldr x2, [x2]=0A= 928: f9000402 str x2, [x0, #8]=0A= to->nice =3D from->nice;=0A= 92c: b9400022 ldr w2, [x1]=0A= 930: b9000002 str w2, [x0]=0A= 934: f9400422 ldr x2, [x1, #8]=0A= 938: f9000402 str x2, [x0, #8]=0A= to->no_numa =3D from->no_numa;=0A= 93c: 39404021 ldrb w1, [x1, #16]=0A= 940: 39004001 strb w1, [x0, #16]=0A= return attrs;=0A= }=0A= 944: f9400bf3 ldr x19, [sp, #16]=0A= 948: a8c27bfd ldp x29, x30, [sp], #32=0A= 94c: d65f03c0 ret=0A= 950: 90000000 adrp x0, 0 =0A= 954: 91000000 add x0, x0, #0x0=0A= 958: 9102e000 add x0, x0, #0xb8=0A= 95c: 12800001 mov w1, #0xffffffff // #-1=0A= 960: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 964: 35fffd00 cbnz w0, 904 =0A= 968: d4210000 brk #0x800=0A= 96c: 17ffffe6 b 904 =0A= =0A= 0000000000000970 :=0A= {=0A= 970: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 974: 910003fd mov x29, sp=0A= if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT))=0A= 978: b9420002 ldr w2, [x0, #512]=0A= 97c: 37980802 tbnz w2, #19, a7c =0A= max_active =3D wq_clamp_max_active(max_active, wq->flags, wq->name);=0A= 980: 2a0103e3 mov w3, w1=0A= 984: 2a0203e1 mov w1, w2=0A= 988: 9106a002 add x2, x0, #0x1a8=0A= 98c: a9025bf5 stp x21, x22, [sp, #32]=0A= 990: aa0003f5 mov x21, x0=0A= mutex_lock(&wq->mutex);=0A= 994: 910082b6 add x22, x21, #0x20=0A= max_active =3D wq_clamp_max_active(max_active, wq->flags, wq->name);=0A= 998: 2a0303e0 mov w0, w3=0A= 99c: a90153f3 stp x19, x20, [sp, #16]=0A= 9a0: 97ffff52 bl 6e8 =0A= 9a4: 2a0003f4 mov w20, w0=0A= mutex_lock(&wq->mutex);=0A= 9a8: aa1603e0 mov x0, x22=0A= 9ac: 94000000 bl 0 <_mutex_lock>=0A= wq->flags &=3D ~__WQ_ORDERED;=0A= 9b0: b94202a1 ldr w1, [x21, #512]=0A= __READ_ONCE_SIZE;=0A= 9b4: f94002b3 ldr x19, [x21]=0A= 9b8: 120e7821 and w1, w1, #0xfffdffff=0A= wq->saved_max_active =3D max_active;=0A= 9bc: b9015eb4 str w20, [x21, #348]=0A= wq->flags &=3D ~__WQ_ORDERED;=0A= 9c0: b90202a1 str w1, [x21, #512]=0A= for_each_pwq(pwq, wq)=0A= 9c4: eb1302bf cmp x21, x19=0A= 9c8: d101c273 sub x19, x19, #0x70=0A= 9cc: 540004c0 b.eq a64 // b.none=0A= 9d0: 90000014 adrp x20, 0 =0A= 9d4: 90000000 adrp x0, 0 =0A= 9d8: 91000294 add x20, x20, #0x0=0A= 9dc: a90363f7 stp x23, x24, [sp, #48]=0A= 9e0: 91000017 add x23, x0, #0x0=0A= 9e4: 910362b8 add x24, x21, #0xd8=0A= 9e8: 14000007 b a04 =0A= pwq_adjust_max_active(pwq);=0A= 9ec: aa1303e0 mov x0, x19=0A= 9f0: 97fffeac bl 4a0 =0A= 9f4: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq)=0A= 9f8: eb1302bf cmp x21, x19=0A= 9fc: d101c273 sub x19, x19, #0x70=0A= a00: 54000300 b.eq a60 // b.none=0A= a04: 94000000 bl 0 =0A= a08: 34ffff20 cbz w0, 9ec =0A= a0c: 39400281 ldrb w1, [x20]=0A= a10: 35fffee1 cbnz w1, 9ec =0A= a14: 94000000 bl 0 =0A= a18: 35fffea0 cbnz w0, 9ec =0A= a1c: 12800001 mov w1, #0xffffffff // #-1=0A= a20: aa1803e0 mov x0, x24=0A= a24: 94000000 bl 0 =0A= a28: 35fffe20 cbnz w0, 9ec =0A= a2c: 52800023 mov w3, #0x1 // #1=0A= a30: aa1703e2 mov x2, x23=0A= a34: 528215c1 mov w1, #0x10ae // #4270=0A= a38: 90000000 adrp x0, 0 =0A= a3c: 91000000 add x0, x0, #0x0=0A= a40: 39000283 strb w3, [x20]=0A= a44: 94000000 bl 0 =0A= pwq_adjust_max_active(pwq);=0A= a48: aa1303e0 mov x0, x19=0A= a4c: 97fffe95 bl 4a0 =0A= a50: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq)=0A= a54: eb1302bf cmp x21, x19=0A= a58: d101c273 sub x19, x19, #0x70=0A= a5c: 54fffd41 b.ne a04 // b.any=0A= a60: a94363f7 ldp x23, x24, [sp, #48]=0A= mutex_unlock(&wq->mutex);=0A= a64: aa1603e0 mov x0, x22=0A= a68: 94000000 bl 0 <_mutex_unlock>=0A= a6c: a94153f3 ldp x19, x20, [sp, #16]=0A= a70: a9425bf5 ldp x21, x22, [sp, #32]=0A= }=0A= a74: a8c47bfd ldp x29, x30, [sp], #64=0A= a78: d65f03c0 ret=0A= if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT))=0A= a7c: d4210000 brk #0x800=0A= }=0A= a80: a8c47bfd ldp x29, x30, [sp], #64=0A= a84: d65f03c0 ret=0A= =0A= 0000000000000a88 :=0A= {=0A= a88: a9ba7bfd stp x29, x30, [sp, #-96]!=0A= a8c: 910003fd mov x29, sp=0A= a90: a90153f3 stp x19, x20, [sp, #16]=0A= a94: a90363f7 stp x23, x24, [sp, #48]=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= a98: 90000017 adrp x23, 0 <__per_cpu_offset>=0A= a9c: 910002f7 add x23, x23, #0x0=0A= {=0A= aa0: a9046bf9 stp x25, x26, [sp, #64]=0A= int cpu =3D smp_processor_id();=0A= aa4: 94000000 bl 0 =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= aa8: 93407c19 sxtw x25, w0=0A= aac: 90000018 adrp x24, 0 =0A= ab0: 91000318 add x24, x24, #0x0=0A= ab4: aa1803e0 mov x0, x24=0A= ab8: f8797af4 ldr x20, [x23, x25, lsl #3]=0A= abc: 8b000294 add x20, x20, x0=0A= ac0: 91300280 add x0, x20, #0xc00=0A= ac4: eb00029f cmp x20, x0=0A= ac8: 54000842 b.cs bd0 // b.hs, b.nlast=0A= acc: 9113829a add x26, x20, #0x4e0=0A= ad0: a9025bf5 stp x21, x22, [sp, #32]=0A= ad4: 9112c295 add x21, x20, #0x4b0=0A= ad8: f9002bfb str x27, [sp, #80]=0A= adc: 9000001b adrp x27, 0 =0A= ae0: 9100037b add x27, x27, #0x0=0A= ae4: d503201f nop=0A= mutex_lock(&pool->attach_mutex);=0A= ae8: 910fe296 add x22, x20, #0x3f8=0A= aec: aa1603e0 mov x0, x22=0A= af0: 94000000 bl 0 <_mutex_lock>=0A= spin_lock_irq(&pool->lock);=0A= af4: aa1403e0 mov x0, x20=0A= af8: 94000000 bl 0 =0A= for_each_pool_worker(worker, pool)=0A= afc: f9427293 ldr x19, [x20, #1248]=0A= b00: eb13035f cmp x26, x19=0A= b04: d1014273 sub x19, x19, #0x50=0A= b08: 54000121 b.ne b2c // b.any=0A= b0c: 14000017 b b68 =0A= worker->flags |=3D WORKER_UNBOUND;=0A= b10: b9406a60 ldr w0, [x19, #104]=0A= for_each_pool_worker(worker, pool)=0A= b14: f9402a61 ldr x1, [x19, #80]=0A= worker->flags |=3D WORKER_UNBOUND;=0A= b18: 32190000 orr w0, w0, #0x80=0A= b1c: b9006a60 str w0, [x19, #104]=0A= for_each_pool_worker(worker, pool)=0A= b20: eb01035f cmp x26, x1=0A= b24: d1014033 sub x19, x1, #0x50=0A= b28: 54000200 b.eq b68 // b.none=0A= b2c: b9400360 ldr w0, [x27]=0A= b30: 34ffff00 cbz w0, b10 =0A= b34: 12800001 mov w1, #0xffffffff // #-1=0A= b38: aa1503e0 mov x0, x21=0A= b3c: 94000000 bl 0 =0A= b40: 35fffe80 cbnz w0, b10 =0A= b44: d4210000 brk #0x800=0A= worker->flags |=3D WORKER_UNBOUND;=0A= b48: b9406a60 ldr w0, [x19, #104]=0A= for_each_pool_worker(worker, pool)=0A= b4c: f9402a61 ldr x1, [x19, #80]=0A= worker->flags |=3D WORKER_UNBOUND;=0A= b50: 32190000 orr w0, w0, #0x80=0A= b54: b9006a60 str w0, [x19, #104]=0A= for_each_pool_worker(worker, pool)=0A= b58: eb01035f cmp x26, x1=0A= b5c: d1014033 sub x19, x1, #0x50=0A= b60: 54fffe61 b.ne b2c // b.any=0A= b64: d503201f nop=0A= pool->flags |=3D POOL_DISASSOCIATED;=0A= b68: b940fe81 ldr w1, [x20, #252]=0A= spin_unlock_irq(&pool->lock);=0A= b6c: aa1403e0 mov x0, x20=0A= b70: 9118035a add x26, x26, #0x600=0A= b74: 911802b5 add x21, x21, #0x600=0A= pool->flags |=3D POOL_DISASSOCIATED;=0A= b78: 321e0021 orr w1, w1, #0x4=0A= b7c: b900fe81 str w1, [x20, #252]=0A= spin_unlock_irq(&pool->lock);=0A= b80: 94000000 bl 0 =0A= mutex_unlock(&pool->attach_mutex);=0A= b84: aa1603e0 mov x0, x22=0A= b88: 94000000 bl 0 <_mutex_unlock>=0A= schedule();=0A= b8c: 94000000 bl 0 =0A= case 4: *(volatile __u32 *)p =3D *(__u32 *)res; break;=0A= b90: b905829f str wzr, [x20, #1408]=0A= spin_lock_irq(&pool->lock);=0A= b94: aa1403e0 mov x0, x20=0A= b98: 94000000 bl 0 =0A= wake_up_worker(pool);=0A= b9c: aa1403e0 mov x0, x20=0A= ba0: 97fffe22 bl 428 =0A= spin_unlock_irq(&pool->lock);=0A= ba4: aa1403e0 mov x0, x20=0A= ba8: 94000000 bl 0 =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= bac: f8797ae1 ldr x1, [x23, x25, lsl #3]=0A= bb0: aa1803e0 mov x0, x24=0A= bb4: 8b010000 add x0, x0, x1=0A= bb8: 91180294 add x20, x20, #0x600=0A= bbc: 91300000 add x0, x0, #0xc00=0A= bc0: eb00029f cmp x20, x0=0A= bc4: 54fff923 b.cc ae8 // b.lo, b.ul, b.last=0A= bc8: a9425bf5 ldp x21, x22, [sp, #32]=0A= bcc: f9402bfb ldr x27, [sp, #80]=0A= }=0A= bd0: a94153f3 ldp x19, x20, [sp, #16]=0A= bd4: a94363f7 ldp x23, x24, [sp, #48]=0A= bd8: a9446bf9 ldp x25, x26, [sp, #64]=0A= bdc: a8c67bfd ldp x29, x30, [sp], #96=0A= be0: d65f03c0 ret=0A= be4: d503201f nop=0A= =0A= 0000000000000be8 :=0A= return device_create_file(wq_subsys.dev_root, &wq_sysfs_cpumask_attr);=0A= }=0A= core_initcall(wq_sysfs_init);=0A= =0A= static void wq_device_release(struct device *dev)=0A= {=0A= be8: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= struct wq_device *wq_dev =3D container_of(dev, struct wq_device, dev);=0A= =0A= kfree(wq_dev);=0A= bec: d1002000 sub x0, x0, #0x8=0A= {=0A= bf0: 910003fd mov x29, sp=0A= kfree(wq_dev);=0A= bf4: 94000000 bl 0 =0A= }=0A= bf8: a8c17bfd ldp x29, x30, [sp], #16=0A= bfc: d65f03c0 ret=0A= =0A= 0000000000000c00 :=0A= {=0A= c00: a9be7bfd stp x29, x30, [sp, #-32]!=0A= c04: 910003fd mov x29, sp=0A= c08: a90153f3 stp x19, x20, [sp, #16]=0A= c0c: aa0003f4 mov x20, x0=0A= struct worker_pool *pool =3D container_of(rcu, struct worker_pool, rcu);=0A= c10: d1162013 sub x19, x0, #0x588=0A= ida_destroy(&pool->worker_ida);=0A= c14: 9113e260 add x0, x19, #0x4f8=0A= c18: 94000000 bl 0 =0A= free_workqueue_attrs(pool->attrs);=0A= c1c: f8580280 ldur x0, [x20, #-128]=0A= if (attrs) {=0A= c20: b4000040 cbz x0, c28 =0A= kfree(attrs);=0A= c24: 94000000 bl 0 =0A= kfree(pool);=0A= c28: aa1303e0 mov x0, x19=0A= c2c: 94000000 bl 0 =0A= }=0A= c30: a94153f3 ldp x19, x20, [sp, #16]=0A= c34: a8c27bfd ldp x29, x30, [sp], #32=0A= c38: d65f03c0 ret=0A= c3c: d503201f nop=0A= =0A= 0000000000000c40 :=0A= {=0A= c40: d10303ff sub sp, sp, #0xc0=0A= * structure.=0A= */=0A= static inline void __init_completion(struct completion *x)=0A= {=0A= x->done =3D 0;=0A= init_swait_queue_head(&x->wait);=0A= c44: 90000002 adrp x2, 0 =0A= c48: 91000042 add x2, x2, #0x0=0A= c4c: 90000001 adrp x1, 0 =0A= c50: 9100e042 add x2, x2, #0x38=0A= c54: 91000021 add x1, x1, #0x0=0A= c58: a9097bfd stp x29, x30, [sp, #144]=0A= c5c: 910243fd add x29, sp, #0x90=0A= c60: a90a53f3 stp x19, x20, [sp, #160]=0A= c64: 90000014 adrp x20, 0 <__stack_chk_guard>=0A= c68: 91000294 add x20, x20, #0x0=0A= c6c: aa0003f3 mov x19, x0=0A= c70: f9400280 ldr x0, [x20]=0A= c74: f90047e0 str x0, [sp, #136]=0A= c78: d2800000 mov x0, #0x0 // #0=0A= c7c: 9100c3e0 add x0, sp, #0x30=0A= x->done =3D 0;=0A= c80: b9002bff str wzr, [sp, #40]=0A= init_swait_queue_head(&x->wait);=0A= c84: 94000000 bl 0 <__init_swait_queue_head>=0A= lockdep_assert_held(&wq_pool_mutex);=0A= c88: 90000000 adrp x0, 0 =0A= c8c: b9400000 ldr w0, [x0]=0A= c90: 35000a60 cbnz w0, ddc =0A= if (--pool->refcnt)=0A= c94: b9452260 ldr w0, [x19, #1312]=0A= c98: 51000400 sub w0, w0, #0x1=0A= c9c: b9052260 str w0, [x19, #1312]=0A= ca0: 350007a0 cbnz w0, d94 =0A= if (WARN_ON(!(pool->cpu < 0)) ||=0A= ca4: b940f260 ldr w0, [x19, #240]=0A= ca8: 36f80e80 tbz w0, #31, e78 =0A= __READ_ONCE_SIZE;=0A= cac: f9408660 ldr x0, [x19, #264]=0A= WARN_ON(!list_empty(&pool->worklist)))=0A= cb0: 91042261 add x1, x19, #0x108=0A= cb4: eb00003f cmp x1, x0=0A= cb8: 54000e01 b.ne e78 // b.any=0A= if (pool->id >=3D 0)=0A= cbc: f9005bf5 str x21, [sp, #176]=0A= cc0: b940fa61 ldr w1, [x19, #248]=0A= cc4: 36f80781 tbz w1, #31, db4 =0A= }=0A= =0A= static inline int hlist_unhashed(const struct hlist_node *h)=0A= {=0A= return !h->pprev;=0A= cc8: 91180260 add x0, x19, #0x600=0A= ccc: f8518001 ldur x1, [x0, #-232]=0A= n->pprev =3D LIST_POISON2;=0A= }=0A= =0A= static inline void hlist_del_init(struct hlist_node *n)=0A= {=0A= if (!hlist_unhashed(n)) {=0A= cd0: b40000c1 cbz x1, ce8 =0A= struct hlist_node *next =3D n->next;=0A= cd4: f8510002 ldur x2, [x0, #-240]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= cd8: f9000022 str x2, [x1]=0A= if (next)=0A= cdc: b4000042 cbz x2, ce4 =0A= next->pprev =3D pprev;=0A= ce0: f9000441 str x1, [x2, #8]=0A= h->pprev =3D NULL;=0A= ce4: a9317c1f stp xzr, xzr, [x0, #-240]=0A= spin_lock_irq(&pool->lock);=0A= ce8: aa1303e0 mov x0, x19=0A= cec: 94000000 bl 0 =0A= wait_event_lock_irq(wq_manager_wait,=0A= cf0: b940fe60 ldr w0, [x19, #252]=0A= cf4: 37000840 tbnz w0, #0, dfc =0A= __READ_ONCE_SIZE;=0A= cf8: f9409261 ldr x1, [x19, #288]=0A= pool->flags |=3D POOL_MANAGER_ACTIVE;=0A= cfc: 32000000 orr w0, w0, #0x1=0A= d00: b900fe60 str w0, [x19, #252]=0A= if (unlikely(list_empty(&pool->idle_list)))=0A= d04: 91048275 add x21, x19, #0x120=0A= d08: eb0102bf cmp x21, x1=0A= d0c: 540000e0 b.eq d28 // b.none=0A= return list_first_entry(&pool->idle_list, struct worker, entry);=0A= d10: f9409260 ldr x0, [x19, #288]=0A= while ((worker =3D first_idle_worker(pool)))=0A= d14: b40000a0 cbz x0, d28 =0A= destroy_worker(worker);=0A= d18: 97fffd4a bl 240 =0A= d1c: f9409260 ldr x0, [x19, #288]=0A= if (unlikely(list_empty(&pool->idle_list)))=0A= d20: eb0002bf cmp x21, x0=0A= d24: 54ffff61 b.ne d10 // b.any=0A= WARN_ON(pool->nr_workers || pool->nr_idle);=0A= d28: f9408e60 ldr x0, [x19, #280]=0A= d2c: b5000a20 cbnz x0, e70 =0A= spin_unlock_irq(&pool->lock);=0A= d30: aa1303e0 mov x0, x19=0A= mutex_lock(&pool->attach_mutex);=0A= d34: 910fe275 add x21, x19, #0x3f8=0A= spin_unlock_irq(&pool->lock);=0A= d38: 94000000 bl 0 =0A= mutex_lock(&pool->attach_mutex);=0A= d3c: aa1503e0 mov x0, x21=0A= d40: 94000000 bl 0 <_mutex_lock>=0A= d44: f9427260 ldr x0, [x19, #1248]=0A= if (!list_empty(&pool->workers))=0A= d48: 91138261 add x1, x19, #0x4e0=0A= d4c: eb00003f cmp x1, x0=0A= d50: 54000060 b.eq d5c // b.none=0A= pool->detach_completion =3D &detach_completion;=0A= d54: 9100a3e0 add x0, sp, #0x28=0A= d58: f9027a60 str x0, [x19, #1264]=0A= mutex_unlock(&pool->attach_mutex);=0A= d5c: aa1503e0 mov x0, x21=0A= d60: 94000000 bl 0 <_mutex_unlock>=0A= if (pool->detach_completion)=0A= d64: f9427a60 ldr x0, [x19, #1264]=0A= d68: b4000040 cbz x0, d70 =0A= wait_for_completion(pool->detach_completion);=0A= d6c: 94000000 bl 0 =0A= del_timer_sync(&pool->idle_timer);=0A= d70: 9104c260 add x0, x19, #0x130=0A= d74: 94000000 bl 0 =0A= del_timer_sync(&pool->mayday_timer);=0A= d78: 91064260 add x0, x19, #0x190=0A= d7c: 94000000 bl 0 =0A= call_rcu(&pool->rcu, rcu_free_pool);=0A= d80: 91162260 add x0, x19, #0x588=0A= d84: 90000001 adrp x1, 0 =0A= d88: 91000021 add x1, x1, #0x0=0A= d8c: 94000000 bl 0 =0A= d90: f9405bf5 ldr x21, [sp, #176]=0A= }=0A= d94: f94047e1 ldr x1, [sp, #136]=0A= d98: f9400280 ldr x0, [x20]=0A= d9c: ca000020 eor x0, x1, x0=0A= da0: b5000700 cbnz x0, e80 =0A= da4: a9497bfd ldp x29, x30, [sp, #144]=0A= da8: a94a53f3 ldp x19, x20, [sp, #160]=0A= dac: 910303ff add sp, sp, #0xc0=0A= db0: d65f03c0 ret=0A= return radix_tree_delete_item(&idr->idr_rt, id, NULL);=0A= db4: 90000000 adrp x0, 0 =0A= db8: 91000000 add x0, x0, #0x0=0A= dbc: 93407c21 sxtw x1, w1=0A= dc0: 9103a000 add x0, x0, #0xe8=0A= dc4: d2800002 mov x2, #0x0 // #0=0A= dc8: 94000000 bl 0 =0A= return !h->pprev;=0A= dcc: 91180260 add x0, x19, #0x600=0A= dd0: f8518001 ldur x1, [x0, #-232]=0A= if (!hlist_unhashed(n)) {=0A= dd4: b5fff801 cbnz x1, cd4 =0A= dd8: 17ffffc4 b ce8 =0A= ddc: 90000000 adrp x0, 0 =0A= de0: 91000000 add x0, x0, #0x0=0A= de4: 9102e000 add x0, x0, #0xb8=0A= de8: 12800001 mov w1, #0xffffffff // #-1=0A= dec: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= df0: 35fff520 cbnz w0, c94 =0A= df4: d4210000 brk #0x800=0A= df8: 17ffffa7 b c94 =0A= wait_event_lock_irq(wq_manager_wait,=0A= dfc: 910003e0 mov x0, sp=0A= e00: 52800001 mov w1, #0x0 // #0=0A= e04: 94000000 bl 0 =0A= e08: 90000000 adrp x0, 0 =0A= e0c: 91000000 add x0, x0, #0x0=0A= e10: 91040015 add x21, x0, #0x100=0A= e14: 14000006 b e2c =0A= e18: aa1303e0 mov x0, x19=0A= e1c: 94000000 bl 0 =0A= e20: 94000000 bl 0 =0A= e24: aa1303e0 mov x0, x19=0A= e28: 94000000 bl 0 =0A= e2c: 52800042 mov w2, #0x2 // #2=0A= e30: 910003e1 mov x1, sp=0A= e34: aa1503e0 mov x0, x21=0A= e38: 94000000 bl 0 =0A= e3c: b940fe60 ldr w0, [x19, #252]=0A= e40: 3707fec0 tbnz w0, #0, e18 =0A= e44: aa1503e0 mov x0, x21=0A= e48: 910003e1 mov x1, sp=0A= e4c: 94000000 bl 0 =0A= if (unlikely(list_empty(&pool->idle_list)))=0A= e50: 91048275 add x21, x19, #0x120=0A= e54: b940fe60 ldr w0, [x19, #252]=0A= e58: f9409261 ldr x1, [x19, #288]=0A= pool->flags |=3D POOL_MANAGER_ACTIVE;=0A= e5c: 32000000 orr w0, w0, #0x1=0A= e60: b900fe60 str w0, [x19, #252]=0A= if (unlikely(list_empty(&pool->idle_list)))=0A= e64: eb0102bf cmp x21, x1=0A= e68: 54fff541 b.ne d10 // b.any=0A= e6c: 17ffffaf b d28 =0A= WARN_ON(pool->nr_workers || pool->nr_idle);=0A= e70: d4210000 brk #0x800=0A= e74: 17ffffaf b d30 =0A= WARN_ON(!list_empty(&pool->worklist)))=0A= e78: d4210000 brk #0x800=0A= e7c: 17ffffc6 b d94 =0A= e80: f9005bf5 str x21, [sp, #176]=0A= }=0A= e84: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000000e88 :=0A= {=0A= e88: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= e8c: 910003fd mov x29, sp=0A= e90: a90153f3 stp x19, x20, [sp, #16]=0A= e94: a9025bf5 stp x21, x22, [sp, #32]=0A= struct workqueue_struct *wq =3D pwq->wq;=0A= e98: a9775016 ldp x22, x20, [x0, #-144]=0A= if (WARN_ON_ONCE(!(wq->flags & WQ_UNBOUND)))=0A= e9c: b9420281 ldr w1, [x20, #512]=0A= ea0: 36080561 tbz w1, #1, f4c =0A= mutex_lock(&wq->mutex);=0A= ea4: aa0003f3 mov x19, x0=0A= ea8: 91008295 add x21, x20, #0x20=0A= eac: aa1503e0 mov x0, x21=0A= eb0: f9001bf7 str x23, [sp, #48]=0A= eb4: 94000000 bl 0 <_mutex_lock>=0A= __list_del(entry->prev, entry->next);=0A= eb8: a97e0662 ldp x2, x1, [x19, #-32]=0A= next->prev =3D prev;=0A= ebc: f9000441 str x1, [x2, #8]=0A= * grace period has elapsed.=0A= */=0A= static inline void list_del_rcu(struct list_head *entry)=0A= {=0A= __list_del_entry(entry);=0A= entry->prev =3D LIST_POISON2;=0A= ec0: d2804003 mov x3, #0x200 // #512=0A= mutex_unlock(&wq->mutex);=0A= ec4: aa1503e0 mov x0, x21=0A= ec8: f2fbd5a3 movk x3, #0xdead, lsl #48=0A= mutex_lock(&wq_pool_mutex);=0A= ecc: 90000015 adrp x21, 0 =0A= ed0: 910002b5 add x21, x21, #0x0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= ed4: f9000022 str x2, [x1]=0A= ed8: f81e8263 stur x3, [x19, #-24]=0A= __READ_ONCE_SIZE;=0A= edc: f9400297 ldr x23, [x20]=0A= mutex_unlock(&wq->mutex);=0A= ee0: 94000000 bl 0 <_mutex_unlock>=0A= mutex_lock(&wq_pool_mutex);=0A= ee4: aa1503e0 mov x0, x21=0A= ee8: 94000000 bl 0 <_mutex_lock>=0A= put_unbound_pool(pool);=0A= eec: aa1603e0 mov x0, x22=0A= ef0: 97ffff54 bl c40 =0A= mutex_unlock(&wq_pool_mutex);=0A= ef4: aa1503e0 mov x0, x21=0A= ef8: 94000000 bl 0 <_mutex_unlock>=0A= call_rcu(&pwq->rcu, rcu_free_pwq);=0A= efc: 91014260 add x0, x19, #0x50=0A= f00: 90000001 adrp x1, 0 =0A= f04: 91000021 add x1, x1, #0x0=0A= f08: 94000000 bl 0 =0A= if (is_last)=0A= f0c: eb17029f cmp x20, x23=0A= f10: 540000c0 b.eq f28 // b.none=0A= f14: f9401bf7 ldr x23, [sp, #48]=0A= }=0A= f18: a94153f3 ldp x19, x20, [sp, #16]=0A= f1c: a9425bf5 ldp x21, x22, [sp, #32]=0A= f20: a8c47bfd ldp x29, x30, [sp], #64=0A= f24: d65f03c0 ret=0A= call_rcu(&wq->rcu, rcu_free_wq);=0A= f28: 91070280 add x0, x20, #0x1c0=0A= f2c: 90000001 adrp x1, 0 =0A= f30: 91000021 add x1, x1, #0x0=0A= f34: 94000000 bl 0 =0A= }=0A= f38: a94153f3 ldp x19, x20, [sp, #16]=0A= f3c: a9425bf5 ldp x21, x22, [sp, #32]=0A= f40: f9401bf7 ldr x23, [sp, #48]=0A= f44: a8c47bfd ldp x29, x30, [sp], #64=0A= f48: d65f03c0 ret=0A= if (WARN_ON_ONCE(!(wq->flags & WQ_UNBOUND)))=0A= f4c: d4210000 brk #0x800=0A= f50: 17fffff2 b f18 =0A= f54: d503201f nop=0A= =0A= 0000000000000f58 :=0A= {=0A= f58: a9be7bfd stp x29, x30, [sp, #-32]!=0A= f5c: 910003fd mov x29, sp=0A= f60: a90153f3 stp x19, x20, [sp, #16]=0A= container_of(rcu, struct workqueue_struct, rcu);=0A= f64: d1070014 sub x20, x0, #0x1c0=0A= {=0A= f68: aa0003f3 mov x19, x0=0A= if (!(wq->flags & WQ_UNBOUND))=0A= f6c: b9420280 ldr w0, [x20, #512]=0A= f70: 36080160 tbz w0, #1, f9c =0A= free_workqueue_attrs(wq->unbound_attrs);=0A= f74: f85a0260 ldur x0, [x19, #-96]=0A= if (attrs) {=0A= f78: b4000040 cbz x0, f80 =0A= kfree(attrs);=0A= f7c: 94000000 bl 0 =0A= kfree(wq->rescuer);=0A= f80: f8590260 ldur x0, [x19, #-112]=0A= f84: 94000000 bl 0 =0A= kfree(wq);=0A= f88: aa1403e0 mov x0, x20=0A= f8c: 94000000 bl 0 =0A= }=0A= f90: a94153f3 ldp x19, x20, [sp, #16]=0A= f94: a8c27bfd ldp x29, x30, [sp], #32=0A= f98: d65f03c0 ret=0A= free_percpu(wq->cpu_pwqs);=0A= f9c: f9410680 ldr x0, [x20, #520]=0A= fa0: 94000000 bl 0 =0A= kfree(wq->rescuer);=0A= fa4: f8590260 ldur x0, [x19, #-112]=0A= fa8: 94000000 bl 0 =0A= kfree(wq);=0A= fac: aa1403e0 mov x0, x20=0A= fb0: 94000000 bl 0 =0A= }=0A= fb4: a94153f3 ldp x19, x20, [sp, #16]=0A= fb8: a8c27bfd ldp x29, x30, [sp], #32=0A= fbc: d65f03c0 ret=0A= =0A= 0000000000000fc0 :=0A= {=0A= fc0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= kmem_cache_free(pwq_cache,=0A= fc4: 90000002 adrp x2, 0 =0A= fc8: d1038001 sub x1, x0, #0xe0=0A= {=0A= fcc: 910003fd mov x29, sp=0A= kmem_cache_free(pwq_cache,=0A= fd0: f9400040 ldr x0, [x2]=0A= fd4: 94000000 bl 0 =0A= }=0A= fd8: a8c17bfd ldp x29, x30, [sp], #16=0A= fdc: d65f03c0 ret=0A= =0A= 0000000000000fe0 :=0A= {=0A= fe0: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= fe4: 910003fd mov x29, sp=0A= fe8: a90153f3 stp x19, x20, [sp, #16]=0A= fec: aa0003f3 mov x19, x0=0A= ff0: aa0103f4 mov x20, x1=0A= ff4: f90013f5 str x21, [sp, #32]=0A= mutex_lock(&pool->attach_mutex);=0A= ff8: 910fe035 add x21, x1, #0x3f8=0A= ffc: aa1503e0 mov x0, x21=0A= 1000: 94000000 bl 0 <_mutex_lock>=0A= __list_del(entry->prev, entry->next);=0A= 1004: a9450261 ldp x1, x0, [x19, #80]=0A= next->prev =3D prev;=0A= 1008: f9000420 str x0, [x1, #8]=0A= entry->next =3D LIST_POISON1;=0A= 100c: d2802004 mov x4, #0x100 // #256=0A= entry->prev =3D LIST_POISON2;=0A= 1010: d2804003 mov x3, #0x200 // #512=0A= entry->next =3D LIST_POISON1;=0A= 1014: f2fbd5a4 movk x4, #0xdead, lsl #48=0A= entry->prev =3D LIST_POISON2;=0A= 1018: f2fbd5a3 movk x3, #0xdead, lsl #48=0A= if (list_empty(&pool->workers))=0A= 101c: 91138282 add x2, x20, #0x4e0=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1020: f9000001 str x1, [x0]=0A= 1024: a9050e64 stp x4, x3, [x19, #80]=0A= __READ_ONCE_SIZE;=0A= 1028: f9427280 ldr x0, [x20, #1248]=0A= 102c: eb00005f cmp x2, x0=0A= mutex_unlock(&pool->attach_mutex);=0A= 1030: aa1503e0 mov x0, x21=0A= if (list_empty(&pool->workers))=0A= 1034: 54000120 b.eq 1058 // b.none=0A= mutex_unlock(&pool->attach_mutex);=0A= 1038: 94000000 bl 0 <_mutex_unlock>=0A= worker->flags &=3D ~(WORKER_UNBOUND | WORKER_REBOUND);=0A= 103c: b9406a60 ldr w0, [x19, #104]=0A= 1040: 12177400 and w0, w0, #0xfffffe7f=0A= 1044: b9006a60 str w0, [x19, #104]=0A= }=0A= 1048: a94153f3 ldp x19, x20, [sp, #16]=0A= 104c: f94013f5 ldr x21, [sp, #32]=0A= 1050: a8c37bfd ldp x29, x30, [sp], #48=0A= 1054: d65f03c0 ret=0A= detach_completion =3D pool->detach_completion;=0A= 1058: f9427a94 ldr x20, [x20, #1264]=0A= mutex_unlock(&pool->attach_mutex);=0A= 105c: 94000000 bl 0 <_mutex_unlock>=0A= worker->flags &=3D ~(WORKER_UNBOUND | WORKER_REBOUND);=0A= 1060: b9406a60 ldr w0, [x19, #104]=0A= 1064: 12177400 and w0, w0, #0xfffffe7f=0A= 1068: b9006a60 str w0, [x19, #104]=0A= if (detach_completion)=0A= 106c: b4fffef4 cbz x20, 1048 =0A= complete(detach_completion);=0A= 1070: aa1403e0 mov x0, x20=0A= 1074: 94000000 bl 0 =0A= }=0A= 1078: a94153f3 ldp x19, x20, [sp, #16]=0A= 107c: f94013f5 ldr x21, [sp, #32]=0A= 1080: a8c37bfd ldp x29, x30, [sp], #48=0A= 1084: d65f03c0 ret=0A= =0A= 0000000000001088 :=0A= {=0A= 1088: a9ba7bfd stp x29, x30, [sp, #-96]!=0A= 108c: 910003fd mov x29, sp=0A= 1090: a90153f3 stp x19, x20, [sp, #16]=0A= 1094: aa0003f4 mov x20, x0=0A= 1098: a9025bf5 stp x21, x22, [sp, #32]=0A= 109c: 2a0103f6 mov w22, w1=0A= 10a0: 2a0203f5 mov w21, w2=0A= 10a4: a9046bf9 stp x25, x26, [sp, #64]=0A= if (flush_color >=3D 0) {=0A= 10a8: 37f80be1 tbnz w1, #31, 1224 =0A= 10ac: b9411000 ldr w0, [x0, #272]=0A= WARN_ON_ONCE(atomic_read(&wq->nr_pwqs_to_flush));=0A= 10b0: 35000dc0 cbnz w0, 1268 =0A= case 4: *(volatile __u32 *)p =3D *(__u32 *)res; break;=0A= 10b4: 52800020 mov w0, #0x1 // #1=0A= 10b8: b9011280 str w0, [x20, #272]=0A= __READ_ONCE_SIZE;=0A= 10bc: f9400293 ldr x19, [x20]=0A= for_each_pwq(pwq, wq) {=0A= 10c0: eb13029f cmp x20, x19=0A= 10c4: d101c273 sub x19, x19, #0x70=0A= 10c8: 54000cc0 b.eq 1260 // = b.none=0A= 10cc: 9000001a adrp x26, 0 =0A= 10d0: 9100035a add x26, x26, #0x0=0A= 10d4: a90363f7 stp x23, x24, [sp, #48]=0A= 10d8: 90000017 adrp x23, 0 =0A= return (color + 1) % WORK_NR_COLORS;=0A= 10dc: 52911138 mov w24, #0x8889 // #34953=0A= for_each_pwq(pwq, wq) {=0A= 10e0: 910002f7 add x23, x23, #0x0=0A= bool wait =3D false;=0A= 10e4: 52800019 mov w25, #0x0 // #0=0A= return (color + 1) % WORK_NR_COLORS;=0A= 10e8: 72b11118 movk w24, #0x8888, lsl #16=0A= 10ec: f9002bfb str x27, [sp, #80]=0A= for_each_pwq(pwq, wq) {=0A= 10f0: 94000000 bl 0 =0A= 10f4: 34000060 cbz w0, 1100 =0A= 10f8: 394006e0 ldrb w0, [x23, #1]=0A= 10fc: 34000700 cbz w0, 11dc =0A= spin_lock_irq(&pool->lock);=0A= 1100: f940027b ldr x27, [x19]=0A= 1104: aa1b03e0 mov x0, x27=0A= 1108: 94000000 bl 0 =0A= if (flush_color >=3D 0) {=0A= 110c: 37f801f6 tbnz w22, #31, 1148 =0A= WARN_ON_ONCE(pwq->flush_color !=3D -1);=0A= 1110: b9401660 ldr w0, [x19, #20]=0A= 1114: 3100041f cmn w0, #0x1=0A= 1118: 54000821 b.ne 121c // b.any=0A= if (pwq->nr_in_flight[flush_color]) {=0A= 111c: 8b36ca60 add x0, x19, w22, sxtw #2=0A= 1120: b9401c00 ldr w0, [x0, #28]=0A= 1124: 34000120 cbz w0, 1148 =0A= ATOMIC_FETCH_OP ( , dmb ish, , l, "memory", __VA_ARGS__)\=0A= ATOMIC_FETCH_OP (_relaxed, , , , , __VA_ARGS__)\=0A= ATOMIC_FETCH_OP (_acquire, , a, , "memory", __VA_ARGS__)\=0A= ATOMIC_FETCH_OP (_release, , , l, "memory", __VA_ARGS__)=0A= =0A= ATOMIC_OPS(add, add)=0A= 1128: 91044282 add x2, x20, #0x110=0A= pwq->flush_color =3D flush_color;=0A= 112c: b9001676 str w22, [x19, #20]=0A= 1130: f9800051 prfm pstl1strm, [x2]=0A= 1134: 885f7c40 ldxr w0, [x2]=0A= 1138: 11000400 add w0, w0, #0x1=0A= 113c: 88017c40 stxr w1, w0, [x2]=0A= 1140: 35ffffa1 cbnz w1, 1134 =0A= wait =3D true;=0A= 1144: 52800039 mov w25, #0x1 // #1=0A= if (work_color >=3D 0) {=0A= 1148: 37f801d5 tbnz w21, #31, 1180 =0A= return (color + 1) % WORK_NR_COLORS;=0A= 114c: b9401261 ldr w1, [x19, #16]=0A= 1150: 11000421 add w1, w1, #0x1=0A= 1154: 9b387c20 smull x0, w1, w24=0A= 1158: d360fc00 lsr x0, x0, #32=0A= 115c: 0b000020 add w0, w1, w0=0A= 1160: 13037c00 asr w0, w0, #3=0A= 1164: 4b817c00 sub w0, w0, w1, asr #31=0A= 1168: 531c6c02 lsl w2, w0, #4=0A= 116c: 4b000040 sub w0, w2, w0=0A= 1170: 4b000021 sub w1, w1, w0=0A= WARN_ON_ONCE(work_color !=3D work_next_color(pwq->work_color));=0A= 1174: 6b0102bf cmp w21, w1=0A= 1178: 540004e1 b.ne 1214 // b.any=0A= pwq->work_color =3D work_color;=0A= 117c: b9001275 str w21, [x19, #16]=0A= spin_unlock_irq(&pool->lock);=0A= 1180: aa1b03e0 mov x0, x27=0A= 1184: 94000000 bl 0 =0A= 1188: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq) {=0A= 118c: eb13029f cmp x20, x19=0A= 1190: d101c273 sub x19, x19, #0x70=0A= 1194: 54fffae1 b.ne 10f0 // b.any=0A= if (flush_color >=3D 0 && atomic_dec_and_test(&wq->nr_pwqs_to_flush))=0A= 1198: a94363f7 ldp x23, x24, [sp, #48]=0A= 119c: f9402bfb ldr x27, [sp, #80]=0A= 11a0: 37f80136 tbnz w22, #31, 11c4 =0A= ATOMIC_OPS(sub, sub)=0A= 11a4: 91044282 add x2, x20, #0x110=0A= 11a8: f9800051 prfm pstl1strm, [x2]=0A= 11ac: 885f7c40 ldxr w0, [x2]=0A= 11b0: 51000400 sub w0, w0, #0x1=0A= 11b4: 8801fc40 stlxr w1, w0, [x2]=0A= 11b8: 35ffffa1 cbnz w1, 11ac =0A= 11bc: d5033bbf dmb ish=0A= 11c0: 340003e0 cbz w0, 123c =0A= }=0A= 11c4: 2a1903e0 mov w0, w25=0A= 11c8: a94153f3 ldp x19, x20, [sp, #16]=0A= 11cc: a9425bf5 ldp x21, x22, [sp, #32]=0A= 11d0: a9446bf9 ldp x25, x26, [sp, #64]=0A= 11d4: a8c67bfd ldp x29, x30, [sp], #96=0A= 11d8: d65f03c0 ret=0A= for_each_pwq(pwq, wq) {=0A= 11dc: 94000000 bl 0 =0A= 11e0: 35fff900 cbnz w0, 1100 =0A= 11e4: 12800001 mov w1, #0xffffffff // #-1=0A= 11e8: 91036280 add x0, x20, #0xd8=0A= 11ec: 94000000 bl 0 =0A= 11f0: 35fff880 cbnz w0, 1100 =0A= 11f4: 52800023 mov w3, #0x1 // #1=0A= 11f8: 90000000 adrp x0, 0 =0A= 11fc: aa1a03e2 mov x2, x26=0A= 1200: 91000000 add x0, x0, #0x0=0A= 1204: 52814a41 mov w1, #0xa52 // #2642=0A= 1208: 390006e3 strb w3, [x23, #1]=0A= 120c: 94000000 bl 0 =0A= 1210: 17ffffbc b 1100 =0A= WARN_ON_ONCE(work_color !=3D work_next_color(pwq->work_color));=0A= 1214: d4210000 brk #0x800=0A= 1218: 17ffffd9 b 117c =0A= WARN_ON_ONCE(pwq->flush_color !=3D -1);=0A= 121c: d4210000 brk #0x800=0A= 1220: 17ffffbf b 111c =0A= 1224: f9400013 ldr x19, [x0]=0A= for_each_pwq(pwq, wq) {=0A= 1228: eb13001f cmp x0, x19=0A= 122c: d101c273 sub x19, x19, #0x70=0A= 1230: 54fff4e1 b.ne 10cc // b.any=0A= bool wait =3D false;=0A= 1234: 52800019 mov w25, #0x0 // #0=0A= return wait;=0A= 1238: 17ffffe3 b 11c4 =0A= complete(&wq->first_flusher->done);=0A= 123c: f9408e80 ldr x0, [x20, #280]=0A= 1240: 91006000 add x0, x0, #0x18=0A= 1244: 94000000 bl 0 =0A= }=0A= 1248: 2a1903e0 mov w0, w25=0A= 124c: a94153f3 ldp x19, x20, [sp, #16]=0A= 1250: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1254: a9446bf9 ldp x25, x26, [sp, #64]=0A= 1258: a8c67bfd ldp x29, x30, [sp], #96=0A= 125c: d65f03c0 ret=0A= bool wait =3D false;=0A= 1260: 52800019 mov w25, #0x0 // #0=0A= 1264: 17ffffd0 b 11a4 =0A= WARN_ON_ONCE(atomic_read(&wq->nr_pwqs_to_flush));=0A= 1268: d4210000 brk #0x800=0A= 126c: 17ffff92 b 10b4 =0A= =0A= 0000000000001270 :=0A= {=0A= 1270: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= complete(&barr->done);=0A= 1274: 91014000 add x0, x0, #0x50=0A= {=0A= 1278: 910003fd mov x29, sp=0A= complete(&barr->done);=0A= 127c: 94000000 bl 0 =0A= }=0A= 1280: a8c17bfd ldp x29, x30, [sp], #16=0A= 1284: d65f03c0 ret=0A= =0A= 0000000000001288 :=0A= {=0A= 1288: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 128c: 910003fd mov x29, sp=0A= 1290: a90153f3 stp x19, x20, [sp, #16]=0A= 1294: aa0003f4 mov x20, x0=0A= 1298: aa0103f3 mov x19, x1=0A= 129c: f90013f5 str x21, [sp, #32]=0A= mutex_lock(&pool->attach_mutex);=0A= 12a0: 910fe035 add x21, x1, #0x3f8=0A= 12a4: aa1503e0 mov x0, x21=0A= 12a8: 94000000 bl 0 <_mutex_lock>=0A= set_cpus_allowed_ptr(worker->task, pool->attrs->cpumask);=0A= 12ac: f9402280 ldr x0, [x20, #64]=0A= 12b0: f9428661 ldr x1, [x19, #1288]=0A= 12b4: 91002021 add x1, x1, #0x8=0A= 12b8: 94000000 bl 0 =0A= if (pool->flags & POOL_DISASSOCIATED)=0A= 12bc: b940fe60 ldr w0, [x19, #252]=0A= 12c0: 36100080 tbz w0, #2, 12d0 =0A= worker->flags |=3D WORKER_UNBOUND;=0A= 12c4: b9406a80 ldr w0, [x20, #104]=0A= 12c8: 32190000 orr w0, w0, #0x80=0A= 12cc: b9006a80 str w0, [x20, #104]=0A= __list_add(new, head->prev, head);=0A= 12d0: 91100263 add x3, x19, #0x400=0A= list_add_tail(&worker->node, &pool->workers);=0A= 12d4: 91014282 add x2, x20, #0x50=0A= 12d8: f9407461 ldr x1, [x3, #232]=0A= 12dc: 91138273 add x19, x19, #0x4e0=0A= next->prev =3D new;=0A= 12e0: f9007462 str x2, [x3, #232]=0A= mutex_unlock(&pool->attach_mutex);=0A= 12e4: aa1503e0 mov x0, x21=0A= new->prev =3D prev;=0A= 12e8: a9050693 stp x19, x1, [x20, #80]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 12ec: f9000022 str x2, [x1]=0A= 12f0: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 12f4: a94153f3 ldp x19, x20, [sp, #16]=0A= 12f8: f94013f5 ldr x21, [sp, #32]=0A= 12fc: a8c37bfd ldp x29, x30, [sp], #48=0A= 1300: d65f03c0 ret=0A= 1304: d503201f nop=0A= =0A= 0000000000001308 :=0A= {=0A= 1308: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 130c: 910003fd mov x29, sp=0A= 1310: a9025bf5 stp x21, x22, [sp, #32]=0A= 1314: d2800015 mov x21, #0x0 // #0=0A= work_func_t target_func =3D target_work ? target_work->func : NULL;=0A= 1318: b4000041 cbz x1, 1320 =0A= 131c: f9400c35 ldr x21, [x1, #24]=0A= if (target_wq->flags & WQ_MEM_RECLAIM)=0A= 1320: b9420001 ldr w1, [x0, #512]=0A= 1324: 37180281 tbnz w1, #3, 1374 =0A= 1328: a90153f3 stp x19, x20, [sp, #16]=0A= 132c: aa0003f3 mov x19, x0=0A= 1330: d5384114 mrs x20, sp_el0=0A= __READ_ONCE_SIZE;=0A= 1334: b9401281 ldr w1, [x20, #16]=0A= /**=0A= * current_wq_worker - return struct worker if %current is a workqueue = worker=0A= */=0A= static inline struct worker *current_wq_worker(void)=0A= {=0A= if (in_task() && (current->flags & PF_WQ_WORKER))=0A= 1338: 12183021 and w1, w1, #0x1fff00=0A= 133c: 12106021 and w1, w1, #0xffff01ff=0A= 1340: 35000061 cbnz w1, 134c =0A= 1344: b9403680 ldr w0, [x20, #52]=0A= 1348: 372801c0 tbnz w0, #5, 1380 =0A= 134c: d5384100 mrs x0, sp_el0=0A= WARN_ONCE(current->flags & PF_MEMALLOC,=0A= 1350: b9403400 ldr w0, [x0, #52]=0A= 1354: 365800e0 tbz w0, #11, 1370 =0A= 1358: 90000005 adrp x5, 0 =0A= 135c: 910000a5 add x5, x5, #0x0=0A= 1360: d2800016 mov x22, #0x0 // #0=0A= 1364: 394008a0 ldrb w0, [x5, #2]=0A= 1368: 340004e0 cbz w0, 1404 =0A= 136c: d503201f nop=0A= 1370: a94153f3 ldp x19, x20, [sp, #16]=0A= }=0A= 1374: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1378: a8c37bfd ldp x29, x30, [sp], #48=0A= 137c: d65f03c0 ret=0A= return kthread_data(current);=0A= 1380: aa1403e0 mov x0, x20=0A= 1384: 94000000 bl 0 =0A= 1388: aa0003f6 mov x22, x0=0A= WARN_ONCE(current->flags & PF_MEMALLOC,=0A= 138c: b9403680 ldr w0, [x20, #52]=0A= 1390: 37580320 tbnz w0, #11, 13f4 =0A= WARN_ONCE(worker && ((worker->current_pwq->wq->flags &=0A= 1394: b4fffef6 cbz x22, 1370 =0A= 1398: f94012c0 ldr x0, [x22, #32]=0A= 139c: f9400401 ldr x1, [x0, #8]=0A= 13a0: b9420022 ldr w2, [x1, #512]=0A= 13a4: 121d3c42 and w2, w2, #0x7fff8=0A= 13a8: 120e4442 and w2, w2, #0xfffc000f=0A= 13ac: 7100205f cmp w2, #0x8=0A= 13b0: 54fffe01 b.ne 1370 // b.any=0A= 13b4: 90000005 adrp x5, 0 =0A= 13b8: 910000a5 add x5, x5, #0x0=0A= 13bc: 39400ca0 ldrb w0, [x5, #3]=0A= 13c0: 35fffd80 cbnz w0, 1370 =0A= 13c4: f9400ec2 ldr x2, [x22, #24]=0A= 13c8: 52800026 mov w6, #0x1 // #1=0A= 13cc: aa1503e4 mov x4, x21=0A= 13d0: 9106a263 add x3, x19, #0x1a8=0A= 13d4: 9106a021 add x1, x1, #0x1a8=0A= 13d8: 90000000 adrp x0, 0 =0A= 13dc: 91000000 add x0, x0, #0x0=0A= 13e0: 39000ca6 strb w6, [x5, #3]=0A= 13e4: 94000000 bl 0 =0A= 13e8: d4210000 brk #0x800=0A= 13ec: a94153f3 ldp x19, x20, [sp, #16]=0A= 13f0: 17ffffe1 b 1374 =0A= WARN_ONCE(current->flags & PF_MEMALLOC,=0A= 13f4: 90000005 adrp x5, 0 =0A= 13f8: 910000a5 add x5, x5, #0x0=0A= 13fc: 394008a0 ldrb w0, [x5, #2]=0A= 1400: 35fffca0 cbnz w0, 1394 =0A= 1404: d5384102 mrs x2, sp_el0=0A= 1408: b945a841 ldr w1, [x2, #1448]=0A= 140c: 52800026 mov w6, #0x1 // #1=0A= 1410: aa1503e4 mov x4, x21=0A= 1414: 9106a263 add x3, x19, #0x1a8=0A= 1418: 911e6042 add x2, x2, #0x798=0A= 141c: 90000000 adrp x0, 0 =0A= 1420: 91000000 add x0, x0, #0x0=0A= 1424: 390008a6 strb w6, [x5, #2]=0A= 1428: 94000000 bl 0 =0A= 142c: d4210000 brk #0x800=0A= 1430: 17ffffd9 b 1394 =0A= 1434: d503201f nop=0A= =0A= 0000000000001438 :=0A= {=0A= 1438: d10343ff sub sp, sp, #0xd0=0A= struct wq_flusher this_flusher =3D {=0A= 143c: 12800003 mov w3, #0xffffffff // #-1=0A= 1440: 90000001 adrp x1, 0 =0A= 1444: 91000021 add x1, x1, #0x0=0A= {=0A= 1448: a9087bfd stp x29, x30, [sp, #128]=0A= 144c: 910203fd add x29, sp, #0x80=0A= 1450: a90953f3 stp x19, x20, [sp, #144]=0A= 1454: 90000013 adrp x19, 0 =0A= 1458: 91000273 add x19, x19, #0x0=0A= 145c: a90b63f7 stp x23, x24, [sp, #176]=0A= 1460: 90000017 adrp x23, 0 <__stack_chk_guard>=0A= 1464: 910002f7 add x23, x23, #0x0=0A= 1468: aa0003f4 mov x20, x0=0A= 146c: f94002e0 ldr x0, [x23]=0A= 1470: f9003fe0 str x0, [sp, #120]=0A= 1474: d2800000 mov x0, #0x0 // #0=0A= 1478: a90a5bf5 stp x21, x22, [sp, #160]=0A= struct wq_flusher this_flusher =3D {=0A= 147c: 910003f5 mov x21, sp=0A= 1480: 910082a0 add x0, x21, #0x20=0A= 1484: 9100e262 add x2, x19, #0x38=0A= 1488: a90057f5 stp x21, x21, [sp]=0A= 148c: b90013e3 str w3, [sp, #16]=0A= x->done =3D 0;=0A= 1490: b9001bff str wzr, [sp, #24]=0A= init_swait_queue_head(&x->wait);=0A= 1494: 94000000 bl 0 <__init_swait_queue_head>=0A= if (WARN_ON(!wq_online))=0A= 1498: 39412260 ldrb w0, [x19, #72]=0A= 149c: 34001d00 cbz w0, 183c =0A= lock_map_acquire(&wq->lockdep_map);=0A= 14a0: 9105e293 add x19, x20, #0x178=0A= 14a4: 52800003 mov w3, #0x0 // #0=0A= 14a8: aa1303e0 mov x0, x19=0A= 14ac: d2800005 mov x5, #0x0 // #0=0A= 14b0: 52800024 mov w4, #0x1 // #1=0A= 14b4: 52800002 mov w2, #0x0 // #0=0A= 14b8: 52800001 mov w1, #0x0 // #0=0A= 14bc: 90000006 adrp x6, 0 =0A= 14c0: 910000c6 add x6, x6, #0x0=0A= 14c4: 94000000 bl 0 =0A= lock_map_release(&wq->lockdep_map);=0A= 14c8: 90000002 adrp x2, 0 =0A= 14cc: 91000042 add x2, x2, #0x0=0A= 14d0: 52800021 mov w1, #0x1 // #1=0A= 14d4: aa1303e0 mov x0, x19=0A= mutex_lock(&wq->mutex);=0A= 14d8: 91008298 add x24, x20, #0x20=0A= lock_map_release(&wq->lockdep_map);=0A= 14dc: 94000000 bl 0 =0A= mutex_lock(&wq->mutex);=0A= 14e0: aa1803e0 mov x0, x24=0A= 14e4: 94000000 bl 0 <_mutex_lock>=0A= next_color =3D work_next_color(wq->work_color);=0A= 14e8: b9410a82 ldr w2, [x20, #264]=0A= return (color + 1) % WORK_NR_COLORS;=0A= 14ec: 52911133 mov w19, #0x8889 // #34953=0A= 14f0: 72b11113 movk w19, #0x8888, lsl #16=0A= if (next_color !=3D wq->flush_color) {=0A= 14f4: b9410e81 ldr w1, [x20, #268]=0A= return (color + 1) % WORK_NR_COLORS;=0A= 14f8: 11000440 add w0, w2, #0x1=0A= 14fc: 9104c296 add x22, x20, #0x130=0A= 1500: 9b337c13 smull x19, w0, w19=0A= 1504: d360fe73 lsr x19, x19, #32=0A= 1508: 0b130013 add w19, w0, w19=0A= 150c: 13037e73 asr w19, w19, #3=0A= 1510: 4b807e73 sub w19, w19, w0, asr #31=0A= 1514: 531c6e63 lsl w3, w19, #4=0A= 1518: 4b130073 sub w19, w3, w19=0A= 151c: 4b130013 sub w19, w0, w19=0A= if (next_color !=3D wq->flush_color) {=0A= 1520: 6b13003f cmp w1, w19=0A= 1524: 540004e0 b.eq 15c0 // b.none=0A= 1528: f9409a80 ldr x0, [x20, #304]=0A= WARN_ON_ONCE(!list_empty(&wq->flusher_overflow));=0A= 152c: eb0002df cmp x22, x0=0A= 1530: 54001941 b.ne 1858 // b.any=0A= if (!wq->first_flusher) {=0A= 1534: f9408e80 ldr x0, [x20, #280]=0A= this_flusher.flush_color =3D wq->work_color;=0A= 1538: b90013e2 str w2, [sp, #16]=0A= wq->work_color =3D next_color;=0A= 153c: b9010a93 str w19, [x20, #264]=0A= WARN_ON_ONCE(wq->flush_color !=3D this_flusher.flush_color);=0A= 1540: 6b01005f cmp w2, w1=0A= if (!wq->first_flusher) {=0A= 1544: b4000580 cbz x0, 15f4 =0A= WARN_ON_ONCE(wq->flush_color =3D=3D this_flusher.flush_color);=0A= 1548: 54001a00 b.eq 1888 // b.none=0A= __list_add(new, head->prev, head);=0A= 154c: f9409682 ldr x2, [x20, #296]=0A= list_add_tail(&this_flusher.list, &wq->flusher_queue);=0A= 1550: 91048280 add x0, x20, #0x120=0A= new->prev =3D prev;=0A= 1554: a9000be0 stp x0, x2, [sp]=0A= flush_workqueue_prep_pwqs(wq, -1, wq->work_color);=0A= 1558: 12800001 mov w1, #0xffffffff // #-1=0A= 155c: aa1403e0 mov x0, x20=0A= next->prev =3D new;=0A= 1560: f9009695 str x21, [x20, #296]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1564: f9000055 str x21, [x2]=0A= 1568: b9410a82 ldr w2, [x20, #264]=0A= 156c: 97fffec7 bl 1088 =0A= check_flush_dependency(wq, NULL);=0A= 1570: d2800001 mov x1, #0x0 // #0=0A= 1574: aa1403e0 mov x0, x20=0A= 1578: 97ffff64 bl 1308 =0A= mutex_unlock(&wq->mutex);=0A= 157c: aa1803e0 mov x0, x24=0A= 1580: 94000000 bl 0 <_mutex_unlock>=0A= wait_for_completion(&this_flusher.done);=0A= 1584: 910062a0 add x0, x21, #0x18=0A= 1588: 94000000 bl 0 =0A= if (wq->first_flusher !=3D &this_flusher)=0A= 158c: f9408e80 ldr x0, [x20, #280]=0A= 1590: eb15001f cmp x0, x21=0A= 1594: 54000200 b.eq 15d4 // b.none=0A= }=0A= 1598: f9403fe1 ldr x1, [sp, #120]=0A= 159c: f94002e0 ldr x0, [x23]=0A= 15a0: ca000020 eor x0, x1, x0=0A= 15a4: b5001880 cbnz x0, 18b4 =0A= 15a8: a9487bfd ldp x29, x30, [sp, #128]=0A= 15ac: a94953f3 ldp x19, x20, [sp, #144]=0A= 15b0: a94a5bf5 ldp x21, x22, [sp, #160]=0A= 15b4: a94b63f7 ldp x23, x24, [sp, #176]=0A= 15b8: 910343ff add sp, sp, #0xd0=0A= 15bc: d65f03c0 ret=0A= __list_add(new, head->prev, head);=0A= 15c0: f9409e80 ldr x0, [x20, #312]=0A= new->prev =3D prev;=0A= 15c4: a90003f6 stp x22, x0, [sp]=0A= next->prev =3D new;=0A= 15c8: f9009e95 str x21, [x20, #312]=0A= 15cc: f9000015 str x21, [x0]=0A= WRITE_ONCE(prev->next, new);=0A= 15d0: 17ffffe8 b 1570 =0A= mutex_lock(&wq->mutex);=0A= 15d4: aa1803e0 mov x0, x24=0A= 15d8: 94000000 bl 0 <_mutex_lock>=0A= if (wq->first_flusher !=3D &this_flusher)=0A= 15dc: f9408e80 ldr x0, [x20, #280]=0A= 15e0: eb15001f cmp x0, x21=0A= 15e4: 540001c0 b.eq 161c // b.none=0A= mutex_unlock(&wq->mutex);=0A= 15e8: aa1803e0 mov x0, x24=0A= 15ec: 94000000 bl 0 <_mutex_unlock>=0A= 15f0: 17ffffea b 1598 =0A= WARN_ON_ONCE(wq->flush_color !=3D this_flusher.flush_color);=0A= 15f4: 2a1303e2 mov w2, w19=0A= 15f8: 540014c1 b.ne 1890 // b.any=0A= wq->first_flusher =3D &this_flusher;=0A= 15fc: f9008e95 str x21, [x20, #280]=0A= if (!flush_workqueue_prep_pwqs(wq, wq->flush_color,=0A= 1600: aa1403e0 mov x0, x20=0A= 1604: 97fffea1 bl 1088 =0A= 1608: 72001c1f tst w0, #0xff=0A= 160c: 54fffb21 b.ne 1570 // b.any=0A= wq->flush_color =3D next_color;=0A= 1610: b9010e93 str w19, [x20, #268]=0A= wq->first_flusher =3D NULL;=0A= 1614: f9008e9f str xzr, [x20, #280]=0A= goto out_unlock;=0A= 1618: 17fffff4 b 15e8 =0A= __READ_ONCE_SIZE;=0A= 161c: f94003e0 ldr x0, [sp]=0A= 1620: a90c6bf9 stp x25, x26, [sp, #192]=0A= wq->first_flusher =3D NULL;=0A= 1624: f9008e9f str xzr, [x20, #280]=0A= WARN_ON_ONCE(!list_empty(&this_flusher.list));=0A= 1628: eb0002bf cmp x21, x0=0A= 162c: 540013a1 b.ne 18a0 // b.any=0A= WARN_ON_ONCE(wq->flush_color !=3D this_flusher.flush_color);=0A= 1630: b9410e81 ldr w1, [x20, #268]=0A= 1634: b94013e0 ldr w0, [sp, #16]=0A= 1638: 6b00003f cmp w1, w0=0A= 163c: 54001361 b.ne 18a8 // b.any=0A= return (color + 1) % WORK_NR_COLORS;=0A= 1640: 52911139 mov w25, #0x8889 // #34953=0A= 1644: 91048295 add x21, x20, #0x120=0A= 1648: 72b11119 movk w25, #0x8888, lsl #16=0A= 164c: d503201f nop=0A= list_for_each_entry_safe(next, tmp, &wq->flusher_queue, list) {=0A= 1650: f9409282 ldr x2, [x20, #288]=0A= 1654: eb15005f cmp x2, x21=0A= 1658: aa0203fa mov x26, x2=0A= 165c: f9400041 ldr x1, [x2]=0A= 1660: 54001040 b.eq 1868 // b.none=0A= if (next->flush_color !=3D wq->flush_color)=0A= 1664: b9401043 ldr w3, [x2, #16]=0A= 1668: 6b00007f cmp w3, w0=0A= 166c: 540000e0 b.eq 1688 // b.none=0A= 1670: 14000081 b 1874 =0A= 1674: b9401263 ldr w3, [x19, #16]=0A= 1678: aa1303e2 mov x2, x19=0A= 167c: b9410e80 ldr w0, [x20, #268]=0A= 1680: 6b00007f cmp w3, w0=0A= 1684: 540001c1 b.ne 16bc // b.any=0A= __list_del(entry->prev, entry->next);=0A= 1688: f9400443 ldr x3, [x2, #8]=0A= next->prev =3D prev;=0A= 168c: f9000423 str x3, [x1, #8]=0A= list_for_each_entry_safe(next, tmp, &wq->flusher_queue, list) {=0A= 1690: aa0103f3 mov x19, x1=0A= complete(&next->done);=0A= 1694: 91006040 add x0, x2, #0x18=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1698: f9000061 str x1, [x3]=0A= 169c: f900005a str x26, [x2]=0A= list->prev =3D list;=0A= 16a0: f900045a str x26, [x2, #8]=0A= list_for_each_entry_safe(next, tmp, &wq->flusher_queue, list) {=0A= 16a4: aa0103fa mov x26, x1=0A= complete(&next->done);=0A= 16a8: 94000000 bl 0 =0A= list_for_each_entry_safe(next, tmp, &wq->flusher_queue, list) {=0A= 16ac: eb15027f cmp x19, x21=0A= 16b0: f9400261 ldr x1, [x19]=0A= 16b4: 54fffe01 b.ne 1674 // b.any=0A= 16b8: b9410e80 ldr w0, [x20, #268]=0A= __READ_ONCE_SIZE;=0A= 16bc: f9409a81 ldr x1, [x20, #304]=0A= return READ_ONCE(head->next) =3D=3D head;=0A= 16c0: b9410a82 ldr w2, [x20, #264]=0A= WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) &&=0A= 16c4: eb0102df cmp x22, x1=0A= 16c8: 540001e0 b.eq 1704 // b.none=0A= return (color + 1) % WORK_NR_COLORS;=0A= 16cc: 11000443 add w3, w2, #0x1=0A= 16d0: 9b397c61 smull x1, w3, w25=0A= 16d4: d360fc21 lsr x1, x1, #32=0A= 16d8: 0b010061 add w1, w3, w1=0A= 16dc: 13037c21 asr w1, w1, #3=0A= 16e0: 4b837c21 sub w1, w1, w3, asr #31=0A= 16e4: 531c6c24 lsl w4, w1, #4=0A= 16e8: 4b010081 sub w1, w4, w1=0A= 16ec: 4b010063 sub w3, w3, w1=0A= WARN_ON_ONCE(!list_empty(&wq->flusher_overflow) &&=0A= 16f0: 6b00007f cmp w3, w0=0A= 16f4: 54000080 b.eq 1704 // b.none=0A= 16f8: d4210000 brk #0x800=0A= 16fc: b9410a82 ldr w2, [x20, #264]=0A= 1700: b9410e80 ldr w0, [x20, #268]=0A= return (color + 1) % WORK_NR_COLORS;=0A= 1704: 11000400 add w0, w0, #0x1=0A= 1708: f9409a83 ldr x3, [x20, #304]=0A= 170c: 9b397c01 smull x1, w0, w25=0A= if (!list_empty(&wq->flusher_overflow)) {=0A= 1710: eb0302df cmp x22, x3=0A= return (color + 1) % WORK_NR_COLORS;=0A= 1714: d360fc21 lsr x1, x1, #32=0A= 1718: 0b010001 add w1, w0, w1=0A= 171c: 13037c21 asr w1, w1, #3=0A= 1720: 4b807c21 sub w1, w1, w0, asr #31=0A= 1724: 531c6c23 lsl w3, w1, #4=0A= 1728: 4b010061 sub w1, w3, w1=0A= 172c: 4b010001 sub w1, w0, w1=0A= wq->flush_color =3D work_next_color(wq->flush_color);=0A= 1730: b9010e81 str w1, [x20, #268]=0A= if (!list_empty(&wq->flusher_overflow)) {=0A= 1734: 54000301 b.ne 1794 // b.any=0A= 1738: f9409280 ldr x0, [x20, #288]=0A= if (list_empty(&wq->flusher_queue)) {=0A= 173c: eb0002bf cmp x21, x0=0A= 1740: 54000720 b.eq 1824 // b.none=0A= WARN_ON_ONCE(wq->flush_color =3D=3D wq->work_color);=0A= 1744: 6b01005f cmp w2, w1=0A= 1748: 54000820 b.eq 184c // b.none=0A= WARN_ON_ONCE(wq->flush_color !=3D next->flush_color);=0A= 174c: b9401260 ldr w0, [x19, #16]=0A= 1750: 6b00003f cmp w1, w0=0A= 1754: 54000781 b.ne 1844 // b.any=0A= __list_del(entry->prev, entry->next);=0A= 1758: a9400663 ldp x3, x1, [x19]=0A= next->prev =3D prev;=0A= 175c: f9000461 str x1, [x3, #8]=0A= if (flush_workqueue_prep_pwqs(wq, wq->flush_color, -1))=0A= 1760: 12800002 mov w2, #0xffffffff // #-1=0A= 1764: aa1403e0 mov x0, x20=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1768: f9000023 str x3, [x1]=0A= 176c: f900027a str x26, [x19]=0A= list->prev =3D list;=0A= 1770: f900067a str x26, [x19, #8]=0A= wq->first_flusher =3D next;=0A= 1774: f9008e93 str x19, [x20, #280]=0A= if (flush_workqueue_prep_pwqs(wq, wq->flush_color, -1))=0A= 1778: b9410e81 ldr w1, [x20, #268]=0A= 177c: 97fffe43 bl 1088 =0A= 1780: 72001c1f tst w0, #0xff=0A= 1784: 54000541 b.ne 182c // b.any=0A= wq->first_flusher =3D NULL;=0A= 1788: b9410e80 ldr w0, [x20, #268]=0A= 178c: f9008e9f str xzr, [x20, #280]=0A= while (true) {=0A= 1790: 17ffffb0 b 1650 =0A= list_for_each_entry(tmp, &wq->flusher_overflow, list)=0A= 1794: f9409a80 ldr x0, [x20, #304]=0A= 1798: eb16001f cmp x0, x22=0A= 179c: 540000c0 b.eq 17b4 // b.none=0A= tmp->flush_color =3D wq->work_color;=0A= 17a0: b9001002 str w2, [x0, #16]=0A= list_for_each_entry(tmp, &wq->flusher_overflow, list)=0A= 17a4: f9400000 ldr x0, [x0]=0A= 17a8: b9410a82 ldr w2, [x20, #264]=0A= 17ac: eb16001f cmp x0, x22=0A= 17b0: 54ffff81 b.ne 17a0 // b.any=0A= return (color + 1) % WORK_NR_COLORS;=0A= 17b4: 11000440 add w0, w2, #0x1=0A= __READ_ONCE_SIZE;=0A= 17b8: f9409a81 ldr x1, [x20, #304]=0A= 17bc: 9b397c02 smull x2, w0, w25=0A= if (!list_empty(list)) {=0A= 17c0: eb0102df cmp x22, x1=0A= 17c4: d360fc42 lsr x2, x2, #32=0A= 17c8: 0b020002 add w2, w0, w2=0A= 17cc: 13037c42 asr w2, w2, #3=0A= 17d0: 4b807c42 sub w2, w2, w0, asr #31=0A= 17d4: 531c6c41 lsl w1, w2, #4=0A= 17d8: 4b020022 sub w2, w1, w2=0A= 17dc: 4b020002 sub w2, w0, w2=0A= wq->work_color =3D work_next_color(wq->work_color);=0A= 17e0: b9010a82 str w2, [x20, #264]=0A= 17e4: 54000140 b.eq 180c // b.none=0A= struct list_head *first =3D list->next;=0A= 17e8: a9528a81 ldp x1, x2, [x20, #296]=0A= struct list_head *last =3D list->prev;=0A= 17ec: f9409e80 ldr x0, [x20, #312]=0A= first->prev =3D prev;=0A= 17f0: f9000441 str x1, [x2, #8]=0A= prev->next =3D first;=0A= 17f4: f9000022 str x2, [x1]=0A= last->next =3D next;=0A= 17f8: f9000015 str x21, [x0]=0A= next->prev =3D last;=0A= 17fc: f9009680 str x0, [x20, #296]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1800: b9410a82 ldr w2, [x20, #264]=0A= 1804: f9009a96 str x22, [x20, #304]=0A= list->prev =3D list;=0A= 1808: f9009e96 str x22, [x20, #312]=0A= flush_workqueue_prep_pwqs(wq, -1, wq->work_color);=0A= 180c: 12800001 mov w1, #0xffffffff // #-1=0A= 1810: aa1403e0 mov x0, x20=0A= 1814: 97fffe1d bl 1088 =0A= 1818: b9410a82 ldr w2, [x20, #264]=0A= 181c: b9410e81 ldr w1, [x20, #268]=0A= 1820: 17ffffc6 b 1738 =0A= WARN_ON_ONCE(wq->flush_color !=3D wq->work_color);=0A= 1824: 6b01005f cmp w2, w1=0A= 1828: 540002a1 b.ne 187c // b.any=0A= mutex_unlock(&wq->mutex);=0A= 182c: aa1803e0 mov x0, x24=0A= 1830: a94c6bf9 ldp x25, x26, [sp, #192]=0A= 1834: 94000000 bl 0 <_mutex_unlock>=0A= 1838: 17ffff58 b 1598 =0A= if (WARN_ON(!wq_online))=0A= 183c: d4210000 brk #0x800=0A= 1840: 17ffff56 b 1598 =0A= WARN_ON_ONCE(wq->flush_color !=3D next->flush_color);=0A= 1844: d4210000 brk #0x800=0A= 1848: 17ffffc4 b 1758 =0A= WARN_ON_ONCE(wq->flush_color =3D=3D wq->work_color);=0A= 184c: d4210000 brk #0x800=0A= 1850: b9410e81 ldr w1, [x20, #268]=0A= 1854: 17ffffbe b 174c =0A= WARN_ON_ONCE(!list_empty(&wq->flusher_overflow));=0A= 1858: d4210000 brk #0x800=0A= 185c: b9410a82 ldr w2, [x20, #264]=0A= 1860: b9410e81 ldr w1, [x20, #268]=0A= 1864: 17ffff34 b 1534 =0A= list_for_each_entry_safe(next, tmp, &wq->flusher_queue, list) {=0A= 1868: aa1503f3 mov x19, x21=0A= 186c: aa1503fa mov x26, x21=0A= 1870: 17ffff93 b 16bc =0A= 1874: aa0203f3 mov x19, x2=0A= 1878: 17ffff91 b 16bc =0A= WARN_ON_ONCE(wq->flush_color !=3D wq->work_color);=0A= 187c: d4210000 brk #0x800=0A= 1880: a94c6bf9 ldp x25, x26, [sp, #192]=0A= 1884: 17ffff59 b 15e8 =0A= WARN_ON_ONCE(wq->flush_color =3D=3D this_flusher.flush_color);=0A= 1888: d4210000 brk #0x800=0A= 188c: 17ffff30 b 154c =0A= WARN_ON_ONCE(wq->flush_color !=3D this_flusher.flush_color);=0A= 1890: d4210000 brk #0x800=0A= 1894: b9410a82 ldr w2, [x20, #264]=0A= 1898: b9410e81 ldr w1, [x20, #268]=0A= 189c: 17ffff58 b 15fc =0A= WARN_ON_ONCE(!list_empty(&this_flusher.list));=0A= 18a0: d4210000 brk #0x800=0A= 18a4: 17ffff63 b 1630 =0A= WARN_ON_ONCE(wq->flush_color !=3D this_flusher.flush_color);=0A= 18a8: d4210000 brk #0x800=0A= 18ac: b9410e80 ldr w0, [x20, #268]=0A= 18b0: 17ffff64 b 1640 =0A= 18b4: a90c6bf9 stp x25, x26, [sp, #192]=0A= }=0A= 18b8: 94000000 bl 0 <__stack_chk_fail>=0A= 18bc: d503201f nop=0A= =0A= 00000000000018c0 :=0A= {=0A= 18c0: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 18c4: 910003fd mov x29, sp=0A= 18c8: a90153f3 stp x19, x20, [sp, #16]=0A= 18cc: aa0003f4 mov x20, x0=0A= 18d0: a9025bf5 stp x21, x22, [sp, #32]=0A= mutex_lock(&wq->mutex);=0A= 18d4: 91008016 add x22, x0, #0x20=0A= 18d8: aa1603e0 mov x0, x22=0A= {=0A= 18dc: a90363f7 stp x23, x24, [sp, #48]=0A= 18e0: f90023f9 str x25, [sp, #64]=0A= mutex_lock(&wq->mutex);=0A= 18e4: 94000000 bl 0 <_mutex_lock>=0A= if (!wq->nr_drainers++)=0A= 18e8: b9415a80 ldr w0, [x20, #344]=0A= 18ec: 11000401 add w1, w0, #0x1=0A= 18f0: b9015a81 str w1, [x20, #344]=0A= 18f4: 35000080 cbnz w0, 1904 =0A= wq->flags |=3D __WQ_DRAINING;=0A= 18f8: b9420280 ldr w0, [x20, #512]=0A= 18fc: 32100000 orr w0, w0, #0x10000=0A= 1900: b9020280 str w0, [x20, #512]=0A= mutex_unlock(&wq->mutex);=0A= 1904: aa1603e0 mov x0, x22=0A= for_each_pwq(pwq, wq) {=0A= 1908: 90000017 adrp x23, 0 =0A= 190c: 90000018 adrp x24, 0 =0A= mutex_unlock(&wq->mutex);=0A= 1910: 94000000 bl 0 <_mutex_unlock>=0A= for_each_pwq(pwq, wq) {=0A= 1914: 910002f7 add x23, x23, #0x0=0A= 1918: 91000318 add x24, x24, #0x0=0A= unsigned int flush_cnt =3D 0;=0A= 191c: 52800015 mov w21, #0x0 // #0=0A= 1920: 14000015 b 1974 =0A= __READ_ONCE_SIZE;=0A= 1924: f9403262 ldr x2, [x19, #96]=0A= return READ_ONCE(head->next) =3D=3D head;=0A= 1928: f8460420 ldr x0, [x1], #96=0A= drained =3D !pwq->nr_active && list_empty(&pwq->delayed_works);=0A= 192c: eb02003f cmp x1, x2=0A= 1930: 540005c0 b.eq 19e8 // b.none=0A= if (++flush_cnt =3D=3D 10 ||=0A= 1934: 110006b5 add w21, w21, #0x1=0A= spin_unlock_irq(&pwq->pool->lock);=0A= 1938: 94000000 bl 0 =0A= if (++flush_cnt =3D=3D 10 ||=0A= 193c: 71002abf cmp w21, #0xa=0A= 1940: 54000480 b.eq 19d0 // b.none=0A= 1944: d503201f nop=0A= (flush_cnt % 100 =3D=3D 0 && flush_cnt <=3D 1000))=0A= 1948: 5290a3e0 mov w0, #0x851f // #34079=0A= 194c: 52800c81 mov w1, #0x64 // #100=0A= 1950: 72aa3d60 movk w0, #0x51eb, lsl #16=0A= 1954: 710fa2bf cmp w21, #0x3e8=0A= 1958: 9ba07ea0 umull x0, w21, w0=0A= 195c: d365fc00 lsr x0, x0, #37=0A= 1960: 1b01d400 msub w0, w0, w1, w21=0A= 1964: 7a409800 ccmp w0, #0x0, #0x0, ls // ls =3D plast=0A= 1968: 54000340 b.eq 19d0 // b.none=0A= mutex_unlock(&wq->mutex);=0A= 196c: aa1603e0 mov x0, x22=0A= 1970: 94000000 bl 0 <_mutex_unlock>=0A= flush_workqueue(wq);=0A= 1974: aa1403e0 mov x0, x20=0A= 1978: 94000000 bl 1438 =0A= mutex_lock(&wq->mutex);=0A= 197c: aa1603e0 mov x0, x22=0A= 1980: 94000000 bl 0 <_mutex_lock>=0A= 1984: f9400293 ldr x19, [x20]=0A= for_each_pwq(pwq, wq) {=0A= 1988: eb13029f cmp x20, x19=0A= 198c: d101c273 sub x19, x19, #0x70=0A= 1990: 54000360 b.eq 19fc // b.none=0A= 1994: 91036299 add x25, x20, #0xd8=0A= 1998: 94000000 bl 0 =0A= 199c: 34000060 cbz w0, 19a8 =0A= 19a0: 394012e0 ldrb w0, [x23, #4]=0A= 19a4: 340004a0 cbz w0, 1a38 =0A= spin_lock_irq(&pwq->pool->lock);=0A= 19a8: f9400260 ldr x0, [x19]=0A= 19ac: 94000000 bl 0 =0A= drained =3D !pwq->nr_active && list_empty(&pwq->delayed_works);=0A= 19b0: b9405a60 ldr w0, [x19, #88]=0A= 19b4: aa1303e1 mov x1, x19=0A= 19b8: 34fffb60 cbz w0, 1924 =0A= 19bc: f9400260 ldr x0, [x19]=0A= if (++flush_cnt =3D=3D 10 ||=0A= 19c0: 110006b5 add w21, w21, #0x1=0A= spin_unlock_irq(&pwq->pool->lock);=0A= 19c4: 94000000 bl 0 =0A= if (++flush_cnt =3D=3D 10 ||=0A= 19c8: 71002abf cmp w21, #0xa=0A= 19cc: 54fffbe1 b.ne 1948 // b.any=0A= pr_warn("workqueue %s: drain_workqueue() isn't complete after %u = tries\n",=0A= 19d0: 90000000 adrp x0, 0 =0A= 19d4: 2a1503e2 mov w2, w21=0A= 19d8: 9106a281 add x1, x20, #0x1a8=0A= 19dc: 91000000 add x0, x0, #0x0=0A= 19e0: 94000000 bl 0 =0A= 19e4: 17ffffe2 b 196c =0A= spin_unlock_irq(&pwq->pool->lock);=0A= 19e8: 94000000 bl 0 =0A= 19ec: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq) {=0A= 19f0: eb13029f cmp x20, x19=0A= 19f4: d101c273 sub x19, x19, #0x70=0A= 19f8: 54fffd01 b.ne 1998 // b.any=0A= if (!--wq->nr_drainers)=0A= 19fc: b9415a80 ldr w0, [x20, #344]=0A= 1a00: 51000400 sub w0, w0, #0x1=0A= 1a04: b9015a80 str w0, [x20, #344]=0A= 1a08: 35000080 cbnz w0, 1a18 =0A= wq->flags &=3D ~__WQ_DRAINING;=0A= 1a0c: b9420280 ldr w0, [x20, #512]=0A= 1a10: 120f7800 and w0, w0, #0xfffeffff=0A= 1a14: b9020280 str w0, [x20, #512]=0A= mutex_unlock(&wq->mutex);=0A= 1a18: aa1603e0 mov x0, x22=0A= 1a1c: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 1a20: a94153f3 ldp x19, x20, [sp, #16]=0A= 1a24: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1a28: a94363f7 ldp x23, x24, [sp, #48]=0A= 1a2c: f94023f9 ldr x25, [sp, #64]=0A= 1a30: a8c57bfd ldp x29, x30, [sp], #80=0A= 1a34: d65f03c0 ret=0A= for_each_pwq(pwq, wq) {=0A= 1a38: 94000000 bl 0 =0A= 1a3c: 35fffb60 cbnz w0, 19a8 =0A= 1a40: 12800001 mov w1, #0xffffffff // #-1=0A= 1a44: aa1903e0 mov x0, x25=0A= 1a48: 94000000 bl 0 =0A= 1a4c: 35fffae0 cbnz w0, 19a8 =0A= 1a50: 52800023 mov w3, #0x1 // #1=0A= 1a54: 90000000 adrp x0, 0 =0A= 1a58: aa1803e2 mov x2, x24=0A= 1a5c: 91000000 add x0, x0, #0x0=0A= 1a60: 52816561 mov w1, #0xb2b // #2859=0A= 1a64: 390012e3 strb w3, [x23, #4]=0A= 1a68: 94000000 bl 0 =0A= 1a6c: 17ffffcf b 19a8 =0A= =0A= 0000000000001a70 :=0A= {=0A= 1a70: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 1a74: 910003fd mov x29, sp=0A= 1a78: a90153f3 stp x19, x20, [sp, #16]=0A= 1a7c: f9400013 ldr x19, [x0]=0A= assert_rcu_or_pool_mutex();=0A= 1a80: 94000000 bl 0 =0A= 1a84: 340000a0 cbz w0, 1a98 =0A= 1a88: 90000014 adrp x20, 0 =0A= 1a8c: 91000294 add x20, x20, #0x0=0A= 1a90: 39401680 ldrb w0, [x20, #5]=0A= 1a94: 34000260 cbz w0, 1ae0 =0A= if (data & WORK_STRUCT_PWQ)=0A= 1a98: 371001b3 tbnz w19, #2, 1acc =0A= pool_id =3D data >> WORK_OFFQ_POOL_SHIFT;=0A= 1a9c: d345fe73 lsr x19, x19, #5=0A= if (pool_id =3D=3D WORK_OFFQ_POOL_NONE)=0A= 1aa0: 12b00000 mov w0, #0x7fffffff // #2147483647=0A= 1aa4: 6b00027f cmp w19, w0=0A= 1aa8: 540003e0 b.eq 1b24 // b.none=0A= return radix_tree_lookup(&idr->idr_rt, id);=0A= 1aac: 90000000 adrp x0, 0 =0A= 1ab0: 91000000 add x0, x0, #0x0=0A= 1ab4: 93407e61 sxtw x1, w19=0A= 1ab8: 9103a000 add x0, x0, #0xe8=0A= 1abc: 94000000 bl 0 =0A= }=0A= 1ac0: a94153f3 ldp x19, x20, [sp, #16]=0A= 1ac4: a8c27bfd ldp x29, x30, [sp], #32=0A= 1ac8: d65f03c0 ret=0A= (data & WORK_STRUCT_WQ_DATA_MASK))->pool;=0A= 1acc: 9278de73 and x19, x19, #0xffffffffffffff00=0A= 1ad0: f9400260 ldr x0, [x19]=0A= }=0A= 1ad4: a94153f3 ldp x19, x20, [sp, #16]=0A= 1ad8: a8c27bfd ldp x29, x30, [sp], #32=0A= 1adc: d65f03c0 ret=0A= assert_rcu_or_pool_mutex();=0A= 1ae0: 94000000 bl 0 =0A= 1ae4: 35fffda0 cbnz w0, 1a98 =0A= 1ae8: 90000000 adrp x0, 0 =0A= 1aec: 91000000 add x0, x0, #0x0=0A= 1af0: 9102e000 add x0, x0, #0xb8=0A= 1af4: 12800001 mov w1, #0xffffffff // #-1=0A= 1af8: 94000000 bl 0 =0A= 1afc: 35fffce0 cbnz w0, 1a98 =0A= 1b00: 52800023 mov w3, #0x1 // #1=0A= 1b04: 90000002 adrp x2, 0 =0A= 1b08: 90000000 adrp x0, 0 =0A= 1b0c: 91000042 add x2, x2, #0x0=0A= 1b10: 91000000 add x0, x0, #0x0=0A= 1b14: 52805d81 mov w1, #0x2ec // #748=0A= 1b18: 39001683 strb w3, [x20, #5]=0A= 1b1c: 94000000 bl 0 =0A= 1b20: 17ffffde b 1a98 =0A= return NULL;=0A= 1b24: d2800000 mov x0, #0x0 // #0=0A= }=0A= 1b28: a94153f3 ldp x19, x20, [sp, #16]=0A= 1b2c: a8c27bfd ldp x29, x30, [sp], #32=0A= 1b30: d65f03c0 ret=0A= 1b34: d503201f nop=0A= =0A= 0000000000001b38 :=0A= {=0A= 1b38: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 1b3c: 910003fd mov x29, sp=0A= 1b40: a90153f3 stp x19, x20, [sp, #16]=0A= 1b44: aa0003f3 mov x19, x0=0A= =0A= #ifdef CONFIG_DEBUG_LOCK_ALLOC=0A= =0A= static inline void rcu_lock_acquire(struct lockdep_map *map)=0A= {=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 1b48: 90000014 adrp x20, 0 =0A= 1b4c: a9025bf5 stp x21, x22, [sp, #32]=0A= 1b50: 91000294 add x20, x20, #0x0=0A= 1b54: f9400015 ldr x21, [x0]=0A= * read-side critical sections may be preempted and they may also block, = but=0A= * only when acquiring spinlocks that are subject to priority = inheritance.=0A= */=0A= static __always_inline void rcu_read_lock(void)=0A= {=0A= __rcu_read_lock();=0A= 1b58: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 1b5c: aa1403e0 mov x0, x20=0A= 1b60: 90000006 adrp x6, 0 =0A= 1b64: 910000c6 add x6, x6, #0x0=0A= 1b68: d2800005 mov x5, #0x0 // #0=0A= 1b6c: 52800004 mov w4, #0x0 // #0=0A= 1b70: 52800043 mov w3, #0x2 // #2=0A= 1b74: 52800002 mov w2, #0x0 // #0=0A= 1b78: 52800001 mov w1, #0x0 // #0=0A= unsigned int ret =3D 0;=0A= 1b7c: 120002b5 and w21, w21, #0x1=0A= 1b80: 94000000 bl 0 =0A= __acquire(RCU);=0A= rcu_lock_acquire(&rcu_lock_map);=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 1b84: 94000000 bl 0 =0A= 1b88: 340000a0 cbz w0, 1b9c =0A= 1b8c: 90000016 adrp x22, 0 =0A= 1b90: 910002d6 add x22, x22, #0x0=0A= 1b94: 39401ac0 ldrb w0, [x22, #6]=0A= 1b98: 34000740 cbz w0, 1c80 =0A= pool =3D get_work_pool(work);=0A= 1b9c: aa1303e0 mov x0, x19=0A= 1ba0: 97ffffb4 bl 1a70 =0A= 1ba4: aa0003f6 mov x22, x0=0A= if (pool) {=0A= 1ba8: b40001a0 cbz x0, 1bdc =0A= spin_lock_irqsave(&pool->lock, flags);=0A= 1bac: 94000000 bl 0 =0A= #endif=0A= static __always_inline u32 hash_64_generic(u64 val, unsigned int bits)=0A= {=0A= #if BITS_PER_LONG =3D=3D 64=0A= /* 64x64-bit multiply is efficient on all 64-bit processors */=0A= return val * GOLDEN_RATIO_64 >> (64 - bits);=0A= 1bb0: d2907d60 mov x0, #0x83eb // #33771=0A= 1bb4: f2b016a0 movk x0, #0x80b5, lsl #16=0A= 1bb8: f2d0c8c0 movk x0, #0x8646, lsl #32=0A= 1bbc: f2ec3900 movk x0, #0x61c8, lsl #48=0A= 1bc0: 9b007e60 mul x0, x19, x0=0A= hash_for_each_possible(pool->busy_hash, worker, hentry,=0A= 1bc4: d37afc00 lsr x0, x0, #58=0A= 1bc8: 8b000ec0 add x0, x22, x0, lsl #3=0A= 1bcc: f940f800 ldr x0, [x0, #496]=0A= 1bd0: b5000340 cbnz x0, 1c38 =0A= spin_unlock_irqrestore(&pool->lock, flags);=0A= 1bd4: aa1603e0 mov x0, x22=0A= 1bd8: 94000000 bl 0 =0A= *=0A= * See rcu_read_lock() for more information.=0A= */=0A= static inline void rcu_read_unlock(void)=0A= {=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 1bdc: 94000000 bl 0 =0A= 1be0: 340000a0 cbz w0, 1bf4 =0A= 1be4: 90000013 adrp x19, 0 =0A= 1be8: 91000273 add x19, x19, #0x0=0A= 1bec: 39401e60 ldrb w0, [x19, #7]=0A= 1bf0: 34000300 cbz w0, 1c50 =0A= "rcu_read_unlock() used illegally while idle");=0A= __release(RCU);=0A= __rcu_read_unlock();=0A= 1bf4: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 1bf8: aa1403e0 mov x0, x20=0A= 1bfc: 52800021 mov w1, #0x1 // #1=0A= 1c00: 90000002 adrp x2, 0 =0A= 1c04: 91000042 add x2, x2, #0x0=0A= 1c08: 94000000 bl 0 =0A= }=0A= 1c0c: 2a1503e0 mov w0, w21=0A= 1c10: a94153f3 ldp x19, x20, [sp, #16]=0A= 1c14: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1c18: a8c37bfd ldp x29, x30, [sp], #48=0A= 1c1c: d65f03c0 ret=0A= if (worker->current_work =3D=3D work &&=0A= 1c20: f9400c02 ldr x2, [x0, #24]=0A= 1c24: f9400e61 ldr x1, [x19, #24]=0A= 1c28: eb01005f cmp x2, x1=0A= 1c2c: 540000e0 b.eq 1c48 // b.none=0A= hash_for_each_possible(pool->busy_hash, worker, hentry,=0A= 1c30: f9400000 ldr x0, [x0]=0A= 1c34: b4fffd00 cbz x0, 1bd4 =0A= if (worker->current_work =3D=3D work &&=0A= 1c38: f9400801 ldr x1, [x0, #16]=0A= 1c3c: eb01027f cmp x19, x1=0A= 1c40: 54ffff81 b.ne 1c30 // b.any=0A= 1c44: 17fffff7 b 1c20 =0A= ret |=3D WORK_BUSY_RUNNING;=0A= 1c48: 321f02b5 orr w21, w21, #0x2=0A= 1c4c: 17ffffe2 b 1bd4 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 1c50: 94000000 bl 0 =0A= 1c54: 72001c1f tst w0, #0xff=0A= 1c58: 54fffce1 b.ne 1bf4 // b.any=0A= 1c5c: 52800023 mov w3, #0x1 // #1=0A= 1c60: 90000002 adrp x2, 0 =0A= 1c64: 90000000 adrp x0, 0 =0A= 1c68: 91000042 add x2, x2, #0x0=0A= 1c6c: 91000000 add x0, x0, #0x0=0A= 1c70: 528051a1 mov w1, #0x28d // #653=0A= 1c74: 39001e63 strb w3, [x19, #7]=0A= 1c78: 94000000 bl 0 =0A= 1c7c: 17ffffde b 1bf4 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 1c80: 94000000 bl 0 =0A= 1c84: 72001c1f tst w0, #0xff=0A= 1c88: 54fff8a1 b.ne 1b9c // b.any=0A= 1c8c: 52800023 mov w3, #0x1 // #1=0A= 1c90: 90000002 adrp x2, 0 =0A= 1c94: 90000000 adrp x0, 0 =0A= 1c98: 91000042 add x2, x2, #0x0=0A= 1c9c: 91000000 add x0, x0, #0x0=0A= 1ca0: 52804b41 mov w1, #0x25a // #602=0A= 1ca4: 39001ac3 strb w3, [x22, #6]=0A= 1ca8: 94000000 bl 0 =0A= 1cac: 17ffffbc b 1b9c =0A= =0A= 0000000000001cb0 :=0A= if (cwait->work !=3D key)=0A= 1cb0: f9401404 ldr x4, [x0, #40]=0A= 1cb4: eb03009f cmp x4, x3=0A= 1cb8: 54000060 b.eq 1cc4 // b.none=0A= return 0;=0A= 1cbc: 52800000 mov w0, #0x0 // #0=0A= }=0A= 1cc0: d65f03c0 ret=0A= {=0A= 1cc4: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 1cc8: 910003fd mov x29, sp=0A= return autoremove_wake_function(wait, mode, sync, key);=0A= 1ccc: 94000000 bl 0 =0A= }=0A= 1cd0: a8c17bfd ldp x29, x30, [sp], #16=0A= 1cd4: d65f03c0 ret=0A= =0A= 0000000000001cd8 :=0A= {=0A= 1cd8: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 1cdc: 910003fd mov x29, sp=0A= 1ce0: a90153f3 stp x19, x20, [sp, #16]=0A= mutex_lock(&wq_pool_mutex);=0A= 1ce4: 90000013 adrp x19, 0 =0A= 1ce8: 91000273 add x19, x19, #0x0=0A= {=0A= 1cec: aa0203f4 mov x20, x2=0A= mutex_lock(&wq_pool_mutex);=0A= 1cf0: aa1303e0 mov x0, x19=0A= 1cf4: 94000000 bl 0 <_mutex_lock>=0A= written =3D scnprintf(buf, PAGE_SIZE, "%*pb\n",=0A= 1cf8: 90000000 adrp x0, 0 =0A= 1cfc: 90000004 adrp x4, 0 =0A= 1d00: 91000084 add x4, x4, #0x0=0A= 1d04: 90000002 adrp x2, 0 =0A= 1d08: b9400003 ldr w3, [x0]=0A= 1d0c: 91014084 add x4, x4, #0x50=0A= 1d10: 91000042 add x2, x2, #0x0=0A= 1d14: d2820001 mov x1, #0x1000 // #4096=0A= 1d18: aa1403e0 mov x0, x20=0A= 1d1c: 94000000 bl 0 =0A= 1d20: 2a0003f4 mov w20, w0=0A= mutex_unlock(&wq_pool_mutex);=0A= 1d24: aa1303e0 mov x0, x19=0A= 1d28: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 1d2c: 93407e80 sxtw x0, w20=0A= 1d30: a94153f3 ldp x19, x20, [sp, #16]=0A= 1d34: a8c27bfd ldp x29, x30, [sp], #32=0A= 1d38: d65f03c0 ret=0A= 1d3c: d503201f nop=0A= =0A= 0000000000001d40 :=0A= {=0A= 1d40: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= return scnprintf(buf, PAGE_SIZE, "%d\n", wq->saved_max_active);=0A= 1d44: d2820001 mov x1, #0x1000 // #4096=0A= {=0A= 1d48: 910003fd mov x29, sp=0A= return scnprintf(buf, PAGE_SIZE, "%d\n", wq->saved_max_active);=0A= 1d4c: f85f8003 ldur x3, [x0, #-8]=0A= {=0A= 1d50: aa0203e0 mov x0, x2=0A= return scnprintf(buf, PAGE_SIZE, "%d\n", wq->saved_max_active);=0A= 1d54: 90000002 adrp x2, 0 =0A= 1d58: 91000042 add x2, x2, #0x0=0A= 1d5c: b9415c63 ldr w3, [x3, #348]=0A= 1d60: 94000000 bl 0 =0A= }=0A= 1d64: 93407c00 sxtw x0, w0=0A= 1d68: a8c17bfd ldp x29, x30, [sp], #16=0A= 1d6c: d65f03c0 ret=0A= =0A= 0000000000001d70 :=0A= {=0A= 1d70: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= return scnprintf(buf, PAGE_SIZE, "%d\n", (bool)!(wq->flags & = WQ_UNBOUND));=0A= 1d74: d2820001 mov x1, #0x1000 // #4096=0A= {=0A= 1d78: 910003fd mov x29, sp=0A= return scnprintf(buf, PAGE_SIZE, "%d\n", (bool)!(wq->flags & = WQ_UNBOUND));=0A= 1d7c: f85f8003 ldur x3, [x0, #-8]=0A= {=0A= 1d80: aa0203e0 mov x0, x2=0A= return scnprintf(buf, PAGE_SIZE, "%d\n", (bool)!(wq->flags & = WQ_UNBOUND));=0A= 1d84: 90000002 adrp x2, 0 =0A= 1d88: 91000042 add x2, x2, #0x0=0A= 1d8c: b9420063 ldr w3, [x3, #512]=0A= 1d90: d27f0063 eor x3, x3, #0x2=0A= 1d94: 53010463 ubfx w3, w3, #1, #1=0A= 1d98: 94000000 bl 0 =0A= }=0A= 1d9c: 93407c00 sxtw x0, w0=0A= 1da0: a8c17bfd ldp x29, x30, [sp], #16=0A= 1da4: d65f03c0 ret=0A= =0A= 0000000000001da8 :=0A= {=0A= 1da8: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 1dac: 910003fd mov x29, sp=0A= 1db0: a90153f3 stp x19, x20, [sp, #16]=0A= 1db4: f90013f5 str x21, [sp, #32]=0A= 1db8: aa0203f5 mov x21, x2=0A= return wq_dev->wq;=0A= 1dbc: f85f8014 ldur x20, [x0, #-8]=0A= mutex_lock(&wq->mutex);=0A= 1dc0: 91008293 add x19, x20, #0x20=0A= 1dc4: aa1303e0 mov x0, x19=0A= 1dc8: 94000000 bl 0 <_mutex_lock>=0A= !wq->unbound_attrs->no_numa);=0A= 1dcc: f940b283 ldr x3, [x20, #352]=0A= written =3D scnprintf(buf, PAGE_SIZE, "%d\n",=0A= 1dd0: 90000002 adrp x2, 0 =0A= 1dd4: 91000042 add x2, x2, #0x0=0A= 1dd8: d2820001 mov x1, #0x1000 // #4096=0A= 1ddc: aa1503e0 mov x0, x21=0A= !wq->unbound_attrs->no_numa);=0A= 1de0: 39404063 ldrb w3, [x3, #16]=0A= written =3D scnprintf(buf, PAGE_SIZE, "%d\n",=0A= 1de4: 52000063 eor w3, w3, #0x1=0A= 1de8: 94000000 bl 0 =0A= 1dec: 2a0003f4 mov w20, w0=0A= mutex_unlock(&wq->mutex);=0A= 1df0: aa1303e0 mov x0, x19=0A= 1df4: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 1df8: 93407e80 sxtw x0, w20=0A= 1dfc: a94153f3 ldp x19, x20, [sp, #16]=0A= 1e00: f94013f5 ldr x21, [sp, #32]=0A= 1e04: a8c37bfd ldp x29, x30, [sp], #48=0A= 1e08: d65f03c0 ret=0A= 1e0c: d503201f nop=0A= =0A= 0000000000001e10 :=0A= {=0A= 1e10: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 1e14: 910003fd mov x29, sp=0A= 1e18: a90153f3 stp x19, x20, [sp, #16]=0A= 1e1c: f90013f5 str x21, [sp, #32]=0A= 1e20: aa0203f5 mov x21, x2=0A= return wq_dev->wq;=0A= 1e24: f85f8014 ldur x20, [x0, #-8]=0A= mutex_lock(&wq->mutex);=0A= 1e28: 91008293 add x19, x20, #0x20=0A= 1e2c: aa1303e0 mov x0, x19=0A= 1e30: 94000000 bl 0 <_mutex_lock>=0A= written =3D scnprintf(buf, PAGE_SIZE, "%*pb\n",=0A= 1e34: 90000000 adrp x0, 0 =0A= 1e38: 90000002 adrp x2, 0 =0A= cpumask_pr_args(wq->unbound_attrs->cpumask));=0A= 1e3c: f940b284 ldr x4, [x20, #352]=0A= written =3D scnprintf(buf, PAGE_SIZE, "%*pb\n",=0A= 1e40: 91000042 add x2, x2, #0x0=0A= 1e44: b9400003 ldr w3, [x0]=0A= 1e48: d2820001 mov x1, #0x1000 // #4096=0A= 1e4c: 91002084 add x4, x4, #0x8=0A= 1e50: aa1503e0 mov x0, x21=0A= 1e54: 94000000 bl 0 =0A= 1e58: 2a0003f4 mov w20, w0=0A= mutex_unlock(&wq->mutex);=0A= 1e5c: aa1303e0 mov x0, x19=0A= 1e60: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 1e64: 93407e80 sxtw x0, w20=0A= 1e68: a94153f3 ldp x19, x20, [sp, #16]=0A= 1e6c: f94013f5 ldr x21, [sp, #32]=0A= 1e70: a8c37bfd ldp x29, x30, [sp], #48=0A= 1e74: d65f03c0 ret=0A= =0A= 0000000000001e78 :=0A= {=0A= 1e78: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 1e7c: 910003fd mov x29, sp=0A= 1e80: a90153f3 stp x19, x20, [sp, #16]=0A= 1e84: f90013f5 str x21, [sp, #32]=0A= 1e88: aa0203f5 mov x21, x2=0A= return wq_dev->wq;=0A= 1e8c: f85f8014 ldur x20, [x0, #-8]=0A= mutex_lock(&wq->mutex);=0A= 1e90: 91008293 add x19, x20, #0x20=0A= 1e94: aa1303e0 mov x0, x19=0A= 1e98: 94000000 bl 0 <_mutex_lock>=0A= written =3D scnprintf(buf, PAGE_SIZE, "%d\n", wq->unbound_attrs->nice);=0A= 1e9c: f940b283 ldr x3, [x20, #352]=0A= 1ea0: 90000002 adrp x2, 0 =0A= 1ea4: 91000042 add x2, x2, #0x0=0A= 1ea8: d2820001 mov x1, #0x1000 // #4096=0A= 1eac: aa1503e0 mov x0, x21=0A= 1eb0: b9400063 ldr w3, [x3]=0A= 1eb4: 94000000 bl 0 =0A= 1eb8: 2a0003f4 mov w20, w0=0A= mutex_unlock(&wq->mutex);=0A= 1ebc: aa1303e0 mov x0, x19=0A= 1ec0: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 1ec4: 93407e80 sxtw x0, w20=0A= 1ec8: a94153f3 ldp x19, x20, [sp, #16]=0A= 1ecc: f94013f5 ldr x21, [sp, #32]=0A= 1ed0: a8c37bfd ldp x29, x30, [sp], #48=0A= 1ed4: d65f03c0 ret=0A= =0A= 0000000000001ed8 :=0A= {=0A= 1ed8: d10103ff sub sp, sp, #0x40=0A= 1edc: aa0203e4 mov x4, x2=0A= if (sscanf(buf, "%d", &val) !=3D 1 || val <=3D 0)=0A= 1ee0: 910013e2 add x2, sp, #0x4=0A= {=0A= 1ee4: a9017bfd stp x29, x30, [sp, #16]=0A= 1ee8: 910043fd add x29, sp, #0x10=0A= 1eec: a90253f3 stp x19, x20, [sp, #32]=0A= 1ef0: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 1ef4: 91000273 add x19, x19, #0x0=0A= 1ef8: f9001bf5 str x21, [sp, #48]=0A= 1efc: f9400261 ldr x1, [x19]=0A= 1f00: f90007e1 str x1, [sp, #8]=0A= 1f04: d2800001 mov x1, #0x0 // #0=0A= 1f08: aa0303f4 mov x20, x3=0A= if (sscanf(buf, "%d", &val) !=3D 1 || val <=3D 0)=0A= 1f0c: 90000001 adrp x1, 0 =0A= 1f10: 91000021 add x1, x1, #0x0=0A= return wq_dev->wq;=0A= 1f14: f85f8015 ldur x21, [x0, #-8]=0A= if (sscanf(buf, "%d", &val) !=3D 1 || val <=3D 0)=0A= 1f18: aa0403e0 mov x0, x4=0A= 1f1c: 94000000 bl 0 =0A= 1f20: 7100041f cmp w0, #0x1=0A= 1f24: 54000201 b.ne 1f64 // b.any=0A= 1f28: b94007e1 ldr w1, [sp, #4]=0A= 1f2c: 7100003f cmp w1, #0x0=0A= 1f30: 540001ad b.le 1f64 =0A= workqueue_set_max_active(wq, val);=0A= 1f34: aa1503e0 mov x0, x21=0A= 1f38: 94000000 bl 970 =0A= return count;=0A= 1f3c: aa1403e0 mov x0, x20=0A= }=0A= 1f40: f94007e2 ldr x2, [sp, #8]=0A= 1f44: f9400261 ldr x1, [x19]=0A= 1f48: ca010041 eor x1, x2, x1=0A= 1f4c: b5000101 cbnz x1, 1f6c =0A= 1f50: a9417bfd ldp x29, x30, [sp, #16]=0A= 1f54: a94253f3 ldp x19, x20, [sp, #32]=0A= 1f58: f9401bf5 ldr x21, [sp, #48]=0A= 1f5c: 910103ff add sp, sp, #0x40=0A= 1f60: d65f03c0 ret=0A= return -EINVAL;=0A= 1f64: 928002a0 mov x0, #0xffffffffffffffea // #-22=0A= 1f68: 17fffff6 b 1f40 =0A= }=0A= 1f6c: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000001f70 :=0A= static struct worker *alloc_worker(int node)=0A= 1f70: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= int i =3D kmalloc_index(size);=0A= =0A= if (!i)=0A= return ZERO_SIZE_PTR;=0A= =0A= return kmem_cache_alloc_node_trace(=0A= 1f74: 90000000 adrp x0, 0 =0A= return kmem_cache_alloc(s, flags);=0A= 1f78: 52901801 mov w1, #0x80c0 // #32960=0A= 1f7c: 910003fd mov x29, sp=0A= 1f80: f9400000 ldr x0, [x0]=0A= 1f84: 72a02801 movk w1, #0x140, lsl #16=0A= 1f88: 94000000 bl 0 =0A= if (worker) {=0A= 1f8c: b4000160 cbz x0, 1fb8 =0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 1f90: f9000000 str x0, [x0]=0A= INIT_LIST_HEAD(&worker->scheduled);=0A= 1f94: 9100c002 add x2, x0, #0x30=0A= 1f98: f9001802 str x2, [x0, #48]=0A= INIT_LIST_HEAD(&worker->node);=0A= 1f9c: 91014001 add x1, x0, #0x50=0A= worker->flags =3D WORKER_PREP;=0A= 1fa0: 52800103 mov w3, #0x8 // #8=0A= list->prev =3D list;=0A= 1fa4: f9000400 str x0, [x0, #8]=0A= 1fa8: f9001c02 str x2, [x0, #56]=0A= 1fac: f9002801 str x1, [x0, #80]=0A= 1fb0: f9002c01 str x1, [x0, #88]=0A= 1fb4: b9006803 str w3, [x0, #104]=0A= }=0A= 1fb8: a8c17bfd ldp x29, x30, [sp], #16=0A= 1fbc: d65f03c0 ret=0A= =0A= 0000000000001fc0 :=0A= {=0A= 1fc0: d10183ff sub sp, sp, #0x60=0A= id =3D ida_simple_get(&pool->worker_ida, 0, 0, GFP_KERNEL);=0A= 1fc4: 52801803 mov w3, #0xc0 // #192=0A= 1fc8: 72a02803 movk w3, #0x140, lsl #16=0A= 1fcc: 52800002 mov w2, #0x0 // #0=0A= {=0A= 1fd0: a9027bfd stp x29, x30, [sp, #32]=0A= 1fd4: 910083fd add x29, sp, #0x20=0A= 1fd8: a9045bf5 stp x21, x22, [sp, #64]=0A= 1fdc: 90000015 adrp x21, 0 <__stack_chk_guard>=0A= 1fe0: 910002b5 add x21, x21, #0x0=0A= 1fe4: a90563f7 stp x23, x24, [sp, #80]=0A= id =3D ida_simple_get(&pool->worker_ida, 0, 0, GFP_KERNEL);=0A= 1fe8: 9113e017 add x23, x0, #0x4f8=0A= {=0A= 1fec: f94002a1 ldr x1, [x21]=0A= 1ff0: f9000fe1 str x1, [sp, #24]=0A= 1ff4: d2800001 mov x1, #0x0 // #0=0A= 1ff8: a90353f3 stp x19, x20, [sp, #48]=0A= 1ffc: aa0003f4 mov x20, x0=0A= id =3D ida_simple_get(&pool->worker_ida, 0, 0, GFP_KERNEL);=0A= 2000: aa1703e0 mov x0, x23=0A= 2004: 94000000 bl 0 =0A= if (id < 0)=0A= 2008: 37f80960 tbnz w0, #31, 2134 =0A= worker =3D alloc_worker(pool->node);=0A= 200c: 2a0003f6 mov w22, w0=0A= 2010: 97ffffd8 bl 1f70 =0A= 2014: aa0003f3 mov x19, x0=0A= if (!worker)=0A= 2018: b4000800 cbz x0, 2118 =0A= worker->pool =3D pool;=0A= 201c: f9002414 str x20, [x0, #72]=0A= worker->id =3D id;=0A= 2020: b9006c16 str w22, [x0, #108]=0A= if (pool->cpu >=3D 0)=0A= 2024: b940f283 ldr w3, [x20, #240]=0A= 2028: 37f808a3 tbnz w3, #31, 213c =0A= pool->attrs->nice < 0 ? "H" : "");=0A= 202c: f9428680 ldr x0, [x20, #1288]=0A= snprintf(id_buf, sizeof(id_buf), "%d:%d%s", pool->cpu, id,=0A= 2030: 90000001 adrp x1, 0 =0A= 2034: 90000005 adrp x5, 0 =0A= 2038: 91000021 add x1, x1, #0x0=0A= 203c: 910000a5 add x5, x5, #0x0=0A= 2040: 910023f8 add x24, sp, #0x8=0A= 2044: b9400004 ldr w4, [x0]=0A= 2048: 90000002 adrp x2, 0 =0A= 204c: aa1803e0 mov x0, x24=0A= 2050: 91000042 add x2, x2, #0x0=0A= 2054: 7100009f cmp w4, #0x0=0A= 2058: 2a1603e4 mov w4, w22=0A= 205c: 9a81b0a5 csel x5, x5, x1, lt // lt =3D tstop=0A= 2060: d2800201 mov x1, #0x10 // #16=0A= 2064: 94000000 bl 0 =0A= worker->task =3D kthread_create_on_node(worker_thread, worker, = pool->node,=0A= 2068: b940f682 ldr w2, [x20, #244]=0A= 206c: aa1803e4 mov x4, x24=0A= 2070: 90000003 adrp x3, 0 =0A= 2074: 90000000 adrp x0, 0 =0A= 2078: 91000063 add x3, x3, #0x0=0A= 207c: 91000000 add x0, x0, #0x0=0A= 2080: aa1303e1 mov x1, x19=0A= 2084: 94000000 bl 0 =0A= 2088: f9002260 str x0, [x19, #64]=0A= if (IS_ERR(worker->task))=0A= 208c: b140041f cmn x0, #0x1, lsl #12=0A= 2090: 54000448 b.hi 2118 // b.pmore=0A= set_user_nice(worker->task, pool->attrs->nice);=0A= 2094: f9428681 ldr x1, [x20, #1288]=0A= 2098: b9800021 ldrsw x1, [x1]=0A= 209c: 94000000 bl 0 =0A= kthread_bind_mask(worker->task, pool->attrs->cpumask);=0A= 20a0: f9402260 ldr x0, [x19, #64]=0A= 20a4: f9428681 ldr x1, [x20, #1288]=0A= 20a8: 91002021 add x1, x1, #0x8=0A= 20ac: 94000000 bl 0 =0A= worker_attach_to_pool(worker, pool);=0A= 20b0: aa1403e1 mov x1, x20=0A= 20b4: aa1303e0 mov x0, x19=0A= 20b8: 97fffc74 bl 1288 =0A= spin_lock_irq(&pool->lock);=0A= 20bc: aa1403e0 mov x0, x20=0A= 20c0: 94000000 bl 0 =0A= worker->pool->nr_workers++;=0A= 20c4: f9402662 ldr x2, [x19, #72]=0A= worker_enter_idle(worker);=0A= 20c8: aa1303e0 mov x0, x19=0A= worker->pool->nr_workers++;=0A= 20cc: b9411841 ldr w1, [x2, #280]=0A= 20d0: 11000421 add w1, w1, #0x1=0A= 20d4: b9011841 str w1, [x2, #280]=0A= worker_enter_idle(worker);=0A= 20d8: 97fff808 bl f8 =0A= wake_up_process(worker->task);=0A= 20dc: f9402260 ldr x0, [x19, #64]=0A= 20e0: 94000000 bl 0 =0A= spin_unlock_irq(&pool->lock);=0A= 20e4: aa1403e0 mov x0, x20=0A= 20e8: 94000000 bl 0 =0A= }=0A= 20ec: aa1303e0 mov x0, x19=0A= 20f0: f9400fe2 ldr x2, [sp, #24]=0A= 20f4: f94002a1 ldr x1, [x21]=0A= 20f8: ca010041 eor x1, x2, x1=0A= 20fc: b5000321 cbnz x1, 2160 =0A= 2100: a9427bfd ldp x29, x30, [sp, #32]=0A= 2104: a94353f3 ldp x19, x20, [sp, #48]=0A= 2108: a9445bf5 ldp x21, x22, [sp, #64]=0A= 210c: a94563f7 ldp x23, x24, [sp, #80]=0A= 2110: 910183ff add sp, sp, #0x60=0A= 2114: d65f03c0 ret=0A= ida_simple_remove(&pool->worker_ida, id);=0A= 2118: 2a1603e1 mov w1, w22=0A= 211c: aa1703e0 mov x0, x23=0A= 2120: 94000000 bl 0 =0A= kfree(worker);=0A= 2124: aa1303e0 mov x0, x19=0A= return NULL;=0A= 2128: d2800013 mov x19, #0x0 // #0=0A= kfree(worker);=0A= 212c: 94000000 bl 0 =0A= return NULL;=0A= 2130: 17ffffef b 20ec =0A= struct worker *worker =3D NULL;=0A= 2134: d2800013 mov x19, #0x0 // #0=0A= 2138: 17fffffb b 2124 =0A= snprintf(id_buf, sizeof(id_buf), "u%d:%d", pool->id, id);=0A= 213c: b940fa83 ldr w3, [x20, #248]=0A= 2140: 910023f8 add x24, sp, #0x8=0A= 2144: aa1803e0 mov x0, x24=0A= 2148: 90000002 adrp x2, 0 =0A= 214c: 2a1603e4 mov w4, w22=0A= 2150: 91000042 add x2, x2, #0x0=0A= 2154: d2800201 mov x1, #0x10 // #16=0A= 2158: 94000000 bl 0 =0A= 215c: 17ffffc3 b 2068 =0A= }=0A= 2160: 94000000 bl 0 <__stack_chk_fail>=0A= 2164: d503201f nop=0A= =0A= 0000000000002168 :=0A= {=0A= 2168: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 216c: d5384100 mrs x0, sp_el0=0A= 2170: 910003fd mov x29, sp=0A= __READ_ONCE_SIZE;=0A= 2174: b9401001 ldr w1, [x0, #16]=0A= if (in_task() && (current->flags & PF_WQ_WORKER))=0A= 2178: 12183021 and w1, w1, #0x1fff00=0A= 217c: 12106021 and w1, w1, #0xffff01ff=0A= 2180: 35000061 cbnz w1, 218c =0A= 2184: b9403401 ldr w1, [x0, #52]=0A= 2188: 37280081 tbnz w1, #5, 2198 =0A= return worker ? worker->current_work : NULL;=0A= 218c: d2800000 mov x0, #0x0 // #0=0A= }=0A= 2190: a8c17bfd ldp x29, x30, [sp], #16=0A= 2194: d65f03c0 ret=0A= return kthread_data(current);=0A= 2198: 94000000 bl 0 =0A= return worker ? worker->current_work : NULL;=0A= 219c: b4ffff80 cbz x0, 218c =0A= }=0A= 21a0: a8c17bfd ldp x29, x30, [sp], #16=0A= return worker ? worker->current_work : NULL;=0A= 21a4: f9400800 ldr x0, [x0, #16]=0A= }=0A= 21a8: d65f03c0 ret=0A= 21ac: d503201f nop=0A= =0A= 00000000000021b0 :=0A= static void get_pwq(struct pool_workqueue *pwq)=0A= 21b0: a9be7bfd stp x29, x30, [sp, #-32]!=0A= lockdep_assert_held(&pwq->pool->lock);=0A= 21b4: 90000002 adrp x2, 0 =0A= static void get_pwq(struct pool_workqueue *pwq)=0A= 21b8: 910003fd mov x29, sp=0A= 21bc: f9000bf3 str x19, [sp, #16]=0A= 21c0: aa0103f3 mov x19, x1=0A= lockdep_assert_held(&pwq->pool->lock);=0A= 21c4: b9400041 ldr w1, [x2]=0A= 21c8: 35000121 cbnz w1, 21ec =0A= WARN_ON_ONCE(pwq->refcnt <=3D 0);=0A= 21cc: b9400260 ldr w0, [x19]=0A= 21d0: 7100001f cmp w0, #0x0=0A= 21d4: 540001ed b.le 2210 =0A= pwq->refcnt++;=0A= 21d8: 11000400 add w0, w0, #0x1=0A= 21dc: b9000260 str w0, [x19]=0A= }=0A= 21e0: f9400bf3 ldr x19, [sp, #16]=0A= 21e4: a8c27bfd ldp x29, x30, [sp], #32=0A= 21e8: d65f03c0 ret=0A= lockdep_assert_held(&pwq->pool->lock);=0A= 21ec: f9400000 ldr x0, [x0]=0A= 21f0: 12800001 mov w1, #0xffffffff // #-1=0A= 21f4: 91030000 add x0, x0, #0xc0=0A= 21f8: 94000000 bl 0 =0A= 21fc: 35fffe80 cbnz w0, 21cc =0A= 2200: d4210000 brk #0x800=0A= WARN_ON_ONCE(pwq->refcnt <=3D 0);=0A= 2204: b9400260 ldr w0, [x19]=0A= 2208: 7100001f cmp w0, #0x0=0A= 220c: 54fffe6c b.gt 21d8 =0A= 2210: d4210000 brk #0x800=0A= 2214: b9400260 ldr w0, [x19]=0A= 2218: 17fffff0 b 21d8 =0A= 221c: d503201f nop=0A= =0A= 0000000000002220 :=0A= {=0A= 2220: a9ba7bfd stp x29, x30, [sp, #-96]!=0A= 2224: 910003fd mov x29, sp=0A= 2228: a9025bf5 stp x21, x22, [sp, #32]=0A= 222c: aa0003f6 mov x22, x0=0A= 2230: a90363f7 stp x23, x24, [sp, #48]=0A= spin_lock(&wq_mayday_lock); /* for wq->maydays */=0A= 2234: 90000017 adrp x23, 0 =0A= 2238: 910002f7 add x23, x23, #0x0=0A= {=0A= 223c: a9046bf9 stp x25, x26, [sp, #64]=0A= spin_lock_irq(&pool->lock);=0A= 2240: 94000000 bl 0 =0A= spin_lock(&wq_mayday_lock); /* for wq->maydays */=0A= 2244: 910b42e0 add x0, x23, #0x2d0=0A= 2248: 94000000 bl 0 =0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 224c: 910422da add x26, x22, #0x108=0A= 2250: f94086c0 ldr x0, [x22, #264]=0A= 2254: eb00035f cmp x26, x0=0A= 2258: 54000200 b.eq 2298 // b.none=0A= 225c: b94582c0 ldr w0, [x22, #1408]=0A= 2260: 350001c0 cbnz w0, 2298 =0A= return need_more_worker(pool) && !may_start_working(pool);=0A= 2264: b9411ec0 ldr w0, [x22, #284]=0A= 2268: 35000180 cbnz w0, 2298 =0A= list_for_each_entry(work, &pool->worklist, entry)=0A= 226c: a90153f3 stp x19, x20, [sp, #16]=0A= 2270: 910e42f8 add x24, x23, #0x390=0A= 2274: f9002bfb str x27, [sp, #80]=0A= 2278: 9000001b adrp x27, 0 =0A= 227c: 9100037b add x27, x27, #0x0=0A= 2280: f94086d3 ldr x19, [x22, #264]=0A= 2284: eb13035f cmp x26, x19=0A= 2288: d1002273 sub x19, x19, #0x8=0A= 228c: 54000421 b.ne 2310 // b.any=0A= 2290: a94153f3 ldp x19, x20, [sp, #16]=0A= 2294: f9402bfb ldr x27, [sp, #80]=0A= spin_unlock(&wq_mayday_lock);=0A= 2298: 910b42e0 add x0, x23, #0x2d0=0A= 229c: 94000000 bl 0 =0A= spin_unlock_irq(&pool->lock);=0A= 22a0: aa1603e0 mov x0, x22=0A= 22a4: 94000000 bl 0 =0A= mod_timer(&pool->mayday_timer, jiffies + MAYDAY_INTERVAL);=0A= 22a8: 90000001 adrp x1, 0 =0A= 22ac: 910642c0 add x0, x22, #0x190=0A= 22b0: f9400021 ldr x1, [x1]=0A= 22b4: 91006421 add x1, x1, #0x19=0A= 22b8: 94000000 bl 0 =0A= }=0A= 22bc: a9425bf5 ldp x21, x22, [sp, #32]=0A= 22c0: a94363f7 ldp x23, x24, [sp, #48]=0A= 22c4: a9446bf9 ldp x25, x26, [sp, #64]=0A= 22c8: a8c67bfd ldp x29, x30, [sp], #96=0A= 22cc: d65f03c0 ret=0A= 22d0: 12800001 mov w1, #0xffffffff // #-1=0A= 22d4: aa1803e0 mov x0, x24=0A= 22d8: 94000000 bl 0 =0A= lockdep_assert_held(&wq_mayday_lock);=0A= 22dc: 35000060 cbnz w0, 22e8 =0A= 22e0: d4210000 brk #0x800=0A= 22e4: d503201f nop=0A= if (!wq->rescuer)=0A= 22e8: f940aaa0 ldr x0, [x21, #336]=0A= if (list_empty(&pwq->mayday_node)) {=0A= 22ec: 91020299 add x25, x20, #0x80=0A= if (!wq->rescuer)=0A= 22f0: b4000080 cbz x0, 2300 =0A= 22f4: f9404280 ldr x0, [x20, #128]=0A= if (list_empty(&pwq->mayday_node)) {=0A= 22f8: eb00033f cmp x25, x0=0A= 22fc: 540001a0 b.eq 2330 // b.none=0A= list_for_each_entry(work, &pool->worklist, entry)=0A= 2300: f9400673 ldr x19, [x19, #8]=0A= 2304: eb13035f cmp x26, x19=0A= 2308: d1002273 sub x19, x19, #0x8=0A= 230c: 54fffc20 b.eq 2290 // b.none=0A= 2310: f9400260 ldr x0, [x19]=0A= lockdep_assert_held(&wq_mayday_lock);=0A= 2314: b9400361 ldr w1, [x27]=0A= return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);=0A= 2318: 9278dc14 and x20, x0, #0xffffffffffffff00=0A= 231c: f27e001f tst x0, #0x4=0A= 2320: 9a9f1294 csel x20, x20, xzr, ne // ne =3D any=0A= struct workqueue_struct *wq =3D pwq->wq;=0A= 2324: f9400695 ldr x21, [x20, #8]=0A= lockdep_assert_held(&wq_mayday_lock);=0A= 2328: 34fffe01 cbz w1, 22e8 =0A= 232c: 17ffffe9 b 22d0 =0A= get_pwq(pwq);=0A= 2330: 91006281 add x1, x20, #0x18=0A= 2334: aa1403e0 mov x0, x20=0A= 2338: 97ffff9e bl 21b0 =0A= __list_add(new, head->prev, head);=0A= 233c: f940a6a0 ldr x0, [x21, #328]=0A= next->prev =3D new;=0A= 2340: f900a6b9 str x25, [x21, #328]=0A= list_add_tail(&pwq->mayday_node, &wq->maydays);=0A= 2344: 910502a1 add x1, x21, #0x140=0A= new->prev =3D prev;=0A= 2348: a9080281 stp x1, x0, [x20, #128]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 234c: f9000019 str x25, [x0]=0A= wake_up_process(wq->rescuer->task);=0A= 2350: f940aaa0 ldr x0, [x21, #336]=0A= 2354: f9402000 ldr x0, [x0, #64]=0A= 2358: 94000000 bl 0 =0A= 235c: 17ffffe9 b 2300 =0A= =0A= 0000000000002360 :=0A= {=0A= 2360: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 2364: aa0103e5 mov x5, x1=0A= set_work_data(work, (unsigned long)pwq,=0A= 2368: 528000a1 mov w1, #0x5 // #5=0A= {=0A= 236c: 910003fd mov x29, sp=0A= 2370: f9000bf3 str x19, [sp, #16]=0A= set_work_data(work, (unsigned long)pwq,=0A= 2374: 2a010063 orr w3, w3, w1=0A= 2378: f94000a1 ldr x1, [x5]=0A= struct worker_pool *pool =3D pwq->pool;=0A= 237c: f9400013 ldr x19, [x0]=0A= WARN_ON_ONCE(!work_pending(work));=0A= 2380: 360002a1 tbz w1, #0, 23d4 =0A= 2384: aa0503e4 mov x4, x5=0A= atomic_long_set(&work->data, data | flags | work_static(work));=0A= 2388: aa030003 orr x3, x0, x3=0A= get_pwq(pwq);=0A= 238c: 91006001 add x1, x0, #0x18=0A= 2390: f8008483 str x3, [x4], #8=0A= __list_add(new, head->prev, head);=0A= 2394: f9400443 ldr x3, [x2, #8]=0A= next->prev =3D new;=0A= 2398: f9000444 str x4, [x2, #8]=0A= new->prev =3D prev;=0A= 239c: a9008ca2 stp x2, x3, [x5, #8]=0A= 23a0: f9000064 str x4, [x3]=0A= 23a4: 97ffff83 bl 21b0 =0A= smp_mb();=0A= 23a8: d5033bbf dmb ish=0A= __READ_ONCE_SIZE;=0A= 23ac: b9458260 ldr w0, [x19, #1408]=0A= if (__need_more_worker(pool))=0A= 23b0: 34000080 cbz w0, 23c0 =0A= }=0A= 23b4: f9400bf3 ldr x19, [sp, #16]=0A= 23b8: a8c27bfd ldp x29, x30, [sp], #32=0A= 23bc: d65f03c0 ret=0A= wake_up_worker(pool);=0A= 23c0: aa1303e0 mov x0, x19=0A= 23c4: 97fff819 bl 428 =0A= }=0A= 23c8: f9400bf3 ldr x19, [sp, #16]=0A= 23cc: a8c27bfd ldp x29, x30, [sp], #32=0A= 23d0: d65f03c0 ret=0A= WARN_ON_ONCE(!work_pending(work));=0A= 23d4: d4210000 brk #0x800=0A= 23d8: 17ffffeb b 2384 =0A= 23dc: d503201f nop=0A= =0A= 00000000000023e0 :=0A= {=0A= 23e0: d10443ff sub sp, sp, #0x110=0A= 23e4: a90c7bfd stp x29, x30, [sp, #192]=0A= 23e8: 910303fd add x29, sp, #0xc0=0A= 23ec: a90e5bf5 stp x21, x22, [sp, #224]=0A= if (WARN_ON(!wq_online))=0A= 23f0: 90000016 adrp x22, 0 =0A= 23f4: 910002d6 add x22, x22, #0x0=0A= {=0A= 23f8: a90f63f7 stp x23, x24, [sp, #240]=0A= 23fc: 90000017 adrp x23, 0 <__stack_chk_guard>=0A= 2400: 910002f7 add x23, x23, #0x0=0A= if (WARN_ON(!wq_online))=0A= 2404: 394122d8 ldrb w24, [x22, #72]=0A= {=0A= 2408: f94002e1 ldr x1, [x23]=0A= 240c: f9005fe1 str x1, [sp, #184]=0A= 2410: d2800001 mov x1, #0x0 // #0=0A= if (WARN_ON(!wq_online))=0A= 2414: 34001bd8 cbz w24, 278c =0A= lock_map_acquire(&work->lockdep_map);=0A= 2418: 90000006 adrp x6, 0 =0A= 241c: 910000c6 add x6, x6, #0x0=0A= 2420: d2800005 mov x5, #0x0 // #0=0A= 2424: 52800024 mov w4, #0x1 // #1=0A= 2428: 52800003 mov w3, #0x0 // #0=0A= 242c: a90d53f3 stp x19, x20, [sp, #208]=0A= 2430: 91008013 add x19, x0, #0x20=0A= 2434: 52800002 mov w2, #0x0 // #0=0A= 2438: 52800001 mov w1, #0x0 // #0=0A= 243c: aa0003f4 mov x20, x0=0A= 2440: aa1303e0 mov x0, x19=0A= 2444: a9106bf9 stp x25, x26, [sp, #256]=0A= 2448: 94000000 bl 0 =0A= lock_map_release(&work->lockdep_map);=0A= 244c: aa1303e0 mov x0, x19=0A= 2450: 52800021 mov w1, #0x1 // #1=0A= 2454: 90000002 adrp x2, 0 =0A= 2458: 91000042 add x2, x2, #0x0=0A= 245c: 94000000 bl 0 =0A= might_sleep();=0A= 2460: 90000000 adrp x0, 0 =0A= 2464: 91000000 add x0, x0, #0x0=0A= 2468: 52800002 mov w2, #0x0 // #0=0A= 246c: 52816941 mov w1, #0xb4a // #2890=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 2470: 90000019 adrp x25, 0 =0A= 2474: 94000000 bl 0 <__might_sleep>=0A= 2478: 91000339 add x25, x25, #0x0=0A= __rcu_read_lock();=0A= 247c: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 2480: 90000006 adrp x6, 0 =0A= 2484: aa1903e0 mov x0, x25=0A= 2488: 910000c6 add x6, x6, #0x0=0A= 248c: d2800005 mov x5, #0x0 // #0=0A= 2490: 52800004 mov w4, #0x0 // #0=0A= 2494: 52800043 mov w3, #0x2 // #2=0A= 2498: 52800002 mov w2, #0x0 // #0=0A= 249c: 52800001 mov w1, #0x0 // #0=0A= 24a0: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 24a4: 94000000 bl 0 =0A= 24a8: 35000c00 cbnz w0, 2628 =0A= pool =3D get_work_pool(work);=0A= 24ac: aa1403e0 mov x0, x20=0A= 24b0: 97fffd70 bl 1a70 =0A= 24b4: aa0003fa mov x26, x0=0A= if (!pool) {=0A= 24b8: b40010e0 cbz x0, 26d4 =0A= spin_lock_irq(&pool->lock);=0A= 24bc: 94000000 bl 0 =0A= 24c0: f9400295 ldr x21, [x20]=0A= if (data & WORK_STRUCT_PWQ)=0A= 24c4: 36100d35 tbz w21, #2, 2668 =0A= if (pwq) {=0A= 24c8: f278deb5 ands x21, x21, #0xffffffffffffff00=0A= 24cc: 54000ce0 b.eq 2668 // b.none=0A= if (unlikely(pwq->pool !=3D pool))=0A= 24d0: f94002a0 ldr x0, [x21]=0A= 24d4: eb00035f cmp x26, x0=0A= 24d8: 54001361 b.ne 2744 // b.any=0A= struct worker *worker =3D NULL;=0A= 24dc: d2800013 mov x19, #0x0 // #0=0A= check_flush_dependency(pwq->wq, work);=0A= 24e0: f94006a0 ldr x0, [x21, #8]=0A= 24e4: aa1403e1 mov x1, x20=0A= 24e8: 97fffb88 bl 1308 =0A= INIT_WORK_ONSTACK(&barr->work, wq_barrier_func);=0A= 24ec: 910083e0 add x0, sp, #0x20=0A= 24f0: b27b7be4 mov x4, #0xfffffffe0 // #68719476704=0A= 24f4: 52800003 mov w3, #0x0 // #0=0A= 24f8: 910162c2 add x2, x22, #0x58=0A= 24fc: 90000001 adrp x1, 0 =0A= 2500: 91000021 add x1, x1, #0x0=0A= 2504: f90003e4 str x4, [sp]=0A= 2508: 94000000 bl 0 =0A= WRITE_ONCE(list->next, list);=0A= 250c: 910023e5 add x5, sp, #0x8=0A= *p |=3D mask;=0A= 2510: f94003e4 ldr x4, [sp]=0A= 2514: 90000003 adrp x3, 0 =0A= 2518: 91000063 add x3, x3, #0x0=0A= 251c: 910163e0 add x0, sp, #0x58=0A= 2520: b2400084 orr x4, x4, #0x1=0A= 2524: 9100e2c2 add x2, x22, #0x38=0A= 2528: 90000001 adrp x1, 0 =0A= 252c: 91000021 add x1, x1, #0x0=0A= 2530: f90003e4 str x4, [sp]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 2534: f90007e5 str x5, [sp, #8]=0A= 2538: a9010fe5 stp x5, x3, [sp, #16]=0A= x->done =3D 0;=0A= 253c: b90053ff str wzr, [sp, #80]=0A= init_swait_queue_head(&x->wait);=0A= 2540: 94000000 bl 0 <__init_swait_queue_head>=0A= 2544: d5384100 mrs x0, sp_el0=0A= barr->task =3D current;=0A= 2548: f9005be0 str x0, [sp, #176]=0A= if (worker)=0A= 254c: b4000b93 cbz x19, 26bc =0A= head =3D worker->scheduled.next;=0A= 2550: f9401a62 ldr x2, [x19, #48]=0A= 2554: 52801e03 mov w3, #0xf0 // #240=0A= insert_work(pwq, &barr->work, head,=0A= 2558: 910003e1 mov x1, sp=0A= 255c: aa1503e0 mov x0, x21=0A= 2560: 97ffff80 bl 2360 =0A= spin_unlock_irq(&pool->lock);=0A= 2564: aa1a03e0 mov x0, x26=0A= 2568: 94000000 bl 0 =0A= if (pwq->wq->saved_max_active =3D=3D 1 || pwq->wq->rescuer) {=0A= 256c: f94006a0 ldr x0, [x21, #8]=0A= 2570: b9415c01 ldr w1, [x0, #348]=0A= 2574: 7100043f cmp w1, #0x1=0A= 2578: 54000060 b.eq 2584 // b.none=0A= 257c: f940a801 ldr x1, [x0, #336]=0A= 2580: b4000201 cbz x1, 25c0 =0A= lock_map_acquire(&pwq->wq->lockdep_map);=0A= 2584: 9105e000 add x0, x0, #0x178=0A= 2588: 52800002 mov w2, #0x0 // #0=0A= 258c: 52800001 mov w1, #0x0 // #0=0A= 2590: 90000006 adrp x6, 0 =0A= 2594: d2800005 mov x5, #0x0 // #0=0A= 2598: 910000c6 add x6, x6, #0x0=0A= 259c: 52800024 mov w4, #0x1 // #1=0A= 25a0: 52800003 mov w3, #0x0 // #0=0A= 25a4: 94000000 bl 0 =0A= lock_map_release(&pwq->wq->lockdep_map);=0A= 25a8: f94006a0 ldr x0, [x21, #8]=0A= 25ac: 90000002 adrp x2, 0 =0A= 25b0: 52800021 mov w1, #0x1 // #1=0A= 25b4: 91000042 add x2, x2, #0x0=0A= 25b8: 9105e000 add x0, x0, #0x178=0A= 25bc: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 25c0: 94000000 bl 0 =0A= 25c4: 340000a0 cbz w0, 25d8 =0A= 25c8: 90000013 adrp x19, 0 =0A= 25cc: 91000273 add x19, x19, #0x0=0A= 25d0: 39401e60 ldrb w0, [x19, #7]=0A= 25d4: 34000a00 cbz w0, 2714 =0A= __rcu_read_unlock();=0A= 25d8: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 25dc: 90000002 adrp x2, 0 =0A= 25e0: 91000042 add x2, x2, #0x0=0A= 25e4: 52800021 mov w1, #0x1 // #1=0A= 25e8: aa1903e0 mov x0, x25=0A= 25ec: 94000000 bl 0 =0A= wait_for_completion(&barr.done);=0A= 25f0: 910143e0 add x0, sp, #0x50=0A= 25f4: 94000000 bl 0 =0A= return true;=0A= 25f8: a94d53f3 ldp x19, x20, [sp, #208]=0A= 25fc: a9506bf9 ldp x25, x26, [sp, #256]=0A= }=0A= 2600: 2a1803e0 mov w0, w24=0A= 2604: f9405fe2 ldr x2, [sp, #184]=0A= 2608: f94002e1 ldr x1, [x23]=0A= 260c: ca010041 eor x1, x2, x1=0A= 2610: b5000f21 cbnz x1, 27f4 =0A= 2614: a94c7bfd ldp x29, x30, [sp, #192]=0A= 2618: a94e5bf5 ldp x21, x22, [sp, #224]=0A= 261c: a94f63f7 ldp x23, x24, [sp, #240]=0A= 2620: 910443ff add sp, sp, #0x110=0A= 2624: d65f03c0 ret=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2628: 90000013 adrp x19, 0 =0A= 262c: 91000273 add x19, x19, #0x0=0A= 2630: 39401a60 ldrb w0, [x19, #6]=0A= 2634: 35fff3c0 cbnz w0, 24ac =0A= 2638: 94000000 bl 0 =0A= 263c: 72001c1f tst w0, #0xff=0A= 2640: 54fff361 b.ne 24ac // b.any=0A= 2644: 52800023 mov w3, #0x1 // #1=0A= 2648: 90000002 adrp x2, 0 =0A= 264c: 90000000 adrp x0, 0 =0A= 2650: 91000042 add x2, x2, #0x0=0A= 2654: 91000000 add x0, x0, #0x0=0A= 2658: 52804b41 mov w1, #0x25a // #602=0A= 265c: 39001a63 strb w3, [x19, #6]=0A= 2660: 94000000 bl 0 =0A= 2664: 17ffff92 b 24ac =0A= 2668: d2907d60 mov x0, #0x83eb // #33771=0A= 266c: f2b016a0 movk x0, #0x80b5, lsl #16=0A= 2670: f2d0c8c0 movk x0, #0x8646, lsl #32=0A= 2674: f2ec3900 movk x0, #0x61c8, lsl #48=0A= 2678: 9b007e80 mul x0, x20, x0=0A= hash_for_each_possible(pool->busy_hash, worker, hentry,=0A= 267c: d37afc00 lsr x0, x0, #58=0A= 2680: 8b000f40 add x0, x26, x0, lsl #3=0A= 2684: f940f813 ldr x19, [x0, #496]=0A= 2688: b5000093 cbnz x19, 2698 =0A= 268c: 1400002e b 2744 =0A= 2690: f9400273 ldr x19, [x19]=0A= 2694: b4000593 cbz x19, 2744 =0A= if (worker->current_work =3D=3D work &&=0A= 2698: f9400a60 ldr x0, [x19, #16]=0A= 269c: eb00029f cmp x20, x0=0A= 26a0: 54ffff81 b.ne 2690 // b.any=0A= 26a4: f9400e61 ldr x1, [x19, #24]=0A= 26a8: f9400e80 ldr x0, [x20, #24]=0A= 26ac: eb00003f cmp x1, x0=0A= 26b0: 54ffff01 b.ne 2690 // b.any=0A= pwq =3D worker->current_pwq;=0A= 26b4: f9401275 ldr x21, [x19, #32]=0A= 26b8: 17ffff8a b 24e0 =0A= head =3D target->entry.next;=0A= 26bc: a9400a80 ldp x0, x2, [x20]=0A= linked =3D *bits & WORK_STRUCT_LINKED;=0A= 26c0: 121d0003 and w3, w0, #0x8=0A= 26c4: b27d0000 orr x0, x0, #0x8=0A= 26c8: 321c0c63 orr w3, w3, #0xf0=0A= 26cc: f9000280 str x0, [x20]=0A= 26d0: 17ffffa2 b 2558 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 26d4: 94000000 bl 0 =0A= 26d8: 340000a0 cbz w0, 26ec =0A= 26dc: 90000013 adrp x19, 0 =0A= 26e0: 91000273 add x19, x19, #0x0=0A= 26e4: 39401e60 ldrb w0, [x19, #7]=0A= 26e8: 340006e0 cbz w0, 27c4 =0A= __rcu_read_unlock();=0A= 26ec: 94000000 bl 0 <__rcu_read_unlock>=0A= return false;=0A= 26f0: 52800018 mov w24, #0x0 // #0=0A= lock_release(map, 1, _THIS_IP_);=0A= 26f4: aa1903e0 mov x0, x25=0A= 26f8: 90000002 adrp x2, 0 =0A= 26fc: 52800021 mov w1, #0x1 // #1=0A= 2700: 91000042 add x2, x2, #0x0=0A= 2704: 94000000 bl 0 =0A= return false;=0A= 2708: a94d53f3 ldp x19, x20, [sp, #208]=0A= 270c: a9506bf9 ldp x25, x26, [sp, #256]=0A= 2710: 17ffffbc b 2600 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2714: 94000000 bl 0 =0A= 2718: 72001c1f tst w0, #0xff=0A= 271c: 54fff5e1 b.ne 25d8 // b.any=0A= 2720: 52800023 mov w3, #0x1 // #1=0A= 2724: 90000002 adrp x2, 0 =0A= 2728: 90000000 adrp x0, 0 =0A= 272c: 91000042 add x2, x2, #0x0=0A= 2730: 91000000 add x0, x0, #0x0=0A= 2734: 528051a1 mov w1, #0x28d // #653=0A= 2738: 39001e63 strb w3, [x19, #7]=0A= 273c: 94000000 bl 0 =0A= 2740: 17ffffa6 b 25d8 =0A= spin_unlock_irq(&pool->lock);=0A= 2744: aa1a03e0 mov x0, x26=0A= 2748: 94000000 bl 0 =0A= 274c: 94000000 bl 0 =0A= 2750: 340000a0 cbz w0, 2764 =0A= 2754: 90000013 adrp x19, 0 =0A= 2758: 91000273 add x19, x19, #0x0=0A= 275c: 39401e60 ldrb w0, [x19, #7]=0A= 2760: 340001a0 cbz w0, 2794 =0A= __rcu_read_unlock();=0A= 2764: 94000000 bl 0 <__rcu_read_unlock>=0A= return false;=0A= 2768: 52800018 mov w24, #0x0 // #0=0A= lock_release(map, 1, _THIS_IP_);=0A= 276c: aa1903e0 mov x0, x25=0A= 2770: 90000002 adrp x2, 0 =0A= 2774: 52800021 mov w1, #0x1 // #1=0A= 2778: 91000042 add x2, x2, #0x0=0A= 277c: 94000000 bl 0 =0A= 2780: a94d53f3 ldp x19, x20, [sp, #208]=0A= 2784: a9506bf9 ldp x25, x26, [sp, #256]=0A= 2788: 17ffff9e b 2600 =0A= if (WARN_ON(!wq_online))=0A= 278c: d4210000 brk #0x800=0A= 2790: 17ffff9c b 2600 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2794: 94000000 bl 0 =0A= 2798: 72001c1f tst w0, #0xff=0A= 279c: 54fffe41 b.ne 2764 // b.any=0A= 27a0: 52800023 mov w3, #0x1 // #1=0A= 27a4: 90000002 adrp x2, 0 =0A= 27a8: 90000000 adrp x0, 0 =0A= 27ac: 91000042 add x2, x2, #0x0=0A= 27b0: 91000000 add x0, x0, #0x0=0A= 27b4: 528051a1 mov w1, #0x28d // #653=0A= 27b8: 39001e63 strb w3, [x19, #7]=0A= 27bc: 94000000 bl 0 =0A= 27c0: 17ffffe9 b 2764 =0A= 27c4: 94000000 bl 0 =0A= 27c8: 72001c1f tst w0, #0xff=0A= 27cc: 54fff901 b.ne 26ec // b.any=0A= 27d0: 52800023 mov w3, #0x1 // #1=0A= 27d4: 90000002 adrp x2, 0 =0A= 27d8: 90000000 adrp x0, 0 =0A= 27dc: 91000042 add x2, x2, #0x0=0A= 27e0: 91000000 add x0, x0, #0x0=0A= 27e4: 528051a1 mov w1, #0x28d // #653=0A= 27e8: 39001e63 strb w3, [x19, #7]=0A= 27ec: 94000000 bl 0 =0A= 27f0: 17ffffbf b 26ec =0A= 27f4: a90d53f3 stp x19, x20, [sp, #208]=0A= 27f8: a9106bf9 stp x25, x26, [sp, #256]=0A= }=0A= 27fc: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000002800 :=0A= {=0A= 2800: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= BUG_ON((unsigned long)pwq & WORK_STRUCT_FLAG_MASK);=0A= 2804: 72001c1f tst w0, #0xff=0A= {=0A= 2808: 910003fd mov x29, sp=0A= 280c: a90153f3 stp x19, x20, [sp, #16]=0A= 2810: f90013f5 str x21, [sp, #32]=0A= BUG_ON((unsigned long)pwq & WORK_STRUCT_FLAG_MASK);=0A= 2814: 540004c1 b.ne 28ac // b.any=0A= memset(pwq, 0, sizeof(*pwq));=0A= 2818: aa0003f3 mov x19, x0=0A= 281c: aa0203f5 mov x21, x2=0A= 2820: aa0103f4 mov x20, x1=0A= 2824: d2801e02 mov x2, #0xf0 // #240=0A= 2828: 52800001 mov w1, #0x0 // #0=0A= 282c: 91004000 add x0, x0, #0x10=0A= 2830: 94000000 bl 0 =0A= pwq->wq =3D wq;=0A= 2834: a9005275 stp x21, x20, [x19]=0A= INIT_LIST_HEAD(&pwq->delayed_works);=0A= 2838: 91018263 add x3, x19, #0x60=0A= 283c: f9003263 str x3, [x19, #96]=0A= INIT_LIST_HEAD(&pwq->pwqs_node);=0A= 2840: 9101c261 add x1, x19, #0x70=0A= 2844: f9003a61 str x1, [x19, #112]=0A= INIT_LIST_HEAD(&pwq->mayday_node);=0A= 2848: 91020260 add x0, x19, #0x80=0A= pwq->flush_color =3D -1;=0A= 284c: b24083e5 mov x5, #0x1ffffffff // #8589934591=0A= INIT_WORK(&pwq->unbound_release_work, pwq_unbound_release_workfn);=0A= 2850: b27b7be4 mov x4, #0xfffffffe0 // #68719476704=0A= pwq->flush_color =3D -1;=0A= 2854: f8014265 stur x5, [x19, #20]=0A= INIT_WORK(&pwq->unbound_release_work, pwq_unbound_release_workfn);=0A= 2858: 90000002 adrp x2, 0 =0A= list->prev =3D list;=0A= 285c: f9003663 str x3, [x19, #104]=0A= 2860: 91000042 add x2, x2, #0x0=0A= 2864: f9003e61 str x1, [x19, #120]=0A= 2868: 91018042 add x2, x2, #0x60=0A= 286c: f9004260 str x0, [x19, #128]=0A= 2870: 52800003 mov w3, #0x0 // #0=0A= 2874: a9089260 stp x0, x4, [x19, #136]=0A= 2878: 90000001 adrp x1, 0 =0A= 287c: 9102c260 add x0, x19, #0xb0=0A= 2880: 91000021 add x1, x1, #0x0=0A= 2884: 94000000 bl 0 =0A= 2888: 91026261 add x1, x19, #0x98=0A= 288c: 90000000 adrp x0, 0 =0A= 2890: 91000000 add x0, x0, #0x0=0A= 2894: f9004e61 str x1, [x19, #152]=0A= 2898: a90a0261 stp x1, x0, [x19, #160]=0A= }=0A= 289c: a94153f3 ldp x19, x20, [sp, #16]=0A= 28a0: f94013f5 ldr x21, [sp, #32]=0A= 28a4: a8c37bfd ldp x29, x30, [sp], #48=0A= 28a8: d65f03c0 ret=0A= BUG_ON((unsigned long)pwq & WORK_STRUCT_FLAG_MASK);=0A= 28ac: d4210000 brk #0x800=0A= =0A= 00000000000028b0 :=0A= {=0A= 28b0: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 28b4: 910003fd mov x29, sp=0A= 28b8: a90153f3 stp x19, x20, [sp, #16]=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 28bc: 90000014 adrp x20, 0 =0A= {=0A= 28c0: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 28c4: b9400285 ldr w5, [x20]=0A= {=0A= 28c8: a9025bf5 stp x21, x22, [sp, #32]=0A= 28cc: aa0103f5 mov x21, x1=0A= 28d0: a90363f7 stp x23, x24, [sp, #48]=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 28d4: 35001345 cbnz w5, 2b3c =0A= =0A= =0A= /* __jhash_nwords - hash exactly 3, 2 or 1 word(s) */=0A= static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval)=0A= {=0A= a +=3D initval;=0A= 28d8: b94002a2 ldr w2, [x21]=0A= 28dc: 5297de66 mov w6, #0xbef3 // #48883=0A= 28e0: 72bbd5a6 movk w6, #0xdead, lsl #16=0A= b +=3D initval;=0A= c +=3D initval;=0A= =0A= __jhash_final(a, b, c);=0A= 28e4: 52810aa4 mov w4, #0x855 // #2133=0A= a +=3D initval;=0A= 28e8: 0b060042 add w2, w2, w6=0A= __jhash_final(a, b, c);=0A= 28ec: 72b20864 movk w4, #0x9043, lsl #16=0A= 28f0: 528a6fc1 mov w1, #0x537e // #21374=0A= 28f4: 4a040042 eor w2, w2, w4=0A= 28f8: 72bcf7a1 movk w1, #0xe7bd, lsl #16=0A= 28fc: 0b010042 add w2, w2, w1=0A= 2900: 4a060046 eor w6, w2, w6=0A= case 7: b +=3D (u32)k[6]<<16; /* fall through */=0A= 2904: 39403aa8 ldrb w8, [x21, #14]=0A= case 5: b +=3D k[4]; /* fall through */=0A= 2908: 394032a1 ldrb w1, [x21, #12]=0A= * @word: value to rotate=0A= * @shift: bits to roll=0A= */=0A= static inline __u32 rol32(__u32 word, unsigned int shift)=0A= {=0A= return (word << (shift & 31)) | (word >> ((-shift) & 31));=0A= 290c: 13821c43 ror w3, w2, #7=0A= __jhash_final(a, b, c);=0A= 2910: 4b0300c6 sub w6, w6, w3=0A= case 8: b +=3D (u32)k[7]<<24; /* fall through */=0A= 2914: 39403ea0 ldrb w0, [x21, #15]=0A= __jhash_final(a, b, c);=0A= 2918: 4a0400c4 eor w4, w6, w4=0A= case 6: b +=3D (u32)k[5]<<8; /* fall through */=0A= 291c: 394036a7 ldrb w7, [x21, #13]=0A= case 7: b +=3D (u32)k[6]<<16; /* fall through */=0A= 2920: 53103d08 lsl w8, w8, #16=0A= 2924: 138640c3 ror w3, w6, #16=0A= __jhash_final(a, b, c);=0A= 2928: 4b030084 sub w4, w4, w3=0A= a =3D b =3D c =3D JHASH_INITVAL + length + initval;=0A= 292c: 5297dee9 mov w9, #0xbef7 // #48887=0A= __jhash_final(a, b, c);=0A= 2930: 4a040042 eor w2, w2, w4=0A= case 5: b +=3D k[4]; /* fall through */=0A= 2934: 0b072027 add w7, w1, w7, lsl #8=0A= a =3D b =3D c =3D JHASH_INITVAL + length + initval;=0A= 2938: 72bbd5a9 movk w9, #0xdead, lsl #16=0A= 293c: 13847083 ror w3, w4, #28=0A= __jhash_final(a, b, c);=0A= 2940: 4b030042 sub w2, w2, w3=0A= case 5: b +=3D k[4]; /* fall through */=0A= 2944: 0b006100 add w0, w8, w0, lsl #24=0A= __jhash_final(a, b, c);=0A= 2948: 4a0200c6 eor w6, w6, w2=0A= case 3: a +=3D (u32)k[2]<<16; /* fall through */=0A= 294c: 39402aa1 ldrb w1, [x21, #10]=0A= case 5: b +=3D k[4]; /* fall through */=0A= 2950: 0b070000 add w0, w0, w7=0A= 2954: 13824842 ror w2, w2, #18=0A= __jhash_final(a, b, c);=0A= 2958: 4b0200c6 sub w6, w6, w2=0A= case 1: a +=3D k[0];=0A= 295c: 394022a7 ldrb w7, [x21, #8]=0A= __jhash_final(a, b, c);=0A= 2960: 4a060083 eor w3, w4, w6=0A= case 4: a +=3D (u32)k[3]<<24; /* fall through */=0A= 2964: 39402ea2 ldrb w2, [x21, #11]=0A= a =3D b =3D c =3D JHASH_INITVAL + length + initval;=0A= 2968: 0b090063 add w3, w3, w9=0A= 296c: 138620c6 ror w6, w6, #8=0A= 2970: 4b060063 sub w3, w3, w6=0A= case 2: a +=3D (u32)k[1]<<8; /* fall through */=0A= 2974: 394026a4 ldrb w4, [x21, #9]=0A= case 5: b +=3D k[4]; /* fall through */=0A= 2978: 0b030000 add w0, w0, w3=0A= case 3: a +=3D (u32)k[2]<<16; /* fall through */=0A= 297c: 53103c21 lsl w1, w1, #16=0A= case 1: a +=3D k[0];=0A= 2980: 0b026021 add w1, w1, w2, lsl #24=0A= __jhash_final(a, b, c);=0A= 2984: 4a000062 eor w2, w3, w0=0A= case 1: a +=3D k[0];=0A= 2988: 0b0420e4 add w4, w7, w4, lsl #8=0A= 298c: 13804806 ror w6, w0, #18=0A= __jhash_final(a, b, c);=0A= 2990: 4b060042 sub w2, w2, w6=0A= case 1: a +=3D k[0];=0A= 2994: 0b040021 add w1, w1, w4=0A= 2998: 0b030021 add w1, w1, w3=0A= __jhash_final(a, b, c);=0A= 299c: 4a020021 eor w1, w1, w2=0A= 29a0: 13825443 ror w3, w2, #21=0A= 29a4: 4b030021 sub w1, w1, w3=0A= 29a8: 4a010000 eor w0, w0, w1=0A= 29ac: 13811c23 ror w3, w1, #7=0A= 29b0: 4b030000 sub w0, w0, w3=0A= 29b4: 4a000042 eor w2, w2, w0=0A= 29b8: 13804003 ror w3, w0, #16=0A= 29bc: 4b030042 sub w2, w2, w3=0A= 29c0: 4a020021 eor w1, w1, w2=0A= 29c4: 13827043 ror w3, w2, #28=0A= 29c8: 4b030021 sub w1, w1, w3=0A= 29cc: 4a010000 eor w0, w0, w1=0A= 29d0: 13814821 ror w1, w1, #18=0A= 29d4: 4b010000 sub w0, w0, w1=0A= 29d8: 4a000054 eor w20, w2, w0=0A= 29dc: 13802000 ror w0, w0, #8=0A= 29e0: 4b000294 sub w20, w20, w0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 29e4: 35000be5 cbnz w5, 2b60 =0A= return val * GOLDEN_RATIO_32;=0A= 29e8: 5290c8e0 mov w0, #0x8647 // #34375=0A= hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) {=0A= 29ec: 90000017 adrp x23, 0 =0A= 29f0: 72ac3900 movk w0, #0x61c8, lsl #16=0A= 29f4: 910002f7 add x23, x23, #0x0=0A= 29f8: 1b007e94 mul w20, w20, w0=0A= 29fc: 9101a2e0 add x0, x23, #0x68=0A= 2a00: 531a7e94 lsr w20, w20, #26=0A= 2a04: f8747816 ldr x22, [x0, x20, lsl #3]=0A= 2a08: b4000456 cbz x22, 2a90 =0A= 2a0c: f11442d6 subs x22, x22, #0x510=0A= 2a10: 54000400 b.eq 2a90 // b.none=0A= if (a->nice !=3D b->nice)=0A= 2a14: b94002a2 ldr w2, [x21]=0A= if (wqattrs_equal(pool->attrs, attrs)) {=0A= 2a18: f94286c0 ldr x0, [x22, #1288]=0A= if (a->nice !=3D b->nice)=0A= 2a1c: b9400001 ldr w1, [x0]=0A= 2a20: 6b02003f cmp w1, w2=0A= 2a24: 540002e1 b.ne 2a80 // b.any=0A= if (!cpumask_equal(a->cpumask, b->cpumask))=0A= 2a28: f9400401 ldr x1, [x0, #8]=0A= 2a2c: f94006a0 ldr x0, [x21, #8]=0A= 2a30: eb00003f cmp x1, x0=0A= 2a34: 54000261 b.ne 2a80 // b.any=0A= pool->refcnt++;=0A= 2a38: b94522c0 ldr w0, [x22, #1312]=0A= 2a3c: 11000400 add w0, w0, #0x1=0A= 2a40: b90522c0 str w0, [x22, #1312]=0A= 2a44: f94022e0 ldr x0, [x23, #64]=0A= 2a48: 52801801 mov w1, #0xc0 // #192=0A= 2a4c: 72a02801 movk w1, #0x140, lsl #16=0A= 2a50: 94000000 bl 0 =0A= 2a54: aa0003f8 mov x24, x0=0A= if (!pwq) {=0A= 2a58: b4000a40 cbz x0, 2ba0 =0A= init_pwq(pwq, wq, pool);=0A= 2a5c: aa1603e2 mov x2, x22=0A= 2a60: aa1303e1 mov x1, x19=0A= 2a64: 97ffff67 bl 2800 =0A= }=0A= 2a68: aa1803e0 mov x0, x24=0A= 2a6c: a94153f3 ldp x19, x20, [sp, #16]=0A= 2a70: a9425bf5 ldp x21, x22, [sp, #32]=0A= 2a74: a94363f7 ldp x23, x24, [sp, #48]=0A= 2a78: a8c47bfd ldp x29, x30, [sp], #64=0A= 2a7c: d65f03c0 ret=0A= hash_for_each_possible(unbound_pool_hash, pool, hash_node, hash) {=0A= 2a80: f9428ac0 ldr x0, [x22, #1296]=0A= 2a84: f1144016 subs x22, x0, #0x510=0A= 2a88: b4000040 cbz x0, 2a90 =0A= 2a8c: 54fffc61 b.ne 2a18 // b.any=0A= return kmem_cache_alloc_node_trace(=0A= 2a90: 90000000 adrp x0, 0 =0A= return kmem_cache_alloc(s, flags);=0A= 2a94: 52901801 mov w1, #0x80c0 // #32960=0A= 2a98: 72a02801 movk w1, #0x140, lsl #16=0A= 2a9c: f9400000 ldr x0, [x0]=0A= 2aa0: 94000000 bl 0 =0A= 2aa4: aa0003f8 mov x24, x0=0A= if (!pool || init_worker_pool(pool) < 0)=0A= 2aa8: b4fffe00 cbz x0, 2a68 =0A= 2aac: 97fff731 bl 770 =0A= 2ab0: 37f80700 tbnz w0, #31, 2b90 =0A= lockdep_set_subclass(&pool->lock, 1); /* see put_pwq() */=0A= 2ab4: aa1803e0 mov x0, x24=0A= 2ab8: 52800023 mov w3, #0x1 // #1=0A= 2abc: 90000001 adrp x1, 0 =0A= 2ac0: 91000021 add x1, x1, #0x0=0A= 2ac4: f84c0c02 ldr x2, [x0, #192]!=0A= 2ac8: 94000000 bl 0 =0A= copy_workqueue_attrs(pool->attrs, attrs);=0A= 2acc: f9428701 ldr x1, [x24, #1288]=0A= pool->node =3D target_node;=0A= 2ad0: 12800002 mov w2, #0xffffffff // #-1=0A= to->nice =3D from->nice;=0A= 2ad4: b94002a3 ldr w3, [x21]=0A= if (worker_pool_assign_id(pool) < 0)=0A= 2ad8: aa1803e0 mov x0, x24=0A= to->nice =3D from->nice;=0A= 2adc: b9000023 str w3, [x1]=0A= 2ae0: f94006a3 ldr x3, [x21, #8]=0A= 2ae4: f9000423 str x3, [x1, #8]=0A= to->no_numa =3D from->no_numa;=0A= 2ae8: 394042a3 ldrb w3, [x21, #16]=0A= 2aec: 39004023 strb w3, [x1, #16]=0A= pool->node =3D target_node;=0A= 2af0: b900f702 str w2, [x24, #244]=0A= pool->attrs->no_numa =3D false;=0A= 2af4: f9428701 ldr x1, [x24, #1288]=0A= 2af8: 3900403f strb wzr, [x1, #16]=0A= if (worker_pool_assign_id(pool) < 0)=0A= 2afc: 97fff6cb bl 628 =0A= 2b00: 37f80480 tbnz w0, #31, 2b90 =0A= if (wq_online && !create_worker(pool))=0A= 2b04: 394122e0 ldrb w0, [x23, #72]=0A= 2b08: 350003c0 cbnz w0, 2b80 =0A= hash_add(unbound_pool_hash, &pool->hash_node, hash);=0A= 2b0c: 9101a2e0 add x0, x23, #0x68=0A= }=0A= =0A= static inline void hlist_add_head(struct hlist_node *n, struct = hlist_head *h)=0A= {=0A= struct hlist_node *first =3D h->first;=0A= n->next =3D first;=0A= 2b10: 91180302 add x2, x24, #0x600=0A= 2b14: 8b140c04 add x4, x0, x20, lsl #3=0A= 2b18: 91144303 add x3, x24, #0x510=0A= struct hlist_node *first =3D h->first;=0A= 2b1c: f8747801 ldr x1, [x0, x20, lsl #3]=0A= n->next =3D first;=0A= 2b20: f8110041 stur x1, [x2, #-240]=0A= if (first)=0A= 2b24: b4000041 cbz x1, 2b2c =0A= first->pprev =3D &n->next;=0A= 2b28: f9000423 str x3, [x1, #8]=0A= WRITE_ONCE(h->first, n);=0A= n->pprev =3D &h->first;=0A= 2b2c: aa1803f6 mov x22, x24=0A= 2b30: f8118044 stur x4, [x2, #-232]=0A= 2b34: f8347803 str x3, [x0, x20, lsl #3]=0A= return pool;=0A= 2b38: 17ffffc3 b 2a44 =0A= 2b3c: 90000000 adrp x0, 0 =0A= 2b40: 91000000 add x0, x0, #0x0=0A= 2b44: 9102e000 add x0, x0, #0xb8=0A= 2b48: 12800001 mov w1, #0xffffffff // #-1=0A= 2b4c: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2b50: 35000040 cbnz w0, 2b58 =0A= 2b54: d4210000 brk #0x800=0A= 2b58: b9400285 ldr w5, [x20]=0A= 2b5c: 17ffff5f b 28d8 =0A= 2b60: 90000000 adrp x0, 0 =0A= 2b64: 91000000 add x0, x0, #0x0=0A= 2b68: 9102e000 add x0, x0, #0xb8=0A= 2b6c: 12800001 mov w1, #0xffffffff // #-1=0A= 2b70: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2b74: 35fff3a0 cbnz w0, 29e8 =0A= 2b78: d4210000 brk #0x800=0A= 2b7c: 17ffff9b b 29e8 =0A= if (wq_online && !create_worker(pool))=0A= 2b80: aa1803e0 mov x0, x24=0A= 2b84: 97fffd0f bl 1fc0 =0A= 2b88: b5fffc20 cbnz x0, 2b0c =0A= 2b8c: d503201f nop=0A= put_unbound_pool(pool);=0A= 2b90: aa1803e0 mov x0, x24=0A= return NULL;=0A= 2b94: d2800018 mov x24, #0x0 // #0=0A= put_unbound_pool(pool);=0A= 2b98: 97fff82a bl c40 =0A= if (!pool)=0A= 2b9c: 17ffffb3 b 2a68 =0A= put_unbound_pool(pool);=0A= 2ba0: aa1603e0 mov x0, x22=0A= 2ba4: 97fff827 bl c40 =0A= return NULL;=0A= 2ba8: 17ffffb0 b 2a68 =0A= 2bac: d503201f nop=0A= =0A= 0000000000002bb0 :=0A= 2bb0: f9400401 ldr x1, [x0, #8]=0A= }=0A= 2bb4: 52800000 mov w0, #0x0 // #0=0A= 2bb8: f9000041 str x1, [x2]=0A= 2bbc: d65f03c0 ret=0A= =0A= 0000000000002bc0 :=0A= static struct pool_workqueue *numa_pwq_tbl_install(struct = workqueue_struct *wq,=0A= 2bc0: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 2bc4: 910003fd mov x29, sp=0A= 2bc8: f90013f5 str x21, [sp, #32]=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2bcc: 90000015 adrp x21, 0 =0A= static struct pool_workqueue *numa_pwq_tbl_install(struct = workqueue_struct *wq,=0A= 2bd0: a90153f3 stp x19, x20, [sp, #16]=0A= 2bd4: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2bd8: b94002a0 ldr w0, [x21]=0A= static struct pool_workqueue *numa_pwq_tbl_install(struct = workqueue_struct *wq,=0A= 2bdc: aa0103f4 mov x20, x1=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2be0: 35000140 cbnz w0, 2c08 = =0A= link_pwq(pwq);=0A= 2be4: aa1403e0 mov x0, x20=0A= 2be8: 97fff66a bl 590 =0A= rcu_assign_pointer(wq->numa_pwq_tbl[node], pwq);=0A= 2bec: 91084261 add x1, x19, #0x210=0A= __READ_ONCE_SIZE;=0A= 2bf0: f9410a60 ldr x0, [x19, #528]=0A= 2bf4: c89ffc34 stlr x20, [x1]=0A= }=0A= 2bf8: a94153f3 ldp x19, x20, [sp, #16]=0A= 2bfc: f94013f5 ldr x21, [sp, #32]=0A= 2c00: a8c37bfd ldp x29, x30, [sp], #48=0A= 2c04: d65f03c0 ret=0A= 2c08: 90000000 adrp x0, 0 =0A= 2c0c: 91000000 add x0, x0, #0x0=0A= 2c10: 9102e000 add x0, x0, #0xb8=0A= 2c14: 12800001 mov w1, #0xffffffff // #-1=0A= 2c18: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2c1c: 34000120 cbz w0, 2c40 =0A= lockdep_assert_held(&wq->mutex);=0A= 2c20: b94002a0 ldr w0, [x21]=0A= 2c24: 34fffe00 cbz w0, 2be4 =0A= 2c28: 12800001 mov w1, #0xffffffff // #-1=0A= 2c2c: 91036260 add x0, x19, #0xd8=0A= 2c30: 94000000 bl 0 =0A= 2c34: 35fffd80 cbnz w0, 2be4 = =0A= 2c38: d4210000 brk #0x800=0A= 2c3c: 17ffffea b 2be4 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 2c40: d4210000 brk #0x800=0A= 2c44: 17fffff7 b 2c20 =0A= =0A= 0000000000002c48 :=0A= {=0A= 2c48: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 2c4c: 910003fd mov x29, sp=0A= 2c50: f9000bf3 str x19, [sp, #16]=0A= 2c54: aa0003f3 mov x19, x0=0A= mutex_lock(&ctx->wq->mutex);=0A= 2c58: f9400000 ldr x0, [x0]=0A= 2c5c: 91008000 add x0, x0, #0x20=0A= 2c60: 94000000 bl 0 <_mutex_lock>=0A= copy_workqueue_attrs(ctx->wq->unbound_attrs, ctx->attrs);=0A= 2c64: a9400660 ldp x0, x1, [x19]=0A= 2c68: f940b000 ldr x0, [x0, #352]=0A= to->nice =3D from->nice;=0A= 2c6c: b9400022 ldr w2, [x1]=0A= 2c70: b9000002 str w2, [x0]=0A= 2c74: f9400422 ldr x2, [x1, #8]=0A= 2c78: f9000402 str x2, [x0, #8]=0A= to->no_numa =3D from->no_numa;=0A= 2c7c: 39404021 ldrb w1, [x1, #16]=0A= 2c80: 39004001 strb w1, [x0, #16]=0A= ctx->pwq_tbl[node] =3D numa_pwq_tbl_install(ctx->wq, node,=0A= 2c84: f9400260 ldr x0, [x19]=0A= 2c88: f9401661 ldr x1, [x19, #40]=0A= 2c8c: 97ffffcd bl 2bc0 =0A= 2c90: f9001660 str x0, [x19, #40]=0A= link_pwq(ctx->dfl_pwq);=0A= 2c94: f9401260 ldr x0, [x19, #32]=0A= 2c98: 97fff63e bl 590 =0A= swap(ctx->wq->dfl_pwq, ctx->dfl_pwq);=0A= 2c9c: f9400260 ldr x0, [x19]=0A= 2ca0: f9401262 ldr x2, [x19, #32]=0A= 2ca4: f940b401 ldr x1, [x0, #360]=0A= 2ca8: f900b402 str x2, [x0, #360]=0A= 2cac: f9001261 str x1, [x19, #32]=0A= mutex_unlock(&ctx->wq->mutex);=0A= 2cb0: f9400260 ldr x0, [x19]=0A= 2cb4: 91008000 add x0, x0, #0x20=0A= 2cb8: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 2cbc: f9400bf3 ldr x19, [sp, #16]=0A= 2cc0: a8c27bfd ldp x29, x30, [sp], #32=0A= 2cc4: d65f03c0 ret=0A= =0A= 0000000000002cc8 :=0A= static struct pool_workqueue *unbound_pwq_by_node(struct = workqueue_struct *wq,=0A= 2cc8: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 2ccc: 910003fd mov x29, sp=0A= 2cd0: a90153f3 stp x19, x20, [sp, #16]=0A= 2cd4: aa0003f3 mov x19, x0=0A= assert_rcu_or_wq_mutex_or_pool_mutex(wq);=0A= 2cd8: 94000000 bl 0 =0A= 2cdc: 340000a0 cbz w0, 2cf0 =0A= 2ce0: 90000014 adrp x20, 0 =0A= 2ce4: 91000294 add x20, x20, #0x0=0A= 2ce8: 39402280 ldrb w0, [x20, #8]=0A= 2cec: 340000a0 cbz w0, 2d00 =0A= 2cf0: f9410a60 ldr x0, [x19, #528]=0A= }=0A= 2cf4: a94153f3 ldp x19, x20, [sp, #16]=0A= 2cf8: a8c27bfd ldp x29, x30, [sp], #32=0A= 2cfc: d65f03c0 ret=0A= assert_rcu_or_wq_mutex_or_pool_mutex(wq);=0A= 2d00: 94000000 bl 0 =0A= 2d04: 35ffff60 cbnz w0, 2cf0 =0A= 2d08: 12800001 mov w1, #0xffffffff // #-1=0A= 2d0c: 91036260 add x0, x19, #0xd8=0A= 2d10: 94000000 bl 0 =0A= 2d14: 35fffee0 cbnz w0, 2cf0 =0A= 2d18: 90000000 adrp x0, 0 =0A= 2d1c: 91000000 add x0, x0, #0x0=0A= 2d20: 9102e000 add x0, x0, #0xb8=0A= 2d24: 12800001 mov w1, #0xffffffff // #-1=0A= 2d28: 94000000 bl 0 =0A= 2d2c: 35fffe20 cbnz w0, 2cf0 =0A= 2d30: 52800023 mov w3, #0x1 // #1=0A= 2d34: 90000002 adrp x2, 0 =0A= 2d38: 90000000 adrp x0, 0 =0A= 2d3c: 91000042 add x2, x2, #0x0=0A= 2d40: 91000000 add x0, x0, #0x0=0A= 2d44: 52804ae1 mov w1, #0x257 // #599=0A= 2d48: 39002283 strb w3, [x20, #8]=0A= 2d4c: 94000000 bl 0 =0A= 2d50: 17ffffe8 b 2cf0 =0A= 2d54: d503201f nop=0A= =0A= 0000000000002d58 :=0A= {=0A= 2d58: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 2d5c: 910003fd mov x29, sp=0A= 2d60: a90153f3 stp x19, x20, [sp, #16]=0A= 2d64: aa0203f4 mov x20, x2=0A= 2d68: a9025bf5 stp x21, x22, [sp, #32]=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 2d6c: 90000015 adrp x21, 0 =0A= 2d70: 910002b5 add x21, x21, #0x0=0A= return wq_dev->wq;=0A= 2d74: f85f8013 ldur x19, [x0, #-8]=0A= #endif /* !CONFIG_HOTPLUG_CPU */=0A= =0A= /* Wrappers which go away once all code is converted */=0A= static inline void cpu_hotplug_begin(void) { cpus_write_lock(); }=0A= static inline void cpu_hotplug_done(void) { cpus_write_unlock(); }=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 2d78: 94000000 bl 0 =0A= __rcu_read_lock();=0A= 2d7c: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 2d80: 90000006 adrp x6, 0 =0A= 2d84: aa1503e0 mov x0, x21=0A= 2d88: 910000c6 add x6, x6, #0x0=0A= 2d8c: d2800005 mov x5, #0x0 // #0=0A= 2d90: 52800004 mov w4, #0x0 // #0=0A= 2d94: 52800043 mov w3, #0x2 // #2=0A= 2d98: 52800002 mov w2, #0x0 // #0=0A= 2d9c: 52800001 mov w1, #0x0 // #0=0A= 2da0: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2da4: 94000000 bl 0 =0A= 2da8: 340000a0 cbz w0, 2dbc =0A= 2dac: 90000016 adrp x22, 0 =0A= 2db0: 910002d6 add x22, x22, #0x0=0A= 2db4: 39401ac0 ldrb w0, [x22, #6]=0A= 2db8: 340006a0 cbz w0, 2e8c =0A= unbound_pwq_by_node(wq, node)->pool->id);=0A= 2dbc: aa1303e0 mov x0, x19=0A= 2dc0: 97ffffc2 bl 2cc8 =0A= written +=3D scnprintf(buf + written, PAGE_SIZE - written,=0A= 2dc4: f9400000 ldr x0, [x0]=0A= 2dc8: 52800004 mov w4, #0x0 // #0=0A= 2dcc: d2820001 mov x1, #0x1000 // #4096=0A= 2dd0: 90000003 adrp x3, 0 =0A= 2dd4: 90000002 adrp x2, 0 =0A= 2dd8: 91000063 add x3, x3, #0x0=0A= 2ddc: b940f805 ldr w5, [x0, #248]=0A= 2de0: 91000042 add x2, x2, #0x0=0A= 2de4: aa1403e0 mov x0, x20=0A= 2de8: 94000000 bl 0 =0A= 2dec: 2a0003f3 mov w19, w0=0A= written +=3D scnprintf(buf + written, PAGE_SIZE - written, "\n");=0A= 2df0: 93407c00 sxtw x0, w0=0A= 2df4: d2820001 mov x1, #0x1000 // #4096=0A= 2df8: 90000002 adrp x2, 0 =0A= 2dfc: cb000021 sub x1, x1, x0=0A= 2e00: 91000042 add x2, x2, #0x0=0A= 2e04: 8b000280 add x0, x20, x0=0A= 2e08: 94000000 bl 0 =0A= 2e0c: 2a0003f4 mov w20, w0=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2e10: 94000000 bl 0 =0A= 2e14: 340000a0 cbz w0, 2e28 =0A= 2e18: 90000016 adrp x22, 0 =0A= 2e1c: 910002d6 add x22, x22, #0x0=0A= 2e20: 39401ec0 ldrb w0, [x22, #7]=0A= 2e24: 340001c0 cbz w0, 2e5c =0A= __rcu_read_unlock();=0A= 2e28: 94000000 bl 0 <__rcu_read_unlock>=0A= 2e2c: 0b140273 add w19, w19, w20=0A= lock_release(map, 1, _THIS_IP_);=0A= 2e30: aa1503e0 mov x0, x21=0A= 2e34: 90000002 adrp x2, 0 =0A= 2e38: 91000042 add x2, x2, #0x0=0A= 2e3c: 52800021 mov w1, #0x1 // #1=0A= 2e40: 94000000 bl 0 =0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 2e44: 94000000 bl 0 =0A= return written;=0A= 2e48: 93407e60 sxtw x0, w19=0A= }=0A= 2e4c: a94153f3 ldp x19, x20, [sp, #16]=0A= 2e50: a9425bf5 ldp x21, x22, [sp, #32]=0A= 2e54: a8c37bfd ldp x29, x30, [sp], #48=0A= 2e58: d65f03c0 ret=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2e5c: 94000000 bl 0 =0A= 2e60: 72001c1f tst w0, #0xff=0A= 2e64: 54fffe21 b.ne 2e28 // b.any=0A= 2e68: 52800023 mov w3, #0x1 // #1=0A= 2e6c: 90000002 adrp x2, 0 =0A= 2e70: 90000000 adrp x0, 0 =0A= 2e74: 91000042 add x2, x2, #0x0=0A= 2e78: 91000000 add x0, x0, #0x0=0A= 2e7c: 528051a1 mov w1, #0x28d // #653=0A= 2e80: 39001ec3 strb w3, [x22, #7]=0A= 2e84: 94000000 bl 0 =0A= 2e88: 17ffffe8 b 2e28 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2e8c: 94000000 bl 0 =0A= 2e90: 72001c1f tst w0, #0xff=0A= 2e94: 54fff941 b.ne 2dbc // b.any=0A= 2e98: 52800023 mov w3, #0x1 // #1=0A= 2e9c: 90000002 adrp x2, 0 =0A= 2ea0: 90000000 adrp x0, 0 =0A= 2ea4: 91000042 add x2, x2, #0x0=0A= 2ea8: 91000000 add x0, x0, #0x0=0A= 2eac: 52804b41 mov w1, #0x25a // #602=0A= 2eb0: 39001ac3 strb w3, [x22, #6]=0A= 2eb4: 94000000 bl 0 =0A= 2eb8: 17ffffc1 b 2dbc =0A= 2ebc: d503201f nop=0A= =0A= 0000000000002ec0 <__queue_work>:=0A= {=0A= 2ec0: a9b97bfd stp x29, x30, [sp, #-112]!=0A= 2ec4: 910003fd mov x29, sp=0A= 2ec8: a9025bf5 stp x21, x22, [sp, #32]=0A= 2ecc: aa0103f6 mov x22, x1=0A= 2ed0: a9046bf9 stp x25, x26, [sp, #64]=0A= 2ed4: 2a0003f9 mov w25, w0=0A= unsigned int req_cpu =3D cpu;=0A= 2ed8: 2a0003fa mov w26, w0=0A= {=0A= 2edc: a90573fb stp x27, x28, [sp, #80]=0A= 2ee0: aa0203fc mov x28, x2=0A= if (unlikely(wq->flags & __WQ_DRAINING) &&=0A= 2ee4: b9420020 ldr w0, [x1, #512]=0A= 2ee8: 37801bc0 tbnz w0, #16, 3260 <__queue_work+0x3a0>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 2eec: 90000015 adrp x21, 0 =0A= 2ef0: 910002b5 add x21, x21, #0x0=0A= 2ef4: a90153f3 stp x19, x20, [sp, #16]=0A= 2ef8: a90363f7 stp x23, x24, [sp, #48]=0A= __rcu_read_lock();=0A= 2efc: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 2f00: 90000006 adrp x6, 0 =0A= 2f04: aa1503e0 mov x0, x21=0A= 2f08: 910000c6 add x6, x6, #0x0=0A= 2f0c: d2800005 mov x5, #0x0 // #0=0A= 2f10: 52800004 mov w4, #0x0 // #0=0A= 2f14: 52800043 mov w3, #0x2 // #2=0A= 2f18: 52800002 mov w2, #0x0 // #0=0A= 2f1c: 52800001 mov w1, #0x0 // #0=0A= 2f20: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 2f24: 94000000 bl 0 =0A= 2f28: 35000c20 cbnz w0, 30ac <__queue_work+0x1ec>=0A= return val * GOLDEN_RATIO_64 >> (64 - bits);=0A= 2f2c: d2907d74 mov x20, #0x83eb // #33771=0A= if (likely(!wq_debug_force_rr_cpu)) {=0A= 2f30: 90000017 adrp x23, 0 =0A= 2f34: f2b016b4 movk x20, #0x80b5, lsl #16=0A= 2f38: 910002f7 add x23, x23, #0x0=0A= 2f3c: f2d0c8d4 movk x20, #0x8646, lsl #32=0A= pwq =3D per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 2f40: 90000018 adrp x24, 0 <__per_cpu_offset>=0A= 2f44: f2ec3914 movk x20, #0x61c8, lsl #48=0A= new_cpu =3D cpumask_next_and(new_cpu, wq_unbound_cpumask, = cpu_online_mask);=0A= 2f48: 910142fb add x27, x23, #0x50=0A= pwq =3D per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 2f4c: 91000318 add x24, x24, #0x0=0A= 2f50: 9b147f94 mul x20, x28, x20=0A= 2f54: d37afe94 lsr x20, x20, #58=0A= if (wq->flags & WQ_UNBOUND) {=0A= 2f58: b94202c0 ldr w0, [x22, #512]=0A= 2f5c: 36080720 tbz w0, #1, 3040 <__queue_work+0x180>=0A= if (req_cpu =3D=3D WORK_CPU_UNBOUND)=0A= 2f60: 7101035f cmp w26, #0x40=0A= 2f64: 54001220 b.eq 31a8 <__queue_work+0x2e8> // b.none=0A= pwq =3D unbound_pwq_by_node(wq, cpu_to_node(cpu));=0A= 2f68: aa1603e0 mov x0, x22=0A= 2f6c: 97ffff57 bl 2cc8 =0A= 2f70: aa0003f3 mov x19, x0=0A= last_pool =3D get_work_pool(work);=0A= 2f74: aa1c03e0 mov x0, x28=0A= 2f78: 97fffabe bl 1a70 =0A= 2f7c: aa0003e2 mov x2, x0=0A= if (last_pool && last_pool !=3D pwq->pool) {=0A= 2f80: b4000720 cbz x0, 3064 <__queue_work+0x1a4>=0A= 2f84: f9400261 ldr x1, [x19]=0A= 2f88: eb00003f cmp x1, x0=0A= 2f8c: 54000b01 b.ne 30ec <__queue_work+0x22c> // b.any=0A= spin_lock(&pwq->pool->lock);=0A= 2f90: aa0203e0 mov x0, x2=0A= 2f94: 94000000 bl 0 =0A= if (unlikely(!pwq->refcnt)) {=0A= 2f98: b9401a60 ldr w0, [x19, #24]=0A= 2f9c: 34000c20 cbz w0, 3120 <__queue_work+0x260>=0A= 2fa0: aa1c03e0 mov x0, x28=0A= 2fa4: f8408c01 ldr x1, [x0, #8]!=0A= if (WARN_ON(!list_empty(&work->entry)))=0A= 2fa8: eb01001f cmp x0, x1=0A= 2fac: 540016c1 b.ne 3284 <__queue_work+0x3c4> // b.any=0A= pwq->nr_in_flight[pwq->work_color]++;=0A= 2fb0: b9401263 ldr w3, [x19, #16]=0A= 2fb4: 8b23ca61 add x1, x19, w3, sxtw #2=0A= return color << WORK_STRUCT_COLOR_SHIFT;=0A= 2fb8: 531c6c63 lsl w3, w3, #4=0A= pwq->nr_in_flight[pwq->work_color]++;=0A= 2fbc: b9401c20 ldr w0, [x1, #28]=0A= 2fc0: 11000400 add w0, w0, #0x1=0A= 2fc4: b9001c20 str w0, [x1, #28]=0A= if (likely(pwq->nr_active < pwq->max_active)) {=0A= 2fc8: 294b0660 ldp w0, w1, [x19, #88]=0A= 2fcc: 6b01001f cmp w0, w1=0A= 2fd0: 540015ea b.ge 328c <__queue_work+0x3cc> // b.tcont=0A= worklist =3D &pwq->pool->worklist;=0A= 2fd4: f9400261 ldr x1, [x19]=0A= pwq->nr_active++;=0A= 2fd8: 11000400 add w0, w0, #0x1=0A= 2fdc: b9005a60 str w0, [x19, #88]=0A= worklist =3D &pwq->pool->worklist;=0A= 2fe0: 91042022 add x2, x1, #0x108=0A= 2fe4: f9408420 ldr x0, [x1, #264]=0A= if (list_empty(worklist))=0A= 2fe8: eb00005f cmp x2, x0=0A= 2fec: 54000c60 b.eq 3178 <__queue_work+0x2b8> // b.none=0A= insert_work(pwq, work, worklist, work_flags);=0A= 2ff0: aa1c03e1 mov x1, x28=0A= 2ff4: aa1303e0 mov x0, x19=0A= 2ff8: 97fffcda bl 2360 =0A= spin_unlock(&pwq->pool->lock);=0A= 2ffc: f9400260 ldr x0, [x19]=0A= 3000: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 3004: 94000000 bl 0 =0A= 3008: 35000320 cbnz w0, 306c <__queue_work+0x1ac>=0A= __rcu_read_unlock();=0A= 300c: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 3010: 90000002 adrp x2, 0 =0A= 3014: aa1503e0 mov x0, x21=0A= 3018: 91000042 add x2, x2, #0x0=0A= 301c: 52800021 mov w1, #0x1 // #1=0A= 3020: 94000000 bl 0 =0A= 3024: a94153f3 ldp x19, x20, [sp, #16]=0A= 3028: a94363f7 ldp x23, x24, [sp, #48]=0A= }=0A= 302c: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3030: a9446bf9 ldp x25, x26, [sp, #64]=0A= 3034: a94573fb ldp x27, x28, [sp, #80]=0A= 3038: a8c77bfd ldp x29, x30, [sp], #112=0A= 303c: d65f03c0 ret=0A= if (req_cpu =3D=3D WORK_CPU_UNBOUND)=0A= 3040: 7101035f cmp w26, #0x40=0A= 3044: 54000a20 b.eq 3188 <__queue_work+0x2c8> // b.none=0A= pwq =3D per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 3048: f879db00 ldr x0, [x24, w25, sxtw #3]=0A= 304c: f94106d3 ldr x19, [x22, #520]=0A= 3050: 8b000273 add x19, x19, x0=0A= last_pool =3D get_work_pool(work);=0A= 3054: aa1c03e0 mov x0, x28=0A= 3058: 97fffa86 bl 1a70 =0A= 305c: aa0003e2 mov x2, x0=0A= if (last_pool && last_pool !=3D pwq->pool) {=0A= 3060: b5fff920 cbnz x0, 2f84 <__queue_work+0xc4>=0A= 3064: f9400262 ldr x2, [x19]=0A= 3068: 17ffffca b 2f90 <__queue_work+0xd0>=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 306c: 90000013 adrp x19, 0 =0A= 3070: 91000273 add x19, x19, #0x0=0A= 3074: 39401e60 ldrb w0, [x19, #7]=0A= 3078: 35fffca0 cbnz w0, 300c <__queue_work+0x14c>=0A= 307c: 94000000 bl 0 =0A= 3080: 72001c1f tst w0, #0xff=0A= 3084: 54fffc41 b.ne 300c <__queue_work+0x14c> // b.any=0A= 3088: 52800023 mov w3, #0x1 // #1=0A= 308c: 90000002 adrp x2, 0 =0A= 3090: 90000000 adrp x0, 0 =0A= 3094: 91000042 add x2, x2, #0x0=0A= 3098: 91000000 add x0, x0, #0x0=0A= 309c: 528051a1 mov w1, #0x28d // #653=0A= 30a0: 39001e63 strb w3, [x19, #7]=0A= 30a4: 94000000 bl 0 =0A= 30a8: 17ffffd9 b 300c <__queue_work+0x14c>=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 30ac: 90000013 adrp x19, 0 =0A= 30b0: 91000273 add x19, x19, #0x0=0A= 30b4: 39401a60 ldrb w0, [x19, #6]=0A= 30b8: 35fff3a0 cbnz w0, 2f2c <__queue_work+0x6c>=0A= 30bc: 94000000 bl 0 =0A= 30c0: 72001c1f tst w0, #0xff=0A= 30c4: 54fff341 b.ne 2f2c <__queue_work+0x6c> // b.any=0A= 30c8: 52800023 mov w3, #0x1 // #1=0A= 30cc: 90000002 adrp x2, 0 =0A= 30d0: 90000000 adrp x0, 0 =0A= 30d4: 91000042 add x2, x2, #0x0=0A= 30d8: 91000000 add x0, x0, #0x0=0A= 30dc: 52804b41 mov w1, #0x25a // #602=0A= 30e0: 39001a63 strb w3, [x19, #6]=0A= 30e4: 94000000 bl 0 =0A= 30e8: 17ffff91 b 2f2c <__queue_work+0x6c>=0A= spin_lock(&last_pool->lock);=0A= 30ec: f90037e0 str x0, [sp, #104]=0A= 30f0: 94000000 bl 0 =0A= hash_for_each_possible(pool->busy_hash, worker, hentry,=0A= 30f4: f94037e2 ldr x2, [sp, #104]=0A= 30f8: d37d1680 ubfiz x0, x20, #3, #6=0A= 30fc: 8b000040 add x0, x2, x0=0A= 3100: f940f800 ldr x0, [x0, #496]=0A= 3104: b5000260 cbnz x0, 3150 <__queue_work+0x290>=0A= spin_unlock(&last_pool->lock);=0A= 3108: aa0203e0 mov x0, x2=0A= 310c: 94000000 bl 0 =0A= spin_lock(&pwq->pool->lock);=0A= 3110: f9400260 ldr x0, [x19]=0A= 3114: 94000000 bl 0 =0A= if (unlikely(!pwq->refcnt)) {=0A= 3118: b9401a60 ldr w0, [x19, #24]=0A= 311c: 35fff420 cbnz w0, 2fa0 <__queue_work+0xe0>=0A= if (wq->flags & WQ_UNBOUND) {=0A= 3120: b94202c0 ldr w0, [x22, #512]=0A= 3124: 36080d80 tbz w0, #1, 32d4 <__queue_work+0x414>=0A= spin_unlock(&pwq->pool->lock);=0A= 3128: f9400260 ldr x0, [x19]=0A= 312c: 94000000 bl 0 =0A= =0A= unsigned long get_wchan(struct task_struct *p);=0A= =0A= static inline void cpu_relax(void)=0A= {=0A= asm volatile("yield" ::: "memory");=0A= 3130: d503203f yield=0A= goto retry;=0A= 3134: 17ffff89 b 2f58 <__queue_work+0x98>=0A= if (worker->current_work =3D=3D work &&=0A= 3138: f9400c03 ldr x3, [x0, #24]=0A= 313c: f9400f81 ldr x1, [x28, #24]=0A= 3140: eb01007f cmp x3, x1=0A= 3144: 540000e0 b.eq 3160 <__queue_work+0x2a0> // b.none=0A= hash_for_each_possible(pool->busy_hash, worker, hentry,=0A= 3148: f9400000 ldr x0, [x0]=0A= 314c: b4fffde0 cbz x0, 3108 <__queue_work+0x248>=0A= if (worker->current_work =3D=3D work &&=0A= 3150: f9400801 ldr x1, [x0, #16]=0A= 3154: eb01039f cmp x28, x1=0A= 3158: 54ffff81 b.ne 3148 <__queue_work+0x288> // b.any=0A= 315c: 17fffff7 b 3138 <__queue_work+0x278>=0A= if (worker && worker->current_pwq->wq =3D=3D wq) {=0A= 3160: f9401000 ldr x0, [x0, #32]=0A= 3164: f9400401 ldr x1, [x0, #8]=0A= 3168: eb16003f cmp x1, x22=0A= 316c: 54fffce1 b.ne 3108 <__queue_work+0x248> // b.any=0A= pwq =3D worker->current_pwq;=0A= 3170: aa0003f3 mov x19, x0=0A= 3174: 17ffff89 b 2f98 <__queue_work+0xd8>=0A= pwq->pool->watchdog_ts =3D jiffies;=0A= 3178: 90000000 adrp x0, 0 =0A= 317c: f9400000 ldr x0, [x0]=0A= 3180: f9008020 str x0, [x1, #256]=0A= 3184: 17ffff9b b 2ff0 <__queue_work+0x130>=0A= cpu =3D raw_smp_processor_id();=0A= 3188: 90000000 adrp x0, 0 =0A= 318c: 91000000 add x0, x0, #0x0=0A= =0A= /*=0A= * We want to allow caching the value, so avoid using volatile and=0A= * instead use a fake stack read to hazard against barrier().=0A= */=0A= asm(ALTERNATIVE("mrs %0, tpidr_el1",=0A= 3190: d538d081 mrs x1, tpidr_el1=0A= 3194: b8616819 ldr w25, [x0, x1]=0A= pwq =3D per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 3198: f94106d3 ldr x19, [x22, #520]=0A= 319c: f879db00 ldr x0, [x24, w25, sxtw #3]=0A= 31a0: 8b000273 add x19, x19, x0=0A= 31a4: 17ffffac b 3054 <__queue_work+0x194>=0A= if (likely(!wq_debug_force_rr_cpu)) {=0A= 31a8: 3949a2e1 ldrb w1, [x23, #616]=0A= cpu =3D wq_select_unbound_cpu(raw_smp_processor_id());=0A= 31ac: 90000000 adrp x0, 0 =0A= 31b0: d538d082 mrs x2, tpidr_el1=0A= 31b4: 91000000 add x0, x0, #0x0=0A= 31b8: b8606859 ldr w25, [x2, x0]=0A= if (likely(!wq_debug_force_rr_cpu)) {=0A= 31bc: 350007c1 cbnz w1, 32b4 <__queue_work+0x3f4>=0A= return 1UL & (addr[BIT_WORD(nr)] >> (nr & (BITS_PER_LONG-1)));=0A= 31c0: 7100033f cmp w25, #0x0=0A= 31c4: 1100ff20 add w0, w25, #0x3f=0A= 31c8: 1a99b000 csel w0, w0, w25, lt // lt =3D tstop=0A= 31cc: 13067c00 asr w0, w0, #6=0A= 31d0: 93407c00 sxtw x0, w0=0A= 31d4: f8607b60 ldr x0, [x27, x0, lsl #3]=0A= 31d8: 9ad92400 lsr x0, x0, x25=0A= if (cpumask_test_cpu(cpu, wq_unbound_cpumask))=0A= 31dc: 3707ec60 tbnz w0, #0, 2f68 <__queue_work+0xa8>=0A= if (cpumask_empty(wq_unbound_cpumask))=0A= 31e0: f9402ae0 ldr x0, [x23, #80]=0A= 31e4: b4ffec20 cbz x0, 2f68 <__queue_work+0xa8>=0A= new_cpu =3D __this_cpu_read(wq_rr_cpu_last);=0A= 31e8: 90000000 adrp x0, 0 =0A= 31ec: 91000000 add x0, x0, #0x0=0A= 31f0: 94000000 bl 0 <__this_cpu_preempt_check>=0A= 31f4: 90000000 adrp x0, 0 =0A= 31f8: 91000013 add x19, x0, #0x0=0A= 31fc: d538d081 mrs x1, tpidr_el1=0A= 3200: aa1303e0 mov x0, x19=0A= new_cpu =3D cpumask_next_and(new_cpu, wq_unbound_cpumask, = cpu_online_mask);=0A= 3204: 90000003 adrp x3, 0 <__cpu_online_mask>=0A= 3208: b8616800 ldr w0, [x0, x1]=0A= 320c: 91000063 add x3, x3, #0x0=0A= 3210: aa0303e2 mov x2, x3=0A= 3214: aa1b03e1 mov x1, x27=0A= 3218: 94000000 bl 0 =0A= 321c: 2a0003e1 mov w1, w0=0A= if (unlikely(new_cpu >=3D nr_cpu_ids)) {=0A= 3220: 90000004 adrp x4, 0 =0A= 3224: b9400080 ldr w0, [x4]=0A= 3228: 6b00003f cmp w1, w0=0A= 322c: 90000000 adrp x0, 0 <__cpu_online_mask>=0A= 3230: 91000003 add x3, x0, #0x0=0A= 3234: 540006a2 b.cs 3308 <__queue_work+0x448> // b.hs, b.nlast=0A= return new_cpu;=0A= 3238: 2a0103f9 mov w25, w1=0A= __this_cpu_write(wq_rr_cpu_last, new_cpu);=0A= 323c: 90000000 adrp x0, 0 =0A= 3240: 91000000 add x0, x0, #0x0=0A= return new_cpu;=0A= 3244: b9006be1 str w1, [sp, #104]=0A= __this_cpu_write(wq_rr_cpu_last, new_cpu);=0A= 3248: 94000000 bl 0 <__this_cpu_preempt_check>=0A= 324c: b9406be1 ldr w1, [sp, #104]=0A= 3250: aa1303e0 mov x0, x19=0A= 3254: d538d082 mrs x2, tpidr_el1=0A= 3258: b8226801 str w1, [x0, x2]=0A= return new_cpu;=0A= 325c: 17ffff43 b 2f68 <__queue_work+0xa8>=0A= 3260: d5384100 mrs x0, sp_el0=0A= 3264: b9401001 ldr w1, [x0, #16]=0A= if (in_task() && (current->flags & PF_WQ_WORKER))=0A= 3268: 12183021 and w1, w1, #0x1fff00=0A= 326c: 12106021 and w1, w1, #0xffff01ff=0A= 3270: 35000061 cbnz w1, 327c <__queue_work+0x3bc>=0A= 3274: b9403401 ldr w1, [x0, #52]=0A= 3278: 37280101 tbnz w1, #5, 3298 <__queue_work+0x3d8>=0A= WARN_ON_ONCE(!is_chained_work(wq)))=0A= 327c: d4210000 brk #0x800=0A= 3280: 17ffff6b b 302c <__queue_work+0x16c>=0A= if (WARN_ON(!list_empty(&work->entry)))=0A= 3284: d4210000 brk #0x800=0A= 3288: 17ffff5d b 2ffc <__queue_work+0x13c>=0A= work_flags |=3D WORK_STRUCT_DELAYED;=0A= 328c: 321f0063 orr w3, w3, #0x2=0A= worklist =3D &pwq->delayed_works;=0A= 3290: 91018262 add x2, x19, #0x60=0A= 3294: 17ffff57 b 2ff0 <__queue_work+0x130>=0A= return kthread_data(current);=0A= 3298: 94000000 bl 0 =0A= return worker && worker->current_pwq->wq =3D=3D wq;=0A= 329c: b4ffff00 cbz x0, 327c <__queue_work+0x3bc>=0A= 32a0: f9401000 ldr x0, [x0, #32]=0A= 32a4: f9400400 ldr x0, [x0, #8]=0A= 32a8: eb0002df cmp x22, x0=0A= 32ac: 54fffe81 b.ne 327c <__queue_work+0x3bc> // b.any=0A= 32b0: 17ffff0f b 2eec <__queue_work+0x2c>=0A= } else if (!printed_dbg_warning) {=0A= 32b4: 3949a6e0 ldrb w0, [x23, #617]=0A= 32b8: 35fff940 cbnz w0, 31e0 <__queue_work+0x320>=0A= pr_warn("workqueue: round-robin CPU selection forced, expect = performance impact\n");=0A= 32bc: 90000000 adrp x0, 0 =0A= 32c0: 91000000 add x0, x0, #0x0=0A= 32c4: 94000000 bl 0 =0A= printed_dbg_warning =3D true;=0A= 32c8: 52800020 mov w0, #0x1 // #1=0A= 32cc: 3909a6e0 strb w0, [x23, #617]=0A= 32d0: 17ffffc4 b 31e0 <__queue_work+0x320>=0A= WARN_ONCE(true, "workqueue: per-cpu pwq for %s on cpu%d has 0 refcnt",=0A= 32d4: 90000003 adrp x3, 0 =0A= 32d8: 91000063 add x3, x3, #0x0=0A= 32dc: 39402460 ldrb w0, [x3, #9]=0A= 32e0: 35ffe600 cbnz w0, 2fa0 <__queue_work+0xe0>=0A= 32e4: 52800024 mov w4, #0x1 // #1=0A= 32e8: 2a1903e2 mov w2, w25=0A= 32ec: 9106a2c1 add x1, x22, #0x1a8=0A= 32f0: 90000000 adrp x0, 0 =0A= 32f4: 91000000 add x0, x0, #0x0=0A= 32f8: 39002464 strb w4, [x3, #9]=0A= 32fc: 94000000 bl 0 =0A= 3300: d4210000 brk #0x800=0A= 3304: 17ffff27 b 2fa0 <__queue_work+0xe0>=0A= new_cpu =3D cpumask_first_and(wq_unbound_cpumask, cpu_online_mask);=0A= 3308: aa1b03e1 mov x1, x27=0A= 330c: aa0303e2 mov x2, x3=0A= 3310: 12800000 mov w0, #0xffffffff // #-1=0A= 3314: 94000000 bl 0 =0A= if (unlikely(new_cpu >=3D nr_cpu_ids))=0A= 3318: 90000004 adrp x4, 0 =0A= new_cpu =3D cpumask_first_and(wq_unbound_cpumask, cpu_online_mask);=0A= 331c: 2a0003e1 mov w1, w0=0A= if (unlikely(new_cpu >=3D nr_cpu_ids))=0A= 3320: b9400080 ldr w0, [x4]=0A= 3324: 6b00003f cmp w1, w0=0A= 3328: 54fff883 b.cc 3238 <__queue_work+0x378> // b.lo, b.ul, b.last=0A= 332c: 17ffff0f b 2f68 <__queue_work+0xa8>=0A= =0A= 0000000000003330 :=0A= {=0A= 3330: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 3334: 910003fd mov x29, sp=0A= 3338: a9025bf5 stp x21, x22, [sp, #32]=0A= local_lock_irqsave(pendingb_lock,flags);=0A= 333c: 90000015 adrp x21, 0 <__per_cpu_offset>=0A= 3340: 910002b5 add x21, x21, #0x0=0A= {=0A= 3344: aa0203f6 mov x22, x2=0A= 3348: a90153f3 stp x19, x20, [sp, #16]=0A= local_lock_irqsave(pendingb_lock,flags);=0A= 334c: 90000013 adrp x19, 0 =0A= {=0A= 3350: a90363f7 stp x23, x24, [sp, #48]=0A= 3354: aa0103f8 mov x24, x1=0A= 3358: 2a0003f7 mov w23, w0=0A= local_lock_irqsave(pendingb_lock,flags);=0A= 335c: 94000000 bl 0 =0A= 3360: 91000273 add x19, x19, #0x0=0A= 3364: 94000000 bl 0 =0A= 3368: 91002274 add x20, x19, #0x8=0A= 336c: f8605aa0 ldr x0, [x21, w0, uxtw #3]=0A= 3370: d5384101 mrs x1, sp_el0=0A= 3374: 8b000294 add x20, x20, x0=0A= __local_unlock_irq(&per_cpu(lvar, cpu)); \=0A= } while (0)=0A= =0A= static inline int __local_lock_irqsave(struct local_irq_lock *lv)=0A= {=0A= if (lv->owner !=3D current) {=0A= 3378: f9407a80 ldr x0, [x20, #240]=0A= 337c: eb01001f cmp x0, x1=0A= 3380: 540005a0 b.eq 3434 // b.none=0A= spin_lock_irqsave(&lv->lock, lv->flags);=0A= 3384: f900829f str xzr, [x20, #256]=0A= 3388: aa1403e0 mov x0, x20=0A= 338c: 94000000 bl 0 =0A= LL_WARN(lv->owner);=0A= 3390: f9407a80 ldr x0, [x20, #240]=0A= 3394: b5000880 cbnz x0, 34a4 =0A= LL_WARN(lv->nestcnt);=0A= 3398: b940fa80 ldr w0, [x20, #248]=0A= 339c: 35000800 cbnz w0, 349c =0A= 33a0: d5384101 mrs x1, sp_el0=0A= lv->nestcnt =3D 1;=0A= 33a4: 52800020 mov w0, #0x1 // #1=0A= lv->owner =3D current;=0A= 33a8: f9007a81 str x1, [x20, #240]=0A= lv->nestcnt =3D 1;=0A= 33ac: b900fa80 str w0, [x20, #248]=0A= 33b0: 90000000 adrp x0, 0 =0A= 33b4: 91000000 add x0, x0, #0x0=0A= bool ret =3D false;=0A= 33b8: 52800014 mov w20, #0x0 // #0=0A= local_lock_irqsave(pendingb_lock,flags);=0A= 33bc: 94000000 bl 0 <__this_cpu_preempt_check>=0A= if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {=0A= 33c0: aa1603e1 mov x1, x22=0A= 33c4: 52800000 mov w0, #0x0 // #0=0A= 33c8: 94000000 bl 0 =0A= 33cc: 340004c0 cbz w0, 3464 =0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 33d0: 91002261 add x1, x19, #0x8=0A= 33d4: aa0103f3 mov x19, x1=0A= 33d8: 94000000 bl 0 =0A= 33dc: f8605aa1 ldr x1, [x21, w0, uxtw #3]=0A= 33e0: 8b010261 add x1, x19, x1=0A= } while (0)=0A= =0A= static inline int __local_unlock_irqrestore(struct local_irq_lock *lv,=0A= unsigned long flags)=0A= {=0A= LL_WARN(!lv->nestcnt);=0A= 33e4: b940f820 ldr w0, [x1, #248]=0A= 33e8: 34000560 cbz w0, 3494 =0A= LL_WARN(lv->owner !=3D current);=0A= 33ec: f9407822 ldr x2, [x1, #240]=0A= 33f0: d5384100 mrs x0, sp_el0=0A= 33f4: eb00005f cmp x2, x0=0A= 33f8: 540005a1 b.ne 34ac // b.any=0A= if (--lv->nestcnt)=0A= 33fc: b940f820 ldr w0, [x1, #248]=0A= 3400: 51000400 sub w0, w0, #0x1=0A= 3404: b900f820 str w0, [x1, #248]=0A= 3408: 350000a0 cbnz w0, 341c =0A= return 0;=0A= =0A= lv->owner =3D NULL;=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 340c: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 3410: f900783f str xzr, [x1, #240]=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 3414: 94000000 bl 0 =0A= 3418: 94000000 bl 0 =0A= }=0A= 341c: 2a1403e0 mov w0, w20=0A= 3420: a94153f3 ldp x19, x20, [sp, #16]=0A= 3424: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3428: a94363f7 ldp x23, x24, [sp, #48]=0A= 342c: a8c47bfd ldp x29, x30, [sp], #64=0A= 3430: d65f03c0 ret=0A= lv->nestcnt++;=0A= 3434: b940fa80 ldr w0, [x20, #248]=0A= 3438: 11000400 add w0, w0, #0x1=0A= 343c: b900fa80 str w0, [x20, #248]=0A= bool ret =3D false;=0A= 3440: 52800014 mov w20, #0x0 // #0=0A= local_lock_irqsave(pendingb_lock,flags);=0A= 3444: 94000000 bl 0 =0A= 3448: 90000000 adrp x0, 0 =0A= 344c: 91000000 add x0, x0, #0x0=0A= 3450: 94000000 bl 0 <__this_cpu_preempt_check>=0A= if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {=0A= 3454: aa1603e1 mov x1, x22=0A= 3458: 52800000 mov w0, #0x0 // #0=0A= 345c: 94000000 bl 0 =0A= 3460: 35fffb80 cbnz w0, 33d0 =0A= __queue_work(cpu, wq, work);=0A= 3464: aa1603e2 mov x2, x22=0A= 3468: aa1803e1 mov x1, x24=0A= 346c: 2a1703e0 mov w0, w23=0A= 3470: 97fffe94 bl 2ec0 <__queue_work>=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 3474: 91002261 add x1, x19, #0x8=0A= ret =3D true;=0A= 3478: 52800034 mov w20, #0x1 // #1=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 347c: aa0103f3 mov x19, x1=0A= 3480: 94000000 bl 0 =0A= 3484: f8605aa1 ldr x1, [x21, w0, uxtw #3]=0A= 3488: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 348c: b940f820 ldr w0, [x1, #248]=0A= 3490: 35fffae0 cbnz w0, 33ec =0A= 3494: d4210000 brk #0x800=0A= 3498: 17ffffd5 b 33ec =0A= LL_WARN(lv->nestcnt);=0A= 349c: d4210000 brk #0x800=0A= 34a0: 17ffffc0 b 33a0 =0A= LL_WARN(lv->owner);=0A= 34a4: d4210000 brk #0x800=0A= 34a8: 17ffffbc b 3398 =0A= LL_WARN(lv->owner !=3D current);=0A= 34ac: d4210000 brk #0x800=0A= 34b0: 17ffffd3 b 33fc =0A= 34b4: d503201f nop=0A= =0A= 00000000000034b8 :=0A= {=0A= 34b8: a9be7bfd stp x29, x30, [sp, #-32]!=0A= lockdep_assert_held(&pwq->pool->lock);=0A= 34bc: 90000001 adrp x1, 0 =0A= {=0A= 34c0: 910003fd mov x29, sp=0A= 34c4: f9000bf3 str x19, [sp, #16]=0A= 34c8: aa0003f3 mov x19, x0=0A= lockdep_assert_held(&pwq->pool->lock);=0A= 34cc: b9400020 ldr w0, [x1]=0A= 34d0: 35000100 cbnz w0, 34f0 =0A= if (likely(--pwq->refcnt))=0A= 34d4: b9401a60 ldr w0, [x19, #24]=0A= 34d8: 51000400 sub w0, w0, #0x1=0A= 34dc: b9001a60 str w0, [x19, #24]=0A= 34e0: 340001c0 cbz w0, 3518 =0A= }=0A= 34e4: f9400bf3 ldr x19, [sp, #16]=0A= 34e8: a8c27bfd ldp x29, x30, [sp], #32=0A= 34ec: d65f03c0 ret=0A= lockdep_assert_held(&pwq->pool->lock);=0A= 34f0: f9400260 ldr x0, [x19]=0A= 34f4: 12800001 mov w1, #0xffffffff // #-1=0A= 34f8: 91030000 add x0, x0, #0xc0=0A= 34fc: 94000000 bl 0 =0A= 3500: 35fffea0 cbnz w0, 34d4 =0A= 3504: d4210000 brk #0x800=0A= if (likely(--pwq->refcnt))=0A= 3508: b9401a60 ldr w0, [x19, #24]=0A= 350c: 51000400 sub w0, w0, #0x1=0A= 3510: b9001a60 str w0, [x19, #24]=0A= 3514: 35fffe80 cbnz w0, 34e4 =0A= if (WARN_ON_ONCE(!(pwq->wq->flags & WQ_UNBOUND)))=0A= 3518: f9400660 ldr x0, [x19, #8]=0A= 351c: b9420000 ldr w0, [x0, #512]=0A= 3520: 360800e0 tbz w0, #1, 353c =0A= * queued and leaves it in the same position on the kernel-global=0A= * workqueue otherwise.=0A= */=0A= static inline bool schedule_work(struct work_struct *work)=0A= {=0A= return queue_work(system_wq, work);=0A= 3524: 90000001 adrp x1, 0 =0A= return queue_work_on(WORK_CPU_UNBOUND, wq, work);=0A= 3528: 91024262 add x2, x19, #0x90=0A= 352c: 52800800 mov w0, #0x40 // #64=0A= 3530: f9400021 ldr x1, [x1]=0A= 3534: 94000000 bl 3330 =0A= 3538: 17ffffeb b 34e4 =0A= 353c: d4210000 brk #0x800=0A= 3540: 17ffffe9 b 34e4 =0A= 3544: d503201f nop=0A= =0A= 0000000000003548 :=0A= static void put_pwq_unlocked(struct pool_workqueue *pwq)=0A= 3548: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 354c: 910003fd mov x29, sp=0A= 3550: a90153f3 stp x19, x20, [sp, #16]=0A= 3554: a9025bf5 stp x21, x22, [sp, #32]=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 3558: 90000015 adrp x21, 0 =0A= 355c: 910002b5 add x21, x21, #0x0=0A= 3560: f9001bf7 str x23, [sp, #48]=0A= 3564: aa0003f7 mov x23, x0=0A= __rcu_read_lock();=0A= 3568: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 356c: aa1503e0 mov x0, x21=0A= 3570: 90000006 adrp x6, 0 =0A= 3574: 910000c6 add x6, x6, #0x0=0A= 3578: d2800005 mov x5, #0x0 // #0=0A= 357c: 52800004 mov w4, #0x0 // #0=0A= 3580: 52800043 mov w3, #0x2 // #2=0A= 3584: 52800002 mov w2, #0x0 // #0=0A= 3588: 52800001 mov w1, #0x0 // #0=0A= 358c: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 3590: 94000000 bl 0 =0A= 3594: 340000a0 cbz w0, 35a8 =0A= 3598: 90000013 adrp x19, 0 =0A= 359c: 91000273 add x19, x19, #0x0=0A= 35a0: 39401a60 ldrb w0, [x19, #6]=0A= 35a4: 34000900 cbz w0, 36c4 =0A= local_spin_lock_irq(pendingb_lock, &pwq->pool->lock);=0A= 35a8: 90000016 adrp x22, 0 <__per_cpu_offset>=0A= 35ac: 910002d6 add x22, x22, #0x0=0A= 35b0: 94000000 bl 0 =0A= 35b4: 90000013 adrp x19, 0 =0A= 35b8: 94000000 bl 0 =0A= 35bc: 91000273 add x19, x19, #0x0=0A= 35c0: f8605ac0 ldr x0, [x22, w0, uxtw #3]=0A= 35c4: 91002274 add x20, x19, #0x8=0A= 35c8: 8b000294 add x20, x20, x0=0A= spin_lock_irqsave(&lv->lock, lv->flags);=0A= 35cc: aa1403e0 mov x0, x20=0A= 35d0: f900829f str xzr, [x20, #256]=0A= 35d4: 94000000 bl 0 =0A= LL_WARN(lv->owner);=0A= 35d8: f9407a80 ldr x0, [x20, #240]=0A= 35dc: b5000980 cbnz x0, 370c =0A= LL_WARN(lv->nestcnt);=0A= 35e0: b940fa80 ldr w0, [x20, #248]=0A= 35e4: 35000880 cbnz w0, 36f4 =0A= 35e8: d5384101 mrs x1, sp_el0=0A= lv->nestcnt =3D 1;=0A= 35ec: 52800020 mov w0, #0x1 // #1=0A= lv->owner =3D current;=0A= 35f0: f9007a81 str x1, [x20, #240]=0A= lv->nestcnt =3D 1;=0A= 35f4: b900fa80 str w0, [x20, #248]=0A= 35f8: f94002e0 ldr x0, [x23]=0A= 35fc: 94000000 bl 0 =0A= put_pwq(pwq);=0A= 3600: aa1703e0 mov x0, x23=0A= 3604: 97ffffad bl 34b8 =0A= local_spin_unlock_irq(pendingb_lock, &pwq->pool->lock);=0A= 3608: f94002e0 ldr x0, [x23]=0A= 360c: 94000000 bl 0 =0A= 3610: 91002261 add x1, x19, #0x8=0A= 3614: aa0103f3 mov x19, x1=0A= 3618: 94000000 bl 0 =0A= 361c: f8605ac1 ldr x1, [x22, w0, uxtw #3]=0A= 3620: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 3624: b940f820 ldr w0, [x1, #248]=0A= 3628: 340006e0 cbz w0, 3704 =0A= LL_WARN(lv->owner !=3D current);=0A= 362c: f9407822 ldr x2, [x1, #240]=0A= 3630: d5384100 mrs x0, sp_el0=0A= 3634: eb00005f cmp x2, x0=0A= 3638: 54000621 b.ne 36fc // b.any=0A= spin_unlock_irq(&lv->lock);=0A= 363c: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 3640: f900783f str xzr, [x1, #240]=0A= lv->nestcnt =3D 0;=0A= 3644: b900f83f str wzr, [x1, #248]=0A= spin_unlock_irq(&lv->lock);=0A= 3648: 94000000 bl 0 =0A= 364c: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 3650: 94000000 bl 0 =0A= 3654: 340000a0 cbz w0, 3668 =0A= 3658: 90000013 adrp x19, 0 =0A= 365c: 91000273 add x19, x19, #0x0=0A= 3660: 39401e60 ldrb w0, [x19, #7]=0A= 3664: 34000180 cbz w0, 3694 =0A= __rcu_read_unlock();=0A= 3668: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 366c: aa1503e0 mov x0, x21=0A= 3670: 52800021 mov w1, #0x1 // #1=0A= 3674: 90000002 adrp x2, 0 =0A= 3678: 91000042 add x2, x2, #0x0=0A= 367c: 94000000 bl 0 =0A= }=0A= 3680: a94153f3 ldp x19, x20, [sp, #16]=0A= 3684: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3688: f9401bf7 ldr x23, [sp, #48]=0A= 368c: a8c47bfd ldp x29, x30, [sp], #64=0A= 3690: d65f03c0 ret=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 3694: 94000000 bl 0 =0A= 3698: 72001c1f tst w0, #0xff=0A= 369c: 54fffe61 b.ne 3668 // b.any=0A= 36a0: 52800023 mov w3, #0x1 // #1=0A= 36a4: 90000002 adrp x2, 0 =0A= 36a8: 90000000 adrp x0, 0 =0A= 36ac: 91000042 add x2, x2, #0x0=0A= 36b0: 91000000 add x0, x0, #0x0=0A= 36b4: 528051a1 mov w1, #0x28d // #653=0A= 36b8: 39001e63 strb w3, [x19, #7]=0A= 36bc: 94000000 bl 0 =0A= 36c0: 17ffffea b 3668 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 36c4: 94000000 bl 0 =0A= 36c8: 72001c1f tst w0, #0xff=0A= 36cc: 54fff6e1 b.ne 35a8 // b.any=0A= 36d0: 52800023 mov w3, #0x1 // #1=0A= 36d4: 90000002 adrp x2, 0 =0A= 36d8: 90000000 adrp x0, 0 =0A= 36dc: 91000042 add x2, x2, #0x0=0A= 36e0: 91000000 add x0, x0, #0x0=0A= 36e4: 52804b41 mov w1, #0x25a // #602=0A= 36e8: 39001a63 strb w3, [x19, #6]=0A= 36ec: 94000000 bl 0 =0A= 36f0: 17ffffae b 35a8 =0A= LL_WARN(lv->nestcnt);=0A= 36f4: d4210000 brk #0x800=0A= 36f8: 17ffffbc b 35e8 =0A= LL_WARN(lv->owner !=3D current);=0A= 36fc: d4210000 brk #0x800=0A= 3700: 17ffffcf b 363c =0A= LL_WARN(!lv->nestcnt);=0A= 3704: d4210000 brk #0x800=0A= 3708: 17ffffc9 b 362c =0A= LL_WARN(lv->owner);=0A= 370c: d4210000 brk #0x800=0A= 3710: 17ffffb4 b 35e0 =0A= 3714: d503201f nop=0A= =0A= 0000000000003718 :=0A= if (ctx) {=0A= 3718: b4000260 cbz x0, 3764 =0A= {=0A= 371c: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 3720: 910003fd mov x29, sp=0A= 3724: f9000bf3 str x19, [sp, #16]=0A= 3728: aa0003f3 mov x19, x0=0A= put_pwq_unlocked(ctx->pwq_tbl[node]);=0A= 372c: f9401400 ldr x0, [x0, #40]=0A= if (pwq) {=0A= 3730: b4000040 cbz x0, 3738 =0A= 3734: 97ffff85 bl 3548 =0A= put_pwq_unlocked(ctx->dfl_pwq);=0A= 3738: f9401260 ldr x0, [x19, #32]=0A= if (pwq) {=0A= 373c: b4000040 cbz x0, 3744 =0A= 3740: 97ffff82 bl 3548 =0A= free_workqueue_attrs(ctx->attrs);=0A= 3744: f9400660 ldr x0, [x19, #8]=0A= if (attrs) {=0A= 3748: b4000040 cbz x0, 3750 =0A= kfree(attrs);=0A= 374c: 94000000 bl 0 =0A= kfree(ctx);=0A= 3750: aa1303e0 mov x0, x19=0A= 3754: 94000000 bl 0 =0A= }=0A= 3758: f9400bf3 ldr x19, [sp, #16]=0A= 375c: a8c27bfd ldp x29, x30, [sp], #32=0A= 3760: d65f03c0 ret=0A= 3764: d65f03c0 ret=0A= =0A= 0000000000003768 :=0A= {=0A= 3768: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 376c: 90000002 adrp x2, 0 =0A= {=0A= 3770: 910003fd mov x29, sp=0A= 3774: a90363f7 stp x23, x24, [sp, #48]=0A= 3778: aa0003f8 mov x24, x0=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 377c: b9400040 ldr w0, [x2]=0A= {=0A= 3780: a90153f3 stp x19, x20, [sp, #16]=0A= 3784: a9025bf5 stp x21, x22, [sp, #32]=0A= 3788: aa0103f6 mov x22, x1=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 378c: 35000b80 cbnz w0, 38fc =0A= return kmem_cache_alloc_trace(=0A= 3790: 90000015 adrp x21, 0 =0A= 3794: 910002b5 add x21, x21, #0x0=0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 3798: 52901801 mov w1, #0x80c0 // #32960=0A= 379c: 72a02801 movk w1, #0x140, lsl #16=0A= 37a0: f9401ea0 ldr x0, [x21, #56]=0A= 37a4: 94000000 bl 0 =0A= 37a8: aa0003f4 mov x20, x0=0A= 37ac: f9401ea0 ldr x0, [x21, #56]=0A= 37b0: 52901801 mov w1, #0x80c0 // #32960=0A= 37b4: 72a02801 movk w1, #0x140, lsl #16=0A= 37b8: 94000000 bl 0 =0A= 37bc: aa0003f3 mov x19, x0=0A= 37c0: f9401ea0 ldr x0, [x21, #56]=0A= if (!attrs)=0A= 37c4: b4000ad3 cbz x19, 391c =0A= 37c8: 90000017 adrp x23, 0 <__cpu_possible_mask>=0A= 37cc: 52901801 mov w1, #0x80c0 // #32960=0A= 37d0: 72a02801 movk w1, #0x140, lsl #16=0A= 37d4: f94002e2 ldr x2, [x23]=0A= 37d8: f9000662 str x2, [x19, #8]=0A= 37dc: 94000000 bl 0 =0A= 37e0: aa0003f5 mov x21, x0=0A= 37e4: b4000760 cbz x0, 38d0 =0A= 37e8: f94002e0 ldr x0, [x23]=0A= 37ec: f90006a0 str x0, [x21, #8]=0A= if (!ctx || !new_attrs || !tmp_attrs)=0A= 37f0: b40006d4 cbz x20, 38c8 =0A= return (*dst =3D *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) !=3D 0;=0A= 37f4: 90000000 adrp x0, 0 =0A= to->no_numa =3D from->no_numa;=0A= 37f8: 394042c4 ldrb w4, [x22, #16]=0A= *dst =3D *src;=0A= 37fc: f94006c2 ldr x2, [x22, #8]=0A= 3800: 390042a4 strb w4, [x21, #16]=0A= return (*dst =3D *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) !=3D 0;=0A= 3804: f9400003 ldr x3, [x0]=0A= ctx->dfl_pwq =3D alloc_unbound_pwq(wq, new_attrs);=0A= 3808: aa1303e1 mov x1, x19=0A= to->nice =3D from->nice;=0A= 380c: b94002c5 ldr w5, [x22]=0A= ctx->dfl_pwq =3D alloc_unbound_pwq(wq, new_attrs);=0A= 3810: aa1803e0 mov x0, x24=0A= 3814: ea020062 ands x2, x3, x2=0A= to->nice =3D from->nice;=0A= 3818: b90002a5 str w5, [x21]=0A= 381c: 9a831042 csel x2, x2, x3, ne // ne =3D any=0A= *dst =3D *src;=0A= 3820: f90006a2 str x2, [x21, #8]=0A= 3824: b9000265 str w5, [x19]=0A= ctx->dfl_pwq =3D alloc_unbound_pwq(wq, new_attrs);=0A= 3828: f9000662 str x2, [x19, #8]=0A= to->no_numa =3D from->no_numa;=0A= 382c: 39004264 strb w4, [x19, #16]=0A= ctx->dfl_pwq =3D alloc_unbound_pwq(wq, new_attrs);=0A= 3830: 97fffc20 bl 28b0 =0A= 3834: f9001280 str x0, [x20, #32]=0A= if (!ctx->dfl_pwq)=0A= 3838: b4000480 cbz x0, 38c8 =0A= if (wq_calc_node_cpumask(new_attrs, node, -1, tmp_attrs->cpumask)) {=0A= 383c: 910022a2 add x2, x21, #0x8=0A= 3840: 12800001 mov w1, #0xffffffff // #-1=0A= 3844: aa1303e0 mov x0, x19=0A= 3848: 97fffcda bl 2bb0 =0A= 384c: 72001c1f tst w0, #0xff=0A= 3850: 54000301 b.ne 38b0 // b.any=0A= ctx->dfl_pwq->refcnt++;=0A= 3854: f9401281 ldr x1, [x20, #32]=0A= 3858: b9401820 ldr w0, [x1, #24]=0A= 385c: 11000400 add w0, w0, #0x1=0A= 3860: b9001820 str w0, [x1, #24]=0A= ctx->pwq_tbl[node] =3D ctx->dfl_pwq;=0A= 3864: f9401280 ldr x0, [x20, #32]=0A= 3868: f9001680 str x0, [x20, #40]=0A= return (*dst =3D *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) !=3D 0;=0A= 386c: f94002e1 ldr x1, [x23]=0A= ctx->attrs =3D new_attrs;=0A= 3870: a9004e98 stp x24, x19, [x20]=0A= to->no_numa =3D from->no_numa;=0A= 3874: 394042c2 ldrb w2, [x22, #16]=0A= *dst =3D *src;=0A= 3878: f94006c4 ldr x4, [x22, #8]=0A= kfree(attrs);=0A= 387c: aa1503e0 mov x0, x21=0A= to->nice =3D from->nice;=0A= 3880: b94002c3 ldr w3, [x22]=0A= return (*dst =3D *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) !=3D 0;=0A= 3884: 8a040021 and x1, x1, x4=0A= 3888: b9000263 str w3, [x19]=0A= 388c: f9000661 str x1, [x19, #8]=0A= to->no_numa =3D from->no_numa;=0A= 3890: 39004262 strb w2, [x19, #16]=0A= kfree(attrs);=0A= 3894: 94000000 bl 0 =0A= }=0A= 3898: aa1403e0 mov x0, x20=0A= 389c: a94153f3 ldp x19, x20, [sp, #16]=0A= 38a0: a9425bf5 ldp x21, x22, [sp, #32]=0A= 38a4: a94363f7 ldp x23, x24, [sp, #48]=0A= 38a8: a8c47bfd ldp x29, x30, [sp], #64=0A= 38ac: d65f03c0 ret=0A= ctx->pwq_tbl[node] =3D alloc_unbound_pwq(wq, tmp_attrs);=0A= 38b0: aa1503e1 mov x1, x21=0A= 38b4: aa1803e0 mov x0, x24=0A= 38b8: 97fffbfe bl 28b0 =0A= 38bc: f9001680 str x0, [x20, #40]=0A= if (!ctx->pwq_tbl[node])=0A= 38c0: b5fffd60 cbnz x0, 386c =0A= 38c4: d503201f nop=0A= kfree(attrs);=0A= 38c8: aa1503e0 mov x0, x21=0A= 38cc: 94000000 bl 0 =0A= 38d0: aa1303e0 mov x0, x19=0A= 38d4: 94000000 bl 0 =0A= apply_wqattrs_cleanup(ctx);=0A= 38d8: aa1403e0 mov x0, x20=0A= return NULL;=0A= 38dc: d2800014 mov x20, #0x0 // #0=0A= apply_wqattrs_cleanup(ctx);=0A= 38e0: 97ffff8e bl 3718 =0A= }=0A= 38e4: aa1403e0 mov x0, x20=0A= 38e8: a94153f3 ldp x19, x20, [sp, #16]=0A= 38ec: a9425bf5 ldp x21, x22, [sp, #32]=0A= 38f0: a94363f7 ldp x23, x24, [sp, #48]=0A= 38f4: a8c47bfd ldp x29, x30, [sp], #64=0A= 38f8: d65f03c0 ret=0A= 38fc: 90000000 adrp x0, 0 =0A= 3900: 91000000 add x0, x0, #0x0=0A= 3904: 9102e000 add x0, x0, #0xb8=0A= 3908: 12800001 mov w1, #0xffffffff // #-1=0A= 390c: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 3910: 35fff400 cbnz w0, 3790 =0A= 3914: d4210000 brk #0x800=0A= 3918: 17ffff9e b 3790 =0A= 391c: 52901801 mov w1, #0x80c0 // #32960=0A= 3920: 72a02801 movk w1, #0x140, lsl #16=0A= 3924: 94000000 bl 0 =0A= if (!attrs)=0A= 3928: b4fffd80 cbz x0, 38d8 =0A= *dst =3D *src;=0A= 392c: 90000002 adrp x2, 0 <__cpu_possible_mask>=0A= 3930: f9400042 ldr x2, [x2]=0A= 3934: f9000402 str x2, [x0, #8]=0A= kfree(attrs);=0A= 3938: 94000000 bl 0 =0A= if (attrs) {=0A= 393c: 17ffffe7 b 38d8 =0A= =0A= 0000000000003940 :=0A= {=0A= 3940: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 3944: 910003fd mov x29, sp=0A= if (WARN_ON(!(wq->flags & WQ_UNBOUND)))=0A= 3948: b9420002 ldr w2, [x0, #512]=0A= 394c: 36080242 tbz w2, #1, 3994 =0A= 3950: f9400003 ldr x3, [x0]=0A= if (!list_empty(&wq->pwqs)) {=0A= 3954: eb03001f cmp x0, x3=0A= 3958: 54000260 b.eq 39a4 // = b.none=0A= if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT))=0A= 395c: 379801c2 tbnz w2, #19, 3994 = =0A= 3960: f9000bf3 str x19, [sp, #16]=0A= wq->flags &=3D ~__WQ_ORDERED;=0A= 3964: 120e7842 and w2, w2, #0xfffdffff=0A= 3968: b9020002 str w2, [x0, #512]=0A= ctx =3D apply_wqattrs_prepare(wq, attrs);=0A= 396c: 97ffff7f bl 3768 =0A= 3970: aa0003f3 mov x19, x0=0A= if (!ctx)=0A= 3974: b40001c0 cbz x0, 39ac =0A= apply_wqattrs_commit(ctx);=0A= 3978: 97fffcb4 bl 2c48 =0A= apply_wqattrs_cleanup(ctx);=0A= 397c: aa1303e0 mov x0, x19=0A= 3980: 97ffff66 bl 3718 =0A= return 0;=0A= 3984: f9400bf3 ldr x19, [sp, #16]=0A= 3988: 52800000 mov w0, #0x0 // #0=0A= }=0A= 398c: a8c27bfd ldp x29, x30, [sp], #32=0A= 3990: d65f03c0 ret=0A= if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT))=0A= 3994: d4210000 brk #0x800=0A= return -EINVAL;=0A= 3998: 128002a0 mov w0, #0xffffffea // #-22=0A= }=0A= 399c: a8c27bfd ldp x29, x30, [sp], #32=0A= 39a0: d65f03c0 ret=0A= 39a4: f9000bf3 str x19, [sp, #16]=0A= 39a8: 17fffff1 b 396c =0A= return -ENOMEM;=0A= 39ac: 12800160 mov w0, #0xfffffff4 // #-12=0A= 39b0: f9400bf3 ldr x19, [sp, #16]=0A= 39b4: 17fffff6 b 398c =0A= =0A= 00000000000039b8 :=0A= {=0A= 39b8: d10143ff sub sp, sp, #0x50=0A= 39bc: a9017bfd stp x29, x30, [sp, #16]=0A= 39c0: 910043fd add x29, sp, #0x10=0A= 39c4: a90253f3 stp x19, x20, [sp, #32]=0A= 39c8: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 39cc: 91000273 add x19, x19, #0x0=0A= 39d0: a9035bf5 stp x21, x22, [sp, #48]=0A= mutex_lock(&wq_pool_mutex);=0A= 39d4: 90000014 adrp x20, 0 =0A= 39d8: 91000294 add x20, x20, #0x0=0A= {=0A= 39dc: a90463f7 stp x23, x24, [sp, #64]=0A= 39e0: aa0203f7 mov x23, x2=0A= 39e4: aa0303f8 mov x24, x3=0A= return wq_dev->wq;=0A= 39e8: f85f8016 ldur x22, [x0, #-8]=0A= {=0A= 39ec: f9400260 ldr x0, [x19]=0A= 39f0: f90007e0 str x0, [sp, #8]=0A= 39f4: d2800000 mov x0, #0x0 // #0=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 39f8: 94000000 bl 0 =0A= mutex_lock(&wq_pool_mutex);=0A= 39fc: aa1403e0 mov x0, x20=0A= 3a00: 94000000 bl 0 <_mutex_lock>=0A= attrs =3D wq_sysfs_prep_attrs(wq);=0A= 3a04: aa1603e0 mov x0, x22=0A= 3a08: 97fff3b8 bl 8e8 =0A= if (!attrs)=0A= 3a0c: b4000320 cbz x0, 3a70 =0A= if (sscanf(buf, "%d", &v) =3D=3D 1) {=0A= 3a10: aa0003f5 mov x21, x0=0A= 3a14: 90000001 adrp x1, 0 =0A= 3a18: aa1703e0 mov x0, x23=0A= 3a1c: 910013e2 add x2, sp, #0x4=0A= 3a20: 91000021 add x1, x1, #0x0=0A= 3a24: 94000000 bl 0 =0A= 3a28: 7100041f cmp w0, #0x1=0A= 3a2c: 540002c0 b.eq 3a84 // b.none=0A= mutex_unlock(&wq_pool_mutex);=0A= 3a30: aa1403e0 mov x0, x20=0A= 3a34: 94000000 bl 0 <_mutex_unlock>=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 3a38: 94000000 bl 0 =0A= kfree(attrs);=0A= 3a3c: aa1503e0 mov x0, x21=0A= 3a40: 94000000 bl 0 =0A= 3a44: 928002a0 mov x0, #0xffffffffffffffea // #-22=0A= }=0A= 3a48: f94007e2 ldr x2, [sp, #8]=0A= 3a4c: f9400261 ldr x1, [x19]=0A= 3a50: ca010041 eor x1, x2, x1=0A= 3a54: b50003a1 cbnz x1, 3ac8 =0A= 3a58: a9417bfd ldp x29, x30, [sp, #16]=0A= 3a5c: a94253f3 ldp x19, x20, [sp, #32]=0A= 3a60: a9435bf5 ldp x21, x22, [sp, #48]=0A= 3a64: a94463f7 ldp x23, x24, [sp, #64]=0A= 3a68: 910143ff add sp, sp, #0x50=0A= 3a6c: d65f03c0 ret=0A= mutex_unlock(&wq_pool_mutex);=0A= 3a70: aa1403e0 mov x0, x20=0A= 3a74: 94000000 bl 0 <_mutex_unlock>=0A= 3a78: 94000000 bl 0 =0A= 3a7c: 92800160 mov x0, #0xfffffffffffffff4 // #-12=0A= 3a80: 17fffff2 b 3a48 =0A= attrs->no_numa =3D !v;=0A= 3a84: b94007e2 ldr w2, [sp, #4]=0A= ret =3D apply_workqueue_attrs_locked(wq, attrs);=0A= 3a88: aa1503e1 mov x1, x21=0A= 3a8c: aa1603e0 mov x0, x22=0A= attrs->no_numa =3D !v;=0A= 3a90: 7100005f cmp w2, #0x0=0A= 3a94: 1a9f17e2 cset w2, eq // eq =3D none=0A= 3a98: 390042a2 strb w2, [x21, #16]=0A= ret =3D apply_workqueue_attrs_locked(wq, attrs);=0A= 3a9c: 97ffffa9 bl 3940 =0A= 3aa0: 2a0003f6 mov w22, w0=0A= mutex_unlock(&wq_pool_mutex);=0A= 3aa4: aa1403e0 mov x0, x20=0A= 3aa8: 94000000 bl 0 <_mutex_unlock>=0A= 3aac: 94000000 bl 0 =0A= kfree(attrs);=0A= 3ab0: aa1503e0 mov x0, x21=0A= 3ab4: 94000000 bl 0 =0A= return ret ?: count;=0A= 3ab8: 93407ec0 sxtw x0, w22=0A= 3abc: 710002df cmp w22, #0x0=0A= 3ac0: 9a981000 csel x0, x0, x24, ne // ne =3D any=0A= 3ac4: 17ffffe1 b 3a48 =0A= }=0A= 3ac8: 94000000 bl 0 <__stack_chk_fail>=0A= 3acc: d503201f nop=0A= =0A= 0000000000003ad0 :=0A= {=0A= 3ad0: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 3ad4: 910003fd mov x29, sp=0A= 3ad8: a90153f3 stp x19, x20, [sp, #16]=0A= mutex_lock(&wq_pool_mutex);=0A= 3adc: 90000013 adrp x19, 0 =0A= 3ae0: 91000273 add x19, x19, #0x0=0A= {=0A= 3ae4: a9025bf5 stp x21, x22, [sp, #32]=0A= 3ae8: aa0203f6 mov x22, x2=0A= 3aec: aa0303f5 mov x21, x3=0A= 3af0: f9001bf7 str x23, [sp, #48]=0A= return wq_dev->wq;=0A= 3af4: f85f8017 ldur x23, [x0, #-8]=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 3af8: 94000000 bl 0 =0A= mutex_lock(&wq_pool_mutex);=0A= 3afc: aa1303e0 mov x0, x19=0A= 3b00: 94000000 bl 0 <_mutex_lock>=0A= attrs =3D wq_sysfs_prep_attrs(wq);=0A= 3b04: aa1703e0 mov x0, x23=0A= 3b08: 97fff378 bl 8e8 =0A= if (!attrs)=0A= 3b0c: b40005a0 cbz x0, 3bc0 =0A= *=0A= * Returns -errno, or 0 for success.=0A= */=0A= static inline int cpumask_parse(const char *buf, struct cpumask *dstp)=0A= {=0A= char *nl =3D strchr(buf, '\n');=0A= 3b10: 52800141 mov w1, #0xa // #10=0A= 3b14: aa0003f4 mov x20, x0=0A= 3b18: aa1603e0 mov x0, x22=0A= 3b1c: 94000000 bl 0 =0A= unsigned int len =3D nl ? (unsigned int)(nl - buf) : strlen(buf);=0A= 3b20: 4b160001 sub w1, w0, w22=0A= 3b24: b4000460 cbz x0, 3bb0 =0A= }=0A= =0A= static inline int bitmap_parse(const char *buf, unsigned int buflen,=0A= unsigned long *maskp, int nmaskbits)=0A= {=0A= return __bitmap_parse(buf, buflen, 0, maskp, nmaskbits);=0A= 3b28: aa1603e0 mov x0, x22=0A= 3b2c: 52800804 mov w4, #0x40 // #64=0A= 3b30: 91002283 add x3, x20, #0x8=0A= 3b34: 52800002 mov w2, #0x0 // #0=0A= 3b38: 94000000 bl 0 <__bitmap_parse>=0A= 3b3c: 2a0003f6 mov w22, w0=0A= if (!ret)=0A= 3b40: 34000180 cbz w0, 3b70 =0A= mutex_unlock(&wq_pool_mutex);=0A= 3b44: aa1303e0 mov x0, x19=0A= 3b48: 94000000 bl 0 <_mutex_unlock>=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 3b4c: 94000000 bl 0 =0A= kfree(attrs);=0A= 3b50: aa1403e0 mov x0, x20=0A= 3b54: 94000000 bl 0 =0A= return ret ?: count;=0A= 3b58: 93407ec0 sxtw x0, w22=0A= }=0A= 3b5c: a94153f3 ldp x19, x20, [sp, #16]=0A= 3b60: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3b64: f9401bf7 ldr x23, [sp, #48]=0A= 3b68: a8c47bfd ldp x29, x30, [sp], #64=0A= 3b6c: d65f03c0 ret=0A= ret =3D apply_workqueue_attrs_locked(wq, attrs);=0A= 3b70: aa1403e1 mov x1, x20=0A= 3b74: aa1703e0 mov x0, x23=0A= 3b78: 97ffff72 bl 3940 =0A= 3b7c: 2a0003f6 mov w22, w0=0A= mutex_unlock(&wq_pool_mutex);=0A= 3b80: aa1303e0 mov x0, x19=0A= 3b84: 94000000 bl 0 <_mutex_unlock>=0A= 3b88: 94000000 bl 0 =0A= kfree(attrs);=0A= 3b8c: aa1403e0 mov x0, x20=0A= 3b90: 94000000 bl 0 =0A= return ret ?: count;=0A= 3b94: aa1503e0 mov x0, x21=0A= 3b98: 35fffe16 cbnz w22, 3b58 =0A= }=0A= 3b9c: a94153f3 ldp x19, x20, [sp, #16]=0A= 3ba0: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3ba4: f9401bf7 ldr x23, [sp, #48]=0A= 3ba8: a8c47bfd ldp x29, x30, [sp], #64=0A= 3bac: d65f03c0 ret=0A= 3bb0: aa1603e0 mov x0, x22=0A= 3bb4: 94000000 bl 0 =0A= 3bb8: 2a0003e1 mov w1, w0=0A= 3bbc: 17ffffdb b 3b28 =0A= mutex_unlock(&wq_pool_mutex);=0A= 3bc0: aa1303e0 mov x0, x19=0A= 3bc4: 94000000 bl 0 <_mutex_unlock>=0A= 3bc8: 94000000 bl 0 =0A= 3bcc: 92800160 mov x0, #0xfffffffffffffff4 // #-12=0A= }=0A= 3bd0: a94153f3 ldp x19, x20, [sp, #16]=0A= 3bd4: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3bd8: f9401bf7 ldr x23, [sp, #48]=0A= 3bdc: a8c47bfd ldp x29, x30, [sp], #64=0A= 3be0: d65f03c0 ret=0A= 3be4: d503201f nop=0A= =0A= 0000000000003be8 :=0A= {=0A= 3be8: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 3bec: 910003fd mov x29, sp=0A= 3bf0: a90153f3 stp x19, x20, [sp, #16]=0A= mutex_lock(&wq_pool_mutex);=0A= 3bf4: 90000013 adrp x19, 0 =0A= 3bf8: 91000273 add x19, x19, #0x0=0A= {=0A= 3bfc: a9025bf5 stp x21, x22, [sp, #32]=0A= 3c00: aa0303f5 mov x21, x3=0A= 3c04: f9001bf7 str x23, [sp, #48]=0A= 3c08: aa0203f7 mov x23, x2=0A= return wq_dev->wq;=0A= 3c0c: f85f8016 ldur x22, [x0, #-8]=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 3c10: 94000000 bl 0 =0A= mutex_lock(&wq_pool_mutex);=0A= 3c14: aa1303e0 mov x0, x19=0A= 3c18: 94000000 bl 0 <_mutex_lock>=0A= attrs =3D wq_sysfs_prep_attrs(wq);=0A= 3c1c: aa1603e0 mov x0, x22=0A= 3c20: 97fff332 bl 8e8 =0A= if (!attrs)=0A= 3c24: b40004a0 cbz x0, 3cb8 =0A= if (sscanf(buf, "%d", &attrs->nice) =3D=3D 1 &&=0A= 3c28: aa0003f4 mov x20, x0=0A= 3c2c: 90000001 adrp x1, 0 =0A= 3c30: aa1703e0 mov x0, x23=0A= 3c34: aa1403e2 mov x2, x20=0A= 3c38: 91000021 add x1, x1, #0x0=0A= 3c3c: 94000000 bl 0 =0A= 3c40: 7100041f cmp w0, #0x1=0A= 3c44: 54000180 b.eq 3c74 // b.none=0A= mutex_unlock(&wq_pool_mutex);=0A= 3c48: aa1303e0 mov x0, x19=0A= 3c4c: 94000000 bl 0 <_mutex_unlock>=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 3c50: 94000000 bl 0 =0A= kfree(attrs);=0A= 3c54: aa1403e0 mov x0, x20=0A= 3c58: 94000000 bl 0 =0A= 3c5c: 928002a0 mov x0, #0xffffffffffffffea // #-22=0A= }=0A= 3c60: a94153f3 ldp x19, x20, [sp, #16]=0A= 3c64: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3c68: f9401bf7 ldr x23, [sp, #48]=0A= 3c6c: a8c47bfd ldp x29, x30, [sp], #64=0A= 3c70: d65f03c0 ret=0A= attrs->nice >=3D MIN_NICE && attrs->nice <=3D MAX_NICE)=0A= 3c74: b9400280 ldr w0, [x20]=0A= 3c78: 11005000 add w0, w0, #0x14=0A= 3c7c: 71009c1f cmp w0, #0x27=0A= 3c80: 54fffe48 b.hi 3c48 // b.pmore=0A= ret =3D apply_workqueue_attrs_locked(wq, attrs);=0A= 3c84: aa1403e1 mov x1, x20=0A= 3c88: aa1603e0 mov x0, x22=0A= 3c8c: 97ffff2d bl 3940 =0A= 3c90: 2a0003f6 mov w22, w0=0A= mutex_unlock(&wq_pool_mutex);=0A= 3c94: aa1303e0 mov x0, x19=0A= 3c98: 94000000 bl 0 <_mutex_unlock>=0A= 3c9c: 94000000 bl 0 =0A= kfree(attrs);=0A= 3ca0: aa1403e0 mov x0, x20=0A= 3ca4: 94000000 bl 0 =0A= return ret ?: count;=0A= 3ca8: aa1503e0 mov x0, x21=0A= 3cac: 34fffdb6 cbz w22, 3c60 =0A= 3cb0: 93407ec0 sxtw x0, w22=0A= 3cb4: 17ffffeb b 3c60 =0A= mutex_unlock(&wq_pool_mutex);=0A= 3cb8: aa1303e0 mov x0, x19=0A= 3cbc: 94000000 bl 0 <_mutex_unlock>=0A= 3cc0: 94000000 bl 0 =0A= 3cc4: 92800160 mov x0, #0xfffffffffffffff4 // #-12=0A= }=0A= 3cc8: a94153f3 ldp x19, x20, [sp, #16]=0A= 3ccc: a9425bf5 ldp x21, x22, [sp, #32]=0A= 3cd0: f9401bf7 ldr x23, [sp, #48]=0A= 3cd4: a8c47bfd ldp x29, x30, [sp], #64=0A= 3cd8: d65f03c0 ret=0A= 3cdc: d503201f nop=0A= =0A= 0000000000003ce0 :=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 3ce0: 90000000 adrp x0, 0 =0A= 3ce4: b9400000 ldr w0, [x0]=0A= 3ce8: 35000040 cbnz w0, 3cf0 =0A= 3cec: d65f03c0 ret=0A= {=0A= 3cf0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 3cf4: 90000000 adrp x0, 0 =0A= 3cf8: 91000000 add x0, x0, #0x0=0A= 3cfc: 910003fd mov x29, sp=0A= 3d00: 9102e000 add x0, x0, #0xb8=0A= 3d04: 12800001 mov w1, #0xffffffff // #-1=0A= 3d08: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 3d0c: 35000040 cbnz w0, 3d14 =0A= 3d10: d4210000 brk #0x800=0A= }=0A= 3d14: a8c17bfd ldp x29, x30, [sp], #16=0A= 3d18: d65f03c0 ret=0A= 3d1c: d503201f nop=0A= =0A= 0000000000003d20 :=0A= {=0A= 3d20: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= if (color =3D=3D WORK_NO_COLOR)=0A= 3d24: 71003c3f cmp w1, #0xf=0A= {=0A= 3d28: 910003fd mov x29, sp=0A= 3d2c: f9000bf3 str x19, [sp, #16]=0A= 3d30: aa0003f3 mov x19, x0=0A= if (color =3D=3D WORK_NO_COLOR)=0A= 3d34: 54000240 b.eq 3d7c // b.none=0A= pwq->nr_in_flight[color]--;=0A= 3d38: 8b21c809 add x9, x0, w1, sxtw #2=0A= 3d3c: aa0003e2 mov x2, x0=0A= 3d40: b9401d20 ldr w0, [x9, #28]=0A= 3d44: 51000400 sub w0, w0, #0x1=0A= 3d48: b9001d20 str w0, [x9, #28]=0A= pwq->nr_active--;=0A= 3d4c: b9405a60 ldr w0, [x19, #88]=0A= 3d50: 51000400 sub w0, w0, #0x1=0A= 3d54: b9005a60 str w0, [x19, #88]=0A= 3d58: f8460c43 ldr x3, [x2, #96]!=0A= if (!list_empty(&pwq->delayed_works)) {=0A= 3d5c: eb03005f cmp x2, x3=0A= 3d60: 54000080 b.eq 3d70 // b.none=0A= if (pwq->nr_active < pwq->max_active)=0A= 3d64: b9405e62 ldr w2, [x19, #92]=0A= 3d68: 6b02001f cmp w0, w2=0A= 3d6c: 5400012b b.lt 3d90 // b.tstop=0A= if (likely(pwq->flush_color !=3D color))=0A= 3d70: b9401660 ldr w0, [x19, #20]=0A= 3d74: 6b01001f cmp w0, w1=0A= 3d78: 54000180 b.eq 3da8 // b.none=0A= put_pwq(pwq);=0A= 3d7c: aa1303e0 mov x0, x19=0A= 3d80: 97fffdce bl 34b8 =0A= }=0A= 3d84: f9400bf3 ldr x19, [sp, #16]=0A= 3d88: a8c37bfd ldp x29, x30, [sp], #48=0A= 3d8c: d65f03c0 ret=0A= struct work_struct *work =3D list_first_entry(&pwq->delayed_works,=0A= 3d90: f9403260 ldr x0, [x19, #96]=0A= 3d94: b9002fe1 str w1, [sp, #44]=0A= pwq_activate_delayed_work(work);=0A= 3d98: d1002000 sub x0, x0, #0x8=0A= 3d9c: 97fff099 bl 0 =0A= 3da0: b9402fe1 ldr w1, [sp, #44]=0A= 3da4: 17fffff3 b 3d70 =0A= if (pwq->nr_in_flight[color])=0A= 3da8: b9401d20 ldr w0, [x9, #28]=0A= 3dac: 35fffe80 cbnz w0, 3d7c =0A= pwq->flush_color =3D -1;=0A= 3db0: 12800000 mov w0, #0xffffffff // #-1=0A= 3db4: b9001660 str w0, [x19, #20]=0A= if (atomic_dec_and_test(&pwq->wq->nr_pwqs_to_flush))=0A= 3db8: f9400660 ldr x0, [x19, #8]=0A= 3dbc: 91044000 add x0, x0, #0x110=0A= 3dc0: f9800011 prfm pstl1strm, [x0]=0A= 3dc4: 885f7c01 ldxr w1, [x0]=0A= 3dc8: 51000421 sub w1, w1, #0x1=0A= 3dcc: 8802fc01 stlxr w2, w1, [x0]=0A= 3dd0: 35ffffa2 cbnz w2, 3dc4 =0A= 3dd4: d5033bbf dmb ish=0A= 3dd8: 35fffd21 cbnz w1, 3d7c =0A= complete(&pwq->wq->first_flusher->done);=0A= 3ddc: f9400660 ldr x0, [x19, #8]=0A= 3de0: f9408c00 ldr x0, [x0, #280]=0A= 3de4: 91006000 add x0, x0, #0x18=0A= 3de8: 94000000 bl 0 =0A= 3dec: 17ffffe4 b 3d7c =0A= =0A= 0000000000003df0 :=0A= {=0A= 3df0: d10243ff sub sp, sp, #0x90=0A= 3df4: aa0103e4 mov x4, x1=0A= 3df8: a9047bfd stp x29, x30, [sp, #64]=0A= 3dfc: 910103fd add x29, sp, #0x40=0A= 3e00: a9065bf5 stp x21, x22, [sp, #96]=0A= 3e04: 90000016 adrp x22, 0 <__stack_chk_guard>=0A= 3e08: 910002d6 add x22, x22, #0x0=0A= 3e0c: a90553f3 stp x19, x20, [sp, #80]=0A= 3e10: aa0103f3 mov x19, x1=0A= 3e14: f94002c1 ldr x1, [x22]=0A= 3e18: f9001fe1 str x1, [sp, #56]=0A= 3e1c: d2800001 mov x1, #0x0 // #0=0A= 3e20: a90763f7 stp x23, x24, [sp, #112]=0A= 3e24: aa0003f4 mov x20, x0=0A= 3e28: f8420480 ldr x0, [x4], #32=0A= struct worker_pool *pool =3D worker->pool;=0A= 3e2c: f9402698 ldr x24, [x20, #72]=0A= return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);=0A= 3e30: 9278dc15 and x21, x0, #0xffffffffffffff00=0A= 3e34: f27e001f tst x0, #0x4=0A= 3e38: 9a9f12b5 csel x21, x21, xzr, ne // ne =3D any=0A= *to =3D *from;=0A= 3e3c: a9420e62 ldp x2, x3, [x19, #32]=0A= bool cpu_intensive =3D pwq->wq->flags & WQ_CPU_INTENSIVE;=0A= 3e40: f94006a5 ldr x5, [x21, #8]=0A= 3e44: a9008fe2 stp x2, x3, [sp, #8]=0A= WARN_ON_ONCE(!(pool->flags & POOL_DISASSOCIATED) &&=0A= 3e48: b940ff02 ldr w2, [x24, #252]=0A= 3e4c: a9410480 ldp x0, x1, [x4, #16]=0A= 3e50: a90187e0 stp x0, x1, [sp, #24]=0A= bool cpu_intensive =3D pwq->wq->flags & WQ_CPU_INTENSIVE;=0A= 3e54: b94200b7 ldr w23, [x5, #512]=0A= 3e58: a9420480 ldp x0, x1, [x4, #32]=0A= to->class_cache[i] =3D NULL;=0A= 3e5c: a9017fff stp xzr, xzr, [sp, #16]=0A= 3e60: 121b02f7 and w23, w23, #0x20=0A= *to =3D *from;=0A= 3e64: a90287e0 stp x0, x1, [sp, #40]=0A= WARN_ON_ONCE(!(pool->flags & POOL_DISASSOCIATED) &&=0A= 3e68: 37100122 tbnz w2, #2, 3e8c =0A= 3e6c: 90000000 adrp x0, 0 =0A= 3e70: b940f301 ldr w1, [x24, #240]=0A= 3e74: 91000000 add x0, x0, #0x0=0A= 3e78: d538d082 mrs x2, tpidr_el1=0A= 3e7c: b8626800 ldr w0, [x0, x2]=0A= 3e80: 6b01001f cmp w0, w1=0A= 3e84: 54000040 b.eq 3e8c // b.none=0A= 3e88: d4210000 brk #0x800=0A= 3e8c: d2907d62 mov x2, #0x83eb // #33771=0A= 3e90: f2b016a2 movk x2, #0x80b5, lsl #16=0A= 3e94: f2d0c8c2 movk x2, #0x8646, lsl #32=0A= 3e98: f2ec3902 movk x2, #0x61c8, lsl #48=0A= 3e9c: 9b027e62 mul x2, x19, x2=0A= 3ea0: d37afc42 lsr x2, x2, #58=0A= hash_for_each_possible(pool->busy_hash, worker, hentry,=0A= 3ea4: 8b020f00 add x0, x24, x2, lsl #3=0A= 3ea8: f940f804 ldr x4, [x0, #496]=0A= 3eac: b4001384 cbz x4, 411c =0A= 3eb0: aa0403e0 mov x0, x4=0A= 3eb4: 14000003 b 3ec0 =0A= 3eb8: f9400000 ldr x0, [x0]=0A= 3ebc: b40004c0 cbz x0, 3f54 =0A= if (worker->current_work =3D=3D work &&=0A= 3ec0: f9400801 ldr x1, [x0, #16]=0A= 3ec4: eb01027f cmp x19, x1=0A= 3ec8: 54ffff81 b.ne 3eb8 // b.any=0A= 3ecc: f9400c03 ldr x3, [x0, #24]=0A= 3ed0: f9400e61 ldr x1, [x19, #24]=0A= 3ed4: eb01007f cmp x3, x1=0A= 3ed8: 54ffff01 b.ne 3eb8 // b.any=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 3edc: aa1303e1 mov x1, x19=0A= move_linked_works(work, &collision->scheduled, NULL);=0A= 3ee0: 9100c006 add x6, x0, #0x30=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 3ee4: f8408c23 ldr x3, [x1, #8]!=0A= 3ee8: d1002062 sub x2, x3, #0x8=0A= 3eec: b4001041 cbz x1, 40f4 =0A= __list_del(entry->prev, entry->next);=0A= 3ef0: f9400a64 ldr x4, [x19, #16]=0A= next->prev =3D prev;=0A= 3ef4: f9000464 str x4, [x3, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 3ef8: f9000083 str x3, [x4]=0A= __list_add(new, head->prev, head);=0A= 3efc: f9401c03 ldr x3, [x0, #56]=0A= next->prev =3D new;=0A= 3f00: f9001c01 str x1, [x0, #56]=0A= new->prev =3D prev;=0A= 3f04: a9008e66 stp x6, x3, [x19, #8]=0A= 3f08: f9000061 str x1, [x3]=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 3f0c: f9400261 ldr x1, [x19]=0A= 3f10: 37180181 tbnz w1, #3, 3f40 =0A= 3f14: 14000078 b 40f4 =0A= __list_del(entry->prev, entry->next);=0A= 3f18: f9400844 ldr x4, [x2, #16]=0A= next->prev =3D prev;=0A= 3f1c: f9000464 str x4, [x3, #8]=0A= 3f20: f9000083 str x3, [x4]=0A= __list_add(new, head->prev, head);=0A= 3f24: f9401c03 ldr x3, [x0, #56]=0A= next->prev =3D new;=0A= 3f28: f9001c01 str x1, [x0, #56]=0A= new->prev =3D prev;=0A= 3f2c: a9008c46 stp x6, x3, [x2, #8]=0A= 3f30: f9000061 str x1, [x3]=0A= 3f34: f9400041 ldr x1, [x2]=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 3f38: aa0503e2 mov x2, x5=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 3f3c: 36180dc1 tbz w1, #3, 40f4 =0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 3f40: aa0203e1 mov x1, x2=0A= 3f44: f8408c23 ldr x3, [x1, #8]!=0A= 3f48: d1002065 sub x5, x3, #0x8=0A= 3f4c: b5fffe61 cbnz x1, 3f18 =0A= 3f50: 14000069 b 40f4 =0A= hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work);=0A= 3f54: 9100f842 add x2, x2, #0x3e=0A= 3f58: f90043f9 str x25, [sp, #128]=0A= n->next =3D first;=0A= 3f5c: f9000284 str x4, [x20]=0A= 3f60: 8b020f02 add x2, x24, x2, lsl #3=0A= first->pprev =3D &n->next;=0A= 3f64: f9000494 str x20, [x4, #8]=0A= 3f68: f9000054 str x20, [x2]=0A= return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) &=0A= 3f6c: aa1303e0 mov x0, x19=0A= worker->current_work =3D work;=0A= 3f70: a900ce82 stp x2, x19, [x20, #8]=0A= worker->current_func =3D work->func;=0A= 3f74: f9400e61 ldr x1, [x19, #24]=0A= worker->current_pwq =3D pwq;=0A= 3f78: a901d681 stp x1, x21, [x20, #24]=0A= __list_del(entry->prev, entry->next);=0A= 3f7c: a9408662 ldp x2, x1, [x19, #8]=0A= return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) &=0A= 3f80: f8408419 ldr x25, [x0], #8=0A= next->prev =3D prev;=0A= 3f84: f9000441 str x1, [x2, #8]=0A= 3f88: f9000022 str x2, [x1]=0A= 3f8c: 53041f39 ubfx w25, w25, #4, #4=0A= 3f90: f9000660 str x0, [x19, #8]=0A= list->prev =3D list;=0A= 3f94: f9000a60 str x0, [x19, #16]=0A= if (unlikely(cpu_intensive))=0A= 3f98: 35000d17 cbnz w23, 4138 =0A= __READ_ONCE_SIZE;=0A= 3f9c: f9408700 ldr x0, [x24, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 3fa0: 91042301 add x1, x24, #0x108=0A= 3fa4: eb00003f cmp x1, x0=0A= 3fa8: 540000a0 b.eq 3fbc // b.none=0A= 3fac: b9458300 ldr w0, [x24, #1408]=0A= 3fb0: 35000060 cbnz w0, 3fbc =0A= wake_up_worker(pool);=0A= 3fb4: aa1803e0 mov x0, x24=0A= 3fb8: 97fff11c bl 428 =0A= set_work_pool_and_clear_pending(work, pool->id);=0A= 3fbc: b940fb00 ldr w0, [x24, #248]=0A= smp_wmb();=0A= 3fc0: d5033abf dmb ishst=0A= 3fc4: f9400261 ldr x1, [x19]=0A= set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT, 0);=0A= 3fc8: 937b7c00 sbfiz x0, x0, #5, #32=0A= WARN_ON_ONCE(!work_pending(work));=0A= 3fcc: 36000b21 tbz w1, #0, 4130 =0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 3fd0: f9000260 str x0, [x19]=0A= smp_mb();=0A= 3fd4: d5033bbf dmb ish=0A= spin_unlock_irq(&pool->lock);=0A= 3fd8: aa1803e0 mov x0, x24=0A= 3fdc: 94000000 bl 0 =0A= lock_map_acquire(&pwq->wq->lockdep_map);=0A= 3fe0: f94006a0 ldr x0, [x21, #8]=0A= 3fe4: d2800005 mov x5, #0x0 // #0=0A= 3fe8: 52800024 mov w4, #0x1 // #1=0A= 3fec: 52800003 mov w3, #0x0 // #0=0A= 3ff0: 52800002 mov w2, #0x0 // #0=0A= 3ff4: 52800001 mov w1, #0x0 // #0=0A= 3ff8: 9105e000 add x0, x0, #0x178=0A= 3ffc: 90000006 adrp x6, 0 =0A= 4000: 910000c6 add x6, x6, #0x0=0A= 4004: 94000000 bl 0 =0A= lock_map_acquire(&lockdep_map);=0A= 4008: d2800005 mov x5, #0x0 // #0=0A= 400c: 52800024 mov w4, #0x1 // #1=0A= 4010: 52800003 mov w3, #0x0 // #0=0A= 4014: 52800002 mov w2, #0x0 // #0=0A= 4018: 910023e0 add x0, sp, #0x8=0A= 401c: 52800001 mov w1, #0x0 // #0=0A= 4020: 90000006 adrp x6, 0 =0A= 4024: 910000c6 add x6, x6, #0x0=0A= 4028: 94000000 bl 0 =0A= worker->current_func(work);=0A= 402c: f9400e81 ldr x1, [x20, #24]=0A= 4030: aa1303e0 mov x0, x19=0A= 4034: d63f0020 blr x1=0A= lock_map_release(&lockdep_map);=0A= 4038: 910023e0 add x0, sp, #0x8=0A= 403c: 52800021 mov w1, #0x1 // #1=0A= 4040: 90000002 adrp x2, 0 =0A= 4044: 91000042 add x2, x2, #0x0=0A= 4048: 94000000 bl 0 =0A= lock_map_release(&pwq->wq->lockdep_map);=0A= 404c: f94006a0 ldr x0, [x21, #8]=0A= 4050: 52800021 mov w1, #0x1 // #1=0A= 4054: 90000002 adrp x2, 0 =0A= 4058: 91000042 add x2, x2, #0x0=0A= 405c: 9105e000 add x0, x0, #0x178=0A= 4060: 94000000 bl 0 =0A= 4064: d5384100 mrs x0, sp_el0=0A= __READ_ONCE_SIZE;=0A= 4068: b9401001 ldr w1, [x0, #16]=0A= if (unlikely(in_atomic() || lockdep_depth(current) > 0)) {=0A= 406c: 35000ba1 cbnz w1, 41e0 =0A= 4070: 90000001 adrp x1, 0 =0A= 4074: b9400021 ldr w1, [x1]=0A= 4078: 35000ae1 cbnz w1, 41d4 =0A= cond_resched_rcu_qs();=0A= 407c: 90000000 adrp x0, 0 =0A= 4080: 91000000 add x0, x0, #0x0=0A= 4084: 528113a1 mov w1, #0x89d // #2205=0A= 4088: 52800002 mov w2, #0x0 // #0=0A= 408c: 94000000 bl 0 <___might_sleep>=0A= 4090: 94000000 bl 0 =0A= 4094: d5384100 mrs x0, sp_el0=0A= 4098: 3951c001 ldrb w1, [x0, #1136]=0A= 409c: 72001c3f tst w1, #0xff=0A= 40a0: 54000040 b.eq 40a8 // b.none=0A= case 1: *(volatile __u8 *)p =3D *(__u8 *)res; break;=0A= 40a4: 3911c01f strb wzr, [x0, #1136]=0A= spin_lock_irq(&pool->lock);=0A= 40a8: aa1803e0 mov x0, x24=0A= 40ac: 94000000 bl 0 =0A= if (unlikely(cpu_intensive))=0A= 40b0: 35000697 cbnz w23, 4180 =0A= return !h->pprev;=0A= 40b4: f9400680 ldr x0, [x20, #8]=0A= worker->last_func =3D worker->current_func;=0A= 40b8: f9400e81 ldr x1, [x20, #24]=0A= 40bc: f9004e81 str x1, [x20, #152]=0A= if (!hlist_unhashed(n)) {=0A= 40c0: b40000c0 cbz x0, 40d8 =0A= struct hlist_node *next =3D n->next;=0A= 40c4: f9400281 ldr x1, [x20]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 40c8: f9000001 str x1, [x0]=0A= if (next)=0A= 40cc: b4000041 cbz x1, 40d4 =0A= next->pprev =3D pprev;=0A= 40d0: f9000420 str x0, [x1, #8]=0A= h->pprev =3D NULL;=0A= 40d4: a9007e9f stp xzr, xzr, [x20]=0A= pwq_dec_nr_in_flight(pwq, work_color);=0A= 40d8: 2a1903e1 mov w1, w25=0A= worker->current_func =3D NULL;=0A= 40dc: a9017e9f stp xzr, xzr, [x20, #16]=0A= pwq_dec_nr_in_flight(pwq, work_color);=0A= 40e0: aa1503e0 mov x0, x21=0A= worker->current_pwq =3D NULL;=0A= 40e4: f900129f str xzr, [x20, #32]=0A= worker->desc_valid =3D false;=0A= 40e8: 3900a29f strb wzr, [x20, #40]=0A= pwq_dec_nr_in_flight(pwq, work_color);=0A= 40ec: 97ffff0d bl 3d20 =0A= 40f0: f94043f9 ldr x25, [sp, #128]=0A= }=0A= 40f4: f9401fe1 ldr x1, [sp, #56]=0A= 40f8: f94002c0 ldr x0, [x22]=0A= 40fc: ca000020 eor x0, x1, x0=0A= 4100: b5000920 cbnz x0, 4224 =0A= 4104: a9447bfd ldp x29, x30, [sp, #64]=0A= 4108: a94553f3 ldp x19, x20, [sp, #80]=0A= 410c: a9465bf5 ldp x21, x22, [sp, #96]=0A= 4110: a94763f7 ldp x23, x24, [sp, #112]=0A= 4114: 910243ff add sp, sp, #0x90=0A= 4118: d65f03c0 ret=0A= hash_add(pool->busy_hash, &worker->hentry, (unsigned long)work);=0A= 411c: 9100f842 add x2, x2, #0x3e=0A= 4120: f90043f9 str x25, [sp, #128]=0A= n->next =3D first;=0A= 4124: f900029f str xzr, [x20]=0A= 4128: 8b020f02 add x2, x24, x2, lsl #3=0A= if (first)=0A= 412c: 17ffff8f b 3f68 =0A= WARN_ON_ONCE(!work_pending(work));=0A= 4130: d4210000 brk #0x800=0A= 4134: 17ffffa7 b 3fd0 =0A= struct worker_pool *pool =3D worker->pool;=0A= 4138: a9440682 ldp x2, x1, [x20, #64]=0A= 413c: d5384100 mrs x0, sp_el0=0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 4140: eb00005f cmp x2, x0=0A= 4144: 54000661 b.ne 4210 // b.any=0A= !(worker->flags & WORKER_NOT_RUNNING)) {=0A= 4148: b9406a80 ldr w0, [x20, #104]=0A= 414c: 52803902 mov w2, #0x1c8 // #456=0A= if ((flags & WORKER_NOT_RUNNING) &&=0A= 4150: 6a02001f tst w0, w2=0A= 4154: 54000101 b.ne 4174 // b.any=0A= 4158: 91160021 add x1, x1, #0x580=0A= 415c: f9800031 prfm pstl1strm, [x1]=0A= 4160: 885f7c20 ldxr w0, [x1]=0A= 4164: 51000400 sub w0, w0, #0x1=0A= 4168: 88027c20 stxr w2, w0, [x1]=0A= 416c: 35ffffa2 cbnz w2, 4160 =0A= 4170: b9406a80 ldr w0, [x20, #104]=0A= worker->flags |=3D flags;=0A= 4174: 321a0000 orr w0, w0, #0x40=0A= 4178: b9006a80 str w0, [x20, #104]=0A= 417c: 17ffff88 b 3f9c =0A= struct worker_pool *pool =3D worker->pool;=0A= 4180: a9440e82 ldp x2, x3, [x20, #64]=0A= 4184: d5384101 mrs x1, sp_el0=0A= unsigned int oflags =3D worker->flags;=0A= 4188: b9406a80 ldr w0, [x20, #104]=0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 418c: eb01005f cmp x2, x1=0A= 4190: 2a0003e1 mov w1, w0=0A= 4194: 54000421 b.ne 4218 // b.any=0A= worker->flags &=3D ~flags;=0A= 4198: 12197822 and w2, w1, #0xffffffbf=0A= 419c: b9006a82 str w2, [x20, #104]=0A= if ((flags & WORKER_NOT_RUNNING) && (oflags & WORKER_NOT_RUNNING))=0A= 41a0: 52803902 mov w2, #0x1c8 // #456=0A= 41a4: 6a02001f tst w0, w2=0A= 41a8: 54fff860 b.eq 40b4 // b.none=0A= if (!(worker->flags & WORKER_NOT_RUNNING))=0A= 41ac: 52803100 mov w0, #0x188 // #392=0A= 41b0: 6a00003f tst w1, w0=0A= 41b4: 54fff801 b.ne 40b4 // b.any=0A= ATOMIC_OPS(add, add)=0A= 41b8: 91160062 add x2, x3, #0x580=0A= 41bc: f9800051 prfm pstl1strm, [x2]=0A= 41c0: 885f7c40 ldxr w0, [x2]=0A= 41c4: 11000400 add w0, w0, #0x1=0A= 41c8: 88017c40 stxr w1, w0, [x2]=0A= 41cc: 35ffffa1 cbnz w1, 41c0 =0A= 41d0: 17ffffb9 b 40b4 =0A= if (unlikely(in_atomic() || lockdep_depth(current) > 0)) {=0A= 41d4: b94ab000 ldr w0, [x0, #2736]=0A= 41d8: 7100001f cmp w0, #0x0=0A= 41dc: 54fff50d b.le 407c =0A= 41e0: d5384113 mrs x19, sp_el0=0A= __READ_ONCE_SIZE;=0A= 41e4: b9401262 ldr w2, [x19, #16]=0A= pr_err("BUG: workqueue leaked lock or atomic: %s/0x%08x/%d\n"=0A= 41e8: 911e6261 add x1, x19, #0x798=0A= 41ec: b945aa63 ldr w3, [x19, #1448]=0A= 41f0: 90000000 adrp x0, 0 =0A= 41f4: f9400e84 ldr x4, [x20, #24]=0A= 41f8: 91000000 add x0, x0, #0x0=0A= 41fc: 94000000 bl 0 =0A= debug_show_held_locks(current);=0A= 4200: aa1303e0 mov x0, x19=0A= 4204: 94000000 bl 0 =0A= dump_stack();=0A= 4208: 94000000 bl 0 =0A= 420c: 17ffff9c b 407c =0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 4210: d4210000 brk #0x800=0A= 4214: 17ffffcd b 4148 =0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 4218: d4210000 brk #0x800=0A= 421c: b9406a81 ldr w1, [x20, #104]=0A= 4220: 17ffffde b 4198 =0A= 4224: f90043f9 str x25, [sp, #128]=0A= }=0A= 4228: 94000000 bl 0 <__stack_chk_fail>=0A= 422c: d503201f nop=0A= =0A= 0000000000004230 :=0A= {=0A= 4230: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 4234: 910003fd mov x29, sp=0A= 4238: a90153f3 stp x19, x20, [sp, #16]=0A= 423c: aa0003f3 mov x19, x0=0A= 4240: a9025bf5 stp x21, x22, [sp, #32]=0A= 4244: a90363f7 stp x23, x24, [sp, #48]=0A= 4248: 90000018 adrp x24, 0 =0A= 424c: 91000318 add x24, x24, #0x0=0A= struct worker_pool *pool =3D worker->pool;=0A= 4250: a9445401 ldp x1, x21, [x0, #64]=0A= wake_up(&wq_manager_wait);=0A= 4254: 91040318 add x24, x24, #0x100=0A= worker->task->flags |=3D PF_WQ_WORKER;=0A= 4258: b9403420 ldr w0, [x1, #52]=0A= 425c: 321b0000 orr w0, w0, #0x20=0A= 4260: b9003420 str w0, [x1, #52]=0A= 4264: 14000028 b 4304 =0A= process_one_work(worker, work);=0A= 4268: aa1303e0 mov x0, x19=0A= 426c: 97fffee1 bl 3df0 =0A= 4270: f9401a60 ldr x0, [x19, #48]=0A= if (unlikely(!list_empty(&worker->scheduled)))=0A= 4274: eb00029f cmp x20, x0=0A= 4278: 54001181 b.ne 44a8 // b.any=0A= 427c: f94086a0 ldr x0, [x21, #264]=0A= return !list_empty(&pool->worklist) &&=0A= 4280: eb0002ff cmp x23, x0=0A= 4284: 54000080 b.eq 4294 // b.none=0A= 4288: b94582a0 ldr w0, [x21, #1408]=0A= 428c: 7100041f cmp w0, #0x1=0A= 4290: 54000b4d b.le 43f8 =0A= struct worker_pool *pool =3D worker->pool;=0A= 4294: a9440662 ldp x2, x1, [x19, #64]=0A= 4298: d5384100 mrs x0, sp_el0=0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 429c: eb00005f cmp x2, x0=0A= 42a0: 54001f21 b.ne 4684 // b.any=0A= !(worker->flags & WORKER_NOT_RUNNING)) {=0A= 42a4: b9406a60 ldr w0, [x19, #104]=0A= 42a8: 52803902 mov w2, #0x1c8 // #456=0A= if ((flags & WORKER_NOT_RUNNING) &&=0A= 42ac: 6a02001f tst w0, w2=0A= 42b0: 54000101 b.ne 42d0 // b.any=0A= ATOMIC_OPS(sub, sub)=0A= 42b4: 91160021 add x1, x1, #0x580=0A= 42b8: f9800031 prfm pstl1strm, [x1]=0A= 42bc: 885f7c20 ldxr w0, [x1]=0A= 42c0: 51000400 sub w0, w0, #0x1=0A= 42c4: 88027c20 stxr w2, w0, [x1]=0A= 42c8: 35ffffa2 cbnz w2, 42bc =0A= 42cc: b9406a60 ldr w0, [x19, #104]=0A= worker->flags |=3D flags;=0A= 42d0: 321d0000 orr w0, w0, #0x8=0A= 42d4: b9006a60 str w0, [x19, #104]=0A= worker_enter_idle(worker);=0A= 42d8: aa1303e0 mov x0, x19=0A= 42dc: 97ffef87 bl f8 =0A= spin_unlock_irq(&pool->lock);=0A= 42e0: aa1503e0 mov x0, x21=0A= __set_current_state(TASK_IDLE);=0A= 42e4: 90000001 adrp x1, 0 =0A= 42e8: 91000021 add x1, x1, #0x0=0A= 42ec: d2808043 mov x3, #0x402 // #1026=0A= 42f0: d5384102 mrs x2, sp_el0=0A= 42f4: f9000c43 str x3, [x2, #24]=0A= 42f8: f90b8841 str x1, [x2, #5904]=0A= spin_unlock_irq(&pool->lock);=0A= 42fc: 94000000 bl 0 =0A= schedule();=0A= 4300: 94000000 bl 0 =0A= spin_lock_irq(&pool->lock);=0A= 4304: aa1503e0 mov x0, x21=0A= 4308: 94000000 bl 0 =0A= if (unlikely(worker->flags & WORKER_DIE)) {=0A= 430c: b9406a60 ldr w0, [x19, #104]=0A= 4310: 37080e40 tbnz w0, #1, 44d8 =0A= struct worker_pool *pool =3D worker->pool;=0A= 4314: f9402662 ldr x2, [x19, #72]=0A= if (WARN_ON_ONCE(!(worker->flags & WORKER_IDLE)))=0A= 4318: 36101b20 tbz w0, #2, 467c =0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 431c: f9402263 ldr x3, [x19, #64]=0A= 4320: d5384101 mrs x1, sp_el0=0A= 4324: eb01007f cmp x3, x1=0A= 4328: 54001be1 b.ne 46a4 // b.any=0A= worker->flags &=3D ~flags;=0A= 432c: 121d7800 and w0, w0, #0xfffffffb=0A= 4330: b9006a60 str w0, [x19, #104]=0A= preempt_disable();=0A= 4334: 52800020 mov w0, #0x1 // #1=0A= pool->nr_idle--;=0A= 4338: b9411c41 ldr w1, [x2, #284]=0A= 433c: 51000421 sub w1, w1, #0x1=0A= 4340: b9011c41 str w1, [x2, #284]=0A= preempt_disable();=0A= 4344: 94000000 bl 0 =0A= __list_del(entry->prev, entry->next);=0A= 4348: a9400261 ldp x1, x0, [x19]=0A= next->prev =3D prev;=0A= 434c: f9000420 str x0, [x1, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4350: f9000001 str x1, [x0]=0A= 4354: f9000273 str x19, [x19]=0A= list->prev =3D list;=0A= 4358: f9000673 str x19, [x19, #8]=0A= preempt_enable();=0A= 435c: 52800020 mov w0, #0x1 // #1=0A= 4360: 94000000 bl 0 =0A= 4364: d5384100 mrs x0, sp_el0=0A= __READ_ONCE_SIZE;=0A= 4368: b9401001 ldr w1, [x0, #16]=0A= 436c: 34001901 cbz w1, 468c =0A= 4370: f94086a0 ldr x0, [x21, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 4374: 910422b7 add x23, x21, #0x108=0A= 4378: eb0002ff cmp x23, x0=0A= 437c: 54fffae0 b.eq 42d8 // b.none=0A= 4380: b94582a0 ldr w0, [x21, #1408]=0A= 4384: 35fffaa0 cbnz w0, 42d8 =0A= if (unlikely(!may_start_working(pool)) && manage_workers(worker))=0A= 4388: b9411ea0 ldr w0, [x21, #284]=0A= 438c: 90000016 adrp x22, 0 =0A= 4390: 910002d6 add x22, x22, #0x0=0A= 4394: 34000da0 cbz w0, 4548 =0A= 4398: f9401a60 ldr x0, [x19, #48]=0A= WARN_ON_ONCE(!list_empty(&worker->scheduled));=0A= 439c: 9100c274 add x20, x19, #0x30=0A= 43a0: eb00029f cmp x20, x0=0A= 43a4: 54001561 b.ne 4650 // b.any=0A= struct worker_pool *pool =3D worker->pool;=0A= 43a8: a9440e62 ldp x2, x3, [x19, #64]=0A= 43ac: d5384100 mrs x0, sp_el0=0A= unsigned int oflags =3D worker->flags;=0A= 43b0: b9406a61 ldr w1, [x19, #104]=0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 43b4: eb00005f cmp x2, x0=0A= 43b8: 2a0103e2 mov w2, w1=0A= 43bc: 540015a1 b.ne 4670 // b.any=0A= worker->flags &=3D ~flags;=0A= 43c0: 12802100 mov w0, #0xfffffef7 // #-265=0A= 43c4: 0a000040 and w0, w2, w0=0A= 43c8: b9006a60 str w0, [x19, #104]=0A= if ((flags & WORKER_NOT_RUNNING) && (oflags & WORKER_NOT_RUNNING))=0A= 43cc: 52803900 mov w0, #0x1c8 // #456=0A= 43d0: 6a00003f tst w1, w0=0A= 43d4: 54000120 b.eq 43f8 // b.none=0A= if (!(worker->flags & WORKER_NOT_RUNNING))=0A= 43d8: 721a045f tst w2, #0xc0=0A= 43dc: 540000e1 b.ne 43f8 // b.any=0A= ATOMIC_OPS(add, add)=0A= 43e0: 91160062 add x2, x3, #0x580=0A= 43e4: f9800051 prfm pstl1strm, [x2]=0A= 43e8: 885f7c40 ldxr w0, [x2]=0A= 43ec: 11000400 add w0, w0, #0x1=0A= 43f0: 88017c40 stxr w1, w0, [x2]=0A= 43f4: 35ffffa1 cbnz w1, 43e8 =0A= list_first_entry(&pool->worklist,=0A= 43f8: f94086a0 ldr x0, [x21, #264]=0A= pool->watchdog_ts =3D jiffies;=0A= 43fc: f94002c1 ldr x1, [x22]=0A= 4400: f90082a1 str x1, [x21, #256]=0A= list_first_entry(&pool->worklist,=0A= 4404: d1002001 sub x1, x0, #0x8=0A= if (likely(!(*work_data_bits(work) & WORK_STRUCT_LINKED))) {=0A= 4408: f85f8002 ldur x2, [x0, #-8]=0A= 440c: 361ff2e2 tbz w2, #3, 4268 =0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 4410: f9400422 ldr x2, [x1, #8]=0A= 4414: d1002041 sub x1, x2, #0x8=0A= 4418: b4000400 cbz x0, 4498 =0A= __list_del(entry->prev, entry->next);=0A= 441c: f9400403 ldr x3, [x0, #8]=0A= next->prev =3D prev;=0A= 4420: f9000443 str x3, [x2, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4424: f9000062 str x2, [x3]=0A= __list_add(new, head->prev, head);=0A= 4428: f9401e62 ldr x2, [x19, #56]=0A= next->prev =3D new;=0A= 442c: f9001e60 str x0, [x19, #56]=0A= new->prev =3D prev;=0A= 4430: a9000814 stp x20, x2, [x0]=0A= 4434: f9000040 str x0, [x2]=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 4438: f85f8000 ldur x0, [x0, #-8]=0A= 443c: 37180180 tbnz w0, #3, 446c =0A= 4440: 14000016 b 4498 =0A= __list_del(entry->prev, entry->next);=0A= 4444: f9400823 ldr x3, [x1, #16]=0A= next->prev =3D prev;=0A= 4448: f9000443 str x3, [x2, #8]=0A= 444c: f9000062 str x2, [x3]=0A= __list_add(new, head->prev, head);=0A= 4450: f9401e62 ldr x2, [x19, #56]=0A= next->prev =3D new;=0A= 4454: f9001e60 str x0, [x19, #56]=0A= new->prev =3D prev;=0A= 4458: a9008834 stp x20, x2, [x1, #8]=0A= 445c: f9000040 str x0, [x2]=0A= 4460: f9400020 ldr x0, [x1]=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 4464: aa0403e1 mov x1, x4=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 4468: 36180180 tbz w0, #3, 4498 =0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 446c: aa0103e0 mov x0, x1=0A= 4470: f8408c02 ldr x2, [x0, #8]!=0A= 4474: d1002044 sub x4, x2, #0x8=0A= 4478: b5fffe60 cbnz x0, 4444 =0A= __READ_ONCE_SIZE;=0A= 447c: f9401a60 ldr x0, [x19, #48]=0A= while (!list_empty(&worker->scheduled)) {=0A= 4480: eb00029f cmp x20, x0=0A= 4484: 54ffefc0 b.eq 427c // b.none=0A= struct work_struct *work =3D list_first_entry(&worker->scheduled,=0A= 4488: f9401a61 ldr x1, [x19, #48]=0A= process_one_work(worker, work);=0A= 448c: aa1303e0 mov x0, x19=0A= 4490: d1002021 sub x1, x1, #0x8=0A= 4494: 97fffe57 bl 3df0 =0A= 4498: f9401a60 ldr x0, [x19, #48]=0A= while (!list_empty(&worker->scheduled)) {=0A= 449c: eb00029f cmp x20, x0=0A= 44a0: 54ffff41 b.ne 4488 // b.any=0A= 44a4: 17ffff76 b 427c =0A= 44a8: f9401a60 ldr x0, [x19, #48]=0A= 44ac: eb00029f cmp x20, x0=0A= 44b0: 54ffee60 b.eq 427c // b.none=0A= 44b4: d503201f nop=0A= struct work_struct *work =3D list_first_entry(&worker->scheduled,=0A= 44b8: f9401a61 ldr x1, [x19, #48]=0A= process_one_work(worker, work);=0A= 44bc: aa1303e0 mov x0, x19=0A= 44c0: d1002021 sub x1, x1, #0x8=0A= 44c4: 97fffe4b bl 3df0 =0A= 44c8: f9401a60 ldr x0, [x19, #48]=0A= while (!list_empty(&worker->scheduled)) {=0A= 44cc: eb00029f cmp x20, x0=0A= 44d0: 54ffff41 b.ne 44b8 // b.any=0A= 44d4: 17ffff6a b 427c =0A= spin_unlock_irq(&pool->lock);=0A= 44d8: aa1503e0 mov x0, x21=0A= 44dc: 94000000 bl 0 =0A= 44e0: f9400260 ldr x0, [x19]=0A= WARN_ON_ONCE(!list_empty(&worker->entry));=0A= 44e4: eb00027f cmp x19, x0=0A= 44e8: 54000ee1 b.ne 46c4 // b.any=0A= worker->task->flags &=3D ~PF_WQ_WORKER;=0A= 44ec: f9402263 ldr x3, [x19, #64]=0A= =0A= extern void __set_task_comm(struct task_struct *tsk, const char *from, = bool exec);=0A= =0A= static inline void set_task_comm(struct task_struct *tsk, const char = *from)=0A= {=0A= __set_task_comm(tsk, from, false);=0A= 44f0: 52800002 mov w2, #0x0 // #0=0A= 44f4: 90000001 adrp x1, 0 =0A= 44f8: 91000021 add x1, x1, #0x0=0A= 44fc: b9403460 ldr w0, [x3, #52]=0A= 4500: 121a7800 and w0, w0, #0xffffffdf=0A= 4504: b9003460 str w0, [x3, #52]=0A= 4508: f9402260 ldr x0, [x19, #64]=0A= 450c: 94000000 bl 0 <__set_task_comm>=0A= ida_simple_remove(&pool->worker_ida, worker->id);=0A= 4510: b9406e61 ldr w1, [x19, #108]=0A= 4514: 9113e2a0 add x0, x21, #0x4f8=0A= 4518: 94000000 bl 0 =0A= worker_detach_from_pool(worker, pool);=0A= 451c: aa1503e1 mov x1, x21=0A= 4520: aa1303e0 mov x0, x19=0A= 4524: 97fff2af bl fe0 =0A= kfree(worker);=0A= 4528: aa1303e0 mov x0, x19=0A= 452c: 94000000 bl 0 =0A= }=0A= 4530: 52800000 mov w0, #0x0 // #0=0A= 4534: a94153f3 ldp x19, x20, [sp, #16]=0A= 4538: a9425bf5 ldp x21, x22, [sp, #32]=0A= 453c: a94363f7 ldp x23, x24, [sp, #48]=0A= 4540: a8c57bfd ldp x29, x30, [sp], #80=0A= 4544: d65f03c0 ret=0A= struct worker_pool *pool =3D worker->pool;=0A= 4548: f9402674 ldr x20, [x19, #72]=0A= if (pool->flags & POOL_MANAGER_ACTIVE)=0A= 454c: b940fe80 ldr w0, [x20, #252]=0A= 4550: 3707f240 tbnz w0, #0, 4398 =0A= 4554: a9046bf9 stp x25, x26, [sp, #64]=0A= pool->flags |=3D POOL_MANAGER_ACTIVE;=0A= 4558: 9106429a add x26, x20, #0x190=0A= 455c: 91042299 add x25, x20, #0x108=0A= 4560: 32000000 orr w0, w0, #0x1=0A= 4564: b900fe80 str w0, [x20, #252]=0A= pool->manager =3D worker;=0A= 4568: f901fa93 str x19, [x20, #1008]=0A= spin_unlock_irq(&pool->lock);=0A= 456c: aa1403e0 mov x0, x20=0A= 4570: 94000000 bl 0 =0A= mod_timer(&pool->mayday_timer, jiffies + MAYDAY_INITIAL_TIMEOUT);=0A= 4574: f94002c1 ldr x1, [x22]=0A= 4578: aa1a03e0 mov x0, x26=0A= 457c: 91000821 add x1, x1, #0x2=0A= 4580: 94000000 bl 0 =0A= if (create_worker(pool) || !need_to_create_worker(pool))=0A= 4584: aa1403e0 mov x0, x20=0A= 4588: 97fff68e bl 1fc0 =0A= 458c: b5000220 cbnz x0, 45d0 =0A= 4590: f9408680 ldr x0, [x20, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 4594: eb00033f cmp x25, x0=0A= 4598: 540001c0 b.eq 45d0 // b.none=0A= 459c: b9458280 ldr w0, [x20, #1408]=0A= 45a0: 35000180 cbnz w0, 45d0 =0A= return need_more_worker(pool) && !may_start_working(pool);=0A= 45a4: b9411e80 ldr w0, [x20, #284]=0A= 45a8: 35000140 cbnz w0, 45d0 =0A= schedule_timeout_interruptible(CREATE_COOLDOWN);=0A= 45ac: d2801f40 mov x0, #0xfa // #250=0A= 45b0: 94000000 bl 0 =0A= 45b4: f9408680 ldr x0, [x20, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 45b8: eb00033f cmp x25, x0=0A= 45bc: 540000a0 b.eq 45d0 // b.none=0A= 45c0: b9458280 ldr w0, [x20, #1408]=0A= 45c4: 35000060 cbnz w0, 45d0 =0A= return need_more_worker(pool) && !may_start_working(pool);=0A= 45c8: b9411e80 ldr w0, [x20, #284]=0A= 45cc: 34fffdc0 cbz w0, 4584 =0A= del_timer_sync(&pool->mayday_timer);=0A= 45d0: aa1a03e0 mov x0, x26=0A= 45d4: 94000000 bl 0 =0A= spin_lock_irq(&pool->lock);=0A= 45d8: aa1403e0 mov x0, x20=0A= 45dc: 94000000 bl 0 =0A= 45e0: f9408680 ldr x0, [x20, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 45e4: eb00033f cmp x25, x0=0A= 45e8: 54000080 b.eq 45f8 // b.none=0A= 45ec: b9458280 ldr w0, [x20, #1408]=0A= 45f0: 34000640 cbz w0, 46b8 =0A= 45f4: d503201f nop=0A= pool->flags &=3D ~POOL_MANAGER_ACTIVE;=0A= 45f8: b940fe80 ldr w0, [x20, #252]=0A= wake_up(&wq_manager_wait);=0A= 45fc: d2800003 mov x3, #0x0 // #0=0A= pool->manager =3D NULL;=0A= 4600: f901fa9f str xzr, [x20, #1008]=0A= wake_up(&wq_manager_wait);=0A= 4604: 52800022 mov w2, #0x1 // #1=0A= pool->flags &=3D ~POOL_MANAGER_ACTIVE;=0A= 4608: 121f7800 and w0, w0, #0xfffffffe=0A= 460c: b900fe80 str w0, [x20, #252]=0A= wake_up(&wq_manager_wait);=0A= 4610: 52800061 mov w1, #0x3 // #3=0A= 4614: aa1803e0 mov x0, x24=0A= 4618: 94000000 bl 0 <__wake_up>=0A= 461c: f94086a0 ldr x0, [x21, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 4620: eb0002ff cmp x23, x0=0A= 4624: 54000460 b.eq 46b0 // b.none=0A= 4628: b94582a0 ldr w0, [x21, #1408]=0A= 462c: 35000420 cbnz w0, 46b0 =0A= if (unlikely(!may_start_working(pool)) && manage_workers(worker))=0A= 4630: b9411ea0 ldr w0, [x21, #284]=0A= 4634: 340004c0 cbz w0, 46cc =0A= 4638: a9446bf9 ldp x25, x26, [sp, #64]=0A= WARN_ON_ONCE(!list_empty(&worker->scheduled));=0A= 463c: 9100c274 add x20, x19, #0x30=0A= 4640: f9401a60 ldr x0, [x19, #48]=0A= 4644: eb00029f cmp x20, x0=0A= 4648: 54ffeb00 b.eq 43a8 // b.none=0A= 464c: d503201f nop=0A= 4650: d4210000 brk #0x800=0A= struct worker_pool *pool =3D worker->pool;=0A= 4654: a9440e62 ldp x2, x3, [x19, #64]=0A= 4658: d5384100 mrs x0, sp_el0=0A= unsigned int oflags =3D worker->flags;=0A= 465c: b9406a61 ldr w1, [x19, #104]=0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 4660: eb00005f cmp x2, x0=0A= 4664: 2a0103e2 mov w2, w1=0A= 4668: 54ffeac0 b.eq 43c0 // b.none=0A= 466c: d503201f nop=0A= 4670: d4210000 brk #0x800=0A= 4674: b9406a62 ldr w2, [x19, #104]=0A= 4678: 17ffff52 b 43c0 =0A= if (WARN_ON_ONCE(!(worker->flags & WORKER_IDLE)))=0A= 467c: d4210000 brk #0x800=0A= 4680: 17ffff3c b 4370 =0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 4684: d4210000 brk #0x800=0A= 4688: 17ffff07 b 42a4 =0A= 468c: f9400001 ldr x1, [x0]=0A= 4690: 37080061 tbnz w1, #1, 469c =0A= 4694: f9400000 ldr x0, [x0]=0A= 4698: 3637e6c0 tbz w0, #6, 4370 =0A= preempt_enable();=0A= 469c: 94000000 bl 0 =0A= 46a0: 17ffff34 b 4370 =0A= WARN_ON_ONCE(worker->task !=3D current);=0A= 46a4: d4210000 brk #0x800=0A= 46a8: b9406a60 ldr w0, [x19, #104]=0A= 46ac: 17ffff20 b 432c =0A= 46b0: a9446bf9 ldp x25, x26, [sp, #64]=0A= 46b4: 17ffff09 b 42d8 =0A= return need_more_worker(pool) && !may_start_working(pool);=0A= 46b8: b9411e80 ldr w0, [x20, #284]=0A= 46bc: 34fff580 cbz w0, 456c =0A= 46c0: 17ffffce b 45f8 =0A= WARN_ON_ONCE(!list_empty(&worker->entry));=0A= 46c4: d4210000 brk #0x800=0A= 46c8: 17ffff89 b 44ec =0A= struct worker_pool *pool =3D worker->pool;=0A= 46cc: f9402674 ldr x20, [x19, #72]=0A= if (pool->flags & POOL_MANAGER_ACTIVE)=0A= 46d0: b940fe80 ldr w0, [x20, #252]=0A= 46d4: 3607f420 tbz w0, #0, 4558 =0A= 46d8: a9446bf9 ldp x25, x26, [sp, #64]=0A= 46dc: 17ffffd8 b 463c =0A= =0A= 00000000000046e0 :=0A= {=0A= 46e0: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 46e4: 910003fd mov x29, sp=0A= 46e8: a90363f7 stp x23, x24, [sp, #48]=0A= local_lock_irqsave(pendingb_lock, *flags);=0A= 46ec: 90000018 adrp x24, 0 <__per_cpu_offset>=0A= 46f0: 91000318 add x24, x24, #0x0=0A= {=0A= 46f4: aa0203f7 mov x23, x2=0A= 46f8: a90153f3 stp x19, x20, [sp, #16]=0A= local_lock_irqsave(pendingb_lock, *flags);=0A= 46fc: 90000014 adrp x20, 0 =0A= {=0A= 4700: a9025bf5 stp x21, x22, [sp, #32]=0A= 4704: 12001c36 and w22, w1, #0xff=0A= 4708: aa0003f5 mov x21, x0=0A= local_lock_irqsave(pendingb_lock, *flags);=0A= 470c: 94000000 bl 0 =0A= 4710: 91000294 add x20, x20, #0x0=0A= 4714: 94000000 bl 0 =0A= 4718: 91002293 add x19, x20, #0x8=0A= 471c: f8605b00 ldr x0, [x24, w0, uxtw #3]=0A= 4720: d5384101 mrs x1, sp_el0=0A= 4724: 8b000273 add x19, x19, x0=0A= if (lv->owner !=3D current) {=0A= 4728: f9407a60 ldr x0, [x19, #240]=0A= 472c: eb01001f cmp x0, x1=0A= 4730: 54000ce0 b.eq 48cc // b.none=0A= spin_lock_irqsave(&lv->lock, lv->flags);=0A= 4734: f900827f str xzr, [x19, #256]=0A= 4738: aa1303e0 mov x0, x19=0A= 473c: 94000000 bl 0 =0A= LL_WARN(lv->owner);=0A= 4740: f9407a60 ldr x0, [x19, #240]=0A= 4744: b5001080 cbnz x0, 4954 =0A= LL_WARN(lv->nestcnt);=0A= 4748: b940fa60 ldr w0, [x19, #248]=0A= 474c: 35001000 cbnz w0, 494c =0A= 4750: d5384101 mrs x1, sp_el0=0A= lv->nestcnt =3D 1;=0A= 4754: 52800020 mov w0, #0x1 // #1=0A= lv->owner =3D current;=0A= 4758: f9007a61 str x1, [x19, #240]=0A= lv->nestcnt =3D 1;=0A= 475c: b900fa60 str w0, [x19, #248]=0A= 4760: 90000000 adrp x0, 0 =0A= 4764: 91000000 add x0, x0, #0x0=0A= 4768: 94000000 bl 0 <__this_cpu_preempt_check>=0A= 476c: 91042280 add x0, x20, #0x108=0A= 4770: d538d081 mrs x1, tpidr_el1=0A= 4774: f8616800 ldr x0, [x0, x1]=0A= 4778: f90002e0 str x0, [x23]=0A= if (is_dwork) {=0A= 477c: 34000176 cbz w22, 47a8 =0A= if (likely(del_timer(&dwork->timer)))=0A= 4780: 910142a0 add x0, x21, #0x50=0A= 4784: 94000000 bl 0 =0A= return 1;=0A= 4788: 52800021 mov w1, #0x1 // #1=0A= if (likely(del_timer(&dwork->timer)))=0A= 478c: 340000e0 cbz w0, 47a8 =0A= }=0A= 4790: 2a0103e0 mov w0, w1=0A= 4794: a94153f3 ldp x19, x20, [sp, #16]=0A= 4798: a9425bf5 ldp x21, x22, [sp, #32]=0A= 479c: a94363f7 ldp x23, x24, [sp, #48]=0A= 47a0: a8c47bfd ldp x29, x30, [sp], #64=0A= 47a4: d65f03c0 ret=0A= if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work)))=0A= 47a8: aa1503e1 mov x1, x21=0A= 47ac: 52800000 mov w0, #0x0 // #0=0A= 47b0: 94000000 bl 0 =0A= 47b4: 2a0003e1 mov w1, w0=0A= 47b8: 34fffec0 cbz w0, 4790 =0A= __rcu_read_lock();=0A= 47bc: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 47c0: 90000013 adrp x19, 0 =0A= 47c4: 91000273 add x19, x19, #0x0=0A= 47c8: 90000006 adrp x6, 0 =0A= 47cc: aa1303e0 mov x0, x19=0A= 47d0: 910000c6 add x6, x6, #0x0=0A= 47d4: d2800005 mov x5, #0x0 // #0=0A= 47d8: 52800004 mov w4, #0x0 // #0=0A= 47dc: 52800043 mov w3, #0x2 // #2=0A= 47e0: 52800002 mov w2, #0x0 // #0=0A= 47e4: 52800001 mov w1, #0x0 // #0=0A= 47e8: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 47ec: 94000000 bl 0 =0A= 47f0: 340000a0 cbz w0, 4804 =0A= 47f4: 90000016 adrp x22, 0 =0A= 47f8: 910002d6 add x22, x22, #0x0=0A= 47fc: 39401ac0 ldrb w0, [x22, #6]=0A= 4800: 34000ae0 cbz w0, 495c =0A= pool =3D get_work_pool(work);=0A= 4804: aa1503e0 mov x0, x21=0A= 4808: 97fff49a bl 1a70 =0A= 480c: aa0003f6 mov x22, x0=0A= if (!pool)=0A= 4810: b4000160 cbz x0, 483c =0A= spin_lock(&pool->lock);=0A= 4814: 94000000 bl 0 =0A= 4818: f94002a0 ldr x0, [x21]=0A= if (data & WORK_STRUCT_PWQ)=0A= 481c: 361000c0 tbz w0, #2, 4834 =0A= if (pwq && pwq->pool =3D=3D pool) {=0A= 4820: f278dc09 ands x9, x0, #0xffffffffffffff00=0A= 4824: 54000080 b.eq 4834 // b.none=0A= 4828: f9400120 ldr x0, [x9]=0A= 482c: eb16001f cmp x0, x22=0A= 4830: 54000b60 b.eq 499c // b.none=0A= spin_unlock(&pool->lock);=0A= 4834: aa1603e0 mov x0, x22=0A= 4838: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 483c: 94000000 bl 0 =0A= 4840: 35000500 cbnz w0, 48e0 =0A= __rcu_read_unlock();=0A= 4844: 94000000 bl 0 <__rcu_read_unlock>=0A= local_unlock_irqrestore(pendingb_lock, *flags);=0A= 4848: 91002294 add x20, x20, #0x8=0A= lock_release(map, 1, _THIS_IP_);=0A= 484c: aa1303e0 mov x0, x19=0A= 4850: 90000002 adrp x2, 0 =0A= 4854: 91000042 add x2, x2, #0x0=0A= 4858: 52800021 mov w1, #0x1 // #1=0A= 485c: 94000000 bl 0 =0A= 4860: 94000000 bl 0 =0A= 4864: f8605b00 ldr x0, [x24, w0, uxtw #3]=0A= 4868: 8b000294 add x20, x20, x0=0A= LL_WARN(!lv->nestcnt);=0A= 486c: b940fa80 ldr w0, [x20, #248]=0A= 4870: 340008e0 cbz w0, 498c =0A= LL_WARN(lv->owner !=3D current);=0A= 4874: f9407a81 ldr x1, [x20, #240]=0A= 4878: d5384100 mrs x0, sp_el0=0A= 487c: eb00003f cmp x1, x0=0A= 4880: 540008a1 b.ne 4994 // b.any=0A= if (--lv->nestcnt)=0A= 4884: b940fa80 ldr w0, [x20, #248]=0A= 4888: 51000400 sub w0, w0, #0x1=0A= 488c: b900fa80 str w0, [x20, #248]=0A= 4890: 34000480 cbz w0, 4920 =0A= 4894: f94002a0 ldr x0, [x21]=0A= return !(data & WORK_STRUCT_PWQ) && (data & WORK_OFFQ_CANCELING);=0A= 4898: d2800282 mov x2, #0x14 // #20=0A= return -ENOENT;=0A= 489c: 12800021 mov w1, #0xfffffffe // #-2=0A= return !(data & WORK_STRUCT_PWQ) && (data & WORK_OFFQ_CANCELING);=0A= 48a0: 8a020000 and x0, x0, x2=0A= if (work_is_canceling(work))=0A= 48a4: f100401f cmp x0, #0x10=0A= 48a8: 54fff740 b.eq 4790 // b.none=0A= cpu_chill();=0A= 48ac: 94000000 bl 0 =0A= return -EAGAIN;=0A= 48b0: 12800141 mov w1, #0xfffffff5 // #-11=0A= }=0A= 48b4: 2a0103e0 mov w0, w1=0A= 48b8: a94153f3 ldp x19, x20, [sp, #16]=0A= 48bc: a9425bf5 ldp x21, x22, [sp, #32]=0A= 48c0: a94363f7 ldp x23, x24, [sp, #48]=0A= 48c4: a8c47bfd ldp x29, x30, [sp], #64=0A= 48c8: d65f03c0 ret=0A= lv->nestcnt++;=0A= 48cc: b940fa60 ldr w0, [x19, #248]=0A= 48d0: 11000400 add w0, w0, #0x1=0A= 48d4: b900fa60 str w0, [x19, #248]=0A= local_lock_irqsave(pendingb_lock, *flags);=0A= 48d8: 94000000 bl 0 =0A= 48dc: 17ffffa1 b 4760 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 48e0: 90000016 adrp x22, 0 =0A= 48e4: 910002d6 add x22, x22, #0x0=0A= 48e8: 39401ec0 ldrb w0, [x22, #7]=0A= 48ec: 35fffac0 cbnz w0, 4844 =0A= 48f0: 94000000 bl 0 =0A= 48f4: 72001c1f tst w0, #0xff=0A= 48f8: 54fffa61 b.ne 4844 // b.any=0A= 48fc: 52800023 mov w3, #0x1 // #1=0A= 4900: 90000002 adrp x2, 0 =0A= 4904: 90000000 adrp x0, 0 =0A= 4908: 91000042 add x2, x2, #0x0=0A= 490c: 91000000 add x0, x0, #0x0=0A= 4910: 528051a1 mov w1, #0x28d // #653=0A= 4914: 39001ec3 strb w3, [x22, #7]=0A= 4918: 94000000 bl 0 =0A= 491c: 17ffffca b 4844 =0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 4920: aa1403e0 mov x0, x20=0A= lv->owner =3D NULL;=0A= 4924: f9007a9f str xzr, [x20, #240]=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 4928: 94000000 bl 0 =0A= local_unlock_irqrestore(pendingb_lock, *flags);=0A= 492c: 94000000 bl 0 =0A= 4930: f94002a0 ldr x0, [x21]=0A= return !(data & WORK_STRUCT_PWQ) && (data & WORK_OFFQ_CANCELING);=0A= 4934: d2800282 mov x2, #0x14 // #20=0A= return -ENOENT;=0A= 4938: 12800021 mov w1, #0xfffffffe // #-2=0A= return !(data & WORK_STRUCT_PWQ) && (data & WORK_OFFQ_CANCELING);=0A= 493c: 8a020000 and x0, x0, x2=0A= if (work_is_canceling(work))=0A= 4940: f100401f cmp x0, #0x10=0A= 4944: 54fffb41 b.ne 48ac // b.any=0A= 4948: 17ffff92 b 4790 =0A= LL_WARN(lv->nestcnt);=0A= 494c: d4210000 brk #0x800=0A= 4950: 17ffff80 b 4750 =0A= LL_WARN(lv->owner);=0A= 4954: d4210000 brk #0x800=0A= 4958: 17ffff7c b 4748 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 495c: 94000000 bl 0 =0A= 4960: 72001c1f tst w0, #0xff=0A= 4964: 54fff501 b.ne 4804 // b.any=0A= 4968: 52800023 mov w3, #0x1 // #1=0A= 496c: 90000002 adrp x2, 0 =0A= 4970: 90000000 adrp x0, 0 =0A= 4974: 91000042 add x2, x2, #0x0=0A= 4978: 91000000 add x0, x0, #0x0=0A= 497c: 52804b41 mov w1, #0x25a // #602=0A= 4980: 39001ac3 strb w3, [x22, #6]=0A= 4984: 94000000 bl 0 =0A= 4988: 17ffff9f b 4804 =0A= LL_WARN(!lv->nestcnt);=0A= 498c: d4210000 brk #0x800=0A= 4990: 17ffffb9 b 4874 =0A= LL_WARN(lv->owner !=3D current);=0A= 4994: d4210000 brk #0x800=0A= 4998: 17ffffbb b 4884 =0A= if (*work_data_bits(work) & WORK_STRUCT_DELAYED)=0A= 499c: f94002a0 ldr x0, [x21]=0A= 49a0: 37080420 tbnz w0, #1, 4a24 =0A= __list_del(entry->prev, entry->next);=0A= 49a4: a94086a3 ldp x3, x1, [x21, #8]=0A= next->prev =3D prev;=0A= 49a8: f9000461 str x1, [x3, #8]=0A= list_del_init(&work->entry);=0A= 49ac: 910022a2 add x2, x21, #0x8=0A= pwq_dec_nr_in_flight(pwq, get_work_color(work));=0A= 49b0: aa0903e0 mov x0, x9=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 49b4: f9000023 str x3, [x1]=0A= 49b8: f90006a2 str x2, [x21, #8]=0A= return (*work_data_bits(work) >> WORK_STRUCT_COLOR_SHIFT) &=0A= 49bc: f94002a1 ldr x1, [x21]=0A= list->prev =3D list;=0A= 49c0: f9000aa2 str x2, [x21, #16]=0A= pwq_dec_nr_in_flight(pwq, get_work_color(work));=0A= 49c4: 53041c21 ubfx w1, w1, #4, #4=0A= 49c8: 97fffcd6 bl 3d20 =0A= 49cc: f94002a0 ldr x0, [x21]=0A= set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT,=0A= 49d0: b980fac1 ldrsw x1, [x22, #248]=0A= 49d4: d37be821 lsl x1, x1, #5=0A= WARN_ON_ONCE(!work_pending(work));=0A= 49d8: 36000440 tbz w0, #0, 4a60 =0A= atomic_long_set(&work->data, data | flags | work_static(work));=0A= 49dc: b2400021 orr x1, x1, #0x1=0A= spin_unlock(&pool->lock);=0A= 49e0: aa1603e0 mov x0, x22=0A= 49e4: f90002a1 str x1, [x21]=0A= 49e8: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 49ec: 94000000 bl 0 =0A= 49f0: 340000a0 cbz w0, 4a04 =0A= 49f4: 90000014 adrp x20, 0 =0A= 49f8: 91000294 add x20, x20, #0x0=0A= 49fc: 39401e80 ldrb w0, [x20, #7]=0A= 4a00: 34000180 cbz w0, 4a30 =0A= __rcu_read_unlock();=0A= 4a04: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 4a08: 52800021 mov w1, #0x1 // #1=0A= 4a0c: 90000002 adrp x2, 0 =0A= 4a10: aa1303e0 mov x0, x19=0A= 4a14: 91000042 add x2, x2, #0x0=0A= 4a18: 94000000 bl 0 =0A= return 1;=0A= 4a1c: 52800021 mov w1, #0x1 // #1=0A= 4a20: 17ffff5c b 4790 =0A= pwq_activate_delayed_work(work);=0A= 4a24: aa1503e0 mov x0, x21=0A= 4a28: 97ffed76 bl 0 =0A= 4a2c: 17ffffde b 49a4 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 4a30: 94000000 bl 0 =0A= 4a34: 72001c1f tst w0, #0xff=0A= 4a38: 54fffe61 b.ne 4a04 // b.any=0A= 4a3c: 52800023 mov w3, #0x1 // #1=0A= 4a40: 90000002 adrp x2, 0 =0A= 4a44: 90000000 adrp x0, 0 =0A= 4a48: 91000042 add x2, x2, #0x0=0A= 4a4c: 91000000 add x0, x0, #0x0=0A= 4a50: 528051a1 mov w1, #0x28d // #653=0A= 4a54: 39001e83 strb w3, [x20, #7]=0A= 4a58: 94000000 bl 0 =0A= 4a5c: 17ffffea b 4a04 =0A= WARN_ON_ONCE(!work_pending(work));=0A= 4a60: d4210000 brk #0x800=0A= 4a64: 17ffffde b 49dc =0A= =0A= 0000000000004a68 <__cancel_work.part.10>:=0A= static bool __cancel_work(struct work_struct *work, bool is_dwork)=0A= 4a68: d10103ff sub sp, sp, #0x40=0A= 4a6c: a9017bfd stp x29, x30, [sp, #16]=0A= 4a70: 910043fd add x29, sp, #0x10=0A= 4a74: a90253f3 stp x19, x20, [sp, #32]=0A= 4a78: 90000014 adrp x20, 0 <__stack_chk_guard>=0A= 4a7c: 91000294 add x20, x20, #0x0=0A= 4a80: aa0003f3 mov x19, x0=0A= 4a84: f9400280 ldr x0, [x20]=0A= 4a88: f90007e0 str x0, [sp, #8]=0A= 4a8c: d2800000 mov x0, #0x0 // #0=0A= 4a90: a9035bf5 stp x21, x22, [sp, #48]=0A= 4a94: 12001c36 and w22, w1, #0xff=0A= ret =3D try_to_grab_pending(work, is_dwork, &flags);=0A= 4a98: 910003e2 mov x2, sp=0A= 4a9c: 2a1603e1 mov w1, w22=0A= 4aa0: aa1303e0 mov x0, x19=0A= 4aa4: 97ffff0f bl 46e0 =0A= 4aa8: 2a0003f5 mov w21, w0=0A= } while (unlikely(ret =3D=3D -EAGAIN));=0A= 4aac: 31002c1f cmn w0, #0xb=0A= 4ab0: 54ffff40 b.eq 4a98 <__cancel_work.part.10+0x30> // b.none=0A= if (unlikely(ret < 0))=0A= 4ab4: 37f80600 tbnz w0, #31, 4b74 <__cancel_work.part.10+0x10c>=0A= __READ_ONCE_SIZE;=0A= 4ab8: f9400261 ldr x1, [x19]=0A= return data >> WORK_OFFQ_POOL_SHIFT;=0A= 4abc: d3459020 ubfx x0, x1, #5, #32=0A= if (data & WORK_STRUCT_PWQ)=0A= 4ac0: 36100081 tbz w1, #2, 4ad0 <__cancel_work.part.10+0x68>=0A= (data & WORK_STRUCT_WQ_DATA_MASK))->pool->id;=0A= 4ac4: 9278dc21 and x1, x1, #0xffffffffffffff00=0A= 4ac8: f9400020 ldr x0, [x1]=0A= 4acc: b940f800 ldr w0, [x0, #248]=0A= smp_wmb();=0A= 4ad0: d5033abf dmb ishst=0A= 4ad4: f9400261 ldr x1, [x19]=0A= set_work_data(work, (unsigned long)pool_id << WORK_OFFQ_POOL_SHIFT, 0);=0A= 4ad8: 937b7c00 sbfiz x0, x0, #5, #32=0A= WARN_ON_ONCE(!work_pending(work));=0A= 4adc: 36000501 tbz w1, #0, 4b7c <__cancel_work.part.10+0x114>=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4ae0: f9000260 str x0, [x19]=0A= smp_mb();=0A= 4ae4: d5033bbf dmb ish=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 4ae8: 90000001 adrp x1, 0 =0A= 4aec: 91000021 add x1, x1, #0x0=0A= 4af0: 91002021 add x1, x1, #0x8=0A= 4af4: aa0103f3 mov x19, x1=0A= 4af8: 94000000 bl 0 =0A= 4afc: 90000001 adrp x1, 0 <__per_cpu_offset>=0A= 4b00: 91000021 add x1, x1, #0x0=0A= 4b04: f8605821 ldr x1, [x1, w0, uxtw #3]=0A= 4b08: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 4b0c: b940f820 ldr w0, [x1, #248]=0A= 4b10: 340003a0 cbz w0, 4b84 <__cancel_work.part.10+0x11c>=0A= LL_WARN(lv->owner !=3D current);=0A= 4b14: f9407822 ldr x2, [x1, #240]=0A= 4b18: d5384100 mrs x0, sp_el0=0A= 4b1c: eb00005f cmp x2, x0=0A= 4b20: 54000361 b.ne 4b8c <__cancel_work.part.10+0x124> // b.any=0A= if (--lv->nestcnt)=0A= 4b24: b940f820 ldr w0, [x1, #248]=0A= 4b28: 51000400 sub w0, w0, #0x1=0A= 4b2c: b900f820 str w0, [x1, #248]=0A= 4b30: 34000180 cbz w0, 4b60 <__cancel_work.part.10+0xf8>=0A= return ret;=0A= 4b34: 710002bf cmp w21, #0x0=0A= 4b38: 1a9f07e0 cset w0, ne // ne =3D any=0A= }=0A= 4b3c: f94007e2 ldr x2, [sp, #8]=0A= 4b40: f9400281 ldr x1, [x20]=0A= 4b44: ca010041 eor x1, x2, x1=0A= 4b48: b5000261 cbnz x1, 4b94 <__cancel_work.part.10+0x12c>=0A= 4b4c: a9417bfd ldp x29, x30, [sp, #16]=0A= 4b50: a94253f3 ldp x19, x20, [sp, #32]=0A= 4b54: a9435bf5 ldp x21, x22, [sp, #48]=0A= 4b58: 910103ff add sp, sp, #0x40=0A= 4b5c: d65f03c0 ret=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 4b60: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 4b64: f900783f str xzr, [x1, #240]=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 4b68: 94000000 bl 0 =0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 4b6c: 94000000 bl 0 =0A= 4b70: 17fffff1 b 4b34 <__cancel_work.part.10+0xcc>=0A= return false;=0A= 4b74: 52800000 mov w0, #0x0 // #0=0A= 4b78: 17fffff1 b 4b3c <__cancel_work.part.10+0xd4>=0A= WARN_ON_ONCE(!work_pending(work));=0A= 4b7c: d4210000 brk #0x800=0A= 4b80: 17ffffd8 b 4ae0 <__cancel_work.part.10+0x78>=0A= LL_WARN(!lv->nestcnt);=0A= 4b84: d4210000 brk #0x800=0A= 4b88: 17ffffe3 b 4b14 <__cancel_work.part.10+0xac>=0A= LL_WARN(lv->owner !=3D current);=0A= 4b8c: d4210000 brk #0x800=0A= 4b90: 17ffffe5 b 4b24 <__cancel_work.part.10+0xbc>=0A= }=0A= 4b94: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000004b98 :=0A= {=0A= 4b98: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 4b9c: 52800021 mov w1, #0x1 // #1=0A= 4ba0: 910003fd mov x29, sp=0A= 4ba4: 97ffffb1 bl 4a68 <__cancel_work.part.10>=0A= }=0A= 4ba8: a8c17bfd ldp x29, x30, [sp], #16=0A= 4bac: d65f03c0 ret=0A= =0A= 0000000000004bb0 <__cancel_work_timer>:=0A= {=0A= 4bb0: d10243ff sub sp, sp, #0x90=0A= 4bb4: a9047bfd stp x29, x30, [sp, #64]=0A= 4bb8: 910103fd add x29, sp, #0x40=0A= 4bbc: a9065bf5 stp x21, x22, [sp, #96]=0A= 4bc0: 90000016 adrp x22, 0 <__stack_chk_guard>=0A= 4bc4: 910002d6 add x22, x22, #0x0=0A= 4bc8: 90000015 adrp x21, 0 =0A= 4bcc: 910002b5 add x21, x21, #0x0=0A= 4bd0: a90553f3 stp x19, x20, [sp, #80]=0A= 4bd4: aa0003f4 mov x20, x0=0A= 4bd8: f94002c0 ldr x0, [x22]=0A= 4bdc: f9001fe0 str x0, [sp, #56]=0A= 4be0: d2800000 mov x0, #0x0 // #0=0A= cwait.wait.func =3D cwt_wakefn;=0A= 4be4: 90000000 adrp x0, 0 =0A= 4be8: 91000013 add x19, x0, #0x0=0A= {=0A= 4bec: a90763f7 stp x23, x24, [sp, #112]=0A= 4bf0: 12001c38 and w24, w1, #0xff=0A= 4bf4: a9086bf9 stp x25, x26, [sp, #128]=0A= prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait,=0A= 4bf8: 910f02ba add x26, x21, #0x3c0=0A= WRITE_ONCE(list->next, list);=0A= 4bfc: 910083f9 add x25, sp, #0x20=0A= ret =3D try_to_grab_pending(work, is_dwork, &flags);=0A= 4c00: 910003e2 mov x2, sp=0A= 4c04: 2a1803e1 mov w1, w24=0A= 4c08: aa1403e0 mov x0, x20=0A= 4c0c: 97fffeb5 bl 46e0 =0A= 4c10: 2a0003f7 mov w23, w0=0A= if (unlikely(ret =3D=3D -ENOENT)) {=0A= 4c14: 3100081f cmn w0, #0x2=0A= 4c18: 54000960 b.eq 4d44 <__cancel_work_timer+0x194> // b.none=0A= } while (unlikely(ret < 0));=0A= 4c1c: 37ffff20 tbnz w0, #31, 4c00 <__cancel_work_timer+0x50>=0A= __READ_ONCE_SIZE;=0A= 4c20: f9400281 ldr x1, [x20]=0A= return data >> WORK_OFFQ_POOL_SHIFT;=0A= 4c24: d3459020 ubfx x0, x1, #5, #32=0A= if (data & WORK_STRUCT_PWQ)=0A= 4c28: 36100081 tbz w1, #2, 4c38 <__cancel_work_timer+0x88>=0A= (data & WORK_STRUCT_WQ_DATA_MASK))->pool->id;=0A= 4c2c: 9278dc21 and x1, x1, #0xffffffffffffff00=0A= 4c30: f9400020 ldr x0, [x1]=0A= 4c34: b940f800 ldr w0, [x0, #248]=0A= 4c38: f9400281 ldr x1, [x20]=0A= pool_id <<=3D WORK_OFFQ_POOL_SHIFT;=0A= 4c3c: 937b7c00 sbfiz x0, x0, #5, #32=0A= WARN_ON_ONCE(!work_pending(work));=0A= 4c40: 36000b41 tbz w1, #0, 4da8 <__cancel_work_timer+0x1f8>=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 4c44: 90000001 adrp x1, 0 =0A= 4c48: 91000021 add x1, x1, #0x0=0A= 4c4c: 91002021 add x1, x1, #0x8=0A= atomic_long_set(&work->data, data | flags | work_static(work));=0A= 4c50: d2800222 mov x2, #0x11 // #17=0A= 4c54: aa020000 orr x0, x0, x2=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4c58: f9000280 str x0, [x20]=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 4c5c: aa0103f3 mov x19, x1=0A= 4c60: 94000000 bl 0 =0A= 4c64: 90000001 adrp x1, 0 <__per_cpu_offset>=0A= 4c68: 91000021 add x1, x1, #0x0=0A= 4c6c: f8605821 ldr x1, [x1, w0, uxtw #3]=0A= 4c70: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 4c74: b940f820 ldr w0, [x1, #248]=0A= 4c78: 340008a0 cbz w0, 4d8c <__cancel_work_timer+0x1dc>=0A= LL_WARN(lv->owner !=3D current);=0A= 4c7c: f9407822 ldr x2, [x1, #240]=0A= 4c80: d5384100 mrs x0, sp_el0=0A= 4c84: eb00005f cmp x2, x0=0A= 4c88: 540008c1 b.ne 4da0 <__cancel_work_timer+0x1f0> // b.any=0A= if (--lv->nestcnt)=0A= 4c8c: b940f820 ldr w0, [x1, #248]=0A= 4c90: 51000400 sub w0, w0, #0x1=0A= 4c94: b900f820 str w0, [x1, #248]=0A= 4c98: 350000a0 cbnz w0, 4cac <__cancel_work_timer+0xfc>=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 4c9c: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 4ca0: f900783f str xzr, [x1, #240]=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 4ca4: 94000000 bl 0 =0A= 4ca8: 94000000 bl 0 =0A= if (wq_online)=0A= 4cac: 90000000 adrp x0, 0 =0A= 4cb0: 39400000 ldrb w0, [x0]=0A= 4cb4: 350003a0 cbnz w0, 4d28 <__cancel_work_timer+0x178>=0A= smp_wmb(); /* see set_work_pool_and_clear_pending() */=0A= 4cb8: d5033abf dmb ishst=0A= 4cbc: f9400280 ldr x0, [x20]=0A= WARN_ON_ONCE(!work_pending(work));=0A= 4cc0: 360003e0 tbz w0, #0, 4d3c <__cancel_work_timer+0x18c>=0A= 4cc4: b27b7be0 mov x0, #0xfffffffe0 // #68719476704=0A= 4cc8: f9000280 str x0, [x20]=0A= smp_mb();=0A= 4ccc: d5033bbf dmb ish=0A= __READ_ONCE_SIZE;=0A= 4cd0: 910f02a0 add x0, x21, #0x3c0=0A= if (waitqueue_active(&cancel_waitq))=0A= 4cd4: 9112c2b5 add x21, x21, #0x4b0=0A= 4cd8: f9407801 ldr x1, [x0, #240]=0A= 4cdc: eb15003f cmp x1, x21=0A= 4ce0: 540000a0 b.eq 4cf4 <__cancel_work_timer+0x144> // b.none=0A= __wake_up(&cancel_waitq, TASK_NORMAL, 1, work);=0A= 4ce4: aa1403e3 mov x3, x20=0A= 4ce8: 52800022 mov w2, #0x1 // #1=0A= 4cec: 52800061 mov w1, #0x3 // #3=0A= 4cf0: 94000000 bl 0 <__wake_up>=0A= return ret;=0A= 4cf4: 710002ff cmp w23, #0x0=0A= }=0A= 4cf8: f9401fe0 ldr x0, [sp, #56]=0A= 4cfc: f94002c1 ldr x1, [x22]=0A= 4d00: ca010001 eor x1, x0, x1=0A= 4d04: 1a9f07e0 cset w0, ne // ne =3D any=0A= 4d08: b5000581 cbnz x1, 4db8 <__cancel_work_timer+0x208>=0A= 4d0c: a9447bfd ldp x29, x30, [sp, #64]=0A= 4d10: a94553f3 ldp x19, x20, [sp, #80]=0A= 4d14: a9465bf5 ldp x21, x22, [sp, #96]=0A= 4d18: a94763f7 ldp x23, x24, [sp, #112]=0A= 4d1c: a9486bf9 ldp x25, x26, [sp, #128]=0A= 4d20: 910243ff add sp, sp, #0x90=0A= 4d24: d65f03c0 ret=0A= flush_work(work);=0A= 4d28: aa1403e0 mov x0, x20=0A= 4d2c: 94000000 bl 23e0 =0A= smp_wmb(); /* see set_work_pool_and_clear_pending() */=0A= 4d30: d5033abf dmb ishst=0A= 4d34: f9400280 ldr x0, [x20]=0A= WARN_ON_ONCE(!work_pending(work));=0A= 4d38: 3707fc60 tbnz w0, #0, 4cc4 <__cancel_work_timer+0x114>=0A= 4d3c: d4210000 brk #0x800=0A= 4d40: 17ffffe1 b 4cc4 <__cancel_work_timer+0x114>=0A= 4d44: d5384103 mrs x3, sp_el0=0A= prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait,=0A= 4d48: 910023e1 add x1, sp, #0x8=0A= 4d4c: aa1a03e0 mov x0, x26=0A= 4d50: 52800042 mov w2, #0x2 // #2=0A= init_wait(&cwait.wait);=0A= 4d54: b9000bff str wzr, [sp, #8]=0A= cwait.wait.func =3D cwt_wakefn;=0A= 4d58: a9014fe3 stp x3, x19, [sp, #16]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4d5c: f90013f9 str x25, [sp, #32]=0A= cwait.work =3D work;=0A= 4d60: a902d3f9 stp x25, x20, [sp, #40]=0A= prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait,=0A= 4d64: 94000000 bl 0 =0A= return !(data & WORK_STRUCT_PWQ) && (data & WORK_OFFQ_CANCELING);=0A= 4d68: d2800281 mov x1, #0x14 // #20=0A= __READ_ONCE_SIZE;=0A= 4d6c: f9400280 ldr x0, [x20]=0A= 4d70: 8a010000 and x0, x0, x1=0A= if (work_is_canceling(work))=0A= 4d74: f100401f cmp x0, #0x10=0A= 4d78: 540001c0 b.eq 4db0 <__cancel_work_timer+0x200> // b.none=0A= finish_wait(&cancel_waitq, &cwait.wait);=0A= 4d7c: 910023e1 add x1, sp, #0x8=0A= 4d80: aa1a03e0 mov x0, x26=0A= 4d84: 94000000 bl 0 =0A= 4d88: 17ffff9e b 4c00 <__cancel_work_timer+0x50>=0A= LL_WARN(!lv->nestcnt);=0A= 4d8c: d4210000 brk #0x800=0A= LL_WARN(lv->owner !=3D current);=0A= 4d90: f9407822 ldr x2, [x1, #240]=0A= 4d94: d5384100 mrs x0, sp_el0=0A= 4d98: eb00005f cmp x2, x0=0A= 4d9c: 54fff780 b.eq 4c8c <__cancel_work_timer+0xdc> // b.none=0A= 4da0: d4210000 brk #0x800=0A= 4da4: 17ffffba b 4c8c <__cancel_work_timer+0xdc>=0A= WARN_ON_ONCE(!work_pending(work));=0A= 4da8: d4210000 brk #0x800=0A= 4dac: 17ffffa6 b 4c44 <__cancel_work_timer+0x94>=0A= schedule();=0A= 4db0: 94000000 bl 0 =0A= 4db4: 17fffff2 b 4d7c <__cancel_work_timer+0x1cc>=0A= }=0A= 4db8: 94000000 bl 0 <__stack_chk_fail>=0A= 4dbc: d503201f nop=0A= =0A= 0000000000004dc0 :=0A= {=0A= 4dc0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= return __cancel_work_timer(work, false);=0A= 4dc4: 52800001 mov w1, #0x0 // #0=0A= {=0A= 4dc8: 910003fd mov x29, sp=0A= return __cancel_work_timer(work, false);=0A= 4dcc: 97ffff79 bl 4bb0 <__cancel_work_timer>=0A= }=0A= 4dd0: a8c17bfd ldp x29, x30, [sp], #16=0A= 4dd4: d65f03c0 ret=0A= =0A= 0000000000004dd8 :=0A= {=0A= 4dd8: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= return __cancel_work_timer(&dwork->work, true);=0A= 4ddc: 52800021 mov w1, #0x1 // #1=0A= {=0A= 4de0: 910003fd mov x29, sp=0A= return __cancel_work_timer(&dwork->work, true);=0A= 4de4: 97ffff73 bl 4bb0 <__cancel_work_timer>=0A= }=0A= 4de8: a8c17bfd ldp x29, x30, [sp], #16=0A= 4dec: d65f03c0 ret=0A= =0A= 0000000000004df0 :=0A= {=0A= 4df0: d10243ff sub sp, sp, #0x90=0A= set_user_nice(current, RESCUER_NICE_LEVEL);=0A= 4df4: 92800261 mov x1, #0xffffffffffffffec // #-20=0A= {=0A= 4df8: a9037bfd stp x29, x30, [sp, #48]=0A= 4dfc: 9100c3fd add x29, sp, #0x30=0A= 4e00: a90453f3 stp x19, x20, [sp, #64]=0A= 4e04: a9055bf5 stp x21, x22, [sp, #80]=0A= 4e08: a90663f7 stp x23, x24, [sp, #96]=0A= 4e0c: 90000018 adrp x24, 0 =0A= 4e10: 91000318 add x24, x24, #0x0=0A= 4e14: a9076bf9 stp x25, x26, [sp, #112]=0A= 4e18: 9000001a adrp x26, 0 =0A= 4e1c: a90873fb stp x27, x28, [sp, #128]=0A= 4e20: aa0003fc mov x28, x0=0A= 4e24: 90000000 adrp x0, 0 <__stack_chk_guard>=0A= 4e28: 91000000 add x0, x0, #0x0=0A= 4e2c: f9000fe0 str x0, [sp, #24]=0A= 4e30: f9400002 ldr x2, [x0]=0A= 4e34: f90017e2 str x2, [sp, #40]=0A= 4e38: d2800002 mov x2, #0x0 // #0=0A= struct list_head *scheduled =3D &rescuer->scheduled;=0A= 4e3c: 9100c39b add x27, x28, #0x30=0A= 4e40: d5384100 mrs x0, sp_el0=0A= struct workqueue_struct *wq =3D rescuer->rescue_wq;=0A= 4e44: f9404b96 ldr x22, [x28, #144]=0A= set_user_nice(current, RESCUER_NICE_LEVEL);=0A= 4e48: 94000000 bl 0 =0A= rescuer->task->flags |=3D PF_WQ_WORKER;=0A= 4e4c: f9402381 ldr x1, [x28, #64]=0A= 4e50: 90000000 adrp x0, 0 =0A= 4e54: 91000000 add x0, x0, #0x0=0A= 4e58: f9000be0 str x0, [sp, #16]=0A= 4e5c: 91000340 add x0, x26, #0x0=0A= 4e60: f90003e0 str x0, [sp]=0A= 4e64: b9403420 ldr w0, [x1, #52]=0A= 4e68: 910502d7 add x23, x22, #0x140=0A= 4e6c: 321b0000 orr w0, w0, #0x20=0A= 4e70: b9003420 str w0, [x1, #52]=0A= 4e74: d503201f nop=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4e78: d2808041 mov x1, #0x402 // #1026=0A= 4e7c: d5384100 mrs x0, sp_el0=0A= 4e80: f9000c01 str x1, [x0, #24]=0A= set_current_state(TASK_IDLE);=0A= 4e84: f9400be1 ldr x1, [sp, #16]=0A= 4e88: f90b8801 str x1, [x0, #5904]=0A= 4e8c: d5033bbf dmb ish=0A= should_stop =3D kthread_should_stop();=0A= 4e90: 94000000 bl 0 =0A= 4e94: 12001c00 and w0, w0, #0xff=0A= spin_lock_irq(&wq_mayday_lock);=0A= 4e98: f94003e1 ldr x1, [sp]=0A= should_stop =3D kthread_should_stop();=0A= 4e9c: b9000fe0 str w0, [sp, #12]=0A= spin_lock_irq(&wq_mayday_lock);=0A= 4ea0: 910b4035 add x21, x1, #0x2d0=0A= 4ea4: aa1503e0 mov x0, x21=0A= 4ea8: 94000000 bl 0 =0A= __READ_ONCE_SIZE;=0A= 4eac: f940a2c0 ldr x0, [x22, #320]=0A= while (!list_empty(&wq->maydays)) {=0A= 4eb0: eb0002ff cmp x23, x0=0A= 4eb4: 54000d40 b.eq 505c // b.none=0A= struct pool_workqueue *pwq =3D list_first_entry(&wq->maydays,=0A= 4eb8: f940a2d4 ldr x20, [x22, #320]=0A= 4ebc: d5384101 mrs x1, sp_el0=0A= spin_unlock_irq(&wq_mayday_lock);=0A= 4ec0: aa1503e0 mov x0, x21=0A= struct pool_workqueue *pwq =3D list_first_entry(&wq->maydays,=0A= 4ec4: d102029a sub x26, x20, #0x80=0A= struct worker_pool *pool =3D pwq->pool;=0A= 4ec8: f8580293 ldur x19, [x20, #-128]=0A= __set_current_state(TASK_RUNNING);=0A= 4ecc: f9000c3f str xzr, [x1, #24]=0A= 4ed0: f90b8838 str x24, [x1, #5904]=0A= __list_del(entry->prev, entry->next);=0A= 4ed4: a9400682 ldp x2, x1, [x20]=0A= next->prev =3D prev;=0A= 4ed8: f9000441 str x1, [x2, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4edc: f9000022 str x2, [x1]=0A= 4ee0: f9000294 str x20, [x20]=0A= list->prev =3D list;=0A= 4ee4: f9000694 str x20, [x20, #8]=0A= spin_unlock_irq(&wq_mayday_lock);=0A= 4ee8: 94000000 bl 0 =0A= worker_attach_to_pool(rescuer, pool);=0A= 4eec: aa1303e1 mov x1, x19=0A= 4ef0: aa1c03e0 mov x0, x28=0A= 4ef4: 97fff0e5 bl 1288 =0A= spin_lock_irq(&pool->lock);=0A= 4ef8: aa1303e0 mov x0, x19=0A= 4efc: 94000000 bl 0 =0A= rescuer->pool =3D pool;=0A= 4f00: f9002793 str x19, [x28, #72]=0A= __READ_ONCE_SIZE;=0A= 4f04: f9401b80 ldr x0, [x28, #48]=0A= WARN_ON_ONCE(!list_empty(scheduled));=0A= 4f08: eb00037f cmp x27, x0=0A= 4f0c: 54000f81 b.ne 50fc // b.any=0A= list_for_each_entry_safe(work, n, &pool->worklist, entry) {=0A= 4f10: f9408664 ldr x4, [x19, #264]=0A= 4f14: 91042279 add x25, x19, #0x108=0A= bool first =3D true;=0A= 4f18: 52800028 mov w8, #0x1 // #1=0A= list_for_each_entry_safe(work, n, &pool->worklist, entry) {=0A= 4f1c: eb04033f cmp x25, x4=0A= 4f20: f85f8482 ldr x2, [x4], #-8=0A= 4f24: d1002042 sub x2, x2, #0x8=0A= 4f28: 54000121 b.ne 4f4c // b.any=0A= 4f2c: 14000035 b 5000 =0A= 4f30: aa0203e0 mov x0, x2=0A= 4f34: aa0203e4 mov x4, x2=0A= first =3D false;=0A= 4f38: 52800008 mov w8, #0x0 // #0=0A= list_for_each_entry_safe(work, n, &pool->worklist, entry) {=0A= 4f3c: f8408c02 ldr x2, [x0, #8]!=0A= 4f40: d1002042 sub x2, x2, #0x8=0A= 4f44: eb19001f cmp x0, x25=0A= 4f48: 540005c0 b.eq 5000 // b.none=0A= 4f4c: f9400081 ldr x1, [x4]=0A= return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);=0A= 4f50: 9278dc20 and x0, x1, #0xffffffffffffff00=0A= 4f54: f27e003f tst x1, #0x4=0A= 4f58: 9a9f1000 csel x0, x0, xzr, ne // ne =3D any=0A= if (get_work_pwq(work) =3D=3D pwq) {=0A= 4f5c: eb00035f cmp x26, x0=0A= 4f60: 54fffe81 b.ne 4f30 // b.any=0A= if (first)=0A= 4f64: 34000088 cbz w8, 4f74 =0A= pool->watchdog_ts =3D jiffies;=0A= 4f68: 90000000 adrp x0, 0 =0A= 4f6c: f9400000 ldr x0, [x0]=0A= 4f70: f9008260 str x0, [x19, #256]=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 4f74: aa0403e0 mov x0, x4=0A= 4f78: f8408c02 ldr x2, [x0, #8]!=0A= 4f7c: d1002041 sub x1, x2, #0x8=0A= 4f80: b4000ba0 cbz x0, 50f4 =0A= __list_del(entry->prev, entry->next);=0A= 4f84: f9400888 ldr x8, [x4, #16]=0A= next->prev =3D prev;=0A= 4f88: f9000448 str x8, [x2, #8]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 4f8c: f9000102 str x2, [x8]=0A= __list_add(new, head->prev, head);=0A= 4f90: f9401f82 ldr x2, [x28, #56]=0A= next->prev =3D new;=0A= 4f94: f9001f80 str x0, [x28, #56]=0A= new->prev =3D prev;=0A= 4f98: a900889b stp x27, x2, [x4, #8]=0A= 4f9c: f9000040 str x0, [x2]=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 4fa0: f9400080 ldr x0, [x4]=0A= 4fa4: 37180180 tbnz w0, #3, 4fd4 =0A= 4fa8: 14000053 b 50f4 =0A= __list_del(entry->prev, entry->next);=0A= 4fac: f9400828 ldr x8, [x1, #16]=0A= next->prev =3D prev;=0A= 4fb0: f9000488 str x8, [x4, #8]=0A= 4fb4: f9000104 str x4, [x8]=0A= __list_add(new, head->prev, head);=0A= 4fb8: f9401f84 ldr x4, [x28, #56]=0A= next->prev =3D new;=0A= 4fbc: f9001f80 str x0, [x28, #56]=0A= new->prev =3D prev;=0A= 4fc0: a900903b stp x27, x4, [x1, #8]=0A= 4fc4: f9000080 str x0, [x4]=0A= 4fc8: f9400020 ldr x0, [x1]=0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 4fcc: aa0203e1 mov x1, x2=0A= if (!(*work_data_bits(work) & WORK_STRUCT_LINKED))=0A= 4fd0: 361ffb00 tbz w0, #3, 4f30 =0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 4fd4: aa0103e0 mov x0, x1=0A= 4fd8: f8408c04 ldr x4, [x0, #8]!=0A= 4fdc: d1002082 sub x2, x4, #0x8=0A= 4fe0: b5fffe60 cbnz x0, 4fac =0A= list_for_each_entry_safe(work, n, &pool->worklist, entry) {=0A= 4fe4: aa0203e0 mov x0, x2=0A= 4fe8: aa0203e4 mov x4, x2=0A= first =3D false;=0A= 4fec: 52800008 mov w8, #0x0 // #0=0A= list_for_each_entry_safe(work, n, &pool->worklist, entry) {=0A= 4ff0: f8408c02 ldr x2, [x0, #8]!=0A= 4ff4: d1002042 sub x2, x2, #0x8=0A= 4ff8: eb19001f cmp x0, x25=0A= 4ffc: 54fffa81 b.ne 4f4c // b.any=0A= __READ_ONCE_SIZE;=0A= 5000: f9401b80 ldr x0, [x28, #48]=0A= if (!list_empty(scheduled)) {=0A= 5004: eb00037f cmp x27, x0=0A= 5008: 54000481 b.ne 5098 // b.any=0A= put_pwq(pwq);=0A= 500c: aa1a03e0 mov x0, x26=0A= 5010: 97fff92a bl 34b8 =0A= 5014: f9408660 ldr x0, [x19, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 5018: eb00033f cmp x25, x0=0A= 501c: 540000a0 b.eq 5030 // b.none=0A= 5020: b9458260 ldr w0, [x19, #1408]=0A= 5024: 35000060 cbnz w0, 5030 =0A= wake_up_worker(pool);=0A= 5028: aa1303e0 mov x0, x19=0A= 502c: 97ffecff bl 428 =0A= rescuer->pool =3D NULL;=0A= 5030: f900279f str xzr, [x28, #72]=0A= spin_unlock_irq(&pool->lock);=0A= 5034: aa1303e0 mov x0, x19=0A= 5038: 94000000 bl 0 =0A= worker_detach_from_pool(rescuer, pool);=0A= 503c: aa1303e1 mov x1, x19=0A= 5040: aa1c03e0 mov x0, x28=0A= 5044: 97ffefe7 bl fe0 =0A= spin_lock_irq(&wq_mayday_lock);=0A= 5048: aa1503e0 mov x0, x21=0A= 504c: 94000000 bl 0 =0A= 5050: f940a2c0 ldr x0, [x22, #320]=0A= while (!list_empty(&wq->maydays)) {=0A= 5054: eb0002ff cmp x23, x0=0A= 5058: 54fff301 b.ne 4eb8 // b.any=0A= spin_unlock_irq(&wq_mayday_lock);=0A= 505c: f94003e0 ldr x0, [sp]=0A= 5060: 910b4000 add x0, x0, #0x2d0=0A= 5064: 94000000 bl 0 =0A= if (should_stop) {=0A= 5068: b9400fe0 ldr w0, [sp, #12]=0A= 506c: 350005c0 cbnz w0, 5124 =0A= WARN_ON_ONCE(!(rescuer->flags & WORKER_NOT_RUNNING));=0A= 5070: b9406b81 ldr w1, [x28, #104]=0A= 5074: 52803900 mov w0, #0x1c8 // #456=0A= 5078: 6a00003f tst w1, w0=0A= 507c: 54000360 b.eq 50e8 // b.none=0A= schedule();=0A= 5080: 94000000 bl 0 =0A= goto repeat;=0A= 5084: 17ffff7d b 4e78 =0A= struct work_struct *work =3D list_first_entry(&worker->scheduled,=0A= 5088: f9401b81 ldr x1, [x28, #48]=0A= process_one_work(worker, work);=0A= 508c: aa1c03e0 mov x0, x28=0A= 5090: d1002021 sub x1, x1, #0x8=0A= 5094: 97fffb57 bl 3df0 =0A= 5098: f9401b80 ldr x0, [x28, #48]=0A= while (!list_empty(&worker->scheduled)) {=0A= 509c: eb00037f cmp x27, x0=0A= 50a0: 54ffff41 b.ne 5088 // b.any=0A= 50a4: f9408660 ldr x0, [x19, #264]=0A= return !list_empty(&pool->worklist) && __need_more_worker(pool);=0A= 50a8: eb00033f cmp x25, x0=0A= 50ac: 54fffb00 b.eq 500c // b.none=0A= 50b0: b9458260 ldr w0, [x19, #1408]=0A= 50b4: 35fffac0 cbnz w0, 500c =0A= return need_more_worker(pool) && !may_start_working(pool);=0A= 50b8: b9411e60 ldr w0, [x19, #284]=0A= 50bc: 35fffa80 cbnz w0, 500c =0A= spin_lock(&wq_mayday_lock);=0A= 50c0: aa1503e0 mov x0, x21=0A= 50c4: 94000000 bl 0 =0A= if (wq->rescuer && list_empty(&pwq->mayday_node)) {=0A= 50c8: f940aac0 ldr x0, [x22, #336]=0A= 50cc: b4000080 cbz x0, 50dc =0A= 50d0: f9400280 ldr x0, [x20]=0A= 50d4: eb00029f cmp x20, x0=0A= 50d8: 54000160 b.eq 5104 // b.none=0A= spin_unlock(&wq_mayday_lock);=0A= 50dc: aa1503e0 mov x0, x21=0A= 50e0: 94000000 bl 0 =0A= 50e4: 17ffffca b 500c =0A= WARN_ON_ONCE(!(rescuer->flags & WORKER_NOT_RUNNING));=0A= 50e8: d4210000 brk #0x800=0A= schedule();=0A= 50ec: 94000000 bl 0 =0A= goto repeat;=0A= 50f0: 17ffff62 b 4e78 =0A= list_for_each_entry_safe_from(work, n, NULL, entry) {=0A= 50f4: aa0103e2 mov x2, x1=0A= 50f8: 17ffff8e b 4f30 =0A= WARN_ON_ONCE(!list_empty(scheduled));=0A= 50fc: d4210000 brk #0x800=0A= 5100: 17ffff84 b 4f10 =0A= get_pwq(pwq);=0A= 5104: aa1a03e0 mov x0, x26=0A= 5108: d101a281 sub x1, x20, #0x68=0A= 510c: 97fff429 bl 21b0 =0A= __list_add(new, head->prev, head);=0A= 5110: f940a6c0 ldr x0, [x22, #328]=0A= next->prev =3D new;=0A= 5114: f900a6d4 str x20, [x22, #328]=0A= new->prev =3D prev;=0A= 5118: a9000297 stp x23, x0, [x20]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 511c: f9000014 str x20, [x0]=0A= WRITE_ONCE(prev->next, new);=0A= 5120: 17ffffef b 50dc =0A= __set_current_state(TASK_RUNNING);=0A= 5124: 90000001 adrp x1, 0 =0A= 5128: 91000021 add x1, x1, #0x0=0A= 512c: d5384102 mrs x2, sp_el0=0A= 5130: f90b8841 str x1, [x2, #5904]=0A= }=0A= 5134: 52800000 mov w0, #0x0 // #0=0A= 5138: f9400fe1 ldr x1, [sp, #24]=0A= __set_current_state(TASK_RUNNING);=0A= 513c: f9000c5f str xzr, [x2, #24]=0A= }=0A= 5140: f94017e2 ldr x2, [sp, #40]=0A= 5144: f9400024 ldr x4, [x1]=0A= 5148: ca040044 eor x4, x2, x4=0A= rescuer->task->flags &=3D ~PF_WQ_WORKER;=0A= 514c: f9402382 ldr x2, [x28, #64]=0A= 5150: b9403441 ldr w1, [x2, #52]=0A= 5154: 121a7821 and w1, w1, #0xffffffdf=0A= 5158: b9003441 str w1, [x2, #52]=0A= }=0A= 515c: b5000124 cbnz x4, 5180 =0A= 5160: a9437bfd ldp x29, x30, [sp, #48]=0A= 5164: a94453f3 ldp x19, x20, [sp, #64]=0A= 5168: a9455bf5 ldp x21, x22, [sp, #80]=0A= 516c: a94663f7 ldp x23, x24, [sp, #96]=0A= 5170: a9476bf9 ldp x25, x26, [sp, #112]=0A= 5174: a94873fb ldp x27, x28, [sp, #128]=0A= 5178: 910243ff add sp, sp, #0x90=0A= 517c: d65f03c0 ret=0A= 5180: 94000000 bl 0 <__stack_chk_fail>=0A= 5184: d503201f nop=0A= =0A= 0000000000005188 :=0A= {=0A= 5188: a9be7bfd stp x29, x30, [sp, #-32]!=0A= 518c: d5384102 mrs x2, sp_el0=0A= 5190: 910003fd mov x29, sp=0A= 5194: a90153f3 stp x19, x20, [sp, #16]=0A= 5198: aa0003f4 mov x20, x0=0A= 519c: aa0103f3 mov x19, x1=0A= __READ_ONCE_SIZE;=0A= 51a0: b9401042 ldr w2, [x2, #16]=0A= fn(&ew->work);=0A= 51a4: aa0103e0 mov x0, x1=0A= if (!in_interrupt()) {=0A= 51a8: 7218305f tst w2, #0x1fff00=0A= 51ac: 540000c1 b.ne 51c4 // b.any=0A= fn(&ew->work);=0A= 51b0: d63f0280 blr x20=0A= return 0;=0A= 51b4: 52800000 mov w0, #0x0 // #0=0A= }=0A= 51b8: a94153f3 ldp x19, x20, [sp, #16]=0A= 51bc: a8c27bfd ldp x29, x30, [sp], #32=0A= 51c0: d65f03c0 ret=0A= INIT_WORK(&ew->work, fn);=0A= 51c4: b27b7be3 mov x3, #0xfffffffe0 // #68719476704=0A= 51c8: f8020403 str x3, [x0], #32=0A= 51cc: 90000002 adrp x2, 0 =0A= 51d0: 91000042 add x2, x2, #0x0=0A= 51d4: 52800003 mov w3, #0x0 // #0=0A= 51d8: 9109c042 add x2, x2, #0x270=0A= 51dc: 90000001 adrp x1, 0 =0A= 51e0: 91000021 add x1, x1, #0x0=0A= 51e4: 94000000 bl 0 =0A= return queue_work(system_wq, work);=0A= 51e8: 90000001 adrp x1, 0 =0A= 51ec: 91002260 add x0, x19, #0x8=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 51f0: f9000660 str x0, [x19, #8]=0A= return queue_work_on(WORK_CPU_UNBOUND, wq, work);=0A= 51f4: aa1303e2 mov x2, x19=0A= 51f8: f9400021 ldr x1, [x1]=0A= 51fc: a9015260 stp x0, x20, [x19, #16]=0A= 5200: 52800800 mov w0, #0x40 // #64=0A= 5204: 94000000 bl 3330 =0A= 5208: 52800020 mov w0, #0x1 // #1=0A= }=0A= 520c: a94153f3 ldp x19, x20, [sp, #16]=0A= 5210: a8c27bfd ldp x29, x30, [sp], #32=0A= 5214: d65f03c0 ret=0A= =0A= 0000000000005218 :=0A= {=0A= 5218: d10243ff sub sp, sp, #0x90=0A= INIT_WORK_ONSTACK(&wfc.work, work_for_cpu_fn);=0A= 521c: 90000004 adrp x4, 0 =0A= 5220: 91000084 add x4, x4, #0x0=0A= 5224: b27b7be6 mov x6, #0xfffffffe0 // #68719476704=0A= 5228: 90000005 adrp x5, 0 =0A= 522c: 52800003 mov w3, #0x0 // #0=0A= {=0A= 5230: a9077bfd stp x29, x30, [sp, #112]=0A= 5234: 9101c3fd add x29, sp, #0x70=0A= 5238: a90853f3 stp x19, x20, [sp, #128]=0A= 523c: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 5240: 91000273 add x19, x19, #0x0=0A= 5244: 2a0003f4 mov w20, w0=0A= 5248: f9400260 ldr x0, [x19]=0A= 524c: f90037e0 str x0, [sp, #104]=0A= 5250: d2800000 mov x0, #0x0 // #0=0A= struct work_for_cpu wfc =3D { .fn =3D fn, .arg =3D arg };=0A= 5254: a904ffff stp xzr, xzr, [sp, #72]=0A= INIT_WORK_ONSTACK(&wfc.work, work_for_cpu_fn);=0A= 5258: 910083e0 add x0, sp, #0x20=0A= struct work_for_cpu wfc =3D { .fn =3D fn, .arg =3D arg };=0A= 525c: a905ffff stp xzr, xzr, [sp, #88]=0A= INIT_WORK_ONSTACK(&wfc.work, work_for_cpu_fn);=0A= 5260: f90003e6 str x6, [sp]=0A= struct work_for_cpu wfc =3D { .fn =3D fn, .arg =3D arg };=0A= 5264: a900ffff stp xzr, xzr, [sp, #8]=0A= 5268: a901ffff stp xzr, xzr, [sp, #24]=0A= 526c: a902ffff stp xzr, xzr, [sp, #40]=0A= 5270: a903ffff stp xzr, xzr, [sp, #56]=0A= 5274: a9050be1 stp x1, x2, [sp, #80]=0A= INIT_WORK_ONSTACK(&wfc.work, work_for_cpu_fn);=0A= 5278: 910000a1 add x1, x5, #0x0=0A= 527c: 9109e082 add x2, x4, #0x278=0A= 5280: 94000000 bl 0 =0A= WRITE_ONCE(list->next, list);=0A= 5284: 910023e4 add x4, sp, #0x8=0A= return queue_work_on(cpu, system_wq, work);=0A= 5288: 90000001 adrp x1, 0 =0A= 528c: 90000003 adrp x3, 0 =0A= 5290: 91000063 add x3, x3, #0x0=0A= 5294: 910003e2 mov x2, sp=0A= 5298: f9400021 ldr x1, [x1]=0A= 529c: 2a1403e0 mov w0, w20=0A= 52a0: f90007e4 str x4, [sp, #8]=0A= 52a4: a9010fe4 stp x4, x3, [sp, #16]=0A= 52a8: 94000000 bl 3330 =0A= flush_work(&wfc.work);=0A= 52ac: 910003e0 mov x0, sp=0A= 52b0: 94000000 bl 23e0 =0A= }=0A= 52b4: f94037e0 ldr x0, [sp, #104]=0A= 52b8: f9400261 ldr x1, [x19]=0A= 52bc: ca010001 eor x1, x0, x1=0A= 52c0: f94033e0 ldr x0, [sp, #96]=0A= 52c4: b50000a1 cbnz x1, 52d8 =0A= 52c8: a9477bfd ldp x29, x30, [sp, #112]=0A= 52cc: a94853f3 ldp x19, x20, [sp, #128]=0A= 52d0: 910243ff add sp, sp, #0x90=0A= 52d4: d65f03c0 ret=0A= 52d8: 94000000 bl 0 <__stack_chk_fail>=0A= 52dc: d503201f nop=0A= =0A= 00000000000052e0 :=0A= {=0A= 52e0: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 52e4: 910003fd mov x29, sp=0A= 52e8: a90153f3 stp x19, x20, [sp, #16]=0A= 52ec: 2a0003f3 mov w19, w0=0A= 52f0: aa0103f4 mov x20, x1=0A= 52f4: f90013f5 str x21, [sp, #32]=0A= 52f8: aa0203f5 mov x21, x2=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 52fc: 94000000 bl 0 =0A= 5300: 7100027f cmp w19, #0x0=0A= 5304: 1100fe63 add w3, w19, #0x3f=0A= 5308: 1a93b063 csel w3, w3, w19, lt // lt =3D tstop=0A= 530c: 90000000 adrp x0, 0 <__cpu_online_mask>=0A= 5310: 91000000 add x0, x0, #0x0=0A= 5314: 13067c63 asr w3, w3, #6=0A= 5318: 93407c63 sxtw x3, w3=0A= 531c: f8637800 ldr x0, [x0, x3, lsl #3]=0A= 5320: 9ad32400 lsr x0, x0, x19=0A= if (cpu_online(cpu))=0A= 5324: 36000180 tbz w0, #0, 5354 =0A= ret =3D work_on_cpu(cpu, fn, arg);=0A= 5328: 2a1303e0 mov w0, w19=0A= 532c: aa1503e2 mov x2, x21=0A= 5330: aa1403e1 mov x1, x20=0A= 5334: 94000000 bl 5218 =0A= 5338: aa0003f3 mov x19, x0=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 533c: 94000000 bl 0 =0A= }=0A= 5340: aa1303e0 mov x0, x19=0A= 5344: a94153f3 ldp x19, x20, [sp, #16]=0A= 5348: f94013f5 ldr x21, [sp, #32]=0A= 534c: a8c37bfd ldp x29, x30, [sp], #48=0A= 5350: d65f03c0 ret=0A= long ret =3D -ENODEV;=0A= 5354: 92800253 mov x19, #0xffffffffffffffed // #-19=0A= 5358: 17fffff9 b 533c =0A= 535c: d503201f nop=0A= =0A= 0000000000005360 :=0A= __queue_work(dwork->cpu, dwork->wq, &dwork->work);=0A= 5360: aa0003e2 mov x2, x0=0A= {=0A= 5364: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5368: 910003fd mov x29, sp=0A= __queue_work(dwork->cpu, dwork->wq, &dwork->work);=0A= 536c: b940b800 ldr w0, [x0, #184]=0A= 5370: f9405841 ldr x1, [x2, #176]=0A= 5374: 97fff6d3 bl 2ec0 <__queue_work>=0A= }=0A= 5378: a8c17bfd ldp x29, x30, [sp], #16=0A= 537c: d65f03c0 ret=0A= =0A= 0000000000005380 <__queue_delayed_work>:=0A= {=0A= 5380: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= struct timer_list *timer =3D &dwork->timer;=0A= 5384: 91014044 add x4, x2, #0x50=0A= {=0A= 5388: 910003fd mov x29, sp=0A= WARN_ON_ONCE(!wq);=0A= 538c: b4000421 cbz x1, 5410 <__queue_delayed_work+0x90>=0A= WARN_ON_ONCE(timer->function !=3D delayed_work_timer_fn);=0A= 5390: f9400c86 ldr x6, [x4, #24]=0A= 5394: 90000005 adrp x5, 5360 =0A= 5398: 910000a5 add x5, x5, #0x0=0A= 539c: eb0500df cmp x6, x5=0A= 53a0: 540003c1 b.ne 5418 <__queue_delayed_work+0x98> // b.any=0A= WARN_ON_ONCE(timer->data !=3D (unsigned long)dwork);=0A= 53a4: f9401085 ldr x5, [x4, #32]=0A= 53a8: eb05005f cmp x2, x5=0A= 53ac: 540003a1 b.ne 5420 <__queue_delayed_work+0xa0> // b.any=0A= WARN_ON_ONCE(timer_pending(timer));=0A= 53b0: f9400485 ldr x5, [x4, #8]=0A= 53b4: b50003a5 cbnz x5, 5428 <__queue_delayed_work+0xa8>=0A= __READ_ONCE_SIZE;=0A= 53b8: aa0203e5 mov x5, x2=0A= 53bc: f8408ca6 ldr x6, [x5, #8]!=0A= WARN_ON_ONCE(!list_empty(&work->entry));=0A= 53c0: eb0600bf cmp x5, x6=0A= 53c4: 54000221 b.ne 5408 <__queue_delayed_work+0x88> // b.any=0A= if (!delay) {=0A= 53c8: b40001a3 cbz x3, 53fc <__queue_delayed_work+0x7c>=0A= timer->expires =3D jiffies + delay;=0A= 53cc: 90000005 adrp x5, 0 =0A= dwork->wq =3D wq;=0A= 53d0: f9005841 str x1, [x2, #176]=0A= dwork->cpu =3D cpu;=0A= 53d4: b900b840 str w0, [x2, #184]=0A= if (unlikely(cpu !=3D WORK_CPU_UNBOUND))=0A= 53d8: 7101001f cmp w0, #0x40=0A= timer->expires =3D jiffies + delay;=0A= 53dc: f94000a1 ldr x1, [x5]=0A= 53e0: 8b030021 add x1, x1, x3=0A= 53e4: f9000881 str x1, [x4, #16]=0A= if (unlikely(cpu !=3D WORK_CPU_UNBOUND))=0A= 53e8: 54000241 b.ne 5430 <__queue_delayed_work+0xb0> // b.any=0A= add_timer(timer);=0A= 53ec: aa0403e0 mov x0, x4=0A= 53f0: 94000000 bl 0 =0A= }=0A= 53f4: a8c17bfd ldp x29, x30, [sp], #16=0A= 53f8: d65f03c0 ret=0A= __queue_work(cpu, wq, &dwork->work);=0A= 53fc: 97fff6b1 bl 2ec0 <__queue_work>=0A= }=0A= 5400: a8c17bfd ldp x29, x30, [sp], #16=0A= 5404: d65f03c0 ret=0A= WARN_ON_ONCE(!list_empty(&work->entry));=0A= 5408: d4210000 brk #0x800=0A= 540c: 17ffffef b 53c8 <__queue_delayed_work+0x48>=0A= WARN_ON_ONCE(!wq);=0A= 5410: d4210000 brk #0x800=0A= 5414: 17ffffdf b 5390 <__queue_delayed_work+0x10>=0A= WARN_ON_ONCE(timer->function !=3D delayed_work_timer_fn);=0A= 5418: d4210000 brk #0x800=0A= 541c: 17ffffe2 b 53a4 <__queue_delayed_work+0x24>=0A= WARN_ON_ONCE(timer->data !=3D (unsigned long)dwork);=0A= 5420: d4210000 brk #0x800=0A= 5424: 17ffffe3 b 53b0 <__queue_delayed_work+0x30>=0A= WARN_ON_ONCE(timer_pending(timer));=0A= 5428: d4210000 brk #0x800=0A= 542c: 17ffffe3 b 53b8 <__queue_delayed_work+0x38>=0A= add_timer_on(timer, cpu);=0A= 5430: 2a0003e1 mov w1, w0=0A= 5434: aa0403e0 mov x0, x4=0A= 5438: 94000000 bl 0 =0A= 543c: 17ffffee b 53f4 <__queue_delayed_work+0x74>=0A= =0A= 0000000000005440 :=0A= {=0A= 5440: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 5444: 910003fd mov x29, sp=0A= 5448: a9025bf5 stp x21, x22, [sp, #32]=0A= local_lock_irqsave(pendingb_lock, flags);=0A= 544c: 90000015 adrp x21, 0 <__per_cpu_offset>=0A= 5450: 910002b5 add x21, x21, #0x0=0A= {=0A= 5454: aa0203f6 mov x22, x2=0A= 5458: a90153f3 stp x19, x20, [sp, #16]=0A= local_lock_irqsave(pendingb_lock, flags);=0A= 545c: 90000013 adrp x19, 0 =0A= {=0A= 5460: a90363f7 stp x23, x24, [sp, #48]=0A= 5464: aa0103f8 mov x24, x1=0A= 5468: 2a0003f7 mov w23, w0=0A= 546c: f90023f9 str x25, [sp, #64]=0A= 5470: aa0303f9 mov x25, x3=0A= local_lock_irqsave(pendingb_lock, flags);=0A= 5474: 94000000 bl 0 =0A= 5478: 91000273 add x19, x19, #0x0=0A= 547c: 94000000 bl 0 =0A= 5480: 91002274 add x20, x19, #0x8=0A= 5484: f8605aa0 ldr x0, [x21, w0, uxtw #3]=0A= 5488: d5384101 mrs x1, sp_el0=0A= 548c: 8b000294 add x20, x20, x0=0A= if (lv->owner !=3D current) {=0A= 5490: f9407a80 ldr x0, [x20, #240]=0A= 5494: eb01001f cmp x0, x1=0A= 5498: 540005c0 b.eq 5550 // b.none=0A= spin_lock_irqsave(&lv->lock, lv->flags);=0A= 549c: f900829f str xzr, [x20, #256]=0A= 54a0: aa1403e0 mov x0, x20=0A= 54a4: 94000000 bl 0 =0A= LL_WARN(lv->owner);=0A= 54a8: f9407a80 ldr x0, [x20, #240]=0A= 54ac: b50008c0 cbnz x0, 55c4 =0A= LL_WARN(lv->nestcnt);=0A= 54b0: b940fa80 ldr w0, [x20, #248]=0A= 54b4: 35000840 cbnz w0, 55bc =0A= 54b8: d5384101 mrs x1, sp_el0=0A= lv->nestcnt =3D 1;=0A= 54bc: 52800020 mov w0, #0x1 // #1=0A= lv->owner =3D current;=0A= 54c0: f9007a81 str x1, [x20, #240]=0A= lv->nestcnt =3D 1;=0A= 54c4: b900fa80 str w0, [x20, #248]=0A= 54c8: 90000000 adrp x0, 0 =0A= 54cc: 91000000 add x0, x0, #0x0=0A= bool ret =3D false;=0A= 54d0: 52800014 mov w20, #0x0 // #0=0A= local_lock_irqsave(pendingb_lock, flags);=0A= 54d4: 94000000 bl 0 <__this_cpu_preempt_check>=0A= if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {=0A= 54d8: aa1603e1 mov x1, x22=0A= 54dc: 52800000 mov w0, #0x0 // #0=0A= 54e0: 94000000 bl 0 =0A= 54e4: 340004e0 cbz w0, 5580 =0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 54e8: 91002261 add x1, x19, #0x8=0A= 54ec: aa0103f3 mov x19, x1=0A= 54f0: 94000000 bl 0 =0A= 54f4: f8605aa1 ldr x1, [x21, w0, uxtw #3]=0A= 54f8: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 54fc: b940f820 ldr w0, [x1, #248]=0A= 5500: 340005a0 cbz w0, 55b4 =0A= LL_WARN(lv->owner !=3D current);=0A= 5504: f9407822 ldr x2, [x1, #240]=0A= 5508: d5384100 mrs x0, sp_el0=0A= 550c: eb00005f cmp x2, x0=0A= 5510: 540005e1 b.ne 55cc // b.any=0A= if (--lv->nestcnt)=0A= 5514: b940f820 ldr w0, [x1, #248]=0A= 5518: 51000400 sub w0, w0, #0x1=0A= 551c: b900f820 str w0, [x1, #248]=0A= 5520: 350000a0 cbnz w0, 5534 =0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 5524: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 5528: f900783f str xzr, [x1, #240]=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 552c: 94000000 bl 0 =0A= 5530: 94000000 bl 0 =0A= }=0A= 5534: 2a1403e0 mov w0, w20=0A= 5538: a94153f3 ldp x19, x20, [sp, #16]=0A= 553c: a9425bf5 ldp x21, x22, [sp, #32]=0A= 5540: a94363f7 ldp x23, x24, [sp, #48]=0A= 5544: f94023f9 ldr x25, [sp, #64]=0A= 5548: a8c57bfd ldp x29, x30, [sp], #80=0A= 554c: d65f03c0 ret=0A= lv->nestcnt++;=0A= 5550: b940fa80 ldr w0, [x20, #248]=0A= 5554: 11000400 add w0, w0, #0x1=0A= 5558: b900fa80 str w0, [x20, #248]=0A= bool ret =3D false;=0A= 555c: 52800014 mov w20, #0x0 // #0=0A= local_lock_irqsave(pendingb_lock, flags);=0A= 5560: 94000000 bl 0 =0A= 5564: 90000000 adrp x0, 0 =0A= 5568: 91000000 add x0, x0, #0x0=0A= 556c: 94000000 bl 0 <__this_cpu_preempt_check>=0A= if (!test_and_set_bit(WORK_STRUCT_PENDING_BIT, work_data_bits(work))) {=0A= 5570: aa1603e1 mov x1, x22=0A= 5574: 52800000 mov w0, #0x0 // #0=0A= 5578: 94000000 bl 0 =0A= 557c: 35fffb60 cbnz w0, 54e8 =0A= __queue_delayed_work(cpu, wq, dwork, delay);=0A= 5580: aa1903e3 mov x3, x25=0A= 5584: aa1603e2 mov x2, x22=0A= 5588: aa1803e1 mov x1, x24=0A= 558c: 2a1703e0 mov w0, w23=0A= 5590: 97ffff7c bl 5380 <__queue_delayed_work>=0A= ret =3D true;=0A= 5594: 52800034 mov w20, #0x1 // #1=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 5598: 91002261 add x1, x19, #0x8=0A= 559c: aa0103f3 mov x19, x1=0A= 55a0: 94000000 bl 0 =0A= 55a4: f8605aa1 ldr x1, [x21, w0, uxtw #3]=0A= 55a8: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 55ac: b940f820 ldr w0, [x1, #248]=0A= 55b0: 35fffaa0 cbnz w0, 5504 =0A= 55b4: d4210000 brk #0x800=0A= 55b8: 17ffffd3 b 5504 =0A= LL_WARN(lv->nestcnt);=0A= 55bc: d4210000 brk #0x800=0A= 55c0: 17ffffbe b 54b8 =0A= LL_WARN(lv->owner);=0A= 55c4: d4210000 brk #0x800=0A= 55c8: 17ffffba b 54b0 =0A= LL_WARN(lv->owner !=3D current);=0A= 55cc: d4210000 brk #0x800=0A= 55d0: 17ffffd1 b 5514 =0A= 55d4: d503201f nop=0A= =0A= 00000000000055d8 :=0A= {=0A= 55d8: d10143ff sub sp, sp, #0x50=0A= 55dc: a9017bfd stp x29, x30, [sp, #16]=0A= 55e0: 910043fd add x29, sp, #0x10=0A= 55e4: a90253f3 stp x19, x20, [sp, #32]=0A= 55e8: 90000014 adrp x20, 0 <__stack_chk_guard>=0A= 55ec: 91000294 add x20, x20, #0x0=0A= 55f0: aa0203f3 mov x19, x2=0A= 55f4: a9035bf5 stp x21, x22, [sp, #48]=0A= 55f8: 2a0003f6 mov w22, w0=0A= 55fc: f9400280 ldr x0, [x20]=0A= 5600: f90007e0 str x0, [sp, #8]=0A= 5604: d2800000 mov x0, #0x0 // #0=0A= 5608: a90463f7 stp x23, x24, [sp, #64]=0A= 560c: aa0103f7 mov x23, x1=0A= 5610: aa0303f8 mov x24, x3=0A= ret =3D try_to_grab_pending(&dwork->work, true, &flags);=0A= 5614: 910003e2 mov x2, sp=0A= 5618: 52800021 mov w1, #0x1 // #1=0A= 561c: aa1303e0 mov x0, x19=0A= 5620: 97fffc30 bl 46e0 =0A= 5624: 2a0003f5 mov w21, w0=0A= } while (unlikely(ret =3D=3D -EAGAIN));=0A= 5628: 31002c1f cmn w0, #0xb=0A= 562c: 54ffff40 b.eq 5614 // b.none=0A= if (likely(ret >=3D 0)) {=0A= 5630: 37f80320 tbnz w0, #31, 5694 =0A= __queue_delayed_work(cpu, wq, dwork, delay);=0A= 5634: aa1303e2 mov x2, x19=0A= 5638: aa1803e3 mov x3, x24=0A= 563c: aa1703e1 mov x1, x23=0A= 5640: 2a1603e0 mov w0, w22=0A= 5644: 97ffff4f bl 5380 <__queue_delayed_work>=0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 5648: 90000001 adrp x1, 0 =0A= 564c: 91000021 add x1, x1, #0x0=0A= 5650: 91002021 add x1, x1, #0x8=0A= 5654: aa0103f3 mov x19, x1=0A= 5658: 94000000 bl 0 =0A= 565c: 90000001 adrp x1, 0 <__per_cpu_offset>=0A= 5660: 91000021 add x1, x1, #0x0=0A= 5664: f8605821 ldr x1, [x1, w0, uxtw #3]=0A= 5668: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 566c: b940f820 ldr w0, [x1, #248]=0A= 5670: 34000380 cbz w0, 56e0 =0A= LL_WARN(lv->owner !=3D current);=0A= 5674: f9407822 ldr x2, [x1, #240]=0A= 5678: d5384100 mrs x0, sp_el0=0A= 567c: eb00005f cmp x2, x0=0A= 5680: 540002c1 b.ne 56d8 // b.any=0A= if (--lv->nestcnt)=0A= 5684: b940f820 ldr w0, [x1, #248]=0A= 5688: 51000400 sub w0, w0, #0x1=0A= 568c: b900f820 str w0, [x1, #248]=0A= 5690: 340001a0 cbz w0, 56c4 =0A= return ret;=0A= 5694: 710002bf cmp w21, #0x0=0A= }=0A= 5698: f94007e0 ldr x0, [sp, #8]=0A= 569c: f9400281 ldr x1, [x20]=0A= 56a0: ca010001 eor x1, x0, x1=0A= 56a4: 1a9f07e0 cset w0, ne // ne =3D any=0A= 56a8: b5000201 cbnz x1, 56e8 =0A= 56ac: a9417bfd ldp x29, x30, [sp, #16]=0A= 56b0: a94253f3 ldp x19, x20, [sp, #32]=0A= 56b4: a9435bf5 ldp x21, x22, [sp, #48]=0A= 56b8: a94463f7 ldp x23, x24, [sp, #64]=0A= 56bc: 910143ff add sp, sp, #0x50=0A= 56c0: d65f03c0 ret=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 56c4: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 56c8: f900783f str xzr, [x1, #240]=0A= spin_unlock_irqrestore(&lv->lock, lv->flags);=0A= 56cc: 94000000 bl 0 =0A= local_unlock_irqrestore(pendingb_lock, flags);=0A= 56d0: 94000000 bl 0 =0A= 56d4: 17fffff0 b 5694 =0A= LL_WARN(lv->owner !=3D current);=0A= 56d8: d4210000 brk #0x800=0A= 56dc: 17ffffea b 5684 =0A= LL_WARN(!lv->nestcnt);=0A= 56e0: d4210000 brk #0x800=0A= 56e4: 17ffffe4 b 5674 =0A= }=0A= 56e8: 94000000 bl 0 <__stack_chk_fail>=0A= 56ec: d503201f nop=0A= =0A= 00000000000056f0 :=0A= {=0A= 56f0: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 56f4: 910003fd mov x29, sp=0A= 56f8: a9025bf5 stp x21, x22, [sp, #32]=0A= local_lock_irq(pendingb_lock);=0A= 56fc: 90000015 adrp x21, 0 <__per_cpu_offset>=0A= 5700: 910002b5 add x21, x21, #0x0=0A= {=0A= 5704: aa0003f6 mov x22, x0=0A= 5708: a90153f3 stp x19, x20, [sp, #16]=0A= local_lock_irq(pendingb_lock);=0A= 570c: 94000000 bl 0 =0A= 5710: 94000000 bl 0 =0A= 5714: 90000013 adrp x19, 0 =0A= 5718: f8605aa0 ldr x0, [x21, w0, uxtw #3]=0A= 571c: 91000273 add x19, x19, #0x0=0A= 5720: 91002274 add x20, x19, #0x8=0A= 5724: 8b000294 add x20, x20, x0=0A= spin_lock_irqsave(&lv->lock, lv->flags);=0A= 5728: aa1403e0 mov x0, x20=0A= 572c: f900829f str xzr, [x20, #256]=0A= 5730: 94000000 bl 0 =0A= LL_WARN(lv->owner);=0A= 5734: f9407a80 ldr x0, [x20, #240]=0A= 5738: b5000620 cbnz x0, 57fc =0A= LL_WARN(lv->nestcnt);=0A= 573c: b940fa80 ldr w0, [x20, #248]=0A= 5740: 35000560 cbnz w0, 57ec =0A= lv->nestcnt =3D 1;=0A= 5744: 52800020 mov w0, #0x1 // #1=0A= 5748: b900fa80 str w0, [x20, #248]=0A= 574c: d5384101 mrs x1, sp_el0=0A= lv->owner =3D current;=0A= 5750: f9007a81 str x1, [x20, #240]=0A= if (del_timer_sync(&dwork->timer))=0A= 5754: 910142c0 add x0, x22, #0x50=0A= 5758: 94000000 bl 0 =0A= 575c: 350002e0 cbnz w0, 57b8 =0A= local_unlock_irq(pendingb_lock);=0A= 5760: 91002261 add x1, x19, #0x8=0A= 5764: aa0103f3 mov x19, x1=0A= 5768: 94000000 bl 0 =0A= 576c: f8605aa1 ldr x1, [x21, w0, uxtw #3]=0A= 5770: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 5774: b940f820 ldr w0, [x1, #248]=0A= 5778: 34000360 cbz w0, 57e4 =0A= LL_WARN(lv->owner !=3D current);=0A= 577c: f9407822 ldr x2, [x1, #240]=0A= 5780: d5384100 mrs x0, sp_el0=0A= 5784: eb00005f cmp x2, x0=0A= 5788: 54000361 b.ne 57f4 // b.any=0A= spin_unlock_irq(&lv->lock);=0A= 578c: aa0103e0 mov x0, x1=0A= lv->owner =3D NULL;=0A= 5790: f900783f str xzr, [x1, #240]=0A= lv->nestcnt =3D 0;=0A= 5794: b900f83f str wzr, [x1, #248]=0A= spin_unlock_irq(&lv->lock);=0A= 5798: 94000000 bl 0 =0A= 579c: 94000000 bl 0 =0A= return flush_work(&dwork->work);=0A= 57a0: aa1603e0 mov x0, x22=0A= 57a4: 94000000 bl 23e0 =0A= }=0A= 57a8: a94153f3 ldp x19, x20, [sp, #16]=0A= 57ac: a9425bf5 ldp x21, x22, [sp, #32]=0A= 57b0: a8c37bfd ldp x29, x30, [sp], #48=0A= 57b4: d65f03c0 ret=0A= __queue_work(dwork->cpu, dwork->wq, &dwork->work);=0A= 57b8: b940bac0 ldr w0, [x22, #184]=0A= 57bc: aa1603e2 mov x2, x22=0A= 57c0: f9405ac1 ldr x1, [x22, #176]=0A= 57c4: 97fff5bf bl 2ec0 <__queue_work>=0A= local_unlock_irq(pendingb_lock);=0A= 57c8: 91002261 add x1, x19, #0x8=0A= 57cc: aa0103f3 mov x19, x1=0A= 57d0: 94000000 bl 0 =0A= 57d4: f8605aa1 ldr x1, [x21, w0, uxtw #3]=0A= 57d8: 8b010261 add x1, x19, x1=0A= LL_WARN(!lv->nestcnt);=0A= 57dc: b940f820 ldr w0, [x1, #248]=0A= 57e0: 35fffce0 cbnz w0, 577c =0A= 57e4: d4210000 brk #0x800=0A= 57e8: 17ffffe5 b 577c =0A= LL_WARN(lv->nestcnt);=0A= 57ec: d4210000 brk #0x800=0A= 57f0: 17ffffd5 b 5744 =0A= LL_WARN(lv->owner !=3D current);=0A= 57f4: d4210000 brk #0x800=0A= 57f8: 17ffffe5 b 578c =0A= LL_WARN(lv->owner);=0A= 57fc: d4210000 brk #0x800=0A= 5800: 17ffffcf b 573c =0A= 5804: d503201f nop=0A= =0A= 0000000000005808 :=0A= {=0A= 5808: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 580c: 910003fd mov x29, sp=0A= 5810: a90153f3 stp x19, x20, [sp, #16]=0A= 5814: aa0103f4 mov x20, x1=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 5818: 90000013 adrp x19, 0 =0A= 581c: 91000273 add x19, x19, #0x0=0A= 5820: a9025bf5 stp x21, x22, [sp, #32]=0A= 5824: 2a0003f5 mov w21, w0=0A= __rcu_read_lock();=0A= 5828: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 582c: 90000006 adrp x6, 0 =0A= 5830: aa1303e0 mov x0, x19=0A= 5834: 910000c6 add x6, x6, #0x0=0A= 5838: d2800005 mov x5, #0x0 // #0=0A= 583c: 52800004 mov w4, #0x0 // #0=0A= 5840: 52800043 mov w3, #0x2 // #2=0A= 5844: 52800002 mov w2, #0x0 // #0=0A= 5848: 52800001 mov w1, #0x0 // #0=0A= 584c: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 5850: 94000000 bl 0 =0A= 5854: 340000a0 cbz w0, 5868 =0A= 5858: 90000016 adrp x22, 0 =0A= 585c: 910002d6 add x22, x22, #0x0=0A= 5860: 39401ac0 ldrb w0, [x22, #6]=0A= 5864: 340008c0 cbz w0, 597c =0A= preempt_disable();=0A= 5868: 52800020 mov w0, #0x1 // #1=0A= 586c: 94000000 bl 0 =0A= if (cpu =3D=3D WORK_CPU_UNBOUND)=0A= 5870: 710102bf cmp w21, #0x40=0A= 5874: 54000660 b.eq 5940 // b.none=0A= if (!(wq->flags & WQ_UNBOUND))=0A= 5878: b9420280 ldr w0, [x20, #512]=0A= 587c: 370803e0 tbnz w0, #1, 58f8 =0A= pwq =3D per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 5880: 90000001 adrp x1, 0 <__per_cpu_offset>=0A= 5884: 91000021 add x1, x1, #0x0=0A= 5888: f9410680 ldr x0, [x20, #520]=0A= 588c: f875d821 ldr x1, [x1, w21, sxtw #3]=0A= 5890: 8b010000 add x0, x0, x1=0A= 5894: f8460c01 ldr x1, [x0, #96]!=0A= ret =3D !list_empty(&pwq->delayed_works);=0A= 5898: eb01001f cmp x0, x1=0A= 589c: 1a9f07f5 cset w21, ne // ne =3D any=0A= preempt_enable();=0A= 58a0: 52800020 mov w0, #0x1 // #1=0A= 58a4: 94000000 bl 0 =0A= 58a8: d5384100 mrs x0, sp_el0=0A= 58ac: b9401001 ldr w1, [x0, #16]=0A= 58b0: 34000381 cbz w1, 5920 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 58b4: 94000000 bl 0 =0A= 58b8: 340000a0 cbz w0, 58cc =0A= 58bc: 90000014 adrp x20, 0 =0A= 58c0: 91000294 add x20, x20, #0x0=0A= 58c4: 39401e80 ldrb w0, [x20, #7]=0A= 58c8: 34000420 cbz w0, 594c =0A= __rcu_read_unlock();=0A= 58cc: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 58d0: aa1303e0 mov x0, x19=0A= 58d4: 52800021 mov w1, #0x1 // #1=0A= 58d8: 90000002 adrp x2, 0 =0A= 58dc: 91000042 add x2, x2, #0x0=0A= 58e0: 94000000 bl 0 =0A= }=0A= 58e4: 2a1503e0 mov w0, w21=0A= 58e8: a94153f3 ldp x19, x20, [sp, #16]=0A= 58ec: a9425bf5 ldp x21, x22, [sp, #32]=0A= 58f0: a8c37bfd ldp x29, x30, [sp], #48=0A= 58f4: d65f03c0 ret=0A= pwq =3D unbound_pwq_by_node(wq, cpu_to_node(cpu));=0A= 58f8: aa1403e0 mov x0, x20=0A= 58fc: 97fff4f3 bl 2cc8 =0A= 5900: f8460c01 ldr x1, [x0, #96]!=0A= ret =3D !list_empty(&pwq->delayed_works);=0A= 5904: eb01001f cmp x0, x1=0A= 5908: 1a9f07f5 cset w21, ne // ne =3D any=0A= preempt_enable();=0A= 590c: 52800020 mov w0, #0x1 // #1=0A= 5910: 94000000 bl 0 =0A= 5914: d5384100 mrs x0, sp_el0=0A= 5918: b9401001 ldr w1, [x0, #16]=0A= 591c: 35fffcc1 cbnz w1, 58b4 =0A= 5920: f9400001 ldr x1, [x0]=0A= 5924: 721f003f tst w1, #0x2=0A= 5928: 54000081 b.ne 5938 // b.any=0A= 592c: f9400000 ldr x0, [x0]=0A= 5930: 721a001f tst w0, #0x40=0A= 5934: 54fffc00 b.eq 58b4 // b.none=0A= 5938: 94000000 bl 0 =0A= 593c: 17ffffde b 58b4 =0A= cpu =3D smp_processor_id();=0A= 5940: 94000000 bl 0 =0A= 5944: 2a0003f5 mov w21, w0=0A= 5948: 17ffffcc b 5878 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 594c: 94000000 bl 0 =0A= 5950: 72001c1f tst w0, #0xff=0A= 5954: 54fffbc1 b.ne 58cc // b.any=0A= 5958: 52800023 mov w3, #0x1 // #1=0A= 595c: 90000002 adrp x2, 0 =0A= 5960: 90000000 adrp x0, 0 =0A= 5964: 91000042 add x2, x2, #0x0=0A= 5968: 91000000 add x0, x0, #0x0=0A= 596c: 528051a1 mov w1, #0x28d // #653=0A= 5970: 39001e83 strb w3, [x20, #7]=0A= 5974: 94000000 bl 0 =0A= 5978: 17ffffd5 b 58cc =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 597c: 94000000 bl 0 =0A= 5980: 72001c1f tst w0, #0xff=0A= 5984: 54fff721 b.ne 5868 // b.any=0A= 5988: 52800023 mov w3, #0x1 // #1=0A= 598c: 90000002 adrp x2, 0 =0A= 5990: 90000000 adrp x0, 0 =0A= 5994: 91000042 add x2, x2, #0x0=0A= 5998: 91000000 add x0, x0, #0x0=0A= 599c: 52804b41 mov w1, #0x25a // #602=0A= 59a0: 39001ac3 strb w3, [x22, #6]=0A= 59a4: 94000000 bl 0 =0A= 59a8: 17ffffb0 b 5868 =0A= 59ac: d503201f nop=0A= =0A= 00000000000059b0 :=0A= {=0A= 59b0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 59b4: 910003fd mov x29, sp=0A= struct worker *worker =3D kthread_data(task);=0A= 59b8: 94000000 bl 0 =0A= if (!worker->sleeping)=0A= 59bc: b9407001 ldr w1, [x0, #112]=0A= 59c0: 340000c1 cbz w1, 59d8 =0A= if (!(worker->flags & WORKER_NOT_RUNNING))=0A= 59c4: b9406802 ldr w2, [x0, #104]=0A= 59c8: 52803901 mov w1, #0x1c8 // #456=0A= 59cc: 6a01005f tst w2, w1=0A= 59d0: 54000080 b.eq 59e0 // b.none=0A= worker->sleeping =3D 0;=0A= 59d4: b900701f str wzr, [x0, #112]=0A= }=0A= 59d8: a8c17bfd ldp x29, x30, [sp], #16=0A= 59dc: d65f03c0 ret=0A= atomic_inc(&worker->pool->nr_running);=0A= 59e0: f9402401 ldr x1, [x0, #72]=0A= 59e4: 91160021 add x1, x1, #0x580=0A= 59e8: f9800031 prfm pstl1strm, [x1]=0A= 59ec: 885f7c22 ldxr w2, [x1]=0A= 59f0: 11000442 add w2, w2, #0x1=0A= 59f4: 88037c22 stxr w3, w2, [x1]=0A= 59f8: 35ffffa3 cbnz w3, 59ec =0A= 59fc: 17fffff6 b 59d4 =0A= =0A= 0000000000005a00 :=0A= {=0A= 5a00: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5a04: 910003fd mov x29, sp=0A= struct worker *worker =3D kthread_data(task);=0A= 5a08: 94000000 bl 0 =0A= if (worker->flags & WORKER_NOT_RUNNING)=0A= 5a0c: b9406802 ldr w2, [x0, #104]=0A= 5a10: 52803901 mov w1, #0x1c8 // #456=0A= 5a14: 6a01005f tst w2, w1=0A= 5a18: 54000281 b.ne 5a68 // b.any=0A= if (WARN_ON_ONCE(worker->sleeping))=0A= 5a1c: b9407002 ldr w2, [x0, #112]=0A= pool =3D worker->pool;=0A= 5a20: f9402401 ldr x1, [x0, #72]=0A= if (WARN_ON_ONCE(worker->sleeping))=0A= 5a24: 35000262 cbnz w2, 5a70 =0A= worker->sleeping =3D 1;=0A= 5a28: 52800022 mov w2, #0x1 // #1=0A= ATOMIC_OPS(sub, sub)=0A= 5a2c: 91160023 add x3, x1, #0x580=0A= 5a30: b9007002 str w2, [x0, #112]=0A= 5a34: f9800071 prfm pstl1strm, [x3]=0A= 5a38: 885f7c60 ldxr w0, [x3]=0A= 5a3c: 51000400 sub w0, w0, #0x1=0A= 5a40: 8802fc60 stlxr w2, w0, [x3]=0A= 5a44: 35ffffa2 cbnz w2, 5a38 =0A= 5a48: d5033bbf dmb ish=0A= if (atomic_dec_and_test(&pool->nr_running) &&=0A= 5a4c: 350000e0 cbnz w0, 5a68 =0A= 5a50: f9408420 ldr x0, [x1, #264]=0A= !list_empty(&pool->worklist)) {=0A= 5a54: 91042022 add x2, x1, #0x108=0A= if (atomic_dec_and_test(&pool->nr_running) &&=0A= 5a58: eb00005f cmp x2, x0=0A= 5a5c: 54000060 b.eq 5a68 // b.none=0A= wake_up_worker(pool);=0A= 5a60: aa0103e0 mov x0, x1=0A= 5a64: 97ffea71 bl 428 =0A= }=0A= 5a68: a8c17bfd ldp x29, x30, [sp], #16=0A= 5a6c: d65f03c0 ret=0A= if (WARN_ON_ONCE(worker->sleeping))=0A= 5a70: d4210000 brk #0x800=0A= 5a74: 17fffffd b 5a68 =0A= =0A= 0000000000005a78 :=0A= {=0A= 5a78: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5a7c: 910003fd mov x29, sp=0A= struct worker *worker =3D kthread_data(task);=0A= 5a80: 94000000 bl 0 =0A= }=0A= 5a84: a8c17bfd ldp x29, x30, [sp], #16=0A= 5a88: f9404c00 ldr x0, [x0, #152]=0A= 5a8c: d65f03c0 ret=0A= =0A= 0000000000005a90 :=0A= {=0A= 5a90: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5a94: 52800001 mov w1, #0x0 // #0=0A= 5a98: 910003fd mov x29, sp=0A= 5a9c: 97fffbf3 bl 4a68 <__cancel_work.part.10>=0A= }=0A= 5aa0: a8c17bfd ldp x29, x30, [sp], #16=0A= 5aa4: d65f03c0 ret=0A= =0A= 0000000000005aa8 :=0A= {=0A= 5aa8: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= works =3D alloc_percpu(struct work_struct);=0A= 5aac: d2800101 mov x1, #0x8 // #8=0A= {=0A= 5ab0: 910003fd mov x29, sp=0A= 5ab4: a9046bf9 stp x25, x26, [sp, #64]=0A= 5ab8: aa0003fa mov x26, x0=0A= works =3D alloc_percpu(struct work_struct);=0A= 5abc: d2800a00 mov x0, #0x50 // #80=0A= 5ac0: 94000000 bl 0 <__alloc_percpu>=0A= if (!works)=0A= 5ac4: b4000880 cbz x0, 5bd4 =0A= 5ac8: a90363f7 stp x23, x24, [sp, #48]=0A= INIT_WORK(work, func);=0A= 5acc: 90000018 adrp x24, 0 =0A= 5ad0: 91000318 add x24, x24, #0x0=0A= 5ad4: 90000017 adrp x23, 0 =0A= struct work_struct *work =3D per_cpu_ptr(works, cpu);=0A= 5ad8: 90000019 adrp x25, 0 <__per_cpu_offset>=0A= INIT_WORK(work, func);=0A= 5adc: 910a0318 add x24, x24, #0x280=0A= 5ae0: 910002f7 add x23, x23, #0x0=0A= struct work_struct *work =3D per_cpu_ptr(works, cpu);=0A= 5ae4: 91000339 add x25, x25, #0x0=0A= 5ae8: a90153f3 stp x19, x20, [sp, #16]=0A= for_each_online_cpu(cpu) {=0A= 5aec: 12800014 mov w20, #0xffffffff // #-1=0A= 5af0: a9025bf5 stp x21, x22, [sp, #32]=0A= 5af4: aa0003f5 mov x21, x0=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 5af8: 90000016 adrp x22, 0 <__cpu_online_mask>=0A= 5afc: 94000000 bl 0 =0A= 5b00: 910002d6 add x22, x22, #0x0=0A= 5b04: 1400000e b 5b3c =0A= struct work_struct *work =3D per_cpu_ptr(works, cpu);=0A= 5b08: f874db24 ldr x4, [x25, w20, sxtw #3]=0A= 5b0c: 8b040013 add x19, x0, x4=0A= INIT_WORK(work, func);=0A= 5b10: f8246805 str x5, [x0, x4]=0A= 5b14: 91008260 add x0, x19, #0x20=0A= 5b18: 94000000 bl 0 =0A= 5b1c: 90000001 adrp x1, 0 =0A= 5b20: 91002260 add x0, x19, #0x8=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 5b24: f9000660 str x0, [x19, #8]=0A= 5b28: aa1303e2 mov x2, x19=0A= 5b2c: f9400021 ldr x1, [x1]=0A= 5b30: a9016a60 stp x0, x26, [x19, #16]=0A= 5b34: 2a1403e0 mov w0, w20=0A= 5b38: 94000000 bl 3330 =0A= for_each_online_cpu(cpu) {=0A= 5b3c: 2a1403e0 mov w0, w20=0A= 5b40: aa1603e1 mov x1, x22=0A= 5b44: 94000000 bl 0 =0A= 5b48: 2a0003f4 mov w20, w0=0A= 5b4c: b94002e4 ldr w4, [x23]=0A= INIT_WORK(work, func);=0A= 5b50: 90000001 adrp x1, 0 =0A= struct work_struct *work =3D per_cpu_ptr(works, cpu);=0A= 5b54: aa1503e0 mov x0, x21=0A= INIT_WORK(work, func);=0A= 5b58: b27b7be5 mov x5, #0xfffffffe0 // #68719476704=0A= 5b5c: aa1803e2 mov x2, x24=0A= 5b60: 52800003 mov w3, #0x0 // #0=0A= 5b64: 91000021 add x1, x1, #0x0=0A= for_each_online_cpu(cpu) {=0A= 5b68: 6b04029f cmp w20, w4=0A= 5b6c: 54fffce3 b.cc 5b08 // b.lo, = b.ul, b.last=0A= flush_work(per_cpu_ptr(works, cpu));=0A= 5b70: 90000014 adrp x20, 0 <__per_cpu_offset>=0A= for_each_online_cpu(cpu)=0A= 5b74: 12800013 mov w19, #0xffffffff // #-1=0A= flush_work(per_cpu_ptr(works, cpu));=0A= 5b78: 91000294 add x20, x20, #0x0=0A= 5b7c: 14000004 b 5b8c =0A= 5b80: f873da81 ldr x1, [x20, w19, sxtw #3]=0A= 5b84: 8b010000 add x0, x0, x1=0A= 5b88: 94000000 bl 23e0 =0A= for_each_online_cpu(cpu)=0A= 5b8c: 2a1303e0 mov w0, w19=0A= 5b90: aa1603e1 mov x1, x22=0A= 5b94: 94000000 bl 0 =0A= 5b98: 2a0003f3 mov w19, w0=0A= 5b9c: b94002e1 ldr w1, [x23]=0A= flush_work(per_cpu_ptr(works, cpu));=0A= 5ba0: aa1503e0 mov x0, x21=0A= for_each_online_cpu(cpu)=0A= 5ba4: 6b01027f cmp w19, w1=0A= 5ba8: 54fffec3 b.cc 5b80 // b.lo, = b.ul, b.last=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 5bac: 94000000 bl 0 =0A= free_percpu(works);=0A= 5bb0: aa1503e0 mov x0, x21=0A= 5bb4: 94000000 bl 0 =0A= return 0;=0A= 5bb8: a94153f3 ldp x19, x20, [sp, #16]=0A= 5bbc: 52800000 mov w0, #0x0 // #0=0A= 5bc0: a9425bf5 ldp x21, x22, [sp, #32]=0A= 5bc4: a94363f7 ldp x23, x24, [sp, #48]=0A= }=0A= 5bc8: a9446bf9 ldp x25, x26, [sp, #64]=0A= 5bcc: a8c57bfd ldp x29, x30, [sp], #80=0A= 5bd0: d65f03c0 ret=0A= return -ENOMEM;=0A= 5bd4: 12800160 mov w0, #0xfffffff4 // #-12=0A= 5bd8: 17fffffc b 5bc8 =0A= 5bdc: d503201f nop=0A= =0A= 0000000000005be0 :=0A= if (attrs) {=0A= 5be0: b40000c0 cbz x0, 5bf8 =0A= {=0A= 5be4: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5be8: 910003fd mov x29, sp=0A= kfree(attrs);=0A= 5bec: 94000000 bl 0 =0A= }=0A= 5bf0: a8c17bfd ldp x29, x30, [sp], #16=0A= 5bf4: d65f03c0 ret=0A= 5bf8: d65f03c0 ret=0A= 5bfc: d503201f nop=0A= =0A= 0000000000005c00 :=0A= {=0A= 5c00: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5c04: 52800222 mov w2, #0x11 // #17=0A= * @size: how many bytes of memory are required.=0A= * @flags: the type of memory to allocate (see kmalloc).=0A= */=0A= static inline void *kzalloc(size_t size, gfp_t flags)=0A= {=0A= return kmalloc(size, flags | __GFP_ZERO);=0A= 5c08: 32110001 orr w1, w0, #0x8000=0A= 5c0c: 910003fd mov x29, sp=0A= if (likely((flags & (__GFP_DMA | __GFP_RECLAIMABLE)) =3D=3D 0))=0A= 5c10: 6a020002 ands w2, w0, w2=0A= 5c14: 540001e1 b.ne 5c50 // b.any=0A= return kmem_cache_alloc_trace(=0A= 5c18: 2a0203e0 mov w0, w2=0A= 5c1c: 90000003 adrp x3, 0 =0A= 5c20: 91000063 add x3, x3, #0x0=0A= 5c24: d37df002 lsl x2, x0, #3=0A= 5c28: cb000040 sub x0, x2, x0=0A= 5c2c: 8b001060 add x0, x3, x0, lsl #4=0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 5c30: f9401c00 ldr x0, [x0, #56]=0A= 5c34: 94000000 bl 0 =0A= if (!attrs)=0A= 5c38: b4000080 cbz x0, 5c48 =0A= *dst =3D *src;=0A= 5c3c: 90000001 adrp x1, 0 <__cpu_possible_mask>=0A= 5c40: f9400021 ldr x1, [x1]=0A= 5c44: f9000401 str x1, [x0, #8]=0A= }=0A= 5c48: a8c17bfd ldp x29, x30, [sp], #16=0A= 5c4c: d65f03c0 ret=0A= return flags & __GFP_DMA ? KMALLOC_DMA : KMALLOC_RECLAIM;=0A= 5c50: 12000000 and w0, w0, #0x1=0A= 5c54: 11000402 add w2, w0, #0x1=0A= 5c58: 17fffff0 b 5c18 =0A= 5c5c: d503201f nop=0A= =0A= 0000000000005c60 :=0A= {=0A= 5c60: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 5c64: 910003fd mov x29, sp=0A= 5c68: a90153f3 stp x19, x20, [sp, #16]=0A= 5c6c: aa0003f4 mov x20, x0=0A= mutex_lock(&wq_pool_mutex);=0A= 5c70: 90000013 adrp x19, 0 =0A= 5c74: 91000273 add x19, x19, #0x0=0A= {=0A= 5c78: f90013f5 str x21, [sp, #32]=0A= 5c7c: aa0103f5 mov x21, x1=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 5c80: 94000000 bl 0 =0A= mutex_lock(&wq_pool_mutex);=0A= 5c84: aa1303e0 mov x0, x19=0A= 5c88: 94000000 bl 0 <_mutex_lock>=0A= ret =3D apply_workqueue_attrs_locked(wq, attrs);=0A= 5c8c: aa1503e1 mov x1, x21=0A= 5c90: aa1403e0 mov x0, x20=0A= 5c94: 97fff72b bl 3940 =0A= 5c98: 2a0003f4 mov w20, w0=0A= mutex_unlock(&wq_pool_mutex);=0A= 5c9c: aa1303e0 mov x0, x19=0A= 5ca0: 94000000 bl 0 <_mutex_unlock>=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 5ca4: 94000000 bl 0 =0A= }=0A= 5ca8: 2a1403e0 mov w0, w20=0A= 5cac: a94153f3 ldp x19, x20, [sp, #16]=0A= 5cb0: f94013f5 ldr x21, [sp, #32]=0A= 5cb4: a8c37bfd ldp x29, x30, [sp], #48=0A= 5cb8: d65f03c0 ret=0A= 5cbc: d503201f nop=0A= =0A= 0000000000005cc0 :=0A= {=0A= 5cc0: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= 5cc4: d5384100 mrs x0, sp_el0=0A= 5cc8: 910003fd mov x29, sp=0A= __READ_ONCE_SIZE;=0A= 5ccc: b9401001 ldr w1, [x0, #16]=0A= if (in_task() && (current->flags & PF_WQ_WORKER))=0A= 5cd0: 12183021 and w1, w1, #0x1fff00=0A= 5cd4: 12106021 and w1, w1, #0xffff01ff=0A= 5cd8: 35000061 cbnz w1, 5ce4 =0A= 5cdc: b9403401 ldr w1, [x0, #52]=0A= 5ce0: 37280081 tbnz w1, #5, 5cf0 =0A= 5ce4: 52800000 mov w0, #0x0 // #0=0A= }=0A= 5ce8: a8c17bfd ldp x29, x30, [sp], #16=0A= 5cec: d65f03c0 ret=0A= return kthread_data(current);=0A= 5cf0: 94000000 bl 0 =0A= return worker && worker->rescue_wq;=0A= 5cf4: b4ffff80 cbz x0, 5ce4 =0A= 5cf8: f9404800 ldr x0, [x0, #144]=0A= }=0A= 5cfc: a8c17bfd ldp x29, x30, [sp], #16=0A= return worker && worker->rescue_wq;=0A= 5d00: f100001f cmp x0, #0x0=0A= 5d04: 1a9f07e0 cset w0, ne // ne =3D any=0A= }=0A= 5d08: d65f03c0 ret=0A= 5d0c: d503201f nop=0A= =0A= 0000000000005d10 :=0A= {=0A= 5d10: d10303ff sub sp, sp, #0xc0=0A= 5d14: a9057bfd stp x29, x30, [sp, #80]=0A= 5d18: 910143fd add x29, sp, #0x50=0A= 5d1c: a90653f3 stp x19, x20, [sp, #96]=0A= 5d20: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 5d24: 91000273 add x19, x19, #0x0=0A= 5d28: f9400268 ldr x8, [x19]=0A= 5d2c: f90027e8 str x8, [sp, #72]=0A= 5d30: d2800008 mov x8, #0x0 // #0=0A= 5d34: a9088be1 stp x1, x2, [sp, #136]=0A= 5d38: aa0003f4 mov x20, x0=0A= 5d3c: a90993e3 stp x3, x4, [sp, #152]=0A= 5d40: d5384100 mrs x0, sp_el0=0A= 5d44: a90a9be5 stp x5, x6, [sp, #168]=0A= 5d48: f9005fe7 str x7, [sp, #184]=0A= 5d4c: b9401001 ldr w1, [x0, #16]=0A= if (in_task() && (current->flags & PF_WQ_WORKER))=0A= 5d50: 12183021 and w1, w1, #0x1fff00=0A= 5d54: 12106021 and w1, w1, #0xffff01ff=0A= 5d58: 35000061 cbnz w1, 5d64 =0A= 5d5c: b9403401 ldr w1, [x0, #52]=0A= 5d60: 37280121 tbnz w1, #5, 5d84 =0A= }=0A= 5d64: f94027e1 ldr x1, [sp, #72]=0A= 5d68: f9400260 ldr x0, [x19]=0A= 5d6c: ca000020 eor x0, x1, x0=0A= 5d70: b50003e0 cbnz x0, 5dec =0A= 5d74: a9457bfd ldp x29, x30, [sp, #80]=0A= 5d78: a94653f3 ldp x19, x20, [sp, #96]=0A= 5d7c: 910303ff add sp, sp, #0xc0=0A= 5d80: d65f03c0 ret=0A= =0A= return (struct task_struct *)sp_el0;=0A= 5d84: f9003bf5 str x21, [sp, #112]=0A= return kthread_data(current);=0A= 5d88: 94000000 bl 0 =0A= 5d8c: aa0003f5 mov x21, x0=0A= if (worker) {=0A= 5d90: b40002a0 cbz x0, 5de4 =0A= va_start(args, fmt);=0A= 5d94: 910303e2 add x2, sp, #0xc0=0A= 5d98: 910303e3 add x3, sp, #0xc0=0A= 5d9c: a9028fe2 stp x2, x3, [sp, #40]=0A= 5da0: 910203e1 add x1, sp, #0x80=0A= 5da4: 128006e0 mov w0, #0xffffffc8 // #-56=0A= 5da8: f9001fe1 str x1, [sp, #56]=0A= vsnprintf(worker->desc, sizeof(worker->desc), fmt, args);=0A= 5dac: aa1403e2 mov x2, x20=0A= va_start(args, fmt);=0A= 5db0: 29087fe0 stp w0, wzr, [sp, #64]=0A= vsnprintf(worker->desc, sizeof(worker->desc), fmt, args);=0A= 5db4: 910003e3 mov x3, sp=0A= 5db8: a94297e4 ldp x4, x5, [sp, #40]=0A= 5dbc: a90017e4 stp x4, x5, [sp]=0A= 5dc0: 9101d2a0 add x0, x21, #0x74=0A= 5dc4: a94397e4 ldp x4, x5, [sp, #56]=0A= 5dc8: d2800301 mov x1, #0x18 // #24=0A= 5dcc: a90117e4 stp x4, x5, [sp, #16]=0A= 5dd0: 94000000 bl 0 =0A= worker->desc_valid =3D true;=0A= 5dd4: 52800020 mov w0, #0x1 // #1=0A= 5dd8: 3900a2a0 strb w0, [x21, #40]=0A= 5ddc: f9403bf5 ldr x21, [sp, #112]=0A= }=0A= 5de0: 17ffffe1 b 5d64 =0A= 5de4: f9403bf5 ldr x21, [sp, #112]=0A= 5de8: 17ffffdf b 5d64 =0A= 5dec: f9003bf5 str x21, [sp, #112]=0A= 5df0: 94000000 bl 0 <__stack_chk_fail>=0A= 5df4: d503201f nop=0A= =0A= 0000000000005df8 :=0A= {=0A= 5df8: d10243ff sub sp, sp, #0x90=0A= 5dfc: a9067bfd stp x29, x30, [sp, #96]=0A= 5e00: 910183fd add x29, sp, #0x60=0A= 5e04: a90753f3 stp x19, x20, [sp, #112]=0A= 5e08: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 5e0c: 91000273 add x19, x19, #0x0=0A= 5e10: f9400262 ldr x2, [x19]=0A= 5e14: f9002fe2 str x2, [sp, #88]=0A= 5e18: d2800002 mov x2, #0x0 // #0=0A= bool desc_valid =3D false;=0A= 5e1c: 39003fff strb wzr, [sp, #15]=0A= if (!(task->flags & PF_WQ_WORKER))=0A= 5e20: b9403422 ldr w2, [x1, #52]=0A= struct pool_workqueue *pwq =3D NULL;=0A= 5e24: a9017fff stp xzr, xzr, [sp, #16]=0A= struct workqueue_struct *wq =3D NULL;=0A= 5e28: f90013ff str xzr, [sp, #32]=0A= char name[WQ_NAME_LEN] =3D { };=0A= 5e2c: a902ffff stp xzr, xzr, [sp, #40]=0A= 5e30: f9001fff str xzr, [sp, #56]=0A= char desc[WORKER_DESC_LEN] =3D { };=0A= 5e34: a9047fff stp xzr, xzr, [sp, #64]=0A= 5e38: f9002bff str xzr, [sp, #80]=0A= if (!(task->flags & PF_WQ_WORKER))=0A= 5e3c: 37280122 tbnz w2, #5, 5e60 =0A= }=0A= 5e40: f9402fe1 ldr x1, [sp, #88]=0A= 5e44: f9400260 ldr x0, [x19]=0A= 5e48: ca000020 eor x0, x1, x0=0A= 5e4c: b5000820 cbnz x0, 5f50 =0A= 5e50: a9467bfd ldp x29, x30, [sp, #96]=0A= 5e54: a94753f3 ldp x19, x20, [sp, #112]=0A= 5e58: 910243ff add sp, sp, #0x90=0A= 5e5c: d65f03c0 ret=0A= worker =3D kthread_probe_data(task);=0A= 5e60: f90043f5 str x21, [sp, #128]=0A= 5e64: aa0003f5 mov x21, x0=0A= 5e68: aa0103e0 mov x0, x1=0A= 5e6c: 94000000 bl 0 =0A= probe_kernel_read(&fn, &worker->current_func, sizeof(fn));=0A= 5e70: d2800102 mov x2, #0x8 // #8=0A= worker =3D kthread_probe_data(task);=0A= 5e74: aa0003f4 mov x20, x0=0A= probe_kernel_read(&fn, &worker->current_func, sizeof(fn));=0A= 5e78: 91006001 add x1, x0, #0x18=0A= 5e7c: 910043e0 add x0, sp, #0x10=0A= 5e80: 94000000 bl 0 =0A= probe_kernel_read(&pwq, &worker->current_pwq, sizeof(pwq));=0A= 5e84: 910063e0 add x0, sp, #0x18=0A= 5e88: 91008281 add x1, x20, #0x20=0A= 5e8c: d2800102 mov x2, #0x8 // #8=0A= 5e90: 94000000 bl 0 =0A= probe_kernel_read(&wq, &pwq->wq, sizeof(wq));=0A= 5e94: 910083e0 add x0, sp, #0x20=0A= 5e98: f9400fe1 ldr x1, [sp, #24]=0A= 5e9c: d2800102 mov x2, #0x8 // #8=0A= 5ea0: 8b020021 add x1, x1, x2=0A= 5ea4: 94000000 bl 0 =0A= probe_kernel_read(name, wq->name, sizeof(name) - 1);=0A= 5ea8: f94013e1 ldr x1, [sp, #32]=0A= 5eac: d28002e2 mov x2, #0x17 // #23=0A= 5eb0: 9100a3e0 add x0, sp, #0x28=0A= 5eb4: 9106a021 add x1, x1, #0x1a8=0A= 5eb8: 94000000 bl 0 =0A= probe_kernel_read(&desc_valid, &worker->desc_valid, sizeof(desc_valid));=0A= 5ebc: 9100a281 add x1, x20, #0x28=0A= 5ec0: d2800022 mov x2, #0x1 // #1=0A= 5ec4: 91003fe0 add x0, sp, #0xf=0A= 5ec8: 94000000 bl 0 =0A= if (desc_valid)=0A= 5ecc: 39403fe0 ldrb w0, [sp, #15]=0A= 5ed0: 35000140 cbnz w0, 5ef8 =0A= if (fn || name[0] || desc[0]) {=0A= 5ed4: f9400be3 ldr x3, [sp, #16]=0A= 5ed8: b50001c3 cbnz x3, 5f10 =0A= 5edc: 3940a3e0 ldrb w0, [sp, #40]=0A= 5ee0: 394103e1 ldrb w1, [sp, #64]=0A= 5ee4: 2a010000 orr w0, w0, w1=0A= 5ee8: 12001c00 and w0, w0, #0xff=0A= 5eec: 35000120 cbnz w0, 5f10 =0A= 5ef0: f94043f5 ldr x21, [sp, #128]=0A= 5ef4: 17ffffd3 b 5e40 =0A= probe_kernel_read(desc, worker->desc, sizeof(desc) - 1);=0A= 5ef8: 9101d281 add x1, x20, #0x74=0A= 5efc: d28002e2 mov x2, #0x17 // #23=0A= 5f00: 910103e0 add x0, sp, #0x40=0A= 5f04: 94000000 bl 0 =0A= if (fn || name[0] || desc[0]) {=0A= 5f08: f9400be3 ldr x3, [sp, #16]=0A= 5f0c: b4fffe83 cbz x3, 5edc =0A= printk("%sWorkqueue: %s %pf", log_lvl, name, fn);=0A= 5f10: 9100a3e2 add x2, sp, #0x28=0A= 5f14: aa1503e1 mov x1, x21=0A= 5f18: 90000000 adrp x0, 0 =0A= 5f1c: 91000000 add x0, x0, #0x0=0A= 5f20: 94000000 bl 0 =0A= if (desc[0])=0A= 5f24: 394103e0 ldrb w0, [sp, #64]=0A= 5f28: 340000a0 cbz w0, 5f3c =0A= pr_cont(" (%s)", desc);=0A= 5f2c: 90000000 adrp x0, 0 =0A= 5f30: 910103e1 add x1, sp, #0x40=0A= 5f34: 91000000 add x0, x0, #0x0=0A= 5f38: 94000000 bl 0 =0A= pr_cont("\n");=0A= 5f3c: 90000000 adrp x0, 0 =0A= 5f40: 91000000 add x0, x0, #0x0=0A= 5f44: 94000000 bl 0 =0A= 5f48: f94043f5 ldr x21, [sp, #128]=0A= 5f4c: 17ffffbd b 5e40 =0A= 5f50: f90043f5 str x21, [sp, #128]=0A= }=0A= 5f54: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000005f58 :=0A= {=0A= 5f58: d10243ff sub sp, sp, #0x90=0A= 5f5c: a9037bfd stp x29, x30, [sp, #48]=0A= 5f60: 9100c3fd add x29, sp, #0x30=0A= 5f64: a90453f3 stp x19, x20, [sp, #64]=0A= 5f68: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 5f6c: 91000273 add x19, x19, #0x0=0A= 5f70: f9400260 ldr x0, [x19]=0A= 5f74: f90017e0 str x0, [sp, #40]=0A= 5f78: d2800000 mov x0, #0x0 // #0=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 5f7c: 90000014 adrp x20, 0 =0A= 5f80: 91000294 add x20, x20, #0x0=0A= 5f84: a9055bf5 stp x21, x22, [sp, #80]=0A= 5f88: a90663f7 stp x23, x24, [sp, #96]=0A= 5f8c: a9076bf9 stp x25, x26, [sp, #112]=0A= __rcu_read_lock();=0A= 5f90: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 5f94: aa1403e0 mov x0, x20=0A= 5f98: 90000006 adrp x6, 0 =0A= 5f9c: 910000c6 add x6, x6, #0x0=0A= 5fa0: d2800005 mov x5, #0x0 // #0=0A= 5fa4: 52800004 mov w4, #0x0 // #0=0A= 5fa8: 52800043 mov w3, #0x2 // #2=0A= 5fac: 52800002 mov w2, #0x0 // #0=0A= 5fb0: 52800001 mov w1, #0x0 // #0=0A= 5fb4: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 5fb8: 94000000 bl 0 =0A= 5fbc: 34000200 cbz w0, 5ffc =0A= 5fc0: 90000015 adrp x21, 0 =0A= 5fc4: 910002b5 add x21, x21, #0x0=0A= 5fc8: 39401aa0 ldrb w0, [x21, #6]=0A= 5fcc: 35000180 cbnz w0, 5ffc =0A= 5fd0: 94000000 bl 0 =0A= 5fd4: 72001c1f tst w0, #0xff=0A= 5fd8: 54000121 b.ne 5ffc // b.any=0A= 5fdc: 52800023 mov w3, #0x1 // #1=0A= 5fe0: 90000002 adrp x2, 0 =0A= 5fe4: 90000000 adrp x0, 0 =0A= 5fe8: 91000042 add x2, x2, #0x0=0A= 5fec: 91000000 add x0, x0, #0x0=0A= 5ff0: 52804b41 mov w1, #0x25a // #602=0A= 5ff4: 39001aa3 strb w3, [x21, #6]=0A= 5ff8: 94000000 bl 0 =0A= 5ffc: 90000018 adrp x24, 0 =0A= 6000: 91000318 add x24, x24, #0x0=0A= pr_info("Showing busy workqueues and worker pools:\n");=0A= 6004: 90000000 adrp x0, 0 =0A= 6008: 91000000 add x0, x0, #0x0=0A= 600c: 94000000 bl 0 =0A= pr_cont(" active=3D%d/%d refcnt=3D%d%s\n",=0A= 6010: 90000019 adrp x25, 0 =0A= 6014: f9426316 ldr x22, [x24, #1216]=0A= 6018: 91000339 add x25, x25, #0x0=0A= list_for_each_entry_rcu(wq, &workqueues, list) {=0A= 601c: d10042d6 sub x22, x22, #0x10=0A= 6020: 910042c0 add x0, x22, #0x10=0A= 6024: 91130301 add x1, x24, #0x4c0=0A= 6028: eb01001f cmp x0, x1=0A= 602c: 54001220 b.eq 6270 // b.none=0A= 6030: aa1603fa mov x26, x22=0A= 6034: a90873fb stp x27, x28, [sp, #128]=0A= for_each_pwq(pwq, wq) {=0A= 6038: 90000017 adrp x23, 0 =0A= 603c: 9000001b adrp x27, 0 =0A= 6040: 910002f7 add x23, x23, #0x0=0A= 6044: f84d8755 ldr x21, [x26], #216=0A= 6048: 9100037b add x27, x27, #0x0=0A= 604c: d101c2b5 sub x21, x21, #0x70=0A= 6050: 9101c2a0 add x0, x21, #0x70=0A= 6054: eb0002df cmp x22, x0=0A= 6058: 540015e0 b.eq 6314 // b.none=0A= 605c: 94000000 bl 0 =0A= 6060: 34000200 cbz w0, 60a0 =0A= 6064: 39402ae0 ldrb w0, [x23, #10]=0A= 6068: 350001c0 cbnz w0, 60a0 =0A= 606c: 94000000 bl 0 =0A= 6070: 35000180 cbnz w0, 60a0 =0A= return lock_is_held_type(lock, -1);=0A= 6074: 12800001 mov w1, #0xffffffff // #-1=0A= 6078: aa1a03e0 mov x0, x26=0A= 607c: 94000000 bl 0 =0A= 6080: 35000100 cbnz w0, 60a0 =0A= 6084: 52800023 mov w3, #0x1 // #1=0A= 6088: 90000000 adrp x0, 0 =0A= 608c: aa1b03e2 mov x2, x27=0A= 6090: 91000000 add x0, x0, #0x0=0A= 6094: 52823c01 mov w1, #0x11e0 // #4576=0A= 6098: 39002ae3 strb w3, [x23, #10]=0A= 609c: 94000000 bl 0 =0A= if (pwq->nr_active || !list_empty(&pwq->delayed_works)) {=0A= 60a0: b9405aa0 ldr w0, [x21, #88]=0A= 60a4: 34001e60 cbz w0, 6470 =0A= pr_info("workqueue %s: flags=3D0x%x\n", wq->name, wq->flags);=0A= 60a8: b94202c2 ldr w2, [x22, #512]=0A= 60ac: 90000000 adrp x0, 0 =0A= 60b0: 9106a2c1 add x1, x22, #0x1a8=0A= 60b4: 91000000 add x0, x0, #0x0=0A= 60b8: 94000000 bl 0 =0A= 60bc: f94002d5 ldr x21, [x22]=0A= for_each_pwq(pwq, wq) {=0A= 60c0: d101c2b5 sub x21, x21, #0x70=0A= 60c4: 9101c2a0 add x0, x21, #0x70=0A= 60c8: eb0002df cmp x22, x0=0A= 60cc: 54001240 b.eq 6314 // b.none=0A= 60d0: 94000000 bl 0 =0A= 60d4: 34000260 cbz w0, 6120 =0A= 60d8: 90000000 adrp x0, 0 =0A= 60dc: 91000017 add x23, x0, #0x0=0A= 60e0: 39402ee0 ldrb w0, [x23, #11]=0A= 60e4: 350001e0 cbnz w0, 6120 =0A= 60e8: 94000000 bl 0 =0A= 60ec: 350001a0 cbnz w0, 6120 =0A= 60f0: 12800001 mov w1, #0xffffffff // #-1=0A= 60f4: 910362c0 add x0, x22, #0xd8=0A= 60f8: 94000000 bl 0 =0A= 60fc: 35000120 cbnz w0, 6120 =0A= 6100: 52800023 mov w3, #0x1 // #1=0A= 6104: 90000002 adrp x2, 0 =0A= 6108: 90000000 adrp x0, 0 =0A= 610c: 91000042 add x2, x2, #0x0=0A= 6110: 91000000 add x0, x0, #0x0=0A= 6114: 52823d61 mov w1, #0x11eb // #4587=0A= 6118: 39002ee3 strb w3, [x23, #11]=0A= 611c: 94000000 bl 0 =0A= spin_lock_irqsave(&pwq->pool->lock, flags);=0A= 6120: aa1503fa mov x26, x21=0A= 6124: f8460740 ldr x0, [x26], #96=0A= 6128: 94000000 bl 0 =0A= if (pwq->nr_active || !list_empty(&pwq->delayed_works))=0A= 612c: b9405aa0 ldr w0, [x21, #88]=0A= 6130: 34001ae0 cbz w0, 648c =0A= struct worker_pool *pool =3D pwq->pool;=0A= 6134: f94002b7 ldr x23, [x21]=0A= pr_info(" pwq %d:", pool->id);=0A= 6138: 90000000 adrp x0, 0 =0A= 613c: 91000000 add x0, x0, #0x0=0A= 6140: b940fae1 ldr w1, [x23, #248]=0A= 6144: 94000000 bl 0 =0A= pr_cont_pool_info(pool);=0A= 6148: aa1703e0 mov x0, x23=0A= 614c: 94000000 bl 0 =0A= 6150: aa1503e5 mov x5, x21=0A= pr_cont(" active=3D%d/%d refcnt=3D%d%s\n",=0A= 6154: b9401aa3 ldr w3, [x21, #24]=0A= 6158: 294b0aa1 ldp w1, w2, [x21, #88]=0A= 615c: 90000004 adrp x4, 0 =0A= 6160: f8480ca6 ldr x6, [x5, #128]!=0A= 6164: 91000084 add x4, x4, #0x0=0A= 6168: 90000000 adrp x0, 0 =0A= 616c: 91000000 add x0, x0, #0x0=0A= 6170: eb0600bf cmp x5, x6=0A= 6174: 9a991084 csel x4, x4, x25, ne // ne =3D any=0A= 6178: 94000000 bl 0 =0A= hash_for_each(pool->busy_hash, bkt, worker, hentry) {=0A= 617c: 9107a2e2 add x2, x23, #0x1e8=0A= pr_cont(" active=3D%d/%d refcnt=3D%d%s\n",=0A= 6180: d2800021 mov x1, #0x1 // #1=0A= hash_for_each(pool->busy_hash, bkt, worker, hentry) {=0A= 6184: f8617840 ldr x0, [x2, x1, lsl #3]=0A= 6188: b4001980 cbz x0, 64b8 =0A= if (worker->current_pwq =3D=3D pwq) {=0A= 618c: f9401003 ldr x3, [x0, #32]=0A= 6190: eb0302bf cmp x21, x3=0A= 6194: 540018e1 b.ne 64b0 // b.any=0A= pr_info(" in-flight:");=0A= 6198: 910fc2e1 add x1, x23, #0x3f0=0A= 619c: 90000000 adrp x0, 0 =0A= 61a0: 91000000 add x0, x0, #0x0=0A= 61a4: f90003e1 str x1, [sp]=0A= 61a8: 9107c2fb add x27, x23, #0x1f0=0A= 61ac: 94000000 bl 0 =0A= pr_cont("%s %d%s:%pf", comma ? "," : "",=0A= 61b0: 90000000 adrp x0, 0 =0A= 61b4: 91000000 add x0, x0, #0x0=0A= 61b8: f90007e0 str x0, [sp, #8]=0A= bool comma =3D false;=0A= 61bc: 52800000 mov w0, #0x0 // #0=0A= hash_for_each(pool->busy_hash, bkt, worker, hentry) {=0A= 61c0: f940037c ldr x28, [x27]=0A= 61c4: b40000dc cbz x28, 61dc =0A= if (worker->current_pwq !=3D pwq)=0A= 61c8: f9401381 ldr x1, [x28, #32]=0A= 61cc: eb0102bf cmp x21, x1=0A= 61d0: 54001b00 b.eq 6530 // b.none=0A= hash_for_each(pool->busy_hash, bkt, worker, hentry) {=0A= 61d4: f940039c ldr x28, [x28]=0A= 61d8: b5ffff9c cbnz x28, 61c8 =0A= 61dc: f94003e1 ldr x1, [sp]=0A= 61e0: 9100237b add x27, x27, #0x8=0A= 61e4: eb1b003f cmp x1, x27=0A= 61e8: 54fffec1 b.ne 61c0 // b.any=0A= pr_cont("\n");=0A= 61ec: 90000000 adrp x0, 0 =0A= 61f0: 91000000 add x0, x0, #0x0=0A= 61f4: 94000000 bl 0 =0A= list_for_each_entry(work, &pool->worklist, entry) {=0A= 61f8: f94086e0 ldr x0, [x23, #264]=0A= 61fc: 910422fb add x27, x23, #0x108=0A= 6200: d1002000 sub x0, x0, #0x8=0A= 6204: 91002001 add x1, x0, #0x8=0A= 6208: eb01037f cmp x27, x1=0A= 620c: 54001640 b.eq 64d4 // b.none=0A= 6210: f9400002 ldr x2, [x0]=0A= return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);=0A= 6214: 9278dc41 and x1, x2, #0xffffffffffffff00=0A= 6218: f27e005f tst x2, #0x4=0A= 621c: 9a9f1021 csel x1, x1, xzr, ne // ne =3D any=0A= if (get_work_pwq(work) =3D=3D pwq) {=0A= 6220: eb0102bf cmp x21, x1=0A= 6224: 54001801 b.ne 6524 // b.any=0A= pr_info(" pending:");=0A= 6228: 90000000 adrp x0, 0 =0A= 622c: 91000000 add x0, x0, #0x0=0A= 6230: 94000000 bl 0 =0A= list_for_each_entry(work, &pool->worklist, entry) {=0A= 6234: f94086f7 ldr x23, [x23, #264]=0A= bool comma =3D false;=0A= 6238: 52800000 mov w0, #0x0 // #0=0A= list_for_each_entry(work, &pool->worklist, entry) {=0A= 623c: d10022f7 sub x23, x23, #0x8=0A= 6240: 910022e1 add x1, x23, #0x8=0A= 6244: eb01037f cmp x27, x1=0A= 6248: 54001400 b.eq 64c8 // b.none=0A= 624c: f94002e2 ldr x2, [x23]=0A= return (void *)(data & WORK_STRUCT_WQ_DATA_MASK);=0A= 6250: 9278dc41 and x1, x2, #0xffffffffffffff00=0A= 6254: f27e005f tst x2, #0x4=0A= 6258: 9a9f1021 csel x1, x1, xzr, ne // ne =3D any=0A= if (get_work_pwq(work) !=3D pwq)=0A= 625c: eb0102bf cmp x21, x1=0A= 6260: 54001b00 b.eq 65c0 // b.none=0A= list_for_each_entry(work, &pool->worklist, entry) {=0A= 6264: f94006f7 ldr x23, [x23, #8]=0A= 6268: d10022f7 sub x23, x23, #0x8=0A= 626c: 17fffff5 b 6240 =0A= for_each_pool(pool, pi) {=0A= 6270: 90000016 adrp x22, 0 =0A= pr_cont(" %s%d", first ? "idle: " : "",=0A= 6274: 90000019 adrp x25, 0 =0A= for_each_pool(pool, pi) {=0A= 6278: 910002d6 add x22, x22, #0x0=0A= pr_cont(" %s%d", first ? "idle: " : "",=0A= 627c: 91000339 add x25, x25, #0x0=0A= for_each_pool(pool, pi) {=0A= 6280: b90027ff str wzr, [sp, #36]=0A= 6284: 910093e1 add x1, sp, #0x24=0A= 6288: 9103a300 add x0, x24, #0xe8=0A= 628c: 94000000 bl 0 =0A= 6290: aa0003f5 mov x21, x0=0A= 6294: b4000480 cbz x0, 6324 =0A= 6298: 94000000 bl 0 =0A= 629c: 34000220 cbz w0, 62e0 =0A= 62a0: 394032c0 ldrb w0, [x22, #12]=0A= 62a4: 350001e0 cbnz w0, 62e0 =0A= 62a8: 94000000 bl 0 =0A= 62ac: 350001a0 cbnz w0, 62e0 =0A= 62b0: 12800001 mov w1, #0xffffffff // #-1=0A= 62b4: 9102e300 add x0, x24, #0xb8=0A= 62b8: 94000000 bl 0 =0A= 62bc: 35000120 cbnz w0, 62e0 =0A= 62c0: 52800023 mov w3, #0x1 // #1=0A= 62c4: 90000002 adrp x2, 0 =0A= 62c8: 90000000 adrp x0, 0 =0A= 62cc: 91000042 add x2, x2, #0x0=0A= 62d0: 91000000 add x0, x0, #0x0=0A= 62d4: 52823f21 mov w1, #0x11f9 // #4601=0A= 62d8: 390032c3 strb w3, [x22, #12]=0A= 62dc: 94000000 bl 0 =0A= spin_lock_irqsave(&pool->lock, flags);=0A= 62e0: aa1503e0 mov x0, x21=0A= 62e4: 94000000 bl 0 =0A= if (pool->nr_workers =3D=3D pool->nr_idle)=0A= 62e8: b9411aa1 ldr w1, [x21, #280]=0A= 62ec: b9411ea0 ldr w0, [x21, #284]=0A= 62f0: 6b00003f cmp w1, w0=0A= 62f4: 54000601 b.ne 63b4 // b.any=0A= spin_unlock_irqrestore(&pool->lock, flags);=0A= 62f8: aa1503e0 mov x0, x21=0A= 62fc: 94000000 bl 0 =0A= * disables interrupts for a long time. This call is stateless.=0A= */=0A= static inline void touch_nmi_watchdog(void)=0A= {=0A= arch_touch_nmi_watchdog();=0A= touch_softlockup_watchdog();=0A= 6300: 94000000 bl 0 =0A= for_each_pool(pool, pi) {=0A= 6304: b94027e0 ldr w0, [sp, #36]=0A= 6308: 11000400 add w0, w0, #0x1=0A= 630c: b90027e0 str w0, [sp, #36]=0A= 6310: 17ffffdd b 6284 =0A= 6314: f9400ad6 ldr x22, [x22, #16]=0A= list_for_each_entry_rcu(wq, &workqueues, list) {=0A= 6318: a94873fb ldp x27, x28, [sp, #128]=0A= 631c: d10042d6 sub x22, x22, #0x10=0A= 6320: 17ffff40 b 6020 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 6324: 94000000 bl 0 =0A= 6328: 34000200 cbz w0, 6368 =0A= 632c: 90000015 adrp x21, 0 =0A= 6330: 910002b5 add x21, x21, #0x0=0A= 6334: 39401ea0 ldrb w0, [x21, #7]=0A= 6338: 35000180 cbnz w0, 6368 =0A= 633c: 94000000 bl 0 =0A= 6340: 72001c1f tst w0, #0xff=0A= 6344: 54000121 b.ne 6368 // b.any=0A= 6348: 52800023 mov w3, #0x1 // #1=0A= 634c: 90000002 adrp x2, 0 =0A= 6350: 90000000 adrp x0, 0 =0A= 6354: 91000042 add x2, x2, #0x0=0A= 6358: 91000000 add x0, x0, #0x0=0A= 635c: 528051a1 mov w1, #0x28d // #653=0A= 6360: 39001ea3 strb w3, [x21, #7]=0A= 6364: 94000000 bl 0 =0A= __rcu_read_unlock();=0A= 6368: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 636c: aa1403e0 mov x0, x20=0A= 6370: 52800021 mov w1, #0x1 // #1=0A= 6374: 90000002 adrp x2, 0 =0A= 6378: 91000042 add x2, x2, #0x0=0A= 637c: 94000000 bl 0 =0A= }=0A= 6380: f94017e1 ldr x1, [sp, #40]=0A= 6384: f9400260 ldr x0, [x19]=0A= 6388: ca000020 eor x0, x1, x0=0A= 638c: b5000100 cbnz x0, 63ac =0A= 6390: a9437bfd ldp x29, x30, [sp, #48]=0A= 6394: a94453f3 ldp x19, x20, [sp, #64]=0A= 6398: a9455bf5 ldp x21, x22, [sp, #80]=0A= 639c: a94663f7 ldp x23, x24, [sp, #96]=0A= 63a0: a9476bf9 ldp x25, x26, [sp, #112]=0A= 63a4: 910243ff add sp, sp, #0x90=0A= 63a8: d65f03c0 ret=0A= 63ac: a90873fb stp x27, x28, [sp, #128]=0A= 63b0: 94000000 bl 0 <__stack_chk_fail>=0A= pr_info("pool %d:", pool->id);=0A= 63b4: a90873fb stp x27, x28, [sp, #128]=0A= 63b8: 90000000 adrp x0, 0 =0A= 63bc: 91000000 add x0, x0, #0x0=0A= 63c0: b940faa1 ldr w1, [x21, #248]=0A= 63c4: 94000000 bl 0 =0A= pr_cont_pool_info(pool);=0A= 63c8: aa1503e0 mov x0, x21=0A= 63cc: 94000000 bl 0 =0A= pr_cont(" hung=3D%us workers=3D%d",=0A= 63d0: 90000001 adrp x1, 0 =0A= 63d4: f94082a0 ldr x0, [x21, #256]=0A= 63d8: f9400021 ldr x1, [x1]=0A= 63dc: cb000020 sub x0, x1, x0=0A= 63e0: 94000000 bl 0 =0A= 63e4: 52807d01 mov w1, #0x3e8 // #1000=0A= 63e8: b9411aa2 ldr w2, [x21, #280]=0A= 63ec: 90000003 adrp x3, 0 =0A= 63f0: 1ac10801 udiv w1, w0, w1=0A= 63f4: 91000060 add x0, x3, #0x0=0A= 63f8: 94000000 bl 0 =0A= if (pool->manager)=0A= 63fc: f941faa0 ldr x0, [x21, #1008]=0A= 6400: b40000c0 cbz x0, 6418 =0A= return tsk->pid;=0A= 6404: f9402001 ldr x1, [x0, #64]=0A= pr_cont(" manager: %d",=0A= 6408: 90000000 adrp x0, 0 =0A= 640c: 91000000 add x0, x0, #0x0=0A= 6410: b945a821 ldr w1, [x1, #1448]=0A= 6414: 94000000 bl 0 =0A= list_for_each_entry(worker, &pool->idle_list, entry) {=0A= 6418: f94092b7 ldr x23, [x21, #288]=0A= pr_cont(" %s%d", first ? "idle: " : "",=0A= 641c: 9000001a adrp x26, 0 =0A= 6420: 910482bc add x28, x21, #0x120=0A= 6424: 9100035a add x26, x26, #0x0=0A= bool first =3D true;=0A= 6428: 52800020 mov w0, #0x1 // #1=0A= pr_cont(" %s%d", first ? "idle: " : "",=0A= 642c: 9000001b adrp x27, 0 =0A= list_for_each_entry(worker, &pool->idle_list, entry) {=0A= 6430: eb1c02ff cmp x23, x28=0A= 6434: 54000140 b.eq 645c // b.none=0A= 6438: f94022e2 ldr x2, [x23, #64]=0A= pr_cont(" %s%d", first ? "idle: " : "",=0A= 643c: 7100001f cmp w0, #0x0=0A= 6440: 9a991341 csel x1, x26, x25, ne // ne =3D any=0A= 6444: 91000360 add x0, x27, #0x0=0A= 6448: b945a842 ldr w2, [x2, #1448]=0A= 644c: 94000000 bl 0 =0A= first =3D false;=0A= 6450: 52800000 mov w0, #0x0 // #0=0A= list_for_each_entry(worker, &pool->idle_list, entry) {=0A= 6454: f94002f7 ldr x23, [x23]=0A= 6458: 17fffff6 b 6430 =0A= pr_cont("\n");=0A= 645c: 90000000 adrp x0, 0 =0A= 6460: 91000000 add x0, x0, #0x0=0A= 6464: 94000000 bl 0 =0A= 6468: a94873fb ldp x27, x28, [sp, #128]=0A= 646c: 17ffffa3 b 62f8 =0A= 6470: aa1503e0 mov x0, x21=0A= 6474: f8460c01 ldr x1, [x0, #96]!=0A= if (pwq->nr_active || !list_empty(&pwq->delayed_works)) {=0A= 6478: eb01001f cmp x0, x1=0A= 647c: 54ffe161 b.ne 60a8 // b.any=0A= 6480: f9403ab5 ldr x21, [x21, #112]=0A= for_each_pwq(pwq, wq) {=0A= 6484: d101c2b5 sub x21, x21, #0x70=0A= 6488: 17fffef2 b 6050 =0A= 648c: f94032a0 ldr x0, [x21, #96]=0A= if (pwq->nr_active || !list_empty(&pwq->delayed_works))=0A= 6490: eb00035f cmp x26, x0=0A= 6494: 54ffe501 b.ne 6134 // b.any=0A= spin_unlock_irqrestore(&pwq->pool->lock, flags);=0A= 6498: f94002a0 ldr x0, [x21]=0A= 649c: 94000000 bl 0 =0A= 64a0: 94000000 bl 0 =0A= 64a4: f9403ab5 ldr x21, [x21, #112]=0A= for_each_pwq(pwq, wq) {=0A= 64a8: d101c2b5 sub x21, x21, #0x70=0A= 64ac: 17ffff06 b 60c4 =0A= hash_for_each(pool->busy_hash, bkt, worker, hentry) {=0A= 64b0: f9400000 ldr x0, [x0]=0A= 64b4: b5ffe6c0 cbnz x0, 618c =0A= 64b8: 7100fc3f cmp w1, #0x3f=0A= 64bc: 91000421 add x1, x1, #0x1=0A= 64c0: 54ffe629 b.ls 6184 // b.plast=0A= 64c4: 17ffff4d b 61f8 =0A= pr_cont("\n");=0A= 64c8: 90000000 adrp x0, 0 =0A= 64cc: 91000000 add x0, x0, #0x0=0A= 64d0: 94000000 bl 0 =0A= 64d4: f94032a0 ldr x0, [x21, #96]=0A= if (!list_empty(&pwq->delayed_works)) {=0A= 64d8: eb00035f cmp x26, x0=0A= 64dc: 54fffde0 b.eq 6498 // b.none=0A= pr_info(" delayed:");=0A= 64e0: 90000000 adrp x0, 0 =0A= 64e4: 91000000 add x0, x0, #0x0=0A= 64e8: 94000000 bl 0 =0A= list_for_each_entry(work, &pwq->delayed_works, entry) {=0A= 64ec: f94032b7 ldr x23, [x21, #96]=0A= bool comma =3D false;=0A= 64f0: 52800000 mov w0, #0x0 // #0=0A= list_for_each_entry(work, &pwq->delayed_works, entry) {=0A= 64f4: d10022f7 sub x23, x23, #0x8=0A= 64f8: 910022e1 add x1, x23, #0x8=0A= 64fc: eb01035f cmp x26, x1=0A= 6500: 54000540 b.eq 65a8 // b.none=0A= pr_cont_work(comma, work);=0A= 6504: aa1703e1 mov x1, x23=0A= 6508: 94000000 bl 0 =0A= list_for_each_entry(work, &pwq->delayed_works, entry) {=0A= 650c: a9405ee0 ldp x0, x23, [x23]=0A= comma =3D !(*work_data_bits(work) & WORK_STRUCT_LINKED);=0A= 6510: d343fc00 lsr x0, x0, #3=0A= list_for_each_entry(work, &pwq->delayed_works, entry) {=0A= 6514: d10022f7 sub x23, x23, #0x8=0A= comma =3D !(*work_data_bits(work) & WORK_STRUCT_LINKED);=0A= 6518: d2400000 eor x0, x0, #0x1=0A= 651c: 12000000 and w0, w0, #0x1=0A= list_for_each_entry(work, &pwq->delayed_works, entry) {=0A= 6520: 17fffff6 b 64f8 =0A= list_for_each_entry(work, &pool->worklist, entry) {=0A= 6524: f9400400 ldr x0, [x0, #8]=0A= 6528: d1002000 sub x0, x0, #0x8=0A= 652c: 17ffff36 b 6204 =0A= pr_cont("%s %d%s:%pf", comma ? "," : "",=0A= 6530: f94006a2 ldr x2, [x21, #8]=0A= 6534: 7100001f cmp w0, #0x0=0A= 6538: f9402380 ldr x0, [x28, #64]=0A= list_for_each_entry(work, &worker->scheduled, entry)=0A= 653c: f9000bfc str x28, [sp, #16]=0A= pr_cont("%s %d%s:%pf", comma ? "," : "",=0A= 6540: f94007e1 ldr x1, [sp, #8]=0A= 6544: f940a842 ldr x2, [x2, #336]=0A= 6548: 9a991021 csel x1, x1, x25, ne // ne =3D any=0A= 654c: f9400f84 ldr x4, [x28, #24]=0A= 6550: eb1c005f cmp x2, x28=0A= 6554: b945a802 ldr w2, [x0, #1448]=0A= 6558: 90000000 adrp x0, 0 =0A= 655c: 91000003 add x3, x0, #0x0=0A= 6560: 90000000 adrp x0, 0 =0A= 6564: 9a990063 csel x3, x3, x25, eq // eq =3D none=0A= 6568: 91000000 add x0, x0, #0x0=0A= 656c: 94000000 bl 0 =0A= list_for_each_entry(work, &worker->scheduled, entry)=0A= 6570: f9400be5 ldr x5, [sp, #16]=0A= 6574: f8430ca2 ldr x2, [x5, #48]!=0A= 6578: d1002042 sub x2, x2, #0x8=0A= 657c: 91002040 add x0, x2, #0x8=0A= 6580: eb05001f cmp x0, x5=0A= 6584: 540001a0 b.eq 65b8 // b.none=0A= pr_cont_work(false, work);=0A= 6588: aa0203e1 mov x1, x2=0A= 658c: 52800000 mov w0, #0x0 // #0=0A= 6590: a90117e2 stp x2, x5, [sp, #16]=0A= 6594: 94000000 bl 0 =0A= list_for_each_entry(work, &worker->scheduled, entry)=0A= 6598: a94117e2 ldp x2, x5, [sp, #16]=0A= 659c: f9400442 ldr x2, [x2, #8]=0A= 65a0: d1002042 sub x2, x2, #0x8=0A= 65a4: 17fffff6 b 657c =0A= pr_cont("\n");=0A= 65a8: 90000000 adrp x0, 0 =0A= 65ac: 91000000 add x0, x0, #0x0=0A= 65b0: 94000000 bl 0 =0A= 65b4: 17ffffb9 b 6498 =0A= comma =3D true;=0A= 65b8: 52800020 mov w0, #0x1 // #1=0A= 65bc: 17ffff06 b 61d4 =0A= pr_cont_work(comma, work);=0A= 65c0: aa1703e1 mov x1, x23=0A= 65c4: 94000000 bl 0 =0A= comma =3D !(*work_data_bits(work) & WORK_STRUCT_LINKED);=0A= 65c8: f94002e0 ldr x0, [x23]=0A= 65cc: d343fc00 lsr x0, x0, #3=0A= 65d0: d2400000 eor x0, x0, #0x1=0A= 65d4: 12000000 and w0, w0, #0x1=0A= 65d8: 17ffff23 b 6264 =0A= 65dc: d503201f nop=0A= =0A= 00000000000065e0 :=0A= {=0A= 65e0: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 65e4: 910003fd mov x29, sp=0A= 65e8: a90153f3 stp x19, x20, [sp, #16]=0A= 65ec: aa0003f4 mov x20, x0=0A= 65f0: a9025bf5 stp x21, x22, [sp, #32]=0A= *=0A= * If @wq is registered to sysfs by workqueue_sysfs_register(), = unregister.=0A= */=0A= static void workqueue_sysfs_unregister(struct workqueue_struct *wq)=0A= {=0A= struct wq_device *wq_dev =3D wq->wq_dev;=0A= 65f4: f940b800 ldr x0, [x0, #368]=0A= =0A= if (!wq->wq_dev)=0A= 65f8: b4000080 cbz x0, 6608 =0A= return;=0A= =0A= wq->wq_dev =3D NULL;=0A= 65fc: f900ba9f str xzr, [x20, #368]=0A= device_unregister(&wq_dev->dev);=0A= 6600: 91002000 add x0, x0, #0x8=0A= 6604: 94000000 bl 0 =0A= drain_workqueue(wq);=0A= 6608: aa1403e0 mov x0, x20=0A= 660c: 94000000 bl 18c0 =0A= if (wq->rescuer) {=0A= 6610: f940aa95 ldr x21, [x20, #336]=0A= 6614: b40001b5 cbz x21, 6648 =0A= spin_lock_irq(&wq_mayday_lock);=0A= 6618: 90000013 adrp x19, 0 =0A= 661c: 91000273 add x19, x19, #0x0=0A= 6620: 910b4273 add x19, x19, #0x2d0=0A= 6624: aa1303e0 mov x0, x19=0A= 6628: 94000000 bl 0 =0A= wq->rescuer =3D NULL;=0A= 662c: f900aa9f str xzr, [x20, #336]=0A= spin_unlock_irq(&wq_mayday_lock);=0A= 6630: aa1303e0 mov x0, x19=0A= 6634: 94000000 bl 0 =0A= kthread_stop(rescuer->task);=0A= 6638: f94022a0 ldr x0, [x21, #64]=0A= 663c: 94000000 bl 0 =0A= kfree(rescuer);=0A= 6640: aa1503e0 mov x0, x21=0A= 6644: 94000000 bl 0 =0A= mutex_lock(&wq->mutex);=0A= 6648: 91008295 add x21, x20, #0x20=0A= 664c: aa1503e0 mov x0, x21=0A= 6650: 94000000 bl 0 <_mutex_lock>=0A= 6654: f9400293 ldr x19, [x20]=0A= for_each_pwq(pwq, wq) {=0A= 6658: eb13029f cmp x20, x19=0A= 665c: d101c273 sub x19, x19, #0x70=0A= 6660: 540005a0 b.eq 6714 // b.none=0A= 6664: 90000001 adrp x1, 0 =0A= 6668: 90000000 adrp x0, 0 =0A= 666c: 91000016 add x22, x0, #0x0=0A= 6670: a90363f7 stp x23, x24, [sp, #48]=0A= 6674: 91000037 add x23, x1, #0x0=0A= 6678: 91036298 add x24, x20, #0xd8=0A= 667c: 94000000 bl 0 =0A= 6680: 34000060 cbz w0, 668c =0A= 6684: 394036e0 ldrb w0, [x23, #13]=0A= 6688: 34000780 cbz w0, 6778 =0A= 668c: 91007260 add x0, x19, #0x1c=0A= 6690: 91016262 add x2, x19, #0x58=0A= 6694: 14000004 b 66a4 =0A= if (WARN_ON(pwq->nr_in_flight[i])) {=0A= 6698: 91001000 add x0, x0, #0x4=0A= for (i =3D 0; i < WORK_NR_COLORS; i++) {=0A= 669c: eb00005f cmp x2, x0=0A= 66a0: 54000180 b.eq 66d0 // b.none=0A= if (WARN_ON(pwq->nr_in_flight[i])) {=0A= 66a4: b9400001 ldr w1, [x0]=0A= 66a8: 34ffff81 cbz w1, 6698 =0A= WARN_ON(!list_empty(&pwq->delayed_works))) {=0A= 66ac: d4210000 brk #0x800=0A= mutex_unlock(&wq->mutex);=0A= 66b0: aa1503e0 mov x0, x21=0A= 66b4: 94000000 bl 0 <_mutex_unlock>=0A= show_workqueue_state();=0A= 66b8: 94000000 bl 5f58 =0A= return;=0A= 66bc: a94363f7 ldp x23, x24, [sp, #48]=0A= }=0A= 66c0: a94153f3 ldp x19, x20, [sp, #16]=0A= 66c4: a9425bf5 ldp x21, x22, [sp, #32]=0A= 66c8: a8c47bfd ldp x29, x30, [sp], #64=0A= 66cc: d65f03c0 ret=0A= if (WARN_ON((pwq !=3D wq->dfl_pwq) && (pwq->refcnt > 1)) ||=0A= 66d0: f940b680 ldr x0, [x20, #360]=0A= 66d4: eb13001f cmp x0, x19=0A= 66d8: 54000080 b.eq 66e8 // b.none=0A= 66dc: b9401a60 ldr w0, [x19, #24]=0A= 66e0: 7100041f cmp w0, #0x1=0A= 66e4: 54fffe4c b.gt 66ac =0A= WARN_ON(pwq->nr_active) ||=0A= 66e8: b9405a60 ldr w0, [x19, #88]=0A= 66ec: 35fffe00 cbnz w0, 66ac =0A= 66f0: aa1303e0 mov x0, x19=0A= 66f4: f8460c01 ldr x1, [x0, #96]!=0A= WARN_ON(!list_empty(&pwq->delayed_works))) {=0A= 66f8: eb01001f cmp x0, x1=0A= 66fc: 54fffd81 b.ne 66ac // b.any=0A= 6700: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq) {=0A= 6704: eb13029f cmp x20, x19=0A= 6708: d101c273 sub x19, x19, #0x70=0A= 670c: 54fffb81 b.ne 667c // b.any=0A= 6710: a94363f7 ldp x23, x24, [sp, #48]=0A= mutex_unlock(&wq->mutex);=0A= 6714: aa1503e0 mov x0, x21=0A= mutex_lock(&wq_pool_mutex);=0A= 6718: 90000013 adrp x19, 0 =0A= mutex_unlock(&wq->mutex);=0A= 671c: 94000000 bl 0 <_mutex_unlock>=0A= mutex_lock(&wq_pool_mutex);=0A= 6720: 91000273 add x19, x19, #0x0=0A= 6724: aa1303e0 mov x0, x19=0A= 6728: 94000000 bl 0 <_mutex_lock>=0A= __list_del(entry->prev, entry->next);=0A= 672c: a9410682 ldp x2, x1, [x20, #16]=0A= next->prev =3D prev;=0A= 6730: f9000441 str x1, [x2, #8]=0A= 6734: d2804003 mov x3, #0x200 // #512=0A= mutex_unlock(&wq_pool_mutex);=0A= 6738: aa1303e0 mov x0, x19=0A= 673c: f2fbd5a3 movk x3, #0xdead, lsl #48=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 6740: f9000022 str x2, [x1]=0A= 6744: f9000e83 str x3, [x20, #24]=0A= 6748: 94000000 bl 0 <_mutex_unlock>=0A= if (!(wq->flags & WQ_UNBOUND)) {=0A= 674c: b9420280 ldr w0, [x20, #512]=0A= 6750: 36080300 tbz w0, #1, 67b0 =0A= __READ_ONCE_SIZE;=0A= 6754: f9410a80 ldr x0, [x20, #528]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 6758: f9010a9f str xzr, [x20, #528]=0A= if (pwq) {=0A= 675c: b4000040 cbz x0, 6764 =0A= 6760: 97fff37a bl 3548 =0A= pwq =3D wq->dfl_pwq;=0A= 6764: f940b680 ldr x0, [x20, #360]=0A= wq->dfl_pwq =3D NULL;=0A= 6768: f900b69f str xzr, [x20, #360]=0A= if (pwq) {=0A= 676c: b4fffaa0 cbz x0, 66c0 =0A= 6770: 97fff376 bl 3548 =0A= 6774: 17ffffd3 b 66c0 =0A= for_each_pwq(pwq, wq) {=0A= 6778: 94000000 bl 0 =0A= 677c: 35fff880 cbnz w0, 668c =0A= 6780: 12800001 mov w1, #0xffffffff // #-1=0A= 6784: aa1803e0 mov x0, x24=0A= 6788: 94000000 bl 0 =0A= 678c: 35fff800 cbnz w0, 668c =0A= 6790: 52800023 mov w3, #0x1 // #1=0A= 6794: 90000000 adrp x0, 0 =0A= 6798: aa1603e2 mov x2, x22=0A= 679c: 91000000 add x0, x0, #0x0=0A= 67a0: 52820b61 mov w1, #0x105b // #4187=0A= 67a4: 390036e3 strb w3, [x23, #13]=0A= 67a8: 94000000 bl 0 =0A= 67ac: 17ffffb8 b 668c =0A= call_rcu(&wq->rcu, rcu_free_wq);=0A= 67b0: 91070280 add x0, x20, #0x1c0=0A= 67b4: 90000001 adrp x1, 0 =0A= 67b8: 91000021 add x1, x1, #0x0=0A= 67bc: 94000000 bl 0 =0A= 67c0: 17ffffc0 b 66c0 =0A= 67c4: d503201f nop=0A= =0A= 00000000000067c8 :=0A= {=0A= 67c8: a9bd7bfd stp x29, x30, [sp, #-48]!=0A= 67cc: 910003fd mov x29, sp=0A= 67d0: a90153f3 stp x19, x20, [sp, #16]=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 67d4: 90000014 adrp x20, 0 <__per_cpu_offset>=0A= 67d8: 91000294 add x20, x20, #0x0=0A= {=0A= 67dc: a9025bf5 stp x21, x22, [sp, #32]=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 67e0: 2a0003f6 mov w22, w0=0A= 67e4: 90000015 adrp x21, 0 =0A= 67e8: 910002b5 add x21, x21, #0x0=0A= 67ec: f8767a93 ldr x19, [x20, x22, lsl #3]=0A= 67f0: aa1503e0 mov x0, x21=0A= 67f4: 8b000273 add x19, x19, x0=0A= 67f8: 91300260 add x0, x19, #0xc00=0A= 67fc: eb00027f cmp x19, x0=0A= 6800: 540001c2 b.cs 6838 // b.hs, = b.nlast=0A= 6804: d503201f nop=0A= if (pool->nr_workers)=0A= 6808: b9411a61 ldr w1, [x19, #280]=0A= if (!create_worker(pool))=0A= 680c: aa1303e0 mov x0, x19=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 6810: 91180273 add x19, x19, #0x600=0A= if (pool->nr_workers)=0A= 6814: 35000061 cbnz w1, 6820 =0A= if (!create_worker(pool))=0A= 6818: 97ffedea bl 1fc0 =0A= 681c: b4000180 cbz x0, 684c =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 6820: f8767a81 ldr x1, [x20, x22, lsl #3]=0A= 6824: aa1503e0 mov x0, x21=0A= 6828: 8b010000 add x0, x0, x1=0A= 682c: 91300000 add x0, x0, #0xc00=0A= 6830: eb00027f cmp x19, x0=0A= 6834: 54fffea3 b.cc 6808 // b.lo, = b.ul, b.last=0A= return 0;=0A= 6838: 52800000 mov w0, #0x0 // #0=0A= }=0A= 683c: a94153f3 ldp x19, x20, [sp, #16]=0A= 6840: a9425bf5 ldp x21, x22, [sp, #32]=0A= 6844: a8c37bfd ldp x29, x30, [sp], #48=0A= 6848: d65f03c0 ret=0A= return -ENOMEM;=0A= 684c: 12800160 mov w0, #0xfffffff4 // #-12=0A= }=0A= 6850: a94153f3 ldp x19, x20, [sp, #16]=0A= 6854: a9425bf5 ldp x21, x22, [sp, #32]=0A= 6858: a8c37bfd ldp x29, x30, [sp], #48=0A= 685c: d65f03c0 ret=0A= =0A= 0000000000006860 :=0A= {=0A= 6860: d10283ff sub sp, sp, #0xa0=0A= 6864: 90000001 adrp x1, 0 <__stack_chk_guard>=0A= 6868: 91000021 add x1, x1, #0x0=0A= 686c: a9047bfd stp x29, x30, [sp, #64]=0A= 6870: 910103fd add x29, sp, #0x40=0A= 6874: a90553f3 stp x19, x20, [sp, #80]=0A= 6878: a9065bf5 stp x21, x22, [sp, #96]=0A= 687c: a90763f7 stp x23, x24, [sp, #112]=0A= 6880: 2a0003f7 mov w23, w0=0A= mutex_lock(&wq_pool_mutex);=0A= 6884: 90000018 adrp x24, 0 =0A= {=0A= 6888: a9086bf9 stp x25, x26, [sp, #128]=0A= mutex_lock(&wq_pool_mutex);=0A= 688c: 91000318 add x24, x24, #0x0=0A= for_each_pool(pool, pi) {=0A= 6890: 9000001a adrp x26, 0 =0A= {=0A= 6894: a90973fb stp x27, x28, [sp, #144]=0A= return (*dst =3D *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) !=3D 0;=0A= 6898: 9000001c adrp x28, 0 =0A= for_each_pool(pool, pi) {=0A= 689c: 9100035a add x26, x26, #0x0=0A= {=0A= 68a0: f9400020 ldr x0, [x1]=0A= 68a4: f9001fe0 str x0, [sp, #56]=0A= 68a8: d2800000 mov x0, #0x0 // #0=0A= 68ac: f90017e1 str x1, [sp, #40]=0A= mutex_lock(&wq_pool_mutex);=0A= 68b0: aa1803e0 mov x0, x24=0A= 68b4: 94000000 bl 0 <_mutex_lock>=0A= 68b8: 710002ff cmp w23, #0x0=0A= 68bc: 1100fee0 add w0, w23, #0x3f=0A= 68c0: 1a97b000 csel w0, w0, w23, lt // lt =3D tstop=0A= 68c4: 91000382 add x2, x28, #0x0=0A= 68c8: d2800021 mov x1, #0x1 // #1=0A= WARN_ON_ONCE(set_cpus_allowed_ptr(worker->task, &cpumask) < 0);=0A= 68cc: 910a2059 add x25, x2, #0x288=0A= 68d0: 13067c00 asr w0, w0, #6=0A= 68d4: 9ad72021 lsl x1, x1, x23=0A= 68d8: f90013e2 str x2, [sp, #32]=0A= 68dc: 937d7c00 sbfiz x0, x0, #3, #32=0A= 68e0: a90103e1 stp x1, x0, [sp, #16]=0A= for_each_pool(pool, pi) {=0A= 68e4: b90037ff str wzr, [sp, #52]=0A= 68e8: 14000006 b 6900 =0A= mutex_unlock(&pool->attach_mutex);=0A= 68ec: aa1503e0 mov x0, x21=0A= 68f0: 94000000 bl 0 <_mutex_unlock>=0A= for_each_pool(pool, pi) {=0A= 68f4: b94037e0 ldr w0, [sp, #52]=0A= 68f8: 11000400 add w0, w0, #0x1=0A= 68fc: b90037e0 str w0, [sp, #52]=0A= 6900: 9100d3e1 add x1, sp, #0x34=0A= 6904: 9103a300 add x0, x24, #0xe8=0A= 6908: 94000000 bl 0 =0A= 690c: aa0003f3 mov x19, x0=0A= 6910: b40012a0 cbz x0, 6b64 =0A= 6914: 94000000 bl 0 =0A= 6918: 34000060 cbz w0, 6924 =0A= 691c: 39403b40 ldrb w0, [x26, #14]=0A= 6920: 34001040 cbz w0, 6b28 =0A= mutex_lock(&pool->attach_mutex);=0A= 6924: 910fe275 add x21, x19, #0x3f8=0A= 6928: aa1503e0 mov x0, x21=0A= 692c: 94000000 bl 0 <_mutex_lock>=0A= if (pool->cpu =3D=3D cpu)=0A= 6930: b940f260 ldr w0, [x19, #240]=0A= 6934: 6b17001f cmp w0, w23=0A= 6938: 54000600 b.eq 69f8 // b.none=0A= else if (pool->cpu < 0)=0A= 693c: 36fffd80 tbz w0, #31, 68ec =0A= lockdep_assert_held(&pool->attach_mutex);=0A= 6940: 90000000 adrp x0, 0 =0A= 6944: 91000014 add x20, x0, #0x0=0A= 6948: b9400000 ldr w0, [x0]=0A= 694c: 35001460 cbnz w0, 6bd8 =0A= if (!cpumask_test_cpu(cpu, pool->attrs->cpumask))=0A= 6950: f9428660 ldr x0, [x19, #1288]=0A= 6954: f9400fe2 ldr x2, [sp, #24]=0A= return test_bit(cpumask_check(cpu), cpumask_bits((cpumask)));=0A= 6958: 91002001 add x1, x0, #0x8=0A= 695c: f8626821 ldr x1, [x1, x2]=0A= 6960: f9400be2 ldr x2, [sp, #16]=0A= 6964: ea01005f tst x2, x1=0A= 6968: 54fffc20 b.eq 68ec // b.none=0A= 696c: 90000001 adrp x1, 0 <__cpu_online_mask>=0A= for_each_pool_worker(worker, pool)=0A= 6970: 91138276 add x22, x19, #0x4e0=0A= 6974: f9400400 ldr x0, [x0, #8]=0A= 6978: f9400022 ldr x2, [x1]=0A= 697c: f9427261 ldr x1, [x19, #1248]=0A= 6980: 8a020000 and x0, x0, x2=0A= 6984: f94013e2 ldr x2, [sp, #32]=0A= 6988: d101403b sub x27, x1, #0x50=0A= 698c: eb0102df cmp x22, x1=0A= 6990: f9014440 str x0, [x2, #648]=0A= 6994: 54fffac0 b.eq 68ec // b.none=0A= 6998: 9112c273 add x19, x19, #0x4b0=0A= 699c: 14000009 b 69c0 =0A= WARN_ON_ONCE(set_cpus_allowed_ptr(worker->task, &cpumask) < 0);=0A= 69a0: f9402360 ldr x0, [x27, #64]=0A= 69a4: aa1903e1 mov x1, x25=0A= 69a8: 94000000 bl 0 =0A= 69ac: 37f80220 tbnz w0, #31, 69f0 =0A= for_each_pool_worker(worker, pool)=0A= 69b0: f9402b7b ldr x27, [x27, #80]=0A= 69b4: eb1b02df cmp x22, x27=0A= 69b8: d101437b sub x27, x27, #0x50=0A= 69bc: 54fff980 b.eq 68ec // b.none=0A= 69c0: b9400280 ldr w0, [x20]=0A= 69c4: 34fffee0 cbz w0, 69a0 =0A= 69c8: 12800001 mov w1, #0xffffffff // #-1=0A= 69cc: aa1303e0 mov x0, x19=0A= 69d0: 94000000 bl 0 =0A= 69d4: 35fffe60 cbnz w0, 69a0 =0A= 69d8: d4210000 brk #0x800=0A= WARN_ON_ONCE(set_cpus_allowed_ptr(worker->task, &cpumask) < 0);=0A= 69dc: f9402360 ldr x0, [x27, #64]=0A= 69e0: aa1903e1 mov x1, x25=0A= 69e4: 94000000 bl 0 =0A= 69e8: 36fffe40 tbz w0, #31, 69b0 =0A= 69ec: d503201f nop=0A= 69f0: d4210000 brk #0x800=0A= 69f4: 17ffffef b 69b0 =0A= lockdep_assert_held(&pool->attach_mutex);=0A= 69f8: 90000000 adrp x0, 0 =0A= 69fc: 91000014 add x20, x0, #0x0=0A= 6a00: b9400000 ldr w0, [x0]=0A= 6a04: 35000f60 cbnz w0, 6bf0 =0A= for_each_pool_worker(worker, pool)=0A= 6a08: f9427260 ldr x0, [x19, #1248]=0A= 6a0c: 91138276 add x22, x19, #0x4e0=0A= 6a10: 9112c27b add x27, x19, #0x4b0=0A= 6a14: d101401c sub x28, x0, #0x50=0A= 6a18: eb0002df cmp x22, x0=0A= 6a1c: 54000161 b.ne 6a48 // b.any=0A= 6a20: 1400001c b 6a90 =0A= WARN_ON_ONCE(set_cpus_allowed_ptr(worker->task,=0A= 6a24: f9402380 ldr x0, [x28, #64]=0A= 6a28: f9428661 ldr x1, [x19, #1288]=0A= 6a2c: 91002021 add x1, x1, #0x8=0A= 6a30: 94000000 bl 0 =0A= 6a34: 37f80220 tbnz w0, #31, 6a78 =0A= for_each_pool_worker(worker, pool)=0A= 6a38: f9402b82 ldr x2, [x28, #80]=0A= 6a3c: eb0202df cmp x22, x2=0A= 6a40: d101405c sub x28, x2, #0x50=0A= 6a44: 54000260 b.eq 6a90 // b.none=0A= 6a48: b9400280 ldr w0, [x20]=0A= 6a4c: 34fffec0 cbz w0, 6a24 =0A= 6a50: 12800001 mov w1, #0xffffffff // #-1=0A= 6a54: aa1b03e0 mov x0, x27=0A= 6a58: 94000000 bl 0 =0A= 6a5c: 35fffe40 cbnz w0, 6a24 =0A= 6a60: d4210000 brk #0x800=0A= WARN_ON_ONCE(set_cpus_allowed_ptr(worker->task,=0A= 6a64: f9402380 ldr x0, [x28, #64]=0A= 6a68: f9428661 ldr x1, [x19, #1288]=0A= 6a6c: 91002021 add x1, x1, #0x8=0A= 6a70: 94000000 bl 0 =0A= 6a74: 36fffe20 tbz w0, #31, 6a38 =0A= 6a78: d4210000 brk #0x800=0A= for_each_pool_worker(worker, pool)=0A= 6a7c: f9402b82 ldr x2, [x28, #80]=0A= 6a80: eb0202df cmp x22, x2=0A= 6a84: d101405c sub x28, x2, #0x50=0A= 6a88: 54fffe01 b.ne 6a48 // b.any=0A= 6a8c: d503201f nop=0A= spin_lock_irq(&pool->lock);=0A= 6a90: aa1303e0 mov x0, x19=0A= 6a94: 94000000 bl 0 =0A= if (!(pool->flags & POOL_DISASSOCIATED)) {=0A= 6a98: b940fe60 ldr w0, [x19, #252]=0A= 6a9c: 361002a0 tbz w0, #2, 6af0 =0A= pool->flags &=3D ~POOL_DISASSOCIATED;=0A= 6aa0: 121d7800 and w0, w0, #0xfffffffb=0A= 6aa4: b900fe60 str w0, [x19, #252]=0A= for_each_pool_worker(worker, pool) {=0A= 6aa8: f9427262 ldr x2, [x19, #1248]=0A= 6aac: 9112c260 add x0, x19, #0x4b0=0A= 6ab0: f90007e0 str x0, [sp, #8]=0A= 6ab4: eb0202df cmp x22, x2=0A= 6ab8: d101405c sub x28, x2, #0x50=0A= 6abc: 540001a0 b.eq 6af0 // b.none=0A= 6ac0: b9400280 ldr w0, [x20]=0A= 6ac4: 35000260 cbnz w0, 6b10 =0A= unsigned int worker_flags =3D worker->flags;=0A= 6ac8: b9406b9b ldr w27, [x28, #104]=0A= if (worker_flags & WORKER_IDLE)=0A= 6acc: 3710019b tbnz w27, #2, 6afc =0A= WARN_ON_ONCE(!(worker_flags & WORKER_UNBOUND));=0A= 6ad0: 363801db tbz w27, #7, 6b08 =0A= worker_flags &=3D ~WORKER_UNBOUND;=0A= 6ad4: 12187b61 and w1, w27, #0xffffff7f=0A= for_each_pool_worker(worker, pool) {=0A= 6ad8: f9402b80 ldr x0, [x28, #80]=0A= worker_flags &=3D ~WORKER_UNBOUND;=0A= 6adc: 32180021 orr w1, w1, #0x100=0A= ACCESS_ONCE(worker->flags) =3D worker_flags;=0A= 6ae0: b9006b81 str w1, [x28, #104]=0A= for_each_pool_worker(worker, pool) {=0A= 6ae4: eb0002df cmp x22, x0=0A= 6ae8: d101401c sub x28, x0, #0x50=0A= 6aec: 54fffea1 b.ne 6ac0 // b.any=0A= spin_unlock_irq(&pool->lock);=0A= 6af0: aa1303e0 mov x0, x19=0A= 6af4: 94000000 bl 0 =0A= 6af8: 17ffff7d b 68ec =0A= wake_up_process(worker->task);=0A= 6afc: f9402380 ldr x0, [x28, #64]=0A= 6b00: 94000000 bl 0 =0A= WARN_ON_ONCE(!(worker_flags & WORKER_UNBOUND));=0A= 6b04: 373ffe9b tbnz w27, #7, 6ad4 =0A= 6b08: d4210000 brk #0x800=0A= 6b0c: 17fffff2 b 6ad4 =0A= 6b10: f94007e0 ldr x0, [sp, #8]=0A= 6b14: 12800001 mov w1, #0xffffffff // #-1=0A= 6b18: 94000000 bl 0 =0A= for_each_pool_worker(worker, pool) {=0A= 6b1c: 35fffd60 cbnz w0, 6ac8 =0A= 6b20: d4210000 brk #0x800=0A= 6b24: 17ffffe9 b 6ac8 =0A= for_each_pool(pool, pi) {=0A= 6b28: 94000000 bl 0 =0A= 6b2c: 35ffefc0 cbnz w0, 6924 =0A= 6b30: 12800001 mov w1, #0xffffffff // #-1=0A= 6b34: 9102e300 add x0, x24, #0xb8=0A= 6b38: 94000000 bl 0 =0A= 6b3c: 35ffef40 cbnz w0, 6924 =0A= 6b40: 52800023 mov w3, #0x1 // #1=0A= 6b44: 90000002 adrp x2, 0 =0A= 6b48: 90000000 adrp x0, 0 =0A= 6b4c: 91000042 add x2, x2, #0x0=0A= 6b50: 91000000 add x0, x0, #0x0=0A= 6b54: 52825ba1 mov w1, #0x12dd // #4829=0A= 6b58: 39003b43 strb w3, [x26, #14]=0A= 6b5c: 94000000 bl 0 =0A= 6b60: 17ffff71 b 6924 =0A= list_for_each_entry(wq, &workqueues, list)=0A= 6b64: f9426300 ldr x0, [x24, #1216]=0A= 6b68: 91130314 add x20, x24, #0x4c0=0A= 6b6c: d1004013 sub x19, x0, #0x10=0A= 6b70: eb14001f cmp x0, x20=0A= 6b74: 54000120 b.eq 6b98 // b.none=0A= wq_update_unbound_numa(wq, cpu, true);=0A= 6b78: aa1303e0 mov x0, x19=0A= 6b7c: 52800022 mov w2, #0x1 // #1=0A= 6b80: 2a1703e1 mov w1, w23=0A= 6b84: 97fff457 bl 3ce0 =0A= list_for_each_entry(wq, &workqueues, list)=0A= 6b88: f9400a73 ldr x19, [x19, #16]=0A= 6b8c: eb14027f cmp x19, x20=0A= 6b90: d1004273 sub x19, x19, #0x10=0A= 6b94: 54ffff21 b.ne 6b78 // b.any=0A= mutex_unlock(&wq_pool_mutex);=0A= 6b98: aa1803e0 mov x0, x24=0A= 6b9c: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 6ba0: f94017e1 ldr x1, [sp, #40]=0A= 6ba4: 52800000 mov w0, #0x0 // #0=0A= 6ba8: f9401fe2 ldr x2, [sp, #56]=0A= 6bac: f9400021 ldr x1, [x1]=0A= 6bb0: ca010041 eor x1, x2, x1=0A= 6bb4: b50002a1 cbnz x1, 6c08 =0A= 6bb8: a9447bfd ldp x29, x30, [sp, #64]=0A= 6bbc: a94553f3 ldp x19, x20, [sp, #80]=0A= 6bc0: a9465bf5 ldp x21, x22, [sp, #96]=0A= 6bc4: a94763f7 ldp x23, x24, [sp, #112]=0A= 6bc8: a9486bf9 ldp x25, x26, [sp, #128]=0A= 6bcc: a94973fb ldp x27, x28, [sp, #144]=0A= 6bd0: 910283ff add sp, sp, #0xa0=0A= 6bd4: d65f03c0 ret=0A= 6bd8: 12800001 mov w1, #0xffffffff // #-1=0A= 6bdc: 9112c260 add x0, x19, #0x4b0=0A= 6be0: 94000000 bl 0 =0A= lockdep_assert_held(&pool->attach_mutex);=0A= 6be4: 35ffeb60 cbnz w0, 6950 =0A= 6be8: d4210000 brk #0x800=0A= 6bec: 17ffff59 b 6950 =0A= 6bf0: 12800001 mov w1, #0xffffffff // #-1=0A= 6bf4: 9112c260 add x0, x19, #0x4b0=0A= 6bf8: 94000000 bl 0 =0A= lockdep_assert_held(&pool->attach_mutex);=0A= 6bfc: 35fff060 cbnz w0, 6a08 =0A= 6c00: d4210000 brk #0x800=0A= 6c04: 17ffff81 b 6a08 =0A= }=0A= 6c08: 94000000 bl 0 <__stack_chk_fail>=0A= 6c0c: d503201f nop=0A= =0A= 0000000000006c10 :=0A= {=0A= 6c10: d10283ff sub sp, sp, #0xa0=0A= INIT_WORK_ONSTACK(&unbind_work, wq_unbind_fn);=0A= 6c14: b27b7be4 mov x4, #0xfffffffe0 // #68719476704=0A= 6c18: 90000002 adrp x2, 0 =0A= 6c1c: 91000042 add x2, x2, #0x0=0A= 6c20: 910a4042 add x2, x2, #0x290=0A= 6c24: 52800003 mov w3, #0x0 // #0=0A= {=0A= 6c28: a9067bfd stp x29, x30, [sp, #96]=0A= 6c2c: 910183fd add x29, sp, #0x60=0A= INIT_WORK_ONSTACK(&unbind_work, wq_unbind_fn);=0A= 6c30: 90000001 adrp x1, 0 =0A= 6c34: 91000021 add x1, x1, #0x0=0A= {=0A= 6c38: f9004bf7 str x23, [sp, #144]=0A= 6c3c: 90000017 adrp x23, 0 <__stack_chk_guard>=0A= 6c40: 910002f7 add x23, x23, #0x0=0A= 6c44: a9085bf5 stp x21, x22, [sp, #128]=0A= 6c48: 2a0003f5 mov w21, w0=0A= 6c4c: f94002e0 ldr x0, [x23]=0A= 6c50: f9002fe0 str x0, [sp, #88]=0A= 6c54: d2800000 mov x0, #0x0 // #0=0A= INIT_WORK_ONSTACK(&unbind_work, wq_unbind_fn);=0A= 6c58: f90007e4 str x4, [sp, #8]=0A= 6c5c: 9100a3e0 add x0, sp, #0x28=0A= {=0A= 6c60: a90753f3 stp x19, x20, [sp, #112]=0A= INIT_WORK_ONSTACK(&unbind_work, wq_unbind_fn);=0A= 6c64: 94000000 bl 0 =0A= queue_work_on(cpu, system_highpri_wq, &unbind_work);=0A= 6c68: 90000000 adrp x0, 0 =0A= WRITE_ONCE(list->next, list);=0A= 6c6c: 910043e4 add x4, sp, #0x10=0A= INIT_WORK_ONSTACK(&unbind_work, wq_unbind_fn);=0A= 6c70: 90000003 adrp x3, 0 =0A= 6c74: 91000063 add x3, x3, #0x0=0A= queue_work_on(cpu, system_highpri_wq, &unbind_work);=0A= 6c78: f9400001 ldr x1, [x0]=0A= 6c7c: 910023e2 add x2, sp, #0x8=0A= mutex_lock(&wq_pool_mutex);=0A= 6c80: 90000016 adrp x22, 0 =0A= 6c84: 910002d6 add x22, x22, #0x0=0A= queue_work_on(cpu, system_highpri_wq, &unbind_work);=0A= 6c88: 2a1503e0 mov w0, w21=0A= 6c8c: f9000be4 str x4, [sp, #16]=0A= INIT_WORK_ONSTACK(&unbind_work, wq_unbind_fn);=0A= 6c90: a9018fe4 stp x4, x3, [sp, #24]=0A= queue_work_on(cpu, system_highpri_wq, &unbind_work);=0A= 6c94: 94000000 bl 3330 =0A= mutex_lock(&wq_pool_mutex);=0A= 6c98: aa1603e0 mov x0, x22=0A= 6c9c: 94000000 bl 0 <_mutex_lock>=0A= list_for_each_entry(wq, &workqueues, list)=0A= 6ca0: 911302d4 add x20, x22, #0x4c0=0A= 6ca4: f94262c0 ldr x0, [x22, #1216]=0A= 6ca8: eb14001f cmp x0, x20=0A= 6cac: 54000160 b.eq 6cd8 // b.none=0A= 6cb0: d1004013 sub x19, x0, #0x10=0A= 6cb4: d503201f nop=0A= wq_update_unbound_numa(wq, cpu, false);=0A= 6cb8: aa1303e0 mov x0, x19=0A= 6cbc: 52800002 mov w2, #0x0 // #0=0A= 6cc0: 2a1503e1 mov w1, w21=0A= 6cc4: 97fff407 bl 3ce0 =0A= list_for_each_entry(wq, &workqueues, list)=0A= 6cc8: f9400a73 ldr x19, [x19, #16]=0A= 6ccc: eb14027f cmp x19, x20=0A= 6cd0: d1004273 sub x19, x19, #0x10=0A= 6cd4: 54ffff21 b.ne 6cb8 // b.any=0A= mutex_unlock(&wq_pool_mutex);=0A= 6cd8: aa1603e0 mov x0, x22=0A= 6cdc: 94000000 bl 0 <_mutex_unlock>=0A= flush_work(&unbind_work);=0A= 6ce0: 910023e0 add x0, sp, #0x8=0A= 6ce4: 94000000 bl 23e0 =0A= }=0A= 6ce8: 52800000 mov w0, #0x0 // #0=0A= 6cec: f9402fe2 ldr x2, [sp, #88]=0A= 6cf0: f94002e1 ldr x1, [x23]=0A= 6cf4: ca010041 eor x1, x2, x1=0A= 6cf8: b50000e1 cbnz x1, 6d14 =0A= 6cfc: a9467bfd ldp x29, x30, [sp, #96]=0A= 6d00: a94753f3 ldp x19, x20, [sp, #112]=0A= 6d04: a9485bf5 ldp x21, x22, [sp, #128]=0A= 6d08: f9404bf7 ldr x23, [sp, #144]=0A= 6d0c: 910283ff add sp, sp, #0xa0=0A= 6d10: d65f03c0 ret=0A= 6d14: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000006d18 :=0A= {=0A= 6d18: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 6d1c: 910003fd mov x29, sp=0A= 6d20: a9025bf5 stp x21, x22, [sp, #32]=0A= mutex_lock(&wq_pool_mutex);=0A= 6d24: 90000016 adrp x22, 0 =0A= 6d28: 910002d6 add x22, x22, #0x0=0A= 6d2c: aa1603e0 mov x0, x22=0A= {=0A= 6d30: a90153f3 stp x19, x20, [sp, #16]=0A= mutex_lock(&wq_pool_mutex);=0A= 6d34: 94000000 bl 0 <_mutex_lock>=0A= WARN_ON_ONCE(workqueue_freezing);=0A= 6d38: 90000000 adrp x0, 0 =0A= 6d3c: 39400001 ldrb w1, [x0]=0A= 6d40: 35000861 cbnz w1, 6e4c =0A= list_for_each_entry(wq, &workqueues, list) {=0A= 6d44: f94262d4 ldr x20, [x22, #1216]=0A= workqueue_freezing =3D true;=0A= 6d48: 52800021 mov w1, #0x1 // #1=0A= 6d4c: 39000001 strb w1, [x0]=0A= list_for_each_entry(wq, &workqueues, list) {=0A= 6d50: 911302c0 add x0, x22, #0x4c0=0A= 6d54: eb00029f cmp x20, x0=0A= 6d58: d1004294 sub x20, x20, #0x10=0A= 6d5c: 540006c0 b.eq 6e34 // b.none=0A= for_each_pwq(pwq, wq)=0A= 6d60: 90000015 adrp x21, 0 =0A= 6d64: 910002b5 add x21, x21, #0x0=0A= 6d68: a90363f7 stp x23, x24, [sp, #48]=0A= 6d6c: 90000017 adrp x23, 0 =0A= 6d70: 910002f7 add x23, x23, #0x0=0A= 6d74: f90023f9 str x25, [sp, #64]=0A= mutex_lock(&wq->mutex);=0A= 6d78: 91008299 add x25, x20, #0x20=0A= 6d7c: aa1903e0 mov x0, x25=0A= 6d80: 94000000 bl 0 <_mutex_lock>=0A= __READ_ONCE_SIZE;=0A= 6d84: f9400293 ldr x19, [x20]=0A= for_each_pwq(pwq, wq)=0A= 6d88: eb13029f cmp x20, x19=0A= 6d8c: d101c273 sub x19, x19, #0x70=0A= 6d90: 54000400 b.eq 6e10 // b.none=0A= 6d94: 91036298 add x24, x20, #0xd8=0A= 6d98: 14000007 b 6db4 =0A= pwq_adjust_max_active(pwq);=0A= 6d9c: aa1303e0 mov x0, x19=0A= 6da0: 97ffe5c0 bl 4a0 =0A= 6da4: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq)=0A= 6da8: eb13029f cmp x20, x19=0A= 6dac: d101c273 sub x19, x19, #0x70=0A= 6db0: 54000300 b.eq 6e10 // b.none=0A= 6db4: 94000000 bl 0 =0A= 6db8: 34ffff20 cbz w0, 6d9c =0A= 6dbc: 39403ea0 ldrb w0, [x21, #15]=0A= 6dc0: 35fffee0 cbnz w0, 6d9c =0A= 6dc4: 94000000 bl 0 =0A= 6dc8: 35fffea0 cbnz w0, 6d9c =0A= 6dcc: 12800001 mov w1, #0xffffffff // #-1=0A= 6dd0: aa1803e0 mov x0, x24=0A= 6dd4: 94000000 bl 0 =0A= 6dd8: 35fffe20 cbnz w0, 6d9c =0A= 6ddc: 52800023 mov w3, #0x1 // #1=0A= 6de0: aa1703e2 mov x2, x23=0A= 6de4: 52826b81 mov w1, #0x135c // #4956=0A= 6de8: 90000000 adrp x0, 0 =0A= 6dec: 91000000 add x0, x0, #0x0=0A= 6df0: 39003ea3 strb w3, [x21, #15]=0A= 6df4: 94000000 bl 0 =0A= pwq_adjust_max_active(pwq);=0A= 6df8: aa1303e0 mov x0, x19=0A= 6dfc: 97ffe5a9 bl 4a0 =0A= 6e00: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq)=0A= 6e04: eb13029f cmp x20, x19=0A= 6e08: d101c273 sub x19, x19, #0x70=0A= 6e0c: 54fffd41 b.ne 6db4 // b.any=0A= mutex_unlock(&wq->mutex);=0A= 6e10: aa1903e0 mov x0, x25=0A= 6e14: 94000000 bl 0 <_mutex_unlock>=0A= list_for_each_entry(wq, &workqueues, list) {=0A= 6e18: f9400a94 ldr x20, [x20, #16]=0A= 6e1c: 911302c0 add x0, x22, #0x4c0=0A= 6e20: eb00029f cmp x20, x0=0A= 6e24: d1004294 sub x20, x20, #0x10=0A= 6e28: 54fffa81 b.ne 6d78 // b.any=0A= 6e2c: a94363f7 ldp x23, x24, [sp, #48]=0A= 6e30: f94023f9 ldr x25, [sp, #64]=0A= mutex_unlock(&wq_pool_mutex);=0A= 6e34: aa1603e0 mov x0, x22=0A= 6e38: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 6e3c: a94153f3 ldp x19, x20, [sp, #16]=0A= 6e40: a9425bf5 ldp x21, x22, [sp, #32]=0A= 6e44: a8c57bfd ldp x29, x30, [sp], #80=0A= 6e48: d65f03c0 ret=0A= WARN_ON_ONCE(workqueue_freezing);=0A= 6e4c: d4210000 brk #0x800=0A= 6e50: 17ffffbd b 6d44 =0A= 6e54: d503201f nop=0A= =0A= 0000000000006e58 :=0A= {=0A= 6e58: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 6e5c: 910003fd mov x29, sp=0A= 6e60: a9025bf5 stp x21, x22, [sp, #32]=0A= mutex_lock(&wq_pool_mutex);=0A= 6e64: 90000015 adrp x21, 0 =0A= 6e68: 910002b5 add x21, x21, #0x0=0A= 6e6c: aa1503e0 mov x0, x21=0A= {=0A= 6e70: a90153f3 stp x19, x20, [sp, #16]=0A= mutex_lock(&wq_pool_mutex);=0A= 6e74: 94000000 bl 0 <_mutex_lock>=0A= WARN_ON_ONCE(!workqueue_freezing);=0A= 6e78: 90000000 adrp x0, 0 =0A= 6e7c: 39400000 ldrb w0, [x0]=0A= 6e80: 34001340 cbz w0, 70e8 =0A= list_for_each_entry(wq, &workqueues, list) {=0A= 6e84: f94262b4 ldr x20, [x21, #1216]=0A= 6e88: 911302a0 add x0, x21, #0x4c0=0A= 6e8c: eb00029f cmp x20, x0=0A= 6e90: d1004294 sub x20, x20, #0x10=0A= 6e94: 54000820 b.eq 6f98 // b.none=0A= for_each_pwq(pwq, wq) {=0A= 6e98: 90000016 adrp x22, 0 =0A= 6e9c: 910002d6 add x22, x22, #0x0=0A= 6ea0: a90363f7 stp x23, x24, [sp, #48]=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 6ea4: 90000017 adrp x23, 0 =0A= 6ea8: 910002f7 add x23, x23, #0x0=0A= 6eac: f90023f9 str x25, [sp, #64]=0A= 6eb0: 14000006 b 6ec8 =0A= list_for_each_entry(wq, &workqueues, list) {=0A= 6eb4: f9400a94 ldr x20, [x20, #16]=0A= 6eb8: 911302a0 add x0, x21, #0x4c0=0A= 6ebc: eb00029f cmp x20, x0=0A= 6ec0: d1004294 sub x20, x20, #0x10=0A= 6ec4: 54000660 b.eq 6f90 // b.none=0A= if (!(wq->flags & WQ_FREEZABLE))=0A= 6ec8: b9420280 ldr w0, [x20, #512]=0A= 6ecc: 3617ff40 tbz w0, #2, 6eb4 =0A= __rcu_read_lock();=0A= 6ed0: 94000000 bl 0 <__rcu_read_lock>=0A= lock_acquire(map, 0, 0, 2, 0, NULL, _THIS_IP_);=0A= 6ed4: 90000006 adrp x6, 0 =0A= 6ed8: aa1703e0 mov x0, x23=0A= 6edc: 910000c6 add x6, x6, #0x0=0A= 6ee0: d2800005 mov x5, #0x0 // #0=0A= 6ee4: 52800004 mov w4, #0x0 // #0=0A= 6ee8: 52800043 mov w3, #0x2 // #2=0A= 6eec: 52800002 mov w2, #0x0 // #0=0A= 6ef0: 52800001 mov w1, #0x0 // #0=0A= 6ef4: 94000000 bl 0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 6ef8: 94000000 bl 0 =0A= 6efc: 34000060 cbz w0, 6f08 =0A= 6f00: 39401ac0 ldrb w0, [x22, #6]=0A= 6f04: 34000c20 cbz w0, 7088 =0A= 6f08: f9400293 ldr x19, [x20]=0A= for_each_pwq(pwq, wq) {=0A= 6f0c: 90000018 adrp x24, 0 =0A= 6f10: 91036299 add x25, x20, #0xd8=0A= 6f14: 91000318 add x24, x24, #0x0=0A= 6f18: eb13029f cmp x20, x19=0A= 6f1c: d101c273 sub x19, x19, #0x70=0A= 6f20: 540001a0 b.eq 6f54 // b.none=0A= 6f24: d503201f nop=0A= 6f28: 94000000 bl 0 =0A= 6f2c: 34000060 cbz w0, 6f38 =0A= 6f30: 394042c0 ldrb w0, [x22, #16]=0A= 6f34: 340006e0 cbz w0, 7010 =0A= WARN_ON_ONCE(pwq->nr_active < 0);=0A= 6f38: b9405a60 ldr w0, [x19, #88]=0A= 6f3c: 37f803e0 tbnz w0, #31, 6fb8 =0A= if (pwq->nr_active) {=0A= 6f40: 35000440 cbnz w0, 6fc8 =0A= 6f44: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq) {=0A= 6f48: eb13029f cmp x20, x19=0A= 6f4c: d101c273 sub x19, x19, #0x70=0A= 6f50: 54fffec1 b.ne 6f28 // b.any=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 6f54: 94000000 bl 0 =0A= 6f58: 34000060 cbz w0, 6f64 =0A= 6f5c: 39401ec0 ldrb w0, [x22, #7]=0A= 6f60: 34000ac0 cbz w0, 70b8 =0A= __rcu_read_unlock();=0A= 6f64: 94000000 bl 0 <__rcu_read_unlock>=0A= lock_release(map, 1, _THIS_IP_);=0A= 6f68: aa1703e0 mov x0, x23=0A= 6f6c: 90000002 adrp x2, 0 =0A= 6f70: 52800021 mov w1, #0x1 // #1=0A= 6f74: 91000042 add x2, x2, #0x0=0A= 6f78: 94000000 bl 0 =0A= list_for_each_entry(wq, &workqueues, list) {=0A= 6f7c: f9400a94 ldr x20, [x20, #16]=0A= 6f80: 911302a0 add x0, x21, #0x4c0=0A= 6f84: eb00029f cmp x20, x0=0A= 6f88: d1004294 sub x20, x20, #0x10=0A= 6f8c: 54fff9e1 b.ne 6ec8 // b.any=0A= out_unlock:=0A= 6f90: a94363f7 ldp x23, x24, [sp, #48]=0A= 6f94: f94023f9 ldr x25, [sp, #64]=0A= mutex_unlock(&wq_pool_mutex);=0A= 6f98: aa1503e0 mov x0, x21=0A= bool busy =3D false;=0A= 6f9c: 52800013 mov w19, #0x0 // #0=0A= mutex_unlock(&wq_pool_mutex);=0A= 6fa0: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 6fa4: 2a1303e0 mov w0, w19=0A= 6fa8: a94153f3 ldp x19, x20, [sp, #16]=0A= 6fac: a9425bf5 ldp x21, x22, [sp, #32]=0A= 6fb0: a8c57bfd ldp x29, x30, [sp], #80=0A= 6fb4: d65f03c0 ret=0A= WARN_ON_ONCE(pwq->nr_active < 0);=0A= 6fb8: d4210000 brk #0x800=0A= 6fbc: b9405a60 ldr w0, [x19, #88]=0A= if (pwq->nr_active) {=0A= 6fc0: 34fffc20 cbz w0, 6f44 =0A= 6fc4: d503201f nop=0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 6fc8: 94000000 bl 0 =0A= 6fcc: 350003e0 cbnz w0, 7048 =0A= __rcu_read_unlock();=0A= 6fd0: 94000000 bl 0 <__rcu_read_unlock>=0A= busy =3D true;=0A= 6fd4: 52800033 mov w19, #0x1 // #1=0A= lock_release(map, 1, _THIS_IP_);=0A= 6fd8: 90000002 adrp x2, 0 =0A= 6fdc: 2a1303e1 mov w1, w19=0A= 6fe0: 91000042 add x2, x2, #0x0=0A= 6fe4: aa1703e0 mov x0, x23=0A= 6fe8: 94000000 bl 0 =0A= mutex_unlock(&wq_pool_mutex);=0A= 6fec: aa1503e0 mov x0, x21=0A= goto out_unlock;=0A= 6ff0: a94363f7 ldp x23, x24, [sp, #48]=0A= 6ff4: f94023f9 ldr x25, [sp, #64]=0A= mutex_unlock(&wq_pool_mutex);=0A= 6ff8: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 6ffc: 2a1303e0 mov w0, w19=0A= 7000: a94153f3 ldp x19, x20, [sp, #16]=0A= 7004: a9425bf5 ldp x21, x22, [sp, #32]=0A= 7008: a8c57bfd ldp x29, x30, [sp], #80=0A= 700c: d65f03c0 ret=0A= for_each_pwq(pwq, wq) {=0A= 7010: 94000000 bl 0 =0A= 7014: 35fff920 cbnz w0, 6f38 =0A= 7018: 12800001 mov w1, #0xffffffff // #-1=0A= 701c: aa1903e0 mov x0, x25=0A= 7020: 94000000 bl 0 =0A= 7024: 35fff8a0 cbnz w0, 6f38 =0A= 7028: 52800023 mov w3, #0x1 // #1=0A= 702c: 90000000 adrp x0, 0 =0A= 7030: aa1803e2 mov x2, x24=0A= 7034: 91000000 add x0, x0, #0x0=0A= 7038: 52827061 mov w1, #0x1383 // #4995=0A= 703c: 390042c3 strb w3, [x22, #16]=0A= 7040: 94000000 bl 0 =0A= 7044: 17ffffbd b 6f38 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 7048: 90000013 adrp x19, 0 =0A= 704c: 91000273 add x19, x19, #0x0=0A= 7050: 39401e60 ldrb w0, [x19, #7]=0A= 7054: 35fffbe0 cbnz w0, 6fd0 =0A= 7058: 94000000 bl 0 =0A= 705c: 72001c1f tst w0, #0xff=0A= 7060: 54fffb81 b.ne 6fd0 // b.any=0A= 7064: 52800023 mov w3, #0x1 // #1=0A= 7068: 90000002 adrp x2, 0 =0A= 706c: 90000000 adrp x0, 0 =0A= 7070: 91000042 add x2, x2, #0x0=0A= 7074: 91000000 add x0, x0, #0x0=0A= 7078: 528051a1 mov w1, #0x28d // #653=0A= 707c: 39001e63 strb w3, [x19, #7]=0A= 7080: 94000000 bl 0 =0A= 7084: 17ffffd3 b 6fd0 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 7088: 94000000 bl 0 =0A= 708c: 72001c1f tst w0, #0xff=0A= 7090: 54fff3c1 b.ne 6f08 // b.any=0A= 7094: 52800023 mov w3, #0x1 // #1=0A= 7098: 90000002 adrp x2, 0 =0A= 709c: 90000000 adrp x0, 0 =0A= 70a0: 91000042 add x2, x2, #0x0=0A= 70a4: 91000000 add x0, x0, #0x0=0A= 70a8: 52804b41 mov w1, #0x25a // #602=0A= 70ac: 39001ac3 strb w3, [x22, #6]=0A= 70b0: 94000000 bl 0 =0A= 70b4: 17ffff95 b 6f08 =0A= RCU_LOCKDEP_WARN(!rcu_is_watching(),=0A= 70b8: 94000000 bl 0 =0A= 70bc: 72001c1f tst w0, #0xff=0A= 70c0: 54fff521 b.ne 6f64 // b.any=0A= 70c4: 52800023 mov w3, #0x1 // #1=0A= 70c8: 90000002 adrp x2, 0 =0A= 70cc: 90000000 adrp x0, 0 =0A= 70d0: 91000042 add x2, x2, #0x0=0A= 70d4: 91000000 add x0, x0, #0x0=0A= 70d8: 528051a1 mov w1, #0x28d // #653=0A= 70dc: 39001ec3 strb w3, [x22, #7]=0A= 70e0: 94000000 bl 0 =0A= 70e4: 17ffffa0 b 6f64 =0A= WARN_ON_ONCE(!workqueue_freezing);=0A= 70e8: d4210000 brk #0x800=0A= 70ec: 17ffff66 b 6e84 =0A= =0A= 00000000000070f0 :=0A= {=0A= 70f0: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 70f4: 910003fd mov x29, sp=0A= 70f8: a9025bf5 stp x21, x22, [sp, #32]=0A= mutex_lock(&wq_pool_mutex);=0A= 70fc: 90000016 adrp x22, 0 =0A= 7100: 910002d6 add x22, x22, #0x0=0A= 7104: aa1603e0 mov x0, x22=0A= 7108: 94000000 bl 0 <_mutex_lock>=0A= if (!workqueue_freezing)=0A= 710c: 90000000 adrp x0, 0 =0A= 7110: 39400001 ldrb w1, [x0]=0A= 7114: 340007e1 cbz w1, 7210 =0A= workqueue_freezing =3D false;=0A= 7118: a90153f3 stp x19, x20, [sp, #16]=0A= list_for_each_entry(wq, &workqueues, list) {=0A= 711c: f94262d4 ldr x20, [x22, #1216]=0A= workqueue_freezing =3D false;=0A= 7120: 3900001f strb wzr, [x0]=0A= list_for_each_entry(wq, &workqueues, list) {=0A= 7124: 911302c0 add x0, x22, #0x4c0=0A= 7128: eb00029f cmp x20, x0=0A= 712c: d1004294 sub x20, x20, #0x10=0A= 7130: 540007a0 b.eq 7224 // b.none=0A= for_each_pwq(pwq, wq)=0A= 7134: 90000015 adrp x21, 0 =0A= 7138: 910002b5 add x21, x21, #0x0=0A= 713c: a90363f7 stp x23, x24, [sp, #48]=0A= 7140: 90000017 adrp x23, 0 =0A= 7144: 910002f7 add x23, x23, #0x0=0A= 7148: f90023f9 str x25, [sp, #64]=0A= 714c: d503201f nop=0A= mutex_lock(&wq->mutex);=0A= 7150: 91008299 add x25, x20, #0x20=0A= 7154: aa1903e0 mov x0, x25=0A= 7158: 94000000 bl 0 <_mutex_lock>=0A= 715c: f9400293 ldr x19, [x20]=0A= for_each_pwq(pwq, wq)=0A= 7160: eb13029f cmp x20, x19=0A= 7164: d101c273 sub x19, x19, #0x70=0A= 7168: 54000400 b.eq 71e8 // b.none=0A= 716c: 91036298 add x24, x20, #0xd8=0A= 7170: 14000007 b 718c =0A= pwq_adjust_max_active(pwq);=0A= 7174: aa1303e0 mov x0, x19=0A= 7178: 97ffe4ca bl 4a0 =0A= 717c: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq)=0A= 7180: eb13029f cmp x20, x19=0A= 7184: d101c273 sub x19, x19, #0x70=0A= 7188: 54000300 b.eq 71e8 // b.none=0A= 718c: 94000000 bl 0 =0A= 7190: 34ffff20 cbz w0, 7174 =0A= 7194: 394046a0 ldrb w0, [x21, #17]=0A= 7198: 35fffee0 cbnz w0, 7174 =0A= 719c: 94000000 bl 0 =0A= 71a0: 35fffea0 cbnz w0, 7174 =0A= 71a4: 12800001 mov w1, #0xffffffff // #-1=0A= 71a8: aa1803e0 mov x0, x24=0A= 71ac: 94000000 bl 0 =0A= 71b0: 35fffe20 cbnz w0, 7174 =0A= 71b4: 52800023 mov w3, #0x1 // #1=0A= 71b8: aa1703e2 mov x2, x23=0A= 71bc: 52827541 mov w1, #0x13aa // #5034=0A= 71c0: 90000000 adrp x0, 0 =0A= 71c4: 91000000 add x0, x0, #0x0=0A= 71c8: 390046a3 strb w3, [x21, #17]=0A= 71cc: 94000000 bl 0 =0A= pwq_adjust_max_active(pwq);=0A= 71d0: aa1303e0 mov x0, x19=0A= 71d4: 97ffe4b3 bl 4a0 =0A= 71d8: f9403a73 ldr x19, [x19, #112]=0A= for_each_pwq(pwq, wq)=0A= 71dc: eb13029f cmp x20, x19=0A= 71e0: d101c273 sub x19, x19, #0x70=0A= 71e4: 54fffd41 b.ne 718c // b.any=0A= mutex_unlock(&wq->mutex);=0A= 71e8: aa1903e0 mov x0, x25=0A= 71ec: 94000000 bl 0 <_mutex_unlock>=0A= list_for_each_entry(wq, &workqueues, list) {=0A= 71f0: f9400a94 ldr x20, [x20, #16]=0A= 71f4: 911302c0 add x0, x22, #0x4c0=0A= 71f8: eb00029f cmp x20, x0=0A= 71fc: d1004294 sub x20, x20, #0x10=0A= 7200: 54fffa81 b.ne 7150 // b.any=0A= 7204: a94153f3 ldp x19, x20, [sp, #16]=0A= 7208: a94363f7 ldp x23, x24, [sp, #48]=0A= 720c: f94023f9 ldr x25, [sp, #64]=0A= mutex_unlock(&wq_pool_mutex);=0A= 7210: aa1603e0 mov x0, x22=0A= 7214: 94000000 bl 0 <_mutex_unlock>=0A= }=0A= 7218: a9425bf5 ldp x21, x22, [sp, #32]=0A= 721c: a8c57bfd ldp x29, x30, [sp], #80=0A= 7220: d65f03c0 ret=0A= 7224: a94153f3 ldp x19, x20, [sp, #16]=0A= 7228: 17fffffa b 7210 =0A= 722c: d503201f nop=0A= =0A= 0000000000007230 :=0A= {=0A= 7230: d101c3ff sub sp, sp, #0x70=0A= 7234: a9027bfd stp x29, x30, [sp, #32]=0A= 7238: 910083fd add x29, sp, #0x20=0A= 723c: a90353f3 stp x19, x20, [sp, #48]=0A= 7240: aa0003f3 mov x19, x0=0A= 7244: 90000000 adrp x0, 0 <__cpu_possible_mask>=0A= 7248: a90563f7 stp x23, x24, [sp, #80]=0A= 724c: 90000017 adrp x23, 0 <__stack_chk_guard>=0A= 7250: 910002f7 add x23, x23, #0x0=0A= 7254: a9066bf9 stp x25, x26, [sp, #96]=0A= 7258: f9400001 ldr x1, [x0]=0A= 725c: f94002e0 ldr x0, [x23]=0A= 7260: f9000fe0 str x0, [sp, #24]=0A= 7264: d2800000 mov x0, #0x0 // #0=0A= 7268: f9400260 ldr x0, [x19]=0A= 726c: 8a010000 and x0, x0, x1=0A= 7270: f9000260 str x0, [x19]=0A= if (!cpumask_empty(cpumask)) {=0A= 7274: b4000b20 cbz x0, 73d8 =0A= mutex_lock(&wq_pool_mutex);=0A= 7278: 90000014 adrp x20, 0 =0A= 727c: 91000294 add x20, x20, #0x0=0A= 7280: a9045bf5 stp x21, x22, [sp, #64]=0A= static inline void get_online_cpus(void) { cpus_read_lock(); }=0A= 7284: 94000000 bl 0 =0A= 7288: aa1403e0 mov x0, x20=0A= LIST_HEAD(ctxs);=0A= 728c: 910023f5 add x21, sp, #0x8=0A= mutex_lock(&wq_pool_mutex);=0A= 7290: 94000000 bl 0 <_mutex_lock>=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 7294: 90000000 adrp x0, 0 =0A= *dst =3D *src;=0A= 7298: 90000016 adrp x22, 0 =0A= 729c: 910002d6 add x22, x22, #0x0=0A= LIST_HEAD(ctxs);=0A= 72a0: a900d7f5 stp x21, x21, [sp, #8]=0A= lockdep_assert_held(&wq_pool_mutex);=0A= 72a4: b9400000 ldr w0, [x0]=0A= 72a8: f9400261 ldr x1, [x19]=0A= 72ac: f9402ad8 ldr x24, [x22, #80]=0A= 72b0: f9002ac1 str x1, [x22, #80]=0A= 72b4: 35000820 cbnz w0, 73b8 =0A= list_for_each_entry(wq, &workqueues, list) {=0A= 72b8: f9426280 ldr x0, [x20, #1216]=0A= 72bc: 91130299 add x25, x20, #0x4c0=0A= 72c0: d1004013 sub x19, x0, #0x10=0A= 72c4: eb19001f cmp x0, x25=0A= 72c8: 54000240 b.eq 7310 // = b.none=0A= 72cc: d503201f nop=0A= if (!(wq->flags & WQ_UNBOUND))=0A= 72d0: b9420260 ldr w0, [x19, #512]=0A= 72d4: 36080160 tbz w0, #1, 7300 =0A= if (wq->flags & __WQ_ORDERED)=0A= 72d8: 37880140 tbnz w0, #17, 7300 = =0A= ctx =3D apply_wqattrs_prepare(wq, wq->unbound_attrs);=0A= 72dc: f940b261 ldr x1, [x19, #352]=0A= 72e0: aa1303e0 mov x0, x19=0A= 72e4: 97fff121 bl 3768 =0A= if (!ctx) {=0A= 72e8: b4000580 cbz x0, 7398 =0A= __list_add(new, head->prev, head);=0A= 72ec: f9400be1 ldr x1, [sp, #16]=0A= list_add_tail(&ctx->list, &ctxs);=0A= 72f0: 91004002 add x2, x0, #0x10=0A= new->prev =3D prev;=0A= 72f4: a9010415 stp x21, x1, [x0, #16]=0A= next->prev =3D new;=0A= 72f8: f9000be2 str x2, [sp, #16]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 72fc: f9000022 str x2, [x1]=0A= list_for_each_entry(wq, &workqueues, list) {=0A= 7300: f9400a73 ldr x19, [x19, #16]=0A= 7304: eb19027f cmp x19, x25=0A= 7308: d1004273 sub x19, x19, #0x10=0A= 730c: 54fffe21 b.ne 72d0 // = b.any=0A= list_for_each_entry_safe(ctx, n, &ctxs, list) {=0A= 7310: f94007f3 ldr x19, [sp, #8]=0A= int ret =3D 0;=0A= 7314: 52800019 mov w25, #0x0 // #0=0A= list_for_each_entry_safe(ctx, n, &ctxs, list) {=0A= 7318: eb1302bf cmp x21, x19=0A= 731c: f85f067a ldr x26, [x19], #-16=0A= 7320: d100435a sub x26, x26, #0x10=0A= 7324: 54000560 b.eq 73d0 // = b.none=0A= if (!ret)=0A= 7328: 34000339 cbz w25, 738c =0A= apply_wqattrs_cleanup(ctx);=0A= 732c: aa1303e0 mov x0, x19=0A= 7330: 97fff0fa bl 3718 =0A= list_for_each_entry_safe(ctx, n, &ctxs, list) {=0A= 7334: aa1a03e0 mov x0, x26=0A= 7338: aa1a03f3 mov x19, x26=0A= 733c: f8410c1a ldr x26, [x0, #16]!=0A= 7340: d100435a sub x26, x26, #0x10=0A= 7344: eb15001f cmp x0, x21=0A= 7348: 54ffff01 b.ne 7328 // = b.any=0A= if (ret < 0)=0A= 734c: 35000339 cbnz w25, 73b0 =0A= mutex_unlock(&wq_pool_mutex);=0A= 7350: aa1403e0 mov x0, x20=0A= 7354: 94000000 bl 0 <_mutex_unlock>=0A= static inline void put_online_cpus(void) { cpus_read_unlock(); }=0A= 7358: 94000000 bl 0 =0A= 735c: a9445bf5 ldp x21, x22, [sp, #64]=0A= }=0A= 7360: 2a1903e0 mov w0, w25=0A= 7364: f9400fe2 ldr x2, [sp, #24]=0A= 7368: f94002e1 ldr x1, [x23]=0A= 736c: ca010041 eor x1, x2, x1=0A= 7370: b5000381 cbnz x1, 73e0 =0A= 7374: a9427bfd ldp x29, x30, [sp, #32]=0A= 7378: a94353f3 ldp x19, x20, [sp, #48]=0A= 737c: a94563f7 ldp x23, x24, [sp, #80]=0A= 7380: a9466bf9 ldp x25, x26, [sp, #96]=0A= 7384: 9101c3ff add sp, sp, #0x70=0A= 7388: d65f03c0 ret=0A= apply_wqattrs_commit(ctx);=0A= 738c: aa1303e0 mov x0, x19=0A= 7390: 97ffee2e bl 2c48 =0A= 7394: 17ffffe6 b 732c =0A= list_for_each_entry_safe(ctx, n, &ctxs, list) {=0A= 7398: f94007f3 ldr x19, [sp, #8]=0A= ret =3D -ENOMEM;=0A= 739c: 12800179 mov w25, #0xfffffff4 // #-12=0A= list_for_each_entry_safe(ctx, n, &ctxs, list) {=0A= 73a0: eb1302bf cmp x21, x19=0A= 73a4: f85f067a ldr x26, [x19], #-16=0A= 73a8: d100435a sub x26, x26, #0x10=0A= 73ac: 54fffbe1 b.ne 7328 // = b.any=0A= 73b0: f9002ad8 str x24, [x22, #80]=0A= 73b4: 17ffffe7 b 7350 =0A= 73b8: 12800001 mov w1, #0xffffffff // #-1=0A= 73bc: 9102e280 add x0, x20, #0xb8=0A= 73c0: 94000000 bl 0 =0A= lockdep_assert_held(&wq_pool_mutex);=0A= 73c4: 35fff7a0 cbnz w0, 72b8 =0A= 73c8: d4210000 brk #0x800=0A= 73cc: 17ffffbb b 72b8 =0A= int ret =3D 0;=0A= 73d0: 52800019 mov w25, #0x0 // #0=0A= 73d4: 17ffffdf b 7350 =0A= int ret =3D -EINVAL;=0A= 73d8: 128002b9 mov w25, #0xffffffea // #-22=0A= return ret;=0A= 73dc: 17ffffe1 b 7360 =0A= 73e0: a9045bf5 stp x21, x22, [sp, #64]=0A= }=0A= 73e4: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 00000000000073e8 :=0A= {=0A= 73e8: d10103ff sub sp, sp, #0x40=0A= char *nl =3D strchr(buf, '\n');=0A= 73ec: 52800141 mov w1, #0xa // #10=0A= 73f0: a9017bfd stp x29, x30, [sp, #16]=0A= 73f4: 910043fd add x29, sp, #0x10=0A= 73f8: a90253f3 stp x19, x20, [sp, #32]=0A= 73fc: 90000013 adrp x19, 0 <__stack_chk_guard>=0A= 7400: 91000273 add x19, x19, #0x0=0A= 7404: f9400260 ldr x0, [x19]=0A= 7408: f90007e0 str x0, [sp, #8]=0A= 740c: d2800000 mov x0, #0x0 // #0=0A= 7410: aa0203f4 mov x20, x2=0A= 7414: aa0203e0 mov x0, x2=0A= *dst =3D 0UL;=0A= 7418: f90003ff str xzr, [sp]=0A= 741c: f9001bf5 str x21, [sp, #48]=0A= 7420: aa0303f5 mov x21, x3=0A= 7424: 94000000 bl 0 =0A= unsigned int len =3D nl ? (unsigned int)(nl - buf) : strlen(buf);=0A= 7428: 4b140001 sub w1, w0, w20=0A= 742c: b40002c0 cbz x0, 7484 =0A= return __bitmap_parse(buf, buflen, 0, maskp, nmaskbits);=0A= 7430: aa1403e0 mov x0, x20=0A= 7434: 910003e3 mov x3, sp=0A= 7438: 52800804 mov w4, #0x40 // #64=0A= 743c: 52800002 mov w2, #0x0 // #0=0A= 7440: 94000000 bl 0 <__bitmap_parse>=0A= if (!ret)=0A= 7444: 34000180 cbz w0, 7474 =0A= return ret ? ret : count;=0A= 7448: 93407c15 sxtw x21, w0=0A= }=0A= 744c: aa1503e0 mov x0, x21=0A= 7450: f94007e2 ldr x2, [sp, #8]=0A= 7454: f9400261 ldr x1, [x19]=0A= 7458: ca010041 eor x1, x2, x1=0A= 745c: b50001c1 cbnz x1, 7494 =0A= 7460: a9417bfd ldp x29, x30, [sp, #16]=0A= 7464: a94253f3 ldp x19, x20, [sp, #32]=0A= 7468: f9401bf5 ldr x21, [sp, #48]=0A= 746c: 910103ff add sp, sp, #0x40=0A= 7470: d65f03c0 ret=0A= ret =3D workqueue_set_unbound_cpumask(cpumask);=0A= 7474: 910003e0 mov x0, sp=0A= 7478: 94000000 bl 7230 =0A= return ret ? ret : count;=0A= 747c: 34fffe80 cbz w0, 744c =0A= 7480: 17fffff2 b 7448 =0A= 7484: aa1403e0 mov x0, x20=0A= 7488: 94000000 bl 0 =0A= 748c: 2a0003e1 mov w1, w0=0A= 7490: 17ffffe8 b 7430 =0A= }=0A= 7494: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= 0000000000007498 :=0A= {=0A= 7498: a9bc7bfd stp x29, x30, [sp, #-64]!=0A= 749c: 910003fd mov x29, sp=0A= 74a0: f9001bf7 str x23, [sp, #48]=0A= if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT))=0A= 74a4: b9420001 ldr w1, [x0, #512]=0A= 74a8: 379809a1 tbnz w1, #19, 75dc =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 74ac: a9025bf5 stp x21, x22, [sp, #32]=0A= 74b0: aa0003f5 mov x21, x0=0A= return kmem_cache_alloc_trace(=0A= 74b4: 90000000 adrp x0, 0 =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 74b8: 52901801 mov w1, #0x80c0 // #32960=0A= 74bc: f9400000 ldr x0, [x0]=0A= 74c0: 72a02801 movk w1, #0x140, lsl #16=0A= 74c4: 94000000 bl 0 =0A= wq->wq_dev =3D wq_dev =3D kzalloc(sizeof(*wq_dev), GFP_KERNEL);=0A= 74c8: f900baa0 str x0, [x21, #368]=0A= 74cc: aa0003f6 mov x22, x0=0A= if (!wq_dev)=0A= 74d0: b4000920 cbz x0, 75f4 =0A= wq_dev->wq =3D wq;=0A= 74d4: a90153f3 stp x19, x20, [sp, #16]=0A= wq_dev->dev.bus =3D &wq_subsys;=0A= 74d8: 90000013 adrp x19, 0 =0A= 74dc: 91000273 add x19, x19, #0x0=0A= 74e0: 91080264 add x4, x19, #0x200=0A= wq_dev->dev.release =3D wq_device_release;=0A= 74e4: 90000003 adrp x3, 0 =0A= 74e8: 91000063 add x3, x3, #0x0=0A= dev_set_name(&wq_dev->dev, "%s", wq->name);=0A= 74ec: 910022d4 add x20, x22, #0x8=0A= 74f0: 9106a2a2 add x2, x21, #0x1a8=0A= 74f4: 90000001 adrp x1, 0 =0A= 74f8: aa1403e0 mov x0, x20=0A= 74fc: 91000021 add x1, x1, #0x0=0A= wq_dev->wq =3D wq;=0A= 7500: f90002d5 str x21, [x22]=0A= wq_dev->dev.bus =3D &wq_subsys;=0A= 7504: f900aac4 str x4, [x22, #336]=0A= wq_dev->dev.release =3D wq_device_release;=0A= 7508: f9036ac3 str x3, [x22, #1744]=0A= dev_set_name(&wq_dev->dev, "%s", wq->name);=0A= 750c: 94000000 bl 0 =0A= return dev->kobj.uevent_suppress;=0A= }=0A= =0A= static inline void dev_set_uevent_suppress(struct device *dev, int val)=0A= {=0A= dev->kobj.uevent_suppress =3D val;=0A= 7510: 39413281 ldrb w1, [x20, #76]=0A= ret =3D device_register(&wq_dev->dev);=0A= 7514: aa1403e0 mov x0, x20=0A= 7518: 321c0021 orr w1, w1, #0x10=0A= 751c: 39013281 strb w1, [x20, #76]=0A= 7520: 94000000 bl 0 =0A= 7524: 2a0003f7 mov w23, w0=0A= if (ret) {=0A= 7528: 35000480 cbnz w0, 75b8 =0A= if (wq->flags & WQ_UNBOUND) {=0A= 752c: b94202a0 ldr w0, [x21, #512]=0A= 7530: 360802c0 tbz w0, #1, 7588 =0A= for (attr =3D wq_sysfs_unbound_attrs; attr->attr.name; attr++) {=0A= 7534: f9426a60 ldr x0, [x19, #1232]=0A= 7538: 91134273 add x19, x19, #0x4d0=0A= 753c: b5000080 cbnz x0, 754c =0A= 7540: 14000012 b 7588 =0A= 7544: f8430e61 ldr x1, [x19, #48]!=0A= 7548: b4000201 cbz x1, 7588 =0A= ret =3D device_create_file(&wq_dev->dev, attr);=0A= 754c: aa1303e1 mov x1, x19=0A= 7550: aa1403e0 mov x0, x20=0A= 7554: 94000000 bl 0 =0A= 7558: 2a0003e1 mov w1, w0=0A= if (ret) {=0A= 755c: 34ffff40 cbz w0, 7544 =0A= ret =3D device_create_file(&wq_dev->dev, attr);=0A= 7560: 2a0103f7 mov w23, w1=0A= device_unregister(&wq_dev->dev);=0A= 7564: aa1403e0 mov x0, x20=0A= 7568: 94000000 bl 0 =0A= wq->wq_dev =3D NULL;=0A= 756c: f900babf str xzr, [x21, #368]=0A= }=0A= 7570: 2a1703e0 mov w0, w23=0A= return ret;=0A= 7574: a94153f3 ldp x19, x20, [sp, #16]=0A= 7578: a9425bf5 ldp x21, x22, [sp, #32]=0A= }=0A= 757c: f9401bf7 ldr x23, [sp, #48]=0A= 7580: a8c47bfd ldp x29, x30, [sp], #64=0A= 7584: d65f03c0 ret=0A= 7588: 39413282 ldrb w2, [x20, #76]=0A= kobject_uevent(&wq_dev->dev.kobj, KOBJ_ADD);=0A= 758c: 910062c0 add x0, x22, #0x18=0A= 7590: 52800001 mov w1, #0x0 // #0=0A= 7594: 121b7842 and w2, w2, #0xffffffef=0A= 7598: 39013282 strb w2, [x20, #76]=0A= 759c: 94000000 bl 0 =0A= return 0;=0A= 75a0: a94153f3 ldp x19, x20, [sp, #16]=0A= 75a4: a9425bf5 ldp x21, x22, [sp, #32]=0A= }=0A= 75a8: 2a1703e0 mov w0, w23=0A= 75ac: f9401bf7 ldr x23, [sp, #48]=0A= 75b0: a8c47bfd ldp x29, x30, [sp], #64=0A= 75b4: d65f03c0 ret=0A= put_device(&wq_dev->dev);=0A= 75b8: aa1403e0 mov x0, x20=0A= 75bc: 94000000 bl 0 =0A= wq->wq_dev =3D NULL;=0A= 75c0: f900babf str xzr, [x21, #368]=0A= }=0A= 75c4: 2a1703e0 mov w0, w23=0A= return ret;=0A= 75c8: a94153f3 ldp x19, x20, [sp, #16]=0A= 75cc: a9425bf5 ldp x21, x22, [sp, #32]=0A= }=0A= 75d0: f9401bf7 ldr x23, [sp, #48]=0A= 75d4: a8c47bfd ldp x29, x30, [sp], #64=0A= 75d8: d65f03c0 ret=0A= if (WARN_ON(wq->flags & __WQ_ORDERED_EXPLICIT))=0A= 75dc: d4210000 brk #0x800=0A= return -EINVAL;=0A= 75e0: 128002b7 mov w23, #0xffffffea // #-22=0A= }=0A= 75e4: 2a1703e0 mov w0, w23=0A= 75e8: f9401bf7 ldr x23, [sp, #48]=0A= 75ec: a8c47bfd ldp x29, x30, [sp], #64=0A= 75f0: d65f03c0 ret=0A= return -ENOMEM;=0A= 75f4: 12800177 mov w23, #0xfffffff4 // #-12=0A= 75f8: a9425bf5 ldp x21, x22, [sp, #32]=0A= 75fc: 17ffffeb b 75a8 =0A= =0A= 0000000000007600 <__alloc_workqueue_key>:=0A= {=0A= 7600: d103c3ff sub sp, sp, #0xf0=0A= 7604: a9077bfd stp x29, x30, [sp, #112]=0A= 7608: 9101c3fd add x29, sp, #0x70=0A= 760c: a90853f3 stp x19, x20, [sp, #128]=0A= 7610: 2a0103f4 mov w20, w1=0A= if ((flags & WQ_UNBOUND) && max_active =3D=3D 1)=0A= 7614: f27f029f tst x20, #0x2=0A= {=0A= 7618: a9095bf5 stp x21, x22, [sp, #144]=0A= 761c: 90000016 adrp x22, 0 <__stack_chk_guard>=0A= 7620: 910002d6 add x22, x22, #0x0=0A= flags |=3D __WQ_ORDERED;=0A= 7624: 7a411840 ccmp w2, #0x1, #0x0, ne // ne =3D any=0A= {=0A= 7628: f94002c1 ldr x1, [x22]=0A= 762c: f90037e1 str x1, [sp, #104]=0A= 7630: d2800001 mov x1, #0x0 // #0=0A= 7634: a90a63f7 stp x23, x24, [sp, #160]=0A= flags |=3D __WQ_ORDERED;=0A= 7638: 320f0281 orr w1, w20, #0x20000=0A= {=0A= 763c: a90b6bf9 stp x25, x26, [sp, #176]=0A= 7640: 2a0203f8 mov w24, w2=0A= 7644: aa0003f5 mov x21, x0=0A= 7648: a90d9be5 stp x5, x6, [sp, #216]=0A= 764c: aa0303f9 mov x25, x3=0A= 7650: aa0403fa mov x26, x4=0A= 7654: f90077e7 str x7, [sp, #232]=0A= flags |=3D __WQ_ORDERED;=0A= 7658: 1a940034 csel w20, w1, w20, eq // eq =3D none=0A= if ((flags & WQ_POWER_EFFICIENT) && wq_power_efficient)=0A= 765c: 363802d4 tbz w20, #7, 76b4 <__alloc_workqueue_key+0xb4>=0A= 7660: 90000000 adrp x0, 0 =0A= 7664: 39400000 ldrb w0, [x0]=0A= 7668: 34000260 cbz w0, 76b4 <__alloc_workqueue_key+0xb4>=0A= flags |=3D WQ_UNBOUND;=0A= 766c: 321f0294 orr w20, w20, #0x2=0A= return __kmalloc(size, flags);=0A= 7670: 52901801 mov w1, #0x80c0 // #32960=0A= 7674: d2805100 mov x0, #0x288 // #648=0A= 7678: 72a02801 movk w1, #0x140, lsl #16=0A= 767c: 94000000 bl 0 <__kmalloc>=0A= 7680: aa0003f3 mov x19, x0=0A= if (!wq)=0A= 7684: b40013a0 cbz x0, 78f8 <__alloc_workqueue_key+0x2f8>=0A= return kmem_cache_alloc_trace(=0A= 7688: 90000000 adrp x0, 0 =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 768c: 52901801 mov w1, #0x80c0 // #32960=0A= 7690: 72a02801 movk w1, #0x140, lsl #16=0A= 7694: f9400000 ldr x0, [x0]=0A= 7698: 94000000 bl 0 =0A= if (!attrs)=0A= 769c: b4001fc0 cbz x0, 7a94 <__alloc_workqueue_key+0x494>=0A= *dst =3D *src;=0A= 76a0: 90000017 adrp x23, 0 <__cpu_possible_mask>=0A= wq->unbound_attrs =3D alloc_workqueue_attrs(GFP_KERNEL);=0A= 76a4: f900b260 str x0, [x19, #352]=0A= 76a8: f94002e1 ldr x1, [x23]=0A= 76ac: f9000401 str x1, [x0, #8]=0A= if (!wq->unbound_attrs)=0A= 76b0: 14000008 b 76d0 <__alloc_workqueue_key+0xd0>=0A= if (flags & WQ_UNBOUND)=0A= 76b4: 370ffdf4 tbnz w20, #1, 7670 <__alloc_workqueue_key+0x70>=0A= return __kmalloc(size, flags);=0A= 76b8: 52901801 mov w1, #0x80c0 // #32960=0A= 76bc: d2805000 mov x0, #0x280 // #640=0A= 76c0: 72a02801 movk w1, #0x140, lsl #16=0A= 76c4: 94000000 bl 0 <__kmalloc>=0A= 76c8: aa0003f3 mov x19, x0=0A= if (!wq)=0A= 76cc: b4001160 cbz x0, 78f8 <__alloc_workqueue_key+0x2f8>=0A= va_start(args, lock_name);=0A= 76d0: 9103c3e2 add x2, sp, #0xf0=0A= 76d4: a9048be2 stp x2, x2, [sp, #72]=0A= 76d8: 910343e0 add x0, sp, #0xd0=0A= 76dc: 128002e1 mov w1, #0xffffffe8 // #-24=0A= 76e0: f9002fe0 str x0, [sp, #88]=0A= 76e4: 290c7fe1 stp w1, wzr, [sp, #96]=0A= vsnprintf(wq->name, sizeof(wq->name), fmt, args);=0A= 76e8: 9106a277 add x23, x19, #0x1a8=0A= 76ec: a94497e4 ldp x4, x5, [sp, #72]=0A= 76f0: a90217e4 stp x4, x5, [sp, #32]=0A= 76f4: 910083e3 add x3, sp, #0x20=0A= 76f8: a94597e4 ldp x4, x5, [sp, #88]=0A= 76fc: aa1503e2 mov x2, x21=0A= 7700: aa1703e0 mov x0, x23=0A= 7704: d2800301 mov x1, #0x18 // #24=0A= 7708: f9000ff7 str x23, [sp, #24]=0A= mutex_init(&wq->mutex);=0A= 770c: 91008275 add x21, x19, #0x20=0A= vsnprintf(wq->name, sizeof(wq->name), fmt, args);=0A= 7710: a90317e4 stp x4, x5, [sp, #48]=0A= 7714: 94000000 bl 0 =0A= max_active =3D max_active ?: WQ_DFL_ACTIVE;=0A= 7718: 7100031f cmp w24, #0x0=0A= max_active =3D wq_clamp_max_active(max_active, flags, wq->name);=0A= 771c: aa1703e2 mov x2, x23=0A= 7720: 2a1403e1 mov w1, w20=0A= max_active =3D max_active ?: WQ_DFL_ACTIVE;=0A= 7724: 52802000 mov w0, #0x100 // #256=0A= max_active =3D wq_clamp_max_active(max_active, flags, wq->name);=0A= 7728: 1a801300 csel w0, w24, w0, ne // ne =3D any=0A= mutex_init(&wq->mutex);=0A= 772c: 90000017 adrp x23, 0 =0A= max_active =3D wq_clamp_max_active(max_active, flags, wq->name);=0A= 7730: 97ffe3ee bl 6e8 =0A= wq->saved_max_active =3D max_active;=0A= 7734: b9015e60 str w0, [x19, #348]=0A= wq->flags =3D flags;=0A= 7738: b9020274 str w20, [x19, #512]=0A= mutex_init(&wq->mutex);=0A= 773c: 910002f7 add x23, x23, #0x0=0A= 7740: 90000001 adrp x1, 0 =0A= 7744: 91000021 add x1, x1, #0x0=0A= 7748: 910a82e2 add x2, x23, #0x2a0=0A= 774c: 91006021 add x1, x1, #0x18=0A= 7750: aa1503e0 mov x0, x21=0A= 7754: 94000000 bl 0 <__rt_mutex_init>=0A= 7758: 910aa2e2 add x2, x23, #0x2a8=0A= 775c: aa1503e0 mov x0, x21=0A= 7760: 90000001 adrp x1, 0 =0A= 7764: 91000021 add x1, x1, #0x0=0A= 7768: 94000000 bl 0 <__mutex_do_init>=0A= case 4: *(volatile __u32 *)p =3D *(__u32 *)res; break;=0A= 776c: b901127f str wzr, [x19, #272]=0A= case 8: *(volatile __u64 *)p =3D *(__u64 *)res; break;=0A= 7770: f9000273 str x19, [x19]=0A= INIT_LIST_HEAD(&wq->flusher_queue);=0A= 7774: 91048263 add x3, x19, #0x120=0A= 7778: f9009263 str x3, [x19, #288]=0A= INIT_LIST_HEAD(&wq->flusher_overflow);=0A= 777c: 9104c260 add x0, x19, #0x130=0A= INIT_LIST_HEAD(&wq->maydays);=0A= 7780: 91050264 add x4, x19, #0x140=0A= 7784: f9009a60 str x0, [x19, #304]=0A= list->prev =3D list;=0A= 7788: f9000673 str x19, [x19, #8]=0A= lockdep_init_map(&wq->lockdep_map, lock_name, key, 0);=0A= 778c: aa1903e2 mov x2, x25=0A= 7790: f9009663 str x3, [x19, #296]=0A= 7794: aa1a03e1 mov x1, x26=0A= 7798: f9009e60 str x0, [x19, #312]=0A= 779c: 52800003 mov w3, #0x0 // #0=0A= 77a0: f900a264 str x4, [x19, #320]=0A= 77a4: 9105e260 add x0, x19, #0x178=0A= 77a8: f900a664 str x4, [x19, #328]=0A= INIT_LIST_HEAD(&wq->list);=0A= 77ac: 91004278 add x24, x19, #0x10=0A= lockdep_init_map(&wq->lockdep_map, lock_name, key, 0);=0A= 77b0: 94000000 bl 0 =0A= 77b4: f9000a78 str x24, [x19, #16]=0A= bool highpri =3D wq->flags & WQ_HIGHPRI;=0A= 77b8: b9420260 ldr w0, [x19, #512]=0A= 77bc: f9000e78 str x24, [x19, #24]=0A= 77c0: d3441019 ubfx x25, x0, #4, #1=0A= if (!(wq->flags & WQ_UNBOUND)) {=0A= 77c4: 36080cc0 tbz w0, #1, 795c <__alloc_workqueue_key+0x35c>=0A= ret =3D apply_workqueue_attrs(wq, ordered_wq_attrs[highpri]);=0A= 77c8: 93407f39 sxtw x25, w25=0A= } else if (wq->flags & __WQ_ORDERED) {=0A= 77cc: 36880800 tbz w0, #17, 78cc <__alloc_workqueue_key+0x2cc>=0A= ret =3D apply_workqueue_attrs(wq, ordered_wq_attrs[highpri]);=0A= 77d0: 8b190ef7 add x23, x23, x25, lsl #3=0A= 77d4: aa1303e0 mov x0, x19=0A= 77d8: f9415ae1 ldr x1, [x23, #688]=0A= 77dc: 94000000 bl 5c60 =0A= WARN(!ret && (wq->pwqs.next !=3D &wq->dfl_pwq->pwqs_node ||=0A= 77e0: 350007e0 cbnz w0, 78dc <__alloc_workqueue_key+0x2dc>=0A= 77e4: f940b660 ldr x0, [x19, #360]=0A= 77e8: f9400261 ldr x1, [x19]=0A= 77ec: 9101c000 add x0, x0, #0x70=0A= 77f0: eb00003f cmp x1, x0=0A= 77f4: 54001480 b.eq 7a84 <__alloc_workqueue_key+0x484> // b.none=0A= 77f8: f9400fe1 ldr x1, [sp, #24]=0A= 77fc: 90000000 adrp x0, 0 =0A= 7800: 91000000 add x0, x0, #0x0=0A= 7804: 94000000 bl 0 =0A= 7808: d4210000 brk #0x800=0A= 780c: d503201f nop=0A= if (flags & WQ_MEM_RECLAIM) {=0A= 7810: 37181014 tbnz w20, #3, 7a10 <__alloc_workqueue_key+0x410>=0A= if ((wq->flags & WQ_SYSFS) && workqueue_sysfs_register(wq))=0A= 7814: b9420260 ldr w0, [x19, #512]=0A= 7818: 36300080 tbz w0, #6, 7828 <__alloc_workqueue_key+0x228>=0A= 781c: aa1303e0 mov x0, x19=0A= 7820: 94000000 bl 7498 =0A= 7824: 35001280 cbnz w0, 7a74 <__alloc_workqueue_key+0x474>=0A= mutex_lock(&wq_pool_mutex);=0A= 7828: 90000017 adrp x23, 0 =0A= 782c: 910002f7 add x23, x23, #0x0=0A= 7830: aa1703e0 mov x0, x23=0A= 7834: 94000000 bl 0 <_mutex_lock>=0A= mutex_lock(&wq->mutex);=0A= 7838: aa1503e0 mov x0, x21=0A= 783c: 94000000 bl 0 <_mutex_lock>=0A= __READ_ONCE_SIZE;=0A= 7840: f9400274 ldr x20, [x19]=0A= for_each_pwq(pwq, wq)=0A= 7844: eb14027f cmp x19, x20=0A= 7848: d101c294 sub x20, x20, #0x70=0A= 784c: 54000700 b.eq 792c <__alloc_workqueue_key+0x32c> // b.none=0A= 7850: 90000019 adrp x25, 0 =0A= 7854: 9000001a adrp x26, 0 =0A= 7858: 91000339 add x25, x25, #0x0=0A= 785c: 9100035a add x26, x26, #0x0=0A= 7860: a90c73fb stp x27, x28, [sp, #192]=0A= 7864: 9103627b add x27, x19, #0xd8=0A= 7868: 14000007 b 7884 <__alloc_workqueue_key+0x284>=0A= pwq_adjust_max_active(pwq);=0A= 786c: aa1403e0 mov x0, x20=0A= 7870: 97ffe30c bl 4a0 =0A= 7874: f9403a94 ldr x20, [x20, #112]=0A= for_each_pwq(pwq, wq)=0A= 7878: eb14027f cmp x19, x20=0A= 787c: d101c294 sub x20, x20, #0x70=0A= 7880: 54000540 b.eq 7928 <__alloc_workqueue_key+0x328> // b.none=0A= 7884: 94000000 bl 0 =0A= 7888: 34ffff20 cbz w0, 786c <__alloc_workqueue_key+0x26c>=0A= 788c: 39404b20 ldrb w0, [x25, #18]=0A= 7890: 35fffee0 cbnz w0, 786c <__alloc_workqueue_key+0x26c>=0A= 7894: 94000000 bl 0 =0A= 7898: 35fffea0 cbnz w0, 786c <__alloc_workqueue_key+0x26c>=0A= 789c: 12800001 mov w1, #0xffffffff // #-1=0A= 78a0: aa1b03e0 mov x0, x27=0A= 78a4: 94000000 bl 0 =0A= 78a8: 35fffe20 cbnz w0, 786c <__alloc_workqueue_key+0x26c>=0A= 78ac: 52800023 mov w3, #0x1 // #1=0A= 78b0: 90000000 adrp x0, 0 =0A= 78b4: aa1a03e2 mov x2, x26=0A= 78b8: 91000000 add x0, x0, #0x0=0A= 78bc: 52820461 mov w1, #0x1023 // #4131=0A= 78c0: 39004b23 strb w3, [x25, #18]=0A= 78c4: 94000000 bl 0 =0A= 78c8: 17ffffe9 b 786c <__alloc_workqueue_key+0x26c>=0A= return apply_workqueue_attrs(wq, unbound_std_wq_attrs[highpri]);=0A= 78cc: 8b190ef7 add x23, x23, x25, lsl #3=0A= 78d0: aa1303e0 mov x0, x19=0A= 78d4: f94162e1 ldr x1, [x23, #704]=0A= 78d8: 94000000 bl 5c60 =0A= if (alloc_and_link_pwqs(wq) < 0)=0A= 78dc: 36fff9a0 tbz w0, #31, 7810 <__alloc_workqueue_key+0x210>=0A= free_workqueue_attrs(wq->unbound_attrs);=0A= 78e0: f940b260 ldr x0, [x19, #352]=0A= if (attrs) {=0A= 78e4: b4000040 cbz x0, 78ec <__alloc_workqueue_key+0x2ec>=0A= kfree(attrs);=0A= 78e8: 94000000 bl 0 =0A= kfree(wq);=0A= 78ec: aa1303e0 mov x0, x19=0A= return NULL;=0A= 78f0: d2800013 mov x19, #0x0 // #0=0A= kfree(wq);=0A= 78f4: 94000000 bl 0 =0A= }=0A= 78f8: aa1303e0 mov x0, x19=0A= 78fc: f94037e2 ldr x2, [sp, #104]=0A= 7900: f94002c1 ldr x1, [x22]=0A= 7904: ca010041 eor x1, x2, x1=0A= 7908: b5000ca1 cbnz x1, 7a9c <__alloc_workqueue_key+0x49c>=0A= 790c: a9477bfd ldp x29, x30, [sp, #112]=0A= 7910: a94853f3 ldp x19, x20, [sp, #128]=0A= 7914: a9495bf5 ldp x21, x22, [sp, #144]=0A= 7918: a94a63f7 ldp x23, x24, [sp, #160]=0A= 791c: a94b6bf9 ldp x25, x26, [sp, #176]=0A= 7920: 9103c3ff add sp, sp, #0xf0=0A= 7924: d65f03c0 ret=0A= 7928: a94c73fb ldp x27, x28, [sp, #192]=0A= mutex_unlock(&wq->mutex);=0A= 792c: aa1503e0 mov x0, x21=0A= 7930: 94000000 bl 0 <_mutex_unlock>=0A= __list_add_rcu(new, head->prev, head);=0A= 7934: 911002e1 add x1, x23, #0x400=0A= new->next =3D next;=0A= 7938: 911302e0 add x0, x23, #0x4c0=0A= 793c: f9000a60 str x0, [x19, #16]=0A= __list_add_rcu(new, head->prev, head);=0A= 7940: f9406420 ldr x0, [x1, #200]=0A= new->prev =3D prev;=0A= 7944: f9000e60 str x0, [x19, #24]=0A= rcu_assign_pointer(list_next_rcu(prev), new);=0A= 7948: c89ffc18 stlr x24, [x0]=0A= mutex_unlock(&wq_pool_mutex);=0A= 794c: aa1703e0 mov x0, x23=0A= next->prev =3D new;=0A= 7950: f9006438 str x24, [x1, #200]=0A= 7954: 94000000 bl 0 <_mutex_unlock>=0A= return wq;=0A= 7958: 17ffffe8 b 78f8 <__alloc_workqueue_key+0x2f8>=0A= wq->cpu_pwqs =3D alloc_percpu(struct pool_workqueue);=0A= 795c: d2802001 mov x1, #0x100 // #256=0A= 7960: aa0103e0 mov x0, x1=0A= 7964: 94000000 bl 0 <__alloc_percpu>=0A= 7968: f9010660 str x0, [x19, #520]=0A= if (!wq->cpu_pwqs)=0A= 796c: b4fffba0 cbz x0, 78e0 <__alloc_workqueue_key+0x2e0>=0A= init_pwq(pwq, wq, &cpu_pools[highpri]);=0A= 7970: 92401f39 and x25, x25, #0xff=0A= 7974: 90000017 adrp x23, 0 <__cpu_possible_mask>=0A= 7978: 9000001a adrp x26, 0 =0A= 797c: 910002f7 add x23, x23, #0x0=0A= 7980: d37ffb20 lsl x0, x25, #1=0A= 7984: 9100035a add x26, x26, #0x0=0A= 7988: 8b190019 add x25, x0, x25=0A= per_cpu(cpu_worker_pools, cpu);=0A= 798c: 90000000 adrp x0, 0 =0A= 7990: 91000000 add x0, x0, #0x0=0A= 7994: a90c73fb stp x27, x28, [sp, #192]=0A= init_pwq(pwq, wq, &cpu_pools[highpri]);=0A= 7998: d377db21 lsl x1, x25, #9=0A= per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 799c: 9000001b adrp x27, 0 <__per_cpu_offset>=0A= for_each_possible_cpu(cpu) {=0A= 79a0: 12800019 mov w25, #0xffffffff // #-1=0A= per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 79a4: 9100037b add x27, x27, #0x0=0A= per_cpu(cpu_worker_pools, cpu);=0A= 79a8: a90083e1 stp x1, x0, [sp, #8]=0A= 79ac: 14000010 b 79ec <__alloc_workqueue_key+0x3ec>=0A= 79b0: a9408be4 ldp x4, x2, [sp, #8]=0A= per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 79b4: f879db63 ldr x3, [x27, w25, sxtw #3]=0A= init_pwq(pwq, wq, &cpu_pools[highpri]);=0A= 79b8: aa1303e1 mov x1, x19=0A= per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 79bc: f9410660 ldr x0, [x19, #520]=0A= per_cpu(cpu_worker_pools, cpu);=0A= 79c0: 8b020062 add x2, x3, x2=0A= init_pwq(pwq, wq, &cpu_pools[highpri]);=0A= 79c4: 8b040042 add x2, x2, x4=0A= per_cpu_ptr(wq->cpu_pwqs, cpu);=0A= 79c8: 8b03001c add x28, x0, x3=0A= init_pwq(pwq, wq, &cpu_pools[highpri]);=0A= 79cc: aa1c03e0 mov x0, x28=0A= 79d0: 97ffeb8c bl 2800 =0A= mutex_lock(&wq->mutex);=0A= 79d4: aa1503e0 mov x0, x21=0A= 79d8: 94000000 bl 0 <_mutex_lock>=0A= link_pwq(pwq);=0A= 79dc: aa1c03e0 mov x0, x28=0A= 79e0: 97ffe2ec bl 590 =0A= mutex_unlock(&wq->mutex);=0A= 79e4: aa1503e0 mov x0, x21=0A= 79e8: 94000000 bl 0 <_mutex_unlock>=0A= for_each_possible_cpu(cpu) {=0A= 79ec: 2a1903e0 mov w0, w25=0A= 79f0: aa1703e1 mov x1, x23=0A= 79f4: 94000000 bl 0 =0A= 79f8: 2a0003f9 mov w25, w0=0A= 79fc: b9400340 ldr w0, [x26]=0A= 7a00: 6b00033f cmp w25, w0=0A= 7a04: 54fffd63 b.cc 79b0 <__alloc_workqueue_key+0x3b0> // b.lo, = b.ul, b.last=0A= 7a08: a94c73fb ldp x27, x28, [sp, #192]=0A= if (flags & WQ_MEM_RECLAIM) {=0A= 7a0c: 361ff054 tbz w20, #3, 7814 <__alloc_workqueue_key+0x214>=0A= rescuer =3D alloc_worker(NUMA_NO_NODE);=0A= 7a10: 97ffe958 bl 1f70 =0A= 7a14: aa0003f4 mov x20, x0=0A= if (!rescuer)=0A= 7a18: b40002e0 cbz x0, 7a74 <__alloc_workqueue_key+0x474>=0A= rescuer->task =3D kthread_create(rescuer_thread, rescuer, "%s",=0A= 7a1c: f9400fe4 ldr x4, [sp, #24]=0A= rescuer->rescue_wq =3D wq;=0A= 7a20: f9004a93 str x19, [x20, #144]=0A= rescuer->task =3D kthread_create(rescuer_thread, rescuer, "%s",=0A= 7a24: 90000003 adrp x3, 0 =0A= 7a28: 90000000 adrp x0, 0 =0A= 7a2c: 91000063 add x3, x3, #0x0=0A= 7a30: 91000000 add x0, x0, #0x0=0A= 7a34: 12800002 mov w2, #0xffffffff // #-1=0A= 7a38: aa1403e1 mov x1, x20=0A= 7a3c: 94000000 bl 0 =0A= 7a40: f9002280 str x0, [x20, #64]=0A= if (IS_ERR(rescuer->task)) {=0A= 7a44: b140041f cmn x0, #0x1, lsl #12=0A= 7a48: 54000128 b.hi 7a6c <__alloc_workqueue_key+0x46c> // b.pmore=0A= wq->rescuer =3D rescuer;=0A= 7a4c: f900aa74 str x20, [x19, #336]=0A= kthread_bind_mask(rescuer->task, cpu_possible_mask);=0A= 7a50: 90000001 adrp x1, 0 <__cpu_possible_mask>=0A= 7a54: 91000021 add x1, x1, #0x0=0A= 7a58: f9402280 ldr x0, [x20, #64]=0A= 7a5c: 94000000 bl 0 =0A= wake_up_process(rescuer->task);=0A= 7a60: f9402280 ldr x0, [x20, #64]=0A= 7a64: 94000000 bl 0 =0A= 7a68: 17ffff6b b 7814 <__alloc_workqueue_key+0x214>=0A= kfree(rescuer);=0A= 7a6c: aa1403e0 mov x0, x20=0A= 7a70: 94000000 bl 0 =0A= destroy_workqueue(wq);=0A= 7a74: aa1303e0 mov x0, x19=0A= return NULL;=0A= 7a78: d2800013 mov x19, #0x0 // #0=0A= destroy_workqueue(wq);=0A= 7a7c: 94000000 bl 65e0 =0A= return NULL;=0A= 7a80: 17ffff9e b 78f8 <__alloc_workqueue_key+0x2f8>=0A= WARN(!ret && (wq->pwqs.next !=3D &wq->dfl_pwq->pwqs_node ||=0A= 7a84: f9400660 ldr x0, [x19, #8]=0A= 7a88: eb00003f cmp x1, x0=0A= 7a8c: 54ffeb61 b.ne 77f8 <__alloc_workqueue_key+0x1f8> // b.any=0A= 7a90: 17ffff60 b 7810 <__alloc_workqueue_key+0x210>=0A= wq->unbound_attrs =3D alloc_workqueue_attrs(GFP_KERNEL);=0A= 7a94: f900b27f str xzr, [x19, #352]=0A= if (attrs) {=0A= 7a98: 17ffff95 b 78ec <__alloc_workqueue_key+0x2ec>=0A= 7a9c: a90c73fb stp x27, x28, [sp, #192]=0A= }=0A= 7aa0: 94000000 bl 0 <__stack_chk_fail>=0A= =0A= Disassembly of section .text.unlikely:=0A= =0A= 0000000000000000 :=0A= {=0A= 0: a9be7bfd stp x29, x30, [sp, #-32]!=0A= pr_cont(" cpus=3D%*pbl", nr_cpumask_bits, pool->attrs->cpumask);=0A= 4: 52800801 mov w1, #0x40 // #64=0A= {=0A= 8: 910003fd mov x29, sp=0A= c: f9000bf3 str x19, [sp, #16]=0A= 10: aa0003f3 mov x19, x0=0A= pr_cont(" cpus=3D%*pbl", nr_cpumask_bits, pool->attrs->cpumask);=0A= 14: 90000000 adrp x0, 0 =0A= 18: 91000000 add x0, x0, #0x0=0A= 1c: f9428662 ldr x2, [x19, #1288]=0A= 20: 91002042 add x2, x2, #0x8=0A= 24: 94000000 bl 0 =0A= if (pool->node !=3D NUMA_NO_NODE)=0A= 28: b940f661 ldr w1, [x19, #244]=0A= 2c: 3100043f cmn w1, #0x1=0A= 30: 54000080 b.eq 40 // b.none=0A= pr_cont(" node=3D%d", pool->node);=0A= 34: 90000000 adrp x0, 0 =0A= 38: 91000000 add x0, x0, #0x0=0A= 3c: 94000000 bl 0 =0A= pr_cont(" flags=3D0x%x nice=3D%d", pool->flags, pool->attrs->nice);=0A= 40: f9428662 ldr x2, [x19, #1288]=0A= 44: 90000000 adrp x0, 0 =0A= 48: b940fe61 ldr w1, [x19, #252]=0A= 4c: 91000000 add x0, x0, #0x0=0A= 50: b9400042 ldr w2, [x2]=0A= 54: 94000000 bl 0 =0A= }=0A= 58: f9400bf3 ldr x19, [sp, #16]=0A= 5c: a8c27bfd ldp x29, x30, [sp], #32=0A= 60: d65f03c0 ret=0A= =0A= 0000000000000064 :=0A= {=0A= 64: a9bf7bfd stp x29, x30, [sp, #-16]!=0A= if (work->func =3D=3D wq_barrier_func) {=0A= 68: 90000003 adrp x3, 0 =0A= 6c: 91000063 add x3, x3, #0x0=0A= {=0A= 70: 910003fd mov x29, sp=0A= if (work->func =3D=3D wq_barrier_func) {=0A= 74: f9400c22 ldr x2, [x1, #24]=0A= {=0A= 78: 12001c00 and w0, w0, #0xff=0A= if (work->func =3D=3D wq_barrier_func) {=0A= 7c: eb03005f cmp x2, x3=0A= 80: 540001a1 b.ne b4 // b.any=0A= 84: f9405822 ldr x2, [x1, #176]=0A= pr_cont("%s BAR(%d)", comma ? "," : "",=0A= 88: 7100001f cmp w0, #0x0=0A= 8c: 90000001 adrp x1, 0 =0A= 90: 90000000 adrp x0, 0 =0A= 94: 91000021 add x1, x1, #0x0=0A= 98: 91000000 add x0, x0, #0x0=0A= 9c: b945a842 ldr w2, [x2, #1448]=0A= a0: 9a801021 csel x1, x1, x0, ne // ne =3D any=0A= a4: 90000000 adrp x0, 0 =0A= a8: 91000000 add x0, x0, #0x0=0A= ac: 94000000 bl 0 =0A= b0: 1400000a b d8 =0A= pr_cont("%s %pf", comma ? "," : "", work->func);=0A= b4: 7100001f cmp w0, #0x0=0A= b8: 90000001 adrp x1, 0 =0A= bc: 90000000 adrp x0, 0 =0A= c0: 91000021 add x1, x1, #0x0=0A= c4: 91000000 add x0, x0, #0x0=0A= c8: 9a801021 csel x1, x1, x0, ne // ne =3D any=0A= cc: 90000000 adrp x0, 0 =0A= d0: 91000000 add x0, x0, #0x0=0A= d4: 94000000 bl 0 =0A= }=0A= d8: a8c17bfd ldp x29, x30, [sp], #16=0A= dc: d65f03c0 ret=0A= =0A= Disassembly of section .init.text:=0A= =0A= 0000000000000000 :=0A= {=0A= 0: a9be7bfd stp x29, x30, [sp, #-32]!=0A= err =3D subsys_virtual_register(&wq_subsys, NULL);=0A= 4: d2800001 mov x1, #0x0 // #0=0A= {=0A= 8: 910003fd mov x29, sp=0A= c: a90153f3 stp x19, x20, [sp, #16]=0A= err =3D subsys_virtual_register(&wq_subsys, NULL);=0A= 10: 90000013 adrp x19, 0 =0A= 14: 91000273 add x19, x19, #0x0=0A= 18: 91080274 add x20, x19, #0x200=0A= 1c: aa1403e0 mov x0, x20=0A= 20: 94000000 bl 0 =0A= if (err)=0A= 24: 35000080 cbnz w0, 34 =0A= return device_create_file(wq_subsys.dev_root, &wq_sysfs_cpumask_attr);=0A= 28: f9410a60 ldr x0, [x19, #528]=0A= 2c: 910a8261 add x1, x19, #0x2a0=0A= 30: 94000000 bl 0 =0A= }=0A= 34: a94153f3 ldp x19, x20, [sp, #16]=0A= 38: a8c27bfd ldp x29, x30, [sp], #32=0A= 3c: d65f03c0 ret=0A= =0A= 0000000000000040 :=0A= * Workqueues have been created and work items queued on them, but there=0A= * are no kworkers executing the work items yet. Populate the worker = pools=0A= * with the initial workers and enable future kworker creations.=0A= */=0A= int __init workqueue_init(void)=0A= {=0A= 40: a9bb7bfd stp x29, x30, [sp, #-80]!=0A= 44: 910003fd mov x29, sp=0A= 48: a9025bf5 stp x21, x22, [sp, #32]=0A= * previously could be missing node hint and unbound pools NUMA=0A= * affinity, fix them up.=0A= */=0A= wq_numa_init();=0A= =0A= mutex_lock(&wq_pool_mutex);=0A= 4c: 90000015 adrp x21, 0 =0A= 50: 910002b5 add x21, x21, #0x0=0A= 54: aa1503e0 mov x0, x21=0A= {=0A= 58: a90153f3 stp x19, x20, [sp, #16]=0A= =0A= for_each_possible_cpu(cpu) {=0A= 5c: 90000014 adrp x20, 0 =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 60: 90000013 adrp x19, 0 =0A= for_each_possible_cpu(cpu) {=0A= 64: 91000294 add x20, x20, #0x0=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 68: 91000273 add x19, x19, #0x0=0A= {=0A= 6c: a90363f7 stp x23, x24, [sp, #48]=0A= 70: a9046bf9 stp x25, x26, [sp, #64]=0A= mutex_lock(&wq_pool_mutex);=0A= 74: 94000000 bl 0 <_mutex_lock>=0A= for_each_possible_cpu(cpu) {=0A= 78: 12800000 mov w0, #0xffffffff // #-1=0A= 7c: 90000001 adrp x1, 0 <__cpu_possible_mask>=0A= 80: 91000021 add x1, x1, #0x0=0A= 84: 94000000 bl 0 =0A= 88: b9400281 ldr w1, [x20]=0A= 8c: 6b01001f cmp w0, w1=0A= 90: 54000202 b.cs d0 // b.hs, b.nlast=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 94: 90000003 adrp x3, 0 <__per_cpu_offset>=0A= 98: 93407c04 sxtw x4, w0=0A= 9c: 91000063 add x3, x3, #0x0=0A= a0: aa1303e1 mov x1, x19=0A= a4: f8647862 ldr x2, [x3, x4, lsl #3]=0A= a8: 8b020021 add x1, x1, x2=0A= ac: f8647865 ldr x5, [x3, x4, lsl #3]=0A= b0: aa1303e2 mov x2, x19=0A= b4: 8b050042 add x2, x2, x5=0A= b8: 91300042 add x2, x2, #0xc00=0A= bc: eb02003f cmp x1, x2=0A= c0: 54fffde2 b.cs 7c // b.hs, b.nlast=0A= pool->node =3D cpu_to_node(cpu);=0A= c4: b900f43f str wzr, [x1, #244]=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= c8: 91180021 add x1, x1, #0x600=0A= cc: 17fffff8 b ac =0A= }=0A= }=0A= =0A= list_for_each_entry(wq, &workqueues, list)=0A= d0: f94262b3 ldr x19, [x21, #1216]=0A= d4: 911302b6 add x22, x21, #0x4c0=0A= d8: d1004273 sub x19, x19, #0x10=0A= dc: 91004260 add x0, x19, #0x10=0A= e0: eb16001f cmp x0, x22=0A= e4: 54000120 b.eq 108 // b.none=0A= wq_update_unbound_numa(wq, smp_processor_id(), true);=0A= e8: 94000000 bl 0 =0A= ec: 2a0003e1 mov w1, w0=0A= f0: 52800022 mov w2, #0x1 // #1=0A= f4: aa1303e0 mov x0, x19=0A= f8: 94000000 bl 0 =0A= list_for_each_entry(wq, &workqueues, list)=0A= fc: f9400a73 ldr x19, [x19, #16]=0A= 100: d1004273 sub x19, x19, #0x10=0A= 104: 17fffff6 b dc =0A= =0A= mutex_unlock(&wq_pool_mutex);=0A= 108: aa1503e0 mov x0, x21=0A= =0A= /* create the initial workers */=0A= for_each_online_cpu(cpu) {=0A= 10c: 90000017 adrp x23, 0 <__cpu_online_mask>=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 110: 90000015 adrp x21, 0 =0A= for_each_online_cpu(cpu) {=0A= 114: 910002f7 add x23, x23, #0x0=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 118: 910002b5 add x21, x21, #0x0=0A= for_each_online_cpu(cpu) {=0A= 11c: 12800016 mov w22, #0xffffffff // #-1=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 120: 90000018 adrp x24, 0 <__per_cpu_offset>=0A= mutex_unlock(&wq_pool_mutex);=0A= 124: 94000000 bl 0 <_mutex_unlock>=0A= for_each_online_cpu(cpu) {=0A= 128: 2a1603e0 mov w0, w22=0A= 12c: aa1703e1 mov x1, x23=0A= 130: 94000000 bl 0 =0A= 134: 2a0003f6 mov w22, w0=0A= 138: b9400280 ldr w0, [x20]=0A= 13c: 6b0002df cmp w22, w0=0A= 140: 54000282 b.cs 190 // b.hs, b.nlast=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 144: 91000319 add x25, x24, #0x0=0A= 148: 93407eda sxtw x26, w22=0A= 14c: aa1503f3 mov x19, x21=0A= 150: f87a7b20 ldr x0, [x25, x26, lsl #3]=0A= 154: 8b000273 add x19, x19, x0=0A= 158: f87a7b21 ldr x1, [x25, x26, lsl #3]=0A= 15c: aa1503e0 mov x0, x21=0A= 160: 8b010000 add x0, x0, x1=0A= 164: 91300000 add x0, x0, #0xc00=0A= 168: eb00027f cmp x19, x0=0A= 16c: 54fffde2 b.cs 128 // b.hs, b.nlast=0A= pool->flags &=3D ~POOL_DISASSOCIATED;=0A= 170: b940fe61 ldr w1, [x19, #252]=0A= BUG_ON(!create_worker(pool));=0A= 174: aa1303e0 mov x0, x19=0A= pool->flags &=3D ~POOL_DISASSOCIATED;=0A= 178: 121d7821 and w1, w1, #0xfffffffb=0A= 17c: b900fe61 str w1, [x19, #252]=0A= BUG_ON(!create_worker(pool));=0A= 180: 94000000 bl 0 =0A= 184: b4000380 cbz x0, 1f4 =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 188: 91180273 add x19, x19, #0x600=0A= 18c: 17fffff3 b 158 =0A= }=0A= }=0A= =0A= hash_for_each(unbound_pool_hash, bkt, pool, hash_node)=0A= 190: 90000014 adrp x20, 0 =0A= 194: 91000294 add x20, x20, #0x0=0A= 198: 9101a296 add x22, x20, #0x68=0A= 19c: d2800015 mov x21, #0x0 // #0=0A= 1a0: f8757ad3 ldr x19, [x22, x21, lsl #3]=0A= 1a4: b50001f3 cbnz x19, 1e0 =0A= 1a8: 910006b5 add x21, x21, #0x1=0A= 1ac: f10102bf cmp x21, #0x40=0A= 1b0: 54ffff81 b.ne 1a0 // b.any=0A= BUG_ON(!create_worker(pool));=0A= =0A= wq_online =3D true;=0A= 1b4: 52800021 mov w1, #0x1 // #1=0A= 1b8: 39012281 strb w1, [x20, #72]=0A= wq_watchdog_init();=0A= =0A= return 0;=0A= }=0A= 1bc: 52800000 mov w0, #0x0 // #0=0A= 1c0: a94153f3 ldp x19, x20, [sp, #16]=0A= 1c4: a9425bf5 ldp x21, x22, [sp, #32]=0A= 1c8: a94363f7 ldp x23, x24, [sp, #48]=0A= 1cc: a9446bf9 ldp x25, x26, [sp, #64]=0A= 1d0: a8c57bfd ldp x29, x30, [sp], #80=0A= 1d4: d65f03c0 ret=0A= hash_for_each(unbound_pool_hash, bkt, pool, hash_node)=0A= 1d8: f9428a73 ldr x19, [x19, #1296]=0A= 1dc: b4fffe73 cbz x19, 1a8 =0A= 1e0: d1144273 sub x19, x19, #0x510=0A= 1e4: b4fffe33 cbz x19, 1a8 =0A= BUG_ON(!create_worker(pool));=0A= 1e8: aa1303e0 mov x0, x19=0A= 1ec: 94000000 bl 0 =0A= 1f0: b5ffff40 cbnz x0, 1d8 =0A= 1f4: d4210000 brk #0x800=0A= =0A= 00000000000001f8 :=0A= {=0A= 1f8: d10203ff sub sp, sp, #0x80=0A= int std_nice[NR_STD_WORKER_POOLS] =3D { 0, HIGHPRI_NICE_LEVEL };=0A= 1fc: d2dffd87 mov x7, #0xffec00000000 // #281389077364736=0A= 200: f2ffffe7 movk x7, #0xffff, lsl #48=0A= pwq_cache =3D KMEM_CACHE(pool_workqueue, SLAB_PANIC);=0A= 204: d2802002 mov x2, #0x100 // #256=0A= 208: d2800004 mov x4, #0x0 // #0=0A= 20c: aa0203e1 mov x1, x2=0A= {=0A= 210: a9027bfd stp x29, x30, [sp, #32]=0A= 214: 910083fd add x29, sp, #0x20=0A= pwq_cache =3D KMEM_CACHE(pool_workqueue, SLAB_PANIC);=0A= 218: d2a00083 mov x3, #0x40000 // #262144=0A= {=0A= 21c: a90563f7 stp x23, x24, [sp, #80]=0A= 220: 90000017 adrp x23, 0 <__cpu_possible_mask>=0A= 224: f94002e6 ldr x6, [x23]=0A= 228: a90353f3 stp x19, x20, [sp, #48]=0A= 22c: 90000013 adrp x19, 0 =0A= 230: 91000273 add x19, x19, #0x0=0A= 234: a9045bf5 stp x21, x22, [sp, #64]=0A= 238: 90000015 adrp x21, 0 <__stack_chk_guard>=0A= 23c: 910002b5 add x21, x21, #0x0=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 240: 90000016 adrp x22, 0 =0A= {=0A= 244: f94002a0 ldr x0, [x21]=0A= 248: f9000fe0 str x0, [sp, #24]=0A= 24c: d2800000 mov x0, #0x0 // #0=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 250: 910002d6 add x22, x22, #0x0=0A= {=0A= 254: a9066bf9 stp x25, x26, [sp, #96]=0A= for_each_possible_cpu(cpu) {=0A= 258: 9000001a adrp x26, 0 =0A= 25c: 9100035a add x26, x26, #0x0=0A= pwq_cache =3D KMEM_CACHE(pool_workqueue, SLAB_PANIC);=0A= 260: 90000000 adrp x0, 0 =0A= 264: 91000000 add x0, x0, #0x0=0A= int std_nice[NR_STD_WORKER_POOLS] =3D { 0, HIGHPRI_NICE_LEVEL };=0A= 268: a9009ff7 stp x23, x7, [sp, #8]=0A= for_each_possible_cpu(cpu) {=0A= 26c: 12800017 mov w23, #0xffffffff // #-1=0A= 270: f9002a66 str x6, [x19, #80]=0A= {=0A= 274: a90773fb stp x27, x28, [sp, #112]=0A= pwq_cache =3D KMEM_CACHE(pool_workqueue, SLAB_PANIC);=0A= 278: 94000000 bl 0 =0A= 27c: f9002260 str x0, [x19, #64]=0A= for_each_possible_cpu(cpu) {=0A= 280: f94007e0 ldr x0, [sp, #8]=0A= 284: 91000018 add x24, x0, #0x0=0A= 288: 2a1703e0 mov w0, w23=0A= 28c: aa1803e1 mov x1, x24=0A= 290: 94000000 bl 0 =0A= 294: 2a0003f7 mov w23, w0=0A= 298: b9400340 ldr w0, [x26]=0A= 29c: 6b0002ff cmp w23, w0=0A= 2a0: 540005c2 b.cs 358 // b.hs, b.nlast=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 2a4: 90000019 adrp x25, 0 <__per_cpu_offset>=0A= 2a8: 93407efc sxtw x28, w23=0A= 2ac: 91000339 add x25, x25, #0x0=0A= extern const unsigned long=0A= cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];=0A= =0A= static inline const struct cpumask *get_cpu_mask(unsigned int cpu)=0A= {=0A= const unsigned long *p =3D cpu_bit_bitmap[1 + cpu % BITS_PER_LONG];=0A= 2b0: 924016f4 and x20, x23, #0x3f=0A= p -=3D cpu / BITS_PER_LONG;=0A= 2b4: 53067ee0 lsr w0, w23, #6=0A= 2b8: 91000694 add x20, x20, #0x1=0A= 2bc: cb000294 sub x20, x20, x0=0A= 2c0: aa1603e1 mov x1, x22=0A= 2c4: f87c7b22 ldr x2, [x25, x28, lsl #3]=0A= 2c8: 90000000 adrp x0, 0 =0A= 2cc: 91000000 add x0, x0, #0x0=0A= mutex_lock(&wq_pool_mutex);=0A= 2d0: 90000018 adrp x24, 0 =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 2d4: 8b02003b add x27, x1, x2=0A= mutex_lock(&wq_pool_mutex);=0A= 2d8: 91000318 add x24, x24, #0x0=0A= 2dc: 8b140c14 add x20, x0, x20, lsl #3=0A= 2e0: 910043e0 add x0, sp, #0x10=0A= 2e4: f90003e0 str x0, [sp]=0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 2e8: f87c7b22 ldr x2, [x25, x28, lsl #3]=0A= 2ec: aa1603e0 mov x0, x22=0A= 2f0: 8b020000 add x0, x0, x2=0A= 2f4: 91300000 add x0, x0, #0xc00=0A= 2f8: eb00037f cmp x27, x0=0A= 2fc: 54fffc22 b.cs 280 // b.hs, b.nlast=0A= BUG_ON(init_worker_pool(pool));=0A= 300: aa1b03e0 mov x0, x27=0A= 304: 94000000 bl 0 =0A= 308: 350010c0 cbnz w0, 520 =0A= cpumask_copy(pool->attrs->cpumask, cpumask_of(cpu));=0A= 30c: f9428762 ldr x2, [x27, #1288]=0A= pool->cpu =3D cpu;=0A= 310: b900f377 str w23, [x27, #240]=0A= pool->attrs->nice =3D std_nice[i++];=0A= 314: f94003e0 ldr x0, [sp]=0A= 318: f9400284 ldr x4, [x20]=0A= 31c: f9000444 str x4, [x2, #8]=0A= 320: b8404403 ldr w3, [x0], #4=0A= 324: f9428762 ldr x2, [x27, #1288]=0A= 328: f90003e0 str x0, [sp]=0A= mutex_lock(&wq_pool_mutex);=0A= 32c: aa1803e0 mov x0, x24=0A= pool->attrs->nice =3D std_nice[i++];=0A= 330: b9000043 str w3, [x2]=0A= pool->node =3D cpu_to_node(cpu);=0A= 334: b900f77f str wzr, [x27, #244]=0A= mutex_lock(&wq_pool_mutex);=0A= 338: 94000000 bl 0 <_mutex_lock>=0A= BUG_ON(worker_pool_assign_id(pool));=0A= 33c: aa1b03e0 mov x0, x27=0A= 340: 94000000 bl 0 =0A= 344: 35000ee0 cbnz w0, 520 =0A= for_each_cpu_worker_pool(pool, cpu) {=0A= 348: 9118037b add x27, x27, #0x600=0A= mutex_unlock(&wq_pool_mutex);=0A= 34c: aa1803e0 mov x0, x24=0A= 350: 94000000 bl 0 <_mutex_unlock>=0A= 354: 17ffffe5 b 2e8 =0A= return kmem_cache_alloc_trace(=0A= 358: 90000016 adrp x22, 0 =0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 35c: 52901817 mov w23, #0x80c0 // #32960=0A= return kmem_cache_alloc_trace(=0A= 360: 910002d6 add x22, x22, #0x0=0A= unbound_std_wq_attrs[i] =3D attrs;=0A= 364: 910b027b add x27, x19, #0x2c0=0A= ordered_wq_attrs[i] =3D attrs;=0A= 368: 910ac279 add x25, x19, #0x2b0=0A= 36c: d2800014 mov x20, #0x0 // #0=0A= void *ret =3D kmem_cache_alloc(s, flags);=0A= 370: 72a02817 movk w23, #0x140, lsl #16=0A= attrs->no_numa =3D true;=0A= 374: 5280003a mov w26, #0x1 // #1=0A= 378: f9401ec0 ldr x0, [x22, #56]=0A= 37c: 2a1703e1 mov w1, w23=0A= 380: 94000000 bl 0 =0A= 384: aa0003e2 mov x2, x0=0A= if (!attrs)=0A= 388: b4000cc0 cbz x0, 520 =0A= attrs->nice =3D std_nice[i];=0A= 38c: 910043e4 add x4, sp, #0x10=0A= unbound_std_wq_attrs[i] =3D attrs;=0A= 390: f8347b60 str x0, [x27, x20, lsl #3]=0A= 394: f9400303 ldr x3, [x24]=0A= 398: f9000443 str x3, [x2, #8]=0A= 39c: f9401ec0 ldr x0, [x22, #56]=0A= 3a0: 2a1703e1 mov w1, w23=0A= attrs->nice =3D std_nice[i];=0A= 3a4: b874789c ldr w28, [x4, x20, lsl #2]=0A= 3a8: b900005c str w28, [x2]=0A= 3ac: 94000000 bl 0 =0A= if (!attrs)=0A= 3b0: b4000b80 cbz x0, 520 =0A= 3b4: f9400301 ldr x1, [x24]=0A= ordered_wq_attrs[i] =3D attrs;=0A= 3b8: f8347b20 str x0, [x25, x20, lsl #3]=0A= attrs->nice =3D std_nice[i];=0A= 3bc: b900001c str w28, [x0]=0A= 3c0: f9000401 str x1, [x0, #8]=0A= attrs->no_numa =3D true;=0A= 3c4: 3900401a strb w26, [x0, #16]=0A= for (i =3D 0; i < NR_STD_WORKER_POOLS; i++) {=0A= 3c8: b5000074 cbnz x20, 3d4 =0A= 3cc: d2800034 mov x20, #0x1 // #1=0A= 3d0: 17ffffea b 378 =0A= system_wq =3D alloc_workqueue("events", 0, 0);=0A= 3d4: 90000016 adrp x22, 0 =0A= 3d8: 910b4263 add x3, x19, #0x2d0=0A= 3dc: 52800002 mov w2, #0x0 // #0=0A= 3e0: 52800001 mov w1, #0x0 // #0=0A= 3e4: 90000004 adrp x4, 0 =0A= 3e8: 90000000 adrp x0, 0 =0A= 3ec: 91000084 add x4, x4, #0x0=0A= 3f0: 91000000 add x0, x0, #0x0=0A= 3f4: 94000000 bl 7600 <__alloc_workqueue_key>=0A= 3f8: 910002d4 add x20, x22, #0x0=0A= system_highpri_wq =3D alloc_workqueue("events_highpri", WQ_HIGHPRI, 0);=0A= 3fc: 910b6263 add x3, x19, #0x2d8=0A= system_wq =3D alloc_workqueue("events", 0, 0);=0A= 400: f90002c0 str x0, [x22]=0A= system_highpri_wq =3D alloc_workqueue("events_highpri", WQ_HIGHPRI, 0);=0A= 404: 52800002 mov w2, #0x0 // #0=0A= 408: 52800201 mov w1, #0x10 // #16=0A= 40c: 90000004 adrp x4, 0 =0A= 410: 90000000 adrp x0, 0 =0A= 414: 91000084 add x4, x4, #0x0=0A= 418: 91000000 add x0, x0, #0x0=0A= 41c: 94000000 bl 7600 <__alloc_workqueue_key>=0A= 420: f9000680 str x0, [x20, #8]=0A= system_long_wq =3D alloc_workqueue("events_long", 0, 0);=0A= 424: 90000005 adrp x5, 0 =0A= 428: 910b8263 add x3, x19, #0x2e0=0A= 42c: 910000a0 add x0, x5, #0x0=0A= 430: 52800002 mov w2, #0x0 // #0=0A= 434: 52800001 mov w1, #0x0 // #0=0A= 438: 90000004 adrp x4, 0 =0A= 43c: 91000084 add x4, x4, #0x0=0A= 440: 94000000 bl 7600 <__alloc_workqueue_key>=0A= 444: f9000a80 str x0, [x20, #16]=0A= 448: f9400300 ldr x0, [x24]=0A= 44c: 94000000 bl 0 <__sw_hweight64>=0A= system_unbound_wq =3D alloc_workqueue("events_unbound", WQ_UNBOUND,=0A= 450: 531e7400 lsl w0, w0, #2=0A= 454: 7108001f cmp w0, #0x200=0A= 458: 910ba263 add x3, x19, #0x2e8=0A= 45c: 52800041 mov w1, #0x2 // #2=0A= 460: 52804002 mov w2, #0x200 // #512=0A= 464: 90000004 adrp x4, 0 =0A= 468: 1a82a002 csel w2, w0, w2, ge // ge =3D tcont=0A= 46c: 91000084 add x4, x4, #0x0=0A= 470: 90000000 adrp x0, 0 =0A= 474: 91000000 add x0, x0, #0x0=0A= 478: 94000000 bl 7600 <__alloc_workqueue_key>=0A= system_freezable_wq =3D alloc_workqueue("events_freezable",=0A= 47c: 90000005 adrp x5, 0 =0A= 480: 910bc263 add x3, x19, #0x2f0=0A= 484: 52800002 mov w2, #0x0 // #0=0A= 488: 52800081 mov w1, #0x4 // #4=0A= 48c: 90000004 adrp x4, 0 =0A= 490: 91000084 add x4, x4, #0x0=0A= system_unbound_wq =3D alloc_workqueue("events_unbound", WQ_UNBOUND,=0A= 494: f9000e80 str x0, [x20, #24]=0A= system_freezable_wq =3D alloc_workqueue("events_freezable",=0A= 498: 910000a0 add x0, x5, #0x0=0A= 49c: 94000000 bl 7600 <__alloc_workqueue_key>=0A= 4a0: f9001280 str x0, [x20, #32]=0A= system_power_efficient_wq =3D alloc_workqueue("events_power_efficient",=0A= 4a4: 90000005 adrp x5, 0 =0A= 4a8: 910be263 add x3, x19, #0x2f8=0A= 4ac: 52800002 mov w2, #0x0 // #0=0A= 4b0: 52801001 mov w1, #0x80 // #128=0A= 4b4: 910000a0 add x0, x5, #0x0=0A= 4b8: 90000004 adrp x4, 0 =0A= 4bc: 91000084 add x4, x4, #0x0=0A= 4c0: 94000000 bl 7600 <__alloc_workqueue_key>=0A= system_freezable_power_efficient_wq =3D = alloc_workqueue("events_freezable_power_efficient",=0A= 4c4: 90000005 adrp x5, 0 =0A= 4c8: 52801081 mov w1, #0x84 // #132=0A= 4cc: 910c0263 add x3, x19, #0x300=0A= 4d0: 90000004 adrp x4, 0 =0A= 4d4: 52800002 mov w2, #0x0 // #0=0A= 4d8: 91000084 add x4, x4, #0x0=0A= system_power_efficient_wq =3D alloc_workqueue("events_power_efficient",=0A= 4dc: f9001680 str x0, [x20, #40]=0A= system_freezable_power_efficient_wq =3D = alloc_workqueue("events_freezable_power_efficient",=0A= 4e0: 910000a0 add x0, x5, #0x0=0A= 4e4: 94000000 bl 7600 <__alloc_workqueue_key>=0A= 4e8: f9001a80 str x0, [x20, #48]=0A= BUG_ON(!system_wq || !system_highpri_wq || !system_long_wq ||=0A= 4ec: f94002c1 ldr x1, [x22]=0A= 4f0: b4000181 cbz x1, 520 =0A= 4f4: f9400681 ldr x1, [x20, #8]=0A= 4f8: b4000141 cbz x1, 520 =0A= 4fc: f9400a81 ldr x1, [x20, #16]=0A= 500: b4000101 cbz x1, 520 =0A= 504: f9400e81 ldr x1, [x20, #24]=0A= 508: b40000c1 cbz x1, 520 =0A= 50c: f9401281 ldr x1, [x20, #32]=0A= 510: b4000081 cbz x1, 520 =0A= 514: f9401681 ldr x1, [x20, #40]=0A= 518: b4000041 cbz x1, 520 =0A= 51c: b5000040 cbnz x0, 524 =0A= 520: d4210000 brk #0x800=0A= }=0A= 524: f9400fe0 ldr x0, [sp, #24]=0A= 528: f94002a1 ldr x1, [x21]=0A= 52c: ca010001 eor x1, x0, x1=0A= 530: 52800000 mov w0, #0x0 // #0=0A= 534: b4000041 cbz x1, 53c =0A= 538: 94000000 bl 0 <__stack_chk_fail>=0A= 53c: a9427bfd ldp x29, x30, [sp, #32]=0A= 540: a94353f3 ldp x19, x20, [sp, #48]=0A= 544: a9445bf5 ldp x21, x22, [sp, #64]=0A= 548: a94563f7 ldp x23, x24, [sp, #80]=0A= 54c: a9466bf9 ldp x25, x26, [sp, #96]=0A= 550: a94773fb ldp x27, x28, [sp, #112]=0A= 554: 910203ff add sp, sp, #0x80=0A= 558: d65f03c0 ret=0A= ------=_NextPart_000_0003_01DAB735.BEC82B70--