U-Boot SPL 2013.01-rc1-00207-gfbeb8fc-dirty (Nov 29 2012 - 03:05:13) OMAP4460 ES1.1 OMAP SD/MMC: 0 reading u-boot.img reading u-boot.img U-Boot 2013.01-rc1-00207-gfbeb8fc-dirty (Nov 29 2012 - 03:05:13) CPU : OMAP4460 ES1.1 Board: OMAP4 Panda I2C: ready DRAM: 1 GiB MMC: OMAP SD/MMC: 0 Using default environment In: serial Out: serial Err: serial Net: No ethernet found. Hit any key to stop autoboot: 3  0 Panda # Panda # setenv bootargs 'console=ttyO2,230400n8 root=/dev/mmcblk0p2 rootwait vram=32M earlyprintk ignore_loglevel init=/bin/sh' Panda # loady 0x81000000 ## Ready for binary (ymodem) download to 0x81000000 at 230400 bps... CSending: uImage-dtb.omap4-panda-es Sending: Transfer complete Modem - CRC mode, 8(SOH)/4102(STX)/0(CAN) packets, 3 retries ## Total Size = 0x00401aac = 4201132 Bytes Panda # bootm 0x81000000 ## Booting kernel from Legacy Image at 81000000 ... Image Name: Linux- Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4201068 Bytes = 4 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 3.13.0-rc3-36727-g736e812 (paul@knihy) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP Tue Dec 10 02:58:42 MST 2013 [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: TI OMAP4 PandaBoard [ 0.000000] debug: ignoring loglevel setting. [ 0.000000] cma: CMA: reserved 16 MiB at ae800000 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] On node 0 totalpages: 261888 [ 0.000000] free_area_init_node: node 0, pgdat c084af80, node_mem_map c0dbc000 [ 0.000000] Normal zone: 1520 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 194560 pages, LIFO batch:31 [ 0.000000] HighMem zone: 528 pages used for memmap [ 0.000000] HighMem zone: 67328 pages, LIFO batch:15 [ 0.000000] OMAP4460 ES1.1 [ 0.000000] PERCPU: Embedded 9 pages/cpu @c15d7000 s13952 r8192 d14720 u36864 [ 0.000000] pcpu-alloc: s13952 r8192 d14720 u36864 alloc=9*4096 [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260368 [ 0.000000] Kernel command line: console=ttyO2,230400n8 root=/dev/mmcblk0p2 rootwait vram=32M earlyprintk ignore_loglevel init=/bin/sh [ 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: 1007904K/1047552K available (5466K kernel code, 592K rwdata, 2092K rodata, 325K init, 5526K bss, 39648K reserved, 269312K highmem) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB) [ 0.000000] vmalloc : 0xf0000000 - 0xff000000 ( 240 MB) [ 0.000000] lowmem : 0xc0000000 - 0xef800000 ( 760 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0xc0008000 - 0xc0769b70 (7559 kB) [ 0.000000] .init : 0xc076a000 - 0xc07bb680 ( 326 kB) [ 0.000000] .data : 0xc07bc000 - 0xc08503c0 ( 593 kB) [ 0.000000] .bss : 0xc08503c0 - 0xc0db5fb0 (5527 kB) [ 0.000000] Hierarchical RCU implementation. [ 0.000000] NR_IRQS:16 nr_irqs:16 16 [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns [ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz [ 0.000000] smp_twd: clock not found -2 [ 0.000000] Console: colour dummy device 80x30 [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.000000] ... CHAINHASH_SIZE: 16384 [ 0.000000] memory used by lock dependency info: 3695 kB [ 0.000000] per task-struct memory footprint: 1152 bytes [ 0.000000] Calibrating local timer... 347.46MHz. [ 0.059844] Calibrating delay loop... 1384.44 BogoMIPS (lpj=6922240) [ 0.149230] pid_max: default: 32768 minimum: 301 [ 0.149749] Security Framework initialized [ 0.149932] Mount-cache hash table entries: 512 [ 0.163726] CPU: Testing write buffer coherency: ok [ 0.165222] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.165283] Setting up static identity map for 0x8052ee20 - 0x8052ee90 [ 0.165405] L310 cache controller enabled [ 0.165405] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e470000, Cache size: 1024 kB [ 0.170532] CPU1: Booted secondary processor [ 0.208770] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.209381] Brought up 2 CPUs [ 0.209411] SMP: Total of 2 processors activated. [ 0.209411] CPU: All CPU(s) started in SVC mode. [ 0.212188] devtmpfs: initialized [ 0.220886] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.222473] omap_hwmod: l3_main_3 using broken dt data from ocp [ 0.223846] omap_hwmod: l3_main_2 using broken dt data from ocp [ 0.316040] pinctrl core: initialized pinctrl subsystem [ 0.319274] regulator-dummy: no parameters [ 0.322235] NET: Registered protocol family 16 [ 0.328948] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.403106] gpiochip_add: registered GPIOs 0 to 31 on device: gpio [ 0.404174] OMAP GPIO hardware version 0.1 [ 0.405914] gpiochip_add: registered GPIOs 32 to 63 on device: gpio [ 0.408294] gpiochip_add: registered GPIOs 64 to 95 on device: gpio [ 0.410461] gpiochip_add: registered GPIOs 96 to 127 on device: gpio [ 0.412567] gpiochip_add: registered GPIOs 128 to 159 on device: gpio [ 0.414733] gpiochip_add: registered GPIOs 160 to 191 on device: gpio [ 0.416381] omap-gpmc 50000000.gpmc: GPMC revision 6.0 [ 0.440429] platform 4b501000.aes: Cannot lookup hwmod 'aes' [ 0.441009] platform 480a5000.des: Cannot lookup hwmod 'des' [ 0.451080] No ATAGs? [ 0.451110] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.451141] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.454650] OMAP DMA hardware revision 0.0 [ 0.503631] bio: create slab at 0 [ 0.506561] edma-dma-engine edma-dma-engine.0: Can't allocate PaRAM dummy slot [ 0.506591] edma-dma-engine: probe of edma-dma-engine.0 failed with error -5 [ 0.562957] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver [ 0.563964] of_get_named_gpiod_flags exited with status 0 [ 0.564849] hsusb1_vbus: 3300 mV [ 0.565277] reg-fixed-voltage wl12xx_vmmc.10: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_wl12xx_gpio, deferring probe [ 0.565307] platform wl12xx_vmmc.10: Driver reg-fixed-voltage requests probe deferral [ 0.572937] SCSI subsystem initialized [ 0.574554] usbcore: registered new interface driver usbfs [ 0.574920] usbcore: registered new interface driver hub [ 0.575408] usbcore: registered new device driver usb [ 0.575714] of_get_named_gpiod_flags exited with status 0 [ 0.578796] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c1_pins, deferring probe [ 0.578826] platform 48070000.i2c: Driver omap_i2c requests probe deferral [ 0.578887] omap_i2c 48072000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c2_pins, deferring probe [ 0.578918] platform 48072000.i2c: Driver omap_i2c requests probe deferral [ 0.578979] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c3_pins, deferring probe [ 0.579010] platform 48060000.i2c: Driver omap_i2c requests probe deferral [ 0.579071] omap_i2c 48350000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c4_pins, deferring probe [ 0.579071] platform 48350000.i2c: Driver omap_i2c requests probe deferral [ 0.585388] Switched to clocksource 32k_counter [ 0.711578] NET: Registered protocol family 2 [ 0.713317] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.713592] TCP bind hash table entries: 8192 (order: 6, 294912 bytes) [ 0.716339] TCP: Hash tables configured (established 8192 bind 8192) [ 0.716552] TCP: reno registered [ 0.716583] UDP hash table entries: 512 (order: 3, 40960 bytes) [ 0.716949] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes) [ 0.718231] NET: Registered protocol family 1 [ 0.719451] RPC: Registered named UNIX socket transport module. [ 0.719451] RPC: Registered udp transport module. [ 0.719451] RPC: Registered tcp transport module. [ 0.719482] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.720977] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.887847] bounce pool size: 64 pages [ 0.888885] VFS: Disk quotas dquot_6.5.2 [ 0.889129] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.891387] NFS: Registering the id_resolver key type [ 0.891723] Key type id_resolver registered [ 0.891723] Key type id_legacy registered [ 0.891845] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.892364] msgmni has been set to 1474 [ 0.896148] io scheduler noop registered [ 0.896179] io scheduler deadline registered [ 0.896270] io scheduler cfq registered (default) [ 0.902221] pinctrl-single 4a100040.pinmux: 203 pins at pa fc100040 size 406 [ 0.902709] pinctrl-single 4a31e040.pinmux: 28 pins at pa fc31e040 size 56 [ 0.906158] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.911834] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806a000[0]' [ 0.912963] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 104, base_baud = 3000000) is a OMAP UART0 [ 0.914703] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806c000[0]' [ 0.915069] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 105, base_baud = 3000000) is a OMAP UART1 [ 0.916473] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@48020000[0]' [ 0.916809] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 106, base_baud = 3000000) is a OMAP UART2 [ 1.390777] console [ttyO2] enabled [ 1.393859] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806e000[0]' [ 1.399169] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 102, base_baud = 3000000) is a OMAP UART3 [ 1.428558] brd: module loaded [ 1.443939] loop: module loaded [ 1.450531] mtdoops: mtd device (mtddev=name/number) must be supplied [ 1.464874] usbcore: registered new interface driver asix [ 1.468200] usbcore: registered new interface driver ax88179_178a [ 1.471832] usbcore: registered new interface driver cdc_ether [ 1.475402] usbcore: registered new interface driver r815x [ 1.478759] usbcore: registered new interface driver smsc95xx [ 1.482208] usbcore: registered new interface driver net1080 [ 1.485778] usbcore: registered new interface driver cdc_subset [ 1.489318] usbcore: registered new interface driver zaurus [ 1.492736] usbcore: registered new interface driver cdc_ncm [ 1.497253] usbcore: registered new interface driver cdc_wdm [ 1.500701] usbcore: registered new interface driver usb-storage [ 1.504333] usbcore: registered new interface driver usbtest [ 1.509552] mousedev: PS/2 mouse device common for all mice [ 1.516723] i2c /dev entries driver [ 1.518890] Driver for 1-wire Dallas network protocol. [ 1.523010] of_get_named_gpiod_flags exited with status 0 [ 1.529968] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 1.536132] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.540893] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.546051] omap-dma-engine 4a056000.dma-controller: allocating channel for 62 [ 1.550079] omap-dma-engine 4a056000.dma-controller: allocating channel for 61 [ 1.554077] omap_hsmmc 4809c000.mmc: vmmc regulator missing [ 1.557373] omap-dma-engine 4a056000.dma-controller: freeing channel for 61 [ 1.561218] omap-dma-engine 4a056000.dma-controller: freeing channel for 62 [ 1.565093] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral [ 1.569122] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.573883] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.578857] omap-dma-engine 4a056000.dma-controller: allocating channel for 60 [ 1.582824] omap-dma-engine 4a056000.dma-controller: allocating channel for 59 [ 1.586883] omap_hsmmc 480d5000.mmc: vmmc regulator missing [ 1.589965] omap-dma-engine 4a056000.dma-controller: freeing channel for 59 [ 1.593780] omap-dma-engine 4a056000.dma-controller: freeing channel for 60 [ 1.597717] platform 480d5000.mmc: Driver omap_hsmmc requests probe deferral [ 1.602416] of_get_named_gpiod_flags exited with status 0 [ 1.605438] of_get_named_gpiod_flags exited with status 0 [ 1.608398] of_get_named_gpiod_flags exited with status 0 [ 1.612457] of_get_named_gpiod_flags exited with status 0 [ 1.617034] ledtrig-cpu: registered to indicate activity on CPUs [ 1.621368] usbcore: registered new interface driver usbhid [ 1.624420] usbhid: USB HID core driver [ 1.628265] oprofile: using arm/armv7-ca9 [ 1.631042] TCP: cubic registered [ 1.632873] Initializing XFRM netlink socket [ 1.635345] NET: Registered protocol family 17 [ 1.637847] NET: Registered protocol family 15 [ 1.640563] Key type dns_resolver registered [ 1.644195] Power Management for TI OMAP4+ devices. [ 1.646942] Power Management for TI OMAP4. [ 1.649200] OMAP4 PM: u-boot >= v2012.07 is required for full PM support [ 1.653015] ThumbEE CPU extension supported. [ 1.658874] of_get_named_gpiod_flags exited with status 0 [ 1.663452] vwl1271: 1800 mV [ 1.673004] Skipping twl internal clock init and using bootloader value (unknown osc rate) [ 1.679077] twl 0-0048: PIH (irq 39) nested IRQs [ 1.683715] twl_rtc rtc.11: Power up reset detected. [ 1.687469] twl_rtc rtc.11: Enabling TWL-RTC [ 1.694976] twl_rtc rtc.11: rtc core: registered rtc.11 as rtc0 [ 1.700439] VAUX1_6030: 1000 <--> 3000 mV at 2800 mV [ 1.705352] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV [ 1.710174] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV [ 1.715179] VMMC: 1200 <--> 3000 mV at 3000 mV [ 1.719696] VPP: 1800 <--> 2500 mV at 1900 mV [ 1.724151] VUSIM: 1200 <--> 2900 mV at 1800 mV [ 1.728607] VDAC: 1800 mV [ 1.731567] VANA: 2100 mV [ 1.734832] VCXIO: 1800 mV [ 1.737945] VUSB: 3300 mV [ 1.741302] V1V8: 1800 mV [ 1.744750] V2V1: 2100 mV [ 1.753509] of_get_named_gpiod_flags exited with status 0 [ 1.759857] omap_i2c 48070000.i2c: bus 0 rev0.11 at 400 kHz [ 1.765655] omap_i2c 48072000.i2c: bus 1 rev0.11 at 400 kHz [ 1.771362] omap_i2c 48060000.i2c: bus 2 rev0.11 at 100 kHz [ 1.776245] omap_i2c 48350000.i2c: bus 3 rev0.11 at 400 kHz [ 1.776489] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.776489] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.789764] omap-dma-engine 4a056000.dma-controller: allocating channel for 62 [ 1.789764] omap-dma-engine 4a056000.dma-controller: allocating channel for 61 [ 1.797760] 4809c000.mmc supply vmmc_aux not found, using dummy regulator [ 1.804748] omap_hsmmc 4809c000.mmc: pins are not configured from the driver [ 1.845825] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.850952] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.856048] omap-dma-engine 4a056000.dma-controller: allocating channel for 60 [ 1.860107] omap-dma-engine 4a056000.dma-controller: allocating channel for 59 [ 1.864166] 480d5000.mmc supply vmmc_aux not found, using dummy regulator [ 1.906494] mmc0: host does not support reading read-only switch. assuming write-enable. [ 1.913757] mmc0: new high speed SD card at address 1234 [ 1.918212] isa bounce pool size: 16 pages [ 1.921508] mmcblk0: mmc0:1234 SA02G 1.83 GiB [ 1.930236] mmcblk0: p1 p2 [ 2.081573] omap_hsmmc 480d5000.mmc: card claims to support voltages below defined range [ 2.086486] twl_rtc rtc.11: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 2.091339] omap_uart 48020000.serial: no wakeirq for uart2 [ 2.108581] kjournald starting. Commit interval 5 seconds [ 2.108581] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode [ 2.108581] VFS: Mounted root (ext3 filesystem) readonly on device 179:2. [ 2.123046] devtmpfs: mounted [ 2.123443] mmc1: queuing unknown CIS tuple 0x91 (3 bytes) [ 2.125610] mmc1: new SDIO card at address 0001 [ 2.130676] Freeing unused kernel memory: 324K (c076a000 - c07bb000) /bin/sh: can't access tty; job control turned off / # / # / # / # / # %% Start PM consolidated quick test (retention only) %% Preparation / # / # mount -t sysfs none /sys / # / # mount -t debugfs none /debug / # / # / # / # for u in `ls -1d /sys/bus/platform/drivers/omap_uart/*.serial | paste -s -d'  '`; do echo -1 > $u/power/autosuspend_delay_ms; done / # / # echo 0 > /debug/pm_debug/enable_off_mode / # / # %% Baseline pm_debug count dump cat /debug/pm_debug/count [ 9.471374] pwrdm state mismatch(ivahd_pwrdm) 3 != 1 [ 9.474151] pwrdm state mismatch(tesla_pwrdm) 3 != 1 [ 9.476928] pwrdm state mismatch(dss_pwrdm) 3 != 1 [ 9.479614] pwrdm state mismatch(abe_pwrdm) 3 != 1 cefuse_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0 always_on_core_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0 l4per_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 l3init_pwrdm (RET),OFF:0,RET:3,INA:0,ON:3,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 cam_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 ivahd_pwrdm (ON),OFF:1,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0 mpu_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 cpu1_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 cpu0_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 tesla_pwrdm (ON),OFF:1,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 dss_pwrdm (ON),OFF:1,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 abe_pwrdm (ON),OFF:1,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 gfx_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 core_pwrdm (ON),OFF:0,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0,RET-MEMBANK5-OFF:0 l3_dma_clkdm->core_pwrdm (0) emu_sys_clkdm->emu_pwrdm (0) l4_wkup_clkdm->wkup_pwrdm (3) l3_dss_clkdm->dss_pwrdm (0) iss_clkdm->cam_pwrdm (0) l3_1_clkdm->core_pwrdm (0) l3_2_clkdm->core_pwrdm (1) mpuss_clkdm->mpu_pwrdm (1) ducati_clkdm->core_pwrdm (0) l4_ao_clkdm->always_on_core_pwrdm (0) l3_emif_clkdm->core_pwrdm (2) mpu1_clkdm->cpu1_pwrdm (0) mpu0_clkdm->cpu0_pwrdm (0) d2d_clkdm->core_pwrdm (0) l3_init_clkdm->l3init_pwrdm (0) l3_instr_clkdm->core_pwrdm (0) abe_clkdm->abe_pwrdm (0) l4_per_clkdm->l4per_pwrdm (7) l4_secure_clkdm->l4per_pwrdm (0) ivahd_clkdm->ivahd_pwrdm (0) l3_gfx_clkdm->gfx_pwrdm (0) tesla_clkdm->tesla_pwrdm (0) l4_cfg_clkdm->core_pwrdm (0) l4_cefuse_clkdm->cefuse_pwrdm (0) / # / # echo enabled > /sys/devices/44000000.ocp/48020000.serial/tty/ttyO2/power/wak eup / # %% Start retention double suspend/resume UART wakeup test echo mem > /sys/power/state [ 11.673614] PM: Syncing filesystems ... done. [ 11.678527] PM: Preparing system for mem sleep [ 11.685333] Freezing user space processes ... (elapsed 0.000 seconds) done. [ 11.689605] Freezing remaining freezable tasks ... (elapsed 0.005 seconds) done. [ 11.695739] PM: Entering mem sleep [ 11.695739] Suspending console(s) (use no_console_suspend to debug) [ 11.717529] PM: suspend of devices complete after 11.932 msecs [ 11.720855] PM: late suspend of devices complete after 3.326 msecs [ 11.724945] PM: noirq suspend of devices complete after 4.089 msecs [ 11.725067] Disabling non-boot CPUs ... [ 11.730987] CPU1: shutdown [ 11.735015] Successfully put all powerdomains to target state [ 11.735015] hw-breakpoint: Failed to enable monitor mode on CPU 0. [ 11.735046] Enabling non-boot CPUs ... [ 11.737274] CPU1: Booted secondary processor [ 11.738983] CPU1 is up [ 11.741424] PM: noirq resume of devices complete after 2.349 msecs [ 11.741424] PM: early resume of devices complete after 0.001 msecs [ 11.978179] PM: resume of devices complete after 233.276 msecs [ 12.015472] PM: Finishing wakeup. [ 12.020538] Restarting tasks ... done. / # / # / # / # cat /debug/pm_debug/count cefuse_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0 always_on_core_pwrdm (ON),OFF:1,RET:0,INA:0,ON:2,RET-LOGIC-OFF:0 l4per_pwrdm (ON),OFF:0,RET:1,INA:0,ON:2,RET-LOGIC-OFF:1,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 l3init_pwrdm (RET),OFF:0,RET:6,INA:0,ON:6,RET-LOGIC-OFF:1,RET-MEMBANK1-OFF:0 cam_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 ivahd_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0 mpu_pwrdm (ON),OFF:0,RET:1,INA:0,ON:2,RET-LOGIC-OFF:1,RET-MEMBANK1-OFF:1,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 cpu1_pwrdm (ON),OFF:1,RET:0,INA:0,ON:2,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 cpu0_pwrdm (ON),OFF:1,RET:0,INA:0,ON:2,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 tesla_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:1,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 dss_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 abe_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 gfx_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 core_pwrdm (ON),OFF:0,RET:1,INA:0,ON:2,RET-LOGIC-OFF:1,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0,RET-MEMBANK5-OFF:1 l3_dma_clkdm->core_pwrdm (0) emu_sys_clkdm->emu_pwrdm (0) l4_wkup_clkdm->wkup_pwrdm (3) l3_dss_clkdm->dss_pwrdm (0) iss_clkdm->cam_pwrdm (0) l3_1_clkdm->core_pwrdm (0) l3_2_clkdm->core_pwrdm (1) mpuss_clkdm->mpu_pwrdm (1) ducati_clkdm->core_pwrdm (0) l4_ao_clkdm->always_on_core_pwrdm (0) l3_emif_clkdm->core_pwrdm (2) mpu1_clkdm->cpu1_pwrdm (0) mpu0_clkdm->cpu0_pwrdm (0) d2d_clkdm->core_pwrdm (0) l3_init_clkdm->l3init_pwrdm (0) l3_instr_clkdm->core_pwrdm (0) abe_clkdm->abe_pwrdm (0) l4_per_clkdm->l4per_pwrdm (12) l4_secure_clkdm->l4per_pwrdm (0) ivahd_clkdm->ivahd_pwrdm (0) l3_gfx_clkdm->gfx_pwrdm (0) tesla_clkdm->tesla_pwrdm (0) l4_cfg_clkdm->core_pwrdm (0) l4_cefuse_clkdm->cefuse_pwrdm (0) / # / # / # / # echo mem > /sys/power/state [ 13.938293] PM: Syncing filesystems ... done. [ 13.938293] PM: Preparing system for mem sleep [ 13.943572] Freezing user space processes ... (elapsed 0.003 seconds) done. [ 13.948699] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [ 13.952972] PM: Entering mem sleep [ 13.956512] Suspending console(s) (use no_console_suspend to debug) [ 13.972595] PM: suspend of devices complete after 15.960 msecs [ 13.974914] PM: late suspend of devices complete after 2.319 msecs [ 13.979736] PM: noirq suspend of devices complete after 4.821 msecs [ 13.979827] Disabling non-boot CPUs ... [ 13.981872] CPU1: shutdown [ 13.981964] Successfully put all powerdomains to target state [ 13.981964] hw-breakpoint: CPU 0 failed to disable vector catch [ 13.981994] Enabling non-boot CPUs ... [ 13.984252] CPU1: Booted secondary processor [ 13.984893] CPU1 is up [ 13.987304] PM: noirq resume of devices complete after 2.349 msecs [ 13.988159] PM: early resume of devices complete after 0.854 msecs [ 14.227111] PM: resume of devices complete after 238.891 msecs [ 14.267150] PM: Finishing wakeup. [ 14.267150] Restarting tasks ... done. / # / # / # / # cat /debug/pm_debug/count cefuse_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0 always_on_core_pwrdm (ON),OFF:2,RET:0,INA:0,ON:3,RET-LOGIC-OFF:0 l4per_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 l3init_pwrdm (RET),OFF:0,RET:9,INA:0,ON:9,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0 cam_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 ivahd_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0 mpu_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:2,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 cpu1_pwrdm (ON),OFF:2,RET:0,INA:0,ON:3,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 cpu0_pwrdm (ON),OFF:2,RET:0,INA:0,ON:3,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 tesla_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 dss_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 abe_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 gfx_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 core_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0,RET-MEMBANK5-OFF:2 l3_dma_clkdm->core_pwrdm (0) emu_sys_clkdm->emu_pwrdm (0) l4_wkup_clkdm->wkup_pwrdm (3) l3_dss_clkdm->dss_pwrdm (0) iss_clkdm->cam_pwrdm (0) l3_1_clkdm->core_pwrdm (0) l3_2_clkdm->core_pwrdm (1) mpuss_clkdm->mpu_pwrdm (1) ducati_clkdm->core_pwrdm (0) l4_ao_clkdm->always_on_core_pwrdm (0) l3_emif_clkdm->core_pwrdm (2) mpu1_clkdm->cpu1_pwrdm (0) mpu0_clkdm->cpu0_pwrdm (0) d2d_clkdm->core_pwrdm (0) l3_init_clkdm->l3init_pwrdm (0) l3_instr_clkdm->core_pwrdm (0) abe_clkdm->abe_pwrdm (0) l4_per_clkdm->l4per_pwrdm (12) l4_secure_clkdm->l4per_pwrdm (0) ivahd_clkdm->ivahd_pwrdm (0) l3_gfx_clkdm->gfx_pwrdm (0) tesla_clkdm->tesla_pwrdm (0) l4_cfg_clkdm->core_pwrdm (0) l4_cefuse_clkdm->cefuse_pwrdm (0) / # / # / # / # ./test_rootfs_access_nonexistent_file__ret_susp /bin/sh: ./test_rootfs_access_nonexistent_file__ret_susp: not found / # / # %% End retention double suspend/resume UART wakeup test %% Start retention dynamic idle UART wakeup test for u in `ls -1d /sys/bus/platform/drivers/omap_uart/*.serial | paste -s -d'  '`; do echo 3000 > $u/power/autosuspend_delay_ms; done / # / # / # / # cat /debug/pm_debug/count cefuse_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0 always_on_core_pwrdm (ON),OFF:2,RET:0,INA:0,ON:3,RET-LOGIC-OFF:0 l4per_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 l3init_pwrdm (RET),OFF:0,RET:9,INA:0,ON:9,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0 cam_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 ivahd_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0 mpu_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:2,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 cpu1_pwrdm (ON),OFF:2,RET:0,INA:0,ON:3,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 cpu0_pwrdm (ON),OFF:2,RET:0,INA:0,ON:3,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 tesla_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0 dss_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 abe_pwrdm (RET),OFF:1,RET:1,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0 gfx_pwrdm (OFF),OFF:2,RET:0,INA:0,ON:1,RET-LOGIC-OFF:0,RET-MEMBANK1-OFF:0 core_pwrdm (ON),OFF:0,RET:2,INA:0,ON:3,RET-LOGIC-OFF:2,RET-MEMBANK1-OFF:0,RET-MEMBANK2-OFF:0,RET-MEMBANK3-OFF:0,RET-MEMBANK4-OFF:0,RET-MEMBANK5-OFF:2 l3_dma_clkdm->core_pwrdm (0) emu_sys_clkdm->emu_pwrdm (0) l4_wkup_clkdm->wkup_pwrdm (3) l3_dss_clkdm->dss_pwrdm (0) iss_clkdm->cam_pwrdm (0) l3_1_clkdm->core_pwrdm (0) l3_2_clkdm->core_pwrdm (1) mpuss_clkdm->mpu_pwrdm (1) ducati_clkdm->core_pwrdm (0) l4_ao_clkdm->always_on_core_pwrdm (0) l3_emif_clkdm->core_pwrdm (2) mpu1_clkdm->cpu1_pwrdm (0) mpu0_clkdm->cpu0_pwrdm (0) d2d_clkdm->core_pwrdm (0) l3_init_clkdm->l3init_pwrdm (0) l3_instr_clkdm->core_pwrdm (0) abe_clkdm->abe_pwrdm (0) l4_per_clkdm->l4per_pwrdm (4) l4_secure_clkdm->l4per_pwrdm (0) ivahd_clkdm->ivahd_pwrdm (0) l3_gfx_clkdm->gfx_pwrdm (0) tesla_clkdm->tesla_pwrdm (0) l4_cfg_clkdm->core_pwrdm (0) l4_cefuse_clkdm->cefuse_pwrdm (0) / # / # / # / # ./test_rootfs_access_nonexistent_file__ret_dyn /bin/sh: ./test_rootfs_access_nonexistent_file__ret_dyn: not found / # / # for u in `ls -1d /sys/bus/platform/drivers/omap_uart/*.serial | paste -s -d'  '`; do echo -1 > $u/power/autosuspend_delay_ms; done / # / # %% End retention dynamic idle UART wakeup test %% End PM consolidated quick test (retention only)