U-Boot SPL 2015.04-rc3-00209-ga74ef40 (Mar 16 2015 - 14:43:39) U-Boot 2015.04-rc3-00209-ga74ef40 (Mar 16 2015 - 14:43:39) TEGRA20 Model: Compulab TrimSlice board DRAM: 1 GiB MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1 SF: Detected W25Q80BL with page size 256 Bytes, erase size 4 KiB, total 1 MiB tegra-pcie: PCI regions: tegra-pcie: I/O: 0x82000000-0x82010000 tegra-pcie: non-prefetchable memory: 0xa0000000-0xa8000000 tegra-pcie: prefetchable memory: 0xa8000000-0xc0000000 tegra-pcie: dual-mode configuration tegra-pcie: probing port 0, using 2 lanes In: serial Out: serial Err: serial Net: RTL8169#0 Hit any key to stop autoboot: 2  0 Tegra20 (TrimSlice) # Tegra20 (TrimSlice) # usb reset resetting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found USB1: USB EHCI 1.00 scanning bus 1 for devices... 1 USB Device(s) found USB2: lowlevel init failed scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... Warning: asx0 using MAC address from net device 1 Ethernet Device(s) found Tegra20 (TrimSlice) # setenv bootargs 'ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=11eb23c1-01 rootwait gpt debug noinitrd earlyprintk init=/bin/bash' Tegra20 (TrimSlice) # setenv ipaddr 192.168.100.103; setenv serverip 192.168.100.1; setenv tftpserverip 192.168.100.1 Tegra20 (TrimSlice) # tftpboot 0x00408000 zImage.tegra_defconfig Using RTL8169#0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.103 Filename 'zImage.tegra_defconfig'. Load address: 0x408000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################ 4.1 MiB/s done Bytes transferred = 6192624 (5e7df0 hex) Tegra20 (TrimSlice) # tftpboot 0x02408000 tegra20-trimslice.dtb Using RTL8169#0 device TFTP from server 192.168.100.1; our IP address is 192.168.100.103 Filename 'tegra20-trimslice.dtb'. Load address: 0x2408000 Loading: *## 3.4 MiB/s done Bytes transferred = 21160 (52a8 hex) Tegra20 (TrimSlice) # bootz 0x00408000 - 0x02408000 Kernel image @ 0x408000 [ 0x000000 - 0x5e7df0 ] ## Flattened Device Tree blob at 02408000 Booting using the fdt blob at 0x2408000 Using Device Tree in place at 02408000, end 024102a7 Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.15.0-rc1-next-20171128-14923-g5bef298 (jonathanh@kaivo) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04)) #1 SMP PREEMPT Mon Nov 27 20:02:56 PST 2017 [ 0.000000] CPU: ARMv7 Processor [411fc090] revision 0 (ARMv7), cr=10c5387d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] OF: fdt: Machine model: Compulab TrimSlice board [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] bootconsole [earlycon0] enabled [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] cma: Reserved 64 MiB at 0x3c000000 [ 0.000000] On node 0 totalpages: 262144 [ 0.000000] Normal zone: 1536 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 196608 pages, LIFO batch:31 [ 0.000000] HighMem zone: 65536 pages, LIFO batch:15 [ 0.000000] random: fast init done [ 0.000000] percpu: Embedded 17 pages/cpu @ef7c6000 s39296 r8192 d22144 u69632 [ 0.000000] pcpu-alloc: s39296 r8192 d22144 u69632 alloc=17*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 260608 [ 0.000000] Kernel command line: ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=11eb23c1-01 rootwait gpt debug noinitrd earlyprintk init=/bin/bash [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Memory: 959424K/1048576K available (9216K kernel code, 778K rwdata, 2560K rodata, 1024K init, 299K bss, 23616K reserved, 65536K cma-reserved, 196608K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0a00000 (10208 kB) [ 0.000000] .init : 0xc0d00000 - 0xc0e00000 (1024 kB) [ 0.000000] .data : 0xc0e00000 - 0xc0ec2ba4 ( 779 kB) [ 0.000000] .bss : 0xc0ec2ba4 - 0xc0f0d7ec ( 300 kB) [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2. [ 0.000000] Tasks RCU enabled. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2 [ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16 [ 0.000000] /interrupt-controller@60004000: 128 interrupts forwarded to /interrupt-controller@50041000 [ 0.000000] L2C: platform modifies aux control register: 0x02080000 -> 0x3e480001 [ 0.000000] L2C: DT/platform modifies aux control register: 0x02080000 -> 0x3e480001 [ 0.000000] L2C-310 errata 727915 769419 enabled [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9 [ 0.000000] L2C-310: enabling full line of zeros but not enabled in Cortex-A9 [ 0.000000] L2C-310 ID prefetch enabled, offset 1 lines [ 0.000000] L2C-310 cache controller enabled, 8 ways, 1024 kB [ 0.000000] L2C-310: CACHE_ID 0x410000c4, AUX_CTRL 0x7e480001 [ 0.000009] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [ 0.008267] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.017795] Switching to timer-based delay loop, resolution 1000ns [ 0.024657] Console: colour dummy device 80x30 [ 0.029021] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=10000) [ 0.039157] pid_max: default: 32768 minimum: 301 [ 0.044181] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.050711] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.058549] CPU: Testing write buffer coherency: ok [ 0.063645] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.100011] Setting up static identity map for 0x100000 - 0x1000a0 [ 0.106227] Hierarchical SRCU implementation. [ 0.130297] Tegra Revision: A03 prime SKU: 8 CPU Process: 1 SoC Process: 2 [ 0.149971] smp: Bringing up secondary CPUs ... [ 0.200605] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.200693] smp: Brought up 1 node, 2 CPUs [ 0.210363] SMP: Total of 2 processors activated (4.00 BogoMIPS). [ 0.216392] CPU: All CPU(s) started in SVC mode. [ 0.222091] devtmpfs: initialized [ 0.230722] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 1 [ 0.238596] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.248342] futex hash table entries: 512 (order: 3, 32768 bytes) [ 0.257227] pinctrl core: initialized pinctrl subsystem [ 0.263721] NET: Registered protocol family 16 [ 0.269774] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.277821] cpuidle: using governor menu [ 0.297502] No ATAGs? [ 0.297581] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.307759] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.332983] usb1_vbus: Failed to request enable GPIO170: -517 [ 0.338637] reg-fixed-voltage regulators:regulator@2: Failed to register regulator: -517 [ 0.349947] vgaarb: loaded [ 0.353418] SCSI subsystem initialized [ 0.357350] libata version 3.00 loaded. [ 0.361504] usbcore: registered new interface driver usbfs [ 0.366971] usbcore: registered new interface driver hub [ 0.372296] usbcore: registered new device driver usb [ 0.379239] Linux video capture interface: v2.00 [ 0.383884] pps_core: LinuxPPS API ver. 1 registered [ 0.388749] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.397925] PTP clock support registered [ 0.402445] Advanced Linux Sound Architecture Driver Initialized. [ 0.409125] Bluetooth: Core ver 2.22 [ 0.412688] NET: Registered protocol family 31 [ 0.417034] Bluetooth: HCI device and connection manager initialized [ 0.423381] Bluetooth: HCI socket layer initialized [ 0.428218] Bluetooth: L2CAP socket layer initialized [ 0.433288] Bluetooth: SCO socket layer initialized [ 0.438762] clocksource: Switched to clocksource timer_us [ 0.529073] NET: Registered protocol family 2 [ 0.534371] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.541409] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.547855] TCP: Hash tables configured (established 8192 bind 8192) [ 0.554879] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.560780] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.567324] NET: Registered protocol family 1 [ 0.582339] RPC: Registered named UNIX socket transport module. [ 0.588159] RPC: Registered udp transport module. [ 0.592862] RPC: Registered tcp transport module. [ 0.597519] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.614700] PCI: CLS 0 bytes, default 64 [ 0.619975] hw perfevents: no interrupt-affinity property for /pmu, guessing. [ 0.627205] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available [ 0.636781] Initialise system trusted keyrings [ 0.641338] workingset: timestamp_bits=30 max_order=18 bucket_order=0 [ 0.648747] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.655245] NFS: Registering the id_resolver key type [ 0.660244] Key type id_resolver registered [ 0.664358] Key type id_legacy registered [ 0.673194] Key type asymmetric registered [ 0.677196] Asymmetric key parser 'x509' registered [ 0.682275] bounce: pool size: 64 pages [ 0.686096] io scheduler noop registered (default) [ 0.690809] io scheduler mq-deadline registered [ 0.695294] io scheduler kyber registered [ 0.703995] tegra-pcie 80003000.pcie: dual-mode configuration [ 0.710600] tegra-pcie 80003000.pcie: probing port 0, using 2 lanes [ 0.787377] tegra-pcie 80003000.pcie: PCI host bridge to bus 0000:00 [ 0.793663] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.799802] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xa7ffffff] [ 0.806633] pci_bus 0000:00: root bus resource [mem 0xa8000000-0xbfffffff pref] [ 0.813927] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.819428] pci 0000:00:01.0: [10de:0bf0] type 01 class 0x060000 [ 0.825363] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits [ 0.834990] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits [ 0.844616] pci 0000:00:01.0: enabling Extended Tags [ 0.849547] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 0.859269] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 0.868976] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold [ 0.875535] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 0.885454] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x3e may corrupt adjacent RW1C bits [ 0.895111] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits [ 0.904724] pci_bus 0000:00: 1-byte config write to 0000:00:01.0 offset 0xc may corrupt adjacent RW1C bits [ 0.914339] PCI: bus0: Fast back to back transfers disabled [ 0.919894] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 0.927851] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x3e may corrupt adjacent RW1C bits [ 0.937573] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x3e may corrupt adjacent RW1C bits [ 0.947450] pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000 [ 0.953396] pci 0000:01:00.0: reg 0x10: [io 0x0000-0x00ff] [ 0.958935] pci 0000:01:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit pref] [ 0.966109] pci 0000:01:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] [ 0.973311] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] [ 0.980148] PCI: bus1: Fast back to back transfers disabled [ 0.985626] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 0.992250] pci 0000:00:01.0: BAR 8: assigned [mem 0xa0000000-0xa00fffff] [ 0.998988] pci 0000:00:01.0: BAR 9: assigned [mem 0xa8000000-0xa80fffff 64bit pref] [ 1.006684] pci 0000:00:01.0: BAR 7: assigned [io 0x1000-0x1fff] [ 1.012772] pci 0000:01:00.0: BAR 6: assigned [mem 0xa0000000-0xa001ffff pref] [ 1.019960] pci 0000:01:00.0: BAR 4: assigned [mem 0xa8000000-0xa8003fff 64bit pref] [ 1.027667] pci 0000:01:00.0: BAR 2: assigned [mem 0xa8004000-0xa8004fff 64bit pref] [ 1.035393] pci 0000:01:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 1.041454] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.046377] pci 0000:00:01.0: bridge window [io 0x1000-0x1fff] [ 1.052463] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xa00fffff] [ 1.059217] pci 0000:00:01.0: bridge window [mem 0xa8000000-0xa80fffff 64bit pref] [ 1.066931] pci 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 1.073916] Disabling cpuidle LP2 state, since PCIe IRQs are in use [ 1.080132] pcieport 0000:00:01.0: enabling device (0140 -> 0143) [ 1.086412] pcieport 0000:00:01.0: Signaling PME with IRQ 295 [ 1.095459] tegra-apbdma 6000a000.dma: Tegra20 APB DMA driver register 16 channels [ 1.104627] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 1.112834] console [ttyS0] disabled [ 1.116353] 70006000.serial: ttyS0 at MMIO 0x70006000 (irq = 279, base_baud = 13500000) is a Tegra [ 1.125290] console [ttyS0] enabled [ 1.125290] console [ttyS0] enabled [ 1.132219] bootconsole [earlycon0] disabled [ 1.132219] bootconsole [earlycon0] disabled [ 1.143263] tegra-hdmi 54280000.hdmi: 54280000.hdmi supply hdmi not found, using dummy regulator [ 1.155351] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 1.161969] [drm] No driver support for vblank timestamp query. [ 1.168007] [drm] Cannot find any crtc or sizes [ 1.172566] [drm] Cannot find any crtc or sizes [ 1.177138] [drm] Initialized tegra 0.0.0 20120330 for drm on minor 0 [ 1.194927] loop: module loaded [ 1.200438] m25p80 spi0.0: found s25fl008k, expected w25q80bl [ 1.206254] m25p80 spi0.0: s25fl008k (1024 Kbytes) [ 1.213051] libphy: Fixed MDIO Bus: probed [ 1.217139] CAN device driver interface [ 1.221067] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 1.228011] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.233769] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 1.239407] r8169 0000:01:00.0: enabling device (0140 -> 0143) [ 1.245256] r8169 0000:01:00.0 (unnamed net_device) (uninitialized): not PCI Express [ 1.253774] r8169 0000:01:00.0 eth0: RTL8168d/8111d at 0xf0863000, 00:01:c0:13:7d:63, XID 081000c0 IRQ 286 [ 1.263432] r8169 0000:01:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 1.272105] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.279588] usbcore: registered new interface driver pegasus [ 1.285302] usbcore: registered new interface driver asix [ 1.290772] usbcore: registered new interface driver ax88179_178a [ 1.296919] usbcore: registered new interface driver cdc_ether [ 1.302836] usbcore: registered new interface driver smsc75xx [ 1.308638] usbcore: registered new interface driver smsc95xx [ 1.314459] usbcore: registered new interface driver net1080 [ 1.320184] usbcore: registered new interface driver cdc_subset [ 1.326156] usbcore: registered new interface driver zaurus [ 1.331807] usbcore: registered new interface driver cdc_ncm [ 1.337763] tegra-phy c5004000.usb-phy: no vbus regulator [ 1.344339] tegra-phy c5008000.usb-phy: no vbus regulator [ 1.349894] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.356405] ehci-pci: EHCI PCI platform driver [ 1.360924] tegra-ehci: Tegra EHCI driver [ 1.419747] ulpi_phy_power_on: ulpi write failed [ 1.424356] tegra-ehci c5004000.usb: Failed to power on the phy [ 1.430297] tegra-ehci: probe of c5004000.usb failed with error -110 [ 1.439295] tegra-ehci c5008000.usb: EHCI Host Controller [ 1.444705] tegra-ehci c5008000.usb: new USB bus registered, assigned bus number 1 [ 1.452509] tegra-ehci c5008000.usb: irq 290, io mem 0xc5008000 [ 1.478786] tegra-ehci c5008000.usb: USB 2.0 started, EHCI 1.00 [ 1.485596] hub 1-0:1.0: USB hub found [ 1.489390] hub 1-0:1.0: 1 port detected [ 1.494191] usbcore: registered new interface driver cdc_acm [ 1.499858] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 1.507911] usbcore: registered new interface driver cdc_wdm [ 1.513682] usbcore: registered new interface driver usb-storage [ 1.522315] rtc-em3027 2-0056: rtc core: registered rtc-em3027 as rtc0 [ 1.529545] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.536709] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.543190] i2c /dev entries driver [ 1.547580] usbcore: registered new interface driver uvcvideo [ 1.553334] USB Video Class driver (1.1.1) [ 1.557417] gspca_main: v2.14.0 registered [ 1.562869] sdhci: Secure Digital Host Controller Interface driver [ 1.569081] sdhci: Copyright(c) Pierre Ossman [ 1.573425] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.587538] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.620776] mmc0: SDHCI controller on c8000000.sdhci [c8000000.sdhci] using ADMA [ 1.629173] sdhci-tegra c8000600.sdhci: Got CD GPIO [ 1.634128] sdhci-tegra c8000600.sdhci: Got WP GPIO [ 1.647720] mmc1: Invalid maximum block size, assuming 512 bytes [ 1.681584] mmc1: SDHCI controller on c8000600.sdhci [c8000600.sdhci] using ADMA [ 1.692301] usbcore: registered new interface driver usbhid [ 1.697889] usbhid: USB HID core driver [ 1.709300] tegra-snd-trimslice sound: tlv320aic23-hifi <-> 70002800.i2s mapping ok [ 1.720313] NET: Registered protocol family 10 [ 1.726517] Segment Routing with IPv6 [ 1.730714] mip6: Mobile IPv6 [ 1.733698] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.741258] NET: Registered protocol family 17 [ 1.745836] NET: Registered protocol family 15 [ 1.750319] can: controller area network core (rev 20170425 abi 9) [ 1.756754] NET: Registered protocol family 29 [ 1.761267] can: raw protocol (rev 20170425) [ 1.765557] can: broadcast manager protocol (rev 20170425 t) [ 1.771245] can: netlink gateway (rev 20170425) max_hops=1 [ 1.776922] Bluetooth: RFCOMM socket layer initialized [ 1.782147] Bluetooth: RFCOMM ver 1.11 [ 1.785928] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 1.791319] Bluetooth: BNEP socket layer initialized [ 1.796271] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 1.802237] Bluetooth: HIDP socket layer initialized [ 1.807453] Key type dns_resolver registered [ 1.812113] Registering SWP/SWPB emulation handler [ 1.817901] Loading compiled-in X.509 certificates [ 1.829298] mmc1: new high speed SD card at address b368 [ 1.837280] mmcblk1: mmc1:b368 NCard 1.83 GiB (ro) [ 1.845373] utmi_phy_clk_enable: timeout waiting for phy to stabilize [ 1.852108] tegra-ehci c5000000.usb: EHCI Host Controller [ 1.857547] tegra-ehci c5000000.usb: new USB bus registered, assigned bus number 2 [ 1.865275] usb 1-1: new high-speed USB device number 2 using tegra-ehci [ 1.872139] mmcblk1: p1 p2 [ 1.875937] tegra-ehci c5000000.usb: irq 288, io mem 0xc5000000 [ 2.048915] tegra-ehci c5000000.usb: USB 2.0 started, EHCI 1.00 [ 2.057507] hub 2-0:1.0: USB hub found [ 2.061349] hub 2-0:1.0: 1 port detected [ 2.066601] input: gpio-keys as /devices/soc0/gpio-keys/input/input0 [ 2.075194] hub 1-1:1.0: USB hub found [ 2.078979] rtc-em3027 2-0056: hctosys: unable to read the hardware clock [ 2.079146] hub 1-1:1.0: 4 ports detected [ 2.090582] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 2.102235] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 2.109473] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 2.118075] cfg80211: failed to load regulatory.db [ 2.122966] ALSA device list: [ 2.122969] #0: tegra-trimslice [ 2.129591] Waiting for root device PARTUUID=11eb23c1-01... [ 2.398921] usb 1-1.2: new high-speed USB device number 3 using tegra-ehci [ 2.840249] mmc0: host does not support reading read-only switch, assuming write-enable [ 2.850126] mmc0: new high speed SDHC card at address b368 [ 2.856445] mmcblk0: mmc0:b368 NCard 3.70 GiB [ 2.863520] mmcblk0: p1 [ 3.034721] asix 1-1.2:1.0 eth1: register 'asix' at usb-c5008000.usb-1.2, ASIX AX88772 USB 2.0 Ethernet, 00:60:6e:60:6c:68 [ 3.059886] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem [ 3.315322] EXT4-fs (mmcblk0p1): recovery complete [ 3.396922] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 3.405253] VFS: Mounted root (ext3 filesystem) on device 179:17. [ 3.420951] devtmpfs: mounted [ 3.426161] Freeing unused kernel memory: 1024K bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell root@(none):/# root@(none):/# mount -t sysfs none /sys root@(none):/# root@(none):/# mount -t debugfs none /sys/kernel/debug root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:32 1970 [ 16.121171] PM: suspend entry (deep) [ 16.124774] PM: Syncing filesystems ... done. [ 16.131681] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 16.139760] OOM killer disabled. [ 16.142976] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 16.152008] Suspending console(s) (use no_console_suspend to debug) [ 16.191808] pci_generic_config_write32: 20 callbacks suppressed [ 16.191853] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 16.210937] Disabling non-boot CPUs ... [ 16.257131] Entering suspend state LP1 [ 16.257238] Enabling non-boot CPUs ... [ 16.265547] CPU1 is up [ 16.266660] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 16.266712] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 16.266744] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 16.266772] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 16.266801] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 16.266885] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 16.266917] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 16.266949] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x5c may corrupt adjacent RW1C bits [ 16.266979] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 16.267047] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 16.937189] OOM killer enabled. [ 16.940350] Restarting tasks ... done. [ 16.944352] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:37 1970 [ 17.852039] PM: suspend entry (deep) [ 17.855628] PM: Syncing filesystems ... done. [ 17.860702] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 17.869445] OOM killer disabled. [ 17.872663] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 17.881173] Suspending console(s) (use no_console_suspend to debug) [ 17.918215] Disabling non-boot CPUs ... [ 17.954072] Entering suspend state LP1 [ 17.954179] Enabling non-boot CPUs ... [ 17.962529] CPU1 is up [ 17.964472] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 18.532462] OOM killer enabled. [ 18.535598] Restarting tasks ... done. [ 18.539622] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:42 1970 [ 19.551936] PM: suspend entry (deep) [ 19.555526] PM: Syncing filesystems ... done. [ 19.560625] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 19.569364] OOM killer disabled. [ 19.572581] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 19.581604] Suspending console(s) (use no_console_suspend to debug) [ 19.642712] Disabling non-boot CPUs ... [ 19.702510] Entering suspend state LP1 [ 19.702617] Enabling non-boot CPUs ... [ 19.710774] CPU1 is up [ 19.712898] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 20.283717] OOM killer enabled. [ 20.286847] Restarting tasks ... done. [ 20.290889] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:47 1970 [ 21.301826] PM: suspend entry (deep) [ 21.305414] PM: Syncing filesystems ... done. [ 21.310503] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 21.319235] OOM killer disabled. [ 21.322451] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 21.331477] Suspending console(s) (use no_console_suspend to debug) [ 21.370367] pci_generic_config_write32: 26 callbacks suppressed [ 21.370412] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 21.391568] Disabling non-boot CPUs ... [ 21.442643] Entering suspend state LP1 [ 21.442749] Enabling non-boot CPUs ... [ 21.451109] CPU1 is up [ 21.453016] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 21.453066] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 21.453125] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 21.453173] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 21.453218] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 21.453336] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 21.453370] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 21.453403] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x5c may corrupt adjacent RW1C bits [ 21.453434] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 21.453504] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 22.136387] OOM killer enabled. [ 22.139547] Restarting tasks ... done. [ 22.144288] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:52 1970 [ 23.041711] PM: suspend entry (deep) [ 23.045300] PM: Syncing filesystems ... done. [ 23.050533] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 23.059280] OOM killer disabled. [ 23.062506] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 23.071039] Suspending console(s) (use no_console_suspend to debug) [ 23.132856] Disabling non-boot CPUs ... [ 23.182882] Entering suspend state LP1 [ 23.182991] Enabling non-boot CPUs ... [ 23.191395] CPU1 is up [ 23.193110] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 23.763796] OOM killer enabled. [ 23.766932] Restarting tasks ... done. [ 23.770991] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:00:57 1970 [ 24.781901] PM: suspend entry (deep) [ 24.785490] PM: Syncing filesystems ... done. [ 24.790594] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 24.799340] OOM killer disabled. [ 24.802556] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 24.811092] Suspending console(s) (use no_console_suspend to debug) [ 24.872561] Disabling non-boot CPUs ... [ 24.922386] Entering suspend state LP1 [ 24.922492] Enabling non-boot CPUs ... [ 24.930692] CPU1 is up [ 24.932635] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 25.512810] OOM killer enabled. [ 25.515946] Restarting tasks ... done. [ 25.520577] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:01:02 1970 [ 26.521651] PM: suspend entry (deep) [ 26.525240] PM: Syncing filesystems ... done. [ 26.530334] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 26.539075] OOM killer disabled. [ 26.542292] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 26.550807] Suspending console(s) (use no_console_suspend to debug) [ 26.590253] pci_generic_config_write32: 26 callbacks suppressed [ 26.590297] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 26.611233] Disabling non-boot CPUs ... [ 26.662546] Entering suspend state LP1 [ 26.662654] Enabling non-boot CPUs ... [ 26.671084] CPU1 is up [ 26.672624] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 26.672674] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 26.672705] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 26.672734] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 26.672762] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 26.672846] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 26.672880] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 26.672912] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x5c may corrupt adjacent RW1C bits [ 26.672943] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 26.673014] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 27.346739] OOM killer enabled. [ 27.349901] Restarting tasks ... done. [ 27.353895] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:01:07 1970 [ 28.262492] PM: suspend entry (deep) [ 28.266072] PM: Syncing filesystems ... done. [ 28.270943] Freezing user space processes ... (elapsed 0.000 seconds) done. [ 28.279299] OOM killer disabled. [ 28.282516] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 28.291526] Suspending console(s) (use no_console_suspend to debug) [ 28.353045] Disabling non-boot CPUs ... [ 28.402300] Entering suspend state LP1 [ 28.402405] Enabling non-boot CPUs ... [ 28.410810] CPU1 is up [ 28.412565] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 28.982542] OOM killer enabled. [ 28.985677] Restarting tasks ... done. [ 28.990184] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:01:12 1970 [ 30.001566] PM: suspend entry (deep) [ 30.005157] PM: Syncing filesystems ... done. [ 30.010284] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 30.019033] OOM killer disabled. [ 30.022250] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 30.031293] Suspending console(s) (use no_console_suspend to debug) [ 30.092163] Disabling non-boot CPUs ... [ 30.142344] Entering suspend state LP1 [ 30.142454] Enabling non-boot CPUs ... [ 30.150820] CPU1 is up [ 30.152357] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 30.722893] OOM killer enabled. [ 30.726028] Restarting tasks ... done. [ 30.730074] PM: suspend exit root@(none):/# root@(none):/# rtcwake -d rtc1 -m mem -s 3 rtcwake: assuming RTC uses UTC ... rtcwake: wakeup from "mem" using /dev/rtc1 at Thu Jan 1 00:01:17 1970 [ 31.742914] PM: suspend entry (deep) [ 31.746517] PM: Syncing filesystems ... done. [ 31.751987] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 31.760211] OOM killer disabled. [ 31.763428] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 31.772490] Suspending console(s) (use no_console_suspend to debug) [ 31.810961] pci_generic_config_write32: 26 callbacks suppressed [ 31.811004] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 31.830967] Disabling non-boot CPUs ... [ 31.882152] Entering suspend state LP1 [ 31.882257] Enabling non-boot CPUs ... [ 31.890456] CPU1 is up [ 31.891998] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 31.892576] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 31.892615] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 31.892646] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 31.892676] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 31.892761] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 31.892794] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 31.892827] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x5c may corrupt adjacent RW1C bits [ 31.892858] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 31.892926] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 32.566345] OOM killer enabled. [ 32.569506] Restarting tasks ... done. [ 32.573543] PM: suspend exit root@(none):/# root@(none):/# NVTB SYSTEM SUSPEND TEST COMPLETE