[Enter `^Ec?' for help] U-Boot 2015.01-rc3-00172-gd0a58bc (Dec 28 2014 - 23:49:42) for ODROID-XU3 CPU: Exynos5800@800MHz Board: Odroid XU3 based on EXYNOS5422 I2C: ready DRAM: 1.8 GiB trace: copying 000a7308 bytes of early data from 50000000 to aeff0000 trace: enabled MMC: EXYNOS DWMMC: 0, EXYNOS DWMMC: 1 In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 2  0 ODROID-XU3 # usb start usb start (Re)start USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found ODROID-XU3 # setenv autoload no setenv autoload no ODROID-XU3 # dhcp dhcp Waiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.201.15 (444 ms) ODROID-XU3 # setenv serverip 192.168.201.1 setenv serverip 192.168.201.1 ODROID-XU3 # tftp 0x42000000 12403075/tftp-deploy-q26ir4xj/kernel/zImage tftp 0x42000000 12403075/tftp-deploy-q26ir4xj/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.15 Filename '12403075/tftp-deploy-q26ir4xj/kernel/zImage'. Load address: 0x42000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################# 644.5 KiB/s done Bytes transferred = 8831488 (86c200 hex) ODROID-XU3 # tftp 0x43300000 12403075/tftp-deploy-q26ir4xj/ramdisk/ramdisk.cpio.gz.uboot tftp 0x43300000 12403075/tftp-deploy-q26ir4xj/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.15 Filename '12403075/tftp-deploy-q26ir4xj/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x43300000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# 637.7 KiB/s done Bytes transferred = 13344426 (cb9eaa hex) ODROID-XU3 # setenv initrd_size ${filesize} setenv initrd_size ${filesize} ODROID-XU3 # tftp 0x43000000 12403075/tftp-deploy-q26ir4xj/dtb/exynos5422-odroidxu3.dtb tftp 0x43000000 12403075/tftp-deploy-q26ir4xj/dtb/exynos5422-odroidxu3.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.201.1; our IP address is 192.168.201.15 Filename '12403075/tftp-deploy-q26ir4xj/dtb/exynos5422-odroidxu3.dtb'. Load address: 0x43000000 Loading: *T #### 8.8 KiB/s done Bytes transferred = 57294 (dfce hex) ODROID-XU3 # setenv bootargs 'console=ttySAC2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=:::::eth0:dhcp' setenv bootargs 'console=ttySAC2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=:::::eth0:dhcp' ODROID-XU3 # bootz 0x42000000 0x43300000 0x43000000 bootz 0x42000000 0x43300000 0x43000000 Kernel image @ 0x42000000 [ 0x000000 - 0x86c200 ] ## Loading init Ramdisk from Legacy Image at 43300000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 13344362 Bytes = 12.7 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 43000000 Booting using the fdt blob at 0x43000000 Loading Ramdisk to 4f346000, end 4ffffe6a ... OK Loading Device Tree to 4f335000, end 4f345fcd ... OK Starting kernel ...(fake run for tracing) Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x100 [ 0.000000] Linux version 4.19.299-cip105-rt34 (KernelCI@build-j61036-arm-gcc-10-defconfig-preempt-rt-29gm6) (gcc version 10.2.1 20210110 (Debian 10.2.1-6)) #1 SMP PREEMPT RT Thu Dec 28 19:59:37 UTC 2023 [ 0.000000] CPU: ARMv7 Processor [410fc073] revision 3 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Hardkernel Odroid XU3 [ 0.000000] earlycon: exynos4210 at MMIO 0x12c20000 (options '115200n8') <6>[ 0.000000] bootconsole [exynos4210] enabled <6>[ 0.000000] Memory policy: Data cache writealloc <6>[ 0.000000] efi: Getting EFI parameters from FDT: <6>[ 0.000000] efi: UEFI not found. <6>[ 0.000000] cma: Reserved 64 MiB at 0xac000000 <6>[ 0.000000] Samsung CPU ID: 0xe5422001 <6>[ 0.000000] Running under secure firmware. <6>[ 0.000000] percpu: Embedded 17 pages/cpu s38944 r8192 d22496 u69632 <6>[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 457216 <5>[ 0.000000] Kernel command line: console=ttySAC2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon deferred_probe_timeout=60 ip=:::::eth0:dhcp <6>[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) <6>[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) <6>[ 0.000000] Memory: 1718488K/1835008K available (12288K kernel code, 1636K rwdata, 4696K rodata, 2048K init, 406K bss, 50984K reserved, 65536K cma-reserved, 983040K highmem) <5>[ 0.000000] Virtual kernel memory layout: <5>[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) <5>[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) <5>[ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) <5>[ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) <5>[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) <5>[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) <5>[ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (13280 kB) <5>[ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (2048 kB) <5>[ 0.000000] .data : 0x(ptrval) - 0x(ptrval) (1637 kB) <5>[ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 407 kB) <6>[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1 <6>[ 0.000000] rcu: Preemptible hierarchical RCU implementation. <6>[ 0.000000] rcu: RCU event tracing is enabled. <6>[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=8. <6>[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms. <6>[ 0.000000] No expedited grace period (rcu_normal_after_boot). <6>[ 0.000000] Tasks RCU enabled. <6>[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8 <6>[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 <6>[ 0.000000] GIC: Using split EOI/Deactivate mode <6>[ 0.000000] Switching to timer-based delay loop, resolution 41ns <6>[ 0.000000] clocksource: mct-frc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns <6>[ 0.000008] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns <4>[ 0.000028] genirq: irq_chip COMBINER did not update eff. affinity mask of irq 49 <6>[ 0.006965] Console: colour dummy device 80x30 <6>[ 0.252009] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000) <6>[ 0.252020] CPU: Testing write buffer coherency: ok <6>[ 0.252079] pid_max: default: 32768 minimum: 301 <6>[ 0.252274] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.252295] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) <6>[ 0.254082] CPU0: thread -1, cpu 0, socket 1, mpidr 80000100 <6>[ 0.294431] Setting up static identity map for 0x40300000 - 0x403000a0 <6>[ 0.300619] ARM CCI driver probed <6>[ 0.303734] Exynos MCPM support installed <6>[ 0.310408] rcu: Hierarchical SRCU implementation. <6>[ 0.319705] EFI services will not be available. <6>[ 0.323830] smp: Bringing up secondary CPUs ... <6>[ 0.329507] CPU1: thread -1, cpu 1, socket 1, mpidr 80000101 <6>[ 0.331545] CPU2: thread -1, cpu 2, socket 1, mpidr 80000102 <6>[ 0.333417] CPU3: thread -1, cpu 3, socket 1, mpidr 80000103 <6>[ 0.335299] CPU4: thread -1, cpu 0, socket 0, mpidr 80000000 <6>[ 0.335307] CPU4: Spectre v2: using ICIALLU workaround <6>[ 0.335313] CPU4: Spectre BHB: enabling loop workaround for all CPUs <6>[ 0.337249] CPU5: thread -1, cpu 1, socket 0, mpidr 80000001 <6>[ 0.337255] CPU5: Spectre v2: using ICIALLU workaround <6>[ 0.339200] CPU6: thread -1, cpu 2, socket 0, mpidr 80000002 <6>[ 0.339206] CPU6: Spectre v2: using ICIALLU workaround <6>[ 0.341272] CPU7: thread -1, cpu 3, socket 0, mpidr 80000003 <6>[ 0.341278] CPU7: Spectre v2: using ICIALLU workaround <6>[ 0.341522] smp: Brought up 1 node, 8 CPUs <6>[ 0.413741] SMP: Total of 8 processors activated (384.00 BogoMIPS). <6>[ 0.420234] CPU: All CPU(s) started in HYP mode. <6>[ 0.425083] CPU: Virtualization extensions available. <6>[ 0.432398] devtmpfs: initialized <6>[ 0.463102] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 3 <6>[ 0.470593] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns <6>[ 0.479628] futex hash table entries: 2048 (order: 5, 131072 bytes) <6>[ 0.489657] pinctrl core: initialized pinctrl subsystem <6>[ 0.497135] DMI not present or invalid. <6>[ 0.501157] NET: Registered protocol family 16 <6>[ 0.511001] DMA: preallocated 256 KiB pool for atomic coherent allocations <6>[ 0.523279] cpuidle: using governor menu <6>[ 0.526304] No ATAGs? <6>[ 0.526587] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. <6>[ 0.536743] hw-breakpoint: maximum watchpoint size is 8 bytes. <6>[ 0.547631] Serial: AMBA PL011 UART driver <6>[ 0.639691] EXYNOS5420 PMU initialized <6>[ 0.705260] vgaarb: loaded <5>[ 0.708345] SCSI subsystem initialized <6>[ 0.711659] usbcore: registered new interface driver usbfs <6>[ 0.716678] usbcore: registered new interface driver hub <6>[ 0.722241] usbcore: registered new device driver usb <6>[ 0.730074] s3c-i2c 12c60000.i2c: slave address 0x00 <6>[ 0.733832] s3c-i2c 12c60000.i2c: bus frequency set to 65 KHz <6>[ 0.741622] s3c-i2c 12c60000.i2c: i2c-0: S3C I2C adapter <6>[ 0.745963] s3c-i2c 12c80000.i2c: slave address 0x00 <6>[ 0.750924] s3c-i2c 12c80000.i2c: bus frequency set to 65 KHz <6>[ 0.757533] s3c-i2c 12c80000.i2c: i2c-2: S3C I2C adapter <6>[ 0.764613] pps_core: LinuxPPS API ver. 1 registered <6>[ 0.768356] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <6>[ 0.777748] PTP clock support registered <6>[ 0.782333] EDAC MC: Ver: 3.0.0 <6>[ 0.790580] clocksource: Switched to clocksource mct-frc <6>[ 0.917765] NET: Registered protocol family 2 <6>[ 0.921448] IP idents hash table entries: 16384 (order: 5, 131072 bytes) <6>[ 0.929183] tcp_listen_portaddr_hash hash table entries: 512 (order: 2, 16384 bytes) <6>[ 0.935871] TCP established hash table entries: 8192 (order: 3, 32768 bytes) <6>[ 0.943221] TCP bind hash table entries: 8192 (order: 5, 229376 bytes) <6>[ 0.950208] TCP: Hash tables configured (established 8192 bind 8192) <6>[ 0.956787] UDP hash table entries: 512 (order: 3, 32768 bytes) <6>[ 0.962665] UDP-Lite hash table entries: 512 (order: 3, 32768 bytes) <6>[ 0.969585] NET: Registered protocol family 1 <6>[ 0.974799] RPC: Registered named UNIX socket transport module. <6>[ 0.979923] RPC: Registered udp transport module. <6>[ 0.984867] RPC: Registered tcp transport module. <6>[ 0.989801] RPC: Registered tcp NFSv4.1 backchannel transport module. <6>[ 0.997408] Trying to unpack rootfs image as initramfs... <6>[ 2.317575] Freeing initrd memory: 13032K <6>[ 2.321891] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 5 counters available <6>[ 2.329743] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available <5>[ 2.341376] Initialise system trusted keyrings <6>[ 2.344992] workingset: timestamp_bits=30 max_order=19 bucket_order=0 <6>[ 2.366743] squashfs: version 4.0 (2009/01/31) Phillip Lougher <5>[ 2.372745] NFS: Registering the id_resolver key type <5>[ 2.376762] Key type id_resolver registered <5>[ 2.381064] Key type id_legacy registered <6>[ 2.385383] ntfs: driver 2.1.32 [Flags: R/O]. <5>[ 2.393215] Key type asymmetric registered <5>[ 2.396097] Asymmetric key parser 'x509' registered <6>[ 2.401390] bounce: pool size: 64 pages <6>[ 2.405326] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) <6>[ 2.412914] io scheduler noop registered <6>[ 2.417067] io scheduler deadline registered <6>[ 2.422019] io scheduler cfq registered (default) <6>[ 2.426513] io scheduler mq-deadline registered <6>[ 2.431282] io scheduler kyber registered <4>[ 2.449982] exynos5_usb3drd_phy 12100000.phy: 12100000.phy supply vbus not found, using dummy regulator <6>[ 2.458275] exynos5_usb3drd_phy 12100000.phy: Linked as a consumer to regulator.0 <4>[ 2.465877] exynos5_usb3drd_phy 12100000.phy: 12100000.phy supply vbus-boost not found, using dummy regulator <4>[ 2.476575] exynos5_usb3drd_phy 12500000.phy: 12500000.phy supply vbus not found, using dummy regulator <6>[ 2.485729] exynos5_usb3drd_phy 12500000.phy: Linked as a consumer to regulator.0 <4>[ 2.493344] exynos5_usb3drd_phy 12500000.phy: 12500000.phy supply vbus-boost not found, using dummy regulator <6>[ 2.556210] dma-pl330 121a0000.pdma: Loaded driver for PL330 DMAC-241330 <6>[ 2.561701] dma-pl330 121a0000.pdma: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32 <6>[ 2.574803] dma-pl330 121b0000.pdma: Loaded driver for PL330 DMAC-241330 <6>[ 2.580291] dma-pl330 121b0000.pdma: DBUFF-32x4bytes Num_Chans-8 Num_Peri-32 Num_Events-32 <6>[ 2.590387] dma-pl330 10800000.mdma: Loaded driver for PL330 DMAC-241330 <6>[ 2.595895] dma-pl330 10800000.mdma: DBUFF-64x8bytes Num_Chans-8 Num_Peri-1 Num_Events-32 <6>[ 2.717434] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled <6>[ 2.728905] 12c00000.serial: ttySAC0 at MMIO 0x12c00000 (irq = 58, base_baud = 0) is a S3C6400/10 <6>[ 2.737322] 12c10000.serial: ttySAC1 at MMIO 0x12c10000 (irq = 59, base_baud = 0) is a S3C<6>[ 2.746353] 12c20000.serial: ttySAC2 at MMIO 0x12c20000 (irq = 60, base_baud = 0) is a S3C6400/10 <6>[ 2.754085] console [ttySAC2] enabled <6>[ 2.754085] console [ttySAC2] enabled <6>[ 2.761795] bootconsole [exynos4210] disabled <6>[ 2.761795] bootconsole [exynos4210] disabled <6>[ 2.771733] 12c30000.serial: ttySAC3 at MMIO 0x12c30000 (irq = 61, base_baud = 0) is a S3C6400/10 <6>[ 2.781474] SuperH (H)SCI(F) driver initialized <6>[ 2.787441] msm_serial: driver initialized <6>[ 2.790863] STMicroelectronics ASC driver initialized <6>[ 2.799004] STM32 USART driver initialized <6>[ 2.803667] exynos-trng 10830600.rng: Exynos True Random Number Generator. <6>[ 2.843294] brd: module loaded <6>[ 2.861725] loop: module loaded <6>[ 2.889462] CAN device driver interface <6>[ 2.894326] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded <6>[ 2.901713] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k <6>[ 2.906320] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. <6>[ 2.912572] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k <6>[ 2.919665] igb: Copyright (c) 2007-2014 Intel Corporation. <6>[ 2.935968] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver <6>[ 2.942217] usbcore: registered new interface driver pegasus <6>[ 2.948107] usbcore: registered new interface driver asix <6>[ 2.953739] usbcore: registered new interface driver ax88179_178a <6>[ 2.960045] usbcore: registered new interface driver cdc_ether <6>[ 2.966153] usbcore: registered new interface driver smsc75xx <6>[ 2.972119] usbcore: registered new interface driver smsc95xx <6>[ 2.978068] usbcore: registered new interface driver net1080 <6>[ 2.983968] usbcore: registered new interface driver cdc_subset <6>[ 2.990113] usbcore: registered new interface driver zaurus <6>[ 2.995998] usbcore: registered new interface driver cdc_ncm <6>[ 3.007412] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver <6>[ 3.012723] ehci-pci: EHCI PCI platform driver <6>[ 3.017465] ehci-platform: EHCI generic platform driver <6>[ 3.023365] ehci-orion: EHCI orion driver <6>[ 3.027506] SPEAr-ehci: EHCI SPEAr driver <6>[ 3.031729] ehci-st: EHCI STMicroelectronics driver <6>[ 3.036847] ehci-exynos: EHCI EXYNOS driver <6>[ 3.041414] ehci-atmel: EHCI Atmel driver <6>[ 3.045489] tegra-ehci: Tegra EHCI driver <6>[ 3.049767] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver <6>[ 3.055817] ohci-pci: OHCI PCI platform driver <6>[ 3.060540] ohci-platform: OHCI generic platform driver <6>[ 3.066387] SPEAr-ohci: OHCI SPEAr driver <6>[ 3.070533] ohci-st: OHCI STMicroelectronics driver <6>[ 3.075654] ohci-atmel: OHCI Atmel driver <6>[ 3.081319] usbcore: registered new interface driver usb-storage <6>[ 3.099765] i2c /dev entries driver <6>[ 3.121366] vdd_ldo9: Bringing 3300000uV into 3000000-3000000uV <6>[ 3.136176] vddq_mmc2: Bringing 3300000uV into 2800000-2800000uV <6>[ 3.153658] vdd_sd: Bringing 3300000uV into 2800000-2800000uV <6>[ 3.234970] exynos-tmu 10060000.tmu: Linked as a consumer to regulator.7 <6>[ 3.240790] exynos-tmu 10060000.tmu: More trip points than supported by this TMU. <6>[ 3.248167] exynos-tmu 10060000.tmu: 2 trip points should be configured in polling mode. <6>[ 3.257649] exynos-tmu 10064000.tmu: Linked as a consumer to regulator.7 <6>[ 3.263579] exynos-tmu 10064000.tmu: More trip points than supported by this TMU. <6>[ 3.271133] exynos-tmu 10064000.tmu: 2 trip points should be configured in polling mode. <6>[ 3.280735] exynos-tmu 10068000.tmu: Linked as a consumer to regulator.7 <6>[ 3.286565] exynos-tmu 10068000.tmu: More trip points than supported by this TMU. <6>[ 3.294098] exynos-tmu 10068000.tmu: 2 trip points should be configured in polling mode. <6>[ 3.303531] exynos-tmu 1006c000.tmu: Linked as a consumer to regulator.7 <6>[ 3.309533] exynos-tmu 1006c000.tmu: More trip points than supported by this TMU. <6>[ 3.317061] exynos-tmu 1006c000.tmu: 2 trip points should be configured in polling mode. <6>[ 3.326489] exynos-tmu 100a0000.tmu: Linked as a consumer to regulator.7 <6>[ 3.346246] cpu cpu0: Linked as a consumer to regulator.44 <6>[ 3.350801] cpu cpu0: Dropping the link to regulator.44 <6>[ 3.356849] cpu cpu0: Linked as a consumer to regulator.44 <6>[ 3.366502] cpu cpu4: Linked as a consumer to regulator.40 <6>[ 3.378424] sdhci: Secure Digital Host Controller Interface driver <6>[ 3.383389] sdhci: Copyright(c) Pierre Ossman <6>[ 3.391179] Synopsys Designware Multimedia Card Interface Driver <6>[ 3.397313] dwmmc_exynos 12200000.mmc: IDMAC supports 32-bit address mode. <6>[ 3.403275] dwmmc_exynos 12200000.mmc: Using internal DMA controller. <6>[ 3.409756] dwmmc_exynos 12200000.mmc: Version ID is 250a <6>[ 3.416029] dwmmc_exynos 12200000.mmc: DW MMC controller at irq 89,64 bit host data width,64 deep fifo <6>[ 3.425129] dwmmc_exynos 12200000.mmc: Linked as a consumer to regulator.18 <6>[ 3.432206] dwmmc_exynos 12200000.mmc: Linked as a consumer to regulator.3 <6>[ 3.439322] dwmmc_exynos 12200000.mmc: allocated mmc-pwrseq <6>[ 3.461988] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63) <6>[ 3.484056] dwmmc_exynos 12220000.mmc: IDMAC supports 32-bit address mode. <6>[ 3.489922] dwmmc_exynos 12220000.mmc: Using internal DMA controller. <6>[ 3.496433] dwmmc_exynos 12220000.mmc: Version ID is 250a <6>[ 3.502738] dwmmc_exynos 12220000.mmc: DW MMC controller at irq 90,64 bit host data width,64 deep fifo <6>[ 3.511901] dwmmc_exynos 12220000.mmc: Linked as a consumer to regulator.19 <6>[ 3.518940] dwmmc_exynos 12220000.mmc: Linked as a consumer to regulator.13 <6>[ 3.543677] mmc_host mmc1: Bus speed (slot 0) = 50000000Hz (slot req 400000Hz, actual 396825HZ div = 63) <6>[ 3.569629] sdhci-pltfm: SDHCI platform and OF driver helper <6>[ 3.585585] usbcore: registered new interface driver usbhid <6>[ 3.589946] usbhid: USB HID core driver <6>[ 3.605788] NET: Registered protocol family 10 <6>[ 3.611214] Segment Routing with IPv6 <6>[ 3.613753] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver <6>[ 3.620874] NET: Registered protocol family 17 <6>[ 3.624538] can: controller area network core (rev 20170425 abi 9) <6>[ 3.631085] NET: Registered protocol family 29 <6>[ 3.635593] can: raw protocol (rev 20170425) <6>[ 3.640125] can: broadcast manager protocol (rev 20170425 t) <6>[ 3.646007] can: netlink gateway (rev 20170425) max_hops=1 <5>[ 3.652616] Key type dns_resolver registered <6>[ 3.657140] ThumbEE CPU extension supported. <5>[ 3.660743] Registering SWP/SWPB emulation handler <5>[ 3.667165] Loading compiled-in X.509 certificates <6>[ 3.728923] exynos-dwc3 soc:usb3-0: Linked as a consumer to regulator.9 <6>[ 3.734980] exynos-dwc3 soc:usb3-0: Linked as a consumer to regulator.11 <3>[ 3.752998] dwc3 12000000.dwc3: Failed to get clk 'ref': -2 <6>[ 3.761326] mmc_host mmc0: Bus speed (slot 0) = 200000000Hz (slot req 200000000Hz, actual 200000000HZ div = 0) <6>[ 3.771961] mmc_host mmc0: Bus speed (slot 0) = 50000000Hz (slot req 52000000Hz, actual 50000000HZ div = 0) <6>[ 3.786458] mmc_host mmc0: Bus speed (slot 0) = 400000000Hz (slot req 200000000Hz, actual 200000000HZ div = 1) <6>[ 3.796477] mmc0: new HS400 MMC card at address 0001 <6>[ 3.805388] mmcblk0: mmc0:0001 SDW32G 29.1 GiB <6>[ 3.812937] mmcblk0boot0: mmc0:0001 SDW32G partition 1 4.00 MiB <6>[ 3.821886] mmcblk0boot1: mmc0:0001 SDW32G partition 2 4.00 MiB <6>[ 3.827018] mmcblk0rpmb: mmc0:0001 SDW32G partition 3 4.00 MiB, chardev (235:0) <6>[ 3.832230] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller <6>[ 3.832269] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 1 <6>[ 3.832870] xhci-hcd xhci-hcd.5.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010 <6>[ 3.850715] xhci-hcd xhci-hcd.5.auto: irq 153, io mem 0x12000000 <6>[ 3.861049] hub 1-0:1.0: USB hub found <6>[ 3.861107] hub 1-0:1.0: 1 port detected <6>[ 3.861570] xhci-hcd xhci-hcd.5.auto: xHCI Host Controller <6>[ 3.861590] xhci-hcd xhci-hcd.5.auto: new USB bus registered, assigned bus number 2 <6>[ 3.861609] xhci-hcd xhci-hcd.5.auto: Host supports USB 3.0 SuperSpeed <6>[ 3.861741] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM. <6>[ 3.870971] hub 2-0:1.0: USB hub found <6>[ 3.871019] hub 2-0:1.0: 1 port detected <6>[ 3.890654] exynos-dwc3 soc:usb3-1: Linked as a consumer to regulator.9 <6>[ 3.910636] exynos-dwc3 soc:usb3-1: Linked as a consumer to regulator.11 <3>[ 3.914730] dwc3 12400000.dwc3: Failed to get clk 'ref': -2 <6>[ 3.915369] dwc3 12400000.dwc3: changing max_speed on rev 5533200a <6>[ 3.959824] input: gpio_keys as /devices/platform/gpio_keys/input/input0 <6>[ 3.965656] hctosys: unable to open rtc device (rtc0) <6>[ 3.978942] mmcblk0: p1 p2 <6>[ 5.682623] dma-pl330 3880000.adma: Loaded driver for PL330 DMAC-241330 <6>[ 5.688096] dma-pl330 3880000.adma: DBUFF-4x8bytes Num_Chans-6 Num_Peri-16 Num_Events-6 <4>[ 5.720780] dma-pl330 3880000.adma: PM domain MAU will not be powered off <6>[ 16.515767] Freeing unused kernel memory: 2048K <6>[ 16.519984] Run /init as init process Starting syslogd: OK Starting klogd: OK Running sysctl: OK Populating /dev using udev: <30>[ 16.666925] udevd[174]: starting version 3.2.9 <5>[ 16.671343] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 16.677131] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 16.683664] random: udevd: uninitialized urandom read (16 bytes read) <27>[ 16.696625] udevd[174]: specified user 'tss' unknown <27>[ 16.700516] udevd[174]: specified group 'tss' unknown <30>[ 16.714159] udevd[175]: starting eudev-3.2.9 <5>[ 17.800202] random: udevd: uninitialized urandom read (16 bytes read) <5>[ 17.822930] random: udevd: uninitialized urandom read (16 bytes read) <6>[ 17.898899] s5p-secss 10830000.sss: s5p-sss driver registered <6>[ 17.982465] media: Linux media interface: v0.10 <6>[ 18.016613] videodev: Linux video capture interface: v2.00 <6>[ 18.019798] ohci-exynos: OHCI EXYNOS driver <4>[ 18.020886] samsung-usb2-phy 12130000.phy: 12130000.phy supply vbus not found, using dummy regulator <6>[ 18.031345] samsung-usb2-phy 12130000.phy: Linked as a consumer to regulator.0 <6>[ 18.055200] exynos-ehci 12110000.usb: EHCI Host Controller <6>[ 18.059931] exynos-ehci 12110000.usb: new USB bus registered, assigned bus number 3 <6>[ 18.068183] exynos-ehci 12110000.usb: irq 87, io mem 0x12110000 <6>[ 18.110706] exynos-ehci 12110000.usb: USB 2.0 started, EHCI 1.00 <6>[ 18.154487] hub 3-0:1.0: USB hub found <6>[ 18.157090] hub 3-0:1.0: 3 ports detected <4>[ 18.183445] s5p-mfc 11000000.codec: ignoring dependency for device, assuming no driver <4>[ 18.200791] s5p-jpeg 11f50000.jpeg: ignoring dependency for device, assuming no driver <6>[ 18.215974] s5p-jpeg 11f50000.jpeg: encoder device registered as /dev/video0 <6>[ 18.219235] exynos-ohci 12120000.usb: USB Host Controller <6>[ 18.221534] exynos-ohci 12120000.usb: new USB bus registered, assigned bus number 4 <6>[ 18.222210] exynos-ohci 12120000.usb: irq 87, io mem 0x12120000 <6>[ 18.222361] s5p-mfc 11000000.codec: preallocated 8 MiB buffer for the firmware and context buffers <4>[ 18.222508] s5p-mfc 11000000.codec: Direct firmware load for s5p-mfc-v8.fw failed with error -2 <3>[ 18.222521] s5p_mfc_load_firmware:73: Firmware is not present in the /lib/firmware directory nor compiled in kernel <6>[ 18.229715] ina2xx 0-0040: power monitor ina231 (Rshunt = 10000 uOhm) <6>[ 18.232725] s5p-mfc 11000000.codec: decoder registered as /dev/video1 <6>[ 18.240755] exynos-adc 12d10000.adc: Linked as a consumer to regulator.4 <6>[ 18.241219] s5p-mfc 11000000.codec: encoder registered as /dev/video2 <6>[ 18.242045] ina2xx 0-0041: power monitor ina231 (Rshunt = 10000 uOhm) <6>[ 18.253828] ina2xx 0-0044: power monitor ina231 (Rshunt = 10000 uOhm) <6>[ 18.266807] ina2xx 0-0045: power monitor ina231 (Rshunt = 10000 uOhm) <6>[ 18.328013] s5m-rtc s2mps14-rtc: rtc core: registered s5m-rtc as rtc0 <6>[ 18.333348] s5p-jpeg 11f50000.jpeg: decoder device registered as /dev/video3 <6>[ 18.336640] hub 4-0:1.0: USB hub found <6>[ 18.336695] hub 4-0:1.0: 3 ports detected <6>[ 18.348757] s5p-jpeg 11f50000.jpeg: Samsung S5P JPEG codec <4>[ 18.354669] s5p-jpeg 11f60000.jpeg: ignoring dependency for device, assuming no driver <6>[ 18.370452] s5p-jpeg 11f60000.jpeg: encoder device registered as /dev/video4 <6>[ 18.379584] s5p-jpeg 11f60000.jpeg: decoder device registered as /dev/video5 <6>[ 18.385425] s5p-jpeg 11f60000.jpeg: Samsung S5P JPEG codec <6>[ 18.386018] s3c-rtc 101e0000.rtc: rtc disabled, re-enabling <6>[ 18.392020] s3c-rtc 101e0000.rtc: rtc core: registered s3c as rtc1 <4>[ 18.458991] exynos-gsc 13e00000.video-scaler: ignoring dependency for device, assuming no driver <6>[ 18.470684] usb 3-1: new high-speed USB device number 2 using exynos-ehci <4>[ 18.472452] exynos-gsc 13e10000.video-scaler: ignoring dependency for device, assuming no driver <4>[ 18.473802] exynos-mixer 14450000.mixer: ignoring dependency for device, assuming no driver <6>[ 18.476914] exynos-hdmi 14530000.hdmi: Linked as a consumer to regulator.6 <6>[ 18.477494] exynos-hdmi 14530000.hdmi: Linked as a consumer to regulator.7 <3>[ 18.478109] OF: graph: no port node found in /soc/hdmi@14530000 <6>[ 18.484663] [drm] Exynos DRM: using 14450000.mixer device for DMA mapping operations <6>[ 18.491421] exynos-drm exynos-drm: bound 14450000.mixer (ops mixer_component_ops [exynosdrm]) <6>[ 18.491508] exynos-drm exynos-drm: bound 14530000.hdmi (ops hdmi_component_ops [exynosdrm]) <6>[ 18.491515] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). <6>[ 18.491519] [drm] No driver support for vblank timestamp query. <6>[ 18.491557] [drm] Cannot find any crtc or sizes <6>[ 18.491775] [drm] Cannot find any crtc or sizes <6>[ 18.562035] [drm] Initialized exynos 1.1.0 20180330 for exynos-drm on minor 0 <4>[ 18.717523] s5p-mfc 11000000.codec: Direct firmware load for s5p-mfc-v8.fw failed with error -2 <3>[ 18.725041] s5p_mfc_load_firmware:73: Firmware is not present in the /lib/firmware directory nor compiled in kernel <4>[ 18.736821] s5p-mfc 11000000.codec: Direct firmware load for s5p-mfc-v8.fw failed with error -2 <3>[ 18.744589] s5p_mfc_load_firmware:73: Firmware is not present in the /lib/firmware directory nor compiled in kernel <6>[ 18.780282] hub 3-1:1.0: USB hub found <6>[ 18.783029] hub 3-1:1.0: 5 ports detected <4>[ 18.988248] usb_phy_generic usb_phy_generic.3.auto: usb_phy_generic.3.auto supply vcc not found, using dummy regulator <6>[ 18.999113] usb_phy_generic usb_phy_generic.3.auto: Linked as a consumer to regulator.0 <4>[ 19.009227] usb_phy_generic usb_phy_generic.4.auto: usb_phy_generic.4.auto supply vcc not found, using dummy regulator <6>[ 19.019045] usb_phy_generic usb_phy_generic.4.auto: Linked as a consumer to regulator.0 <4>[ 19.028391] usb_phy_generic usb_phy_generic.6.auto: usb_phy_generic.6.auto supply vcc not found, using dummy regulator <6>[ 19.038300] usb_phy_generic usb_phy_generic.6.auto: Linked as a consumer to regulator.0 <4>[ 19.051296] usb_phy_generic usb_phy_generic.7.auto: usb_phy_generic.7.auto supply vcc not found, using dummy regulator <6>[ 19.061379] usb_phy_generic usb_phy_generic.7.auto: Linked as a consumer to regulator.0 <6>[ 19.130746] usb 3-1.1: new high-speed USB device number 3 using exynos-ehci <6>[ 19.171159] max98090 5-0010: MAX98090 REVID=0x43 <6>[ 19.176895] max98090 5-0010: use default 2.8v micbias <6>[ 19.187213] odroid-audio sound: multicodec <-> samsung-i2s mapping ok <4>[ 19.192530] odroid-audio sound: ASoC: no DMI vendor name! <6>[ 19.310412] smsc95xx v1.0.6 <6>[ 19.428842] smsc95xx 3-1.1:1.0 eth0: register 'smsc95xx' at usb-12110000.usb-1.1, smsc95xx USB 2.0 Ethernet, 4a:38:ec:c3:4a:2e done Saving random seed: <5>[ 19.466347] random: dd: uninitialized urandom read (32 bytes read) OK Starting network: OK Starting dropbear sshd: <5>[ 19.584943] random: dropbear: uninitialized urandom read (32 bytes read) OK /bin/sh: can't access tty; job control turned off / # / # # # / # export SHELL=/bin/sh export SHELL=/bin/sh / # . /lava-12403075/environment . /lava-12403075/environment / # /lava-12403075/bin/lava-test-runner /lava-12403075/0 /lava-12403075/bin/lava-test-runner /lava-12403075/0 + export 'TESTRUN_ID=0_dmesg' + cd /lava-12403075/0/tests/0_dmesg + cat uuid + UUID=1240307<8>[ 20.181510] 5_1.5.2.4.1 + set +x + KERNELCI_LAVA=y /bin/sh /opt/kernelci/dmesg.sh <8>[ 20.233518] <8>[ 20.281751] <8>[ 20.325799] <8>[ 20.334142] + set +x / # # export SHELL=/bin/sh # / # export SHELL=/bin/sh. /lava-12403075/environment / # . /lava-12403075/environment/lava-12403075/bin/lava-test-runner /lava-12403075/1 / # /lava-12403075/bin/lava-test-runner /lava-12403075/1 + export 'TESTRUN_ID=1_bootrr' + cd /lava-12403075/1/tests/1_bootrr + cat uuid + UUID=12403075_<8>[ 20.856274] 1.5.2.4.5 + set +x + export 'PATH=/opt/bootrr/libexec/bootrr/helpers:/lava-12403075/1/../bin:/sbin:/usr/sbin:/bin:/usr/bin' + cd /opt/bootrr/libexec/bootrr + sh helpers/bootrr-auto /lava-12403075/1/../bin/lava-test-case <8>[ 20.930214] /lava-12403075/1/../bin/lava-test-case <8>[ 20.983579] /lava-12403075/1/../bin/lava-test-case <8>[ 21.009480] + set<8>[ 21.034347] +x / #