U-Boot SPL 2016.05-rc2 (Apr 21 2016 - 16:23:00) Trying to boot from RAM U-Boot 2016.05-rc2 (Apr 21 2016 - 16:23:00 -0700) TEGRA124 Model: NVIDIA Jetson TK1 Board: NVIDIA Jetson TK1 DRAM: 2 GiB MC: Tegra SD/MMC: 0, Tegra SD/MMC: 1 In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 2  0 Tegra124 (Jetson TK1) # Tegra124 (Jetson TK1) # pci enum Tegra124 (Jetson TK1) # setenv bootargs 'ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=b1791faa-84e8-4e27-83a1-9fb0a77e8803 rootwait gpt debug noinitrd earlyprintk init=/bin/bash' Tegra124 (Jetson TK1) # setenv ipaddr 192.168.100.102; setenv serverip 192.168.100.1; setenv tftpserverip 192.168.100.1 Tegra124 (Jetson TK1) # tftpboot 0x82000000 zImage.multi_v7_defconfig Warning: eth_rtl8169 using MAC address from ROM Using eth_rtl8169 device TFTP from server 192.168.100.1; our IP address is 192.168.100.102 Filename 'zImage.multi_v7_defconfig'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################################### 3.2 MiB/s done Bytes transferred = 7508456 (7291e8 hex) Tegra124 (Jetson TK1) # tftpboot 0x83000000 tegra124-jetson-tk1.dtb Using eth_rtl8169 device TFTP from server 192.168.100.1; our IP address is 192.168.100.102 Filename 'tegra124-jetson-tk1.dtb'. Load address: 0x83000000 Loading: *##### 3.2 MiB/s done Bytes transferred = 67133 (1063d hex) Tegra124 (Jetson TK1) # bootz 0x82000000 - 0x83000000 Kernel image @ 0x82000000 [ 0x000000 - 0x7291e8 ] ## Flattened Device Tree blob at 83000000 Booting using the fdt blob at 0x83000000 Using Device Tree in place at 83000000, end 8301363c Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.11.0-rc1-next-20170310-157776-g5be4921 (pwalmsley@sellafield) (gcc version 4.7.3 20130328 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.04-20130415 - Linaro GCC 2013.04) ) #1 SMP Fri Mar 10 01:48:32 PST 2017 [ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d [ 0.000000] CPU: div instructions available: patching division code [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache [ 0.000000] OF: fdt: Machine model: NVIDIA Tegra124 Jetson TK1 [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0xfb800000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 524032 [ 0.000000] free_area_init_node: node 0, pgdat c1539780, node_mem_map eeff8000 [ 0.000000] DMA zone: 1536 pages used for memmap [ 0.000000] DMA zone: 0 pages reserved [ 0.000000] DMA zone: 196608 pages, LIFO batch:31 [ 0.000000] HighMem zone: 327424 pages, LIFO batch:31 [ 0.000000] percpu: Embedded 16 pages/cpu @eef86000 s34368 r8192 d22976 u65536 [ 0.000000] pcpu-alloc: s34368 r8192 d22976 u65536 alloc=16*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522496 [ 0.000000] Kernel command line: ignore_loglevel console=ttyS0,115200n8 rw root=PARTUUID=b1791faa-84e8-4e27-83a1-9fb0a77e8803 rootwait gpt debug noinitrd earlyprintk init=/bin/bash [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) [ 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: 1993776K/2096128K available (10240K kernel code, 1260K rwdata, 4228K rodata, 2048K init, 407K bss, 36816K reserved, 65536K cma-reserved, 1244160K 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 : 0xc0208000 - 0xc0d00000 (11232 kB) [ 0.000000] .init : 0xc1200000 - 0xc1400000 (2048 kB) [ 0.000000] .data : 0xc1400000 - 0xc153b0e0 (1261 kB) [ 0.000000] .bss : 0xc153d000 - 0xc15a2cb8 ( 408 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU debugfs-based tracing is enabled. [ 0.000000] RCU restricting CPUs from NR_CPUS=16 to nr_cpu_ids=4. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] /interrupt-controller@60004000: 160 interrupts forwarded to /interrupt-controller@50041000 [ 0.000000] Tegra clk 127: register failed with -17 [ 0.000008] sched_clock: 32 bits at 1000kHz, resolution 1000ns, wraps every 2147483647500ns [ 0.000032] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.000048] Switching to timer-based delay loop, resolution 1000ns [ 0.005490] arm_arch_timer: Architected cp15 timer(s) running at 12.00MHz (virt). [ 0.005511] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns [ 0.005530] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns [ 0.005545] Switching to timer-based delay loop, resolution 83ns [ 0.006010] Console: colour dummy device 80x30 [ 0.006041] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=120000) [ 0.006059] pid_max: default: 32768 minimum: 301 [ 0.006169] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006184] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006653] CPU: Testing write buffer coherency: ok [ 0.006903] /cpus/cpu@0 missing clock-frequency property [ 0.006946] /cpus/cpu@1 missing clock-frequency property [ 0.006988] /cpus/cpu@2 missing clock-frequency property [ 0.007032] /cpus/cpu@3 missing clock-frequency property [ 0.007046] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.007248] Setting up static identity map for 0x80300000 - 0x80300098 [ 0.011015] Tegra Revision: A01 SKU: 129 CPU Process: 1 SoC Process: 1 [ 0.011677] EFI services will not be available. [ 0.011922] smp: Bringing up secondary CPUs ... [ 0.012439] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.015650] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.025657] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.035171] smp: Brought up 1 node, 4 CPUs [ 0.035194] SMP: Total of 4 processors activated (96.00 BogoMIPS). [ 0.035203] CPU: All CPU(s) started in SVC mode. [ 0.036684] devtmpfs: initialized [ 0.052766] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.053166] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.053185] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.054603] pinctrl core: initialized pinctrl subsystem [ 0.056557] NET: Registered protocol family 16 [ 0.056803] ------------[ cut here ]------------ [ 0.056827] WARNING: CPU: 0 PID: 1 at mm/page_alloc.c:2423 start_isolate_page_range+0x134/0x1b8 [ 0.056836] Modules linked in: [ 0.056855] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.11.0-rc1-next-20170310-157776-g5be4921 #1 [ 0.056866] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree) [ 0.056898] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 0.056921] [] (show_stack) from [] (dump_stack+0x84/0xa4) [ 0.056942] [] (dump_stack) from [] (__warn+0xd4/0x100) [ 0.056960] [] (__warn) from [] (warn_slowpath_null+0x20/0x28) [ 0.056978] [] (warn_slowpath_null) from [] (start_isolate_page_range+0x134/0x1b8) [ 0.056998] [] (start_isolate_page_range) from [] (alloc_contig_range+0xdc/0x328) [ 0.057016] [] (alloc_contig_range) from [] (cma_alloc+0xec/0x1e0) [ 0.057033] [] (cma_alloc) from [] (__alloc_from_contiguous+0x3c/0xe4) [ 0.057051] [] (__alloc_from_contiguous) from [] (atomic_pool_init+0x80/0x1ac) [ 0.057067] [] (atomic_pool_init) from [] (do_one_initcall+0x3c/0x168) [ 0.057086] [] (do_one_initcall) from [] (kernel_init_freeable+0x124/0x1ec) [ 0.057105] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x114) [ 0.057125] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 0.057138] ---[ end trace 88ec051d79561bf5 ]--- [ 0.057148] ------------[ cut here ]------------ [ 0.057162] WARNING: CPU: 0 PID: 1 at mm/swap.c:690 migrate_prep+0x8/0x10 [ 0.057170] Modules linked in: [ 0.057187] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.11.0-rc1-next-20170310-157776-g5be4921 #1 [ 0.057197] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree) [ 0.057217] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 0.057237] [] (show_stack) from [] (dump_stack+0x84/0xa4) [ 0.057254] [] (dump_stack) from [] (__warn+0xd4/0x100) [ 0.057271] [] (__warn) from [] (warn_slowpath_null+0x20/0x28) [ 0.057288] [] (warn_slowpath_null) from [] (migrate_prep+0x8/0x10) [ 0.057305] [] (migrate_prep) from [] (alloc_contig_range+0xf4/0x328) [ 0.057322] [] (alloc_contig_range) from [] (cma_alloc+0xec/0x1e0) [ 0.057338] [] (cma_alloc) from [] (__alloc_from_contiguous+0x3c/0xe4) [ 0.057353] [] (__alloc_from_contiguous) from [] (atomic_pool_init+0x80/0x1ac) [ 0.057367] [] (atomic_pool_init) from [] (do_one_initcall+0x3c/0x168) [ 0.057384] [] (do_one_initcall) from [] (kernel_init_freeable+0x124/0x1ec) [ 0.057402] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x114) [ 0.057420] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 0.057430] ---[ end trace 88ec051d79561bf6 ]--- [ 0.057443] ------------[ cut here ]------------ [ 0.057459] WARNING: CPU: 0 PID: 1 at mm/swap.c:690 alloc_contig_range+0x1c8/0x328 [ 0.057467] Modules linked in: [ 0.057484] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.11.0-rc1-next-20170310-157776-g5be4921 #1 [ 0.057493] Hardware name: NVIDIA Tegra SoC (Flattened Device Tree) [ 0.057514] [] (unwind_backtrace) from [] (show_stack+0x10/0x14) [ 0.057532] [] (show_stack) from [] (dump_stack+0x84/0xa4) [ 0.057548] [] (dump_stack) from [] (__warn+0xd4/0x100) [ 0.057565] [] (__warn) from [] (warn_slowpath_null+0x20/0x28) [ 0.057582] [] (warn_slowpath_null) from [] (alloc_contig_range+0x1c8/0x328) [ 0.057599] [] (alloc_contig_range) from [] (cma_alloc+0xec/0x1e0) [ 0.057614] [] (cma_alloc) from [] (__alloc_from_contiguous+0x3c/0xe4) [ 0.057629] [] (__alloc_from_contiguous) from [] (atomic_pool_init+0x80/0x1ac) [ 0.057643] [] (atomic_pool_init) from [] (do_one_initcall+0x3c/0x168) [ 0.057659] [] (do_one_initcall) from [] (kernel_init_freeable+0x124/0x1ec) [ 0.057677] [] (kernel_init_freeable) from [] (kernel_init+0x8/0x114) [ 0.057695] [] (kernel_init) from [] (ret_from_fork+0x14/0x3c) [ 0.057705] ---[ end trace 88ec051d79561bf7 ]--- [ 0.059335] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.061954] cpuidle: using governor menu [ 0.088987] No ATAGs? [ 0.089117] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.089134] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.095669] Serial: AMBA PL011 UART driver [ 0.111975] AT91: Could not find identification node [ 0.112510] +5V_SYS: supplied by +VDD_MUX [ 0.112790] +3.3V_SYS: supplied by +VDD_MUX [ 0.113382] +USB0_VBUS_SW: Failed to request enable GPIO108: -517 [ 0.113399] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.113489] +5V_USB_HS: Failed to request enable GPIO109: -517 [ 0.113504] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517 [ 0.113666] +1.05V_RUN_AVDD_HDMI_PLL: Failed to request enable GPIO63: -517 [ 0.113681] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517 [ 0.113768] +5V_HDMI_CON: Failed to request enable GPIO86: -517 [ 0.113782] reg-fixed-voltage regulators:regulator@12: Failed to register regulator: -517 [ 0.113868] +5V_SATA: Failed to request enable GPIO242: -517 [ 0.113882] reg-fixed-voltage regulators:regulator@13: Failed to register regulator: -517 [ 0.113968] +12V_SATA: Failed to request enable GPIO242: -517 [ 0.113982] reg-fixed-voltage regulators:regulator@14: Failed to register regulator: -517 [ 0.117143] vgaarb: loaded [ 0.117920] SCSI subsystem initialized [ 0.118081] libata version 3.00 loaded. [ 0.118321] usbcore: registered new interface driver usbfs [ 0.118379] usbcore: registered new interface driver hub [ 0.118437] usbcore: registered new device driver usb [ 0.121850] pps_core: LinuxPPS API ver. 1 registered [ 0.121861] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.121883] PTP clock support registered [ 0.122073] EDAC MC: Ver: 3.0.0 [ 0.124914] clocksource: Switched to clocksource arch_sys_counter [ 0.134489] NET: Registered protocol family 2 [ 0.135001] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.135102] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.135290] TCP: Hash tables configured (established 8192 bind 8192) [ 0.135371] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.135416] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.135568] NET: Registered protocol family 1 [ 0.135861] RPC: Registered named UNIX socket transport module. [ 0.135871] RPC: Registered udp transport module. [ 0.135880] RPC: Registered tcp transport module. [ 0.135889] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.135901] PCI: CLS 0 bytes, default 64 [ 0.137098] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.138940] workingset: timestamp_bits=30 max_order=19 bucket_order=0 [ 0.147086] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.147784] NFS: Registering the id_resolver key type [ 0.147807] Key type id_resolver registered [ 0.147817] Key type id_legacy registered [ 0.147857] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.149338] bounce: pool size: 64 pages [ 0.149379] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 0.149391] io scheduler noop registered [ 0.149401] io scheduler deadline registered [ 0.149564] io scheduler cfq registered (default) [ 0.149575] io scheduler mq-deadline registered [ 0.154855] usb2-0: usb2-0 supply vbus not found, using dummy regulator [ 0.155011] usb2-1: usb2-1 supply vbus not found, using dummy regulator [ 0.155385] tegra-xusb-padctl 7009f000.padctl: failed to setup XUSB ports: -517 [ 0.171272] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 0.171326] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517 [ 0.177529] tegra124-dfll 70110000.clock: couldn't get vdd_cpu regulator [ 0.184776] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels [ 0.186787] tegra-pmc 7000e400.pmc: emergency thermal reset enabled [ 0.241014] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.243531] console [ttyS0] disabled [ 0.243569] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 335, base_baud = 25500000) is a Tegra [ 1.545568] console [ttyS0] enabled [ 1.549881] SuperH (H)SCI(F) driver initialized [ 1.555409] msm_serial: driver initialized [ 1.559684] STMicroelectronics ASC driver initialized [ 1.565592] 70006000.serial: ttyTHS1 at MMIO 0x70006000 (irq = 333, base_baud = 0) is a TEGRA_UART [ 1.574835] 70006040.serial: ttyTHS2 at MMIO 0x70006040 (irq = 334, base_baud = 0) is a TEGRA_UART [ 1.590235] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.609090] brd: module loaded [ 1.619125] loop: module loaded [ 1.623450] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write [ 1.631792] as3722 4-0040: AS3722 with revision 0x1 found [ 1.643587] as3722-sd2: supplied by +5V_SYS [ 1.648234] as3722-sd3: supplied by +5V_SYS [ 1.652619] +1.35V_LP0(sd3): Bringing 0uV into 1350000-1350000uV [ 1.659034] as3722-sd4: supplied by +5V_SYS [ 1.663662] as3722-sd5: supplied by +5V_SYS [ 1.669694] as3722-ldo0: supplied by +1.35V_LP0(sd2) [ 1.675754] +1.8V_RUN_CAM: Bringing 0uV into 1800000-1800000uV [ 1.681956] as3722-ldo2: supplied by +1.8V_VDDIO [ 1.687840] as3722-ldo3: supplied by +3.3V_SYS [ 1.692316] +1.05V_LP0_VDD_RTC: Bringing 1100000uV into 1000000-1000000uV [ 1.700095] as3722-ldo4: supplied by +3.3V_SYS [ 1.704752] +2.8V_RUN_CAM: Bringing 0uV into 2800000-2800000uV [ 1.710956] as3722-ldo5: supplied by +1.8V_VDDIO [ 1.715805] +1.2V_RUN_CAM_FRONT: Bringing 0uV into 1200000-1200000uV [ 1.722709] +VDDIO_SDMMC3: bypassed regulator has no supply! [ 1.728382] +VDDIO_SDMMC3: failed to get the current voltage(-517) [ 1.734559] as3722-regulator as3722-regulator: regulator 13 register failed -517 [ 1.747038] tegra-ahci 70027000.sata: couldn't get PHY in node sata: -517 [ 1.766883] random: fast init done [ 1.770411] m25p80 spi32765.0: w25q32dw (4096 Kbytes) [ 1.778214] libphy: Fixed MDIO Bus: probed [ 1.783359] CAN device driver interface [ 1.788138] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded [ 1.795168] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 1.800992] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.807057] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 1.814007] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.823143] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.830595] usbcore: registered new interface driver pegasus [ 1.836309] usbcore: registered new interface driver asix [ 1.841740] usbcore: registered new interface driver ax88179_178a [ 1.847881] usbcore: registered new interface driver cdc_ether [ 1.853755] usbcore: registered new interface driver smsc75xx [ 1.859557] usbcore: registered new interface driver smsc95xx [ 1.865347] usbcore: registered new interface driver net1080 [ 1.871032] usbcore: registered new interface driver cdc_subset [ 1.876990] usbcore: registered new interface driver zaurus [ 1.882611] usbcore: registered new interface driver cdc_ncm [ 1.888495] tegra-phy 7d004000.usb-phy: no vbus regulator [ 1.895867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.902386] ehci-pci: EHCI PCI platform driver [ 1.906881] ehci-platform: EHCI generic platform driver [ 1.912311] ehci-orion: EHCI orion driver [ 1.916465] SPEAr-ehci: EHCI SPEAr driver [ 1.920610] ehci-st: EHCI STMicroelectronics driver [ 1.925640] ehci-exynos: EHCI EXYNOS driver [ 1.929976] ehci-atmel: EHCI Atmel driver [ 1.934116] tegra-ehci: Tegra EHCI driver [ 1.940961] tegra-ehci 7d004000.usb: EHCI Host Controller [ 1.946394] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1 [ 1.954161] tegra-ehci 7d004000.usb: irq 354, io mem 0x7d004000 [ 1.984935] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.10 [ 1.991643] hub 1-0:1.0: USB hub found [ 1.995445] hub 1-0:1.0: 1 port detected [ 1.999903] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 2.006121] ohci-pci: OHCI PCI platform driver [ 2.010600] ohci-platform: OHCI generic platform driver [ 2.016014] ohci-omap3: OHCI OMAP3 driver [ 2.020152] SPEAr-ohci: OHCI SPEAr driver [ 2.024296] ohci-st: OHCI STMicroelectronics driver [ 2.029321] ohci-atmel: OHCI Atmel driver [ 2.034092] usbcore: registered new interface driver usb-storage [ 2.044431] as3722-rtc as3722-rtc: rtc core: registered as3722-rtc as rtc0 [ 2.051330] as3722-rtc as3722-rtc: RTC interrupt 377 [ 2.059558] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 2.066739] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 2.073431] i2c /dev entries driver [ 2.083601] lm90 0-004c: 0-004c supply vcc not found, using dummy regulator [ 2.100856] sdhci: Secure Digital Host Controller Interface driver [ 2.107054] sdhci: Copyright(c) Pierre Ossman [ 2.113006] Synopsys Designware Multimedia Card Interface Driver [ 2.120183] sdhci-pltfm: SDHCI platform and OF driver helper [ 2.126596] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 2.131485] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 2.136620] mmc0: Unknown controller version (3). You may experience problems. [ 2.143910] mmc0: Invalid maximum block size, assuming 512 bytes [ 2.214937] mmc0: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA [ 2.224253] ledtrig-cpu: registered to indicate activity on CPUs [ 2.230582] usbcore: registered new interface driver usbhid [ 2.236168] usbhid: USB HID core driver [ 2.243890] NET: Registered protocol family 10 [ 2.249205] Segment Routing with IPv6 [ 2.252915] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 2.259395] NET: Registered protocol family 17 [ 2.263840] can: controller area network core (rev 20120528 abi 9) [ 2.270190] NET: Registered protocol family 29 [ 2.274630] can: raw protocol (rev 20120528) [ 2.278914] can: broadcast manager protocol (rev 20161123 t) [ 2.284569] can: netlink gateway (rev 20130117) max_hops=1 [ 2.290360] Key type dns_resolver registered [ 2.295189] ThumbEE CPU extension supported. [ 2.299458] Registering SWP/SWPB emulation handler [ 2.318717] +3.3V_RUN: supplied by +3.3V_SYS [ 2.324249] +USB0_VBUS_SW: supplied by +5V_SYS [ 2.328975] +3.3V_AVDD_HDMI_AP_GATED: supplied by +3.3V_RUN [ 2.334879] +5V_USB_HS: supplied by +5V_SYS [ 2.340701] +3.3V_LP0: supplied by +3.3V_SYS [ 2.346908] +5V_HDMI_CON: supplied by +5V_SYS [ 2.351767] +5V_SATA: supplied by +5V_SYS [ 2.356576] +12V_SATA: supplied by +VDD_MUX [ 2.362342] usb2-0: usb2-0 supply vbus not found, using dummy regulator [ 2.369245] usb2-1: usb2-1 supply vbus not found, using dummy regulator [ 2.376258] mmc0: new high speed MMC card at address 0001 [ 2.376435] usb3-0: usb3-0 supply vbus not found, using dummy regulator [ 2.377825] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 2.377901] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517 [ 2.381603] tegra124-dfll 70110000.clock: couldn't get vdd_cpu regulator [ 2.386297] tegra-hdmi 54280000.hdmi: failed to get PLL regulator [ 2.391653] as3722-sd2: supplied by +5V_SYS [ 2.392014] as3722-sd3: supplied by +5V_SYS [ 2.392311] as3722-sd4: supplied by +5V_SYS [ 2.392610] as3722-sd5: supplied by +5V_SYS [ 2.394449] as3722-ldo0: supplied by +1.35V_LP0(sd2) [ 2.395354] as3722-ldo1: supplied by +3.3V_RUN [ 2.395802] as3722-ldo2: supplied by +1.8V_VDDIO [ 2.396782] as3722-ldo3: supplied by +3.3V_SYS [ 2.397729] as3722-ldo4: supplied by +3.3V_SYS [ 2.398049] as3722-ldo5: supplied by +1.8V_VDDIO [ 2.398344] as3722-ldo6: supplied by +3.3V_RUN [ 2.398653] as3722-ldo7: supplied by +1.8V_VDDIO [ 2.399240] +1.05V_RUN_CAM_REAR: Bringing 0uV into 1050000-1050000uV [ 2.399954] as3722-ldo9: supplied by +5V_SYS [ 2.401219] +3.3V_RUN_TOUCH: Bringing 0uV into 2800000-2800000uV [ 2.401710] as3722-ldo10: supplied by +5V_SYS [ 2.401949] +2.8V_RUN_CAM_AF: Bringing 0uV into 2800000-2800000uV [ 2.402683] as3722-ldo11: supplied by +3.3V_RUN [ 2.403270] +1.8V_RUN_VPP_FUSE: Bringing 0uV into 1800000-1800000uV [ 2.447972] tegra-ahci 70027000.sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode [ 2.447984] tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pio slum part sadm sds apst [ 2.449703] scsi host0: tegra-ahci [ 2.451060] scsi host1: tegra-ahci [ 2.451390] ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 345 [ 2.451396] ata2: DUMMY [ 2.454704] tegra-ehci 7d008000.usb: EHCI Host Controller [ 2.454736] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2 [ 2.455006] tegra-ehci 7d008000.usb: irq 355, io mem 0x7d008000 [ 2.484966] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10 [ 2.485943] hub 2-0:1.0: USB hub found [ 2.485990] hub 2-0:1.0: 1 port detected [ 2.488859] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 2.488881] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 2.489080] mmc1: Unknown controller version (3). You may experience problems. [ 2.489171] mmc1: Invalid maximum block size, assuming 512 bytes [ 2.555558] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA [ 2.556437] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 2.558664] tegra-pcie 1003000.pcie-controller: probing port 0, using 2 lanes [ 2.560862] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000008 [ 2.591380] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes [ 2.593556] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000000 [ 2.607267] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00 [ 2.607277] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 2.607285] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff] [ 2.607293] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref] [ 2.607301] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.607344] pci 0000:00:01.0: [10de:0e12] type 01 class 0x060400 [ 2.607398] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 2.607446] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 2.607498] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.607509] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 2.607784] pci 0000:00:02.0: [10de:0e13] type 01 class 0x060400 [ 2.607833] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x88 may corrupt adjacent RW1C bits [ 2.607876] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x52 may corrupt adjacent RW1C bits [ 2.607926] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.607937] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4c may corrupt adjacent RW1C bits [ 2.608200] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.608215] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.608229] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.608240] pci_bus 0000:00: 1-byte config write to 0000:00:01.0 offset 0xc may corrupt adjacent RW1C bits [ 2.608254] PCI: bus0: Fast back to back transfers disabled [ 2.608265] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.608285] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.608519] pci 0000:01:00.0: [8086:4232] type 00 class 0x028000 [ 2.608573] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 2.608805] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 2.635079] PCI: bus1: Fast back to back transfers disabled [ 2.635093] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.635344] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 [ 2.635380] pci 0000:02:00.0: reg 0x10: [io 0x0000-0x00ff] [ 2.635423] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit] [ 2.635452] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] [ 2.635633] pci 0000:02:00.0: supports D1 D2 [ 2.635640] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.665121] PCI: bus2: Fast back to back transfers disabled [ 2.665136] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.665325] pci 0000:00:01.0: BAR 8: assigned [mem 0x13000000-0x130fffff] [ 2.665339] pci 0000:00:02.0: BAR 8: assigned [mem 0x13100000-0x131fffff] [ 2.665352] pci 0000:00:02.0: BAR 9: assigned [mem 0x20000000-0x200fffff 64bit pref] [ 2.665363] pci 0000:00:02.0: BAR 7: assigned [io 0x1000-0x1fff] [ 2.665377] pci 0000:01:00.0: BAR 0: assigned [mem 0x13000000-0x13001fff 64bit] [ 2.665417] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.665431] pci 0000:00:01.0: bridge window [mem 0x13000000-0x130fffff] [ 2.665453] pci 0000:02:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref] [ 2.665484] pci 0000:02:00.0: BAR 2: assigned [mem 0x13100000-0x13100fff 64bit] [ 2.665515] pci 0000:02:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 2.665528] pci 0000:00:02.0: PCI bridge to [bus 02] [ 2.665537] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff] [ 2.665550] pci 0000:00:02.0: bridge window [mem 0x13100000-0x131fffff] [ 2.665559] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref] [ 2.665605] pci 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 2.665719] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 2.666027] pcieport 0000:00:01.0: Signaling PME with IRQ 393 [ 2.666154] pci 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 2.666235] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 2.666493] pcieport 0000:00:02.0: Signaling PME with IRQ 394 [ 2.666825] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.666852] r8169 0000:02:00.0: enabling device (0140 -> 0143) [ 2.696769] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xf0b41000, 00:04:4b:3a:d9:81, XID 0c000800 IRQ 395 [ 2.696778] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 2.702662] +1.05V_RUN_AVDD_HDMI_PLL: supplied by +1.05V_RUN [ 2.704730] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 2.704734] [drm] No driver support for vblank timestamp query. [ 2.704774] [drm] Cannot find any crtc or sizes - going 1024x768 [ 2.785943] ata1: SATA link down (SStatus 0 SControl 300) [ 2.819966] mmc1: new high speed SDHC card at address aaaa [ 2.820574] mmcblk1: mmc1:aaaa SD04G 3.69 GiB [ 2.831339] mmcblk1: p1 p2 p3 [ 3.104221] mmcblk0: mmc0:0001 SEM16G 14.7 GiB [ 3.104861] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB [ 3.105639] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB [ 3.106359] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB [ 3.108706] mmcblk0: p1 [ 3.150501] Console: switching to colour frame buffer device 128x48 [ 3.202713] drm drm: fb0: frame buffer device [ 3.207274] [drm] Initialized tegra 0.0.0 20120330 for drm on minor 0 [ 3.215079] of: dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:0, -19 [ 3.223122] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 696000 KHz [ 3.230475] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 714000 KHz [ 3.239610] input: gpio-keys as /devices/soc0/gpio-keys/input/input0 [ 3.246805] as3722-rtc as3722-rtc: setting system clock to 2000-01-01 00:02:54 UTC (946684974) [ 3.255906] +USB0_VBUS_SW: disabling [ 3.259481] +1.8V_RUN_CAM: disabling [ 3.263196] +2.8V_RUN_CAM: disabling [ 3.267006] +1.2V_RUN_CAM_FRONT: disabling [ 3.271294] +1.05V_RUN_CAM_REAR: disabling [ 3.275642] +3.3V_RUN_TOUCH: disabling [ 3.279622] +2.8V_RUN_CAM_AF: disabling [ 3.283605] +1.8V_RUN_VPP_FUSE: disabling [ 3.288701] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem [ 3.310324] EXT4-fs (mmcblk0p1): recovery complete [ 3.315141] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 3.323231] VFS: Mounted root (ext3 filesystem) on device 179:17. [ 3.333557] devtmpfs: mounted [ 3.337142] Freeing unused kernel memory: 2048K bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell 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:20 1970 [ 6.476991] PM: Syncing filesystems ... done. [ 6.505614] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 6.514143] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 6.523279] Suspending console(s) (use no_console_suspend to debug) [ 6.618631] PM: suspend of devices complete after 86.491 msecs [ 6.628823] PM: late suspend of devices complete after 10.152 msecs [ 6.661771] PM: noirq suspend of devices complete after 32.918 msecs [ 6.661786] Disabling non-boot CPUs ... [ 6.741011] IRQ17 no longer affine to CPU2 [ 6.855715] Entering suspend state LP1 [ 6.855715] Suspended for 3.114 seconds [ 6.855726] Enabling non-boot CPUs ... [ 6.877029] CPU1 is up [ 6.916680] CPU2 is up [ 6.956974] CPU3 is up [ 6.957686] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 6.957688] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 6.984997] PM: noirq resume of devices complete after 28.017 msecs [ 6.986640] PM: early resume of devices complete after 1.320 msecs [ 7.037697] PM: resume of devices complete after 51.049 msecs [ 7.116063] Restarting tasks ... done. root@(none):/# root@(none):/# [ 7.317308] ata1: SATA link down (SStatus 0 SControl 300) 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:25 1970 [ 8.398777] PM: Syncing filesystems ... done. [ 8.427448] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 8.436088] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 8.445279] Suspending console(s) (use no_console_suspend to debug) [ 8.474380] pci_generic_config_write32: 118 callbacks suppressed [ 8.474408] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x9c may corrupt adjacent RW1C bits [ 8.474470] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 8.538500] PM: suspend of devices complete after 84.419 msecs [ 8.547064] PM: late suspend of devices complete after 8.524 msecs [ 8.548517] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 8.548574] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 8.581580] PM: noirq suspend of devices complete after 34.486 msecs [ 8.581593] Disabling non-boot CPUs ... [ 8.796295] Entering suspend state LP1 [ 8.796295] Suspended for 3.059 seconds [ 8.796307] Enabling non-boot CPUs ... [ 8.816751] CPU1 is up [ 8.856649] CPU2 is up [ 8.896931] CPU3 is up [ 8.897486] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 8.897497] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 8.897504] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 8.897512] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4c may corrupt adjacent RW1C bits [ 8.897518] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 8.897525] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 8.897629] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 8.897631] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 8.924960] PM: noirq resume of devices complete after 28.022 msecs [ 8.926650] PM: early resume of devices complete after 1.363 msecs [ 8.977161] PM: resume of devices complete after 50.503 msecs [ 9.154611] Restarting tasks ... done. root@(none):/# root@(none):/# [ 9.257004] ata1: SATA link down (SStatus 0 SControl 300) 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:30 1970 [ 10.352214] PM: Syncing filesystems ... done. [ 10.382612] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 10.391047] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 10.400008] Suspending console(s) (use no_console_suspend to debug) [ 10.487687] PM: suspend of devices complete after 79.703 msecs [ 10.495041] PM: late suspend of devices complete after 7.326 msecs [ 10.529484] PM: noirq suspend of devices complete after 34.418 msecs [ 10.529494] Disabling non-boot CPUs ... [ 10.530469] IRQ17 no longer affine to CPU1 [ 10.731786] Entering suspend state LP1 [ 10.731786] Suspended for 3.064 seconds [ 10.731797] Enabling non-boot CPUs ... [ 10.756976] CPU1 is up [ 10.796607] CPU2 is up [ 10.836885] CPU3 is up [ 10.837572] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 10.837574] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 10.874937] PM: noirq resume of devices complete after 38.046 msecs [ 10.876148] PM: early resume of devices complete after 1.044 msecs [ 10.926698] PM: resume of devices complete after 50.541 msecs [ 11.005032] Restarting tasks ... done. root@(none):/# root@(none):/# [ 11.207286] ata1: SATA link down (SStatus 0 SControl 300) 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:35 1970 [ 12.286975] PM: Syncing filesystems ... done. [ 12.316368] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 12.324823] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 12.333689] Suspending console(s) (use no_console_suspend to debug) [ 12.417232] PM: suspend of devices complete after 75.951 msecs [ 12.422152] PM: late suspend of devices complete after 4.900 msecs [ 12.447967] PM: noirq suspend of devices complete after 25.799 msecs [ 12.447974] Disabling non-boot CPUs ... [ 12.589999] Entering suspend state LP1 [ 12.589999] Suspended for 3.141 seconds [ 12.590011] Enabling non-boot CPUs ... [ 12.616941] CPU1 is up [ 12.656590] CPU2 is up [ 12.696858] CPU3 is up [ 12.697564] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 12.697566] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 12.724892] PM: noirq resume of devices complete after 28.028 msecs [ 12.726867] PM: early resume of devices complete after 1.648 msecs [ 12.776985] PM: resume of devices complete after 50.110 msecs [ 12.851175] Restarting tasks ... done. root@(none):/# root@(none):/# [ 13.057356] ata1: SATA link down (SStatus 0 SControl 300) 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:40 1970 [ 14.147699] PM: Syncing filesystems ... done. [ 14.182494] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 14.190937] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 14.199895] Suspending console(s) (use no_console_suspend to debug) [ 14.212730] pci_generic_config_write32: 116 callbacks suppressed [ 14.212750] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x9c may corrupt adjacent RW1C bits [ 14.212793] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 14.287698] PM: suspend of devices complete after 79.813 msecs [ 14.295802] PM: late suspend of devices complete after 8.076 msecs [ 14.296945] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 14.297004] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 14.329369] PM: noirq suspend of devices complete after 33.545 msecs [ 14.329379] Disabling non-boot CPUs ... [ 14.330325] IRQ17 no longer affine to CPU1 [ 14.503092] Entering suspend state LP1 [ 14.503092] Suspended for 3.086 seconds [ 14.503104] Enabling non-boot CPUs ... [ 14.526646] CPU1 is up [ 14.566554] CPU2 is up [ 14.606819] CPU3 is up [ 14.607388] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 14.607399] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 14.607404] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 14.607410] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 14.607415] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 14.607420] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0xa8 may corrupt adjacent RW1C bits [ 14.607474] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 14.607635] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 14.634853] PM: noirq resume of devices complete after 28.027 msecs [ 14.636314] PM: early resume of devices complete after 1.142 msecs [ 14.686693] PM: resume of devices complete after 50.370 msecs [ 14.868216] Restarting tasks ... done. root@(none):/# root@(none):/# [ 14.967326] ata1: SATA link down (SStatus 0 SControl 300) 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:45 1970 [ 16.051641] PM: Syncing filesystems ... done. [ 16.070964] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 16.079405] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 16.088362] Suspending console(s) (use no_console_suspend to debug) [ 16.177616] PM: suspend of devices complete after 81.187 msecs [ 16.185710] PM: late suspend of devices complete after 8.066 msecs [ 16.219581] PM: noirq suspend of devices complete after 33.845 msecs [ 16.219592] Disabling non-boot CPUs ... [ 16.220558] IRQ17 no longer affine to CPU1 [ 16.393115] Entering suspend state LP1 [ 16.393115] Suspended for 3.109 seconds [ 16.393127] Enabling non-boot CPUs ... [ 16.416617] CPU1 is up [ 16.456522] CPU2 is up [ 16.496799] CPU3 is up [ 16.497432] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 16.497593] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 16.524824] PM: noirq resume of devices complete after 28.019 msecs [ 16.526346] PM: early resume of devices complete after 1.189 msecs [ 16.576521] PM: resume of devices complete after 50.165 msecs [ 16.654791] Restarting tasks ... done. root@(none):/# root@(none):/# [ 16.857293] ata1: SATA link down (SStatus 0 SControl 300) 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:50 1970 [ 17.946036] PM: Syncing filesystems ... done. [ 17.987417] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 17.996054] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 18.005307] Suspending console(s) (use no_console_suspend to debug) [ 18.098241] PM: suspend of devices complete after 84.128 msecs [ 18.106735] PM: late suspend of devices complete after 8.456 msecs [ 18.141407] PM: noirq suspend of devices complete after 34.641 msecs [ 18.141421] Disabling non-boot CPUs ... [ 18.364861] Entering suspend state LP1 [ 18.364861] Suspended for 3.028 seconds [ 18.364872] Enabling non-boot CPUs ... [ 18.386842] CPU1 is up [ 18.426479] CPU2 is up [ 18.466770] CPU3 is up [ 18.467463] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 18.467465] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 18.494786] PM: noirq resume of devices complete after 28.010 msecs [ 18.496495] PM: early resume of devices complete after 1.391 msecs [ 18.546980] PM: resume of devices complete after 50.477 msecs [ 18.621169] Restarting tasks ... done. root@(none):/# root@(none):/# [ 18.827249] ata1: SATA link down (SStatus 0 SControl 300) 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:55 1970 [ 19.926468] PM: Syncing filesystems ... done. [ 19.957871] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 19.966511] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 19.975736] Suspending console(s) (use no_console_suspend to debug) [ 20.004867] pci_generic_config_write32: 116 callbacks suppressed [ 20.004896] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x9c may corrupt adjacent RW1C bits [ 20.004930] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 20.067560] PM: suspend of devices complete after 83.021 msecs [ 20.077625] PM: late suspend of devices complete after 10.026 msecs [ 20.079250] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 20.079312] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 20.121268] PM: noirq suspend of devices complete after 43.611 msecs [ 20.121283] Disabling non-boot CPUs ... [ 20.122664] IRQ17 no longer affine to CPU1 [ 20.346208] Entering suspend state LP1 [ 20.346208] Suspended for 3.018 seconds [ 20.346220] Enabling non-boot CPUs ... [ 20.376346] CPU1 is up [ 20.416447] CPU2 is up [ 20.456715] CPU3 is up [ 20.457287] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 20.457297] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 20.457303] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 20.457309] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 20.457314] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 20.457319] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0xa8 may corrupt adjacent RW1C bits [ 20.457373] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 20.457538] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 20.484747] PM: noirq resume of devices complete after 28.026 msecs [ 20.486689] PM: early resume of devices complete after 1.602 msecs [ 20.537009] PM: resume of devices complete after 50.311 msecs [ 20.718646] Restarting tasks ... done. root@(none):/# root@(none):/# [ 20.817227] ata1: SATA link down (SStatus 0 SControl 300) 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:00 1970 [ 21.901822] PM: Syncing filesystems ... done. [ 21.921267] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 21.929707] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 21.938661] Suspending console(s) (use no_console_suspend to debug) [ 22.027391] PM: suspend of devices complete after 80.762 msecs [ 22.035494] PM: late suspend of devices complete after 8.075 msecs [ 22.069219] PM: noirq suspend of devices complete after 33.704 msecs [ 22.069229] Disabling non-boot CPUs ... [ 22.243008] Entering suspend state LP1 [ 22.243008] Suspended for 3.102 seconds [ 22.243019] Enabling non-boot CPUs ... [ 22.266505] CPU1 is up [ 22.306410] CPU2 is up [ 22.346685] CPU3 is up [ 22.347386] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 22.347388] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 22.374712] PM: noirq resume of devices complete after 28.021 msecs [ 22.376511] PM: early resume of devices complete after 1.460 msecs [ 22.426646] PM: resume of devices complete after 50.126 msecs [ 22.500835] Restarting tasks ... done. root@(none):/# root@(none):/# [ 22.707176] ata1: SATA link down (SStatus 0 SControl 300) 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:05 1970 [ 23.805096] PM: Syncing filesystems ... done. [ 23.837549] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 23.846183] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 23.855396] Suspending console(s) (use no_console_suspend to debug) [ 23.947580] PM: suspend of devices complete after 83.382 msecs [ 23.958548] PM: late suspend of devices complete after 10.929 msecs [ 23.991376] PM: noirq suspend of devices complete after 32.795 msecs [ 23.991390] Disabling non-boot CPUs ... [ 23.992807] IRQ17 no longer affine to CPU1 [ 24.206001] Entering suspend state LP1 [ 24.206001] Suspended for 3.036 seconds [ 24.206013] Enabling non-boot CPUs ... [ 24.236295] CPU1 is up [ 24.276382] CPU2 is up [ 24.316656] CPU3 is up [ 24.317299] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 24.317457] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 24.344683] PM: noirq resume of devices complete after 28.021 msecs [ 24.346499] PM: early resume of devices complete after 1.490 msecs [ 24.396871] PM: resume of devices complete after 50.364 msecs [ 24.475227] Restarting tasks ... done. root@(none):/# root@(none):/# [ 24.677128] ata1: SATA link down (SStatus 0 SControl 300) NVTB SYSTEM SUSPEND TEST COMPLETE