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 C mode, 3(SOH)/4511(STX)/0(CAN) packets, 3 retries ## Total Size = 0x00467c24 = 4619300 Bytes Panda # bootm 0x81000000 ## Booting kernel from Legacy Image at 81000000 ... Image Name: Linux- Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4619236 Bytes = 4.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-rc1-36049-g6ce4eac (paul@knihy) (gcc version 4.5.1 (Sourcery G++ Lite 2010.09-50) ) #1 SMP Sun Nov 24 22:37:13 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 c08db340, node_mem_map c0e4c000 [ 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 @c1667000 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: 1007328K/1047552K available (5881K kernel code, 657K rwdata, 2124K rodata, 389K init, 5527K bss, 40224K 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 - 0xc07d9954 (8007 kB) [ 0.000000] .init : 0xc07da000 - 0xc083b680 ( 390 kB) [ 0.000000] .data : 0xc083c000 - 0xc08e0780 ( 658 kB) [ 0.000000] .bss : 0xc08e0780 - 0xc0e465e0 (5528 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.33MHz. [ 0.059814] Calibrating delay loop... 1384.44 BogoMIPS (lpj=6922240) [ 0.139282] pid_max: default: 32768 minimum: 301 [ 0.139831] Security Framework initialized [ 0.140014] Mount-cache hash table entries: 512 [ 0.154602] CPU: Testing write buffer coherency: ok [ 0.156188] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 [ 0.156249] Setting up static identity map for 0x80597c40 - 0x80597cb0 [ 0.156372] L310 cache controller enabled [ 0.156402] l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x7e470000, Cache size: 1024 kB [ 0.161804] CPU1: Booted secondary processor [ 0.198760] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 [ 0.199371] Brought up 2 CPUs [ 0.199401] SMP: Total of 2 processors activated. [ 0.199432] CPU: All CPU(s) started in SVC mode. [ 0.202270] devtmpfs: initialized [ 0.211334] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4 [ 0.295227] pinctrl core: initialized pinctrl subsystem [ 0.298614] regulator-dummy: no parameters [ 0.301727] NET: Registered protocol family 16 [ 0.308624] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.387207] gpiochip_add: registered GPIOs 0 to 31 on device: gpio [ 0.388397] OMAP GPIO hardware version 0.1 [ 0.390502] gpiochip_add: registered GPIOs 32 to 63 on device: gpio [ 0.392974] gpiochip_add: registered GPIOs 64 to 95 on device: gpio [ 0.395172] gpiochip_add: registered GPIOs 96 to 127 on device: gpio [ 0.397399] gpiochip_add: registered GPIOs 128 to 159 on device: gpio [ 0.399627] gpiochip_add: registered GPIOs 160 to 191 on device: gpio [ 0.401397] omap-gpmc 50000000.gpmc: GPMC revision 6.0 [ 0.426300] platform 4b501000.aes: Cannot lookup hwmod 'aes' [ 0.426940] platform 480a5000.des: Cannot lookup hwmod 'des' [ 0.437316] No ATAGs? [ 0.437347] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers. [ 0.437377] hw-breakpoint: maximum watchpoint size is 4 bytes. [ 0.441436] OMAP DMA hardware revision 0.0 [ 0.493347] bio: create slab at 0 [ 0.496429] edma-dma-engine edma-dma-engine.0: Can't allocate PaRAM dummy slot [ 0.496459] edma-dma-engine: probe of edma-dma-engine.0 failed with error -5 [ 0.553680] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver [ 0.554718] of_get_named_gpiod_flags exited with status 0 [ 0.555725] hsusb1_vbus: 3300 mV [ 0.556152] reg-fixed-voltage wl12xx_vmmc.10: could not find pctldev for node /ocp/pinmux@4a31e040/pinmux_wl12xx_gpio, deferring probe [ 0.556182] platform wl12xx_vmmc.10: Driver reg-fixed-voltage requests probe deferral [ 0.562835] SCSI subsystem initialized [ 0.564483] usbcore: registered new interface driver usbfs [ 0.564849] usbcore: registered new interface driver hub [ 0.565307] usbcore: registered new device driver usb [ 0.565643] of_get_named_gpiod_flags exited with status 0 [ 0.568756] omap_i2c 48070000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c1_pins, deferring probe [ 0.568786] platform 48070000.i2c: Driver omap_i2c requests probe deferral [ 0.568847] omap_i2c 48072000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c2_pins, deferring probe [ 0.568878] platform 48072000.i2c: Driver omap_i2c requests probe deferral [ 0.568939] omap_i2c 48060000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c3_pins, deferring probe [ 0.568969] platform 48060000.i2c: Driver omap_i2c requests probe deferral [ 0.569030] omap_i2c 48350000.i2c: could not find pctldev for node /ocp/pinmux@4a100040/pinmux_i2c4_pins, deferring probe [ 0.569061] platform 48350000.i2c: Driver omap_i2c requests probe deferral [ 0.575408] Switched to clocksource 32k_counter [ 0.709442] NET: Registered protocol family 2 [ 0.711212] TCP established hash table entries: 8192 (order: 3, 32768 bytes) [ 0.711486] TCP bind hash table entries: 8192 (order: 6, 294912 bytes) [ 0.714202] TCP: Hash tables configured (established 8192 bind 8192) [ 0.714416] TCP: reno registered [ 0.714447] UDP hash table entries: 512 (order: 3, 40960 bytes) [ 0.714843] UDP-Lite hash table entries: 512 (order: 3, 40960 bytes) [ 0.716308] NET: Registered protocol family 1 [ 0.717468] RPC: Registered named UNIX socket transport module. [ 0.717498] RPC: Registered udp transport module. [ 0.717498] RPC: Registered tcp transport module. [ 0.717529] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.719055] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available [ 0.905212] bounce pool size: 64 pages [ 0.906311] VFS: Disk quotas dquot_6.5.2 [ 0.906524] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 0.908843] NFS: Registering the id_resolver key type [ 0.909240] Key type id_resolver registered [ 0.909240] Key type id_legacy registered [ 0.909393] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc. [ 0.909942] msgmni has been set to 1473 [ 0.913330] io scheduler noop registered [ 0.913360] io scheduler deadline registered [ 0.913482] io scheduler cfq registered (default) [ 0.919891] pinctrl-single 4a100040.pinmux: 203 pins at pa fc100040 size 406 [ 0.920440] pinctrl-single 4a31e040.pinmux: 28 pins at pa fc31e040 size 56 [ 0.924011] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 0.930114] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806a000[0]' [ 0.931213] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 104, base_baud = 3000000) is a OMAP UART0 [ 0.932830] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806c000[0]' [ 0.933410] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 105, base_baud = 3000000) is a OMAP UART1 [ 0.934692] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@48020000[0]' [ 0.935089] 48020000.serial: ttyO2 at MMIO 0x48020000 (irq = 106, base_baud = 3000000) is a OMAP UART2 [ 1.403594] console [ttyO2] enabled [ 1.406768] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/serial@4806e000[0]' [ 1.412048] 4806e000.serial: ttyO3 at MMIO 0x4806e000 (irq = 102, base_baud = 3000000) is a OMAP UART3 [ 1.441375] brd: module loaded [ 1.457305] loop: module loaded [ 1.464050] mtdoops: mtd device (mtddev=name/number) must be supplied [ 1.479095] usbcore: registered new interface driver asix [ 1.482360] usbcore: registered new interface driver ax88179_178a [ 1.486053] usbcore: registered new interface driver cdc_ether [ 1.489562] usbcore: registered new interface driver r815x [ 1.492919] usbcore: registered new interface driver smsc95xx [ 1.496429] usbcore: registered new interface driver net1080 [ 1.499847] usbcore: registered new interface driver cdc_subset [ 1.503417] usbcore: registered new interface driver zaurus [ 1.506866] usbcore: registered new interface driver cdc_ncm [ 1.511444] usbcore: registered new interface driver cdc_wdm [ 1.514892] usbcore: registered new interface driver usb-storage [ 1.518554] usbcore: registered new interface driver usbtest [ 1.523742] mousedev: PS/2 mouse device common for all mice [ 1.531036] i2c /dev entries driver [ 1.533233] Driver for 1-wire Dallas network protocol. [ 1.537475] of_get_named_gpiod_flags exited with status 0 [ 1.544281] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 1.550415] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.555175] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.560363] omap-dma-engine 4a056000.dma-controller: allocating channel for 62 [ 1.564392] omap-dma-engine 4a056000.dma-controller: allocating channel for 61 [ 1.568450] omap_hsmmc 4809c000.mmc: vmmc regulator missing [ 1.571746] omap-dma-engine 4a056000.dma-controller: freeing channel for 61 [ 1.575592] omap-dma-engine 4a056000.dma-controller: freeing channel for 62 [ 1.579467] platform 4809c000.mmc: Driver omap_hsmmc requests probe deferral [ 1.583404] pinctrl-single 4a31e040.pinmux: mux offset out of range: 0x38 (0x38) [ 1.587463] pinctrl-single 4a31e040.pinmux: could not add functions for pinmux_wl12xx_pins 56x [ 1.592254] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.597045] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.601959] omap-dma-engine 4a056000.dma-controller: allocating channel for 60 [ 1.605987] omap-dma-engine 4a056000.dma-controller: allocating channel for 59 [ 1.609985] omap_hsmmc 480d5000.mmc: vmmc regulator missing [ 1.613067] omap-dma-engine 4a056000.dma-controller: freeing channel for 59 [ 1.616912] omap-dma-engine 4a056000.dma-controller: freeing channel for 60 [ 1.620849] platform 480d5000.mmc: Driver omap_hsmmc requests probe deferral [ 1.625671] of_get_named_gpiod_flags exited with status 0 [ 1.628662] of_get_named_gpiod_flags exited with status 0 [ 1.631622] of_get_named_gpiod_flags exited with status 0 [ 1.635833] of_get_named_gpiod_flags exited with status 0 [ 1.640472] ledtrig-cpu: registered to indicate activity on CPUs [ 1.644805] usbcore: registered new interface driver usbhid [ 1.647888] usbhid: USB HID core driver [ 1.651855] oprofile: using arm/armv7-ca9 [ 1.654632] TCP: cubic registered [ 1.656494] Initializing XFRM netlink socket [ 1.658935] NET: Registered protocol family 17 [ 1.661407] NET: Registered protocol family 15 [ 1.664154] Key type dns_resolver registered [ 1.667968] Power Management for TI OMAP4+ devices. [ 1.670684] Power Management for TI OMAP4. [ 1.672943] OMAP4 PM: u-boot >= v2012.07 is required for full PM support [ 1.676818] ThumbEE CPU extension supported. [ 1.683319] of_get_named_gpiod_flags exited with status 0 [ 1.687774] vwl1271: 1800 mV [ 1.698272] Skipping twl internal clock init and using bootloader value (unknown osc rate) [ 1.704284] twl 0-0048: PIH (irq 39) nested IRQs [ 1.709106] twl_rtc rtc.11: Power up reset detected. [ 1.712890] twl_rtc rtc.11: Enabling TWL-RTC [ 1.720184] twl_rtc rtc.11: rtc core: registered rtc.11 as rtc0 [ 1.726104] VAUX1_6030: 1000 <--> 3000 mV at 2800 mV [ 1.731048] VAUX2_6030: 1200 <--> 2800 mV at 1800 mV [ 1.736267] VAUX3_6030: 1000 <--> 3000 mV at 1200 mV [ 1.741149] VMMC: 1200 <--> 3000 mV at 3000 mV [ 1.746002] VPP: 1800 <--> 2500 mV at 1900 mV [ 1.750518] VUSIM: 1200 <--> 2900 mV at 1800 mV [ 1.754943] VDAC: 1800 mV [ 1.758117] VANA: 2100 mV [ 1.761688] VCXIO: 1800 mV [ 1.764831] VUSB: 3300 mV [ 1.768524] V1V8: 1800 mV [ 1.772064] V2V1: 2100 mV [ 1.781341] of_get_named_gpiod_flags exited with status 0 [ 1.788330] omap_i2c 48070000.i2c: bus 0 rev0.11 at 400 kHz [ 1.793731] omap_i2c 48072000.i2c: bus 1 rev0.11 at 400 kHz [ 1.799530] omap_i2c 48060000.i2c: bus 2 rev0.11 at 100 kHz [ 1.804748] omap_i2c 48350000.i2c: bus 3 rev0.11 at 400 kHz [ 1.807830] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.807830] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@4809c000[0]' [ 1.817932] omap-dma-engine 4a056000.dma-controller: allocating channel for 62 [ 1.817932] omap-dma-engine 4a056000.dma-controller: allocating channel for 61 [ 1.826049] 4809c000.mmc supply vmmc_aux not found, using dummy regulator [ 1.832641] omap_hsmmc 4809c000.mmc: pins are not configured from the driver [ 1.885375] pinctrl-single 4a31e040.pinmux: mux offset out of range: 0x38 (0x38) [ 1.889526] pinctrl-single 4a31e040.pinmux: could not add functions for pinmux_wl12xx_pins 56x [ 1.894348] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.899139] of_get_named_gpiod_flags: can't parse gpios property of node '/ocp/mmc@480d5000[0]' [ 1.904052] omap-dma-engine 4a056000.dma-controller: allocating channel for 60 [ 1.908172] omap-dma-engine 4a056000.dma-controller: allocating channel for 59 [ 1.908172] 480d5000.mmc supply vmmc_aux not found, using dummy regulator [ 1.931518] mmc0: host does not support reading read-only switch. assuming write-enable. [ 1.938751] mmc0: new high speed SD card at address 1234 [ 1.943145] isa bounce pool size: 16 pages [ 1.946594] mmcblk0: mmc0:1234 SA02G 1.83 GiB [ 1.955444] mmcblk0: p1 p2 [ 2.130279] twl_rtc rtc.11: setting system clock to 2000-01-01 00:00:00 UTC (946684800) [ 2.135650] omap_uart 48020000.serial: no wakeirq for uart2 [ 2.154327] kjournald starting. Commit interval 5 seconds [ 2.157806] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode [ 2.157806] VFS: Mounted root (ext3 filesystem) readonly on device 179:2. [ 2.169647] devtmpfs: mounted [ 2.172180] Freeing unused kernel memory: 388K (c07da000 - c083b000) /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.371093] pwrdm state mismatch(ivahd_pwrdm) 3 != 1 [ 9.373870] pwrdm state mismatch(tesla_pwrdm) 3 != 1 [ 9.376617] pwrdm state mismatch(dss_pwrdm) 3 != 1 [ 9.379302] 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.572479] PM: Syncing filesystems ... done. [ 11.572479] PM: Preparing system for mem sleep [ 11.585296] Freezing user space processes ... (elapsed 0.000 seconds) done. [ 11.589813] Freezing remaining freezable tasks ... (elapsed 0.005 seconds) done. [ 11.596405] PM: Entering mem sleep [ 11.596405] Suspending console(s) (use no_console_suspend to debug) [ 11.618408] PM: suspend of devices complete after 12.817 msecs [ 11.622375] PM: late suspend of devices complete after 3.967 msecs [ 11.627380] PM: noirq suspend of devices complete after 4.913 msecs [ 11.627380] Disabling non-boot CPUs ... [ 11.634063] CPU1: shutdown [ 11.635437] Successfully put all powerdomains to target state [ 11.635437] hw-breakpoint: Failed to enable monitor mode on CPU 0. [ 11.635467] Enabling non-boot CPUs ... [ 11.638275] CPU1: Booted secondary processor [ 11.640045] CPU1 is up [ 11.642883] PM: noirq resume of devices complete after 2.746 msecs [ 11.647003] PM: early resume of devices complete after 0.001 msecs [ 11.727966] PM: resume of devices complete after 80.963 msecs [ 11.753540] PM: Finishing wakeup. [ 11.769348] 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:5,INA:0,ON:5,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.838775] PM: Syncing filesystems ... done. [ 13.838775] PM: Preparing system for mem sleep [ 13.844512] Freezing user space processes ... (elapsed 0.003 seconds) done. [ 13.848388] Freezing remaining freezable tasks ... (elapsed 0.005 seconds) done. [ 13.857238] PM: Entering mem sleep [ 13.857238] Suspending console(s) (use no_console_suspend to debug) [ 13.875823] PM: suspend of devices complete after 13.244 msecs [ 13.879730] PM: late suspend of devices complete after 0.001 msecs [ 13.884399] PM: noirq suspend of devices complete after 4.577 msecs [ 13.884399] Disabling non-boot CPUs ... [ 13.887176] CPU1: shutdown [ 13.887298] Successfully put all powerdomains to target state [ 13.887298] hw-breakpoint: CPU 0 failed to disable vector catch [ 13.887329] Enabling non-boot CPUs ... [ 13.889831] CPU1: Booted secondary processor [ 13.890655] CPU1 is up [ 13.893493] PM: noirq resume of devices complete after 2.838 msecs [ 13.897338] PM: early resume of devices complete after 2.838 msecs [ 13.987426] PM: resume of devices complete after 90.087 msecs [ 14.025146] PM: Finishing wakeup. [ 14.028350] 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:7,INA:0,ON:7,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:7,INA:0,ON:7,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)