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: *################################################################# ################################################################# ######################################################T T T ########### ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# #################### 456.1 KiB/s done Bytes transferred = 7917328 (78cf10 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.8 MiB/s done Bytes transferred = 67133 (1063d hex) Tegra124 (Jetson TK1) # bootz 0x82000000 - 0x83000000 Kernel image @ 0x82000000 [ 0x000000 - 0x78cf10 ] ## 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-next-20170504-170866-gef57eb1 (jonathanh@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 May 5 03:27:10 PDT 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] Memory policy: Data cache writealloc [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 64 MiB at 0xfb800000 [ 0.000000] On node 0 totalpages: 524032 [ 0.000000] free_area_init_node: node 0, pgdat c157f880, 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 17 pages/cpu @eef82000 s39488 r8192 d21952 u69632 [ 0.000000] pcpu-alloc: s39488 r8192 d21952 u69632 alloc=17*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: 1993420K/2096128K available (10240K kernel code, 1565K rwdata, 4388K rodata, 2048K init, 411K bss, 37172K 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 - 0xc15874f0 (1566 kB) [ 0.000000] .bss : 0xc1590d04 - 0xc15f7b58 ( 412 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.000028] clocksource: timer_us: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns [ 0.000043] Switching to timer-based delay loop, resolution 1000ns [ 0.004903] arch_timer: cp15 timer(s) running at 12.00MHz (virt). [ 0.004923] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x2c47f4ee7, max_idle_ns: 440795202497 ns [ 0.004942] sched_clock: 56 bits at 12MHz, resolution 83ns, wraps every 4398046511096ns [ 0.004956] Switching to timer-based delay loop, resolution 83ns [ 0.005422] Console: colour dummy device 80x30 [ 0.005451] Calibrating delay loop (skipped), value calculated using timer frequency.. 24.00 BogoMIPS (lpj=120000) [ 0.005469] pid_max: default: 32768 minimum: 301 [ 0.005555] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.005570] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.006046] CPU: Testing write buffer coherency: ok [ 0.006294] /cpus/cpu@0 missing clock-frequency property [ 0.006337] /cpus/cpu@1 missing clock-frequency property [ 0.006379] /cpus/cpu@2 missing clock-frequency property [ 0.006423] /cpus/cpu@3 missing clock-frequency property [ 0.006436] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.006718] Setting up static identity map for 0x80300000 - 0x803000a0 [ 0.010398] Tegra Revision: A01 SKU: 129 CPU Process: 1 SoC Process: 1 [ 0.011123] EFI services will not be available. [ 0.011353] smp: Bringing up secondary CPUs ... [ 0.011951] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.015377] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 [ 0.025412] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 [ 0.034828] smp: Brought up 1 node, 4 CPUs [ 0.034850] SMP: Total of 4 processors activated (96.00 BogoMIPS). [ 0.034858] CPU: All CPU(s) started in SVC mode. [ 0.036327] devtmpfs: initialized [ 0.052921] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0 [ 0.053320] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.053339] futex hash table entries: 1024 (order: 4, 65536 bytes) [ 0.054790] pinctrl core: initialized pinctrl subsystem [ 0.056706] NET: Registered protocol family 16 [ 0.058808] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.061218] cpuidle: using governor menu [ 0.087737] No ATAGs? [ 0.087865] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. [ 0.087881] hw-breakpoint: maximum watchpoint size is 8 bytes. [ 0.095171] Serial: AMBA PL011 UART driver [ 0.111587] AT91: Could not find identification node [ 0.112141] +5V_SYS: supplied by +VDD_MUX [ 0.112425] +3.3V_SYS: supplied by +VDD_MUX [ 0.113044] +USB0_VBUS_SW: Failed to request enable GPIO108: -517 [ 0.113061] reg-fixed-voltage regulators:regulator@7: Failed to register regulator: -517 [ 0.113160] +5V_USB_HS: Failed to request enable GPIO109: -517 [ 0.113175] reg-fixed-voltage regulators:regulator@8: Failed to register regulator: -517 [ 0.113363] +1.05V_RUN_AVDD_HDMI_PLL: Failed to request enable GPIO63: -517 [ 0.113377] reg-fixed-voltage regulators:regulator@11: Failed to register regulator: -517 [ 0.113474] +5V_HDMI_CON: Failed to request enable GPIO86: -517 [ 0.113488] reg-fixed-voltage regulators:regulator@12: Failed to register regulator: -517 [ 0.113586] +5V_SATA: Failed to request enable GPIO242: -517 [ 0.113599] reg-fixed-voltage regulators:regulator@13: Failed to register regulator: -517 [ 0.113695] +12V_SATA: Failed to request enable GPIO242: -517 [ 0.113709] reg-fixed-voltage regulators:regulator@14: Failed to register regulator: -517 [ 0.116677] vgaarb: loaded [ 0.117489] SCSI subsystem initialized [ 0.117653] libata version 3.00 loaded. [ 0.117902] usbcore: registered new interface driver usbfs [ 0.117963] usbcore: registered new interface driver hub [ 0.118022] usbcore: registered new device driver usb [ 0.121469] pps_core: LinuxPPS API ver. 1 registered [ 0.121480] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.121504] PTP clock support registered [ 0.121691] EDAC MC: Ver: 3.0.0 [ 0.124543] clocksource: Switched to clocksource arch_sys_counter [ 0.180883] NET: Registered protocol family 2 [ 0.181393] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.181494] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) [ 0.181681] TCP: Hash tables configured (established 8192 bind 8192) [ 0.181763] UDP hash table entries: 512 (order: 2, 16384 bytes) [ 0.181807] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) [ 0.181955] NET: Registered protocol family 1 [ 0.182265] RPC: Registered named UNIX socket transport module. [ 0.182276] RPC: Registered udp transport module. [ 0.182285] RPC: Registered tcp transport module. [ 0.182294] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.182306] PCI: CLS 0 bytes, default 64 [ 0.183741] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available [ 0.185603] workingset: timestamp_bits=30 max_order=19 bucket_order=0 [ 0.194058] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.194793] NFS: Registering the id_resolver key type [ 0.194823] Key type id_resolver registered [ 0.194833] Key type id_legacy registered [ 0.194877] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.196506] bounce: pool size: 64 pages [ 0.196547] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247) [ 0.196558] io scheduler noop registered [ 0.196568] io scheduler deadline registered [ 0.196596] io scheduler cfq registered (default) [ 0.196606] io scheduler mq-deadline registered [ 0.196615] io scheduler kyber registered [ 0.202035] usb2-0: usb2-0 supply vbus not found, using dummy regulator [ 0.202161] usb2-1: usb2-1 supply vbus not found, using dummy regulator [ 0.202624] tegra-xusb-padctl 7009f000.padctl: failed to setup XUSB ports: -517 [ 0.218566] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 0.218621] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517 [ 0.224858] tegra124-dfll 70110000.clock: couldn't get vdd_cpu regulator [ 0.232701] tegra-apbdma 60020000.dma: Tegra20 APB DMA driver register 32 channels [ 0.235484] tegra-pmc 7000e400.pmc: emergency thermal reset enabled [ 0.288954] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled [ 0.291518] console [ttyS0] disabled [ 0.291556] 70006300.serial: ttyS0 at MMIO 0x70006300 (irq = 335, base_baud = 25500000) is a Tegra [ 1.182945] console [ttyS0] enabled [ 1.187263] SuperH (H)SCI(F) driver initialized [ 1.192765] msm_serial: driver initialized [ 1.197077] STMicroelectronics ASC driver initialized [ 1.202969] 70006000.serial: ttyTHS1 at MMIO 0x70006000 (irq = 333, base_baud = 0) is a TEGRA_UART [ 1.212244] 70006040.serial: ttyTHS2 at MMIO 0x70006040 (irq = 334, base_baud = 0) is a TEGRA_UART [ 1.226319] tegra-hdmi 54280000.hdmi: failed to get HDMI regulator [ 1.245294] brd: module loaded [ 1.255373] loop: module loaded [ 1.259707] at24 0-0056: 256 byte 24c02 EEPROM, writable, 8 bytes/write [ 1.268063] as3722 4-0040: AS3722 with revision 0x1 found [ 1.279835] as3722-sd2: supplied by +5V_SYS [ 1.284446] as3722-sd3: supplied by +5V_SYS [ 1.288944] +1.35V_LP0(sd3): Bringing 0uV into 1350000-1350000uV [ 1.295306] as3722-sd4: supplied by +5V_SYS [ 1.299902] as3722-sd5: supplied by +5V_SYS [ 1.305907] as3722-ldo0: supplied by +1.35V_LP0(sd2) [ 1.311951] +1.8V_RUN_CAM: Bringing 0uV into 1800000-1800000uV [ 1.318168] as3722-ldo2: supplied by +1.8V_VDDIO [ 1.324029] as3722-ldo3: supplied by +3.3V_SYS [ 1.328529] +1.05V_LP0_VDD_RTC: Bringing 1100000uV into 1000000-1000000uV [ 1.336309] as3722-ldo4: supplied by +3.3V_SYS [ 1.340971] +2.8V_RUN_CAM: Bringing 0uV into 2800000-2800000uV [ 1.347175] as3722-ldo5: supplied by +1.8V_VDDIO [ 1.352001] +1.2V_RUN_CAM_FRONT: Bringing 0uV into 1200000-1200000uV [ 1.358912] +VDDIO_SDMMC3: bypassed regulator has no supply! [ 1.364583] +VDDIO_SDMMC3: failed to get the current voltage(-517) [ 1.370760] as3722-regulator as3722-regulator: regulator 13 register failed -517 [ 1.383832] tegra-ahci 70027000.sata: couldn't get PHY in node sata: -517 [ 1.403914] random: fast init done [ 1.407469] m25p80 spi32765.0: w25q32dw (4096 Kbytes) [ 1.415257] libphy: Fixed MDIO Bus: probed [ 1.420417] CAN device driver interface [ 1.425281] bgmac_bcma: Broadcom 47xx GBit MAC driver loaded [ 1.432293] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 1.438133] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 1.444106] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k [ 1.451074] igb: Copyright (c) 2007-2014 Intel Corporation. [ 1.460275] pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver [ 1.467736] usbcore: registered new interface driver pegasus [ 1.473437] usbcore: registered new interface driver asix [ 1.478880] usbcore: registered new interface driver ax88179_178a [ 1.485019] usbcore: registered new interface driver cdc_ether [ 1.490894] usbcore: registered new interface driver smsc75xx [ 1.496698] usbcore: registered new interface driver smsc95xx [ 1.502475] usbcore: registered new interface driver net1080 [ 1.508182] usbcore: registered new interface driver cdc_subset [ 1.514127] usbcore: registered new interface driver zaurus [ 1.519760] usbcore: registered new interface driver cdc_ncm [ 1.525651] tegra-phy 7d004000.usb-phy: no vbus regulator [ 1.533057] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.539592] ehci-pci: EHCI PCI platform driver [ 1.544070] ehci-platform: EHCI generic platform driver [ 1.549515] ehci-orion: EHCI orion driver [ 1.553681] SPEAr-ehci: EHCI SPEAr driver [ 1.557842] ehci-st: EHCI STMicroelectronics driver [ 1.562851] ehci-exynos: EHCI EXYNOS driver [ 1.567214] ehci-atmel: EHCI Atmel driver [ 1.571356] tegra-ehci: Tegra EHCI driver [ 1.578210] tegra-ehci 7d004000.usb: EHCI Host Controller [ 1.583627] tegra-ehci 7d004000.usb: new USB bus registered, assigned bus number 1 [ 1.591407] tegra-ehci 7d004000.usb: irq 354, io mem 0x7d004000 [ 1.624565] tegra-ehci 7d004000.usb: USB 2.0 started, EHCI 1.10 [ 1.631274] hub 1-0:1.0: USB hub found [ 1.635077] hub 1-0:1.0: 1 port detected [ 1.639523] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.645743] ohci-pci: OHCI PCI platform driver [ 1.650222] ohci-platform: OHCI generic platform driver [ 1.655631] ohci-omap3: OHCI OMAP3 driver [ 1.659770] SPEAr-ohci: OHCI SPEAr driver [ 1.663913] ohci-st: OHCI STMicroelectronics driver [ 1.668940] ohci-atmel: OHCI Atmel driver [ 1.673705] usbcore: registered new interface driver usb-storage [ 1.684049] as3722-rtc as3722-rtc: rtc core: registered as3722-rtc as rtc0 [ 1.690946] as3722-rtc as3722-rtc: RTC interrupt 377 [ 1.699190] tegra_rtc 7000e000.rtc: rtc core: registered 7000e000.rtc as rtc1 [ 1.706374] tegra_rtc 7000e000.rtc: Tegra internal Real Time Clock [ 1.713065] i2c /dev entries driver [ 1.723263] lm90 0-004c: 0-004c supply vcc not found, using dummy regulator [ 1.740499] sdhci: Secure Digital Host Controller Interface driver [ 1.746699] sdhci: Copyright(c) Pierre Ossman [ 1.752650] Synopsys Designware Multimedia Card Interface Driver [ 1.759980] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.766427] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 1.771316] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 1.792570] mmc0: Unknown controller version (3). You may experience problems. [ 1.799845] mmc0: Invalid maximum block size, assuming 512 bytes [ 1.864565] mmc0: SDHCI controller on 700b0600.sdhci [700b0600.sdhci] using ADMA [ 1.873872] ledtrig-cpu: registered to indicate activity on CPUs [ 1.880204] usbcore: registered new interface driver usbhid [ 1.885789] usbhid: USB HID core driver [ 1.893523] NET: Registered protocol family 10 [ 1.898837] Segment Routing with IPv6 [ 1.902548] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.909038] NET: Registered protocol family 17 [ 1.913482] can: controller area network core (rev 20170425 abi 9) [ 1.919725] NET: Registered protocol family 29 [ 1.924164] can: raw protocol (rev 20170425) [ 1.928446] can: broadcast manager protocol (rev 20170425 t) [ 1.934104] can: netlink gateway (rev 20170425) max_hops=1 [ 1.939901] Key type dns_resolver registered [ 1.944729] ThumbEE CPU extension supported. [ 1.949001] Registering SWP/SWPB emulation handler [ 1.968377] +3.3V_RUN: supplied by +3.3V_SYS [ 1.973937] +USB0_VBUS_SW: supplied by +5V_SYS [ 1.978683] +3.3V_AVDD_HDMI_AP_GATED: supplied by +3.3V_RUN [ 1.984625] +5V_USB_HS: supplied by +5V_SYS [ 1.990444] +3.3V_LP0: supplied by +3.3V_SYS [ 1.997055] +5V_HDMI_CON: supplied by +5V_SYS [ 2.002088] +5V_SATA: supplied by +5V_SYS [ 2.006663] +12V_SATA: supplied by +VDD_MUX [ 2.013016] usb2-0: usb2-0 supply vbus not found, using dummy regulator [ 2.014193] mmc0: new high speed MMC card at address 0001 [ 2.020477] mmcblk0: mmc0:0001 SEM16G 14.7 GiB [ 2.021208] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB [ 2.021609] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB [ 2.022792] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB [ 2.037712] mmcblk0: p1 [ 2.050098] usb2-1: usb2-1 supply vbus not found, using dummy regulator [ 2.057209] usb3-0: usb3-0 supply vbus not found, using dummy regulator [ 2.065211] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 2.071799] tegra-pcie 1003000.pcie-controller: Failed to get supply 'avddio-pex': -517 [ 2.082914] tegra124-dfll 70110000.clock: couldn't get vdd_cpu regulator [ 2.094285] tegra-hdmi 54280000.hdmi: failed to get PLL regulator [ 2.105626] as3722-sd2: supplied by +5V_SYS [ 2.110097] as3722-sd3: supplied by +5V_SYS [ 2.114512] as3722-sd4: supplied by +5V_SYS [ 2.119110] as3722-sd5: supplied by +5V_SYS [ 2.125307] as3722-ldo0: supplied by +1.35V_LP0(sd2) [ 2.131034] as3722-ldo1: supplied by +3.3V_RUN [ 2.135853] as3722-ldo2: supplied by +1.8V_VDDIO [ 2.141361] as3722-ldo3: supplied by +3.3V_SYS [ 2.146692] as3722-ldo4: supplied by +3.3V_SYS [ 2.151382] as3722-ldo5: supplied by +1.8V_VDDIO [ 2.156383] as3722-ldo6: supplied by +3.3V_RUN [ 2.161076] as3722-ldo7: supplied by +1.8V_VDDIO [ 2.166476] +1.05V_RUN_CAM_REAR: Bringing 0uV into 1050000-1050000uV [ 2.173546] as3722-ldo9: supplied by +5V_SYS [ 2.179150] +3.3V_RUN_TOUCH: Bringing 0uV into 2800000-2800000uV [ 2.185733] as3722-ldo10: supplied by +5V_SYS [ 2.190647] +2.8V_RUN_CAM_AF: Bringing 0uV into 2800000-2800000uV [ 2.197501] as3722-ldo11: supplied by +3.3V_RUN [ 2.202802] +1.8V_RUN_VPP_FUSE: Bringing 0uV into 1800000-1800000uV [ 2.212741] tegra-ahci 70027000.sata: AHCI 0001.0301 32 slots 2 ports 3 Gbps 0x1 impl platform mode [ 2.221818] tegra-ahci 70027000.sata: flags: 64bit ncq sntf pm led pio slum part sadm sds apst [ 2.232398] scsi host0: tegra-ahci [ 2.237046] scsi host1: tegra-ahci [ 2.240741] ata1: SATA max UDMA/133 mmio [mem 0x70027000-0x70028fff] port 0x100 irq 345 [ 2.248779] ata2: DUMMY [ 2.254500] tegra-ehci 7d008000.usb: EHCI Host Controller [ 2.259956] tegra-ehci 7d008000.usb: new USB bus registered, assigned bus number 2 [ 2.267701] tegra-ehci 7d008000.usb: irq 355, io mem 0x7d008000 [ 2.294664] tegra-ehci 7d008000.usb: USB 2.0 started, EHCI 1.10 [ 2.301705] hub 2-0:1.0: USB hub found [ 2.305559] hub 2-0:1.0: 1 port detected [ 2.311899] sdhci-tegra 700b0400.sdhci: Got CD GPIO [ 2.316850] sdhci-tegra 700b0400.sdhci: Got WP GPIO [ 2.328767] mmc1: Unknown controller version (3). You may experience problems. [ 2.336104] mmc1: Invalid maximum block size, assuming 512 bytes [ 2.405082] mmc1: SDHCI controller on 700b0400.sdhci [700b0400.sdhci] using ADMA [ 2.413181] tegra-pcie 1003000.pcie-controller: 2x1, 1x1 configuration [ 2.421754] tegra-pcie 1003000.pcie-controller: probing port 0, using 2 lanes [ 2.432433] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000008 [ 2.455300] tegra-pcie 1003000.pcie-controller: probing port 1, using 1 lanes [ 2.464631] tegra-pcie 1003000.pcie-controller: Slot present pin change, signature: 00000000 [ 2.478979] tegra-pcie 1003000.pcie-controller: PCI host bridge to bus 0000:00 [ 2.486249] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 2.492437] pci_bus 0000:00: root bus resource [mem 0x13000000-0x1fffffff] [ 2.499347] pci_bus 0000:00: root bus resource [mem 0x20000000-0x3fffffff pref] [ 2.506698] pci_bus 0000:00: root bus resource [bus 00-ff] [ 2.512226] pci 0000:00:01.0: [10de:0e12] type 01 class 0x060400 [ 2.518324] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 2.528129] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x52 may corrupt adjacent RW1C bits [ 2.537952] pci 0000:00:01.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.544620] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 2.554665] pci 0000:00:02.0: [10de:0e13] type 01 class 0x060400 [ 2.560723] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x88 may corrupt adjacent RW1C bits [ 2.570522] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x52 may corrupt adjacent RW1C bits [ 2.578296] ata1: SATA link down (SStatus 0 SControl 300) [ 2.585740] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.592365] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4c may corrupt adjacent RW1C bits [ 2.602371] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.612122] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x3e may corrupt adjacent RW1C bits [ 2.621871] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4 may corrupt adjacent RW1C bits [ 2.631568] pci_bus 0000:00: 1-byte config write to 0000:00:01.0 offset 0xc may corrupt adjacent RW1C bits [ 2.641260] PCI: bus0: Fast back to back transfers disabled [ 2.646849] pci 0000:00:01.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.654869] pci 0000:00:02.0: bridge configuration invalid ([bus 00-00]), reconfiguring [ 2.663084] pci 0000:01:00.0: [8086:4232] type 00 class 0x028000 [ 2.669155] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit] [ 2.676144] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold [ 2.697259] mmc1: new high speed SDHC card at address aaaa [ 2.703526] mmcblk1: mmc1:aaaa SD04G 3.69 GiB [ 2.708341] PCI: bus1: Fast back to back transfers disabled [ 2.713938] pci_bus 0000:01: busn_res: [bus 01-ff] end is updated to 01 [ 2.720801] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 [ 2.726855] pci 0000:02:00.0: reg 0x10: [io 0x0000-0x00ff] [ 2.732453] pci 0000:02:00.0: reg 0x18: [mem 0x00000000-0x00000fff 64bit] [ 2.739280] pci 0000:02:00.0: reg 0x20: [mem 0x00000000-0x00003fff 64bit pref] [ 2.746668] pci 0000:02:00.0: supports D1 D2 [ 2.750941] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 2.771140] mmcblk1: p1 p2 p3 [ 2.784700] PCI: bus2: Fast back to back transfers disabled [ 2.790280] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 02 [ 2.797121] pci 0000:00:01.0: BAR 8: assigned [mem 0x13000000-0x130fffff] [ 2.803913] pci 0000:00:02.0: BAR 8: assigned [mem 0x13100000-0x131fffff] [ 2.810749] pci 0000:00:02.0: BAR 9: assigned [mem 0x20000000-0x200fffff 64bit pref] [ 2.818528] pci 0000:00:02.0: BAR 7: assigned [io 0x1000-0x1fff] [ 2.824643] pci 0000:01:00.0: BAR 0: assigned [mem 0x13000000-0x13001fff 64bit] [ 2.831971] pci 0000:00:01.0: PCI bridge to [bus 01] [ 2.836976] pci 0000:00:01.0: bridge window [mem 0x13000000-0x130fffff] [ 2.843776] pci 0000:02:00.0: BAR 4: assigned [mem 0x20000000-0x20003fff 64bit pref] [ 2.851549] pci 0000:02:00.0: BAR 2: assigned [mem 0x13100000-0x13100fff 64bit] [ 2.858909] pci 0000:02:00.0: BAR 0: assigned [io 0x1000-0x10ff] [ 2.865025] pci 0000:00:02.0: PCI bridge to [bus 02] [ 2.869987] pci 0000:00:02.0: bridge window [io 0x1000-0x1fff] [ 2.876115] pci 0000:00:02.0: bridge window [mem 0x13100000-0x131fffff] [ 2.882900] pci 0000:00:02.0: bridge window [mem 0x20000000-0x200fffff 64bit pref] [ 2.890685] pci 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 2.897788] pcieport 0000:00:01.0: enabling device (0140 -> 0142) [ 2.904128] pcieport 0000:00:01.0: Signaling PME with IRQ 393 [ 2.909991] pci 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 2.917091] pcieport 0000:00:02.0: enabling device (0140 -> 0143) [ 2.923416] pcieport 0000:00:02.0: Signaling PME with IRQ 394 [ 2.929465] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.935098] r8169 0000:02:00.0: enabling device (0140 -> 0143) [ 2.966250] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xf0b72000, 00:04:4b:3a:d9:81, XID 0c000800 IRQ 395 [ 2.975942] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 2.988762] +1.05V_RUN_AVDD_HDMI_PLL: supplied by +1.05V_RUN [ 2.996714] of: dev_pm_opp_of_cpumask_add_table: couldn't find opp table for cpu:0, -19 [ 3.004810] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 696000 KHz [ 3.012125] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency changed to: 714000 KHz [ 3.021273] input: gpio-keys as /devices/soc0/gpio-keys/input/input0 [ 3.028572] as3722-rtc as3722-rtc: setting system clock to 2000-01-01 00:01:00 UTC (946684860) [ 3.037574] +3.3V_AVDD_HDMI_AP_GATED: disabling [ 3.042098] +USB0_VBUS_SW: disabling [ 3.045701] +1.05V_RUN_AVDD_HDMI_PLL: disabling [ 3.050231] +5V_HDMI_CON: disabling [ 3.053720] +1.8V_RUN_CAM: disabling [ 3.057590] +2.8V_RUN_CAM: disabling [ 3.061401] +1.2V_RUN_CAM_FRONT: disabling [ 3.065776] +1.05V_RUN_CAM_REAR: disabling [ 3.070036] +3.3V_RUN_TOUCH: disabling [ 3.073947] +2.8V_RUN_CAM_AF: disabling [ 3.078041] +1.8V_RUN_VPP_FUSE: disabling [ 3.083188] EXT4-fs (mmcblk0p1): mounting ext3 file system using the ext4 subsystem [ 3.105204] EXT4-fs (mmcblk0p1): recovery complete [ 3.109993] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null) [ 3.118129] VFS: Mounted root (ext3 filesystem) on device 179:1. [ 3.128095] devtmpfs: mounted [ 3.131956] 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:35 1970 [ 6.487477] PM: Syncing filesystems ... done. [ 6.496028] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 6.504805] OOM killer disabled. [ 6.508055] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 6.517458] Suspending console(s) (use no_console_suspend to debug) [ 6.638066] PM: suspend of devices complete after 110.660 msecs [ 6.647555] PM: late suspend of devices complete after 9.451 msecs [ 6.681458] PM: noirq suspend of devices complete after 33.869 msecs [ 6.681474] Disabling non-boot CPUs ... [ 6.682948] IRQ17 no longer affine to CPU1 [ 6.683455] IRQ357 no longer affine to CPU1 [ 6.762172] IRQ358 no longer affine to CPU2 [ 6.840424] IRQ359 no longer affine to CPU3 [ 6.898617] Entering suspend state LP1 [ 6.898617] Suspended for 2.979 seconds [ 6.898629] Enabling non-boot CPUs ... [ 6.916649] CPU1 is up [ 6.956536] CPU2 is up [ 6.996822] CPU3 is up [ 6.997542] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 6.997544] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 7.024620] PM: noirq resume of devices complete after 27.792 msecs [ 7.026207] PM: early resume of devices complete after 1.251 msecs [ 7.054785] PM: resume of devices complete after 28.566 msecs [ 7.145706] OOM killer enabled. [ 7.148835] Restarting tasks ... done. root@(none):/# root@(none):/# [ 7.357186] 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:39 1970 [ 7.514688] PM: Syncing filesystems ... done. [ 7.519713] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 7.527825] OOM killer disabled. [ 7.531047] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 7.539668] Suspending console(s) (use no_console_suspend to debug) [ 7.546770] pci_generic_config_write32: 118 callbacks suppressed [ 7.546780] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x9c may corrupt adjacent RW1C bits [ 7.546811] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x9c may corrupt adjacent RW1C bits [ 7.656590] PM: suspend of devices complete after 109.962 msecs [ 7.659701] PM: late suspend of devices complete after 3.098 msecs [ 7.660160] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 7.660176] pci_bus 0000:02: 2-byte config write to 0000:02:00.0 offset 0x44 may corrupt adjacent RW1C bits [ 7.686207] PM: noirq suspend of devices complete after 26.497 msecs [ 7.686211] Disabling non-boot CPUs ... [ 7.686702] IRQ357 no longer affine to CPU1 [ 7.749097] IRQ358 no longer affine to CPU2 [ 7.788749] IRQ359 no longer affine to CPU3 [ 7.837800] Entering suspend state LP1 [ 7.837800] Suspended for 3.060 seconds [ 7.837812] Enabling non-boot CPUs ... [ 7.866628] CPU1 is up [ 7.906539] CPU2 is up [ 7.946837] CPU3 is up [ 7.947450] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4c may corrupt adjacent RW1C bits [ 7.947460] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 7.947470] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x88 may corrupt adjacent RW1C bits [ 7.947477] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x90 may corrupt adjacent RW1C bits [ 7.947483] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 7.947489] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x98 may corrupt adjacent RW1C bits [ 7.947594] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 7.947596] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 7.974597] PM: noirq resume of devices complete after 27.754 msecs [ 7.976740] PM: early resume of devices complete after 1.800 msecs [ 8.004859] PM: resume of devices complete after 28.108 msecs [ 8.194994] OOM killer enabled. [ 8.198126] Restarting tasks ... done. root@(none):/# root@(none):/# [ 8.307023] 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:44 1970 [ 9.464648] PM: Syncing filesystems ... done. [ 9.472445] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 9.481066] OOM killer disabled. [ 9.484300] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 9.493427] Suspending console(s) (use no_console_suspend to debug) [ 9.618281] PM: suspend of devices complete after 116.112 msecs [ 9.630243] PM: late suspend of devices complete after 11.921 msecs [ 9.660963] PM: noirq suspend of devices complete after 30.690 msecs [ 9.660977] Disabling non-boot CPUs ... [ 9.662432] IRQ17 no longer affine to CPU1 [ 9.662938] IRQ357 no longer affine to CPU1 [ 9.741060] IRQ358 no longer affine to CPU2 [ 9.856513] Entering suspend state LP1 [ 9.856513] Suspended for 2.981 seconds [ 9.856525] Enabling non-boot CPUs ... [ 9.876608] CPU1 is up [ 9.916494] CPU2 is up [ 9.956785] CPU3 is up [ 9.957479] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 9.957484] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 9.984559] PM: noirq resume of devices complete after 27.768 msecs [ 9.986102] PM: early resume of devices complete after 1.202 msecs [ 10.024748] PM: resume of devices complete after 38.635 msecs [ 10.111730] OOM killer enabled. [ 10.114864] Restarting tasks ... done. root@(none):/# root@(none):/# [ 10.317069] 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:48 1970 [ 10.475938] PM: Syncing filesystems ... done. [ 10.481600] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 10.489740] OOM killer disabled. [ 10.492960] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 10.501536] Suspending console(s) (use no_console_suspend to debug) [ 10.616433] PM: suspend of devices complete after 107.887 msecs [ 10.620207] PM: late suspend of devices complete after 3.760 msecs [ 10.646341] PM: noirq suspend of devices complete after 26.124 msecs [ 10.646345] Disabling non-boot CPUs ... [ 10.798110] Entering suspend state LP1 [ 10.798110] Suspended for 3.058 seconds [ 10.798122] Enabling non-boot CPUs ... [ 10.826584] CPU1 is up [ 10.866465] CPU2 is up [ 10.906756] CPU3 is up [ 10.907450] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 10.907453] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 10.934530] PM: noirq resume of devices complete after 27.767 msecs [ 10.936334] PM: early resume of devices complete after 1.477 msecs [ 10.974715] PM: resume of devices complete after 38.370 msecs [ 11.049126] OOM killer enabled. [ 11.052256] Restarting tasks ... done. root@(none):/# root@(none):/# [ 11.267047] 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:52 1970 [ 11.421921] PM: Syncing filesystems ... done. [ 11.427415] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 11.435657] OOM killer disabled. [ 11.438877] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 11.447591] Suspending console(s) (use no_console_suspend to debug) [ 11.566434] PM: suspend of devices complete after 111.679 msecs [ 11.570608] PM: late suspend of devices complete after 4.158 msecs [ 11.596628] PM: noirq suspend of devices complete after 26.009 msecs [ 11.596633] Disabling non-boot CPUs ... [ 11.729699] migrate_irqs: 8 callbacks suppressed [ 11.729706] IRQ359 no longer affine to CPU3 [ 11.779216] Entering suspend state LP1 [ 11.779216] Suspended for 3.018 seconds [ 11.779228] Enabling non-boot CPUs ... [ 11.806551] CPU1 is up [ 11.846418] CPU2 is up [ 11.886711] CPU3 is up [ 11.887429] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 11.887431] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 11.914493] PM: noirq resume of devices complete after 27.775 msecs [ 11.916185] PM: early resume of devices complete after 1.350 msecs [ 11.944669] PM: resume of devices complete after 28.473 msecs [ 12.027899] OOM killer enabled. [ 12.031028] Restarting tasks ... done. root@(none):/# root@(none):/# [ 12.247021] 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:56 1970 [ 12.395426] PM: Syncing filesystems ... done. [ 12.400749] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 12.408970] OOM killer disabled. [ 12.412190] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 12.420875] Suspending console(s) (use no_console_suspend to debug) [ 12.536519] PM: suspend of devices complete after 108.591 msecs [ 12.539145] PM: late suspend of devices complete after 2.612 msecs [ 12.566296] PM: noirq suspend of devices complete after 27.141 msecs [ 12.566300] Disabling non-boot CPUs ... [ 12.566756] IRQ17 no longer affine to CPU1 [ 12.566904] IRQ357 no longer affine to CPU1 [ 12.639444] IRQ358 no longer affine to CPU2 [ 12.698996] IRQ359 no longer affine to CPU3 [ 12.748531] Entering suspend state LP1 [ 12.748531] Suspended for 3.030 seconds [ 12.748543] Enabling non-boot CPUs ... [ 12.776512] CPU1 is up [ 12.816381] CPU2 is up [ 12.856678] CPU3 is up [ 12.857247] pci_generic_config_write32: 162 callbacks suppressed [ 12.857255] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x4c may corrupt adjacent RW1C bits [ 12.857265] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x4c may corrupt adjacent RW1C bits [ 12.857275] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x88 may corrupt adjacent RW1C bits [ 12.857281] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x90 may corrupt adjacent RW1C bits [ 12.857287] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x88 may corrupt adjacent RW1C bits [ 12.857293] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x98 may corrupt adjacent RW1C bits [ 12.857299] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x90 may corrupt adjacent RW1C bits [ 12.857305] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0x9c may corrupt adjacent RW1C bits [ 12.857310] pci_bus 0000:00: 2-byte config write to 0000:00:01.0 offset 0x98 may corrupt adjacent RW1C bits [ 12.857316] pci_bus 0000:00: 2-byte config write to 0000:00:02.0 offset 0xa8 may corrupt adjacent RW1C bits [ 12.857415] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 12.857417] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 12.884470] PM: noirq resume of devices complete after 27.786 msecs [ 12.886153] PM: early resume of devices complete after 1.363 msecs [ 12.914720] PM: resume of devices complete after 28.555 msecs [ 13.108859] OOM killer enabled. [ 13.111997] Restarting tasks ... done. root@(none):/# root@(none):/# [ 13.216908] 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:01 1970 [ 14.363854] PM: Syncing filesystems ... done. [ 14.368984] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 14.377142] OOM killer disabled. [ 14.380359] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 14.388959] Suspending console(s) (use no_console_suspend to debug) [ 14.506838] PM: suspend of devices complete after 111.144 msecs [ 14.513116] PM: late suspend of devices complete after 6.256 msecs [ 14.537677] PM: noirq suspend of devices complete after 24.544 msecs [ 14.537685] Disabling non-boot CPUs ... [ 14.538703] IRQ357 no longer affine to CPU1 [ 14.592862] IRQ358 no longer affine to CPU2 [ 14.652342] IRQ359 no longer affine to CPU3 [ 14.700504] Entering suspend state LP1 [ 14.700504] Suspended for 3.047 seconds [ 14.700516] Enabling non-boot CPUs ... [ 14.726481] CPU1 is up [ 14.766364] CPU2 is up [ 14.806651] CPU3 is up [ 14.807356] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 14.807358] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 14.834436] PM: noirq resume of devices complete after 27.779 msecs [ 14.836488] PM: early resume of devices complete after 1.713 msecs [ 14.864699] PM: resume of devices complete after 28.201 msecs [ 14.951578] OOM killer enabled. [ 14.954711] Restarting tasks ... done. root@(none):/# root@(none):/# [ 15.166950] 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 [ 15.314884] PM: Syncing filesystems ... done. [ 15.320336] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 15.328538] OOM killer disabled. [ 15.331756] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 15.340418] Suspending console(s) (use no_console_suspend to debug) [ 15.456253] PM: suspend of devices complete after 108.862 msecs [ 15.459632] PM: late suspend of devices complete after 3.366 msecs [ 15.486026] PM: noirq suspend of devices complete after 26.385 msecs [ 15.486030] Disabling non-boot CPUs ... [ 15.486445] IRQ17 no longer affine to CPU1 [ 15.486575] IRQ357 no longer affine to CPU1 [ 15.648050] Entering suspend state LP1 [ 15.648050] Suspended for 3.052 seconds [ 15.648062] Enabling non-boot CPUs ... [ 15.676445] CPU1 is up [ 15.716333] CPU2 is up [ 15.756616] CPU3 is up [ 15.757317] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 15.757336] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 15.784407] PM: noirq resume of devices complete after 27.785 msecs [ 15.786472] PM: early resume of devices complete after 1.737 msecs [ 15.814665] PM: resume of devices complete after 28.183 msecs [ 15.897291] OOM killer enabled. [ 15.900419] Restarting tasks ... done. root@(none):/# root@(none):/# [ 16.116920] 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:09 1970 [ 16.265345] PM: Syncing filesystems ... done. [ 16.270640] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 16.278842] OOM killer disabled. [ 16.282060] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 16.290723] Suspending console(s) (use no_console_suspend to debug) [ 16.406128] PM: suspend of devices complete after 108.434 msecs [ 16.408486] PM: late suspend of devices complete after 2.345 msecs [ 16.436042] PM: noirq suspend of devices complete after 27.548 msecs [ 16.436046] Disabling non-boot CPUs ... [ 16.587999] Entering suspend state LP1 [ 16.587999] Suspended for 3.059 seconds [ 16.588012] Enabling non-boot CPUs ... [ 16.616430] CPU1 is up [ 16.656312] CPU2 is up [ 16.696582] CPU3 is up [ 16.697272] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 16.697279] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 16.724378] PM: noirq resume of devices complete after 27.789 msecs [ 16.726356] PM: early resume of devices complete after 1.642 msecs [ 16.754645] PM: resume of devices complete after 28.279 msecs [ 16.829020] OOM killer enabled. [ 16.832149] Restarting tasks ... done. root@(none):/# root@(none):/# [ 17.056896] 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:13 1970 [ 17.205361] PM: Syncing filesystems ... done. [ 17.210308] Freezing user space processes ... (elapsed 0.001 seconds) done. [ 17.218527] OOM killer disabled. [ 17.221746] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 17.230436] Suspending console(s) (use no_console_suspend to debug) [ 17.346178] PM: suspend of devices complete after 108.687 msecs [ 17.349841] PM: late suspend of devices complete after 3.649 msecs [ 17.376157] PM: noirq suspend of devices complete after 26.306 msecs [ 17.376161] Disabling non-boot CPUs ... [ 17.376630] migrate_irqs: 6 callbacks suppressed [ 17.376635] IRQ17 no longer affine to CPU1 [ 17.376783] IRQ357 no longer affine to CPU1 [ 17.449361] IRQ358 no longer affine to CPU2 [ 17.508864] IRQ359 no longer affine to CPU3 [ 17.558484] Entering suspend state LP1 [ 17.558484] Suspended for 3.029 seconds [ 17.558496] Enabling non-boot CPUs ... [ 17.586381] CPU1 is up [ 17.626267] CPU2 is up [ 17.666550] CPU3 is up [ 17.667248] pcieport 0000:00:02.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 17.667250] pcieport 0000:00:01.0: nv_msi_ht_cap_quirk didn't locate host bridge [ 17.694341] PM: noirq resume of devices complete after 27.785 msecs [ 17.696121] PM: early resume of devices complete after 1.442 msecs [ 17.724517] PM: resume of devices complete after 28.386 msecs [ 17.820119] OOM killer enabled. [ 17.823249] Restarting tasks ... done. root@(none):/# NVTB SYSTEM SUSPEND TEST COMPLETE root@(none):/# [ 18.026851] ata1: SATA link down (SStatus 0 SControl 300)