U-Boot SPL 2019.04-4.19.35-1.1.
0+g4d377539a1 (Oct 29 2019 - 14:34:58 +0000)
Normal Boot
Trying to boot from MMC2_2
Load image from MMC/SD 0x74000
U
U-Boot 2019.04-4.19.35-1.1.0+g4d377539a1 (Oct 29 2019 - 14:34:58 +0000)
CPU: NXP i.MX8QM RevB A53 at 1200 MHz at 29C
Model: Freescale i.MX8QM MEK
Board: iMX8QM MEK
Boot: SD1
DRAM: 5.8 GiB
TCPC: Vendor ID [0x1fc9], Product ID [0x5110], Addr [I2C0 0x51]
MMC: FSL_SDHC: 0, FSL_SDHC: 1
Loading Environment from MMC... Run CMD11 1.8V switch
OK
In: serial
Out: serial
Err: serial
BuildInfo:
- SCFW 550f3079, SECO-FW d7523fe8, IMX-MKIMAGE 1c2277b9, ATF 70fa7bc
- U-Boot 2019.04-4.19.35-1.1.0+g4d377539a1
Run CMD11 1.8V switch
switch to partitions #0, OK
mmc1 is current device
flash target is MMC:1
Run CMD11 1.8V switch
Net:
Warning: ethernet@5b040000 (eth0) using random MAC address - 96:75:65:b6:f6:7d
eth0: ethernet@5b040000 [PRIME]
Warning: ethernet@5b050000 (eth1) using random MAC address - 22:22:b5:60:a7:1e
, eth1: ethernet@5b050000
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 0
=>
=> printenv
auth_os=auth_cntr ${cntr_addr}
baudrate=115200
board_name=MEK
board_rev=iMX8QM
boot_fdt=try
boot_os=booti ${loadaddr} - ${fdt_addr};
bootargs=console=ttyLP0,115200 earlycon root=/dev/mmcblk1p2 rootwait rw video=HDMI-
A-1:1280x720@60
bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run
bootscript; else if test ${sec_boot} = yes; then if run loadcntr; then run mmcboot;
else run netboot; fi; else if run loadimage; then run mmcboot; else run netboot;
fi; fi; fi; else booti ${loadaddr} - ${fdt_addr}; fi
bootcmd_mfg=run mfgtool_args;if iminfo ${initrd_addr}; then if test ${tee} = yes;
then bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; else booti ${loadaddr} $
{initrd_addr} ${fdt_addr}; fi; else echo "Run fastboot ..."; fastboot auto; fi;
bootdelay=3
bootscript=echo Running bootscript from mmc ...; source
cntr_addr=0x98000000
cntr_file=os_cntr_signed.bin
commit_atf=70fa7bc
commit_mkimage=1c2277b9
commit_scfw=550f3079
commit_secofw=d7523fe8
console=ttyLP0
dom0fdt_file=fsl-imx8qm-mek-dom0.dtb
domu-android-auto=no
emmc_dev=0
ethact=ethernet@5b040000
ethprime=eth0
fastboot_dev=mmc1
fdt_addr=0x83000000
fdt_file=fsl-imx8qm-mek-hdmi.dtb
fdt_high=0xffffffffffffffff
fdtcontroladdr=8565dd80
hdp_addr=0x9c000000
hdp_file=hdmitxfw.bin
hdprx_addr=0x9c800000
hdprx_file=hdmirxfw.bin
image=Image
initrd_addr=0x83100000
initrd_high=0xffffffffffffffff
jh_mmcboot=setenv fdt_file fsl-imx8qm-mek-root.dtb;setenv boot_os 'scu_rm dtb $
{fdt_addr}; booti ${loadaddr} - ${fdt_addr};'; run mmcboot;
jh_netboot=setenv fdt_file fsl-imx8qm-mek-root.dtb;setenv boot_os 'scu_rm dtb $
{fdt_addr}; booti ${loadaddr} - ${fdt_addr};'; run netboot;
kboot=booti
loadaddr=0x80280000
loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};
loadcntr=fatload mmc ${mmcdev}:${mmcpart} ${cntr_addr} ${cntr_file}
loadfdt=fatload mmc ${mmcdev}:${mmcpart} ${fdt_addr} ${fdt_file}
loadhdp=fatload mmc ${mmcdev}:${mmcpart} ${hdp_addr} ${hdp_file}
loadhdprx=fatload mmc ${mmcdev}:${mmcpart} ${hdprx_addr} ${hdprx_file}
loadimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}
loadm4image_0=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_0_image}
loadm4image_1=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${m4_1_image}
m4_0_image=m4_0.bin
m4_1_image=m4_1.bin
m4boot_0=run loadm4image_0; dcache flush; bootaux ${loadaddr} 0
m4boot_1=run loadm4image_1; dcache flush; bootaux ${loadaddr} 1
mfgtool_args=setenv bootargs console=${console},${baudrate} rdinit=/linuxrc
clk_ignore_unused
mmcargs=setenv bootargs console=${console},${baudrate} earlycon root=${mmcroot}
video=HDMI-A-1:1280x720@60
mmcautodetect=yes
mmcboot=echo Booting from mmc ...; if run loadhdp; then; hdp load ${hdp_addr};
fi;if run loadhdprx; then; hdprx load ${hdprx_addr}; fi;run mmcargs; if test $
{sec_boot} = yes; then if run auth_os; then run boot_os; else echo ERR: failed to
authenticate; fi; else if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if
run loadfdt; then run boot_os; else echo WARN: Cannot load the DT; fi; else echo
wait for boot; fi;fi;
mmcdev=1
mmcpart=1
mmcroot=/dev/mmcblk1p2 rootwait rw
netargs=setenv bootargs console=${console},${baudrate} earlycon root=/dev/nfs
ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp
netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then
setenv get_cmd dhcp; else setenv get_cmd tftp; fi; if ${get_cmd} ${hdp_addr} $
{hdp_file}; then; hdp load ${hdp_addr}; fi;if ${get_cmd} ${hdprx_addr} $
{hdprx_file}; then; hdprx load ${hdprx_addr}; fi;if test ${sec_boot} = yes; then $
{get_cmd} ${cntr_addr} ${cntr_file}; if run auth_os; then run boot_os; else echo
ERR: failed to authenticate; fi; else ${get_cmd} ${loadaddr} ${image}; if test $
{boot_fdt} = yes || test ${boot_fdt} = try; then if ${get_cmd} ${fdt_addr} $
{fdt_file}; then run boot_os; else echo WARN: Cannot load the DT; fi; else booti;
fi;fi;
panel=NULL
script=boot.scr
sd_dev=1
sec_boot=no
serial#=0913380e82964f91
soc_type=imx8qm
xenboot_common=${get_cmd} ${loadaddr} xen;${get_cmd} ${fdt_addr} ${dom0fdt_file};if
${get_cmd} ${hdp_addr} ${hdp_file}; then; hdp load ${hdp_addr}; fi;if ${get_cmd} $
{hdprx_addr} ${hdprx_file}; then; hdprx load ${hdprx_addr}; fi;${get_cmd} $
{xenlinux_addr} ${image};fdt addr ${fdt_addr};fdt resize 256;fdt set
/chosen/module@0 reg <0x00000000 ${xenlinux_addr} 0x00000000 0x${filesize}>; fdt
set /chosen/module@0 bootargs "${bootargs} ${xenlinux_bootargs}"; if test ${domu-
android-auto} = yes; then; fdt set /domu/doma android-auto <1>;fdt rm
/gpio@5d090000 power-domains;fi;setenv bootargs ${xenhyper_bootargs};booti $
{loadaddr} - ${fdt_addr};
xenhyper_bootargs=console=dtuart dtuart=/serial@5a060000 dom0_mem=2048M
dom0_max_vcpus=2 dom0_vcpus_pin=true hmp-unsafe=true
xenlinux_addr=0x9e000000
xenlinux_bootargs=
xenlinux_console=hvc0 earlycon=xen
xenmmcboot=setenv get_cmd "fatload mmc ${mmcdev}:${mmcpart}";setenv console $
{xenlinux_console};run mmcargs;run xenboot_common;
xennetboot=setenv get_cmd dhcp;setenv console ${xenlinux_console};run netargs;run
xenboot_common;
Environment size: 5028/8188 bytes
=> boot
Run CMD11 1.8V switch
switch to partitions #0, OK
mmc1 is current device
Run CMD11 1.8V switch
24263168 bytes read in 312 ms (74.2 MiB/s)
Booting from mmc ...
102464 bytes read in 7 ms (14 MiB/s)
Loading hdp firmware from 0x000000009c000000 offset 0x0000000000002000
Loading hdp firmware Complete
102464 bytes read in 8 ms (12.2 MiB/s)
Loading hdprx firmware from 0x000000009c800000 offset 0x0000000000002000
Loading hdp rx firmware Complete
99011 bytes read in 8 ms (11.8 MiB/s)
## Flattened Device Tree blob at 83000000
Booting using the fdt blob at 0x83000000
Using Device Tree in place at 0000000083000000, end 000000008301b2c2
Disable i2c@3b230000, resource id 308 not owned
Disable can@5a8d0000, resource id 105 not owned
Disable can@5a8e0000, resource id 106 not owned
Disable can@5a8f0000, resource id 107 not owned
Disable gpt0@5d140000, resource id 207 not owned
Disable flexspi@5d120000, resource id 237 not owned
Disable intmux@37400000, resource id 289 not owned
Disable intmux@3b400000, resource id 309 not owned
/dma-controller@5a1f0000, 66932
/dma-controller@591F0000, 67776
/dma-controller@591F0000, 67776
/dma-controller@599F0000, 68820
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
[ 0.000000] Linux version 4.19.35-1.1.0+g0f9917c56d59 (oe-user@oe-host) (gcc
version 8.3.0 (GCC)) #1 SMP PREEMPT Wed Oct 30 13:09:11 UTC 2019
[ 0.000000] Machine model: Freescale i.MX8QM MEK
[ 0.000000] efi: Getting EFI parameters from FDT:
[ 0.000000] efi: UEFI not found.
[ 0.000000] Reserved memory: created CMA memory pool at 0x0000000096000000, size
960 MiB
[ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-
dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000090400000, size
28 MiB
[ 0.000000] OF: reserved mem: initialized node rpmsg_dma@90400000, compatible id
shared-dma-pool
[ 0.000000] earlycon: lpuart32 at MMIO 0x000000005a060000 (options '')
[ 0.000000] bootconsole [lpuart32] enabled
[ 0.000000] NUMA: No NUMA configuration found
[ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000000097fffffff]
[ 0.000000] NUMA: NODE_DATA [mem 0x97ff70040-0x97ff71aff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000080200000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000097fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080200000-0x0000000083ffffff]
[ 0.000000] node 0: [mem 0x0000000086400000-0x0000000087ffffff]
[ 0.000000] node 0: [mem 0x0000000094c00000-0x00000000fdffffff]
[ 0.000000] node 0: [mem 0x0000000880000000-0x000000097fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x000000097fffffff]
[ 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] random: get_random_bytes called from start_kernel+0x94/0x400 with
crng_init=0
[ 0.000000] percpu: Embedded 23 pages/cpu @(____ptrval____) s56728 r8192 d29288
u94208
[ 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] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1479240
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: console=ttyLP0,115200 earlycon
root=/dev/mmcblk1p2 rootwait rw video=HDMI-A-1:1280x720@60
[ 0.000000] software IO TLB: mapped [mem 0xf9fff000-0xfdfff000] (64MB)
[ 0.000000] Memory: 4837592K/6010880K available (14076K kernel code, 1806K
rwdata, 6320K rodata, 1472K init, 431K bss, 190248K reserved, 983040K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] GICv3: GIC: Using split EOI/Deactivate mode
[ 0.000000] GICv3: Distributor has no Range Selector support
[ 0.000000] GICv3: no VLPI support, no direct LPI support
[ 0.000000] ITS: No ITS available, not enabling LPIs
[ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000051b00000
[ 0.000000] arch_timer: cp15 timer(s) running at 8.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles:
0x1d854df40, max_idle_ns: 440795202120 ns
[ 0.000003] sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every
2199023255500ns
[ 0.011334] Console: colour dummy device 80x25
[ 0.015504] Calibrating delay loop (skipped), value calculated using timer
frequency.. 16.00 BogoMIPS (lpj=32000)
[ 0.025686] pid_max: default: 32768 minimum: 301
[ 0.030351] Security Framework initialized
[ 0.037002] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.045266] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.052124] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.058960] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.090293] ASID allocator initialised with 32768 entries
[ 0.103376] rcu: Hierarchical SRCU implementation.
[ 0.117842] *****Initialized MU
[ 0.120660] ***** imx8_init_pm_domains *****
[ 0.126474] CPU identified as i.MX8QM, silicon rev 1.1
[ 0.133360] EFI services will not be available.
[ 0.145573] smp: Bringing up secondary CPUs ...
[ 0.183175] Detected VIPT I-cache on CPU1
[ 0.183205] GICv3: CPU1: found redistributor 1 region 0:0x0000000051b20000
[ 0.183235] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
[ 0.215185] Detected VIPT I-cache on CPU2
[ 0.215200] GICv3: CPU2: found redistributor 2 region 0:0x0000000051b40000
[ 0.215215] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
[ 0.247237] Detected VIPT I-cache on CPU3
[ 0.247251] GICv3: CPU3: found redistributor 3 region 0:0x0000000051b60000
[ 0.247266] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
[ 0.280988] CPU features: enabling workaround for EL2 vector hardening
[ 0.280995] Detected PIPT I-cache on CPU4
[ 0.281012] GICv3: CPU4: found redistributor 100 region 0:0x0000000051b80000
[ 0.281029] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
[ 0.311332] Detected PIPT I-cache on CPU5
[ 0.311343] GICv3: CPU5: found redistributor 101 region 0:0x0000000051ba0000
[ 0.311355] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
[ 0.311415] smp: Brought up 1 node, 6 CPUs
[ 0.408914] SMP: Total of 6 processors activated.
[ 0.413603] CPU features: detected: GIC system register CPU interface
[ 0.420040] CPU features: detected: 32-bit EL0 Support
[ 0.431403] CPU: All CPU(s) started at EL2
[ 0.435182] alternatives: patching kernel code
[ 0.440507] devtmpfs: initialized
[ 0.457253] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff,
max_idle_ns: 7645041785100000 ns
[ 0.466705] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.493581] pinctrl core: initialized pinctrl subsystem
[ 0.500674] DMI not present or invalid.
[ 0.504568] NET: Registered protocol family 16
[ 0.509135] audit: initializing netlink subsys (disabled)
[ 0.514278] audit: type=2000 audit(0.408:1): state=initialized audit_enabled=0
res=1
[ 0.521944] cpuidle: using governor menu
[ 0.526189] vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))
[ 0.533251] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.545190] DMA: preallocated 256 KiB pool for atomic allocations
[ 0.553304] Serial: AMBA PL011 UART driver
[ 0.557234] imx rpmsg driver is registered.
[ 0.564120] MU and Power domains initialized
[ 0.568055] ***** imx8qm_clocks_init *****
[ 0.576037] random: fast init done
[ 0.658079] imx8qm-pinctrl iomuxc: Invalid fsl,pins or pins property in node
/iomuxc/imx8qm-mek/wifi_initgrp
[ 0.667582] imx8qm-pinctrl iomuxc: initialized IMX pinctrl driver
[ 0.705950] mxs_phy 5b100000.usbphy: 5b100000.usbphy supply phy-3p0 not found,
using dummy regulator
[ 0.714810] mxs_phy 5b100000.usbphy: Linked as a consumer to regulator.0
[ 0.741642] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.748376] cryptd: max_cpu_qlen set to 1000
[ 0.761357] ACPI: Interpreter disabled.
[ 0.781799] vgaarb: loaded
[ 0.784426] SCSI subsystem initialized
[ 0.788304] usbcore: registered new interface driver usbfs
[ 0.793507] usbcore: registered new interface driver hub
[ 0.798814] usbcore: registered new device driver usb
[ 0.804110] usb_phy_generic usbphynop1: usbphynop1 supply vcc not found, using
dummy regulator
[ 0.812435] usb_phy_generic usbphynop1: Linked as a consumer to regulator.0
[ 0.819446] usb_phy_generic usbphynop2: usbphynop2 supply vcc not found, using
dummy regulator
[ 0.827974] usb_phy_generic usbphynop2: Linked as a consumer to regulator.0
[ 0.836701] i2c i2c-2: LPI2C adapter registered
[ 0.842050] i2c i2c-3: LPI2C adapter registered
[ 0.847432] max732x 4-0068: failed reading
[ 0.851200] max732x: probe of 4-0068 failed with error -5
[ 0.857006] i2c i2c-4: LPI2C adapter registered
[ 0.862073] i2c i2c-5: LPI2C adapter registered
[ 0.867152] i2c i2c-6: LPI2C adapter registered
[ 0.872261] i2c i2c-7: LPI2C adapter registered
[ 0.877115] i2c i2c-8: LPI2C adapter registered
[ 0.883206] media: Linux media interface: v0.10
[ 0.887489] videodev: Linux video capture interface: v2.00
[ 0.893210] pps_core: LinuxPPS API ver. 1 registered
[ 0.897833] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
<giometti@linux.it>
[ 0.906974] PTP clock support registered
[ 0.912355] Advanced Linux Sound Architecture Driver Initialized.
[ 0.918679] Bluetooth: Core ver 2.22
[ 0.921933] NET: Registered protocol family 31
[ 0.926347] Bluetooth: HCI device and connection manager initialized
[ 0.932695] Bluetooth: HCI socket layer initialized
[ 0.937554] Bluetooth: L2CAP socket layer initialized
[ 0.942609] Bluetooth: SCO socket layer initialized
[ 0.947828] clocksource: Switched to clocksource arch_sys_counter
[ 0.953748] VFS: Disk quotas dquot_6.6.0
[ 0.957538] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.964475] pnp: PnP ACPI: disabled
[ 0.973711] NET: Registered protocol family 2
[ 0.978373] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536
bytes)
[ 0.985999] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.993624] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.000802] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.007123] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 1.013225] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 1.019854] NET: Registered protocol family 1
[ 1.024370] RPC: Registered named UNIX socket transport module.
[ 1.029955] RPC: Registered udp transport module.
[ 1.034643] RPC: Registered tcp transport module.
[ 1.039334] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.047003] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters
available
[ 1.055168] kvm [1]: 8-bit VMID
[ 1.058532] kvm [1]: vgic-v2@52020000
[ 1.061873] kvm [1]: GIC system register CPU interface enabled
[ 1.067771] kvm [1]: vgic interrupt IRQ1
[ 1.071707] kvm [1]: Hyp mode initialized successfully
[ 1.079546] Initialise system trusted keyrings
[ 1.083741] workingset: timestamp_bits=44 max_order=21 bucket_order=0
[ 1.095797] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.101906] NFS: Registering the id_resolver key type
[ 1.106644] Key type id_resolver registered
[ 1.110788] Key type id_legacy registered
[ 1.114792] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.121493] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[ 1.128152] 9p: Installing v9fs 9p2000 file system support
[ 1.133378] pstore: using deflate compression
[ 1.143194] Key type asymmetric registered
[ 1.146948] Asymmetric key parser 'x509' registered
[ 1.151851] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[ 1.159197] io scheduler noop registered
[ 1.163193] io scheduler cfq registered (default)
[ 1.167797] io scheduler mq-deadline registered
[ 1.172319] io scheduler kyber registered
[ 1.197911] imx6q-pcie 5f000000.pcie: Linked as a consumer to regulator.1
[ 1.204430] imx6q-pcie 5f000000.pcie: No cache used with register defaults set!
[ 1.211737] imx6q-pcie 5f000000.pcie: host bridge /hsio/pcie@5f000000 ranges:
[ 1.218789] imx6q-pcie 5f000000.pcie: No bus range found for
/hsio/pcie@5f000000, using [bus 00-ff]
[ 1.228007] imx6q-pcie 5f000000.pcie: IO 0x6ff80000..0x6ff8ffff -> 0x00000000
[ 1.235386] imx6q-pcie 5f000000.pcie: MEM 0x60000000..0x6fefffff -> 0x60000000
[ 1.489672] imx6q-pcie 5f000000.pcie: phy link never came up
[ 1.495002] imx6q-pcie 5f000000.pcie: failed to initialize host
[ 1.500900] imx6q-pcie 5f000000.pcie: unable to add pcie port.
[ 1.506860] imx6q-pcie 5f000000.pcie: Dropping the link to regulator.1
[ 1.513299] imx6q-pcie: probe of 5f000000.pcie failed with error -110
[ 1.520714] pwm-backlight lvds_backlight@0: lvds_backlight@0 supply power not
found, using dummy regulator
[ 1.530096] pwm-backlight lvds_backlight@0: Linked as a consumer to regulator.0
[ 1.538631] pwm-backlight lvds_backlight@1: lvds_backlight@1 supply power not
found, using dummy regulator
[ 1.547978] pwm-backlight lvds_backlight@1: Linked as a consumer to regulator.0
[ 1.566490] Bus freq driver module loaded
[ 1.570651] seco_mu 31560000.mu: current SECO FW do not support SHE
[ 1.576620] seco_mu: probe of 31560000.mu failed with error -524
[ 1.582665] seco_mu 31570000.mu: current SECO FW do not support SHE
[ 1.588850] seco_mu: probe of 31570000.mu failed with error -524
[ 1.594904] seco_mu 31580000.mu: current SECO FW do not support SHE
[ 1.601097] seco_mu: probe of 31580000.mu failed with error -524
[ 1.616629] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.625794] SuperH (H)SCI(F) driver initialized
[ 1.631310] msm_serial: driver initialized
[ 1.635930] 5a060000.serial: ttyLP0 at MMIO 0x5a060010 (irq = 70, base_baud =
5000000) is a FSL_LPUAR[ 1.647095] console [ttyLP0] enabled
[ 1.647095] console [ttyLP0] enabled
[ 1.654076] bootconsole [lpuart32] disabled
[ 1.654076] bootconsole [lpuart32] disabled
[ 1.662651] fsl-lpuart 5a060000.serial: NO DMA tx channel, run at cpu mode
[ 1.669543] fsl-lpuart 5a060000.serial: NO DMA rx channel, run at cpu mode
[ 1.676909] 5a070000.serial: ttyLP1 at MMIO 0x5a070010 (irq = 71, base_baud =
5000000) is a FSL_LPUART
[ 1.686760] imx8qm-pinctrl iomuxc: pin_config_set op failed for pin 13
[ 1.693303] fsl-lpuart 5a090000.serial: Error applying setting, reverse things
back
[ 1.701252] 5a090000.serial: ttyLP3 at MMIO 0x5a090010 (irq = 72, base_baud =
5000000) is a FSL_LPUART
[ 1.713711] arm-smmu 51400000.iommu: probing hardware configuration...
[ 1.720251] arm-smmu 51400000.iommu: SMMUv2 with:
[ 1.724968] arm-smmu 51400000.iommu: stage 1 translation
[ 1.730379] arm-smmu 51400000.iommu: stage 2 translation
[ 1.735791] arm-smmu 51400000.iommu: nested translation
[ 1.741110] arm-smmu 51400000.iommu: stream matching with 32 register
groups
[ 1.748262] arm-smmu 51400000.iommu: 32 context banks (0 stage-2 only)
[ 1.754891] arm-smmu 51400000.iommu: Supported page sizes: 0x61311000
[ 1.761429] arm-smmu 51400000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 1.767969] arm-smmu 51400000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 1.818368] imx8-dpr-channel 560d0000.dpr-channel: Linked as a consumer to
56040000.prg
[ 1.826519] imx8-dpr-channel 560e0000.dpr-channel: Linked as a consumer to
56050000.prg
[ 1.834542] imx8-dpr-channel 560e0000.dpr-channel: Linked as a consumer to
56040000.prg
[ 1.842679] imx8-dpr-channel 560f0000.dpr-channel: Linked as a consumer to
56060000.prg
[ 1.852837] imx8-dpr-channel 56100000.dpr-channel: Linked as a consumer to
56070000.prg
[ 1.860866] imx8-dpr-channel 56100000.dpr-channel: Linked as a consumer to
56080000.prg
[ 1.870984] imx8-dpr-channel 56110000.dpr-channel: Linked as a consumer to
56090000.prg
[ 1.879002] imx8-dpr-channel 56110000.dpr-channel: Linked as a consumer to
560a0000.prg
[ 1.889116] imx8-dpr-channel 56120000.dpr-channel: Linked as a consumer to
560b0000.prg
[ 1.897141] imx8-dpr-channel 56120000.dpr-channel: Linked as a consumer to
560c0000.prg
[ 1.907326] imx8-dpr-channel 570d0000.dpr-channel: Linked as a consumer to
57040000.prg
[ 1.915465] imx8-dpr-channel 570e0000.dpr-channel: Linked as a consumer to
57050000.prg
[ 1.923489] imx8-dpr-channel 570e0000.dpr-channel: Linked as a consumer to
57040000.prg
[ 1.931645] imx8-dpr-channel 570f0000.dpr-channel: Linked as a consumer to
57060000.prg
[ 1.941800] imx8-dpr-channel 57100000.dpr-channel: Linked as a consumer to
57070000.prg
[ 1.949824] imx8-dpr-channel 57100000.dpr-channel: Linked as a consumer to
57080000.prg
[ 1.959939] imx8-dpr-channel 57110000.dpr-channel: Linked as a consumer to
57090000.prg
[ 1.967961] imx8-dpr-channel 57110000.dpr-channel: Linked as a consumer to
570a0000.prg
[ 1.978085] imx8-dpr-channel 57120000.dpr-channel: Linked as a consumer to
570b0000.prg
[ 1.986108] imx8-dpr-channel 57120000.dpr-channel: Linked as a consumer to
570c0000.prg
[ 1.997798] dpu-core 56180000.dpu: Linked as a consumer to 56100000.dpr-channel
[ 2.005130] dpu-core 56180000.dpu: Linked as a consumer to 56110000.dpr-channel
[ 2.012460] dpu-core 56180000.dpu: Linked as a consumer to 560f0000.dpr-channel
[ 2.019785] dpu-core 56180000.dpu: Linked as a consumer to 56120000.dpr-channel
[ 2.027115] dpu-core 56180000.dpu: Linked as a consumer to 56020000.pixel-
combiner
[ 2.035468] dpu-core 56180000.dpu: driver probed
[ 2.040861] dpu-core 57180000.dpu: Linked as a consumer to 57100000.dpr-channel
[ 2.048194] dpu-core 57180000.dpu: Linked as a consumer to 57110000.dpr-channel
[ 2.055519] dpu-core 57180000.dpu: Linked as a consumer to 570f0000.dpr-channel
[ 2.062847] dpu-core 57180000.dpu: Linked as a consumer to 57120000.dpr-channel
[ 2.070167] dpu-core 57180000.dpu: Linked as a consumer to 57020000.pixel-
combiner
[ 2.078293] dpu-core 57180000.dpu: driver probed
[ 2.086913] adv7511 2-003d: 2-003d supply avdd not found, using dummy regulator
[ 2.094284] adv7511 2-003d: Linked as a consumer to regulator.0
[ 2.100221] adv7511 2-003d: 2-003d supply dvdd not found, using dummy regulator
[ 2.107587] adv7511 2-003d: 2-003d supply pvdd not found, using dummy regulator
[ 2.114936] adv7511 2-003d: 2-003d supply a2vdd not found, using dummy regulator
[ 2.122367] adv7511 2-003d: 2-003d supply v3p3 not found, using dummy regulator
[ 2.129720] adv7511 2-003d: 2-003d supply v1p2 not found, using dummy regulator
[ 2.137546] adv7511 2-003d: Probe failed. Remote port 'mipi_dsi_bridge@56228000'
disabled
[ 2.145913] adv7511 3-003d: 3-003d supply avdd not found, using dummy regulator
[ 2.153343] adv7511 3-003d: Linked as a consumer to regulator.0
[ 2.159275] adv7511 3-003d: 3-003d supply dvdd not found, using dummy regulator
[ 2.166627] adv7511 3-003d: 3-003d supply pvdd not found, using dummy regulator
[ 2.173971] adv7511 3-003d: 3-003d supply a2vdd not found, using dummy regulator
[ 2.181414] adv7511 3-003d: 3-003d supply v3p3 not found, using dummy regulator
[ 2.188782] adv7511 3-003d: 3-003d supply v1p2 not found, using dummy regulator
[ 2.196513] adv7511 3-003d: Probe failed. Remote port 'mipi_dsi_bridge@57228000'
disabled
[ 2.205549] it6263 6-004c: Probe failed. Remote port 'lvds-channel@0' disabled
[ 2.213289] imx-drm display-subsystem: parent device of /ldb@562410e0/lvds-
channel@0 is not available
[ 2.226381] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.233018] [drm] No driver support for vblank timestamp query.
[ 2.239008] dpu-core 56180000.dpu: Linked as a consumer to 560d0000.dpr-channel
[ 2.246340] dpu-core 56180000.dpu: Linked as a consumer to 560e0000.dpr-channel
[ 2.253680] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.2 (ops
dpu_bliteng_ops)
[ 2.261824] dpu-core 57180000.dpu: Linked as a consumer to 570d0000.dpr-channel
[ 2.269150] dpu-core 57180000.dpu: Linked as a consumer to 570e0000.dpr-channel
[ 2.276473] imx-drm display-subsystem: bound imx-drm-dpu-bliteng.5 (ops
dpu_bliteng_ops)
[ 2.285069] imx-drm display-subsystem: bound imx-dpu-crtc.0 (ops dpu_crtc_ops)
[ 2.292707] imx-drm display-subsystem: bound imx-dpu-crtc.1 (ops dpu_crtc_ops)
[ 2.300647] imx-drm display-subsystem: bound imx-dpu-crtc.3 (ops dpu_crtc_ops)
[ 2.308300] imx-drm display-subsystem: bound imx-dpu-crtc.4 (ops dpu_crtc_ops)
[ 2.315684] i.mx8-hdp 56268000.hdmi: invalid resource
[ 2.320747] i.mx8-hdp 56268000.hdmi: Failed to get HDP RESET base register
[ 2.327874] imx8qm_ipg_clock_set_rate, dig_pll was 675 MHz, changing to 800 MHz
[ 2.337236] CDN_API_SetClock completed
[ 2.340995] [drm] Started firmware!
[ 2.344492] [drm] CDN_API_CheckAlive returned ret = 0
[ 2.349594] [drm] CDN_API_MainControl_blocking ret = 0 sts = 1
[ 2.355521] [drm] CDN_API_General_Test_Echo_Ext_blocking - APB(ret = 0 echo_resp
= echo test)
[ 2.364056] [drm] CDN_API_General_getCurVersion - ver 26098 verlib 20691
[ 2.370787] [drm] phy_cfg_hdp() num_lanes: 4, mode:3840x2160p60, color depth: 8-
bit, encoding: 1
[ 2.379774] [drm] Pixel clock frequency (594000 kHz) is supported in this color
depth (8-bit). Settings found in row 4
[ 2.390479] [drm] Character clock frequency: 594000 kHz.
[ 2.395804] [drm] VCO frequency (5940000 kHz) is supported. Settings found in
row 36
[ 2.429355] [drm] CDN_API_General_Write_Register_blocking LANES_CONFIG ret = 0
[ 2.436613] [drm] Failed to get HDCP config - using HDCP 2.2 only
[ 2.443683] [drm] hdmi-audio-codec driver bound to HDMI
[ 2.448930] imx-drm display-subsystem: bound 56268000.hdmi (ops imx_hdp_imx_ops)
[ 2.456437] nwl_dsi-imx mipi_dsi@56228000: No bridge found, skipping encoder
creation
[ 2.464284] imx-drm display-subsystem: bound mipi_dsi@56228000 (ops
imx_nwl_dsi_component_ops)
[ 2.472959] nwl_dsi-imx mipi_dsi@57228000: No bridge found, skipping encoder
creation
[ 2.480798] imx-drm display-subsystem: bound mipi_dsi@57228000 (ops
imx_nwl_dsi_component_ops)
[ 2.489520] [drm] Cannot find any crtc or sizes
[ 2.494588] [drm] Initialized imx-drm 1.0.0 20120507 for display-subsystem on
minor 0
[ 2.509513] loop: module loaded
[ 2.513636] input: fxos8700 as
/devices/platform/5a800000.i2c/i2c-4/4-001e/input/input0
[ 2.523623] fxos8700 device driver probe successfully
[ 2.524347] input: fxas2100x as
/devices/platform/5a800000.i2c/i2c-4/4-0020/input/input1
[ 2.538180] fxas2100x 4-0020: fxas2100x device driver probe successfully
[ 2.547741] iommu: Adding device 5f020000.sata to group 0
[ 2.556587] ahci-imx 5f020000.sata: imx8qm sata only supports 32bit dma.
[ 2.563305] ahci-imx 5f020000.sata: ext_osc is not specified.
[ 2.569063] ahci-imx 5f020000.sata: phy impedance ratio is not specified.
[ 2.575902] ahci-imx 5f020000.sata: No cache used with register defaults set!
[ 2.583893] ahci-imx 5f020000.sata: external osc is used.
[ 2.592123] ahci-imx 5f020000.sata: no ahb clock.
[ 2.596896] ahci-imx 5f020000.sata: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1
impl platform mode
[ 2.605791] ahci-imx 5f020000.sata: flags: 64bit ncq sntf pm clo only pmp fbs
pio slum part ccc sadm sds apst
[ 2.616568] scsi host0: ahci-imx
[ 2.620096] ata1: SATA max UDMA/133 mmio [mem 0x5f020000-0x5f02ffff] port 0x100
irq 148
[ 2.630698] slram: not enough parameters.
[ 2.639134] libphy: Fixed MDIO Bus: probed
[ 2.643556] NXP PHY: loading NXP PHY driver: [autonomous mode]
[ 2.649541] tun: Universal TUN/TAP device driver, 1.6
[ 2.654777] CAN device driver interface
[ 2.661701] iommu: Adding device 5b040000.ethernet to group 1
[ 2.668063] fec 5b040000.ethernet: 5b040000.ethernet supply phy not found, using
dummy regulator
[ 2.676931] fec 5b040000.ethernet: Linked as a consumer to regulator.0
[ 2.683775] pps pps0: new PPS source ptp0
[ 2.688509] fec 5b040000.ethernet (unnamed net_device) (uninitialized): Invalid
MAC address: 00:00:00:00:00:00
[ 2.698528] fec 5b040000.ethernet (unnamed net_device) (uninitialized): Using
random MAC address: da:5e:32:7e:16:10
[ 2.710197] libphy: fec_enet_mii_bus: probed
[ 2.714848] mdio_bus 5b040000.ethernet-1: MDIO device at address 1 is missing.
[ 2.722585] fec 5b040000.ethernet eth0: registered PHC device 0
[ 2.729128] iommu: Adding device 5b050000.ethernet to group 1
[ 2.736445] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 2.742288] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 2.748258] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[ 2.755232] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 2.760844] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version
2.4.0-k
[ 2.768684] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 2.775271] sky2: driver version 1.30
[ 2.783089] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.789637] ehci-pci: EHCI PCI platform driver
[ 2.794126] ehci-platform: EHCI generic platform driver
[ 2.799652] ehci-orion: EHCI orion driver
[ 2.803877] ehci-exynos: EHCI EXYNOS driver
[ 2.808226] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.814436] ohci-pci: OHCI PCI platform driver
[ 2.818919] ohci-platform: OHCI generic platform driver
[ 2.824387] ohci-exynos: OHCI EXYNOS driver
[ 2.829520] usbcore: registered new interface driver usb-storage
[ 2.835606] usbcore: registered new interface driver usb_ehset_test
[ 2.843331] usbmisc_imx 5b0d0200.usbmisc: 5b0d0200.usbmisc supply vbus-wakeup
not found, using dummy regulator
[ 2.853389] usbmisc_imx 5b0d0200.usbmisc: Linked as a consumer to regulator.0
[ 2.860696] usbmisc_imx 5b0e0200.usbmisc: 5b0e0200.usbmisc supply vbus-wakeup
not found, using dummy regulator
[ 2.870741] usbmisc_imx 5b0e0200.usbmisc: Linked as a consumer to regulator.0
[ 2.878804] imx_usb 5b0d0000.usb: 5b0d0000.usb supply vbus not found, using
dummy regulator
[ 2.887191] imx_usb 5b0d0000.usb: Linked as a consumer to regulator.0
[ 2.911572] input: sc-powerkey as /devices/platform/sc-powerkey/input/input2
[ 2.919779] read mpl3115 chip id 0xc4
[ 2.923580] input: mpl3115 as /devices/virtual/input/input3
[ 2.929901] mpl3115 device driver probe successfully
[ 2.930114] isl29023 4-0044: 4-0044 supply vdd not found, using dummy regulator
[ 2.942088] ata1: SATA link down (SStatus 0 SControl 300)
[ 2.942452] isl29023 4-0044: Linked as a consumer to regulator.0
[ 2.960603] input: isl29023 light sensor as /devices/virtual/input/input4
[ 2.967639] isl29023 4-0044: driver version 1.0 enabled
[ 2.974331] imx_sc_rtc rtc: rtc core: registered rtc as rtc0
[ 2.980490] i2c /dev entries driver
[ 2.992930] mxc-mipi-csi2 58227000.csi: mipi_csi2_probe
[ 3.016608] mxc-mipi-csi2 58247000.csi: mipi_csi2_probe
[ 3.051999] max9286_mipi 7-006a: max9286_read_reg:read reg error: reg=1e
[ 3.058717] max9286 is not found, chip id reg 0x1e = 0xffffffff.
[ 3.075978] max9286_mipi 8-006a: max9286_read_reg:read reg error: reg=1e
[ 3.082696] max9286 is not found, chip id reg 0x1e = 0xffffffff.
[ 3.089143] mx8-img-md: Registered mxc_isi.0.capture as /dev/video0
[ 3.095530] mx8-img-md: Registered mxc_isi.1.capture as /dev/video1
[ 3.101910] mx8-img-md: Registered mxc_isi.2.capture as /dev/video2
[ 3.108296] mx8-img-md: Registered mxc_isi.3.capture as /dev/video3
[ 3.114684] mx8-img-md: Registered mxc_isi.4.capture as /dev/video4
[ 3.121086] mx8-img-md: Registered mxc_isi.5.capture as /dev/video5
[ 3.127474] mx8-img-md: Registered mxc_isi.6.capture as /dev/video6
[ 3.133853] mx8-img-md: Registered mxc_isi.7.capture as /dev/video7
[ 3.140225] mxc-isi 58170000.isi: register m2m device success
[ 3.146196] mxc-isi 58100000.isi: mxc_md_unregister_all unregister ISI
channel[0]
[ 3.153761] mxc-isi 58110000.isi: mxc_md_unregister_all unregister ISI
channel[1]
[ 3.161326] mxc-isi 58120000.isi: mxc_md_unregister_all unregister ISI
channel[2]
[ 3.168896] mxc-isi 58130000.isi: mxc_md_unregister_all unregister ISI
channel[3]
[ 3.176462] mxc-isi 58140000.isi: mxc_md_unregister_all unregister ISI
channel[4]
[ 3.184025] mxc-isi 58150000.isi: mxc_md_unregister_all unregister ISI
channel[5]
[ 3.191593] mxc-isi 58160000.isi: mxc_md_unregister_all unregister ISI
channel[6]
[ 3.199155] mxc-isi 58170000.isi: mxc_md_unregister_all unregister ISI
channel[7]
[ 3.207796] mxc-jpeg 58400000.jpegdec: decoder device registered as /dev/video0
(81,0)
[ 3.216346] mxc-jpeg 58450000.jpegenc: encoder device registered as /dev/video1
(81,1)
[ 3.230830] Bluetooth: HCI UART driver ver 2.3
[ 3.235293] Bluetooth: HCI UART protocol H4 registered
[ 3.240442] Bluetooth: HCI UART protocol BCSP registered
[ 3.245762] Bluetooth: HCI UART protocol ATH3K registered
[ 3.251196] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 3.257595] Bluetooth: HCI UART protocol Broadcom registered
[ 3.263286] Bluetooth: HCI UART protocol QCA registered
[ 3.269682] sdhci: Secure Digital Host Controller Interface driver
[ 3.275877] sdhci: Copyright(c) Pierre Ossman
[ 3.280599] Synopsys Designware Multimedia Card Interface Driver
[ 3.288476] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.295838] iommu: Adding device 5b010000.usdhc to group 2
[ 3.301790] mmc0: CQHCI version 5.10
[ 3.338900] mmc0: SDHCI controller on 5b010000.usdhc [5b010000.usdhc] using ADMA
[ 3.348181] iommu: Adding device 5b020000.usdhc to group 2
[ 3.353965] mmc1: CQHCI version 5.10
[ 3.357617] sdhci-esdhc-imx 5b020000.usdhc: Got CD GPIO
[ 3.362863] sdhci-esdhc-imx 5b020000.usdhc: Got WP GPIO
[ 3.368171] sdhci-esdhc-imx 5b020000.usdhc: Linked as a consumer to regulator.2
[ 3.406535] mmc1: SDHCI controller on 5b020000.usdhc [5b020000.usdhc] using ADMA
[ 3.417210] mxc_mlb150 5b060000.mlb: 5b060000.mlb supply reg_nvcc not found,
using dummy regulator
[ 3.427255] mxc_mlb150 5b060000.mlb: Linked as a consumer to regulator.0
[ 3.433974] mxc_mlb150 5b060000.mlb: enalbe regulator
[ 3.439054] mxc_mlb150 5b060000.mlb: no iram assigned, using external mem
[ 3.442604] mmc0: new HS400 MMC card at address 0001
[ 3.446550] mxc_emvsim 5a0d0000.sim0: emvsim register success
[ 3.451613] mmcblk0: mmc0:0001 R1J57L 29.1 GiB
[ 3.461717] mmcblk0boot0: mmc0:0001 R1J57L partition 1 8.00 MiB
[ 3.468228] mmcblk0boot1: mmc0:0001 R1J57L partition 2 8.00 MiB
[ 3.474216] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.474275] mmcblk0rpmb: mmc0:0001 R1J57L partition 3 4.00 MiB, chardev (236:0)
[ 3.482337] caam 31400000.caam: ERA source: device tree.
[ 3.495926] [drm] Cannot find any crtc or sizes
[ 3.497635] Alternate GPT is invalid, using primary GPT.
[ 3.501801] caam algorithms registered in /proc/crypto
[ 3.505827] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15
[ 3.512979] caam_jr 31430000.jr2: registering rng-caam
[ 3.523102] caam 31400000.caam: caam pkc algorithms registered in /proc/crypto
[ 3.531679] platform caam_sm: blkkey_ex: 8 keystore units available
[ 3.538211] caam 31400000.caam: SM test passed
[ 3.543471] usbcore: registered new interface driver usbhid
[ 3.549070] usbhid: USB HID core driver
[ 3.554212] imx8qxp_adc 5a880000.adc: Linked as a consumer to regulator.4
[ 3.563618] optee: probing for conduit method from DT.
[ 3.570854] optee: revision 3.2 (6a22e6e8)
[ 3.571028] optee: initialized driver
[ 3.586359] ***** imx8qm_acm_init *****
[ 3.613164] imx-cs42888 sound-cs42888: failed to find codec platform device
[ 3.620149] imx-cs42888: probe of sound-cs42888 failed with error -22
[ 3.627106] imx-wm8960 sound: wm8960-hifi <-> 59050000.sai mapping ok
[ 3.633592] imx-wm8960 sound: ASoC: no source widget found for ASRC-Playback
[ 3.640648] imx-wm8960 sound: ASoC: Failed to add route ASRC-Playback -> direct
-> CPU-Playback
[ 3.649361] imx-wm8960 sound: ASoC: no sink widget found for ASRC-Capture
[ 3.656152] imx-wm8960 sound: ASoC: Failed to add route CPU-Capture -> direct ->
ASRC-Capture
[ 3.664685] imx-wm8960 sound: ASoC: no DMI vendor name!
[ 3.724264] mmc1: new ultra high speed SDR104 SDHC card at address 59b4
[ 3.731500] mmcblk1: mmc1:59b4 USDU1 14.7 GiB
[ 3.737052] mmcblk1: p1 p2
[ 3.785651] imx-spdif sound-hdmi-arc: snd-soc-dummy-dai <-> 59030000.spdif
mapping ok
[ 3.793506] imx-spdif sound-hdmi-arc: ASoC: no DMI vendor name!
[ 3.802357] imx-cdnhdmi sound-hdmi-tx: i2s-hifi <-> 59090000.sai mapping ok
[ 3.809361] imx-cdnhdmi sound-hdmi-tx: ASoC: no DMI vendor name!
[ 3.816283] fsl-audmix 59840000.audmix: DAI FE name:HiFi-AUDMIX-FE-ai@59820000
[ 3.823558] fsl-audmix 59840000.audmix: DAI FE name:HiFi-AUDMIX-FE-ai@59830000
[ 3.830839] imx-audmix imx-audmix.0: DMA mask not set
[ 3.836186] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> 59820000.sai mapping
ok
[ 3.843838] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> 59830000.sai mapping
ok
[ 3.851451] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> audmix-0 mapping ok
[ 3.858721] imx-audmix imx-audmix.0: snd-soc-dummy-dai <-> audmix-1 mapping ok
[ 3.865969] imx-audmix imx-audmix.0: ASoC: no DMI vendor name!
[ 3.872919] NET: Registered protocol family 26
[ 3.877931] NET: Registered protocol family 10
[ 3.882962] Segment Routing with IPv6
[ 3.886676] NET: Registered protocol family 17
[ 3.891127] can: controller area network core (rev 20170425 abi 9)
[ 3.897422] NET: Registered protocol family 29
[ 3.901871] can: raw protocol (rev 20170425)
[ 3.906157] can: broadcast manager protocol (rev 20170425 t)
[ 3.911828] can: netlink gateway (rev 20170425) max_hops=1
[ 3.917469] Bluetooth: RFCOMM TTY layer initialized
[ 3.922366] Bluetooth: RFCOMM socket layer initialized
[ 3.927526] Bluetooth: RFCOMM ver 1.11
[ 3.931292] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 3.936609] Bluetooth: BNEP filters: protocol multicast
[ 3.941848] Bluetooth: BNEP socket layer initialized
[ 3.946820] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[ 3.952750] Bluetooth: HIDP socket layer initialized
[ 3.957764] lib80211: common routines for IEEE802.11 drivers
[ 3.963464] 9pnet: Installing 9P2000 support
[ 3.967794] Key type dns_resolver registered
[ 3.972643] registered taskstats version 1
[ 3.976769] Loading compiled-in X.509 certificates
[ 4.008611] imx8_cpufreq_init: cluster 0 running at freq 1200 MHz, suspend freq
1200 MHz
[ 4.017206] imx8_cpufreq_init: cluster 1 running at freq 1596 MHz, suspend freq
1596 MHz
[ 4.046320] imx_sc_rtc rtc: setting system clock to 1970-01-01 00:08:27 UTC
(507)
[ 4.054210] cfg80211: Loading compiled-in X.509 certificates for regulatory
database
[ 4.063116] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.069736] platform regulatory.0: Falling back to syfs fallback for:
regulatory.db
[ 4.075344] vref_1v8: disabling
[ 4.080585] ALSA device list:
[ 4.083557] #0: wm8960-audio
[ 4.086614] #1: imx-hdmi-arc
[ 4.089675] #2: imx-audio-hdmi-tx
[ 4.093166] #3: imx-audmix
[ 4.165650] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode.
Opts: (null)
[ 4.173813] VFS: Mounted root (ext4 filesystem) on device 179:98.
[ 4.183392] devtmpfs: mounted
[ 4.187009] Freeing unused kernel memory: 1472K
[ 4.192208] Run /sbin/init as init process
[ 4.345291] systemd[1]: System time before build time, advancing clock.
[ 4.361659] systemd[1]: systemd 239 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=hybrid)
[ 4.383765] systemd[1]: Detected architecture arm64.
Welcome to NXP i.MX Release Distro 4.19-warrior (warrior)!
[ 4.413410] systemd[1]: Set hostname to <imx8qmmek>.
[ 4.549571] systemd[1]: File /lib/systemd/system/systemd-journald.service:36
configures an IP firewall (IPAddressDeny=any), but the local system does not
support BPF/cgroup based firewalling.
[ 4.566937] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning
is only shown for the first loaded unit using IP firewalling.)
[ 4.736675] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.743633] systemd[1]: Started Dispatch Password Requests to Console Directory
Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.767970] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.774837] systemd[1]: Reached target Host and Network Name Lookups.
[ OK ] Reached target Host and Network Name Lookups.
[ 4.791905] random: systemd: uninitialized urandom read (16 bytes read)
[ 4.798564] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.816654] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 4.832343] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ OK ]
Listening on Syslog Socket.
[ OK ]
Created slice User and Session Slice.
[ OK ]
Reached target Slices.
[ OK ]
Reached target Remote File Systems.
[ OK ]
Listening on Journal Socket.
Mounting POSIX Message Queue File System...
Mounting Temporary Directory (/tmp)...
Starting Load Kernel Modules...
Mounting Huge Pages File System...
[ OK ] Listening on initctl Compatibility Named Pipe.
[ 4.987663] galcore: loading out-of-tree module taints kernel.
[ OK ] Listening on udev Kernel Socket.
Starting udev Coldplug all Devices...
Starting Setup Virtual Console...
[ 5.029171] Galcore version 6.4.0.228766
[ OK ] Created slice system-getty.slice.
Mounting Kernel Debug File System...
Starting Remount Root and Kernel File Systems...
[ 5.089293] EXT4-fs (mmcblk1p2): re-mounted. Opts: (null)
Starting Create list of required st…ce nodes for the current kernel...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Network Service Netlink Socket.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Reached target Paths.
[ OK ] Listening on Journal Audit Socket.
Starting Journal Service...
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Temporary Directory (/tmp).
[ OK ] Mounted Huge Pages File System.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Journal Service.
[ OK ] Mounted Kernel Debug File System.
[ OK ] Started Remount Root and Kernel File Systems.
[ OK ] Started Create list of required sta…vice nodes for the current kernel.
Starting Create Static Device Nodes in /dev...
Starting Flush Journal to Persistent Storage...
Mounting Kernel Configuration File System...
Starting Apply Kernel Variables...
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Mounted Kernel Configuration File System.
[ OK ] Started Apply Kernel Variables.
[ 5.476241] systemd-journald[2415]: Received request to flush runtime journal
from PID 1
Starting udev Kernel Device Manager...
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Containers.
Mounting /var/volatile...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Mounted /var/volatile.
Starting Load/Save Random Seed...
[ OK ] Reached target Local File Systems.
Starting Create Volatile Files and Directories...
Starting Start Psplash Boot Screen...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Volatile Files and Directories.
[ OK ] Started Start Psplash Boot Screen.
Starting Network Service...
Starting Update UTMP about System Boot/Shutdown...
[ 5.733958] [VPU Encoder] enable mu for core[0]
[ 5.750479] [VPU Encoder] vpu encoder core[0] firmware version is 1.2.4
Starting Network Time Synchronization...
[ OK ] Started Network Service.
[ OK ] Found device /dev/ttyLP0.
[ 5.834133] cfg80211: failed to load regulatory.db
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ 5.888118] fsl-audmix 59840000.audmix: Started TDM1 needed for config
propagation!
[ OK ] Created slice system-systemd\x2dbacklight.slice.
Starting Load/Save Screen Backlight…s of backlight:lvds_backlight@1...
Starting Load/Save Screen Backlight…s of backlight:lvds_backlight@0...
Starting Setup Virtual Console...
[ OK ] Started Network Time Synchronization.
[ OK ] Started Load/Save Screen Backlight …ess of backlight:lvds_backlight@1.
[ OK ] Started Load/Save Screen Backlight …ess of backlight:lvds_backlight@0.
[ OK ] Started Setup Virtual Console.
Starting Start Psplash Boot Screen...
[ OK ] Reached target System Initialization.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on RPCbind Server Activation Socket.
[ OK ] Listening on dropbear.socket.
Starting Console System Startup Logging...
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting System Logging Service...
[ OK ] Started Job spooling tools.
[ OK ] Started Periodic Command Scheduler.
Starting RPC Bind Service...
[ OK ] Started Configuration for i.MX GPU (Former rc_gpu.S).
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Started TEE Supplicant.
Starting Save/Restore Sound Card State...
Starting Telephony service...
[ OK ] Started D-Bus System Message Bus.
Starting Connection service...
Starting Network Time Service (one-shot ntpdate mode)...
[ 6.432991] fsl-audmix 59840000.audmix: Started TDM1 needed for config
propagation!
Starting Login Service...
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Daily rotation of log files.
[ OK ] Reached target Timers.
[ OK ] Started Start Psplash Boot Screen.
[ OK ] Started Console System Startup Logging.
[ OK ] Started System Logging Service.
[ OK ] Started RPC Bind Service.
[ OK ] Started Save/Restore Sound Card State.
[ OK ] Started Network Time Service (one-shot ntpdate mode).
[ 6.760811] Atheros 8031 ethernet 5b040000.ethernet-1:00: attached PHY driver
[Atheros 8031 ethernet] (mii_bus:phy_addr=5b040000.ethernet-1:00, irq=POLL)
[ 6.775889] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 7.024423] switch cluster 0 cpu-freq governor to schedutil
[ 7.056081] switch cluster 1 cpu-freq governor to schedutil
Starting Hostname Service...
Starting WPA supplicant...
[ OK ] Created slice system-systemd\x2dfsck.slice.
Starting File System Check on /dev/mmcblk1p1...
Starting File System Check on /dev/mmcblk0p11...
Starting File System Check on /dev/mmcblk0p6...
Starting File System Check on /dev/mmcblk0p10...
Starting File System Check on /dev/mmcblk0p12...
Starting File System Check on /dev/mmcblk0p5...
[ OK ] Reached target Sound Card.
Starting Kernel Logging Service...
[ OK ] Started Updates psplash to basic.
[ OK ] Started WPA supplicant.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Connection service.
[ OK ] Started Login Service.
[ OK ] Started Telephony service.
[ OK ] Reached target Network.
Starting Permit User Sessions...
[ OK ] Started Update psplash to network.
Starting Terminate Psplash Boot Screen...
Starting /etc/rc.local Compatibility...
[ OK ] Started NFS status monitor for NFSv2/3 locking..
[ OK ] Started Permit User Sessions.
[FAILED] Failed to start Terminate Psplash Boot Screen.
See 'systemctl status psplash-quit.service' for details.
[ OK ] Started /etc/rc.local Compatibility.
[ OK ] Started Getty on tty1.
Starting Weston Wayland Compositor (on tty7)...
[ OK ] Started Serial Getty on ttyLP0.
[ OK ] Started File System Check on /dev/mmcblk1p1.
[ OK ] Started Weston Wayland Compositor (on tty7).
Mounting /run/media/mmcblk1p1...
[ OK ] Started Hostname Service.
[ OK ] Mounted /run/media/mmcblk1p1.
[ OK ] Created slice system-user\x2druntime\x2ddir.slice.
[ OK ] Started /run/user/0 mount wrapper.
[ OK ] Created slice User Slice of UID 0.
Starting User Manager for UID 0...
[ OK ] Started Session c1 of user root.
[ OK ] Started Kernel Logging Service.
/: fsck 20.0% complet[ 7.739185] audit: type=1006 audit(1572034392.388:2):
pid=4443 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=1 res=1
[ OK ] Started File System Check on /dev/mmcblk0p12.
[FAILED] Failed to start File System Check on /dev/mmcblk0p6.
See 'systemctl status systemd-fsck@dev-mmcblk0p6.service' for details.
[DEPEND] Dependency failed for /run/media/mmcblk0p6.
[FAILED] Failed to start File System Check on /dev/mmcblk0p10.
See 'systemctl status systemd-fsck@dev-mmcblk0p10.service' for details.
[DEPEND] Dependency failed for /run/media/mmcblk0p10.
[FAILED] Failed to start File System Check on /dev/mmcblk0p11.
See 'systemctl status systemd-fsck@dev-mmcblk0p11.service' for details.
[DEPEND] Dependency failed for /run/media/mmcblk0p11.
[ OK ] Started User Manager for UID 0.
[FAILED] Failed to start File System Check on /dev/mmcblk0p5.
See 'systemctl status systemd-fsck@dev-mmcblk0p5.service' for details.
[DEPEND] Dependency failed for /run/media/mmcblk0p5.
Mounting /run/media/mmcblk0p12...
[ 8.039157] EXT4-fs warning (device mmcblk0p12): ext4_enable_quotas:5749: Failed
to enable quota tracking (type=0, err=-3). Please run e2fsck to fix.
[ 8.052835] EXT4-fs (mmcblk0p12): mount failed
[FAILED] Failed to mount /run/media/mmcblk0p12.
See 'systemctl status run-media-mmcblk0p12.mount' for details.
NXP i.MX Release Distro 4.19-warrior imx8qmmek ttyLP0
imx8qmmek login: