How to build HiKey960 Android from ground zero
来自个人维基
2019年11月21日 (四) 14:15free6d1823(讨论 | 贡献)的版本
example here:
Host: Ubuntu 16.04
Board: Hikey960 Ver B.
Target Linux version: v4.9
Target Android version: R
1. Download: download all source in ~/hikey960 folder
1.1 Download AOSP source
mkdir ~/hikey960 cd ~/hikey960 mkdir android export AOSP_ROOTDIR=~/hikey960/android cd ${AOSP_ROOTDIR} git clone "source to be verified again!!" #download vendor patches wget hisilicon-hikey960-OPR-3c243263.tgz tar -xvf hisilicon-hikey960-OPR-3c243263.tgz #extract to vendor folder. key in "I ACCEPT" in the end ./extract-hisilicon-hikey960.sh #now you have full Hikey AOSP BSP
1.2 Download linux kernel source
cd ~/hikey960 git clone https://github.com/96boards-hikey/linux.git #extrac Linux kernel to ~/hikey960/linux folder tar -xvf hikey-linaro_4.9.tar.gz
1.3 Download new gcc
http://releases.linaro.org/components/toolchain/binaries/latest-7/aarch64-linux-gnu/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz
cd /opt #install gcc in /opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu tar -xvf gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu.tar.xz
2. Build
2.1 Build kernel
export PATH=$PATH:/opt/gcc-linaro-7.4.1-2019.02-x86_64_aarch64-linux-gnu/bin export AOSP_ROOTDIR=~/hikey960/android export KERNEL_DIR=~/hikey960/linux export ARCH=arm64 export CROSS_COMPILE=/aarch64-linux-gnu- cd ${KERNEL_DIR} make distclean make hikey960_defconfig make -j7 Image.gz make hisilicon/hi3660-hikey960.dtb #this is different from some guides cp ${KERNEL_DIR}/arch/arm64/boot/Image.gz-dtb ${AOSP_ROOTDIR}/device/linaro/hikey-kernel/Image.gz-dtb-4.9 cp ${KERNEL_DIR}/arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dtb ${AOSP_ROOTDIR}/device/linaro/hikey-kernel/hi3660-hikey960.dtb-4.9
2.2 Build AOSP
cd ${AOSP_ROOTDIR} . ./build/envsetup lunch hikey960-userdebug make -j24
3. Flash
To enter the fastboot mode:
Connect Type-C USB cable to Host and the board.
On the back of the board, switch 1 on, switch 2 off, switch 3 on.
Power on by plug the 12V DC adaptor
sudo fastboot devices sudo fastboot flash boot boot.img sudo fastboot flash dts dt.img sudo fastboot flash system system.img sudo fastboot flash userdata userdata.img sudo fastboot flash vendor vendor.img
4. Run
Not the sequence here:
(1) Power off the board. (2) Switch 3 off (3) Remove Type-C USB cable. (4) Power on again.
Note that if Type-C USB cable is connected to host, the USB mouse will not be usable.
Boot log
Press ESCAPE for boot options .EFI stub: Booting Linux Kernel... EFI stub: EFI_RNG_PROTOCOL unavailable, no randomness supplied EFI stub: Using DTB from configuration table Failed to handle fs_proto EFI stub: ERROR: Failed initrd from command line! EFI stub: Exiting boot services and installing virtual address map... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.9.176-12953-g7c09ed7-dirty (cj@cj-Latitude-7490) (gcc version 7.4.1 20181213 [linaro-7.4-2019.02 revision 56ec6f6b99cc167ff0c2f8e1a2eed33b1edc85d4] (Linaro GCC 7.4-2019.02) ) #1 SMP PREEMPT Tue Oct 22 11:23:28 CST 2019 [ 0.000000] Boot CPU: AArch64 Processor [410fd034] [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: EFI v2.60 by EDK II [ 0.000000] efi: MEMATTR=0xbc48ea98 [ 0.000000] Ion: base 0xde200000, size is 0x1e00000, node name graphic, heap-name carveout_gralloc namesize 17,[99][97][114][118] [ 0.000000] Ion: insert heap-name carveout_gralloc [ 0.000000] OF: reserved mem: initialized node graphic, compatible id hisi_ion [ 0.000000] Reserved memory: created CMA memory pool at 0x0000000016c00000, size 64 MiB [ 0.000000] OF: reserved mem: initialized node fastboot-cma-mem, compatible id shared-dma-pool [ 0.000000] cma: Reserved 64 MiB at 0x00000000da000000 [ 0.000000] On node 0 totalpages: 1035575 [ 0.000000] DMA zone: 14133 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 904503 pages, LIFO batch:31 [ 0.000000] Normal zone: 2048 pages used for memmap [ 0.000000] Normal zone: 131072 pages, LIFO batch:31 [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] psci: SMC Calling Convention v1.1 [ 0.000000] percpu: Embedded 23 pages/cpu s55448 r8192 d30568 u94208 [ 0.000000] pcpu-alloc: s55448 r8192 d30568 u94208 alloc=23*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for ARM erratum 845719 [ 0.000000] Speculative Store Bypass Disable mitigation not required [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1019394 [ 0.000000] Kernel command line: androidboot.hardware=hikey960 firmware_class.path=/vendor/firmware efi=noruntime init=/init androidboot.boot_devices=soc/ff3b0000.ufs loglevel=15 overlay_mgr.overlay_dt_entry=hardware_cfg_enable_android_fstab buildvariant=userdebug console=ttyAMA6 androidboot.serialno=494DE2B61123DC34 initrd=0x7C00000,0xC247A [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.000000] software IO TLB: mapped [mem 0xd6000000-0xda000000] (64MB) [ 0.000000] Memory: 3796924K/4142300K available (13052K kernel code, 1228K rwdata, 4720K rodata, 3264K init, 1077K bss, 214304K reserved, 131072K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000 ( 250 GB) [ 0.000000] .text : 0x (ptrval) - 0x (ptrval) ( 13056 KB) [ 0.000000] .rodata : 0x (ptrval) - 0x (ptrval) ( 4736 KB) [ 0.000000] .init : 0x (ptrval) - 0x (ptrval) ( 3264 KB) [ 0.000000] .data : 0x (ptrval) - 0x (ptrval) ( 1229 KB) [ 0.000000] .bss : 0x (ptrval) - 0x (ptrval) ( 1078 KB) [ 0.000000] fixed : 0xffffffbefe7fb000 - 0xffffffbefec00000 ( 4116 KB) [ 0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000 ( 16 MB) [ 0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000 ( 4 GB maximum) [ 0.000000] 0xffffffbf00000000 - 0xffffffbf08800000 ( 136 MB actual) [ 0.000000] memory : 0xffffffc000000000 - 0xffffffc220000000 ( 8704 MB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8 [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] GIC: Using split EOI/Deactivate mode [ 0.000000] arm_arch_timer: Architected cp15 timer(s) running at 1.92MHz (phys). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1c570327e, max_idle_ns: 1763180809505 ns [ 0.000005] sched_clock: 56 bits at 1920kHz, resolution 520ns, wraps every 4398046510977ns [ 0.000091] clocksource: arm,sp804: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58334160866034 ns [ 0.000671] Calibrating delay loop (skipped), value calculated using timer frequency.. 3.84 BogoMIPS (lpj=7680) [ 0.000684] pid_max: default: 32768 minimum: 301 [ 0.000810] Security Framework initialized [ 0.000823] SELinux: Initializing. [ 0.000876] SELinux: Starting in permissive mode [ 0.000921] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.000928] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.002551] sched-energy: Sched-energy-costs installed from DT [ 0.002564] CPU0: update cpu_capacity 462 [ 0.011990] ASID allocator initialised with 32768 entries [ 0.032889] EFI runtime services will be disabled. [ 0.080619] Detected VIPT I-cache on CPU1 [ 0.080709] CPU1: update cpu_capacity 462 [ 0.080711] CPU1: Booted secondary processor [410fd034] [ 0.112508] Detected VIPT I-cache on CPU2 [ 0.112539] CPU2: update cpu_capacity 462 [ 0.112541] CPU2: Booted secondary processor [410fd034] [ 0.144552] Detected VIPT I-cache on CPU3 [ 0.144573] CPU3: update cpu_capacity 462 [ 0.144575] CPU3: Booted secondary processor [410fd034] [ 0.178131] Detected VIPT I-cache on CPU4 [ 0.178141] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU4: 0x00000000101122 [ 0.178147] CPU features: Unsupported CPU feature variation detected. [ 0.178172] CPU4: update cpu_capacity 1024 [ 0.178174] CPU4: Booted secondary processor [410fd091] [ 0.208571] Detected VIPT I-cache on CPU5 [ 0.208577] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU5: 0x00000000101122 [ 0.208591] CPU5: update cpu_capacity 1024 [ 0.208593] CPU5: Booted secondary processor [410fd091] [ 0.240611] Detected VIPT I-cache on CPU6 [ 0.240616] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU6: 0x00000000101122 [ 0.240631] CPU6: update cpu_capacity 1024 [ 0.240632] CPU6: Booted secondary processor [410fd091] [ 0.272654] Detected VIPT I-cache on CPU7 [ 0.272658] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64MMFR0_EL1. Boot CPU: 0x00000000001122, CPU7: 0x00000000101122 [ 0.272673] CPU7: update cpu_capacity 1024 [ 0.272674] CPU7: Booted secondary processor [410fd091] [ 0.272738] Brought up 8 CPUs [ 0.272783] SMP: Total of 8 processors activated. [ 0.272790] CPU features: detected feature: 32-bit EL0 Support [ 0.272795] CPU features: detected feature: Kernel page table isolation (KPTI) [ 0.279213] CPU: All CPU(s) started at EL2 [ 0.279241] alternatives: patching kernel code [ 0.279448] CPU7: update max cpu_capacity 1024 [ 0.281632] CPU7: update max cpu_capacity 1024 [ 0.290730] DMI not present or invalid. [ 0.290988] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.291003] futex hash table entries: 2048 (order: 6, 262144 bytes) [ 0.293848] xor: measuring software checksum speed [ 0.333802] 8regs : 3536.000 MB/sec [ 0.373805] 8regs_prefetch: 4163.000 MB/sec [ 0.413831] 32regs : 5485.000 MB/sec [ 0.453857] 32regs_prefetch: 5229.000 MB/sec [ 0.453860] xor: using function: 32regs (5485.000 MB/sec) [ 0.453874] pinctrl core: initialized pinctrl subsystem [ 0.454826] NET: Registered protocol family 16 [ 0.455125] schedtune: init normalization constants... [ 0.455133] schedtune: CLUSTER[0-3] min_pwr: 0 max_pwr: 144 [ 0.455139] schedtune: CPU[0] min_pwr: 0 max_pwr: 502 [ 0.455143] schedtune: CPU[1] min_pwr: 0 max_pwr: 502 [ 0.455148] schedtune: CPU[2] min_pwr: 0 max_pwr: 502 [ 0.455152] schedtune: CPU[3] min_pwr: 0 max_pwr: 502 [ 0.455157] schedtune: CLUSTER[4-7] min_pwr: 0 max_pwr: 433 [ 0.455160] schedtune: CPU[4] min_pwr: 0 max_pwr: 2848 [ 0.455164] schedtune: CPU[5] min_pwr: 0 max_pwr: 2848 [ 0.455168] schedtune: CPU[6] min_pwr: 0 max_pwr: 2848 [ 0.455171] schedtune: CPU[7] min_pwr: 0 max_pwr: 2848 [ 0.455174] schedtune: SYSTEM min_pwr: 0 max_pwr: 13977 [ 0.455179] schedtune: using normalization constants mul: 739642719 sh1: 1 sh2: 13 [ 0.455182] schedtune: verify normalization constants... [ 0.455186] schedtune: max_pwr/2^0: 13977 => norm_pwr: 1024 [ 0.455189] schedtune: max_pwr/2^1: 6988 => norm_pwr: 511 [ 0.455193] schedtune: max_pwr/2^2: 3494 => norm_pwr: 255 [ 0.455196] schedtune: max_pwr/2^3: 1747 => norm_pwr: 127 [ 0.455199] schedtune: max_pwr/2^4: 873 => norm_pwr: 63 [ 0.455202] schedtune: max_pwr/2^5: 436 => norm_pwr: 31 [ 0.455206] schedtune: configured to support 5 boost groups [ 0.470306] cpuidle: using governor ladder [ 0.486312] cpuidle: using governor menu [ 0.486478] vdso: 2 pages (1 code @ (ptrval), 1 data @ (ptrval)) [ 0.486486] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 0.487120] DMA: preallocated 256 KiB pool for atomic allocations [ 0.487177] Serial: AMBA PL011 UART driver [ 0.487359] pstore: using zlib compression [ 0.487753] console [pstore-1] enabled [ 0.487758] pstore: Registered ramoops as persistent store backend [ 0.487764] ramoops: attached 0x100000@0x20a00000, ecc: 0/0 [ 0.502671] hi3660-mbox e896b000.mailbox: Mailbox enabled [ 0.503482] uart-pl011 ffd74000.serial: could not find pctldev for node /soc/pinmux@e896c000/uart3_pmx_func, deferring probe [ 0.503634] uart-pl011 fdf01000.serial: could not find pctldev for node /soc/pinmux@e896c000/uart4_pmx_func, deferring probe [ 0.503781] uart-pl011 fff32000.serial: could not find pctldev for node /soc/pinmux@e896c000/uart6_pmx_func, deferring probe [ 0.534663] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.606029] raid6: int64x1 gen() 1372 MB/s [ 0.674102] raid6: int64x1 xor() 701 MB/s [ 0.742130] raid6: int64x2 gen() 1693 MB/s [ 0.810163] raid6: int64x2 xor() 958 MB/s [ 0.878235] raid6: int64x4 gen() 1898 MB/s [ 0.946276] raid6: int64x4 xor() 1075 MB/s [ 1.014304] raid6: int64x8 gen() 1624 MB/s [ 1.082345] raid6: int64x8 xor() 1028 MB/s [ 1.150415] raid6: neonx1 gen() 2001 MB/s [ 1.218447] raid6: neonx1 xor() 1165 MB/s [ 1.286493] raid6: neonx2 gen() 2974 MB/s [ 1.354524] raid6: neonx2 xor() 1911 MB/s [ 1.422573] raid6: neonx4 gen() 4506 MB/s [ 1.490621] raid6: neonx4 xor() 2621 MB/s [ 1.558670] raid6: neonx8 gen() 4004 MB/s [ 1.626711] raid6: neonx8 xor() 2524 MB/s [ 1.626717] raid6: using algorithm neonx4 gen() 4506 MB/s [ 1.626722] raid6: .... xor() 2621 MB/s, rmw enabled [ 1.626728] raid6: using intx1 recovery algorithm [ 1.626948] ACPI: Interpreter disabled. [ 1.627477] hisi_smmu_probe_lpae, smmu_phy_pgtable_addr is = 321017a0 [ 1.627568] vgaarb: loaded [ 1.627727] SCSI subsystem initialized [ 1.627857] libata version 3.00 loaded. [ 1.627932] ssp-pl022 ffd68000.spi: could not find pctldev for node /soc/pinmux@fff11000/spi2_pmx_func, deferring probe [ 1.627956] ssp-pl022 ff3b3000.spi: could not find pctldev for node /soc/pinmux@ff3b6000/spi3_pmx_func, deferring probe [ 1.628131] usbcore: registered new interface driver usbfs [ 1.628164] usbcore: registered new interface driver hub [ 1.628220] usbcore: registered new device driver usb [ 1.628237] tcpc_class_init_1.1.1_G [ 1.628251] TCPC class init OK [ 1.628260] Init Richtek RegMap [ 1.628358] i2c_designware ffd71000.i2c: could not find pctldev for node /soc/pinmux@fff11000/i2c0_pmx_func, deferring probe [ 1.628379] i2c_designware ffd72000.i2c: could not find pctldev for node /soc/pinmux@fff11000/i2c1_pmx_func, deferring probe [ 1.628401] i2c_designware fdf0b000.i2c: could not find pctldev for node /soc/pinmux@fff11000/i2c7_pmx_func, deferring probe [ 1.628453] Linux video capture interface: v2.00 [ 1.628586] dmi: Firmware registration failed. [ 1.628596] Registered efivars operations [ 1.628678] overlay_mgr: apply hardware_cfg_enable_android_fstab dt entry [ 1.628751] overlay_mgr: overlay_0 overlay applied [ 1.628902] Ion: invalid heap-name in node iommu_info, please check the name [ 1.628910] Ion: invalid heap-name in node linear, please check the name [ 1.628974] Ion: node name [heap_sys_user], heap-name [sys_heap] [ 1.628983] Ion: heap index 0 : name sys_heap base 0x0 size 0x0 id 0 type 0 [ 1.628989] Ion: heap sys_heap base =0, try to find dynamic area [ 1.628994] Ion: name = sys_heap, table name carveout_gralloc [ 1.628999] Ion: name = sys_heap, table name [ 1.629005] Ion: name = sys_heap, table name [ 1.629009] Ion: name = sys_heap, table name [ 1.629014] Ion: name = sys_heap, table name [ 1.629032] Ion: node name [heap_sys_contig], heap-name [sys_contig] [ 1.629039] Ion: heap index 1 : name sys_contig base 0x0 size 0x0 id 1 type 1 [ 1.629044] Ion: heap sys_contig base =0, try to find dynamic area [ 1.629049] Ion: name = sys_contig, table name carveout_gralloc [ 1.629054] Ion: name = sys_contig, table name [ 1.629058] Ion: name = sys_contig, table name [ 1.629062] Ion: name = sys_contig, table name [ 1.629067] Ion: name = sys_contig, table name [ 1.629082] Ion: node name [heap_carveout_gralloc], heap-name [carveout_gralloc] [ 1.629089] Ion: heap index 2 : name carveout_gralloc base 0x0 size 0x0 id 2 type 2 [ 1.629094] Ion: heap carveout_gralloc base =0, try to find dynamic area [ 1.629099] Ion: name = carveout_gralloc, table name carveout_gralloc [ 1.629105] Ion: have found heap name carveout_gralloc base = 0xde200000, size 31457280 [ 1.629120] Ion: node name [heap_camera], heap-name [camera_heap] [ 1.629127] Ion: type name error ion_dma_pool! [ 1.629140] in hisi_ion_enable_iommu start [ 1.629152] get_domain_data_lpae:start_addr 0x40000, size 0xbffc0000 align 0x8000 [ 1.629161] Ion: id 0 name sys_heap base 0 size 0 [ 1.629223] Ion: adding heap sys_heap of type 0 with 0@0 [ 1.629229] Ion: id 1 name sys_contig base 0 size 0 [ 1.629235] ion_heap_create: Heap type is disabled: 1 [ 1.629240] Ion: error add sys_contig of type 1 with 0@0 [ 1.629246] Ion: id 2 name carveout_gralloc base 3726639104 size 31457280 [ 1.633806] Ion: adding heap carveout_gralloc of type 2 with de200000@1e00000 [ 1.634022] Advanced Linux Sound Architecture Driver Initialized. [ 1.634304] Bluetooth: Core ver 2.22 [ 1.634331] NET: Registered protocol family 31 [ 1.634336] Bluetooth: HCI device and connection manager initialized [ 1.634346] Bluetooth: HCI socket layer initialized [ 1.634354] Bluetooth: L2CAP socket layer initialized [ 1.634374] Bluetooth: SCO socket layer initialized [ 1.634629] NetLabel: Initializing [ 1.634635] NetLabel: domain hash size = 128 [ 1.634640] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.634669] NetLabel: unlabeled traffic allowed by default [ 1.635006] clocksource: Switched to clocksource arch_sys_counter [ 1.670933] VFS: Disk quotas dquot_6.6.0 [ 1.671019] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.671331] pnp: PnP ACPI: disabled [ 1.671939] NET: Registered protocol family 2 [ 1.695109] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 1.695238] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 1.695458] TCP: Hash tables configured (established 32768 bind 32768) [ 1.695491] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 1.695540] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 1.695740] NET: Registered protocol family 1 [ 1.695760] PCI: CLS 0 bytes, default 128 [ 1.695922] Trying to unpack rootfs image as initramfs... [ 1.715404] Freeing initrd memory: 776K [ 1.715852] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available [ 1.716054] kvm [1]: 8-bit VMID [ 1.716061] kvm [1]: IDMAP page: d2e000 [ 1.716067] kvm [1]: HYP VA range: 4000000000:7fffffffff [ 1.716655] kvm [1]: Hyp mode initialized successfully [ 1.716711] kvm [1]: vgic-v2@e82b4000 [ 1.716941] kvm [1]: vgic interrupt IRQ1 [ 1.716955] kvm [1]: virtual timer IRQ4 [ 1.719936] audit: initializing netlink subsys (disabled) [ 1.719986] audit: type=2000 audit(1.715:1): initialized [ 1.720263] Initialise system trusted keyrings [ 1.720495] workingset: timestamp_bits=45 max_order=20 bucket_order=0 [ 1.721103] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.721131] Registering sdcardfs 0.1 [ 1.721240] fuse init (API version 7.26) [ 1.721378] 9p: Installing v9fs 9p2000 file system support [ 1.721571] SELinux: Registering netfilter hooks [ 1.724499] Key type asymmetric registered [ 1.724507] Asymmetric key parser 'x509' registered [ 1.724521] io scheduler noop registered [ 1.724541] io scheduler cfq registered (default) [ 1.725120] pinctrl-single e896c000.pinmux: 124 pins at pa (ptrval) size 496 [ 1.725205] pinctrl-single ff37e000.pinmux: 6 pins at pa (ptrval) size 24 [ 1.725288] pinctrl-single ff3b6000.pinmux: 12 pins at pa (ptrval) size 48 [ 1.725360] pinctrl-single ff3fd000.pinmux: 6 pins at pa (ptrval) size 24 [ 1.725455] pinctrl-single fff11000.pinmux: 42 pins at pa (ptrval) size 168 [ 1.725591] pinctrl-single e896c800.pinmux: 128 pins at pa (ptrval) size 512 [ 1.725660] pinctrl-single ff3b6800.pinmux: 6 pins at pa (ptrval) size 24 [ 1.725734] pinctrl-single ff3fd800.pinmux: 6 pins at pa (ptrval) size 24 [ 1.725811] pinctrl-single ff37e800.pinmux: 6 pins at pa (ptrval) size 24 [ 1.725911] pinctrl-single fff11800.pinmux: 47 pins at pa (ptrval) size 188 [ 1.726360] pl061_gpio e8a0b000.gpio: PL061 GPIO chip @0x00000000e8a0b000 registered [ 1.726620] pl061_gpio e8a0c000.gpio: PL061 GPIO chip @0x00000000e8a0c000 registered [ 1.726886] pl061_gpio e8a0d000.gpio: PL061 GPIO chip @0x00000000e8a0d000 registered [ 1.727146] pl061_gpio e8a0e000.gpio: PL061 GPIO chip @0x00000000e8a0e000 registered [ 1.727403] pl061_gpio e8a0f000.gpio: PL061 GPIO chip @0x00000000e8a0f000 registered [ 1.727663] pl061_gpio e8a10000.gpio: PL061 GPIO chip @0x00000000e8a10000 registered [ 1.727921] pl061_gpio e8a11000.gpio: PL061 GPIO chip @0x00000000e8a11000 registered [ 1.728169] pl061_gpio e8a12000.gpio: PL061 GPIO chip @0x00000000e8a12000 registered [ 1.728405] pl061_gpio e8a13000.gpio: PL061 GPIO chip @0x00000000e8a13000 registered [ 1.728658] pl061_gpio e8a14000.gpio: PL061 GPIO chip @0x00000000e8a14000 registered [ 1.728907] pl061_gpio e8a15000.gpio: PL061 GPIO chip @0x00000000e8a15000 registered [ 1.729159] pl061_gpio e8a16000.gpio: PL061 GPIO chip @0x00000000e8a16000 registered [ 1.729424] pl061_gpio e8a17000.gpio: PL061 GPIO chip @0x00000000e8a17000 registered [ 1.729669] pl061_gpio e8a18000.gpio: PL061 GPIO chip @0x00000000e8a18000 registered [ 1.729918] pl061_gpio e8a19000.gpio: PL061 GPIO chip @0x00000000e8a19000 registered [ 1.730168] pl061_gpio e8a1a000.gpio: PL061 GPIO chip @0x00000000e8a1a000 registered [ 1.730410] pl061_gpio e8a1b000.gpio: PL061 GPIO chip @0x00000000e8a1b000 registered [ 1.730656] pl061_gpio e8a1c000.gpio: PL061 GPIO chip @0x00000000e8a1c000 registered [ 1.730918] pl061_gpio ff3b4000.gpio: PL061 GPIO chip @0x00000000ff3b4000 registered [ 1.731174] pl061_gpio ff3b5000.gpio: PL061 GPIO chip @0x00000000ff3b5000 registered [ 1.731427] pl061_gpio e8a1f000.gpio: PL061 GPIO chip @0x00000000e8a1f000 registered [ 1.731686] pl061_gpio e8a20000.gpio: PL061 GPIO chip @0x00000000e8a20000 registered [ 1.731955] pl061_gpio fff0b000.gpio: PL061 GPIO chip @0x00000000fff0b000 registered [ 1.732222] pl061_gpio fff0c000.gpio: PL061 GPIO chip @0x00000000fff0c000 registered [ 1.732478] pl061_gpio fff0d000.gpio: PL061 GPIO chip @0x00000000fff0d000 registered [ 1.732738] pl061_gpio fff0e000.gpio: PL061 GPIO chip @0x00000000fff0e000 registered [ 1.732997] pl061_gpio fff0f000.gpio: PL061 GPIO chip @0x00000000fff0f000 registered [ 1.733261] pl061_gpio fff10000.gpio: PL061 GPIO chip @0x00000000fff10000 registered [ 1.733514] pl061_gpio fff1d000.gpio: PL061 GPIO chip @0x00000000fff1d000 registered [ 1.764563] OF: PCI: host bridge /soc/pcie@f4000000 ranges: [ 1.764578] OF: PCI: MEM 0xf6000000..0xf7ffffff -> 0x00000000 [ 2.765093] Kirin-pcie f4000000.pcie: Link Fail [ 2.765178] Kirin-pcie f4000000.pcie: PCI host bridge to bus 0000:00 [ 2.765188] pci_bus 0000:00: root bus resource [bus 00-01] [ 2.765196] pci_bus 0000:00: root bus resource [mem 0xf6000000-0xf7ffffff] (bus address [0x00000000-0x01ffffff]) [ 2.765230] pci 0000:00:00.0: [19e5:3660] type 01 class 0x060400 [ 2.765262] pci 0000:00:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff] [ 2.765379] pci 0000:00:00.0: supports D1 D2 [ 2.765385] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot [ 2.765596] pci_bus 0000:01: busn_res: can not insert [bus 01-ff] under [bus 00-01] (conflicts with (null) [bus 00-01]) [ 2.765642] pci 0000:00:00.0: BAR 0: assigned [mem 0xf6000000-0xf6ffffff] [ 2.765654] pci 0000:00:00.0: PCI bridge to [bus 01-ff] [ 2.765863] pcieport 0000:00:00.0: Signaling PME through PCIe PME interrupt [ 2.765874] pcie_pme 0000:00:00.0:pcie001: service driver pcie_pme loaded [ 2.765953] aer 0000:00:00.0:pcie002: service driver aer loaded [ 2.767846] k3-dma fdf30000.dma: initialized [ 2.767881] k3-dma e804b000.dma-controller: dma-avail-chan doesn't exist, considering all as available. [ 2.769000] k3-dma e804b000.dma-controller: initialized [ 2.769363] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 2.770358] [drm] Initialized [ 2.770607] [drm] wait for external HDMI bridge driver. [ 2.770719] mali e82c0000.mali: Continuing without Mali regulator control [ 2.771169] mali e82c0000.mali: GPU identified as 0x0 arch 6.0.10 r0p0 status 2 [ 2.771673] mali e82c0000.mali: Using configured power model mali-simple-power-model, and fallback mali-simple-power-model [ 2.772007] mali e82c0000.mali: Probed as mali0 [ 2.777493] brd: module loaded [ 2.779035] Error reading temperature for gpu thermal zone: -22 [ 2.780372] loop: module loaded [ 2.780566] [I/GPIO_HUB] gpio_hub_probe: step in [ 2.780717] [I/GPIO_HUB] gpio_hub_init:gpio hub init status:0 [ 2.782740] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vdd-hba-supply regulator, assuming enabled [ 2.782750] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vcc-supply regulator, assuming enabled [ 2.782757] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq-supply regulator, assuming enabled [ 2.782764] ufshcd-hi3660 ff3b0000.ufs: ufshcd_populate_vreg: Unable to find vccq2-supply regulator, assuming enabled [ 2.804134] scsi host0: ufshcd [ 2.815822] libphy: Fixed MDIO Bus: probed [ 2.815829] tun: Universal TUN/TAP device driver, 1.6 [ 2.815834] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> [ 2.816135] PPP generic driver version 2.4.2 [ 2.816195] PPP BSD Compression module registered [ 2.816201] PPP Deflate Compression module registered [ 2.816224] PPP MPPE Compression module registered [ 2.816230] NET: Registered protocol family 24 [ 2.816407] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 2.816458] usbcore: registered new interface driver pegasus [ 2.816484] usbcore: registered new interface driver rtl8150 [ 2.816513] usbcore: registered new interface driver r8152 [ 2.816543] usbcore: registered new interface driver asix [ 2.816570] usbcore: registered new interface driver ax88179_178a [ 2.816597] usbcore: registered new interface driver cdc_ether [ 2.816623] usbcore: registered new interface driver dm9601 [ 2.816653] usbcore: registered new interface driver CoreChips [ 2.816684] usbcore: registered new interface driver smsc75xx [ 2.816715] usbcore: registered new interface driver smsc95xx [ 2.816741] usbcore: registered new interface driver net1080 [ 2.816769] usbcore: registered new interface driver plusb [ 2.816794] usbcore: registered new interface driver cdc_subset [ 2.816818] usbcore: registered new interface driver zaurus [ 2.816845] usbcore: registered new interface driver MOSCHIP usb-ethernet driver [ 2.816877] usbcore: registered new interface driver cdc_ncm [ 2.817118] [USB3][hisi_dwc3_probe]+ [ 2.817226] [USB3][get_phy_param]eye diagram param: 0x1c466e3 [ 2.817232] [USB3][get_phy_param]eye diagram host param: 0x1c466e3 [ 2.817239] [USB3][get_phy_param]usb3_phy_cr_param: 0xb80 [ 2.817244] [USB3][get_phy_param]usb3_phy_host_cr_param: 0x980 [ 2.817250] [USB3][get_phy_param]usb3_phy_tx_vboost_lvl: 5 [ 2.817270] [USB3][get_resource]this is asic platform (fpga flag 0) [ 2.817275] [USB3][create_attr_file]+ [ 2.817326] [USB3][create_attr_file]- [ 2.817334] [USB3][hi3660_usb3phy_init]+ [ 2.843143] [USB3][config_femtophy_param]set hs phy param 0x1c466e3 for device [ 2.843727] [USB3][config_femtophy_param]set ss phy rx equalization 0xb80 [ 2.844690] [USB3][config_femtophy_param]set ss RX_SCOPE_VDCC 0x1 [ 2.844696] [USB3][config_femtophy_param]set ss phy tx vboost lvl 0x5 [ 2.844702] [USB3][set_hisi_dwc3_power_flag]set hisi_dwc3_power_flag 1 [ 2.844707] [USB3][hi3660_usb3phy_init]- [ 2.845108] [dwc3_otg_init]+ [ 2.845117] DWC3_OCFG: 0x0 [ 2.845122] DWC3_OCTL: 0x40 [ 2.845127] DWC3_OEVT: 0x80000000 [ 2.845132] DWC3_OEVTEN: 0x0 [ 2.845136] DWC3_OSTS: 0x19 [ 2.845142] DWC3_BCFG: 0x0 [ 2.845146] DWC3_BCEVT: 0x0 [ 2.845151] DWC3_BCEVTEN: 0x0 [ 2.845155] [dwc3_otg_init]- [ 2.845177] dwc3 ff100000.dwc3: dwc3_host_init if otg, otg will do device_add. [ 2.846928] [USB3][hisi_dwc3_wake_lock]usb otg wake lock [ 2.846937] [USB3][hisi_dwc3_probe]init state: OFF [ 2.846943] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:1 [ 2.846948] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:1 [ 2.846954] [USB3][hisi_usb_otg_event]event: 1 [ 2.846963] [USB3][hisi_dwc3_probe]- [ 2.846966] [USB3][event_work]+ [ 2.846969] [USB3][handle_event][handle_event] type: 1 [ 2.846973] [dwc3_otg_work]+ [ 2.846973] evt = 4 [ 2.846973] [dwc3_otg_stop_peripheral]+ [ 2.846984] [dwc3_otg_stop_peripheral]- [ 2.846989] [dwc3_suspend_device] + [ 2.847032] [dwc3_suspend_device] - [ 2.847038] [dwc3_otg_work]- [ 2.847043] [USB3][hisi_dwc3_wake_unlock]usb otg wake unlock [ 2.847051] [USB3][handle_event]hisi usb status: DEVICE -> OFF [ 2.847055] [USB3][event_work]- [ 2.847272] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.847279] ehci-pci: EHCI PCI platform driver [ 2.847309] ehci-platform: EHCI generic platform driver [ 2.847401] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.847413] ohci-pci: OHCI PCI platform driver [ 2.847445] ohci-platform: OHCI generic platform driver [ 2.847702] usbcore: registered new interface driver cdc_acm [ 2.847707] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 2.847744] usbcore: registered new interface driver usb-storage [ 2.847801] usbcore: registered new interface driver usbserial [ 2.847825] usbcore: registered new interface driver usbserial_generic [ 2.847850] usbserial: USB Serial support registered for generic [ 2.847877] usbcore: registered new interface driver ftdi_sio [ 2.847898] usbserial: USB Serial support registered for FTDI USB Serial Device [ 2.847922] usbcore: registered new interface driver option [ 2.847943] usbserial: USB Serial support registered for GSM modem (1-port) [ 2.847967] usbcore: registered new interface driver pl2303 [ 2.847987] usbserial: USB Serial support registered for pl2303 [ 2.848011] usbcore: registered new interface driver qcserial [ 2.848032] usbserial: USB Serial support registered for Qualcomm USB modem [ 2.848056] usbcore: registered new interface driver usb_serial_simple [ 2.848078] usbserial: USB Serial support registered for carelink [ 2.848097] usbserial: USB Serial support registered for zio [ 2.848117] usbserial: USB Serial support registered for funsoft [ 2.848138] usbserial: USB Serial support registered for flashloader [ 2.848156] usbserial: USB Serial support registered for google [ 2.848178] usbserial: USB Serial support registered for libtransistor [ 2.848197] usbserial: USB Serial support registered for vivopay [ 2.848218] usbserial: USB Serial support registered for moto_modem [ 2.848242] usbserial: USB Serial support registered for motorola_tetra [ 2.848263] usbserial: USB Serial support registered for novatel_gps [ 2.848285] usbserial: USB Serial support registered for hp4x [ 2.848308] usbserial: USB Serial support registered for suunto [ 2.848327] usbserial: USB Serial support registered for siemens_mpi [ 2.848387] gadgetfs: USB Gadget filesystem, version 24 Aug 2004 [ 2.848393] [I/hisi_pd] pd_dpm_init [ 2.848453] [I/hisi_pd] pd_dpm_probe : +++++++++ [ 2.848494] [I/hisi_pd] pd_dpm_probe ++++ [ 2.848494] [ 2.848638] rt1711h_init (1.1.8_G): initializing... [ 2.848651] rt1711h node found... [ 2.848829] mousedev: PS/2 mouse device common for all mice [ 2.848913] usbcore: registered new interface driver xpad [ 2.848940] usbcore: registered new interface driver usb_acecad [ 2.848968] usbcore: registered new interface driver aiptek [ 2.848996] usbcore: registered new interface driver gtco [ 2.849023] usbcore: registered new interface driver hanwang [ 2.849050] usbcore: registered new interface driver kbtab [ 2.849475] rtc-pl031 fff04000.rtc: rtc core: registered pl031 as rtc0 [ 2.849614] i2c /dev entries driver [ 2.850399] sp805-wdt e8a06000.watchdog: registration successful [ 2.850479] sp805-wdt e8a07000.watchdog: registration successful [ 2.850539] device-mapper: uevent: version 1.0.3 [ 2.850614] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com [ 2.850730] Bluetooth: HCI UART driver ver 2.3 [ 2.850739] Bluetooth: HCI UART protocol H4 registered [ 2.850770] Bluetooth: HCI UART protocol LL registered [ 2.850805] usbcore: registered new interface driver btusb [ 2.852744] sdhci: Secure Digital Host Controller Interface driver [ 2.852751] sdhci: Copyright(c) Pierre Ossman [ 2.852773] Synopsys Designware Multimedia Card Interface Driver [ 2.853169] dwmmc_k3 ff37f000.dwmmc1: fifo-depth property not found, using value of FIFOTH register as default [ 2.855378] dwmmc_k3 ff37f000.dwmmc1: IDMAC supports 64-bit address mode. [ 2.855492] dwmmc_k3 ff37f000.dwmmc1: Using internal DMA controller. [ 2.855506] dwmmc_k3 ff37f000.dwmmc1: Version ID is 270a [ 2.855552] dwmmc_k3 ff37f000.dwmmc1: DW MMC controller at irq 65,32 bit host data width,256 deep fifo [ 2.855818] dwmmc_k3 ff37f000.dwmmc1: Got CD GPIO [ 2.877097] mmc_host mmc0: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 2.896839] dwmmc_k3 ff37f000.dwmmc1: 1 slots initialized [ 2.896986] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default [ 2.899111] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode. [ 2.899164] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller. [ 2.899174] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a [ 2.899202] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 66,32 bit host data width,256 deep fifo [ 2.899354] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.901607] ledtrig-cpu: registered to indicate activity on CPUs [ 2.901670] hidraw: raw HID events driver (C) Jiri Kosina [ 2.902935] usbcore: registered new interface driver usbhid [ 2.902941] usbhid: USB HID core driver [ 2.903217] ashmem: initialized [ 2.903259] nanohub: loaded; ret=0 [ 2.903604] hisi_ddr_devfreq ddr_devfreq: init success [ 2.905533] coresight-etm4x ecc40000.etm: CPU0: Cortex-A53 ETM v4.0 initialized [ 2.905792] coresight-etm4x ecd40000.etm: CPU1: Cortex-A53 ETM v4.0 initialized [ 2.906053] coresight-etm4x ece40000.etm: CPU2: Cortex-A53 ETM v4.0 initialized [ 2.906332] coresight-etm4x ecf40000.etm: CPU3: Cortex-A53 ETM v4.0 initialized [ 2.906617] coresight-etm4x ed440000.etm: CPU4: Cortex-A73 ETM v4.0 initialized [ 2.906906] coresight-etm4x ed540000.etm: CPU5: Cortex-A73 ETM v4.0 initialized [ 2.907219] coresight-etm4x ed640000.etm: CPU6: Cortex-A73 ETM v4.0 initialized [ 2.907511] coresight-etm4x ed740000.etm: CPU7: Cortex-A73 ETM v4.0 initialized [ 2.907668] IFO:<624:VENC_DRV_ModInit>enter VENC_DRV_ModInit() [ 2.907668] [ 2.907835] IFO:<538:VENC_DRV_Probe>VENC_DRV_Probe, omxvenc prepare to probe. [ 2.907835] [ 2.907890] IFO:<492:VENC_DRV_SetupCdev>enter VENC_DRV_SetupCdev() [ 2.907890] [ 2.907960] IFO:<515:VENC_DRV_SetupCdev>exit VENC_DRV_SetupCdev() [ 2.907960] [ 2.907968] IFO:<193:Venc_Regulator_Get>enter Venc_Regulator_Get [ 2.907968] [ 2.907983] e8900000.venc supply ldo_venc not found, using dummy regulator [ 2.908035] get_domain_data_lpae:start_addr 0x8000, size 0xbfff8000 align 0x40000 [ 2.908094] ERR:<175:Venc_GetDtsConfigInfo>get venc qos mode failed set default [ 2.908094] [ 2.908101] IFO:<255:Venc_Regulator_Init>exit Venc_Regulator_Init() [ 2.908101] [ 2.908107] IFO:<584:VENC_DRV_Probe>VENC_DRV_Probe, omxvenc probe ok. [ 2.908107] [ 2.908162] IFO:<538:VENC_DRV_Probe>VENC_DRV_Probe, omxvenc prepare to probe. [ 2.908162] [ 2.908172] IFO:<557:VENC_DRV_Probe>VENC_DRV_Probe, venc device detected already [ 2.908172] [ 2.908206] IFO:<639:VENC_DRV_ModInit>VENC_DRV_ModInit, success [ 2.908206] [ 2.908214] IFO:<643:VENC_DRV_ModInit>exit VENC_DRV_ModInit() [ 2.908214] [ 2.908406] e8800000.vdec supply ldo_vdec not found, using dummy regulator [ 2.908479] get_domain_data_lpae:start_addr 0x8000, size 0xbfff8000 align 0x40000 [ 2.908512] VDEC_Init_ClockRate get g_VdecClkRate_l : 200000000 [ 2.908518] VDEC_Init_ClockRate get g_VdecClkRate_h : 400000000 [ 2.908558] VDEC_Init_ClockRate set VdecClkRate : 400000000 [ 2.908565] VDEC_Regulator_Probe done: IsFPGA : 1, MfdeIrqNum : 59, ScdIrqNum : 60, BpdIrqNum : 61, SmmuIrqNum : 62 [ 2.908673] optee: probing for conduit method from DT. [ 2.908808] optee: initialized driver [ 2.908939] hifi_misc [E][250401]:hifi_check_img_loaded:1617: hifi img is loaded fail: 0xae0a220a. [ 2.909662] hifi pdev name[hifidsp]. [ 2.909888] DRV_IPCIntInit begin. [ 2.909908] DRV_IPCIntInit line = 220 [ 2.909944] BSP_DRV_IPCIntInit end. [ 2.909965] func = mailbox_init, line = 695 baseaddr = 0x8b5f9800 [ 2.910043] mem_remap_type: phys_addr:0x8b5f9800 size:0x00010000 npages:17 vaddr:ffffff8009aa1800 offset:0x00000800 [ 2.910065] i = 0, head_addr = 0xffffff8009aa18f0, data_addr = 0xffffff8009aa4cb0 [ 2.910083] i = 1, head_addr = 0xffffff8009aa1850, data_addr = 0xffffff8009aa1cb0 [ 2.910102] i = 2, head_addr = 0xffffff8009aa1918, data_addr = 0xffffff8009aa4cb0 [ 2.910121] i = 3, head_addr = 0xffffff8009aa1878, data_addr = 0xffffff8009aa34b0 [ 2.910139] <<<<<<<<<<<<<<mailbox_create_box cpu_id = 0>>>>>>>>>>>>>> [ 2.910159] ******************func = mailbox_init_all_handle line = 530 src_id = 1 dst_id = 4****************** [ 2.910179] ******************func = mailbox_init_all_handle line = 530 src_id = 0 dst_id = 4****************** [ 2.910201] ******************func = mailbox_init_all_handle line = 530 src_id = 4 dst_id = 1****************** [ 2.910220] ******************func = mailbox_init_all_handle line = 530 src_id = 4 dst_id = 0****************** [ 2.910611] mb init OK! [ 2.910809] mb->local_id = 0 dst_id = 0 [ 2.911423] usbcore: registered new interface driver snd-usb-audio [ 2.913876] hisi_i2s e804f000.hisi_i2s: Registered as hisi_i2s0 [ 2.914674] u32 classifier [ 2.914694] Actions configured [ 2.914718] Netfilter messages via NETLINK v0.30. [ 2.915073] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 2.915382] ctnetlink v0.93: registering with nfnetlink. [ 2.916208] xt_time: kernel timezone is -0000 [ 2.916398] IPv4 over IPsec tunneling driver [ 2.917584] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.918051] arp_tables: arp_tables: (C) 2002 David S. Miller [ 2.918159] Initializing XFRM netlink socket [ 2.918342] NET: Registered protocol family 10 [ 2.920129] mip6: Mobile IPv6 [ 2.920189] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 2.921822] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.924325] NET: Registered protocol family 17 [ 2.924388] NET: Registered protocol family 15 [ 2.924443] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 2.924707] Bluetooth: RFCOMM TTY layer initialized [ 2.924753] Bluetooth: RFCOMM socket layer initialized [ 2.924816] Bluetooth: RFCOMM ver 1.11 [ 2.924853] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 2.924884] Bluetooth: HIDP socket layer initialized [ 2.924903] 8021q: 802.1Q VLAN Support v1.8 [ 2.925213] 9pnet: Installing 9P2000 support [ 2.925480] Registered cp15_barrier emulation handler [ 2.925495] Registered setend emulation handler [ 2.925856] registered taskstats version 1 [ 2.925865] Loading compiled-in X.509 certificates [ 2.926919] Loaded X.509 cert 'Android: 7e4333f9bba00adfe0ede979e28ed1920492b40f' [ 2.927610] Btrfs loaded, crc32c=crc32c-arm64-hw [ 2.936817] ffd74000.serial: ttyAMA3 at MMIO 0xffd74000 (irq = 21, base_baud = 0) is a PL011 rev2 [ 2.937256] fdf01000.serial: ttyAMA4 at MMIO 0xfdf01000 (irq = 22, base_baud = 0) is a PL011 rev2 [ 2.937397] serial serial0: tty port ttyAMA4 registered [ 2.937545] fff32000.serial: ttyAMA6 at MMIO 0xfff32000 (irq = 23, base_baud = 0) is a PL011 rev2 [ 2.937603] uart-pl011 fdf01000.serial: DMA channel TX dma0chan7 [ 2.937614] uart-pl011 fdf01000.serial: DMA channel RX dma0chan6 [ 3.030493] ufs final power mode: gear = 3, lane = 2, pwr = 1, rate = 2 [ 3.030500] ufshcd-hi3660 ff3b0000.ufs: set TX_EQUALIZER 3.5db [ 3.030520] ufs flash device must set VS_DebugSaveConfigTime 0x10 [ 3.032796] ufshcd-hi3660 ff3b0000.ufs: check TX_EQUALIZER DB value lane0 = 0x1 [ 3.032808] ufshcd-hi3660 ff3b0000.ufs: check TX_EQUALIZER DB value lane1 = 0x1 [ 3.032918] ufshcd-hi3660 ff3b0000.ufs: ufshcd_find_max_sup_active_icc_level: Regulator capability was not set, actvIccLevel=0 [ 3.034073] scsi 0:0:0:49488: Well-known LUN SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.067792] scsi 0:0:0:49456: Well-known LUN SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.103344] hci-ti serial0-0: Direct firmware load for ti-connectivity/TIInit_11.8.32.bts failed with error -2 [ 3.103347] hci-ti serial0-0: Falling back to user helper [ 3.111985] scsi 0:0:0:49476: Well-known LUN SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.196205] scsi 0:0:0:0: Direct-Access SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.251528] sd 0:0:0:0: [sda] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB) [ 3.251831] sd 0:0:0:0: [sda] Write Protect is off [ 3.251835] sd 0:0:0:0: [sda] Mode Sense: 00 32 00 10 [ 3.251930] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.251977] sd 0:0:0:0: [sda] Optimal transfer size 524288 bytes [ 3.252322] scsi 0:0:0:1: Direct-Access SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.253877] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.311750] sd 0:0:0:1: [sdb] 1024 4096-byte logical blocks: (4.19 MB/4.00 MiB) [ 3.311903] scsi 0:0:0:2: Direct-Access SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.312252] sd 0:0:0:1: [sdb] Write Protect is off [ 3.312256] sd 0:0:0:1: [sdb] Mode Sense: 00 32 00 10 [ 3.312340] sd 0:0:0:1: [sdb] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.312386] sd 0:0:0:1: [sdb] Optimal transfer size 524288 bytes [ 3.313991] sd 0:0:0:1: [sdb] Attached SCSI disk [ 3.367908] sd 0:0:0:2: [sdc] 2048 4096-byte logical blocks: (8.39 MB/8.00 MiB) [ 3.368219] sd 0:0:0:2: [sdc] Write Protect is off [ 3.368223] sd 0:0:0:2: [sdc] Mode Sense: 00 32 00 10 [ 3.368316] sd 0:0:0:2: [sdc] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.368365] sd 0:0:0:2: [sdc] Optimal transfer size 524288 bytes [ 3.370125] Alternate GPT is invalid, using primary GPT. [ 3.370139] sdc: sdc1 [ 3.371016] random: fast init done [ 3.371113] sd 0:0:0:2: [sdc] Attached SCSI disk [ 3.372356] scsi 0:0:0:3: Direct-Access SKhynix H28U62301AMR H109 PQ: 0 ANSI: 6 [ 3.411452] sd 0:0:0:3: [sdd] 7805952 4096-byte logical blocks: (32.0 GB/29.8 GiB) [ 3.411731] sd 0:0:0:3: [sdd] Write Protect is off [ 3.411735] sd 0:0:0:3: [sdd] Mode Sense: 00 32 00 10 [ 3.411819] sd 0:0:0:3: [sdd] Write cache: enabled, read cache: enabled, supports DPO and FUA [ 3.411863] sd 0:0:0:3: [sdd] Optimal transfer size 524288 bytes [ 3.413265] Alternate GPT is invalid, using primary GPT. [ 3.413291] sdd: sdd1 sdd2 sdd3 sdd4 sdd5 sdd6 sdd7 sdd8 sdd9 sdd10 sdd11 sdd12 sdd13 [ 3.415680] sd 0:0:0:3: [sdd] Attached SCSI disk [ 6.707382] console [ttyAMA6] enabled [ 6.711885] ssp-pl022 ffd68000.spi: ARM PL022 driver, device ID: 0x00041022 [ 6.718963] ssp-pl022 ffd68000.spi: mapped registers from 0x00000000ffd68000 to (ptrval) [ 6.727831] ssp-pl022 ffd68000.spi: setup for DMA on RX dma0chan0, TX dma0chan1 [ 6.735885] ssp-pl022 ff3b3000.spi: ARM PL022 driver, device ID: 0x00041022 [ 6.742922] ssp-pl022 ff3b3000.spi: mapped registers from 0x00000000ff3b3000 to (ptrval) [ 6.751765] ssp-pl022 ff3b3000.spi: setup for DMA on RX dma0chan2, TX dma0chan3 [ 6.760683] rt1711_i2c_probe [ 6.763606] I2C functionality : OK... [ 6.771134] rt_parse_dt [ 6.773599] rt1711h_chipID = 0x2171 [ 6.777151] regmap_device_register: name = rt1711-4e [ 6.782187] rt_regmap_rt1711-4e: rt register cache data init [ 6.787946] rt_regmap_rt1711-4e: cache cata init successfully [ 6.793904] tcpc_device_register register tcpc device (type_c_port0) [ 6.800366] [I/hisi_pd] tcpc_device_register register_pd_wake_unlock_notifier OK [ 6.807771] PD Timer number = 37 [ 6.811507] tcpci_timer_init : init OK [ 6.815719] pd_parse_pdata [ 6.818442] pd_parse_pdata src pdo data = [ 6.822459] pd_parse_pdata 0: 0x00019064 [ 6.826392] pd_parse_pdata snk pdo data = [ 6.830408] pd_parse_pdata 0: 0x000190c8 [ 6.834338] pd_parse_pdata 1: 0x0002d0c8 [ 6.838267] pd_parse_pdata id vdos data = [ 6.842281] pd_parse_pdata 0: 0xd00029cf [ 6.846207] pd_parse_pdata 1: 0x00000000 [ 6.850134] pd_parse_pdata 2: 0x00010000 [ 6.854065] dpm_caps: local_dr_power [ 6.857645] dpm_caps: local_dr_data [ 6.861139] dpm_caps: local_ext_power [ 6.864804] dpm_caps: local_usb_comm [ 6.868384] dpm_caps: local_usb_suspend [ 6.872226] dpm_caps: local_high_cap [ 6.875805] dpm_caps: local_give_back [ 6.879472] dpm_caps: local_no_suspend [ 6.883227] dpm_caps: local_vconn_supply [ 6.887153] dpm_caps: attemp_discover_cable_dfp [ 6.891700] dpm_caps: attemp_enter_dp_mode [ 6.895803] dpm_caps: attemp_discover_cable [ 6.899992] dpm_caps: attemp_discover_id [ 6.903920] dpm_caps: pr_reject_as_source [ 6.907935] dpm_caps: pr_reject_as_sink [ 6.911777] dpm_caps: pr_check_gp_source [ 6.915705] dpm_caps: pr_check_gp_sink [ 6.919458] dpm_caps: dr_reject_as_dfp [ 6.923211] dpm_caps: dr_reject_as_ufp [ 6.926956] dpm_caps: snk_prefer_low_voltage [ 6.931230] dpm_caps: snk_ignore_mismatch_current [ 6.935939] dpm_caps = 0xc010c10b [ 6.939258] [I/hisi_pd] PE:pd_core_init [ 6.944640] rt1711_init_alert name = type_c_port0 [ 6.949354] rt1711_init_alert gpio # = 291 [ 6.953482] GPIO requested... [ 6.956458] rt1711_init_alert : IRQ number = 300 [ 6.961081] rt1711_init_alert : irq initialized... [ 6.966339] IRQF_NO_THREAD Test [ 6.971117] [I/hisi_pd] [TCPC-I]SkipAlert:0x0000 [ 6.975836] [I/hisi_pd] TPC-I:typec_init: DRP [ 7.031115] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!+++++++++++ [ 7.038515] [E/hisi_pd] typec_wait_ps_change: typec_wait_ps_change!!!----------- [ 7.045916] [E/hisi_pd] typec_unattached_power_entry:!!!+++++++++++ [ 7.053594] [E/hisi_pd] tcpci_disable_vbus_control: !!!++++++++ [ 7.059525] [E/hisi_pd] pd_dpm_handle_pe_event:!!!,event=0,+++ [ 7.065364] [E/hisi_pd] typec_unattached_power_entry:!!!----------- [ 7.071646] [E/GPIO_HUB] gpio_hub_switch_to_hub: switch to hub [ 7.077489] [I/GPIO_HUB] gpio_hub_change_typec_power: set typec vbus gpio to 0 [ 7.084728] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:1 [ 7.090478] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:1 [ 7.096578] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in:2 [ 7.102328] [USB3][hisi_usb_otg_event]hisi_usb_otg_event in otg:2 [ 7.108464] [USB3][hisi_usb_otg_event]event: 2 [ 7.112925] [I/hisi_pd] TPC-I:** Unattached.SNK [ 7.113161] [USB3][event_work]+ [ 7.113167] [USB3][handle_event][handle_event] type: 2 [ 7.113171] [USB3][set_vbus_power]set port power 1 [ 7.113181] [dwc3_otg_work]+ [ 7.113181] evt = 2 [ 7.113181] [dwc3_resume_device] + [ 7.113322] [dwc3_resume_device] - [ 7.113325] [dwc3_otg_start_host]+ [ 7.113743] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 7.113763] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1 [ 7.114348] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe65 hci version 0x110 quirks 0x00010010 [ 7.114392] xhci-hcd xhci-hcd.0.auto: irq 346, io mem 0xff100000 [ 7.115859] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 7.115865] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.115869] usb usb1: Product: xHCI Host Controller [ 7.115872] usb usb1: Manufacturer: Linux 4.9.176-12953-g7c09ed7-dirty xhci-hcd [ 7.115877] usb usb1: SerialNumber: xhci-hcd.0.auto [ 7.116495] hub 1-0:1.0: USB hub found [ 7.116538] hub 1-0:1.0: 1 port detected [ 7.117103] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller [ 7.117111] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2 [ 7.117204] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. [ 7.117344] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 [ 7.117349] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 7.117353] usb usb2: Product: xHCI Host Controller [ 7.117357] usb usb2: Manufacturer: Linux 4.9.176-12953-g7c09ed7-dirty xhci-hcd [ 7.117360] usb usb2: SerialNumber: xhci-hcd.0.auto [ 7.117679] hub 2-0:1.0: USB hub found [ 7.117703] hub 2-0:1.0: 1 port detected [ 7.117916] [dwc3_otg_start_host]- [ 7.117919] [dwc3_otg_work]- [ 7.117923] [USB3][hisi_dwc3_wake_lock]usb otg wake lock [ 7.117929] [USB3][handle_event]hisi usb_status: OFF -> HOST [ 7.117931] [USB3][event_work]- [ 7.294640] tcpc_device_irq_enable : tcpc irq enable OK! [ 7.297558] [I/hisi_pd] [TCPC-I]ps_change=1 [ 7.304231] rt1711_i2c_probe probe OK! [ 7.320102] [drm] dss irq = 80.[ 7.323142] [drm] dss_pri_clk:[400000000]->[400000000]. [ 7.328491] [drm] dss_pxl0_clk:[144000000]->[144000000]. [ 7.333819] get_domain_data_lpae:start_addr 0x8000, size 0xbfff8000 align 0x40000 [ 7.341846] [drm] host attach, client name=[adv7533], id=0 [ 7.347519] kirin-drm e8600000.dpe: bound e8601000.dsi (ops dsi_ops) [ 7.353889] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 7.360518] [drm] No driver support for vblank timestamp query. [ 7.368660] [drm] client change to HDMI [ 7.372507] [drm] num_crtc=1, num_connector=1. [ 7.376970] [drm:drm_helper_disable_unused_functions] *ERROR* Called for atomic driver, this is not what you want. [ 7.443314] usb 1-1: new high-speed USB device number 2 using xhci-hcd [ 7.595146] usb 1-1: New USB device found, idVendor=0424, idProduct=2734 [ 7.601871] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 7.609022] usb 1-1: Product: USB2734 [ 7.612698] usb 1-1: Manufacturer: Microchip Tech [ 7.623509] kirin-drm e8600000.dpe: fb0: dss frame buffer device [ 7.629407] hub 1-1:1.0: USB hub found [ 7.629471] hub 1-1:1.0: 5 ports detected [ 7.651827] [drm] Initialized kirin 1.0.0 20170309 on minor 0 [ 7.658571] dwmmc_k3 ff3ff000.dwmmc2: fifo-depth property not found, using value of FIFOTH register as default [ 7.670924] dwmmc_k3 ff3ff000.dwmmc2: IDMAC supports 64-bit address mode. [ 7.677856] dwmmc_k3 ff3ff000.dwmmc2: Using internal DMA controller. [ 7.684317] dwmmc_k3 ff3ff000.dwmmc2: Version ID is 270a [ 7.689670] dwmmc_k3 ff3ff000.dwmmc2: DW MMC controller at irq 66,32 bit host data width,128 deep fifo [ 7.712032] usb 2-1: new SuperSpeed USB device number 2 using xhci-hcd [ 7.738478] usb 2-1: New USB device found, idVendor=0424, idProduct=5734 [ 7.745227] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=0 [ 7.752376] usb 2-1: Product: USB5734 [ 7.756063] usb 2-1: Manufacturer: Microchip Tech [ 7.773691] hub 2-1:1.0: USB hub found [ 7.777484] hub 2-1:1.0: 4 ports detected [ 7.801428] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0) [ 7.827160] dwmmc_k3 ff3ff000.dwmmc2: 1 slots initialized [ 7.834419] hisi_i2s e804f000.hisi_i2s: Failed to get DMA channel capabilities, falling back to period counting: -6 [ 7.844916] asoc-simple-card soc:sound: hdmi-hifi.0 <-> hisi_i2s2 mapping ok [ 7.852430] hisi_i2s_plat soc:hisi_i2s_plat: Failed to get DMA channel capabilities, falling back to period counting: -6 [ 7.863627] hisi_i2s_plat soc:hisi_i2s_plat: Failed to get DMA channel capabilities, falling back to period counting: -6 [ 7.874527] asoc-simple-card soc:sound: virtual-dai <-> hisi_i2s0 mapping ok [ 7.883686] otg_wakelock_init: No USB transceiver found [ 7.888138] dwmmc_k3 ff3ff000.dwmmc2: card claims to support voltages below defined range [ 7.897734] input: keys as /devices/platform/keys/input/input0 [ 7.899043] mmc_host mmc1: Bus speed (slot 0) = 25000000Hz (slot req 25000000Hz, actual 25000000HZ div = 0) [ 7.900873] mmc1: new SDIO card at address 0001 [ 7.905940] wl18xx_driver wl18xx.2.auto: Direct firmware load for ti-connectivity/wl18xx-conf.bin failed with error -2 [ 7.905944] wl18xx_driver wl18xx.2.auto: Falling back to user helper [ 7.935372] rtc-pl031 fff04000.rtc: setting system clock to 1970-01-01 00:00:14 UTC (14) [ 7.943708] ALSA device list: [ 7.946669] #0: hikey-sndcard [ 7.949983] uart-pl011 fff32000.serial: no DMA platform data [ 7.951070] usb 1-1.5: new high-speed USB device number 3 using xhci-hcd [ 7.963331] Freeing unused kernel memory: 3264K [ 7.971978] init: init first stage started! [ 7.976764] init: Using Android DT directory /proc/device-tree/firmware/android/ [ 7.994007] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/platform/soc/ff3b0000.ufs/by-name/system [ 8.007415] EXT4-fs (sdd10): mounted filesystem without journal. Opts: [ 8.014116] init: [libfs_mgr]__mount(source=/dev/block/platform/soc/ff3b0000.ufs/by-name/system,target=/system,type=ext4)=0: Success [ 8.026186] init: Switching root to '/system' [ 8.032363] init: [libfs_mgr]superblock s_max_mnt_count:65535,/dev/block/platform/soc/ff3b0000.ufs/by-name/vendor [ 8.045077] EXT4-fs (sdd11): mounted filesystem without journal. Opts: [ 8.051706] init: [libfs_mgr]__mount(source=/dev/block/platform/soc/ff3b0000.ufs/by-name/vendor,target=/vendor,type=ext4)=0: Success [ 8.051717] usb 1-1.5: New USB device found, idVendor=0424, idProduct=2740 [ 8.051721] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 8.051725] usb 1-1.5: Product: Hub Controller [ 8.051727] usb 1-1.5: Manufacturer: Microchip Tech [ 8.088489] init: Skipped setting INIT_AVB_VERSION (not in recovery mode) [ 8.100312] random: init: uninitialized urandom read (40 bytes read) [ 8.143529] random: init: uninitialized urandom read (40 bytes read) [ 8.157291] init: Loading SELinux policy [ 8.168072] SELinux: 8192 avtab hash slots, 22437 rules. [ 8.177430] SELinux: 8192 avtab hash slots, 22437 rules. [ 8.182763] SELinux: 1 users, 4 roles, 1366 types, 0 bools, 1 sens, 1024 cats [ 8.190005] SELinux: 97 classes, 22437 rules [ 8.195804] SELinux: Completing initialization. [ 8.200426] SELinux: Setting up existing superblocks. [ 8.259869] audit: type=1403 audit(14.819:2): policy loaded auid=4294967295 ses=4294967295 [ 8.268330] selinux: SELinux: Loaded policy from /vendor/etc/selinux/precompiled_sepolicy [ 8.268330] [ 8.278673] audit: type=1404 audit(14.839:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295 [ 8.305153] selinux: SELinux: Loaded file_contexts [ 8.305153] [ 8.314553] random: init: uninitialized urandom read (40 bytes read) [ 8.332315] init: init second stage started! [ 8.345888] init: Using Android DT directory /proc/device-tree/firmware/android/ [ 8.354789] selinux: SELinux: Loaded file_contexts [ 8.354789] [ 8.361073] init: Running restorecon... [ 8.369826] selinux: avc: denied { set } for property=android.car.hvac.demo pid=1 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=0 [ 8.369826] [ 8.388794] init: Do not have permissions to set 'android.car.hvac.demo' to 'true' in property file '/vendor/build.prop': SELinux permission check failed [ 8.402610] selinux: avc: denied { set } for property=persist.bluetooth.enablenewavrcp pid=1 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:bluetooth_prop:s0 tclass=property_service permissive=0 [ 8.402610] [ 8.422697] init: Do not have permissions to set 'persist.bluetooth.enablenewavrcp' to 'false' in property file '/vendor/build.prop': SELinux permission check failed [ 8.437497] selinux: avc: denied { set } for property=fmas.spkr_6ch pid=1 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:default_prop:s0 tclass=property_service permissive=0 [ 8.437497] [ 8.455758] init: Do not have permissions to set 'fmas.spkr_6ch' to '35,20,110' in property file '/vendor/build.prop': SELinux permission check failed [ 8.607361] ueventd: ueventd started! [ 8.612106] selinux: SELinux: Loaded file_contexts [ 8.612106] [ 8.612769] apexd: Bootstrap subcommand detected [ 8.623094] ueventd: Parsing file /ueventd.rc... [ 8.628122] ueventd: Parsing file /vendor/ueventd.rc... [ 8.633549] ueventd: Parsing file /odm/ueventd.rc... [ 8.638536] ueventd: Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory [ 8.648289] ueventd: Parsing file /ueventd.hikey960.rc... [ 8.653695] ueventd: Unable to read config file '/ueventd.hikey960.rc': open() failed: No such file or directory [ 8.730705] hisi_thermal fff30000.tsensor: THERMAL ALARM: 65575 > 65000 [ 8.757378] ueventd: firmware: loading 'ti-connectivity/TIInit_11.8.32.bts' for '/devices/platform/soc/fdf01000.serial/serial0/serial0-0/firmware/ti-connectivity!TIInit_11.8.32.bts' [ 8.759738] ueventd: firmware: loading 'ti-connectivity/wl18xx-conf.bin' for '/devices/platform/soc/ff3ff000.dwmmc2/mmc_host/mmc1/mmc1:0001/mmc1:0001:2/wl18xx.2.auto/firmware/ti-connectivity!wl18xx-conf.bin' [ 8.760867] apexd: wait for '/dev/loop-control' took 142ms [ 8.761018] apexd: Pre-allocated 8 loopback devices [ 8.761138] apexd: Scanning /system/apex for embedded keys [ 8.763291] apexd: Scanning /system/apex looking for APEX packages. [ 8.763488] apexd: Found /system/apex/com.android.runtime.debug.apex [ 8.822029] Bluetooth: hci0: change remote baud rate command in firmware [ 8.854274] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null) [ 8.862498] apexd: Successfully mounted package /system/apex/com.android.runtime.debug.apex on /apex/com.android.runtime@1 [ 8.875082] apexd: Found /system/apex/com.android.apex.cts.shim.apex [ 8.882084] apexd: Skipped when bootstrapping [ 8.886816] apexd: Found /system/apex/com.android.neuralnetworks.apex [ 8.901537] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 8.963332] EXT4-fs (loop1): mounted filesystem without journal. Opts: (null) [ 8.975560] apexd: 9 output lines suppressed due to ratelimiting [ 9.011598] wlcore: wl18xx HW: 183x or 180x, PG 2.2 (ROM 0x11) [ 9.013840] Registered swp emulation handler [ 9.040361] wlcore: loaded [ 9.058483] logd.auditd: start [ 9.061576] logd.klogd: 9058576040 [ 9.066374] EXT4-fs (sdd13): Ignoring removed nomblk_io_submit option [ 9.068355] watchdogd: watchdogd started (interval 10, margin 20)! [ 9.097601] hisi_thermal fff30000.tsensor: THERMAL ALARM: 66600 > 65000 [ 9.208984] EXT4-fs (sdd13): recovery complete [ 9.213719] EXT4-fs (sdd13): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit [ 9.266008] type=1400 audit(15.823:4): avc: denied { read } for comm="e2fsck" name="sdd13" dev="tmpfs" ino=14384 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=0 [ 9.266625] e2fsck: e2fsck 1.44.4 (18-Aug-2018) [ 9.266625] [ 9.266638] e2fsck: /system/bin/e2fsck: Permission denied while trying to open /dev/block/by-name/userdata [ 9.266638] [ 9.266642] e2fsck: [ 9.266642] [ 9.266646] e2fsck: You must have r/w access to the filesystem or be root [ 9.266646] [ 9.266652] e2fsck: e2fsck terminated by exit(8) [ 9.266652] [ 9.308380] EXT4-fs (sdd13): mounted filesystem with ordered data mode. Opts: discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 [ 9.331483] type=1400 audit(15.823:5): avc: denied { read write } for comm="e2fsck" name="sdd13" dev="tmpfs" ino=14384 scontext=u:r:fsck:s0 tcontext=u:object_r:block_device:s0 tclass=blk_file permissive=0 [ 9.350026] type=1400 audit(15.891:6): avc: denied { write } for comm="init" name="sched_features" dev="debugfs" ino=9219 scontext=u:r:vendor_init:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=0 [ 9.368466] type=1400 audit(15.891:7): avc: denied { write } for comm="init" name="sched_cstate_aware" dev="proc" ino=13370 scontext=u:r:vendor_init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=0 [ 9.386792] type=1400 audit(15.891:8): avc: denied { write } for comm="init" name="sched_sync_hint_enable" dev="proc" ino=13371 scontext=u:r:vendor_init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=0 [ 9.409031] apexd: Marking APEXd as starting [ 9.413705] apexd: Scanning /system/apex for embedded keys [ 9.419561] apexd: Found bundled key in package /system/apex/com.android.runtime.debug.apex [ 9.428555] apexd: Found bundled key in package /system/apex/com.android.apex.cts.shim.apex [ 9.437069] apexd: Found bundled key in package /system/apex/com.android.neuralnetworks.apex [ 9.445653] apexd: Found bundled key in package /system/apex/com.android.resolv.apex [ 9.453573] apexd: Found bundled key in package /system/apex/com.android.tzdata.apex [ 9.461666] apexd: Found bundled key in package /system/apex/com.android.conscrypt.apex [ 9.469809] apexd: Scanning /product/apex for embedded keys [ 9.475419] apexd: ... does not exist. Skipping [ 9.533343] EXT4-fs (loop2): mounted filesystem without journal. Opts: (null) [ 9.541533] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 9.625795] EXT4-fs (loop3): mounted filesystem without journal. Opts: (null) [ 9.701436] EXT4-fs (loop4): mounted filesystem without journal. Opts: (null) [ 9.777402] EXT4-fs (loop5): mounted filesystem without journal. Opts: (null) [ 9.855449] EXT4-fs (loop6): mounted filesystem without journal. Opts: (null) [ 9.935025] EXT4-fs (loop7): mounted filesystem without journal. Opts: (null) [ 9.984054] vdc: Waited 0ms for vold [ 10.172866] type=1400 audit(16.731:9): avc: denied { setattr } for comm="init" name="media" dev="sdd13" ino=449681 scontext=u:r:vendor_init:s0 tcontext=u:object_r:media_rw_data_file:s0 tclass=dir permissive=0 [ 10.191882] type=1400 audit(16.735:10): avc: denied { write } for comm="init" name="misc" dev="sdd13" ino=425153 scontext=u:r:vendor_init:s0 tcontext=u:object_r:system_data_file:s0 tclass=dir permissive=0 [ 10.195089] logd.daemon: reinit [ 10.266695] hisi_thermal fff30000.tsensor: THERMAL ALARM: 67010 > 65000 [ 10.310288] healthd: No battery devices found [ 10.317103] healthd: battery none chg= [ 10.341333] CPU7: update max cpu_capacity 782 [ 10.357165] [drm] mode->clock(org) = 148500 [ 10.357168] [drm] dss_pxl0_clk = 144000 [ 10.364528] file system registered [ 10.371489] CPU5: update max cpu_capacity 915 [ 10.425939] [drm] Expected : lane_clock = 864 M [ 10.425942] [drm] Config : lane_clock = 864000000 [ 10.425947] [drm] PHY clock_lane and data_lane config : [ 10.425947] rg_vrefsel_vcm=85 [ 10.425947] clk_pre_delay=0 [ 10.425947] clk_post_delay=41 [ 10.425947] clk_t_hs_prepare=10 [ 10.425947] clk_t_lpx=13 [ 10.425947] clk_t_hs_zero=27 [ 10.425947] clk_t_hs_trial=10 [ 10.425947] data_pre_delay=61 [ 10.425947] data_post_delay=0 [ 10.425947] data_t_hs_prepare=9 [ 10.425947] data_t_lpx=13 [ 10.425947] data_t_hs_zero=12 [ 10.425947] data_t_hs_trial=12 [ 10.425947] data_t_ta_go=4 [ 10.425947] data_t_ta_get=5 [ 10.425949] [drm] clk_lane_lp2hs_time=63 [ 10.425949] clk_lane_hs2lp_time=58 [ 10.425949] data_lane_lp2hs_time=104 [ 10.425949] data_lane_hs2lp_time=19 [ 10.425949] phy_stop_wait_time=53 [ 10.426176] [drm] hsa_time=33, hbp_time=111, hline_time=1650 [ 10.426177] [drm] lane_byte_clk=108000000, pixel_clk=144000000 [ 10.426188] [drm] dsi_mipi_init ok [ 10.436858] CPU6: update max cpu_capacity 1024 [ 10.467409] CPU6: update max cpu_capacity 915 [ 10.499323] CPU4: update max cpu_capacity 1024 [ 10.539008] CPU4: update max cpu_capacity 915 console:/ $ [ 10.840344] read descriptors [ 10.840388] CPU5: update max cpu_capacity 1024 [ 10.852161] read strings [ 10.866664] dwc3 ff100000.dwc3: failed to enable ep0out [ 10.869252] CPU5: update max cpu_capacity 782 [ 10.893352] CPU5: update max cpu_capacity 616 [ 10.968906] CPU6: update max cpu_capacity 782 [ 11.012197] capability: warning: `main' uses 32-bit capabilities (legacy support in use) [ 11.015029] CPU6: update max cpu_capacity 616 [ 11.028830] CPU4: update max cpu_capacity 782 [ 11.055017] CPU7: update max cpu_capacity 915 [ 11.731310] random: crng init done [ 11.734736] random: 7 urandom warning(s) missed due to ratelimiting [ 12.569741] healthd: battery none chg= [ 12.575166] healthd: battery none chg= [ 12.582373] healthd: battery none chg= [ 12.635011] CPU4: update max cpu_capacity 1024 [ 12.671011] CPU4: update max cpu_capacity 915 [ 12.731009] CPU6: update max cpu_capacity 1024 [ 12.775016] CPU6: update max cpu_capacity 915 [ 12.798009] CPU4: update max cpu_capacity 1024 [ 12.967014] CPU4: update max cpu_capacity 915 [ 13.013618] read descriptors [ 13.013625] read strings [ 13.013665] read descriptors [ 13.013668] read strings [ 13.019394] acc_open [ 13.019401] acc_release [ 13.159011] CPU6: update max cpu_capacity 1024 [ 13.195021] CPU6: update max cpu_capacity 782 [ 13.240168] sdcardfs version 2.0 [ 13.240173] sdcardfs: dev_name -> /data/media [ 13.240177] sdcardfs: options -> fsuid=1023,fsgid=1023,multiuser,derive_gid,default_normal,mask=6,userid=0,gid=1015 [ 13.240183] sdcardfs: mnt -> 000000007aed0a21 [ 13.240257] sdcardfs: mounted on top of /data/media type ext4 [ 13.241787] Remount options were mask=23,gid=9997 for vfsmnt 0000000086674b77. [ 13.241801] sdcardfs : options - debug:1 [ 13.241805] sdcardfs : options - gid:9997 [ 13.241807] sdcardfs : options - mask:23 [ 13.242627] Remount options were mask=7,gid=9997 for vfsmnt 00000000c80bb96b. [ 13.242635] sdcardfs : options - debug:1 [ 13.242638] sdcardfs : options - gid:9997 [ 13.242640] sdcardfs : options - mask:7 [ 13.243548] Remount options were mask=7,gid=9997 for vfsmnt 000000002aa36328. [ 13.243561] sdcardfs : options - debug:1 [ 13.243565] sdcardfs : options - gid:9997 [ 13.243567] sdcardfs : options - mask:7 [ 13.251028] CPU7: update max cpu_capacity 1024 [ 13.426223] VDEC_Regulator_Enable, call regulator_enable [ 13.444291] VDEC_Regulator_Disable, call regulator_disable [ 13.444305] exit omxvdec_release , open_count : 0 [ 13.458793] VDEC_Regulator_Enable, call regulator_enable [ 13.469422] VDEC_Regulator_Disable, call regulator_disable [ 13.475159] exit omxvdec_release , open_count : 0 [ 13.477227] VDEC_Regulator_Enable, call regulator_enable [ 13.479016] CPU7: update max cpu_capacity 616 [ 13.480069] VDEC_Regulator_Disable, call regulator_disable [ 13.480080] exit omxvdec_release , open_count : 0 [ 13.481578] VDEC_Regulator_Enable, call regulator_enable [ 13.483503] VDEC_Regulator_Disable, call regulator_disable [ 13.483512] exit omxvdec_release , open_count : 0 [ 13.486897] VDEC_Regulator_Enable, call regulator_enable [ 13.488698] VDEC_Regulator_Disable, call regulator_disable [ 13.488707] exit omxvdec_release , open_count : 0 [ 13.507015] CPU6: update max cpu_capacity 782 [ 13.603023] CPU6: update max cpu_capacity 1024 [ 13.641596] binder: unexpected work type, 4, not freed [ 13.643025] CPU6: update max cpu_capacity 915 [ 13.653434] binder: undelivered TRANSACTION_COMPLETE [ 13.653449] binder: undelivered transaction 7148, process died. [ 13.771038] CPU6: update max cpu_capacity 782 [ 13.907025] CPU6: update max cpu_capacity 616 [ 13.971020] CPU7: update max cpu_capacity 782 [ 14.055004] CPU6: update max cpu_capacity 915 [ 14.071738] binder: send failed reply for transaction 11378 to 2746:2746 [ 14.095132] type=1400 audit(1571815122.431:35): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.116679] type=1400 audit(1571815122.435:36): avc: denied { write } for comm="Binder:3127_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.116727] type=1400 audit(1571815122.439:37): avc: denied { write } for comm="Binder:3127_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.119021] CPU4: update max cpu_capacity 1024 [ 14.175013] CPU4: update max cpu_capacity 782 [ 14.222702] type=1400 audit(1571815122.559:38): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.223888] type=1400 audit(1571815122.563:39): avc: denied { write } for comm="Binder:3178_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.240220] type=1400 audit(1571815122.579:40): avc: denied { write } for comm="Binder:3178_2" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.271010] CPU6: update max cpu_capacity 1024 [ 14.363030] CPU6: update max cpu_capacity 915 [ 14.391023] CPU6: update max cpu_capacity 782 [ 14.432056] type=1400 audit(1571815122.771:41): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.435027] CPU6: update max cpu_capacity 915 [ 14.455019] CPU4: update max cpu_capacity 1024 [ 14.463519] type=1400 audit(1571815122.771:42): avc: denied { write } for comm="Binder:3222_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.484806] type=1400 audit(1571815122.783:43): avc: denied { write } for comm="Binder:3222_2" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.557004] type=1400 audit(1571815122.895:44): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 14.663031] CPU4: update max cpu_capacity 782 [ 14.683036] CPU7: update max cpu_capacity 915 [ 14.923021] CPU7: update max cpu_capacity 782 [ 14.939025] CPU6: update max cpu_capacity 915 [ 15.047022] CPU6: update max cpu_capacity 782 [ 15.063027] CPU6: update max cpu_capacity 915 [ 15.247023] CPU6: update max cpu_capacity 782 [ 15.291014] CPU7: update max cpu_capacity 915 [ 15.355022] CPU5: update max cpu_capacity 1024 [ 15.391017] CPU5: update max cpu_capacity 915 [ 15.595572] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 15.595863] init: starting service 'setup-bcb'... [ 15.598032] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 16.611821] init: Service 'setup-bcb' (pid 3594) exited with status 1 oneshot service took 1.015000 seconds in background [ 17.609786] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 17.610231] init: starting service 'setup-bcb'... [ 17.628409] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 18.640311] init: Service 'setup-bcb' (pid 3794) exited with status 1 oneshot service took 1.014000 seconds in background [ 19.639158] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 19.648554] init: starting service 'setup-bcb'... [ 20.669515] init: Service 'setup-bcb' (pid 3944) exited with status 1 oneshot service took 1.015000 seconds in background [ 20.723578] type=1400 audit(1571815129.059:84): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 20.744978] type=1400 audit(1571815129.063:85): avc: denied { write } for comm="Binder:3946_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 20.751265] type=1400 audit(1571815129.091:86): avc: denied { write } for comm="Binder:3946_2" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 20.880102] type=1400 audit(1571815129.219:87): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 20.880668] type=1400 audit(1571815129.219:88): avc: denied { write } for comm="Binder:3968_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 20.891997] type=1400 audit(1571815129.231:89): avc: denied { write } for comm="Binder:3968_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 21.003182] type=1400 audit(1571815129.339:90): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 21.027632] type=1400 audit(1571815129.343:91): avc: denied { write } for comm="Binder:3989_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 21.052021] type=1400 audit(1571815129.391:92): avc: denied { write } for comm="Binder:3989_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 21.155406] type=1400 audit(1571815129.495:93): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 21.561046] init: Service 'bootanim' (pid 2477) exited with status 0 oneshot service took 10.414000 seconds in background [ 21.632175] init: processing action (sys.boot_completed=1) from (/init.rc:798) [ 21.632211] init: processing action (sys.boot_completed=1 && sys.logbootcomplete=1) from (/system/etc/init/bootstat.rc:78) [ 21.632603] init: starting service 'exec 13 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)'... [ 21.634152] init: processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7) [ 21.678563] init: processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33) [ 21.687451] init: starting service 'logd-auditctl'... [ 21.688830] init: processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi-events.rc:20) [ 21.717799] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 21.955020] CPU5: update max cpu_capacity 1024 [ 21.987027] CPU5: update max cpu_capacity 915 [ 22.151021] CPU5: update max cpu_capacity 782 [ 22.215025] CPU6: update max cpu_capacity 915 [ 22.251013] CPU6: update max cpu_capacity 782 [ 22.375018] CPU4: update max cpu_capacity 1024 [ 22.411010] CPU4: update max cpu_capacity 915 [ 22.903017] CPU7: update max cpu_capacity 1024 [ 22.983025] CPU7: update max cpu_capacity 915 [ 23.267018] CPU7: update max cpu_capacity 1024 [ 23.303022] CPU7: update max cpu_capacity 915 [ 23.325129] binder_alloc: 4505: binder_alloc_buf, no vma [ 23.330505] binder: 2494:3595 transaction failed 29189/-3, size 2524-0 line 3256 [ 23.335015] CPU7: update max cpu_capacity 782 [ 25.103481] audit: audit_lost=1 audit_rate_limit=5 audit_backlog_limit=64 [ 25.110419] audit: rate limit exceeded [ 25.750854] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 25.760646] init: starting service 'setup-bcb'... [ 25.771203] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 26.785013] init: Service 'setup-bcb' (pid 4846) exited with status 1 oneshot service took 1.017000 seconds in background [ 27.781821] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 27.791081] init: starting service 'setup-bcb'... [ 27.798113] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 28.813846] init: Service 'setup-bcb' (pid 5003) exited with status 1 oneshot service took 1.017000 seconds in background [ 28.887403] type=1400 audit(1571815137.223:115): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 28.911316] type=1400 audit(1571815137.227:116): avc: denied { write } for comm="Binder:5007_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 29.010269] type=1400 audit(1571815137.347:117): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 29.032151] type=1400 audit(1571815137.347:118): avc: denied { write } for comm="Binder:5027_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 29.053758] type=1400 audit(1571815137.363:119): avc: denied { write } for comm="Binder:5027_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 29.145102] audit: audit_lost=8 audit_rate_limit=5 audit_backlog_limit=64 [ 29.151949] audit: rate limit exceeded [ 29.811355] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 29.820839] init: starting service 'setup-bcb'... [ 30.619183] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 30.845036] init: Service 'setup-bcb' (pid 5111) exited with status 1 oneshot service took 1.017000 seconds in background [ 31.053872] hisi_thermal fff30000.tsensor: THERMAL ALARM: 66395 > 65000 [ 31.840829] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 31.850173] init: starting service 'setup-bcb'... [ 31.857575] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 32.685802] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 32.875218] init: Service 'setup-bcb' (pid 5258) exited with status 1 oneshot service took 1.018000 seconds in background [ 32.976136] type=1400 audit(1571815141.315:129): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 32.997752] type=1400 audit(1571815141.315:130): avc: denied { write } for comm="Binder:5262_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 33.019497] type=1400 audit(1571815141.327:131): avc: denied { write } for comm="Binder:5262_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 33.095422] type=1400 audit(1571815141.431:132): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 33.116842] type=1400 audit(1571815141.435:133): avc: denied { write } for comm="Binder:5284_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 33.196242] audit: audit_lost=17 audit_rate_limit=5 audit_backlog_limit=64 [ 33.203308] audit: rate limit exceeded [ 33.221348] hisi_thermal fff30000.tsensor: THERMAL ALARM: 65780 > 65000 [ 33.873330] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 33.883088] init: starting service 'setup-bcb'... [ 33.893226] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 34.162090] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 34.909080] init: Service 'setup-bcb' (pid 5370) exited with status 1 oneshot service took 1.019000 seconds in background [ 35.107205] hisi_thermal fff30000.tsensor: THERMAL ALARM: 65575 > 65000 [ 35.905819] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 35.915243] init: starting service 'setup-bcb'... [ 35.922394] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 36.936164] init: Service 'setup-bcb' (pid 5520) exited with status 1 oneshot service took 1.015000 seconds in background [ 37.016836] type=1400 audit(1571815145.355:142): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 37.038233] type=1400 audit(1571815145.355:143): avc: denied { write } for comm="Binder:5521_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 37.059578] type=1400 audit(1571815145.367:144): avc: denied { write } for comm="Binder:5521_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 37.140469] type=1400 audit(1571815145.475:145): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 37.154014] audit: audit_lost=25 audit_rate_limit=5 audit_backlog_limit=64 [ 37.154017] audit: rate limit exceeded [ 37.172606] type=1400 audit(1571815145.479:146): avc: denied { write } for comm="Binder:5542_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 37.936531] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 37.946082] init: starting service 'setup-bcb'... [ 37.955947] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 38.206946] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 38.969917] init: Service 'setup-bcb' (pid 5625) exited with status 1 oneshot service took 1.017000 seconds in background [ 39.297081] hisi_thermal fff30000.tsensor: THERMAL ALARM: 65575 > 65000 [ 39.965910] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 39.975434] init: starting service 'setup-bcb'... [ 40.528011] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 40.999820] init: Service 'setup-bcb' (pid 5772) exited with status 1 oneshot service took 1.018000 seconds in background [ 41.087251] type=1400 audit(1571815149.423:156): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 41.108868] type=1400 audit(1571815149.427:157): avc: denied { write } for comm="Binder:5773_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 41.130053] type=1400 audit(1571815149.439:158): avc: denied { write } for comm="Binder:5773_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 41.211349] type=1400 audit(1571815149.547:159): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 41.224555] audit: audit_lost=34 audit_rate_limit=5 audit_backlog_limit=64 [ 41.224557] audit: rate limit exceeded [ 41.243660] type=1400 audit(1571815149.551:160): avc: denied { write } for comm="Binder:5794_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 41.999984] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 42.009477] init: starting service 'setup-bcb'... [ 42.017992] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 43.031781] init: Service 'setup-bcb' (pid 5878) exited with status 1 oneshot service took 1.015000 seconds in background [ 43.179747] hisi_thermal fff30000.tsensor: THERMAL ALARM: 65780 > 65000 [ 44.032047] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 44.042159] init: starting service 'setup-bcb'... [ 44.052519] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 45.007964] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 45.067439] init: Service 'setup-bcb' (pid 6032) exited with status 1 oneshot service took 1.018000 seconds in background [ 45.157158] type=1400 audit(1571815153.495:171): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 45.178719] type=1400 audit(1571815153.495:172): avc: denied { write } for comm="Binder:6034_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 45.200069] type=1400 audit(1571815153.507:173): avc: denied { write } for comm="Binder:6034_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 45.283438] type=1400 audit(1571815153.619:174): avc: denied { write } for comm="com.android.car" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 45.304976] type=1400 audit(1571815153.623:175): avc: denied { write } for comm="Binder:6055_1" path="/dev/stune/foreground/tasks" dev="cgroup" ino=13 scontext=u:r:carservice_app:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=0 [ 45.392546] audit: audit_lost=44 audit_rate_limit=5 audit_backlog_limit=64 [ 45.399456] audit: rate limit exceeded [ 45.415485] hisi_thermal fff30000.tsensor: THERMAL ALARM: 65370 > 65000 [ 46.065147] init: Received control message 'start' for 'setup-bcb' from pid: 2494 (system_server) [ 46.074986] init: starting service 'setup-bcb'... [ 46.085410] init: Created socket '/dev/socket/uncrypt', mode 600, user 1000, group 1000 [ 46.263119] hisi_thermal fff30000.tsensor: THERMAL ALARM stopped: 61065 < 65000 [ 47.101167] init: Service 'setup-bcb' (pid 6137) exited with status 1 oneshot service took 1.019000 seconds in background